/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */


/* #Site Styles
================================================== */

/* ### general ### */
* { margin: 0px; padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body { font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: #000; }
input, select, textarea { font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: #000; }
body { background: #fff; }

:focus { outline: none; }

/* ### global classes ### */
.clear { clear: both; visibility: hidden; line-height: 0; height: 0; }
.center { margin: 0 auto; max-width: 1200px; position: relative; }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; }
.bg { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background: url(../images/bg.jpg) center top no-repeat; background-size: cover; background-attachment: fixed; }

/* ### main container ### */
#mainCntr { width: 100%; overflow: hidden; }

	/* ### header container ### */
	#headerCntr { position: relative; width: 100%; z-index: 1; background: #fff; }
	#headerCntr .logo { padding: 18px 0; float: left; }
	#headerCntr .logo img { max-width: 100%; }
	#headerCntr .right { padding: 68px 0 0 0; float: right; }

		/* ### call box ### */
		.callBox { width: auto; }
		.callBox ul { list-style: none; }
		.callBox li { margin-right: 10px; float: left; }
		.callBox li a { display: block; width: 69px; height: 69px; font-family: 'frutigercn', Helvetica, Arial, sans-serif; font-size: 20px; color: #fff; text-align: center; line-height: 69px; text-decoration: none; text-transform: uppercase; border-radius: 100%; background: #94c11f; }
		.callBox li.first a { background: url(images/phoneIcon.png) no-repeat center center #683c11; }
		/*.callBox li a:hover {background: #ccc;}*/

		/* ### menu box ### */
		#headerCntr .menuBox { width: 100%; height: 67px; position: relative; background: #91bf1c; }
		#headerCntr .mobileMenu { display: none; }
		#headerCntr .menulinks { float: left; }
		#headerCntr .menulinks ul { list-style: none; padding:0; margin:0; }
		#headerCntr .menulinks li { padding: 0 9px; float: left; }
		#headerCntr .menulinks li a { display: block; font-family: 'frutigercn', Helvetica, Arial, sans-serif; font-size: 22px; color: #fff; text-decoration: none; line-height: 67px; text-transform:uppercase; }
		#headerCntr .menulinks li a:hover,#headerCntr .menulinks li.active a { background: url(../images/arrow.png) center top no-repeat; }
		
		#headerCntr a.login { padding: 10px 0 5px 0; margin-top: -19px; width: 174px; float: right; text-align: center; font-family: 'frutigercn', Helvetica, Arial, sans-serif; text-decoration: none; font-weight: bold; font-size: 34px; color: #fff; line-height: 42px; border-radius: 15px; border: 2px solid #fff; position: absolute; right: 0px; top: 0px; background: url(../images/bg1.png) center center no-repeat; background-size: 100%; }
#headerCntr a.login:hover {background: url(../images/bg1_hover.png) center center no-repeat; background-size: 100%;}

	/* ### content container ### */
	#contentCntr { width: 100%; position: relative; background: none; }
	#contentCntr .cover { margin-top: 56px; margin-bottom: 56px; width: 100%; background: #fff; }
	#contentCntr .whiteplan { padding: 20px; width: 100%; overflow: hidden; }
	#contentCntr .grayplane { width: 100%; }

		/* ### vacancies box ### */
		.vacanciesBox { padding: 37px 0; width: 100%; background: #fff; }
		.vacanciesBox ul { margin-right: -68px; list-style: none; }
		.vacanciesBox li { padding-right: 68px; font-family: 'frutigercn', Helvetica, Arial, sans-serif; width: 25%; float: left; }
		.vacanciesBox h3 a{ margin-bottom: 5px; font-size: 22px; color: #683c11; font-weight: bold; text-decoration:none; }
		.vacanciesBox p { font-size: 19px; color: #683c11; line-height: 31px; }
		.vacanciesBox a.link { margin-top: 10px; width: 147px; height: 34px; display: block; text-align: center; line-height: 34px; text-decoration: none; font-family: 'frutigercn', Helvetica, Arial, sans-serif; font-size: 21px; color: #fff; border-radius: 15px; background: #683c11; }
		.vacanciesBox a.link:hover { background:#4b2907;  }

		/* ### about box ### */
		.aboutBox { padding: 0 67px 0 0; width: calc(100% - 398px); font-family: 'frutigercn', Helvetica, Arial, sans-serif; float: left; font-size: 17px; color: #683c11; line-height: 25px; }
		.aboutBox h1 { margin-bottom: 30px; font-size: 42px; color: #94c11f; font-weight: bold; line-height:normal !important; }
		.aboutBox h2 { margin-bottom: 15px; font-size: 28px; color: #683c11; font-weight: bold; line-height:normal !important;}
		.aboutBox h3 { margin-bottom: 15px; font-size: 22px; color: #94c11f; font-weight: bold; line-height:normal !important;}
		.aboutBox p { padding-bottom: 24px;  }
		.aboutBox a { color: #683c11; }
		.aboutBox a:hover { text-decoration: none; }
		.aboutBox ul { list-style-type:disc; list-style-position:inside; padding-bottom: 24px;}
		.aboutBox ol { list-style-position:inside; padding-bottom: 24px;}
		.aboutBox img { max-width:100%; height:auto;}

		.sideBox { padding: 78px 0 0 0; width: 398px; float: right; font-family: 'frutigercn', Helvetica, Arial, sans-serif; font-size: 17px; color: #683c11; line-height: 25px; }
		.sideBox a{text-decoration: none; color: #683c11;}
		.sideBox h6 { margin-bottom: 10px; font-size: 24px; color: #683c11; font-weight: lighter; }
		
		.sideBox iframe{ width:100%; border:1px solid #683c11; margin-bottom: 31px;}

		/* ### news box ### */
		
		/*.newsBox { padding: 78px 0 0 0; width: 398px; float: right; font-family: 'frutigercn', Helvetica, Arial, sans-serif; }*/
		.news { padding: 10px; margin-bottom: 31px; width: 100%; overflow: hidden; border: 1px solid #683c11; }
		.news h3 { margin-bottom: 10px; font-size: 24px; color: #683c11; font-weight: lighter; }
		.news p { padding-bottom: 11px; }
		.news a.niceLink { float: right; }
		/*
		.news a:before { margin-right: 5px; width: 18px; height: 18px; float: left; font-size: 13px; color: #fff; line-height: 18px; font-weight: bold; content: ">"; text-align: center; border-radius: 100%; background: #94c11f; }*/
		
		a.niceLink { float: right; text-decoration: none; }
		a.niceLink:before { display:block; margin-right: 5px; width: 18px; height: 18px; float: left; font-size: 13px; color: #fff; line-height: 18px; font-weight: bold; content: ">"; text-align: center; border-radius: 100%; background: #94c11f; }		
		

		.subscribe { padding: 13px 40px; width: 100%; border-radius: 15px; overflow: hidden; text-align: center; background: #94c11f; }
		.subscribe h3 { margin-bottom: 10px; font-size: 24px; color: #683c11; font-weight: bold; }
		.subscribe ul { margin-right: -24px; list-style: none; }
		.subscribe li { padding: 0 24px 0 0; display:inline-block;  }
		.subscribe li a { font-family: 'frutiger_ce_45_lightitalic'; font-size: 20px; color: #fff; text-decoration: none; }
		.subscribe li a:before { margin-right: 5px; width: 20px; height: 20px; float: left; font-size: 16px; text-align: center; line-height: 17px; content: ">"; border-radius: 100%; font-weight: bold; background: #664411; }

		/* ### grayplane box ### */
		.grayplaneBox { padding: 57px 20px; width: 100%; overflow: hidden; background: #eeeeee; }
		.grayplaneBox .likes { float: left; }
		.grayplaneBox .mail { float: right; }
		.grayplaneBox .mail ul { list-style: none; }
		.grayplaneBox .mail li { padding: 0 15px 0 0; font-family: 'frutiger_ce_45_lightitalic'; float: left; font-size: 16px; color: #673b15; }
		.grayplaneBox .mail li a { font-size: 16px; color: #673b15; text-decoration: none; }
		.grayplaneBox .mail li a:hover { text-decoration: underline; }
		.grayplaneBox .mail li span { margin-right: 5px; width: 20px; height: 20px; color: #fff; display: block; float: left; text-align: center; line-height: 17px;border-radius: 100%; background: #97be0d; }

	/* ### footer container ### */
	#footerCntr { padding: 30px 0; overflow: hidden; width: 100%; position: relative; background: rgba(104,60,17,0.9); }

		/* ### footer box ### */
		.footerBox { width: 100%; overflow: hidden; font-family: 'frutigercn', Helvetica, Arial, sans-serif; }
		.footerBox .block { width: 25%; float: left; }
		.footerBox .title { margin-bottom: 20px; display: block; font-size: 24px; color: #fff; font-weight: bold; }
		.footerBox ul { list-style: none; }
		.footerBox li { padding: 0 0 10px 0; }
		.footerBox li a { font-size: 17px; color: #fff; text-decoration: none; }
		.footerBox li a:hover { text-decoration: underline; }
		.footerBox address { margin-top: -5px; font-size: 17px; color: #fff; line-height: 28px; font-style: normal; }
		.footerBox address a { font-size: 17px; color: #fff; text-decoration: none; }
		.footerBox address a:hover { text-decoration: underline; }
		
/* share */
.share{ padding: 10px; }
.faceb{ width:180px; float:left;}
.twit{width:120px; float:left;}
.gplus{width:120px; float:left;}

.sidePhotos{ line-height:0;}
.sidePhotos div{ margin-bottom: 31px;}
.sidePhotos img{ width:100%; height:auto; margin-bottom:0; border:1px solid #683c11; }
.sidePhotos h2{ display:block; line-height:normal !important; font-weight:normal !important; font-style:italic; text-align:center; padding:10px; !important; font-size:17px;}


/* #Media Queries
================================================== */

@media only screen and (max-width: 1199px) {
	.center { padding: 0 20px; }
	#headerCntr .menu li a { font-size: 18px; }
	.aboutBox { width: calc(100% - 360px); }
	.sideBox{ width: 360px; }
	#headerCntr a.login {margin-right: 20px;}
	
	#headerCntr .menuBox { height: 50px; }
	#headerCntr .menu li { padding: 0px 6px;}
	#headerCntr .menu li a { font-size: 16px; line-height: 50px; }
}


@media only screen and (max-width: 979px) {



	.vacanciesBox ul { margin-right: -22px; }
	.vacanciesBox li { padding-right: 22px; }
	.vacanciesBox h3 a { display:block; font-size: 17px; line-height:20px; height:40px; }
	.vacanciesBox p { font-size: 16px; line-height: 22px; }

	#contentCntr .cover { margin-top: 10px; margin-bottom: 10px; }

	.aboutBox { padding: 0px; width: 100%; }

	.sideBox{ padding: 20px 0 0 0; width: 100%; }
	
	.subscribe { padding: 13px 15px; }
	.subscribe h3 {  display: inline-block; vertical-align: middle; margin-bottom: 0px; padding: 5px 0;}
	.subscribe ul { vertical-align: middle; display: inline-block; padding: 5px 0;}
	.subscribe li { padding: 0 0 0 24px; }

	.grayplaneBox { text-align: center; }
	.grayplaneBox .likes { width: 100%; float: none; display: inline-block; }
	.grayplaneBox .mail { margin-top: 20px; width: 100%; float: none; display: inline-block; }
	.grayplaneBox .mail li { float: none; display: inline-block; }

	/*#headerCntr .menu li { padding: 0px 6px;}*/
	#headerCntr .menu li a { font-size: 14px; line-height: 50px; }
	#headerCntr a.login { width: 130px; font-size: 28px; line-height: 28px; margin-top: -13px; }
	/*#headerCntr .menuBox { height: 50px; }*/

	

}

@media only screen and (max-width: 767px) {
	#headerCntr .logo { width: 406px; float: none; margin: 0 auto; }
	#headerCntr .right { padding: 0px 0 40px 0; width: 100%; }
	.callBox { width: 100%; text-align: center; }
	.callBox li { float: none; display: inline-block; }
	.vacanciesBox { display: none; }
	.aboutBox { font-size: 15px; }
	.aboutBox h1 { margin-bottom: 15px; font-size: 37px; }
	.aboutBox p { padding-bottom: 10px; }

	.subscribe li { padding: 0 24px 0 0; }


	.footerBox .block { margin-bottom: 20px; width: 50%; }

	#headerCntr .mobileMenu { margin-top: 7px; display: inline-block; }
	#headerCntr .menu { display: none; position: absolute; top: 48px; left: 0; width: 100%; }
	#headerCntr .menuBox ul { list-style: none; overflow: hidden; background: #91bf1c; }
	#headerCntr .menuBox li { font-size: 14px; border-bottom: 1px solid #fff; float: none; padding: 0; }
	#headerCntr .menuBox li a { padding: 0px 10px; display: block; color: #fff; text-decoration: none; line-height: 40px; background: none!important; }
	#headerCntr .menuBox li.active a { background: #683c11; }
	#headerCntr .menuBox li ul { position: static!important; margin-bottom: -1px; border-top: 1px solid #fff; background: #999; }
	#headerCntr .menuBox li ul li { padding-left: 10px; }
	#contentCntr .whiteplan {margin-top: 40px;}

	
}

@media only screen and (max-width: 479px) {

	#headerCntr .logo { width: 250px; }
	.vacanciesBox { padding: 37px 0 0 0; }
	.vacanciesBox li { margin-bottom: 30px; width: 100%; }
	.vacanciesBox h3 { font-size: 24px; }
	.vacanciesBox p { font-size: 21px; line-height: 31px; }
	#contentCntr .whiteplan { padding: 20px 10px; }
	.aboutBox h1 { font-size: 23px; }
	.aboutBox h2 { font-size: 20px; }
	.sideBox h3, .aboutBox h3, .sideBox h6 { font-size: 18px; }
	.sideBox .news, .sideBox .list2 { margin-bottom: 10px; }

	
	.grayplaneBox .mail li { padding: 0px; }
	.footerBox .block { width: 100%; }
	#headerCntr .menuBox { height: 48px; }

	

	.subscribe { text-align: left; }
	.subscribe h3 { padding: 0px 0 10px 0; font-size: 20px; }
	
	.share div{ float:none; width:100%; padding-bottom:10px;}
}

