﻿.Frederick_cover img {
    padding: 15px;
}
header {
    padding: 0px 10px;
}
.menu ul {
    border-right: 1px solid #ddd;
}
.desHidden {
    display: none;
}
.fredrikBtn {
    display: inline-block;
    text-align: center;
    margin-right: 0;
    min-width: 100px;
}

@media screen and (max-width: 991px) {
    header {
        padding: 10px;
    }

    .sideunit {
        height: inherit;
    }

    .cta_side {
        height: inherit !important;
    }

    .sideunit .col-md-6 {
        width: 100% !important;
    }

        .sideunit .col-md-6:nth-child(2) {
            width: 100% !important;
        }
}
@media screen and (max-width: 767px) {
     header {
         padding: 10px;
     }
    .sideunit { 
        height: inherit;

    }
    .cta_side {
       height: inherit !important;
    }
    .sideunit .col-md-6 {
        width: 100% !important;
    }
        .sideunit .col-md-6:nth-child(2) { 
            width: 100% !important;  
        }
    .menu ul {
        display: block;
        width: inherit;
        border: none; 
    }
    .m_right {
        float: inherit;
        text-align: inherit;
    }
    .menu ul a li {
        display: block;
        border: inherit; 
    }
    .navbar-collapse.in {
        border: 1px solid #ddd;
    }
    .mobHidden  {
        display: none;
    }
    .desHidden {
        display: block;
    }
     
}

/* Landscape*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    .sideunit .col-md-6 {
        width: 100% !important;
    }

        .sideunit .col-md-6:nth-child(2) {
            width: 100% !important;
        }

}

/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .sideunit .col-md-6 {
        width: 100% !important;
    }

        .sideunit .col-md-6:nth-child(2) {
            width: 100% !important;
        }
}