@media screen and (max-width: 1550px) {
    .home-top {
        height: 656px;
    }
    
    .home-title {
        left: 41%;
    }
    
    .home-top img {
        height: 100%;
    }
    
    .slider-bot {
        bottom: -1px
    }
}

@media screen and (max-width: 1350px) {
    .home-intro {
        width: 1000px;
    }
    
    .desc-text {
        width: 469px;
        margin-top: 154px;
    }
    
    .desc-text.sleeping-desc {
        margin-top: 6px;
    }
    
}

@media screen and (max-width: 1260px) {
    .container {
        width: 1000px;
    }
    a.imgthumb {
        width: 330px;
        height: 220px;
    }
    
    .fourth {
        width: 240px;
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 25px;
    }
    
    label {
        padding-left: 5px;
    }
    
    .third {
        width: 29.5%;
    }
}

@media screen and (max-width: 1200px) {
    .home-top {
        position: relative;
        height: 556px;
    }
    
    .home-top img {
        height: 100%;
    }
    
    h2, h3 {
        font-size: 43px;
        line-height: 51px;
    }
    
    a.logo {
        font-size: 14px;
        font-weight: 300;
        padding-top: 13px;
    }
}

@media screen and (max-width: 1050px) {
    .home-top {
        height: 392px;
    }
    
    .home-top img {
        height: 100%;
    }
    
    .home-title {
        margin-top: -154px;
        left: 44%;
    }
    
    h2, h3 {
        font-size: 36px;
        line-height: 45px;
    } 
    .home-intro {
        width: 700px;
    }
    
    .desc-text {
        width: 375px;
        margin-top: -19px;
        padding-left: 31px;
        box-sizing: border-box;
        margin-left: -32px;
    }
    
    .paul-image {
        width: 342px;
    }
    
    .paul-image img {
        width: 100%;       
    }
    
    .desc-text.sleeping-desc {
        margin-top: -15px;
    }
}

@media screen and (max-width: 1040px) {
    .container {
        width: 700px;
    }
    
    a.imgthumb {
        width: 347px;
        height: 229px;
    }
    
    .fourth:nth-child(2) {
        margin-right: 0px;
    }
    
    .fourth {
        width: 343px;
    }
    .third {
        width: 29.5%;
        margin-right: 30px;
    }
    
    .detail-bar {
        height: 217px;
    }
    
    .row {
        margin-top: 47px;
    }
        
        
}

@media screen and (max-width: 1000px) {
    .carousel {
        width: 400px;
        padding: 0px 71px
    }
    .flickity-prev-next-button.previous {
        left: -2px;
    }
    
    .carousel-cell {
        width: 400px;
    }
    .flickity-page-dots {
        padding-right: 159px;
    }
    
}

@media screen and (max-width: 910px) {
    
    .home-top {
        height: 392px;
        overflow: hidden;
    }
    
    img.mobile-slider {
        display: block;
        height: auto;
        width: 100%;
    }
    
    .home-title {
        margin-top: -154px;
        left: 50px;
    }
    
    h2 {
        font-size: 36px;
        line-height: 45px;
    }
    
    img.desktop-slider {
        display: none;
    }
    
    img.mobile-slider {
        display: block;
    }
}

@media screen and (max-width: 790px) {
    .copyright p {
        width: 100% !important;
        text-align: left;
    }
    
}

@media screen and (max-width: 770px) {
    
    .home-top {
        height: 392px;
        overflow: hidden;
    }
    
    img.mobile-slider {
        display: block;
        height: 392px;
        width: auto;
    }
}

@media screen and (max-width: 740px) {
    .home-intro {
        width: 100%;
        margin-top: 45px;
    }
    
    h4, p.ddp {
        text-align: center;
    }
    
    .desc-text {
        width: 425px;
        margin: auto;
        display: block;
        margin-top: 40px;
        padding-left: 0px;
        box-sizing: border-box;
        margin-left: inherit;
        text-align: center;
    }
    
    h2.name {
        text-align: center;
    }
    
    .paul-image {
        width: 425px;
        margin: auto;
        display: block;
    }
    
    .paul-image img {
        width: 100%;       
    }

    .container, p.titlep {
        width: 500px;
    }
    
    .fourth {
        width: 100%;
    }
    
    a.imgthumb {
        width: 247px;
        height: 168px;
    }
    
    .desc-text.sleeping-desc {
        margin-top: 16px;
    }
    
    .third {
        display: block;
        width: 400px;
        margin: auto;
        margin-bottom: 65px;
    }
    
    .third:last-child {
        margin-right: auto;
    }
    
    h5 {
        font-size: 30px;
        margin-top: 3px;
    }
    
    .detail-bar {
        height: auto;
        padding-bottom: 4px;
        margin-bottom: 112px;
    }
    
    p.ddp {
        width: auto;
    }
}

@media screen and (max-width: 720px) {
    ul.menu li {
        display: none;
    }
    
    ul.menu li.social {
        display: inline-block;
    }
    
    ul.menu {
        margin-right: 56px;
    }
}

@media screen and (max-width: 670px) {
    a.btn-default.ftr {
        margin-right: 10px;
        width: 126px;
        padding: 14px 15px;
    }
    
    .footer-btn-holder {
        width: 503px;
    }
}

@media screen and (max-width: 600px) {
    
    .home-title {
        margin-top: -154px;
        left: 20px;
    }
    
    h2, h3 {
        font-size: 30px;
        line-height: 36px;
        font-weight: normal;
    }
    
    span.title-line {
        margin-left: 0px;
        display: inline-block;
    }
}

@media screen and (max-width: 555px) {
    .carousel {
        width: 270px;
        padding: 0px 50px;
    }
    .flickity-prev-next-button.previous {
        left: -2px;
    }
    
    .carousel-cell {
        width: 270px;
    }
    .flickity-page-dots {
        padding-right: 105px;
    }

    a.btn-default.ftr {
        margin-right: 0px;
        width: 100%;
        padding: 14px 15px;
        box-sizing: border-box;
    }
    
    .footer-btn-holder {
        width: 270px;
    }
}

@media screen and (max-width: 540px) {
    .container, p.titlep {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    
    a.imgthumb {
        width: 100%;
        height: 300px;
    }
}


@media screen and (max-width: 480px) {
    .home-intro {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
        margin-top: 26px;
    }
    
     .desc-text, .paul-image {
         width: 100%
    }
    
    .third {
        width: 100%
    }
}









