@charset "UTF-8";
/* CSS Document */
/*--------------- BODY -----------------*/
html {
  height: 100%;
}

html.ishome {
  min-height: 850px;
}

body.home {
  font-family: "myriad-pro";
  margin: 0 auto;
  overflow: scroll;
  height: 100%;
  position: relative;
}

.container {
  width: 980px;
  margin: 0 auto;
}

.cleaner {
  clear: both;
  font-size: 0px;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

em {
  font-style: italic;
  vertical-align: baseline;
}

strong {
  font-weight: bold;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}

p {
  margin: 0;
  font-family: "myriad-pro", arial, sans-serif;
}

h2 {
  font-family: "myriad-pro", arial, sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: left;
}

h2 span {
  vertical-align: baseline;
  color: #cccccc;
}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a {
  text-decoration: none;
}

.viddetails sup {
  font-size: inherit !important;
  top: 0px !important;
}

/*--------------- HEADER ---------------*/
#topnav {
  height: 50px;
  width: 100%;
  background: #666666;
}

#topnav .logo {
  margin-top: 12px;
  margin-left: -4px;
}

#header {
  background: #fff;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  padding: 40px 0 0;
}

#header .leaderboard {
  width: 728px;
  height: 90px;
  float: left;
}

#header .alcon-logo {
  float: right;
  width: 110px;
}

#header.home #navbar {
  display: none;
}

#header .logo {
  display: inline-block;
  vertical-align: top;
  width: 232px;
}

#header .headline {
  margin-top: 10px;
}

#header .headline p {
  width: 580px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.6em;
  color: #a8a8a8;
  font-size: 18px;
  font-style: italic;
  padding: 20px 0 0 30px;
}

#header .headline h2 {
  font-size: 27px;
  color: #838286;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  letter-spacing: 1px;
  height: 34px;
}

#header .headline h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 0 0;
  color: #838286;
}

#header .headline h1 > span {
  color: #5a2a82;
}

sup {
  font-size: xx-small;
  vertical-align: super;
}

#navbar {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 45px;
  border-top: 1px solid #ccc;
  background: #fff;
}

#navbar li {
  float: left;
  font-size: 15px;
  margin-right: 18px;
}

#navbar ul {
  float: right;
}

#navbar li a {
  font-size: 15px;
  color: #5a2a82;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 45px;
  height: 45px;
}

#navbar li.active a {
  color: #999;
}

/*--------------- CONTENT ---------------*/
#mainnav {
  float: left;
  margin-top: 28px;
}

#mainnav li {
  display: inline;
}

#mainnav li a {
  display: inline;
  text-transform: uppercase;
  font-size: 16px;
  color: #630000;
  font-family: "myriad-pro", arial, sans-serif;
  text-decoration: none;
  margin-right: 15px;
}

#mainnav li a:hover {
  color: #999999;
}

#mainnav li a.toggle {
  color: #999999;
}

#maincon .logo {
  float: left;
  margin-bottom: 15px;
}

#maincon .left {
  width: 739px;
  float: left;
}

#welcome_click {
  position: relative;
  width: 727px;
  height: 408px;
  border: 6px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 18px;
  background: url(/images/series/inside-view/insideview-packo.jpg) #efefef;
  background-size: cover;
  z-index: 10;
}

.series-1 #welcome_click,
.series-2 #welcome_click,
.series-3 #welcome_click {
  text-align: center;
  background: #efefef !important;
}

.btn {
  position: relative;
  display: block;
  font-family: "myriad-pro", arial, sans-serif;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 41px;
  float: left;
  clear: both;
  padding: 0 14px;
  margin: 10px 0;
  height: 41px;
  border-radius: 8px;
  border: #C13535 2px solid;
  background: #d16559;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d16559 0%, #d65c4f 4%, #db4f48 20%, #d54938 32%, #d14433 48%, #cf3d2e 56%, #c53423 84%, #c13423 92%, #c42f2f 96%, #c12222 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d16559 0%, #d65c4f 4%, #db4f48 20%, #d54938 32%, #d14433 48%, #cf3d2e 56%, #c53423 84%, #c13423 92%, #c42f2f 96%, #c12222 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d16559 0%, #d65c4f 4%, #db4f48 20%, #d54938 32%, #d14433 48%, #cf3d2e 56%, #c53423 84%, #c13423 92%, #c42f2f 96%, #c12222 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d16559", endColorstr="#c12222",GradientType=0 );
  /* IE6-9 */
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.btn:hover {
  opacity: 0.8;
}

.download-btn {
  background: #e3e8ec !important;
  color: #444;
  height: 33px;
  width: 208px;
  line-height: 33px;
  display: block;
  padding-left: 10px;
  font-size: 15px;
}

#welcome_click .options {
  position: absolute;
  background-color: rgba(234, 190, 146, 0.75);
  bottom: 0;
  width: 100%;
  height: 130px;
  padding: 5px 10px 0;
  box-sizing: border-box;
}

#welcome_click .options .item {
  float: left;
  width: 33.3%;
  padding: 16px 20px 5px;
  box-sizing: border-box;
  text-align: center;
}

#welcome_click .options .item.first {
  width: 100%;
  margin: 0 auto;
}

#welcome_click .options .item a {
  display: block;
}

#welcome_click .options .item p {
  color: #2a2a2a;
  opacity: 0.6;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.1em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#welcome_click .options .item p:hover {
  opacity: 0.85;
}

#welcome_click .welcome-img {
  position: absolute;
  left: -5px;
  top: -5px;
}

#welcome_click .name {
  font-size: 51px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
  display: inline-block;
}

#welcome_click > .info {
  margin: 30px 0 0 22px;
}

#welcome_click .info .btn {
  margin: 9px 0 0 16px;
  width: 170px;
  padding: 0;
  display: inline-block;
  float: none;
  vertical-align: top;
}

#welcome_click p.small_text {
  position: absolute;
  color: #5a2a82;
  font-size: 9px;
  bottom: 0px;
  right: 0px;
  font-family: "myriad-pro", arial, sans-serif;
}

.bottom_btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: trasparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.bottom_btn h3 {
  font-size: 40px;
  text-align: center;
  font-family: "myriad-pro-condensed";
  margin: 28px 0 -1px 0;
  font-weight: 300;
  line-height: 40px;
}

.bottom_btn.videos {
  background: url(../img/vid-btn.jpg) no-repeat center center;
  margin-right: 17px;
  margin-left: 6px;
}

.bottom_btn.videos:hover:before {
  background: #4c4d4f;
}

.bottom_btn.sups:hover:before {
  background: #443d4a;
}

.bottom_btn > div {
  margin: 0 auto;
  position: relative;
  z-index: 111;
}

.bottom_btn.videos > div {
  padding-left: 48px;
  width: 244px;
  background: url(/images/series/inside-view/icon-play.png) no-repeat left center;
}

.bottom_btn.sups > div {
  padding-left: 55px;
  width: 208px;
  background: url(/images/series/inside-view/icon-sup.png) no-repeat left center;
}

.bottom_btn.videos h3 {
  color: #d3dce7;
  border-bottom: 1px solid #d3dce7;
  width: 175px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bottom_btn.sups h3 {
  color: #d2bac1;
  border-bottom: 1px solid #d2bac1;
  width: 168px;
  margin-left: auto;
  margin-right: auto;
}

.bottom_btn p {
  color: #fefefe;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  margin: 0;
  text-align: center;
}

.bottom_btn.sups {
  background: url(../img/sub-btn.jpg) no-repeat center center;
}

#maincon .right {
  width: 235px;
  float: right;
}

#maincon .right2 {
  width: 241px;
  float: left;
}

.btn-overlay {
  position: relative;
  display: block;
}

.btn-overlay > * {
  position: relative;
  z-index: 111;
}

.btn-overlay:hover:before {
  opacity: 0.5;
}

.btn-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

.btn-overlay:after {
  right: 0;
  top: 101%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 30px;
  margin-top: -30px;
}

.btn1.btn-overlay:before {
  background: #da6843;
}

.btn2.btn-overlay:before {
  background: #d3422f;
}

#maincon .right .btn1 {
  background: url(/images/series/inside-view/insideview-orangebox1.png) no-repeat center center;
  height: 203px;
  width: 235px;
  margin-top: 6px;
  margin-bottom: 3px;
  position: relative;
}

#maincon .right .btn1 div {
  bottom: 0;
  position: absolute;
  height: 60px;
  width: 100%;
  border-top: 1px solid rgba(234, 235, 237, 0.17);
}

#maincon .right .btn2 {
  background: url(/images/series/inside-view/insideview-orangebox2.png) no-repeat center center;
  padding-top: 11px;
  height: 193px;
  width: 235px;
  margin-bottom: 25px;
}

#maincon .right p {
  font-family: "myriad-pro", arial, sans-serif;
  color: #FFFFFF;
  font-size: 22px;
  padding: 56px 10px 9px 14px;
  line-height: 27px;
  font-weight: 300;
}

#maincon .right p span {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19px;
  font-weight: bold;
  color: #c8eaef;
  margin-top: 10px;
}

#maincon .right .watch {
  font-family: "myriad-pro", arial, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 0px;
  border-bottom: none !important;
  padding-top: 12px;
  margin-left: 4px;
  padding-right: 0px;
  float: left;
}

.playbtn {
  margin-right: 25px;
  margin-top: 17px;
  float: right;
}

.playbtn:hover {
  opacity: 0.8;
}

.right .vidresource {
  font-family: "myriad-pro", arial, sans-serif;
  color: #666666 !important;
  font-size: 13px !important;
  text-transform: uppercase;
  padding: 5px 5px 5px 20px !important;
  width: 105px;
  line-height: 18px !important;
  text-align: left;
  position: absolute;
  top: 13px;
  left: -6px;
  font-weight: bold !important;
  background: #b9b9b9;
}

.btn2 p {
  padding-top: 44px !important;
}

#maincon .right p.author {
  color: #403a45;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 0px !important;
  font-weight: bold;
}

#drop {
  border-left: 1px solid #cccccc;
  padding-left: 10px;
  padding-top: 8px;
  height: 114px;
  position: relative;
}

h3 {
  font-family: "myriad-pro", arial, sans-serif;
  font-size: 13px;
  color: #6c6e6f;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}

#listmenu select {
  font-family: "myriad-pro", arial, sans-serif;
  color: #333333;
  font-size: 16px;
  width: 220px;
  padding-right: 33px;
  height: 33px;
  border: none;
  -webkit-appearance: none;
  background: none;
  padding-left: 10px;
  outline: none;
}

#listmenu {
  background: url(/images/series/inside-view/dropbtn.png) no-repeat right -1px #e3e8ed;
  width: 100%;
  height: 33px;
  border: none;
  overflow: hidden;
}

/*--------------- VIDEOS ---------------*/
.flowplayer video {
  top: 0 !important;
}

.flowplayer.is-playing {
  margin-bottom: 0px;
}

#welcome_click.video {
  width: 100%;
}

#welcome_click.video, #welcome_click.series {
  height: auto;
}

.to-ror {
  background-color: #555555;
  padding: 10px 0;
}
.to-ror a {
  color: #fff;
  padding-left: 15px;
  position: relative;
}
.to-ror a:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
}

.stripe {
  background-color: #f15a29;
  padding: 10px 0;
  margin-top: 3px;
  margin-bottom: 20px;
}
.stripe p {
  margin: 0;
  padding: 0;
}
.stripe a {
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  margin: 0 !important;
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
.stripe a:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
}

.videotab {
  margin-top: 66px;
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  position: relative;
  left: -1px;
}

.videotab li {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  min-height: 56px;
}

.videotab li:before, .videotab li:after {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}

.videotab li:hover:before, .videotab li:hover:after {
  left: 0px;
  opacity: 1;
}

.videotab li:before {
  content: "";
  width: 18px;
  height: 29px;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -15px;
  border-radius: 0px 5px 5px 0px;
  background: #fff;
  z-index: 5555;
}

.videotab li:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7.8px;
  border-color: transparent transparent transparent #685e70;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -5px;
  z-index: 6666;
  margin-left: 5px;
}

.videotab li a {
  padding: 8px 10px 8px 30px;
  display: inline-block;
  background: #e9eaec;
  border-bottom: solid thin #c5c5c5;
  position: relative;
  width: 100%;
  font-family: "myriad-pro", arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.videotab li a {
  color: #D66A41;
}

.videotab li.active {
  width: 103%;
  top: -1px;
}

.videotab li.active a {
  color: #fff;
  background: #E2753C;
}

.videotab li a em {
  font-size: 18px;
}

.videotab li a .arrow {
  display: none;
}

.videotab li a.toggle {
  color: #fff;
  background: #630000;
}

.videotab li a.toggle .arrow {
  display: block;
  position: absolute;
  left: 0px;
  top: 18px;
}

.skyscraper {
  float: right;
  margin-right: 24px;
}

.viddetails .options {
  background-color: rgba(234, 190, 146, 0.75);
  bottom: 0;
  width: 100%;
  margin-top: 30px;
  padding: 5px 10px 15px;
  box-sizing: border-box;
}

.viddetails .options .item {
  float: left;
  width: 33.3%;
  padding: 16px 20px 5px;
  box-sizing: border-box;
  text-align: center;
}

.viddetails .options .item.first {
  width: 100%;
  margin: 0 auto;
}

.viddetails .options .item a {
  display: block;
}

.viddetails .options .item p {
  color: #2a2a2a;
  opacity: 0.6;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.1em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.viddetails .options .item.active p {
  opacity: 0.85;
}

.viddetails .options .item p:hover {
  opacity: 0.85;
}

/*--------------- SUPPLEMENTS ---------------*/
body.supplements {
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZTZmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 55%, #ebe6f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(55%, #ffffff), color-stop(100%, #ebe6f2));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 55%, #ebe6f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #ffffff 55%, #ebe6f2 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 55%, #ebe6f2 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #ffffff 55%, #ebe6f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ebe6f2",GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
}

body.supplements #header {
  background: #fff;
}

a.button {
  coler: #5a2a82;
  border-radius: 5px;
  font-size: 15px;
  line-height: 33px;
  height: 33px;
  display: block;
  float: left;
  margin: 10px 10px 10px 0;
  padding: 0 10px;
}

a.button.small {
  font-size: 12px;
  text-transform: uppercase;
}

a.button.active, a.button:hover {
  color: #fff;
  background: #5a2a82;
}

#supplements {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  max-width: 1600px;
  margin: 0 auto 15px auto;
}

#cover_slider_wrap {
  overflow: hidden;
}

#cover_slider_wrap > .viewport {
  width: 50000px;
}

#cover_slider_wrap.container {
  width: 1040px;
}

#cover_slider_wrap .bx-viewport {
  width: 200% !important;
  /*REMOVE THIS WHEN THERE ARE MORE THAN 2 ISSUES*/
  padding: 0 10px;
}

#cover_slider_wrap .bx-controls {
  display: none;
}

.cover {
  width: 515px;
  float: left;
  border-right: 1px solid #ebe7ea;
  padding-bottom: 37px;
  margin-right: 20px;
}

.cover > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cover .cover-img {
  width: 274px;
  float: left;
  border: 6px solid #fff;
  border-radius: 3px;
  background: #fff;
  display: block;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.4);
  position: relative;
}

.cover-img > span {
  text-transform: uppercase;
  color: #5a2a82;
  background: #fff;
  height: 41px;
  line-height: 41px;
  font-size: 12px;
  position: absolute;
  bottom: 3px;
  left: 100%;
  margin-left: 6px;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.4);
  border-radius: 0px 8px 8px 0px;
  padding: 0px 10px 0 20px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cover.active .cover-img > span {
  opacity: 1;
}

.cover-img > span:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #5a2a82 transparent transparent transparent;
  position: absolute;
  left: 7px;
  top: 18px;
  z-index: 111;
}

.cover-img > span:after {
  content: "";
  height: 56px;
  width: 6px;
  position: absolute;
  left: -6px;
  background: #fff;
  top: -10px;
}

.cover .summary {
  width: 230px;
  float: left;
  padding: 32px 12px 20px 20px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cover.active .summary {
  opacity: 1;
}

.cover .summary p {
  font-size: 22px;
  color: #333;
}

.cover-img img {
  max-width: 100%;
}

#cover_archive_wrap h3 {
  font-size: 22px;
  color: #999;
  text-transform: none;
  font-weight: 400;
}

#cover_archive > li {
  display: block;
  float: left;
  width: 148px;
  margin-right: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -ms-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}

#cover_archive img {
  max-width: 100%;
  z-index: 1111;
  position: relative;
}

#cover_archive ul {
  position: absolute;
  left: -4px;
  right: -4px;
  top: 100%;
  padding-top: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#cover_archive > li:hover ul {
  padding-top: 22px;
  opacity: 1;
}

#cover_archive > li.active:hover ul {
  padding-top: 24px;
}

#cover_archive > li.active {
  border: 2px solid #5a2a82;
}

#cover_archive ul:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: #5a2a82 transparent transparent transparent;
}

#cover_archive ul > li {
  font-size: 12px;
  float: left;
  text-transform: uppercase;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #ccc;
  font-weight: bold;
}

#cover_archive ul > li:last-child {
  padding-right: 0;
  margin-right: 0px;
  border: none;
}

/*--------------- FOOTER ---------------*/
#footer {
  margin-top: 80px;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  bottom: 0;
  height: 70px !important;
  box-sizing: border-box !important;
  z-index: 999999;
}

.home #footer {
  position: absolute;
}

#footer .footer-wrap {
  background: #666666;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 999;
}

#footer .footnote {
  font-size: 12px;
}

#footer .copyright {
  /*margin-top: 15px;*/
}

#footer .copyright > span {
  margin: 0 20px;
}

#footer .logos {
  text-align: center;
}

#footer .logos > div {
  display: inline-block;
  position: relative;
  width: 148px;
}

#footer .logos img {
  text-align: center;
}

#footer .logos .first:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background: #817d84;
  right: 0px;
  bottom: 0px;
}

.viddetails {
  margin-left: 18px;
  margin-top: 27px;
}

.viddetails p {
  font-family: "myriad-pro", arial, sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  line-height: 26px;
}

.viddetails h2 {
  margin-bottom: 1px;
}

.viddetails .author {
  font-family: "myriad-pro", arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #333333;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
}

/**************** VIDEOS PAGE ********************/
.v-contain section.video-player .part-single .title {
  color: #333333;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .v-contain section.video-player .part-single .title {
    font-size: 31px;
    line-height: 37px;
  }
}
.v-contain section.video-player .part-single .author {
  color: #333333;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
}
.v-contain section.video-player .part-single .descrip {
  color: #333333;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
.v-contain section.video-player .part-single .part {
  color: #767676;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.v-contain section.video-player .part-single .parttitle {
  color: #333333;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.v-contain section.video-player .part-single .link-l {
  color: #e4322b;
}
.v-contain section.video-player .part-single .btn-sm {
  border: 1px solid #e4322b;
  background-color: #e4322b;
  color: #fff;
}
.v-contain section.video-player .part-single .btn-sm:hover {
  border: 1px solid #f15a29;
  background-color: #f15a29;
  color: #fff;
}
.v-contain section.video-player .part-single hr.vhr {
  border: none;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 992px) {
  .v-contain section.video-player .part-single .vidcontain {
    padding-right: 30px;
    max-width: calc(100% - 335px);
  }
  .v-contain section.video-player .part-single .vidsidebar {
    min-width: 330px;
  }
}
.v-contain section.video-player .part-single .video-list {
  margin-top: 20px;
}
.v-contain section.video-player .part-single .video-list .video-unit a, .v-contain section.video-player .part-single .video-list .video-unit a:hover, .v-contain section.video-player .part-single .video-list .video-unit a:focus, .v-contain section.video-player .part-single .video-list .video-unit a:active, .v-contain section.video-player .part-single .video-list .video-unit a:visited {
  text-decoration: none;
}
.v-contain section.video-player .part-single .video-list .video-unit a:hover h1 {
  text-decoration: underline;
}
.v-contain section.video-player .part-single .video-list .video-unit .play-btn,
.v-contain section.video-player .part-single .video-list .video-unit .video-unit-text {
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
}
.v-contain section.video-player .part-single .video-list .video-unit .play-btn {
  width: 39px;
  padding-right: 12px;
}
.v-contain section.video-player .part-single .video-list .video-unit .video-unit-text {
  width: calc(100% - 44px);
}
.v-contain section.video-player .part-single .video-list .video-unit .video-unit-text .vidtitle {
  color: #333333;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
}
.v-contain section.video-player .part-single .video-list .video-unit .video-unit-text .length {
  color: #555555;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
.v-contain section.video-player .part-single .video-list .video-unit#current-vid .play-btn svg g {
  fill: #e4322b;
}

section.footer {
  border-top: 1px solid #d1d1d1;
  border-bottom: 20px solid #333;
  padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  section.footer {
    text-align: center;
    padding: 50px 0 40px;
  }
}
section.footer h1, section.footer h2 {
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #767676;
}
section.footer p, section.footer h3, section.footer h4, section.footer li {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #818181;
}
section.footer p strong, section.footer h3 strong, section.footer h4 strong, section.footer li strong {
  font-weight: 700;
}
section.footer ul li {
  list-style: none;
  padding-left: 33px;
  position: relative;
}
section.footer ul li:before {
  content: "·";
  font-size: 15px;
  line-height: 12px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 10px;
}
@media screen and (min-width: 768px) {
  section.footer .legal {
    text-align: right;
  }
}
section.footer .isi {
  text-align: left;
  margin-top: 40px;
}
section.footer .isi .sec {
  margin-bottom: 30px;
}
section.footer .isi .sec h1, section.footer .isi .sec h2 {
  margin-bottom: 1em;
}
section.footer .isi .sec p, section.footer .isi .sec h3, section.footer .isi .sec h4, section.footer .isi .sec li {
  margin-top: 1.1em;
}
section.footer .isi .sec sup {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
