@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
/* CSS Document 	#ffa200*/
/* column style */
/* STATUS */

html, body {
margin: 0px;
padding: 0px;
/*background-image:url('../img/tile_bck.jpg');*/
background-color: #fff;
background-attachment:fixed;
background-position:center; 
text-align: center;
}

/* --------------- font ----------------- */

@font-face {
font-family: Brandon Grotesque;
src: url('../css/Brandon_reg.otf'); 
}

@font-face {
font-family: Brandon Grotesque;
font-weight: bold; 
src: url('../css/Brandon_bld.otf');
}

#content_section1 {
 	width: 100%; 
        position: relative; 
        top: 170px;
	margin-bottom:50px;
}

#theimg img {
	width:100%; 
}

#theimg2 img {
	width:70%; 
}

.strech {
    width: 100% !important;
    height: auto !important;
}

.strech2 {
    margin-top:80px;
    width: 100% !important;
    max-width: 960px;
    height: auto !important;
}

section {
  width: 100%;   
  position: relative;
}

section img {
	position: absolute;
        left:0;
        width:100%;
        top: -30px;
}

.top {
	animation-name: fade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	animation-direction: alternate;
}

@keyframes fade {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


.header_line1 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size:14px;	
	color:#636363;
    width:100%;
	top: 0px;
	left: 0;
    right: 0;
	height:30px;
	line-height:30px;
	text-align:right;
	background-color: #d4e0e8;
	border-bottom: 1px solid #cacaca;
	position:fixed;	
    z-index:32;
}

.header_top_inner {
	margin-right:30px;	
}

.footer {
    	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size:14px;	
	color:#636363;
        width:100%;
	top: 0px;
	left: 0;
        right: 0;
	height:30px;
	line-height:30px;
	text-align:center;
	background-color: #d4e0e8;
	border-top: 1px solid #cacaca;
        z-index:32;
}

.header_line2 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size:15px;	
	color:#636363;
    width:100%;
	top:20px;
	left: 0;
    right: 0;
	height:150px;
	line-height:155px;
	background-color: #fff;
	position:fixed;
    z-index:31;
	overflow:hidden;
	border-bottom:1px solid #ccc;
    -webkit-transition: height 0.2s, line-height 0.2s;
    -moz-transition: height 0.2s, line-height 0.2s;
    -ms-transition: height 0.2s, line-height 0.2s;
    -o-transition: height 0.2s, line-height 0.2s;
    transition: height 0.2s, line-height 0.2s;
}

#lng_select {
	display:inline-block;
	background-color:#ebebeb;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	text-align:left;
	padding-left:15px;
	width:135px;
	cursor:pointer;
	color:#333;
	text-transform: uppercase;
	z-index:999;			
}

#lng_select_options {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size:14px;		
	top:30px;
	right:0px;
	text-align:left;
	width:135px;
	line-height:40px;
	cursor:pointer;
	background-color:#f5f5f5;
	padding-left:15px;
	position:fixed;
	z-index:999;
	border:1px solid #cacaca;
	cursor:pointer;
	text-transform: uppercase;
	color:#000;
	display:none;				
}

#lng_select_options:hover {
	background-color:#d7d7d7;
	color:#000;
}

.header_inner {
	display: inline-block;
    text-align: left;	
}

.logo {
	margin-right:20px;
	margin-left:10px;
	text-align:left;
	z-index:33;
	position:relative;
	float:left;
	cursor:pointer;
}

.logo_scale {
	width:230px;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -ms-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;	
}

.logo_scale.smaller {
	width:170px;
}

.navigation {
	z-index:33;
	float:left;	
	position:relative;
}

.navigation_mobile {
	margin-left:30px;
	margin-right:30px;	
}

#mobile_header {
	top:100px;
	left: 0;
    right: 0;
	position:fixed;
	z-index:33;
	border-top:1px solid #c0c0c0;	
	border-bottom:2px solid #c0c0c0;
	display:none;
}

.mobile_link {
	cursor:pointer;
	background-color:#f7f7f7;
	width:100%;
	line-height:3;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	font-size:14px;
	color:#000;
	position:relative;
	text-align:left;
	padding-left:10px;
	border-bottom:1px solid #c0c0c0;
	overflow:hidden;
}

.mobile_link:hover {
	background-color:#991313;
	color:#fff;
}


.to_top {
	position:fixed;
	bottom:100px;
	z-index:999;
	right:25px;
	opacity:0.7;
	display:none;
	cursor:pointer;	
}

.to_top:hover{
	opacity:0.9;	
}


.partners {
	color:#000;
	z-index:33;
	position:relative;
	float:left;
	margin-left:20px;
}

.vertical {
	z-index:33;
	float:left;
	position:relative;		
	width:1px;
}

.link_item {
	float:left;	
	position:relative;
	margin-left:15px;
	margin-right:15px
}

.partner_item {
	float:left;	
	position:relative;
	margin-left:10px;
	margin-right:10px;
}

.header_line2.smaller {
    height: 80px;
	line-height:90px;	
}


ul.no_bullet {
    list-style-type: none;
    padding: 0;
    margin: 20px;
}

li.new_item{
    background:url('../img/list_item.png') no-repeat left top;
    margin: 10px 0;
    height: 30px;
    padding-left: 44px;   
}

.content_section2 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size:14px;
	color:#000;
	position:relative;
	text-align:justify;
	width:100%;
	max-width: 960px;
	z-index:25;
	margin-top:150px;
	margin-bottom:100px;
	margin:0 auto;
        line-height:2; 
	left:0;
	right:0;
}

p { 
   text-indent: 30px;
}

.content {
	margin-top:200px;
	margin-bottom:70px;
	text-align:center;
	margin-left:15%;
	margin-right:15%;
	background-color:#fff;
}

.logos_after_text {
	text-align:center;
	margin-top:110px;
}

.section_container {
	position:relative;
	margin-left:70px;
}

.section_float_left {
	width:600px;	
	float:left;
	vertical-align:text-top;
        margin-bottom:50px;
}

.section_float_right {
	width:200px;
	float:right;
	text-align:center;
	vertical-align:text-top;
}

.contacts_float_left {
    	text-align:center;
	float:left;
	width:400px;
	margin-left:30px;
}

.contacts_float_right {
	float:right;
        text-align:right;
	width:280px;
        margin-right:50px;
}

.text_spacer {
	margin-top:20px;
	margin-bottom:20px;
}

.logo_spacer {
	line-height:60px;
}

.section_title {
	font-family: Impact, Charcoal, sans-serif;
	font-size:45px;
	font-weight:400;
	text-align:center;
	color:#333333;
	margin-bottom:70px;
}



 #map {
        height: 300px;
        width: 100%;
        border:0px solid #ededed;
}

.contacts_logo {
	text-align:center;
	margin-bottom:25px;
        margin-left:50px;
}

.slogan_txt {
	font-family: "Brandon Grotesque", "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size:90px;
	font-weight:300;
	color:#fff;	
	z-index:30;
	width:100%;
	position:absolute;
	text-align:center;
	top:280px;
}

.contacts {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size:14px;
	color:#666;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	margin-top:-110px;
	z-index:25;
	width:100%;
}

.contacts_text {
	margin-top:20px;
	display:inline-block;
	text-align:left;
	margin-left:90px;
        color:#000;
}

.copyright {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size:14px;
	color:#a5a5a5;	
	z-index:999;
	position:fixed;
	text-align:left;
	top:5px;
	left:10px;
}

.vshape {
	display:none;		
	z-index:20;
	position:fixed;
	top:130px;
	left:320px;
	width:2px;
	heigth:85%;
	opacity: 0.4;
}

.horizontal {
	z-index:20;
	width:100%;
	height:3px;
	background-color:#c2c2c2;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	margin-bottom:100px;
	position:relative;
}

.horizontal2 {
	z-index:20;
	width:100%;
	height:1px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:100px;
	position:relative;
}

.blinker {
	text-align:center;
	z-index:20;
	position:absolute;
	top: 380px;
	width:100%;
}

.inputContacts {
    width:250px;
    border: 2px solid #d2d2d2;
    color:#000;
    outline:0;
    margin-top:5px;
    margin-bottom:5px;
    line-height:1.5;
    padding:5px;
}

#captchaInput {
  width: 2.5em;
  margin-top:5px;
  margin-bottom:5px;
  line-height:1.5;
  padding:5px;  
  margin-right:20px;
  margin-left:10px;
  border: 2px solid #d2d2d2;
  outline:0;
}


.content_scroll {
	background-color:#313131;
	height:300px;	
}

#theimg {
    -webkit-filter: blur(0px);
    -webkit-animation: fadein linear 1s; 
}

@-webkit-keyframes fadein {
   0% {    -webkit-filter: opacity(0%) blur(50px);
   	  }
  28% { -webkit-filter: opacity(50%) blur(0px);	
	  }
 100% {  -webkit-filter: opacity(100%) blur(0px);
 	  }
}

.top_scroll {
	padding:5px;
	position:fixed;
	background-color:#000;
	border-left: 2px solid #454545;
	border-top: 2px solid #454545;
	border-bottom: 2px solid #454545;
	-moz-box-shadow: 3px 3px 15px #300b07;
	-webkit-box-shadow: 3px 3px 15px #300b07;
	box-shadow: 3px 3px 15px #300b07;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#300b07')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#300b07');	
	right:0px;
	bottom:100px;
	width:80px;
	text-align:left;
	-moz-border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    -khtml-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
}

.one_but {
	background-color:#4a7a93;
	border:0px solid #d4d4d4;
	display:inline-block;
	color:#fff;
	font:15px bold "Calibri";
	text-transform:uppercase;
	padding-top:8px;
	padding-bottom:8px;
	width:105px;
	text-align:center;
	outline:0;
	cursor:pointer;
}
.one_but:hover {
	background-color:#325d74;
}
.one_but:active {
	position:relative;
	top:1px;
}

a.actual_links:link {color:#304f76;text-decoration:none;}    /* unvisited link */
a.actual_links:visited {color:#304f76;text-decoration:none;} /* visited link */
a.actual_links:hover {color:#c9c9c9;text-decoration:none;}   /* mouse over link */
a.actual_links:active {color:#304f76;text-decoration:none;}  /* selected link */

a.actual_links_2:link {color:#304f76;text-decoration:none;}    /* unvisited link */
a.actual_links_2:visited {color:#304f76;text-decoration:none;} /* visited link */
a.actual_links_2:hover {color:#d62727;text-decoration:none;}   /* mouse over link */
a.actual_links_2:active {color:#304f76;text-decoration:none;}  /* selected link */

