/* WebsPlaet Platform */
.languages {}
.headerimage {}
.slogan {}
.logo,.logo:visited{
    color: #fff;
}
.logo:hover{
    color:#011513;
}
.menu {}
.menu_rollover {}
.menu_active {}
.skinBg {background: #D4E2C7}
.footerText {}
.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(../assets/tab_b_bottom.png) repeat-x 0 0;
}
.tab ul.mobile_action li.left {
    background: url(../assets/tab_l_bottom.png) no-repeat left 0;
}
.tab ul.mobile_action li.right {
    background: url(../assets/tab_r_bottom.png) no-repeat left 0;
}
.tab ul.mobile_action li {
    background: url(../assets/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(../assets/bt_open.png) no-repeat left 0;}
.tab label.close {background: url(../assets/bt_close.png) no-repeat left 0;}
.tab label:hover.open {background: url(../assets/bt_open.png) no-repeat left -19px;}
.tab label:hover.close {background: url(../assets/bt_close.png) no-repeat left -19px;}

#panel {
  color: #999999;
  background: #272727;
}

#panel a {
  color: #ffffff;
}

#panel a:hover {
  color: #ADADAD;
}

.icon{
  color: #ffffff;
}
.icon .click-phone{
  background: url(../assets/call-icon.png) no-repeat 0 0;
}
.icon .click-mail{
  background: url(../assets/mail_icon.png) no-repeat 0 0;
}
.icon .click-map{
  background: url(../assets/google_maps_icon.png) no-repeat  0 0;
}
/*-----end click to action ----*/


/*---------------mobile google map default theme css----------------*/

.widget-popup-control-bar #close_map{
  background:#D0CDC6;
  color:#011513;
}
.widget-popup-control-bar #close_map:hover{
  background:#D0CDC6; color:#fff;
}
/*---------------end mobile google map default theme css----------------*/



a,
.footer li a{
  color: #011513;
}
a:hover{color: #000000;}
.footer a:hover{color: #ffffff;}

.footer{
  color: #fff;
	margin-top: 30px;
}
.footer-text{}
.buttons {
  background: #8C8C8C;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  display:inline-block;
  color:#D0CDC6;
  font-family:arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  cursor: pointer;
}
.buttons:hover{
  background: #D0CDC6;
  color: #ffffff;
}

.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;

  
}


.mirrormenu li{
    border-right: 1px solid #fff;
}
.mirrormenu li a{color: #fff}
.mirrormenu li a:hover{color: #011513}


/*---- Menu---*/

/* default color skin */

.wp-menu ul{
    /*background: #D0CDC6;*/
}
.wp-menu a{color: #cccccc}
.wp-menu li:before{display: none;}

/* #Media Queries
================================================== */

  /* Smaller than standard 480 (devices and browsers) */
  @media only screen and (min-width: 480px) {
  
  

    .wp-menu ul li{
    border-right: none;
  }
  .wp-menu a:hover,.wp-menu li.current a:hover{
    color: #3D3D3D;background: #D2D2D2;border-radius: 5px;
  }
	.wp-menu li.current a{color: #fff;background:#07869b;border-radius: 5px;}
	
  .wp-menu ul li{
   /* border-bottom: 1px solid #D0CDC6*/
  }


  

}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 600px) {
    .nav .before{
      color: #ffffff;  
		background: #666;
    }
    .nav .before:hover{
      background: #D0CDC6;
      border-radius: 5px;
      -moz-border-radius:5px;
      -webkit--border-radius:5px;
      color: #000;  
    }
    .wp-menu{
      background: #fff;
    }
    .wp-menu a,#nav ul a{
      border-bottom:1px solid #D0CDC6;
      color:#000;
    }
	

    .wp-menu a:hover,.wp-menu li.current a,.wp-menu li.current a:hover,#nav ul a:hover,#nav ul li.current a,#nav ul li.current a:hover{
      color: #676767;background:none;border-radius: 0px;
    }
      

    .wp-menu span.wp-sub  {
      background: none repeat scroll 0 0 #D0CDC6;
      color: #FFFFFF;
      border-bottom: #D0CDC6 1px solid;   
    }

    .wp-menu li li a{
      background: #f0f0f0;
    }
    .wp-menu li li li a{
      background: #dddddd;
    }

}
