/* Global */

@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff2') format('woff2'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'droid_sansregular', sans-serif;
	font-size: 16px;
	line-height:21px;
	color: #929292;
	overflow-x:hidden;
}
::selection {
	background: #c84942;
	color:#fff;
}
::-moz-selection {
	background: #c84942; /* Firefox */
	color:#fff;
}
img {
	max-width: 100%;
}
a:link {
	text-decoration: none;
	color: inherit;
}
a:hover {
	color:#c84942;
}
a:visited {
	color: inherit;
	text-decoration: none;
}

.fright{float:right;
}
.fleft{float:left;
}

.overflow_hidden {overflow-x:hidden;}

/* Navigation */
#undefined-sticky-wrapper {position:relative;height:0 !important;}
.menu {
	position:absolute;
	bottom:0;
	width:100%;
	height:76px;
	background:#3e3e3e;
	z-index:9999;
}

#nav {
	text-align: right;
}
.navigation{
	list-style: none;
	margin: 0;
}
ul.navigation {
	overflow-x:hidden;
	position:relative;
	text-align:center;
	margin:0 auto;
	padding:0;
	width:770px;
}
.navigation li{
	display:inline-block;
	text-align:center;
	width:128px;
	padding:28px 0 7px;
	margin:0 -2.5px;
	text-transform:none;
	background:none;
	border-bottom:1px solid #616161;
	font-family: 'droid_sansregular', sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:20px;
	color:#b7b7b7;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.navigation li:hover,
.navigation .active {
	cursor:pointer;
	color:#fff;
}

/* ________________ LavaLamp ________________ */
.effect {
	position: absolute;
	left: -130px;
	transition: 0.5s ease-in-out;
}
.navigation li:nth-child(1):hover ~ .effect {
	left: 0; /* ñåðåäèíà ïåðâîãî <a> */
}
.navigation li:nth-child(2):hover ~ .effect {
	left: 128px;  /* ñåðåäèíà âòîðîãî <a> */
}
.navigation li:nth-child(3):hover ~ .effect {
	left: 256px; /* ñåðåäèíà òðåòüåãî <a> */
}
.navigation li:nth-child(4):hover ~ .effect {
	left: 384px; /* ñåðåäèíà ÷åòâåðòîãî <a> */
}
.navigation li:nth-child(5):hover ~ .effect {
	left: 512px; /* ñåðåäèíà ÷åòâåðòîãî <a> */
}
.navigation li:nth-child(6):hover ~ .effect {
	left: 640px; /* ñåðåäèíà ÷åòâåðòîãî <a> */
}

.ph-line-nav .effect {
	position:relative;
	z-index:100;
	width: 128px;
	height: 3px;
	bottom: 1px;
	background: #c84942;
	margin-left:0;
}

/* _______________ //LavaLamp _______________ */

.btn_dropdown {
	display:none;
	cursor:pointer;
	background:#fff;
	margin:20px 30px 0 0;
	width:130px;
	height:36px;
	text-align:center;
	font-family: 'droid_sansregular', sans-serif;
	font-weight:700;
	font-size:18px;
	line-height:36px;
	color:#3e3e3e;
	border-radius:5px;
}
.btn_dropdown:hover {color:#3e3e3e;}


/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	padding:0;
	z-index:12;
	overflow:hidden;
}


h2 {
	display:block;
	margin:0 0 23px;
	padding:0;
	text-transform:none;
	text-align:left;
	font-style:normal;
	border-bottom:1px solid #c9c9c9;
	font-family: 'droid_sansregular', sans-serif;
	font-size: 70px;
	line-height: 94px;
	color:#343434;
	font-weight: 400;
}
h2 span {
	border-bottom:3px solid #c84942;
}

h3 {
	margin:0;
	padding:40px 0 32px 0;
	text-transform:uppercase;
	text-align:center;
	font-family: 'droid_sansregular', sans-serif;
	font-weight:800;
	font-size:32px;
	font-style:normal;
	line-height:36px;
	color:#3e3e3e;
}

h4 {
	margin:0;
	padding:0 0 15px;
	text-transform:none;
	text-align:left;
	font-family: 'droid_sansregular', sans-serif;
	font-weight:400;
	font-size:32px;
	font-style:normal;
	line-height:36px;
	color:#3e3e3e;
}

img.icon_img {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:25px;
}

.effect_2 {
	background:url(../images/effect_2.png) repeat left top;
	position:relative;
	top:0;
	bottom:-57px;
	height:100%;
	z-index:999 !important;
}

/* ____________________________________ Slide 1 ____________________________________ */ 

.inset_shadow {
	position:absolute;
	z-index:10;
	left:0;
	right:0;
	top:0;
	bottom:76px;
	box-shadow:0 0 60px rgba(0,0,0, 0.7) inset;
}

#slide1{
	background-position:0 0 !important;
	background-size: cover !important;
	width:100%;
	text-align:center;
}

#slide1 span{
	font-size: 18px;
}

.filtr_bg {
	position:fixed;
	z-index:11;
	text-align:center;
	left:50%;
	margin-left:-405px;
	display: none;
}

/*
@media only screen and (max-width: 1024px) {
	.filtr_bg {position:relative;}
}*/

.center_bord {
	display:block;
	margin:26px auto 24px;
	background:#999;
	height:1px;
	width:100%;
}


#slide1 .button {
	cursor:pointer;
	display:block;
	margin:52px auto 0;
	width:64px;
	height:64px;
	border:none;
	text-transform:uppercase;
	background:url(../images/button_down.png) no-repeat center bottom #fff;
	border-radius:50%;
	-webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.30);
     -moz-box-shadow: 0 6px 6px rgba(0,0,0,0.30);
          box-shadow: 0 6px 6px rgba(0,0,0,0.30);
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}
#slide1 .button:hover {
	margin:53px auto 0;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


/* ____________________________________ Slide 2 ____________________________________ */ 

#slide2 {
	background:url(../images/slide2_bg.jpg) repeat left top;
	width:100%;
	padding:86px 0 69px;
}
#slide2 p {
	font-size: 16px;
	color:#666;
}
/* ___________________________________ //Slide 2 ___________________________________ */ 



/* ____________________________________ Slide 4 ____________________________________ */ 

#slide4 {
	background:url(../images/slide4_bg.jpg) repeat left top;
	width:100%;
	padding:86px 0 69px;
}
#slide4 h2 {
	color:#b8b8b8;
	border-bottom:1px solid #4e4e4e;
}

/* ____________________________________ Slide 6 ____________________________________ */ 

#slide6 {
	background:url(../images/slide6_bg.jpg) repeat left top;
	width:100%;
	padding:86px 0 69px;
}

#slide6 h2 span {
	background:url(../images/slide6_bg.jpg) repeat left top;
}

/* _______________ ACCORDION _______________ */

.accordion {
	position:relative;
}
.accordion h3 {
	position:relative;
	z-index:10;
	padding:0;
}

.accordion h3 span {
	display:block;
	position:relative;
	margin:0 0 0 124px;
	padding:12px 0 12px 0;
	text-align:left;
	text-transform:none;
	font-family: 'droid_sansregular', sans-serif;
	font-weight:300;
	font-size:22px;
	line-height:22px;
	color:#343434;
}

.accordion .accord_cont {
	display: block;
	margin:0 0 0 114px;
	padding:0 41px 9px 11px;
	background:none;
	color:#666;
}


.ac_date {
	position:absolute;
	top:13px;
	left:0;
	font-family: 'droid_sansregular', sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:20px;
	color:#c84942;
	text-transform: none;
	text-align: left;
}

/* ______________ //ACCORDION ______________ */


/* ___________________________________ //Slide 6 ___________________________________ */ 



/* ____________________________________ Slide 8 ____________________________________ */ 
#slide8 {
	background:url(../images/slide8_bg.jpg) repeat left top;
	width:100%;
	padding:86px 0 69px;
}
#slide8 h2 {color:#b8b8b8;
}

#slide8 h4 {
	padding-bottom:10px;
	color:#acacac;
}

/* _______________ ACCORDION_2 _______________ */
#slide8 .ac_plmin {
	position:absolute;
	top:0;
	left:105px;
	width:65px;
	height:47px;
	/* background:url(../images/ac_plmin_2.png) no-repeat; */
}
#slide8 .vert_line {
	position:absolute;
	top:0;
	left:117px;
	width:3px;
	height:100%;
	background:url(../images/vert_line_2.png) repeat-y;
}
#slide8 .accordion h3 span {
	margin:0 0 0 150px;
	color:#a3a3a3;
}
#slide8 .accordion .accord_cont {
	margin:0 0 0 150px;
	padding-left:0;
	color:#707070;
}


/* ______________ //ACCORDION_2 ______________ */

/* ___________________________________ //Slide 8 ___________________________________ */




/* ____________________________________ Slide 10 ____________________________________ */ 
#slide10 {
	background:url(../images/slide10_bg.jpg) repeat left top;
	width:100%;
	padding:86px 0 69px;
}

#slide10 li{
	line-height: 50px;
	vertical-align: middle;
}

/* ___________________________________ //Slide 10 ___________________________________ */



/* ____________________________________ Slide 12 ____________________________________ */

#slide12 {
	background:url(../images/slide12_bg.jpg) repeat left top;
	background-position:0 0 !important;
	width:100%;
	padding:86px 0 69px;
}

#slide12 h2 {color:#b8b8b8;
}

#slide12 p {color:#ddd;
}
#slide12 .foto {
	float:left;
	margin:0 20px 20px 0;
}

#slide12 h5 {
	margin:-2px 0 0 0;
	padding-bottom:13px;
	text-transform:none;
	font-family: 'droid_sansregular', sans-serif;
	font-size: 31px;
	line-height: 31px;
	font-weight: 400;
	color:#9b9b9b;
}

/* ____________________________________ FOOTER ____________________________________ */
#footer {
	position:relative;
	z-index:12;
	background:#3e3e3e;
	padding:27px 0 340px 0;
}
.copyright {
	float:left;	
	font-family: 'droid_sansregular', sans-serif;
	font-weight:400;
	color:#9b9b9b;
}
.copyright a {
	color:#c84942;
}
.copyright a:hover {text-decoration:none;color:#fff;
}

/* _____________ BACK_TOP ___________ */
#back_top {
	float:right;
}
#back_top a.button {
	cursor:pointer;
	position:relative;
	z-index:300;
	display:block;
	margin:0;
	width:27px;
	height:28px;
	background:url(../images/back_top.png) no-repeat;
	text-transform:uppercase;
	font-family: 'droid_sansregular', sans-serif;
	font-weight:400;
	color:#fff;
}
#back_top a.button:hover {text-decoration:none;}
/* ____________ //BACK_TOP __________ */







