/* DIY Default CSS */

/* WebsPlaet Platform */

.languages {}
.headerimage {}
.slogan {}
.logo {}
.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 {}

/**********************************************************
              imports
**********************************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600italic,600,400italic,300,300italic);
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);


body { background: url('../gfx/bg.png') 0 0 repeat;color:#c8c8c8; }

a, a:visited{color:#F1AA10; text-decoration: none;}
a:hover{color:#fff;}

#logo h2 a { color:#fff; text-shadow: 1px 1px 1px #000; filter: dropshadow(color=#000, offx=, offy=1);  }


#main-content h1 { color:#fff; text-shadow: 1px 1px 1px #000; filter: dropshadow(color=#000, offx=, offy=1);}
#main-content { }

#footer { font-style:italic; border-top: 1px solid #454c53; color:#959ca2; }
#footer a { color:#fff; }
#footer a:hover { color:#f1aa10; }
#footer { background:url('../headerbg.png') 0 0 repeat;}



/* scroll follow */

#plus { 
                -webkit-border-radius: 0px 5px 5px 0px;
                border-radius: 0px 5px 5px 0px; 
}
.plus-toggle { background: #5D6169; color: white; border-left:3px solid #fff; cursor:pointer; }
.plus-after { border-color: #000; }

ul.buttons-nav {
                background: rgb(69,72,77);
                background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
                background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
                background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
                background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
                background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}

ul.buttons-nav li { border-radius:8px; }
ul.buttons-nav li:hover { background:#252423 }
ul.buttons-nav li.seperator { background:#201F1D; border-right:1px solid #3B3A3A; }

.mobile-action-btn a { background:url('../gfx/mobile.png') no-repeat center center; }
.map-action-btn a { background:url('../gfx/location.png') no-repeat center center; }
.email-action-btn a { background:url('../gfx/contact.png') no-repeat center center; }

.mobile-action-btn a, .map-action-btn a, .email-action-btn a { display: block; height: 37px; }

/*----------------- end plus  ----------------*/


/*---------------mobile google map default theme css----------------*/
.widget-button{
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #F1AA10;
  color:#ffffff;
}
.widget-button:hover{
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #1A2730;
  color:#F1AA10;
}
.widget-popup-control-bar #close_map{
  background: #1A2730;
  color:#ffffff;
}
.widget-popup-control-bar #close_map:hover{
  background: #5CB6CB;
  color:#000;
}

/*---------------end mobile google map default theme css----------------*/

.recaptchatable #recaptcha_response_field {
    background-color:#fff!important;
}

#menu ul#nav li.current a {color: #fff;}

.top_menu{
        -webkit-box-shadow:  0px 1px 4px 2px rgba(0, 0, 0, 0.5); 
        box-shadow:  0px 1px 4px 2px rgba(0, 0, 0, 0.5); 
        background:#000;
}

ul#nav li ul {
background:#000;
}


#menu ul#nav a, #menu ul#nav a:visited{
color: #959CA2;
text-shadow: none;
text-decoration:  none;
font-size: 1em;
}

ul#nav li a:hover, ul#nav li.current a{

color:#fff!important;
font-weight: bold;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #f1aa10;

}
#menu #nav li ul { /* second-level lists */
  background: #292929;
  background-color: #2C2C2C;
  background-repeat: repeat-x;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  background-image: -moz-linear-gradient(center top , #333333, #222222);
  border-bottom: 2px solid #f1aa10;
}
.mobilenav { 
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2); 
  border-radius: 4px 4px 4px 4px; color: #FFFFFF; 

  border: 1px solid #999999;

}
@media (max-width: 767px) { 
 
  #top-navigation li a {
    color:#959CA2;
    border-left: 5px solid #f1aa10;
    
  }
  ul#nav li ul {
background:none;
}
  
  #top-navigation li a:hover, #top-navigation li a:active {
    border-left-color: #fff;
    color:#fff;
  }

}