/*  #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: 22px;
        line-height: 25px;
        margin: 0 0 10px 0;
    }
    body.index h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .titleBox h2, body.index .titleBox h2 {
        font-size: 27px;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 21px;
        line-height: 20px;
    }
    p.big {
        font-size: 17px;
        line-height: 24px;
    }
    .titleBox {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .owl-theme .owl-nav{
        display:none;
    }
    #topRow .container-wide {
        padding: 0 5px;
    }
    .owl-dots {
        display:none
    }
    #greyRow {
        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: 175px;
        height: 45px;
        padding: 18px 0 0 55px;
        margin: 13px 0 0 0;
        font-size: 21px;
    }
    .slider-wrap {
        margin-top:85px;
    }
    
    .wrapper.padding {
        padding: 55px 0 50px;
    }
    
    #mainMenu, header.smaller #mainMenu {
        height: 45px;
        float: left;
        margin-top: 20px;
    }
    #uslugi {
        padding: 50px 0 35px;
    }
    .captionWrapper {
        background-size: 100% auto;
    }
    .captionBox {
        max-width: 90%;
        padding: 10px 0 10px 4%;
    }
    .captionBox h5 {
        font-size: 15px;
        line-height: 1.3;
        margin: 0 0 0 20px
    }
    .captionBox .desc {
        display:none;
    }
    .captionBox h4 {
        font-size: 18px;
    }
    .carouselIntro {
        width: 100%;
    }
    .carouselIntro img {
        width: 100%;
        height: auto
    }
    #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;
    }

   body.subpage .wrapper.padding, .paddingSub {
        padding: 40px 0 35px;
    }

    #contentWrapper {
        margin-top: 85px;
        padding: 15px 0 15px;
    }

    #contentWrapper h1 {
        font-size: 19px;
        text-align: left;
        line-height: 25px;
    }

    .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 {
        font-size: 15px;
        line-height: 24px;
    }
    #footer img {
        width: 190px;
        height: auto;
    }
  
    .iconIntro .inner img {
        width: 100%;
        height: auto;
    }
    
      #copyright {
        padding: 35px 0 0;
        font-size: 10px;
    }
    
    .fluid-wrapper {
        padding-bottom: 50%;
        position: relative;
    }
    
    .about #mainPic { display:none }
    .about .aboutCol { width:100% }
    .about #aboutBox {
        padding: 45px 0 35px;
    }
    
    .about #aboutBox h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .about #aboutBox h2 span {
        font-size: 33px;
    }
    #contact div.row {
        padding: 7px 0;
        font-size: 15px;
    }
    .listHeader, .listCont { display:block }  
    
    .map { display: none !important }  
    
    .infoRow.grey {
        padding: 20px 20px 10px;
    }
    
    #kim-jestesmy {
        background: #eef1f4
    }
    #footer h4 {
        font-size: 23px;
        margin: 30px 0 15px;
    }

    #footerLogo {
        height: 51px;
        background-size: auto 100%;
        margin-bottom: 10px;
        padding: 37px 0 0 80px;
        font-size: 23px;
    }
    

}