@charset "utf-8";

html {
	height: 100%;
	background: #00020e;
	}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
  background:#00020e;
	color:#fff;
	}
a, img {
  outline: none;
}
.layout {
	min-width: 800px;
	min-height: 100%;
	position: relative;
	margin: 0px auto;
	}
.layout:before {
	content: '';
	position: absolute;
	top:0;
	bottom:0;
	right: 0;
	width: 300px;
	background: linear-gradient(to left, rgba(0,0,0,.5), transparent);
	}

/* --- Content --- */

.block {
	width: 100%;
	box-sizing: border-box;
	background-position: center top;
	background-repeat: no-repeat;
	}
.block.type1 {
	height: 1077px;
	background-image: url(../images/bg1.jpg);
	}
.block.type2 {
	height: 1042px;
	background-image: url(../images/bg2.jpg);
	}
.block.type3 {
	height: 898px;
	background-image: url(../images/bg3.jpg);
	}
.block.type4 {
	height: 988px;
	background-image: url(../images/bg4.jpg);
	}
.block.type5 {
	height: 917px;
	background-image: url(../images/bg5.jpg);
	}
h2 {
	font: 35px/37px Cambria, Arial, Helvetica, sans-serif;
	margin: 0 0 30px;
	text-align: center;
	text-transform: uppercase;
}
.cont_layout {
	position: relative;
	z-index: 2;
	width: 1170px;
	height: inherit;
	min-height: 100px;
	margin: 0px auto;
	background: inherit;
	}

.cont {
  width: 700px;
  padding-top:80px;
  }
.block.type1 .cont {
  width: 900px;
	padding-top: 30px;
  margin: 0px auto;
}
.block.type1 .cont p {
	margin-bottom: 10px;
	text-align: center;
}
.block.type2 .cont {
	float: right;
	color:#000;
	position: relative;
}

.block.type2 .cont  > * {
	position: relative;
}

.block.type2 .cont:before {
	content: '';
	position: absolute;
	left:0px;
	right:0px;
	top:200px;
	bottom:-27px;
	background: rgba(255,255,255,.5);
	box-shadow: 0 0 100px rgba(255,255,255,1);
	/*
	background: linear-gradient(to right, transparent 0%, rgba(255,255,255,.6) 10%, rgba(255,255,255,.6) 90%, transparent 100%);
	background: radial-gradient(ellipse  closest-side at 50% 50%, rgba(255,255,255,.6) 0%, rgba(255,255,255,.6) 90%, transparent 100%);*/
}
.block.type2 .jcarousel-skin .jcarousel-next-horizontal,
.block.type2 .jcarousel-skin .jcarousel-prev-horizontal {
	filter: brightness(40%);
}

.block.type4 .cont {
	float: right;
	padding-top: 40px;
}
.block.type4 .cont p {
	padding-left: 50px;
}

.block.type3 .cont,
.block.type5 .cont {
color:#000;
padding-top: 0px;
}
.block.type5 .cont {
	width: 800px;
}
	.top_buttons {
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 1;
		}

		.top_buttons a {
			width: 174px;
			height: 42px;
			display: inline-block;
			color: #fff;
			font: 20px/42px Cambria, Arial, Helvetica, sans-serif;
			text-align: center;
			text-decoration: none;
			background: #ad0d10;
      text-transform:uppercase;
			}
		.top_buttons a:hover {
			background: #e41f26;
			}
		.top_buttons a:active {
			background: #e41f26;
			}

	.cont > p,
	.cont > ul li {
		font: 20px/22px Cambria, Arial, Helvetica, sans-serif;
		}
  .cont > p {
    margin: 0 0 20px;
  }

	.cont > ul li {
		margin: 10px 0px;
		}

	.button {
		width: 266px;
		height: 42px;
		display: block;
		color: #fff;
		font: 20px/42px Cambria, Arial, Helvetica, sans-serif;
		margin: 30px auto 0;
		text-align: center;
		text-decoration: none;
		background: #0073cc;
    text-transform:uppercase;
		}
	.button:hover {
		background: #0063b0;
		}
	.button:active {
		background: #0063b0;
		}
	.center {
		text-align: center;
	}
	.center .button {
		display: inline-block;
		margin: 30px 20px 0;
	}

	.video {
		width: 169px;
		height: 169px;
		position: relative;
		border:3px solid #fff;
		border-radius:100%;
		overflow: hidden;
		margin: 0px auto 60px;
		background: rgba(0,0,0,.6) url(../images/play_video.png) center center no-repeat;
		cursor: pointer;
		}
		.video:hover {
			background-color: rgba(0,0,0,.8)
			}


/* Block 1 */

.logo_layout {
	margin: 0 0 33px;
	}

	.logo_layout > a {
		width: 370px;
		height: 370px;
		display: block;
		margin: 0px auto;
		}

/* Navigation */

.scroll {
	width: 11px;
	position: fixed;
	top: 50%;
	right: 20px;
	z-index: 3;
  transform: translateY(-50%);
	}
	.scroll:before {
		content:'';
		position: absolute;
		top:-70px;
		right:5px;
		width: 1px;
		height: 340px;
		background: url(../images/menu.png) center 0 no-repeat;
	}
.scroll-item {
	width: 20px;
	display: block;
	position: relative;
	margin: 10px 0px;
	height: 20px;
	cursor: pointer;
	}
.scroll-item span {
	height: 20px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 24px;
	margin: auto;
	padding: 0 12px;
	color: #fff;
	font: 12px/20px Arial;
	white-space: nowrap;
	}
.scroll-item:before {
	content:'';
	position: absolute;
	left: 0px;
	top:0;
	bottom:0;
	margin: auto;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background: #fff;
	}
.scroll-item.is-active:before {
	width: 17px;
	height: 17px;
	top:-3px;
	left:-3px;
	bottom:-3px;
}
.scroll-item.is-active:after {
	content:'';
	position: absolute;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
	border-radius: 100%;
	top:-6px;
	left:-7px;
	bottom:-6px;
	margin: auto;
	pointer-events: none;
}
@media only screen and (max-width: 1800px) {
  .scroll-item span{
    display: none;
  }

	.scroll-item:hover span {
		display:block;
	}
}

/* Common */

.jcarousel-skin {
	margin-bottom: 24px;
	}

	.jcarousel-skin li a {
		display: block;
		margin-bottom: 12px;
		}
		.jcarousel-skin li img {
			display: block;
			width: 100%;
			height: auto;
			pointer-events: none;
		}
	.jcarousel-skin li a:hover + img {
		-webkit-filter: brightness(110%);
		filter: brightness(110%);
		}

.lb-outerContainer {
	border-radius: 0px;
	}

/* ======================= */
/* ---[ Footer markup ]--- */

	footer > div {
		width: inherit;
		clear: both;
		}
	footer > div:first-child {
		margin-top: 0px;
		}
	footer > div:last-child {
		margin-bottom: 0px;
		}
	footer > div > div {
		width: inherit;
		height: inherit;
		display: table-cell;
		vertical-align: middle;
		}
	footer img {
		border: none;
		}

/* ---[ Footer config ]--- */

footer {
	width: 100%;
	min-width: 800px;
	background: #010914;
	padding: 40px 0;
	}

footer > div {
	width: 800px;
	margin: 10px auto;
	text-align: center;
	}

	footer p {
		margin: 0px;
		color: #fff !important;
		font: 11px/16px Arial, Helvetica, sans-serif !important;
		text-align: center !important;
		}

/* ---[ Footer custom ]--- */

footer > div:first-child {
	padding-top: 12px;
	}

footer > div:first-child > div > *,
footer > div:last-child > * {
	margin: 0px 12px;
	}

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