<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Author: Jakub MaĹlak
*/

.icon-home { display: block; width: 24px; height: 23px; margin: 13px 5px 0px 10px; background: url('../../../img/www/icon-home.png') left top no-repeat; }
.icon-home:hover { background: url('../../../img/www/icon-home-hover.png') left top no-repeat; }
.icon-home.active { margin: 0; background: url('../../../img/www/icon-home-active.png') left top no-repeat; }

.icon-box { display: block; width: 19px; height: 23px; margin: 13px 5px 0px 10px; background: url('../../../img/www/icon-basket.png') left top no-repeat; }
.icon-box:hover { background: url('../../../img/www/icon-basket-hover.png') left top no-repeat; }
.icon-box.active { margin: 0; background: url('../../../img/www/icon-basket-active.png') left top no-repeat; }

.icon-box2 { display: block; width: 19px; height: 23px; margin: 2px 10px 0px 5px; background: url('../../../img/www/icon-basket.png') left top no-repeat; }
.icon-box2:hover { background: url('../../../img/www/icon-basket-hover.png') left top no-repeat; }
.icon-box2.active { margin: 0; background: url('../../../img/www/icon-basket-active.png') left top no-repeat; }

.icon-linked-model { display: block; width: 20px; height: 20px; margin: 1px 5px 0px 0px; background-image: url("../../../img/www/icon-linked-model.png"); }
.icon-linked-model:hover { }

.icon-play { display: block; width: 96px; height: 96px; margin: -48px 0px 0px -48px; background: url('../../../img/www/icon-play.png') left top no-repeat; }
.icon-play:hover { background: url('../../../img/www/icon-play-hover.png') left top no-repeat; }

.icon-fullscreen { display: block; width: 48px; height: 48px; margin: 0px; background: url('../../../img/www/icon-fullscreen.png') left top no-repeat; }
.icon-fullscreen:hover { background: url('../../../img/www/icon-fullscreen-hover.png') left top no-repeat; }

#header-basket-label2 { display: block; float: right; color: white; font-family: Ubuntu; font-size: 18px; font-weight: bold; padding: 0px 9px 0px 7px; margin-top: 11px; }
#header-languages { display: block; font-family: Ubuntu; font-size: 18px; font-weight: normal; padding: 0px 9px 0px 7px;margin-top: 11px; }
#header-languages .selected { font-size: 20px; line-height: 18px; font-weight: bold; }

.modal-header { background-color: #f0f0f0; color: #DA2128; }
.modal-title { font-size: 21px;	line-height: 20px; white-space: nowrap; overflow: hidden; height: 23px; }
.modal-dialog .modal-close { float: right; display: block; cursor: pointer; width: 22px; height: 22px; margin: 0; padding: 0; border: 0; background: url('../../../img/www/icon-close.png'); }
.modal-dialog .modal-close:hover { background: url('../../../img/www/icon-close-hover.png'); }

#modal-show-video .modal-body { padding: 0; }
#modal-show-video .modal-dialog { width: 950px; }
#modal-show-video .video_autostart { height: 45px; padding: 10px; }
#modal-show-video #video-container { position: relative; }
#modal-show-video #video-container #play-container { position: absolute; top: 50%; left: 50%; margin: auto; }
#modal-show-video #video-container #fullscreen-container { position: absolute; top: 10px; right: 10px; }

#modal-search .modal-dialog { width: 1110px; margin-top: 30px; }
#modal-search input { background-color: #E6E7E9; border: 0; color: black; padding: 5px 10px; margin: 10px 0px 0px 0px;
						   border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; border-left: 1px solid #E6E7E9; border-right: 1px solid #E6E7E9; }
#modal-search .input-msg { color: red; }
#modal-search .tips { margin: 10px 0px; }
#modal-search .tips .tips-header { }
#modal-search .tips .tips-content { margin: 10px 33px; }
#modal-search .tips .tips-content .tip-number { background-color: #DA2128; color: #ffffff; padding: 5px 10px; margin-right: 10px; }
#modal-search .tips .tips-content .tip-text { padding-top: 5px; }
#modal-search .line { border-top: 1px solid black; }

.marker-wrap { min-width: initial; min-height: initial; }
.marker-wrap-h { min-height: 45px; }
.marker-wrap-v { min-width: 45px; }

.ftscroller_container { min-height: 100%; }
.ftscroller_scrollbar { opacity: 1; border:none; border-radius: 0px; width: 10px; }
.ftscroller_scrollbar.active { opacity: 1; }
.ftscroller_scrollbarinner { background-color: #939598; border-radius: 0px; }
.ftscroller_scrollbary { right: 0px; top: 0px; }
</pre></body></html>