::selection { background: #8abc24; color: #ffffff; }

/*** BODY ***/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}
.videonavi a {
  color: #666666;
}
.videonavi a:hover {
  color: #8abc24;
}

/*** HEADER ***/
#top-header {
  background-color: #8abc24;
  transition: none !important;
}
.container.et_menu_container {
  padding-bottom: 20px;
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
  padding-bottom: 17px;
  padding-top: 17px;
}
.logo a { 
  pointer-events: none !important; 
}
#top-menu li {
  padding-right: 15px !important;
}
#top-menu li.current-menu-item > a {
  color: #8abc24;
}
#et-info{
  float: right !important;
}
#et-info .et-social-icons {
  display: inline;
  line-height: 2;
  float: right;
}

/*** LOGIN-LOGOUT ***/
input[type="button"] {
  color: #ffffff;
  background: #8abc24;
  border-radius: 0px;
  border: 0px;
  padding: 2px 50px 2px 50px;
  font-size: 18px !important;
  cursor: pointer;
}
.et_pb_forgot_password {
  display: none;
}

/*** CONTACT ***/
.form-control, select, input[type="text"], input[type="email"] {
  background: #f3f3f3;
  border-radius: 0px;
  font-size: 18px !important;
  box-shadow: inset 0 0 0 rgba(0,0,0,0) !important;
  border: 0px solid #d9d9d9 !important;
  width: 100%;
  margin: 10px 0px 10px 0px;
}
input[type="submit"] {
  background: #8abc24;
  border-radius: 0px;
  border: 0px;
  padding: 10px 20px 10px 20px;
  color: #ffffff;
  font-size: 18px !important;
}
input[type="submit"]:hover {
  background: #8abc24;
  border-radius: 4px;
  border: 1px solid #8abc24;
  padding: 10px 20px 10px 20px;
  color: #ffffff;
  font-size: 18px !important;
}

/*** FOOTER ***/
#main-footer {
  background-color: #ffffff;
  border-top: 5px solid #8abc24;
}
#footer-widgets {
  padding: 15px 10px 10px 10px !important;
}
.et_pb_gutters3 .footer-widget {
  color: #666666;
  margin-bottom: 5px !important;
}
.footer-img {
  float: left;
}
#footer-bottom {
  background-color: #8abc24;
  padding: 0px !important;
}
#et-footer-nav {
  background-color: #8abc24;
}
.bottom-nav a {
  color: #ffffff;
}


/****** RESPONSIVE ******/
@media only screen and ( max-width: 1222px ) {
  #top-menu-nav, #top-menu {display: none;}
  #et_top_search {display: none;}
  #et_mobile_nav_menu {display: block !important;}
}