/*  #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: 30px;
        line-height: 32px;
        margin: 0 0 10px 0;
    }
    h2 {
        font-size: 28px;
        line-height: 28px;
        margin: 0 0 10px 0;
    }

    .titleBox h2, body.index .titleBox h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 21px;
        line-height: 20px;
    }
    h4 {
        font-size: 21px;
        line-height: 27px;
        margin: 17px 0 12px 0;
    }
    
    p.big {
        font-size: 17px;
        line-height: 24px;
    }
    #mainLink span,
    #footerLogo span {
        display:none
    }
    
    .owl-theme .owl-nav{
        display:none;
    }

    .owl-dots, .contactWrapper {
        display:none
    }

    .container {
        width: 320px;
    }

    header {
        height: 100px;
    }
    #topRow, header.smaller #topRow {
        height: 75px;
    }

    header.smaller {
        height: 100px;
    }
    header.smaller #mainMenu {
        margin-top: 0px;
    }
    #mainLink, header.smaller #mainLink {
        top: 19px;
        height: 35px;
        background-size: contain;
    }
    .menuWrapper {
        margin-left: 0;
    }
    .slider-wrap {
        margin-top:109px;
    }
    .socialBox, header.smaller .socialBox {
        font-size: 30px;
        height: 45px;
        line-height: 45px;
    }
    .wrapper.padding {
        padding: 55px 0 50px;
    }

    #mainMenu, header.smaller #mainMenu {
        height: 45px;
    }
    .caption {
        width: 100%;
    }
    .captionBox {
        width: 80%;
        padding-right: 20px;
    }
    .captionWrapper {
        top: 35%;
    }
    .captionBox .subDesc,
    #slider .item a {
        display:none
    }
    .captionBox h5, .captionBox .desc {
        font-size: 17px;
        text-align: right;
        line-height: 1.2;
    }
    #content {
        display: table;
        width: 100%;
    }
    .titleBox h2 {
        padding: 0;
        font-size: 25px;
    }
    .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;
        line-height: 22px;
    }
    .centerRow {
        margin-top: 0;
    }

    .offerIntro .inner .offerTitle {
        font-size: 22px;
    }
   
    #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;
    }
   body.subpage .wrapper.padding, .paddingSub {
        padding: 40px 0 35px;
    }
    .box.grey {
        padding: 25px 15px 15px;
    }
    #contentWrapper {
        margin-top: 115px;
        padding: 20px 0 15px;
    }
    #catalog #catalog-pic {
        top: -16px;
        left: 0;
    }
    
    #catalog #catalog-txt {
        padding-left: 175px;
    }
    #catalog #catalog-txt h5 {
        font-size: 20px;
    }
    
    #catalog #catalog-info {
        padding: 25px 0 30px 0;
    }
    
    #catalog .span_3_of_12 {
        display: none;
    }
    
    #contentWrapper h1 {
        font-size: 25px;
        text-align: left;
        line-height: 30px;
    }

    .col#icons .span_4_of_12 {
        width:50%;
    }

    .col#icons span {
        width:55%;
        font-size:12px;
        padding-top:12px;
        line-height:17px;
    }
    
    .newsBox img {
        width: 100%;
        height: auto;
    }
    .promoIntro .inner {
        height: 210px;
    }
    
    .contentForm .row input.text {
        margin: 0 0 10px;
    }
    .carouselIntro {
        width: 100%;
    }
    .offerIntro {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .offerIntro .inner {
        height: 215px;
    }
    
    .parallaxBox {
        padding: 60px 0 55px;
        font-size: 15px;
        line-height: 23px;
    }
    .parallaxBox h3 {
        font-size: 23px;
        line-height: 30px;
        margin: 0 0 16px;
    }
    .parallaxBox h3 span {
        font-size: 29px;
        line-height: 40px;
    }
    #footer .col, #copyright .col {
        margin-bottom: 25px;
    }
    #footerMenu {
        margin:0 !important;
    }
  
    #footer {
        padding: 45px 0 0;
    }
    #footerLogo {
        margin-bottom: 10px;
    }
    #footer .container .col .bigger {
        font-size: 19px;
        line-height: 2.2;
    }
    
    .iconIntro .inner img {
        width: 100%;
        height: auto;
    }

    #copyright {
        font-size: 12px;
    }
    #footerInfo {
        font-size: 14px;
        line-height: 1.42;
    }
    .contentForm fieldset {
        padding: 15px 15px 25px 15px;
    }

}