@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'montserratbold';
    src: url('montserrat-bold_0-webfont.woff2') format('woff2'),
         url('montserrat-bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratlight';
    src: url('montserrat-light_1-webfont.woff2') format('woff2'),
         url('montserrat-light_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('montserrat-regular_0-webfont.woff2') format('woff2'),
         url('montserrat-regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratsemi_bold';
    src: url('montserrat-semibold_0-webfont.woff2') format('woff2'),
         url('montserrat-semibold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}	
/*===============================*/
.show-479, .show-tab, .show-767, .show-400, .show-340 {display:none;}
.hide-desk{display:block;}
.hide-400{display:inline-block;}
@media only screen and (max-width: 1179px){
.show-desk{display:block;}
.hide-desk{display:none;}
}
@media only screen and (max-width: 1013px){
.show-tab{display:block;}
.hide-tab{display:none;}
}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.show-767{display:block;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 340px){
.show-340{display:block;}
}
