html, body
{
	background: #eceef3;
	line-height: 1;
	color: #fff;
	height: 100%;
	overflow: hidden;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding:0;
	font-family: 'MarkWebPro-Light';
	font-size:18px;
	letter-spacing:0px;
	line-height:28px;
	color:#ffffff;
}

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background-color: rgba(0,0,0,0.0);
	-webkit-border-radius: 5px;
}

::-webkit-scrollbar-track:hover {
	background-color: rgba(192,192,192,0.1);
	-webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
	background-color: rgba(255,255,255,0.3);
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: rgba(255,255,255,0.5);
}

content
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0;
    transition: left 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

body.open content
{
	left: 250px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

body.open nav.push-menu {
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

nav.push-menu {
    position: fixed;
    z-index: 100;
    background-color: #282828;
    overflow: auto;
    top: 0;
    width: 250px;
    height: 100%;
	left: -250px;
    font-family: 'MarkWebPro-Light';
    transition: left 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #ffffff;
}


nav.push-menu .close-menu
{
	opacity: .6;
	text-align: right;
	padding: 28px;
	cursor: pointer;
	font-size: 20px;
	color: #b4b498;
}

nav.push-menu .menu-content
{
    padding-left: 50px;
}

nav.push-menu .menu-content ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav.push-menu .menu-content ul li
{
	padding: 0;
}

nav.push-menu .menu-content ul li a
{
	font-size: 24px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-family:'MarkWebPro-Light';
	font-size:24px;
	color:#ffffff;
	letter-spacing:0px;
	line-height:38px;
}

#header .social-network-links a
{
	opacity: .8;
	color: #b4b498 !important;
	font-size: 20px;
	padding-left: 15px;
}

nav.push-menu .social-network-links a
{
	opacity: .8;
	margin-top: 10px;
	color: #b4b498 !important;
	font-size: 24px;
	padding-left: 4px;
}

#header
{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	z-index: 50;
	padding: 28px 36px;
}

#header .nav-toggler
{
	opacity: .6;
	cursor: pointer;
	color: #b4b498;
	font-size: 20px;
	display: block;
}


#fixed-content
{
	position: fixed;
	z-index: 10;
	top: 165px;
	left: 200px;
	display: block;
 	width: 120px;
	bottom: 0px;
 	transition: left 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}


body.open #fixed-content
{
	left: 450px;
}

pages
{
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
	display: block;
}


video#fixed-background-video{
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	background: url('/content/images/background-images/bg-start-01.jpg') no-repeat;
	background-size: cover;
}


* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

page
{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	display: none;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #000;
}

page.light-bg
{
	background-color: #F6F6F6 ;
}

.pt-page-current {
	visibility: visible;
	display: block;
	z-index: 1;
}

.pt-page-ontop {
	z-index: 999;
}

page > .page-background {
	position: absolute;
	background-size: cover;
	background-position: 50% 0;
	margin: 0;
	padding: 0;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: 0;
	right: 0;
	bottom: 0;
}


page > .page-background > .page-background-fade {
	display: none;
}

page .page-content-fixed
{
	display: none;
}

page > .page-content
{
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	position:relative;
	overflow-x: hidden;
	overflow-y: auto;/*auto*/
	z-index: 5;
}

page > .page-content > .page-content-title {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	z-index: 10;
	right: 0;
	left:0;
	top: 24px;
}

page > .page-content > .page-content-wrapper
{
	min-height: 80%;
	min-height: -webkit-calc(100% - 100px);
	min-height: -moz-calc(100% - 100px);
	min-height: calc(100% - 100px);
	margin: 0px;
	padding: 0px;
	position: relative;
	padding-top: 170px;
}

page > .page-content > .page-content-article
{
	height:30%;
}

page >  .page-content > .page-content-nav
{
	height: 100px;
	padding: 30px;
	position: relative;
	text-align: center;
}

page > .page-content img
{
	max-width: 100% !important;
}

ul.sub-menu
{
	list-style-type: none;
	font-family:'MarkWebPro-Light';
	font-size:14px;
	color:#4a4a4a;
	letter-spacing:0px;
	line-height:32px;
	text-align:left;
	padding: 0;
	margin: 0;
}

ul.sub-menu li
{
	padding: 2px 0;
}

ul.sub-menu li a
{
	text-transform: uppercase;
	color: #4a4a4a;
	text-decoration: none;
}

.page-left-arrow, .page-left-arrow:hover
{
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 30px;
	color: #b4b498;
	z-index: 100;
}

.page-right-arrow, .page-right-arrow:hover
{
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 30px;
	color: #b4b498;
	z-index: 100;
}

.page-up-arrow, .page-down-arrow, .page-up-arrow:hover, .page-down-arrow:hover
{
	font-size: 42px;
	color: #b4b498;
	z-index: 100;
}

.page-back-arrow
{
	font-size: 42px;
	color: #b4b498 !important;
	z-index: 100;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 0;
    padding: 15px 0;
    vertical-align: top;
}

.table > tbody > tr.no-padding-top > td {
    padding: 0 0 15px;
}

.table > tbody > tr.no-padding-bottom > td {
    padding: 15px 0 0;
}

.table > tbody > tr > td.no-padding {
    padding: 0 0 15px;
}

.table > tbody + tbody {
    border-top: 2px solid rgba(255, 255, 255, .15);
}

.table > tbody
{
	border-top: 2px solid rgba(255, 255, 255, .15);
}

.table > tbody:last-child
{
	border-bottom: 2px solid rgba(255, 255, 255, .15);
}


.table.table-tickets > tbody > tr > td
{
	font-family:'MarkWebPro-Light';
	font-size:18px;
	letter-spacing:0px;
	line-height:28px;
}

.modal-backdrop.in
{
	opacity: 0;
}

.modal-dialog{
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 200px;
    margin: 0 auto;

}

.modal-header {
    border: 0;
    min-height: auto;
    padding: 15px 0;
}

.modal-body
{
	padding: 0;
}

.modal-content
{
	box-shadow: none;
	background-color: #282828;
	border: 0;
	min-height: 80%;
	height: 80%;
	padding: 22px;
	border-radius: 0;
}

.modal-content .page-left-arrow, .modal-content .page-right-arrow
{
	display: none;
}

.close-modal
{
	text-align: right;
	cursor: pointer;
	font-size: 28px;
	color: #ff4800;
}

.visible-desktop
{
	display:block;
}

.visible-mobile
{
	display:none;
}

.article
{
	padding: 15px 0;
	border-top: 2px solid rgba(255, 255, 255, .15);
}

.article:last-child
{
	border-bottom: 2px solid rgba(255, 255, 255, .15);
}


a.buy-on, a.listen-on{
	border-radius: 50%;
	border: 1px solid #cecece;
	display: inline-block;
	font-size: 24px;
	vertical-align:middle;
	margin-left: 4px;
	color: #282828 !important;
}

.no-gutter [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


a.socialbutton{
	padding: 2px;
	color: #ffffff !important;
	font-size: 20px;
	padding: 10px;
	width:50px;
	display: inline-block;
	text-align: center;
	margin-bottom: 5px;
}

a.socialbutton.twitter{
	background-color: #3ca0ec;
}

a.socialbutton.facebook{
	background-color: #334d84;
}

a.socialbutton.googleplus{
	background-color: #da3a25;
}

a.socialbutton.tumblr{
	background-color: #33465d;
}

a.socialbutton.tumblr{
	background-color: #2e4861;
}

a.socialbutton.pinterest{
	background-color: #ce2222;
}
