body{
	padding:0px;
	margin:0px;
	 
} 

/***** sliding underline *****/
.slide-center-out 
{
text-decoration:none;
display: inline-block;
color:#090406;
}
/* add a empty string after the elment with class .slide-center-out  */
.slide-center-out:after 
{
content: '';
display: block;
height: 2px;
width: 0;
color:#090406;
background: transparent;
transition: width .5s ease, background-color .5s ease;
-webkit-transition: width .5s ease, background-color .5s ease;
-moz-transition: width .5s ease, backgroundbackground-color .5s ease;
 
margin:auto; /* center the cotent so it will sliding from the midddle to the left and right */
}

.slide-center-out:hover{
	color:#5c5c5c;
}
 
/* Change the width and background on hover, aka sliding from the middle to the left and right */
.slide-center-out:hover:after 
{
width: 100%;
background: #fbde06;

}

/***** sliding underline *****/
.maintitle{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  color:#1E283A;
  text-align:center;

}

.news_title{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color:#737373;
  font-weight:700;
  /*text-align:center; */
}

.news_texts{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color:#787878;
  padding: 10px 0 0 0;
  /* 700 = as bold */
  /*text-align:center; */
}

.newstitle{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:20px;
  color:#3e3a48;
  padding-left: 0px;
  font-weight:400;
}


.newscontent{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
  font-weight:400;
}

.newspost_title{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:20px;
  color:#3e3a48;
  padding-left: 0px;
  font-weight:700;
   padding-left:10px;
 padding-right:10px;
}

.newspost_content{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
  font-weight:400;
  padding-top:30px;
 padding-left:10px;
 padding-right:10px;
  padding-bottom:50px;
}

.main_products_text{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
  font-weight:400;    /*400 = as normal*/
  /* padding: 0 0 10px 10px; */
  /*text-align:center; */
}

.main_products_text span{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#95b61d;
  font-weight:400;    /*400 = as normal*/
  /* padding: 0 0 10px 10px; */
  /*text-align:center; */
}

.maincontent{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
  padding: 50px 20px 50px 20px;
  font-weight:400;

}


.maincontent2{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color:#787878;
  padding: 20px 0 20px 0;
  font-weight:400;

}

.maincontent3{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  color:#787878;
  padding: 30px 0 20px 0;
  font-weight:700;

}

  
.footercontent{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color:#787878;
  /*padding: 40px 20px 50px 20px;*/
  font-weight:400;
}

.footer_links{
	  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color:#fff;
  /*padding: 40px 20px 50px 20px;*/
  font-weight:400;
text-decoration:none;	
}


.footer_links:hover{
	  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color:#d7d5c7;
  /*padding: 40px 20px 50px 20px;*/
  font-weight:400;
  
	
}



.boxtitle{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:20px;
  color:#3e3a48;
  padding-top: 18px;
  padding-left: 0px;
  font-weight:400;
  
}

.boxtitle2{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:14px;
  color:#949494;
  padding-left: 20px;
  font-weight:400;
  font-style:italic;
  
}

.boxtitle3{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:20px;
  color:#3e3a48;
  padding-top: 18px;
  padding-left: 20px;
  font-weight:400;
  
}

.boxcontent{
  font-size:15px;
  color:#fff;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 18px;
  line-height:22px;
  padding-left:18px;
  padding-right:18px;
  
}

/* .boxcontent{
  font-size:14px;
  color:#fff;
  font-family: tahoma, arial, georgia;
   padding-top: 8px;
  padding-bottom: 8px;
}
*/


.border_image {
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.border_image2 {
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.50);
}

/*.border_image3{
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}*/



.fa-envelope{
text-decoration:none;
color:#ffffff;
font-size:16px;
}

.fa-phone{
text-decoration:none;
color:#ffffff;
font-size:16px;
}

.fa-map-marker{
text-decoration:none;
color:#ffffff;
font-size:16px;

}

.fa-sign-in{
 text-decoration:none;
 color:#ffffff;
 font-size:16px;
}

	
.fa-mobile	{
 text-decoration:none;
color:#ffffff;
font-size:16px;
}
	
/* General button style (reset) */
.btn {

    border: none;
	font-family: 'Roboto Condensed', sans-serif;    /* font-family: inherit; */
	font-size: 18px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 17px 60px; /*padding: 25px 80px;*/
	display: inline-block;
	/*margin: 15px 30px; */
	text-transform: uppercase;
	letter-spacing: 3px;
	/* font-weight: 700; */
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
/*
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
} */

/* Button 2 */
.btn-2 {
	background: #f26521;
	color: #fff;
	box-shadow: 0 6px #a54516;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

/* Button 2a */
.btn-2a {
	border-radius: 0 0 5px 5px;
    text-decoration:none;
}

.btn-2a:hover {
	box-shadow: 0 4px #a54516;
	top: 2px;
    text-decoration:none;
    color:#1e283a;
}

.btn-2a:active {
	box-shadow: 0 0 #a54516;
	top: 6px;

}


/*
.border-image{
	border:1px solid #e1e1e1;
}*/


.scroll-to-top {
  position: fixed;
  background:url(../img/scroll-to-top.png) no-repeat;
  cursor: pointer;
  bottom: 1em;
  right: 0px;
  width:55px;
  height: 55px;
  padding-right: 2em;
  padding-bottom: 1em;
  display: none;
  z-index: 999;
  
  }
  
.scroll-to-top:hover {
position: fixed;
background:url(../img/scroll-to-top-hover.png) no-repeat;
cursor: pointer;
bottom: 1em;
right: 0px;
width:55px;
height: 55px;
padding-right: 2em;
padding-bottom: 1em;
display: none;
z-index: 999;
}
/*scroll to top */


.new_member_box_display{
    min-height: 300px;
	height: auto;
	/*background-color: #e6ebe4; */
	/*padding-top: 10px;
	padding-left: 10px; */
   /*	margin: 25px 0px 10px 0px; */
	margin: 0px 0px 0px 0px;
  /*  font-family: tahoma, arial, georgia; */
   /* font-size: 14px;*/
    /* color:#787878;*/
    padding: 40px 20px 25px 20px;
  /*	border-radius: 3px;*/
}

.accordion-toggle {cursor: pointer; margin: 0;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}

/*****************/
/*
.pb-center-column h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	color:#787878;
	font-weight:500;
    border-bottom: 1px solid #ebebeb;
    /*font-weight: bold;*/
   /* margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
  } */
/*
.pb-center-column h2:after {
    border-bottom: 4px solid #95b61d;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 120px;
} */

/*****************/

/* headlines with lines */


.decorated{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	color:#787878;
	font-weight:500;
     overflow: hidden;
     text-align: center;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    width: 591px; /* half of limiter*/
    margin: 0 20px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}

/* headlines with lines */


.feature_divider {
    border: 3px solid #f26521;
    display: block;
    /*margin: 15px auto;*/
	margin-top:50px;
	width: 70px;
}

.feature_divider2 {
    border: 2px solid #223342;
    display: block;
    margin: 10px auto;
	margin-top:0px;
	width: 70px;
}

.central_title{
font-family: 'Roboto Condensed', sans-serif;
font-size:20px;
text-align:center;
padding-top:18px;
font-weight:700;
letter-spacing: 4px;

}

.central_title2{
font-family: 'Roboto Condensed', sans-serif;
font-size:14px;
text-align:center;
padding-top:18px;
letter-spacing: 2px;

}
.colordate {
    background: #223342 none repeat scroll 0 0;
    /*border: 3px solid #3e3a48;*/
	border-radius:5px;
    color: #fff;
    /* display: inline-block; */
    font-family: "Roboto Condensed",sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 70px 10px 70px;
	 text-decoration:none;
 -o-transition:all 300ms ease-out, all 250ms ease-in;
  -ms-transition:all 300ms ease-out, all 250ms ease-in;
  -moz-transition:all 300ms ease-out, all 250ms ease-in;
  -webkit-transition:all 300ms ease-out, all 250ms ease-in; 
  /* ...and now override with proper CSS property */
   transition:all 300ms ease-out, all 250ms ease-in;
}

.colordate:hover{
    background: #383838 none repeat scroll 0 0;
    /*border: 3px solid #fb3d50;*/
	border-radius:5px;
    color: #fff;
    /*display: inline-block;*/
    font-family: "Roboto Condensed",sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px 70px 10px 70px;
}

.colordate2 {
    background: #f26521 none repeat scroll 0 0;
    border: 3px solid #f26521;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 10px;
	 text-decoration:none;
 -o-transition:all 300ms ease-out, all 250ms ease-in;
  -ms-transition:all 300ms ease-out, all 250ms ease-in;
  -moz-transition:all 300ms ease-out, all 250ms ease-in;
  -webkit-transition:all 300ms ease-out, all 250ms ease-in; 
  /* ...and now override with proper CSS property */
   transition:all 300ms ease-out, all 250ms ease-in;
}

.colordate2:hover{
    background: none repeat scroll 0 0;
    border: 3px solid #3e3a48;
    color: #3e3a48;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 10px;
}

.form-text{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
  font-weight:400;
}

.confirm_message{
	  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  color:#787878;
  padding: 50px 20px 120px 20px;
  font-weight:700;
}


/********** gia to profil *********/
.faq-row {
    background-color: #fff;
    border: #efefef 1px solid;
    margin-bottom: 12px;
      font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
}

.faq-row-handle {
    cursor: pointer;
    display: block;
    color: #191919;
    font-weight: normal;
      font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;

    padding: 7px 30px 7px 10px;
    line-height: 20px;
    text-decoration: none;
    outline: 0;
}

.faq-row-handle:hover{
	color:#da7088;
}
.faq-row.open .faq-row-handle {
   color:#db1e48;
}

.faq-row-content {
    font-weight: normal;
    line-height: 150%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  color:#787878;
    display: none;
}

.faq-row-content p {
    padding: 20px 20px 20px 20px;
}
/********** gia to profil *********/

.home_title{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  color:#231f20;
  font-weight:400;
  /*text-align:center; */
}

.home_texts{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  color:#a0a0a0;
  font-weight:400;
}


.home_texts2{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color:#383838;
  font-weight:400;	
}

.blue_box_title{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  color:#fff;
  font-weight:500;	
  text-align:center;
  margin-top:20px;
	
}

.blue_box_texts{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color:#fff;
  font-weight:300;	
  text-align:center;
  margin-top:14px;
	
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.image_title_big{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:50px;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	padding-top:70px;
	font-weight:bold;
}

.image_title_small{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	font-weight:normal;
}

.service_box{
	border:1px #e3e2e7 solid;
	min-height:330px;
	 -o-transition:all 300ms ease-out, all 250ms ease-in;
  -ms-transition:all 300ms ease-out, all 250ms ease-in;
  -moz-transition:all 300ms ease-out, all 250ms ease-in;
  -webkit-transition:all 300ms ease-out, all 250ms ease-in; 
  /* ...and now override with proper CSS property */
   transition:all 300ms ease-out, all 250ms ease-in;
	color:#383838;
	text-align:center;
}

.service_box:hover{
	border:1px #223342 solid;
	min-height:330px;
	-webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.4);
box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.4);
background:#223342;
color:#fff;
}


.service_box a.title{
	color:#383838;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:22px;
	text-decoration:none;
	
}

.service_box:hover a.title{
	color:#fff;
	
}

.service_box a.texts{
	color:#9f9f9f;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:300;
	text-decoration:none;
}


.service_box:hover a.texts{
	color:#e4e6e8;
}



.service_box a.roll{
background: url('pencil_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll{
	background: url("pencil_icon_white.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll2{
background: url('money_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll2{
	background: url("money_icon.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll3{
background: url('cut_costs_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll3{
	background: url("cut_costs_white.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll4{
background: url('lock_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll4{
	background: url("lock_icon_white.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll5{
background: url('glass_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll5{
	background: url("glass_icon_white.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll6{
background: url('monitor_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll6{
	background: url("monitor_icon_white.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll7{
background: url('procurement_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll7{
	background: url("procurement_icon.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.service_box a.roll8{
background: url('quality_icon_blue.png') center center no-repeat; 
height:60px;
display:block;
}

.service_box:hover a.roll8{
	background: url("quality_icon.png") center center no-repeat; 
	height:60px;
	display:block;
   
}

.pb-center-column h2{
	font-family: 'Roboto Condensed', sans-serif;
	color:#3f3f45;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    /*font-weight: bold;*/
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 10px;
    position: relative;
   
}

.pb-center-column h2:after {
    border-bottom: 4px solid #223342;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 120px;
}

/************* FAQ *****************/

.faq-row {
    background-color: #f4f4f4;
    border: #eceaea 1px solid;
    margin-bottom: 12px;
    /*font-family:Arial, Helvetica, sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
		
}

.faq-row-handle {
    cursor: pointer;
    display: block;
    font-size: 19px;
	color:#a0a0a0;
	font-weight:400;
    padding: 7px 30px 7px 10px;
    line-height: 20px;
    text-decoration: none;
    outline: 0;
}
.faq-row-handle:hover {
    color:#223342;
}	

.faq-row.open .faq-row-handle {
   color:#839595;
}

.faq-row-content {
    color: #a0a0a0;
    font-weight:400;
    line-height: 150%;
    font-size: 19px;
	font-family: 'Roboto Condensed', sans-serif;
    display: none;
}

.faq-row-content p {
    padding: 10px 14px 10px 14px;
}
/************* FAQ *****************/

.circle {
  background-color: #223342;
  border: 3px solid #FFF;
  border-radius: 50%;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 0 0 0 2px #223342;
  width: 240px;
  height: 240px;
}

.circle_texts{
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #e5e5e5;
    font-weight:400;
	text-align:center;
	margin-top:60px;
	line-height: 160%;
	
}

.simple_circle {
  background-color: #839595;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-left:auto;
  margin-right:auto;
}

.simple_circle_texts {
	font-size: 30px;
	font-family: tahoma, arial, sans-serif;
	color: #e5e5e5;
	text-align:center;
	padding-top:13px;
}

.arrow_box {
	position: relative;
	background: #e6e6e6;
	margin-top:45px;
	min-height:190px;
}

.arrow_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #e6e6e6;
	border-width: 30px;
	margin-left: -30px;
	
}

.arrow_box_texts{
	color:#262626;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	padding: 10px 2px 7px 10px;
}

.image_border{
	border:1px #c0c0c0 solid;
	
}

/************* image zoom *********/

/* [1] The container */
.img-hover-zoom {
  height: 350px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
  /*** transform: scale(1.2) rotate(10deg); ***/ /* for zoom*/

}

/************* image zoom *********/

/************ pagonis bros  **************/

.fa-envelope-o{
  text-decoration:none;
  color:#fbde06;
  font-size:16px;
  }
  

  .fa-clock-o{
    text-decoration:none;
    color:#fbde06;
    font-size:16px;
    }
  
    
  .fa-phone{
  text-decoration:none;
  color:#fbde06;
  font-size:16px;
  }
  
  
  .responsive-image{
    height:auto;
    /* width:100%; */
    max-width: 100%;
}

.border_image{
  border:1px #cbcbcb solid;
}

.image_shadow{
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}

.header_link{
  font-family: 'Open Sans', sans-serif;
	/*height:100px;*/
	text-align:center;	
  font-size: 14px;
  text-decoration:none;
  color:#231f20;
  -webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
text-decoration: none;
}

.header_link:hover{
  font-family: 'Open Sans', sans-serif;
	/*height:100px;*/
	text-align:center;	
  font-size: 14px;
  text-decoration:none;
  color:#5f5403;
}

.header_text{
  font-family: 'Open Sans', sans-serif;
	/*height:100px;*/
  font-size: 14px;
  color:#010f20;
 
}

.home_title{
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  color:#231f20;
  font-weight:700;
  /*text-align:center; */
}

.home_title2{
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  color:#231f20;
  font-weight:700;
  /*text-align:center; */
}
.pb-center-column h2{
	  font-family: 'Roboto Condensed', sans-serif;
	  color:#3f3f45;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    /*font-weight: bold;*/
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 10px;
    position: relative;
   
}

.pb-center-column h2:after {
    border-bottom: 4px solid #fbde06;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 130px;
}
/********** products ***********/
.button1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #353535;
	font-size: 15px;
	font-weight: 400;
	background: url(../images/arrow_title.png) 0px 7px no-repeat; /* 2 was 4 */
	padding: 0 0 3px 23px;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-decoration: none;
  margin-left: 10px; /*mine*/
  
  
}
.button1:hover {
	text-decoration: none;
	color: #6c6c6c;
	background-position: 100% 7px;
	padding: 0 23px 3px 0px;
}

.activeproduct  {
	text-decoration: none;
	color: #6c6c6c;
	background-position: 100% 7px;
  padding: 0 23px 3px 0px;
  font-size: 15px;
	font-weight: 700;
}

.products_menu{
  border-bottom: 1px #e5e5e5 solid;
  padding:5px 0 5px 0;
}

/********** products ***********/

/********** imge hover ******/
.snip1554 {
  background-color: #fbde06;
  color: #000;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 0px;
  max-width: 600px;
  min-width: 288px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  /*box-shadow: 0 0 100px #eed201; */ /*mine*/
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.snip1554 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1554:after {
  background-color: white;
  opacity: 0.6;
  top: 0;
  bottom: 0;
  content: '';
  left: -100%;
  position: absolute;
  width: 200px;
  box-shadow: 0 0 100px #eed201;  /*white*/
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.snip1554 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1554 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 1em;
  opacity: 0;
}

.snip1554 h3 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  text-transform: uppercase;
}

.snip1554 h3 span {
  font-weight: 700;
}

.snip1554 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1554:hover > img,
.snip1554.hover > img {
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.snip1554:hover:after,
.snip1554.hover:after {
  left: 200%;
}

.snip1554:hover figcaption,
.snip1554.hover figcaption {
  opacity: 1;
}


/********** imge hover ******/

.blue_box_title{
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color:#766e70;
  font-weight:700;	
  	
}

.blue_box_title2{
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  color:#766e70;
  font-weight:700;	
  	
}

.blue_box_texts{
  font-family: 'Open Sans', sans-serif;
  font-size: 14x;
  color:#766e70;
  font-weight:400;	
  margin-top:10px;
	
}

.blue_box_texts2{
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  color:#766e70;
  font-weight:400;	
  margin-top:10px;
}


.main_text{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color:#282828;
  font-weight:400;	
  
}

.main_text_forms{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color:#282828;
  padding: 0 0 10px 20px;
  font-weight:400;
  
}

.aboutbutton{
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:#231f20;
	font-size:18px;
	font-weight:600;
	display:block;
	/*border: 3px solid #f0eeee; */
	width:180px; 
	padding:14px;
	/*margin-left:auto; 
	margin-right:auto;*/
	text-decoration:none;
	background:#fbde06;
		-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
text-decoration: none;
border-radius:10px;
	
	
}
.aboutbutton:hover{
  background:#e7cc04;
  color:#231f20;
	
}

.button_blue_part{
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:#231f20;
	font-size:18px;
	font-weight:600;
	display:block;
	/*border: 3px solid #f0eeee; */
	width:150px; 
	padding:14px;
	margin-left:auto; 
	margin-right:auto;  /* to center button*/
	text-decoration:none;
	background:#fbde06;
		-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
text-decoration: none;
border-radius:10px;
	
	
}
.button_blue_part:hover{
  background:#e7cc04;
  color:#231f20;
	
}


.slanted {
  position: relative;
  height: 52px;
  background: #231f20;
  
}
.slanted.slanted-right {
  margin-left: 0px;
  width: 100%;
}

.slanted:after,
.slanted:before,
.slanted2:after,
.slanted2:before,
.slanted3:after,
.slanted3:before,
.slanted4:after,
.slanted4:before,
.slanted5:after,
.slanted5:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}

.slanted-right.slant-to-left:after {
  left: -35px;
  border-right: 35px solid #231f20;
  border-top: 52px solid transparent;
}
/*******************/
/**2**/
.slanted2 {
  position: relative;
  height: 124px;
  background: #fbde06;
  /*float: left;
  float: left;
  margin: 10px;*/
}

.slanted2.slanted-left {
  width: 100%;
}


.slanted-left.slant-to-left:after {
  right: 0;
  border-left: 83px solid #fbde06;
  border-bottom: 124px solid #fff;
}
/**2 ends**/
/** 3 **/
.slanted3 {
  position: relative;
  height: 28px;
  background: #eee;
  
}
.slanted3.slanted-right3 {
  margin-left: 0px;
  width: 100%;
  
}

.slanted-right3.slant-to-left3:after {
  left: -28px;
  border-right: 28px solid #eee;
  border-top: 28px solid #fff;
}

/** 4**/ 
.slanted4 {
  position: relative;
  height: 28px;
  background: #eee;
  /*float: left;
  float: left;
  margin: 10px;*/
}

.slanted4.slanted-left4 {
  width: 100%;
}


.slanted-left4.slant-to-left4:after {
  right: 0;
  border-left: 24px solid #eee;
  border-bottom: 28px solid #fff;
}
/** 5 footer **/ 
.slanted5 {
  position: relative;
  height: 28px;
  background: #eeeeee;
  
}
.slanted5.slanted-right5 {
  margin-left: 0px;
  width: 100%;
  
}

.slanted-right5.slant-to-left5:after {
  left: -28px;
  border-right: 28px solid #eeeeee;
  border-top: 28px solid #fff;
}

/** 5 footer ends **/ 

.logoposition{
  position:absolute; 
  margin-top:15px; 
  right:100px;
}

.menuposition{
	padding-left:55px;
	margin-top:-28px;
}

.textposition{
	margin-top:30px;
	
}

.footercontent{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color:#b0b0b0;
  /*padding: 40px 20px 50px 20px;*/
  font-weight:400;
}

.footer_links{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color:#828282;
  /*padding: 40px 20px 50px 20px;*/
  font-weight:400;
text-decoration:none;	
}


.footer_links:hover{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color:#626262;
  /*padding: 40px 20px 50px 20px;*/
  font-weight:400;
  
	
}

.success_error{
	font-family: 'Open Sans', sans-serif;
	/*height:100px;*/
	text-align:center;	
	padding-top:30px; 
	padding-bottom:30px;
	font-size: 18px;
}


.line_throu {
  font-family: 'Open Sans', sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-size: 20px;
  color:#383838;
  font-weight:700;
  z-index: 1;
}

.line_throu:before {
  border-top: 2px solid #dfdfdf;
  content:"";
  margin: 0 auto; /* this centers the line to the full width specified */
  position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 15px; left: 0; right: 0; bottom: 0;
  width: 95%;
  z-index: -1;
}

.line_throu span { 
  /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
  background: #fff; 
  padding: 0 15px; 
}

.accordion-toggle {cursor: pointer; margin: 0;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}


.links{
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #696868;
/* font-family: tahoma, arial, georgia;*/
 text-decoration:none;
 -o-transition:color 300ms ease-out, color 250ms ease-in;
  -ms-transition:color 300ms ease-out, color 250ms ease-in;
  -moz-transition:color 300ms ease-out, color 250ms ease-in;
  -webkit-transition:color 300ms ease-out, color 250ms ease-in; 
  /* ...and now override with proper CSS property */
   transition:color 300ms ease-out, color 250ms ease-in;
}

.links:hover{
  color: #7e7d7d;
}


/* Larger than mobile */
@media (max-width: 414px){
body{
	padding:0px;
	margin:0px;
	 overflow-x: hidden; 
} 
 .slanted2 {
    position: relative;
    height: 124px;
    background: #3db7ef;
    /*float: left;
    float: left;
    margin: 10px;*/
  }
  
  .slanted2.slanted-left {
    width: 100%;
  }

  .slanted-left.slant-to-left:after {
    right: 0;
    border-left: 83px solid #3db7ef;
    border-bottom: 124px solid #3db7ef;
  }

  .logoposition{
    position:absolute; 
    left: 0;
    right: 0;
    text-align: center;
    }

.menuposition{
	padding-left:0px;
	margin-top:0px;
}

.textposition{
	margin-top:0px;
	text-align:center;
	
}
.hiddentomobile{
	display:none;
}

}