/* WebsPlaet Platform */
.languages {}
.headerimage {}
.slogan {}
.logo {
    color:#233d44;
}
a.logo ,a.logo:visited{
    color: #233d44;
}
a.logo:hover{
    color:#fff;
}
.menu {}
.menu_rollover {}
.menu_active {}
.skinBg {background: #ffffff}
.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: white;
}

.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: #fff;
}

#panel a:hover {
  color: #233d44;
}

.icon{
  color: #233d44;
}
.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,
.widget-popup-control-bar {
  background: #00869c;
  color: #ffffff;
  /*-moz-box-shadow: 1px 2px 4px #9e9e9e;
  -webkit-box-shadow: 1px 2px 4px #9e9e9e;
  box-shadow: 1px 2px 4px #9e9e9e;*/
}
.widget-button:hover,
.widget-popup-control-bar:hover {
  background: #233d44;
  color: #fff;
}
/*---------------end mobile google map default theme css----------------*/



a, .footer li a{color: #00869c;}
a:hover{color: #233d44;}

body{
  background-color: #233d44;
}
.top{background: #00869c}
.footer a{color: #233D44}
.footer a:hover{color: #ffffff}
.footer-text{}
.buttons {
  background: #00869c;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;

  display:inline-block;
  color:#fff;
  font-family:arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  cursor: pointer;

}


.recaptchatable #recaptcha_response_field {
    height:20px;
    background-color:#fff!important;
}

.contactUsFront textarea, .contactUsFront input[type="text"] {
  width: 90% !important;
  color:#000;
}

.footer{
  background: #00869c;
  color:#ffffff;
}

.mirrormenu li:last-child,
.nav li:last-child{
  border-right: none;
}
.mirrormenu li a{
  color: #fff;
  padding:10px;
}
.mirrormenu li:hover {
  background: #233d44
}
.mirrormenu li:hover a{
  color: #fff;
}
/*---- Menu---*/

/* default color skin */

.wp-menu li:before{display: none;}

/* #Media Queries
================================================== */

  /* Smaller than standard 480 (devices and browsers) */
  @media only screen and (min-width: 480px) {
  .wp-menu li:hover a,
  .wp-menu li.current a,
  .wp-menu li.current li a:hover{
    color: #fff;
  }
  .wp-menu li li a:hover{
    color: #fff;
  }

   .wp-menu li:hover,
   .wp-menu li.current,
   .wp-menu ul li{
    background: #233d44;
  } 
  .wp-menu ul li:hover{
    background: #00869c;
  }
  .wp-menu a{
    color: #fff;
  }
  .mirrormenu li,
  .nav li {
    border-right: 1px solid #fff;
  }
}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    .nav .before{
      color: #fff; 
       background: #233d44; 
    }
    .nav .before:hover{
      color: #fff;
    }

    .wp-menu a{
      border-bottom:1px solid #ffffff;
      color:#fff;
    }

      
    .wp-menu span.wp-sub  {
      background: none repeat scroll 0 0 #233d44;
      color: #fff;
      border-bottom: #ffffff 1px solid;   
    }

    .wp-menu li li a{
      background: #027884;
    }
    .wp-menu li li li a{
      background: #016772;
    }
    .wp-menu a:hover{
      color: #2e4f56;
    }


}

