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

*/

body { color: #000; font-size: 16px; line-height: 1.6; }
/*body.header-fixed-space-v2 { padding-top: 65px; }*/
body.header-fixed-space-v2 { padding-top: 0px; }
.wrapper { background:#ebebeb; }
.content-md {background:#FFF; }


.blog-topbar,
.topbar-list .topbar-dropdown 
{ background: #d91d4c; }
#topcontrol:hover { background: #d91d4c;  }
#topcontrol { border-radius:0px !important; }
.topbar-log_reg img { width:30px; height:30px;}

.content-md { padding-top: 80px; padding-bottom: 0px; }
.footer-v1 .footer { padding: 40px 0;  background: #d91d4c; }
.footer h4 { color:#FFF; font-size:16px; font-weight:600;}
.footer p { font-size:13px; }
.footer a { color:#FFF; }

@media screen and (max-width: 768px) {
    .footer .img-infosofinanc { max-width:50%;}
}
@media screen and (max-width: 350px) {
    .footer .img-infosofinanc { max-width:100%;}
}


.modal-header { border-bottom: 1px solid #d91d4c; }
.modal-content { border-radius: 0px;}
.modal-title { color:#d91d4c; font-size:28px; text-align:center; text-transform:uppercase; }
.modal-body { padding: 60px 15px 15px;
}


.btn-primary { color: #fff; background-color: #d91d4c; border-color: #b71a47; }
.btn-primary:hover, .btn-primary.active, .btn-primary:active, .open&gt;.dropdown-toggle.btn-primary, .btn-primary.focus, .btn-primary:focus,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open&gt;.dropdown-toggle.btn-primary.focus, .open&gt;.dropdown-toggle.btn-primary:focus, .open&gt;.dropdown-toggle.btn-primary:hover
{ color: #fff; background-color: #b71a47; border-color: #b71a47; }

.help-block { margin-top: 5px; margin-bottom: 5px; color: #000; font-size:12px; }
.help-block span { color:#d91d4c; }



.table-price { border-top:2px solid #000;border-bottom:2px solid #000; margin-bottom:10px;}
.table-price { border-spacing: 5px; border-collapse: separate; }
.table-price&gt;thead:first-child&gt;tr:first-child&gt;th { color:#d91d4c; text-align:center; font-size:14px; padding-bottom:0px; padding-top:0px;}
.table-price&gt;tbody&gt;tr&gt;td {border-top: 1px solid #808080; text-align:center; font-size:13px; vertical-align:middle; padding-bottom:0;}
.table-price&gt;tbody&gt;tr&gt;td:not(:first-child) { font-size:18px; font-weight:700;}
.table-price&gt;tbody&gt;tr:first-child&gt;td {border-top: 1px solid #d91d4c;}



p, li, li a, label { color: #000; }
a { color: #d91d4c; text-decoration: none; }

h1 { text-align:center; text-transform:uppercase; color:#d91d4c; font-size:28px; margin-bottom:75px;}
h2 { text-align:center; text-transform:none; font-size:18px; margin-bottom:25px; margin-top:0;}
h3, .thumbnail h3, .thumbnail-style h3 { text-align:left; text-transform:none; font-size:18px; margin-bottom:20px; margin-top:0; color:#d91d4c;}
h3.mednaslov { font-size:25px;}
div.separator { padding: 0; border: 0; border-top: 1px solid #d91d4c; text-align: center; margin-top: 90px; margin-bottom: 50px; } 
div.separator:after { content:url(../images/hr.svg); display: inline-block; position: relative; top: -17px; padding: 0; background: #fff; }


.blog-topbar .container, .blog-topbar .container-fluid { padding-top: 10px; padding-bottom: 10px; }
.topbar-list li a { color:#FFF;}
.topbar-list &gt; li &gt; a i { padding-left:3px;}
.topbar-list .topbar-dropdown {
    min-width: 50px;
}
.topbar-log_reg { }
.topbar-log_reg li { background:#FFF; border-radius:3px; padding:0; margin-left:5px;}


.header-v8 .navbar-nav &gt; li &gt; a { font-size: 16px; font-weight: 400; letter-spacing: 0px; text-transform:none; }
.header-v8 .navbar-nav &gt; li &gt; a:hover,
.header-v8 .navbar-nav &gt; li &gt; a.active { color:#d91d4c;}

.bg-white { background:#FFF;}
.shadow-bottom {box-shadow: 0 0 5px #bbb;}

img.grayscale {
    /*** http://www.majas-lapu-izstrade.lv/cross-browser-grayscale-ie11/ ***/
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");	

    -webkit-filter: grayscale(100%); 
    -webkit-filter: grayscale(1); 
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); 
    -webkit-transition: all .6s ease; 
    -webkit-backface-visibility: hidden; 


    filter: gray;
}
img.grayscale:hover {
    /*filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);*/
}
img.half-grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'saturate\' values=\'0.5\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+ */
    filter: gray alpha(opacity=50); /* IE6-9 */
    -webkit-filter: grayscale(50%); /* Chrome 19+ &amp; Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
img.half-grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}



.paddingt10 { padding-top:10px;}
.paddingt20 { padding-top:20px;}
.paddingt30 { padding-top:30px;}
.paddingt40 { padding-top:40px;}
.paddingt50 { padding-top:50px;}
.paddingb10 { padding-bottom:10px;}
.paddingb20 { padding-bottom:20px;}
.paddingb30 { padding-bottom:30px;}
.paddingb40 { padding-bottom:40px;}
.paddingb50 { padding-bottom:50px;}
.marginb60 { margin-bottom:60px;}
.marginb30 { margin-bottom:30px;}
.nomargin {margin:0;}
@media screen and (max-width: 768px) {
    .paddingt50--xs { padding-top:50px;}
}


.cbp-item { cursor:pointer; }
.cbp-item-wrapper { padding:20px; }
.cbp-item:hover { background:#f2f2f2;}
.cbp-item:hover .cbp-sezona-title { color:#000;} 

.app-more { text-transform:lowercase; font-size:12px; color:#d91d4c;}
.app-more &gt; i { font-size:16px;}
.cbp-item:hover .app-more { color:#d91d4c;}



.cube-portfolio .cbp-l-filters-text .cbp-filter-item { font-size:18px; color:#000; font-family: "Open Sans", Arial, sans-serif;}
.cube-portfolio .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active, .cube-portfolio .cbp-l-filters-text .cbp-filter-item:hover {
    color: #d91d4c;
}
.cbp img {
    display:inline-block;
    border: 0;
    width: 20px;
    height: auto;
    margin-right:20px;
}
.cbp h3 { color:#000; padding-bottom:0px; margin-bottom:10px;}
.cbp-sezona { margin:0; font-size:12px;}
.cbp-sezona-title { color:#d91d4c;}
.modal-ikona {display:inline-block; border: 0; width: 30px; height: auto; margin-right:20px;}


.thumbnail {position: relative; transition: all .6s ease; }
.thumbnail.black {color:#000; display: block;}
.thumbnail:hover {text-decoration: none;}
.thumbnail:hover .mask { opacity: 1;}



.app_title { display: block; text-align: center; padding: 10px 0 10px; }
.app_title span { display: block; font-weight: 700;}

.input-group-addon-nopadding { padding:0;}

.owl-carousel .item{ margin: 0px; }
.owl-carousel .item img { display: block; width: 100%; height: auto; }
/*#owl-galerija .owl-item { height:188px; overflow:hidden;}*/

.owl-theme .owl-controls .owl-buttons div { padding: 0 14px; border-radius: 0px; font-size:22px; background:#d91d4c; opacity:0.8 }
.owl-theme .owl-buttons i { margin-top: 0px; color:#FFF; }
.owl-theme .owl-controls .owl-buttons div { position: absolute; }
.owl-theme .owl-controls .owl-buttons .owl-prev{ left: 25px; top: 45%; opacity: 0 !important;}
.owl-theme .owl-controls .owl-buttons .owl-next{ right: 25px; top: 45%; opacity: 0 !important;}

.owl-carousel::hover .owl-controls .owl-buttons .owl-prev, 
.owl-carousel::hover .owl-controls .owl-buttons .owl-next 
{opacity: 0.8 !important;}


#owl-galerija .item { margin: 5px;}

.owl-carousel-synced .item { margin:5px;}


.owl-carousel.owl-ts-v1 .item { margin:0 20px; padding:10px;}
.owl-carousel.owl-ts-v1 img { margin-bottom:20px;}
.owl-carousel.owl-ts-v1 p { font-size:13px;}
.owl-carousel.owl-ts-v1 a:hover { outline:none; text-decoration:none; color:#000; }

.mask {position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(242,242,242,0.5); z-index:1; display:none; }
.thumbnail .mask {opacity: 0; display: block; transition: all .6s ease;}


.owl-theme .owl-controls .owl-page span {background: #d91d4c; opacity:0.1}

/***BOF ozka stran**/
.nopaddinglr { padding-left:0; padding-right:0;}
.header-v8 { background:none; box-shadow:none; }
.blog-topbar { background:none;}
.blog-topbar .container {background:#d91d4c;}
#owl-index { }
.content-md { padding-top: 145px; padding-bottom: 0px; }
@media screen and (max-width: 991px) {
    #owl-index { }
    .content-md { padding-top: 1px; padding-bottom: 0px; }
}
/***EOF ozka stran**/



.video-external-link { position: absolute; right: 10px; bottom: 10%; z-index:1; font-size: 16px; background: rgba(242,242,242,0.5); color: #FFF; padding:7px 10px; border-radius: 50%;  }
.video-external-link:hover {color:inherit;}


@media (min-width: 992px) {
    /*Topbar v2*/
    .header-fixed .header-v8.header-fixed-shrink .blog-topbar {
        margin-top: -50px;
    }
    .header-v8 .navbar-nav &gt; li &gt; a { padding: 20px; line-height: 54px; }

}
@media (min-width: 1200px) {
    .modal-lg { width: 1170px; }
}

@media screen and (max-width: 991px) {
    body.header-fixed-space-v2 { padding-top: 0px; }
}


/*
 * 2 -&gt; isotope
 * -----------------------------------------------
*/
.masonry-sizer, .masonry-item { width: 33.333%; }
.masonry-holder { margin:5px;}
@media screen and (max-width: 767px) {
    /* 5 columns for larger screens */
    .masonry-sizer, .masonry-item { width: 50%; }
    #sync2, #modalsync2 { display:none !important;}
}



@media screen and (max-width: 400px) {
    .header-v8 .navbar-brand img {
        width: 200px;
        height: auto;
    }
}


.cc_message { color:#FFF;}
.cc_more_info { color:#d91d4c !important;}
.cc_container .cc_btn, .cc_container .cc_btn:visited { background-color:#d91d4c !important; color:#FFF !important; }
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {background-color:#FFF !important; color:#d91d4c !important;}



.marquee {
    height: 300px;
    width: 100%;
    overflow: hidden;
    background:rgba(242,242,242,0.5);
}
.marquee a { display: block; color: #000; padding-bottom: 30px;}
.marquee a:hover, .marquee a:focus { color:#d91d4c; text-decoration: none;}
.marquee span { display: block;}
.marquee span.title { font-size: 18px;}
.marquee span.desc { font-size: 13px;}

.footer-v1 .footer-created { padding: 10px 0;  background: #b71a47; font-size: 10px; text-align: center; color:#FFF;}
.footer-created a { color:#FFF; }
.footer-social { margin-top: 10px;}
.footer-social a { display: inline-block; margin-right: 5px; font-size: 24px;}</pre></body></html>