

html { height: 100%; }

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

i, em  {
    font-family: "Raleway";
}

body {
    
    background: #fafafa;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #555;
    text-decoration: none;
}

.container {
    width: 100%;
    position: relative;
}

.container.glamour-intro {
    height: 100%;
    position: absolute;
}






#bg-business.grayscale{
    background-image: url("../images/bg-business.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    filter: grayscale(100%);
    transition: .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%); 
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%); 
    -o-transition: .5s ease-in-out;
}



#bg-leisure.grayscale {
	background-image: url("../images/bg-leisure.jpg") !important;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    filter: grayscale(100%);
    transition: .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%); 
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%); 
    -o-transition: .5s ease-in-out;

}


#bg-business.grayscale:hover, #bg-leisure.grayscale:hover{
    filter: grayscale(0%);
    transition: .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;    
}





.glamour-intro .sl-slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}



.slide-right {
	left:auto !important;
	right: 0;
}


.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}


/*Preloader*/
html.preloader-running, body.preloader-running {
    overflow: hidden;
}

html.preloader-running .sticky-sidebar {
    display: block;
}

div#preloader {
    background-color: white;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

div#preloader.fluidview {
    left: 0px;
}

#status {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 150px;
    margin: -100px 0 0 -100px;
}



.line-top-left-business {
    border-top: 3px solid #222c48;
    left: 20px;
    position: absolute;
    top: 35px;
    width: calc(35% - 20px);
}
.content-center-business {
    color: #222c48;
    font-family: "Raleway";
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 23px;
    margin: 17px auto 0;
    padding-left: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.line-top-right-business {
   border-top: 3px solid #222c48;
    position: absolute;
    right: 0;
    top: 35px;
    width: calc(35% - 20px);
}

.line-left-business {
   /* border-left: 3px solid #222c48;*/
    height: calc(100% - 58px);
    left: 20px;
    position: absolute;
    top: 38px;
}

.line-bottom-business {
    /*border-bottom: 3px solid #222c48;*/
    bottom: 20px;
    position: absolute;
    right: 0;
    width: calc(100% - 20px);
}

.line-top-left-leisure {
    border-top: 3px solid #fff;
    left: 0px;
    position: absolute;
    top: 35px;
    width: calc(35% - 20px);
}
.content-center-leisure {
    color: #ffffff;
    font-family: "Raleway";
    font-size: 34px;
    margin: 17px auto 0;
    padding-right: 20px;
    position: relative;
    text-align: center;
}

.line-top-right-leisure {
    border-top: 3px solid #fff;
    position: absolute;
    right: 20px;
    top: 35px;
    width: calc(35% - 20px);
}

.line-left-leisure {
    /*border-left: 3px solid #fff;*/
    height: calc(100% - 58px);
    right: 20px;
    position: absolute;
    top: 38px;
}

.line-bottom-leisure {
  /*  border-bottom: 3px solid #fff;*/
    bottom: 20px;
    position: absolute;
    left: 0;
    width: calc(100% - 20px);
}



#logo-home {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 190px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 333px;
    z-index: 1;
    top: 0;
    left: 0;
}




.logo-light {
    background-image: url("../images/eminds.png") !important;
}


#logo-home p {
    bottom: 0;
    color: #222c48;
    font-size: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: -28px;
    text-align: center;
}



@media screen and (min-width:481px) and (max-width: 768px) {


    .content-center-business {
        
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 17px;
    margin-top: 19px;
        
    }

    .content-center-leisure {
        
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 17px;
    margin-top: 26px;
        
    }

}


@media screen and (min-width:250px) and (max-width: 480px) {


    .content-center-business {
        
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 17px;
    margin-top: 19px;
        
    }

    .content-center-leisure {
        
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 17px;
    margin-top: 26px;
        
    }

    #logo-home {
   
    bottom: 7%;
    cursor: pointer;
    height: 132px;
    left: 0;
    right: 35px;
    width: 159px;
    
    }


    .logo-light {
    background-image: url("../images/eminds-small.png") !important;
    }


    #logo-home p {
        display: none;
    }

}
