@font-face {
    font-family: 'Proxima-Nova';
    src: url('font/ProximaNovaA-Regular.eot');
    src: url('font/ProximaNovaA-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/ProximaNovaA-Regular.woff2') format('woff2'),
        url('font/ProximaNovaA-Regular.woff') format('woff'),
        url('font/ProximaNovaA-Regular.ttf') format('truetype'),
        url('font/ProximaNovaA-Regular.svg#ProximaNovaA-Regular') format('svg');
    font-style: normal;
    font-weight: 400;

}

@font-face {
    font-family: 'Proxima-Nova-Semibold';
    src: url('font/ProximaNova-Semibold.eot');
    src: url('font/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('font/ProximaNova-Semibold.woff2') format('woff2'),
        url('font/ProximaNova-Semibold.woff') format('woff'),
        url('font/ProximaNova-Semibold.ttf') format('truetype'),
        url('font/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Proxima-Nova-Thin';
    src: url('font/ProximaNova-Thin.eot');
    src: url('font/ProximaNova-Thin.eot?#iefix') format('embedded-opentype'),
        url('font/ProximaNova-Thin.woff2') format('woff2'),
        url('font/ProximaNova-Thin.woff') format('woff'),
        url('font/ProximaNova-Thin.ttf') format('truetype'),
        url('font/ProximaNova-Thin.svg#ProximaNova-Thin') format('svg');
    font-style: normal;
    font-weight: 300;

}
body {
	 font-family: 'Proxima-Nova-Thin';
	font-weight: 300;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: 'Oswald', sans-serif;
	font-weight: 600
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

a {
	color: #f01617;
}
a:hover {
	text-decoration: none;
	color:#333;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
    color: #f0f1f3;
    background-color: #444;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */

/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
header{
	font-family: 'Proxima-Nova-Semibold';
	font-weight: 600;	
	padding: .5em 0;
    position: relative;
    background: #fff;
	z-index: 2;
}
.navbar-default{
	background-color: transparent;
    border-color: transparent;
    border: 0;
	margin-bottom: 0;
}
.main-menu, .account-menu{
	list-style: none;
  	text-align: right;
  	margin-bottom: 0; 
  	padding: 0;
  	color: #fff;
  	float: right;
}
.main-menu > li, .account-menu > li{
	display: inline-block;
  	vertical-align: top;
  	position: relative;
}
.main-menu a,.account-menu a{
	display: table;
  	padding: 1em .5em;
  	color: #333333;
}
.main-menu a:focus,.account-menu a:focus{
    text-decoration:none;
}
.main-menu .sub-menu{
	display: none;
}
.main-menu li:hover>.sub-menu{
	display: block;
	position: absolute;
}
.main-menu a:hover, .main-menu .active a{
    color:#f01617;
}
.account-menu{
	display: inline-block;
	float: right;
}
.header-contact{
	text-align: right;
}
.header-contact a{
	color:#f01617;
}
.header-contact a:hover{
    color: #333333;
}
.header-menu img{
	    height: 1.5em;
}
.header-menu .icon-list > a{
 padding: 1em 0;
}
.dropdown.icon-list{
    margin-left: 1em;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding-top: 30px;
	background-color: #252525;
	color: #f0f1f3;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #f01516;
}
footer a {
	color: #f0f1f3;
}
footer a:hover {
	color: #f0f1f3;
}
footer h5 {
	color: #f0f1f3;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin-bottom: 0;
    padding: 0;
    background: transparent;
    border: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 1em 0;

}

.pagination .active > span,.pagination a{
	background-color: transparent !important;
	padding: 0 .5em !important;
    border: 0 !important;
    border-right: 1.5px solid #333 !important;
    line-height:.8 !important;
    font-weight:700;
    font-size:1.1em;
}
.pagination a{
    color: #333 !important;
}

.pagination .active  > span, .pagination a:hover{
    color: #f01516 !important;
}
.pagination li:last-child > *{
      border: 0 !important;
}

.pagination .active > span:hover,
.pagination a:hover{
	color: #f01516;
}
.pagination li:first-child>*,
.pagination li:last-child>*{
	border:0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (min-width: 768px){
    .navbar-header {
        position: relative;
        z-index:100;
    }
}
@media (min-width: 991px){
    
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/*Visual composer overide class with boostrap*/
.vc_row.container{
	margin-right: auto;
	margin-left: auto;
}
.content-banner{
	height: 25em;
	z-index: 1;
}
.vc_parallax {
    padding-top: 5%;
    padding-bottom: 5%;
}
.content-image img{
	width: 100%;
}
.img-col{

}
.m-top-1{
	margin-top: 1em;
}
.m-bot-1{
	margin-bottom: 1em;
}
.modal {/*fix for modal overide by jcompser*/
    top: 0 !important;
    left: 0!important;
    margin-left: 0 !important;
}

.img-hover{
  position: relative;
}
.img-hover-item{
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  z-index: 1;
   display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between; /* Safari 6.1+ */
  -webkit-align-items: center; /* Safari 7.0+ */
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-hover-item > div> *{
	background: transparent;
	padding:0;
	margin: 0 .5em;
	border: 0px;
	float: left;
	transition: all .5s;
}
.img-hover-item > div> *:hover,
.img-hover-item > div> *:focus{
	border: 0;
	outline: none;
	box-shadow: 0 30px 65px rgba(0,0,0,0.15);
    transform: translateY(-5px);

}
.hover-icon{
	height: 3em;
	width: 3em;
}
.img-hover:hover .img-hover-item
{
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.7);

}
.trans{
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.col-center{
	float: none !important;
	margin-left: auto;
	margin-right: auto;
}

.vc_custom_heading>*{
    font-family: 'Oswald', sans-serif !important;
	font-weight: 600 !important;
}
.home-slider .slick-next{

}
.home-slider .slick-next{

}


.banner-icon-arrow{
	height: 20%;
	max-width: 30%;
	margin: auto;
}
.banner-prev{
	background: rgba(240,22,23,.8);
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	width: 49%;
	opacity: 0;
	z-index: 2;
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
    cursor:pointer;
}
.banner-next{
    cursor:pointer;
	background: rgba(240,22,23,.8);
	position: absolute;
	right: 0;
	top:0;
	bottom: 0;
	width: 49%;
	opacity: 0;
	z-index: 2;
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}
.banner-prev:hover{
	opacity: 1;
}
.banner-next:hover{
	opacity: 1;
}
.banner-slider-nav .slick-slide>img{
	height: 12em;
	object-fit: cover;
	object-position: center;
	max-width: 100%;
	overflow:hidden;
}
.banner-row{
	margin: 0 -.5em;
}
.banner-slider-nav{
	width: 125%;
    position: relative;
    z-index: 1;
    margin-top: 2em;
}

.banner-col{
	padding: 0 .5em;
}
.banner-slider .slick-slide>img{
	height: 30em;
	object-fit: cover;
	object-position: center;
	overflow:hidden;
}
.banner-content a{
    display: inline-block;
    padding: .5em 1.5em;
    background: #ffff;
    border: 1px solid #f01617;
    color: #f01617;
    font-weight: 700;
    margin-top: 1em;
    -webkit-transition: all .25s;
  	-moz-transition: all .25s;
  	-o-transition: all .25s;
  	transition: all .25s;
}
.banner-content a:hover{
    color: #fff;
    background: #f01617;
}
.product-item-bg{
	background: #fff;
	padding: 1em;
    text-align: center;
}
.product-item-img{
	height: 10em;
	overflow: hidden;
	max-width: 100%;
	margin: auto;
	object-fit: contain;
	object-position: center;
}
.featured-item-img{
	height: 15em;
}
.featured-prev{
	background: rgba(255, 255, 255,.8);
	position: absolute;
	left: 0;
	top:0;
	bottom: 0;
	width: 19%;
	opacity: 0;
	z-index: 2;
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}
.featured-next{
	background: rgba(255, 255, 255,.8);
	position: absolute;
	right: 0;
	top:0;
	bottom: 0;
	width: 19%;
	opacity: 0;
	z-index: 2;
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}
.featured-icon-arrow{
		height: 20%;
	max-width: 30%;
	margin: auto;
}
.slick-slide:focus{outline: none;}
/*.slick-current .product-item-bg{border: 1px solid #f01617;}*/
.featured-prev:hover{opacity: 1;}
.featured-next:hover{opacity: 1;}
.button-link.wpb_button{
	display: table;
    margin: 2em auto !important;
    padding: .5em 1.5em;
    background:#f01617;
    color: #fff;
    font-weight: 700;
    border: 1px solid #f01617 !important;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.button-link.wpb_button:hover{
 	background: #ffff;
    color: #f01617;
}

.float-img img{
    position: absolute;
    width: 40%;
    top: -20%;
    right: 0;
        -webkit-box-shadow: 1px 2px 17px 3px rgba(0,0,0,0.72);
    box-shadow: 1px 2px 17px 3px rgba(0,0,0,0.72);
}
.welcome-img-col{
    margin-top: -10em;
}
.content-img img{
    width: 90%;
}
.img-container{
    overflow: visible !important;
}
.side-menu{
    margin-top: 1em;
    padding-left: 0;
    list-style: none;
}
.side-menu a{
	color: #333;
    padding: .3em 0;
    display: block;
    font-weight: 600;

}
.side-menu a:hover ,.side-menu  li.active a{
	color: #f01617;
}
.project-filter{
	list-style: none;
    padding-left: 0;
    text-align: right;
}
.project-filter li{
	display: inline-block;
	position: relative;
}
.project-filter a{
	color: #929292;
	font-weight: 700;
	padding: .5em 1em;
}
.project-filter li.active a,
.project-filter a:hover{
	color: #333;
	text-decoration: none;
}
.project-filter li.active > span{
	background: #f01617;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: .3em;
    bottom: auto;
    height: 50%;
    width: .5em;
}
.content-bg{
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 5em 0;
}
h1, .content-header > *, .heading{
	position: relative;
	padding-bottom: .4em;
    margin-bottom: .7em;
}
h1::after , .content-header > *::after,.heading::after{
	content: "";
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 1em;
}
.header-center, .header-center.content-header > *{
    text-align: center;
}
.header-center::after , .header-center.content-header > *::after{
	right: 0;
	margin: auto;
}
.btn-primary{
	display: inline-block;

    background:#f01617;
    color: #fff;
    font-weight: 400;
    border: 1px solid #f01617 !important;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.btn-primary:hover, .btn-primary:focus{
 	background: #ffff;
    color: #f01617;
    /*font-weight:700;*/
}
.btn-default{
	display: inline-block;
    background:#767676;
    color: #fff;
    font-weight: 400;
    border: 1px solid #767676 !important;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.btn-default:hover,.btn-default:focus{
 	background: #ffff;
    color: #767676;
    /*font-weight:700;*/
}
footer .wpb_content_element h5{
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
}
footer .wpb_content_element h5::after{
	content: "";
    background: #f01617;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 2em;
}
footer .wpb_content_element{
    margin: 0;
}
.btn{
	border-radius: 0px;
	padding: 1em 2em;
}
.table thead td{
	border-bottom: .5em solid #f01617;
	font-weight: 700;
}
.cat-menu{
  background-color: #fff;
  padding: 1em;
  padding-top: 0;
  display:block;
  height:auto;
}
.left-menu > #column-left{
	width: 100%;
  padding: 0;
  background-color: #fff;
}
.accordion-menu{
  list-style: none;
  padding: .5em;
  position: relative;
  padding-top: 1em;
 }
.accordion-menu ul{
  list-style: none;
  position: relative;
}
.accordion-menu > li > ul{
  padding-left: 1.5em;
}
.accordion-menu >li > ul ul{
  padding-left: .5em;
}
.accordion-menu a{
  color:#505050; 
  display: block;
  padding: .25rem 0;
  overflow:hidden;
}
.accordion-menu a:hover,
.accordion-menu a:focus{
  text-decoration: none;
  color:#505050; 
  font-weight: 700;
}

.accordion-menu li{
  padding-right: 1.3em;
  position: relative;
}
.accordion-menu > li.active{
  border-left: 6px solid #f01617;
  padding-left: calc( 1.5em - 6px );
  margin-left: -1.5em;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.accordion-menu li.active > a {
  font-weight: 700;
}
.accordion-arrow{
  position: absolute;
  right: 0;
  top:.3em;
  float: right;
  background-color: transparent;
  border: 0;
  background-image: url(../image/accordion-arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center;
  color: transparent;
  height: 1.1em;
  width: 1.1em;

  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  z-index:1;
}

.accordion-arrow[aria-expanded="false"]{
  -webkit-transform: rotate(0deg);
  -moz-transform:    rotate(0deg);
  -ms-transform:     rotate(0deg);
  -o-transform:      rotate(0deg);
  transform:         rotate(0deg);
}
.accordion-arrow[aria-expanded="true"]{ 

  -webkit-transform: rotate(-90deg);
  -moz-transform:    rotate(-90deg);
  -ms-transform:     rotate(-90deg);
  -o-transform:      rotate(-90deg);
  transform:         rotate(-90deg);
}

.accordion-arrow:focus{
  outline: none;
}
.accordion-arrow:hover{
  height: calc( 1.1em + 2px );
}
.category-filter{
  background-color:  #444;
  padding: .5em;
  display: table;
  width: 100%;
  padding: 8%;
}
.category-filter > h3{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    color: #f0f1f3;
}
.cat-btn{
     background: #444;
    border: 0px;
    font-weight: 600;
    padding: .5em 1em;
    color: #f0f1f3;
}
.cat-btn[aria-expanded="true"]{
   
    background: #212121;
    color: #fff;
}
.cat-btn:focus{
     outline:none;
}

.product-col{
    padding-bottom: 1em;
    padding-top: 1em;
}
table td,
table td a{
    color: #333;      
}
.content-panel{
    background-color:#e5e5e5;
    padding:2em;
    width:100%;
    display:table;
}
.m-top-2{
    margin-top:2.5em;
}
.m-bot-2{
    margin-bottom:2.5em;
}
@media only screen and (max-width : 980px) {

    .cat-menu{
        position:absolute;
        z-index:4;
        display: block;     /* undo display:none          */
        height: 0;          /* height:0 is also invisible */ 
        overflow-y: hidden;
        padding: 0;
    }

    .cat-menu.in{
    height: auto;       /* let the content decide it  */
   }
   .accordion-menu{
       padding:1.3em;
   }
    .product-list,.product-list {
        width: 100%;
    }
    .category-filter.hidden-xs{
        display:none;
    }
    .cat-btn.hidden-lg.hidden-md.hidden-sm{
        display:block !important;   
    }

    header{
        padding:1em;
    }
    .navbar-toggle{
        top: 1em;
    }
    .navbar-collapse{
        position: absolute;
        left: 0px;
        right: 0px;
        z-index: 2;
        background: #fff;
    }
}
.zopim{
    margin-right: 20px !important;
}
.content-indent .wpb_wrapper{
    padding-left:.5em;
    
}
.content-indent h1, .content-indent .content-header > *, .content-indent .heading{
    margin-left:-.5em;
}
#rc-imageselect, .g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:50%;
    -webkit-transform-origin:50%;
}
@media (max-width: 767px) {
   .welcome-img-col{
            margin-top: 3em;
    }
    .content-indent .wpb_wrapper{
        padding-left:0;
    
    }
    
    .main-menu, .account-menu {
        width: 100%;
        text-align: center;
    }
    .main-menu > li,.main-menu a{
        display:block;
        
    }
    .header-contact{
        text-align:center;
        padding-top: 1em;
    }
    .content-indent h1, .content-indent .content-header > *, .content-indent .heading{
        margin-left: 0;
    }
    .welcome-img-col{
        margin-top: 25%;
    }
    #rc-imageselect, .g-recaptcha {
            transform-origin:0 50%;
    -webkit-transform-origin:0 50%;
    }
    .form-button .btn-primary{
        display:table;
        margin-left:auto;
        margin-right: auto;
    }
    
}
@media (max-width: 500px) {
    .slider-content{
        top:0;
    }
    .home-slider .slick-slide img,.home-slider .slick-video video{
            height: 60vh;
        object-fit: cover;
        object-position: center;
    }
    
}

.price{
    font-weight: 700;
    color: #f01617;
}
.form-control {
    padding: 1em;
    height: auto;
}
.btn-danger{
    background: #f01617;
}

