@charset "UTF-8";
@font-face {
    font-family: 'Klavika';
    src: url('../design/metrel_crossbrowser_fonts/klavika_bold_italic-webfont.woff2') format('woff2'),
         url('../design/metrel_crossbrowser_fonts/klavika_bold_italic-webfont.woff') format('woff');
    font-weight: bolder;
    font-style: italic;
}




@font-face {
    font-family: 'Klavika';
    src: url('../design/metrel_crossbrowser_fonts/klavika_bold-webfont.woff2') format('woff2'),
         url('../design/metrel_crossbrowser_fonts/klavika_bold-webfont.woff') format('woff');
    font-weight: bolder;
}




@font-face {
    font-family: 'Klavika';
    src: url('../design/metrel_crossbrowser_fonts/klavika_light_italic-webfont.woff2') format('woff2'),
         url('../design/metrel_crossbrowser_fonts/klavika_light_italic-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: italic;
}




@font-face {
    font-family: 'Klavika';
    src: url('../design/metrel_crossbrowser_fonts/klavika_light-webfont.woff2') format('woff2'),
         url('../design/metrel_crossbrowser_fonts/klavika_light-webfont.woff') format('woff');
    font-weight: lighter;
}


@font-face {
    font-family: 'Klavika';
    src: url('../design/metrel_crossbrowser_fonts/klavika_medium_italic-webfont.woff2') format('woff2'),
         url('../design/metrel_crossbrowser_fonts/klavika_medium_italic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;

}




@font-face {
    font-family: 'Klavika';
    src: url('../design/metrel_crossbrowser_fonts/klavika_medium-webfont.woff2') format('woff2'),
         url('../design/metrel_crossbrowser_fonts/klavika_medium-webfont.woff') format('woff');
    font-weight: bold;

}




@font-face {
    font-family: 'Klavika';
    src: url('../design/metrel_crossbrowser_fonts/klavika_regular_italic-webfont.woff2') format('woff2'),
         url('../design/metrel_crossbrowser_fonts/klavika_regular_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}




@font-face {
    font-family: 'Klavika';
    src: url('../design/metrel_crossbrowser_fonts/klavika_regular-webfont.woff2') format('woff2'),
         url('../design/metrel_crossbrowser_fonts/klavika_regular-webfont.woff') format('woff');
    font-weight: normal;
}
/*
@font-face {
    font-family: 'Klavika Light';
    src: url('../design/metrel_crossbrowser_fonts/klavika_light-webfont.woff2') format('woff2'),
         url('../design/metrel_crossbrowser_fonts/klavika_light-webfont.woff') format('woff');
}*/

@font-face {
    font-family: 'Klavika Light';
    src: url('../design/metrel_fonts/Klavika_Light.otf') format("opentype"),
    url('../design/metrel_fonts/titilium_web/titillium-web-v6-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
       url('../design/metrel_fonts/titilium_web/titillium-web-v6-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*
       url('../design/metrel_fonts/titilium_web/titillium-web-v6-latin_latin-ext-regular.woff2') format('woff2'),
       url('../design/metrel_fonts/titilium_web/titillium-web-v6-latin_latin-ext-regular.woff') format('woff'),
       url('../design/metrel_fonts/titilium_web/titillium-web-v6-latin_latin-ext-regular.ttf') format('truetype'),
       url('../design/metrel_fonts/titilium_web/titillium-web-v6-latin_latin-ext-regular.svg#TitilliumWeb') format('svg')*/;
}

.navbar-default{
	background-color:#000000;
}
.navbar-brand img{
	width:240px;
    /*width: 215px;*/
}
.navbar-nav > li > a, .navbar-nav li a{
	text-transform: none;
}
.navbar-default .navbar-nav li > a{
	color: #e3e4e4;
	font-size:14px;
	font-weight:normal;
}
.navbar-default .navbar-brand {
	border:none;
	padding: 20px 15px 20px 15px;
}
.navbar-default {
	height:100px;
	border: none;
}
.featured_container{
    background-color:#00aeef;
}
.on_slider_input{
	/*
	border: none !important;
	position: relative;
    top: -30px;
    z-index: 20;
	width:100%;
	height:60px;
    font-size:18px;
    color:#00aeef;*/
   
    border: none !important;
    /* position: relative; */
    /* top: -30px; */
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 20;
    width: 100%;
    height: 60px;
    /* font-family: FontAwesome; */
    font-size: 18px;
    color: #00aeef;
    
}
select.product_search{
	height:60px;
	width:100%;
	border: none !important;
	font-weight:bold;
}
.featured_products_row img {
	width:100%;
}
.service_row img {
	width:auto;
	display: block;
    margin: 0 auto;
}
.show_all_products_link{
	background-color:#000000;
	width:100px;
	padding:20px 40px;
	color:#FFFFFF;
	font-size: 16px;
    font-weight: bold;
}
.newsletter_subscribe_link{
	background-color:#000000;
	padding:20px 40px;
	color:#FFFFFF;
	font-size: 16px;
    font-weight: bold;
    border:none;
}
.show_all_products_row{
	text-align:center;
	position: relative;
    top: 45px;
}
h2.service::after,h2.try::after, h2.news_updates::after{
	content: '';
    display: block;
    width: 50px;
    height: 5px;
    position: relative;
    top: 20px;
    margin-bottom: 50px;
    left: 0;
    background-color:#00aeef;
}
h2.featured::after {
	content: '';
    display: block;
    width: 50px;
    height: 5px;
    position: relative;
    top: 20px;
    margin-bottom: 50px;
    left: 0;
    background-color:#FFF;
}
.service_row .service_item{
	padding-top:10px;
	padding-bottom:10px;
}
.try_container{
	background-color:#000000;
	padding:30px 0px 80px 0px;
	
}
h2.try, h2.news_updates, h2.featured{
	color:#FFFFFF;
	font-size:30px;
}
h2.service{
	color:#000000;
	font-size:30px;
}

input.newsletter_input{
	height:60px;
	width:360px;
	font-weight:bold;
}
.try_container p{
	color:#FFFFFF;
    font-size: 18px;
    margin:0px 0px 10px 0px;
}
.try_container p.first_p{
	margin:0px 0px 30px 0px;
}

.test_products_ul li{
	border-bottom:1px solid #423939;
}
.test_products_ul li p{
	margin:0 0 2px;
}
.test_products_ul.get_test_1 li p{
	float:left;
	width:50%;
}
.test_products_ul li p.date{
	margin-top:20px;
	color:#00aeef;
	font-weight:bold;
	
}
.test_products_ul.get_test_1 li p.date{
	width:100%;
}
.test_products_ul li p.place{
	margin-bottom:20px;
}
.test_products_ul.get_test_1 li p.place{
	width:100%;
}
.test_products_ul.get_test_1 li p.place a.sub_event_link{
	float:left;width:40%;
}


.news_updates_container{
	background-color:#00aeef;
	/*margin: 0px 0px 30px;*/
	padding:0px 0px;
}
.news_updates_p{
	color:#FFFFFF;
	margin-top:20px;
	margin-bottom:10px;
	font-size:18px;
}
.news_updates_p.terms_and_conditions {
    font-size:14px;
        max-width: 770px;
}
.terms_and_conditions {
    margin-top: 5px;
}

.news_updates_p.terms_and_conditions a {
    color: #ffffff;
    text-decoration:underline;
}

.test_products{
	
}
.news_updates_right{
	background-image:url('https://www.metrel.si/assets/graphics/coverfirstpagebottom.jpg');
	background-size:cover;
	height:520px;
	position: relative;
	
}
.news_updates_right_layer{
	/*background-color: rgba(5, 102, 138, 0.7);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom_container1{
	padding-right:100px;
	float:right;
}
.news_updates_right_container{
	position:absolute;
	top:60px;
	margin-left: 30px;
	width: 70%;
}
.news_updates_right_container h2{
	color:#FFFFFF;
	font-size:30px;
	margin-bottom: 35px;
    margin-top: 35px;
	line-height:30px;
}
.news_updates_right_container ul li{
	border-bottom:1px solid #fff;
}
.news_updates_label_container{
	position: absolute;
    top: 20px;
    background-color: #00aeef;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-left: 30px;
    font-size:16px;
    font-weight:bold;
    
}
#footer.footer-default{
	background-color:#000000;
	border:none;
}
.footer_info p{
	color:#FFFFFF;
	margin:0px 0px 8px;
}
.footer_info{
	width:50%;float:left;
}
.footer_left{
	width:33.33%;float:right;
}
h2.featured{
	margin-top:50px;
}
span.filter{
	color:#FFFFFF;
	font-size:20px;
	font-weight: 600;
}
.product_search, .distributers_search{
/*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    padding: 2px 20px 2px 20px;
    font-weight:lighter;
    font-size:18px;
     /*
    padding: 2px 30px 2px 10px;
    border: none;
    background: white url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat right center;
    background-position: 95% 50%;
    */

}
.product_search_icon{
	position: relative;
    top: -40px;
    left: 85%;
    color: #00aeef;
    top: -40px;
    font-size: 19px;
    border: none;
    font-weight:lighter;
}
.try_search_icon{
	position: absolute;
    /* top: -40px; */
    color: #00aeef;
    font-weight: lighter;
    top: 75px;
    font-size: 19px;
    left: 80%;
}
.newsletter_input{
	padding: 2px 30px 2px 10px;
	font-weight:bold;
	font-size:16px;
}
.filter_row{
    position: relative;
    top: 20px;
}
.featured_products_row{
	position:relative;
	top:0px;
}
.info_icon{
	color:#00aeef;
}
.all_products_row{
	/*margin-top:60px;*/
}
.custom_dropdown .dropdown-menu li a{

	padding: 15px 0px;
	font-weight:normal;
	font-family: 'Klavika';
	font-weight:600;
}
.custom_dropdown .sub-dropdown{
	padding:0 20px;
}
.sub-dropdown-first-div{
	border-top:1px solid #e3d8d8;width:100%;height:1px;
}
.sub-dropdown-second-div{
	width:45px;height:5px;padding:0;
}
.custom_dropdown .dropdown .top_link{
	padding: 20px;font-size:16px;font-weight:bold;color:#000000;font-family:inherit;
	font-weight:600;
}
.custom_dropdown .dropdown-menu{
	width:100%;
}
.custom_dropdown{
	width:100%;background-color:#FFFFFF;height:60px;font-size:18px;font-weight:bold;
}
.custom_dropdown>li{
	width:100%;
}
.featured_search_icon{
	position: relative;
    font-size: 18px;
    top: 0px;
    right: 10px;
    z-index: 20;
    color: #00aeef;
}
.on_slider_input{
	padding: 0px 0px 0px 45px;
	z-index: 20;
	height:52px;
}
.angle.top_angle{
	float: right;font-size:32px;color:#00aeef;margin-top:-5px;
}
.distributers_dropdown{
	font-weight:bold;
    font-size:18px;
    margin-bottom:20px;
    width:90%;
}
.search_megamenu{
	width: 100%;
    height: 492px;
    background-color: #FFFFFF;
    position: relative;
    top: -61px;
    display:none;
}
.close_search_megamenu{
	position:relative;
    top: -85px;
    z-index: 23;
    left: 98%;font-size:20px;
    cursor:pointer;
    
}
.featured_product_desc{
	margin-top: 20px;
    color: #FFFFFF;
    font-size:16px;
    line-height: 22px;
    margin-bottom:20px;
}
.featured_product_title{
	    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
.try_results{
	margin-top:30px;
}
p.result_title{
	color:#00aeef;font-weight:bold;font-size:18px;margin-bottom:0px;line-height: 20px;
	font-family: 'Klavika';
}
.result_webpage{
	margin-top:0px;line-height: 20px;
}
.result_webpage a{
	color:#FFFFFF;
	font-size:14px;
}
.result_place_info{
	    width: 40%;
    float: left;
    font-size: 14px;
    margin-right: 10%;
	
}
.result_place_info p{
	font-size:14px;
}
.result_place_info p i{
	margin-right:10px;
}
.distibuters_top_ul{
	width:90%;background-color:#FFFFFF;height:60px;font-size:18px;font-weight:bold;
}
.distibuters_top_ul .top_link{
	padding: 20px !important;font-size:18px;font-weight:bold;color:#000000;font-family:inherit;
}
.distibuters_top_ul li{
	width:100%;
}

.search_place_span{
	float: right;font-size:26px;color:#00aeef
}
#footer-inner{
	padding: 30px 0 30px !important;
}
.sub_footer{
	background-color:#0e0e0e;
	padding:10px 0px;
}
.sub_footer_text_div{
	text-align:center;
	color:#373737;
	    font-size: 12px;
    font-weight: bold;
        padding-right: 20px;
}
.news_updates_row{
	margin:0px;
}
.dropdown.open .dropdown-menu{
	/*max-height: 228px;
    overflow-y: scroll;*/
}
.support_text_div{
    text-align: center;
    margin-top:20px;
    color:#00aeef;
    font-weight:600;
    font-size:18px;
    height: 50px;
    overflow: hidden;
}
h1,h2,h3,h4{
	font-family: 'Klavika Light';
}
body{
	font-family: 'Open Sans', sans-serif;
}
#header, #footer{
	font-family: 'Open Sans', sans-serif;
}
.custom_dropdown{
	margin-top:10px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,.nav>li>a:hover,.nav>li>a:visited,.nav>li>a:focus,.nav>li>a:visited  {
    background-color: #fff;
}
.service_second_row{
	margin-top:60px;
}
.test_products_ul li p{
	font-size:16px;
}
.service_item:hover{
	background-color:#FFFFFF;
	/*cursor:pointer;*/
	box-shadow: rgba(0, 174, 239, 0.15) 4px 4px 18px 12px;
    -webkit-box-shadow: rgba(0, 174, 239, 0.15) 4px 4px 18px 12px;
}
.distibuters_top_ul .dropdown-menu {
	border:none !important;
}
h3.search_megamenu{
	font-size: 18px;
}
.navbar-black{
	background-color: rgba(0,0,0,0.9) !important;
}
.navbar-white.navbar-transparent.navbar-black{
	border:none;
	position:static;
}
header#header{
	position:sticky;
	top:0;
}
.navbar-white.navbar-transparent.navbar-black .navbar-brand{
	border:none;
    padding: 0px 30px 33px 0px;
}
.navbar-nav > li > a, .navbar-nav li a {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}
.btn.btn-black{
	background-color:#000000;
	color:#FFFFFF;
	font-size:16px;
	padding:20px 20px;
	font-weight:600;
	z-index: 23 !important;
}
.tp-caption.rev-title{
	font-size:60px;
	font-family: 'Klavika Light';
	text-transform:none;
	z-index: 23 !important;
}
.tp-caption.rev-subtitle{
	font-size:40px;
	font-family: 'Klavika Light';
	font-weight:700;
	text-transform:none;
	z-index: 23 !important;
	line-height:46px;
}
.featured_search_icon{
	z-index: 20;
}
.tp-bgimg.defaultimg{
    /*background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../images/homesliders/index11/slide1.jpg');*/
}
.result_webpage a:hover, .newsletter_subscribe_link:hover{
	color:#00aeef;
}
.ttb-dropdown .dropdown.open > .dropdown-menu{
	border:none;
}
.map-canvas {
    height: 400px;
}
.location_row:hover{
	outline:1px solid #00aeef !important;
}
.location_left{
	font-size:16px;
}
.location_left p{
	font-size:14px;
	padding-top:10px;
}

.location_row {
    cursor: pointer;
    outline: 1px solid #bbbbbb;
    padding: 10px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
}
.location_left a{
	text-decoration:underline;
}
a.mail_link{
	text-decoration:none !important;
}
.location_contact_info a{
	text-decoration:underline;
}
p.location_contact_info{
    margin: 0 0 10px;
}
.error{
	height: 50px;
    color: #FFFFFF;
    background-color: #b01e35;
    border: 1px solid #ffffff;
    width: 80%;
    margin-bottom: 20px;
    padding: 15px;
}
h2 a,h2 a:hover {
	color:#FFFFFF;
}
ul.user_actions_menu{
	/*border: 1px solid #000;*/
}
ul.user_actions_menu li{
    font-size: 14px;
    
    padding: 12px 0px;
    margin-right: 15px;
}
ul.user_actions_menu li.active{
    border-bottom: 2px solid #00aeef;
    background-color: #f8f8f8;
    
}
ul.user_actions_menu li a{
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
ul.user_actions_menu li.active a, ul.user_actions_menu li a:hover{
    color: #00aeef;
}
.user_account_border{
    border: 1px solid #D0D0D0;
    margin: 15px 0px;
}
.user_account_contact_info, .user_account_address, .user_account_billing_address, .user_account_delivery_address{
	margin-bottom: 40px;
}
.user-account .btn.btn-sm{
    padding: 7px 0px;
}  
i.item-icon{
	margin-right:10px;
}
.label {
    color: #000;
    width: 140px;
}
.user-account{
	margin:20px 0px;
	    min-height: 600px;
}
p.result_address{
	height:45px;
	overflow:hidden;
}
.custom_dropdown.product_finder .dropdown{
	border:1px solid #cacaca;
}
.pf_page_title, .pf_comparer_title, .accessory_detail_modal h4{
	color: #00aeef;
	font-size:28px;
	font-weight:600;
	margin-bottom:30px;
}
.sub-dropdown.open ul.dropdown-menu li a{
	margin-left:15px;
}
.custom_dropdown.product_finder>li>ul{
	padding-top:0px;
}

.sf-menu ul {
    z-index: 2;
}
.custom-checkbox-container {
    width: 14px;
    height: 14px;
    border: 1px solid #505050;
}

.custom-checkbox-container{
	border-radius: 0px;
}
.custom-checkbox-container .custom-checkbox-icon {
	background-color: #00aeef;
	width: 14px;
    height: 14px;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0px;
}
.custom-checkbox-container .custom-checkbox-icon:before {
	color: #FFF;
    font-size: 14px;
    font-weight: 300;
    top:0px;
}
.sf-arrows .sf-with-ul:after {
	font-family: FontAwesome;
    content: "\f107";
    color: #00aeef;
    font-size:22px;
    margin-top:-15px;
    font-weight:normal;
}

li.selected .sf-with-ul:after {
	color:#FFF;
}
.category_dropdown_level_2 .category_name_filter_element_container{
	margin-bottom: 0px;
}
.sf-arrows .sf-with-ul:hover:after {
	/*font-family: FontAwesome;
    content: "\f106";
    color: #00aeef;
    font-size:22px;
    margin-top:-15px;
    font-weight:normal;*/
}

.sf-menu > li {
    background: #FFFFFF;
    outline:1px solid #cacaca;
}
a.sf-with-ul{
	color: #505050;
	font-weight:bold;
}
.sf-menu ul a.sf-with-ul{
	color: #000000;
	font-weight:normal;
}
.sf-menu ul a.sf-with-ul:after, .sf-menu ul a.sf-with-ul:hover:after{
	content: '\f105';
	font-size:18px;
	margin-top:-14px;
}
.sf-menu ul a.sf-with-ul:hover:after{
	font-weight:bold;
}

li.top_selected .sf-with-ul:after{
	font-weight:bold;
}

.sf-menu li:hover{
    background: #e3e3e3;
}
.sf-menu ul li {
    background: #FFFFFF;
}
.sf-menu ul li a{
    color:#000000;
    font-size:14px !important;
}
.sf-menu ul ul li {
    background: #FFFFFF;
}
h3.product-title,h3.product-sub-title {
	text-align:left;
	margin-bottom:0px;
}
h3.product-sub-title {
	color: #4a4a4a;
    font-weight: normal;
	margin-top:0;
	height:20px;
	overflow:hidden;
}
h3.product-title{
		height:48px;
		overflow:hidden;
}
h3.product-title a{
	font-size:14px;
	color:#505050;;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
h3.product-sub-title{
	height:20px;
	overflow-y:hidden;
}
h3.product-sub-title a{
	font-size:14px;
	color:#000000;
	font-weight: 500;
}
h4.panel-title{
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}
li.selected{
	background-color: #00aeef !important;
	color: #FFFFFF !important;
	border:none;
}
.panel-icon {
	color: #00aeef !important;
    font-size: 22px;
    font-weight: normal;
}
.btn-dark/*,.btn-dark:hover*/{
	padding: 5px 10px;
}
.select_one_more_product:before{
	content:'\f12a';
	font-family:FontAwesome;
	margin-right:15px;
}
ul.sf-menu li {
    min-width: 210px;
}
.comparer_text{
	font-size:15px;
}
.box_checked{
	width:14px;
	height:14px;
	border:none;
	z-index:1;
}
.selected_option_container{
    font-size: 10px;
    font-style: italic;
    padding: 0 15px;
}
.selected_option_container.active{
    background-color: #00aeef;
    color: #FFFFFF;
    -webkit-transition: background-color 750ms linear, color 750ms linear;
    -moz-transition: background-color 750ms linear, color 750ms linear;
    -o-transition: background-color 750ms linear, color 750ms linear;
    -ms-transition: background-color 750ms linear, color 750ms linear;
    transition: background-color 750ms linear, color 750ms linear;
}
.selected_option_container.not_active{
    background-color: #FFFFFF;
    color: #505050;
    -webkit-transition: background-color 750ms linear, color 750ms linear;
    -moz-transition: background-color 750ms linear, color 750ms linear;
    -o-transition: background-color 750ms linear, color 750ms linear;
    -ms-transition: background-color 750ms linear, color 750ms linear;
    transition: background-color 750ms linear, color 750ms linear;
}

.products_list_description.active{
    background-color: #00aeef;
    color: #FFFFFF;
    -webkit-transition: background-color 750ms linear, color 750ms linear;
    -moz-transition: background-color 750ms linear, color 750ms linear;
    -o-transition: background-color 750ms linear, color 750ms linear;
    -ms-transition: background-color 750ms linear, color 750ms linear;
    transition: background-color 750ms linear, color 750ms linear;
}
.products_list_description.not_active{
    background-color: #FFFFFF;
    color: #505050;
    -webkit-transition: background-color 750ms linear, color 750ms linear;
    -moz-transition: background-color 750ms linear, color 750ms linear;
    -o-transition: background-color 750ms linear, color 750ms linear;
    -ms-transition: background-color 750ms linear, color 750ms linear;
    transition: background-color 750ms linear, color 750ms linear;
}

.select_country.active{
    background-color: #00aeef;
    color: #FFFFFF;
    -webkit-transition: background-color 750ms linear, color 750ms linear;
    -moz-transition: background-color 750ms linear, color 750ms linear;
    -o-transition: background-color 750ms linear, color 750ms linear;
    -ms-transition: background-color 750ms linear, color 750ms linear;
    transition: background-color 750ms linear, color 750ms linear;
}
.select_country.not_active{
    background-color: #FFFFFF;
    color: #505050;
    -webkit-transition: background-color 750ms linear, color 750ms linear;
    -moz-transition: background-color 750ms linear, color 750ms linear;
    -o-transition: background-color 750ms linear, color 750ms linear;
    -ms-transition: background-color 750ms linear, color 750ms linear;
    transition: background-color 750ms linear, color 750ms linear;
}


.sf-menu a {
	border-top:none;
	border-left:none;
}
.product-image,
.product-image-hover {
	display:block;
	width:100%;
	height:auto;
	transition:none;
	-webkit-transition:none;
}
.success{
	/*height: 50px;*/
    color: #FFFFFF;
    background-color: green;
    border: 1px solid #ffffff;
    width: 80%;
    margin-bottom: 20px;
    padding: 15px
}
#compare_dialog .modal-body{
	/*
	background-color:#FFFFFF;
	width:80%;
	height:80%;
	margin:auto auto;
	padding:30px;
	overflow-y:scroll;*/
	background-color: #FFFFFF;
    width: 90%;
    height: 90%;
    margin: 2% auto;
    padding: 20px 30px 0px 30px;
    /*overflow-y: scroll;*/
}
.options_row{
	height: 30px;
}
.options_row.bottom{
	margin:30px 0px;
}
#header {
    border-top: none;
}
.close{
	opacity:1;
	font-size:23px;
}
.close i{
	opacity:1;
}
.close:hover {
	opacity:1;
}
.modal-open, .modal-open .modal{
	overflow:hidden;
	overflow-y:hidden;
}
body.modal-open{
	overflow:hidden;
}
.modal-backdrop.in {
    opacity: .8;
}
.modal-body{
	border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
a#get_products_retry{
	text-decoration:underline;
}
li.top_selected{
	background-color: #e3e3e3 !important;
}
.modal-header{
	background-color:#FFFFFF;
}
.modal-header .close{
    position: relative;
   
    font-size: 24px;
    
    background: transparent;
    opacity:1;
}
.dropdown-menu{
	z-index:999;
}
.first_page_filter_container .superfish_dropdown, .first_page_filter_container .superfish_dropdown .sf-menu, .first_page_filter_container .superfish_dropdown .sf-menu li.current  {
	width:100%;
}
.filter_row .filter_row_title{
	margin-bottom:20px;
}
.filter_row_title span.filter{
	font-weight:600;
}
li.current ul{
	width:100% !important;
}
.btn_clear_filters,.btn_clear_filters:hover, .btn_clear_filters:focus {
	margin-left: 25px;
    padding: 5px 14px;
    border-radius: 3px;
    padding: 5px 8px;
    color: #FFFFFF;
    background-color: #00aeef;
    border-color: #00aeef;
}
.btn_search_files,.btn_search_files:hover, .btn_search_files:focus {
	margin-left: 25px;
    padding: 5px 14px;
    border-radius: 3px;
    padding: 5px 8px;
    color: #FFFFFF;
    background-color: #00aeef;
    border-color: #00aeef;
    float:right;
}

.featured_products_row a{
	color:#FFFFFF;
}
.news_updates_right a:focus{
	color:#FFFFFF;
}
.top_drilldown{
	background-color:#FFFFFF;
}
.top_drilldown >li > a:after{
	font-family: FontAwesome;
    content: "\f107";
    color: #00aeef;
    font-size: 22px;
    margin-top: -15px;
    font-weight: normal;
    
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -15px;
    height: 0;
    width: 0;
}
li.level_2 a{
	margin-left: 15px;
}
li.level_3 a{
	margin-left: 30px;
}
.nav-pills > li + li {
	margin-left:0px;
}
.nav-pills > li.selected > a:hover, .nav-pills > li.selected > a:focus {
    background-color: #00aeef;
}
.top_drilldown{
	border:1px solid #cacaca;
}
.mobile_visible .form_title, .mobile_visible .selected_option_container {
	background-color:#ffffff !important;
	border-radius:0px;
	margin:0px;
}
.mobile_visible .selected_option_container{
	padding-left: 5px;
}

a.product_finder_tab:focus{
	color:#303030;
}
.panel-heading a:hover {
    display: block;
    padding: 15px 20px;
    color:#505050;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	color:#505050;
}
.panel.panel-border-tb{
	border-bottom:none;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top:none;
}
.text_search{
	margin-bottom: 20px;
}
  
/*
.selected_option_container{
	color: #00aeef;
}*/

.category_list, .products_list, .files_types_list{
	border:1px solid #D0D0D0;
	height:360px;
	overflow-y:auto;
	padding:0;
	/*
	padding-top: 15px;
    padding-bottom: 15px;*/
}
.category_list li, .products_list li, .files_types_list li{
	cursor:pointer;
	border-top: 1px solid #D0D0D0;
}

.category_list li, .products_list li, .files_types_list li{
	cursor:pointer;
	border-top: 1px solid #D0D0D0;
	min-height:30px;
}
.category_list li:last-child, .products_list li:last-child, .files_types_list li:last-child{
	border-bottom: 1px solid #D0D0D0;
}
.category_list li:first-child, .products_list li:first-child, .files_types_list li:first-child{
	border-top:none;
}
.category_list li.selected, .products_list li.selected, .files_types_list li.selected{
	background-color:#00aeef;
}

.download_table th{
	width:100px;
}
.download_table td, .download_table th{
	border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    padding: 5px 5px;
    min-width: 0px;
}
.download_table{
	border: 1px solid #D0D0D0;
	margin:0 auto;
	width:100%;
}
.files_results_container{
	margin-top:20px;
}
.search_product_files_container{
	margin-top:30px;
	margin-bottom:30px;
}
#search_product_files_field{
	width:320px;
}
.btn_search_product_file, .btn_search_product_file:hover, .btn_search_product_file:focus{
	margin-left: 25px;
    padding: 5px 14px;
    border-radius: 3px;
    padding: 5px 8px;
    color: #FFFFFF;
    background-color: #00aeef;
    border-color: #00aeef;
}
.downloads_element_div{
	margin-left:10px;
}
/*
.category_list ul li:nth-child(odd) {
    background: #FFFFFF;
}

.category_list ul li:nth-child(even) {
    background: #303030;
}
.category_list ul li.selected{
	background: transparent;
}*/
body p{
	    line-height: 1.2;
}
.calendar_short_cont p{
	line-height:30px;
}
.category_list_description, .products_list_description, .files_types_list_description{
	color: #505050;
    margin-bottom:10px;
    
        font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.downloads_element_div{
	font-weight:400;
	padding-top:5px;
}
.title.pdf_files h5{
    color: #505050;
    margin-bottom: 10px;
    font-family: 'Klavika Light';
    font-size: 18px;
    
    text-align:center;
}
.search_field_description{
	color: #00aeef;
    font-weight: bold;
    margin-right:10px;
}
#search_product_files_field, .product_text_search{
    padding: 10px 0px 10px 10px;
    border: 1px solid #D0D0D0;
}
.no_results_td{
	text-align: center;
    font-weight: bold;
    height: 40px;
}
.download_table th{
	color:#00aeef;
	height: 40px;
	font-family: 'Klavika Light';
	font-weight:bold;
	font-size: 18px;
}
.search_type_description, .contact_us_span{
	color: #505050;
	font-weight:bold;
	/*text-transform:uppercase;*/
    font-size: 22px;
    font-family: 'Klavika';
}
.search_type_description_container{
	margin-bottom:20px;
}
.clear_compare,.clear_compare:hover,.clear_compare:focus {
	color:#FFFFFF;
	float:right;
}
.compare_products_number_text{
	float:left;
}
.btn-compare{
	float:right;
	margin-right:10px;
	max-width: 230px;
	padding: 5px 5px;
}
#compare_container{
	display:none;
	width:100%;
	/*height: 60px;*/
	padding-bottom: 10px;
	background-color:#00aeef;
	color:#FFF;
	position:fixed;
	bottom:0;
	z-index:999;
}
.files_results_row{
    height: 100%;
    overflow-y: auto;
}

#compare_dialog .modal-body {
    background-color: #FFFFFF;
    width: 90%;
    height: 90%;
    margin: 2% auto;
    padding: 20px 30px 0px 30px;
    /* overflow-y: scroll; */
}
.modal-body {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
/*
.files_results_info{
	margin: 0 auto;
    width: 800px;
    font-weight: bold;
    font-size: 32px;
    font-family: 'Klavika';
    height: 75px;
    text-align: center;
    color: #00aeef;
}*/
.files_results_header{
	margin: 0 auto;
    width: 800px;
    font-weight: bold;
    font-size: 32px;
    font-family: 'Klavika';
    height: 75px;
    text-align: center;
    color: #00aeef;
}
.files_results_info{
	font-size:18px;
	font-family:'Klavika Light';
	font-weight:bold;
}
#files_results_dialog .modal-body {
    background-color: #FFFFFF;
    width: 90%;
    height: 90%;
    margin: 2% auto;
    padding: 20px 30px 0px 30px;
}
.display_text{
	font-weight:normal;
}
.product_text_search{
	width: 270px;
}
.product_text_search{
	margin-bottom:30px;
}
.superfish_dropdown li.current{
	background-color: #FFFFFF !important;
}
.modal-header {
        padding: 0px 0px 30px 0px;
}

.menu_row{
    width:100%;
    z-index:2;
    margin-left:0px;
    margin-right:0px;
    text-align:left;
    position:relative;
}
.product_image_container{
    margin-bottom: 0;

	/* spremembe dizajna na produktni strani, 10.3.2017, Rok */
    margin-top: 60px;
    border-bottom: 1px solid #cccccc;

}
.custom_menu_cont{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.menu_row .menu_element_container.active .menu_element{
    color: #FFF;
    font-weight:900;

    /* spremembe dizajna na produktni strani, 10.3.2017, Rok */
    color: #00aeef;
    font-weight:600;
}
.menu_row .menu_element_container.active .menu_element:hover{
	color: #00aeef;
}
.menu_row .menu_element_container.active .active_border_container{
    /*
    border-bottom:2px solid #00aeef;
    width:80%;
    margin-top: 15px;*/
}
.menu_row .menu_element_container.active span{
	/*
	border-bottom: 2px solid #FFF;
    padding-bottom: 15px;*/

    
}

.menu_row .menu_element_container.active {
	border-bottom:2px solid #00aeef;
}
    
    
.menu_row .menu_element_container .menu_element{
    
}
.menu_row .menu_element_container{
    margin-top:17px;
    font-size:15px;
    font-weight: 600;
    cursor:pointer;
    color: #FFF;

    /* spremembe dizajna na produktni strani, 10.3.2017, Rok */
    color: #000;
    height: 43px;
}
.product_descriptions {
    padding-top:30px;

    /* spremembe dizajna na produktni strani, 10.3.2017, Rok */
    padding-top:0px;
}
.product_descriptions p{
    font-family: 'Klavika Light';
    font-size: 18px;
}
.product_extra_content_container{
    /*padding: 50px 0px;*/
   /*padding-top:40px;*/
   padding-bottom:30px; 
}
.product_short_description h1,  .product_description h1, .product_extra_content h1{
    text-transform:capitalize;
    font-size:20px;
    margin-bottom:20px;
}
.product_short_description h2,  .product_description h2, .product_extra_content h2{
    text-transform: capitalize !important;
    font-size: 24px;
    margin-bottom: 18px;
}
.product_short_description h3,  .product_description h3, .product_extra_content h3{
    font-size:22px;
    margin-bottom:16px;
}
.product_short_description h4,  .product_description h4, .product_extra_content h4{
    text-transform:capitalize;
    font-size:14px;
    margin-bottom:14px;
    color:#00aeef;
}
.product_short_description h5,  .product_description h5, .product_extra_content h5{
    text-transform:capitalize;
    font-size:12px;
    margin-bottom:12px;
    color:#00aeef;
}
.product_short_description h6,  .product_description h6, .product_extra_content h6{
    text-transform:capitalize;
    font-size:12px;
    margin-bottom:12px;
    color:#00aeef;
}

.product_short_description ul, .product_description ul, .product_extra_content ul, .product_sets ul {
    margin:20px 0px 20px 20px;
    /*list-style-type:disc;*/
    /*
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;*/
}
.product_section .product_short_description ul li,.product_section .product_description ul li, .product_sets ul li, .product_extra_content ul li,.pf_additional_checkboxes_checked_container li {
  margin:15px 0px;

  background: url('../images/fa-circle-final.png') no-repeat left top;
  padding: 0px 0px 0px 25px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;
  
  line-height:1.2;
}
.pf_additional_checkboxes_checked_container li{
	padding-bottom:5px;
}
.content_section ul li{
  margin:15px 0px;

  background: url('../images/fa-circle-final.png') no-repeat left top;
  padding: 0px 0px 0px 30px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;
  
  line-height:1.2;
}
.element_content .product_properties ul li {
	margin:15px 0px;

  background: url('../images/fa-circle-final.png') no-repeat left top;
  padding: 0px 0px 0px 30px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;
  
  line-height:1.2;
}
  
#revslider-container ul li{
	background:none;
	list-style:none;
}
.product_section .product_short_description ul li:before,.product_section .product_description ul li:before, .product_sets ul li:before, .product_extra_content ul li:before, #applications.product_section ul li:before {
    /*
    content: "\f111";
    font-family:FontAwesome;
    */
    /*display: table-cell;*/
        
}
.product_description ul li, .product_description p{
    font-family: 'Klavika Light';
    font-size: 18px;
}


.product_short_description{
    font-size: 24px;
    font-family: 'Klavika Light';
    margin-bottom:30px;
    font-weight:lighter;
    line-height:30px;
}
.element_content{
    margin-top:0px;
    margin-bottom: 0px;
    padding-bottom:30px;
}
/*
.product_section.odd{
    background-color:#FFFFFF;
}
.product_section.even{
    background-color:#f8f8f8;
}*/

div.product_section:nth-child(odd) {
    background-color: #FFFFFF;
}

div.product_section:nth-child(even) {
    background-color: #f8f8f8;
}

#applications.product_section ul{
    margin:20px 0px 20px 40px;
    /*list-style-image:url('http://imgs.pnvnet.si/img/15/15/90/1/c/orion.pnvnet.si/~metrel/images/check.png');*/

    /* spremenil, da bo enako kot pri ostalih naštevanjih */
    list-style-image:none;
    margin: 10px 40px;

}
.product_section ul li{
    font-family: 'Klavika Light';
    font-size: 18px;
}
.product_standards_container{
    background-color:#00aeef;
    padding:30px 0px;
    margin-bottom:40px;
}
.product_standards ul{
	/*
    margin:20px 0px 20px 40px;*/
    margin: 10px 40px;
    color:#FFFFFF;
}
.product_standards ul li{
	list-style:disc !important;
	background:none !important;
    margin:5px 0px !important;
    font-size:18px !important;
    padding:0px !important;
}
.product_standards_container .element_content_heading_container{
    margin-left:20px;
}
.product_standards_container .element_content_heading_container h4{
    color:#00aeef;
}
.product_section{
    /*padding:0px 0px 20px 0px;*/
   
    padding:40px 0px 0px 0px;
}
.product_title_container h1{
    color:#000000;
    margin-bottom:10px;
}
.heading_divider{
    border-bottom:5px solid red;
    width:50px;
    margin-bottom: 10px;
}
.element_content_heading_container h2{
    margin-bottom:40px;
}
.product_files p{
    margin-bottom:30px;
}
.product_description p strong, .product_short_description p strong, .product_extra_content p strong {
    /*color:#00aeef;
    font-size: 18px;*/
}

.product_description h3, .product_short_description h3, .product_extra_content h3 {
    color:#00aeef;
    font-size: 22px;
}
.menu_row{
	padding:0px 0px;
    height:60px;
    
    background-color:#f8f8f8;
    /*background-color:#00aeef;*/

    /* spremembe dizajna na produktni strani, 10.3.2017, Rok */
    position:fixed;
    top:100px;
    z-index:21;
    
}
.cta_left,.cta_button {
    height: 140px;
    margin-top:0px;
}
.cta_compare_products_container{
    background-color:#00aeef;
    /*margin-top: 30px;*/
}

.cta_left p, .cta_button a{
    position: relative;
    top: 60px;
    font-size: 20px;
}
.cta_compare_products_container .cta_left{
    color:#FFFFFF;
    font-size:18px;
    font-weight:bold;
}
.cta_compare_products_container .cta_button a{
    background-color:#000000;
    color:#FFFFFF;
    padding:15px;
    font-weight:bold;
    font-size:16px;
}
.navbar-white.navbar-transparent .navbar-nav > li.active > a{
    color:#00aeef;
}
.tparrows.preview3{
    background: transparent;
}

.tparrows.preview3:after {
    color:#00aeef;
    background: transparent;
}
.tparrows.preview3:hover:after {
    color:#00aeef;
    background: transparent;
}
#revslider-container{
    background-color: #FFF;
}
.product_sets h3{
    margin:20px 0px;
    color:#00aeef;
}
.product_sets a.find_distributor, .product_accessories a.find_distributor{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
}
.product_sets a.readmore, .product_accessories a.readmore{
	color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}
.product_sets .product_set_link_container, .product_accessories .product_accessory_link_container{
    margin-top:30px;
    padding: 10px;
    background-color: #000000; 
    width: 160px;
    text-align: center;
    float:left;
    margin:20px 20px 0px 0px;
}
.tp-arr-iwrapper{
    display:none !important;
}
/*
.product_extra_content_container:first-child{
    background-color:#f8f8f8;
}*/
.element_content_heading_container{
    margin-top: 60px;

    /* spremembe dizajna na produktni strani, 10.3.2017, Rok */
    margin-top:40px; 
    
    margin-top:10px;
}
.product_extra_content p{
    font-family: 'Klavika Light';
    font-size: 18px;
}
#product_extra_content_container_1{
    background-color: #f8f8f8;
}
.select_one_more_product{
    float:left;
}
.remove_compared_product{
    /*position: relative;
    right: -42px;
    top: -40px;*/
    margin-left: 2px;
}
.remove_compared_product:before{
    content: "\f00d";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}
/*
.multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}*/
.product_extra_content table{
	width:100%;
}
.product_extra_content table th p{
	margin:10px;
}
.product_extra_content table td p{
	margin:10px;
}
.element_content_heading_container h2{
	font-size:32px;
}
.element_content .product_properties ul li{
    font-size: 18px;
    font-family: 'Klavika Light';
} 

.selected_product_images_outer{
	float: left;
	/*
	overflow-x: auto;
    overflow-y: hidden;*/
    width: 330px;
    margin-left: 15px;
}
.selected_product_images{
	margin:0px;
	height: 35px;
    width: 330px;
    white-space: nowrap;
}  
.selected_product_image_container{
    border: 1px solid #FFFFFF;
    width: 60px;
    height: 35px;
    
    display: inline-block;
    margin-right: 15px;
    
}
.selected_product_image_container:last-of-type{
	 margin-right: 0px;
}
.search_type_description {
	
}
.downloads_input_search{
    background-color: #fff;
    margin-left:0px;
    margin-right:0px;
}
.downloads_step_search{
	margin-left:0px;
    margin-right:0px;
}
.files_results_outer{
	padding-left:0px;
	padding-right:0px;
    /*margin-right: 30px;*/
    margin-bottom: 50px;
}
.files_results_row{
	background-color: #FFFFFF;
	margin-left:0px;
    margin-right:0px;
}
.files_results_container{
	overflow-y:auto;
}
.files_results_row .container{
    margin-top: 30px;
    margin-bottom: 30px;
}
.simplebar-scrollbar{
	cursor:pointer;
}
a.sub_event_link{
	color:#FFFFFF;
}
a.sub_event_link_subpage{
	color: #00aeef;
}
.sidebar_calendar  li.active{
	text-decoration:underline;
}
.sidebar_calendar  li.active a{
	text-decoration:underline;
	/*color: #00aeef;*/
}
.element_content .product_files span{
    font-weight: normal;
    font-size: 14px;
}
.product_standards_heading_container{
	margin-left:20px;
}
.product_standards_heading_container h3{
	color:#FFFFFF;
}
.panel-body {
    padding: 0px;
}
.file_container a{
	color:#505050;
    font-family: 'Klavika Light';
    font-size: 18px;
    margin-left: 0px;
}
.content_topbar_outer {
	width: 100%;
    z-index: 22;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;    
    padding: 0px 0px;
    height: 60px;
    background-color:#f8f8f8;
    margin-bottom:0;
    position:sticky;
    top:100px;
}

.content_topbar,.content_topbar ul li {
	background-color:#f8f8f8;
	border:none;
	padding-left:0px;
	color:#000000;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.content_topbar,.content_topbar ul li a{
	color:#000000;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.content_topbar ul li.active:hover{
	color:#00aeef;
}
.content_topbar,.content_topbar ul li.active a{
	color:#00aeef;
    
}
.content_topbar ul li.active {
    color: #00aeef;
    border-bottom: 2px solid #00aeef;
    background-color:#f8f8f8;
}
.content_topbar ul li:last-child{
	border-radius:0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.content_topbar ul li:hover  {
    color: #00aeef;
}
.content_topbar ul li.active,.content_topbar ul li a:hover  {
    color: #00aeef;
}
.panel.panel-default{
	border:none;
}
ul.list-group{
	margin:0;
}
.simplebar.horizontal .simplebar-track .simplebar-scrollbar{
    top: 0;
    height: 6px;
}
.simplebar-track .simplebar-scrollbar{
	border-radius:0;
}
[data-simplebar-direction="horizontal"] .simplebar-track, .simplebar.horizontal .simplebar-track {
    top: auto;
    left: 0;
    width: auto;
    height: 6px;
}
.list-group-item.active, .list-group-item.active:hover{
	background-color:transparent;
}
.menu_row .menu_element_container .menu_element:hover{
    color: #FFF;

    /* spremembe dizajna na produktni strani, 10.3.2017, Rok */
    /*color: #00aeef;*/
    
    color: #000;
}
.menu_row .menu_element_container .menu_element:active{
	color:#000;
}
.superfish_dropdown ul li.selected a{
	color:#FFFFFF;
}
.selected_option_container{
	height:14px;
}
.featured_product_category, .featured_product_title{
	height:22px;
	text-align: center;

}
.shop-popular-carousel .portfolio-item:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.shop-popular-carousel.owl-carousel .owl-controls .owl-nav .owl-prev, .shop-popular-carousel.owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot{
	margin: -35px -70px;
	border:none;
	font-size:55px;
}
h1{
	font-size:44px;
	color:#000;
	font-weight:lighter;
}
h2{
	font-size:32px;
	color:#000;
	font-weight:lighter;

}
h3{
	font-size:24px;
	color:#00aeef;
	font-weight:lighter;

}
h4{
	font-size:20px;
	color:#000;
	font-weight:lighter;

}
h3.product-sub-title,h3.product-sub-title a {
	font-size:14px;
}
.product_title_container{ 
    margin-bottom: 15px;
    margin-top: 50px;

    /* spremembe dizajna na produktni strani, 10.3.2017, Rok */
    margin-top: 0px; 
}
.panel{
	margin-bottom: 0px;
}
.first_page_filter_container .sf-menu a{
	font-size:16px;
}
.categories.highlight{
	background-color:#ffffff;
}
.sidebar li a{
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.sub_event_link_subpage, .sub_event_link_subpage span{
    font-family: 'Klavika Light';
    font-size: 18px;
}
.sidebar li a.active{
	color: #00aeef;
	text-decoration:underline;
}
.post-desc, .entry-content.calendar{
	font-family: 'Klavika Light';
    font-size: 24px;
    line-height:30px;
}
.post-text, .entry-content.calendar{
	font-family: 'Klavika Light';

    font-size: 18px;
}
.post-desc ul li, .post-text ul li, .entry-content.calendar ul li{
	/*list-style:disc;*/
	font-family: 'Klavika Light';
    font-size: 18px;
}
.post-desc ul, .post-text ul, .entry-content.calendar ul{
	margin-left:30px;
	list-style-type: disc;
}

.content_section{
	min-height:500px;
}
.megamenu_featured_elements{
	background-color:#00aeef;
}
.megamenu_top_element .megamenu_top_container a{
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
    color: #505050;
    font-weight: normal;
    display: inline;
    color: #000000;
    -webkit-font-smoothing: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.megamenu_top_container a{
    font-family: 'Open Sans', sans-serif;
    color:#505050;
    font-weight:normal;
    display:inline !important;
}

.filtered_elements_number_container{
	font-size:16px !important;
    font-family: 'Open Sans', sans-serif;
    color:#505050;
    font-weight:bold;
    margin-bottom: 15px;
}
.filtered_elements_number_label_span, .filtered_elements_number_span{
	font-style:italic;
}
a.megamenu_product_link{
    /*text-transform: uppercase !important;*/
    /*font-weight:700 !important;*/
    font-size:14px !important;
    line-height:1.5;
    font-family:'Open Sans', sans-serif;
    /*
	font-size:16px !important;
    font-family: 'Open Sans', sans-serif;*/
    color:#505050;
    word-break: break-word;
}
.megamenu_top_element{
	/*height:260px;
	overflow:hidden;*/
	padding-top:20px;
}
.megamenu_top_container .selected a{
	color:#00aeef;
}
.megamenu_filtered_elements{
    height: 380px;
    overflow-y: auto;
}
.megamenu_button_container{
	    width: 100%;
    margin: 30px auto 20px auto;
    background-color: #000;
    padding: 5px 0px;
    text-align: center;
}
.megamenu_button_container a{
    font-size: 16px !important;
    font-weight:600 !important;
    color: #fff !important;
    display:inline !important;
}
.megamenu_top_container{
	/*height:45px;*/
	margin-bottom:10px;
}
.product_finder_span{
	font-weight:bold;
}
.megamenu_featured_elements h1.title{
	color:#FFF;
	margin-top:0px;
	margin-bottom:10px;
}
.megamenu_divider{
	    width: 60px;
    height: 5px;
    margin: 10px 0 10px 0px;
    position: relative;
    background-color: #FFF;
}
.megamenu_featured_elements a{
	color:#FFF !important;
}
.sidebar .widget h3{
	    font-size: 24px;
    color: #00aeef;
    font-weight: lighter;
}
.calendar_short_cont, .calendar_text_cont{
	margin-top:30px;
    font-family: 'Klavika Light';
    font-size: 20px;
}
.calendar_short_cont{
    font-size: 24px;
    font-family: 'Klavika Light';
    margin-bottom: 40px;
	
}
.entry-content.calendar{
	min-height:500px;
}
.megamenu_top_container a{
	/*text-decoration:underline;*/
}
.megamenu_top_container a:hover{
	text-decoration:none;
}
.catalogues_brochures_list{
	min-height:500px;
}
#content{
	padding-bottom:40px;
    margin-top: 0;
}
.dropdown-menu.megamenu{
	border:2px solid #000;
}
.navbar-white .navbar-nav li > .dropdown-menu {
    
    box-shadow: 0 8px 12px rgba(0,0,0, 0.38);
    -webkit-box-shadow: 0 12px 9px rgba(0,0,0, 0.38);
}
.product-box {
	z-index:1;
}
.post-content a{
    color: #00aeef;
	text-decoration:underline;
}
.post-content{
	margin-bottom:40px;
}

.post-content h1.title {
	margin-bottom:10px;
}

.megamenu_product_element a{
	font-family: 'Klavika Light' !important;
    font-size: 16px !important;
}
.megamenu_product_title_container a{
	font-weight: 600 !important;
}
.megamenu_more_products_link{
	
}
.news .categories.highlight li a{
	font-family: 'Klavika Light';
    font-size: 18px;
}
.content_topbar{

}
.menu_row .container .row{
	display:none;
}
.content_topbar ul li{
	padding:0px 0px;
	margin-right: 20px;
    padding-right: 30px;
	margin-top: 17px;
    font-size: 15px;
    height: 43px;
    font-weight: 600;
}


.files_no_results_container{
	font-weight:bold;
    font-size: 22px;
    font-family: 'Klavika';
    text-align:center;
}
.pf_page_title{
	margin:0 auto;
	width:300px;
	font-weight: 600;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
    /* height: 75px; */
}
.pf_comparer_title, .accessory_detail_modal h4{
	margin:0 auto;
	width:400px;
	font-weight: bold;
	font-size: 32px;
	font-family: 'Klavika';
	height:75px;
	text-align:center;
}
.accessory_detail_modal h4{
	height:auto;
	font-size: 24px;
}
.accessory_detail_modal .modal-header h4{
	padding-top: 15px;
    line-height: 1.2;
}
.accessory_detail_modal .modal-body{
	border-top: 10px solid transparent;
	padding-top:10px;
	padding-bottom:20px;
	background-color:#FFF;
	border-bottom:none;
}
.accessory_detail_modal ul.accessory_sets_ul {
    margin-bottom: 15px;
}
/*.accessory_detail_modal .modal-footer{
	border-top: 10px solid transparent;
	padding-top:10px;
	background-color:#FFF;
}*/
.accessory_detail_modal .modal-footer{
	display:none;
}
.accessory_detail_modal img.accessory_detail_modal_headpic{
	width:60%;
	margin: 0px 20% 25px 20%;
}
.accessory_detail_modal .modal-content{
	max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.accessory_detail_modal ul li{
	font-size:16px;
}
/*
.accessory_detail_modal .modal-footer button[data-dismiss="modal"],.accessory_detail_modal .modal-footer button[data-dismiss="modal"]:hover,.accessory_detail_modal .modal-footer button[data-dismiss="modal"]:focus {
	background-color: #00aeef;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
}*/
.accessory_detail_modal .modal-header button[data-dismiss="modal"],.accessory_detail_modal .modal-header button[data-dismiss="modal"]:hover,.accessory_detail_modal .modal-header button[data-dismiss="modal"]:focus {
	background-color: transparent;
    color: #00aeef;
    padding: 10px;
    font-weight: bold;
    font-size: 28px;
    top: 5px;
    right: 5px;
}   
.accessory_detail_modal .accessory_description_container{
	margin-bottom:20px;
}
.user-account-custom .user_account_inner{
	margin-top:20px;
}

.post-content a.btn-custom{
	color: #fff;
	text-decoration:none;
}
.added_video p{
    font-family: 'Klavika Light';
    font-size: 20px;
}
.divider {
    width: 60px;
    height: 5px;
    margin: 10px 0 20px 0px;
    position: relative;
    background-color: #00aeef;
}
.post-content h1{
	margin-top:20px;
}
.results-row{
	width:100%;
	height:40px;
}
.related-content-carousel.owl-carousel .owl-prev,.related-content-carousel.owl-carousel .owl-next,.related-content-carousel.owl-carousel .owl-prev:hover,.related-content-carousel.owl-carousel .owl-next:hover  {
    background-color:transparent;
    height: 50px;
    width: 50px;
    margin: -35px -100px;
    border: none;
    font-size: 55px;
}
.related-content-carousel.owl-carousel i {
	color:#00aeef;
}

.featured_content_title a{
	color:#00aeef;font-family: 'Klavika Light';font-size: 22px;
	
}
.portfolio-item:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.featured_content_title{
	margin-top:30px;
}
/*
ul.sf-menu{
    box-shadow: rgba(0, 0, 0, 0.380392) 9px 9px 9px 9px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.380392) 9px 9px 9px 9px;
}*/
.sf-menu ul{
    box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 4px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 4px 4px;
}
.content_section{
	position: static;
    margin-top: 20px; 
}
.first_page_outer_content#content{
	margin-top:0px;
}
.first_page_filter_container .selected_option_container{
	display:none;
}
.user_account_inner{
	margin-top: 0;
}
.form-control{
    border: 1px solid #D0D0D0;
}
.user-account .label{
	text-transform:none;
	font-weight: 700;
	float: left;
    width: 300px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    color: #505050;
    font-size: 14px;
    padding-top: 7px;
    padding-left: 0;
}
.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-color: #D0D0D0;
}
.user-account button {
	margin-left: 25px;
    padding: 5px 14px;
    border-radius: 3px;
    padding: 5px 8px;
    color: #FFFFFF;
    background-color: #00aeef;
    border-color: #00aeef;
}
.table-orders th{
    color: #00aeef;
    height: 40px;
}
select.distributers_continents_search{
	width:40%;
	float:left;
	height: 60px;
	font-weight:bold;
	padding: 2px 5px 2px 5px;
    font-size: 18px;
}
select.distributers_countries_search,select.distributers_type_search{
	width:40%;
	float:left;
	height: 60px;
	font-weight:bold;
	padding: 2px 5px 2px 5px;
    font-size: 18px;
}
select.distributers_search{
	width:60%;
	float:left;
	height: 60px;
	font-weight:bold;
}

select.country_search, select.continent_search,select.type_search {
	height: 50px;
    /*width: 300px;*/
    width: 100%;
    vertical-align: top;
    padding: 10px 35px 10px 20px;
}
input[name="search"], select[name="country_search"], select[name="continent_search"],select[name="type_search"] {
    border: 1px solid #D0D0D0;
    font-size:16px;
    font-weight:700;
}
select[name="country_search"] option, select[name="continent_search"] option,select[name="type_search"] option {
	font-size:14px;
}
/*#009de0 zamenjal z #00aeef*/
.product_page_compare_iframe{
	/*margin-right:0px !important;*/
}
span.trenutna_stran{
	font-weight:bold;
}
.calendar_event_headpic{
	float: right;
	padding-left: 30px;
	padding-bottom:30px;
}
.calendar_event_headpic_first_page{
	width:50%;
}
.calendar_event_dateplace_container{
	margin-bottom:30px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

select.distributers_countries_search option, select.distributers_search option, select.distributers_continents_search option, select.distributers_type_search option{
	width:250px;
	font-size:14px;
}

select.distributers_countries_search, select.distributers_search, select.distributers_continents_search,select.distributers_type_search {
        /* font-family: 'Klavika Light'; */
    /* margin: 50px; */
    /* border: 2px solid #00aeef; */
    background: #FFF;
    /* width: 250px; */
    width: 50%;
    padding: 10px 35px 10px 20px;
    font-size: 16px;
    /* border: 1px solid #ccc; */
    border: 1px solid #ccc;
    height: 50px;
    /* background: url(../images/angle-down.png) 96% / 5% no-repeat #eee; */
} 
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select.distributers_countries_search, select.distributers_search, select.distributers_continents_search  {
        background:#FFF;
        padding: 5px;
    }
}
.try_result_inner{
	    height: 180px;
    overflow: hidden;
}
.added_video{
	margin-top:15px;
}
#specifications #product_compare_frame{
	margin-top:30px;
	padding-bottom:30px; 
}
.product_headpicture{
	/*margin-top:15px;*/
}
.menu_element_container{
	/*float:left;*/
	margin-right: 30px;
    padding-right: 30px;
}
.portfolio-related-carousel{
	margin-top: 50px; 
}
.mobile_visible .level_2.top_selected{
	/*background-color: #e3e3e3 !important;*/
}
.mobile_visible ul.level_3{
	background-color: #FFFFFF !important;
}
#rma_form .form-control{
	width:100%;
    padding: 9px 16px;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    border: 1px solid #eaeaea;
    color: inherit;
    font-size: 14px;
}
#rma_form input[type="checkbox"],#rma_form input[type="radio"]{
	height:14px;
	width: 14px;
    float: left;
    margin-right: 20px;
}
.input_label{
	font-size: 16px;
	/*height:20px;*/
}
label.input-desc {
    font-size: 16px;
}
.inner_specifications{
    padding: 30px;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    /* box-shadow: 0 2px 4px rgba(0,0,0, 0.38); */
    /* -webkit-box-shadow: 0 2px 4px rgba(0,0,0, 0.38); */
}
.product_specifications_container .element_content{
	margin-bottom: 20px;
}
.products_container{
    min-height: 800px;
}
.megamenu_product_element.other_megamenu_element{
	max-height:50px;
	overflow-y:hidden;
}
.related_product_set_container, .related_accessory_container{
	margin-bottom:40px;
}
.related_accessory_inner{
	border: 1px solid #D0D0D0;
    padding: 20px;
}
.related_accessory_inner img{
	width: 100%;  
}
.product_accessory_link_container{/*
    margin-left: auto;
    margin-right: auto;*/
}  
.product_section{
	/*top: 10px;*/
	position: relative;
} 
.content_page .service_support_upper_container {
	padding-top:40px;
}
#content.content_page, #content.product_page{
	padding-bottom:0px;
}
select[name="rma_product_name"]{
    width: 100%;
}
.compare_products_number{
	font-weight:bold;
}
.product_specifications_container .element_content{
	margin-bottom:60px;
}
.content_section{
	padding-bottom:30px;
}
form[name="rma_form"] label{
	font-size:14px;
}
form[name="rma_form"] input[type="text"]{
	height:30px;
}
form[name="rma_form"] .form-group{
    margin-bottom: 30px;
}
select[name="rma_product_name"]{
	height:30px;
}
.product_shadow:after{
  content: '';
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
  background: rgba(0,0,0,0.1);
}
.product_outer_box figure a:hover:after  {
  content: '';
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
  background: rgba(0,0,0,0.1);
}
.product_outer_box figure:after{
	-moz-transition: all .8s ;
    -o-transition: all .8s ;
    -webkit-transition: all .8s ;
    transition: all .8s ;
}
.product_box_outer .btn-dark:hover {
    padding: 0px 10px;
}
.dd-kosarica .sub-menu, .dd-povprasevanje .sub-menu{
	min-width: 320px;
    position: absolute;
    right: -1px;
    z-index: 1500;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #000;
    border: 0;
}
.dd-kosarica .sub-menu table, .dd-kosarica .sub-menu tr,.dd-kosarica .sub-menu td, .dd-povprasevanje .sub-menu table,.dd-povprasevanje .sub-menu tr,.dd-povprasevanje .sub-menu td {
	color:#FFF;
}
.dd-kosarica .sub-menu td.inner_cart_text_td, .dd-povprasevanje .sub-menu td.inner_cart_text_td{
	color:#000;
}
.dd-kosarica .sub-menu .table tbody > tr, .dd-kosarica .sub-menu .table>tbody>tr>th, .dd-povprasevanje .sub-menu .table tbody > tr,.dd-povprasevanje .sub-menu .table>tbody>tr>th {
    border:none;
}

.inner_cart_btn, .inner_cart_btn:hover, .inner_cart_btn:focus {
    /*margin-left: 25px;
    padding: 5px 14px;*/
    border-radius: 3px;
    /*padding: 5px 20px;*/
    color: #FFFFFF !important;
    background-color: #00aeef !important;
    border-color: #00aeef;
    text-align: center;
}
.cart_dropdown_item{
	background-color:#FFF;
}
.sub-menu .table.table-cart{
	margin-bottom:0px;
}
.cart_bottom_row{
	background-color:#FFF;
	margin:0px;
}
.cart-items{
	color:#FFF;
}
.dd-kosarica .sub-menu .dropdown-cart, .dd-povprasevanje .sub-menu .dropdown-cart{
	text-align:center;
}
.dd-kosarica .cart_dropdown_item td, .dd-povprasevanje .cart_dropdown_item td{
	color:#000;
}
.cart-action-total{
    margin-bottom: 20px;
}
.cart-dropdown-menu{
    /*width: 400px;*/
    /*width: 615px;*/
       width: 415px;
}
.navbar-white .navbar-btn.btn-icon{
	color: #FFF;
    background-color: transparent;
}
.dd-kosarica .navbar-btn.btn-icon,.dd-kosarica .navbar-btn.btn-icon:focus,.dd-kosarica > .navbar-btn.btn-icon {
	background-color: transparent !important;
    color:#fff;
}
.dd-povprasevanje .navbar-btn.btn-icon,.dd-povprasevanje .navbar-btn.btn-icon:focus,.dd-povprasevanje > .navbar-btn.btn-icon {
	background-color: transparent !important;
    color:#fff;
}
.dd-kosarica .navbar-btn.btn-icon:hover,.dd-kosarica.open .navbar-btn.btn-icon:focus, .dd-kosarica.open > .navbar-btn.btn-icon {
    background-color: transparent !important;
    color:#00aeef;
} 
.dd-povprasevanje .navbar-btn.btn-icon:hover,.dd-povprasevanje.open .navbar-btn.btn-icon:focus, .dd-povprasevanje.open > .navbar-btn.btn-icon {
    background-color: transparent !important;
    color:#00aeef;
} 
.dd-kosarica .navbar-btn.btn-icon, .dd-povprasevanje .navbar-btn.btn-icon{
    width: 30px;
    margin-left: 0px;
}
.cart-dropdown.navbar-right, .cart-dropdown.pull-right {
	margin-right:0px;
}
.inspect_cart_container, .from_cart_to_checkout_container{
	text-align:center;
}
.inner_cart_text_td{
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
.cart-action{
	margin-top:20px;
}
.send_inquery_container{
	text-align:center;
}
.gumbi-kosarica, .gumbi-kosarica:hover, .gumbi-kosarica:focus{
    border-radius: 3px;
    padding: 5px 20px;
    color: #FFFFFF;
    background-color: #00aeef;
    text-align: center;
    border: 1px solid #00aeef;
}
.shop .well{
    margin-bottom: 60px;
}
.container > .navbar-header{
	margin-right:0px;
}
.divider_product_group_eis{
    border-bottom: 5px solid #4B92DB;
    width: 50px;
}
.divider_product_group_hvi{
    border-bottom: 5px solid #34B233;
    width: 50px;
}
.divider_product_group_pat{
    border-bottom: 5px solid #5E6A71;
    width: 50px;
}
.divider_product_group_pqa{
    border-bottom: 5px solid #ED2939;
    width: 50px;
}
.divider_product_group_lan{
    border-bottom: 5px solid #FED100;
    width: 50px;
}
.divider_product_group_ieq{
    border-bottom: 5px solid #009AA6;
    width: 50px;
}
.divider_product_group_dmm{
    border-bottom: 5px solid #AACAE6;
    width: 50px;
}
.divider_product_group_labs{
    border-bottom: 5px solid #4B306A;
    width: 50px;
}
.divider_product_group_acc{
    border-bottom: 5px solid #FF5800;
    width: 50px;
}
.divider_product_group_sets{
    border-bottom: 5px solid #0078C1;
    width: 50px;
}
.divider_product_group_transformers{
	border-bottom: 5px solid #773141;
    width: 50px;
}
.category_name_filter_element_container{
	margin-bottom:10px;
}
.category_dropdown_divider{
	margin-bottom: 0px;
}
.heading_divider{
    margin-bottom: 10px;	
}
.product_description div{
	margin:30px 0px;
}
.inner_cart_text_td.no_cart_products{
	text-transform:none;
}
li.shop-progress-item{
	color: #7f7f7f;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 12px 0 7px;
}
.shop-progress-item a{
	float:right;
}
#checkoutsteps > li {
    margin: 0 0 11px;
    background-color:#00aeef;
    border-radius:0px;
}
#checkoutsteps .step-title.collapsed {
    border-color: #323232;
    color: #FFFFFF;
}
#checkoutsteps .step-title {
    background: #333333;
    border: 1px solid #323232;
    color: #FFFFFF;
    display: block;
    height: 50px;
    padding: 0 18px;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
#checkoutsteps .step-title .number {
    color: #FFF;
    float: right;
    font-size: 16px;
    line-height: 49px;
}
#checkoutsteps .step-title h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 49px;
    margin: 0;
    color:#FFF;
}
#checkoutsteps .step-content {
    border: 1px solid #323232;
    border-top: 0 none;
    font-size: 12px;
    line-height: 20px;
    padding: 22px 18px 19px;
    background-color:#FFF;
}
#checkoutsteps label.radio{
	margin-left:30px;
}
#checkoutsteps #step-5 .buttons-box{
	margin-bottom: 40px;
}
.table-responsive.checkout-preview-content{
	max-width:100%;
	overflow-x:hidden;
}
.checkout-progress a.edit.step_name_edit{
	float:none;
}
.checkout-progress a.edit{
	color: #505050;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
h1.title{
	    margin-top: 20px;
} 
.shopping-cart.dd-povprasevanje .cart-dropdown-menu{
	box-shadow: 0 8px 12px rgba(0,0,0, 0.38);
    -webkit-box-shadow: 0 12px 9px rgba(0,0,0, 0.38); 
}
.shopping-cart.dd-kosarica .cart-dropdown-menu{
	box-shadow: 0 8px 12px rgba(0,0,0, 0.38);
    -webkit-box-shadow: 0 12px 9px rgba(0,0,0, 0.38); 
}  
.panel-heading a, .panel-heading a:hover {
    padding: 15px 40px 15px 20px;
}
.row.products_container{
	direction:ltr;
}
body.body_lang_il{
	direction: rtl;
}
.filter-row-left {
    float: left;
    margin-right: 20px;
}
.product_section#overview p.product_closest_group_name{
	font-family:'Klavika Light';
	font-size:16px;
}
.user-account .btn, .user-account .btn:hover, .rma_form .btn, .rma_form .btn:hover,.rma_tracking_form .btn, .rma_tracking_form .btn:hover  {
    border-radius: 3px;
    padding: 5px 20px !important;
    color: #FFFFFF;
    background-color: #00aeef;
    border-color: #00aeef;
    text-align: center;
}
dd.one-item{
	margin-bottom:20px;
}
tr.level_7.value td:first-child,tr.level_5.filter td.level_5:first-child, tr.level_3 td.inner.level_3{
	text-align:left;
	    padding: 5px 5px;
}
body h3{
	color: #00aeef;
    font-size: 22px;
}
body ul{
	margin-bottom:20px;
}
body ul li{
	
}
body p{
    margin: 0 0 15px;
}
#contact-form{
	font-family:'Klavika Light';
}
label.input-desc {
    font-family:'Klavika';
}
.language-dropdown ul ul{
	margin-bottom:0px;
}
#revslider .tp-caption{
	padding:0 10% 0 0;
}
.content_page #revslider-container{
	margin-top:160px;
}
div.product_section:last-of-type{
	padding-bottom:30px;
}
div.product_section:first-of-type{
	padding-bottom:0px;
}
table {
    font-family: 'Klavika Light', sans-serif;
    font-size: 18px;
}
td {
    min-width: 120px;
    font-size: 16px;
}
.product-top .product-action-container, .related_set_container .product-action-container,.related_accessory_container .product-action-container {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 0;
}
.set_price, .accessory_price{
    color: #505050;
    font-family:'Klavika Light';
    font-weight:bold;
    margin-top: 15px;
    margin-bottom: 0px;
    height:20px;
    overflow:hidden;
}
.product_extra_content {
	font-family:'Klavika Light';
	font-size:18px;
	line-height:1.2;
}
.inner_specifications{
	background-color:#FFFFFF;
}
.cart-dropdown-menu td{
    min-width: 80px;
}
li.megamenu_product_element{
    background: url(../images/fa-circle-final.png) no-repeat left top;
    padding: 0px 0px 0px 30px;
    list-style: none;
    margin: 0;
    line-height: 1.2;
    max-height:42px;
    overflow:hidden;
}
.download_table td{
	    font-family: 'Open Sans', sans-serif;
	    font-size:14px;
}
.file_inner_container{
	
}
.file_container{
    margin: 20px 0px;
    height: 102px;
    overflow:hidden;
}
a.file_extra_field_link{
	font-family: 'Open Sans', sans-serif;
	color: #505050;
	font-size:14px;
    line-height: 1.42857143;
}
:not('.product_headpicture') #revslider-container .tp-caption{
	margin:0px !important;
	padding:0px !important;
    position: relative  !important;
    left:0px !important;
}

.product_headpicture #revslider-container .tp-caption{
	position:absolute !important;
}
.accessory_description{
	height:40px;
	overflow:hidden;
}
.select_country, .select_distributer{
	text-align:left;
    font-family: 'Klavika Light';
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.distributers_countries_search.active{
	background-color: #00aeef;
    color: #FFFFFF;
    -webkit-transition: background-color 750ms linear, color 750ms linear;
    -moz-transition: background-color 750ms linear, color 750ms linear;
    -o-transition: background-color 750ms linear, color 750ms linear;
    -ms-transition: background-color 750ms linear, color 750ms linear;
    transition: background-color 750ms linear, color 750ms linear;
}
.distributers_countries_search.not_active{
	background-color: #FFFFFF;
    color: #505050;
    -webkit-transition: background-color 750ms linear, color 750ms linear;
    -moz-transition: background-color 750ms linear, color 750ms linear;
    -o-transition: background-color 750ms linear, color 750ms linear;
    -ms-transition: background-color 750ms linear, color 750ms linear;
    transition: background-color 750ms linear, color 750ms linear;
}
select.country_search.active{
	background-color: #00aeef;
    color: #FFFFFF;
    -webkit-transition: background-color 750ms linear, color 750ms linear;
    -moz-transition: background-color 750ms linear, color 750ms linear;
    -o-transition: background-color 750ms linear, color 750ms linear;
    -ms-transition: background-color 750ms linear, color 750ms linear;
    transition: background-color 750ms linear, color 750ms linear;
}
select.country_search.not_active{
	background-color: #FFFFFF;
    color: #505050;
    -webkit-transition: background-color 750ms linear, color 750ms linear;
    -moz-transition: background-color 750ms linear, color 750ms linear;
    -o-transition: background-color 750ms linear, color 750ms linear;
    -ms-transition: background-color 750ms linear, color 750ms linear;
    transition: background-color 750ms linear, color 750ms linear;
}
select.country_search option, select.distributers_countries_search option{
	background-color:#FFF;
    color: #505050;
}
.content_tabs_container{
	background-color:#FFF;
	padding: 20px 0px;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    /* box-shadow: 0 2px 4px rgba(0,0,0, 0.38); */
    /* -webkit-box-shadow: 0 2px 4px rgba(0,0,0, 0.38); */
    margin: 0px 0px 40px 0px;
}
.content_tabs_container li a{
    color: #00aeef;
    font-size: 18px;
    font-family: 'Klavika Light';
    border-radius: 0px;
}
.content_tabs_container li.content_tabs_list_item{
	list-style:none;
	background:none;
	padding:0px;
	margin-left:30px;
	margin-bottom:10px;
}

.content_tabs_container .nav-tabs > li.active > a,.content_tabs_container .nav-tabs > li.active > a:hover,.content_tabs_container .nav-tabs > li.active > a:focus {
    color: #505050;
    background-color: #fff;
    border:none;
    margin-top: 0px;
    margin-right: 0px;
}

.content_tabs_container .nav-tabs>li.active>a,.content_tabs_container .nav-tabs>li.active>a:focus,.content_tabs_container .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
}
.content_tabs_container .nav-tabs>li{
    border: none;
    width:80%;
}
.content_tabs_container .nav-tabs>li.active{
    border: 1px solid #ddd;
    width:100%;
    width: 80%;
}
.content_tabs_container .nav-tabs{
	border-bottom:none;
}
.content_tabs_container .nav{
	padding-left:15px;
}
.sf-menu ul li.selected:hover li a {
    color: #000000;
}
.sf-menu ul li:hover li.selected a {
    color: #FFFFFF;
}
/*
li.selected .sf-arrows .sf-with-ul:after {
	color:#FFFFFF;
}*/
.shortcode_zgodovina{
    margin-top: 60px;
}
.owl-prev, .owl-next,.owl-prev:hover, .owl-next:hover {
	color:#00aeef;
	background: transparent;
}
.owl-prev i, .owl-next i,.owl-prev:hover i, .owl-next:hover i{
	font-size:32px;
}
.owl-carousel-single-zgodovina{
	margin-top:60px;
}
.owl-carousel-single-zgodovina .owl-controls{
	display:none;
}
.timeline_element.active_timeline_element{
	font-weight:bold;
	color: #00aeef;
}
a.timeline_element{
	color:#505050;
	font-size:22px;
}
.dropdown-menu.megamenu{
	background: transparent;
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.dropdown-menu.megamenu > .container{
    background: #FFF;
    overflow-y: auto;
}
.navbar-white .navbar-nav li > .dropdown-menu.megamenu {
	box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.navbar-white .navbar-nav li > .dropdown-menu.megamenu > .container{
    
    box-shadow: 0 5px 9px rgba(0,0,0, 0.18);
    -webkit-box-shadow: 0 5px 9px rgba(0,0,0, 0.18);
}
.tab-content p{
	font-size: 18px;
    font-family: 'Klavika Light';
}
/*
.megamenu_filtered_elements .megamenu_top_element .col-sm-12{
	float:none;
}*/
/*
.dropdown.megamenu-container.open .dropdown-toggle:after{
	content:'KKK';
	height:10px;
	width:10px;
	background-color:#FFF;
}*/
.upper_search{
    /*float: right;*/
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding-left: 10px;
    background-color: rgba(80, 80, 80, 0.6);
    border: none;
    color: #00aeef;
    height: 30px;
}
.upper_search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #00aeef;
}
.upper_search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #00aeef;
   opacity:  1;
}
.upper_search::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #00aeef;
   opacity:  1;
}
.upper_search:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #00aeef;
}
.upper_search::-ms-input-placeholder { /* Microsoft Edge */
   color:    #00aeef;
}
/*
.tp-caption span{
	background-color:rgba(80,80,80,0.6);
	padding:0px 10px;
}
.tp-caption a span{
	background-color:transparent;
	padding:0px;
}*/
.megamenu_category_link, .megamenu_subcategory_link{
	    font-family: 'Open Sans', sans-serif;
}
.social_icons_container a i{
    color: #00aeef;
}
.navbar-brand img{
	margin-top: 20px;
}
.cart-dropdown {
    margin: 0 5px;
}
.dropdown-menu.cart-dropdown-menu{
	padding-left:10px !important;
	padding-right:10px !important;
}
#header .navbar.ttb-dropdown{
	height:100px;
}
#main-navbar-container{
    margin-right: 0px;
}
.tp-caption.rev-title{
    text-shadow: 3px 3px #000;
}
.tp-caption.rev-subtitle{
	text-shadow: 3px 3px #000;
}
.megamenu_product_link{
	height:72px;
	overflow:hidden;
}
/*
.label_select .distributers_continents_search, .label_select .distributers_countries_search {
    border: 1px solid #ccc;
    overflow: hidden; 
    height: 40px;    
    width: 240px;
    position: relative;
    display: block;
}

select.distributers_continents_search, select.distributers_countries_search {       
    height: 40px;
    padding: 5px;
    border: 0;
    font-size: 16px;       
    width: 240px;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.label_select:after, .label_select:after {
    content:"\f0dc";
    font-family: FontAwesome;
    color: #000;
    padding: 12px 8px;
    position: absolute; right: 0; top: 0;
    background: red;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;   
}*/
.dropdown-menu {
	left:inherit;
	right:0;
}
.custom-nav .owl-prev, .custom-nav .owl-next, .nav-border.custom-nav .owl-prev:hover, .nav-border.custom-nav .owl-next:hover, .nav-border.white-nav .owl-prev:hover, .nav-border.white-nav .owl-next:hover{
	background-color:transparent;
}
.locations_dropdowns_container{
	margin-right:10%
}
.naslovna_slika_produkta.custom-product-image{
	max-width:100%;
	height:auto;
}
.dropdown-menu.megamenu{
	left:0px;
	
}
.rma_management_table td, .rma_management_table th{
	font-size:12px;
	text-align:center;
	min-width:30px;
    max-width: 80px;
	border:1px solid #00aeef;
    padding: 10px;
    word-break:break-word;
}
.rma_management_outer{
	/*border: 1px solid #00aeef;
    border-radius: 8px;*/
    margin-bottom:60px;
}
#control_panel_link_container{
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 250px;
    background-color: #00aeef;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-transform:uppercase;
    
    border-radius: 3px;
    padding: 5px 20px !important;
    border-color: #00aeef;
}
#control_panel_link_container a{
	color:#FFF;
}
.control_panel_topbar .content_topbar ul li a{
	font-size:13px
}
.control_panel_topbar .content_topbar ul li{
    margin-right: 15px;
    padding-right: 15px;
}
.social_icons_container a i{
	color:#6d6d6d;
}
.social_icons_container a:hover i{
	color:#00aeef;
}

.menu_row .menu_element_container:hover{
	color:#00aeef;
}
.rma_tracking_form_description{
	margin-bottom:10px;
}
td.rma_tracking_label{
	width:270px;
	
	color: #00aeef;
    font-family: 'Klavika Light';
    font-weight: bold;
    font-size: 18px;
    
    padding: 5px 5px;
}
td.rma_tracking_value{
	width:400px;
}
.rma_tracking_table{
	margin-top:30px;
	border: 1px solid #D0D0D0;
}
.rma_tracking_events_table{
	margin-top:30px;
}


.rma_tracking_events_table th {
    color: #00aeef;
    height: 40px;
    font-family: 'Klavika Light';
    font-weight: bold;
    font-size: 18px;
}
.rma_tracking_events_table td, .rma_tracking_events_table th {
    border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    padding: 5px 5px;
    min-width: 0px;
}
.rma_tracking_events_table th {
    width: 100px;
}
.rma_tracking_events_table {
    border: 1px solid #D0D0D0;
    width: 100%;
}
.rma_tracking_events_table .current_status{
	color:#C4161C;
}
.rma_tracking_container, .rma_tracking_events_container{
	margin-top:30px;
}
.rma_tracking_table tr{
    border-bottom: 1px solid #D0D0D0;
}
.rma_refused_paragraph{
	color:#C4161C;
}
.accessory_sets_ul{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    word-break:keep-all;
}
.accessory_product_container{
    border: 1px solid #eaeaea;
    margin-top: 0px;
    margin-bottom:30px;
    margin-left:15px;
    padding: 20px 0px;
    
}
.accessory_sets_title_container{
    padding-bottom: 10px;
    font-weight: bold;
}
.accessory_description_container, .accessory_sets_title_container, .accessory_sets_ul{
	text-align:left;
}
.accessory_description_title_container{
	padding-bottom: 10px;
	font-weight: bold;
}
.accessory_sets_title_container{
	
}
.accessory_description_description_container{
	padding-bottom: 10px;
}
.accessory_product_container h3{
    font-size: 14px;
    color: #505050;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
.pagination_outer_container{
	margin-left:0px;
	margin-bottom:20px;
}
.footer_info a, #footer.footer-default .footer_info a{
	color:#FFFFFF;
	font-weight:normal;
	font-size: 14px;
}
.footer_info a:hover, #footer.footer-default .footer_info a:hover{
    color: #00aeef;
}
.results-count-row{
	margin-bottom:10px;
}

ul.accessory_sets_ul li{
    margin: 15px 0px;
    background: url(../images/fa-circle-final.png) no-repeat left top;
    padding: 0px 0px 0px 25px;
    list-style: none;
    margin: 0;
    line-height: 1.4;
}
ul.accessory_sets_ul li a{
   color: #505050;
}
ul.accessory_sets_ul li a:hover{
   color: #00aeef;
}
.accessory_buttons_container.product_accessories .product_accessory_link_container{
	margin-top:0px;
}
ul.accessory_sets_ul{
	margin-bottom:30px;
}
.superscripted_product_box_link{
	color: #00aeef;
}
.file_container.file_list_element{
	height:150px;
}
.owl-nav {
    top: -50px;
}
#pages_num{
	margin-bottom:10px;
}
.first_page_events_container{
	margin-left: 10%;
}
.products_list_description, .category_list_description, .files_types_list_description{
	padding: 5px 10px;
}
.category_list_description, .files_types_list_description{
	padding-left:0px;
}
.downloads_table_container{
	overflow-x:auto;
}
.events_upper_container{
	margin-top:0;
}

.product_box h3.product-title {
	color:#4a4a4a;
	font-weight:normal;
}
.dc_file_lang{
	text-transform:uppercase;
}
/*ZA INTERNET EXPLORER*/
select::-ms-expand {
    display: none;
}
#search_tabs>ul{
	margin-bottom:10px;
	margin-top:20px;
}
#search_tabs ul li.search_tabs_li{
	display:inline;
	border: 1px solid #ddd;
	margin-left:10px;
	padding:10px;
	line-height:1.2;
	border-bottom: none;
}
#search_tabs ul li.search_tabs_li:first-of-type{
	margin-left:0px;
}
#search_tabs ul li.search_tabs_li a{
	font-size:16px;
}
#search_tabs ul li.search_tabs_li.ui-state-active a{
	font-weight:bold;
}
#search_tabs p.search_results_element_first{
	margin-bottom:5px;
}
#search_tabs p.search_results_element_second{
	margin-bottom:5px;
}
#search_tabs div.search_results_element_third p, #search_tabs div.search_results_element_third{
	font-size:14px;
}
#search_tabs p.search_results_element_first a{
	font-size:18px;
	font-weight:bold;
}
#search_tabs .ui-tabs-panel{
	border: 1px solid #eaeaea;
    padding-top: 30px;
    padding-left:15px;
    padding-right:15px;
    margin-top: -1px;
}
#search_tabs ul li.search_tabs_li.ui-state-active{
	border-bottom:none;
    z-index: 99;
    background-color: #FFF;
    padding-bottom: 11px;
} 
#search_products_tabs li.search_products_tabs_li {
	display:inline;
	margin-left:30px;
}
#search_products_tabs ul li.search_products_tabs_li:first-of-type{
	margin-left:0px;
}
#search_products_tabs ul li.search_products_tabs_li.ui-state-active a{
	font-weight:bold;
}
#search_products_tabs .ui-tabs-panel {
    border: none;
    padding-top: 0px;
}
#search_products_tabs_products.ui-tabs-panel, #search_products_tabs_sets.ui-tabs-panel{
	margin-left:-30px;
}
#search_products_tabs_acc.ui-tabs-panel{
	margin-left:-15px;
}
#search_tabs .accessory_product_container{
	margin-left:0px;
}
.search-cont{
	min-height: 800px;
}
.search_results_element_container{
	margin-bottom:40px;
}
.metrel_loader_container{
	text-align:center;
	font-weight:bold;
	width:100%;
	font-family: 'Klavika Light';
    font-size: 16px;
}
input[type=checkbox][disabled], input[type=text][disabled], input[type=radio][disabled] {
    cursor: progress;
}
.content_topbar_outer.control_panel_topbar{
	height:inherit;
}
#generate_website_cache_link, #export_properties_translations_link, #export_translations_link{
	border: 1px solid #000;
    background-color: #f8f8f8;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 5px;
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.rma_management_panel_container{
	font-size:12px;
}
.modal-body .edit_address_container label{
	font-size:14px;
	font-weight:normal;
}
.modal-body .form-control{
	margin-bottom:5px;
}
.btn.cancel_address:hover{
	color: #00aeef;
}
select[name="primary_billing_select"], select[name="primary_shipping_select"]{
	max-width:100%;
	padding: 5px;
}
.first_page_slider .tp-caption.rev-title,.first_page_slider .tp-caption.rev-subtitle, .first_page_slider .tp-caption.rev-btn {
	left:15px !important;
}
.filter_row .nav-pills > li.selected > a{
	color:#FFF;
}
@supports (-webkit-overflow-scrolling: touch) {
  #product_compare_frame, .product_specifications {
  	overflow-y:scroll;
  	-webkit-overflow-scrolling: touch
  }	
}
.additional_checkbox_container_hidden{
	display:none;
}
.product_compare_container_hidden{
	visibility:hidden;
}
.filter-row .mobile_visible li.selected a{
	color:#FFF;
}
.pf_additional_checkboxes_checked_container{
	padding: 0 0 20px 0;
}
        
.compare_content .metrel_loader_container{
	margin-top:30px;
}
a.remove_add_check_disabled{
	pointer-events:none;
	cursor:progress;
}
.content_topbar ul.list-group, .menu_element_container_outer{
	list-style: none;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.list-group-item,.menu_element_container_outer .menu_element_container{
    display:inline-block
}
/*.content_topbar ul.list-group .simplebar-track:visible:after, .menu_element_container_outer:visible:after{
	content: '\f054';
    font-family: FontAwesome;
    color: #000;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 15px;
    font-weight: lighter;
}*/
#specifications.product_section .product_specifications_mobile_placeholder{
	text-align: center;padding-top: 40px;padding-bottom: 25px;
}
#specifications.product_section .product_specifications_mobile_placeholder a{
	color: #FFF;font-size: 16px;
	float:none;
	
}
/*[data-simplebar-direction="horizontal"] .simplebar-scroll-content, .simplebar.horizontal .simplebar-scroll-content {
    overflow-x: auto;
    overflow-y: hidden;
}*/
.footer_razpisi_left img{
	max-width:100%;
	height:auto;
}
.user_account_contact_info p{
    color: #505050;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
}
.user_account_contact_info input{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
}
.user-account .rma_management_panel_container{
	margin-top:40px;
}
.featured_container ul.sf-menu > li > ul{
	
}
.content_topbar ul.list-group{
	overflow: hidden;
}
.show-left-arrow:before{
	content: "\f104";
	font-family: FontAwesome;
	position:absolute;
	left:0;
	top: -3px;
	color: #00aeef;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
} 
.show-right-arrow:after{
	content: "\f105";
	font-family: FontAwesome;
	position:absolute;
	right:0;
	top: -3px;
	color: #00aeef;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
} 
/*
.simplebar {
	overflow-y: scroll;
}
.simplebar.horizontal {
	overflow-x: scroll;
	overflow-y: hidden;
}*/
/*
ul.sf-menu ul{
	height:300px;
	overflow-y:auto;
}*/
.fixed_right_menu{
	position:fixed;right:0px;z-index:999;top:70px;
	height:0;
}
.fixed_right_menu ul{
	list-style:none;
	padding-left:0px;
}
.fixed_right_menu ul li{
	text-align:center;
}
    
.fixed_right_menu i{
	font-size: 36px;
	color:#FFFFFF;
}
.fixed_right_menu .right_menu_inner_cont i{
	font-size: 14px;
	color:#FFFFFF;
}
.fixed_right_menu .right_menu_inner_cont{
	font-family: 'Khand', sans-serif;
	text-align:left;
}
.fixed_right_menu .right_menu_inner_cont p{
	margin:0px !important;
	line-height: 1.4;
	font-size: 14px;
	font-family: 'Open Sans',sans-serif;
	font-weight: normal;
}
.fixed_right_menu .right_menu_inner_cont .bolder_paragraph{
	font-weight:600;
	font-size:22px;
}
.right_menu_info_container{
	margin:5px 0px;
}

.right_menu_inner_cont{
	color: #505050;
}
.right_menu_inner_cont a{
	/*color:#FFFFFF;*/
}
p.contact_item_kontakt{
    /*transform-origin: 125% 190%;*/
    font-size: 17px;
    /*text-transform: uppercase;*/margin:0px !important;
    display: block;
    height: 46px;
    width: 30px;
    position: absolute;
    right: -50px;
    z-index: 99;
    top: -46px;
    background-color: transparent;
    padding-top: 15px;
    color:#00aeef;
}
p.contact_item_kontakt a{
	color: #FFFFFF;
    display: block;
    height: 60px;
    padding-top: 15px;
}
.search_item input{
    padding: 0px 5px;
    height: 100%;
    color:#333;
    font-family: 'Poppins', sans-serif;
}
.search_item .right_menu_inner_cont .novica_readmore span{
	font-family:'Poppins', sans-serif;
	color:#319845;
	background-color:#FFFFFF;
}
.search_item .right_menu_inner_cont .novica_readmore span i{
	color:#319845;
}
.right_menu_inner_cont .novica_readmore span{
	padding:0px;
}
.right_menu_inner_cont input.search_input_field{
	width:100%;
}
.right_menu_inner_cont input.search_input_field:focus{
	outline:none;
}
.right_menu_inner_cont form{
	margin:0px;
}
.search_field_container .novica_readmore span{
	float:none;
}
.search_field_container input{
	height: 37px;
}
.info_left_container{
	width:10%;float:left;margin-right:5%;
}
.info_right_container{
	width:85%;float:left;
}
.tab_closed{
	/*display:none;*/
}
.toggle_contact i{
	font-size:22px;
}
.fixed_right_menu ul{
	margin:0px;width: 60px;height: 0;
}
.fixed_right_menu .contact_item{
	position: relative; right: 60px;top:90px;height: 0px;
}
.category_products_element_image{
	width:100%;height:auto;
}
.category_headpicture_image{
	width:100%;height:auto;
	padding-bottom:40px;
}
.category_right_side_row{
	
}
.category_right_side_container{
	padding-top:30px;
}
.category_right_side_container a{
	color:#000;
}
.category_products_outer_container h2{
	color:#FFF;
}
.category_products_outer_container{
	margin-top:27px;
	margin-bottom:40px;
	padding-top:20px;
	padding-bottom:40px;
	/*
	height:auto;
	max-height:1000px;*/
	height:960px;
	overflow-x: hidden;
    overflow-y: hidden;
	background-color: #00aeef;
	padding-left:15px;
	padding-right:15px;
}
.category_right_side_container .category_products_outer_container a{
	color:#FFF;
}
.subcategories_element_outer_container{
	color:#000;
	float:left;
	padding:10px 15px;
	font-size: 16px;
    font-weight: 600;
    font-family: 'Klavika Light';
}
.subcategories_element_outer_container.subcategories_element_outer_active_container, .subcategories_element_outer_container:hover{
	color:#00aeef;
}

.category_products_element_name_container{
	text-align:center;
	font-family: 'Klavika Light';
    font-size: 16px;
}
.category_products_element_container{
	padding: 15px 15px;
}
.category_right_side_link_container{
	padding-bottom:20px;
}
.category_right_side_link_container a{
	font-family: 'Klavika Light';
    font-size: 18px;
}
.category_right_side_link_container a i{
	margin-right:20px;
}
.category_description_container{
	font-size: 18px;
    font-family: 'Klavika Light';
    margin-bottom: 30px;
    font-weight: lighter;
    line-height: 1.2;
}
.subcategories_elements_outer_container{
	background-color: #f8f8f8;margin: 20px 0 40px 0;
}
.breadrumbs_top_outer_container{
	padding:10px 0;
	background-color:#f8f8f8;
}
.breadcrumb_custom_ul li{
	list-style:none;float:left;margin-right:10px;
}
.breadcrumb_custom_ul li:before{
	content:'>';
	margin-right:10px;
	font-size:16px;
	font-weight:600;
	font-family: 'Klavika Light';
}
.breadcrumb_custom_ul li:first-of-type:before{
	content:'';
	margin-right:0;
}
.breadcrumb_custom_ul li:first-of-type a{
	font-size:18px;
}
.breadcrumb_custom_ul li a{
	color:#000;
	font-size:14px;
	font-family: 'Klavika Light';
}
.breadcrumb_custom_ul li.breadcrumb_custom_li_active a,.breadcrumb_custom_ul li a:hover{
	font-weight:600;
}
.product_detail_tabs_container .nav-tabs {
	border:none;
	background-color: #f8f8f8;
}
.product_detail_tabs_container .nav-tabs > li.active > a,.product_detail_tabs_container .nav-tabs > li.active > a:hover,.product_detail_tabs_container .nav-tabs > li.active > a:focus {
    border: none;
    margin-top: 0;
    color: #00aeef;
}
.product_detail_tabs_container .nav-tabs > li > a {
    font-size:16px;
	font-weight:600;
	font-family: 'Klavika Light';
	background-color: #f8f8f8;
    border: none;
    margin: 0;
    border-radius: 0;
}
.product_detail_tabs_container .nav .open>a, .product_detail_tabs_container .nav .open>a:focus, .product_detail_tabs_container .nav .open>a:hover, .product_detail_tabs_container .nav>li>a:hover,.product_detail_tabs_container .nav>li>a:visited,.product_detail_tabs_container .nav>li>a:focus,.product_detail_tabs_container .nav>li>a:visited {
    background-color: #f8f8f8;
    border: none;
    margin: 0;
    border-radius: 0;
}
.product_detail_tabs_container .tab-content{
	margin-top:40px;
}
.product_detail_tabs_container .product_tab_images{
	margin-bottom:40px;
}
.product_detail_tabs_section .product_short_description{
	font-size: 18px;
    font-family: 'Klavika Light';
    margin-bottom: 30px;
    font-weight: lighter;
    line-height: 1.2;
}
.category_products_explore_outer_container{
	background-color:#000;
	padding:10px 15px;
	margin-top:40px;
}
.category_products_explore_inner_container{
	text-align:center;
	line-height: 1.2;
}
.category_products_explore_inner_container a{
	color:#FFF;
	font-size: 18px;
    font-family: 'Klavika Light';
    font-weight: 600;
    
}
.product_detail_tabs_section .product_descriptions{
    padding-top:30px;
}
.category_products_outer_container .simplebar-scroll-content{
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 40px;
}
.category_products_outer_container .simplebar-track{
	z-index:9;
}

.footer_submenu_outer_container{
	border-bottom:1px solid #00aeef;
	padding-bottom:0;
	margin-bottom:30px;
}
.footer_submenu_outer_container ul li{
	list-style:none;
	float:left;
	padding-right:20px;
}
.footer_submenu_outer_container ul li a{
	color:#FFF !important;
	font-size: 18px;
    font-family: 'Klavika Light';
    font-weight: 600 !important;
}
ul.footer_submenu_left_ul{
	float:left;width:80%;margin-bottom:10px;
}
ul.footer_submenu_left_ul li{
	text-align:left;
}
ul.footer_submenu_right_ul{
	float:left;width:20%;margin-bottom:10px;
}
ul.footer_submenu_right_ul li{
	float:none;text-align:right;padding-right:0;
}
ul.footer_submenu_right_ul li img{
	width:120px;height:auto;
}
    