
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: 'Goudy Old Style';
    src: url('fonts/GOUDOS.eot');
    src: url('fonts/GOUDOSd41d.eot?#iefix') format('embedded-opentype'),
    url('fonts/GOUDOS.woff2') format('woff2'),
    url('fonts/GOUDOS.woff') format('woff'),
    url('fonts/GOUDOS.html')  format('truetype'),
    url('fonts/GOUDOS.svg#Goudy Old Style') format('svg');
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
img{height: 100%} 
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
.widget-title{color: #0ECE61}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.siteorigin-widget-tinymce p{margin: 0px}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}





/*=======================
Custom style
=========================*/

/*============================
Plummy text
=============================*/
 body{text-align: justify;  font-family: 'Goudy Old Style' !important;}
h1, .h1 {
    font-size: 3vw;
}
h2, .h2 {
    font-size: 2vw;
}
.parallax-mirror {
    z-index:1
}
.parallax-window {    
    background: transparent;
}
.plummy_stroke {
  height: 25vw;
 
}
#plummy_stroke{  padding-top: 15px;}
.plummy_stroke {
   
  background-size: .12em 100%;
  font: 12em/1 Arial;
  position: relative;
  
}

.text--line {
  font-size: .5em;
}

svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.text-copy {
  fill: none;
  stroke: white;
  stroke-dasharray: 7% 28%;
  stroke-width: 3px;
  -webkit-animation: stroke-offset 9s infinite linear;
          animation: stroke-offset 9s infinite linear;
}
.text-copy:nth-child(1) {
  stroke: #e80009;
  stroke-dashoffset: 7%;
}
.text-copy:nth-child(2) {
  stroke: #e80009;
  stroke-dashoffset: 14%;
}
.text-copy:nth-child(3) {

  stroke: #e80009;
  stroke-dashoffset: 21%;
}
.text-copy:nth-child(4) {
  stroke: #e80009;
  stroke-dashoffset: 28%;
}
.text-copy:nth-child(5) {
  stroke: #e80009;
  stroke-dashoffset: 35%;
}

@-webkit-keyframes stroke-offset {
  50% {
    stroke-dashoffset: 35%;
    stroke-dasharray: 0 87.5%;
  }
}

@keyframes stroke-offset {
  50% {
    stroke-dashoffset: 35%;
    stroke-dasharray: 0 87.5%;
  }
}




body{background: #fff;color: #A0A0A0; letter-spacing: .1px;}
.aboutus,#management,.compliance{color: #fff}

.home section:first-child{padding-top: 0;margin-top: 0} 
section#slider-wrap{margin-top: 0} 
section{padding-top: 50px;position: relative;    overflow: hidden;padding-bottom: 50px;}
h1,h2,h3,h4{       margin-top: 0;
    margin-bottom: 20px;}
.navbar-brand{height: auto}
 

 img{    width: 100%;}
.navbar-nav {
    float: right;  
         margin-top: 18px;   
}
.nav_pad .navbar-nav{margin-top: 5px;}
.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    /*margin-top: 30px;*/
}
.header_main{position: relative; z-index: 9999;}
.navbar-brand {   
    padding: 5px;
   
} 


.down{text-align: center;
    border-radius: 100px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    border: .2rem solid #0ECA5F;
    width: 35px;
    height: 60px;display: none;}
.down:before{content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    background: url(../img/arrow_down.html)no-repeat;
    background-size: 100%;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;}
.down:after{}	
	
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{color: #e80009 !important;}
	
.navbar-brand h1,
.slogan h1
{
	margin: 0
}
.navbar-brand h1 strong,
.slogan h1 strong 
{
	color: #e80009;font-family: 'Orbitron', sans-serif
} 	
.navbar-brand h1 strong small,
.slogan h1 strong small
{
	color: #fff;font-family: 'Orbitron', sans-serif
} 	
	
 
 
 .intro i{float: left;
display: block;
padding: 64px;
}
 .intro i:before{border: 1px solid rgb(143, 226, 226);
transform: rotate(45deg);}
/*.navbar-nav li a{position: relative;color: #fff !important;padding: 6px 8px}*/
.navbar-nav li a{position: relative;color: #fff !important;padding: 6px 50px}
.nav_pad .navbar-nav li a{padding: 20px 50px}
.navbar-nav li a:after{ display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 3px;
  background-color: #fff;
  content: "";
  transition: width 0.5s; }
  .navbar-inverse .navbar-brand{width: 225px;max-width: 225px; min-width: 100px;transition: width 300ms; padding-top: 15px; padding-bottom: 10px}
 .navbar-inverse .navbar-nav > li.active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #e80009;
   
} 
.navbar-inverse {
    background-image: none; 
    background-color: transparent;
    border-color: transparent;
	background: #222;
   
}

 .navbar-inverse .navbar-nav > li > a:focus{color: #9d9d9d; outline: none}
 nav{ padding: 0px 0px;transition: all 500ms ease 0ms} 
 .nav_pad {
    padding: 5px 0px !important;
        background: rgba(51, 51, 51, 0.88);
        margin-top: 0px;
}
 
.navbar-header{margin-left: 1vw;}
.navbar-nav li.current-menu-item a,.navbar-nav li a:hover:after  {width: 100%;}

.navbar-nav li.current-menu-item a{color: #e80009 !important;
background: transparent none repeat scroll 0% 0% !important;
  } 
.navbar-default .navbar-nav>li>a {font-size: 12px;
    font-weight: 700;
    font-family: 'Goudy Old Style';
    color: #fff;
    letter-spacing: 0.1em;
    }
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	
    color: #e80009;
    
} 

/*====================================================
 
 About

====================================================*/
h2{color: #e80009;}
.about_con{padding-bottom: 10px }
.about_con p{
    font-size: 17px;
}
.intro p{
    font-size: 16px;
}
intro
#aboutus{text-align: left;padding-bottom: 50px;}
#aboutus h2{text-align: center}
.why_we_r{background: url(img/Picture1.jpg) no-repeat center top / 100% transparent;
    height: 55.33vw;    
    position: relative;
       
overflow: hidden;} 
.page-why-the-best #why_we_r{padding-top: 0px}
.home .we_r_best, .home .we_r_best p {
    text-align: center;
    color: #000;
    font-size: 17px;
}
.page-why-the-best .we_r_best,.page-why-the-best .we_r_best p{ text-align: left;}
.page-why-the-best .we_r_best{    text-align: left; }
.gbc{    float: left;
        margin-left: 4.5vw;
             
     }
 .about_con .continue{display: none}    
.single_num.reduction_energy{background-image: url(img/certified_num2.png)}	 
.single_num.reduction_water{background-image: url(img/reduction_water.png)}	 
.single_num.reduction_carbon{background-image: url(img/reduction_carbon.png)}	 
.item_img{ 
background-repeat: no-repeat;
background-position: center top;
background-size: 100%;
background-color: transparent;
background-attachment: scroll;
 height: 7.6vw;
 margin-top: -1em;
 max-height: 87px;}
 .slide_gbc .single_num{min-width: 120px;}
.single_num{width: 22vw;text-align: left;
  max-width: 252px; }
.per_count{  
    color: #fff;
    text-align: left;     
    margin-left: 3vw;
line-height: 9vw;
font-size: 2.5vw;
}  


.home #why_we_r {text-align: center;padding-bottom: 0px !important;padding-top: 0 !important}
#why_we_r  h2{text-align: center}
.sutainable{background: url(img/certified_logo7.png) no-repeat center top / 100% transparent;}
.waterefficiency{background: url(img/water_efficiency.png) no-repeat center top / 100% transparent;}
.energy{background: url(img/certified_logo6.png) no-repeat center top / 100% transparent;}
.material{background: url(img/certified_logo5.png) no-repeat center top / 100% transparent;}
.indoor{background: url(img/certified_logo4.png) no-repeat center top / 100% transparent;}
.innovation{background: url(img/certified_logo3.png) no-repeat center top / 100% transparent;}
.regional{background: url(img/certified_logo2.png) no-repeat center top / 100% transparent;}
.leed{background: url(img/certified_logo1.png) no-repeat center top / 100% transparent;}
.cquality{position: absolute;
left: 0;
bottom: 1vw;    width: 100%;}
.single_quality{
    height: 12.6vw;
    float: left;
    width: 12.29vw;
    max-width: 180px;
    max-height: 180px;
    font-size: 2vw;
    color: #fff;
    font-weight: 700;
    position: relative}
.count_numb{position: absolute;
    left: 1.3vw;
    top: 4vw;}    
.single_quality:last-child{float: right}








      


/*===========================================================================
   
     Environment css
  
==========================================================================*/
 
.more{    text-align: right; 
    padding: 30px 10px 10px 10px;    overflow: hidden;}	
 .environment{    background: rgba(10, 62, 153, 0.40) none repeat scroll 0% 0%;
    text-align: center;
    clear: both;
    overflow: hidden;
         }  
.environment .we_r_best{margin-bottom: 30px;}		 
.environment p ,.compliance p{    text-align: justify;
    word-spacing: -2px;}		 
.environment a, .compliance a{color: #0FC85F;
    font-size: 1.7vw;display:block;text-decoration: none;}	
.environment .continue, .compliance .continue    {    float: right;font-size: 12px}
.environment .tab_nav_name{}	
.environment .icon, .compliance .icon, .post_archive .icon, .archive_content_head .icon{font-size: 5vw; color: #0ECE61;}    
   .tab_con_col{border-left: 1px solid rgb(228, 228, 228);
border-right: 1px solid rgb(228, 228, 228);
margin-top: 30px;} 
 
 /*===========================================================================
 		Owl Carousel
   ============================================================================*/  
html, body {
    height: 100%;
	
}

.owl-stage-outer {
    height: 100% !important;    
}

.owl-stage {
     height: 100%;   
}

.owl-item {
    height: 100%;
}

#slider-wrap .
 {
    height: 100%;
}

.owl-item h1 {
    margin: 0;
    font-weight: 700;
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px;

	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	border: 1px solid transparent;

}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	background: transparent;
	border: 1px solid #000;

	width: 12px;
	height: 12px;

	margin-bottom: 4px;
}

.owl-theme .owl-controls{
	position: absolute;
    z-index: 100;
    bottom: 250px;
    text-align: center;
    right: 0;
}
/*.owl-theme .owl-controls {*/
	/*position: absolute;*/
	/*z-index: 100;*/
	/*bottom: 170px;*/
	/*!* text-align: center; *!*/
	/*right: 0;*/
	/*margin: 0 auto;*/
	/*display: block;*/
	/*text-align: center;*/
/*}*/


.owl-carousel .owl-wrapper-outer{height: 100% !important}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item{height: 100% !important}
.slider-wrap{height: 22vw; padding: 0;    border-bottom: 5px solid #0ECE61;}
.home .slider-wrap{    border-bottom: 0px solid #0ECE61;}
.home .slider-wrap{height: 100%; }
 
.slide_gbc.gbc{position: absolute;
    z-index: 99;
    right: 3vw;
    top: 10vw;}
.slide_gbc .item_img{margin-top: -2vw;
min-height: 43px;}
#slider-wrap .item:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0; background: rgba(0,0,0,.3)}
.slidecap_con p{margin: 0} 
 
.plummy_compliance-shower-facility{background: #E4EFF4;} 
 
.plummy_compliance-shower-facility .shower img{height: 320px;}
#slider-wrap .item{      
    position: relative;
  height: 100%!important;
  background-size: cover;
  background-position: center 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
}
#slider-wrap .slider_caption{ 
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 2;
    left: 0;
    color: #fff;
   }
.home #slider-wrap .slider_caption{ 
   text-align: center;
color: #FFF;
z-index: 2;
height: 100px;
width: 70%;
position: relative;
bottom: 120px;
margin: 0 auto}
#slider-wrap .slider_caption h2{    margin-top: 5px;
    margin-bottom: 5px;    color: #fff;}   
#slider-wrap .slider_caption span.glyphicon{ margin-top: 30px;
    background: #0ECE61;
    padding: 10px;
    font-size: 25px;}   

#slider-wrap .slider_caption a.buy {color: #000;
    border: 1px solid #0ECE61;
    padding: 10px;
    display: block;
    width: 100px;
    margin: 0 auto;
    text-decoration: none;}
#slider-wrap .slider_caption_wrapper{
   text-align: left;
left: 0px;
position: absolute;
right: 0px;
margin: auto;
 
}    
#slider-wrap .slidecap_head{padding-right: 30px;
    position: relative;
    margin-right: 30px;}	
#slider-wrap .slidecap_head:before{content: ""; position: absolute; width: 1px; height: 100%; background: #fff; top: 0; right: 0}	
.home #slider-wrap .slidecap_head:before{content: ""; position: absolute; width: 1px; height: 100%; background: #fff; top: 0; right: 0}	
#slider-wrap .slidecap_con {font-size: 1.5vw;
    }
	
/*====================================
End carousel

======================================*/	
	
	
#services { text-align: center;}	
#services .icon{font-size: 70px}	
.down span{font-size: 3.5em;
    color: #0ECE61;
    font-weight: normal;}
#management{padding: 100px 0px;}	
 
#management .read_more{}

/*====================================
gallery

======================================*/	
figure.effect-jazz{background: transparent} 
.g_wrapper{padding-bottom: 50px} 
#gallery{    
    margin: 0 auto;      
    position: relative;
    width: 83.7%;
    max-width: 1170px;
}
 
.con_head{text-align: center;    padding-bottom: 50px;    color: #0ECE61}
.con_head  h2{  position: relative;display: inline;    padding-bottom: 5px;}
/*.con_head  h2:after{content: ""; position: absolute; bottom:0; left: 0;width: 100%;height: 1px; background: #0ECE61} */
 
.cols{
    -moz-column-count:4;
    -moz-column-gap: 10px;
    -webkit-column-count:4;
    -webkit-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
}
.box{
    display: block;    
    margin-bottom: 10px;
	position: relative;
    -webkit-transition-property: left,right,top;
    -moz-transition-property: left,right,top;
    -ms-transition-property: left,right,top;
    -o-transition-property: left,right,top;
    transition-property: left,right,top;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
	    cursor: pointer;
}
.box span{content: ""; position: absolute; width: 100%; height: 100%;right: 0; top: 0; background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);opacity: .3; transform: scale3d(0,0,0);transition: all 0.35s;
    z-index: 99
}
.box:hover > span{transform: scale3d(1.05,1.05,1)}
.box img{transition: transform 0.35s;}
.box:hover > img{transform: scale3d(1.05,1.05,1);}

.gall_icon{position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 14%;
    height: 3vw;
    right: 0;
    color: #fff;
	transform: scale3d(0,0,0);transition: transform 0.35s;    z-index: 9999}
/*.gall_icon a{transform: scale3d(0,0,0);transition: transform 0.35s;}	*/
.box:hover > .gall_icon {transform: scale3d(1,1,1);}
.gall_icon a{color: #fff;font-size: 2.3vw;}	
.box.one{
    height: 200px;
    background-color: #d77575;
}
.box.two{
    height: 300px;
    background-color: #dcbc4c;
}
.box.three{
    background-color: #a3ca3b;
    height: 400px;
}   
.box.four{
    background-color: #3daee3;
    height: 500px;
}
.box.five{
    background-color: #bb8ed8;
    height: 600px;
}
.box.six{
    background-color: #baafb1;
    height: 200px;
}

 .view_more{text-align: center;}
 .read_more{text-align: right;}
 .view_more, .read_more{      
    text-decoration: none;
    font-size: 20px;
    color: #e80009;}
	
.view_more:hover, .read_more:hover{text-decoration: none; color: #b02b30}

/*=========================
Compliance
============================*/
.owl-theme .owl-controls .owl-buttons [class*=owl-] {
    color: #fff;
    font-size: 30px;
    margin: 5px;
    padding: 0 10px 0 10px;
    display: inline-block;
    cursor: pointer;
    /*background: #333;*/
}
#compliance{ text-align:center;padding-bottom: 100px;} 
.compliance_content	{margin-top: 50px;} 
.compliance-carousel{height: 25vw;}
.compliance-carousel .item-1{
       
    position: relative;
  height: 100%!important;
  background-size: cover;
}
#compliance h2{text-align: center;    color: #0ECE61;}
.compliance .slidecap_head h3{margin: 10px 0;}
.compliance .slidecap_head  {margin-bottom: 10px;}
 .compliance-carousel .item-2 {
      background: url("../../../../lukaszradwan.com/bg-img.html") no-repeat center center;
    position: relative;
  height: 100%!important;
  background-size: cover;
}

.compliance-carousel .item-3 {
      background: url("../../../../lukaszradwan.com/bg-img.html") no-repeat center center;
    position: relative;
  height: 100%!important;
  background-size: cover;
}

.compliance-carousel .item-4 {
      background: url("../../../../lukaszradwan.com/bg-img.html") no-repeat center center;
    position: relative;
  height: 100%!important;
  background-size: cover;
}
.compliance-carousel .slider_caption{position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 2;
    left: 0;
    top: calc(55% - 252px/2);
    color: #fff}
.compliance-carousel .slider_caption h2{    margin-top: 5px;
    margin-bottom: 5px;}   
.compliance-carousel .slider_caption span.glyphicon{ margin-top: 30px;
    background: #0ECE61;
    padding: 10px;
    font-size: 25px;}   

.compliance-carousel .slider_caption a.buy {color: #000;
    border: 1px solid #0ECE61;
    padding: 10px;
    display: block;
    width: 100px;
    margin: 0 auto;
    text-decoration: none;}
.compliance-carousel .slider_caption_wrapper{
    overflow: hidden;
    margin: 0 auto;
    width: 55%;
    text-align: left;
}    
.compliance-carousel .slidecap_head{padding-right: 30px;
    position: relative;
    margin-right: 30px;}	
.compliance-carousel .slidecap_head:before{content: ""; position: absolute; width: 1px; height: 100%; background: #fff; top: 0; right: 0}	
.compliance-carousel .slidecap_con {font-size: 16px;
    margin-top: 10px;}
	
    
/*================================
Management
==================================*/    
.intro{padding-bottom: 10px;}    
.intro h1{color: #e80009;}
.align-left{float: left} 
.align-right{float: right} 
.management img{width: 25vw;
    background: #e80009;
    padding: 3px;
    margin-right: 20px;
    margin-bottom: 10px;}
.management h1{    text-align: left;
    display: inline-block;
    color: #e80009;
    margin-bottom: 50px;position: relative}
.management h1:after{    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    background: #e80009;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;}
 .intro .continue{    float: right;
    color: #e80009;
    font-size: 1.7vw;}
/*=========================
Product
===========================*/ 
.grid{overflow: hidden;    padding-bottom: 30px;}#product, #gallery{background:rgba(165, 228, 184, 0.15) none repeat scroll 0% 0%}

/*==============================

Form

================================ */
.cd-form {
  width: 90%;
  max-width: 600px;
  margin: 4em auto;
}
.cd-form::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form fieldset {
  margin: 24px 0;
}
.cd-form legend {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #ecf0f1;
}
.cd-form div {
  /* form element wrapper */
  position: relative;
  margin: 20px 0;
}
.cd-form h4, .cd-form .cd-label {
  font-size: 1.3rem;
  color: #94aab0;
  margin-bottom: 10px;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #CFD9DB;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
  padding: 12px;
  border: 1px solid #cfd9db;   
  border-radius: .25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #0ECE61;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.cd-form .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form .cd-select::after {
  /* arrow icon for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.html") no-repeat center center;
  pointer-events: none;
}
.cd-form select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.cd-form select::-ms-expand {
  display: none;
}
.cd-form .cd-form-list {
  margin-top: 16px;
}
.cd-form .cd-form-list::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form .cd-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
  float: left;
}
.cd-form input[type=radio],
.cd-form input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-form input[type="radio"] + label,
.cd-form input[type="checkbox"] + label {
  padding-left: 24px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="checkbox"] + label::before {
  border: 1px solid #cfd9db;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after {
  border-radius: 50%;
}
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  border-radius: .25em;
}
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::after {
  background-color: #2c97de;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
  display: none;
}
.cd-form input[type="radio"] + label::after {
  /* custom image for radio button */
  background-image: url("../img/cd-icon-radio.html");
}
.cd-form input[type="checkbox"] + label::after {
  /* custom image for checkbox */
  background-image: url("../img/cd-icon-check.html");
}
.cd-form input[type="radio"]:focus + label::before,
.cd-form input[type="checkbox"]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
}
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::after {
  display: block;
}
.cd-form input[type="radio"]:checked + label::before,
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::before,
.cd-form input[type="checkbox"]:checked + label::after {
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}
.cd-form textarea {
  min-height: 140px;
  resize: vertical;
  overflow: auto;
}
#contact{padding-top: 50px;
	background-image: url("../../../innerbanner.jpg") !important;
}.contact_content h1{color: #eb0c14}.contact_content{margin-top: 74px;color: #CFD9DB}
.cd-form input[type="submit"] {
  /* button style */
  border: none;
  background: #eb0c14;
  border-radius: .25em;
  padding: 16px 20px;
  color: #ffffff;
  font-weight: bold;
  float: right;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type="submit"]:hover {
  background: #42a2e1;
}
.cd-form input[type="submit"]:focus {
  outline: none;
  background: #2b3e51;
}
.cd-form input[type="submit"]:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-form [required] {
  background: url("../img/cd-required.html") no-repeat top right;
}
.cd-form .error-message p {
  background: #e94b35;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .25em;
  padding: 16px;
}
.cd-form .error {
  border-color: #e94b35 !important;
}
@media only screen and (min-width: 600px) {
  .cd-form div {
    /* form element wrapper */
    margin: 32px 0;
  }
  .cd-form legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 20px;
  }
  .cd-form h4, .cd-form .cd-label {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .cd-form input[type="text"],
  .cd-form input[type="email"],
  .cd-form textarea,
  .cd-form select {
    padding: 16px;
  }
}

@-webkit-keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes cd-bounce {
  0%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* -------------------------------- 

Custom icons

-------------------------------- */
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
  padding-left: 54px !important;
}
.cd-form .user {
  background: url("img/cd-icon-user.svg") no-repeat 16px center;
}
.cd-form [required].user {
  background: url("img/cd-icon-user.svg") no-repeat 16px center, url("../img/cd-required.html") no-repeat top right;
}
.cd-form .company {
  background: url("img/cd-icon-company.svg") no-repeat 16px center;
}
.cd-form [required].company {
  background: url("img/cd-icon-company.svg") no-repeat 16px center, url("../img/cd-required.html") no-repeat top right;
}
.cd-form .email {
  background: url("img/cd-icon-email.svg") no-repeat 16px center;
}
.cd-form [required].email {
  background: url("img/cd-icon-email.svg") no-repeat 16px center, url("../img/cd-required.html") no-repeat top right;
}
.cd-form .budget {
  background: url("img/cd-icon-budget.svg") no-repeat 16px center;
}
.cd-form .message {
  background: url("img/cd-icon-message.svg") no-repeat 16px 16px;
}
.cd-form [required].message {
  background: url("img/cd-icon-message.svg") no-repeat 16px 16px, url("../img/cd-required.html") no-repeat top right;
}

/* -------------------------------- 

FLoating labels 

-------------------------------- */
.floating-labels div {
  margin: 28px 0;
}
.floating-labels .cd-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1.6rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.floating-labels .icon .cd-label {
  left: 56px;
}
.floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: 1.2rem;
  top: -16px;
  left: 0 !important;
}
@media only screen and (min-width: 600px) {
 .floating-labels legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 16px;
  }
  .floating-labels .cd-label {
    top: 20px;
  }
}




    
    
/*================================
footer

==================================*/
footer{    overflow: hidden;
    padding: 10px 0;
    background: #0e3339;}
.colopon{    height: 51px;
    line-height: 51px;
}	
.social ul{list-style: none;margin-top: 5px;}
.social ul li{display: inline-block;
    width: 3.5vw;
    text-align: center;
    max-width: 40px;}  
.social ul li a{display: block; padding: 5px; color: #e80009 ;    /* background: #000; */
    border-radius: 50%;
    font-size: 2vw;background: #000; transition: all .3s}  
.social ul li a:hover{color: #e80009 ; background: #fff;}
	


/*=======================
Signle 
=========================*/
.single_content{margin-bottom: 50px;position: relative;}
.single_image{max-height: 440px;height: 340px;margin-bottom: 30px}
/* Viewport
/* * * * * * * * * * * * * * * * * * * * */
#slider-wrap{
	position: relative;
	padding-top: 0px;
	width: 100%;
	height: 100%;
	padding-bottom: 0px;

}


 /*=====================
 Archive
=========================*/
 .archive_content_head h2{float: left;
    margin-top: 17px;
    margin-left: 10px;} 
 .archive_content_head .icon{float: left}   
 .archive_content_head {overflow: hidden;margin-bottom: 10px;}   
   
 
.zomm{background-size: 102%;
    }
 .japp-section,
.japp-slide,
.japp-tableCell{
  /*  height: auto !important;*/
}   


    
    
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@media all and (min-width: 1169px){
	.social ul li a{font-size: 20px}
.per_count{
    line-height: 107px;
margin-left: 40px;
font-size: 28px;
  }
  
 .environment a, .compliance a {     
    font-size: 17px;
}
.single_quality {
    font-size: 20px;
     
}
h1, .h1 {
    font-size: 35px;
}

h2, .h2 {
    font-size: 25px;
}

.home #slider-wrap .slider_caption {
   
    width: 50%;
  
}

#slider-wrap .slidecap_con {
    font-size: 16px;
}
#slider-wrap .slider_caption h2{font-size: 20px}
 
}

@media screen and (min-width: 768px) {
  .sidebar-nav{position: fixed; right: 0}
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  

  
}
@media screen and (max-width: 767px) {
	h2, .h2{font-size: 20px;}
	.home .slider-wrap {    height: 75vw;}
	.owl-theme .owl-controls .owl-buttons [class*="owl-"]{font-size: 4vw}
	.navbar {        margin-top: 0px;}
	#slider-wrap .slider_caption h2{font-size: 2vw}
	.environment .icon, .compliance .icon, .post_archive .icon, .archive_content_head .icon{font-size: 40px}
	.environment a, .compliance a{font-size: 14px}
	.compliance .col-md-3, .environment .col-md-3{margin-bottom: 20px}
	h1, .h1 {
    font-size: 22px;
}
.intro {    
    margin-top: 30px;
}
.colopon p{font-size: 2vw}
.social ul {   
    padding: 0px;
}
.social ul li {     
    width: 4.5vw;
    
}
.social{margin-top: 10px;}	
#slider-wrap .slider_caption {
    top: calc(90% - 123px / 2);
}
.home #slider-wrap .slider_caption {
    top: calc(50% - 97vw / 2);
width: 85%
}
#slider-wrap .slider_caption {
    top: calc(50% - 20px / 2);
}
	
	}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
		 
    }
.navbar-collapse,.navbar-fixed-top .navbar-collapse {
    padding-right: 15px;
padding-left: 15px;}
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
		background: rgba(51, 51, 51, 0.88) none repeat scroll 0% 0%;
    }
    .collapsing {
        overflow: hidden!important;
    }
}  


@media screen and (max-width:480px){

	logo img {
		width: 205px;
		max-width: 190px;
		min-width: 100px;
		transition: width 300ms;
		padding-top: 0px;
		padding-bottom: 0px;
		float: left;
		margin-left: 22px;
		margin-right: 12px;
	}
	
	
	.box img{
	    width: 100%;
	    height: 60px !important;
	}
	
	#slider-wrap .slider_caption_wrapper {
	    top: -50px;
    }
    .slidecap_head h1{
        font-size: 22px !important;
    }
    .product-grid6 .product-image6 img {
	width: 100%;
	height: auto !important;

}

.compli-pic img{
    	width: 100%;
	height: auto !important;
}
	
	
	
	
}
@media screen and (max-width:480px){
	
	.slide_gbc .item_img{margin-top: -9.6px}
	.slide_gbc .per_count {
    margin-left: 22px;
    line-height: 52px;
    font-size: 10px;
}
	.about_con p {
		font-size: 17px;
		padding-right: 10px !important;
	}

	.logo img {
		width: 77px !important;
		max-width: 190px !important;
		min-width: 100px;
		transition: width 300ms;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		float: left;
		margin-left: 22px !important;
		margin-right: 12px !important;
	}
.navbar-toggle{padding: 5px 5px;background: rgba(51, 51, 51, 0.88) none repeat scroll 0% 0%;}
 
#slider-wrap .slidecap_head {
    padding-right: 10px; 
    margin-right: 10px;
}

h1, .h1 {
    font-size: 10px;
}
	.home #slider-wrap .slider_caption{height: auto;bottom: 50px;width: 90%}
.home #slider-wrap .slider_caption {
    top: calc(50% - 95vw / 2);
}
 
	
}

/* custom style */

#afp-container {
    overflow: hidden;
    text-align: center;
}

ul#afp-filter {
    margin: 20px auto 10px !important;
}
ul.afp-items {
    /*margin-left: 3% !important;*/
}
ul#afp-filter li {
    padding-right: 10px !important;
    margin-bottom: 25px !important;
}
ul#afp-filter li a {
    padding: 8px 25px;
    border: 1px solid #d4d4d4;
    color: #666;
    text-decoration: none;
}
ul#afp-filter li a:hover {
    background: #0ECE61;
    color: #ffffff;
}
ul#afp-filter li.afp-active-cat a {
    padding: 8px 25px;
    background: #0ECE61;
    color: #fdfdfd;
    border: 1px solid #0cc55c;
}
ul#afp-filter li a, ul#afp-filter li.afp-active-cat a, li.afp-single-item a.colorbox {
    outline: none !important;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    background: none !important;
}
li.afp-single-item {
    padding-bottom: 15px !important;
}

.custom-panel-row-style {
    border-bottom: 15px solid transparent;
    border-image-source: url(../../uploads/2017/02/product-model-border.jpg);    
    border-image-slice: 80;
}



/**/
/********************* Shopping Demo-6 **********************/
.product-grid6,.product-grid6 .product-image6{overflow:hidden}
.product-grid6{font-family:'Open Sans',sans-serif;text-align:center;position:relative;transition:all .5s ease 0s}
.product-grid6:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}
.product-grid6 .product-image6 a{display:block}
.product-grid6 .product-image6 img{width:100%;height:auto;transition:all .5s ease 0s}
.product-grid6:hover .product-image6 img{transform:scale(1.1)}
.product-grid6 .product-content{padding:12px 12px 15px;transition:all .5s ease 0s}
.product-grid6:hover .product-content{}
.product-grid6 .title{font-size:20px;font-weight:600;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid6 .title a{color:#000}
.product-grid6 .title a:hover{color:#ea1822}
.product-grid6 .price{font-size:18px;font-weight:600;color:#2e86de}
.product-grid6 .price span{color:#999;font-size:15px;font-weight:400;text-decoration:line-through;margin-left:7px;display:inline-block}
.product-grid6 .social{background-color:#fff;width:100%;padding:0;margin:0;list-style:none;opacity:0;transform:translateX(-50%);position:absolute;bottom:-50%;left:50%;z-index:1;transition:all .5s ease 0s}
.product-grid6:hover .social{opacity:1;bottom:20px}
.product-grid6 .social li{display:inline-block}
.product-grid6 .social li a{color:#909090;font-size:16px;line-height:45px;text-align:center;height:45px;width:45px;margin:0 7px;border:1px solid #909090;border-radius:50px;display:block;position:relative;transition:all .3s ease-in-out}
.product-grid6 .social li a:hover{color:#fff;background-color:#2e86de;width:80px}
.product-grid6 .social li a:after,.product-grid6 .social li a:before{content:attr(data-tip);color:#fff;background-color:#2e86de;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;border-radius:5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid6 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.product-grid6 .social li a:hover:after,.product-grid6 .social li a:hover:before{opacity:1}
@media only screen and (max-width:990px){.product-grid6{margin-bottom:30px}
}





/*nav*/



logo {
	position: relative;
	z-index: 123;
	padding: 10px;
	font: 18px verdana;
	color: #6DDB07;
	float: left;
	width: 15%
}

.logo a {
	color: #6DDB07;
}


/*nav{position:relative;width:980px;margin:0 auto;}*/

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#cssmenu #head-mobile {
	display: none
}

#cssmenu {
	font-family: sans-serif;
	background: #333
}

#cssmenu>ul>li {
	float: left
}

#cssmenu > ul > li > a {
	padding: 16px 10px;
	font-size: 15px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ddd;
	/* font-weight: 700; */
	font-family: 'Goudy Old Style' !important;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
	color: #fff
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
	/*background: #448D00!important;*/
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #333;
	transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
	left: auto
}

#cssmenu li:hover>ul>li {
	height: 35px
}

#cssmenu ul ul ul {
	margin-left: 77%;
	top: 0;
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 8px 13px;
	width: 200px;
	font-size: 12px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333
}

@media screen and (max-width:1000px) {
	.logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 46px;
		text-align: center;
		padding: 10px 0 0 0;
		float: none
	}
	.logo2 {
		display: none
	}
	nav {
		width: 100%;
	}
	#cssmenu {
		width: 100%
	}
	#cssmenu ul {
		width: 100%;
		display: none
	}
	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid #444
	}
	#cssmenu ul li:hover {
		background: #363636;
	}
	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0
	}
	#cssmenu>ul>li {
		float: none
	}
	#cssmenu ul ul li a {
		padding-left: 25px
	}
	#cssmenu ul ul li {
		background: #333!important;
	}
	#cssmenu ul ul li:hover {
		background: #363636!important
	}
	#cssmenu ul ul ul li a {
		padding-left: 35px
	}
	#cssmenu ul ul li a {
		color: #ddd;
		background: none
	}
	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #fff
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left
	}
	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none
	}
	#cssmenu #head-mobile {
		display: block;
		padding: 40px;
		color: #ddd;
		font-size: 12px;
		font-weight: 700
	}
	.button {
	width: 55px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 20px;
	cursor: pointer;
	z-index: 12399994;
}
	.button::after {
	position: absolute;
	top: 24px;
	right: 20px;
	display: block;
	height: 9px;
	width: 20px;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	content: '';
}
	.button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #ddd;
		content: ''
	}
	.button.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.button.menu-opened:before {
		top: 23px;
		background: #fff;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #444;
		height: 46px;
		width: 46px;
		cursor: pointer
	}
	#cssmenu .submenu-button.submenu-opened {
		background: #262626
	}
	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px
	}
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: ''
	}
	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px
	}
	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff
	}
	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: ''
	}
	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px
	}
	#cssmenu .submenu-button.submenu-opened:before {
		display: none
	}
	#cssmenu ul ul ul li.active a {
		border-left: none
	}
	#cssmenu>ul>li.has-sub>ul>li.active>a,
	#cssmenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none
	}
}

/*.logo img {
	width: 265px;
	max-width: 265px;
	min-width: 100px;
	transition: width 300ms;
	padding-top: 9px;
	padding-bottom: 0px;
	float: left;
	margin-left: 100px;
	margin-right: 93px;
}*/
.logo img {
	width: 100px;
	max-width: 80px;
	min-width: 100px;
	transition: width 300ms;
	padding-top: 9px;
	padding-bottom: 0px;
	float: left;
	margin-left: 100px;
	margin-right: 93px;
	height: 70px;
}




/*new*/

.inner-page-wrapper{
	background-image: url('../../plugins/fully-background-manager/assets/images/big/image4.jpg');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
}
.inner-page{
	width: 100%;
}
.compli-pic{
	width: 100%;
	overflow: hidden;
	display: block;
}

.compli-pic img{
	margin: 10px 0;
}

.compli-info{
	width: 100%;
	overflow: hidden;
	display: block;
}
.compli-info p{
	font-size: 16px;
	line-height: 18px;
	color: #222;
	text-align: justify;
}

.title-macine{}
.title-macine h3{
	font-size: 18px;
	color: #000;
	font-weight: 600;
	text-align: center;
	padding: 7px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

.name-desg{}
.name-desg h3{
	font-size: 18px;
	color: #000;
	font-weight: 600;
	text-align: center;
	padding: 7px;
	margin-bottom: 0px;
	text-transform: capitalize;
}
.name-desg p{
	font-size: 16px;
	line-height: 18px;
	color: #222;
	text-align: center;
}

.board-director{}
.board-director img {
	border-radius: 50%;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

vid {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.vid iframe,
.vid object,
.vid embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}