/* "main_header" class xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */.main_header{        width               : 100%;         min-height          : 100px;        margin              : 0px;        padding             : 0px 20px 5px 350px;                background-color    : #ffffff;        color               : #ffffff;            position            : relative;        box-shadow          : 0px 5px 10px 1px rgba(0,0,0,0.1);        -moz-box-shadow     : 0px 5px 10px 1px rgba(0,0,0,0.1);        -webkit-box-shadow  : 0px 5px 10px 1px rgba(0,0,0,0.1);        -o-box-shadow       : 0px 5px 10px 1px rgba(0,0,0,0.1);  }.main_header img.logo{        position            : absolute;        /*width               : 330px;*/        left                : 90px;        top                 : 5px;        height              : 80px;}@media (max-width: 1650px){        .main_header{                padding             : 0px 20px 5px 300px;        }                .main_header img.logo{                position            : absolute;                left                : 60px;                top                 : 5px;        }        }@media (max-width: 1350px){        .main_header{                min-height          : 90px;                padding             : 0px 20px 5px 250px;        }                .main_header img.logo{                position            : absolute;                /*width               : 230px;*/                left                : 40px;                top                 : 5px;        }                }@media(max-width: 1150px){        .main_header {                min-height          : 70px;                padding             : 0px 20px 5px 20px;        }                .main_header img.logo{                position            : absolute;                /*width               : 200px;*/                left                : 30px;                top                 : 10px;                height              : 50px;        }                        }