
/* phone */
html { scroll-behavior: smooth; }
body { background-color: #e5eeef; }
body.site:before { background: transparent url("gallery/fon.jpg") repeat-x scroll center top; }
.wb_sbg { background: transparent none repeat-x scroll left top; }
.site-lang-en .wb_cont_inner { width: 320px; height: 100%; }
.site-lang-en .wb_cont_bg { width: 320px; margin-left: -160px; }
.site-lang-en .root { min-height: 100%; height: auto; }
.site-lang-it .wb_cont_inner { width: 320px; height: 100%; }
.site-lang-it .wb_cont_bg { width: 320px; margin-left: -160px; }
.site-lang-it .root { min-height: 100%; height: auto; }
.site-lang-fr .wb_cont_inner { width: 320px; height: 100%; }
.site-lang-fr .wb_cont_bg { width: 320px; margin-left: -160px; }
.site-lang-fr .root { min-height: 100%; height: auto; }
.site-lang-de .wb_cont_inner { width: 320px; height: 100%; }
.site-lang-de .wb_cont_bg { width: 320px; margin-left: -160px; }
.site-lang-de .root { min-height: 100%; height: auto; }
.site-lang-ar .wb_cont_inner { width: 320px; height: 100%; }
.site-lang-ar .wb_cont_bg { width: 320px; margin-left: -160px; }
.site-lang-ar .root { min-height: 100%; height: auto; }
.site-lang-nl .wb_cont_inner { width: 320px; height: 100%; }
.site-lang-nl .wb_cont_bg { width: 320px; margin-left: -160px; }
.site-lang-nl .root { min-height: 100%; height: auto; }
.site-lang-pl .wb_cont_inner { width: 320px; height: 100%; }
.site-lang-pl .wb_cont_bg { width: 320px; margin-left: -160px; }
.site-lang-pl .root { min-height: 100%; height: auto; }
.site-lang-lb .wb_cont_inner { width: 320px; height: 100%; }
.site-lang-lb .wb_cont_bg { width: 320px; margin-left: -160px; }
.site-lang-lb .root { min-height: 100%; height: auto; }


/* tablet */
@media (min-width: 768px) {
}

/* desktop */
@media (min-width: 992px) {
}

/* tv */
@media (min-width: 1200px) {
}

/* desktop_and_smaller */
@media (max-width: 1199px) {
}

/* tablet_and_smaller */
@media (max-width: 991px) {
}

/* phone_only */
@media (max-width: 767px) {
}

/* tablet_only */
@media (min-width: 768px) and (max-width: 991px) {
}

/* desktop_only */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* phone_last */

