/* FRONTEND CSS
*********************************************/

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}

body {
  
}


/** fix bt content slider **/

#hidden_loader{
  display:none;
}




/* LAYOUT
********************************************/

div#wrap_all {
    margin: 0 auto;
    max-width: 100%;
    float: left;
    width:100%;
    background-color: #fff;
}


#wrap_head {
    float: left;
    position: fixed;
    width: 100%;
    z-index: 9999 !important;
    height: 80px;
    background-color: #fff;
    padding: 0 5%;
}
#wrap_body {
    background-color: #fff;
    float: left;
    width: 100%;
    z-index: 99;
    margin-top: 0px;
}
div#stage {
    padding-top: 0px;
}





/***** TOP BAR  **************************************/


#top_bar {
    width: 100%;
    z-index: 999;
    padding-top: 12px;
}

#logo {
    float: left;
    width: 250px;
}
.logo img {
    width: 100%;
    height: 100%;
}

#mainmenu {
    float: right;
    display: inline-block;
    padding-left: 50px;
   
}
/******* lang + top bots ****/
#topinfo {
    float: right;
    right: 10px !important;
    display: inline-block;
    position: fixed;
    top: 25px;
}


/************** BANNER *****************************/
/*
#banner {
    height: 100vh;
    overflow: hidden;
    margin-top: 0 !important;
}*/




/************** OVER CONTENT *****************************/
#over_content {
    background-color: #fff;
    float: left;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}


#over_content .moduletable {
    float: left;
    margin: 0 !important;
    width: 100%;

}

.greybg {
    background-color: #F5F4F1;
}


/* ARTICLE BLOG LAYOUT
*********************************************************************************/


#stage img {
    max-height: 100%;
    max-width: 100% !important;
    position: relative;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#stage {
    background-color: #fff;
    float: left;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-top: 0px !important;
    width: 100%;
   /* border-top: 1px solid #ddd;*/
}


#stage .maincontent {
    margin: 0 auto !important;
    max-width: 100%;
}






.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;


}


#under_content {
    float: left;
    width: 100%;
    background-color: #F6F5F2;
    padding: 4% 10% 10%;
}

#under_content .moduletable {
    float: left;
    margin: 0 !important;
    width: 100%;
}


#under_content_white {
    float: left;
    width: 100%;
    background-color: #fff !important;
	padding: 6% 10% 10%;
}



#under_content_white .moduletable {
    float: left;
    margin: 0 !important;
    width: 100%;
}


#footer {
    
  	background-color: #242F33;
  
    float: left;
    width: 100%;
    padding: 4% 10% 20px;
    color: #fff;
  text-align: center;
}


#copyright {
   /* background-color: #242F33;*/
    float: left;
    width: 100%;
}

#copyright .zed {
    text-align: right;
}
#copyright .zed a {
   
    /*color: #fff !important;*/
}





/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */

/* Small devices (tablets, 768px and up) 
@media (min-width: 768px) {

}*/

/* Medium devices (desktops, 992px and up) 
@media (min-width: 992px) {

}*/

/* Large devices (large desktops, 1200px and up) 
@media (min-width: 1200px) {

}*/

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}





