/*Mobile*/
@media (max-width: 767px) {
    .mobi-logo {
        display: inline-block!important;
        width: 60%;
        float: left;
        margin-right: auto;
        margin-left: auto;
        padding: 10px;
    }
    
    .mobi-logo img {
        width: 90%;
    }
    
    .logo {
        display: none;
    }
    
    .header .col-md-12 {
        padding: 0;
    }
    
    .navbar {
        margin-bottom: 0;
    }
    
    .navbar-default .navbar-toggle span>i {
        font-size: 20px;
        color: #4C555E;
    }
    
    .navbar-toggle {
        padding: 15px;
        margin-top: 25px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #D8D8D8;
        background-image: none;
        border-radius: 0;
        float: right;
    }
    
    .navbar-default .navbar-collapse {
        border-color: #e7e7e7;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 999;
        width: 100%;
        -webkit-box-shadow: 0px 2px 9px -1px rgba(76,85,94,1);
        -moz-box-shadow: 0px 2px 9px -1px rgba(76,85,94,1);
        box-shadow: 0px 2px 9px -1px rgba(76,85,94,1);
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .navbar-nav, .navbar-nav>li {
        float: none;
        margin: 0;
        display: block;
    }
    
    .btns-div {
        padding-bottom: 0;
        padding-top: 20px;
    }
    
    .btns-div .btn-primary {
        margin-bottom: 20px;
    }
    
    /*============================= Owl-carousel ==============================*/
    .owl-nav {
        position: absolute;
        top: 100%;
        width: 100%;
    }
    
    .owl-nav i {
        font-size: 25px;
        padding-top: 10px;
    }
    
    .owl-carousel .owl-nav .owl-next {
        width: 45%;
        display: inline-block;
        float: right;
        text-align: left;
    }
    
    .owl-carousel .owl-nav .owl-prev {
        width: 45%;
        display: inline-block;
        text-align: right;
    }
    
    /*=========================================================================*/
    .home-header {
        padding-left: 0;
        padding-right: 0;
    }
    
    .home-intro {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    
    .home-intro h1 {
        text-align: center;
        font-size: 30px;
        line-height: 40px;
    }
    
    .intro-txt {
        padding-left: 0;
        text-align: center;
        padding-top: 20px;
    }
    
    .section-heading h2 {
        padding: 20px;
        font-size: 25px;
    }
    
    .mobi-slide {
        display: block!important;
        margin-bottom: 60px;
    }
    
    .mobi-display-none {
        display: none;
    }
    
    .owl-carousel.mobi-slide .owl-item img {
        -moz-transition: all 0.3s;
    	-webkit-transition: all 0.3s;
    	transition: all 0.3s;
    	border-radius: 100%;
    }
    
    .owl-carousel.mobi-slide .owl-item .image-wrapper:hover img {
        -moz-transform: scale (1.1);
        -webkit-transform: scale:(1.1);
        transform: scale(1.1);
        border-radius: 100%;
    }
    
    /*If any padding/margin needs to be applied to the image itself, target it here:*/
    
    .owl-carousel.mobi-slide .owl-item .image-wrapper {
    	overflow:hidden;
    	position: relative;
    	text-align: center;
    	padding: 20px;
    } 
    
    .owl-carousel.mobi-slide .owl-item .overlay {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
    }
    
    .owl-carousel.mobi-slide .owl-item .overlay p {
        color: #fff;
        font-size: 30px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    }
    
    .instagram-feed .col-md-2 {
        width: 50%;
        float: left;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    
    .other-headers.make-up {
        padding-left: 0;
        padding-right: 0;
    }
    
    .mobi-0 {
        display: none;
    }
    
    .other-headers h1 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 25px;
    }
    
    .content {
        text-align: center;
        padding-bottom: 20px;
    }
    
    .instagram .col-md-2 {
        width: 50%;
        float: left;
        margin-right: auto;
        margin-left: auto;
    }
    
    .products-slide {
        margin-top: 0;
    }
    
    /*============================== About page ===============================*/
    
    .team .section-heading h2:after {
        top: 33%;
    }
    
    .team .section-heading {
        padding-bottom: 40px;
    }
    
    .team-intro {
        text-align: center;
    }
    
    .team-mobi-slide {
        display: block!important;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .team-mobi-slide p {
        font-size: 25px;
        line-height: 32px;
        margin-top: 15px;
    }
    
    /*============================ Contact page ===============================*/
    .contact-form {
        padding-top: 0;
    }
    
    input, textarea {
        padding: 10px;
        margin-bottom: 15px;
    }
    
    /*============================ Footer =====================================*/
    .footer-social {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-social a>i {
        font-size: 20px;
        padding: 15px 20px;
    }

    .footer-logo, .footer-details, .footer-times {
        text-align: center;
        padding-bottom: 20px;
    }

    .footer-logo img {
        width: 65%;
    }
    
    .footer-details span.left, .footer-details span.right {
        float: none!important;
        font-size: 18px;
    }
    
    .footer p, .footer a {
        font-size: 18px;
    }
    
    .mobi-only {
        display: block!important;
    }
    
    .footer-social img {
        width: 15%;
    }
}

/*Tablet & small screens:*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        margin-bottom: 0;    
    }
    
    .logo img {
        width: 30%;
    }
    
    .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:link, .navbar-default .navbar-nav>li>a:visited, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .home-header {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .home-intro .col-md-4 {
        width: 40%;
        float: left;
        margin-right: auto;
        margin-left: auto;
    }
    
    .home-intro .col-md-8 {
        width: 60%;
        float: left;
        margin-right: auto;
        margin-left: auto;
    }
    
    .home-intro h1 {
        text-align: left;
        line-height: 40px;
    }
    
    .home-intro h1>br {
        display: none;
    }
    
    .intro-txt {
        padding-left: 0;
    }
    
    .mobi-slide {
        display: block!important;
        margin-bottom: 60px;
    }
    
    .mobi-display-none {
        display: none;
    }
    
    .home-products .section-heading {
        padding-bottom: 0;
    }
    
    .other-headers.make-up {
        padding-left: 0;
        padding-right: 0;
    }
    
    /*.mobi-0 {*/
    /*    display: none;*/
    /*}*/
    
    /*.mobi-only {*/
    /*    display: block!important;   */
    /*}*/
    
    /*============================= Owl-carousel ==============================*/
    .owl-nav {
        position: absolute;
        top: 100%;
        width: 100%;
    }
    
    .owl-nav i {
        font-size: 25px;
        padding-top: 10px;
    }
    
    .owl-carousel .owl-nav .owl-next {
        width: 45%;
        display: inline-block;
        float: right;
        text-align: left;
    }
    
    .owl-carousel .owl-nav .owl-prev {
        width: 45%;
        display: inline-block;
        text-align: right;
    }
    
    .owl-carousel.mobi-slide .owl-item img {
        -moz-transition: all 0.3s;
    	-webkit-transition: all 0.3s;
    	transition: all 0.3s;
    	border-radius: 100%;
    }
    
    .owl-carousel.mobi-slide .owl-item .image-wrapper:hover img {
        -moz-transform: scale (1.1);
        -webkit-transform: scale:(1.1);
        transform: scale(1.1);
        border-radius: 100%;
    }
    
    /*If any padding/margin needs to be applied to the image itself, target it here:*/
    
    .owl-carousel.mobi-slide .owl-item .image-wrapper {
    	overflow:hidden;
    	position: relative;
    	text-align: center;
    	padding: 20px;
    } 
    
    .owl-carousel.mobi-slide .owl-item .overlay {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
    }
    
    .owl-carousel.mobi-slide .owl-item .overlay p {
        color: #fff;
        font-size: 30px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    }
    
    .instagram-feed .col-md-2 {
        width: 33.3%;
        float: left;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    
    .other-headers h1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .btns-div {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    /*============================== About page ===============================*/
    
    .team .section-heading h2:after {
        top: 33%;
    }
    
    .team .section-heading {
        padding-bottom: 40px;
    }
    
    .team-intro {
        text-align: center;
    }
    
    .team-mobi-slide {
        display: block!important;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .team-mobi-slide p {
        font-size: 25px;
        line-height: 32px;
        margin-top: 15px;
    }
    
    /*============================ Makeup page ================================*/
    .home-insta .col-md-2 {
        width: 33.3%;
        float: left;
        margin-right: auto;
        margin-left: auto;
        min-height: 280px;
    }
    
    .makeup-gallery .col-md-2 {
        width: 33.3%;
        float: left;
        margin-right: auto;
        margin-left: auto;
    }
    
    /*============================= Contact page ==============================*/
    
    input, textarea {
        padding: 10px;
        margin-bottom: 20px;
    }
    
    /*============================= Footer ====================================*/
    
    .footer-social {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    
    .footer-social a>i {
        font-size: 20px;
        padding: 15px 20px;
    }
    
    .footer-logo img {
        width: 35%;
    }
    
    .footer-logo, .footer-details, .footer-times {
        text-align: center;
        padding-bottom: 20px;
    }
    
    .footer-details span.left, .footer p, .footer a, .footer-details span.right {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo {
        margin-bottom: 0;
    }

    .logo img {
        width: 25%;
    }
    
    .home-intro h1 {
        line-height: 50px;
    }
    
    .intro-txt {
        padding-left: 20px;
        padding-right: 60px;
    }
    
    .home-treatments .col-md-4 {
        padding: 0;
    }
    
    .image-wrapper img {
        width: 90%;
    }
    
    .other-headers.make-up {
        padding-left: 0;
        padding-right: 0;
    }
    
    .other-headers h1 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    #controls .nav>li>a {
        padding: 15px 0px;
        font-size: 18px;
    }
    
    .makeup-gallery .col-md-2 {
        margin-bottom: 15px;
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .team-item-content img {
        width:86%;
    }
    
    .team .col-md-5 {
        padding-left: 100px;
    }
    
    /*============================= Footer ====================================*/
    .footer-social {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    
    .footer-social img {
        width: 6%;
    }

    .footer-social a>i {
        font-size: 20px;
        padding: 15px 20px;
    }
    
    .footer-logo img {
        width: 25%;
    }
    
    .footer .col-md-8 {
        width: 100%;
        float: left;
        margin-right: auto;
        margin-left: auto;
    }
    
    .footer-logo, .footer-details, .footer-times {
        text-align: center;
        padding-bottom: 20px;
    }
    
    .footer-details span.left, .footer p, .footer a, .footer-details span.right {
        font-size: 18px;
    }
}

/*Laptop:*/
@media (min-width: 1199px) and (max-width: 1600px) {
    .navbar {
        margin-bottom: 0;    
    }
    
    .logo {
        margin-bottom: 0;
    }
    
    .logo img {
        width: 20%;
    }
    
    .intro-txt {
        padding-left: 50px;
        padding-right: 70px;
    }
    
    .home-intro h1 {
        line-height: 40px;
    }
    
    .image-wrapper img {
        width: 80%;
    }
    
    .home-treatments .col-md-4 {
        padding: 0;
    }
    
    .other-headers.make-up {
        padding-left: 0;
        padding-right: 0;
    }
    
    .team .col-md-5 {
        padding-left: 90px;
    } 
    
    .team-item-content img {
        width: 83%;
    }
    
    .footer-logo img {
        width: 35%;
    }
}