/* WebsPlaet Platform */
.languages {}
.headerimage {}
.slogan {}
.logo {
    color:#90bf3e;
}
.logo a,.logo a:visited{
    color: #90bf3e;
}
.logo a:hover{
    color:#000000;
}
.menu {}
.menu_rollover {}
.menu_active {}
.skinBg {}
.skinAlign {}
.footerText {}
.footerLinks {}
.titles {}

.astrix {}
.form_field_text {}
.text_field {}
.text_field_big {}
.buttons {}

.search_button {}
.search_field {}
.search_text {}
.search_result_highlight {}

.login_field {}

/* Modules */

.module-wrapper {}
.module-title {}
.module-content {}

/* Widgets */

.widget-wrapper {}
.widget-title {}
.widget-body {}

/*---click to action ----*/
/* Panel Tab/button */
.tab {
    background: url(../gfx/tab_b_bottom.png) repeat-x 0 0;
}
.tab ul.mobile_action li.left {
    background: url(../gfx/tab_l_bottom.png) no-repeat left 0;
}
.tab ul.mobile_action li.right {
    background: url(../gfx/tab_r_bottom.png) no-repeat left 0;
}
.tab ul.mobile_action li {
    background: url(../gfx/tab_m_bottom.png) repeat-x 0 0;
}

.tab ul.mobile_action li label {
  color: #ffffff;
}

.tab ul.mobile_action li label:hover {
  color: #90bf3e;
}

.tab label.open {background: url(../gfx/bt_open.png) no-repeat left 0;}
.tab label.close {background: url(../gfx/bt_close.png) no-repeat left 0;}
.tab label:hover.open {background: url(../gfx/bt_open.png) no-repeat left -19px;}
.tab label:hover.close {background: url(../gfx/bt_close.png) no-repeat left -19px;}

#panel {
  color: #999999;
  background: #272727;
}

#panel a {
  color: #ffffff;
}

#panel a:hover {
  color: #90bf3e;
}

.icon{
  color: #ffffff;
}
.icon .click-phone{
  background: url(../gfx/call-icon.png) no-repeat 0 0;
}
.icon .click-mail{
  background: url(../gfx/mail_icon.png) no-repeat 0 0;
}
.icon .click-map{
  background: url(../gfx/google_maps_icon.png) no-repeat  0 0;
}
/*-----end click to action ----*/


/*---------------mobile google map default theme css----------------*/

.widget-button {
  background: #E7E0CA;
  color: #90BF3E;
  -moz-box-shadow: 1px 2px 4px #9e9e9e;
  -webkit-box-shadow: 1px 2px 4px #9e9e9e;
  box-shadow: 1px 2px 4px #9e9e9e;
}
.widget-button:hover {
  background: #90bf3e;
  color: #E7E0CA;
}
/*---------------end mobile google map default theme css----------------*/



a, .footer li a{color: #90BF3E;}
a:hover{color: #000000;}

body{background: #ffffff;}

.footer a{color: #90BF3E}
.footer-text{}
.buttons {
  background: #E7E0CA;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;

  display:inline-block;
  color:#90BF3E;
  font-family:arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  cursor: pointer;
  -webkit-box-shadow:  0px 0px 5px  #000;
  -moz-box-shadow:  0px 0px 5px  #000;
    box-shadow:  0px 0px 5px  #000;
}


.recaptchatable #recaptcha_response_field {
    height:20px;
    background-color:#fff!important;
}

.contactUsFront textarea, .contactUsFront input[type="text"] {
  width: 90% !important;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color:#000;

  
}

.bottom {
  background: #E7E0CA;
}
.bottom li a{
    color: #000
}
.bottom li a:hover:before{
    background: none repeat scroll 0 0 #90BF3E;

  }
.bottom li a:before{
    background: none ;

  }
/*---- Menu---*/

/* default color skin */

.wp-menu ul{
    background: #E7E0CA;
}
.wp-menu a{color: #000}
.wp-menu li:before{display: none;}
#nav{
    background: none repeat scroll 0 0 #E7E0CA;
  }
/* #Media Queries
================================================== */

  /* Smaller than standard 480 (devices and browsers) */
  @media only screen and (min-width: 480px) {
  #nav:before {
    border-right: 15px solid #bfbaa9;
  }
  #nav:after {
    border-left: 15px solid #bfbaa9;
  }
  
  .wp-menu a:hover:before, .wp-menu li.current a:before {
    background: none repeat scroll 0 0 #90BF3E;

  }

  

}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    
    .nav .before{
      color: #B0AEAF;  
    }


    .wp-menu a{
      border-bottom:1px solid #B0AEAF;

    }
      

    .wp-menu span.wp-sub  {
      background: none repeat scroll 0 0 #B0AEAF;
      color: #FFFFFF;
      border-bottom: #B0AEAF 1px solid;   
    }

    .wp-menu li li a{
      background: #f0f0f0;
    }
    .wp-menu li li li a{
      background: #dddddd;
    }

}

