/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */

@media only screen and (min-width: 100px) and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }

    h1 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 10px 0;
    }

    h2 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 10px 0;
    }

    h3 {
        font-size: 17px;
        line-height: 20px;
    }

    body.index h1 {
        font-size: 27px;
        line-height: 35px;
    }

    body.index h1 span {
        font-size: 27px;
        line-height: 40px;
    }

    body.index h2 {
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 32px;
    }

    body.index h2 span {
        font-size: 27px;
        line-height: 32px;
    }

    #container {
        width: 320px;
        padding-top: 70px;
    }

    .owl-theme .owl-nav {
        display: none;
    }

    .wrapper .container {
        width: 320px;
    }

    header {
        height: 70px;
    }

    header.smaller {
        height: 70px;
    }

    #top,
    header.smaller #top {
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        height: 70px;
        position: relative;
    }

    header.smaller #top {
        -moz-box-shadow: 0 0 18px RGB(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 18px RGB(0, 0, 0, 0.3);
        box-shadow: 0 0 18px RGB(0, 0, 0, 0.3);
    }

    #mainLink,
    header.smaller #mainLink {
        top: 0;
        left: auto;
        right: 0;
        width: 165px;
        height: 70px;
        background-size: contain;
    }

    #rightBox {
        display: none
    }

    header.smaller #mainMenu {
        top: 10px;
    }

    header.smaller #rightBox {
        top: 18px;
    }

    #mainMenu {
        height: 45px;
        top: 10px;
    }

    .slider-wrap {
        margin-top: 70px;
        position: relative;
    }

    .owl-dots {
        display: none
    }

    .captionWrapper {
        display: none
    }

    .caption {
        display: none
    }

    .newsPic img {
        width: 100%;
    }

    #facebookLink,
    #instagramLink {
        display: none
    }

    .container#facebook,
    .container#logosBottom {
        overflow: hidden;
    }

    #infoRow {
        height: auto;
        width: 320px;
        overflow: hidden;
    }

    #infoRow #introTxt {
        color: #fff;
        float: left;
        font-size: 15px;
        height: auto;
        line-height: 22px;
        padding: 10px 0 15px 20px;
    }

    #infoRow #introTxt span {
        font-size: 14px;
    }

    #content {
        display: table;
        width: 100%;
    }

    #infoRow a#more {
        display: none
    }

    .mainIntro.col {
        margin: 0 0 25px 0 !important;
        width: 312px;
    }

    #footerWrapper {
        background: #c5022e;
        padding: 10px 0 20px;
        margin-top: 40px;
    }

    #footerWrapper .col {
        display: none
    }

    #footerWrapper .container,
    .wrapper .container {
        width: 320px;
    }

    .contact {
        float: left;
        margin: 15px 0 5px;
    }

    #contentWrapper {
        margin-top: 70px;
        padding: 20px 0 18px;
    }

    #contentWrapper h1 {
        font-size: 25px;
        line-height: 30px;
    }

    #copyright .col {
        text-align: left
    }

    .col#icons .span_4_of_12 {
        width: 50%;
    }

    .col#icons span {
        width: 55%;
        font-size: 12px;
        padding-top: 12px;
        line-height: 17px;
    }

    .col#icons #specials img {
        height: 50px;
        margin-right: 20px;
        margin-bottom: 40px;
        width: auto;
    }

    .contentForm .row input.text {
        margin: 0;
    }

    #home-grid img {
        margin-bottom: 10px;
    }

    #home-grid p {
        margin-bottom: 0;
    }

    .more-link {
        font-size: 18px;
    }

    .header-border .span_8_of_12 .inner {
        border-left: none;
        padding-left: 0;
    }

    .wrapper#intro {
        padding: 30px 0 0;
    }

    #home-gallery {
        padding: 40px 0 35px;
    }

    .wrapper.background {
        font-size: 15px;
        text-shadow: 0 1px 0 #fff;
        font-weight: 400;
        padding: 55px 0 55px;
        background: #d4e1ec url(img/parallax.jpg) 45% 50%
    }

    .wrapper.background h2 {
        margin-bottom: 20px;
        line-height: 27px;
        font-size: 28px;
    }

    .wrapper.background h2 span {
        line-height: 30px;
        font-size: 25px;
    }

    .wrapper.footer .right .row {
        font-size: 14px;
    }

    .footer #footerLogo {
        margin: 0 0 35px;
        text-align: center
    }

    .copyright {
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        padding: 33px 0 28px;
    }

    .copyright .socialBox {
        width: 100%;
        text-align: center;
    }

    .copyright .socialBox a {
        float: none;
        display: inline-block;
        margin: 30px auto 0;
    }

    .wrapper.padding {
        padding: 40px 0 40px;
    }

}
