<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------- ITEMS OF SHOWROOM ---------- */

.showroom-grid {text-align: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; justify-content: space-around; margin: 5px auto;}


.showroom-grid a {line-height: 18px; flex: 1 0 250px; max-width: 250px; text-align: center; padding: 22px 10px; vertical-align: top; margin: 0px 10px 35px 10px; border-radius: 7px; border: 1px solid rgba(0,0,0,0.1); min-height: 224px;}

.showroom-grid a:hover {text-decoration: none; border: 1px solid #fff; box-shadow: 1px 1px 14px #ccc; -webkit-box-shadow: 1px 1px 14px #ccc; -moz-box-shadow: 1px 1px 14px #ccc; text-decoration: underline;}

.showroom-grid a img {max-width: 180px; height: 113px; border-top: 1px solid #000; border-bottom: 1px solid #000; margin: 3px auto;}

.showroom-grid a h5 {font-size: 14px; word-break: break-word; margin: 3px auto;}
.showroom-grid a:hover {text-decoration: none;}

.showroom-grid .flag {width: 14px; height: 10px; border: 1px solid #ccc; margin: -3px 3px 0px 0px; display: inline-block;}

#lightbox {display:none; max-width: 850px;}


#video_show {text-align: center; margin: 35px auto 0px auto;}




/* LIGHTBOX - SHOWROOM */
.showroombox  {max-width: 853px;}
.showroombox .lightbox-body {padding: 2px 0px; border: none;}
.showroombox .lightbox-body iframe {width: 803px; height: 450px;}
.showroombox .lightbox-header {font-size: 19px; padding-bottom: 15px; color: #888;  border: none;}
.showroombox .lightbox-header b {font-size: 27px; color: #555;}
.showroombox .lightbox-header svg {max-height: 24px; max-width: 24px;}</pre></body></html>