﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,300,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
.preloaderCont.vAligner.alignCenter{
	width:100%;
	height:100%;
	z-index:9999;
	background:#ffffff;
}
/*.starting img{
	display:none;
}*/
#colors h6, #colors h6 span{
	margin-top:0;
}
#colors h6 a{
	border-bottom:0;
}
#colors h6 a:hover span, #parallax a:hover{
	color:#4993cf;
}
#PreLoader{
	padding-top:134px;
	background:url('../img/pre-logo.png') no-repeat scroll top center;
	color:#ffffff !important;
	font-size:500% !important;
}
.section-banner .first-slide h2{
	font-size:500% !important;
	font-weight:400 !important;
	font-style:normal !important;
	font-family: 'Roboto Slab', serif !important;
	text-transform:uppercase !important;
	color:#4993cf !important;
}
.section-banner .first-slide h2 small{
	font-size:50% !important;
	text-transform:none !important;
}
.section-banner .first-slide h1{
	margin-top:0 !important;
	display:inline-block !important;
	border-top:1px solid rgba(255,255,255,0.8) !important;
	border-bottom:1px solid rgba(255,255,255,0.8) !important;
	padding:0px 0px !important;
	text-transform:uppercase !important;
	font-size:500% !important;
	font-weight:700 !important;
	color:#4993cf !important;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
h1 span.blue{
	color:#4792cf;
}
.aligner {
	text-align: justify;
	line-height: 0px;
	font-size: 5%
}
.aligner > * {
	display: inline-block;
	vertical-align: top; /* решил убрать*/
	line-height: normal;
	font-size: 2000%
}
.aligner:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0px;
}

.vAligner:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0px;
	background: yellow;
}
.vAligner > * {
	/*max-width: 99%;*/
	display: inline-block;
	vertical-align: middle;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.absBottom {
	position: absolute;
	bottom: 0px;
}

ul.horizontal > li {
	display: inline-block;
}

ul.horizontal {
	list-style: none;
}

.bVAligner {
	display: inline-block;
	position: relative;
}
.bVAligner[class] {
	display: table;
	position: static;
}

.bVAligner > .mid {
	position: absolute;
	top: 50%;
}/* for quirk explorer only*/
.bVAligner[class] > .mid {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: static;
}

.bVAligner > .mid > .inner {
	position: relative;
	top: -50%
}

.fillParent {
	width: 100%;
	height: 100%
}

.multiLayer .fillParent {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
.hidden{
	display:none !important;
}
.invisible{
	opacity:0 !important;
}


/* Navigation Progress Bar Start */
.progress {
  position: fixed;
  left:50%;
  margin-left:-60px;
  text-align: left;
  bottom:100px;
  width: 120px;
  padding: 0;
  z-index:1;
}
  .progress .wrapper {
    position: absolute;
    width: inherit;
  }
    .progress .wrapper.affix {
      position: fixed;
      top: 10px;
    }
  .progress .bar {
    position: relative;
    display: block;
    width: 18px;
    height: 17px;
	float:left;
	margin:0 1px;
    background:url(../img/dot.png) no-repeat scroll center;
  }
  .progress .bar span {
    position: absolute;
    display: block;
    top: 0;
    width: 0;
    height: 18px;
    z-index: 0;
    background:url(../img/bdot.png) no-repeat scroll center;
  }
  .progress .bar a {
	  width:
    line-height: 18px;
    position: relative;
    z-index: 1;
  }
  .progress .bar i {
    position: absolute;
    right: -30px;
    height: 40px;
    line-height: 40px;
    color: #36a7f3;

    -webkit-transition: color .3s;
    transition: color .3s;
  }
/* Navigation Progress Bar End */
/* Menu Start */
#site-navigation {
	position: fixed;
	overflow: hidden;
	top: 0;
	/*left: 58px;*/
	background: transparent;
	text-align: left;
	display: block;
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: background 500ms ease;
    -moz-transition: background 500ms ease;
    transition: background 500ms ease;
	z-index: 999999999;
   	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.show-nav #site-navigation {
	background: rgb(232, 65, 51);
	background: rgba(232, 65, 51, 0.90);
	height: 100%;
	width: 100%;
}
.hide-nav #site-navigation {
	background: transparent;
	height: 100%;
	width: 100%;
}
#site-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 10%;
	text-align: center;
	width: 100%;
}
#site-navigation ul li a {
	color: #fff;
	font-weight:900;
	font-size: 60px;
	line-height: 100px;
	/*margin: 0 0 0 190px;*/
	display: inline-block;
	-webkit-transition: all 400ms cubic-bezier(.17,.67,.38,1.46);
    -moz-transition: all 400ms cubic-bezier(.17,.67,.38,1.46);
    transition: all 400ms cubic-bezier(.17,.67,.38,1.46);
    -o-transform: translate(0, 25%);
	-ms-transform: translate(0, 25%);
	-moz-transform: translate(0, 25%);
	-webkit-transform: translate(0, 25%);
	transform: translate(0, 25%);
	text-transform: uppercase;
	text-decoration:none;
	position:relative;
}
#site-navigation ul li a i{
	font-size:26px;
	line-height:44px;
	width:44px;
	height:44px;
	border:2px solid #ffffff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin:0 12px;
}
#site-navigation ul li.no-line a:hover:before, #site-navigation ul li.no-line a.active:before{
	width:0%;
}
.hide-nav #site-navigation ul li a {
	-webkit-transition: all 400ms cubic-bezier(.17,.67,.38,1.46) !important;
    -moz-transition: all 400ms cubic-bezier(.17,.67,.38,1.46) !important;
    transition: all 400ms cubic-bezier(.17,.67,.38,1.46) !important;
    opacity: 0;
}
#site-navigation ul li:nth-child(1) a {
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
}
#site-navigation ul li:nth-child(2) a {
	-webkit-transition-delay: 0.025s;
	-moz-transition-delay: 0.025s;
	-o-transition-delay: 0.025s;
	transition-delay: 0.025s;
}
#site-navigation ul li:nth-child(3) a {
	-webkit-transition-delay: 0.050s;
	-moz-transition-delay: 0.050s;
	-o-transition-delay: 0.050s;
	transition-delay: 0.050s;
}
#site-navigation ul li:nth-child(4) a {
	-webkit-transition-delay: 0.075s;
	-moz-transition-delay: 0.075s;
	-o-transition-delay: 0.075s;
	transition-delay: 0.075s;

}
.show-nav #site-navigation ul li a {
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
#site-navigation ul li a:hover, #site-navigation ul li.current a, , #site-navigation ul li.current a:hover {
	color: #E26749;
}
nav.fixed{
	width:100%;
	margin:0;
	padding:0;
	left:0;
	top:0;
	position:fixed;
	z-index:9999;
	height:50px !important;
}
nav.fixed a.nav{
	display: block;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 28px;
	height: 18px;
	margin: 0 0;
	position: absolute;
	top: 50px;
	left:0;
	margin-left:150px;
	z-index: 99999;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	pointer-events: all;
}
nav.fixed .thumb{
	background:url(../img/thumb.png) no-repeat scroll 0 0;
	width:53px;
	height:75px;
	display: block;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 0;
	position: absolute;
	top: 24px;
	left:0;
	margin-left:203px;
	z-index: 99999;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	pointer-events: all;
}
nav.fixed .links{
	height:25px;
	line-height:25px;
	padding:25px 0;
	display: block;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 0;
	position: absolute;
	top: 24px;
	left:0;
	margin-left:262px;
	z-index: 99999;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	pointer-events: all;
	font-size:16px;
}
nav.fixed .links .orange{
	color:#e74135;
}
nav.fixed a.nav span {
	text-indent: -99999em;
	background: #0e1832;
	height: 2px;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	left: 0;
	-webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
	-o-transform: translate3d(0, 0, 0) rotate(0) scale(1);
	-ms-transform: translate3d(0, 0, 0) rotate(0) scale(1);
	-moz-transform: translate3d(0, 0, 0) rotate(0) scale(1);
	-webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
	transform: translate3d(0, 0, 0) rotate(0) scale(1);
		-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
nav.fixed a.nav span::before, nav.fixed a.nav span::after {
	display: block;
	position: absolute;
	left: 0;
	content: ' ';
	height: 2px;
	width: 100%;
	background: #0e1832;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
    -o-transform: translate3d(0, 0, 0) rotate(0) scale(1);
	-ms-transform: translate3d(0, 0, 0) rotate(0) scale(1);
	-moz-transform: translate3d(0, 0, 0) rotate(0) scale(1);
	-webkit-transform: translate3d(0, 0, 0) rotate(0) scale(1);
	transform: translate3d(0, 0, 0) rotate(0) scale(1);
			-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
nav.fixed a.nav span::before {
	top: -8px;
}
nav.fixed a.nav span::after {
	bottom: -8px;
}
#site-navigation .close{
	background:url(../img/menu-close.png) no-repeat scroll 0 0;
	width:16px;
	height:16px;
	position:absolute;
	z-index:1;
	top:30px;
	left:50%;
	margin-left:470px;
}
nav.bottom{
	position:fixed;
	height:40px;
	width:100%;
	text-align:center;
	background:#000000;
	bottom:0;
	left:0;
	z-index:1;
}
nav.bottom a{
	line-height:40px;
	font-size:14px;
	margin:0 20px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	overflow:visible;
	position:relative;
}
nav.bottom a:after{
	content:" ";
	background:#e84035;
	height:15px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	right:-20px;
	width:1px;
}
nav.bottom a:last-child:after{
	width:0;
}
/* Last Arrow */
#parallax .fullScreen.last-link .table{
	width:136px;
	float:right;
	background:#e84133;
}
#parallax .fullScreen.last-link .table .link{
	display:block;
	text-align:center;
	text-transform:uppercase;
	background:url(../img/last-arv.png) no-repeat scroll top center;
	padding-top:33px;
	font-size:14px;
	color:#1d1d1b;
	font-weight:900;
	border-bottom:0;
}
/* Last Arrow */
#second .vAligner.alignCenter.fullScreen .cell{
	vertical-align:top;
}
#second .vAligner.fullScreen .cell h1{
	color:#4993cf;
}
.vAligner.fullScreen .cell img{
	width:100%;
}
#colors .vAligner.fullScreen.colours-bg .cell{
	vertical-align:bottom;
}
#colors .vAligner.fullScreen.colours-bg .cell img{
	margin-bottom: -1%;
    width: 45%;
}
#colors .vAligner.fullScreen .cell img.color-logo{
    width: 35%;
}
#First .vAligner.alignCenter.fullScreen .cell img.first-img{
	max-width:50%;
	height:auto !important;
}
#second .vAligner.alignCenter.fullScreen img.second-img{
	max-width:90%;
}
.vAligner.alignCenter.fullScreen img{
	max-width:100%;
	max-height:100%;
}
#colors .vAligner.alignCenter.fullScreen .cell.colors{
	vertical-align:top;
}
#colors .vAligner.alignCenter.fullScreen .cell.colors img{
	height:80%;
}
@media (max-width: 1170px) {
	#second .vAligner.alignCenter.fullScreen .cell{
		vertical-align:middle;
	}
	#second .vAligner.alignCenter.fullScreen .cell.top-pad5{
		vertical-align:top;
		padding-top:10%;
	}
	.section-banner .first-slide h1, .section-banner .first-slide h2{
		font-size: 300% !important;
	}
	.section-banner .first-slide h2{
		line-height:42px;
	}
	#second .vAligner.fullScreen .cell h1 {
		font-size: 260%;
	}
	#second .vAligner.alignCenter.fullScreen .cell.top-pad10 {
		vertical-align:top;
	}
}
@media (max-width: 920px) {
	#second .vAligner.alignCenter.fullScreen .cell.top-pad5{
		padding-top:15%;
	}
	#colors .alignCenter.fullScreen .cell.align-top.top-pad10, #branding .alignCenter.fullScreen .cell.align-top.top-pad10{
		padding-top:20%;
	}
}
@media (max-width: 767px) {
	#second .vAligner.alignCenter.fullScreen .cell, #branding .vAligner.alignCenter.fullScreen .cell{
		vertical-align:bottom;
	}
	#parallax #First h2, #parallax #First h1{
	}
	.section-banner .first-slide h2 {
	  font-size: 150% !important;
	  line-height: 20px !important;
	  margin-top: 40px !important;
	  padding-bottom: 10px !important;
	}
	.section-banner .first-slide h1{
		font-size: 150% !important;
	}
	#second .vAligner.alignCenter.fullScreen .cell.top-pad10{
		padding-top: 15%;
	}
	#second .vAligner.fullScreen .cell h1 {
	  font-size: 140%;
	}
	#parallax h3 {
		line-height: 22px;
	}
}
@media (max-width: 479px) {
	#second .vAligner.alignCenter.fullScreen .cell, #branding .vAligner.alignCenter.fullScreen .cell{
		vertical-align:middle;
	}
	#second .vAligner.alignCenter.fullScreen .cell.top-pad5 {
		padding-top: 25%;
	}
	#colors .alignCenter.fullScreen .cell.align-top.top-pad10, #branding .alignCenter.fullScreen .cell.align-top.top-pad10 {
		padding-top: 30%;
	}
	#second .vAligner.alignCenter.fullScreen .cell.top-pad10{
		padding-top: 20%;
	}
	#parallax #second .cell.align-top.top-pad10 h3{
		padding-top:5%;
	}
}

