﻿/*==================================================
=            Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    #main-nav {
        top: 40px;
    }

    #top-bar a.brand > img {
        width: 70px !important;
    }

    #third .sim-shape {
        background-color: rgba(191, 52, 21, 0.8);
    }

        #third .sim-shape:before {
            border-top: 80px solid transparent;
            border-left: 80px solid rgba(191, 52, 21, 0);
        }

    .rate-wrapper {
        position: static;
        bottom: 0;
        left: 0;
        transform: translate(0,0);
    }

    .rate-wrapper, .rate-inner {
        background-color: #4c4c4c;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: rgba(0, 0, 0, 0.95);
    }

    .rate-inner .popluar-destination > .destination-list {
        display: block;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .text-sm-center {
        text-align: center;
    }

    #top-bar a.brand > img {
        width: 100px !important;
    }

    #top-bar span.slogan {
        margin-left: 100px;
    }

    #third .sim-shape {
        background-color: rgba(191, 52, 21, 0.8);
    }

        #third .sim-shape:before {
            border-top: 80px solid transparent;
            border-left: 80px solid rgba(191, 52, 21, 0);
        }

    .rate-wrapper {
        position: static;
        bottom: 0;
        left: 0;
        transform: translate(0,0);
    }

    .rate-wrapper, .rate-inner {
        background-color: #4c4c4c;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: rgba(0, 0, 0, 0.95);
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #main-nav {
        top: 75px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: transparent;
    }

    #top-bar a.brand > img {
        width: 70px !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .text-md-right {
        text-align: right;
    }

    .rate-wrapper, .rate-inner {
        background-color: #4c4c4c;
    }

    #third .sim-shape {
        background-color: rgba(191, 52, 21, 0.8);
    }

        #third .sim-shape:before {
            border-top: 80px solid transparent;
            border-left: 80px solid rgba(191, 52, 21, 0);
        }

    .pull-md-right {
        float: right;
    }

    h1 {
        font-size: 3.2em;
    }

    #top-bar a.brand > img {
        width: auto !important;
    }

    #top-bar span.slogan {
        margin-left: 155px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .slide-title{
        font-size: 2.5em;
    }

    .slide-title + p{
        font-size: 1.2em;
    }

    .rate-wrapper {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-51%);
        -webkit-transform: translateX(-51%);
        -ms-transform: translateX(-51%);
        background-color: transparent;
    }

    .rate-inner {
        background-color: rgba(0,0,0,0.7);
        margin: 0;
    }

    #third .sim-shape {
        background-color: rgba(191, 52, 21, 1);
    }

        #third .sim-shape:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            border-top: 80px solid #f5f5eb;
            border-left: 80px solid #bf3415;
            width: 0;
        }

    #about-third .wrap {
        height: 350px;
    }
}

/* X-Large Devices, Wide Screens */
@media only screen and (min-width : 1300px) { 
}

/* XX-Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
    .slide-title{
        font-size: 4.20em;
    }

    .slide-title + p{
        font-size: 1.750em;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .carousel-inner .carousel-caption {
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0%;
        transform: translate(-30%, -50%);
        -webkit-transform: translate(-30%, -50%);
        -ms-transform: translate(-30%, -50%);
        padding-bottom: 0;
    }

    #about-third .wrap {
        height: 650px;
    }
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

    #about-third .wrap {
        height: 450px;
    }

        #about-third .wrap > .content {
            background-color: rgba(0,0,0,0.8);
        }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    h1 {
        font-size: 2.2em;
    }

    h1, .h1, h2, .h2, h3, .h3, article {
        margin: 5px 0;
    }

    .font-2x, .font-20pt {
        font-size: 1.2em;
    }

    .text-sm-center {
        text-align: center;
    }

    .sepration-xl {
        margin: 25px 0;
    }

    .sepration-lg {
        margin: 20px 0;
    }

    .sepration-md {
        margin: 15px 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
    .slide-title{
        font-size: 1.5em;
    }
}
