html, body {
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    padding: 0;
    background-color: white;     
    margin: 0;
    color: black;
}   
body { 
    position: relative;
}  
 
.clear {clear:both}
mark {
    background-color: transparent;
    color: inherit;
    text-decoration: inherit;
}
#page h1 {text-align:center; padding-top:30px}
img, fieldset, button {
    border: 0;    
    outline: 0;
}
a {color:#01aeef;}
/*
.rl_template h2 {
    font-weight: 500;    
    margin-top: 0;
}
.rl_template h3 { 
    font-weight: 500;    
    margin-top: 0;
}
.rl_template h4 { 
    font-weight: 500;    
    margin-top: 0;
} */

.rl_class_blue_line .rl_content>p {
    z-index: 75;
    position: relative;
    margin-top:40px;
    transform: translate(0%,-50%);
    padding-left:40px;
}
.rl_class_blue_line .rl_content>p:before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 35px;
    background-color: #01aeef;
    box-shadow: 0px 2px 3px 0px rgba(39, 41, 48, 0.03);
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: -5px;
    background-size: contain;
    background-repeat: no-repeat;
}

#home_video {width:80%; margin:20px auto;}
#home_video iframe { min-height:650px}
@media(max-width:800px){
    #home_video {width:90%; margin:20px auto;} 
    #home_video iframe { min-height:400px}  
}
.adaptive_image.loading {
    background-color: #EEEEEE;    
}

.rl_template_span { 
    max-width: 1600px;
    margin: auto;    
}

.acontrol {
    height: 30px;    
}
.ac_border {
    background-color: white;    
}
#side_widget {
    position:fixed;
    right:0;
    bottom:20%;
    background:#01aeef;
    color:white;
    border-radius:10px 0px 0px 10px;
    padding:50px;
    box-sizing:border-box;
    cursor:pointer;
    z-index:999;
	display: none;
}
#side_widget a {color:white; font-size:20px;}
#side_widget_close {
    position: absolute;
    top: -13px;
    left: -10px;
    color: black;
    cursor: pointer;
    padding: 5px 6px;
    border: 2px solid #fdfbc2;
    border-radius: 50%;
    font-weight: 700;
    background: #fdfbc2;
}
@media(max-width:800px){
   #side_widget {padding:20px; width:80%; display: none;} 
   #side_widget a {color:white; font-size:16px;}
}
.covid_overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    z-index:999;
}


#covid_popup {
    background: #fdfbc2;
    color: red;
    font-size: 30px;
    font-weight: 400;
    position: fixed;
    top: 50%;
    left: 30%;
    transform: translate(-50%,-50%);
    border: 5px solid black;
    padding: 20px 20px 39px 20px;
    box-sizing: border-box;
    width: 30%;
    text-align: center;
    z-index: 9999;
    font-family: 'Rajdhani', sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
}
#covid_close {
    position:absolute;
    top:5px;
    right:15px;
    color:black;
    cursor:pointer;
}
#covid_popup h4 {
	font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
#covid_popup h5 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 70px;
    text-transform: uppercase;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
      animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#work_popup {
    background: #fdfbc2;
    color: red;
    font-size: 30px;
    font-weight: 400;
    position: fixed;
    top: 50%;
    left: 70%;
    transform: translate(-50%,-50%);
    border: 5px solid black;
    padding: 20px 20px 39px 20px;
    box-sizing: border-box;
    width: 30%;
    text-align: center;
    z-index: 9999;
    font-family: 'Rajdhani', sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
}
#work_close {
    position:absolute;
    top:5px;
    right:15px;
    color:black;
    cursor:pointer;
}
#work_popup h4 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media(max-width: 800px) {
 #covid_popup {width:80%; left:10%; top:10%; transform:unset; font-size:20px}  
  #work_popup {width:80%; left:10%; top:70%; transform:unset; font-size:14px;}  
  #work_popup h4, #covid_popup h4 {font-size:18px; } 
  #covid_popup h5 {font-size:40px}
}
.inventory_intro p > a {text-decoration:none; color:black}
.button, .overlay_button, .cart_button {
    -webkit-appearance: none;
    font: inherit;
    font-size: inherit;
    background-color: white;
    border: 0;
    color: white;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    outine: 0;         
    color: white;
    border-radius: 4px;
    padding: 0 30px;
    font-size: 16px;       
    position: relative;
    overflow: hidden;
    background-color: #01aeef;
}
.slideshow_bullets {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    z-index:999;
}
.slideshow_bullets a {
    border: 3px solid white;
    border-radius: 50%;
    background: transparent;
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}
.slideshow_bullets > a.active {
    background-color: #01aeef;
} 
.slideshow_bullets > a.active:after {
    display:none
}
.slideshow > li a {
border-radius: 3px;
    background-color: #01aeef;
    font-size: 15px;
    color: white;
    padding: 15px 40px;
    text-decoration: none;
    display:inline-block;
}
#home {
       
}
.social_icons img {
    margin-right:10px;
}
.pagination {
    text-align:center;
}
.pagination a.active {background-color:#01aeef; color:white}
.pagination a {margin-right:5px; font-size:16px; border:1px solid #01aeef; padding:10px; text-decoration:none}
#home_tags {
    padding: 50px 0;    
}
#home_tags table {
    max-width: 1600px;
    margin: auto;
    border-spacing: 0;
}
#home_tags .home_tag_icon {
    vertical-align: middle;
    width: 150px;
    text-align: center;
    background-color: #01aeef;
    height: 110px;
}
#home_tags .home_tag_sep {
    width: 40px;    
}
#home_tags .home_tag_content {
    vertical-align: middle;
    background-color: #f4f4f4; 
    padding: 20px;
}
#home_tags .home_tag_icon2 {
    display: none;    
}
#home_tags h3 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;    
}
#home_tags strong {
    color: #01aeef; 
}

#home_tabs {
    margin-top: 80px;
    margin-bottom: 40px;
    width: 100%;
}
#home_tabs td {
    padding: 10px;
    vertical-align: middle;
}
#home_tabs .home_tabs_title {
    color: #878a91;
    font-size: 25px;
    float: left;
    background: white;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 0;
}
#home_tabs .home_tabs_sep {
    background-image: url(../img/pattern.png);
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;    
}
#home_tabs .home_tabs_tab {
    cursor: pointer;
    white-space: nowrap;   
    color: #94979f;
    font-size: 16px;
    text-transform: uppercase;
}
#home_tabs .home_tabs_tab.active {
    color: #01aeef;
}

#home_tabs a {
    color: black;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 45px;
    padding-bottom:15px;
    transition: 300ms;
}
#home_tabs a:hover {
    color:#d25600;
    border-bottom:2px solid #f47721; 
    padding-bottom:15px;
    padding-top: 15px;
    transition: 300ms;
    background-color: #f4772124; 
}
#home_tabs a.active {
    color:#d25600;
    border-bottom:2px solid #d25600; 
    padding-bottom:15px;
}

#home_content_right {
     width:80%; 
     float:left;   
}
#home_slideshow {position:relative; overflow:hidden;}


#home_slideshow li > div {
    position: absolute;
    top: 50%;
    left: 60%;
    width:30%;
    transform: translate(-50%,-50%);
}


#home_slideshow h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size:52px;
    text-transform:uppercase;
    padding-left:20px;
    border-left: 2px solid white;
    font-weight:300;
    color:white;
    line-height:60px;
    margin:0;
}
#home_slideshow .desc {
    font-family: 'Rajdhani', sans-serif;
    font-size:26px;
    text-transform:none;
    padding-left:20px;
    font-weight:300;
    color:white;
}
#home_slideshow .scroll_down {
    position:absolute;
    bottom:50px;
    left:50%;
    transform:translateX(-50%);
    z-index:99;
    cursor:pointer;
}
#footer {
    padding: 0px 0px 60px 0px;
    background-color: #fdfbc2;
    color: white;    
}
#footer > .inner {
    max-width: 1600px;
    margin: auto;
    width: 100%;  
    border-spacing: 0; 
    color:black;     
}
#footer hr{
  background-color: rgb(38, 38, 38);
  height: 2px;
  margin-bottom:20px;
  margin-top:40px;
}
#footer .half_width {
    width:47.5%;
    float:left;
}
#footer .half_width:nth-of-type(2) {margin-right:5%}
#footer .half_width h4 {
    font-size:20px;
    text-transform:uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight:400;
}
#footer .half_width:nth-of-type(3) {font-size:15px; line-height:22px;}
#footer .half_width:nth-of-type(3) img {margin-right:20px; margin-top:20px;}
#footer .company_info {
    background-color:#01aeef;
    color:white;
    padding:25px;
    text-align:center; 
    font-size:20px; 
    font-weight:300; 
    padding-bottom:40px;
    margin-bottom:30px;
}
.company_info a {color:white; text-decoration:none}
.company_info .add {font-size:25px; display:block; margin-top:10px; margin-bottom:30px}
.company_info h4 {
    font-size:50px;
    font-family: 'Rajdhani', sans-serif;
    font-weight:300;
    color:white;
    margin-top:0;
    margin-bottom:0;
}
.company_info a img {position:relative; top:10px;}
.company_info a {margin-right:5px;}
.company_info a:nth-of-type(1) {margin-right:20px;}
.company_info a:nth-of-type(2) {margin-right:20px;}

.max_width {max-width:1600px; margin:auto;}
#home { margin:auto;}
#home_intro {
    font-size:20px;
    font-weight:300;
    text-align:center;
    width:60%;
    margin:0 auto;
    padding:30px 50px;
    border-top:1px solid #b1b1b1;
    border-bottom:1px solid #b1b1b1;
    margin-top:80px; 
    margin-bottom:80px;
    box-sizing:border-box;
}
#home_intro h2 {
    font-family: 'Rajdhani', sans-serif;
    font-weight:300;
    text-align:center;
    font-size:40px;
    text-transform:uppercase;
    position:relative;  
    display:inline-block;
    margin-top:0;    
}
#home_intro h2:after {
    content: "";
    display: inline-block;
    height: 4px;
    width: 35px;
    background-color: #01aeef;
    box-shadow: 0px 2px 3px 0px rgba(39, 41, 48, 0.03);
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform:translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}
.home_single_cat {
    width:20%;
    margin:2.5%;
    float:left;
    background-size:cover;
    min-height:320px;
    position:relative;
    cursor:pointer;
    border:5px solid white;
    box-sizing:border-box;
    transition: all 1s ease-in-out;
}
.home_single_cat h2 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    left: 20%;
    top: 50%;
    width:60%;
    transform: translate(0, -50%);
    z-index: 999;
    position: absolute;
    margin-top: 0;
}
.home_single_cat h2:before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 35px;
    background-color: #01aeef;
    box-shadow: 0px 2px 3px 0px rgba(39, 41, 48, 0.03);
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: -42px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 400ms;
}
.gray_over {
    width:100%;
    height:100%;
    position:absolute;
    background-color:rgba(0,0,0,0.2);
    z-index:0;
    top:0;
    left:0;
}
.hover_desc {
    display: none; 
    background-color: #01aeef;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: white;
    z-index: 999;
    transition:all 400ms;
}
.home_single_cat:hover {border:5px solid #01aeef; transition: 400ms;}
.home_single_cat:hover .hover_desc {
  display:block;
}
.shown {display:block;}
#home_stores { margin-top:100px; margin-bottom:100px;}
#home_stores .store_list {
    width:30%;
    float:left;
    background-color:#fdfbc2;
    padding-left:10%; 
    box-sizing:border-box;
    padding-bottom:40px;
    padding-top:40px;
}
#tips_box {border: 1px solid #e5e5e5; padding:20px; box-sizing:border-box;}
.accordion {
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform:uppercase;
  border-bottom: 1px solid #e5e5e5;
  position:relative;
}
.accordion:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background-image: url(../img/plus.png);
    bottom: 28px;
    right: 0;
}
.panel .ask_button {padding:8px 30px;}
.active:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background-image: url(../img/minus.png);
    bottom: 25px;
    background-repeat:no-repeat;
    right: 0;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  font-weight:400;
  line-height:21px;
  transition: max-height 0.2s ease-out;
}
.store_list ul {list-style-type:none; margin-left:0; padding-left:52px }
.store_list li {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform:uppercase;
    margin-bottom:10px;
}
.store_list li a {
    color:black; 
    text-decoration:none;
}
#home_stores .list_map {
    float:left;
    width:70%;
}
.single_store_home {
    height:220px;
    background-color:#019cd7;
    width:100%; 
    float:left;
}
.single_store_home_img {
    height:100%;
    width:30%;
    background-size:cover;
    float: left;
}
.single_store_home_text {
    height:100%;
    width: 65%;
    background-color:#01aeef;
    float: left;
    position:relative;
}
.single_store_home_text .subtitle {
    font-size:18px;
    color:white;
    font-weight:300;
    position: absolute;
    bottom: 25%;
    left: 20%;
}
.single_store_home_text h4 {
    position:absolute;
    top:50%;
    left: 20%;
    transform: translate(0,-50%);
    font-size: 30px;
    text-transform:uppercase;
    color:white;
    font-family: 'Rajdhani', sans-serif;
    font-weight:400;
    margin-top:0;
    margin-bottom:20px;
    width: 80%;
    line-height:29px;
}
#home_store_list {overflow:hidden;}


#home_expert {
    width:47.5%;
    float:left;
    margin-right:2.5%;
    margin-bottom:150px;
}
#home_tips {
    width:47.5%;
    float:left;
    margin-left:2.5%;    
}
#home_expert h4 {
    font-size:20px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-top: 0;
    margin-bottom:0;
}
.expert_question {
    background-color:#01aeef;
    padding: 35px 65px;
    box-sizing:border-box;
    color:white;
    position:relative;
}
.expert_question > .main_text {
    font-style:italic;
    font-size:15px;
    line-height:27px;
    position:relative;
}
.expert_question > .main_text:before {
    position: absolute;
    content: "";
    width: 19px;
    height: 13px;
    background-image: url(../img/quote-up.png);
    top: 6px;
    left: -35px;
}
.expert_question > .main_text:after {
    position: absolute;
    content: "";
    width: 19px;
    height: 13px;
    background-image: url(../img/quote-down.png);
    bottom: 2px;
    right: 0;
}
.expert_question:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-right: 23px solid #01aeef;
    border-bottom: 23px solid transparent;
    border-left: 23px solid transparent;
    bottom: -22px;
    right: 0;
}
.expert_date {
    display:inline-block;
    float:right;
}
.expert_answer {
    box-sizing:border-box;
    padding: 35px 65px;
    font-size:15px;
    line-height:27px;
}
.expert_answer > .main_text {
    font-style:italic;
    position:relative;
    font-size:15px;
    line-height:27px;
}
.expert_answer .main_text:before {
    position: absolute;
    content: "";
    width: 19px;
    height: 13px;
    background-image: url(../img/quote-up-bl.png);
    top: 6px;
    left: -35px;
}
#home_expert .button_box {
    width:80%; 
    margin:0 auto;
}
#home_expert .ask_button {margin-right:30px;}
.ask_button {
  border-radius: 3px;
  background-color: #01aeef;
  font-size:15px;
  color:white;
  padding:15px 40px;
  text-decoration:none;
  display:inline-block;
}
.read_button {
  border-radius: 3px;
  background-color: black;
  font-size:15px;
  color:white;
  padding:15px 40px;
  text-decoration:none;
}
.expert_answer .main_text:after {
    position: absolute;
    content: "";
    width: 19px;
    height: 13px;
    background-image: url(../img/quote-down-bl.png);
    bottom: 2px;
    right: 0;
}

#home h3 {
    font-size:30px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    text-transform:uppercase;
    color:#1b1a1a;
    position:relative;
    padding-left:50px;
}
#home h3:before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 35px;
    background-color: #01aeef;
    box-shadow: 0px 2px 3px 0px rgba(39, 41, 48, 0.03);
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
#home_usp {
    
    background-size:cover;
    overflow:hidden;
}
#home_usp .box {
    width:100%;
    margin:0 auto;
    margin-top:100px;
    margin-bottom:100px;
    height:550px;
}
#home_usp .left_part {
    background-color:#fdfbc2;
    padding:20px;
    box-sizing:border-box;
    width:33%;
    float:left;  
    height:100%; 
}
#home_usp .left_part img {max-width:80%;display:block; margin:0 auto}
#home_usp .middle_part {
    background-color:rgba(1,174,239,0.9);
    padding:20px;
    box-sizing:border-box;
    width:33%;
    float:left;  
    height:100%; 
    position:relative;
}
#home_usp .middle_part h4 { font-size:22px; color:white; font-weight:300;}
#home_usp .middle_part h5 {
    font-size:20px;
    color:white;
    font-weight:300;
}
#home_usp .middle_part .middle_contact {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:180px;
    background-color:#0f9dd3;
    text-align:center;
    padding:20px;
    box-sizing:border-box;
}
#home_usp .middle_part .middle_contact h6 {
    font-size:16px;
    text-transform:uppercase;
    text-align:center;
    color:white;
    font-weight:300;
}
#home_usp .right_part {
    background-color:rgba(1,174,239,0.9);
    padding:20px;
    box-sizing:border-box;
    width:34%;
    float:left; 
    height:100%;     
}
#home_usp .right_part .column_usp {
    float:left;
}
#home_usp ul {
    list-style-type:none;
    margin-left:0;
    padding-left:0;
}
#home_usp li {
    padding-left:40px;
    color:white;
    font-size:20px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    margin-bottom:20px;
}
#home_usp li img {
    position:relative;
    top:15px;
    margin-right:10px;
}
#brands_box {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(../img/brands_bgr.jpg);
    background-size: cover;
    margin-top: 100px;
    margin-bottom: 50px;
}
#home_brands h3 {color:white!important}
#home_brands .box {
    width:80%;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
}
.single_brand_logo {
    height:120px;
    width:16.6%;
    background-size:contain;
    /*border:1px solid #e5e5e5;*/
    float:left;
    background-repeat:no-repeat;
    background-position:center;
    background-size:80%;
    cursor: pointer;
    transition: 300ms;
}
.single_brand_logo:hover {
    opacity: 0.7;
    transition: 300ms;
}
.footer_news {
    margin-bottom:10px;
    padding-bottom:25px;
    overflow:hidden;
    font-size:15px;
    font-weight:500;
}
.footer_news a {color:black!important;text-decoration:none;}
.footer_news span { font-size:13px; font-weight:300}
.footer_news:nth-of-type(1) {
    border-bottom:1px solid black;
	width: 95%;
}
.footer_news_img {
    background-size:cover;
    width:100px;
    height:100px;
    float:left;
    margin-right:20px;
}

#footer td { 
    width: 33.333%;
    vertical-align: top;    
}
#footer a {
    text-decoration: none;    
}
#footer h3 {
    margin-top: 0;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    border-left: 3px solid #01aeef;
}
#footer_social * {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
#footer_social img {
    max-height: 20px;    
}     
#footer .icon {
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}   

#bottom_cont {
    background-color: #01aeef;
    height:70px;
}
#bottom_left {
    line-height:70px;
    float:left;
    margin-left:50px;
}
#bottom a { color: white }

#bottom_right {
    line-height:70px;
    float:right;
    margin-right:50px;
}
#bottom_right ul {list-style-type:none; display:inline}
#bottom_right li {display:inline}
#bottom_right li a {color: white; text-decoration:none; }
#bottom_right li {
    border-right: 1px solid black;
    padding-right: 15px;
    padding-left: 15px;
}
#bottom_right img {
    vertical-align:middle;
}
#bottom_right li:last-child {border-right:0}

.category_banner {
    height:225px;
    background-size:cover; 
    position:relative; 
}
.category_banner h3  {
    font-family: 'Rajdhani', sans-serif;
    font-size:35px;
    text-transform:uppercase;
    padding-left:20px;
    border-left: 2px solid white;
    font-weight:400;
    color:white;
    position: absolute;
    top: 50%;
    left: 50%;
    width:50%;
    transform: translate(-50%,-50%);
    line-height:60px;
    margin-top:0;
    margin-bottom:0;
}
.category_banner h3 p {margin-top:0; margin-bottom:0;}
.inventory_intro {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    width: 60%;
    margin: 0 auto;
    padding: 30px 50px;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    margin-top: 80px;
    margin-bottom: 80px;
    box-sizing: border-box;
    line-height:25px;
}
.inventory_intro h1 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
    margin-bottom:40px;
}
.inventory_bar {
    display:none;
    height:30px;
    background-color:rgba(0,156,215,0.6);
    width:100%;
    position:fixed;
    bottom:0;
    left:0;
    z-index:999;
}
.inventory_bar .bottom_btn  {
    background-color: #009cd7;
    color: white;
    font-family: 'Rajdhani', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    bottom: 39px;
    height: 70px;
    display: inline-block;
    margin-right: 40px;
    overflow: hidden;
    float: right;
    right: 15%;
    padding-right: 80px;
    cursor:pointer;
}
.inventory_bar .bottom_btn:nth-of-type(1)  {
padding: 20px 62px 15px 19px;
}
.inventory_bar .bottom_btn img {
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
}
.inventory_bar .bottom_btn span {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform:none;
    display: block;
    position: relative;
    top: -5px;
}
.inventory_item {
    position:relative;
    height:200px;
    width:22%;
    float:left;
    margin:1.5%;
    cursor:pointer;
}
.inventory_item_image {position:absolute; top:0: left:0; width:100%; height:100%; background-size:cover}
.inventory_item h3 a {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    left: 20%;
    top: 50%;
    width:60%;
    transform: translate(0, -50%);
    z-index: 75;
    position: absolute;
    margin-top: 0;
    text-decoration:none;
}
.inventory_item h3 a:before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 35px;
    background-color: #01aeef;
    box-shadow: 0px 2px 3px 0px rgba(39, 41, 48, 0.03);
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: -42px;
    background-size: contain;
    background-repeat: no-repeat;
}
.catalog_manufacturer .products h3 {font-size:20px; margin-left:25px; color:#01aeef}
.catalog_manufacturer {margin-bottom:100px;}

.catalog_manufacturer h2 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    z-index: 75;
    position: absolute;
    margin-top: 0;
    text-decoration:none;
    right: 20%;
    top: 50%;
    transform: translate(0%,-50%);
}
.catalog_manufacturer h2.not_middle {
    position: relative;
    left: 5.5%!important;
    top: unset!important;
    display: inline-block;
    right: unset!important;
}
.catalog_manufacturer .manuf_title {width:20%; margin-left:10%;float:left;position: relative;height: inherit;}
.catalog_manufacturer .manuf_image {width:30%; float:left;}
.catalog_manufacturer h4 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: black;
    text-transform: uppercase;
    z-index: 75;
    position: relative;
    margin-top:40px;
    text-decoration:none;
    transform: translate(0%,-50%);
    padding-left:40px;
}
.catalog_manufacturer h4:before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 35px;
    background-color: #01aeef;
    box-shadow: 0px 2px 3px 0px rgba(39, 41, 48, 0.03);
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: -5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.catalog_manufacturer .yellow_header {
    background-color:#fdfbc2;
    height:220px;
    width:100%;
    position:relative;
    margin-bottom:50px;
    overflow:hidden;
}
.catalog_manufacturer .yellow_header img {
    max-width:100%;
    max-height:100%;
    display:block;
    margin:0 auto;
    z-index:3;
    position:absolute;
    left:50%;
    top:0;
    transform:translate(-50%);
    overflow:hidden;
}
.catalog_manufacturer .yellow_header .blue_part {
    position:absolute;
    width:50%;
    float:right;
    right:0;
    height:100%;
    top:0;
    background-color:#01aeef;
    z-index:1;
}

.catalog_manufacturer h2:before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 35px;
    background-color: #01aeef;
    box-shadow: 0px 2px 3px 0px rgba(39, 41, 48, 0.03);
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: -42px;
    background-size: contain;
    background-repeat: no-repeat;
}
.manufacturers_menu_overflow {
    position:fixed;
    right:-10px;
    top:50%;
    transform:translateY(-50%);
    padding:10px;
    z-index:99;
}
.manufacturers_menu_overflow img {max-width:150px;}
.manufacturers_menu_overflow a {
    display: block;
    background-color: #01aeef;
    padding: 10px;
}
@media (max-width: 900px) {
    .manufacturers_menu_overflow{
        display:none
    }
}

#search_form {
    position: relative;
    height: 32px;    
    margin-bottom: 20px;
}
#search_form > .acontrol {
    height: 30px;
    line-height: 30px;
    margin-right: 34px;
}
/* IZKaznica KATALOG spletna stran */
#home_brands h3 {
    font-size:30px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    text-transform:uppercase;
    color:#1b1a1a;
    position:relative;
    padding-left:50px;
}
#home_brands h3:before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 35px;
    background-color: #01aeef;
    box-shadow: 0px 2px 3px 0px rgba(39, 41, 48, 0.03);
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
/* end of izkaznica katalog spletna stran */

#news h1 {
    font-size:50px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    text-transform:uppercase;
    color:#1b1a1a;
    position:relative;
    padding-left:50px;
    margin-top:50px;
    margin-bottom:30px;
    text-align:center;
}
#news h1:before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 35px;
    background-color: #01aeef;
    box-shadow: 0px 2px 3px 0px rgba(39, 41, 48, 0.03);
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
#news h3 {
    font-size:30px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    text-transform:uppercase;
    color:#1b1a1a;
    position:relative;
    margin-top:0;
    margin-bottom:0;
}
.read_more_btn {
    border-radius: 3px;
    background-color: #01aeef;
    font-size: 13px;
    color: white;
    padding: 10px 25px;
    text-decoration: none;
    display: inline-block;    
}
.single_news {margin-top:25px; margin-bottom:25px;overflow:hidden}
.single_news_img {float:left; width:10%; height:150px; background-size:cover; margin-right:20px;}
.news_content {float:left; width:88%;}

#ask_expert_form input[type="text"] {
    padding:5px;
    display:block; 
    margin-bottom:10px; 
    min-width:200px;
} 
#ask_expert_form textarea {
    display:block;
    min-width:300px;
    min-height:300px;
}
#ask_expert_form .submit_btn {
    border-radius: 3px;
    border:0;
    background-color: #01aeef;
    font-size: 13px;
    color: white;
    padding: 10px 25px;
    text-decoration: none;
    display: inline-block;    
}
#search_form > button {
    top: 0;
    right: 0;
    display: block;
    border: 0;
    outline: 0;
    background-color: #01aeef;
    position: absolute;   
    width: 32px;
    height: 32px; 
    border-radius: 3px;
}
#search_form > button > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
}
#search_menu .layout_menu > ul > li > a {
    display: none;    
}
#search_menu .layout_menu > ul > li > ul {
    padding: 0;    
}
#mobile_menu_btn {display:none}   
/* MEDIA QUERIES */
.rl_class_blue_box_features {
       background-color:#01aeef;
       padding:40px;
       box-sizing:border-box;
       color:white;
       line-height:24px;
       font-size:15px;
}
.rl_class_blue_box_features h3 {
        font-size:30px!important;
        font-family: 'Rajdhani', sans-serif;
        font-weight: 400!important;
        margin-top:0!important;
}
#home {overflow:hidden}
@media(min-width: 2100px) {
}
@media(max-width: 1920px) {  
}     
@media(max-width: 1800px) {
    .catalog_manufacturer h2 {left:15%}  
    .max_width, .news_container, #footer > .inner {max-width:90%!important; margin:0 auto; }
}  
@media(max-width: 1550px) { 
    .catalog_manufacturer .manuf_title {width:15%}
} 

@media (max-width: 1440px) { 
    .header_menu_item {padding:0 15px!important; top:15px; font-size:13px} 
    .catalog_manufacturer .yellow_header img {left:60%}
    #product_quantity {width:18%}
    .catalog_manufacturer .manuf_title {width:30%}
}   
@media (max-width: 1366px) {  
    .max_width, .news_container, #footer > .inner {max-width:90%!important; margin:0 auto; }
    #header_main > div  {max-width:90%!important; margin:0 auto; }
    .home_single_cat {width:22%; margin:1.5%}
    #footer .company_info {width:80%; margin:0 auto;}
    #product_to_cart {width:75%!important;}
    #product_quantity {width:22%}
    .header_menu_item {padding:0 8px!important;} 
    #home_expert .ask_button, #home_expert .read_button {display:block; margin-bottom:15px; margin-right:0}
}
@media (max-width: 1280px) {  
    .header_top_left li:last-child {display:none}
    #header_main table {left:23%!Important}
}
@media (max-width: 1024px) { 
    #header_main table {display:none}
    .header_top_right .header_top_item.with_icon:nth-of-type(4),.header_top_right .header_top_item.with_icon:nth-of-type(5),.header_top_right .header_top_item.with_icon:nth-of-type(6),.header_top_right .header_top_item.with_icon:nth-of-type(7),.header_top_right .header_top_item.with_icon:nth-of-type(8) {display:none}
    #mobile_menu_btn {
        display:block; 
        position:absolute; 
        right:10px; 
        top:50%; 
        transform:translateY(-50%);
        background-image: url(../img/meni-icon.png);
        background-size:contain;
        width:36px;
        height:29px;
    }
    
    .category_banner h3 {font-size:28px; line-height:30px}
    iframe  {max-width:100%}
    #header_side_menu, #header_side_menu .header_dropdown_content {width:100%!important; background-color: #fdfbc2!important;}
    #header_side_menu ul {columns:2; margin-left:0; padding-left:0;width:90%; margin:0 auto; border-top:2px solid #01aeef }
    #header_side_menu a {background-color: #fdfbc2!important;}
    #home_slideshow h2 {width:50%}
    .home_single_cat {
        width: 31%;
        margin: 1%;
    }
    #home_store_list {display:none}
    #home_stores .store_list, #home_stores .list_map {width:50%;}
    #home_stores .list_map iframe {height:616px;}
    #home_usp .left_part, #home_usp .right_part {width:100%;}
    #home_usp .left_part {height:400px}
    .single_news_img {width:27%; background-position: center;}
    .news_content {width:70%}
    .catalog_manufacturer .yellow_header img {left:50%; transform:none;}
    .inventory_item {width:30%}
    .layout_left, .layout_right {width:100%!important}
    #product_quantity {width:15%}
}
@media (max-width: 900px) and (min-width:801px) and (orientation:landscape)  {
    #product_quantity {width:20%}
    #home_slideshow h2 {font-size:32px; line-height:35px;} 
    #home_usp .box {height:380px}
    .single_brand_logo {width:24.6%}
    .company_info a:nth-of-type(1), .company_info a:nth-of-type(2) {display:block;}
    #header_side_menu { overflow:auto;}
    #header_main > div {height:60px!important}
    #header_spacer {height:100px!important} 
    #header_logo > img {height:50px!important;}
    .category_banner h3 {font-size:24px; line-height:36px}
}
@media (max-width: 800px) { 
    #home_slideshow h2 {font-size:36px; line-height:42px;} 
    #home_intro, .inventory_intro {width:80%}
    .home_single_cat {width:48%}
    #home_usp .box {height:390px}
    .single_brand_logo {width:24.6%}
    .company_info a:nth-of-type(1), .company_info a:nth-of-type(2) {display:block;}
    #home_expert, #home_tips{width:100%; margin-left:0; margin-right:0;}
    .category_banner h3 {font-size:28px; line-height:40px}
    .inventory_item {width:47%}
    #product_quantity {width:20%}
    .inventory_bar .bottom_btn {right:6%}
    .category_banner h3 {width:65%}

}
@media (max-width: 800px) and (min-width:701px) and (orientation:landscape)  {
    #product_quantity {width:20%}
    #home_slideshow h2 {font-size:32px; line-height:35px;} 
    #home_usp .box {height:380px}
    .single_brand_logo {width:24.6%}
    .company_info a:nth-of-type(1), .company_info a:nth-of-type(2) {display:block;}
    #header_side_menu { overflow:auto;}
    #header_main > div {height:60px!important}
    #header_spacer {height:100px!important} 
    #header_logo > img {height:50px!important;}
    .category_banner h3 {font-size:24px; line-height:36px}
    #footer .half_width img {max-width:100%}
    #header_side_menu a {padding:11px!important}
    #header_top {display:none}
    #header_spacer {height:60px!important} 
    #header_logo {top:46%!important}
    .bonit {height:50px}
}
@media (max-width: 700px) and (min-width:600px) and (orientation:landscape) { 
    #footer .half_width img {max-width:100%}
    #header_top {display:none}
    #header_logo {top:46%!important}
    .bonit {height:50px}
    #header_main > div {height:60px!important}
    #header_spacer {height:60px!important} 
    #header_logo > img {height:50px!important;}
    .header_top_right {display:none}
    .header_top_item.with_icon:nth-of-type(2) {border-right:0}
    .home_single_cat {height:250px;}
    #home_stores .list_map iframe {height:654px;}
    #home_stores, #home_expert, #home_tips {margin-bottom:30px}
    .single_brand_logo {width:32.6%}
    .inventory_bar {height:15px;}
    .inventory_bar .bottom_btn {font-size:18px; bottom:29px}
    .inventory_bar .bottom_btn:nth-of-type(1) {padding: 13px 48px 9px 15px;}
    .inventory_bar .bottom_btn span {display:none}
    .inventory_bar .bottom_btn img {top:31%}
    .manufacturers_menu_overflow img {max-width:110px}
    #header_side_menu a {padding:11px!important}
    .manufacturers_menu_overflow img {max-width:70px}
}
@media (max-width: 600px) and (min-width:500px) and (orientation:landscape) { 
    #header_top.collapsed {display:none} 
    #footer .half_width img {max-width:100%}
    #header_main > div {height:60px!important}
    #header_spacer {height:100px!important} 
    #header_logo > img {height:50px!important;}
    .header_top_right {display:none}
    .header_top_item.with_icon:nth-of-type(2) {border-right:0}
    .home_single_cat {height:250px;}
    #home_stores .list_map iframe {height:654px;}
    #home_stores, #home_expert, #home_tips {margin-bottom:30px}
    .single_brand_logo {width:32.6%}
    .inventory_bar {height:15px;}
    .inventory_bar .bottom_btn {font-size:18px; bottom:29px}
    .inventory_bar .bottom_btn:nth-of-type(1) {padding: 13px 48px 9px 15px;}
    .inventory_bar .bottom_btn span {display:none}
    .inventory_bar .bottom_btn {right:0}
    .inventory_bar .bottom_btn img {top:31%}
    .manufacturers_menu_overflow img {max-width:110px} 
    #home_slideshow h2 {font-size: 29px;line-height: 35px;top: 32%;}
    #home_usp .box {height:480px}
    .category_banner h3 {font-size: 20px;line-height: 28px;}
    #product h1 {font-size:32px!important}
    #product_quantity {width:25%}
    #product_to_cart {width:70%!important}
    #header_top {display:none}
    .manufacturers_menu_overflow img {max-width:70px}
}

@media(max-width: 500px) {  
    #footer .half_width img {max-width:100%}
    #header_top {display:none}
    .header_dropdown_item a {height:40px}
    #header_main > div {height:60px!important}
    #header_logo > img {height:53px!important}
    .single_news_img {width:100%}
    .manufacturers_menu_overflow img {max-width:70px}
}
@media(max-width: 440px) {
    #home_slideshow h2 {
        font-size: 25px;
        line-height: 30px;
        top: 32%;
    }  
    #home_slideshow .scroll_down {bottom:18px}
    #home_slideshow .scroll_down img {height:25px;}
    #home_intro, .inventory_intro {width:100%}
    .home_single_cat {width:100%; margin-bottom:1%; margin-left:0; margin-right:0; margin-top:0;}
    #home_stores .store_list, #home_stores .list_map {width:100%}
    #home_usp .right_part .column_usp {width:100%}
    #home_usp .box {height:666px}
    .single_brand_logo {width:49%}
    #footer .half_width {width:100%}
    #footer .half_width:nth-of-type(2) {margin-right:0;}
    .category_banner h3 {
    font-size: 20px;
    line-height: 27px;
    }
    .catalog_manufacturer .yellow_header .blue_part {display:none}
    .catalog_manufacturer .yellow_header img {display:none}
    .inventory_intro h1 {line-height:44px}
    .inventory_item {width:100%}
    .inventory_bar {height:15px;}
    .inventory_bar .bottom_btn {bottom:26px; height:45px; font-size:17px;}
    .inventory_bar .bottom_btn:nth-of-type(1) {padding:13px 53px 15px 19px}
    #product h1 {padding-left:0!important; font-size:30px}
    #product h1:before {display:none!important}
    .product_brand {
    display: block!important;
    float: none!important;
    }
    #product_to_cart {width:100%!important;}
    #product_quantity {width:40%!important}
    .product_property_patterns li {width:100%!important}
    .inventory_bar .bottom_btn {width:50%; box-sizing:border-box; float:left; padding:10px!important; margin-right:0; height:40px; right:0;}
    .inventory_bar .bottom_btn img {right:7px; height:25px;}
    .inventory_bar .bottom_btn span {display:none}
    .inventory_bar .bottom_btn:nth-of-type(1) {border-right:1px solid white;}
    #home {padding-left:0; padding-right:0;}
}
@media(max-width: 390px) {
  
}
@media(max-width: 370px) {
    #home_slideshow .scroll_down {display:none}
    #home_slideshow h2 {
    font-size: 21px;
    line-height: 23px;
    top: 32%;
    } 
    #home_intro {padding:30px}
    #home_usp li {padding-left:0}
    .single_brand_logo {width:100%}
    .company_info h4 {font-size:39px}
    #footer .company_info {font-size:15px}
    .inventory_bar .bottom_btn {font-size:13px}
    #product_to_cart {font-size:17px!important}
    #product_quantity {width:50%}
}



@media(max-width: 1000px) {
    #usp td {
        text-align: center;
        vertical-align: top;    
    }
    #usp td img {
        position: static;
        transform: none;
    }
    #usp td div {
        margin-left: 0;
    }    
}

@media(max-width: 900px) {
    .caravan_rent_left, .caravan_rent_right {
        float: none;
        width: auto;    
    }
}

@media(max-width: 800px) {
    #home_tags table, 
    #home_tags tr, 
    #home_tags tbody {
        display: block;
    }
    #home_tags td { display: none }
    #home_tags td.home_tag_content {
        display: block;
        padding-left: 120px;    
        position: relative;
        margin-bottom: 20px;
    }
    #home_tags .home_tag_icon2 {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100px;
        display: block;
        background-color: #01aeef;
    }
    #home_tags .home_tag_icon2 > img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);    
    }
    
    #footer table {
        max-width: 500px;
        margin: auto;    
    }
    #footer tr {
        display: block;    
    }
    #footer td {
        display: block;
        width: auto;
        padding: 10px;
        text-align: left;
        border: 0 !important;
    }
    #footer td > div { 
        margin-left: 70px;
    }    
    .catalog_manufacturer h2.not_middle { 
        margin-top:10px;
        line-height:20px;
    }
    
}

@media(max-width: 700px) {
    #footer_info, #footer_map {
        width: auto;
        float: none;
    }  
    #bottom_left, #bottom_right {
        margin: 0;
        float: none;   
        line-height: 20px; 
    }
    #bottom_cont { 
        height: auto;    
        padding: 20px;
    }
    #home_usp .middle_part {width:100%; height:820px}
    #home_usp .right_part ul {columns:1}
}

.nasvetSlika {
    max-width: 40%;
}