/* Fonts */

@font-face {
    font-family: 'Futura Std';
    src: url('fonts/FuturaStd-Bold.woff2') format('woff2'),
        url('fonts/FuturaStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Std';
    src: url('fonts/FuturaStd-Book.woff2') format('woff2'),
        url('fonts/FuturaStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Std';
    src: url('fonts/FuturaStd-Medium.woff2') format('woff2'),
        url('fonts/FuturaStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Std';
    src: url('fonts/FuturaStd-MediumOblique.woff2') format('woff2'),
        url('fonts/FuturaStd-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Futura Std';
    src: url('fonts/FuturaStd-Heavy.woff2') format('woff2'),
        url('fonts/FuturaStd-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Pringle and Tweed Alt';
    src: url('fonts/PringleandTweedAlt.woff2') format('woff2'),
        url('fonts/PringleandTweedAlt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
* {
    box-sizing: border-box;
}

:focus {outline:none;}

*, *::after, *::before {
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-app-region: no-drag;

}

/*img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
  }*/

a, a:hover, a:visited {text-decoration: none; color: #000;}

   
body {width: 1920px; height: 1080px; color: #000000; font-family: "Futura Std", sans-serif; font-weight: 500;}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}


/* body {cursor: none !important;} */


/* Main Introduction and Navigation */

#container-page {
    width: 1920px;
    height: 1080px;
    position: relative;
    overflow: hidden;
}

#container-main {
    position: absolute;
    right: 0;
    top: 0;
    width: 1760px;
    height: 1080px;
    background: url('../img/background-introduction.jpg');
}

#container-content {
    position: relative;
    left: 0px;
    top: 50px;
    width: 1760px;
    height: 860px;
}

#container-content p {
    margin: 0 0 .4em 0;
    text-indent: 2em;
}

#container-content-left {
    position: absolute;
    top: 150px;
    left: 0;
    width: 1160px;
    height: 690px;
    padding: 0px 45px 100px 45px;
    overflow: hidden;
    user-select: none;
    font-size: 24px;
    line-height: 1.3em;
}

#scroll-left, #scroll-right {
    background-image: url(../img/background-introduction-fade.png);
    background-repeat: no-repeat;
    position: fixed;
    height: 100px;
    bottom: 190px;
    text-align: center;
}

#scroll-left .arrow-up, #scroll-right .arrow-up {
    margin: 55px 25px 0px 25px;
    width: 45px;
    height: 45px;
}

#scroll-left .arrow-down, #scroll-right .arrow-down {
    margin: 55px 25px 0px 25px;;
    width: 45px;
    height: 45px;
    transform: rotate(180deg);
}

#container-content-left #scroll-left,#container-content-left #scroll-right,#container-content-right #scroll-left,#container-content-right #scroll-right  {
    display: none;
}

#container-content-left.scroll #scroll-left,#container-content-left.scroll #scroll-right, #container-content-right.scroll #scroll-left,#container-content-right.scroll #scroll-right {
    background-position-x: -45px;
    width: 1070px;
    display: block;
}

#container-content-left.no-scroll #scroll-left,#container-content-left.no-scroll #scroll-right, #container-content-right.no-scroll #scroll-left,#container-content-right.no-scroll #scroll-right   {
    display: none;
 }




 ::-webkit-scrollbar {
    width: 0px;  
    background: transparent; 
}

 #container-content-right, #container-content-left {
    overflow-y: scroll !important;
 }

.no-scroll, #container-content-right.no-scroll, #container-content-left.no-scroll {padding-bottom: 0 !important; overflow-y: hidden !important;}

#container-content-right {
    position: absolute;
    top: 150px;
    right: 0;
    width: 580px;
    height: 690px;
    padding: 0px 45px 100px 45px;
    overflow: hidden;
    user-select: none;
    font-size: 22px;
    line-height: 1.3em;
}

#container-content-right.scroll #scroll-left,#container-content-right.scroll #scroll-right {
    background-position-x: -1225px;
    width: 490px;
    z-index: 2;
}

#container-content-left.top .arrow-up, #container-content-right.top .arrow-up {
    opacity: .5;
}


#container-content-left.bottom .arrow-down, #container-content-right.bottom .arrow-down {
    opacity: .5;
}

#container-content-separator {
    position: absolute;
    top: 0;
    left:1160px;
    width: 20px;
    height: 860x;
    text-align: center;
}

#headline-content-left {
    position: absolute;
    width: 1160px;
    top: 0;
    left: 0;
    text-align: center;
}

#headline-content-right h1 {
    font-family: "Pringle and Tweed Alt", serif;
    font-size: 70px;
    font-weight: normal;
    color: rgb(56,72,100);
    margin-bottom: 1em;
    margin-top: .6em;
    text-align: center;
}

#headline-content-left h1 {
    font-family: "Futura Std", sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: rgb(56,72,100);
    margin: 0 0 .25em 0;
    line-height: 1em;
}

#headline-content-left h2 {
    font-family: "Pringle and Tweed Alt", serif;
    font-size: 52px;
    font-weight: normal;
    color: rgb(56,72,100);
    margin: 0;
}

#container-content-right .subtext, #container-content-left .subtext {
    font-family: "Futura Std", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25em;
    text-indent: 0;
    margin: .5em 0 1.5em 0;
}

#container-content-right h3 {
    font-family: "Futura Std", sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 1em 0;
    line-height: 1.3;
}

#nav-left {
    position: absolute;
    top:0;
    left: 0;
    width: 160px;
    height: 1080px;
    background: url('../img/background-left.jpg');
}

#container-nav-introduction {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 55px;
    width: 100%;
}

.nav-button-introduction, .nav-button-photos {
    width: 190px;
    height: 42px;
    position: relative;
    color: rgb(255,255,255);
    font-size: 24px;
    background-color: rgb(0,29,58);
    border-radius: 5px;
    margin: 0px 52px;
    border: 4px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-button-introduction.active:after {
    box-shadow: 0 0 40px rgba(113,76,25,1);
}

.nav-button-introduction.active {
    box-shadow: 0 0 30px rgba(113,76,25,1);
    color: rgb(152,204,240);
}

.nav-button-introduction:after, .nav-button-photos:after {
    content: '' ;
    display: block ; 
    position: absolute ; 
    top: -11px ; 
    bottom: -11px ; 
    left: -11px ;
    right: -11px ; 
    border-radius: 10px ; 
    border: 4px solid rgb(0,29,58) ;
}

#nav-menu-button-open {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 160px;
}

#nav-menu-button-close {
    position: absolute;
    bottom: 60px;
    right: 40px;
    width: 30px;
}

#nav-menu-full {
    position: absolute;
    top: 0;
    left: -1920px;
    width: 1920px;
    height: 1080px;
    background: url(../img/background-nav.jpg);
    z-index: 100;
}

#nav-section-container {
    width: 1920px;
    height: 1015px;
    position: absolute;
    top: 65px;
    left: 0;
    display: flex;
    justify-content: center;
}

.menu-full-block {
    align-content: center;
}

.menu-full-block-image {
    width: 204px;
    height: 485px;
    position: relative;
    background-color: transparent;
    margin: 175px auto;
    margin-bottom: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    
}

.menu-full-block-image img {
    -webkit-mask-image: url("../img/mask-menu.svg");
    mask-image: url("../img/mask-menu.svg");
    -webkit-mask-size: 204px 485px;
    mask-size: 204px 485px;
}

.menu-full-block-button {
    width: 190px;
    height: 42px;
    position: relative;
    color: rgb(255,255,255);
    font-size: 24px;
    background-color: rgb(89,89,89);
    border-radius: 5px;
    margin: 0px 40px;
    border: 4px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-full-block.active .menu-full-block-image:before, .menu-full-block.active .menu-full-block-button:before {
    box-shadow: 0 0 30px rgba(235,211,156,.5);
}

.menu-full-block.active .menu-full-block-image{
    box-shadow: 0 0 30px rgba(235,211,156,.5);
    color: rgb(255,255,255);
}

.menu-full-block.active .menu-full-block-button{
    box-shadow: 0 0 20px rgba(235,211,156,.5);
}

.menu-full-block .menu-full-block-image:before {
    content: '' ;
    display: block ; 
    position: absolute ; 
    top: 10px ; 
    bottom: 10px ; 
    left: 10px ;
    right: 10px ; 

    
}

.menu-full-block .menu-full-block-button:before {
    content: '' ;
    display: block ; 
    position: absolute ; 
    top: -11px ; 
    bottom: -11px ; 
    left: -11px ;
    right: -11px ; 
    border-radius: 10px ; 
    border: 4px solid rgb(89,89,89) ;
}

/* Endowment */

table.endowment-table {
    width: 100%;
}

table.endowment-table tr td:nth-child(1) {
    font-family: "Futura Std", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    width: 50%;
}

table.endowment-table tr td:nth-child(2) {
    font-family: "Futura Std", sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5em;
    width: 50%;
}

/* Introduction - Woldson */

table.timeline-table {
    width: 100%;
}

table.timeline-table tr td:nth-child(1) {
    font-family: "Futura Std", sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5em;
    width: 15%;
    padding-bottom: .5em;
    vertical-align: top;
}

table.timeline-table tr td:nth-child(2) {
    font-family: "Futura Std", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5em;
    width: 85%;
    padding-bottom: .5em;
    vertical-align: top;
}

/* Exhibit and Projects */

.exhibit-project-container {
    position: relative;
    width: 490px;
    height: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 2em;
}

.exhibit-project-container:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,.4);
}

.exhibit-project {
    width: 100%;
    text-align: center;
    font-family: "Futura Std", sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    z-index: 2;
}

.exhibit-title {
    font-family: "Futura Std", sans-serif;
    font-size: 24px;
    font-weight: 900;
}

.single-exhibit #headline-content-left {
    position: absolute;
    width: 1115px;
    top: 0;
    left: 45px;
    text-align: left;
}

.single-exhibit #headline-content-left h1 {
    font-family: "Futura Std", sans-serif;
    font-weight: normal;
    font-size: 36px;
    font-weight: 900;
    margin: 0;
}

.single-exhibit #headline-content-left h2 {
    font-family: "Futura Std", sans-serif;
    font-weight: normal;
    font-size: 36px;
    font-weight: 500;
    margin: 0;
}

.single-exhibit #headline-content-left h3 {
    font-family: "Futura Std";
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    color: rgb(56,72,100);
    margin: 0;
}

.single-exhibit #project-close, .media #project-close {
    font-family: "Futura Std", sans-serif;
    font-weight: normal;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    left: 45px;
    bottom: 20px;
    color: #000;
}

.single-exhibit #project-pre-next, .media #project-pre-next {
    font-family: "Futura Std", sans-serif;
    font-weight: normal;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    right: 645px;
    bottom: 20px;
}

.exhibit-info-container {
    width: 100%;
    position: relative;
}

.exhibit-info-box {
    width: 45%;
    padding: 1.25em;
    border: solid 2px #000;
    background-color: rgba(255, 255, 255, 0.2);
    font-style: italic;
    float: left;
    margin: 1em;
    min-height: 275px;
    text-align: center;
}

.quote-box {
    margin-left: 2em;
    margin-top: 1em;
    font-size: 1.1em;
    font-style: italic;
    line-height: 1.4em;
}

.exhibit-link {
    color: rgb(56,72,100);
    text-decoration: underline;
}

/* Audio */

.cont{
	margin-bottom: 28px;
}

.cont h3{
	font-family: "Futura Std", sans-serif;
}

.cont time{
	font-family: "Futura Std", sans-serif;
	font-size: 12px;
	color: #999;
	
}

.media #container-content-right {
    font-weight: 900;
    font-size: 30px;
}

.media #container-content-right ul {
    list-style: none;
    margin-top: 0;
}


.media #container-content-right ul li {
    font-size: 18px;
    line-height: 1.5em;
    color: rgb(56,72,100);
}

.media #container-content-right ul li ul li {
    font-size: 18px;
    font-weight: normal;
    color: rgb(0, 0, 0);
}

.media #container-content-right ul li.active, .media #container-content-right ul li.active ul li {
    color: rgb(96,65,0);
}


#container-content-video {
    text-align: center;
    padding-top: 2em;
}

.media-link {
    text-decoration: underline;
}

/*
*style audio tag
*/

.container-media {
    position: relative;
}

.mejs-container {
    position: absolute;
    right: 0;
	background: transparent;
	font-family: "Futura Std", sans-serif;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
	width: 50% !important;
	height: 30px !important;
	border-radius: 5px;
}

.mejs-container .mejs-controls {
	height: 100%;
	background: transparent;
	display: flex;
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
	display: block;
	width: 180px;
	height: 100%;
	border-radius: 0px;
	cursor: pointer;
}

.mejs-controls div.mejs-time-rail {
	padding-top: initial;
	height: 100%;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 0
}

.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 23px;
	width: auto;
	padding: 0;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time {
	position: absolute;
	color: rgba(256, 256, 256, 0.3);
	right: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
	font-family: "Futura Std", sans-serif;
	font-size: 18px;
	pointer-events: none;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	display: none;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	background: #000;
	width: 46px;
	height: 20px;
	border: none;
	top: -25px;
	margin-left: -18px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 0;
	margin-top: 4px;
	width: 100%;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-container .mejs-controls div {
	height: 100%;
	width: 50px;
	position: relative;
}

.mejs-controls .mejs-button button {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 100%;
    width: 100%;
    left: -300px;
	border: 0 !important;
	background: transparent;
	outline: none;
}

.mejs-controls .mejs-play:after {
	position: absolute;
	content: "";
	background: url("../img/icon-play.svg") no-repeat;
	width: 17px;
	height: 22px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 100ms linear;
	pointer-events: none;
}

.mejs-controls .mejs-pause:after {
	position: absolute;
	content: "";
	background: url("../img/icon-pause.svg") no-repeat;
	width: 13px;
	height: 22px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 100ms linear;
	pointer-events: none;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #292929;
    border-radius: 5px;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3c3838;
	opacity: 0.1;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #55313F;
    border-radius: 5px;
}

.mejs-controls .mejs-button button:focus {
	outline: none;
}

@keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}


/* Credits */

.credits #headline-content-left h2 {
    font-size: 80px;
}

.credits #headline-content-left, .credits #container-content-left {width: 100%; text-align: center;}

.credits #container-content-left p {
    text-indent: 0;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: .5em;
}

.credits #container-content-left.scroll #scroll-left {
    width: 1670px;
}

#container-credit-boxes {
    display: flex;
    justify-content: center;
    margin: 2em 0;
}

.credit-box {
    text-align: center;
    font-family: "Futura Std", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 33%;
    line-height: 1.4em;
    position: relative;
}

.credit-box p {
    text-indent: 0;
}

.credit-box h4 {
    font-size: 21px;
    font-weight: 900;
    margin: 0 0 .5em 0;
    line-height: 1.3em;
}


/* Galleries */

#container-galleries {
    position: absolute;
    right: 0;
    top: 0;
    width: 1760px;
    height: 1080px;
    background: url('../img/background-galleries.jpg');
}

#container-galleries #container-content {
    position: relative;
    left: 0px;
    top: 50px;
    width: 1760px;
    height: 970px;
}

#container-galleries #container-content-left {
    position: absolute;
    top: 75px;
    left: 0;
    width: 1160px;
    height: 870px;
    padding: 0px 45px 120px 45px;
    overflow: hidden;
    user-select: none;
    font-size: 24px;
    line-height: 1.3em;
}

#container-galleries #container-content-right {
    top: 75px;
    height: 870px;
}

#container-galleries #scroll-left, #container-galleries #scroll-right {
    background-image: url(../img/background-galleries-fade.png);
    bottom: 80px;
    height: 200px;
}

#container-galleries #scroll-left .arrow-up, #container-galleries #scroll-right .arrow-up, #container-galleries #scroll-left .arrow-down, #container-galleries #scroll-right .arrow-down {
    margin: 155px 25px 0px 25px;
}

#container-galleries #container-content-separator {
    height: 970x;

}

.gallery-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0 45px 1em 0;
}

.gallery-item {
    width: 205px;
    margin-right: 83px
}

.gallery-item:last-child {
    margin-right: 0px
}

.gallery-item-single-text {
    padding-top: 90px;
}

.gallery-item-single-text h2 {
    font-family: "Futura Std", sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: rgb(56,72,100);
    margin: 0;
    line-height: 1.25em;
    position: absolute;
    top: 0;
    max-width: 490px;
}

.swiper-container {
    width: 1070px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.swiper-container #fade-right {
    position: absolute;
    right: 0;
    width: 110px;
    height: 100%;
    background: url(../img/background-gallery-single-fade.png) -960px -6px  no-repeat;
    z-index: 2;
}

.swiper-container #fade-left {
    position: absolute;
    left: 0;
    width: 110px;
    height: 100%;
    background: url(../img/background-gallery-single-fade.png) 0 -6px  no-repeat;
    z-index: 2;
}

.swiper-slide::before {
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
}

.swiper-slide-active::before {
    background-color: rgba(0,0,0,0);
}

.gallery-thumbs {
    height: 160px;
    box-sizing: border-box;
}

#container-gallery-single-photo {
    position: relative;
    width: 100%;
    height: 575px;
    margin-bottom: 65px;
    text-align: center;
}

#container-gallery-single-photo img {
    max-height: 100%;
    max-width: 1070px;
}

#container-content-right #gallery-close {
    font-family: "Futura Std", sans-serif;
    font-weight: normal;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    right: 45px;
    bottom: 65px;
    color: #000;
}

#container-content-right #gallery-pre-next {
    font-family: "Futura Std", sans-serif;
    font-weight: normal;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    left: 45px;
    bottom: 65px;
}

/* Photos */

.photos #headline-content-left h2 {
    font-size: 80px;
}

#container-galleries #container-content-left.galleries-text-block {
    top: 150px;
    height: 795px;
}

#container-galleries #container-content-right.galleries-text-block {
    top: 150px;
    height: 820px;
    padding-bottom: 0;
}

#container-nav-photos {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    bottom: -35px;
}

.nav-button-photos:nth-child(odd) {
    margin: 0px 97px 45px 8px;
}

.nav-button-photos:nth-child(even) {
    margin: 0px 0px 45px 0px;
}

/* Screen Saver */

.video-screensaver {
    position: absolute;
    top: 0;
    left: 0;
}

#screen-saver-container {
	position: absolute;
	width: 1920px;
	height: 1080px;
	top: 0;
	left: 0;
}

#screen-saver-photo-container { 
	width: 960px;
	position: absolute;
	top: 227px;
	left: 480px;
}

#imgbg2, #imgbg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
  }

#imgbg2 {
    opacity: 0;
    transition: opacity 1.5s;
}



#slideshow-image {
    opacity:1;
    transition: opacity 1s; 
}

#slideshow-image.fadeOut {
    opacity:0;
}

#slideshow-caption {
    position: absolute;
    padding: 10px 0;
    color: #000;
    background-color: rgba(255,255,255,.3);
    width: 100%;
}

#info-bar {
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	top: 915px;
	color: #fff;
	font-family: "Futura Std", sans-serif;
    font-size: 60px;
    font-weight: 500;
	text-align: center;
	line-height: 60px;
}

#info-bar.top {
    top: 90px;
}

#info-bar .sub-text {
	font-size: 11px;
}

#info-bar.info-one {
	top: 0px;
	background-color: rgba(42,48,76,.75);
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}