/*
website main colors:

yellow - ffdb00

*/

/***** global *****/

.right{
float:right;	
}

.left{
float:left;	
}

.rtl{
direction:rtl;
}

.ltr{
direction:ltr;
}

.text_right, .text-right{
text-align:right;	
}

.clear_both{
clear:both;	
}

.center{
text-align:center;	
}

.right-rtl{
text-align:right;
direction:rtl;	
}

.justify-rtl{
text-align:justify;
direction:rtl;	
}

.left-rtl{
text-align:left;
direction:rtl;	
}

.left-ltr{
text-align:left;
direction:ltr;	
}

.right-ltr{
text-align:right;
direction:ltr;		
}

.center-rtl{
text-align:center;
direction:rtl;	
}

@media (max-width:992px){
.sm-center{
text-align:center !important;
}
}

@media (max-width:550px){
.xs-center{
text-align:center !important;
}

.xs-margin-top-sm{
margin-top: 10px !important;
}

.xs-margin-top-md{
margin-top: 20px !important;
}

.xs-text-right{
text-align: right !important
}
}

.center-ltr{
text-align:center;
direction:ltr;	
}

.clear_right{
float:right;
clear:right;	
}

.clear_right_only{
clear:right;	
}

.padding_bottom_10{
padding-bottom:10px;	
}

.padding_bottom_20{
padding-bottom:20px;	
}

.padding_bottom_30{
padding-bottom:20px;	
}

.padding_bottom_40{
padding-bottom:40px;	
}

.margin_bottom_10{
margin-bottom:10px;	
}

.margin_bottom_20{
margin-bottom:20px !important;	
}

.margin_bottom_30{
margin-bottom:30px !important;	
}

.margin_bottom_40{
margin-bottom:40px !important;	
}

.margin_bottom_60{
margin-bottom:60px !important;	
}

.margin_bottom_80{
margin-bottom:80px !important;	
}

.margin_top_5{
margin-top:5px;	
}

.margin_top_10{
margin-top:10px;	
}

.margin_top_15{
margin-top:15px;	
}

.margin_top_20{
margin-top:20px;	
}

.margin_top_30{
margin-top:30px;	
}

.margin_top_40{
margin-top:40px;	
}

.margin_top_50{
margin-top:50px;	
}

.margin_top_60{
margin-top:60px;	
}

.margin_top_80{
margin-top:80px;	
}

.btn-blank{
background:none;
border: 1px solid #000000;
padding: 6px 15px;
font-size: 20px;
font-weight: 400;
color: #000000;
border-radius: 0;
line-height: 21px;
}

.btn-blank:hover{
background:#000000;
border-color: #000000;
color: #ffffff;
}

.btn:not(.header-btn-collapse-nav) i{
display: inline-block;
padding-right: 4px;
}

.full-img{
width:100%;	
}

@media (min-width:992px){
.abs-full-img{
width:100%;
height:100%;	
}
}

@media (max-width:992px){
.pl-xlg{
padding-left:15px !important;	
} 
.pr-xlg{
padding-right:15px !important;		
}
.pl-none{
padding-left:15px !important;	
} 
.pr-none{
padding-right:15px !important;		
}
.p-none{
padding-left:15px !important;
padding-right:15px !important;	
}
}

@media (max-width:992px){
.pr-none.pr-none-sm{
padding-right:0px !important;
}
.pl-none.pl-none-sm{
padding-left:0px !important;
}
}

@media (min-width:992px){
.v-bottom {
display: table-cell;
vertical-align: bottom;
float: none !important;
}
}

@media (max-width:992px){
.xs-pt-xlg{
padding-top: 10px !important;
}

.xs-mt-xlg{
margin-top: 10px !important;
}
}

.inline-block{
display:inline-block;
}

.static{
position:static !important;	
}

.relative{
position:relative;	
}

.block{
display:block;	
}

.same_height_row{
display:table;
}

.same_height_row > [class*="col-"] {
float: none;
display: table-cell;
vertical-align: middle;
}

.same_height_row_top > [class*="col-"] {
float: none;
display: table-cell;
vertical-align: top;
}

.no-borders{
border:none !important;
border-radius:0 !important;	
}

.bc-none{
background-color:transparent !important;	
}

.border-radius-none{
border-radius:0 !important;		
}

.border-radius-none img, .border-radius-none span{
border-radius:0 !important;		
}

.white{
color:#ffffff;	
}

.dark, .dark a{
color:#000000;
}

.bc_white{
background-color:#ffffff;	
}

hr.product {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:5px;
margin-top:30px;
margin-bottom:0;
}

hr.solid {
background: #000000 none repeat scroll 0 0;
color:#000000;
height:1px;
margin-top:30px;
margin-bottom:10px;
}

hr.menu {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:10px;
margin-top:0px;
margin-bottom:0;
}

hr.page {
background: #e6c85b none repeat scroll 0 0;
color:#e6c85b;
height:10px;
margin-top:30px;
margin-bottom:0;
}

.container-fluid-no-padding > .row > [class*="col-"]{
padding-left:0;
padding-right:0;	
}

@media (min-width:992px){
.container_no_padding{
padding-right: 0 !important;
padding-left: 0 !important
}
}

.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}

.vbottom {
display: inline-block;
vertical-align: bottom;
float: none;
}

@media (min-width:992px){
.col-centered{
float: none !important;
margin: 0 auto;
display: inline-table;
}
}

.flex{
display:flex;
}

.fullwidth_container {
padding-right: 0;
padding-left: 0;
}

.pr-xxs{
padding-right:2px;
}

.pl-xxs{
padding-left:2px;
}

/***** bootstrap rtl *****/

.col-md-1-5 {
float: right;
width: 20%;
}

@media (max-width:992px){
.col-md-1-5 {
float: right;
width: 50%;
}
}

@media (max-width:550px){
.col-md-1-5 {
float: right;
width: 100%;
}
}

.col-md-1-8{
width: 12.5%;
float: right;
}

@media (max-width:992px){
.col-md-1-8 {
float: right;
width: 25%;
}
}

@media (max-width:550px){
.col-md-1-8 {
float: right;
width: 50%;
}
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: right;
}

@media (min-width:768px){
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: right;
}
}


@media (min-width:992px){
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: right;
}
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: right;
}

.nav-pills > li{
float: right;
}

.nav {
padding-right: 0;
}

.dropdown-menu {
right:0;
left:auto;
text-align:right;
direction:rtl;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-addon:first-child {
border-left: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:last-child {
border-right: 0;
}

.list-unstyled {
padding-right: 0;
}

/***** header *****/

.header_phone{
display: inline-block;
float: right;
font-size: 18px;
font-weight: 700;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-right: 25px;
margin-top: 5px;
}

.header_phone i{
display: inline-block;
margin-left: 5px;
font-size: 18px;
font-weight: 400;
background-color: #ffdb00;
padding: 6px 9px 7px 9px;
border-radius: 100%;
text-align: center;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.header_phone:hover i, .header_phone:focus i{
background-color: #000000;
color: #ffdb00;
}

@media (max-width:992px){
.header_phone{
margin-right: 50px;
margin-top: 5px;
font-size: 16px;
top: 10px;
}
}

.header_btn.btn-primary{
display: inline-block;
float: right;
margin-right: 15px;
padding: 3px 15px;
font-size: 18px;
top: 4px;
}

@media (max-width:992px){
.header_btn.btn.btn-primary{
margin-right: 10px;
top: 7px;
font-size: 16px;
}
}

#header .header-logo a {
display:inline-block;
}

@media (max-width:550px){
#header .header-logo img{
width: 60px !important;
height: auto !important;
margin-bototm: 10px;
top: 0 !important;
}

.sticky-header-active #header .header-logo img{
width: 40px !important;
}

}

/***** content *****/

.main{
min-height:700px;
position:relative;
z-index:0;
overflow:hidden;
}

@media (max-width:550px){
.main{
min-height:300px;
}
}

.inner_main, .main_articles_list, .main_articles{
}

.main_contact{
min-height:0px;
}

@media (min-width:550px){
.main_catalog{
background: url(../images/b.png) no-repeat;
background-position: 0 500px;
min-height:1000px;
}
}

.page-header-custom-background{
padding: 0;
background-repeat: no-repeat;
background-color: transparent;
border-top: 0;
border-bottom: 0;
vertical-align:bottom;
background-position:center center;
background-size:cover;
overflow:hidden;
position:relative;
min-height:270px;
z-index:1;
}

@media (max-width:992px){
.page-header-custom-background{
min-height:180px;
}
}

@media (max-width:550px){
.page-header-custom-background{
min-height:120px;
}
}

.banner_title_wrapper{
position:absolute;	
top: 60%;
transform: translate(0, -50%);
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
width: 100%;
}

.banner_title{
color:#ffffff;
font-size:45px;
font-weight:600;
line-height:normal !important;
margin-bottom: 0;
position: relative;
padding-left: 40px;
display: block;
}

.banner_title_dark.banner_title{
color: #000000;
}

.banner_title:after{
position: absolute;
left: 0px;
top: -27px;
content: "]";
color: #ffffff;
font-weight: 800;
font-size: 80px;
}

.banner_title_dark.banner_title:after{
color: #000000;
}

@media (max-width:992px){
.banner_title_wrapper{
top: 70%;
}

.banner_title{
font-size:25px;
}

.banner_title:after{
top: -25px;
font-size: 55px;
}
}

@media (max-width:550px){
.banner_title{
font-size:25px;
padding-left: 30px;
}

.banner_title:after{
top: -25px;
font-size: 55px;
}
}

.breadcrumb{
background-color: transparent;
border-radius: 0px;
list-style: outside none none;
margin-bottom: 20px;
padding: 0px 0px 2px 1px;
margin-top:5px;
font-size:15px;
color:#000000;
}

.breadcrumb a{
font-size:15px;
color:#000000;
}

.breadcrumb a:hover{
color:#666666;
}

.breadcrumb > li + li::before {
color: #ffdb00;
font-family: FontAwesome;
content: "\f104";
padding: 0px 3px 0 3px;
margin-right:2px;
margin-left:3px;
font-size: 25px;
display: inline-block;
vertical-align: bottom;
}

.breadcrumb > .active{
color: #000000;
}

.breadcrumb.breadcrumb_lite, .breadcrumb.breadcrumb_lite a, .breadcrumb.breadcrumb_lite  > li + li::before , .breadcrumb.breadcrumb_lite > .active{
color: #ffffff;
}

@media (max-width:550px){
.breadcrumb{
margin-bottom: 10px;
font-size:13px;
}

.breadcrumb a{
font-size:13px;
}
.breadcrumb > li + li::before {
padding: 0px 3px 0 3px;
margin-right:2px;
margin-left:3px;
font-size: 20px;
}
}

.pagination{
padding-right:0;	
}

.pagination > li > a{
color:#000000;
background-color:#ffffff;
border:1px solid #000000;
margin-left:5px;
text-align:center;
padding:3px 6px;
min-width:28px;
font-size:17px;
line-height:22px;
font-family:Arial, Helvetica, sans-serif;
border-radius:0 !important;
}

.pagination > li > a i{
padding-top:2px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus{
background-color:#000000 !important;
border-color: #000000;
color: #ffffff;
text-shadow: none;
}


/***** homepage *****/

.rev_slider .tp-bannertimer {
display:none !important;
}

@media (min-width:992px){
.rev_slider_wrapper{
min-height:413px !important;	
}
}

@media (max-width:992px){
.rev_slider_wrapper{
min-height:413px !important;	
}
}

@media (max-width:550px){
.rev_slider_wrapper{
min-height:300px !important;	
}
}

.hephaistos .tp-bullet{ 
width:11px;
height:11px;
position:absolute;
background-color:transparent;
border:1px solid #000000;
border-radius:0;
box-shadow: none;
}

.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected{
background:#000000;
border:1px solid #000000;
}

.homepage_brands_section{
background-color: #000000;
padding: 50px 0;
}

.homepage_brands_title{
font-size:34px;
font-weight:700;
line-height:normal;
margin-bottom:0px;
color: #ffffff;
}

.homepage_brands_title h1{
font-size:34px;
font-weight:700;
line-height:normal;
margin-bottom:0px;
color: #ffffff;
}

.homepage_brand_col{
min-height: 70px;
border-left: 1px solid #a5a5a5;
}

.homepage_brand_col:last-child{
border-left: none;
}

.homepage_brands_img_wrapper{
position: relative;
padding: 5px 5px 10px 5px;
min-height: 75px;
border-bottom: 3px solid transparent;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.homepage_brands_img_wrapper:hover, .homepage_brand_col a:focus .homepage_brands_img_wrapper{
border-color:#ffdb00;
}

@media (max-width:992px){
.homepage_brands_img_wrapper{
width: 100%;
margin-bottom: 5px;
}
}

.homepage_brands_img_wrapper img{
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
position: absolute;
max-height: 70px;
}

.homepage_catalog_section{
background-image: url(../images/homepage_catalog_bg.jpg);
background-repeat: no-repeat;
background-position: left center;
background-size: cover;
padding: 50px 0;
min-height: 800px;
margin: 0;
}

.homepage_catalog_col_inner a{
border:1px solid #cccccc;
}

.homepage_catalog_col_inner a:hover, .homepage_catalog_col_inner a:focus{
-webkit-box-shadow: 1px 0px 10px 0px #cccccc;
-moz-box-shadow: 1px 0px 10px 0px #cccccc;
box-shadow: 1px 0px 10px 0px #cccccc;
}

.homepage_catalog_col a{
background-color: #ffffff;
padding: 15px;
}

.homepage_catalog_img_wrapper{
min-height: 175px;
height: 100%;
}

.homepage_catalog_img_wrapper img{
max-height: 175px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.homepage_catalog_col a:hover .homepage_catalog_img_wrapper img, .homepage_catalog_col a:focus .homepage_catalog_img_wrapper img{
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
}

.homepage_catalog_text_wrapper{
background-color: #000000;
min-height: 80px;
height: 100%;
padding: 10px 10px 10px 100px;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.homepage_catalog_col_lg .homepage_catalog_text_wrapper{
min-height: 175px;
padding: 10px 10px 10px 25px;
}

.homepage_catalog_text_wrapper h3{
color: #ffffff;
font-size: 20px;
font-weight: 600;
margin-bottom: 0;
line-height: 1.1;
}

@media (max-width:992px){
.homepage_catalog_col_lg .homepage_catalog_text_wrapper{
min-height: 195px;
}

.homepage_catalog_text_wrapper h3{
font-size: 17px;
}
}

.homepage_catalog_col_lg .homepage_catalog_text_wrapper h3{
font-size: 28px;
}

.homepage_catalog_col a:hover .homepage_catalog_text_wrapper h3, .homepage_catalog_col a:focus .homepage_catalog_text_wrapper h3{
color: #ffdc00;
}

.homepage_catalog_text_wrapper .rec_btn{
position: absolute;
bottom: 10px;
left: 10px; 
}

.homepage_new_products_section{
background-image: url(../images/b.png);
background-repeat: no-repeat;
background-position: left center;
padding: 80px 0;
min-height: 900px;
margin: 0;
}

@media (max-width:550px){
.homepage_new_products_section{
background-image:none;
padding: 50px 0;
min-height: 500px;
}
}

.homepage_title{
font-size:35px;
font-weight:600;
line-height:normal;
margin-bottom:40px;
color: #000000;
position: relative;
padding-right: 35px;
}

.homepage_title:after{
position: absolute;
right: 0px;
top: -27px;
content: "[";
color: #ffdb00;
font-weight: 700;
font-size: 70px;
}

.homepage_title a{
color: #000000;
}

.homepage_title.dark:after{
color: #000000;
}

@media (max-width:550px){
.homepage_title{
font-size:25px;
padding-right: 30px;
}

.homepage_title:after{
right: 0px;
top: -20px;
font-size: 50px;
}
}

.homepage_why_section{
background-image: url(../images/why_bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 50px 0;
min-height: 300px;
margin: 0;
}

.homepage_why_col img{
margin-top: 7px;
}

.homepage_why_title{
font-size:20px;
font-weight:600;
line-height:normal;
margin-bottom:5px;
color: #000000;
}

.homepage_why_intro{
font-size:15px;
font-weight:400;
line-height:1.3;
}

/***old***/

.homepage_intro_section{
background-image: url(../images/homepage_intro_bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 80px 0;
}

@media (max-width:550px){
.homepage_intro_section{
padding: 40px 0;
}
}

.homepage_intro{
font-size:16px;
font-weight:400;
line-height:1.5;
margin-bottom:20px;	
}

.homepage_intro h1{
font-size:35px;
font-weight:400;
line-height:normal;
margin-bottom:10px;
color: #000000;
}

@media (max-width:550px){
.homepage_intro h1{
font-size:22px;
}
}

.thumb-info.homepage_video {
border:none;
border-radius: 0px;
background-color:transparent;
}

.thumb-info.homepage_video .thumb-info-wrapper {
border-radius: 0px;
margin:0;
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
}

.thumb-info.homepage_video img{
border-radius: 0px;	
}

.thumb-info:hover img, .homepeage_video_wrapper:focus .thumb-info img {
transform: scale(1.1, 1.1);
}

.homepage_video_icon{
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
position: absolute;
text-align:center;
border:none;
}

.homepeage_video_wrapper:hover .homepage_video_icon, .homepeage_video_wrapper:focus .homepage_video_icon{
}

.homepage_video_icon i{
color:#cc181e;
opacity: 0.8;
font-size:70px;
text-align:center;
background-color: #ffffff;
border-radius: 50%;
line-height: 35px;
}

.homepeage_video_wrapper:hover .homepage_video_icon i, .homepeage_video_wrapper:focus .homepage_video_icon i{
opacity: 1;
}

.owl-carousel.stage-margin .owl-stage-outer {

}

.homepage_products_owl.owl-carousel .owl-item {
padding: 3px 3px;
}

.owl-carousel .owl-nav .owl-prev::before {
left: 0px;
}

.owl-carousel .owl-nav .owl-next::before {
right: 0px;
left:auto;
}

.owl-theme .owl-nav [class*="owl-"] {
color: #808080;
font-size: 50px;
margin: 0px;
padding: 0;
background: none;
border-radius: 0px;

text-stroke: 2px #f3f3f3;
-moz-text-stroke: 2px #f3f3f3;
-ms-text-stroke: 2px #f3f3f3;
-o-text-stroke: 2px #f3f3f3;
-webkit-text-stroke: 2px #f3f3f3;

font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}

.owl-theme .owl-nav [class*="owl-"]:hover, .owl-theme .owl-nav [class*="owl-"]:active, .owl-theme .owl-nav [class*="owl-"]:active:hover,  .owl-theme .owl-nav [class*="owl-"]:hover, .owl-theme .owl-nav [class*="owl-"]:focus, .owl-theme .owl-nav [class*="owl-"]:focus{
background: none;
color: #4097c5 !important;
}

.masonry .masonry-item {
width: 25%;
}

@media (max-width:768px){
.masonry .masonry-item {
width: 50%;
}	
}

@media (max-width:550px){
.masonry .masonry-item {
width: 100%;
padding-bottom: 10px;
}	
}

@media (max-width:992px){
.masonry .masonry-item.pl-none{
padding-left:0px !important;	
} 

.masonry .masonry-item.pr-none{
padding-right:0px !important;		
}
}

/***** sidebar *****/


.sidebar{
margin-bottom:20px;
}

html body .tabs .nav-tabs li a{
background: #b3b3b3;
padding:5px 25px;
line-height:normal;
color: #ffffff;
border:1px solid #eae9e9;
border-bottom:none;
margin-left:0px;
font-weight: 600;
font-size: 18px;
border-radius: 0;
margin-right: 0px;
}

html body .tabs .nav-tabs a:hover, html body .tabs .nav-tabs a:focus, html body .tabs .nav-tabs li.active a {
color: #000000;
border:1px solid #eae9e9;
border-bottom:none;
background: #f2f2f2;
padding:8px 25px 5px 25px;
}

@media (max-width:768px){
.nav-tabs li a {
padding:8px 5px;
}
}

.tab-content{
border: 1px solid #eae9e9 !important;
border-top: none !important;
border-radius: 0;
box-shadow: none;
min-height:100px; 
background-color: #f2f2f2;
padding: 10px 0;
}

aside ul.sidebar_menu{
}

aside ul.sidebar_menu > li{
}

aside ul.sidebar_menu > li > a > img{
position: absolute;
top: 50%;
left: 10px; 
transform: translate(0, -50%);
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
max-height: 20px;
width: auto;
max-width: 60px;
}

aside ul.sidebar_menu > li > a{
border-bottom:1px solid #d6d5d5;	
font-weight:400;
font-size:16px;
padding:5px 20px 5px 20px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color:#000000;
position:relative;
line-height:normal;
}

aside ul.sidebar_menu > li:last-child > a{
border-bottom:none;	
}

aside ul.sidebar_menu > li:hover > a, aside ul.sidebar_menu > li.active > a, aside ul.sidebar_menu > li > a:focus{
background-color:transparent;
color: #000000;
font-weight: 600;
}

aside ul.sidebar_menu > li > a:before{
font-family: FontAwesome;
content: "";
font-size:20px; 
position: absolute;
left: 9px;
top: 5px;
color: #999999;
}

aside ul.sidebar_menu > li > a.has_dropdown:before{
content: "\f104";
}

aside ul.sidebar_menu > li.top_opened > a.has_dropdown, aside ul.sidebar_menu > li.active > a.has_dropdown{
border-bottom:none;	
}

aside ul.sidebar_menu > li.top_opened > a.has_dropdown:before, aside ul.sidebar_menu > li.active > a.has_dropdown:before{
content: "\f107";
}

aside ul.sidebar_menu li ul{
margin:1px 0 0px 0;
padding-top: 5px;
padding-bottom:5px;
border-bottom:1px solid #d6d5d5;	
background-color: #e0e0e0;
}

aside ul.sidebar_menu li ul li{
}

aside ul.sidebar_menu li ul li a{
padding:4px 25px 4px 10px !important;
font-size:15px;	
font-weight: 400;
width:100%;
border:none;
color:#000000;
}

aside ul.sidebar_menu li ul li a:before {
display:none;
}

aside ul.sidebar_menu li ul li a:hover, aside ul.sidebar_menu li ul li a:focus, aside ul.sidebar_menu li ul li.active a{
color: #000000;
background: none;
font-weight: 600;
background-color:#cfcece;
}

ul.nav-list.secundary {
border-radius: 0px;
box-shadow: none;
padding: 0;	
background-color: #f2f2f2;
}

ul.nav-list.secundary > li a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
padding: 5px 10px;
font-size:14px;
color: #000000;
border-bottom: 1px solid #d6d5d5;

}

ul.nav-list.secundary > li ul li a{
border-bottom: none !important;
}

ul.nav-list.secundary > li a:before {
display:none;
}

ul.nav-list.secundary > li a.has_dropdown:before {
font-family: FontAwesome;
content: "\f0d7";
display: inline-block;
width: auto;
height: auto;
font-size: 15px;
border: none;
margin: 0;
left: 8px;
top: 4px;
right: auto;
}

ul.nav-list.secundary > li > a > i {
position: absolute;
left: 1px;
top: 3px;
font-size: 20px;
text-shadow: none;
color: #000000;
display: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

ul.nav-list.secundary > li:hover > a, ul.nav-list.secundary > li.active > a  {
color: #000000;
text-shadow: 1px 0 0 #000000;
background-color:transparent;
}

ul.nav-list.secundary > li ul li a {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-bottom: none;
padding: 3px 15px 3px 10px;
font-size:14px;
}

ul.nav-list.secundary > li ul li:hover > a, ul.nav-list.secundary > li ul li.active > a  {
color: #000000;
background-color:transparent;
text-decoration: underline;
}

.sidebar-btn-collapse {
display: block;
margin-bottom: 10px;
margin-top:0px;
text-align: right;
}

@media (min-width: 992px) {
.sidebar-btn-collapse {
display: none;
}

.sidebar-nav-collapse {
display: none !important;
height: auto !important;
}
}

/***** category *****/

.about_img_col{
min-height: 500px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.inner_brands_title{
font-size:34px;
font-weight:700;
line-height:normal;
margin-bottom:0px;
color: #ffffff;
}

.inner_brands_title h2{
font-size:34px;
font-weight:700;
line-height:normal;
margin-bottom:0px;
color: #ffffff;
}

.about_body_sub_section{
padding: 20px 0;
}

.content_title{
color:#000000;
font-size:28px;
line-height:1.1;
margin-bottom:20px;
font-weight:700;
}

@media (max-width:550px){
.content_title{
font-size:22px;
}	
}

.content_title_sm{
font-size:19px;
font-weight:700;
line-height:normal;
border-bottom: 1px solid #999999;
margin-bottom:15px;	
padding-bottom: 10px;
color: #000000;
}

.content_title_xs{
font-size:16px;
font-weight:700;
line-height:normal;
margin-bottom:8px;	
}

.content_body{
line-height:1.6;
clear:right;
margin-bottom:20px;
font-size:16px;
font-weight:400;
}

.content_body h2{
color:#000000;
font-size:28px;
line-height:1.1;
margin-bottom:20px;
font-weight:700;	
}

@media (max-width:550px){
.content_body h2{
font-size:20px;	
}
}

.content_body h3{
color:#000000;
font-size:17px;
line-height:normal;
margin-bottom:10px;
font-weight:700;
}

/*.content_body br{
display: block;
content: "";
margin-top: 8px;
}*/

.content_body .ScreenText{
background-color:#c3e021;
display:inline;
padding:0 5px;	
}

.content_body ash{
text-decoration:underline;
}

.content_body a{
}

.content_body img{
max-width:100% !important;
height:auto !important;
}

.content_body iframe{
max-width:100% !important;
}

@media (max-width:768px){
.content_body iframe{
max-width:100% !important;
height:auto !important;
}
}

.content_body ul{
list-style: outside none none;
padding-left: 0;
padding-right: 1px;
display:block;
margin:8px 0 5px 0;	
}

.content_body ul li{
margin-bottom: 5px;
padding-right: 18px;
position: relative;	
}

.content_body ul li::before {
content: "";
background-color:#222222;
position: absolute;
right: 0px;
top: 9px;
width:8px;
height:8px;
border-radius:100%;
}

.homepage_gallery_thumb.thumb-info {
background-color: #fff;
border-radius: 0px;
border:none;
}

.homepage_gallery_thumb.thumb-info .thumb-info-wrapper {
border-radius: 0px;
margin: 0px;
}

.homepage_gallery_thumb.thumb-info .thumb-info-wrapper::after {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

.homepage_gallery_thumb.thumb-info img {
border-radius: 0px;
}

.homepage_gallery_thumb.thumb-info .thumb-info-title {
color:#ffffff;
font-weight:400;
font-size:20px;
line-height:1.4;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
z-index:10;
}

@media (max-width:768px){
.homepage_gallery_thumb.thumb-info .thumb-info-title {
font-weight:400;
font-size:17px;
}
}

.thumb-info .thumb-info-title{
z-index:2;
}

.inner_brand{
background-color: #000000;
padding: 30px;
height: 150px;
position: relative;
}

.inner_brand img{
max-width: 130px;
position: absolute;
top: 50%;
left: 50%; 
transform: translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
border-bottom: 3px solid transparent; 
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
padding-bottom: 5px;
}

.inner_brand:hover img{
border-color: #ffdb00;
}


/***** catalog *****/

.mfp-arrow, .mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
}

.mfp-arrow:focus, .mfp-close:focus{
border:2px solid #afbd22!important;
}

.mfp-arrow-right, .mfp-arrow-right:before{
border:none !important; 
}
 
.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a{
border:none !important; 
}

.mfp-arrow.mfp-arrow-right::before{
font-family: FontAwesome;
content: "\f054";
font-size:20px; 
color:#ffffff; 
opacity:1;
line-height: 40px; 
text-align: center;
}

.mfp-arrow.mfp-arrow-left::before{
font-family: FontAwesome;
content: "\f053";
font-size:20px; 
color:#ffffff; 
opacity:1;
line-height: 40px; 
text-align: center;
}

.mfp-close, .mfp-close-btn-in .mfp-close {
color: #ffffff;
font-family: "Open Sans",Arial,sans-serif;
font-size: 35px;
font-weight: 400;
/*background-color:#ffffff;*/
opacity:1;
cursor:pointer !important;
}

/*.mfp-img{
background-color: #ffffff;
}*/

/*.mfp-title{
text-align:right;
direction:rtl;	
padding-right: 65px;
}*/

.product_thumb.thumb-info{
background-color: #ffffff;
border: 1px solid #cccccc;
padding: 15px 15px 50px 15px;
overflow: visible;
}

.product_thumb.thumb-info:hover, .catalog_product_col a:focus .product_thumb.thumb-info{
background-color: #ffffff;
-webkit-box-shadow: 1px 0px 10px 0px #cccccc;
-moz-box-shadow: 1px 0px 10px 0px #cccccc;
box-shadow: 1px 0px 10px 0px #cccccc;
/*padding: 15px 15px 50px 15px;*/
}

.product_thumb.thumb-info .thumb-info-wrapper{
height: 173px;
}

@media (max-width:992px){
.product_thumb.thumb-info .thumb-info-wrapper{
background-color: #ffffff;
}
}

.product_thumb.thumb-info img:not(.p_manufacturer_img){
border-radius: 0px;
max-height: 173px;
width: auto;
max-width: 175px;
position: absolute;
top: 50%;
left: 50%; 
transform: translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
}

.product_thumb.thumb-info .thumb-info-caption{
padding: 0;
margin-top: 10px;
min-height: 85px;
display: block;
}

@media (max-width:992px){
.product_thumb.thumb-info .thumb-info-caption{
max-width: 992px;
display: block;
}
}

.product_thumb_title{
font-weight: 400;
font-size: 18px;
margin-bottom: 0px;
line-height: 1.2;
color: #000000;
margin-top: 10px;
padding: 0px;
height: 45px;
}

.p_manufacturer{
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 5px 10px;
min-height: 40px;
}

.p_manufacturer_img{
max-height: 40px;
width: auto !important;
max-width: 100%;
}

.product_thumb.thumb-info .btn{
padding:7px 20px;
font-size:18px;
width: 100%;
position: absolute;
bottom: 0px;
left: 0; 
/*display: none;*/
}

.product_thumb.thumb-info:hover .btn, .catalog_product_col a:focus .product_thumb.thumb-info .btn{
display: block;
}

.product_thumb.thumb-info:hover .product_thumb_price_wrapper, .catalog_product_col a:focus .product_thumb.thumb-info .product_thumb_price_wrapper{
display: block;
}

/***** product *****/

.product_makat{
color: #777777;
font-size: 16px;
display: block;
font-weight: 600;
margin-bottom: 15px;
}

.inner_p_manufacturer_img{
max-height: 65px;
margin-bottom: 15px;
display: block;
}

@media (max-width: 992px) {
.p_media_col{
margin-top: 30px;
}
}

.product_lightbox.lightbox{
position: relative;
border: 1px solid #f3f3f3;
padding: 10px;
height: 350px;
margin-top: 30px;
}

.p_zoom{
color: #000000;
display: inline-block;
font-size: 16px;
position: absolute;
left: 20px;
top: 0px;
z-index: 5;
/*cursor: pointer;*/
}

.p_zoom i{
color: #ffdb00;
font-size: 20px;
display: inline-block;
padding-left: 3px;
}


.owl-carousel .owl-nav {
margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev::before {
left: 0px;
}

.owl-carousel .owl-nav .owl-next::before {
right: 0px;
left:auto;
}

.owl-theme .owl-nav [class*="owl-"] {
color: #666666;
font-size: 40px;
margin: 0px;
padding: 0;
background: none;
border-radius: 0px;

text-stroke: 2px #ffffff;
-moz-text-stroke: 2px #ffffff;
-ms-text-stroke: 2px #ffffff;
-o-text-stroke: 2px #ffffff;
-webkit-text-stroke: 2px #ffffff;

font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
}

.owl-theme .owl-nav [class*="owl-"]:hover, .owl-theme .owl-nav [class*="owl-"]:active, .owl-theme .owl-nav [class*="owl-"]:active:hover,  .owl-theme .owl-nav [class*="owl-"]:hover, .owl-theme .owl-nav [class*="owl-"]:focus, .owl-theme .owl-nav [class*="owl-"]:focus{
background: none;
color: #000000 !important;
}

.owl-theme .owl-nav [class*="owl-"].disabled, .owl-theme .owl-nav [class*="owl-"].disabled:hover, .owl-theme .owl-nav [class*="owl-"].disabled:focus, .owl-theme .owl-nav [class*="owl-"].disabled:active{
color: #c1bfbf;
}

.product_lightbox.lightbox .owl-item{
height: 350px;
}

.owl-carousel .owl-item img {
width: auto;
-webkit-transform-style: flat;
-moz-transform-style: flat;
transform-style: flat;
display: inline-block;
border-radius: 0;
}

.product_lightbox.lightbox img{
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
-webkit-transform:translate(-50%, -50%) !important;
-ms-transform:translate(-50%, -50%) !important;
position: absolute;
max-height: 350px;
max-width: 95%;
}

.thumb-gallery-thumbs.owl-carousel.stage-margin .owl-stage-outer {
margin-left: 30px !important;
margin-right: 30px !important;
}

.thumb-gallery-thumbs.owl-carousel .owl-item {
padding: 2px;
}

.thumb-gallery-thumbs .img-thumbnail {
padding: 2px;
border: 1px solid #f3f3f3;
border-radius: 0px;
position: relative;
height: 70px;
width: 100%;
}

.thumb-gallery-thumbs .img-thumbnail img{
top: 50%;
left: 50%;
transform: translate(-50%, -50%) !important;
-webkit-transform:translate(-50%, -50%) !important;
-ms-transform:translate(-50%, -50%) !important;
position: absolute;
max-height: 65px;
}

.thumb-gallery-thumbs .img-thumbnail:hover, .thumb-gallery-thumbs .img-thumbnail:focus, .thumb-gallery-thumbs .owl-item.custom_center .img-thumbnail, .thumb-gallery-thumbs .owl-item.center .img-thumbnail{
border: 1px solid #000000;
}

.thumb-gallery-thumbs .img-thumbnail img{
padding: 2px;
}

/***** cart *****/

.cart_wrapper{
background-color: #ffffff;
padding: 30px;
}

.cart_guidelines{
font-size:18px;
font-weight:600;
margin-bottom:10px;
line-height:1.3;
}

@media (max-width:550px){
.cart_guidelines{
font-size:15px;
font-weight:400;
}
}

.cart_print{
color: #4097c5;
font-size: 30px;
display: inline-block;
margin-bottom: 5px;
}

.cart_table {
width: 100%;
margin: 0;
text-align: right;
}

.cart_table th {
padding: 8px 10px;
background-color: #4097c5;
color: #ffffff;
font-weight: 700;
font-size: 16px;
}

.cart_table td {
border-top: 1px solid red;
padding: 8px 10px;
}

.cart_table td.actions {
padding: 15px 10px;
}

.cart_table img {
height: auto;
width: 50px;
display: inline-block;
padding-left: 5px;
margin-bottom: 5px;
}

.cart_table .quantity_wrapper {
height:30px;
}

.quantity_label {
display: inline !important;
font-size: 0px !important;
width: 1px;
height: 1px;
opacity: 0;
}

.form-control.quantity{
border-radius:0;
box-shadow:none;
font-size:14px;
width: auto;
padding:2px 2px;
height: 30px;
background-color:#ffffff;
border:1px solid #999999;
color:#808080;
display: inline-block;
text-align: center;
line-height: 14px;
}

.btnQuantity{
margin-top: -3px;
height: 30px;
}

@media (max-width:550px){
.cart_table .quantity_wrapper {
height:auto;
}

.form-control.quantity{
display: block;
width: 100%;
}

.btnQuantity{
margin-top:5px;
display: block;
width: 100%;
}
}

.empty_cart_text{
font-size: 16px;
font-weight: 600;
margin-top: 15px;
margin-bottom: 15px;
}

/***** articles *****/
.homepage_testimonial_img{
border-radius: 100%;
width: auto !important;
}

.homepage_testimonial_intro{
color: #000000;
font-size: 16px;
line-height: 1.6;
margin-bottom: 10px;
}

.homepage_testimonial_info{
position: absolute;
top: 50%;
right: 0; 
transform: translate(0, -50%);
-webkit-transform:translate(0, -50%);
-ms-transform:translate(0, -50%);
}

.homepage_testimonial_title{
color: #4097c5;
font-size: 17px;
font-weight: 600;
line-height: normal;
margin-bottom: 2px;
display: block;
}

.homepage_testimonial_author{
display: block;
color: #808080;
font-size: 14px;
font-weight: 400;
line-height: normal;
}


.articles_list_box{
border: 1px solid #e5e5e5;
padding: 0px;
border-radius: 0px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.articles_list_box:hover{
border-color: #af7164;
}

.articles_list_img_wrapper{
background-color: #f5f5f5;
height: 260px;
}

.articles_list_box img{
max-height: 260px;
width: auto;
}

.articles_list_box .recent-posts{
padding: 0 15px 15px 15px;
background-color: #ffffff;
}

.articles_list_title{
font-size:16px;
font-weight:600;
line-height:normal;
margin-bottom:5px;	
margin-top: 15px;
color: #222222;
}

.articles_list_intro{
font-size:15px;
font-weight:400;
line-height:1.3;
}

.articles_list_box:hover .btn{
background-color: #af7164;
}

.article_title{
font-size:25px;
color: #222222;
font-weight:600;
line-height:normal;
margin-bottom:20px;	
}

.share_wrapper{
margin-bottom:15px;	
margin-top:0px;
text-align:right !important;	
}

.share_wrapper *{
text-align:right !important;	
}


/***** contact *****/

.contact_intro_section{
background-color: #000000;
padding: 40px 0;
}

.contact_intro{
font-size:25px;
font-weight:400;
line-height:normal;
color: #ffffff;
position: relative;
display: inline-block;
padding: 0 50px
}

.contact_intro h2{
font-size:42px;
font-weight:600;
line-height:normal;
color: #ffdb00;
margin-bottom: 1px;
}

.contact_intro:after{
position: absolute;
right: 0px;
top: -22px;
content: "[";
color: #4d4d4d;
font-weight: 700;
font-size: 100px;
}

.contact_intro:before{
position: absolute;
left: 0px;
top: -22px;
content: "]";
color: #4d4d4d;
font-weight: 700;
font-size: 100px;
}

@media (max-width:550px){
.contact_intro{
font-size:20px;
padding: 0 50px
}

.contact_intro h2{
font-size:28px;
}

.contact_intro:after{
top: -22px;
font-size: 100px;
}

.contact_intro:before{
position: absolute;
top: -22px;
font-size: 100px;
}
}

.google-map {
margin: 0px 0 0 0;
}

.contact_section{
padding: 40px 0;
}

.footer_contact_body_title{
font-size: 26px;
font-weight: 300;
margin-bottom: 25px;
line-height: normal;
}

.footer_contact_body_title i {
display: inline-block;
padding-left: 10px;
font-size: 25px;
font-weight: 300;
color: #ffdb00;
padding-top: 8px;
vertical-align: top;
}

.footer_contact_body{
line-height:1.9;
vertical-align: top;
font-size: 16px;
}

.footer_contact_body i {
display: inline-block;
padding-left: 20px;
width: 25px;
font-size: 15px;
font-weight: 400;
color: #000000;
padding-top: 10px;
vertical-align: top;
}

.footer_contact_body i:first-child {
padding-right: 5px;
}

.footer_contact_body span{
display: inline-block;
width: 80%;
}

.social-icons li {
box-shadow: none;
margin: 0px 0px 0px 5px;
}

.social-icons li a {
background: #000000;
display: block;
color:#ffffff !important;
height: 32px;
line-height: 32px;
text-align: center;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 32px;
font-size:18px;
border-radius:100%;
}

.social-icons li:hover a {
color: #ffffff !important;
}

.social-icons li.social-icons-waze{
/*margin-right: 8px;*/
}

.social-icons li.social-icons-waze a{
background: none;
width: auto;
height: auto;
}

.social-icons li.social-icons-waze a img{
max-width: 40px;
height: auto;
margin-top: -5px;
}

.contact_guidelines{
font-size:18px;
font-weight:600;
margin-bottom:10px;
line-height:1.3;
color: #ffffff;
}

@media (max-width:550px){
.contact_guidelines{
font-size:15px;
font-weight:400;
}
}

.contact_form .form-group{
background-color:#ffffff;
border:1px solid #000000;	
margin-bottom:22px;	
padding:3px 0;
}

.contact_form  .form-group.form-group_textarea{	
margin-bottom:15px;	
}

.contact_form .form-group.transparent-form-group{
background-color:transparent !important;
border:none !important;
margin-bottom:5px;	
}

.contact_form .form-group_textarea.form-group label{
padding-bottom:10px;
}	

.form-horizontal .form-group {
margin-left: 0px;
margin-right: 0px;
}

.contact_form label:not(.error):not([for='middle_name']){
font-size:15px;
font-weight:400;
margin-bottom:0;
text-align:right;
padding-top:3px;
color:#000000;
position: relative;
}

.contact_form .form-group_textarea label:after{
display: none;
}

.form-horizontal .control-label {
padding-top: 2px;
text-align: right;
}

@media (max-width:768px){
.contact_form label{
font-weight:400;
font-size:14px;
}
}

.mandatory{
color:#ff4a51;
font-size:14px;
padding-top:3px;
padding-left:1px;	
}

.contact_form .form-control{
border-radius:0;
box-shadow:none;
font-size:14px;
height:auto;
padding:1px 5px;
background-color:transparent;
border:none;
color:#000000;
}

.contact_form .checkbox {
padding-top:3px !important;
padding-bottom:3px !important;
}

.contact_form .checkbox label {
color:#000000;
}

.contact_form .form-control, .cart_form .form-control{
background-color:transparent;
border:none;
border-radius:0;
box-shadow:none;
}

.radio label, .checkbox label {
padding-right: 3px;
}

.contact_form  .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
margin-right: 0px;
margin-left:0;
}

.custom_checkbox{
position:static !important;
margin-left:5px !important;	
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
outline: 2px solid #39b54a !important;
outline-offset: -2px !important;
}

.contact_form .radio-inline, .checkbox-inline {
padding-left:0;
padding-right: 30px;
}

.contact_form label.error{
color: #ef3a3a;
position:absolute;
left:2px;
bottom:-19px;
font-size: 12px;
line-height: 12px;
font-weight:400;
}

.contact_form .has-error .form-control{
border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}

#contactSuccess.alert {
background-color: #c3e021;
border-color: transparent;
border:none;
border-radius:0;
color: #000000;
font-size:22px;
line-height:1.4;
font-weight:400;
padding:15px;
}

/***** footer *****/

.whatsapp_btn{
position: fixed;
bottom: 5px;
left: 5px;
z-index: 100;
max-width: 60px;
}

.whatsapp_btn img{
max-width: 60px;
}

@media (max-width:992px){
.whatsapp_btn{
}

.whatsapp_btn img{
max-width: 45px;
}
}


@media (min-width:992px){
.footer_borderd_col{
border-left:1px solid #808080;	
}
}

#footer .list-unstyled li{
margin-bottom:5px;
line-height:normal;
}

#footer .list-unstyled.footer_catalog_list li{
display: inline-block;
width: 40%;
margin-left: 4%;
}

.newsletter_intro{
font-size:16px;
line-height:1.4;
margin-bottom:15px;
font-weight:400;	
}

.newsletterForm_wrapper{
background-color:#ffffff;
display:inline-block;
padding:0;	
}

#newsletterForm .form-group{
background-color:transparent;
padding:1px 10px 1px 6px;
}

#newsletterForm label{
float:right;
color:#000000;
padding-top:5px;
margin-bottom:0;
}

#newsletterForm input.form-control {
height: 26px;
padding: 1px 8px 1px 5px;
float:right;
background-color:transparent;
box-shadow:none;
border-radius:0;
border:none;
color:#000000;	
width:auto;
}

#newsletterForm button{
background-color: #ffdb00;
border: none;
border-radius: 0 !important;
color: #000000;
font-size: 16px;
margin-right: 1px;
padding: 5px 15px 5px 15px;
position:relative;
}

#newsletterForm button:hover, #newsletterForm button:focus{
background-color:#333333;
color: #ffffff;
}

@media (max-width:768px){
.newsletterForm_wrapper{
margin-bottom:20px;
display: block;
}
	
#newsletterForm .form-group{
display:block;
margin-bottom:0;
}

#newsletterForm button{
clear:right;
display:block;
margin-top:5px;
margin-right:0;
margin-bottom:0px;
width:100%;
text-align: left;
}
}

#newsletterAlert{
line-height:1.2;
position:absolute;
right:0px;
bottom:-17px;
font-size:12px;
}

@media (max-width:768px){
#newsletterAlert{
bottom:-30px;
}
}

.copyrights{
display:block;
margin-bottom:5px;
font-size:12px;
line-height:normal;
}

.credit{
display:block;
margin-bottom:0px;
font-size:12px;
line-height:normal;
}

iframe[name=google_conversion_frame] {
display: none !important;
}


html .scroll-to-top {
background: #ffdb00;
border-radius: 0;
bottom: 5px;
color: #000000;
display: block;
height: auto;
width: auto;
padding: 3px 8px 8px 8px;
right: 5px;
min-width: 10px;
font-weight: 400;
font-size: 20px;
vertical-align: middle;
}

html .scroll-to-top.visible {
opacity: 0.8;
}

html .scroll-to-top.visible:hover{
opacity: 1;
}

/***** responsive *****/

/*@media (min-width:992px){
.custom_row{
overflow:hidden;	
}

.custom_row > div{
margin-bottom: -99999px;
padding-bottom: 99999px;	
}
}*/

@media (max-width:992px){

.custom_row{	
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
/* optional */
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
/*-webkit-align-items: flex-start;
align-items: flex-start;*/
}

.custom_col_first{
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}

.custom_col_second{
-webkit-box-ordinal-group: 5;
-moz-box-ordinal-group: 5;
-ms-flex-order: 5;
-webkit-order: 5;
order: 5;
margin-top:20px;
}
}

/***** custom bootstrap *****/

@media (min-width:768px){
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}

.match-height{
overflow: hidden; 
}

.match-height > [class*="col-"]{
margin-bottom: -99999px;
padding-bottom: 99999px;
}

.match-height a > [class*="col-"]{
margin-bottom: -99999px;
padding-bottom: 99999px;
}

@media (min-width:992px){
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-height-block {
  display: inline-block !important;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}
}

.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .col-xlg-offset-right-12 {
    margin-right: 100%;
  }
  .col-xlg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-xlg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-xlg-offset-right-9 {
    margin-right: 75%;
  }
  .col-xlg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-xlg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-xlg-offset-right-6 {
    margin-right: 50%;
  }
  .col-xlg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-xlg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-xlg-offset-right-3 {
    margin-right: 25%;
  }
  .col-xlg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-xlg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-xlg-offset-right-0 {
    margin-right: 0;
  }
}


/***** accessibility *****/

.keyboard_focus{
border:none !important;	
}

body:focus{
border:none !important;	
}

.skip_to {
padding: 0px !important;
}

.skip_to:focus {
padding: 5px !important;
}

.accessibility_panel a{
color:#000000 !important;	
}

.open_accessibility_panel{
padding-right:10px !important;

}

.accessibility_panel{
width:auto !important;
max-width:350px !important;
}

.open_accessibility_panel.open_accessibility_panel-sm{
padding:3px 10px 2px 10px !important;	
}

.accessibility_panel.accessibility_panel-sm{
font-size: 15px !important;
padding: 5px !important;
top: 36px !important;
width: 230px !important;
}

#footer > .container > a{
opacity:0;	
}

.invertedColors .form-control{
border:1px solid #ff0  !important;	
}

.grayscaleColors .form-control{
border:1px solid #000 !important;		
}

.revolutionSlider_stop_button.tparrows_pause:before{	
font-family: FontAwesome;
content: "\f04c";
font-size:16px; 
color:#ffffff; 
line-height: 40px; 
text-align: center;
}

.revolutionSlider_resume_button.tparrows_resume:before{	
font-family: FontAwesome;
content: "\f04b";
font-size:16px; 
color:#ffffff; 
line-height: 40px; 
text-align: center;
}

.revolutionSlider_stop_button{
left:0 !important;
right:auto !important;
top:50% !important;	
}

.revolutionSlider_stop_button.tparrows_pause, .revolutionSlider_resume_button.tparrows_resume{
left:0 !important;
right:auto !important;
top:25% !important;
background: #142846 none repeat scroll 0 0 !important;	
cursor: pointer !important;	
height: 40px !important;	
position: absolute !important;	
width: 40px !important;	
z-index: 1000 !important;	
border-radius:0 !important;	
}

@media (max-width:992px){
.revolutionSlider_stop_button.tparrows_pause, .revolutionSlider_resume_button.tparrows_resume{
top:50% !important;
height: 40px !important;		
width: 40px !important;	
}	
.revolutionSlider_stop_button.tparrows_pause:before{
font-size:14px;  
line-height: 40px; 
}
.revolutionSlider_resume_button.tparrows_resume:before{	
font-size:14px; 
line-height: 40px; 
}
}

body.grayscaleColors .rev_slider *, body.invertedColors .rev_slider *{
background-color:transparent !important;	
}

/*body.invertedColors .rev_slider .tp-caption img, body.grayscaleColors .rev_slider .tp-caption img{
display:none !important;
}*/

.homepage_footer > a, #footer > a{
padding:0 5px;	
opacity:0;
}

.owl-carousel .owl-prev:focus, .owl-carousel .owl-next:focus {
color: #ffffff !important;
}