/******


NO LOAD

MIGRATED TO MAIN.css



*****/









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

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


body {
    /*color: #242F33 !important; */
    color: #777 !important; 
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
  
}




/****** BOOSTRAP 5 -- slider ****/

.carousel-control-next, .carousel-control-prev {
  
  width: 7% !important;
 
}







/***************** RESPONSIVE IMAGES BU POSITION OR MODULE ***********/
/*#stage img { max-height: 100%; max-width: 100% !important; position: relative; }
img { max-height: 100%; max-width: 100% !important; position: relative;}*/

.img-responsive {
    max-width: 100% !important;
    max-height: 100% !important;
    position: relative !important;
}




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

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

/*
#wrap_head {
    float: left;
    width: calc(100% - 30px);
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
 z-index: 9998 !important;
    background-color: #fff;
}*/
#wrap_head {
    float: left;
    width: calc(100% - 30px);
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
 	z-index: 9998 !important;
    background-color: #fff;
  	top:0;
  
  /** for animation **/
   -moz-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
    -webkit-transition: top .2s ease-out;
    transition: top .2s ease-out;
}

#wrap_body {
    background-color: #fff;
    float: left;
    width: 100%;
    z-index: 99;
   
  margin-top: 95px;
}
div#stage {
    padding-top: 0px;
}





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


#top_bar {
    width: 100%;
    z-index: 9999999;
    padding: 25px 25px 5px;
    float:left;
}

#logo {
    float: left;
    padding-left: 20px;
    margin-top: -6px;
}


#mainmenu {
    float: right;
    display: inline-block;
    padding-top: 21px;
}
/******* lang + top bots ****/
#topinfo {
    float: right;
    display: inline-block;
    position: absolute;
    right: 0;
  z-index: 99999999 !important;
}

#lang {
    float: left;
}
#topsearch {
    float: right !important;
    display: inline-block;
}





/************** 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: #F6F5F2;
}


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



.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#stage {
    background-color: #fff;
    float: left;
    margin: 0 auto;
    width: 100%;
}


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



/************ MODULE TABLE ***** WHERE MODULES ARE SET ********/
.moduletable {
    float: left;
    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 !important;
    padding-right: 0 !important;
   
    position: relative;


}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-xl-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}



#under_content {  
    float: left;
    width: 100%;
}


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

#bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
}

#footer {
    float: left;
    width: 100%;
   /* background-color: #F6F5F2;*/
  background-color: #FFF;
    padding: 70px 7vw 100px;
  border-top:1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


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



/*********** FOR 5 COLUMNS BOOTSTRAP ******** using XL instead of LG for bigger screen ***********/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-xl-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20% !important;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20% !important;
        float: left;
    }
}



@media (min-width: 1490px) {
    .col-xl-5ths {
        width: 20% !important;
        float: left;
    }
}




/* 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) {
  
}





