/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */

@media only screen and (min-width: 100px) and (max-width: 767px)  {
    body {
        font-size: 15px;
        line-height: 24px;
    }
    h1 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 15px 0;
    }
    h2 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 20px 0;
    }

    h3 {
        font-size: 21px;
        line-height: 20px;
    }
    p.big {
        font-size: 17px;
        line-height: 24px;
    }
    .info-container {
        width: 100%
    }
    .owl-theme .owl-nav{
        display:none;
    }

    .socialBox {
        display: none
    }
    .wrapper .container {
        width: 320px;
    }
    .iconDesc {
        font-size: 14px;
        line-height: 21px;
    }
    header, #topRow {
        height: 85px;
    }

    header.smaller {
        height: 85px;
    }

    #mainLink, header.smaller #mainLink {
        float: right;
        width: 170px;
        font-size: 32px;
        line-height: 29px;
        margin-top: 15px;
    }
    .slider-wrap {
        margin-top:88px;
    }
    
    .wrapper.padding {
        padding: 55px 0 50px;
    }
    
    #mainMenu, header.smaller #mainMenu {
        height: 45px;
        float: left;
        margin-top: 20px;
    }

    #content {
        display: table;
        width: 100%;
    }

    .mainIntro.col { 
        margin: 0 0 25px 0 !important;
        width:312px;
    }

    .newsIntro .inner {
        padding: 18px 20px 10px;
        font-size: 14px;
        line-height: 22px;
    }

    #contentWrapper {
        margin-top: 85px;
        padding: 15px 0 15px;
    }

    #contentWrapper h1 {
        font-size: 40px;
        text-align: left;
    }

    .contentForm .row input.text {
        margin: 0 0 10px;
    }

    .offerIntro {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .offerIntro .inner {
        height: 215px;
    }

      #copyright {
        padding: 35px 0 0;
        font-size: 12px;
    }
    
    .promoIntro {
        width:100%;
        margin-right:0;
    }
    .promoIntro .inner .promoTitle {
        font-size: 16px;
    }
    .promoIntro .inner .promoSubTitle {
        font-size: 14px;
    }
    .promoIntro .inner .promoSee {
        bottom: 30px;
        left: 95px;
        font-size: 22px;
        padding: 13px 0 0 65px;
    }
    #footer {
        padding: 70px 0 45px;
    }
    #footer .contactBox {
        width: 100%;
        font-size: 18px;
        margin: 0 0 20px;
        float:left;
    }

}