/* remove search button */
#searchform #edit-actions {
  display: none;
}

#searchform #s {
/*background: #eee;*/
}

/* fix responsive issue on search form, align to center */
@media screen and (max-width: 720px) {
#searchform #s, #searchform {
  float: none;
  text-align: left;
 margin:5px auto;
}
#searchform #s {
  text-align: left;
  width: 270px;
}
}

@media screen and (max-width: 240px) {
#searchform #s {
  text-align: left;
  width: 230px;
}
}

/* fix responsive issue on menu too close with slideshow */
@media screen and (max-width: 980px) {
  .oneByOne1 {
    padding-top: 7px;
  }
#onebyone_slider .oneByOne_item span.ob1_title{
margin:40px 12px 0 11px;
}
}

@media screen and (max-width: 720px) {
  .oneByOne1 {
    padding-top: 7px;
  }
#onebyone_slider .oneByOne_item span.ob1_title{
margin:225px 12px 0 11px;
}
}
/* change gap color to white */
.top_head_separator, .header, .page_top_details {
/*  border-bottom: 10px solid #FFF;*/
  border-bottom: 0px;
}

/*ul#nav ul {
  width: 200px;
}*/

/* reduce spacing on navigation */
nav#horizontal ul li a {
padding: 5px 7px 5px;
}

/* original settings for navigation
nav#horizontal ul li a{
padding:15px 7px 12px;
} */

/* css fading */
.smk_content{
margin: 0px 0px;
/* IE10 Consumer Preview */ 
/*background-image: -ms-linear-gradient(top, #8CAA62 0%, #FFFFFF 20%);*/

/* Mozilla Firefox */ 
/*background-image: -moz-linear-gradient(top, #8CAA62 0%, #FFFFFF 20%);*/

/* Opera */ 
/*background-image: -o-linear-gradient(top, #8CAA62 0%, #FFFFFF 20%);*/

/* Webkit (Safari/Chrome 10) */ 
/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8CAA62), color-stop(1, #FFFFFF));*/

/* Webkit (Chrome 11+) */ 
/*background-image: -webkit-linear-gradient(top, #8CAA62 0%, #FFFFFF 20%);*/

/* W3C Markup, IE10 Release Preview */ 
/*background-image: linear-gradient(to bottom, #8CAA62 0%, #FFFFFF 20%);*/
}
/*Social Media*/
.header_social a.facebook {
background: url("/files/facebook.png");
background-size: contain;
background-position:0 !important;
margin-right:2px;
}

.header_social a.twitter {
background: url("/files/twitter.png");
background-size: contain;
background-position:0 !important;
 margin-right:2px;
}

.header_social a.youtube {
background: url("/files/youtube.png");
background-size: contain;
background-position:0 !important;
 margin-right:2px;
}
.logo img{
margin-left:0;
}
.header_button{
display:none;
}

