/* =================  default websplanet CSS =============== */
.languages {}
.headerimage {}
.slogan {}
.logo {
  font-size: 2.0em;
line-height:1;
  padding: 40px 0;
  text-decoration: none;

}
.content-data{

  font-family: Tahoma,sans-serif ;
  font-size: 13px ;
  line-height: 1.5em ;

}
.skinBg {}
.skinAlign {}
.footerText {}
.footerLinks {}
.titles {}

.astrix {}
.form_field_text {}
.text_field {}
.text_field_big {}

.buttons {
    border-width: 1px;
    padding:6px 24px;
}
.buttons:active {
    position:relative;
    top:1px;
    box-shadow:none;
}
.search_button {}
.search_field {}
.search_text {}
.search_result_highlight {}

.login_field {}


/* Modules */

.module-wrapper {}
.module-title {}
.module-content {}

/* Widgets */

.widget-wrapper {margin:7px;}
.widget-title {}
.widget-body {}

/* picture+text widget */
.image_wrapper.free-image-left{
    margin-right: 5px;
}
.image_wrapper.free-image-right{
    margin-left: 5px;
}

/* Default font size values */
.widget-body .freetextarea font[size="1"] {font-size:xx-small}
.widget-body .freetextarea font[size="2"] {font-size:x-small}
.widget-body .freetextarea font[size="3"] {font-size:small}
.widget-body .freetextarea font[size="4"] {font-size:medium}
.widget-body .freetextarea font[size="5"] {font-size:large}
.widget-body .freetextarea font[size="6"] {font-size:x-large}
.widget-body .freetextarea font[size="7"] {font-size:xx-large}

/* margin on jobs/FAQ/ pages */
#jobs-module {
    margin-left: 30px;
    width: auto !important;
}


/*------------widget popup default (google map/gallery/contactus on mobile version) ---------*/
.widget-popup{
    overflow:hidden; 
    top:0px; 
    left:0px;
    position:absolute; 
    width:100%;                       
    z-index:1000;
}
.widget-popup-control-bar{
    overflow:hidden; 
    position:fixed; 
    top:0px; 
    left:0px;
    width:100%;
    height:50px;
}
.widget-popup-content{
    display:inherit;
    overflow:hidden; 
    position:absolute; 
    top:30px; 
    left:0px;
    width:100%;
    height:420px;
    display:inherit;
}
.widget-popup-control-bar #close_map{
  text-align:center;
  font-weight:bold;
  font-size:1em;
  line-height:50px;
}
.widget-button{
    width:100%; 
    height:30px; 
    text-align:center; 
    padding-top:10px;  
    z-index:1001;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
div.widget-button:hover{cursor:pointer;}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .widget-popup{
        height: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .widget-popup{
    height: 480px;
    }
}

/* =================  click to action button =============== */

#fixed_mobile_action{display:none;}
.tab {
    height: 42px;
    position: relative;
    top: 0;
    z-index: 99999;
}

.tab ul.mobile_action {
    display: block;
    clear: right;
    height: 42px;
    width: 203px;
    font-weight: bold;
    line-height: 42px;
    margin: 0 auto;
    color: white;
    font-size: 80%;
    text-align: center;
}

.tab ul.mobile_action li.left {
    height: 42px;
    width: 30px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.tab ul.mobile_action li.right {
    height: 42px;
    width: 30px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}
.tab ul.mobile_action li {
    text-align: left;
    padding: 0 6px;
    display: block;
    float: left;
    height: 42px;
    margin-bottom:0;
}

.tab label.open, .tab label.close {
    height: 20px;
    line-height: 20px !important;
    padding-left: 30px !important;
    cursor: pointer;
    display: block;
    width: 100px;
    position: relative;
    top: 11px;
}

/* sliding panel */
#toppanel {
    /*position: absolute;  Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    width: 100%;
    z-index: 99999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.ios4{position: absolute;bottom:0;}
.ios5{position: fixed;bottom:0;}
#panel {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    z-index: 99995;
    display: none;
}

#panel p {
    margin: 5px 0;
    padding: 0;
}

#panel a {
    text-decoration: none;
}

#panel .panel-content {
   
    text-align: left;
    font-size: 0.85em;
}
.icon{
    margin:20px auto;
    width:250px;
    font-size: 1.5em;
    height: 50px;
    font-weight: bold;

}
.icon a{
    display: block;
    padding-left: 55px;
    line-height: 50px
}

@media only screen and (max-width: 767px){
    #fixed_mobile_action{display:block;}
    #panel {
    width: 100%;
    height: 150px;
    }
    .icon {
      float: left;
      font-size: 1.5em;
      font-weight: bold;
      height: 50px;
      margin: 20px 0 0 20px;
      width: auto;
    }
     body{
	padding-bottom:40px !important;
}
}
@media only screen and (max-width:479px){
#panel {
    width: 100%;
    height: 220px;
    }

}

/* =================  end click to action button =============== */

/* =================  templates grid elements =============== */

.headerimage img{
    width: 100%;
    margin-top: 10px;
}
 
.footer-content{
    padding: 30px 47px;
    text-align: center;
}

.footer{
    margin-bottom:30px;

}


.mirrormenu{/*float: left;margin: 20px 0;*/ }
/* ================= media queries =============== */

@media only screen and (max-width: 767px) {

    .footer .mirrormenu {
    display:none;
    }
        
    .headerimage img{
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .headerimage img{
        width: 100%;
    }
   
}



.content-data {

    padding: 30px 40px;
}

.header-image-shadow img {
    width: 100%;
}

.header-menu {
    margin-bottom: 20px;
}