/* WebsPlaet Platform */
body{
  background:url(../gfx/bodyBg.jpg) no-repeat top center fixed ;
  background-size: cover;
}
#content,
.taglines{
  color: #ffffff;
}
.languages {}
.headerimage {}
.slogan {}
.logo {
    color:#ffffff;
}
.logo a,.logo a:visited{
    color: #ffffff;
}
.logo a:hover{
    color:#c4c4c4;
}
.menu {}
.menu_rollover {}
.menu_active {}
.skinBg {
  background: rgba(0,0,0,0.5);
}
.index-page .skinBg{
  background: none;
}
.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 ----*/

#circle-action{
    right:20px;
    bottom:65px;
}
.ios4{position: absolute;}
.ios5{position: fixed;}
#circle-action li {
    background-color:#000;
    color:#fff;
    font-size:25px;
}

#circle-action a{
    text-decoration: none;
    color:#fff;
    background-image: url(../gfx/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -999999px;
    overflow: hidden;
}
#circle-action li.phone a{
  background-position: 0px 0px;
}
#circle-action li.map a{
background-position: -40px 2px;
}
#circle-action li.mail a{
background-position: -80px 0px;
}
#circle-action li:first-child {
    font-weight:bold;
    font-family:arial black;
    font-size:200%;
    background:#f00 url(../gfx/3QGAU.png);
    background-position: 50%;
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 0 2px 1px #aaa;
}

.circleMenu-open > li:first-child {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}
/*-----end click to action ----*/


/*---------------mobile google map default theme css----------------*/

.widget-button {
  background: #c4d42d;
  color: #ffffff;
}
.widget-button:hover,
.buttons:hover {
  background: #ffffff;
  color: #c4d42d;
}
/*---------------end mobile google map default theme css----------------*/

a, .footer li a{color: #ffffff;}
a:hover{color: #c4c4c4;}


.footer a,.footer{color: #ffffff}
.buttons {
  background: #c4d42d;
  display:inline-block;
  color:#fff;
  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;
  color:#000;
}

.mirrormenu li {
  border-right: 1px solid #ffffff;
}
.mirrormenu li:last-child {
  border-right: none;
}
.mirrormenu li a:hover {
  background: none repeat scroll 0 0 #c4d42d;
  color: #ffffff;
}
/*---- Menu---*/

/* default color skin */
.wp-menu{
  
}
.wp-menu ul{
   
}
.wp-menu a{color: #c4d42d}
.wp-menu li:before{display: none;}

/* #Media Queries
================================================== */

  /* Smaller than standard 480 (devices and browsers) */
  @media only screen and (min-width: 480px) {

  .wp-menu{
    background: #ffffff;
    color: #c4d42d;
  }
  .wp-menu a:hover,.wp-menu li.current a{
    background: #c4d42d;
    color: #ffffff;
  }
  .wp-menu > li > a:hover:after,
  .wp-menu > li.current > a:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #c4d42d;
    position: absolute;
    top: 100%;
    right: 50%;
    margin-right: -20px;
  }
  .wp-menu li li a {
    background: #c4d42d;
    color: #ffffff;
    text-align: center;
  }
  .wp-menu li li a:hover{
    font-weight: bold;
  }

}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    .nav .before{
      background: #ffffff;
      color: #c4d42d;  
    }
    .nav .before:hover{
      color: #ffffff;
      background: #c4d42d;
    }

    .wp-menu a{
      border-bottom:1px solid #c4d42d;

    }
      

    .wp-menu span.wp-sub  {
      background: none repeat scroll 0 0 #c4d42d;
      color: #ffffff;
      border-bottom: #c4d42d 1px solid;   
    }

    .wp-menu li li a{
      /*background: #eee;*/
    }
    .wp-menu li li li a{
      /*background: #fff;*/
    }
    .wp-menu a:hover{
    background: #c4d42d;
    color: #ffffff;
  }


}