@charset "UTF-8";
/* CSS Document */

body {
	font-family: "proxima-nova", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#373736;
	margin: 0;
	padding: 0;
	background: #000;
	/*-webkit-animation: AnimationName 30s ease infinite;
	-moz-animation: AnimationName 30s ease infinite;
	-o-animation: AnimationName 30s ease infinite;
	animation: AnimationName 30s ease infinite;*/
}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 5%}
    50%{background-position:100% 96%}
    100%{background-position:0% 5%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 5%}
    50%{background-position:100% 96%}
    100%{background-position:0% 5%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 5%}
    50%{background-position:100% 96%}
    100%{background-position:0% 5%}
}
@keyframes AnimationName { 
    0%{background-position:0% 5%}
    50%{background-position:100% 96%}
    100%{background-position:0% 5%}
}

.desktop{
	display: block;
}

.mobile{
	display: none;
}

.clear{
	clear:both;
	padding:0;
	margin:0;
}

.orange, a{
	color:#e85126;
}

.white{
	color:#fff;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h2, ol{
    font-size: 34px;
    margin: 16px 0;
    letter-spacing: -.5px;
    line-height: 44px;
}

h2.mid-small{
    font-size: 67px;
    margin: 24px 0;
    line-height: 60px;
}

h2.medium{
	font-size:87px;
    margin: 14px 0;
    line-height: 80px;
}

h2.large{
	font-size: 110px;
    margin-bottom: 10px;
}

h2 span.small{
	font-size:18px;
}

h2 sup{
    font-size: 18px;
}

h2.with-underline{
	position: relative;
    display: initial;
}

h2 .underline{
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
}

.inline-img{
	width:300px;
}

p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.5px;
    margin: 0 0 16px;
}

p.medium{
	font-size:24px;
}

p.large{
	font-size: 30px;
    line-height: 34px;
}

p.larger{
	font-size:44px;
}

p.larger sup{
	font-size:24px;
}

.size-28{
	font-size:28px;
    line-height: 1.4;
}

.size-21{
	font-size:21px;
    line-height: 1.3;
}

.top--10{
    position: relative;
    top: -10px;
}

.l-space-0{
	letter-spacing: 0;
}

.regular{
	font-weight: 400;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.text-justify{
	text-align: justify;
}

.sixteen-nine {
    position: relative;
    background-size: cover;
    background-position: center;
    max-width: 800px;
    margin: 34px auto;
    margin-bottom: 200px;
}

.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.sixteen-nine > div, .sixteen-nine > iframe, .sixteen-nine > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.video-in-slide .sixteen-nine{
	margin-top:160px;
}

img.center{
    padding: 0 5%;
    box-sizing: border-box;
}

.relative{
	position: relative;
}

.left{
	float:left;
}

.right{
	float:right;
}

.add-bk{
	background-color:#fff;
	padding:5px;
}

.height-50{
	height:50px;
}

.height-100{
	height:100px;
}

.margin-top-0{
	margin-top:0;
}

.margin-top-10{
	margin-top:10px;
}

.margin-bottom-0{
	margin-bottom:0;
}

.margin-bottom-10{
	margin-bottom:10px;
}

.margin-bottom-50{
	margin-bottom:50px;
}

img{
	max-width:100%;
}

img.img-center{
	display: inherit;
	margin:0 auto;
}

.add-lines {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.dark-gradient{
	float:left;
	width:100%;
	background: #424242; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #424242 0%, #050504 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #424242 0%,#050504 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #424242 0%,#050504 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#050504',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.video{
    width: 100%;
    max-width: 600px;
    position: relative;
    height: 338px;
    margin: 20px auto 30px;
}

.video iframe{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

header{
    width: 91%;
    height: auto;
    margin: 0 auto;
}

.swiper-button-next, .swiper-button-prev {
    position: fixed;
}

.swiper-container {
	max-width:1160px;
	width: 92%;
	height: auto;
	margin: 20px auto;
}

.swiper-slide {
	background: #fff;
	width: 100%;
}

.swiper-slide .black-bk, .black-bk{
	background:#000;
}

.swiper-pagination-progress .swiper-pagination-progressbar{
	background:#e85126;
}

.container{
	float:left;
	width:100%;
	box-sizing:border-box;
	padding:20px 5%;
}

.container.adjust{
    padding: 20px 4% 20px 7%;
}

header .container{
	padding:10px 0;
}

.container.max-760 {
    margin: 0 auto;
    max-width: calc(16% + 760px);
    float: none;
}

.container.max-820 {
    margin: 0 auto;
    max-width: calc(16% + 820px);
    float: none;
}

.logo{
    width: 160px;
    margin: 16px 0;
	position: relative;
	z-index: 99998;
    padding:20px 0;
}

.pos-right{
	position: absolute;
	right:0;
}

.absolute-bottom{
    position: absolute;
    z-index: 1;
    bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.slide-2-content{
	max-width: 1110px;
}

.slide-2-content .logo{
	width:316px;
}

.side-lines:before, .side-lines:after{
    content: '';
    border-bottom: 1px solid #444;
    width: calc(50% - 116px);
    position: absolute;
    left: 0;
    top: 61%;
}

.side-lines:after{
    left:inherit;
    right: 0;
}

.center-images {
    margin: 20px 0;
}

.center-images img{
    display: inline-block;
	margin:20px;
}

.slide-3-top-caption{
    width: 100%;
    max-width: 830px;
    margin: 0 auto 25px;
}

.slide-3-bottom p.medium{
	line-height: 30px;
}

.slide-4-logo{
    position: absolute;
    top: 18%;
    right: 16%;
    width: 100%;
    max-width: 382px;
}

.slide-4-logo p{
    font-size: 28px;
    margin: 8px 0 0;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #e85126;
}


/* new menu */

html.active-menu, html.active-menu body{
	overflow-y: hidden;
}

.menu-btn{
	position: absolute;
    top: 47px;
    right: 5%;
	z-index: 99999;
	cursor: pointer;
}

.menu-btn svg{
	width:34px;
	height:34px;
}

.menu{
    position: fixed;
    z-index: 99997;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
	visibility: hidden;
	opacity:0;
    right: -400px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.menu.active{
	visibility: visible;
	opacity: 1;
	right:0;
}

.menu .swiper-pagination{
    width: 200px;
    position: relative;
    float: right;
    text-align: right;
    margin: 100px 5% 50px 0;
}

.menu .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    width: 100%;
    height: inherit;
    background: transparent !important;
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.menu .swiper-pagination-bullet-active {
    color: #e85126;
}

.swiper-button-prev, .swiper-button-next {
	-moz-background-size: auto;
	-webkit-background-size: auto;
	background-size: auto;
	background: none;
	position: absolute;
	z-index: 2000;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	border: 6px solid #e85126;
	left: 2.3%;
	border-right: none;
	border-top: none;
	text-indent: -90000px;
	margin-top: 0;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swiper-button-next {
	left:inherit;
	right: 2.3%;
	border: 6px solid #e85126;
	border-left: none;
	border-bottom: none;
}

.swiper-button-disabled{
    display: none !important;
}
