/*  #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: 23px;
    }
    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;
    }
    h3 {
        font-size: 21px;
        line-height: 20px;
    }
    p.big {
        font-size: 17px;
        line-height: 24px;
    }
    .owl-theme .owl-nav,
    #edicraAccessibiliyMenuWrapper {
        display:none;
    }
    .topBox {
        margin-top: 17px;
        margin-left: 25px;
    }
    .topBox#klub {
        font-size: 19px;
        line-height: 22px;
    }
    .contactInfo, #copyright #fbLink, .owl-dots {
        display:none
    }

    .wrapper .container {
        width: 320px;
    }

    header {
        height: 105px;
    }

    header.smaller {
        height: 16px;
    }

    #mainLink, header.smaller #mainLink {
        width: 105px;
        margin-top: 15px;
        padding-top: 0;
        padding-left: 0;
        height: 60px;
        background-size: contain;
    }

    #topRow {
        margin-top:0;
        transition: all 0.3s ease 0s;
    }

    header.smaller #topRow {
        margin-top:-75px;
    }
    .slider-wrap {
        margin-top:135px;
    }
    
    .wrapper.padding {
        padding: 55px 0 50px;
    }

    #mainMenu {
        height: 46px;
        top:0;
    }
    #fbLink {
        margin-top: 6px;
        margin-right: 10px;
        padding: 6px 13px;
    }
    .captionWrapper {
        top: 28%;
        right: 1%;
        max-width: 60%;
    }
    .captionBox h5 {
        margin: 0;
        font-size: 22px;
        line-height: 25px;
        text-transform: none;
    }
    .captionBox h5 span {
        font-size: 30px;
        line-height: 30px;
    }
    .captionBox .desc {
        display:none
    }
       
    #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;
    }
    body.index .container .col {
        margin-bottom: 25px;
    }
    .newsIntro .inner {
        font-size: 14px;
        line-height: 22px;
    }
    .centerRow {
        margin-top: 0;
    }
    #service img.icon {
        margin-bottom: 30px;
    }
    .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;
    }
   
    #contentWrapper {
        margin-top: 70px;
        padding: 20px 0 18px;
    }

    #contentWrapper h1 {
        font-size: 25px;
        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;
    }
    
    .promoIntro .inner {
        height: 210px;
    }
    
    #footer {
        padding: 35px 0 30px;
    }
    #contact {
        float: left;
    }
   
    #contact div.row {
        padding: 6px 0;
        font-size: 15px;
    }
    .contentForm .row input.text {
        margin: 0;
    }
    #copyright {
        padding: 20px 0;
        font-size: 13px;
        background: none;
        color:#fff;
        text-align: center;
    }
    #copyright a {
        color:#fff;
    }
    
    .footer-menu {
        margin-top: 30px;
    }

}