@media screen and (max-width: 800px) {
    .header > article, .menu-main ul, .contentner, footer > section, address > ul{max-width: 768px;width: 100%;}
    .layout-review ul {width: 800px;}
    .menu-main,.menu-promotion{font-size: 75%;}
    .layout-country-list .country-list li {width: 47%;}
    .list-inline li{margin: 0}
    .logo-link li {width: 18.6%;}
    .footer .heard{font-size: 80%;}
    .sitemap ul {width: 16.8%;}
}
@media screen and (max-width: 500px) {
    body {font-size: 80%;}
    .header,
    .menu-main,
    .banner-main.main,
    .column .column-2,
    .menu-promotion,
    .footer .heard,
    .footer .sitemap{display: none}
    .column .column-1{width: 100%}
    .layout-country-list .country-list li {width: 47%;}
    .address li {width: 100%;}
    .address li:last-child {border-left: none;}
    .copyright {font-size: 60%;}
    .layout-review ul {width: 500px;}
    .tab-list .tab-header li{overflow: hidden}
    .icon-menu-mobile{display: block}
	.slide-thesun .button{font-size:9px}
	#search-mobile{display:inline-block}
}
@media screen and (max-width: 360px) {
    .footer .address{font-size: 89%}
}