html, body{ height:100%; }
body{
	margin:0px;
	padding:0px;
	font-family:Verdana,Geneva,sans-serif;
	font-size:13px;
	color:#484848;
    background-color: whitesmoke;
}

.sitemap{
    display:none;
}
*:focus{ outline:none; }
input, select, textarea{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    font-family:Verdana,Geneva,sans-serif;
    resize:none;
}
a{
	color:#484848;
	text-decoration:underline;
}
a:hover{ text-decoration:none; }
img{ 
    border:0px;
}
.readmore{
	color:#fff;
	text-decoration:none !important;
	font-size:12px;
	display:inline-block;
	background:url('../img/icon-readmore.png') no-repeat scroll right center #ff5700;
	border:0px;
	border-radius:2px;
	margin:0 5px;
	padding:1px 20px 3px 6px;
	cursor:pointer;
    position:relative;
}

.cta{
    margin-top: 30px;
    display:block;
}

.land {
   font-size:16px;
}

.land:after{
    content:"";
    background-image:url("/assets/img/white_arrow.png");
    width:7px;
    height:7px;
    position: relative;
    left: 5px;
    display: inline-block;
    top: -1px;
}

img{ border:0px; }
.clear{
	background:transparent none repeat scroll 0 0;
	clear:both;
	display:block;
	height:0px;
	margin:0px;
	overflow:hidden;
	padding:0px;
}
.fixw{
	width:100%;
	margin:0 auto;
}
.allwrap{
    min-height:100%;
    height:auto !important;
	height:100%;
	margin-bottom:-153px;
    background-color:white;
}
/* HEAD */
.head{
	/*height:116px;*/
    height:auto;
    /*background:url('../img/bg-hf.png') no-repeat scroll left bottom;*/
	margin:0 0 6px;
    position:relative;
}
.head .head-right{
	float:right;
	height:auto;
    z-index:41;
    
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
    /* Styles */
    .head .head-right {
        margin-top:-46px !important;
        margin-bottom:-6px;
    }
}


@media only screen 
and (min-width : 992px) {
    /* Styles */
    .head .head-right {
        display:block !important;
    }
}


@media only screen 
and (max-width : 992px) {
    /* Styles */
    .head .head-right {
        display:none;
    }
}


@media only screen 
and (max-width : 1224px) {
    /* Styles */
    .head .head-right {
        margin-top:0px !important;
        margin-bottom:-6px;
    }
}


.head .head-right img{
    padding-top: 14px;
}
	/* LOGO */
	.head h1.logo{
		float:left;
        margin:0 30px !important;
	}
	.head h1.logo, .head h1.logo a, .head h1.logo img{
		width:178px;
		height:110px;
		display:block;
		margin:0px;
		padding:0px;
	}
	/* SEARCH BAR - SITEMAP ICON, SEARCH FORM, LANGUAGE MENU */
	.head .search-bar{
		float:right;
		border-radius:3px;
		background:#f2f2f2;
		margin:17px 0 0;
		padding:4px;
		font-size:11px;
	}
    

    @media only screen 
    and (max-width : 1024px) {
        .head .search-bar{
        	width: 100% !important;
            float:none !important;
	    }
    }
    
    @media only screen 
    and (max-width : 992px) {
        @-moz-document url-prefix() {
            .head .search-bar {
                float:inherit !important;
            }
            
            .btn-mobile-closed {
                margin-bottom:20px;
            }
            
            body {
                background-color:white;
            }
        }
    }
    
    
    /* Desktops and laptops ----------- */
    @media only screen 
    and (max-width : 1224px) {
        .head .search-bar{
    		margin-bottom:20px;
	    }
    }
    
	.head .search-bar > *{
		float:left;
		color:#000;
	}
	.head a.show-sitemap{
		background:url('../img/icon-sitemap.png') no-repeat scroll right center;
		margin:4px 0 0 9px;
		padding:0 28px 0 0;
		text-transform:uppercase;
		text-decoration:none;
	}
	.head .search-form, .searchresults .search-form{
		border:1px solid #d0d0d0;
		border-radius:3px;
		background:#fcfcfc;
		margin:0 0 0 25px;
	}
    

    /* Smartphones (portrait) ----------- */
    @media only screen 
    and (max-width : 480px) {
        .head .search-form, .searchresults .search-form{
    		margin:0px !important;
    	}
    }
    
	.head .search-form input, .searchresults .search-form input{
		float:left;
		display:block;
		border:none;
	}
	.head .search-form input[type=text], .searchresults .search-form input[type=text]{
		background:none;
		font-size:13px;
		margin:1px 6px;
		padding:0px;
		width:180px;
		height:16px;
	}
	.head .search-form input[type=submit], .searchresults .search-form input[type=submit]{
		background:url('../img/icon-search.png') no-repeat scroll left top;
		width:17px;
		height:18px;
		text-indent:-9999px;
		cursor:pointer;
	}
    .head .lang-menu{
    	float:left;
		position:relative;
		border:1px solid #d0d0d0;
		border-radius:3px;
		background:#fcfcfc;
		height:auto;
		margin:0 0 0 11px;
		padding:0 3px;
        min-width:120px;
	}
    
    /* Smartphones (landscape) ----------- */
    @media only screen 
    and (max-width : 480px) {
        /* Styles */
        .head .lang-menu{
            margin:0px !important;
        }
    }
    
	.head .lang-menu div.curr{
		padding-right:18px;
		background:url('../img/icon-lang-exp.png') no-repeat scroll right center;
		cursor:pointer;
	}
	.head .lang-menu .curr a, .head .lang-menu ul li a{
		padding:3px 0 2px 25px;
		display:block;
		text-decoration:none;
		text-transform:uppercase;
	}
	.head .lang-menu .en a{ background:url('../img/flag-en.png') no-repeat scroll left center; }
	.head .lang-menu .lv a{ background:url('../img/flag-lv.png') no-repeat scroll left center; }
	.head .lang-menu .ru a{ background:url('../img/flag-ru.png') no-repeat scroll left center; }
	.head .lang-menu .lt a{ background:url('../img/flag-lt.png') no-repeat scroll left center; }
	.head .lang-menu .ee a{ background:url('../img/flag-ee.png') no-repeat scroll left center; }
	.head .lang-menu ul{
		margin:0px;
		padding:0px;
		position:absolute;
		top:100%;
		left:-1px;
		border:1px solid #d0d0d0;
		border-radius:3px;
		background:#fff;
		width:100%;
		z-index:999;
		display:none;
	}
	.head .lang-menu ul li{
		margin:3px;
		padding:0px;
		list-style:none;
	}
	/* MAIN MENU */
	.head .menu-bar{
		float:right;
		margin:10px 0 0;
	}
    
   /* Desktops and laptops ----------- */
    @media only screen 
    and (min-width : 1224px) {
        .head .menu-bar{
        	margin-right:-15px !important;
	    }
    }
    
    @media only screen 
    and (max-width : 992px) {
        .head .menu-bar{
            margin-top:-5px;
	    }
    }
    
	.head .menu-bar ul{
		margin:0px;
		padding:0px;
	}
	.head .menu-bar ul.main-menu > li{
		list-style:none;
		float:left;
		display:block;
		margin:0px;
		padding:0px;
		height:43px;
	}
    
    @media only screen 
    and (max-width : 990px) {
        .head .menu-bar ul.main-menu > li{
            width: 100% !important;
            text-align: center !important;
        }
    }
    
    .head .menu-bar ul.main-menu > li.sel{
        font-weight: bold;
	}
	.head .menu-bar ul.main-menu > li a{
		display:block;
		margin:0px;
		padding:10px 10px 15px;
		font-size:15px;
		color:#332f4b;
		text-transform:uppercase;
		text-decoration:none;
		/*height:18px;*/
        height:43px;
        position:relative;
        z-index:1004;
        
	}
    
    /* Desktops and laptops ----------- */
    @media only screen 
    and (max-width : 1224px) {
        /* Styles */
        .head .menu-bar ul.main-menu > li a {
            z-index:950;
        }
    }
    

    @media only screen 
    and (max-width : 990px) {
        /* Styles */
        .head .menu-bar ul.main-menu > li a {
            width: 100% !important;
        }
    }
    
    .head .menu-bar ul.main-menu ul > li a:hover {
        text-decoration: underline;
    }
    
    
	.head .menu-bar ul.main-menu > li:hover a{
    background:url('../img/bg-menu-hover-left.png') repeat-y scroll left bottom;
     /*border-top: 6px solid #9F3A0F;
     border-left: 6px solid #9F3A0F;
     border-right: 6px solid #9F3A0F;
     border-bottom: 6px solid white;*/
    }
    
    /* tablets and lower ----------- */
    @media only screen 
    and (max-width : 990px) {
        /* Styles */
        .head .menu-bar ul.main-menu > li:hover a {
          background: none !important;
          text-decoration:underline;
        }
    }
    
    /*.head .menu-bar ul.main-menu > li:hover a{ border-left:2px solid red; }*/
	.head .menu-bar ul.main-menu > li:hover{
        background:url('../img/bg-menu-hover-right.png') no-repeat scroll right bottom #fff;
    }
    
    /* tablets and lower ----------- */
    @media only screen 
    and (max-width : 990px) {
        /* Styles */
        .head .menu-bar ul.main-menu > li:hover {
          background: none !important;
        }
    }
   
    
    
    .head .menu-bar ul.main-menu .top-sub{
        display:none;
        position:absolute;
        z-index:999;
        left:0px;
        /*top:115px;*/
        top:auto;
        width:100%;
        height:auto;
        background:#fff;
        border-bottom:6px solid #d0561e;
        /*padding:20px 0;
        border-top: 6px solid #FF4D00;
        */
      padding-bottom: 20px;
      padding-top: 20px;
    }
    .head .menu-bar ul.main-menu li:hover .top-sub{ display:block; }
    .head .menu-bar ul.main-menu .top-sub li{
        display:inline-block;
        width:25%;
        float:left;
        border:0px;
        background:none;
        margin:0px;
        padding:0px;
    }
    
    /* Desktops and laptops ----------- */
    @media only screen 
    and (max-width : 990px) {
        /* Styles */
       .head .menu-bar ul.main-menu .top-sub {
            background-color:#f2f2f2;
            border-top:none;
            padding-top:20px;
            text-align:left !important;
            
        }
    }
    
    /* Desktops and laptops ----------- */
    @media only screen 
    and (max-width : 1024px) {
        /* Styles */
       .head .menu-bar ul.main-menu .top-sub li {
            width:100% !important;
            padding-left: 20px;
            padding-bottom: 20px;
        }
    }
    
    .head .menu-bar ul.main-menu .top-sub li a{
        background:none;
        border:0px;
        margin:0 0 5px;
        padding:0px;
        height:auto;
        color:#000;
        font-size:14px;
        font-weight:bold;
    }
    .head .menu-bar ul.main-menu .top-sub li ul li{
        display:block;
        float:none;
        width:auto;
        margin:3px 0;
        padding:0 0 0 20px;
        background:url('../img/icon-list.png') no-repeat scroll left 5px;
    }
    .head .menu-bar ul.main-menu .top-sub li ul li a{
        text-transform:none;
        font-weight:normal;
    }
    .head .menu-bar ul.main-menu .top-sub li ul li ul{
        padding-left:20px;
    }

/* CONTENT - FRONT PAGE */
.fp-blocks{ /*margin:14px 0;*/ margin-top: 20px; /*margin-bottom:20px;*/}
.fp-blocks.tcol .block{ float:left; }
.fp-blocks .block{ text-align:justify; /*overflow:auto;*/ }
.fp-blocks .block-left{
	width:707px;
	margin-right:20px;
}
.fp-blocks .block-right{ width:473px; }
.fp-blocks .block .title{
	background:#393452;
	color:#fff;
	border:1px solid #e1e1e1;
	border-radius:4px;
	/*margin:0 0 20px;*/
    margin:0 0 10px;
	padding:3px 7px;
	height:28px;
}
.fp-blocks .block .title *{ float:left; }
.fp-blocks .block .title a h2{
	margin:0 10px 0 0;
	padding:1px 0 0;
	display:inline-block;
	font-size:14px;
    color: #fff;
}

.fp-blocks .block .title h2{
    margin:0 10px 0 0;
	padding:1px 0 0;
	display:inline-block;
	font-size:14px;
}

.fp-blocks .news-list .item{ margin:20px 0 0; }
.fp-blocks .news-list .item h3, .fp-blocks .news-list .item .date{ float:left; }
.fp-blocks .news-list .item .date{ color:#878787; }
.fp-blocks .news-list .item h3{
	margin:0 5px 5px 0;
	padding:0px;
	font-size:13px;
}
.fp-blocks .news-list .item p{ margin:8px 0; }

/* VARIOUS TABLE STYLES */
table tr td, table tr th{
    padding:15px;
    vertical-align:top;
}
table.w-full{ width:100%; }
table.h-centered tr td{ text-align:center; }
table.v-centered tr td{ vertical-align:middle; }
table.noborder{ 
	border-spacing:0;
	border-collapse:collapse;
}
table.noborder tr td, table.noborder tr th{ padding:0 0 15px; }
table tr th{
    text-align:left;
    text-transform:uppercase;
    font-size:18px;
    font-weight:normal;
    color:#303030;
}
table.noborder tr td p:first-child{ margin-top:0px; }
table.partners tr td{ padding:0px; }
table.border tr td, table.border tr th{
    border-left:1px solid #303030;
    border-top:1px solid #303030;
}
table.border{
    border-right:1px solid #303030;
    border-bottom:1px solid #303030;
    border-spacing:0;
}
table p {
    margin: 0 0 10px;
}
table td p:last-child{ margin-bottom: 0px; }

/* CONTENT - SUBPAGE */
.content .content-left{
	/*
    width:237px;
	float:left;
	padding:0 20px 0 0;
    */
}
.content .content-left img.stock{ display:block; }
	/* SIDEBAR MENU */
	.content-left ul.side-menu{
		margin:8px 0;
		padding:4px 0 0;
		border:1px solid #d1d1d1;
		border-top: solid  5px rgb(255, 77, 0);
		
	}
    .content-left .menu-prod ul.side-menu{
        border:none;
        background:none;
        margin:0 0 15px;
        padding-top:0px;
    }
    .content-left .menu-prod ul.side-menu:last-child{ margin-bottom:0px; }
    .content-left .menu-prod{
        border:1px solid #d1d1d1;
    	border-top: solid  5px rgb(255, 77, 0);
	
        margin:12px 0;
        padding:12px;
        text-transform:uppercase;
    }
	.content-left ul.side-menu li{
		list-style:none;
		margin:10px 0;
		padding:0 0 0 12px;
		display:block;
	}
	.content-left ul.side-menu li a{
		display:block;
		text-transform:uppercase;
		text-decoration:none;
		font-size:12px;
		color:#000;
		background:url('../img/bg-sidebar-menu-item.png') no-repeat scroll left 4px;
		padding:0 0 0 16px;
	}
    .content-left ul.side-menu li ul{ padding:0 0 0 20px; }

/* CONTENT  - MAIN */
.content .content-right{
	/*
    width:943px;
	float:right;
    */
}
	/* BREADCRUMBS */
	.content-right .breadcrumbs{
        margin:8px 0;
        float:left;
        /*width:80%;
        width: 650px;*/
    }
	.content-right .breadcrumbs .item{ float:left; }
	.content-right .breadcrumbs a{ color:#484848; }
	.content-right .breadcrumbs .item.curr a{ font-weight:bold; text-decoration:none; }
    .content-right .print{
        float:right;
        width:20%;
        text-align:right;
    }
    .content-right .print a{
        display:inline-block;
        border:1px solid #5b5b5b;
        border-radius:3px;
        color:#fff;
        font-size:12px;
        text-decoration:none;
        background:url('../img/icon-print.png') no-repeat scroll right center #aaa;
        margin:2px 0 0;
        padding:4px 25px 4px 8px;
    }
	/* EXPANDER BOXES */
	.content-right .expander-box{
		border:1px solid #ededed;
		border-radius:9px;
		margin:13px 0;
	}
	.content-right .expander-box.closed{ margin:8px 0; }
	.content-right .expander-box .title{
		text-transform:uppercase;
		cursor:pointer;
		padding:8px 13px 7px;
	}
	.content-right .expander-box.closed .title{
		/* background:url('../img/bg-expander-closed.png') repeat-x scroll left top; */
        background:#fff;
		border-radius:9px;
		border:1px solid #9d9d9d;
	}
    .content-right .expander-box.t.closed .title{
        border:1px solid #eb5915;
        color:#eb5915;
    }
	.content-right .expander-box.open .title{
		background:url('../img/bg-expander-open.png') repeat-x scroll left top;
		border-radius:9px 9px 0 0;
		border-bottom:1px solid #8d2d00;
        padding:9px 15px 7px;
        color:#fff;
        background-size: 100% calc(100%);
        /*background-size: 100% calc(100% - 14px);*/
	}
	.content-right .expander-box .text{
		padding:0 15px;
		background:#fbfbfb;
	}
	.content-right .expander-box.closed .text{ display:none; }
    a.exp-toggler{
        float:right;
        margin:0 0 10px 10px !important;
    }
    a.exp-toggler + .expander-box{ clear:both; }
	/* HEADINGS, LINKS */
	.content-right h1, .content-right h2, .content-right h3{
		font-weight:normal;
		text-transform:uppercase;
		margin:25px 0;
	}
    .content-right h1{
        font-size:20px;
        font-weight:bold;
    }
    .content-right h1 span{ font-weight:normal; }
    .content-right h2, .content-right h3{ margin:25px 0 0; }
    .content-right h2{ font-size:18px; }
    .content-right h3{ font-size:16px; }
    .content-right h3, .content-right h3 a, .content-right a.blue{ color:#332f4b; }
	.content-right a.button-link{
		background:#f25e19;
        /*margin:0 5px 0 0;*/
		margin:5px 5px 0 0;
		padding:3px 8px;
		color:#fff;
		text-decoration:none;
		display:inline-block;
		border-radius:6px;
	}
    /* ORDERED, UNORDERED LISTS */
    .content-right ul, .content-right ol{
        margin:15px 0;
        padding:0 0 0 40px;
    }
    .content-right ol{ padding-left:21px; }
    .content-right ul li{
        /* list-style:none; */
        list-style-type:disc;
        margin:5px 0;
        padding:0 0 0 15px;
        /* background:url('../img/bg-list-item.png') no-repeat scroll left 6px; */
        font-size:13px;
        /* font-style:italic; */
    }
    .content-right ul li li{ list-style-type:circle; }
    .content-right ul li ul{
        margin:0 0 15px;
        padding:0 0 0 20px;
    }
    /* PRODUCT LIST */
    .content-right .prod-list .item a span{ text-decoration:underline; }
    /* CONTACT FORM */
    .content-right .contact-form{
        background:#f2f2f2;
        border:1px solid #e1e1e1;
        border-radius:3px;
        width:50%;
        margin:0 0 25px;
        padding:0 11px;
    }
    
    @media only screen 
    and (max-width : 990px) {
        .content-right .contact-form{
            width:100%;
        }
    }
    
    
    .content-right .contact-form input[type=text], .content-right .contact-form textarea, .content-right .contact-form label, .content-right .contact-form select{
        float:left;
        display:block;
        width:50%;
        font-family:Verdana,Geneva,sans-serif;
        font-size:12px;
        color:#3e3e3e;
        margin:11px 0 5px;
    }
    .content-right .contact-form label{
        text-transform:uppercase;
        padding:5px 0;
    }
    .content-right .contact-form input[type=text], .content-right .contact-form textarea{
        padding:4px;
        border:1px solid #d0d0d0;
        border-radius:3px;
    }
    .content-right .contact-form input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset;
    }
    .content-right .contact-form textarea{ height:75px; }
    .content-right .contact-form input.readmore{
        float:right;
        margin:6px 0 11px;
    }
    .content-right .contact-form select.theme::-ms-expand {
        display: none;
    }
    .content-right .contact-form select.theme {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        background-color: white;
        border: 1px solid;
        border-color: rgba(152, 152, 152, 0.53);
        border-radius: 2px;
    }
/* FOOTER */
.foot, .pusher{
    height:153px;
	clear:both;
}

.foot .foot-top{
	/*background:url('../img/bg-hf.png') no-repeat scroll left top #e7e6ea;*/
    background-color: #e7e6ea;
	/*border-bottom:6px solid #d1d1d1;*/
	min-height:120px;
    height:auto;
    outline: 15px solid white;
}

@-moz-document url-prefix() {
    .foot .foot-top {
        outline: none;
    }
}

.foot .foot-top .block{
	float:left;
	margin-top:7px;
	font-size:12px;
}

@media only screen 
and (max-width : 1024px) {
    .foot .foot-top .block{
        float:none !important;
        margin: 0;
        padding: 10px;
        text-align:center;
    }
}



@media only screen 
and (max-width : 1024px) {
    .foot ul li{
        background:none !important;
    }
}

.foot .subscribe{
	padding:18px 0 0 19px;
	/*width:380px;*/
	/*height:120px;*/
    height:auto;
	border-right:1px solid #e7e6ea;
    margin-top:-5px !important;
    
}
.foot .search-recent{
	padding:8px 0 0 14px;
	/*width:394px;*/
    margin-bottom:10px;
	border-right:1px solid #e7e6ea;
}


.foot .address1, .foot .address2{
	padding:22px;
}

.foot .address1, .foot .address2 {

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 480px) {
    .foot .address1, .foot .address2 {
      float: left !important;
    }
}


.foot input[type=text]{
	background:#fff;
	border:1px solid #c8c8c8;
	border-radius:3px;
	margin:0 0 10px 0;
	padding:3px 7px;
	color:#5c5c5c;
	font-size:13px;
}
.foot input.readmore{
	padding:4px 20px 4px 6px;
}
.foot a.readmore{ margin:5px 0; }
.foot ul{
	margin:0px;
	padding:0px;
}
.foot ul li{
	list-style:none;
	margin:0px;
	padding:3px 0 0 12px;
	/*background:url('../img/icon-list.png') no-repeat scroll left 9px;*/
}
.foot .foot-bottom{
	color:#9b9b9b;
	text-align:right;
	padding:10px 0;
    background-color:white;
    padding-right: 15px;
}


@media only screen 
and (max-width : 1024px) {
    /* Styles */
    .foot .foot-bottom{
          padding-right: 0px !important;
          text-align:center;

    }
}


body > .sitemap{
    width:1200px;
    position:absolute;
    top:123px;
    left:50%;
    margin-left:-600px;
    z-index:9999;
    background:#333;
    border-radius:4px;
    display:none;
}


/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1224px) {
    /* Styles */
    body > .sitemap{
          width: 100% !important;
          left: 0px !important;
          margin-left: 0px !important;

    }
}


body > .sitemap .inner{
    position:relative;
    padding:0px 0px 25px 25px;
}

body > .sitemap .inner a {
    text-decoration: none;
}

body > .sitemap .inner a:hover {
    text-decoration: underline;
}

body > .sitemap .inner h1{
    color:#d51a37;
    font-size:20px;
    padding-bottom:25px;
}
body > .sitemap .inner ul{
    margin:0px;
    padding:0px;
}


body > .sitemap .inner ul li{
    list-style:none;
    display:block;
    margin:0px;
    padding:0px;
}
body > .sitemap .inner ul li a{
    display:block;
    color:#fff;
    font-size:12px;
}
body > .sitemap .inner > ul > li{
    float:left;
    padding-right:15px;
    width:200px;
    margin: 30px 10px 0px 0px;
}

body > .sitemap .inner > ul > li:first-child{
    float:left;
    padding-right:15px;
    width:100%;
    
}

body > .sitemap .inner > ul > li:first-child > ul > li{
    float:left;
    padding-right:63px;
      
}

body > .sitemap .inner > ul > li > a{
    color: #ff4d00;
    font-weight:bold;
    font-size:24px;
    padding-bottom:15px;
    text-transform: uppercase;
}
body > .sitemap .inner > ul > li > ul > li a{
    padding:5px 0px;
}
body > .sitemap .inner > ul > li > ul > li:first-child > a{

 
}

body > .sitemap .inner > ul > li:first-child > ul > li > a{
   
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

body > .sitemap .inner > ul.abs{
    position:absolute;
    left:277px;
    top:300px;
    width:131px;
}
body > .sitemap a.close{
    position:absolute;
    width:24px;
    height:24px;
    display:block;
    right:16px;
    top:16px;
    background:url("../img/close.png") no-repeat scroll left top;
}

.subscribe .notif {
    padding: 0px 0px 3px 0px;
}



.searchresults .searchform {
		border-radius:3px;
		background:#f2f2f2;
		margin:0px 0 0;
		padding:4px 20px;
		font-size:11px;
	
}

 .find-count,  .search-for  {
    padding: 4px 0px;
}

.resultElemLink {
    margin: 12px 0px;
    font-weight: bold;
}

.resultElem {
    padding: 0px 0px 24px 0px;
}

.pagination {text-align: center; padding: 0px 0px 24px 0px}
.pagination a {
    padding: 6px;
    border-radius: 3px;
}

.total-pages_found {
    text-align: center;
    padding: 10px;
}

.pageElemSel {
    color: #fff
}

.prod-box {
    background: url('../img/bg-expander-open.png') repeat-x scroll left top;
	/*height: 160px;
    max-height:220px;*/
    height: auto;
    min-height: 160px;
	/*width: 455px;*/
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: solid 1px #d1d2d1;
	/*float: left;*/
	margin: 24px 0px 0px 0px;	
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 992px) {
    /* Styles */
    .prod-box {
        height:auto !important;
    }
}

.fp-blocks .prod-box {
    background: url('../img/bg-expander-small-2.png') repeat-x scroll left top;
    height: 100px;
}

.prod-box:nth-child(2n+0){
	/*margin: 24px 24px 0px 0px;*/
}

.fp-blocks .prod-box {
    /*width: 339px;
    margin: 0 24px 10px 0;*/
}
.fp-blocks .prod-box:nth-child(2n) {
    margin-right: 0px;
}

.prod-box h2 {
	margin: 12px;
	padding: 0px;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 480px) {
    /* Styles */
    .prod-box h2 {
        font-size: 12px;
    }
}

.fp-blocks .prod-box h2 {
    margin: 7px;
    font-size: 12px;
    color: #484848;
}

.prod-box img {
	padding: 14px 0 0 8px;
    min-width: 100px !important;
}

.fp-blocks .prod-box .prod-box-img {
    width: auto;
    height: 50px;
    padding: 3px 0 0 5px;
}

.prod-box ul {
	list-style: none;
	margin: 0px;
	/*width: 340px;*/
	/*float: right;*/
	padding: 6px 0px 0px 0px;
    text-align: left;
}

.fp-blocks .prod-box ul {
    width: 270px;
}

.prod-box ul li {
	list-style: none;

}

.prod-box ul li a {
    text-decoration: none;
	background: url('../img/bg-sidebar-menu-item.png') no-repeat scroll left 6px;
	padding: 0px 0px 0px 12px;
	text-transform: uppercase;
	font-size: 14px;
    display: block;
}

.fp-blocks .prod-box ul li a {
    font-size: 11px;
    display: inline-block;
    background: url('../img/bg-sidebar-menu-item.png') no-repeat scroll left 4px;
}


.prod-box ul li a:hover {
	text-decoration: underline;
}

.sitemap li ul li ul li {
text-transform: uppercase;
}

.sitemap li ul li ul li ul {
padding-left: 10px !important; 
text-transform: none
}

.sitemap li ul li ul li ul li a {
text-transform: none
}

.gray-button {
    background: darkgray !important;
}

.print-button {
    margin: 2px 0 0 15px;
  /*padding: 0 28px 0 0;*/
  text-transform: uppercase;
  text-decoration: none;
}

.page-custom-buttons {
    float:right;
    display:block;
}

.page-top-right-button {
    float:right;
}

.custom-hands-free-category-button {
    margin-top: 4px;
    font-size:15px;
}

.article-image {
    width:450px;
    max-height:315px;
}

.article-image img {
    width:100% !important;
    height:auto !important;
    max-height:320px !important;
}

.img-center {margin:0 auto;}

.img-full-width {
    /*width: 100%;*/
  height: auto;
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
    /* Styles */
    .img-full-width {
        width: 100%;
    }
}

.fp-banner {
    display: table;
    width: 100%;
}

/*
.img-responsive-slider {
    width:auto;
    height:100%;
}
*/

.img-responsive-slider {
    margin:0 auto;
}

.panel {
    border-top-right-radius: 12px;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
    /*height: 174px;*/
    height:auto;
}

.panel-default > .panel-heading {
  background-color: #E7E6EA !important;
  background-image: none !important;
  font-size: 12px;
  color: #484848;
  font-weight: bold;
      border-top-right-radius: 12px;
      border-top-left-radius: 12px;
    padding: 5px 15px;
}

.panel-default > .panel-body ul li a {
  font-size: 11px;
  /* display: inline-block; */
  background: url('../img/bg-sidebar-menu-item.png') no-repeat scroll left 4px;
    padding-left: 15px;
}

.panel-body {
  padding: 8px !important;
}

.panel-default > .panel-body ul li {
  list-style: none;
}

.panel-default > .panel-body ul {
  padding-left:0px;
}

.orange-line-top {
    border-bottom: 6px solid #FF4D00;
    /*width: 24% !important;*/
}

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1024px) {
    .orange-line-top {
        /*display:none;*/
    }
}

.blue-line-top {
    border-bottom: 6px solid #2E2949;
}

.orange-line-top-wrap {
    
}

.blue-line-top-wrap {
    
}

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 1024px) {
    .blue-line-top {
    width:100% !important;
    border-bottom: 5px solid #2E2949;
    }
}



.orange-blue-lines-wrap {
    background-color:#2E2949;
}

.white {
background-color:white;
}

.logo-col {
    z-index:42;
}

.big-dropdown-menu-top-line {
    padding-bottom:20px;
}

@media only screen 
and (max-width : 1224px) {
    /* Styles */
   .big-dropdown-menu-top-line {
        display:none;
    }
}

.index-partners {
    height: 50px;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: none;
    border:0px;
}

.readmore:hover {
    color:white !important;
}

.readmore:focus {
    color:white !important;
}


/*
img {
    max-width:100% !important;
    height:auto;
    /*display:block;*/
    
}
*/

.content .content-right img {
    max-width:100% !important;
    height:auto !important;
}

#user-content img {
    max-width:100% !important;
    height:auto !important;
    min-width:180px;
}

#user-content {
    margin-bottom: 20px;
}
#user-content table {
    word-break: break-word;
}
.foot .address1, .foot .address2 {
    
}


@media only screen 
and (max-width : 1024px) {
    .foot .address1, .foot .address2 {
        float: left !important;
        width: 100%;
    }
}



@media only screen 
and (max-width : 990px) {
    .top-search-bar {
    float:left !important;
    width: 100%;
    }
}

.responsive-footer-row {
    padding: 10px 0px 10px 0px;
    border-bottom: 6px solid #d1d1d1;
}

@-moz-document url-prefix() {
    .responsive-footer-row {
        border-bottom: none;
    }
}

.responsive-footer-item {
    min-height: 100px;
}

@media only screen 
and (max-width : 992px) {
    .responsive-footer-item  {
        padding:10px;
    }
}

.center-allover {
  display: -webkit-flexbox !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
}

.responsive-footer-item-subscribe, .responsive-footer-item-contact, .responsive-footer-item-adress {
    padding-top: 20px;
}

.slider-wrap > div.slider-items > div.slider-items-cont > div > div.img > a > img {
    min-width:0px !important;
}


.product-panel-heading {
    background-color:#EC5A16 !important;
    color:white !important;
}


.prod-box-img-products {
    /*margin-right:15px;*/
    min-width: 0px !important;
}

.panel-products {
    /*min-height:170px;*/
}

@media only screen 
and (max-width : 1823px) {
    .panel-products{
        min-height:170px;
    }
}

.product-panel-ul {
    margin: 0px !important;
}

.product-panel-ul > li{
    margin-top: 0px !important;
    padding:0px !important;
}

.product-panel-ul > li a{
    text-decoration:none;
    font-size: 14px !important;
}

@media only screen 
and (max-width : 1823px) {
    .product-panel-ul > li a{
        font-size: 12px !important;
    }
}


.panel-products > .panel-heading {
    background-color: #f25e19 !important;
    color: white !important;
    padding: 10px 15px !important;
}

.product-panel-img-col {

}

.product-panel-text-col {

}

@media only screen 
and (min-width : 992px) {
    .mobile-nav-button {
        display:none;
    }
}

@media only screen 
and (max-width : 992px) {
    .mobile-nav-button {
        display:block;
    }
}

.mobile-nav-button button {
     width: 100%;
}

#mobile-menu-button:focus {
    outline:none;
}


@media only screen 
and (min-width : 992px) {
    #head-landing-header-picture {
        margin-top:20px;
    }
}

@media only screen 
and (max-width : 992px) {
    #head-landing-header-picture {
        margin: 0 auto;
        float:none !important;
    }
}

.btn-mobile-closed {
    color:white !important;
    background-color:#332e4d !important;
}

.btn-mobile-closed:hover {
    color:white !important;
    background-color:#332e4d !important;
}

.btn-mobile-open {
    color:white !important;
    background-color:#FF4D00 !important;
}

.btn-mobile-open:hover {
    color:white !important;
    background-color:#FF4D00 !important;
}

.green {
    color:green;
}

#page-popup {
    display:none;
}

#page-popup-wrap {
    position:relative;
}

.page-popup-top-nav {
    width:100%;
    display:inline-table;
    color:darkgrey;
}

.page-popup-main-content {
    margin-top:20px;
    display:block;
    width:100%;
}

.page-popup-main-content-left-col {
    width:65%;
    margin-right:5%;
    float: left;
    text-align:center;
    font-size:16px;
}

.page-popup-main-content-right-col {
    width:30%;
    float: left;
    text-align:center;
}

.page-popup-btn {
    width:100%;
    color:white;
    background-color:#393452;
    border:0px;
    padding:5px 10px 5px 10px;
    font-size:20px;
    margin-bottom: 10px;
    border-radius:5px;
}

.page-popup-btn:hover {
    background-color:#FF4D00;
}

.page-popup-no-thanks-txt {
    text-decoration:none;
    font-size:20px;
    color:gray;
    margin-top:20px;
}

.page-popup-close-link {
    text-decoration:none;
    color:gray;
    font-size:20px;
    position:absolute;
    top:0px;
    right:0px;
    
}

.page-popup-greeting-text {
    text-align:left;
    font-size:15px;
    display:none;
    color: #2980b9;
    font-weight:bold;
}

@media only screen and (max-width:480px) {
    .page-popup-btn, .page-popup-no-thanks-txt {
        font-size:12px;
        margin-top:10px;
    }
    
    .page-popup-main-content-right-col, .page-popup-main-content-left-col {
        width:100%;
    }
    
    .fancybox-inner {
        height:210px !important;
    }
    
    .page-popup-greeting-text {
        margin-top:10px;
        text-align:center;
    }
    
    .page-popup-main-content {
        margin-top:10px;
    }
}

.page-popup-main-image {
    position:absolute;
    top:-100px;
    left:-60px;
    z-index:9999;
}

.fancybox-inner {
    overflow:visible !important;
}

.bubble 
{
position: relative;
width: 420px;
height: 120px;
padding: 0px;
background: #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 50px;
-moz-box-shadow:inset 8px 7px 75px #ccc6cc;
-webkit-box-shadow:inset 8px 7px 75px #ccc6cc;
box-shadow:inset 8px 7px 75px #ccc6cc;
}

.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #E5E2E5 transparent;
display: block;
width: 0;
z-index: 1;
bottom: -15px;
left: 350px;
}

.bubble-text {
    padding:20px;
    color:#2980b9;
    font-size: 20px;
    text-align: center;
}


@media only screen 
and (max-width : 700px) {
    .page-popup-greeting-text {
        display:block;
    }
    
    .bubble {
        display:none;
    }
}
@media (max-width: 615px) {
    #user-content table td {display: inline-block;}
}





    .jb * {
        box-sizing: border-box;
    }

    .jb-container {
        max-width: 1170px;
        font-family: GNElliotWeb, "Lucida Sans Unicode", sans-serif;
    }

    .jb-head, .jb-footer {
        text-align: center;
    }

    .jb-head {
        padding: 80px 0 70px;
    }

    .jb-footer {
        padding: 60px 0 50px;
    }

    .jb h1 {
        font-weight: 200;
        line-height: 66px;
        margin-top: 0px;
        margin-bottom: 14px;
        font-size: 56px;
    }

    .jb h2 {
        font-weight: 200;
        margin-top: 0px;
        margin-bottom: 14px;

        line-height: 58px;
        font-size: 48px;

        font-size: 30px;
        line-height: 38px;
    }

    .jb h3 {
        font-weight: 200;
        line-height: 44px;
        margin-top: 0px;
        margin-bottom: 14px;
        font-size: 34px;
    }
    
    .jb h4 {
        font-size: 20px;
    }

    .jb li {
        font-size: 20px;
    }

    .jb .centered {
        text-align: center;
    }

    .jb .col-img img {
        width: auto;
        max-width: 100%;
    }

    .jb .col-img {
        margin-bottom: 20px;
    }

    .jb .col-txt {
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .jb-products-head {
        text-align: center;
        padding: 60px 0 50px;
    }

    .jb-product-item {
        background: rgb(245, 245, 245);
        padding: 30px;
        margin-bottom: 20px;
    }


    .jb-product-item h3 {
        font-size: 26px;
        text-align: center;
    }


    .jb-product-item p {
        font-size: 20px;
    }

    .jb-product-item iframe {
        max-width: 100%;
        margin: 30px 0;
    }

    .jb-product-image {
        text-align: center;
        margin-bottom: 20px;
    }


    .jb-btn {
        border: none;
        outline: none;
        background: transparent;
        height: 53px;
        line-height: 1.55556;
        padding: 15px 20px;
        font-size: 18px;
        text-decoration: none;
        text-shadow: none;
        color: white;
    }

    .jb-btn.btn-default {
        background: rgb(255, 87, 0);
        color: white;
    }

    .jb-btn.btn-secondary {
        border: 1px solid #000;
    }

    .topmargin {
        margin-top: 30px;
    }
    
    
    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

        .jb-head {
            padding: 160px 0 140px;
        }

        .jb .col-img {
            padding: 0;
            margin-bottom: 0;
        }

        .jb .col-txt:nth-child(even) {
            padding-left: 50px;
        }
        .jb .col-txt:nth-child(odd) {
            padding-right: 50px;
        }

    }

    @media only screen and (min-width : 992px) {
        .jb-container {
            max-width: 892px;
        }
    }

    @media only screen and (min-width : 1200px) {
        .jb-container {
            max-width: 1100px;
        }

        .jb h2 {
            line-height: 58px;
            font-size: 48px;
        }
    }

    @media only screen and (min-width : 1824px) {
        .jb-container {
            max-width: 1170px;
        }
    }
    
.product-list{
    display: none;
}
.product-table-type-1{
    background-color: #F4F4F4;
}

.product-table-type-1 .header{
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.product-table-type-1 .header .text{
    margin: auto 0;
}

.product-table-type-1 .header .navigation{
    margin: auto 0;
    padding-left: 20px;
}

.product-table-type-1 .header .navigation .forward{
    background-image: url(https://adventus.lv/assets/img/arrow.svg);
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.product-table-type-1 .header .navigation .forward:disabled{
    opacity: 0.2;
}

.product-table-type-1 .header .navigation .back{
    background-image: url(https://adventus.lv/assets/img/arrow.svg);
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
    transform: rotate(180deg);
}

.product-table-type-1 .header .navigation .back:disabled{
    opacity: 0.2;
}

.product-table-type-1 .list .item{
    border: 1px solid #D1D1D1;
    overflow-wrap: break-word;
}

.product-table-type-1 .list .item .block-1{
    background: #ffffff;
}

.product-table-type-1 .list .item .block-1 .highlight{
    height: 25px;
    line-height: 25px;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    width: 95px;
    background-color: #ff3300;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
}
.product-table-type-1 .list .item .block-1 .highlight:after{
    content: "";
    height: 100%;
    position: absolute;
    width: 10px;
    background-color: #ff3300;
    display: block;
    right: -10px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    top: 0;
}

.product-table-type-1 .list .item .block-1 .title{
    color: #484848;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 5px;
    padding: 0 11px 0 11px;
}

.product-table-type-1 .list .item .block-1 .caption{
  color: #484848;
  font-family: Verdana;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
  padding: 0 11px 0 11px;
}

.product-table-type-1 .list .item .block-1 .image{
    padding-bottom: 25px;
    padding-top: 25px;
}

.product-table-type-1 .list .item .block-1 .image img{
  width: 129px !important;
  height: 129px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.product-table-type-1 .list .item .block-2{
    padding-top: 9px;
    padding-bottom: 7px;
    margin-left: 9px;
    margin-right: 5px;
    border-bottom: 1px solid #D1D1D1;
    border-top: 1px solid #D1D1D1;
    color: #000000;
    font-family: Verdana;
    font-size: 12px !important;
    letter-spacing: 0;
    line-height: 15px;
}

.product-table-type-1 .list .item .block-2 p{
    margin-bottom: 5px;
}

.product-table-type-1 .list .item .block-2 ul{
    margin: 0 0 0 3px;
    padding: 0 0 0 15px;
    
    color: #4A4A4A;
    font-family: Verdana;
    font-size: 10px !important;
    letter-spacing: 0;
    line-height: 12px;
}

.product-table-type-1 .list .item .block-2 ul li{
    margin: 0 0 0 0;
    padding: 0;
    
    font-size: 10px;
}

.product-table-type-1 .list .item .block-3{
    padding-top: 7px;
    padding-bottom: 9px;
    text-align: center;
}

.product-table-type-1 .list .item .block-3 a{
    color: #F25D18;
    font-family: Verdana;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 12px;
    text-decoration: none;
}

.product-table-type-1 .list .item .block-3 a u{
    text-decoration: none;
}

.product-table-type-1.shorter-boxes .list .item .block-1 .caption {
    display: none;
}

.product-table-type-1.shorter-boxes .list .item .block-1 .title {
    display: none;
}

.product-table-type-1.shorter-boxes .list .item .block-1 .highlight {
    display: none;
}
   
   
    

@media (min-width: 768px){
    .product-table-type-1 .list{
        display: flex;
        flex-direction: row;
    }
    .product-table-type-1 .list .item{
        width: calc(100%/3);
        position: relative;
    }
    .product-table-type-1 .list .item .block-1 .image img {
        width: 129px !important;
        max-width: 129px !important;
        min-width: 129px !important;
        height: 129px !important;
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }
    .product-table-type-1 .list .item .block-1 {
        min-height: 290px;
        height: 290px;
    }
    
    .product-table-type-1.shorter-boxes .list .item .block-1{
        min-height: 110px;
        height: 110px;
    }
    
    .product-table-type-1 .list .item .block-2 p {
        min-height: 45px;
        margin-bottom: 16.37px;
    }
    
    .product-table-type-1 .list .item .block-2 ul p {
        min-height: auto;
        margin-bottom: 5px;
    }
    
    .product-table-type-1 .list .item .block-2 {
        padding-bottom: 50px;
        border-bottom: none;
    }
    
    .product-table-type-1 .list .item .block-3 {
        width: calc(100% - 14px);
        border-top: 1px solid #D1D1D1;
        position: absolute;
        left: 0;
        bottom: 0;
        margin-left: 9px;
        margin-right: 5px;
    }
}

@media (min-width: 1200px){
    .product-table-type-1 .list .item{
        width: calc(100%/5);
        position: relative;
    }
    
    .product-table-type-1.size-4{
        width: 80%;
    }
    .product-table-type-1.size-4 .list .item{
        width: calc(100%/4);
        position: relative;
    }
    .product-table-type-1.size-3{
        width: 60%;
    }
    .product-table-type-1.size-3 .list .item{
        width: calc(100%/3);
        position: relative;
    }
    .product-table-type-1.size-2{
        width: 40%;
    }
    .product-table-type-1.size-2 .list .item{
        width: calc(100%/2);
        position: relative;
    }

    .product-table-type-1 .list .item .block-1 {
        min-height: 251px;
        height: 251px;
    }
    
    .product-table-type-1.shorter-boxes .list .item .block-1{
        min-height: 120px;
        height: 120px;
    }
    
    .product-table-type-1 .list .item .block-2 p {
        min-height: 60px;
        margin-bottom: 5px;
    }
    
    .product-table-type-1 .list .item .block-2 ul p {
        min-height: auto;
        margin-bottom: 5px;
    }
    
    .product-table-type-1 .list .item .block-2 ul {
        padding-right: 10px;
    }
    
    .product-table-type-1 .list .item .block-2 {
        //padding-bottom: 34px;
        padding-bottom: 47px;
    }

}

.specifications-table-type-mobile a{
    color: #ff3300;
    text-decoration: none;
}

.specifications-table-type-mobile .menu{
    height: 40px;
    background-color: #F4F4F4;
    display: flex;
    flex-direction: row;
    margin-bottom: 11px;
}
.specifications-table-type-mobile .menu button{
    height: 40px;
    width: 40px;
    background-image: url("https://adventus.lv/assets/img/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    border: 0;
    background-color: transparent;
}
.specifications-table-type-mobile .menu button.prev{
    transform: rotate(180deg);
}
.specifications-table-type-mobile .menu .title{
    flex-grow: 1;
    color: #484848;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    margin: auto;
}

.specifications-table-type-mobile .list .item{
    display: flex;
    flex-direction: row;
    border: 1px solid #D1D1D1;
    margin-top: -1px;
}

.specifications-table-type-mobile .list .item.long{
    flex-wrap: wrap;
}

.specifications-table-type-mobile .list .item .block-1{
    width: 40px;
    height: 50px;
}
.specifications-table-type-mobile .list .item .block-1 img{
    width: 40px;
    min-width: 40px !important;
    max-height: 50px;
    min-height: 50px;
    object-fit: contain;
}
.specifications-table-type-mobile .list .item .block-2{
    background-color: #F4F4F4;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    display: flex;
    width: 160px;
}
.specifications-table-type-mobile .list .item.long .block-2{
    flex-grow: 1;
}
.specifications-table-type-mobile .list .item .block-2 .text{
    margin: auto 5px;
    color: #484848;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 15px;
}
.specifications-table-type-mobile .list .item .block-3{
    display: flex;
}
.specifications-table-type-mobile .list .item.long .block-3{
    border-top: 1px solid #D1D1D1;
    width: 100%;
    padding: 9px;
}
.specifications-table-type-mobile .list .item.long .block-3 .text{
    margin: 0;
}
.specifications-table-type-mobile .list .item .block-3 .text{
    color: #000000;
    font-family: Verdana;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    margin: auto 8px;
}

.specification-table-type-desktop{
    //background-color: #F4F4F4;
    //display: none;
}

.specification-table-type-desktop .header{
        background-color: #F4F4F4;
    }

    .specifications-table-type-mobile{
        display: none;
    }
@media (min-width: 768px) {
    .specifications-table-type-mobile{
        display: none;
    }
   // .specification-table-type-desktop{
       // display: block;
    //}
}

.specification-table-type-desktop .header{
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.specification-table-type-desktop.stacked{
    margin-bottom: 10px;
    border: 1px solid #D1D1D1;
}
@media (min-width: 768px){
    .specification-table-type-desktop.stacked{
        border: none;
    }
}
.specification-table-type-desktop.stacked:last-child{
    margin-bottom: none;
}
.specification-table-type-desktop.stacked .header{
    display: none;
}

.specification-table-type-desktop .header .text{
    margin: auto 0;
}

.specification-table-type-desktop .header .navigation{
    margin: auto 0;
    padding-left: 20px;
}

.specification-table-type-desktop .header .navigation .forward{
    background-image: url(https://adventus.lv/assets/img/arrow.svg);
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.specification-table-type-desktop .header .navigation .forward:disabled{
    opacity: 0.2;
}

.specification-table-type-desktop .header .navigation .back{
    background-image: url(https://adventus.lv/assets/img/arrow.svg);
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
    transform: rotate(180deg);
}

.specification-table-type-desktop .header .navigation .back:disabled{
    opacity: 0.2;
}
.specification-table-type-desktop table{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;

    font-family: Verdana;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
}
.specification-table-type-desktop td{
    border: 1px solid #D1D1D1;
    padding: 10px;
    display: table-cell !important;
}
.specification-table-type-desktop a{
    color: #F25D18;
    font-family: Verdana;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
}
.specification-table-type-desktop table .product-row{
    height: 252px;
}
.specification-table-type-desktop table .product-row td{
    padding: 0;
}
.specification-table-type-desktop table .product-row img{
    height: 129px;
    width: 129px;
    max-height: 129px;
    min-width: 129px !important;
    min-height: 129px;
    display: block;
    margin: 35px auto;
    object-fit: contain;
}
.specification-table-type-desktop table .product-row .title{
    color: #484848;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px
}

.specification-table-type-desktop table .product-row .highlight{
    height: 25px;
    line-height: 25px;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    width: 95px;
    background-color: #ff3300;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
    margin-top: -1px;
    margin-left: -1px;
}
.specification-table-type-desktop table .product-row .highlight:after{
    content: "";
    height: 100%;
    position: absolute;
    width: 10px;
    background-color: #ff3300;
    display: block;
    right: -10px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    top: 0;
}
.specification-table-type-desktop table .specification-row{
    height: 40px;
    color: #484848;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    background-color: #F4F4F4;
}

/*new special-container-for-side-column start */

.specifications-list .header{
        background-color: #F4F4F4;
    }

.specifications-list .header{
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.specifications-list.stacked{
    margin-bottom: 10px;
    border: 1px solid #D1D1D1;
}
@media (min-width: 768px){
    .special-container-for-side-column .specifications-list {
        display:block;
    }
    
    .special-container-for-side-column .specification-table-type-desktop {
        display:none;
    }
    
    .specifications-list.stacked{
        border: none;
    }
}
.specifications-list.stacked:last-child{
    margin-bottom: none;
}
.specifications-list.stacked .header{
    display: none;
}

.specifications-list .header .text{
    margin: auto 0;
}

.specifications-list .header .navigation{
    margin: auto 0;
    padding-left: 20px;
}

.specifications-list .header .navigation .forward{
    background-image: url(https://adventus.lv/assets/img/arrow.svg);
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.specifications-list .header .navigation .forward:disabled{
    opacity: 0.2;
}

.specifications-list .header .navigation .back{
    background-image: url(https://adventus.lv/assets/img/arrow.svg);
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
    transform: rotate(180deg);
}

.specifications-list .header .navigation .back:disabled{
    opacity: 0.2;
}
table.specifications-list{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;

    font-family: Verdana;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
}
.specifications-list td{
    border: 1px solid #D1D1D1;
    padding: 10px;
    display: table-cell !important;
}
.specifications-list a{
    color: #F25D18;
    font-family: Verdana;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
}
table.specifications-list .product-row{
    //height: 252px;
}
table.specifications-list tr td{
    padding: 0;
}
table.specifications-list tr img{
    height: 129px;
    width: 129px;
    max-height: 129px;
    min-width: 129px !important;
    min-height: 129px;
    display: block;
    margin: 35px auto;
    object-fit: contain;
}
table.specifications-list tr .title{
    color: #484848;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px
}

table.specifications-list tr .highlight{
    height: 25px;
    line-height: 25px;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    width: 95px;
    background-color: #ff3300;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
    margin-top: -1px;
    margin-left: -1px;
}
table.specifications-list tr .highlight:after{
    content: "";
    height: 100%;
    position: absolute;
    width: 10px;
    background-color: #ff3300;
    display: block;
    right: -10px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    top: 0;
}

/*new special-container-for-side-column end */

.specifications-list{
    display:none;
}

.special-container-for-simple-table table .product-row img {
    display:none;
}

.special-container-for-simple-table table .product-row {
    height: unset;
    padding: 10px;
}

.special-container-for-simple-table table .product-row .title {
    padding: 10px;
}

.special-container-for-simple-table table .product-row .highlight {
    display:none;
}

.special-container-for-side-column li{
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
}

.special-container-for-side-column ul{
    text-align: left;
}

@media (max-width: 768px){
    .head .menu-bar ul.main-menu li:hover .top-sub {
        display:none;
    }
}
@media (max-width: 768px){
    .responsive .slick-dots{
        position: unset;
    }
    
    .responsive .slick-dots li button {
        height: 30px;
    }
    
    .responsive .slick-dots li button:before {
        content: "";
        background-color: #332e4d;
        font-family: unset;
        height: 13px;
        top:10px;
        border-radius: 0;
        border-top-right-radius: 6px 100%; 
        border-bottom-right-radius: 6px 100%;  
        border-top-left-radius: 6px 100%; 
        border-bottom-left-radius: 6px 100%; 
    }
    
    .responsive .slick-dots li.slick-active button:before {
        background-color: #ff5700;
    }
}

.product-table-type-1 .block-3 p {
margin-bottom:0;
}

.resultElem .resultElemLink{
overflow-x: hidden;
    text-indent: -179px;
}