/*-----------------------------------------------------------
    Theme Name: Pixa Studio
	Version: 0.1
    Description: Business/Portfolio WordPress theme
    Author: SPR Solutions
    Author URI: http://spr-solutions.com
	Theme URI: http://spr-solutions.com
	Tags: light
    License: GNU General Public License version 2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,400italic,700,700italic,300italic);
/** RESET AND LAYOUT
===================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
li {list-style-type: none;}
a {text-decoration: none;}
textarea {
	resize: none; overflow: hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 0;
	background: transparent;
	font-family: 'Lato', Arial, Roboto, sans-serif;
}
*:focus {outline: none;}
input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="submit"], input[type="search"], button[type="submit"],
textarea {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-family: 'Lato', Arial, Roboto, sans-serif;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.input-wrap {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
button[type="submit"],
input[type="submit"] {
	border: 0;
	cursor: pointer;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
input::-moz-focus-inner, 
button::-moz-focus-inner { 
	border:0;	
	padding:0;
}
/** Default Text
===================================*/
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0 0 0 0;
	font-family: 'Lato', Arial, sans-serif;
	color: #221002;
	line-height: 1.45em;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-text-size-adjust: 100%;
}
a, a:visited {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
a:hover {
	color: #f76d2c;
	cursor: pointer;
	text-decoration: none;
}
b em, 
b i, 
strong em, 
strong i, 
em b, 
i b, 
em strong, 
i strong {
	font-family: 'Lato', Geneva, sans-serif;
}
ul,
li {
	margin: 0;
	padding: 0;
}
input[type="radio"] {
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', Arial, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1em;
}
.page-header-title, p {
	line-height: 1.35em;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto !important;
	border: 0;
}
/* all */
::-webkit-input-placeholder { color:#919191; font-family: 'Lato', Arial, sans-serif;}
::-moz-placeholder { color:#919191; font-family: 'Lato', Arial, Roboto, sans-serif;} /* firefox 19+ */
:-ms-input-placeholder { color:#919191; font-family: 'Lato', Arial, sans-serif;;} /* ie */
input:-moz-placeholder { color:#919191; font-family: 'Lato', Arial, sans-serif;}
.btn-default {
	background: #1b1b1b;
	color: #fff;
	padding: 6px;
	text-align: center;
	margin: 0;
	border: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	cursor: pointer;
}
.clearfix{
	clear:both
}
/* clearfix */
.clr:before,  
.clr:after {  
    content: " ";  
    display: table;  
}  
.clr:after {  
    clear: both;  
}  
/* For IE 6/7 only */  
.clr {  
    *zoom: 1;  
}
p {
	margin-bottom: 1em;
}
/** CSS3 Animation
===================================*/
@keyframes fadein {
    from {
		opacity: 0;
    }
    to {
		opacity: 1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
		opacity: 0;
    }
    to {
		opacity: 1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
		opacity: 0;
    }
    to {
		opacity: 1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
		opacity: 0;
    }
    to {
		opacity: 1;
    }
}
/* tooltip */
@keyframes tooltip {
    from {
		opacity: 0;
		top: 160%;
    }
    to {
		opacity: 1;
		top: 120%;
    }
}
@-moz-keyframes tooltip { /* Firefox */
    from {
		opacity: 0;
		top: 160%;
    }
    to {
		opacity: 1;
		top: 120%;
    }
}
@-webkit-keyframes tooltip { /* Safari and Chrome */
    from {
		opacity: 0;
		top: 160%;
    }
    to {
		opacity: 1;
		top: 120%;
    }
}
@-o-keyframes tooltip { /* Opera */
    from {
		opacity: 0;
		top: 160%;
    }
    to {
		opacity: 1;
		top: 120%;
    }
}
/* zoom in out */
@keyframes zoominout {
    0% {
		transform: scale(1.3);
    }
    100% {
		transform: scale(1);
    }
}
@-moz-keyframes zoominout {
    0% {
		-moz-transform: scale(1.3);
    }
    100% {
		-moz-transform: scale(1);
    }
}
@-webkit-keyframes zoominout {
    0% {
		-webkit-transform: scale(1.3);
    }
    100% {
		-webkit-transform: scale(1);
    }
}
@-o-keyframes zoominout {
    0% {
		-o-transform: scale(1.3);
    }
    100% {
		-o-transform: scale(1);
    }
}
/* scroll jump */
@keyframes scrolljump {
    0% {
		bottom: 6px;
		opacity: 0;
	}
	50% {
		bottom: -12px;
		opacity: 1;
	}
	100% {
		bottom: -12px;
		opacity: 1;
	}
}
@-moz-keyframes scrolljump {
    0% {
		bottom: 6px;
		opacity: 0;
	}
	50% {
		bottom: -12px;
		opacity: 1;
	}
	100% {
		bottom: -12px;
		opacity: 1;
	}
}
@-webkit-keyframes scrolljump {
    0% {
		bottom: 6px;
		opacity: 0;
	}
	50% {
		bottom: -12px;
		opacity: 1;
	}
	100% {
		bottom: -12px;
		opacity: 1;
	}
}
@-o-keyframes scrolljump {
    0% {
		bottom: 6px;
		opacity: 0;
	}
	50% {
		bottom: -12px;
		opacity: 1;
	}
	100% {
		bottom: -12px;
		opacity: 1;
	}
}
/* */
.animation-all {
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.container {
	font-size: 16px;
	font-size: 1.6rem;
	overflow-x: hidden;
	margin-top: 44px;
}
.site-main {
	background: #000;
	position: relative;
}
.menu-mobile {
	display: none;
}
.wrap {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.wrap1 {
	margin: 0 auto;
	position: relative;
	z-index: 110;
	padding:4px 0;
	background:#221002
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.site-header .logo {
	padding-top: 16px;
}
.admin-bar .site-header {
	top: 32px;
}
.position {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.logo {
margin:40px auto 0 auto;
margin-bottom:80px
}
.top_l{
width:75%;
float:left
}
.top_r{
width:25%;
float:left
}
.logo img {
	width: 238px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.site-header.fixed {
	background: rgba(0,0,0,.8);
}
.site-header.fixed .logo img {
	width: 60px;
}
.site-header.fixed .navbar {
	padding-top: 24px;
}
.section-content {
	display: block;
	vertical-align: middle;
}
.section {
	padding-top: 50px;
	padding-bottom: 36px;
	position: relative;
	background: #fff;
}
.section-intro {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-bottom: 100%;
}
.section-intro .overlay {
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.section-intro.loaded {
	padding-bottom: 0;
}
.section-intro {
	padding-top: 0;
}
.section-intro h2 {
	font-size: 72px;
	color: #fff;
	margin-bottom: .2em;
	font-family: 'Abril Fatface', cursive;
}
.section-intro h3 {
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	margin-bottom: .75em;
}
.section-intro .wrap {
	height: 100%;
	font-size: 0;
}
.section-intro .btn-scroll {
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	color: #fffefe;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
}
.section-intro .btn-scroll a {
	display: inline-block;
	position: relative;
	padding-bottom: 30px;
}
.section-intro .btn-scroll a:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 34px;
	height: 19px;
	margin-left: -17px;
	background: url('images/arrow-down.png') 0 0 no-repeat;
	background-size: 100% 100%;
	-webkit-animation: scrolljump 1.2s ease-out infinite;
	-o-animation: scrolljump 1.2s ease-out infinite;
	-moz-animation: scrolljump 1.2s ease-out infinite;
	-ms-animation: scrolljump 1.2s ease-out infinite;
	animation: scrolljump 1.2s ease-out infinite;
}
.section-intro .btn-section {
	display: inline-block;
	background: #f26a24;
	color: #fff;
	font-weight: 300;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 24px 56px 24px 26px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.section-intro .btn-section:hover {
	background: #f25424;
}
.section-intro .btn-section:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 26px;
	width: 10px;
	height: 18px;
	margin-top: -8px;
	background: url('images/arrow-right.png') 0 0 no-repeat;
	background-size: 100% 100%;
}
.section-title {
	text-align: center;
	margin-bottom: 24px;
}
.section-title h2 {
	display: inline-block;
	position: relative;
	text-transform:uppercase;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 300;
	padding: 0 68px;
}
.section-team {
	padding-bottom: 120px;
	background: url('images/bg_team.jpg');
	background-size:cover	
}
.section-about {
	padding-bottom: 0;
	background: url('images/bg_about.jpg');
	background-size:cover	
}
.section-about .left{
	width:50%;
	float:left
}
.section-about .right{
	width:50%;
	float:right
}
.section-about .right h3{
		font-weight: 300;
	font-size: 45px;
	margin-bottom: 16px;
	text-align:left
}
.section-about .des {
	font-size: 35px;
	max-width: 800px;
	margin: 0 auto 26px auto;
	text-align: center;
	position: relative;
	color: #221002;
	font-family: "Times New Roman", Times, serif;
}
.section-about .des img {
	position: relative;
}
.section-about .des .quote-left {
	vertical-align: bottom;
	padding-right: 6px;
	top: -7px;
}
.section-about .des .quote-right {
	vertical-align: top;
	padding-left: 6px;
	top: 3px;
}
.section-target {
	background-size: cover;
	background-position: center center;
	border-left: #f26a24 solid 8px;;
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-about .list {
	margin-left: -15px;
	margin-right: -15px;
}
.section-about .list .item {
	float: left;
	width: 33.33%;
	text-align: center;
}
.section-about .list .item p {
	text-align: center;
}
.section-about .list .item-wrap {
	padding: 35px;
}
.section-about .item .img {
	margin-bottom: 20px;
}
.section-about .item .img img {
	height: 74px;
}
.section-about  h3 {
	font-weight: 700;
	color: #221002;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 16px;
	text-align:center;
	margin:20px 0 0 0;
}
.section-about .item .cont {
	text-align: justify;
}
.section-target .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
}
.section-target .cont {
	position: relative;
	z-index: 10;
	padding-left: 70px;
	color: #ffffff;
	font-style: italic;
	font-weight: 300;
}
.section-target .cont h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-style: normal;
	margin-bottom: 30px;
}
.section-target .mark {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 92px;
	height: 92px;
	z-index: 5;
}
.section-target .mark .border {
	position: absolute;
	bottom: 0;
	right: 0;
	border-right: #f26a24 solid 92px;
	border-top: transparent solid 92px;
}
.section-target .mark:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	width: 37px;
	height: 37px;
	margin-top: 0;
	margin-right: -38px;
	background: url('images/icon-question.png') 0 0 no-repeat;
	background-size: 100% 100%;
	z-index: 10;
}
.section-products {
	padding-bottom: 30px;
	background:#dcc07c
}
.section-products p{
	text-align:center
}
.socials .text {
    padding-left: 6px;
   color:#fff;
   font-size:12px;
    font-weight:bold
}
 .socials ul{
	  list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.socials li {
	 display:inline;
	margin-right: 12px;
}
 .socials img {
	width: 26px;
}
.section-products .list {
	margin-top: 25px;
}
.section-products .item {
	position: relative;
	width: 33.33%;
	height: 0;
	padding-bottom: 22.6644%;
	float: left;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
.section-products .item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.section-products .item a img {
	width: 100%;
	height: 100%;
}
.section-products .item-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background: #dcc07c;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
.section-products .item:hover .item-wrap {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.section-products .table-wrap {
	width: 100%;
	height: 100%;
	display: table;
}
.section-products .table-cell {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.section-products .table-cell h4 {
	font-style: italic;
	font-size: 18px;
	font-size: 1.8rem;
	display: inline-block;
	position: relative;
}
.section-products .table-cell h4:before,
.section-products .table-cell h4:after {
	content: "";
	position: absolute;
	background: #fff;
	height: 1px;
	width: 24px;
	top: 50%;
}
.section-products .table-cell h4:before {
	right: 100%;
	margin-right: 14px;
}
.section-products .table-cell h4:after {
	left: 100%;
	margin-left: 14px;
}
.section-products .table-cell h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: .5em;
	font-weight: 300;
}
.section-vacancies,
.section-vacancies .section-title h2 {
	background: #fefaf1;
}
.section-vacancies .des a {
	color: #f26a24;
}
.section-vacancies .section-title {
	margin-bottom: 42px;
}
.section-vacancies .section-subtitle {
	text-align: center;
}
.section-vacancies .section-subtitle h3 {
	position: relative;
	color: #f26a24;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 1em;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.section-vacancies .section-subtitle h3:before,
.section-vacancies .section-subtitle h3:after {
	content: "";
	position: absolute;
	background: #f26a24;
	height: 1px;
	width: 30px;
	top: 50%;
}
.section-vacancies .section-subtitle h3:before {
	right: 100%;
	margin-right: 16px;
}
.section-vacancies .section-subtitle h3:after {
	left: 100%;
	margin-left: 16px;
}
.section-vacancies .des {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.section-vacancies .list {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 50px;
	text-align: center;
}
.section-vacancies .circle {
	width: 20%;
	display: inline-block;
}
.section-vacancies .circle-wrap {
	margin: 0 10px;
	position: relative;
}
.section-vacancies h3{
font-size:20px;
font-weight:bold;
text-align:center;
color:#dcc07c;
margin:15px 0 5px 0;
}
.section-vacancies p{
text-align:center;	
}
.section-vacancies .btn {
	background: #dcc07c;
	padding: 0px 0 !important;
	text-decoration: none;
	text-align: center;
	width: 50%;
	position: none!important;
	overflow: show!important;
	margin: 0 auto;
	top: auto!important;
	padding-top:0px!important;
	line-height:40px!important;
	height:40px!important;
	color:#000!important;
}
.section-vacancies .btn:hover {
  background: #ccaf6c;
  text-decoration: none;
}
.section-vacancies .item {
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.section-vacancies .item-wrap {
	border: #dcc07c solid 3px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
}
.section-vacancies .table-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.section-vacancies .item:hover .table-wrap {
	background: rgba(220,192,124,.5);
}
.section-vacancies .table-cell-wrap {
	width: 100%;
	height: 100%;
	display: table;
}
.section-vacancies .table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.section-vacancies .item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.section-vacancies .item a img {
	width: 100%;
	height: 100%;
}
.section-vacancies .item h4 {
	display: inline-block;
	position: relative;
	font-weight: 300;
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: .5em;
}
.section-vacancies .item h4:before,
.section-vacancies .item h4:after {
	content: "";
	position: absolute;
	background: #f26a24;
	height: 1px;
	width: 30px;
	top: 50%;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.section-vacancies .item h4:before {
	right: 100%;
	margin-right: 16px;
}
.section-vacancies .item h4:after {
	left: 100%;
	margin-left: 16px;
}
.section-vacancies .item:hover h4:before,
.section-vacancies .item:hover h4:after {
	background: #fff;
}
.section-vacancies .item h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	font-size: 2.4rem;
}
.section-vacancies .vacancies-detail-wrap {
	display: none;
}
.section-team,
.section-team .section-title h2 {
}
.section-team .des a {
	color: #f26a24;
}
.section-team .section-title {
	margin-bottom: 42px;
}
.section-team .section-subtitle {
	text-align: center;
}
.section-team .section-subtitle h3 {
	position: relative;
	color: #f26a24;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 1em;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.section-team .section-subtitle h3:before,
.section-team .section-subtitle h3:after {
	content: "";
	position: absolute;
	background: #f26a24;
	height: 1px;
	width: 30px;
	top: 50%;
}
.section-team .section-subtitle h3:before {
	right: 100%;
	margin-right: 16px;
}
.section-team .section-subtitle h3:after {
	left: 100%;
	margin-left: 16px;
}
.section-team .des {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.section-team .list {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 50px;
}
.section-team .circle {
	width: 20%;
	float: left;
	text-align: center;
}
.section-team .circle-wrap {
	margin: 0 10px;
	position: relative;
}
.section-team h5{
font-size:24px;
font-weight:bold;
padding:0 10px;
margin:15px 0 0px 0;
}
.section-team h3{
font-size:20px;
font-weight:bold;
padding:0 10px;
color:#dcc07c;
margin:5px 0 15px 0;
}
.section-team p{
text-align:left;	
padding:0 10px;
}
.section-team a {
	color:#dcc07c!important;
	font-style:italic;
	font-weight:normal
}
.section-team .bor1{
border:2px #dcc07c solid
}
.section-team .bor2{
border:2px #221002 solid
}
.section-team a:hover {
  text-decoration: none;
  color:#000
}
.section-team .item {
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.section-team .item-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
}
.section-team .table-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.section-team .item:hover .table-wrap {
	background: rgba(220,192,124,.5);
}
.section-team .table-cell-wrap {
	width: 100%;
	height: 100%;
	display: table;
}
.section-team .table-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.section-team .item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.section-team .item a img {
	width: 100%;
	height: 100%;
}
.section-team .item h4 {
	display: inline-block;
	position: relative;
	font-weight: 300;
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: .5em;
}
.section-team .item h4:before,
.section-team .item h4:after {
	content: "";
	position: absolute;
	background: #f26a24;
	height: 1px;
	width: 30px;
	top: 50%;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.section-team .item h4:before {
	right: 100%;
	margin-right: 16px;
}
.section-team .item h4:after {
	left: 100%;
	margin-left: 16px;
}
.section-team .item:hover h4:before,
.section-team .item:hover h4:after {
	background: #fff;
}
.section-team .item h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	font-size: 2.4rem;
}
.section-team .vacancies-detail-wrap {
	display: none;
}
#cboxLoadedContent {
	background: #221002;
	color:#dcc07c}
#cboxContent {
	margin-top: 0;
}
.vacancies-detail-wrap {
	height: 100%;
}
.vacancies-detail-wrap .btn-close {
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 24px;
	color: #dcc07c;
}
.vacancies-detail-wrap p{
	color:#fff
}
.vacancies-detail-wrap .left{
	width:48%;
	float:left;
	margin:20px 0
}
.vacancies-detail-wrap .right{
	width:48%;
	float:right;
	margin:20px 0
}
.vacancies-detail-wrap img{
	width:100%
}
.vacancies-detail-wrap h2 {
	color: #dcc07c;
	font-weight: 700;
	font-size: 20px;
	font-size: 2.4rem;
	padding:10px 0 20px 0; 
}
.vacancies-detail-wrap h5 {
	color: #dcc07c;
	font-weight: 300;
	font-size: 16px;
	padding: 20px 0; 
}
.vacancies-detail {
	max-height: 90%;
	overflow: auto;
	padding: 0 0 00px 40px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Arial, sans-serif;
}
.vacancies-detail.mCS_no_scrollbar {
	padding-right: 40px;
}
#map-canvas {
	position: relative;
	height: 0;
	margin-bottom: 32px;
}
#map-canvas iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section-contact .title h2 {
	color: #f26a24;
	font-size: 48px;
	font-size: 4.8rem;
	margin-bottom: 1em;
	font-weight: 300;
}
.section-contact h3 {
    font-size: 4.8rem;
    font-weight: 300;	text-transform: uppercase;
	margin-bottom: 1em;
}
.section-contact h5 {
	font-weight: 300;
	font-size: 36px;
	margin: 1em 0;
	font-family:"Times New Roman", Times, serif
}
.section-contact .points {
	margin-bottom: 32px;
}
.section-contact .points .text {
	padding-left: 6px;
	vertical-align: middle;
}
.section-contact .points li {
	margin-bottom: 8px;
}
.section-contact .points li img {
	vertical-align: middle;
	width: 30px;
}
.section-contact .points a {
	color: #363636;
}
.section-contact .points a:hover {
	color: #f26a24;
}
.section-contact .socials h3 {
	margin-bottom: 1em;
}
.section-contact .socials li {
	float: left;
	margin-right: 12px;
}
.section-contact .socials img {
	width: 40px;
}
.section-contact .info {
	float: left;
	width: auto;
	margin-right: 50px;
}
.section-contact .form {
	overflow: hidden;
}
.section-contact .form input[type=text], .section-contact .form input[type=email], .section-contact .form textarea {
	padding: 10px 16px;
	border: #dcc07c solid 1px;
	width: 100%;
}
.section-contact .form textarea {
	height: 200px;
}
.section-contact .form .captcha {
	margin-bottom: 1em;
}
.section-contact .form input[type=submit] {
	background: #dcc07c url('images/arrow-right.png') right 10px center no-repeat;
	background-size: 10px 18px;
	border: 0;
	padding: 12px 0;
	width: 120px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 16px;
	margin-right:10px;
	margin-bottom:10px
}
#footer-bottom {
	background: #221002;
	padding: 10px 0;
	color: #fff;
	font-size: 13px;
	line-height:20px;
	font-size: 1.4rem;
}
#copyright {
	float: left;
}
#footer-menu {
	float: right;
}
#footer-menu li {
	float: left;
	border-left: #fff solid 1px;
}
#footer-menu li:first-child {
	border-left: 0;
}
#footer-menu li a {
	display: block;
	padding: 0 8px;
	text-transform: capitalize;
}
@media all and (min-width: 1025px) {
	.lazy-load-box {
		-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-webkit-transition: all 400ms ease;
		-o-transition: all 400ms ease-out;
		-moz-transition: all 400ms ease-out;
		-ms-transition: all 400ms ease-out;
		transition: all 400ms ease-out;
		opacity: 1;
	}
	.fadein.trigger {
		opacity: 0;
	}
	.section-products .item.trigger,
	.section-vacancies .circle.trigger {
		-moz-transform: scale(0.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(0.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-o-transform: scale(0.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-ms-transform: scale(0.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		transform: scale(0.5) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		opacity: 0;
	}
	.section-about .list .item.trigger {
		-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(-50px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-50px) skewX(0deg) skewY(0deg);
		-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(-50px) skewX(0deg) skewY(0deg);
		-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(-50px) skewX(0deg) skewY(0deg);
		transform: scale(1) rotate(0deg) translateX(0px) translateY(-50px) skewX(0deg) skewY(0deg);
		opacity: 0;
	}
	.section-about .list .item:first-child {
		-webkit-transition-delay: 0.3s; /* Safari */
		-moz-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.section-about .list .item:first-child + .item {
		-webkit-transition-delay: 0.6s; /* Safari */
		-moz-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
	.section-about .list .item:first-child + .item + .item {
		-webkit-transition-delay: 0.9s; /* Safari */
		-moz-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}
	.section-target {
		-webkit-transition-delay: 1.2s; /* Safari */
		-moz-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}
	.section-vacancies .circle:first-child {
		-webkit-transition-delay: 0.3s; /* Safari */
		-moz-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.section-vacancies .circle:first-child + .circle {
		-webkit-transition-delay: 0.4s; /* Safari */
		-moz-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
	.section-vacancies .circle:first-child + .circle + .circle {
		-webkit-transition-delay: 0.5s; /* Safari */
		-moz-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	.form.trigger {
		-moz-transform: scale(1) rotate(0deg) translateX(50px) translateY(0px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(1) rotate(0deg) translateX(50px) translateY(0px) skewX(0deg) skewY(0deg);
		-o-transform: scale(1) rotate(0deg) translateX(50px) translateY(0px) skewX(0deg) skewY(0deg);
		-ms-transform: scale(1) rotate(0deg) translateX(50px) translateY(0px) skewX(0deg) skewY(0deg);
		transform: scale(1) rotate(0deg) translateX(50px) translateY(0px) skewX(0deg) skewY(0deg);
		opacity: 0;
	}
	.points {
		-webkit-transition-delay: 0.3s; /* Safari */
		-moz-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.socials {
		-webkit-transition-delay: 0.5s; /* Safari */
		-moz-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	.form {
		-webkit-transition-delay: 0.7s; /* Safari */
		-moz-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}
}
@media all and (max-width: 1169px) {
	.wrap {
		width: 998px;
	}
}
@media all and (max-width: 1023px) {
	.wrap {
		width: auto;
		margin: 0 16px;
	}
	.section-contact .info {
		float: none;
	}
	.section-contact .form {
		clear: both;
		margin-top: 32px;
	}
	.section-products .item {
		width: 50%;
		padding-bottom: 34%;
	}	
	.section-vacancies .item h4 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.section-vacancies .item h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.section-vacancies .item h4:before, .section-vacancies .item h4:after {
		width: 20px;
	}
	.section-vacancies .item h4:before {
		margin-right: 10px;
	}
	.section-vacancies .item h4:after {
		margin-left: 10px;
	}
}
@media all and (max-width: 767px) {
.logo {
    margin: 0 auto;
    margin-bottom: 70px;
}
.top_l{
width:100%;
float:left
}
.top_r{
width:100%;
float:left
}
	.section {
		padding-bottom: 0;
	}
	.container {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.navbar .menu-main-menu-container,
	.line {
		display: none;
	}
	.logo img {
		width: 160px;
	}
	.section-intro h2 {
		font-size: 28px;
	}
	.section-intro {
	height:400px!important
}
	.section-intro h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.section-intro .btn-section {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px 28px 12px 13px;
	}
	.section-intro .btn-scroll {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.section-intro .btn-section:before {
		width: 5px;
		height: 9px;
		margin-top: -4px;
		right: 13px;
	}
	.section-intro .btn-scroll a {
		padding-bottom: 10px;
	}
	.section-about .left {
    width: 100%;
}
	.section-about .right {
    width: 100%;
}
	.section-intro .btn-scroll a:before {
		width: 17px;
		height: 9.5px;
		margin-left: -8px;
	}
	.section-title h2 {
		font-size: 24px;
		font-size: 2.4rem;
		padding: 0 20px;
	}
	.section-about .des {
		    font-size: 25px;
    max-width: 800px;
    margin: 0 auto 26px auto;
    text-align: center;
    position: relative;
    color: #221002;
    font-family: "Times New Roman", Times, serif;	}
	.section-about .des .quote-left,
	.section-about .des .quote-right {
		width: 24px;
	}
	.section-about .list .item-wrap {
    padding: 15px;
}
	.section-about .list .item {
		float: none;
		width: auto;
	}
	.section-about .item h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.section-target {
		padding: 10px;
	}
	.section-target .cont {
		padding-left: 0;
	}
	.section-target .mark {
		width: 46px;
		height: 46px;
	}
	.section-target .mark .border {
		border-right: #f26a24 solid 46px;
		border-top: transparent solid 46px;
	}
	.section-target .mark:before {
		content: "";
		width: 18px;
		height: 18px;
		margin-right: -18px;
		z-index: 10;
	}
	.section-target .cont h2 {
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 300;
		margin-bottom: .5em;
	}
	.section-products .item {
		width: 100%;
		padding-bottom: 68%;
		float: none;
	}
	.section-products .item + .item + .item + .item + .item {
		display: none;
	}
	.section-products .list {
		margin-top: 0;
	}
	.section-vacancies .circle {
		float: none;
		width: auto;
		margin: 20px ;
	}
	.section-vacancies .circle-wrap {
		margin: 0;
	}
	.section-vacancies .item,
	.section-vacancies .item-wrap,
	.section-vacancies .table-wrap {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.section-vacancies .item-wrap,
	.section-vacancies .table-wrap {
		    border: #dcc07c solid 1px;
	}
	.section-vacancies .item {
		padding-bottom: 68%;
	}
	.section-vacancies .list {
		margin-top: 10px;
	}
	.section-vacancies .section-subtitle h3 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.section-vacancies .section-title {
		margin-bottom: 20px;
	}
	.section-team .circle {
		float: none;
		width: auto;
		margin: 20px ;
	}
	.section-team .circle-wrap {
		margin: 0;
	}
	.section-team .item,
	.section-team .item-wrap,
	.section-team .table-wrap {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.section-team .item-wrap,
	.section-team .table-wrap {
		    border: #dcc07c solid 1px;
	}
	.section-team .item {
		padding-bottom: 68%;
	}
	.section-team .list {
		margin-top: 10px;
	}
	.section-team .section-subtitle h3 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.section-team .section-title {
		margin-bottom: 20px;
	}
	.section-intro .btn-scroll {
		bottom: 46px;
	}
	.section-contact .title h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.section-contact h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.section-contact .socials img {
		width: 20px;
	}
	#map-canvas {
		padding-bottom: 100%;
	}
	.section-contact .form input[type="submit"] {
		width: 100%;
	}
	#copyright {
		float: none;
		text-align: center;
	}
	#footer-menu {
		float: none;
		text-align: center;
		display: none;
	}
	.vacancies-detail-wrap h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.vacancies-detail {
		padding: 0 0 10px 20px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.site-header .logo {
		padding: 6px 0;
	}
	.nav-active .main-overlay {
		display: block;
	}
	.circle .mark {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 5;
		width: 46px;
		height: 46px;
		display:none
	}
	.circle .mark:before {
		content: "";
		width: 18px;
		height: 18px;
		margin-right: -18px;
		z-index: 10;
		position: absolute;
		top: 50%;
		right: 50%;
		margin-top: 0;
		background: url('images/icon-vac.png') 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 10;
	}
	.circle .mark .border {
		position: absolute;
		bottom: 0;
		right: 0;
		border-right: #f26a24 solid 46px;
		border-top: transparent solid 46px;
	}
	.menu-mobile .socials h3 {
		color: #8d8a8a;
		padding: 8px 0 16px 0;
	}
	.menu-mobile .socials li {
		float: left;
		margin-right: 10px;
	}
	.menu-mobile .socials li img {
		width: 32px;
	}
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('icon_top.png') no-repeat;
    background-color: #000;
}