/*  #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 {
        margin: 0 0 10px 0;
    }
    h2 {
        font-size: 28px;
        line-height: 28px;
        margin: 0 0 10px 0;
    }
    body.index h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .titleBox h2, body.index .titleBox h2 {
        font-size: 30px;
        margin-bottom: 0;
    }

    h3 {
        font-size: 21px;
        line-height: 20px;
    }
    p.big {
        font-size: 17px;
        line-height: 24px;
    }
    .owl-theme .owl-nav, #greyRow {
        display:none;
    }

    .owl-dots {
        display:none
    }

    .wrapper .container {
        width: 320px;
    }

    header, #topRow {
        height: 75px;
    }

    header.smaller {
        height: 75px;
    }
    .wrapper.home-title {
        padding: 20px 0;
        border-top: 5px solid #fff;
    }
    #mainLink, header.smaller #mainLink {
        left: auto;
        right: 15px;
        width: 116px;
        top: 19px;
        height: 43px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .socialBox {
        display: none
    }
    .slider-wrap {
        margin-top:65px;
    }
    
    .wrapper.padding {
        padding: 40px 0 40px;
    }
    #mainMenu {
        top: 15px;
        left: 10px;
    }
    #mainMenu, header.smaller #mainMenu {
        height: 45px;
        float:left;
    }
    .captionWrapper {
        bottom:0;
    }
    .captionBox {
        max-width: 80%;
        padding: 10px 15px 10px
    }
    .captionBox h4 {
        font-size: 17px;
    }
    .captionBox h5 {
        font-size: 19px;
        margin:0;
    }
    .captionBox .desc, .captionBox .more {
        display:none !important
    }    
    #content {
        display: table;
        width: 100%;
    }
    .titleBox h2 {
        padding: 0 0 12px;
        font-size: 25px;
        margin-bottom: 15px;
    }
    .subTitle {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .mainIntro.col { 
        margin: 0 0 25px 0 !important;
        width:312px;
    }

    .newsIntro .inner {
        padding: 18px 20px 10px;
        font-size: 14px;
        height: 210px;
        line-height: 22px;
    }
    .centerRow {
        margin-top: 0;
    }

    .offerIntro .inner .offerTitle {
        font-size: 22px;
    }
   
   
    .contact {
        float: left;
        margin:15px 0 5px;
    }
   body.subpage .wrapper.padding, .paddingSub {
        padding: 35px 0 30px;
    }

    #contentWrapper {
        margin-top: 75px;
        padding: 18px 0 9px;
    }

    #contentWrapper h1 {
        font-size: 25px;
        text-align: left;
        float:left;
        line-height: 30px;
    }
    .newsBox img {
        width: 100%;
        height: auto;
    }
    .promoIntro .inner {
        height: 210px;
    }
    
    .contentForm .row input.text {
        margin: 0 0 10px;
    }
  
    .more {
        font-size: 18px;
        margin: 15px 0 0;
    }

    .socialLink {
        float: none;
        margin: 15px auto 10px;
    }
    
    .contentForm fieldset {
        padding: 25px 20px 25px 25px;
        margin-top: 30px;
    }
   
    body.index #footer .container {
        width: auto;
        text-align: center;
        padding-right: 0;
    }
    
    body.subpage #footer {
        padding: 0 0 20px;
    }
    
    .faq li.q {
        font-size: 20px;
    }

}