
/*==========  Desktop First Method  ==========*/

@media only screen and (max-width : 1280px) {}
	

/* Large Devices, Wide Screens */

@media only screen and (max-width : 1200px) {
    
/* Header */
    .header__logos img {
        position: absolute;
        width: 100%;
        max-width: 150px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .top_mnu a {
        font-size: 0.8em;
    }

    .phone-wrap {
        font-size: 1em;
    }

    .phone {
        top: 44px;
    }
/* END */
}
@media only screen and (max-width : 1050px) {
	
}	

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    /* Header */
    .header__logos img {
        position: absolute;
        width: 100%;
        max-width: 115px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .top_mnu a {
        font-size: 0.6em;
    }

    .phone-wrap {
        font-size: 0.8em;
    }

    .phone {
        top: 44px;
        right: 65px;
    }
/* END */
}
	
@media only screen and (max-width : 879px) {
	
}	
@media only screen and (max-width : 796px) {
	
}	
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    
    /* Header */
    .header__logos img {
        position: absolute;
        width: 100%;
        max-width: 200px;
        top: inherit;
        transform: none;
        left: 0;
        right: 0;
    }

    .top_mnu a {
        font-size: 0.6em;
    }

    .phone-wrap {
        font-size: 0.8em;
    }

    .phone {
        display: none;
    }
/* END */

}	

@media only screen and (max-width : 546px) {
	
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    /* Header */
    .header__logos img {
        position: absolute;
        width: 100%;
        max-width: 150px;
        top: 20px;
        transform: none;
        left: 0;
        right: 0;
    }

    .language {
        top: 58px;
    }
/* END */
	
}	
@media only screen and (max-width : 430px) {
	
}	
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	/* Header */
    .header__logos img {
        position: absolute;
        width: 100%;
        max-width: 150px;
        top: 0;
        transform: none;
        left: 0;
        right: 0;
    }

    .language {
        top: 38px;
        right: 0;
    }
/* END */
}


