/* Imac Resolutions :) */
@media all and (min-width:1921px) and (max-width: 2560px) {
    body .left_child_menu li a{font-size: 22px !important;}
}

/*15 inch retina*/
@media all and (min-width:1100px) and (max-width: 1700px){
    body .container{
        max-width: 1130px;
    }
    body h3 {
        font-size: 28px;
    }
    body h4 {
        font-size: 15px;
        letter-spacing: 2px;
    }
}