
@import url('reset.css');
@import url('skeleton.css');
@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,300,700');
@import url('https://fonts.googleapis.com/css?family=Karla');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Google+Sans');




html, body { background:#fdfbf9}

a {
	color: inherit;
	text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
.clearfix {
  *zoom: 5;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

p {
	font: 14px  karla, tahoma, sans-serif, Trebuchet MS, Arial ;
	color: #404040;
	margin-top: 20px;
	letter-spacing: 0.2px;
	line-height: 1.8em;
	text-rendering: optimizeLegibility;
	
}
.forproject {
	font: 14px/24px Helvetica, Roboto, karla, sans-serif, Trebuchet MS, Arial ;
	color: #333333;
	margin-top: 10px;
	letter-spacing: 0.5px;	 
}

.tb_text {
	color: #B40909; 
	font-weight: bold;
	width: 70px;
}

	.link__e-mail a {
		font: 13px/18px Trebuchet MS, Arial, sans-serif;
		color: #aaaaaa;
		text-decoration: none;
	}
	.link__e-mail a:hover {
		text-decoration: underline;
	}
	p strong {
		color: #1c1c1c;
	}
	p strong a {
		color: #1c1c1c;
		text-decoration: none;
	}
	p strong a:hover {
		text-decoration: underline;
	}

.link1{
		display: inline-block;
		text-align: right;
		color:#B40909;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
		text-decoration: underline;
		margin-top: -1px;
	}
		.link1:hover {
			text-decoration: none;
		}

#container ul li,
#container ul li a {
	color: #333333;
	
	font: 14px/16px  karla, sans-serif, roboto;
	text-decoration: none;
	line-height: 2;
}
	#container ul li a:hover {
		text-decoration: underline;
		color: #B40909;
	}
	#container ul li {
		background: url(../images/marker-1.png) 0 09px no-repeat;
		padding-left: 18px;
	}
	#container h2 + ul {
		margin-top: 23px;
	}

h2 a, h2 {
	font-family:  'Oswald', sans-serif;
	color: #333333;
	font-size: 38px;
	line-height: 45px;
	font-weight: normal;
	text-decoration: none;
	padding-top:56px;
	letter-spacing: 0px;
}
	h2 a:hover {
		color: #9f1212;
		text-decoration: none;
	}
	.rm {
		position:absolute;
		color:#333333;
		font-family:  karla, sans-serif;
		font-size: 13px;
		margin-left: 10px;
		margin-top: 20px;
	}
		.rm:hover {
			text-decoration: underline;
		}

.news_gride {
	
	border-bottom: dotted 1px #333333; 
	padding: 10px 0 ;
	vertical-align: middle;
}

.uppercase {
	text-transform: uppercase;
}
.signature {
	font-family: 'Pacifico', cursive;
	text-align: right;
	font-size: 18px;
	line-height: 20px;
	margin-top: 13px;
	margin-right: 2px;
}
.position {
	float: right;
	margin-top: -2px;
	text-align: right;
	font-size: 11px;
}
/************Header************/
header {
	background: #fdfbf9 ;
}
	header a {
		color: #8a8a8a;
		font-size:13px;
		text-decoration: none;
	}
		header a:hover {
			text-decoration: underline;
		}
	h1 {
		width: 310px;
		float: left;
		padding-top: 10px;
		margin-left: 0px;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}
	h1 a {
		font-family: 'Six Caps', sans-serif;
		font-size: 27px;
		color: #ffffff;
		text-decoration: none;
	}
		h1 a:hover {
			text-decoration: none;
		}
	h1 a .indent {
		text-indent: -1000px;
	}
		h1 a span:first-child {
			line-height: 1px;
			font-size: 1px;
		}

		h1 a span {
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 11px;
			line-height: 3px;
			color: #5a5a5a;
			display: block;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
	header nav {
		float: left;
	}

	.Top_Menu {
		float:right;
		display:block;
			
	}
		
			.search_icon {
			float: right;
			display: block;
			margin-top:5px;
			margin-right:8px;
				
			}

		

.header-slider .slider_wrapper {
	margin-top: 0px;
	position: relative;
}
	.slider-border span:first-child {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		top: 0px;
		border-top:5px solid #000000;
		opacity: 0.1;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
		z-index: -1;
	}
	.camera_wrap img { z-index: -1; position: relative;}
	.slider-border span:first-child + span {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		bottom: 0px;
		border-top:5px solid #000000;
		opacity: 0.3;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
		z-index: 2;
	}
	.slider-border span:first-child + span + span {
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		top: 0px;
		border-left:5px solid #000000;
		opacity: 0.3;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
		z-index: -3;
	}
	.slider-border span:first-child + span + span + span {
		position: absolute;
		content: "";
		right: 0;
		bottom: 0;
		top: 0px;
		border-left:5px solid #000000;
		opacity: 0.3;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
		z-index: -4;
	}

		.flexcaption {
			width: 132px;
			padding: 35px 26px 50px 32px;
			background: rgba(159,18,18, 0.95); 
			position: absolute;
			top:px;
			left: 40px;
			border-bottom: 5px solid #8d0909;
			border-top: 32px solid #1D1C1D;
			opacity: 1;
		}
			.flexcaption p {
				text-transform: uppercase;
				color: #e85353;
				font-size: 16px;
				line-height: 16px;
				font-family: 'Open Sans Condensed', sans-serif;
				font-weight: bold;
				margin-top: 17px;
			}
			.flexcaption p:first-child {
				color: #ffffff;
				font-size: 24px;
				line-height: 25px;
				font-family: 'Open Sans Condensed', sans-serif;
				margin-top: 0px;
			}
			.flexslider .flex-next, .flexslider .flex-prev {
				display: block;
				height: 100%;
				width: 28px;
				opacity: 1;
				filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
				top:20px;
			}



#owl .item img { width: 100%;}
#owl {padding: 0 28px;}
#owl .item { padding: 0;}

.owl-wrapper-outer { background: #9f1212; position: relative; z-index: 10;}
#owl .item img {
	opacity: 0.2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	cursor: pointer;
	transition: all .4s ease;
}
#owl .item a { border: none;}
#owl .item a:hover, #owl .item.active a {border: none;}
#owl .item a:hover img, #owl .item.active a img {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

#owl .owl-next, #owl .owl-prev {
	display: block;
	height: 100%;
	width: 28px;
	top:0px;
}


#owl .owl-next {
	right: 0px;
	background:#302f30 url(../images/marker-2.png) 10px center no-repeat;
	opacity: 1;
}
#owl .owl-prev {
	left: 0px;
	background:#302f30 url(../images/marker-2.png) -15px center no-repeat;
}
#owl .owl-next:hover {background:#8c0808 url(../images/marker-2.png) 10px center no-repeat;} 
#owl .owl-prev:hover {background:#8c0808 url(../images/marker-2.png) -15px center no-repeat;}
.owl-controls { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0;}
.camera_pag_ul { visibility: hidden;}

/************Content***********/


.imgleft {
	display: block;
	float: left;
	width: 100px;
	margin-top:50px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
			}

@media (max-width: 995px) {

  .imgleft {
    position: relative;
	float: inherit;
	box-sizing: border-box;
	overflow: hidden;
	width: 0px;
	    	}

	}

.auto-award {
	
	display: inline-block;
	float: left;
	width: 320px;
	}

.proj_title_late {
		font-family: 'Oswald', sans-serif;
		font-size: 38px;
		line-height: 30px;
		padding-top:10px;
		padding-bottom: 10px;
		color: #333333;
    	font-weight: normal;
    	letter-spacing:0px;
		}
.proj_title_late2 {
		font-family: 'Oswald', sans-serif;
		font-size: 38px;
		line-height:normal;
		padding-top:10px;
		padding-bottom: 10px;
		color: #333333;
    	font-weight: normal;
    	letter-spacing:0px;
		}


/* Portrait phones and smaller */
@media (max-width: 480px) {

        .bgartical {
        background-image: none;
		padding-bottom: 0px;
    }

}


#container {
	
}
h2.first {
	padding-top: 56px;
	
}
h5 {
    font:  bold 25px/0px sans-serif;
    color: #333333;
	margin: 20px 0px 15px;
	line-height: 0.8;
}


h5 a {
		color: #333333;;
		text-decoration: none;
	}



h5 a:hover {
		color: #9f1212;
		text-decoration: none;
	}
	.rm2 {
		display: inline-block;
		color:#B40909;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
		text-decoration: underline;
		margin-top: 12px;
	}
		.rm2:hover {
			text-decoration: none;
		}





.probor {
	

	border: 1px dashed #aaaaaa;
	border-top: 0px;
	
	}	
.probor_pad {

	padding: 5px;
			
	}	


.ptitletext {
    font: bold 18px/0px 'Open Sans Condensed', Roboto, sans-serif;
    color: #333333;
	margin-top: 10px;
	margin-bottom: 15px;
	border-left: 5px solid #B40909;
	padding-left: 10px;
	line-height: 1.2;
}


/*main*/


.item_zoom {
  position: relative;
  overflow: hidden;
 
}
.item_zoom img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item_zoom:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


.articles-list {
	/*margin-top: 46px;*/
	padding-bottom: 4px;
	border-bottom: 0px solid #333333;
}
	.articles-list .img-wrapper {
		margin-top: 10px;
		margin-bottom: 0px;	
	}

	.img-wrapper {
		position: relative;
		display: block;
	}
		.img-wrapper img {
			width:100%;
			height: auto;
			
		}
	.img-border {
		position: absolute;
		border: 1px solid #000000;
		z-index: 10;
		opacity: 0.5;
		top: 0px;
		bottom: 0px;
		left:0px;
		right:0px;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	}
		.articles-list > div:hover .img-border,
		.articles-list > div:hover .img-border,
		.img-wrapper:hover .img-border {
			border: 1px solid #9f1212;
			opacity: 0.5;
			top: 0px;
			bottom: 0px;
			left:0px;
			right:0px;
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		}
		.articles-list > div:hover p,
		.articles-list > div:hover h2 a {
			color: #000000;
		}
		.short-article h2 + p {
			margin-top: 32px;
		}
		.article-presentation h2 {
			text-transform: uppercase;
		}
		.article-presentation .list h2 {
			color:#aaaaaa;
		}

	.bottom_banner {
		margin-top: 44px;
		position: relative;
	}
	.bottom_banner .inside {
		display: block;
		border: 0px solid #e3e2e2;
		font-family: 'Six Caps', sans-serif;
		padding: 10px 0 42px 0;
		text-decoration: none;
		background-color: #f4f3f3;
	}
		.bottom_banner .inside:hover {
			text-decoration: none;
		}
	.bottom_banner span {
		display: block;
		padding-left: 20px;
	}
	.bottom_banner .line-1 {
		color: #1d1c1d;
		font-size: 44px;
		line-height: 46px;
	}
	.bottom_banner .line-2 {
		color: #9f1212;
		font-size: 47px;
		line-height: 46px;
	}
	.bottom_banner .line-3 {
		color: #9f1212;
		font-size: 63px;
		line-height: 73px;
	}
	.bottom_banner .line-4 {
		color: #9f1212;
		font-size: 20px;
		line-height: 20px;
		font-family: 'Open Sans Condensed', sans-serif;
		text-transform: uppercase;
		margin-top: 4PX;
	}

		.corner__click-here {
			position: absolute;
			bottom: 0px;
			right: 0px;
		}
		.article-presentation {
			padding-bottom: 0px;
		}

/*about*/

	.breadcrumbs .inside {
		background: #ececec url(../images/bg-4.gif) 0 0 repeat-x;
		padding-left: 32px;
		height: 50px;
		margin-top: 9px;
	}



		#container .breadcrumbs .inside li {
			display: block;
			margin-top: 18px;
			float: left;
			background: none;
			padding-left: 1px;
		}
		#container .breadcrumbs .inside ul a,
		#container .breadcrumbs .inside ul li { 
			font: bold 13px/15px Trebuchet MS, Arial, sans-serif;
			text-decoration: none;
			margin-right: 15px;
			
		}
			#container .breadcrumbs .inside ul a {
				color:#1c1c1c;
			}
				#container .breadcrumbs .inside ul a:hover {
					text-decoration: underline;
				}
			#container .breadcrumbs .inside ul li {
				color:#aaaaaa;
			}
			.breadcrumbs .inside li:last-child a { 
				color: #aaaaaa;
			}
			.breadcrumbs .inside a:hover { 
				text-decoration: underline;
			}
			.breadcrumbs .inside li:after {
			content: "/";
			}
				.breadcrumbs .inside li.last:after {
					content: "";
				}
	.about-company {
		padding: 5px 0px 0px 0px;
		border-bottom: 0px dotted #333333;
	}
	.about-company h2 {
		margin-bottom: 28px;
	}
		.about-company div:first-child p.strong + p {
			padding-top: 20px;
		}
	.company-history {
		width: 100%;
	}
		.company-history tr td {
			font:13px/18px Trebuchet MS, Arial, sans-serif;
			padding-bottom: 15px;
			color: #aaaaaa;
		}
		.company-history td:first-child {
			font-weight: bold;
			width: 49px;
			color: #1c1c1c;
		}
		.job-opportunities {
			margin-top: 5px;
			
		}
	.divert {
		
		padding: 0px 0px 45px 0px;
		border-bottom: 2px dotted #333333;
			
		}
	.best-employers {
		padding: 0px 0px 45px 0px;
		border-bottom: 0px dotted #333333;
		}
		.best-employers .row {
			margin-left: -20px;
		}
		.best-employers .col {
			display: block;
			text-decoration: none;
			margin-top:29px;
			float: left;
			width: 212px;
			margin-left: 20px;
		}
			
			.best-employers .col:hover p,
			.best-employers .col:hover p strong,
			.best-employers .col:hover p strong a {
				color: #B40909;
			}
			.best-employers .col:hover .img-border {
				border: 16px solid #B40909;
				opacity: 0.8;
				filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
			}
			.best-employers .col p + p {
				margin-top: 0px;
			}
	.about-b-bottom {
		padding: 0px 0 26px 0;
	}
	.position {
		font-size:11px;
	}
	.vert-blocks-list {
		padding-top: 10px;
	}
		.about-b-bottom p:first-child,
		.strong + p {
			margin-top: 0px;
		}
		.vert-blocks-list > div {
			padding: 16px 0 19px 40px;
			border-bottom: 1px solid #e4e3e3;
		}
		
	.about-skills h2 {
		margin-bottom: 27px;
	}
	.about-testimonials h2 + .clearfix {
		padding-top: 19px;
	}
	.about-testimonials .img-wrapper {
		float: left;
		/*width: 110px;*/
		margin-top: 11px;
		margin-right: 20px;
	}
	.about-testimonials .right {
		/*float: right;*/
		/*width: 180px;*/
		margin-top: 0px;
		overflow: hidden;
	}
	.about-testimonials .img-wrapper:hover .img-border {
		border: 5px solid #e0e0e0;
	} 


.abtus_pic { 
	display: block;
	width: 100%;
  	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 0px solid #000000;
	z-index: 10;	
	
}

.Awrd_pic { 
	display:block;
	width: 100%;
  	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 0px solid #000000;
	z-index: 11;	
	
}
	
@media (max-width: 480px) {

          .abtus_pic {
    width: 100%;
	display: block;
    margin-left: auto;
    margin-right: auto }
    }


.Awrd_pic {
    width: 100%;
	display: block;
    margin-left: auto;
    margin-right: auto }
    }


.abt_gall{ 
	float: left;
	display: block;
	width: 300px;
  	margin-top: 15px;
	margin-right: 15px;
	border: 0px solid #000000;
	position: relative;
	z-index: 10;	

}

	/*projects*/

	.proj_title {
		font-family: sans-serif;
		font-size: 50px;
		font-weight: 500;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #000000;
    	letter-spacing: -1px;
		}

	.projects {
		margin: 16px 0 5px -20px;
	}
	.b-project {
		float: left;
		width: 295px;
		margin: 0px 0px 20px 20px;
	}

	.proj_menu {
		padding-top:23px;
		padding-bottom: 0px;
		margin-right: -6px;
    	float: right;
		}



.cta-btn_pro {
    font-family: roboto, sans-serif, arial;
    margin: 0px 5px;
	font-size: bold;
    text-transform: none;
	text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    padding: 2px 3px;
   
}
.cta-btn_pro:hover {
    color: #B40909;
	font-size: bold;
	border-bottom: 2px solid #B40909;
	border-radius: 0;
    
}

.cta-btn_pro_active {
    color: #B40909;
	font-size: bold;
	border-bottom: 2px solid #B40909;
	border-radius: 0;
    
}

@media only screen and (min-width: 320px) and (max-width: 995px) {

     .proj_menu {
		width: 100%;
		padding-top: 5px;
		text-align: center;
		margin-right: 0px;
		line-height: 30px;
				
		}
	
	.cta-btn_pro {
	font-family: sans-serif, arial;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 5px;
	
		
	}
}


	/*services*/
	.b-service {
		float: left;
		width: 210px;
		margin: 0 10px 40px 0px;
		
	}
	.services-overviev h2 {
		padding-bottom: 10px;
	}

	
	.services {
		margin: 30px 0px 7px 0px;
	}
        .services .img-wrapper:hover .img-border {
            border: 5px solid #e0e0e0;
            opacity: 0.5;
        }


/*contacts*/
.page-contacts {
	padding: 0px 0px 44px 0px;
}
	.page-contacts h2,
	.page-privacy {
		text-transform: uppercase;
	}
	.adress span {
		display: inline-block;
		width: 91px;
		color:#000000;
	} 
		.adress span.e-mail {
			width:auto;
			color: 00;
		}
		.adress a {
			font:13px/19px Trebuchet MS, Arial;
			color:#000000;
			text-decoration: none;
		}
			.adress a:hover {
				text-decoration: underline;
			}
	.map_wrapper {
		overflow: hidden;
		display: block;
		margin-bottom: 14px;
	}
		.map_wrapper h2 {
			margin-bottom: 31px;
		}
		dl.adress {
			margin-top: 14px;
			font:13px/18px  Trebuchet MS, Arial;
			border: 1px solid #969696;
			background:#FDFAF0;
			border-radius: 0px;
			padding: 8px;
		}

			dl.adress dd {
				color:#00;
			}
	#map_canvas {
		width: 100%;
		height: 400px;
	}
	#contact-form {
		padding: 26px 0 0 0;
		position: relative;
	}
	#contact-form .error, #contact-form .empty {
		text-align: left;
		color: red;
		font-size: 11px;
		position: absolute;
		right: 10px;
		top: 5px;
		display: none;
	}
	#contact-form .success {
		display: none;
		position: absolute;
		width: 100%;
		top: 26px;
		left: 0;
		z-index: 99;
		background: #f5f4f4;
		text-align: center;
		padding: 42px 0;
		font: 13px/18px Trebuchet MS, Arial, sans-serif;
		color: #aaaaaa;
	}
	#contact-form label {
		display: inline-block;
		position: relative;
		min-height: 41px;
		overflow: hidden;
	}
	#contact-form label.message {
		padding-bottom: 0;
	}
	#contact-form textarea {
		overflow: auto;
		width: 100%;
		height: 247px;
		resize: none;
		float: left;
		margin: 0 0 0 0;
	}
	#contact-form label input,
	#contact-form label textarea {
		font:13px/15px Trebuchet MS;
		color: #aaaaaa;
		border: none;
		background: #f5f4f4;
	}
	#contact-form label input {
		width: 258px;
		padding-left: 12px;
		/*height: 35px;*/
		padding-top: 8px;
		padding-bottom: 9px;
		outline: none;
		box-shadow: none;
	}
	#contact-form label textarea {
		width: 498px;
		min-height: 266px;
		padding: 9px 0 0 12px;
	}
	form .submit_link {
		padding-top: 15px;
		text-align: right;
	}
		form .submit_link a { 
		text-transform: uppercase;
		font-size:14px;
		line-height: 15px;
		color: #B40909;
		font-family: 'Open Sans Condensed', sans-serif;
		text-decoration: underline;
		font-weight: bold;
		}
		form .submit_link a:hover { 
			text-decoration: none;
		}

	/*privacy policy*/
.page-privacy {
	padding-bottom: 40px;
}
	.page-privacy p {
		text-transform: none;
	}

/************News************/

.news_header {
	font: 22px/30px 'Open Sans Condensed', karla, tahoma, sans-serif, Trebuchet MS, Arial;
	text-align: right;
	color: #333333;
	font-weight: bolder;
	margin-top: 30px;
	letter-spacing: 0.4px;
	text-rendering: optimizeLegibility;
	border-bottom: dotted 1px #333333;
	width: 100%;
	padding-bottom: 02px;
	
}

.news_date {
	
	text-align: right; 
	color: #333333;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	margin-top: 5px;
	
	
}
.news_liltitle {
	font: 18px  'Open Sans Condensed', karla, tahoma, sans-serif, Trebuchet MS, Arial ;
	color: #B40909;
	font-weight: bolder;
	letter-spacing: 0.5px;
	text-rendering: optimizeLegibility;
	text-shadow: 0.5px 0.5px; 
	}

.News_textp p {
		
	font: 14px/20px    karla,Trebuchet MS, Arial ;
	color: #404040;
	font-weight: 400;
	margin-top: 15px;
	letter-spacing: .5px;
	text-rendering: optimizeLegibility;
				
	}	

.news_pic { 
	display: block;
	width: 100%;
  	margin-top: 15px;
	margin-right: auto;
	position: relative;
	border: 1px solid #000000;
	z-index: 10;	
	
}
.news_pic_aw { 
	display: block;
	width: 100%;
  	margin-top: 15px;
	margin-right: auto;
	position: relative;
	border: 0px solid #000000;
	z-index: 10;	
	
}
/************Footer************/

footer {
	background: #ffffff url(../images/bg-1.gif) 0 0 repeat;
	width: 100%;
	color: #cccccc;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:11px;
	line-height: 15px;
	padding-bottom: 0px;
	border-top: 1px solid #B40909;;
}

footer .inside {
	border-top: 0px solid #eeeeee;;
}

footer .inside2 {
	border-bottom: 1px solid #B40909;
	color: #FFFFFF;
	height: 18px;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bolder;
}

	footer ul li a {
		
		color: #cccccc;
		font: 13px/24px Trebuchet MS, Arial, sans-serif;
		text-decoration: none;
		letter-spacing: 1px;
	}
		footer ul li a:hover,
		footer ul li a:active {
			text-decoration: underline;
		}
		footer .logo.grid_5 {
			float: left;
			margin-top: 28px;
			margin-left: 0px;
		}


		.footer-logo,
		.footer-copiright {
			float: left;
			margin-bottom: 8px;
			width: 250px;
		}
		.footer-copiright { 
			margin-left: 5px;
			position: inherit;
			width: 250px;
		}
			.footer-copiright a,
			.footer-copiright p {
				margin-top: 0px;
				text-transform: uppercase;
				color: #aaaaaa;
				font-weight: bold;
				text-decoration: none;
				font-family: 'Open Sans Condensed', sans-serif;
				line-height: 15px;
			}
			.footer-copiright a {
				font-size:12px;
			}
			.footer-copiright p {
				font-size:12px;
			}
			.footer-copiright a:hover {
				text-decoration: underline;
			}
		.footer_marg.grid_17 {
			float: right;
			margin-top: 15px;
		}
		.footer_marg.grid_17 > div:first-child {
			margin-left: 0px;
		}

.auto-style2 {
	font: 13px/24px Trebuchet MS, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.auto-style3 {
	margin: 2px 8px 0px 0px;
}

/*==================================BOTTOM===============================================*/

.Social_link {
	display:inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
	float: right;
	
}

.copyrights_link {
	vertical-align: middle;
	display:block; 
	margin-top: 10px;
	float: left;
}

.sepa_left_small {
	background: #D3D3D3; 
	height: 2px; 
	margin-top: 30px; 
	margin-right: 10px; 
	margin-left: 5px; 
	width: 25px;
	display: inline-block; 
	float: left;
	
}

.sepa_right {
	background: #B40909; 
	height: 2px; 
	margin-top: 80px; 
	margin-left: 10px; 
	margin-right: 8px; 
	width: 44.75%;
	display: inline-block; 
	float: right
}


@media (max-width: 995px) {
	
	.sepa_left,.sepa_right,.sepa_right2,.sepa_right3,.sepa_left_small, .sepa_left3 {
	background: #B40909; 
	height: 0px; 
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right:0px; 
	width: 0px;
	}
}




@media (max-width: 780px) {

.Social_link {
	float: none;
	width: 100%;
	display:inline-block;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align-last: center;
	}
.copyrights_link {
	float: none;
	width: 100%;
	display:inline-block; 
	margin-top: 2px;
	margin-bottom: 15px; 
	text-align: center;	
	}
}




/*==================================MOVE-TOP===============================================*/

.move-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
	outline:none;
	
}
.move-top:hover {
    background: #111;
	border-radius: 2px;
	border: 1px solid #111;
	
}
.move-top {
    opacity: 1;
}
.move-top:before{
	font-family:"FontAwesome";
	font-size:22px;
	content:"\f106";
	color:#222;
	position:relative;
	margin:5px;
}
.move-top:hover:before{
	color:#fff;
}



@media (max-width: 480px) {

        .move-top {
       bottom: 10px;
   	   right: 10px;
    }

}
/*==================================SOCIAL-LINK===============================================*/

.social_network {
			float: right;
	margin-right: 2px;
			
		}

.team-item .team-social li {
    display: inline-block;
    margin: 0px 0px 0px 08px ;
    width: 30px;
    height: 30px;
    border: 0px solid #2f2f2f;
    background: #D7D7D8  ;
    padding: 6px 0px;
    text-align: center;
    border-radius: 15px 15px 15px 15px;
    margin-right: 0px;
    -moz-transition: all linear .3s;
    -o-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	cursor: pointer;
}
.team-item .team-social li:hover {
    background: #3F3E3E;
	border: 0px solid #B40909;
	
}
.team-item .team-social > li > a {
    display: block;
    font-size: 18px;
	font-weight: bold;
    line-height: 16px;
    color: #000000;
	font-weight: bolder;
}
.team-item .team-social li:hover i {
    color: #fff;
	
}



/*==================================EXTRA===============================================*/
.gap-tag {
	height: 90px;
	
}


.Top_fix{
	position: fixed; 
	background: #FDFBF9; 
	z-index: 111
}
.Top_drop {
	padding-top: 150px;
}


.widget-tags {
	width: auto;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
		
}



.cta-btn {
	font-family: roboto, arial,'Open Sans Condensed', sans-serif;
	line-height: 18px;
	font-weight:500;
	margin-left: 15px;
  	font-size: 15px;
    letter-spacing: 01px;
	color: #000000;
    padding: 2px 2px;
    
    
}

.hover-black:hover {
	color: #000000;
    text-decoration: none;
	border-bottom: 2px solid #333;
	border-radius: 0;
    
}

.active-black{
	color: #000000;
    border-bottom: 2px solid #333;
	border-radius: 0;
    
}



.iframevd {
	height: 435px; 
	width: 100%;
	margin-bottom: 60px;
	
}


@media (max-width: 995px) {
	
	.iframevd {
	height: 435px; 
	width: 100%;
	}
	
	.Top_drop {
	padding-top: 180px;
}
	
	.nodisplay {
		display: none;
		
	}
	
.cta-btn {
	font-family:  sans-serif, arial;
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: auto;
	letter-spacing: 0.01px;
	text-align: left;
	padding: 2px 0px;
	
	}
	
	.search_icon {
			margin-right:0px;
				
			}

	
	
	.Top_Menu {
		width: 100%;
		margin-bottom: 5px;
		
		
	}
	
}

@media only screen and (min-width: 320px) and (max-width: 995px){
	
	.gap-tag {
	height: 0px; 
	
	}
	
	
	
	h1 {
	
		padding-bottom: 0px;
		
		
	}
	
}



.map
{
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}





/*==================================Hover Image Front===============================================*/

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-transform:uppercase;
font-family: sans-serif;
color:#fff;
text-align:center;
font-size: 18px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:0 0%;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}



/*==================================SEARCH BOX LAYOUTS===============================================*/

.container_x {
  float: right;  
  display: block;
  position:relative;
  width: 42px;
  height: 42px;
  right: 01px;
}
.container_x .search {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background: #f8af22;
  border-radius: 50%;
  transition: all 1s;
  z-index: 4;
 
}
.container_x .search:hover {
  cursor: pointer;
}
.container_x .search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 12px;
  right: 0;
  bottom: 0;
  left: 11px;
  width: 10px;
  height:3px;
  background: #000000;
  transform: rotate(45deg);
  transition: all .5s;
}
.container_x .search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #000000;
  transition: all .5s;
}
.container_x input {
  font-family: monospace;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 36px;
  outline: none;
  border: none;
  background: #000000;
  color: #ffffff;
  padding: 0px 2px 1px 20px;
  border-radius: 30px;
  transition: all 1s;
  opacity: 0;
  z-index: 5;
  font-weight: bolder;
  letter-spacing: 0.1em;
}
.container_x input:hover {
  cursor: pointer;
}
.container_x input:focus {
  width: 155px;
  left: -140px;
  opacity: 1;
  cursor: text;
}
.container_x input:focus ~ .search {
  
  background: #ffffff;
  z-index: 6;
}
.container_x input:focus ~ .search::before {
  top: 0;
  left: 0;
  width: 25px;
}
.container_x input:focus ~ .search::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: #000000;
  border-radius: 0%;
  transform: rotate(-45deg);
}
.container_x input::placeholder {
  color: white;
  opacity: 0.5;
  font-weight: bolder;
}



/*==================================RESPONSIVE LAYOUTS===============================================*/


	
@media only screen and (max-width: 995px){
	header address {
				width: 395px;
		
	}


	/*b-employers*/

	.best-employers .col {
		width:160px;
	}

	.b-service {
		width: 165px;
	}

	/*contacts form*/
	#contact-form label {
		display: block;
		width: 100%;
	}
		#contact-form label input {
			width: 100%;
		}
		#contact-form label textarea {
			width: 100%;
		}

	.b-project {
		width: 239px;
	}

		/*slider*/
	.flexcaption {
		width: 169px;
		padding: 10px;
	}

	.footer-copiright {
		width:50px;
		white-space: nowrap;
	}
	
}



@media only screen and (max-width: 767px) {
	header address {
		margin-top: 25px;
		float: none;
		
	}

	/*slider*/
	.header-slider .slider_wrapper {margin-top: 0px;}

	/*testimonials*/
	.about-testimonials {
		margin-top: 15px;
	}
		.about-testimonials .right {
	/*		width:280px;
			float: right;*/
		}

	.services-overviev {
		margin-top: 15px;
	}
		
	.b-project {
		width: 194px;
	}

	.b-service {
		width: 45%;
	}
	
	.social_network .inside {
		float: none;
	}

	.flexcaption {
		display: none;
	}

	.best-employers .col {
		width: 197px;
	}

	.link__e-mail {
		margin-top: 20px;
	}

	/*footer*/
	footer .logo {
		margin-bottom: 20px;
	}
	footer ul {
		margin-top: 0px;
	}
	
	.iframevd {
	height: 270px; 
	width: 100%;
	}
	

}


@media only screen and (max-width: 480px) {
	h1 { 
		margin-left: 0px;
	}

	header nav {
		float: none;
	}

	header address {
		margin-top: 25px;
		width: auto;
	}

	/*b-address*/
	.address__left {
		margin: 25px 0px 0px 0px;
	}
	.address__right {
		margin: 25px 0px 0px 0px;
	}

	/*about-testimonials	*/
	.about-testimonials {
		margin-top: 15px;
	}
		.about-testimonials .right {
			/*width:180px;*/
		}

	/*best-employers*/
	.best-employers .col,
	.best-employers .row {
		margin-left: 0px;
	}
	.best-employers .col {
		width:100%;
		float: none;
		margin-bottom: 0px;
	}
	.best-employers .col:first-child {
		margin-left: 0px;
	}

	.services-overviev {
		margin-top: 15px;
	}
	
	/*projects*/
	.projects {
		margin-left: 0px;
	}
	.b-project,
	.b-project.last {
		float: none;
		margin: 0 auto;
		margin-bottom: 41px;
		width:100%;
	}

	/*services*/
	.services {
		margin-left: 0px;
	}
	.b-service {
		width: 100%;
		float: none;
		margin:  0 auto;
		margin-bottom: 41px;
	}

	footer .logo {
		margin-bottom: 20px;
	}

	footer ul {
		margin-top: 0px;
	}
	
	
	
}

	.img-wrapper {
		position: relative;
		display: block;
		margin-bottom: 25px;
	}

@media only screen and (max-width: 320px) {
	h1 { 
		margin-left: 0px;
	}

	header nav {
		float: none;
	}

	header address {
		margin-top: 25px;
	}

	.about-testimonials {
		margin-top: 15px;
	}

	.services-overviev {
		margin-top: 15px;
	}

	.b-project,
	.b-project.last {
		float: none;
		margin: 0 auto;
		margin-bottom: 41px;
	}

	footer .logo {
		margin-bottom: 20px;
	}

	footer ul {
		margin-top: 0px;
	}
}




@media (min-width: 900px)  {

          .bgimg {
        background:url(../images/Build_bg.png) no-repeat right 30px; 
	padding-left:5px;
	
	
    }

}


/* Portrait phones and smaller */
@media (max-width: 480px) {

          .bgimg {
        background-image: none;
    }

}
