/* YUI 3.14.1 (build 63049cb)  Copyright 2013 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* MAIN -------------------------*/

html {
	background:#FFF;
	overflow-x:hidden;
}
/*
html#id134 {
	background:#171717
}*/

body {
	font-family: "book",sans-serif;
}

#id1 body {
	background:#000;
}

.dnone {
	display: none;
}

#container {
	position:relative;
}
hr.short-div {
    border: none;
    background: #b8b8b8;
    height: 3px;
    margin: 13px auto -5px 2px;
    width: 40px;
}

.sprite,
.arrowButton:after,
.arrowButton.reverse:before {
	display:block;
	background-image:url(/~gustav13/templates/main/images/sprite.png?v=6);
	background-repeat:no-repeat;
}

.burger, #scrollNav2 .burger {
    width: 37px;
    float: right;
    position: fixed;
    top: 35px;
    right: 35px;
    z-index: 99999999;
}
img.burger-svg {
    display: none;
}
img.x-svg {
    display: none;
}
img.burger-svg.active {
    display: block;
}
img.x-svg.active {
    display: block;
}

img.burger-svg.active.black {
    display: none;
}

.black img.burger-svg.active.black {
    display: block;
}

.black img.burger-svg.active.white {
    display: none;
}

h1#logo {
    position: relative;
    z-index: 999;
}

#topGrad {
	height:207px;

	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 150;
}
.black #topGrad {
	display:none
}

.mainColumn {
	width:100%;
	max-width: 1220px;
	margin:0 auto;
	text-align:center
}

b, strong {
	font-weight:600;
}
i, em {
	font-style:italic;
}

/* TRANSITIONS ----------*/

header ul li, #scrollNav li, .readMore, #newsletter .submit,
#recordingText .buyLinks li a,
.modSocial a span, .moreInfo,
#newsBody a.video span .sprite, 
#newsList .imageWrap .sprite .sprite,
#about .video .thumb .sprite .sprite, 
#gallery li .overlay, footer li a, .readMore, #pressList a,
.arrowButton, .scrollDown, footer h4 a, #loadMore, footer .modCopy p a,
.contactBlock a, #e404 .buyLinks li a,
#standardArticle #mainContent a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.arrowButton:hover, .black .arrowButton.small:hover,
.scrollDown:hover,
footer .modAnnouncements h4 a:hover,
.readMore:hover, .moreInfo:hover,
#newsletter .submit:hover,
#pressList a:hover, #loadMore:hover,
.contactBlock a:hover,
.black #recording .modIntro .arrowButton:hover,
#standardArticle #mainContent a:hover {
	border-color:#ff0054 !important;
}
.readMore:hover, .moreInfo:hover,
#newsletter .submit:hover,
.arrowButton.small:hover,
#recordingText .buyLinks li a:hover, #loadMore:hover,
.black #recording .modIntro .arrowButton:hover,
#e404 .buyLinks li a:hover {
	background-color:#ff0054 !important;
	color:#fff !important
}
footer li a:hover, footer .modCopy p a:hover {
	color:#fff !important;
}
#pressList a:hover {
	color:#ff0054 !important;
}
.modSocial.trSocial a:hover span,
#newsletterSuccess .sprite:hover .sprite,
#newsBody a.video:hover span .sprite,
#newsList .imageWrap:hover .sprite .sprite,
#about .video .thumb:hover .sprite .sprite,
#gallery li:hover .overlay {
	opacity:1
}

/* HEADER -----------------------*/

#languageBar {
	background:#171717;
	color:#787878;
	text-align:center;
	padding-top:30px;
	height:60px;
	font-size:18px;
	font-weight:600;
	position: relative;
	z-index: 150;
}
#languageBar a {
	color:#fff;
	text-decoration:none;
	border-bottom:2px solid #fff;
}

header {
	position:absolute;

	top:0;
	width:100%;
}
nav {
    display: table !important;
    position: FIXED !important;
    right: 0 !important;
    top: 0 !important;
    height: 100%;
    background: #171717;
    width: 100%;
    overflow-y: scroll;
    z-index: -3;
    left: -100%;
    bottom: 0 !important;
    opacity: 0;
     -webkit-transition:  opacity 0.4s linear, left 0s linear;

    -moz-transition:  opacity 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), left 0s linear;
    -ms-transition:  opacity 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), left 0s linear;
    -o-transition:  opacity 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), left 0s linear;
    transition:  opacity 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), left 0s linear;
}


nav.active {
    left: 0 !important;
    opacity: 1 !important;
    z-index: 99999999 !important;
}

#container {
    left: initial !important;
}

.modmenu {
    display: table-cell;
    vertical-align: middle;
}

.menu-socials {
    text-align: center;
    position: relative;
    left: 13px;
    top: 22px;
}

.menu-socials a {
    font-size: 26px;
    color: #464743;
    display: inline-block;
    margin: 22px 0px 0 20px;
}
nav ul {
    width: 100%;
    border: 0;
    margin: 0 auto;
    min-height: 300px;
    display: block;
}
header ul li {
    display: inline-block;
    font-size: 21px;
    padding: 0 1.5%;
    border-bottom: none !important;
    width: 100%;
        letter-spacing: 3px;
            text-align: center;
}

header ul a {
display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px 20px 0;
    height: 41px;
    font-weight: normal !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: 3px solid transparent;
}
.es header ul a {
	padding:10px 17px 0;
}
header ul .mainlevel_current a,
header ul .mainlevel_active a {

}

a.wordmark-new img {
    display: block;
    margin: 40px auto 0 !important;
    width: 30%;
    max-width: 430px;
}

a.wordmark-new.menu-mark img {
    display: block;
    margin: -8% auto 4% !important;
    width: 27%;
    max-width: 400px;
        position: relative;
    left: 20px;
}

body.en a.wordmark-new.spanish {
display: none !important;
}

body.es a.wordmark-new.english {
display: none !important;
}

.black header li {
	border-color:#000
}
.black #logo a {

}

body.es nav ul.mainlevel.english-menu{
display: none !important;
}

body.en nav ul.mainlevel.spanish-menu{
display: none !important;
}

body.black a.wordmark-new img.word-white {
    display: none;
}
body.black .modmenu a.wordmark-new img.word-white {
    display: block;
}
#scrollNav, #scrollNav2 {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	background:#000;
	text-align:center;
}
.black header #scrollNav ul #current a {
	border-color:#fff
}
#scrollNav li {
	border:0;
}
.black #scrollNav a {
	color:#fff;
}

/* OTHER -----------------------*/

#content {
	min-height:210px;
}

.modSocial {
	text-align:center;
}

.modSocial li {
	display:inline;
	margin:0 13px 0 12px;
}

.modSocial a {
	display:inline-block;
	width:18px;
	height:16px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	position:relative;
}

.modSocial .item76 a,
.modSocial.trSocial .item76 a span {
	background-position:-89px 0;
}
.modSocial .item75 a,
.modSocial.trSocial .item75 a span {
	background-position:-107px 0;
}
.modSocial .item77 a {
	background-position:-125px 0;
}
.modSocial.trSocial {
	float:right;
	margin-top:15px;
	margin-right:5px;
}
.modSocial.trSocial .item77 {
	display:none
}
.modSocial.trSocial .item76 a {
	background-position:-178px 0;
}
.modSocial.trSocial .item75 a {
	background-position:-196px 0;
}
.modSocial.trSocial a span {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:#fff;
}

.modSocial .item454 a {
	background-position:-215px 0;
	opacity:0.4;
}


/* FOOTER -----------------------*/

footer {
	background:#171717;
	text-align:center;
	color:#585858;
	text-transform:uppercase;
	font-weight:600;
	min-height:132px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:5px 0 30px 0;
	clear:both
}
footer a {
	color:#585858;
	text-decoration:none
}
footer ul {
	font-size:0;
}
footer li, footer p {
	font-size:13px;
}
footer .inline {
	display:inline-block;
	width:317px;
	text-align:left;
	line-height:25px;
	margin-top:15px;
}
footer .inline p {
	float:left;
	margin-right:8px
}
footer .inline li, 
footer .modFmenu li {
	display:inline;
}
footer .inline a, 
footer .modFmenu li a {
	display:inline-block;
}
footer .modFlang p {
	background-position:-484px 0;
	padding-left:23px;
	margin-right:0;
}
footer .modFlang li,
footer .modFmenu li {
	border-left:1px solid #383838;
	padding:0 12px;
}
footer li:first-child {
	border-left:0 !important;
}
footer .modSocial {
	width: 158px;
}
footer .modSocial li {
	margin:0 4px;
}
footer .modSocial a {
	margin-bottom:-3px;
	width: 16px;
	height: 16px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
footer .modSocial .item75 a {
	background-position:-43px 0;
	width:11px !important;
}
footer .modSocial .item76 a {
	background-position:-24px 0;
	margin-right:2px;
}
footer .modSocial .item77 {
	display:none
}
footer .modFmenu {
	margin:8px 0 14px;
}
footer .modAnnouncements h4 {
	text-transform:none;
	color:#fff;
	font-weight:500;
	font-size:22px;
	margin: 22px 0;
	padding:0 20px;
}
footer .modAnnouncements h4 a {
	color:#fff;
	border-bottom:2px solid #fff;
}
footer .modCopy p {
	display:inline;
	margin:0 13px;
	white-space:nowrap;
}
footer .modCopy p a {
	text-transform:none;
}

/* Clearfix ---------------------*/


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

@font-face {
  font-family: 'B Regular';
  src: url('../fonts/Bambino.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Bambino.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Bambino.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Bambino.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Bambino.svg#53692442e75df5a0281a5f49412635e0') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'B Black';
  src: url('../fonts/Bambino Black.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Bambino Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Bambino Black.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Bambino Black.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Bambino Black.svg#9357231b9cb68cc54d68e1084aa4ce17') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'B Bold';
  src: url('../fonts/Bambino Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Bambino Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Bambino Bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Bambino Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Bambino Bold.svg#56bd5854a14db9c3493992c05b8e339d') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Book';
  src: url('../fonts/Futura  Book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Futura  Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Futura  Book.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Futura  Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Futura  Book.svg#054087b3e8e0300886709672c0f76a5f') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'TT Standard';
  src: url('../fonts/Typetanic Fonts - Transat Text Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Typetanic Fonts - Transat Text Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Typetanic Fonts - Transat Text Bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Typetanic Fonts - Transat Text Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Typetanic Fonts - Transat Text Bold.svg#ad48bc3a34e2884a298c2917a92f06bb') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'TT Light';
  src: url('../fonts/Typetanic Fonts - Transat Text Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Typetanic Fonts - Transat Text Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Typetanic Fonts - Transat Text Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Typetanic Fonts - Transat Text Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Typetanic Fonts - Transat Text Light.svg#ca7a28740705ccc665b696e24f8db558') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'TT Medium';
  src: url('../fonts/Typetanic Fonts - Transat Text Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Typetanic Fonts - Transat Text Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Typetanic Fonts - Transat Text Medium.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Typetanic Fonts - Transat Text Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Typetanic Fonts - Transat Text Medium.svg#1d5a248930ffa10472b957bb2546a7fd') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'TT Regular';
  src: url('../fonts/Typetanic Fonts - Transat Text Standard.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Typetanic Fonts - Transat Text Standard.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Typetanic Fonts - Transat Text Standard.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Typetanic Fonts - Transat Text Standard.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Typetanic Fonts - Transat Text Standard.svg#55d7e7cd5f642bcf9fa24bfe1e8d7e3c') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}
.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('poster.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}
