/*  #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;
    }
    body.index h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .titleBox h2, body.index .titleBox h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
    #realizations-container {
        padding: 15px 15px 10px;
        margin-top: 25px;
    }
    h3 {
        font-size: 21px;
        line-height: 20px;
    }
    p.big {
        font-size: 17px;
        line-height: 24px;
    }
    .owl-theme .owl-nav, #fbLink {
        display:none;
    }

    .owl-dots {
        display:none
    }

    .wrapper .container {
        width: 320px;
    }

    header, #topRow {
        height: 85px;
    }

    header.smaller {
        height: 85px;
    }
    .wrapper.home-title {
        padding: 20px 0;
        border-top: 5px solid #fff;
    }
    #mainLink, header.smaller #mainLink {
        left:auto;
        right:0;
        width: 155px;
        top: 25px;
        height: 41px;
        background-repeat: no-repeat;
        background-size: contain
    }

    .slider-wrap {
        margin-top:85px;
    }
    
    .wrapper.padding {
        padding: 40px 0 40px;
    }
    #mainMenu {
        margin-top: 22px;
    }
    #mainMenu, header.smaller #mainMenu {
        height: 45px;
        float:left;
    }
    .captionWrapper {
        top: 25%;
    }
    .captionBox {
        max-width: 80%;
    }
    .captionBox h4 {
        font-size: 17px;
    }
    .captionBox h5 {
        font-size: 19px;
        margin:0;
    }
    .captionBox .desc, .captionBox .more {
        display:none !important
    }
    #home-pictures {
        margin-top:50px
    }
    #home-pictures .span_6_of_12{
        width: 48%;
        text-align: right
    }
    #home-pictures .span_6_of_12.first {
        text-align: left
    }
    #home-pictures .span_6_of_12 img {
        max-width: 95%;
    }
    
    #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;
        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: 35px 0 30px;
    }
    .box.grey {
        padding: 25px 15px 15px;
    }
    #contentWrapper {
        margin-top: 85px;
        padding: 20px 0 18px;
    }

    #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;
    }

    .offerIntro {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .offerIntro .inner {
        height: 215px;
    }


    #footer .col, #copyright .col {
        margin-bottom: 10px;
        text-align: center;
    }
    #footerMenu {
        margin:0 !important;
    }
  
    #footer {
        padding: 25px 0 0;
    }
    #footer .container .col .bigger {
        font-size: 19px;
        line-height: 2.2;
    }
    
    .iconIntro .inner img {
        width: 100%;
        height: auto;
    }
    
    .more {
        font-size: 18px;
        margin: 15px 0 0;
    }


}