
img {
	border:0;
	max-width:100%;
}

.blks{
	float:left;
	width:100%;
	/*text-align:center;*/
	}
	
.projects .blk1{
	margin-right:53px;}	
	
.projects .blk2{
	margin-top:46px;}	
	
.blk1, .blk2{
	vertical-align:top;
	display:inline-block;}	


.projects{
	padding:80px 0;
	float:left;
	position:relative;
	z-index:1000;
	background-color:white;
	background-image:url(../images/projects-bg.jpg);
	background-color:white;
	background-repeat:repeat-x;
	background-position:bottom center;
	/*text-align:center;*/
	width:100%;}
	
.project-slider{
	float:left;
	margin-top:35px;
	width:100%;}
	

.value2{
	z-index:100000;
	top:0;
	width:50%;
	left:0;
	position:fixed;}		
	
	
.projects .title{
	display:inline-block;
	margin-bottom:25px;}	
	
.team{
	float:left;
	padding:65px 0;
	background-color:white;
	text-align:center;
	width:100%;
	position:relative;
	z-index:2000;}	
	
.team .blks{
	position:relative;}
	
.team .blk1:before, .team .blk2:before{
	position:absolute;
    top: 50px;
    left: 0;
    width: 1px;
    height: 510px;

	content:"";
	background-color:#c0c0c0;
	}
	
.imgTable{
	display:table;
	width:100%;
	height:100%;}	
	
.imgCell{
	vertical-align:middle;
	text-align:center;}
	
.imgTable img{
	vertical-align:middle;}		
	
.team .title{
	margin-bottom:30px;}
	
.services .blk1, .services .blk2{
	display:inline-block;
	vertical-align:top;
	position:relative;
	margin:0 5px;
	}
	
.services .blk1 a img{
	display:inline-block;
	margin-top:25px;}	
	
.services .blk1 a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;}			
	
.team .blk2:after{
	position:absolute;
    top: 50px;
    right: 0;
    width: 1px;
    height: 510px;
	content:"";
	background-color:#c0c0c0;
}

.clear {
	clear:both;
	display:block;
	height:0;
	float:left;
	margin:2px 0;
	visibility:hidden
}
.clear.space {
	margin:10px 0;
	width:100%;
	float:left;
}
.clear.space1 {
	margin:15px 0;
	width:100%;
	float:left;
}
a {
	outline:none;
	text-decoration:none;
	cursor:pointer;
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: ease;	
	/*color:#AAD03F;*/
}
li {
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: ease;
}
input[type="submit"] {
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: ease;	
}
.cur {
	cursor:pointer;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.text-left {
	text-align:left;
}
tr.spaceUnder > td
{
  padding-bottom: 1em
}
.fl {
	float:left !important
}
.fr {
	float:right !important
}
::-webkit-input-placeholder {
}
:-ms-input-placeholder {  
   color: #8e8e8e;  
}
   color: #8e8e8e;
:-moz-placeholder { /* Firefox 18- */
   color: #8e8e8e; 
   opacity:1; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #8e8e8e; 
   opacity:1;
}
::-webkit-input-placeholder {
   color: #8e8e8e;
}


.banner
{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	
}

.shadow
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:766px;
	z-index:50;
	background:url(../images/shadow.png) no-repeat;
}

.ban-text-title, .ban-text, .ban-text-button{
-ms-transform: translate(0px,-100px); /* IE 9 */
    -webkit-transform: translate(0px,-100px); /* Chrome, Safari, Opera */
    transform: translate(0px,-100px);
	
	opacity:0;
	visibility:hidden;
	opacity:0;}
.ban-text-title{
	position:relative;}	
.ban-text-title:after{
	position:absolute;
	top:80px;
	left:-506px;
	content:"";
	height:2px;
	background-color:#e23d21;
	width:0;
	
	}	
	
.banner-text.active .ban-text-title:after{
	width:500px;}	
	

.banner-text.active .ban-text-title, .banner-text.active .ban-text, .banner-text.active .ban-text-button{
opacity:1;
visibility:visible;
-ms-transform: translate(0px,0); /* IE 9 */
    -webkit-transform: translate(0px,0); /* Chrome, Safari, Opera */
    transform: translate(0px,0);
}	

.ban-text{
	margin-top:15px;}
	
.ban-text-button{
	margin-top:30px;}	
.header
{
	padding-top:2px;
position:absolute;
top:0;
left:0;
	border-bottom:1px solid #b1b1b1;
	background-color:rgba(255,255,255,0.7);
	text-align:center;
	width:100%;
	z-index:51;
	padding-bottom:5px;
}
.services
{
 float:left;
 width:100%;
 position:relative;	
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position:top center !important;
 height:auto;
}

.footer
{
	float:left;
	width:100%;
	height:360px;
	background:url(../images/footer.jpg) no-repeat top center;
}

.services_title
{
	float:left;
	width:100%;
	text-align:center;
	margin:100px 0 100px 0;
}
.fw
{
	float:left;
	width:100%;
}
.serv
{
	float:left;
	margin-right:45px;
	width:356px;
}

.serv:last-child
{
	margin-right:0;
}.loader{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:url(../images/loading-icon.gif) no-repeat center center #FFF;
z-index:1000;
}

.partner
{
	float:left;
	width:100%;
	margin-top:40px;

	text-align:center;
	padding:50px 0 40px 0
}
.box
{
	float:left;
	width:100%;
	padding:10px 25px;
	margin-bottom:95px;
	background-color:#FFFFFF;
}
.img1
{
	float:left;
}
.img2
{
	float:right;
}


/*========================BANNER==================*/

.banner-item, #slider_ban{
	height:990px;}
#slider_ban {float:left; z-index:5;width:100%;position:relative;}
#slider_ban .centered {z-index:10; height:100%;position:relative;}
#BannerSlider {width:100%; float:left; position:absolute; top:0; left:0; z-index:5;}
.banner-item {width:100%; float:left; background-repeat:no-repeat; background-position:top right; background-size:cover;}


.banner-text { 
position:absolute; top:30%; left:0; z-index:10;width:100%;}

.banner-text {
	opacity:0;
	visibility:hidden;
	
	
	/*display:none;*/
}

.banner-text.active {

	opacity:1;
	visibility:visible;
	
	/*-webkit-transform: translate(0,0);
    -moz-transform:  translate(0,0);
    -ms-transform:  translate(0,0);
    -o-transform:  translate(0,0);
    transform:  translate(0,0);
		display:block;*/
}


.banner-text.active.removeActive {
	opacity:0;
	visibility:hidden;
	
	/*-webkit-transform: translate(0,0);
    -moz-transform:  translate(0,0);
    -ms-transform:  translate(0,0);
    -o-transform:  translate(0,0);
    transform:  translate(0,0);*/
}

.banner-controls {width:100%; position:absolute; top:59%; left:0; z-index:10;}
.banner-controls a { width:78px; height:7px; float:left; margin-right:6px; }
.banner-controls a span {height:3px;width:100%; background-color:rgba(0,0,0,.51);float:left;}
.banner-controls a:hover span, .banner-controls a.active span {background-color:rgba(0,0,0,1);}
.overlay123 {width:100%; height:100%; position:fixed;
top:0; left:0; z-index:20; background-color:rgba(0,0,0,1); opacity:0; display:none; }

.banner-text .img {
	-ms-transform: translate(-100px,0); /* IE 9 */
    -webkit-transform: translate(-100px,0); /* Chrome, Safari, Opera */
    transform: translate(-100px,0);
	opacity:1;
}
.banner-text.active .img {
	-ms-transform: translate(0,0); /* IE 9 */
    -webkit-transform: translate(0,0); /* Chrome, Safari, Opera */
    transform: translate(0,0);
	opacity:1;
}
.banner-controls{
	display:none;}
.banner-text.active.removeActive .img {
	-ms-transform: translate(0,100px); /* IE 9 */
    -webkit-transform: translate(0,100px); /* Chrome, Safari, Opera */
    transform: translate(0,100px);
	opacity:0;
}
.banner-text .img1 {
	opacity:0;
}
.banner-text.active .img1 {
	opacity:1;
}
.banner-text.active.removeActive .img1 {
	opacity:0;
}
.banner-text .logo_ban {
	-ms-transform: scale(0,0); /* IE 9 */
    -webkit-transform: scale(0,0); /* Chrome, Safari, Opera */
	  transform: scale(0,0);
	opacity:0;
}

#slider_ban .centered {
    z-index: 10;
    height: 100%;
    position: relative;
}
.row-fluid{
	float:left;
	width:100%;}
.banner-text.active .logo_ban{
	-ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
    transform: scale(1,1);
	opacity:1;
}
.banner-text.active.removeActive .logo_ban{
	opacity:0;
}


