@font-face {
    font-family: GothamBold;
    src: url(fonts/Gotham-Bold-Regular.ttf) format("opentype");
}
@font-face {
    font-family: gotham-boldItalic;
    src: url(fonts/Gotham-BoldIta.otf) format("opentype");
}
@font-face {
    font-family: gotham-black;
    src: url(fonts/Gotham-Black.otf) format("opentype");
}
@font-face {
    font-family: gotham-light;
    src: url(fonts/Gotham-Light.otf) format("opentype"),
	url("fonts/Gotham-Light.woff") format("woff");
}
@font-face {
    font-family: gotham-medium;
    src: url(fonts/Gotham-Medium.otf) format("opentype");
}
@font-face {
    font-family: roboto-bold;
    src: url(fonts/Roboto-Bold.ttf) format("opentype");
}

.scroll_btn a{
	font-family: gotham-medium;
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000; color:#fff;}

footer ::selection {background: #fff; color:#000;}
footer ::-moz-selection {background: #fff; color:#000;}

.breadcrumbs_block ::selection {background: #fff; color:#000;}
.breadcrumbs_block ::-moz-selection {background: #fff; color:#000;}

.cleancode_block ::selection {background: #fff; color:#000;}
.cleancode_block ::-moz-selection {background: #fff; color:#000;}


.new-quality-controll{
	display: none;
}
.new-stock-management{
	display: none;
}
body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'gotham-light', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	background-color:#fff;
}
/* MENU E RE BEHEN KETU */
/*
#stock_management{
	display:none;
}
#quality-controll{
	display:none;
}
 */
p{
	font-size: 16px;
}
#page {overflow-x:hidden; position:relative; z-index:5;}

.preloader_hide {opacity:0;width: 100vw;margin-bottom: 0px;}
#preloader {position:fixed; left:50%; top:50%; margin:-32px 0 0 -32px; display:block;}

section {background-color:#fff;}

.container {padding-left:0; padding-right:0;}

.parallax {
	background-position:0 0;
	width:100%;
	background-attachment:fixed !important;
}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #000 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	max-width:100.1%;
	height:auto;
}

a {color:#999; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
a:hover, a:focus {text-decoration:none; color:#333;}
.bounce{
	overflow: hidden;
}

#button-close-in-modal{
	width: 16%!important;
    font-size: 15px!important;
    background-color: #333!important;
    text-align: center!important;
    padding: 10px!important;
    height: auto;
    text-transform: uppercase;
    border-radius: 10px;
}
#button-close-in-modal:hover{
	color: #fff;
}
.modal_text_StockManagment{
	display: table;
	min-height: calc( 75vh - 55px) !important;
}
.modal_text_StockManagment div{
	display: table-cell;
    vertical-align: middle;
}
.careers-center-vertical{
	display: table;
	    min-height: calc( 75vh - 55px) !important;
}
.careers-center-vertical div{
	    display: table-cell;
    vertical-align: middle;
}
/* Dropdown Menu */
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background-color: #E8E8E8;
}
.dropdown-item > a{
    padding: 15px 13px!important;
    font-size: 10.6px!important;
}
.dropdown-menu {
    min-width: 120px;
    padding: 1px 0;
    margin: -30px 0px 0px -20px;
    font-size: 9px;
    
}
/*OPEN MODAL */
.box {
  display: flex;
  align-items: center;
  margin-top:10px;
}

a.button {    
    font-size: 16px;
    font-weight: bold;
    color: #483c42;
    cursor: pointer;
}

.box > .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999999999;
  opacity:0;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
  overflow-y: initial !important;
}

.box > .modal > .content-modal {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: white;
    /* padding: 30px; */
    /* border-radius: 10px; */
    width: 100%;
    height: 89vh!important;
    overflow: hidden;
    /* top: 113px; */
    margin-top: 110px;
}

.box>.modal:target {
  opacity:1;
  pointer-events: auto;
  z-index: 9999999999999999999999999999;
}

.modal h1 {
  font-size: 42px;
}

.content-modal a{
  font-weight: bold;
}

.close {
  align-self: flex-end;
  text-decoration: none;
  color: #fff;
}
.close{
	position: absolute;
    z-index: 9999999999;
    width: 8%;
    height: 5%;
    text-align: right;
	font-size: 40px;
	text-shadow: 0 1px 0 #000;
    opacity: 1;
	padding-right: 10px;	
}
.box>.modal>.content-modal > div > .close{
	position: relative;
}
.box > a{
	font-size: 12px!important;
    font-weight: 600!important;
    color: #795957!important;
    cursor: pointer;
    font-family: 'Roboto', sans-serif!important;
}
.modal-title {
    text-align: center;
}
/* END MODAL */

/* HEAD CERTIFICATIONS */
#openModal13 .content-modal .container-fluid .row .stock_managment_text{
	padding: 16px 100px !important;
	    left: 10px;
}
#openModal10 .content-modal .container-fluid .row .col-lg-6 div .stock_managment_slider {
	right: -23px; !important;
}
#openModal10 .half_section_img {
    height: 100vh;
}
#openModal10 .half_section_img .work_img img{
    height: 100%;
	    object-fit: cover;
}
#openModal13 .work_img img{
	height: 89vh;
    object-fit: cover;
	position: relative;
    z-index: 999999999999999999999999999999;
    width: 100%;
    max-width: 100%;
}

#openModal11 #quality-controll-img-container img{
	position: relative;
    right: -8px;
}
#careers .half_section_background:nth-child(2){
	left: 10px;
}
.row-certif{
	float: right;
}
.head-certifications{
	height: 110px;
    background-color: #dfd4be;
    text-align: center;
}
.head-certifications > .box > a{
	display: block;
	font-size: 13.5px!important;
    padding: 35px 15px;
	text-transform: uppercase!important;
    font-weight: 900!important;
	color: #483c42!important;
	font-family: gotham-medium!important;
	text-align: left!important;
}
.head-certifications > .box {
	margin-top: 0px; 
}
.head-certifications > .box > .modal > .content-modal {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: white;
    width: 100%;
    height: 100vh!important;
    margin-top: 0px;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
}
#certificata-1{
	box-shadow: 5px 10px #dfd4be;
}
#certificata-2{
	box-shadow: 5px 10px #dfd4be;
	margin-bottom: 15px;
}
.container.clearfix.row > div{
	padding-right: 0px;
    padding-left: 0px;
}
.row.shirit{
	width: 100%;
    position: absolute;
    height: 5px;
    background-color: #dfd4be;
    margin-right: 15px;
    margin-left: 15px;
}

.margbot0 {margin-bottom:0;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:30px !important;}
.margbot40 {margin-bottom:40px;}
.margbot50 {margin-bottom:50px;}
.margbot60 {margin-bottom:60px;}
.margbot70 {margin-bottom:70px;}
.margbot80 {margin-bottom:80px;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padtop0 {padding-top:0 !important;}
.padtop10 {padding-top:10px !important;}
.padtop20 {padding-top:20px !important;}
.padtop30 {padding-top:30px !important;}
.padtop40 {padding-top:40px !important;}
.padtop50 {padding-top:50px !important;}
.padtop60 {padding-top:60px !important;}
.padtop70 {padding-top:70px !important;}
.padtop80 {padding-top:80px !important;}

.overlay {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(48,166,124,0.5);
}
.relative_block {position:relative; z-index:5;}

/* Certification FOCUS PAGE */
.focus-pdf{
	display: flex;
}
.focus-pdf-nr{
	width: 18%;
    display: table-cell;
	text-align: center;
}

.content-modal > .row.recent_posts.half_section_img > .production_text > div > p{
	font-size: 14px;
}
#image-focus-cert{
	width: 60%;
}

#quality-controll-img-container img{
    object-fit: cover;
    height: 100%;
}

#about-us-img-container img{
    object-fit: cover;
    height: 100%;
}

#start-up-img-container img{
    object-fit: cover;
    height: 100%;
	width: 100%;
}

#sampling-capacity{
	background-color: #f2f1ef;
}

.section-extra-1 .half_section_background{
	background-color: #dfd4be;
    padding: 160px 100px !important;
}
.section-extra-2 .half_section_background{
	background-color: #dfd4be;
    padding-top: 28vh;
    padding-left: 100px;
    padding-right: 100px;
}
#openModal12 .half_section_background{
	background-color: #dfd4be;
    padding-top: 14vh !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

#openModal1 .owl-wrapper-outer .work_img img{
	object-fit: cover;
    height: 100vh;
}

#openModal12 .owl-wrapper-outer .work_img img{
	object-fit: cover;
    height: 100vh;
}
#openModal12 .work_description{
	background-image: url('/images/sectionSliders/focus/big/1.png');
	background-size: cover; 
	height: 96vh !important;
	background-position: center;
}
#openModal12 .owl-prev{
	position: absolute;
    left: 0px;
    top: 280%;
	border: none;
}
#openModal12 .owl-prev:before{
	color:#333;
}
#openModal12 .owl-next:before{
	color:#333;
	
}
#openModal12 .owl-next{
	position: absolute;
    right: 0px;
    top: 280%;
	border: none;
}
#openModal12 .owl-theme .owl-controls {
    top: 120px !important;
}
#openModal12 .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#openModal12 #owl-demo .owl-item {
    text-align: center;
}
#openModal9 .owl-wrapper-outer .work_img img{
	object-fit: cover;
    height: 89vh;
}

#about .half_section_background{
	padding: 115px 185px 115px 100px !important;
}

#about .half_section_background h2{
    font-size: 35px;
}

#about .half_section_background p{
    line-height: 24px;
    font-size: 15px;
}

#about .mobile_half_section_img{
    padding: 0px;
}

#about img{
    width: 100%;
}

#start-up .half_section_background{
	padding: 240px 100px 125px 185px !important;
	background-color: #dfd4be;
	min-height: 490px;
}

#start-up .half_section_background h2{
    font-size: 35px;
}

#start-up .half_section_background p{
    line-height: 24px;
    font-size: 15px;
}

#start-up .mobile_half_section_img{
	padding-left: 0px;
}
#media .mobile_half_section_img {
	background-image: url('/images/sectionSliders/focus/big/1.png');
	background-size: cover; 
	height: 96vh !important;
	background-position: center;
}
#quality-controll .half_section_background{
	padding: 125px 185px 125px 100px !important;
}

#quality-controll .half_section_background h2{
    font-size: 35px;
}

#quality-controll .half_section_background p{
    line-height: 24px;
    font-size: 15px;
}

#sampling-capacity .half_section_background{
	padding: 240px 100px 0px 185px !important;
}
#sampling-capacity h2{
    font-size: 35px;
}

#sampling-capacity .half_section_background p{
    line-height: 24px;
    font-size: 15px;
}

#production .half_section_background{
	background-color: #dfd4be;
    padding: 125px 100px 0px 185px !important;
}

#production .half_section_background h2{
    font-size: 35px;
	margin-bottom: 20px;
}

#production .half_section_background p{
    line-height: 24px;
    font-size: 15px;
	margin-bottom: 10px;
}
#production .half_section_background > div {
    margin-bottom: 20px;
}
#production .half_section_img{
	background-size: 50% 100%;
	background-position: 100% 0px;
    background-repeat: no-repeat;
}
#careers .half_section_background{
	background-color: #dfd4be;
    padding: 125px 100px 0px 185px !important;
}
#media .half_section_background > div {
    margin-bottom: 20px;
}
#media .vertical-center-group > div {
    margin-bottom: 35px;
}
#careers .half_section_background h2{
    font-size: 35px;
	margin-bottom: 20px;
}

#careers .half_section_background p{
    line-height: 24px;
    font-size: 15px;
	margin-bottom: 10px;
}
#careers .half_section_background > div {
    margin-bottom: 20px;
}
#careers .half_section_img{
	background-size: 50% 100%;
	background-position: 100% 0px;
    background-repeat: no-repeat;
}

#stock_management .half_section_background{
	background-color: #dfd4be;
    padding: 125px 185px 125px 100px !important;
}

#stock_management .half_section_background h2{
    font-size: 35px;
}

#stock_management .half_section_background p{
    line-height: 24px;
    font-size: 15px;
}

#stock_management .half_section_img{
	background-size: 50% 100%;
	background-position: 100% 0px;
    background-repeat: no-repeat;
}

#start-up .half_section_img{
	background-size: 50% 100%;
	background-position: 100% 0px;
    background-repeat: no-repeat;
}

#section-extra-3 .half_section_background{
	background-color: #dfd4be;
	padding: 110px !important;
}

#section-extra-3 .half_section_img{
	background-image: url('../images/section-3-background.jpg');
	background-size: 50% 100%;
    background-repeat: no-repeat;
}

#careers > .container-fluid > .recent_posts > .mobile_half_section_img > div > .production_slider > .owl-wrapper-outer > .owl-wrapper > .owl-item > .item > .work_item > .work_img > img{
	object-fit: cover;
    height: calc( 100vh - 110px ) !important;
}
/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
hr {border-color:#ededed;}

ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}

p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Roboto', sans-serif;
	text-transform:none;
	font-weight:600;
	color:#333;
}
h1 {margin:0 0 26px; line-height:46px; font-size:46px;}
h2 {margin:0 0 26px; line-height:40px; font-size:40px;}
h2 b {font-weight:500;}
h3 {margin:0 0 21px; line-height:25px; font-size:22px;}
h3 b {font-weight:900;}
h4 {margin:0 0 34px; line-height:25px; font-size:20px;}
h4 b {font-weight:500;}
h5 {margin:0 0 15px; line-height:20px; font-size:15px;}
h6 {margin:0 0 15px; line-height:20px; font-size:12px;}

.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#30a67c;}
.color_dark {color:#505050;}
.color_light {color:#979797;}
.color_white {color:#fff;}
.color_red {color:#c10707;}
.color_yellow {color:#fec400;}

.color_bg {background:#30a67c;}

/* __________ blockquote __________ */
blockquote {position:relative; margin: 0 0 13px; padding:0 0 0 47px; border:0; font-style:italic; font-size:16px; color:#979797;}
blockquote:before {content:'�'; position:absolute; left:15px; top:13px; font-style:italic; font-size:70px; color:#979797;}






/*-----------------------------------------------------------------------------------*/
/*	SHORTCODES
/*-----------------------------------------------------------------------------------*/
/* __________ Buttons __________ */
.btn {
	margin: 0;
	padding: 24px 27px 22px;
	border:2px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	text-transform:uppercase;
	font-weight: 900;
	line-height: 20px;
	font-size: 13px;
	color:#999;
	text-shadow: none;
	background-image: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {color:#333; border-color:#333;}

.btn-active {background-color:#1c1c1c; color:#fff; border-color:#1c1c1c;}
.btn-active:hover {color:#fff;}


.btn-lg {padding: 10px 13px; font-size:18px;}
.btn-sm {padding: 6px 20px 5px; font-size:13px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}


.btn_shortcodes .btn {margin:0 7px 10px 0;}
.btn_shortcodes .btn:last-child {margin-right:0;}


.ie .btn, .ie .btn-default {filter:none !important;}






/* __________ breadcrumb __________ */
.breadcrumbs_block {
	padding:81px 0;
	background-image:url(../images/clean_code_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.breadcrumbs_block h2 {
	margin-bottom:15px;
	line-height:80px;
	font-size:80px;
	color:#fff;
}
.breadcrumbs_block p {
	margin:0;
	line-height:34px;
	font-size:26px;
	color:#999;
}










/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:relative;
	height:80px;
}


/* __________ Logo __________ */
.logo {float:left;}
.logo a {
	text-transform:uppercase;
	line-height:80px;
	font-size:26px;
	color:#333;
}
.logo a span {
	display:inline-block;
	padding-right:18px;
}
.logo a span.b1 {font-weight:900;}
.logo a span.b2 {font-weight:700;}
.logo a span.b3 {font-weight:400;}
.logo a span.b4 {font-weight:300;}
.logo a span.b5 {font-weight:100;}




#logo-img{
	margin-top: 9px;
}

/* __________ Menu __________ */
.menu_block {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	right:0;
	height:260px;
	width:100%;
	
	/*background-color:#fff;*/
	/*box-shadow: 0px 6px 50px rgba(170, 170, 170, 0.26);*/
	-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */
    transition: all 0.3s;
	-webkit-transition-delay: background 0s; /* Safari */
    transition-delay: background 0s;
	
	background-image: url('../images/slider/gradient-1.png');
	background-size: 100% 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.6+0,0+100 */
/*	background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
/*	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

.menu_block .container.clearfix{
	/*padding-top: 20px;*/
    transition: all 0.3s;
}

.menu_block.filled_menu .container.clearfix{
	padding-top: 0px;
}

.menu_block.filled_menu{
	background-color:#fff;
	/*
	box-shadow: 0px 6px 50px rgba(170, 170, 170, 0.26);
	*/
	height:110px;
	/*
	box-shadow: 0px 6px 50px rgba(170, 170, 170, 0.26);
	*/
}

.navmenu ul li {
	position:relative;
	display:inline-block;
    transform: scale(0.925,1);
    -webkit-transform: scale(0.925,1);
    -ms-transform: scale(0.925,1); /* IE 9 */
}
.navmenu ul li a {
	display:block;
	margin:0 0 0 -3px;
	padding:45px 20px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:13px;
    color: #483c42;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.navmenu li:hover a,
.navmenu li.active a {
	color:#333;
}

#newsletterModal.modal{
    overflow-y: auto !important;	
}
.modal-body .btn-primary{
    color: #795957;
    background: white !important;
    border: 1px solid #795957;
    border-radius: 5px;
    padding: 8px 35px;
}

.btn {
    border: 1px solid #795957 !important;
    border-radius: 6px;
}
.btn-info{
	background-color: #fff;
}
.footer-col p {
    color: #795957;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #f7f7f7;
}

/* Sub menu */
.sub-menu ul {
	display: none;
	position: absolute;
	z-index: 9990;
	width: 180px;
	left: 50%;
	top: 100%;
	padding: 0;
	margin: 0 0 0 -90px;
}
.sub-menu.last ul {right:0; left:auto;}
.sub-menu ul:before {
	content:'';
	position:absolute;
	left:50%;
	top:-6px;
	margin-left:-5px;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid #1c1c1c;
}

.sub-menu ul li  {
	margin:0;
	padding:0;
	width:100%;
	border-top: 0;
}
.sub-menu ul li a {
	position:relative;
	margin:0;
	padding: 15px 5px 14px 21px;
	font-weight:400;
	text-align:left;
	font-size:12px;
	color:#999 !important;
	background:#1c1c1c;
	border-bottom:1px solid #282828;
}
.sub-menu ul li:last-child a {border-bottom:0;}

.sub-menu ul li.active a, .sub-menu ul li a:hover {color:#fff !important; background:#161616;}







/*-----------------------------------------------------------------------------------*/
/*	SEARCH FORM TOP
/*-----------------------------------------------------------------------------------*/
#search-form form {
	position:relative;
	height:40px;
	margin:20px 0 20px 19px;
	padding-left:49px;
	border-left:1px solid #ccc;
	font-family: FontAwesome;
}
#search-form form:before {
	content: "\f002";
	position:absolute;
	left:29px;
	top:-2px;
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#cccc;
}

#search-form input {
	width:42px;
	margin:0;
	padding:11px 0;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height:20px;
	font-size: 13px;
	color: #999;	
	background: none;
	border: 0;
	box-shadow: none;	 
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
#search-form input:focus {
	width:140px;
	padding: 11px 20px 11px 0;
}









/*-----------------------------------------------------------------------------------*/
/*	HOME
/*-----------------------------------------------------------------------------------*/
#home {
	position:relative;
	position: fixed;
    top: 0;
    height: 100vh;
    z-index: -2;
    width: 100vw;
}

#page{
	margin-bottom: -20px;
}





/*-----------------------------------------------------------------------------------*/
/*	ABOUT
/*-----------------------------------------------------------------------------------*/
#about {  
	margin-top: 100vh;
	background-color: #f5f5f5;
}

#about h3{  
	font-weight: 600;
}

#production h3{  
	font-weight: 600;
}
#careers h3{  
	font-weight: 600;
}

#stock_management h3{  
	font-weight: 600;
}

#start-up h3{  
	font-weight: 600;
}

#supportive-functions .icon{
	
}

#supportive-functions .nr{
	color: #a8b568;
	font-size: 60px;
	line-height: 60px;
}

#supportive-functions .text{
	font-size: 18px;
    line-height: 26px;
}


#quality-controll h3{
	font-weight: 600;
}



/* __________ Services __________ */
.services_block {padding:7px 0 0;}

.services_item {
	display:block;
	cursor:default;
}

.services_item p {
	position:relative;
	margin-bottom:15px;
	padding-bottom:19px;
	text-transform:none;
	font-weight:300;
	font-size:20px;
	color:#333;
}
.services_item p b {font-weight:400;}
.services_item p:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:30px;
	height:2px;
	background-color:#ccc;
}

.services_item span {
	display:block;
	padding-bottom:9px;
	font-weight:300;
	font-size:14px;
	color:#666;
}

/* -- purpose section code */


.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	background-color:rgba(0,0,0,0) !important;
}


.cleancode_block .nav-tabs li a i {
	background-position:0 0px !important;
}

/* -- end purpose section code */




/* __________ Clean Code __________ */
.cleancode_block {
	padding:96px 0 78px;
	background-image:url(../images/clean_code_bg.jpg);
	background-size:cover;
	background-position:0 0;
}

.cleancode_block .tab-content {
	overflow:hidden;
	padding: 0;
	margin:0 0 80px;
}
.cleancode_block p.title {
	margin:0 0 17px;
	font-weight:100;
	line-height:80px;
	font-size:80px;
	color:#fff;
}
.cleancode_block p.title b {font-weight:500;}

.cleancode_block span {
	font-weight:300;
	line-height:34px;
	font-size:26px;
	color:#999;
}
.cleancode_block .tab-pane {
	display:block;
	height:0;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.cleancode_block .tab-pane.active {
	height:auto;
	transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	-webkit-transform:translateY(0);
}

.ie .cleancode_block .tab-pane {display:none;}
.ie .cleancode_block .tab-pane.active {display:block;}


.cleancode_block .nav-tabs {
	margin:0 -15px;
	border:0;
}
.cleancode_block .nav-tabs li {
	margin:0;
	padding:0 15px;
}
.cleancode_block .nav-tabs li a {
	width:270px;
	height:170px;
	margin:0;
	padding:54px 0 0;
	text-align:center;
	border:0 !important;
	border-radius:0;
	transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
}
.cleancode_block .nav-tabs li a i {
	display:block;
	width:60px;
	height:60px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:0 -60px;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: transform 0.2s ease-in-out; 
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.cleancode_block .nav-tabs li a.i1 i {background-image:url(../images/i1.png);}
.cleancode_block .nav-tabs li a.i2 i {background-image:url(../images/i2.png);}
.cleancode_block .nav-tabs li a.i3 i {background-image:url(../images/i3.png);}
.cleancode_block .nav-tabs li a.i4 i {background-image:url(../images/i4.png);}
.cleancode_block .nav-tabs li a.i5 i {background-image:url(../images/i5.png);}
.cleancode_block .nav-tabs li a.i6 i {background-image:url(../images/i6.png);}

.nav-tabs li a:hover,
.nav-tabs li a:focus {
	background-color:transparent;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	background-color:#fff;
}

.nav-tabs li a:hover i {
	background-position:0 -120px;
	transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
}
.nav-tabs li.active a i {
	background-position:0 0;
	transform:translateY(-16px);
	-o-transform:translateY(-16px);
	-ms-transform:translateY(-16px);
	-webkit-transform:translateY(-16px);
}

.cleancode_block .nav-tabs li a span {
	display:block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size:18px;
	color:#fff;
	opacity:1;
	transform:translateY(10px);
	-o-transform:translateY(10px);
	-ms-transform:translateY(10px);
	-webkit-transform:translateY(10px);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.nav-tabs li.active a span {
	opacity:1;
	transform:translateY(10px);
	-o-transform:translateY(10px);
	-ms-transform:translateY(10px);
	-webkit-transform:translateY(10px);
}


/* __________ Multi Purpose __________ */
.purpose_block {}

.purpose_block p {
	margin-bottom:26px;
	font-weight:300;
	line-height:26px;
	font-size:17px;
	color:#666;
}
.purpose_block .btn {margin-top:30px; margin-right:16px;}
.purpose_block .btn-active {overflow:hidden;}
.purpose_block .btn-active span:before {
	content: attr(data-hover);
	position: absolute;
	top: 100%;
	left:0;
	width:100%;
	text-transform:uppercase;
	text-align:center;
	font-weight: 900;
	line-height:20px;
	font-size:13px;
	color:#1C1C1C;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.purpose_block .btn-active:hover span:before {color:#fff;}
.purpose_block .btn-active span {
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.purpose_block .btn-active:hover span,
.purpose_block .btn-active:focus span {
	color:#1c1c1c;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.purpose_block .ipad_img1 {margin-top:-100px;}






/*-----------------------------------------------------------------------------------*/
/*	FEATURED WORKS
/*-----------------------------------------------------------------------------------*/

#partners {padding-top:47px;}


.work_item {
	position:relative;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.owl-item:hover .work_item {
}

.work_item .work_description {
	position:absolute;
	z-index:20;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	opacity:0;
	background-color:rgba(0,0,0,0.8);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover .work_description {opacity:1;}
.work_item .work_description .work_descr_cont {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	opacity:0;
	transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.work_item:hover .work_description .work_descr_cont {
	opacity:1;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.work_item .work_description a {
	display:block;
	margin:0 0 6px;
	font-weight:300;
	line-height:24px;
	font-size:24px;
	color:#fff;
}
.work_item .work_description span {
	color:#666;
}

.work_item a.zoom {
	position:absolute;
	z-index:30;
	left:50%;
	bottom:0;
	width:60px;
	height:36px;
	margin-left:-30px;
	opacity:0;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; 
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.work_item:hover a.zoom {
	bottom: calc( 50% - 18px );
	opacity:1;
}
.work_item a.zoom:hover {background-image:url(../images/zoom_h.png);}



/* __________ WORKS DETAILS __________ */
#project_prev,
#project_close,
#project_next {
	position:relative;
	z-index:1;
	display: inline-block;
	width:50px;
	height:50px;
	margin:0 -2px 0 -3px;
	border:2px solid #ccc;
	font-family: FontAwesome;
	transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out;
}
#project_prev:hover, #project_close:hover, #project_next:hover {z-index:2; border-color:#333;}
#project_prev i,
#project_close i,
#project_next i {
	line-height:46px;
	font-size:26px;
	color:#ccc;
	transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out;
}
#project_close i {margin:0 -2px;}
#project_prev:hover i, #project_close:hover i, #project_next:hover i {color:#333;}

#project_prev.first, #project_next.last {cursor:default;}
#project_prev.first:hover, #project_next.last:hover {border-color:#ccc;}
#project_prev.first:hover i, #project_next.last:hover i {color:#ccc;}


ul.project_info li {
	margin-bottom:3px;
	font-style:italic;
	color:#505050;
}
ul.project_info li span {color:#979797;}
ul.project_info li span {color:#979797;}

.project_shared {padding:15px 0;}
.project_shared a {
	display:inline-block;
	width:36px;
	height:36px;
	margin-right:5px;
	border:1px solid #ccc;
	text-align:center;
	line-height:34px;
	font-size:20px;
	color:#ccc;
}
.project_shared a:hover {border-color:#333; color:#333;}



/* __________ Our Clients __________ */
.our_clients {padding:71px 0 78px;}

.our_clients .client_img {
	opacity:0.5;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.our_clients .client_img:hover {opacity:1;}









/*-----------------------------------------------------------------------------------*/
/*	OUR TEAM
/*-----------------------------------------------------------------------------------*/
#team {
	padding:75px 0 100px;
	background-image:url(../images/team_bg.jpg);
	background-size:cover;
	background-attachment:fixed !important;
}

.crewman_item {
	position:relative;
	margin:0 15px;
}
.crewman_item .crewman_descr {
	position:absolute;
	z-index:20;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	opacity:0;
	background-color:rgba(0,0,0,0.8);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.crewman_item:hover .crewman_descr {opacity:1;}
.crewman_item .crewman_descr .crewman_descr_cont {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	opacity:0;
	transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out;
}
.crewman_item:hover .crewman_descr .crewman_descr_cont {
	opacity:1;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.crewman_item .crewman_descr p {
	margin:0 0 6px;
	font-weight:300;
	line-height:24px;
	font-size:24px;
	color:#fff;
}
.crewman_item .crewman_descr span {
	color:#666;
}

.crewman_item .crewman_social {
	position:absolute;
	z-index:30;
	left:0;
	bottom:0;
	width:100%;
	opacity:0;
	text-align:center;
	transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out; 
	-webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.crewman_item .crewman_social a {
	display:inline-block;
	width:60px;
	height:60px;
	margin:0 7px 0 10px;
	border:2px solid #333;
	border-radius:50%;
	line-height:58px;
	font-size:26px;
	color:#333;
}
.crewman_item:hover .crewman_social {
	bottom:56px;
	opacity:1;
}
.crewman_item .crewman_social a:hover {
	color:#fff;
	border-color:#fff;
}







/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
#news {padding:75px 0 50px;}

.testimonials{margin-bottom:77px;}
.testim_content {
	font-weight:300;
	line-height:38px;
	font-size:26px;
	color:#333;
}
.testim_author {
	padding-top:46px;
	font-weight:300;
	font-size:16px;
	color:#666;
}
.testim_author b {
	font-weight:500;
	color:#333;
}






/*-----------------------------------------------------------------------------------*/
/*	RECENT POSTS
/*-----------------------------------------------------------------------------------*/
.post_item_img {position:relative;}
.post_item_img:before {
	content:'';
	position:absolute;
	z-index:25;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.post_item:hover .post_item_img:before {background-color:rgba(0,0,0,0.8);}
.post_item_content {padding:23px 0 0;}
.post_item_content a.title {
	font-weight:300;
	line-height:34px;
	font-size:24px;
	color:#333;
}
.post_item_inf {padding-top:2px;}
.post_item_inf li {
	display:inline-block;
	padding-right:12px;
	color:#ccc;
}
.post_item_inf a {
	padding-right:12px;
	font-weight:300;
	font-size:14px;
}
.post_item_img a.link {
	position:absolute;
	z-index:30;
	left:50%;
	bottom:30%;
	width:60px;
	height:36px;
	margin:0 0 -18px -30px;
	opacity:0;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; 
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.post_item:hover .post_item_img a.link {
	bottom:50%;
	opacity:1;
}
.post_item_img a.link:hover {background-image:url(../images/zoom_h.png);}


/* __________ Recent Posts Small __________ */
.recent_posts_small {margin-bottom:15px;}
.post_item_img_small {
	overflow:hidden;
	float:left;
	width:70px;
	height:50px;
	margin:2px 15px 13px 0;
}
.post_item_img_small img {
	width:auto;
	max-width:none;
	height:100%;
	transition: opacity 0.3s ease-in-out; 
	-webkit-transition: opacity 0.3s ease-in-out;
}
.recent_posts_small:hover .post_item_img_small img {opacity:0.5;}
.post_item_content_small a.title {
	display:block;
	line-height:17px;
	font-size:14px;
	color:#ccc;
}
.post_item_content_small a.title:hover {color:#666;}
.post_item_inf_small li {
	display:inline-block;
	padding-top:4px;
	padding-right:10px;
	line-height:17px;
	font-size:11px;
	color:#666;
}



/* __________ Recent Posts Sidebar __________ */
.recent_posts_widget {margin-bottom:25px;}
.post_item_img_widget {
	overflow:hidden;
	width:270px;
	height:180px;
	margin-bottom:16px;
	background-color:#000;
}
.post_item_img_widget img {
	width:auto;
	max-width:none;
	height:100%;
	transition: opacity 0.3s ease-in-out; 
	-webkit-transition: opacity 0.3s ease-in-out;
}
.recent_posts_widget:hover .post_item_img_widget img {opacity:0.5;}

.post_item_content_widget a.title {
	display:block;
	line-height:21px;
	font-size:18px;
	color:#333;
}
.post_item_content_widgeta.title:hover {color:#666;}
.post_item_inf_widget li {
	display:inline-block;
	padding-top:12px;
	padding-right:10px;
	line-height:17px;
	font-size:11px;
	color:#999;
}









/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
#contacts {
	position: relative;
	z-index:0;
	padding:0;
	background:transparent;
}

footer {
	background-color: #fff;
}
footer h4 {color:#fff;}



/* __________ Footer About Block __________ */
.foot_about_block p {
	margin-bottom:24px;
	padding-right:71px;
	line-height:24px;
	font-size:12px;
}






/*-----------------------------------------------------------------------------------*/
/*	MAP
/*-----------------------------------------------------------------------------------*/
#map {
	z-index:3;
	height:370px;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
#map iframe {width:100%; height:399px;}
#map.showed {bottom:0;}



.map_hide {
	position:absolute;
	left:50%;
	z-index:20;
	display: block;
	width:50px;
	height:50px;
	margin-left:525px;
	background-color:#333;
	font-family: FontAwesome;
	text-align:center;
}
.map_hide:hover {background-color:#fff;}
.map_hide i {
	line-height:46px;
	font-size:26px;
	color:#fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.map_hide i {margin:0 -2px;}
.map_hide:hover i {color:#333;}






/*-----------------------------------------------------------------------------------*/
/*	SOCIAL BUTTONS
/*-----------------------------------------------------------------------------------*/
.social li {
	display:inline-block;
/*	margin:0 9px 10px 0; */
}
.social li a {
	display:block;
	height:50px;
	text-align:center;
	line-height:46px;
	font-size:12px;
	color:#333;
}
.social li a:hover {
	color:#ccc;
	border-color:#ccc;
}

.social{
	margin-bottom: 20px;
}

.footer-col p{
	color: #6b6b6b;
}

.social li img{
	width: 38px;
}




/*-----------------------------------------------------------------------------------*/
/*	CONTACT FORM
/*-----------------------------------------------------------------------------------*/
/* __________ Contact Form __________ */
textarea,
input[type="text"] {
	width:100%;
	margin:0 0 10px;
	padding: 10px 8px;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 12px;
	color: #333;
	font-style:normal;
	border-radius: 0;	
	background: none;
	border: 2px solid #242424;
	box-shadow: none;
	transition: border-color 0.3s ease-in-out; 
	-webkit-transition: border-color 0.3s ease-in-out;
}
textarea {
	overflow:hidden;
	min-height:95px;
	resize: none;
}
textarea,
input[type="text"].last {margin-right:0;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	color:#666;
	border-color:#ccc;
}


.contact_btn {
	display:inline-block;
	cursor:pointer;
	margin: 0 7px 10px 0;
	padding:13px 30px;
	border: 2px solid #242424;
	border-radius: 0;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	line-height:20px;
	font-size:13px;
	color:#333;
	background: none; 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn.active, .contact_btn:hover {background: none; color:#fff; border-color:#ccc;}

.notification_error {color:#30a67c;}








/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.single_page #blog {padding-top:50px;}


.blog_block hr {border-top:2px solid #e9e9e9;}



/* __________ Blog Post __________ */
.blog_post_img {
	overflow:hidden;
	float:left;
	position:relative;
	width:470px;
	height:369px;
	margin-right:30px;
	background-color:#000;
}
.blog_post_img img {
	width:auto;
	max-width:none;
	height:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.blog_post:hover .blog_post_img img {opacity:0.5;}

.blog_post a.zoom {
	position:absolute;
	z-index:30;
	left:50%;
	bottom:50px;
	width:60px;
	height:36px;
	margin:0 0 -30px -30px;
	opacity:0;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; 
	-webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.blog_post:hover a.zoom {
	bottom:50%;
	opacity:1;
}
.blog_post a.zoom:hover {background-image:url(../images/zoom_h.png);}

.blog_post_descr hr {
	border-color:#e9e9e9;
	margin:25px 0;
}
.blog_post_date {
	margin-top:-3px;
	text-transform:uppercase;
	line-height:14px;
	font-size:11px;
}

.blog_post_title {
	display:block;
	padding-bottom:19px;
	line-height:36px;
	font-size:30px;
	color:#333;
}
.blog_post_title:hover {color:#666;}

.blog_post_info li {position:relative; display:inline-block; padding-right:22px;}
.blog_post_info li:before {content:''; position:absolute; right:9px; top:4px; height:12px; width:1px; background-color:#d3d3d3;}
.blog_post_info li:last-child:before {display:none;}
.blog_post_info li a {font-size:14px;}
.blog_post_content {
	padding-bottom:18px;
	line-height:26px;
	font-size:17px;
}
.blog_post .read_more_btn {
	font-weight:500;
	font-size:16px;
	color:#333;
}
.blog_post .read_more_btn:hover {color:#666;}



/* __________ Pagination __________ */
.pagination {
	display:block;
	margin:0 0 50px;
	padding:0;
	border-radius:0;
}
.pagination li {
	float:left;
	width:68px;
	height:70px;
}
.pagination li a {
	float:none;
	display:block;
	margin:0;
	padding:0;
	border:0;
	font-weight:900;
	text-align:center;
	line-height:68px;
	font-size:20px;
	color:#999;
}
.pagination li a:focus,
.pagination li a:hover {
	background:none !important;
	color:#333 !important;
}
.pagination li.active a {
	border:2px solid #333 !Important;
	font-size:26px;
	color:#333 !important;
	background:none !important;
}








/* __________ Single Blog Post __________ */
.single_blog_post_date {
	margin:-2px 0 -4px;
	line-height:13px;
	font-size:11px;
	color:#999;
}
.single_blog_post_title {
	padding-bottom:12px;
	line-height:60px;
	font-size:50px;
	color:#333;
}

.single_blog_post_info {padding-bottom:20px;}
.single_blog_post_info li {
	position:relative;
	display:inline-block;
	padding:0 25px 4px 0;
}
.single_blog_post_info li:before {
	content:'';
	position:absolute;
	right:9px;
	top:4px;
	height:12px;
	width:1px;
	background-color:#d3d3d3;
}
.single_blog_post_info li:last-child:before {display:none;}
.single_blog_post_info li a {font-size:14px;}

.single_blog_post_img img {
	margin-bottom:23px;
	width:100%;
}

.single_blog_post_content {
	line-height:26px;
	font-size:17px;
}



/* __________ Single Blog Post Tags __________ */
.single_blog_post_tags li {
	display:inline-block;
	margin:0 3px 5px 0;
}
.single_blog_post_tags li a {
	display:block;
	padding:9px 19px;
	font-size:16px;
	border:1px solid #e9e9e9;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.single_blog_post_tags li a:hover {
	padding:8px 18px;
	border:2px solid #333;
}





/* __________ Comments __________ */
#comments .avatar {
	overflow:hidden;
	margin:3px 30px 0 0;
	width:70px;
	height:70px;
	border:1px solid #efefef;
}
#comments .avatar img {width:100%;}

.comment_right {display:table;}
.comment_info {padding-bottom:11px;}
#comments .comment_author {
	font-weight:500;
	font-size:16px;
	color:#333;
}
#comments .comment_date {color:#999; font-size:11px;}
#comments .comment_inf_sep {
	padding:0 12px;
	font-size:16px;
	color:#ccc;
}
#comments .comment_right p {font-size:12px;}


#comment_form textarea,
#comment_form input[type="text"] {
	padding:10px 8px 11px;
	border-color:#e9e9e9;
	text-transform:uppercase;
	font-size:11px;
	color:#666;
}
#comment_form textarea {min-height:140px;}
#comment_form .contact_btn {
	background-color:#1c1c1c;
	color:#fff;
}
#comment_form .contact_btn:hover {background-color:#ccc;}

.comment_note {padding-top:11px; font-size:12px;}







/*-----------------------------------------------------------------------------------*/
/*	Portfolio Single
/*-----------------------------------------------------------------------------------*/
.single_page #portfolio {padding-top:50px;}


.portfolio_block hr {border-top:2px solid #e9e9e9;}



/* __________ Single Portfolio Post __________ */
.single_portfolio_post_title {
	padding-bottom:20px;
	line-height:40px;
	font-size:40px;
	color:#333;
}

.equal {
  display: flex;
  flex-wrap: wrap;
}


#building-img{
}

.contact-container{
	 margin-top: 80px;
}
.contact-container .btn{
	 margin-top: -15px;
}

.building-img-desktop{
	background-image: url(../images/Ndertesa-1.png);
    background-size: cover;
    min-height: 400px;
    background-position: 50%;
}


/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidepanel {margin-bottom:25px;}

.sidebar hr {
	border-color:#e9e9e9;
	margin:25px 0;
}


/* __________ Widjet Meta __________ */
.widget_meta li {
	position:relative;
	padding:13px 10px 12px 30px;
	border-top:1px solid #e9e9e9;
}
.widget_meta li:last-child {border-bottom:1px solid #e9e9e9;}
.widget_meta li:before {
	content:'�';
	position:absolute;
	left:10px;
	top:20px;
	font-size:27px;
	color:#ccc;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_meta li:hover:before {color:#333;}
.widget_meta li a {
	display:inline-block;
	line-height:24px;
	font-size:20px;
	color:#666;
}
.widget_meta li a:hover {color:#333;}




/* __________ Popular Tags __________ */
.widget_tags li {
	display:inline-block;
	margin:0 3px 5px 0;
}
.widget_tags li a {
	display:block;
	padding:9px 19px;
	font-size:16px;
	border:1px solid #e9e9e9;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.widget_tags li a:hover {
	padding:8px 18px;
	border:2px solid #333;
}



/* __________ Text Widget __________ */
.widget_text p {
	line-height:26px;
	font-size:16px;
}



/* __________ Work Info __________ */
.work_info {padding-bottom:25px;}
.work_info li {
	padding-bottom:6px;
	font-size:14px;
	color:#999;
}
.work_info li a {color:#333;}


/* __________ Shared __________ */
.shared li {
	display:inline-block;
	margin:0 7px 10px 0;
}
.shared li a {
	display:block;
	width:50px;
	height:50px;
	padding:1px;
	border:1px solid #e9e9e9;
	text-align:center;
	line-height:46px;
	font-size:23px;
	color:#ccc;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.shared li a:hover {
	padding:0;
	color:#333;
	border:2px solid #242424;
}

.flex-direction-nav{
	display: none;
}

.flexslider.top_slider {
    min-height: 100vh;
}

.flexslider.top_slider .slide1{
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}

.flexslider .slides {
    min-height: 100vh;
}

.flexslider .slides > li {
    min-height: 100vh;
}

#supportive-functions #myTabContent .title{
	text-align:center;
}

#supportive-functions #myTabContent .tab-pane{
	text-align:center;
}


.production_slider{
	padding: 0px !important;
}
.production_slider .owl-buttons div{
	border: none !important;
}
.production_slider .owl-prev:before{
	text-shadow: 1px 1px 5px #000;
}
.production_slider .owl-next:before{
	text-shadow: 1px 1px 5px #000;
}


.stock_managment_slider{
	padding: 0px !important;
}
.stock_managment_slider .owl-buttons div{
	border: none !important;
}
.stock_managment_slider .owl-prev:before{
	text-shadow: 1px 1px 5px #000;
}
.stock_managment_slider .owl-next:before{
	text-shadow: 1px 1px 5px #000;
}
	
.stock_managment_mobile_slider_container {
	display: none;
}


.sampling_capacity_slider{
	padding: 0px !important;
}
.sampling_capacity_slider .owl-buttons div{
	border: none !important;
}
.sampling_capacity_slider .owl-prev:before{
	text-shadow: 1px 1px 5px #000;
}
.sampling_capacity_slider .owl-next:before{
	text-shadow: 1px 1px 5px #000;
}

#production .mobile_half_section_img {
	padding-left: 0px !important;
}
#production #openModal1 .mobile_half_section_img {
	position: relative!important;
    right: -23px!important;
    /* left: 15px; */
    margin-left: -15px;
    padding: 0px;
}
#production #openModal1 .half_section_background:nth-child(2) {
    left: 30px!important;
}
#production #openModal2  .mobile_half_section_img {
	background-image: url('/images/sectionSliders/quaity_control/big/1.jpg');
	background-size: cover;
	height: calc( 100vh - 110px ) !important;
	background-position: center;
}
#production #openModal2  .mobile_half_section_img {
    right: -8px!important;
}
#production #openModal2 .half_section_background:nth-child(2) {
    left: 8px;
	    padding-top: 8vh !important;
}
#production #openModal2 #quality-controll-scheme-no-wide{
	height: auto !important;
	width: 100% !important;
}
#production #openModal2 #button-close-in-modal{
	display: block;
	    margin-top: 20px;
}
#production .container-fluid .row .post_item_block div .box  #openModal .content-modal .row .mobile_half_section_img {
	padding-left: 8px !important;
}
#careers .container-fluid .row .post_item_block div .box  .modal .content-modal .row .mobile_half_section_img {
	padding-left: 8px !important;
}
#media .container-fluid .row .post_item_block div .box  .modal .content-modal .row .mobile_half_section_img {
	padding-left: 8px!important;
    background-color: #dfd4be;
    right: -23px;
	background-image: none!important;
}
#media .container-fluid .row .post_item_block div .box  .modal .content-modal .row .mobile_half_section_img.lef {
	right: -8px;
    background-image: url(/images/sectionSliders/focus/big/1.png)!important;
}
#media .container-fluid .row .post_item_block div .box  .modal .content-modal .row  {
background-color: #dfd4be;
}
#careers .container-fluid .row .post_item_block div .box  .modal .content-modal .container-fluid .row .mobile_half_section_img {

}
#careers .half_section_background:nth-child(2) {
    padding-top: 70px !important;
}
#production .half_section_img {    
	background-color: #dfd4be;
}
	
#production .owl-item:hover .work_item {
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
}

#careers .mobile_half_section_img {
	padding-left: 0px !important;
}
	
#careers .half_section_img {    
	background-color: #dfd4be;
}
	
#careers .owl-item:hover .work_item {
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
}

#stock_management .mobile_half_section_img {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
	
#stock_management .half_section_img {    
	background-color: #dfd4be;
}
	
#stock_management .owl-item:hover .work_item {
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
}
	
#sampling-capacity .owl-item:hover .work_item {
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
}
	

.production_slider .owl-controls{
	text-align: none;
	top: calc( 50% - 35px ) !important; 
}

.production_slider .owl-prev{
	position: absolute !important;
	top: 50%;
	left: 0;
}

.production_slider .owl-next{
	position: absolute !important;
	top: 50%;
	right: 0;
}

.stock_managment_slider .owl-controls{
	text-align: none;
	top: calc( 50% - 35px ) !important; 
}

.stock_managment_slider .owl-prev{
	position: absolute !important;
	top: 50%;
	left: 0;
}

.stock_managment_slider .owl-next{
	position: absolute !important;
	top: 50%;
	right: 0;
}

.sampling_capacity_slider .owl-controls{
	text-align: none;
	top: calc( 50% - 35px ) !important; 
}

.sampling_capacity_slider .owl-prev{
	position: absolute !important;
	top: 50%;
	left: 0;
}

.sampling_capacity_slider .owl-next{
	position: absolute !important;
	top: 50%;
	right: 0;
}

.sampling_capacity_slider .work_item .work_description {
    background-color: none !important; 
}

div.pp_default .pp_expand{
	background: url(../images/prettyPhoto/default/sprite.png) 0 -36px no-repeat !important;
	display: none !important;
}

a.pp_previous:before {
    text-shadow: 0 0 13px black;
}

a.pp_next:before {
    text-shadow: 0 0 13px black;
}

.mobile-image{
	width: 100%;
}

#quality-controll-scheme-wide{
	display: none;
}

#quality-controll-scheme-no-wide{
    margin: 0 auto;
}

#logo-img{
	margin-left: 170px;
}

.menu_block .pull-right{
	margin-right: 180px;
}

.pp_gallery ul {
    width: 100% !important;
}


/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.parallax, .cleancode_block, #team, .top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {background-position:0 0;}
	.top_slider .slide1, .top_slider .slide2, .top_slider .slide3 {}

}

@media (max-width: 1740px) {
	
	#logo-img {
		margin-left: 88px;
	}

	.menu_block .pull-right{
		margin-right: 95px;
	}
	
	#about .half_section_background{
		padding: 115px 100px 115px 100px !important;
	}
	
	#sampling-capacity .half_section_background{
		padding: 125px 100px 125px 100px !important;
	}
	
	#start-up .half_section_background{
		padding: 125px 100px 125px 100px !important;
	}

	#quality-controll .half_section_background{
		padding: 125px 100px 125px 100px !important;
	}

	#production .half_section_background{
		padding: 125px 100px 0px 100px !important;
	}
	#careers .half_section_background{
		padding: 125px 100px 0px 100px !important;
	}

	#production .production_text{
		padding-top: 50px !important;
	}
	#careers .production_text{
		padding-top: 50px !important;
	}

	#stock_management .half_section_background{
		padding: 125px 100px 0px 100px !important;
	}

	#stock_management .production_text{
		padding-top: 70px !important;
	}
	
	.production_slider img{
		height: 100%;
		object-fit: cover;
	}
	
	.stock_managment_slider img{
		height: 100%;
		object-fit: cover;
	}
	
	.sampling_capacity_slider img{
		height: 100%;
		object-fit: cover;
	}
}


@media (max-width: 1440px) {

	.menu_block .pull-right{
		margin-right: 20px;
	}

	#quality-controll .half_section_background{
		padding: 60px 100px 125px 100px !important;
	}
	#careers .half_section_background{
		padding: 38px 100px 0px 100px !important;
	}
	#production .production_text {
		padding-top: 0px !important;
	}
	#production .half_section_background > div {
		margin-bottom: 12px;
	}
}


@media (max-width: 1024px) {

	
}

@media (min-width: 992px) and (max-width: 1199px) {
	.parallax, .cleancode_block, #team {background-attachment:scroll !important; background-size:100% auto !important; -webkit-background-size:100% auto !important;}
	
	
	h2 {font-size:35px; line-height:35px;}

/* __________ Menu __________ */
	.navmenu ul li a {padding-left:11px; padding-right:10px;}

/* __________ Index __________ */
	.cleancode_block p.title {font-size:70px; line-height:70px;}
	.cleancode_block .nav-tabs li a {width:210px; height:136px; padding-top:35px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:16px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block p {font-size:15px; line-height:22px;}
	
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom:30px;}
	
	#production .work_item:hover a.zoom {
		bottom: 50%;
	}
	#careers .work_item:hover a.zoom {
		bottom: 50%;
	}
	#stock_management .work_item:hover a.zoom {
		bottom: 50%;
	}
	
	.img_wrapper {width:137px !important;}
	
	
	.post_item_img a.link {width:40px; height:24px; margin:0 0 -12px -20px;}
	.post_item_img a.link:hover {background-position:0 -24px;}
	.post_item_content a.title {font-size:19px; line-height:24px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	
/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:400px; height:314px;}
	.blog_post_title {font-size:24px; line-height:27px;}
	.blog_post_content {font-size:14px; line-height:22px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:50px 0;}
	
	
	.map_hide {margin-left:435px;}
	
	.production_slider img {
		height: 466px;
		object-fit: cover;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo a {font-size:22px;}
	
	
	
	#search-form input:focus {width:42px;}
	

/* __________ Menu __________ */
	.navmenu ul li a {padding-left:10px; padding-right:10px; font-size:12px;}
	
	#logo-img{
		max-width: 100px;
		margin-top: 21px;
	}
	
/* __________ Index __________ */
	.cleancode_block p.title {font-size:60px; line-height:60px;}
	.cleancode_block span {font-size:20px; line-height:24px;}
	.cleancode_block .nav-tabs li a {width:157px; height:100px; padding-top:24px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:13px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.purpose_block .ipad_img1 {margin-top:-50px;}
	.purpose_block p {font-size:12px; line-height:20px;}
	
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-20px;}
	.work_item:hover a.zoom {bottom: calc( 50% - 16px );}
	
	
	.img_wrapper {width:100px !important;}
	
	
	.post_item_img a.link {width:40px; height:24px; margin:0 0 -12px -20px;}
	.post_item_img a.link:hover {background-position:0 -24px;}
	.post_item_content a.title {font-size:15px; line-height:20px;}
	.post_item_content {padding-top:15px;}
	.post_item_inf a {font-size:12px; padding-right:5px;}
	.post_item_inf li {padding-right:5px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
	.crewman_item:hover .crewman_social {bottom:30px;}
	
	
	.testim_content {font-size:17px; line-height:24px;}
	

/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:400px; height:314px;}
	.blog_post_title {font-size:24px; line-height:27px;}
	.blog_post_content {font-size:14px; line-height:22px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:50px 0;}
	.breadcrumbs_block h2 {font-size:60px; line-height:64px;}
	.breadcrumbs_block p {font-size:21px; line-height:24px;}
	

/* __________ Footer __________ */
	footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}
	
	
	.map_hide {margin-left:325px;}
	
	
	.respond_clear {clear:both; height:0; font-size:0;}

#production .half_section_background {
    background-color: #dfd4be;
    padding: 50px 100px 0px 185px !important;
}
}

@media (min-width: 992px) and (max-width: 1500px) {
	#quality-controll-scheme-wide{
		display: block;
	}
	
	#quality-controll-scheme-no-wide{
		display: none;
	}
}

@media (max-width: 992px) {	

	#quality-controll-scheme-no-wide{
		display: block;
	}

	.desktop-image{
		display: none;
	}
	
	.purpose_block {padding-top:0px;padding-bottom:0px;}
	
	#about .half_section_background{
		padding: 125px 60px 125px 60px !important;
	}
	
	#start-up .half_section_background{
		padding: 125px 60px 125px 60px !important;
	}

	#quality-controll .half_section_background{
		padding: 125px 60px 125px 60px !important;
	}

	#production .half_section_background{
		padding: 125px 60px 125px 60px !important;
	}
	#careers .half_section_background{
		padding: 125px 60px 125px 60px !important;
	}

	#stock_management .half_section_background{
		padding: 125px 60px 125px 60px !important;
	}

	#stock_management .mobile_half_section_img{
		display: none !important;
	}

	#sampling-capacity .half_section_background{
		padding: 125px 60px 125px 60px !important;
	}
	
	
	#sampling-capacity .container{
		max-width: 100% !important;
	}
	
	
	.mobile_half_section_img{
		min-height: 0px;
	}
	
	.production_slider img {
		height: auto;
	}
	
	.production_slider img.mobile {
		height: auto;
		object-fit: none;
		display:block;
	}
	
	.stock_managment_slider img {
		height: auto;
	}
	
	.stock_managment_slider img.mobile {
		height: auto;
		width: 100%
		object-fit: none;
		display:block;
	}
	
	.stock_managment_mobile_slider_container {
		display:block !important;
	}
	
	.sampling_capacity_slider img {
		height: auto;
	}
	
	#about .half_section_background h2 {
		font-size: 27px;
	}
	
	#production .half_section_background h2 {
		font-size: 27px;
	}
	
	#stock_management .half_section_background h2 {
		font-size: 27px;
	}
	
	#sampling-capacity h2 {
		font-size: 27px;
	}
	
	#quality-controll .half_section_background h2 {
		font-size: 27px;
	}
	
	#start-up .half_section_background h2 {
		font-size: 27px;
	}
	
	#partners h2{
		font-size: 27px;
	}
}

@media (max-width: 920px) {
/* __________ Menu __________ */
	a.menu_toggler {display:inline-block; float:right; margin: 34px 10px 0 20px; width:40px; height:37px; text-align:center; line-height:38px; font-size:23px; color:#fff; background-color:#795957;}
	a.menu_toggler:hover {background-color:#333;}
	
	.navmenu {position:absolute; left:0; top:109px; background-color:#fff;}
	.navmenu ul {padding:10px 0;}
	.navmenu ul li {display:block; text-align:left;}
	.navmenu ul li a {    padding: 0px;}
	
	.sub-menu ul {display:block; position:static; width:100%; box-shadow:none; padding:0; margin:0;}
	.sub-menu ul:before {display:none !important;}
	.navmenu li.sub-menu:hover, .navmenu li.sub-menu.active_page {background:none;}
	.sub-menu ul li a {background:none; border:0; padding-left:30px;}
	.sub-menu ul li a:hover, .sub-menu ul li.active a {background:none !important; color:#333 !Important;}
	.sub-menu ul li a:before {content:'-'; position:absolute; z-index:10; left:17px; top:4px; color:#666;}
	
	.menu_block{
		height: 110px;
		background: #fff;
	}
	.menu_block .container.clearfix {
		padding-top: 0px;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.navmenu ul li a {
		font-size: 13px !important;
	}
	.dropdown-item > a {
		padding: 4px 5px!important;
		font-size: 9.6px!important;
	}
	.open>.dropdown-menu {
		display: 	contents;
	}
	.dropdown-item > a {
		font-size: 11px !important;
	}
	.row.shirit {
		margin-left: 0px;
	}
	.head-certifications > .box > a {
		font-size: 9.5px!important;
		background-color: #dfd4be;
		margin: 34px 10px 0 20px;
		padding: 0px 15px;
	}
	.head-certifications {
		height: 0px; 
		background-color: none;
		text-align: center;
	}
	
}

@media (max-width: 767px) {
	#button-close-in-modal{
		display:none;
	}
	.section-extra-2 .half_section_background {
		background-color: #dfd4be;
		padding-top: 3vh;
		padding-left: 25px;
		padding-right: 25px;
	}
	#openModal12 .half_section_background {
		background-color: #dfd4be;
		padding-top: 5vh !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	#openModal13 .content-modal .container-fluid .row .stock_managment_text {
		padding: 12px 25px !important;
		left: 0px;
	}
	.equal {
	  display: block;
	  flex-wrap: no-wrap;
	}
		
	div.pp_default .pp_close {
		right: 20px !important;
	}	

	.production_slider .owl-prev{
		left: 17px;
	}
	.production_slider .owl-next{
		right: 0px;
	}

	.stock_managment_slider .owl-prev{
	    left: 17px;
	}
	.stock_managment_slider .owl-next{
	    right: 0px;
	}

	.sampling_capacity_slider .owl-prev{
	    left: 17px;
	}
	.sampling_capacity_slider .owl-next{
	    right: 0px;
	}
	

	#quality-controll-img-container img {
		height: auto !important;
	}
	
	#about-us-img-container img {
		height: auto !important;
	}
	
	#start-up-img-container img {
		height: auto !important;
	}
	
	#about .half_section_background {
		padding: 30px 30px !important;
	}
	
	#quality-controll .half_section_background {
		padding: 30px 30px !important;
	}
	
	#start-up .half_section_background {
		padding: 30px 30px !important;
	}

	.section-extra-1 .half_section_background {
		background-color: #dfd4be;
		padding: 30px 30px !important;
		min-height: auto;
	}
	
	.section-extra-1 .mobile_half_section_img {
		min-height: auto !important; 
	}

	#production .half_section_background {
		background-color: #dfd4be;
		padding: 5px 20px !important;
	}
	#careers .half_section_background {
		background-color: #dfd4be;
		padding: 5px 20px !important;
	}
	#stock_management .half_section_background {
		background-color: #dfd4be;
		padding: 30px 30px !important;
	}
	
	#start-up .half_section_background {
		background-color: #dfd4be;
		padding: 30px 30px !important;
		min-height: auto;
	}
	
	#sampling-capacity .half_section_background {
		background-color: #dfd4be;
		padding: 30px 30px !important;
		min-height: auto;
	}
	
	.section-extra-1 .mobile_half_section_img{
		min-height: 450px;
	}
	
	
	#production .half_section_img{
		background-size: 100% 100%;
	}
	
	#stock_management .half_section_img{
		background-size: 100% 100%;
	}
	
	#start-up .mobile_half_section_img{
		min-height: auto;
	}
	
	#start-up .half_section_img{
		background-size: 100% 100%;
	}
	
	#section-extra-3 .mobile_half_section_img{
		min-height: 450px;
	}
	
	#section-extra-3 .half_section_img{
		background-size: 100% 100%;
	}
	
	.container {padding-left:15px; padding-right:15px;}
	
	
	h2 {font-size:30px; line-height:32px;}
	
	
	.logo a {font-size:22px;}
	
	
	#search-form input:focus {width:42px;}
	



/* __________ Index __________ */
	.cleancode_block p.title {font-size:40px; line-height:40px;}
	.cleancode_block span {font-size:15px; line-height:22px;}
	.cleancode_block .nav-tabs {margin:0 auto; width:450px;}
	.cleancode_block .nav-tabs li a {width:190px; height:120px; padding-top:24px;}
	.cleancode_block .nav-tabs li a i {width:45px; height:45px;}
	.cleancode_block .nav-tabs li a span {font-size:13px;}
	.cleancode_block .nav-tabs li a i {background-position:0 -45px;}
	.nav-tabs li a:hover i {background-position:0 -90px; transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
	.nav-tabs li.active a i {background-position:0 0; transform:translateY(-10px); -o-transform:translateY(-10px); -ms-transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	
	
	.ipad_img_in {width:350px; margin:0 auto;}
	.purpose_block .ipad_img1 {margin-top:40px;}
	.purpose_block p {font-size:12px; line-height:20px;}
	
	
	.work_item a.zoom {width:40px; height:24px; margin-left:-13px;}
	.work_item:hover a.zoom {
		bottom: calc( 50% - 10px );
	}
	
	
	.our_clients .row {text-align:center; margin:0 auto; width:450px;}
	.client_img {width:140px; display: inline-block;float: left;}
	.img_wrapper {width:110px !important;}
	
	
	.post_item_img a.link {width:40px; height:24px; margin:0 0 -12px -20px;}
	.post_item_img a.link:hover {background-position:0 -24px;}
	.post_item_content a.title {font-size:15px; line-height:20px;}
	.post_item_content {padding-top:15px;}
	.post_item_inf a {font-size:12px; padding-right:5px;}
	.post_item_inf li {padding-right:5px;}
	
	
	.owl-theme .owl-controls {top:-69px;}
	.testimonials .owl-theme .owl-controls {top:-49px;}
	.owl-theme .owl-controls .owl-buttons div {width:50px; height:50px;}
	.owl-theme .owl-controls .owl-buttons div:before {width:48px; height:48px; line-height:46px;}
	
	
	.crewman_item .crewman_social a {width:36px; height:36px; margin:0 2px 0 5px; font-size:17px; line-height:34px;}
	.crewman_item:hover .crewman_social {bottom:30px;}
	
	
	.testim_content {font-size:17px; line-height:24px;}
	
	
	
	#news .recent_posts {width:450px; margin:0 auto;}
	
	
/* __________ Blog __________ */
	.blog_post_descr hr {margin:15px 0;}
	
	.blog_post_img {width:200px; height:157px; margin-right:20px;}
	.blog_post_title {font-size:19px; line-height:22px;}
	.blog_post_descr hr {clear:both; border:0;}
	.blog_post_content {font-size:14px; line-height:22px;}
	.blog_post_info li a {font-size:13px;}
	.blog_post_info li {padding-right:15px;}
	.blog_post_info li:before {right:6px;}
	.blog_post_content {padding-top:20px;}
	
	.pagination li {width:40px; height:40px;}
	.pagination li a {font-size:16px; line-height:38px;}
	.pagination li.active a, .pagination li a:focus, .pagination li a:hover {font-size:18px;}
	
	
	.single_blog_post_title{font-size:44px; line-height:50px;}
	
	
/* __________ Single Blog Post __________ */
	.single_blog_post_date {margin:0;}
	.single_blog_post_title {font-size:26px; line-height:32px;}
	
	.comment_note {padding:0 0 20px;}
	
	

/* __________ Sidebar __________ */
	.widget_meta li a {font-size:17px; line-height:20px;}
	
	.post_item_img_widget{width:220px; height:146px; float:left; margin-right:30px;}
	.post_item_content_widget a.title {font-size:16px; line-height:20px;}

	
	
	

/* __________ All Styles __________ */
	.breadcrumbs_block {padding:40px 0;}
	.breadcrumbs_block h2 {font-size:50px; line-height:54px;}
	.breadcrumbs_block p {font-size:16px; line-height:20px;}


/* __________ Footer __________ */
	footer {position:static; left:auto; bottom:auto; transform:none; -webkit-transform:none;}
	
	
	.map_hide {margin:0; left:auto; right:15px;}
	
	
	.respond_clear {clear:both; height:0; font-size:0;}
	
	
	
	
	
	
	#fullResImage{
		min-width: 100% !important;
		height: auto !important;
	}
	
	.pp_pic_holder{
		width: 100% !important;
		left: 0 !important;
	}
	
	.pp_content{
		width: 100% !important;
	}
	
	.pp_hoverContainer{
		height: auto !important;
		width: 100% !important;
		bottom: 0 !important;
	}
	
	.pp_fade{
		position: relative !important;
	}
	
	.pp_gallery {
		margin-left: 0px !important;
		right: 13% !important;
		left: 13% !important;
	}
	
	.pp_gallery > div {
		min-width: 100% !important;
	}
	
	/* __________ Dropdown __________ */
	
	.box > .modal > .content-modal {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		background: white;
		width: 100%;
		height: 100vh!important;
		overflow: auto;
		margin-top: 0px; 
		position: absolute;
		z-index: 9999999999;
	}
	.close {
		position: absolute;
		z-index: 9999999999;
		width: 35%;
		height: 7%;
		text-align: center;
		padding-top: 5px;
	}
}

@media (max-width: 479px) {

	#search-form {display:none;}
	
	
/* __________ Index __________ */
	h2 {font-size:26px; line-height:26px;}
	
	
	.purpose_block .btn {padding:10px; margin:10px 5px 0 0;}
	
	
	.cleancode_block p.title {font-size:26px; line-height:26px;}
	.cleancode_block .nav-tabs {width:290px;}
	.cleancode_block .nav-tabs li {padding:0;}
	.cleancode_block .nav-tabs li a {width:145px; height:96px;}
	
	.cleancode_block .nav-tabs li:nth-child(3) {padding:0;margin-top: 30px;}
	.cleancode_block .nav-tabs li:nth-child(4) {padding:0;margin-top: 30px;}
	
	.ipad_img_in {width:290px;}
	
	
	.our_clients .row {width:290px;}
	
	
	.testimonials .owl-theme .owl-controls {top:0;}
	
	
	#news .recent_posts {width:290px;}
	
/* __________ Blog __________ */
	.blog_post_img {float:none; margin:0 0 20px; width:290px; height:227px;}
	.blog_post_descr hr {border-bottom:2px solid #e9e9e9;}
	.blog_post_content {padding-top:0;}
	
/* __________ Single Blog Post __________ */
	.single_blog_post_title {font-size:17px; line-height:22px;}
	.single_blog_post_content {font-size:13px; line-height:20px;}

	
	
/* __________ Sidebar __________ */
	.post_item_img_widget {float:none; margin-right:0;}
	


/* __________ Bootstrap Style __________ */
	.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {float: left;}
	.col-ss-12 {width: 100%;}
	.col-ss-11 {width: 91.66666666666666%;}
	.col-ss-10 {width: 83.33333333333334%;}
	.col-ss-9 {width: 75%;}
	.col-ss-8 {width: 66.66666666666666%;}
	.col-ss-7 {width: 58.333333333333336%;}
	.col-ss-6 {width: 50%;}
	.col-ss-5 {width: 41.66666666666667%;}
	.col-ss-4 {width: 33.33333333333333%;}
	.col-ss-3 {width: 25%;}
	.col-ss-2 {width: 16.666666666666664%;}
	.col-ss-1 {width: 8.333333333333332%;}

}

@media (max-width: 390px) {
	
		
	.projects_slider{
		padding: 0px !important;
	}
	.projects_slider .owl-controls{
		top: calc( 50% - 20px );
		height: 0px;
	}
	.projects_slider .owl-buttons div{
		border: none !important;
	}
	.projects_slider .owl-buttons{
		height: 0px;
	}
	.projects_slider .owl-prev{
		float: left;
	}
	.projects_slider .owl-prev:before{
		text-shadow: 1px 1px 5px #000;
	}
	.projects_slider .owl-next:before{
		text-shadow: 1px 1px 5px #000;
	}

}

@media (min-width: 768px){
	.menu_block .container {
		max-width: 900px;
	}	
	.navmenu ul li a{
		font-size: 9.5px;
	}
	#newsletterModal .modal-dialog{
		position: absolute !important;
		left: calc( 50% - 300px ) !important;
		top: 10% !important;	
	}
	
	
}

@media (min-width: 992px){
	.menu_block .container {
	/*	max-width: 990px; */
		max-width: none; 
	}
	.navmenu ul li a{
		font-size: 10.5px;
	}
	.purpose_block .ipad_img1 {
		padding: 49px 0 1px;
		max-width: none;
	}
	.mobile-image{
		display: none;
	}
	
	#production .half_section_background:nth-child(2){
		padding-top: 0px !important;
	}
	
	
	#production .stock_managment_text{
		padding-top: 30px !important;
	}
	#careers .half_section_background:nth-child(2){
		padding-top: 0px !important;
	}
	
	
	#careers .stock_managment_text{
		padding-top: 30px !important;
	}
	
	#sampling-capacity .half_section_background{
		min-height: auto !important;
	}
	
	#sampling-capacity{
		min-height: calc( 100vh - 110px);
	}
	
	#quality-controll .half_section_background{
		height: calc( 100vh - 110px ) !important;
	}
	#quality-controll .half_section_background {
		padding: 25px 100px 125px 100px;
	}
	#quality-controll-img-container img {
		object-fit: cover;
		height: calc( 100vh - 110px ) !important;
	}
	
	#about-us-img-container {
		height: 100% !important;
	}
	
	#about-us-img-container img {
		object-fit: cover;
		height: 100% !important;
	}
	
	#start-up-img-container img {
		object-fit: cover;
		height: calc( 100vh - 110px ) !important;
	}
	
	
	.half_section_background {
		min-height: calc( 100vh - 110px) !important;
	}
	#production .production_text {
		padding-top: 15px;
	}
	#careers .production_text {
		padding-top: 15px;
	}
	#production .modal_text_StockManagment{
		min-height: calc( 75vh - 55px) !important;
	}
	#production .half_section_background {
		min-height: calc( 48vh - 55px) !important;
	}
	#production .modal_text_StockManagment{
		min-height: calc( 75vh - 55px) !important;
	}
	
	#careers .half_section_background {
		min-height: calc( 75vh - 55px) !important;
	}
	#stock_management .half_section_background {
		min-height: calc( 48vh - 55px) !important;
	}
	
	.cleancode_block{
		min-height: calc( 100vh - 110px);
	}
	
	.production_slider img.mobile {
		display:none;
	}
	
	.stock_managment_slider img.mobile {
		display:none;
	}
	
	#partners {    
		min-height: calc( 100vh - 110px) !important;
	}
	
	#production .production_slider .owl-item img {
		object-fit: cover;
		height: calc( 100vh - 110px) !important;
		width: 100%;
	}
	
	#stock_management .stock_managment_slider .owl-item img {
		object-fit: cover;
		height: calc( 100vh - 110px) !important;
		width: 100%;
	}
	
	#sampling-capacity .sampling_capacity_slider .owl-item img {
		object-fit: cover;
		    height: calc( 80vh) !important;
		width: 100%;
	}
}

@media (min-width: 1200px){

	.menu_block .container {
	/*	max-width: 1180px;*/
		max-width: none !important;
	}	
	
	.navmenu ul li a{
		font-size: 13.2px;
		padding: 45px 9px;
	}
	#quality-controll {
		height: auto !important;
	}
	
	#quality-controll img{
		height: calc( 100vh - 110px ) !important;
		width: 100%;
	}
	
	#quality-controll .half_section_img{
		padding-top: calc( 100vh - 875px);
	}
	
	#quality-controll img{
		height: calc( 100vh - 110px ) !important;
		width: 100%;
	}
	
	#quality-controll .half_section_img{
		padding-top: calc( 100vh - 875px);
	}
	
	#partners .projects_slider .work_item img{
		height: calc( 100vh - 272px );
		object-fit: cover;
		width: 100%;
	}
	
	footer {    
		min-height: calc( 100vh - 110px) !important;
	}
	
	footer #map{    
		height: calc( 50vh - 55px) !important;
	}
	
	footer .container-fluid{    
		min-height: calc( 50vh - 55px) !important;
	}
	
	footer .building-img-desktop{    
		min-height: calc( 50vh - 55px) !important;
	}
	
	.contact-container {
        margin-top: 30px;
    }
}

@media (min-width: 1250px){
	
	.contact-container {
        margin-top: 30px;
    }
}

@media (min-width: 1270px){
	
	.contact-container {
        margin-top: 30px;
    }
}

@media (min-width: 1300px){
	
	.menu_block .container {
		max-width: 1400px;
	}
	
	.navmenu ul li a{
		font-size: 13.5px;
	}
	
	#quality-controll .half_section_img{
		padding-top: 0;
	}
	
	section#quality-controll{
		height: auto !important;
	}
	
	#supportive-functions #myTabContent{
		padding-top: calc( 100vh - 900px);
	}
	
	#about .half_section_background{    
		min-height: calc( 100vh - 110px) !important;
	}
	
	.contact-container {
        margin-top: 30px;
    }
}

@media (min-width: 1350px){
	
	.contact-container {
        margin-top: 30px;
    }
}

@media (min-width: 1400px){
	
	.contact-container {
        margin-top: 60px;
    }
}


@media (max-width: 1200px) and (min-width: 1051px) {
	#logo-img {
		margin-top: 9px !important;
		width: 110px !important;
		margin-left: 87px !important;
		margin-top: 17px !important;
	}
}

@media (max-width: 1051px) {
	#logo-img {
		margin-top: 9px !important;
		width: 110px !important;
		margin-left: 18px !important;
		margin-top: 17px !important;
	}
}


@media (max-width: 1300px) and (min-width: 1200px) {
	#logo-img {
		margin-top: 9px !important;
		width: 110px !important;
		margin-left: 87px !important;
		margin-top: 17px !important;
	}
}


@media (min-width: 992px) and (max-height: 660px) {
	#about .half_section_background {
		padding: 60px 100px 115px 100px !important;
	}
	
	#quality-controll .half_section_background {
		padding: 60px 100px 125px 100px !important;
	}
}





























