/* 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=Pacifico); /* Pacifico */
@import url(http://fonts.googleapis.com/css?family=Asap:400,700italic,400italic,700); /* Asap */

/* 
Turquoise
*/

 /**********************************************************
              body
**********************************************************/
body { background: url(../gfx/bg.png) 0 0 repeat; color:#7c7e80; }
body,p { font-size: 13px;line-height: 20px; }
a,a:visited { text-decoration: none; color:#3A6EA3; }
a:hover { color:#7c7e80; }
a { transition:color 0.25s ease-in;-webkit-transition:color 0.25s ease-in; -moz-transition:color 0.25s ease-in; -o-transition:color 0.25s ease-in; }


/**********************************************************
              #Left + .menu
**********************************************************/
#left { background: #3a6ea3 url(../gfx/bg_2.png) 0 0 repeat;border-right: 10px solid #32424D; } /* background for the left fixed area */

@media only screen and (max-width:767px) {    
    #left {border-right: 0px; } 
}

#left #logo { text-shadow: 1px 1px 1px #000;filter: dropshadow(color=#000, offx=1, offy=1); } /* shadow of the text */
#left #logo h2  a, #left #logo h2 a:visited{ color: #fff; }
#left #logo h2 a:hover {text-decoration: none;}
#left .menu li a { color: #fff; }

.menu li ul li { background: url(../gfx/submnu.png) 0 10px no-repeat; } /* subitems icon */
#left .menu li ul li a {/* color:#e5e5e5; font-size: 12px;font-style: italic;*/ }
#left .menu a:hover { /*color:#fff; font-size:12px!important;*/ }
#left .menu>.current>a {/* background:#2d547d; border-left: 2px solid #408ec1; */display:block;} /* The current page */
#left .menu>li>ul>.current>a {/* background:#2d547d; border-left: 2px solid #408ec1;*/display:block; } /* The current page */
#left .menu>li>ul>li>ul>.current>a { /*background:#6A9ED5; border-left: 2px solid #408ec1;*/display:block; } /* The current page */
#left .menu>li>ul>li>ul>li>ul>.current>a {/* background:#90BBE5; border-left: 2px solid #408ec1;*/display:block; } /* The current page */

/**********************************************************
              #main-content
**********************************************************/
 #main-content h1 {color:#3d454d; }
 #main-content{ }    

/**********************************************************
							#widgets, single widget
**********************************************************/
#widgets-col h3 { color:#3d454d; }
#widgets-col  { }


/**********************************************************
              #copyrights
**********************************************************/
#copyrights { font-style:italic; border-top: 1px solid #e0e0e0; color:#3d454d; }
#copyrights a { color:#000; }
#copyrights a:hover { color:#7c7e80; }

.gallery_diy a img{
  padding: 1px;
  background: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  border-radius: 3px; 
}
/* 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: #1A2730;
  color:#ffffff;
  cursor: pointer;
}
.widget-button:hover{
  background: #2D547D;
  color:#000;
}
.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;
}

.box{
  border-top: 3px solid #DDDDDD;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
}

.box:before, .box:after{
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.box:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}



#left .menu li a {
  background: #ddd;
  color: #444;
}
#left .menu a:hover {
    background: #eee;
}
#left .menu .current > a {
   background: #eee;

}


.menu {
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}



