* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #151915;
	font-family: montserrat-regular;
	color: #dfdfdf;
	font-size: 12px;
	overflow: hidden;
}

a {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
	color: #fff8de;
}

@font-face {
    font-family: montserrat-regular;
    src: url(../fonts/montserrat-regular.ttf);
}
@font-face {
    font-family: montserrat-medium;
    src: url(../fonts/montserrat-medium.ttf);
}
@font-face {
    font-family: montserrat-black;
    src: url(../fonts/montserrat-black.ttf);
}
@font-face {
    font-family: montserrat-bold;
    src: url(../fonts/montserrat-bold.ttf);
}
@font-face {
    font-family: montserrat-extrabold;
    src: url(../fonts/montserrat-extrabold.ttf);
}
@font-face {
    font-family: montserrat-light;
    src: url(../fonts/montserrat-light.ttf);
}
@font-face {
    font-family: Alice;
    src: url(../fonts/Alice.ttf);
}

b, th, strong, h1, h2, h3, h4, h5, h6 {
	font-family: montserrat-bold;
}

::-webkit-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
::-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-ms-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

textarea::-webkit-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea::-moz-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
textarea:-ms-input-placeholder { 
	color:#6e6c65; 
	text-shadow: 0 0 0 #6e6c65;
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9);
	transform:scale(0.9); 
	opacity:0; 
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0;
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
#general {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden;
}

#general .wrapper {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

#bg {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg.jpg) no-repeat center top;
	background-size: cover;
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
.nav {
	position: fixed;
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 100;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav.scroll {
	background: rgba(0,0,0,0.9);
}

.nav .nav-top {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: rgba(0,0,0,0.5);
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	overflow: hidden;
	transition: height;
}

.nav .nav-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.nav .nav-top .text {
	position: absolute;
	display: block;
	width: 50%;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 16px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav .nav-top .text span {
	color: #ffde00;
    font-family: montserrat-bold;
}

.nav .nav-top .social {
	position: absolute;
	display: inline-block;
	max-width: 50%;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.nav .nav-top .social .item {
	position: relative;
	display: inline-block;
	margin-left: 40px;
}
.nav .nav-top .social .item:first-child {
	margin-left: 0;
}

.nav .nav-top .social .item a {
	position: relative;
	display: inline-block;
}

.nav .nav-top .social .item span {
	position: relative;
	display: inline-block;
	float: left;
	line-height: 31px;
	margin-right: 7px;
}

.nav .nav-top .social .item a:hover {
	-webkit-filter:brightness(1.5); 
	-moz-filter:brightness(1.5); 
	-o-filter:brightness(1.5); 
	filter:brightness(1.5); 
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
.nav .nav-bottom {
	position: relative;
	display: block;
	width: 100%;
	height: 110px;
	margin: 0 auto;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav.scroll .nav-bottom {
	height: 70px;
}

.nav .nav-bottom:before {
	content: '';
	position: absolute;
	display: block;
	width: 1400px;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(87,94,97,0.26);
	bottom: 0;
}

.nav .nav-bottom ul {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.nav .nav-bottom ul li {
	position: relative;
	display: inline-block;
	float: left;
}

.nav .nav-bottom ul li a.link {
	position: relative;
	display: block;
	padding: 0 35px 0 65px; 
}

.nav .nav-bottom ul li a.link span {
	position: relative;
	display: block;
	color: #eaab03;
	font-size: 16px;
	font-family: Alice;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav .nav-bottom ul li a.link p {
	position: relative;
	display: block;
	color: #555555;
	text-shadow: 0 0 0 #555555;
	font-size: 12px;
	margin-top: 2px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.nav .nav-bottom ul li a.link:before {
	content: '';
	position: absolute;
	display: block;
	width: 65px;
	height: 100%;
	top: 0;
	left: 0;
}

.nav .nav-bottom ul li:nth-child(1) a.link {
	padding-left: 53px;
	overflow: hidden;
}
.nav .nav-bottom ul li:last-child a.link {
	padding-right: 13px;
}

.nav .nav-bottom ul li:nth-child(1) a.link:before {
	background: url(../images/ico-nav-1.png) no-repeat center;
	left: -12px;
}
.nav .nav-bottom ul li:nth-child(2) a.link:before {
	background: url(../images/ico-nav-2.png) no-repeat center;
}
.nav .nav-bottom ul li:nth-child(3) a.link:before {
	background: url(../images/ico-nav-3.png) no-repeat center;
}
.nav .nav-bottom ul li:nth-child(4) a.link:before {
	background: url(../images/ico-nav-4.png) no-repeat center;
}
.nav .nav-bottom ul li:nth-child(5) a.link:before {
	background: url(../images/ico-nav-5.png) no-repeat center;
}

.nav .nav-bottom ul li a.link:hover span {
	color: #ffde00;
}
.nav .nav-bottom ul li a.link:hover p {
	color: #fff;
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
.nav .nav-bottom ul li a.link:hover:before {
	-webkit-animation-name: box;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;

	-moz-animation-name: box;
	-moz-animation-duration: 0.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;

	-o-animation-name: box;
	-o-animation-duration: 0.5s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;

	animation-name: box;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes box {
	0% {
		-webkit-transform: scale(1.0) rotate(0deg);
	    -moz-transform: scale(1.0) rotate(0deg);
	    -o-transform: scale(1.0) rotate(0deg);
	    transform: scale(1.0) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(0.8) rotate(720deg);
	    -moz-transform: scale(0.8) rotate(720deg);
	    -o-transform: scale(0.8) rotate(720deg);
	    transform: scale(0.8) rotate(720deg);
	}
}
@-moz-keyframes box {
	0% {
		-webkit-transform: scale(1.0) rotate(0deg);
	    -moz-transform: scale(1.0) rotate(0deg);
	    -o-transform: scale(1.0) rotate(0deg);
	    transform: scale(1.0) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(0.8) rotate(720deg);
	    -moz-transform: scale(0.8) rotate(720deg);
	    -o-transform: scale(0.8) rotate(720deg);
	    transform: scale(0.8) rotate(720deg);
	}
}
@-o-keyframes box {
	0% {
		-webkit-transform: scale(1.0) rotate(0deg);
	    -moz-transform: scale(1.0) rotate(0deg);
	    -o-transform: scale(1.0) rotate(0deg);
	    transform: scale(1.0) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(0.8) rotate(720deg);
	    -moz-transform: scale(0.8) rotate(720deg);
	    -o-transform: scale(0.8) rotate(720deg);
	    transform: scale(0.8) rotate(720deg);
	}
}
@keyframes box {
	0% {
		-webkit-transform: scale(1.0) rotate(0deg);
	    -moz-transform: scale(1.0) rotate(0deg);
	    -o-transform: scale(1.0) rotate(0deg);
	    transform: scale(1.0) rotate(0deg);
	}
	100% {
		-webkit-transform: scale(0.8) rotate(720deg);
	    -moz-transform: scale(0.8) rotate(720deg);
	    -o-transform: scale(0.8) rotate(720deg);
	    transform: scale(0.8) rotate(720deg);
	}
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
.nav .nav-bottom ul li.child {
	background: url(../images/nav-child.png) no-repeat center right 10px;
	z-index: 1;
}
.nav .nav-bottom ul li.child .sub {
	position: absolute;
	display: none;
	top: 100%;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	background: #161613;
	border-top: 4px solid #b9c951;
	margin-top: 10px;
	padding-bottom: 3px;
}

.nav .nav-bottom ul li.child .sub a {
	position: relative;
	display: block;
	width: 225px;
	margin: 0 auto;
	padding: 12px 0;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	background: url(../images/nav-line.png) repeat-x center bottom;
}

.nav .nav-bottom ul li.child .sub a span {
	color: #ffde00;
}

.nav .nav-bottom ul li.child .sub a:hover {
	background-color: #000;
}

.nav .nav-bottom .nav-arrow {
	position: absolute;
	display: none;
	width: 150px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: #000; /* Для старых браузров */
    background: linear-gradient(to top, #333, #000);
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: #eaab03;
	font-size: 16px;
	font-family: Alice;
}

.nav .nav-bottom .nav-arrow:hover {
	background: #000; /* Для старых браузров */
    background: linear-gradient(to top, #444, #000);
}

.nav .nav-bottom ul .nav-close {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.nav .nav-bottom ul .nav-close:before {
	content: '';
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/close.png) no-repeat center;
	top: 20px;
	right: 20px;
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
.nav .nav-bottom .lang {
	position: absolute;
	display: block;
	width: 40px;
	height: 55px;
	background: url(../images/lang.png) no-repeat;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.nav .nav-bottom .lang a {
	position: absolute;
	display: block;
	width: 40px;
	height: 55px;
	top: 0;
	left: 0;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition:all 0.1s ease; 
	-o-transition:all 0.1s ease; 
	-moz-transition:all 0.1s ease; 
	transition:all 0.1s ease;
	opacity: 0;
}

.nav .nav-bottom .lang a .img {
	position: absolute;
	display: block;
	width: 40px;
	height: 55px;
	top: 0;
	left: 0;
}

.nav .nav-bottom .lang a .img img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.nav .nav-bottom .lang a .name {
	position: absolute;
	display: block;
	height: 20px;
	line-height: 20px;
	top: 0;
	right: 40px;
	padding-right: 15px;
	bottom: 0;
	margin: auto;
	width: 70px;
	text-align: right;
}

.nav .nav-bottom .lang a.active {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

.nav .nav-bottom .lang:hover a {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

.nav .nav-bottom .lang:hover a.active {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
#screen-1 {
	padding-top: 185px;
	min-height: 265px;
}

.status {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-top: 50px;
	width: 100%;
}

.status .progress {
	position: relative;
	display: inline-block;
	width: 190px;
	height: 190px;
	background: url(../images/status-load.png) no-repeat;
}

.status .progress .circle {
	position: absolute;
	display: block;
	width: 160px;
	height: 160px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.status .progress .desc {
	position: absolute;
	display: block;
	width: 160px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #919086;
	font-size: 14px;
}

.status .progress .desc span {
	position: relative;
	display: block;
	color: #ffde00;
	font-size: 24px;
    font-family: montserrat-black;
    margin: 3px auto;
}

.status .progress:nth-child(1) {
	float: left;
}
.status .progress:nth-child(2) {
	float: right;
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
#screen-1 .logo {
	position: absolute;
	display: inline-block;
	width: 100%;
	max-width: 416px;
	top: 185px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

#screen-1 .logo img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#screen-1 .logo:hover {
	-webkit-filter: contrast(120%); 
	-moz-filter: contrast(120%); 
	-o-filter: contrast(120%); 
	filter: contrast(120%); 
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
#screen-2 {
	min-height: 65px;
	padding-top: 25px;
	text-align: center;
}

#screen-2 a {
	position: relative;
	display: inline-block;
	margin: 0 3px 6px;
	width: 250px;
	height: 61px;
	text-align: left;
}

#screen-2 a span {
	position: relative;
	display: block;
	color: #ddc004;
	font-size: 14px;
    font-family: montserrat-bold;
    padding-left: 70px;
    padding-top: 13px;
}

#screen-2 a p {
	position: relative;
	display: block;
	color: #646464;
	text-shadow: 0 0 0 #646464;
	font-size: 12px;
	padding-left: 70px;
}

#screen-2 a:nth-child(1) {
	background: url(../images/btn-1.png) no-repeat;
}
#screen-2 a:nth-child(2) {
	background: url(../images/btn-2.png) no-repeat;
}
#screen-2 a:nth-child(3) {
	background: url(../images/btn-3.png) no-repeat;
}

#screen-2 a:hover {
	-webkit-filter: contrast(120%); 
	-moz-filter: contrast(120%); 
	-o-filter: contrast(120%); 
	filter: contrast(120%); 
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
#screen-3 {
	min-height: 185px;
	padding-top: 45px;
	z-index: 5;
}

#screen-3 .left {
	position: relative;
	display: inline-block;
	float: left;
}

#screen-3 .left .img {
	position: relative;
	display: inline-block;
	float: left;
	width: 238px;
	height: 176px;
	background: url(../images/frame.png) no-repeat;
	margin-right: 20px;
}

#screen-3 .left .img {
	position: relative;
	display: inline-block;
	float: left;
	width: 238px;
	height: 176px;
	background: url(../images/frame.png) no-repeat;
	margin-right: 20px;
}

#screen-3 .left .img img {
	position: absolute;
	display: block;
	width: 230px;
	height: 168px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

#screen-3 .left .img img.img-2 {
	display: none;
}
#screen-3 .left .img:hover img.img-2 {
	display: block;
}

#screen-3 .left .img:hover {
	cursor: url(../images/cursor.png), pointer;
}

#screen-3 .left .about {
	position: relative;
	display: inline-block;
	float: left;
	width: 580px;
	text-align: left;
}

#screen-3 .left .about .title {
	position: relative;
	display: block;
	margin: -3px auto 10px;
}

#screen-3 .left .about .title span {
	position: relative;
	display: block;
	color: #ffde00;
	font-size: 16px;
    font-family: montserrat-bold;
}

#screen-3 .left .about .title p {
	position: relative;
	display: block;
	color: #e1e1e1;
	font-size: 12px;
	margin-top: 1px;
}

#screen-3 .left .about .title p a {
	color: #b9c951;
	text-decoration: underline;
}

#screen-3 .left .about .title p a:hover {
	text-decoration: none;
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
#screen-3 .left .about .block {
	position: relative;
	display: inline-block;
	width: 100%;
}

#screen-3 .left .about .block .item {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
}

#screen-3 .left .about .block .item:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background: url(../images/line.png) repeat-x center bottom;
}

#screen-3 .left .about .block .item .name {
	position: relative;
	display: block;
	color: #ffde00;
	font-size: 14px;
	padding: 7px 0;
	width: 100%;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

#screen-3 .left .about .block .item:hover .name {
	color: #6cff45;
}

#screen-3 .left .about .block .item .text {
	position: relative;
	display: none;
	color: #dfdfdf;
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 7px;
	margin-top: -2px;
}

#screen-3 .left .about .block .item:first-child .text {
	display: block;
}

#screen-3 .left .about .block .item.active:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(23,24,25,0.71);
	border: 1px solid rgba(34,34,40,0.71);
	padding: 0 10px;
	left: -10px;
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
#screen-3 .right {
	position: relative;
	display: inline-block;
	float: right;
	width: 418px;
}

#screen-3 .right a {
	position: relative;
	display: block;
	width: 100%;
	background: url(../images/link.png) no-repeat;
	background-size: 100% 100%;
	color: #e1e1e1;
	font-size: 12px;
	padding: 18px 0;
	margin: 0 auto 14px;
	text-align: left;
}

#screen-3 .right a p {
	position: relative;
	display: block;
	margin-left: 58px;
	margin-right: 15px;
}

#screen-3 .right a span {
	color: #ddc104;
}

#screen-3 .right a:hover {
	-webkit-filter: contrast(120%); 
	-moz-filter: contrast(120%); 
	-o-filter: contrast(120%); 
	filter: contrast(120%); 
}

#screen-3 .right a:before {
	content: '';
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/arrow.png) no-repeat;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

#screen-3 .right a:hover:before {
	left: 25px;
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
#screen-4 {
	min-height: 135px;
	padding-top: 45px;
	text-align: center;
}

#screen-4 .news {
	position: relative;
	display: inline-block;
	padding: 9px;
	width: 400px;
	background: url(../images/news.png) no-repeat;
	background-size: 100% 100%;
	text-align: left;
	float: left;
}

#screen-4 .news:hover {
	-webkit-filter: contrast(120%); 
	-moz-filter: contrast(120%); 
	-o-filter: contrast(120%); 
	filter: contrast(120%); 
}

#screen-4 .news:nth-child(2) {
	margin: 0 13px;
}

#screen-4 .news .inner {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	min-height: 111px;
	overflow: hidden;
}

#screen-4 .news .inner .frame {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

#screen-4 .news .inner .frame img {
	position: relative;
	display: block;
	height: 100%;
	width: auto;
}

#screen-4 .news .inner .title {
	position: relative;
	display: block;
	margin-left: 92px;
	color: #ffde00;
	font-size: 16px;
    font-family: montserrat-bold;
    padding-top: 15px;
    margin-bottom: 7px;
    z-index: 1;
    margin-right: 10px;
}

#screen-4 .news .inner .text {
	position: relative;
	display: block;
	margin-left: 92px;
	color: #e1e1e1;
	font-size: 12px;
	margin-right: 10px;
	line-height: 19px;
	margin-bottom: 10px;
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
.screen-5 {
	min-height: 90px;
	padding-top: 40px;
}

.screen-5 .copyright {
	position: relative;
	display: inline-block;
	width: 530px;
	color: #8c877c;
	text-shadow: 0 0 0 #8c877c;
	font-size: 12px;
	font-family: Alice;
	float: left;
	margin-right: 135px;
}

.screen-5 .banners {
	position: relative;
	display: inline-block;
	width: 200px;
	float: left;
}

.screen-5 .banners li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.screen-5 .coolness {
	position: relative;
	display: inline-block;
	float: right;
	width: 122px;
	height: 33px;
	background: url(../images/coolness.png) no-repeat;
}

.screen-5 .coolness:hover {
	opacity: 0.7;
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/
.loader {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	z-index: 99999;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.loader img {
	position: absolute;
	display: block;
	max-width: 100%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.loader.hide img {
	-webkit-transform: scale(3.0);
    -moz-transform: scale(3.0);
    -o-transform: scale(3.0);
    transform: scale(3.0);
    opacity: 0;
}

.loader.hide {
	background: rgba(0,0,0,0);
}
/*=========================================================*/
/*=========================================================*/
/*=========================================================*/

/*=========================================================*/
/*=========================================================*/
/*=========================================================*/