/*Mobile*/
@media (max-width: 767px) {
    .mobile-only  {
        display: block!important;
        max-height:100vh;
        height: 100vh;
        overflow: hidden;
        color: #fff!important;
    }

    .main {
        display: none!important;
    }
    
    .mobile-only .top img {
        width: 60%;
        padding-left: 10px;
    }
    
    .mobile-only p, .mobile-only a {
        line-height: 25px;   
        color: #fff!important;
    }
    
    #mobi-content {
        overflow: hidden;
    }
    
    #mobi-content h1 {
        text-transform: uppercase;
        font-size: 35px;
        padding-top: 30%;
        line-height: 40px;  
    }
    
    span {
    	position: absolute;
        right: 20px;
        left: auto;
        top: 0;
        bottom: 0px;
        height: 100px;
        width: 20px;
        z-index: 9999;
        vertical-align: bottom;
        padding-top: 10px;
    }
    
    span a>i {
        font-size: 40px;
        color: #fff;
        vertical-align: middle;
        z-index: 999999;
    }
    
    .popup-close {
        top: 10px;
        height: 25px;
    }
    
    .popup-close i {
    	font-size: 20px;
    }
    
    .top {
        background-color: transparent;
        z-index: 999;
        text-align: left!important;
    }
    
    .medispa {
        background-image: url("/images/edenmedispa.jpg");
        background-position: center;
        background-size: cover;
        min-height: 93vh;
        height:auto;
        text-align: center;
        color: #fff;
        padding-top: 15%;
        padding-right: 10%;
        padding-left: 10%;
        overflow: hidden;
        position: relative;
    }
    
    .shampu {
        background-image: url("/images/shampu.jpg");
        background-position: center;
        background-size: cover;
        min-height: 92vh;
        height:auto;
        text-align: center;
        color: #fff;
        padding-top: 15%;
        padding-right: 10%;
        padding-left: 10%;
        overflow: hidden;
        position: relative;
    }
    
    .owl-theme .owl-nav {
    	font-size: 15px;
    	padding-left: 15px;
    	padding-right: 15px;
    }
    
    .owl-prev {
        position: absolute;
        left: 0px;
        top: 50%;
        font-size: 30px;
        color: #fff;
    }
    
    .owl-next {
        position: absolute;
        right: 0px;
        top: 50%;
        font-size: 30px;
        color: #fff;
    }
    
    .mobi-address{
        position: absolute;
        bottom: 5%;
        left: 0;
        width: 100%;
        margin-bottom: 0;
        /*line-height: 40px;*/
        color: #fff;
        z-index: 9999999;
        font-size: 13px;
    }
    
    #map {
        width: auto;
        height: 100%;
        z-index: 9999;
    }
    
    #map-content {
        max-width: 180px; 
    }
    
    #map-content img {
        width: 70%;
    }
}

/*Tablet & small screens:*/
@media (min-width: 768px) and (max-width: 991px) {
    .right-half .text {
        padding-top:20vh;
        width: 80%;
        left: 5%;
    }
    
    .left-half .text {
        padding-top: 20vh;
        width: 80%;
        left: 15%;
    }
    
    .right-half .text br, .left-half .text br {
        display: none;
    }
    
    #content h1 {
        font-size: 40px;
        line-height: 40px;
    }
    
    .top img {
        width: 25%;
    }
    
    span {
        left: 89%;
    }
    
    span a > i {
        font-size: 40px;
    }
    
    .popup-close {
        top: 70px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .right-half .text {
        padding-top: 35vh;
        width: 85%;
        left: 4%;
    }
    
    .left-half .text {
        padding-top: 35vh;
        width: 87%;
        left: 10%;
    }
    
    .right-half .text br, .left-half .text br {
        display: none;
    }
    
    #content h1 {
        line-height: 40px;
    }
    
    .top img {
        width: 20%;
    }
    
    span {
        left: 91%;
    }
    
    .bottom p {
        padding-top: 5px;
    }
    
    .popup-close {
        top: 70px;
        right: 0px;
    }
}

/*Laptop:*/
@media (min-width: 1199px) and (max-width: 1600px) {
    .right-half .text {
        /*padding-top: 35vh;*/
        width: 85%;
        left: 4%;
    }
    
    .left-half .text {
        /*padding-top: 35vh;*/
        width: 87%;
        left: 10%;
    }
    
    #content h1 {
        font-size: 30px;
    }
    
    .left-half .text p, .right-half .text p {
        font-size: 18px;
    }
    
    .right-half .text br, .left-half .text br {
        display: none;
    }
    
    .popup-close {
        top: 70px;
        right: 0px;
    }
}