/* Enter Your Custom CSS Here */


/******************** SLIDER HOMEPAGE
****************************************************/
.slider-homepage {position:relative;width:100%;z-index:55;margin: 35px 0 15px 0;}
.slider-homepage > h3,.slider-text > h3 {font-size:22px;color:#000000;}

@media screen and (max-width: 480px) and (min-width: 321px){
.slider-homepage #logo-slider-wraper {
list-style: none outside none;
margin: 0 !important;
width: 50% !important;
}
}

@media screen and (max-width: 640px) and (min-width: 481px){
.slider-homepage #logo-slider-wraper {
	position: relative;
	width: 55% !important;
	left: 34px !important;
}
}

@media only screen and (max-width: 959px) and (min-width: 768px){
  .slider-homepage #logo-slider-wraper {
  width: 83% !important;
  margin: 0 !important;
  }

}

/******************** END SLIDER HOMEPAGE
****************************************************/


/******************** See more button HOMEPAGE
****************************************************/
.see-homepage-link > a {  display: block;
  background: #DBDBDB;
  width: 100px;
  padding: 4px 4px 4px 12px;
  float: right;
  margin-top: 15px;
  border-radius: 3px;
  font-size: 18px;
}


/******************** End see more button HOMEPAGE
****************************************************/

/********************* General
***************************************************/
.home_box p {font-size: 18px !important;}
.slider-text p {font-size: 18px;line-height: 22px;}
.slider-text {  margin-top: -7px;
  margin-bottom: 35px;
  background: rgba(230,230,230,0.48);
  padding: 10px 14px;
  border-radius: 0 0 5px 5px;}

#slideshow_cont {margin-bottom:0 !important;}
.home_blog_cont > h3 {font-size: 16px;}
.home_blog_cont > h3,.slider-homepage > h3 {
padding: 8px 3px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8; 
  color: #000;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center;}

.home_blog_box {
  margin-top: 20px;
  background-color: #DBDBDB;
  padding: 5px;
  border-radius: 3px;
}


.footer_box {color: #FFF !important;}

.slider-controls a {
  height: 22px !important;
  width: 20px !important;
}

.single_left {width: 100% !important;}
