/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .footer-box .box-content p {
        margin-bottom: 15px;
    }
    .footer-box .box-content {
        min-height: 560px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1550px) {
    .container {
        width: 1500px;
    }
    
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1850px) {
    header .navbar.fixed-theme .navbar-nav>li>a { 
        font-size: 21px;
    }
    .home-carousel.carousel .item {
        height: 518px;
    }
    .home-carousel .item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .container {
        width: 1830px;
    }
    header .navbar .navbar-nav>li>a {
        font-size: 22px;
    }
    .carousel-control {
        width:135px;
    }
    .slick-slide {
        text-align: center;
    }
    .section-logo-slider a>img{
        margin: 0 auto;
    }
    .btn-full-access {
        font-size: 24px;
    }
    .section-intro h3 {
        font-size: 35px;
    }
    .section-intro p {
        font-size: 22px;
        line-height: 26px;
    }
    .section-intro .btn-pink span:first-child {
        font-size: 23px;
    }
    .section-intro .btn-pink span:nth-child(2) {
        font-size: 46px;
    }
    .section-intro .btn-pink span:last-child {
        font-size: 22px;
    }
    .section-intro .btn-pink {
        padding: 10px;
        margin-left: 50px;
        line-height: 32px;
    }
    .section-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .filter {
        font-size: 24px;
    }
    .video-box .title h5 {
        font-size: 22px;
        font-weight: 900;
    }
    .video-box .title p{
        font-size: 18px;
    }
    .video-meta {
        font-weight: 900;
        font-size: 20px;
    }
    .video-meta .icon {
        width: 25px;
        height: 25px;
        background-size: contain;
    }
    .section-recent-models .title a {
        font-size: 22px;
    }
    .footer-top .btn-pink, .big-btn-pink {
        font-size: 47px;
        padding: 21px;
    }
    footer {
        padding-top: 67px;
    }
    .footer-logo {
        margin-top: 40px;
    }
    .footer-middle {
        padding-top: 40px;
    }
    .footer-box h1 {
        font-size: 28px;
    }
    .footer-box .box-content p {
        line-height: 30px;
    }
    .footer-box .box-content {
        min-height: 600px;
    }
    .section.offer-text {
        font-size: 38px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .profile-box .model-name {
        font-size: 57px;
        margin-top: -20px;
    }
    .profile-box .model-meta {
        font-size: 30px;
    }
    .profile-box img {
        margin-right: 40px;
    }
    .profile-box {
        padding: 48px 65px;
    }
    .btn-likes {
        font-size: 36px;
    }
    .btn-likes .icon {
        width: 36px;
        height: 36px;
        background-size: 36px;
    }
    .section-sites-models .section-title {
        font-size: 30px;
    }
    .section-sites-models .title {
        padding: 25px 55px 10px 55px;
    }
    .section-sites-models .title h5 {
        font-size: 30px;
    }
    .section-sites-models .btn-view-video {
        font-size: 24px;
        margin-top: 25px;
        padding: 15px 40px;
    }
    .section-video-pages .title h5 {
        font-size: 30px;
    }
    .section-video-pages .video-box .title p {
        line-height: 30px;
    }
    .section-video-pages .video-box .title {
        padding: 24px 40px;
    }
    .title .btn-area a {
        padding: 8px 30px;
        font-size: 22px;
        line-height: 22px;
    }
    .section-video-pages .btn-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .title-top span {
        font-size: 19px;
    }
    .section-video-pages .big-btn-pink {
        font-size: 38px;
        padding: 17px 15px;
        width: auto;
    }
    header#header.fixed-theme + section {
        padding-top: 73px;
    }
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    header .navbar.fixed-theme .navbar-nav>li>a {
        font-size: 14px;
    }
    header .navbar-brand img {
        max-width: 200px;
        margin-top: 4px;
    }
    header#header.fixed-theme + section {
        padding-top: 58px;
    }
    header .navbar .navbar-nav>li>a {
        padding: 5px 10px;
    }

    header .navbar .navbar-nav {
        margin-top: 0;
    }

    header .navbar-brand {
        height: auto;
    }
    .navbar-brand.fixed-theme > img {
        max-width: 200px;
    }
    .home-carousel.carousel .item {
        height: 100%;
    }
    .home-carousel .item img {
        min-height: 100% ;
    }
    .section-logo-slider {
        margin-top: -5px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    header .navbar .navbar-nav>li>a {
        padding: 5px 8px;
        font-size: 10px;
    }

    .section-intro .btn-pink {
        margin-top: 20px;
    }

    .footer-top .btn-pink,
    .big-btn-pink {
        font-size: 24px;
    }

    .footer-box .box-content {
        height: auto;
        min-height: auto;
    }
    header .navbar.fixed-theme .navbar-nav>li>a {
        font-size: 11px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    header .navbar>.container .navbar-brand,
    header .navbar>.container-fluid .navbar-brand {
        margin-left: 15px;
    }

    .section-intro .btn-pink span:nth-child(2) {
        font-size: 22px;
        margin-top: 15px;
    }

    .col-20 {
        width: 50%;
    }

    header .navbar .navbar-nav {
        width: 100%;
    }

    header .navbar .navbar-nav>li>a {
        font-size: 14px;
    }
    .footer-middle {
        display: none;
    }
    .footer-top .btn-pink,
    .big-btn-pink {
        font-size: 18px;
    }

    .footer-top .btn-pink {
        width: 100%;
    }

    footer {
        padding-top: 20px;
    }

    .navbar-default .navbar-toggle {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .section.offer-text {
        font-size: 16px;
    }

    .filter select {
        font-size: 12px;
        width: 33.3%;
        float: left;
        border-right: 1px solid #fff;
    }

    .filter select:last-child {
        border-right: 0px;
    }

    .filter {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-bottom p {
        font-size: 12px;
    }

    .section-video-pages .big-btn-pink {
        width: 100%;
        font-size: 18px;
    }

    .section-title {
        font-size: 24px;
    }
    
    .navbar-brand.fixed-theme > img {
        max-width: 200px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .col-20 {
        width: 100%;
    }

    .footer-top .btn-pink,
    .big-btn-pink {
        font-size: 16px;
    }

    .footer-box {
        padding: 20px;
    }

    .profile-box .model-name {
        font-size: 24px;
    }

    .profile-box img,
    .profile-box span.model-info {
        display: block;
    }

    .profile-box img {
        margin-right: 0px;
        width: 100%;
    }

    .profile-box .pull-left,
    .profile-box .pull-right,
    .title-top .pull-left,
    .title-top .pull-right {
        width: 100%;
    }

    .title-top .btn-likes {
        margin-top: 5px;
    }

    .profile-box {
        padding: 20px;
    }

    .col-lg-3.col-md-3.col-xs-6 {
        width: 100%;
    }

    .section-video-pages .col-md-8.col-md-offset-2 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .section-logo-slider a>img {
        max-width: 85px;
    }
    .btn-full-access {
        font-size: 14px;
        top: -58px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}