body{
	font-family: Arial, sans-serif;
	color:#282828;
	height:100%;
	background:#f3f3f3 url(../img/bg.png);
}

a{
	text-decoration: none;
}

input:focus, textarea:focus{
	outline-color: transparent;
	outline-style: none;
	resize: none;
}

.group:after {
	content: "";
	display: block;
	clear: both;
}

.placeholder{
  color:#9b9b9b!important;
}

.error-msg{
	color:#CC4141;
	margin-bottom:30px;
	margin-top:-10px;
	line-height:120%;
}

.ok-msg{
	color:#68a155;
	margin-bottom:30px;
	margin-top:-10px;
	line-height:120%;
}

/* HEADER */

header,section,footer{
}

.place{
	margin:0 auto;
	width:1014px;
}

header{
	width:100%;
	height:70px;
	top:0;
	padding:13px 0;
	position:fixed;
	background:#fff;
	z-index:999;
	border-bottom:1px solid rgba(0,0,0,0.3);
	box-shadow: 0 3px 6px -6px black;
}

.logo{
	float:left;
	width:238px;
	height:80px;
	background:url(../img/logo.jpg);
}

/* NAVIGATION */

nav{
	float:right;
	margin-top:13px;
}

nav .primary {
}
	
nav .primary li {
	display: inline-block;
}
	
nav .primary a{
	font-family: 'Oxygen', sans-serif;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	padding:8px 15px;
	display:inline-block;
	color:#595959;
	cursor:pointer;
	position:relative;
}

nav .primary li.open a::after{
	content:"";
	display:block;
	position:absolute;
	margin-top:10px;
	width:100%;
	height:5px;
	background:url(../img/shadow.png) no-repeat bottom center;
	margin-left:-20px;
	
}

nav .primary li.open a{
	padding:8px 20px;
	background:#5d5d5d;
	color:#fff;
	border-radius:5px;
}

nav .primary li.open{
	background:#fff;
	border-radius:7px;
	padding:4px;
}

/* PAGE TITLE */

.page-title{
	text-align:center;
	margin-top:10px;
	margin-bottom:40px;
}

.page-title .info{
	display:inline-block;
	height:50px;
	margin:0 auto;
	text-align:left;
	background:url(../img/title.png) no-repeat;
	padding-left:68px;
	padding-top:2px;
	font-weight:bold;
	margin-top:60px;
	line-height:145%;
}

.page-title .info .large{
	font-size:22px;
}

.page-title .info .small{
	font-size:19px;
}

.page-title .info .small span{
	color:#0098af;
}

.page-title .bg{
	display:block;
	margin:0 auto;
	width:389px;
	height:10px;
	background:url(../img/line.png) no-repeat;
	margin-top:14px;
}

/* IFNO BLOCKS */

.item{
	width:290px;
	float:left;
	margin:0px 0 60px 0;
	margin-right:72px;
}

.item:nth-child(3n+0){
	margin-right:0px;
}

.item .name{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#505050;
	margin:0 auto;
	margin-bottom:25px;
	width:230px;
	line-height:130%;
}

.item .thumb{
	margin:0 auto;width:199px;height:199px;background:#636363;border-radius:4px;
}

.item .line2{
	margin-bottom:25px;opacity:0.5;
}

.item .apply{
	display:block;width:120px;margin:0 auto;font-size:13px;font-weight:bold;color:#fff;padding:5px 0;text-align:center;border-radius:5px;margin-bottom:25px;cursor:pointer;
}

.item .text{
	color:#3e3e3e;line-height:130%;font-size:14px;text-align:justify;
}

.border1{border-right:9px solid #36a1b0;}
.border2{border-right:9px solid #c56767;}
.border3{border-right:9px solid #3d3d3d;}
.border4{border-right:9px solid #cda729;}
.border5{border-right:9px solid #42bae0;}
.border6{border-right:9px solid #68a155;}

.border1x{background:#36a1b0;}
.border2x{background:#c56767;}
.border3x{background:#3d3d3d;}
.border4x{background:#cda729;}
.border5x{background:#42bae0;}
.border6x{background:#68a155;}

.people .item2:nth-child(2n+0){
	margin-right:0px;
}

.item2{
	width:490px;float:left;height:200px;margin-right:30px;margin-bottom:85px;margin-top:25px;
}

.item2 .thumb{
	float:left;width:200px;height:200px;margin-right:40px;background:#3d3d3d;border-radius:5px;
}

.item2 .thumb .icon{
	width:180px;height:180px;margin:10px;background:#fafafa;border-radius:5px;
}

.item2 .info{
	float:left;width:250px;
}

.item2 .info .name{
	font-size:18px;font-weight:bold;color:#505050;margin-bottom:15px;
}

.item2 .info .type{
	font-size:13px;font-weight:bold;color:#fff;padding:5px 0px;background:#373737;display:inline-block;border-radius:5px;margin-bottom:30px;width:120px;text-align:center;cursor:pointer;
}

.item2 .info .about{
	font-size:14px;line-height:140%;color:#3e3e3e;text-align:justify;
}

/* FOOTER */

footer{
	display:block;background:#151515 url(../img/bg2.png);margin-top:25px;padding:90px 0;
}

.footer-links{
	text-align:center;margin-top:15px;
}

.footer-nav{
	font-size:13px;font-weight:bold!important;color:#595959;margin-bottom:15px;text-transform:uppercase;cursor:pointer;
}

.footer-nav span{
	padding:0 10px;
}

.footer-links{
	font-size:12px;font-weight:bold;color:#fff;
}

.contact-title{
	color:#fff;font-size:20px;font-weight:bold;margin-bottom:35px;margin-bottom:40px;
}

.email-form{
	width:500px;
	float:left;
}

.labels{
	background:#fff;
	height:40px;
	border-radius:5px;
	margin-bottom:20px;
}

.labels .user-input{
	float:left;
	width:243px;
	padding-left:2px;
}

.labels .user-input input{
	border:none;
	font-size:14px;
	padding:10px;
	padding-left:13px;
	width:215px;
	color:#444444;
}

.labels .middle-line{
	float:left;width:10px;height:40px;
}

.labels .middle-line div{
	width:10px;padding:14px 0;border-right:1px solid #cfcfcf;margin-top:6px;
}

.large-input{
	background:#fff;height:150px;border-radius:5px;padding:15px;margin-left:-2px;width:470px;font-size:14px;color:#444444;font-family:arial;border:0;
}

.req{
	font-size:20px;
	color:#41bbf2;
}

.req-block{
	line-height:4px;
}

.req-block div{
	float:left;width:50%;
}

.send-msg{
	margin-top:25px;
}

.send-msg div{
	float:left;font-size:13px;font-style:italic;color:#9d9d9d;margin-top:10px;
}

.send-msg input{
	cursor:pointer;float:right;font-size:20px;color:#fff;background:#0098af;padding:5px 35px;border-radius:5px;border:none;
}

/* FOOTER CONTACTS */

.footer-contact{
	float:left;width:200px;margin-left:150px;height:550px;background:url(../img/line3.png) no-repeat;padding-left:100px;text-align:center;
}

.footer-contact .call{
	height:54px;background:url(../img/call.png)no-repeat center center;margin-bottom:15px;
}

.footer-contact .mail{
	height:54px;background:url(../img/mail.png)no-repeat center center;
}

.footer-contact .details{
	color:#cdcdcd;font-size:17px;font-weight:bold;margin-bottom:50px;line-height:140%;
}

.slideshow{
	display:block;
	height:520px;
	background:#3a3a3a;
	box-shadow: 
		inset 0px 11px 3px -10px #6b6b6b,
		inset 0px -11px 3px -10px #6b6b6b;
	position:relative;
}

.switch{
	height:42px;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.35);
	bottom:0;
	text-align:right!important;
	z-index:5;
}

/* SLIDESHOW */

#large-slideshow,
#banner-slide{
	margin:0 auto;
	width:100%!important;
	overflow-x:hidden;
}

ul.bjqs{
	left:50%!important;
	margin-left:-1000px!important;
}

.bjqs-markers.h-centered{
	text-align:right!important;
	width:1014px;
	margin-top:-46px;
	position:absolute;
	left:50%!important;
	margin-left:-507px;
	z-index:10;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	width:22px;
	height:21px;
	background:#fff;
	margin-top:11px;
	margin-left:10px;
	font-size:0px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background:#0098af;
}

p.bjqs-caption{
	font-size:0px;
}

/* OTHER */

.large-line{
	height:3px;background:rgba(0,0,0,0.06);position:absolute;width:100%;left:0;right:0;
}

#services{
	padding-bottom:10px;
}

#home{
	height:96px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#home .active{
	display:none;
}
