/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font: 400 16px/1.4 'Lato', sans-serif;
	color: #637282;
}
/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #0081c1;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #45a3d1;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0 0 20px;
	color: #1b2733;
	line-height: 1.2;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

.font-light {
	font-weight: 300;
}

p {
	margin: 0 0 20px;
}

article p {
	line-height: 1.6;
}

article img {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul,
ol {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.line-through {
	text-decoration: line-through;
}

.red {
	color: #ff0000;
}

a.underline {
	display: inline-block;
	font-size: 14px;
	color: #0081c1;
}

a.underline::after {
	content: '';
	display: block;
	background: #0081c1;
	width: 24px;
	height: 1px;
	margin: 5px 0 0 0;
	transition: all 0.3s ease 0s;
}

a.underline:hover::after {
	width: 100%;
}

.overflow {
	overflow: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.social {
	font-size: 0;
	margin-top: 25px;
}

.social span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 2px 5px 0 0;
}

.social a {
	display: inline-block;
	vertical-align: top;
	background: url("/img/icons.png") no-repeat scroll 0 0 transparent;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	transition: none;
}

.social a.twitter {
	background-position: -31px -251px;
}

.social a.twitter:hover {
	background-position: -31px -270px;
}

.social a.linkedin {
	background-position: -55px -251px;
}

.social a.linkedin:hover {
	background-position: -55px -270px;
}

.share-wrap {
	text-align: center;
	font-size: 0;
	margin: 35px 0 0;
}

.share-wrap span,
.share-wrap a {
	font-size: 13px;
	color: #8c8d8d;
	display: inline-block;
	vertical-align: top;
}

.share-wrap span {
	margin: 5px 10px 0 0;
	letter-spacing: 1px;
}

.share-wrap a {
	background: url("/img/icons.png") no-repeat scroll 0 0 transparent;
	width: 26px;
	height: 26px;
	margin-left: 4px;
}

.share-wrap a.facebook {
	background-position: -11px -300px;
}

.share-wrap a.twitter {
	background-position: -41px -300px;
}

.share-wrap a.google {
	background-position: -71px -300px;
}

.share-wrap a.pinterest {
	background-position: -101px -300px;
}

.share-wrap a.email {
	background-position: -131px -300px;
}

.btn-chat {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 50px;
    height: 125px;
    width: 125px;
    cursor: pointer;
    z-index: 99999;
    border: 0px solid #000000;
}

.btn-blue {
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	letter-spacing: 2px;
	background: #0081c1;
	border: 1px solid #0081c1;
	padding: 11px 30px 11px;
	display: inline-block;
	vertical-align: top;
}

.btn-blue:hover {
	color: #fff;
	background: #45a3d1;
}

.btn-blue.small {
	max-width: 120px;
}

.btn-blue.btn-home {
	margin-top: 30px;
}

.btn-blue.btn-home::before {
	content: '';
	background: url("/img/icons.png") no-repeat scroll -12px -197px transparent;;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
	margin: -2px 5px 0 0;
}

.btn-blue.inactive {
	background: #dddddd;
	color: #aaaaaa;
	border-color: #f6f6f6;
}

.btn-blue.inactive:hover,
.btn-white:hover {
	background: #0081c1;
	color: #fff;
	border-color: #0081c1;
}

.btn-blue.active {
	color: #fff;
	background: #000d56;
}

.btn-white {
	background: #fff;
	color: #0081c1;
	border: 1px solid #0081c1;
}

.btn-grey {
	color: #637282;
	border: 1px solid #e9e9e9;
	background: #fff;
}

.btn-grey:hover {
	color: #fff;
	background: #637282;
}

.btn-blue-dark {
	background: #000d56;
	border-color: #000d56;
}

.btn-blue-dark:hover {
	background: #172365;
}

.btn-pdf {
	font-size: 13px;
	line-height: 30px;
}

.btn-pdf::before {
	content: '';
	background: url("/img/icons.png") no-repeat scroll -133px -134px transparent;;
	width: 26px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 0 0;
}

.btn-print,
.btn-email {
	font-size: 13px;
	margin-right: 15px;
}

.btn-print::before,
.btn-email::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url("/img/icons.png") no-repeat scroll -83px -223px transparent;
	width: 20px;
	height: 18px;
}

.btn-print::before {
	background-position: -83px -223px;
	width: 20px;
	height: 18px;
	margin: 3px 5px 0 0;
}

.btn-email::before {
	background-position: -110px -223px;
	margin: 2px 5px 0 0;
}

.btn-add-more {
	font-size: 13px;
	display: block;
}

.btn-add-more::after {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url("/img/icons.png") no-repeat scroll -139px -226px transparent;
	width: 14px;
	height: 14px;
	margin: 3px 0 0 8px;
}

.btn-add-more:hover::after {
	background-position: -158px -226px;
}

.btn-orders-process,
.btn-orders-complete,
.btn-orders-pending {
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.btn-orders-process::before,
.btn-orders-complete::before,
.btn-orders-pending::before,
.btn-add-to-cart::before,
.btn-share::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background: url("/img/icons.png") no-repeat scroll 0 0 transparent;
	margin: 1px 3px 0 0;
}

.btn-orders-process::before {
	background-position: -11px -222px;
}

.btn-orders-complete::before {
	background-position: -38px -223px;
}

.btn-orders-pending::before {
	background-position: -62px -223px;
	width: 16px;
}

.btn-add-to-cart {
	line-height: 16px;
	padding: 10px 15px 9px;
}

.btn-add-to-cart::before {
	background-position: -38px -171px;
	height: 13px;
	margin-right: 8px;
}

.btn-share {
	line-height: 14px;
}

.btn-share::before {
	height: 14px;
	background-position: -13px -272px;
}

.btn-share:hover::before {
	background-position: -13px -253px;
}

.breadcrumbs-wrap {
	margin: 20px 0 10px;
}

.breadcrumbs-wrap .btn-back {
	display: block;
	text-align: right;
	font-size: 14px;
}

.breadcrumbs-wrap .btn-back::before {
	content: '';
	background: url("/img/icons.png") no-repeat scroll -36px -8px transparent;
	width: 7px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
	margin: 4px 5px 0 0;
}

.breadcrumbs-wrap .btn-back:hover::before {
	background-position: -50px -8px;
}

.breadcrumbs-wrap .breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.breadcrumbs-wrap .breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.breadcrumbs-wrap .breadcrumbs li a {
	color: #637282;
}

.breadcrumbs-wrap .breadcrumbs li a::after {
	content: '/';
	margin: 0 5px;
}

.breadcrumbs-wrap .breadcrumbs li a:hover,
.breadcrumbs-wrap .breadcrumbs li span {
	color: #1b2733;
}

.max-width {
	max-width: 420px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.wrapper.narrow {
	max-width: 940px;
}

.wrapper.narrow-2 {
	max-width: 750px;
}

.header {
	background: #fff;
	padding: 20px 0 0;
	position: relative;
}

.header .top .float-left a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.header .top ul li {
	margin: 0 12px;
}

.header .top ul li a {
	font-size: 11px;
	color: #000d56;
}

.header .top .btn-cart > a::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 19px;
	height: 16px;
	background: url("/img/icons.png") no-repeat scroll -38px -196px transparent;
	margin: 0 4px 0 0;
}

.header .top .btn-cart > a span {
	display: inline-block;
	vertical-align: top;
	width: 19px;
	height: 19px;
	background: #00549a;
	border-radius: 50%;
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding: 2px 0 0;
	margin: -1px 0 0 5px;
	transition: all 0.3s ease 0s;
}

.header .top .btn-cart {
	margin: -6px 0 0;
}

.header .top .btn-cart > a {
	padding: 10px 13px 8px 15px;
	display: inline-block;
	vertical-align: top;
}

.header .top .btn-cart > a:hover,
.header .top .btn-cart > a.active {
	background: #000d56;
	color: #c0ccdd;
}

.header .top .btn-cart > a:hover::before,
.header .top .btn-cart > a.active::before {
	background-position: -131px -173px;
}

.header .top .btn-cart > a:hover span,
.header .top .btn-cart > a.active span {
	background: #c0ccdd;
	color: #000d56;
}

.header .top .cart-form {
	width: 420px;
}

.header .top .btn-login span::after,
.header .nav .menu .has-submenu > a::after {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url("/img/icons.png") no-repeat scroll -64px -23px transparent;
	width: 12px;
	height: 7px;
	margin: 9px 0 0 3px;
}

.header .nav .menu .has-submenu > a::after {
	margin: 7px 0 0 10px;
}

.header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.header ul li a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.header .nav {
	margin: 5px 0 0;
}

.header .nav a {
	padding: 15px 25px;
	display: block;
	color: #000d56;
}

.header .nav .menu {
	font-size: 0;
}

.header .nav .menu > li:hover > a,
.header .nav .menu > li.active > a {
	background: #000d56;
	color: #c2cedf;
}

.header .nav .menu .has-submenu:hover > a::after {
	background-position: -48px -28px;
}

.header .nav .submenu {
	position: absolute;
	left: 0;
	top: 51px;
	width: 320px;
	display: none;
	z-index: 99;
}

.header .nav .menu .has-submenu:hover .submenu {
	display: block;
}

.header .nav .submenu a {
	background: #000d56;
	color: #c2cedf;
}

.header .nav .submenu li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #003968;
}

.header .nav .submenu li:last-child {
	border-bottom: 0;
}

.header .nav .submenu a:hover {
	background: #0081c1;
	color: #ffffff;
}

.header .nav .btn-search {
	float: right;
}

.header .nav .btn-search a {
	background: #000d56;
	color: #fff;
	padding: 7px 30px;
	margin: 8px 10px 0 0;
	position: relative;
}

.header .nav .btn-search a.active {
	padding-top: 14px;
	margin-top: 1px;
	color: #c2cedf;
}

.header .nav .btn-search a::before {
	content: '';
	width: 100%;
	height: 8px;
	background: #000d56;
	position: absolute;
	left: 0;
	bottom: -8px;
	display: none;
}

.header .nav .btn-search a.active::before {
	display: block;
}

.header .nav .btn-search a::after {
	content: '';
	background: url("/img/icons.png") no-repeat scroll -12px -169px transparent;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 8px;
}

.header .nav .btn-search a:hover::after {
	background-position: -160px -169px;
}

.header .nav .btn-search a.active::after {
	background-position: -113px -199px;
}

.header .search-form-wrap {
	background: #000d56;
	width: 100%;
	padding: 60px 0;
	display: none;
	position: absolute;
	left: 0;
	z-index: 99;
}

.header .search-form-wrap .wrapper {
	max-width: 950px;
}

.logo {

}

.header-wrap {
	height: 280px;
	width: 100%;
	background: none no-repeat scroll center center transparent;
	background-size: cover;
	padding: 105px 0 0 0;
}

.header-wrap h1.title {
	text-align: center;
	margin: 0;
	color: #fff;
}

.header-wrap-slider {
	height: 420px;
	padding: 0;
}

.header-wrap-slider .slider {
	height: 100%;
}

.header-wrap-slider .slider-nav {
	position: relative;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

.header-wrap-slider .slide {
	background: none no-repeat scroll center center transparent;
	background-size: cover;
	text-align: left;
}

.header-wrap-slider .slick-list,
.header-wrap-slider .slick-track,
.header-wrap-slider .slide {
	height: 100%;
}

.header-wrap-slider .wrapper {
	padding-top: 70px;
	overflow: hidden;
}

.header-wrap-slider .content {
	float: left;
	width: 65%;
}

.header-wrap-slider .content h1,
.header-wrap-slider .content h2,
.header-wrap-slider .content h3,
.header-wrap-slider .content p {
	color: #ffffff;
}

.header-wrap-slider .content h1 {
	margin: 0 0 10px;
	text-transform: uppercase;
}

.header-wrap-slider .content h2 {
	margin: 0 0 15px;
}

.header-wrap-slider .content h3 {
	margin: 0;
}

.header-wrap-slider .content p {
	margin: 0 0 40px;
}

.header-wrap-slider img {
	float: right;
	width: auto;
	max-width: 30%;
}

.main-container.bgr-dark {
	background: #f6f6f6;
}

.main-container.min-height {
	min-height: 600px;
}

.main-container > .wrapper {
	padding: 50px 0;
}

.main-container.has-background {
	background: none no-repeat scroll right 60px transparent;
	background-size: 38%;
}

.main-container.has-sidebar > .wrapper {
	overflow: hidden;
}

.main-container.has-sidebar main > h2.title {
	margin: 0 0 10px;
}

.main-container > .wrapper.no-bottom-padding {
	padding-bottom: 0;
}

.main-container > .wrapper.no-top-padding {
	padding-top: 0;
}

.main-container > .wrapper.half-top-padding {
	padding-top: 20px;
}

.main-container.has-top-border {
	border-top: 1px solid #b7b7b7;
}

.main-container main {
	width: 75%;
	float: right;
	border-left: 1px solid #e9e9e9;
	padding-left: 40px;
}

.main-container main.fullwidth {
	width: 100%;
	float: none;
	border-left: 0;
	padding-left: 0;
}

.main-container.has-right-sidebar main {
	float: left;
	width: 65%;
	padding: 0;
	border: 1px solid #e9e9e9;
}

.main-container.has-right-sidebar main.accordion {
	border: 0;
}

.main-container.has-right-sidebar main h3.title {
	font-size: 18px;
	background: #f6f6f6;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 20px;
	margin: 0;
	transition: all 0.3s ease 0s;
}

.main-container.has-right-sidebar main .content {
	padding: 15px 20px 0;
}

.main-container.has-left-sidebar main {
	padding-left: 0;
	width: 74%;
	border-left: 0;
}

.sidebar {
	width: 15%;
	float: left;
    margin-right: 25px;
}

.sidebar .widget {
	margin: 0 0 20px;
}

.sidebar .widget > h3.title {
	font-size: 16px;
	color: #637282;
	margin: 0 0 8px;
}

.sidebar .widget .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar .widget .menu a {
	font-size: 16px;
	font-weight: 700;
	color: #637282;
	display: block;
	margin: 0 0 10px;
}

.sidebar .widget .menu a:hover,
.sidebar .widget .menu .current-menu-item a {
	color: #1b2733;
}

.sidebar .widget.category {
	border: 1px solid #d9d9d9;
	padding: 15px 20px;
	overflow-y: auto;
	max-height: 400px;
}

.sidebar .widget.category ul,
.columns .col.category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar .widget.category > h3.title {
	margin: 0;
	cursor: pointer;
}

.sidebar .widget.category ul {
	margin-top: 8px;
}

.sidebar .widget.category ul li a,
.columns .col.category ul li a {
	font-size: 13px;
	color: #637282;
	display: block;
	margin: 0 0 2px;
	line-height: 18px;
}

.columns .col.category ul li a {
	margin: 0 0 10px
}

.sidebar .widget.category ul li.parent > a,
.columns .col.category ul li.parent > a {
	overflow: hidden;
}

.sidebar .widget.category ul li.parent > a::after,
.columns .col.category ul li.parent > a::after {
	content: '';
	float: right;
	width: 11px;
	height: 11px;
	background: url("/img/icons.png") no-repeat scroll -36px -26px transparent;
	margin-top: 4px;
}

.columns .col.category ul li.parent > a::after {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin-left: 8px;
}

.sidebar .widget.category ul li.parent > a.active,
.columns .col.category ul li.parent > a.active {
	color: #1b2733;
}

.sidebar .widget.category ul li.parent > a.active::after,
.columns .col.category ul li.parent > a.active::after {
	background-position: -64px -5px;
}

.sidebar .widget.category ul li .submenu,
.columns .col.category ul li .submenu {
	margin: 3px 0 15px 12px;
	display: none;
}

.sidebar .widget.category-manufacturer {
	position: relative;
	max-height: 100%;
	overflow: hidden;
	padding: 15px 0 15px 20px;
}

.sidebar .widget.category-manufacturer ul {
	padding-left: 0px;
	height: 530px;
	overflow-y: auto;
}

.sidebar .widget.category-manufacturer ul li.parent {
	font-weight: 700;
	margin: 10px 0 5px;
}

.sidebar .widget.category-manufacturer ul li.parent.first {
	margin-top: 0;
}

.sidebar .widget.category-manufacturer .sort-list {
	position: absolute;
	left: 15px;
	top: 45px;
	width: 18px;
}

.sidebar .widget.category-manufacturer .sort-list span {
	display: block;
	width: 18px;
	height: 18px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	margin: 2px 0;
	cursor: pointer;
	border-radius: 2px;
	transition: all 0.3s ease 0s;
}

.sidebar .widget.category-manufacturer .sort-list span:hover,
.sidebar .widget.category-manufacturer .sort-list span.active {
	background: #0081c1;
	color: #fff;
}

.sidebar .widget .btn-blue {
	font-size: 14px;
	width: 100%;
}

.main-container.has-right-sidebar .sidebar {
	float: right;
	border: 1px solid #e9e9e9;
	width: 32%;
	padding: 20px;
}

.main-container.has-left-sidebar .sidebar {
	padding-right: 0;
	width: 23%;
}

.footer {
	background: #000d56;
	padding: 45px 0;
}

.footer .float-left {
	width: 68%;
	font-size: 0;
}

.footer .float-left .logos,
.footer .float-left .footer-form-wrap {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.footer .float-left .logos img {
	margin-right: 10px;
}

.footer p {
	font-size: 11px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 5px;
}

.footer a {
	color: #fff;
}

.footer .float-left .footer-form-wrap p,
.footer .float-left .verified p {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 10px;
}

.footer .float-left .footer-form-wrap form {
	font-size: 0;
}

.footer .float-left .footer-form-wrap .input {
	font-size: 13px;
	color: #637282;
	background: #fff;
	border: 0;
	outline: 0;
	padding: 9px 20px;
	display: inline-block;
	vertical-align: top;
	height: 35px;
	width: 72%;
}

.footer .float-left .footer-form-wrap .submit {
	background: #0081c1;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	border: 0;
	outline: 0;
	color: #fff;
	letter-spacing: 2px;
	line-height: 37px;
	height: 35px;
	width: 28%;
	transition: all 0.3s ease 0s;
}

.footer .float-left .footer-form-wrap .submit:hover {
	background: #45a3d1;
}

.footer .float-left .verified {
	margin: 20px 0 0;
}

.footer .float-left .verified img {
	vertical-align: middle;
	margin-right: 15px;
}

.footer .copyright {
	margin: 15px 0 0;
}

.footer .copyright .separator {
	padding: 0 3px;
}

.footer .float-right {
	width: 25%;
}

.footer ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer ul.menu a {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin: 0 0 8px;
}

.footer a:hover,
.footer ul.menu a:hover {
	color: #0081c1;
}

.columns {
	font-size: 0;
	width: 100%;
}

.columns .col {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 20px;
	font-size: 16px;
	position: relative;
}

.columns .col .img-wrap {
	position: relative;
}

.columns .col .img-wrap .btn-blue {
	position: absolute;
	left: 15px;
	top: 15px;
    opacity: 0.9;
    filter: Alpha(opacity=90); /* IE8 and earlier */
}

.columns .col .img-wrap .btn-blue,
.title-wrap .btn-blue {
	font-size: 10px;
	padding: 8px 22px 7px;
}

.columns .col .content {
	padding: 20px 25px 40px;
}

.columns .col .content h3.title {
	margin: 0 0 12px;
}

.columns .col .content p {
	font-size: 14px;
}

.columns .col .content a.underline {
	position: absolute;
	bottom: 20px;
	left: 25px;
}

.columns-2 {
	margin-left: -1%;
	margin-right: -1%;
}

.columns-2 .col {
	width: 48%;
	margin: 0 1% 2%;
}

.columns-3 {
	margin-left: -1.5%;
	margin-right: -1.5%;
}

.columns-3 {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.5%;
	margin-right: -1.5%;
}

.columns-3 .col {
	width: 30.33%;
	margin: 0 1.5% 30px;
	border: 1px solid #e9e9e9;
}

.columns-3.columns-images {
	max-width: 700px;
	margin: 50px auto 20px;
	display: block;
}

.columns-3.columns-images .col {
	border: 0;
	text-align: center;
	width: 25.33%;
	margin: 0 4% 4%;
}

.columns-3.columns-images .col .img-wrap {
	height: 70px;
	margin: 0 0 15px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.columns-3.columns-images .col .img-wrap img {
	width: auto;
	align-self: center;
}

.columns-3.columns-images .col h4 {
	font-size: 16px;
	margin: 0 0 5px;
}

.columns-3.columns-images .col p {
	font-size: 12px;
	font-weight: 700;
	color: #1b2733;
}

.columns-3.columns-list .col {
	border: 0;
}

.columns-3.columns-category {
	overflow: hidden;
	margin: 0;
}

.columns-3.columns-category .col {
	text-align: center;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 10px 100px;
	margin: -1px 0 0 -1px;
	width: 33.33%;
}

.columns-3.columns-category .col .img-wrap,
.columns-4 .col .img-wrap {
	margin: 0 0 20px;
	height: 150px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.columns-3.columns-category .col .content {
	padding: 0;
}

.columns-3.columns-category .col h3.title {
	font-size: 20px;
	margin: 0 0 5px;
}

.columns-3.columns-category .col h4 {
	font-size: 16px;
}

.columns-3.columns-category .col p {
	font-size: 13px;
}

.columns-3.columns-category .col p.price {
	font-weight: 700;
	margin: 0;
}

.columns-3.columns-category .col .btn-blue {
	position: absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	transition: background 0.3s ease 0s;
}

.columns-3.columns-category.columns-list-view .col {
	width: 100%;
	text-align: left;
	margin: -1px 0 0;
	border-left: 0;
	overflow: hidden;
	padding: 40px 0 20px;
}

.columns-3.columns-category.columns-list-view .col .img-wrap,
.columns-3.columns-category.columns-list-view .col .content {
	float: left;
}

.columns-3.columns-category.columns-list-view .col .img-wrap {
	width: 35%;
}

.columns-3.columns-category.columns-list-view .col .content {
	width: 45%;
}

.columns-3.columns-category.columns-list-view .col .btn-blue {
	float: right;
	position: relative;
	bottom: 0;
	left: 0;
	margin-left: 0;
	width: 20%;
}

.columns-4 {
	display: flex;
	flex-wrap: wrap;
}

.columns-4 .col {
	width: 25%;
	border: 1px solid #f6f6f6;
	margin: -1px 0 0 -1px;
	text-align: center;
	padding: 25px 10px 20px;
	background: #fff;
	z-index: 9;
	transition: all 0.3s ease 0s;
	transform: scale(1);
}

.columns-4 .col:hover {
	transform: scale(1.1);
	z-index: 99;
}

.columns-4 .col .img-wrap img {
	width: auto;
}

.columns-4 .col a {
	display: block;
}

.columns-4 .col h3 {
	font-size: 20px;
	margin: 0 0 15px;
}

.columns-4 .col p {
	font-size: 14px;
	color: #637282;
	margin: 0 0 15px;
}

.columns-4 .col p.line-through {
	margin: 0;
}

.columns-4 .col p strong {
	font-size: 16px;
	color: #1b2733;
}

.columns-5 .col {
	width: 17%;
	margin: 0 1.5% 3%;
}

.columns-5.columns-list {
	margin-left: -1.5%;
	margin-right: -1.5%;
}

.columns-5.columns-list .col {
	margin: 0 1.5% 2%;
}

.columns-5.columns-list .col a {
	display: block;
	font-size: 14px;
	color: #637282;
	margin: 0 0 8px;
}

.columns.logo-list {
	margin-top: 40px;
	text-align: center;
}

.columns.logo-list .col {
	border: 1px solid #eaecef;
	height: 110px;
	text-align: center;
}

.columns.logo-list .col a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 20px 10px;
}

.title-wrap {
	text-align: center;
	margin: 0 0 35px;
}

.title-wrap h2.title {
	margin: 8px 0 5px;
}

.title-wrap .date {
	font-size: 12px;
}

.page-title-wrap {
	overflow: hidden;
	margin: 0 0 15px;
	line-height: 24px;
}

.page-title-wrap.border {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 10px;
	margin: 10px 0 25px;
}

.page-title-wrap.no-bottom-margin {
	margin-bottom: 0;
}

.page-title-wrap h3.title {
	float: left;
	margin: 0;
}

.page-title-wrap p {
	float: right;
	font-size: 17px;
	color: #1b2733;
	margin-top: 4px;
}

.page-title-wrap p::after {
	content: '|';
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
}

.page-title-wrap a {
	float: right;
	font-size: 17px;
	margin-top: 4px;
}

.page-title-wrap span {
	float: right;
	font-size: 18px;
	color: #1b2733;
	margin: 2px 0 0;
}

.page-nav-wrap {
	background: #000d56;
}

.page-nav-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0;
	height: 54px;
}

.page-nav-wrap ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.page-nav-wrap ul li.prev a,
.page-nav-wrap ul li.next a {
	padding: 18px 35px;
}

.page-nav-wrap ul li.prev a {
	border-left: 0;
}

.page-nav-wrap ul li.next a {
	border-right: 0;
}

.page-nav-wrap ul li.prev a::before,
.page-nav-wrap ul li.next a::after {
	content: '';
	width: 9px;
	height: 15px;
	background: url("/img/icons.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	vertical-align: t
}

.page-nav-wrap ul li.prev a::before {
	background-position: -7px -56px;
}

.page-nav-wrap ul li.next a::after {
	background-position: -20px -56px;
}

.page-nav-wrap ul li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	color: #fff;
	border-left: 1px solid #1f285c;
	border-right: 1px solid #1f285c;
	display: block;
	padding: 20px 50px;
	position: relative;
}

.page-nav-wrap ul li a:hover {
	background: #172365;
}

.page-nav-wrap ul li.current-menu-item::after {
	content: '';
	background: url("/img/icons.png") no-repeat scroll -169px -95px transparent;
	width: 9px;
	height: 54px;
	position: absolute;
	right: -9px;
	top: 0;
	z-index: 9;
}

.page-nav-wrap ul li.current-menu-item a {
	background: #0081c1;
	padding: 15px 50px 25px;
	border: 0;
}

.page-nav-wrap.normal ul li.current-menu-item a {
	padding: 20px 50px;
}

.page-nav-wrap ul li.current-menu-item a::before {
	content: '';
	background: #0081c1;
	width: 100%;
	height: 12px;
	position: absolute;
	top: -12px;
	left: 0;
	z-index: 9;
}

.page-nav-wrap.normal ul li.current-menu-item a::before {
	display: none;
}

.page-nav-wrap ul li.current-menu-item a::after {
	content: '';
	background: url("/img/icons.png") no-repeat scroll -65px -62px transparent;
	width: 30px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
	z-index: 9;
}

.careers-wrap {
	margin: 45px 0 0;
	overflow: hidden;
}

.careers-wrap .col {
	border-top: 1px solid #e9e9e9;
	padding: 45px 0 10px;
	overflow: hidden;
}

.careers-wrap .content h3 {
	margin: 0 0 2px;
}

.careers-wrap .content h4 {
	margin: 0 0 10px;
}

.careers-wrap .content .date {
	font-size: 12px;
	font-weight: 700;
	color: #1b2733;
	margin: 0 0 18px;
}

.careers-wrap .col .float-left {
	width: 70%;
}

.careers-wrap .col .float-left h3 {
	margin: 0 0 3px;
}

.careers-wrap .col .float-left h4 {
	margin: 20px 0 10px;
}

.careers-wrap .col .float-left .date {
	font-size: 13px;
	font-weight: 700;
	color: #1b2733;
}

.careers-wrap .col .float-right {
	width: 25%;
	text-align: right;
	padding: 10px 0 0;
}

.page-layout {
	margin: 0;
	overflow: hidden;
}

.page-layout .float-left {
	width: 42%;
}

.page-layout .float-right {
	width: 52%;
}

.page-layout .float-right h4.title {
	overflow: hidden;
	line-height: 26px;
}

.page-layout .float-right h4.title span {
	font-size: 12px;
	font-weight: 400;
	color: #0081c1;
	float: right;
}

.page-layout.equal .float-left,
.page-layout.equal .float-right {
	width: 50%;
}

.page-layout.equal .float-left {
	padding-right: 80px;
}

.page-layout.equal .float-right {
	padding-left: 80px;
	border-left: 1px solid #e9e9e9;
}

.page-layout.equal h1.title {
	margin: 0 0 10px;
}

.page-layout.equal h4.title {
	margin: 0px 0 8px;
}

.contact-wrap {
	overflow: hidden;
	margin: 0 0 50px;
}

.contact-wrap .float-left {
	width: 34%;
}

.contact-wrap .float-right {
	width: 62%;
}

.contact-wrap h1 {
	line-height: 1;
}

.contact-wrap h3.title {
	margin: 0;
}

.contact-wrap .columns-2 {
	margin-left: -4%;
	margin-right: -4%;
}

.contact-wrap .columns-2 .col {
	width: 42%;
	margin: 0 4% 6%;
}

.contact-wrap .columns-2 p {
	margin: 0;
}

.contact-wrap .columns-2 p.address {
	margin: 0 0 20px;
}

.contact-wrap .columns-2 a {
	display: block;
	margin: 10px 0 0;
}

.contact-wrap .columns-2 a.btn-blue {
	display: inline-block;
	margin: 25px 0 0;
}

.page-contact-us table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.page-contact-us table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.page-contact-us table tr {
  padding: .35em;
}

.page-contact-us table th,
.page-contact-us table td {
  padding: .625em;
  text-align: left;
}

.page-contact-us table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.table {
	margin: 0 0 15px;
}

.table .row {
	border-bottom: 1px solid #e9e9e9;
	font-size: 0;
}

.table .row .cell {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 20px 0;
}

.table .row .cell strong {
	color: #1b2733;
}

.table .row .cell h3 {
	font-size: 20px;
	color: #1b2733;
	margin: 0;
}

.table .row .cell h4 {
	font-size: 16px;
	color: #1b2733;
	margin: 0 0 3px;
}

.table .row .cell p:last-child {
	margin-bottom: 0;
}

.table .row .cell .qty-wrap,
.btn-wrap .qty-wrap {
	font-size: 0;
}

.table .row .cell .qty-wrap input,
.btn-wrap .qty-wrap input {
	display: inline-block;
	vertical-align: top;
	width: 65%;
	height: auto;
	padding: 0 12px;
	height: 32px;
	font-size: 12px;
	border-right: 0;
}

.table .row .cell .qty-wrap .qty,
.btn-wrap .qty-wrap .qty {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	height: 32px;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.table .row .cell .qty-wrap .qty .up,
.table .row .cell .qty-wrap .qty .down,
.btn-wrap .qty-wrap .qty .up,
.btn-wrap .qty-wrap .qty .down {
	display: block;
	background: url("/img/icons.png") no-repeat scroll 0 0 transparent;
	width: 10px;
	height: 50%;
	margin: 0 auto;
	cursor: pointer;
}

.table .row .cell .qty-wrap .qty .up,
.btn-wrap .qty-wrap .qty .up {
	background-position: -15px 0;
}

.table .row .cell .qty-wrap .qty .down,
.btn-wrap .qty-wrap .qty .down {
	background-position: -15px -19px;
}

.table .row .notes {
	clear: both;
	margin: 0 0 25px;
}

.table .row .notes textarea {
	margin: 0;
}

.table.small .row .cell p {
	font-size: 14px;
	margin: 0 0 10px;
}

.table.small .row .cell p.label {
	margin: 0 0 8px;
}

.table.small .row .cell span {
	font-size: 14px;
	color: #b5b5b5;
}

.table.small .row .cell .btn-delete {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 18px;
	background: url("/img/icons.png") no-repeat scroll -88px -171px transparent;
	transition: none;
}

.table.small .row .cell .btn-delete:hover {
	background-position: -109px -171px;
}

.table .row .cell-1 {
	width: 27%;
	padding-right: 20px;
}

.table .row .cell-2 {
	width: 61%;
	padding-right: 20px;
}

.table .row .cell-3 {
	width: 12%;
	text-align: right;
}

.table .row.edit .cell-1 {
	width: 100%;
}

.table .row.edit .cell-2,
.table .row.edit .cell-3 {
	display: none;
}

.table .btn-add-more {
	margin: 15px 0 0;
}

.table .btn-add-more.large {
	font-size: 16px;
	margin: 0;
}

.table .btn-add-more.large::after {
	margin: 5px 0 0 6px;
}

.table.table-4 .row .cell,
.table.small .row .cell {
	padding: 14px 0;
}

.table.table-2 {
	border-top: 1px solid #e9e9e9;
	margin: 15px 0;
}

.table.table-2 .row .cell h4 {
	overflow: hidden;
}

.table.table-2 .row .cell h4 strong {
	float: right;
	font-size: 16px;
}

.table.table-2 .row .cell strong {
	font-size: 11px;
}

.table.table-2 .row .cell p {
	margin: 0 0 8px;
}

.table.table-2 .row .cell-1 {
	width: 35%;
}

.table.table-2 .row .cell-2 {
	width: 65%;
	padding-right: 0;
}

.table.table-4 .row .cell-1 {
	width: 25%;
}

.table.table-4 .row .cell-2 {
	width: 20%;
}

.table.table-4 .row .cell-3 {
	width: 43%;
	text-align: left;
}

.table.table-4 .row .cell-4 {
	width: 12%;
	text-align: right;
}

.table.table-6 {
	margin: 0;
}

.table.table-6 .row {
	margin: 0 0 10px;
}

.table.table-6 .row:last-child {
	border-bottom: 0;
	margin: 0;
}

.table.table-6 .row .cell-1 {
	width: 11%;
	padding-right: 10px;
}

.table.table-6 .row .cell-2 {
	width: 47%;
	padding-right: 10px;
}

.table.table-6 .row .cell-3 {
	width: 11%;
	text-align: left;
}

.table.table-6 .row .cell-4,
.table.table-6 .row .cell-5 {
	width: 11%;
	text-align: right;
}

.table.table-6 .row .cell-6 {
	width: 7%;
	text-align: right;
}

.cart-form .table {
	color: #ffffff;
}

.cart-form .table .row {
	padding: 0 20px;
	border-color: #28336f;
}

.cart-form .table .row .cell h4 {
	color: #fff;
	font-size: 15px;
}

.cart-form .table .row .cell p {
	font-size: 12px;
}

.cart-form .table .row .cell .btn-delete {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 15px;
	background: url("/img/icons.png") no-repeat scroll -68px -171px transparent;
}

.cart-form .table .row .cell-1 {
	padding-right: 15px;
	width: 35%;
	text-align: center;
}

.cart-form .table .row .cell-2 {
	width: 41%;
	padding-right: 10px;
}

.cart-form .table .row .cell-3 {
	width: 24%;
}

.cart-form .table .row .cell-3 p {
	font-size: 16px;
	font-weight: 700;
}

.cart-form .total-wrap {
	padding: 0 20px;
}

.cart-form .total-wrap .text {
	overflow: hidden;
}

.cart-form .total-wrap .text p {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-weight: 700;
}

.cart-form .total-wrap .text p span {
	font-size: 12px;
	font-weight: 400;
	display: block;
}

.cart-form .total-wrap .text p.total {
	font-size: 20px;
	float: right;
}

.cart-form .total-wrap p.align-center {
	font-size: 0;
}

.cart-form .total-wrap .btn-blue {
	width: 48%;
	color: #fff;
}

.cart-form .total-wrap .btn-blue.first {
	margin-right: 4%;
}

.grid .grid-item {
	width: 31.33%;
	margin-bottom: 18px;
	position: relative;
}

.grid .grid-item::before,
.grid .grid-item::after {
	content: '';
	position: absolute;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.grid .grid-item:hover::before,
.grid .grid-item:hover::after {
	opacity: 1;
}

.grid .grid-item::before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("/img/bgr-transparent-black.png") repeat scroll 0 0 transparent;
}

.grid .grid-item::after {
	width: 25px;
	height: 25px;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	background: url("/img/icons.png") no-repeat scroll -133px -94px transparent;
}

.call-to-action {
	background: #f6f6f6;
	border-top: 1px solid #d9d9d9;
}

.call-to-action h3 {
	color: #637282;
}

.call-to-action .float-left {
	padding: 70px 0 40px;
	width: 35%;
}

.call-to-action .float-right {
	width: 19%;
	padding: 50px 0 45px;
	text-align: center;
	color: #637282;
}

.call-to-action .float-right h4 {
	font-weight: 400;
	margin: 0;
}

.call-to-action .float-right p {
	margin: 0;
}

.call-to-action .float-right::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 64px;
	height: 52px;
	margin: 0 0 15px;
	background: url("/img/icons.png") no-repeat scroll 0 0 transparent;
}

.call-to-action .float-right.chat::before {
	background-position: -186px -6px;
}


.call-to-action .float-right.email::before {
	background-position: -186px -135px;
}

.call-to-action .float-right.email:hover::before {
	background-position: -260px -135px;
}

.call-to-action .float-right.phone::before {
	background-position: -186px -71px;
}

.call-to-action .float-right.phone:hover::before {
	background-position: -262px -71px;
}

.call-to-action .float-right.quote::before {
	background-position: -192px -191px;
}

.call-to-action .float-right.quote:hover::before {
	background-position: -264px -191px;
}

.call-to-action .float-right.email,
.call-to-action .float-right.quote {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	width: 24%;
}

.order-summary h3.title {
	font-size: 20px;
	margin: 0 0 8px;
	overflow: hidden;
}

.order-summary h3.title a {
	float: right;
	font-size: 12px;
	margin: 7px 0 0;
}

.order-summary h4.title {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
	padding: 0 0 18px;
	color: #637282;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
}

.order-summary h4.title.last {
	border-bottom: 0;
	border-top: 1px solid #e9e9e9;
	margin: 25px 0 0;
	padding: 15px 0 10px;
}

.order-summary h4.title span {
	font-size: 20px;
	color: #1b2733;
	float: right;
}

.order-summary p {
	font-size: 12px;
	margin: 0;
}

.order-summary .btn-blue {
	display: block;
	margin: 15px 0 0;
	padding: 12px 20px;
}

.order-summary .table {
	overflow-y: auto;
}

.order-summary .label-wrap {
	overflow: hidden;
	margin: 0 0 2px;
}

.order-summary .label-wrap span,
.order-summary .label-wrap p {
	font-size: 14px;
}

.order-summary .label-wrap span {
	color: #1b2733;
	float: left;
	width: 25%;
}

.order-summary .label-wrap p {
	float: right;
	width: 75%;
}

.order-summary .address-wrap {
	margin: 25px 0 0;
}

.order-summary .address-wrap h3.title {
	font-size: 18px;
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 10px;
}

.order-summary .address-wrap h4 {
	font-size: 16px;
	margin: 0 0 5px;
}

.order-summary .address-wrap p {
	font-size: 14px;
}

.main-container.has-right-sidebar .sidebar.order-summary.full {
	padding: 15px 0 20px;
}

.order-summary.full .content,
.order-summary.full h3.title {
	padding: 0 20px;
}

.order-summary.full .table {
	margin: 15px 20px;
}

.order-summary.full h4.title {
	border-bottom: 0;
	padding: 0;
}

main.accordion .title-wrap {
	border: 1px solid #e9e9e9;
	margin: 20px 0 0;
	text-align: left;
	overflow: hidden;
	background: #f6f6f6;
}

main.accordion .item-wrap.active .title-wrap {
	background: #000d56;
	color: #fff;
	border-color: #000d56;
}

main.accordion .title-wrap h3.title {
	border: 0;
	background: none;
	float: left;
	height: 46px;
}

main.accordion .item-wrap.active .title-wrap h3.title,
main.accordion .item-wrap.active .title-wrap h3.title span {
	color: #fff;
}

main.accordion h3.title span {
	font-size: 14px;
	color: #637282;
}

main.accordion .title-wrap .btn-edit {
	float: right;
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	color: #1b2733;
	border-left: 1px solid #e9e9e9;
	padding: 10px 20px;
	height: 46px;
	cursor: pointer;
}

main.accordion .title-wrap .btn-edit:hover {
	color: #444e58'
}

main.accordion .item-wrap.active .title-wrap .btn-edit {
	display: none;
}

main.accordion .content-wrap {
	display: block;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 20px 0;
}

main.accordion .content-wrap .col {
	padding: 15px 20px 25px;
}

main.accordion .content-wrap .col h4 {
	font-size: 16px;
	margin: 0 0 5px;
}

main.accordion .content-wrap .col p {
	font-size: 13px;
	margin: 0 0 10px;
}

main.accordion .content-wrap .col p.btn-wrap {
	margin: 0;
	position: absolute;
	bottom: 15px;
	left: 20px;
	font-size: 12px;
}

main.accordion .content-wrap .col p.btn-wrap a.btn-edit::after {
	content: '|';
	margin: 0 4px 0 7px;
	color: #828e9b;
}

main.accordion .content-wrap .columns {
	margin: 0;
}

main.accordion .content-wrap .submit-wrap {
	margin: 0 1.5% 20px;
}

main.accordion .content-wrap .submit-wrap.normal {
	margin: 20px 0;
}

main.accordion .content-wrap form .submit-wrap {
	margin: 0 0 20px;
}

main.accordion .content-wrap .submit-wrap .btn-add-more {
	float: left;
}

main.accordion .content-wrap .submit-wrap.normal .btn-add-more {
	margin-left: 0;
}

main.accordion .content-wrap .edit-form {
	padding: 0 10px;
}

main.accordion .content-wrap .edit-item .content {
	padding: 0;
	border: 0;
}

main.accordion .content-wrap .display-content {
	padding: 0 0 5px;
}

main.accordion .content-wrap h4 {
	font-size: 16px;
	margin: 0 0 5px;
}

main.accordion .content-wrap h4.title.separator {
	border: 0;
}

main.accordion .content-wrap p,
main.accordion .content-wrap label {
	font-size: 14px;
	margin: 0 0 10px;
}

main.accordion .content-wrap label {
	color: #b5b5b5;
	margin: 10px 0 15px;
	display: block;
}

main.accordion .content-wrap .display-content .card {
	margin: 12px 0 0;
}

main.accordion .content-wrap .display-content .card::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: 3px 3px 0 0;
}

main.accordion .content-wrap .display-content .card-visa::before {
	background: url("/img/card-visa.png") no-repeat scroll 0 0 transparent;
	width: 51px;
	height: 17px;
}

main.accordion .content-wrap .display-content .card p {
	display: inline-block;
	vertical-align: top;
}

main.accordion .item-wrap.active .content-wrap .display-content,
main.accordion .content-wrap .edit-item,
main.accordion .item-wrap.active-form .content-wrap .edit-item .content,
main.accordion .content-wrap .edit-form,
main.accordion .content-wrap .purchase-order,
main.accordion .content-wrap .credit-card-order {
	display: none;
}

main.accordion .item-wrap.active .content-wrap .edit-item,
main.accordion .item-wrap.active-form .content-wrap .edit-form,
main.accordion .content-wrap .purchase-order.active,
main.accordion .content-wrap .credit-card-order.active {
	display: block;
}

main.accordion .content-wrap .display-content .col {
	border: 0;
	padding: 15px 10px 0;
}

main.accordion .content-wrap .edit-item .buttons {
	border-bottom: 1px solid #e9e9e9;
	margin: 5px 0 20px;
	padding: 0 0 20px;
}

main.accordion .content-wrap .edit-item .buttons a {
	margin-right: 15px;
}

main.accordion .content-wrap .purchase-order input {
	margin: 0 0 15px;
}

main.accordion .content-wrap .credit-card-order {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 10px;
	margin: 0 0 25px;
}

main.accordion .content-wrap .credit-card-order label {
	margin-top: 0;
}

.category-desc h3 {
	margin: 0 0 5px;
}

.category-desc p {
	font-size: 14px;
}

.category-sort {
	font-size: 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 0 5px;
	margin: 0 0 30px;
	text-align: left;
}

.category-sort.align-right {
	text-align: right;
}

.category-sort.no-top-border {
	border-top: 0;
}

.category-sort p {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	line-height: 34px;
	margin-right: 25px;
	margin-bottom: 0;
}

.category-sort p.last {
	margin-right: 0;
}

.category-sort p.products-found {
	float: left;
}

.category-sort p.label {
	font-size: 13px;
	margin-right: 10px;
	margin-top: 1px;
}

.category-sort .chosen-container {
	max-width: 145px;
	margin: 0 15px 0 0;
	text-align: left;
}

.category-sort .chosen-container.long {
	max-width: 178px;
}

.category-sort .chosen-container.last {
	margin-right: 0;
}

.category-sort .chosen-container-single .chosen-single {
	padding: 7px 12px;
	font-size: 13px;
	height: auto;
}

.category-sort .chosen-container-single .chosen-single div b {
	margin: 14px 0 0;
}

.category-sort .chosen-container-single .chosen-single span {
	margin-right: 18px;
}

.category-sort p,
.category-sort .chosen-container {
	margin-bottom: 10px;
}

.category-sort .btn-column-view,
.category-sort .btn-list-view {
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	background: url("/img/icons.png") no-repeat scroll 0 0 transparent;
}

.category-sort .btn-column-view {
	background-position: -169px -253px;
	margin-right: 5px;
}

.category-sort .btn-list-view {
	background-position: -197px -253px;
}

.category-sort-list {
	font-size: 0;
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 0 20px;
}

.category-sort-list a {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #637282;
	display: inline-block;
	vertical-align: top;
	margin-right: 2.35%;
}

.category-sort-list a:last-child {
	margin-right: 0;
}

.category-sort-list a:hover {
	color: #404953;
}

.category-form {
	font-size: 0;
	background: #f6f6f6;
	padding: 20px 30px;
	margin: 0 0 20px;
}

.category-form p,
.category-form input {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.category-form p {
	font-size: 16px;
	color: #7b8994;
	line-height: 37px;
	width: 45%;
}

.category-form input[type="text"] {
	width: 40%;
	height: 37px;
	padding: 10px 15px;
	border-color: #fff;
	margin: 0;
}

.category-form input[type="submit"] {
	height: 37px;
	width: 15%;
	line-height: 37px;
	padding: 0 10px;
	transition: all 0.3s ease 0s;
}

.pagination {
	text-align: center;
	margin: 40px 0 0;
}

.pagination a {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
	border-radius: 2px;
	color: #637282;
}

.pagination a:hover,
.pagination a.active {
	background: #0081c1;
	color: #fff;
}

.pagination a.prev,
.pagination a.next {
	width: 6px;
	height: 11px;
	background: url("/img/icons.png") no-repeat scroll 0 0 transparent;
	margin-top: 6px;
}

.pagination a.prev {
	background-position: -9px -35px;
	margin-right: 8px;
}

.pagination a.next {
	background-position: -21px -35px;
	margin-left: 8px;
}

.manufacturers-list > h3.title {
	color: #637282;
	margin: 0 0 5px;
}

.single-product-wrap {
	overflow: hidden;
}

.single-product-wrap .img-wrap {
	float: left;
	width: 35%;
}

.single-product-wrap .content {
	float: right;
	width: 63%;
}

.single-product-wrap .content .columns h3 {
	margin: 0;
}

.single-product-wrap .content h4 {
	margin: 0 0 5px;
}

.single-product-wrap .content .columns p.model {
	font-size: 14px;
	margin: 0 0 10px;
    color: #1b2733;
}

.single-product-wrap .content .columns p.model strong {
	color: #1b2733;
}

.single-product-wrap .content .columns p.line-through {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.single-product-wrap .content .btn-wrap {
	font-size: 0;
	border-bottom: 1px solid #e9e9e9;
	margin: 10px 0 15px;
	padding: 0 0 20px;
}

.single-product-wrap .content .btn-wrap .qty-wrap {
	display: inline-block;
	vertical-align: top;
	max-width: 70px;
}

.single-product-wrap .content .btn-wrap > p {
	font-size: 14px;
	margin: 0 0 10px;
}

.single-product-wrap .content .btn-wrap .btn-blue {
	padding: 8px 15px 8px;
	margin-left: 10px;
}

.single-product-wrap .content .links {
	font-size: 13px;
	margin-top: 35px;
}

.single-product-wrap .content .links span {
	margin: 0 4px;
}

.brands-wrap {
	background: #fff;
	padding: 50px 0;
}

.brands-wrap .brand {
	background: none no-repeat scroll center center transparent;
	background-size: cover;
	padding: 80px 70px;
}

.brands-wrap .brand h2,
.brands-wrap .brand h3 {
	color: #fff;
}

.brands-wrap .brand h2 {
	font-size: 38px;
	text-transform: uppercase;
}

.brands-wrap .brand h3 {
	margin: 0;
}

.featured-products {
	background: #f6f6f6;
	padding: 50px 0;
}

.featured-events {
	overflow: hidden;
	padding: 50px 0;
}

.featured-events .float-left {
	width: 50%;
}

.featured-events .float-right {
	width: 46%;
}

.featured-events .event {
	position: relative;
}

.featured-events .event img {
	width: 100%;
}

.featured-events .event .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url("/img/bgr-transparent-black.png") repeat scroll 0 0 transparent;
	padding: 15px 20px;
}

.featured-events .event .caption h3 {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.featured-events .event .caption p {
	font-size: 12px;
	color: #fff;
	margin: 0;
}

.search-nav {
	overflow: hidden;
}

.search-nav .products-found,
.search-nav .pagination {
	width: 48%;
	margin: 0;
}

.search-nav .products-found {
	float: left;
}

.search-nav .pagination {
	float: right;
	text-align: right;
}

.notice {
	overflow: hidden;
	border-top: 1px solid #e9e9e9;
	margin: 60px 0 0;
	padding: 20px 0 0;
}

.notice .content {
	float: left;
	width: 75%;
}

.notice .content p {
	margin: 0;
}

.notice .btn-blue {
	float: right;
	width: 20%;
	margin-top: 8px;
	padding: 11px 10px 11px;
}


.errormessages {
    font-weight: bold;
    font-size: 1.1em;
    color: #BB0000;
}


.successmessages {
    font-weight: bold;
    font-size: 1.1em;
    color: #00BB00;
}

.warningmessages {
    font-weight: bold;
    font-size: 1.1em;
    color: #FFBA00;
}

.ui-widget-overlay {
  opacity: .7 !important;
  filter: Alpha(Opacity=70) !important;
  background-color: rgb(0, 0, 0) !important;
}

.versioncontainer {
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: .8em;
    color: #888888;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page-index main .content-wrap {
	overflow: hidden;
}

.page-index main .content-wrap .float-left {
	width: 50%;
}

.page-index main .content-wrap .float-right {
	width: 46%;
}

.page-index main .content-wrap .float-right .btn-white {
	margin-right: 5px;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

input[type="text"],
input[type="file"],
textarea,

.chosen-container-single .chosen-single {
	font-size: 14px;
	color: #637282;
	border: 1px solid #e9e9e9;
	outline: 0;
	background: #fff;
	width: 100%;
	padding: 12px 15px;
	margin: 0 0 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all 0.3s ease 0s;
}

input[type="text"],
.chosen-container-single .chosen-single {
	height: 43px;
}

.chosen-container-single .chosen-single {
	padding: 11px 15px 10px;
	margin: 0;
	color: #b5b5b5;
}

.chosen-container-single.active .chosen-single {
	color: #637282;
}

input[type="text"]:focus,
input[type="file"]:focus,
textarea:focus {
	outline: 0;
	border: 1px solid #0081c1;
}

input[type="file"] {
	padding: 8px 15px;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0 5px 0 0;
}

label.radio {
	font-size: 14px;
	color: #b5b5b5;
	display: block;
	margin: 0 0 8px;
}

form .row {
	clear: both;
}

form .row-3 {
	font-size: 0;
	margin-left: -1.5%;
	margin-right: -1.5%;
}

form .row-3 > div {
	display: inline-block;
	vertical-align: top;
	width: 30.33%;
	margin: 0 1.5%;
}

form p {
	font-size: 14px;
	color: #b5b5b5;
	margin: 0 0 10px;
}

.checkbox-wrap {
	overflow: hidden;
}

.checkbox-wrap p {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}

.checkbox-label,
.radio-label {
	font-size: 14px;
	color: #b5b5b5;
	margin: 0 25px 10px 0;
	padding: 0 0 0 30px;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-label.fullwidth,
.radio-label.fullwidth {
	display: block;
	width: 100%;
}

.checkbox-label input,
.radio-label input {
	display: none;
}

.checkbox-label .checkmark,
.radio-label .checkmark {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
}

.checkbox-label input:checked ~ .checkmark,
.radio-label input:checked ~ .checkmark {
	background-color: #0081c1;
	border-color: #0081c1;
}

.checkbox-label .checkmark:after,
.radio-label .checkmark:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url("/img/icons.png") no-repeat scroll -151px -199px transparent;
	display: none;
}

.checkbox-label input:checked ~ .checkmark:after,
.radio-label input:checked ~ .checkmark:after {
	display: block;
}

.radio-label .checkmark {
	border-radius: 50%;
}

.radio-label .checkmark:after {
	background-position: -173px -199px;
}

.checkbox-wrap .btn-add-more {
	float: right;
}

form .row .float-left,
form .row .float-right {
	width: 48.5%;
}

.submit-wrap {
	text-align: right;
	overflow: hidden;
	clear: both;
}

.submit-wrap.margin-top {
	margin-top: 20px;
}

.submit-wrap .btn-add-more {
	width: 100%;
	text-align: left;
	margin: 0 0 10px;
}

.submit-wrap .btn-cancel {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0081c1;
	display: inline-block;
	vertical-align: top;
	margin: 8px 8px 0 0;
	float: right;
}

.submit-wrap .btn-cancel,
.submit-wrap input[type="submit"] {
	float: right;
}

form h4.title {
	margin-top: 5px;
	clear: both;
}

form h4.title label {
	font-size: 14px;
	font-weight: 400;
	color: #b5b5b5;
	margin: 0 0 0 15px;
}

form h4.title.separator {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 15px;
}

form h4.title.separator label {
	margin: 0;
}

.g-recaptcha {
	border: 4px solid #000;
	display: inline-block;
	vertical-align: top;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	float: left;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	resize: vertical;
}

input[type="submit"] {
	border: 0;
	outline: 0;
	margin: 0 auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.table .row.edit form {
	margin: 10px 0 0;
	max-width: 280px;
}

.header .top .btn-login {
	margin: -6px 0 0 0;
	cursor: pointer;
}

.header .top .btn-login span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000d56;
	padding: 10px 13px 8px 15px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s ease 0s;
}

.header .top .btn-login:hover span,
.header .top .btn-login span.active {
	color: #c0ccdd;
}

.header .top .btn-login span::after,
.header .top .btn-login.active span::after {
	margin: 4px 0 0 8px;
	height: 12px;
	background-position: -64px -22px;
}

.header .top .btn-login:hover span,
.header .top .btn-login span.active {
	background: #000d56;
}

.header .top .btn-login span.active::after {
	background-position: -131px -202px;
}

.header .top .btn-login:hover span::after {
	background-position: -79px -22px;
}

.header .top .btn-search {
	display: none;
}

.header .top .btn-search a::after {
	content: '';
	background: url("/img/icons.png") no-repeat scroll -177px -225px transparent;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0 8px;
}

.header .login-form,
.header .cart-form {
	position: absolute;
	top: 33px;
	right: 0;
	width: auto;
	background: #000d56;
	z-index: 99;
	display: none;
}

.header .login-form form {
	padding: 20px;
}

.header .login-form form input[type="text"] {
    width: 100%;
	font-size: 13px;
	height: 40px;
	padding: 9px 15px;
	margin: 0 0 10px;
}

.header .login-form form input[type="password"] {
	width: 100%;
    font-size: 13px;
	height: 40px;
	padding: 9px 15px;
	margin: 0 0 10px;
}

.header .login-form form .submit-wrap {
	text-align: left;
}

.header .login-form form .submit-wrap .btn-forgot-password {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	color: #fff;
	float: right;
}

.header .login-form .btn-create-account {
	border-top: 1px solid #28336f;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	display: block;
	padding: 15px 20px;
	letter-spacing: 1px;
}

.header .login-form .logged-out {
	width: 280px;
}

.header .login-form .logged-in {
	width: 210px;
}

.header .login-form .logged-in a {
	color: #ffffff;
	display: block;
	padding: 5px 20px;
}

.header .login-form .logged-in a:hover {
	color: #c0ccdd;
}

.header .login-form .logged-in a.btn-account,
.header .login-form .logged-in a.btn-logout {
	padding: 15px 20px;
}

.header .login-form .logged-in a.btn-account {
	border-bottom: 1px solid #28336f;
	margin: 0 0 10px;
}

.header .login-form .logged-in a.btn-logout {
	border-top: 1px solid #28336f;
	margin: 10px 0 0;
}

.header .search-form-wrap .top {
	margin: 0 0 8px;
}

.header .search-form-wrap label,
.search-form label {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}

.search-form label {
	color: #637282;
}

.header .search-form-wrap input[type="text"],
.search-form input[type="text"] {
	width: 93%;
	height: 50px;
	float: left;
}

.header .search-form-wrap input[type="submit"],
.search-form input[type="submit"] {
	width: 7%;
	float: right;
	height: 50px;
	max-width: 54px;
	background: url("/img/icons.png") no-repeat scroll -4px -94px #0081c1;
	transition: all 0.3s ease 0s;
}

.header .search-form-wrap input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background-color: #45a3d1;
}

.header .search-form-wrap .float-left,
.header .search-form-wrap .float-right {
	width: 48%;
	font-size: 0;
}

.header .search-form-wrap .select-wrap label {
	width: 45%;
	margin: 7px 0 0;
}

.header .search-form-wrap .chosen-container {
	width: 55% !important;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #b5b5b5;
}

:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #b5b5b5;
}

::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #b5b5b5;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #b5b5b5;
}

:placeholder-shown { /* Standard one last! */
	opacity: 1;
	color: #b5b5b5;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1440px) {
	.main-container.min-height {
		min-height: auto;
	}
}

@media only screen and (max-width: 1140px) {
	.wrapper {
		padding: 0 20px;
	}

	.main-container > .wrapper {
		padding: 50px 20px;
	}

	.header .nav a {
		padding: 15px 18px;
		font-size: 14px;
	}

	.header .nav .btn-search a {
		padding: 7px 10px;
	}

	.header .nav .submenu {
		top: 50px;
	}

	.header-wrap-slider .slick-prev,
	.header-wrap-slider .slick-next {
		right: 20px;
	}

	.footer .float-left .logos a {
		margin: 0 0 10px;
		display: inline-block;
	}

	.category-form p {
		float: none;
		width: 100%;
		margin: 0 0 20px;
		line-height: 1.6;
	}

	.category-form input[type="text"] {
		width: 85%;
	}
}

@media only screen and (max-width: 1024px) {
	.header .top ul li {
		margin: 0 5px;
	}

	.header .top .btn-login {
		margin: -6px 0 0 5px;
	}
}

@media only screen and (max-width: 960px) {
	.header .nav a {
		padding: 15px 10px;
		font-size: 13px;
	}

	.header .top .float-left,
	.header .top .float-right,
	.main-container.has-right-sidebar .sidebar,
	.main-container.has-right-sidebar main,
	.header .search-form-wrap .float-left,
	.header .search-form-wrap .float-right {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}

	.header .search-form-wrap .float-left,
	.header .search-form-wrap .float-right {
		margin: 0;
	}

	.header .top .float-left,
	.header .top .float-right {
		margin: 0 0 10px;
	}

	.header .nav .submenu {
		top: 48px;
	}

	.header .search-form-wrap input[type="text"],
	.search-form input[type="text"] {
		width: 85%;
	}

	.header .search-form-wrap input[type="submit"],
	.search-form input[type="submit"] {
		width: 15%;
	}

	.header .search-form-wrap .top {
		margin: 0;
	}

	.header .search-form-wrap {
		padding: 10px 0;
	}

	.header .search-form-wrap .wrapper {
		max-width: 100%;
		padding: 0 10px;
	}

	.header .search-form-wrap .select-wrap label {
		width: 200px;
		margin: 7px 0 10px;
	}
}

@media only screen and (max-width: 889px) and (min-width: 801px)  {
	.main-container.has-left-sidebar main { 
		width: 73%;
	}
}

@media only screen and (max-width: 800px) {

    nav.mean-nav ul.menu li.btn-search {display:none!important}

    .header .search-form-wrap {z-index:999999;}


	br,
	.page-nav-wrap ul li.current-menu-item::after,
	.page-nav-wrap ul li.current-menu-item a::before,
	.page-nav-wrap ul li.prev,
	.page-nav-wrap ul li.next,
	.sidebar .widget.category .items {
		display: none;
	}

	.header .top .btn-search {
		display: inline-block !important;
	}

	.header,
	.header .wrapper {
		padding: 0;
	}

	.header .top .float-left,
	.header .top .float-right {
		padding: 0 20px;
	}

	.header .top ul li {
		margin: 0;
	}

	.header .top ul li a {
		font-size: 13px;
	}

	.header .top .float-right {
		position: absolute;
		left: 0;
		top: 10px;
		z-index: 999999;
		max-width: 90%;
	}

	.header .top .float-right a {
		font-size: 11px;
	}

	.header-wrap-slider .content,
	.page-index main .content-wrap .float-left,
	.page-index main .content-wrap .float-right,
	.featured-events .float-left,
	.featured-events .float-right,
	.footer .float-right,
	.footer .float-left,
	.footer .float-left .logos,
	.footer .float-left .footer-form-wrap,
	.page-layout > .float-left,
	.page-layout > .float-right,
	.main-container main,
	.sidebar,
	.contact-wrap .float-left,
	.contact-wrap .float-right,
	.careers-wrap .col .float-left,
	.careers-wrap .col .float-right,
	.call-to-action .float-left,
	.main-container.has-left-sidebar .sidebar,
	.main-container.has-left-sidebar main,
	.category-sort p,
	.category-sort .chosen-container,
	.page-layout.equal .float-left,
	.page-layout.equal .float-right {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}

	.page-layout.equal .float-right {
		padding: 0;
		border: 0;
	}

	.columns-3 .col {
		width: 47%;
	}

	.columns-3.columns-images .col {
		width: 42%;
	}

	.columns-3 .col img {
		width: 100%;
	}

	.careers-wrap .col .float-right {
		text-align: left;
	}

	.contact-wrap,
	.category-sort p,
	.category-sort .chosen-container {
		margin: 0;
	}

	.sidebar {
		padding: 0;
	}

	.sidebar .widget.category-manufacturer {
		padding: 15px 20px;
	}

	.sidebar .widget.category > h3.title::after {
		content: '';
		float: right;
		margin: 5px 0 0;
		width: 11px;
		height: 11px;
		background: url("/img/icons.png") no-repeat scroll -80px -7px transparent;
	}

	.sidebar .widget.category > h3.title.active::after {
		background-position: -15px -18px;
	}

	.main-container main {
		padding: 0;
		border: 0;
	}

	.header-wrap-slider {
		height: auto;
	}

	.header-wrap-slider .wrapper {
		padding: 20px;
	}

	.footer .float-left .verified img {
		margin: 0 10px 10px;
	}

	.page-nav-wrap {
		height: 52px;
	}

	.page-nav-wrap .wrapper {
		padding: 0;
	}

	.page-nav-wrap ul li a,
	.page-nav-wrap ul li.current-menu-item a,
	.page-nav-wrap.normal ul li.current-menu-item a {
		padding: 20px 10px;
		font-size: 11px;
	}

	img.alignright,
	img.alignleft,
	main a img.alignleft,
	main a img.alignright {
		float: none;
		margin: 0 0 20px;
		display: block;
	}

	.grid .grid-item {
		width: 30%;
	}

	.max-width {
		max-width: 100%;
	}

	.main-container.has-background {
		background: none !important;
	}

	.main-container.min-height {
		min-height: auto;
	}

	.call-to-action .float-left {
		text-align: center;
		padding: 20px 0;
	}

	.call-to-action .float-right,
	.call-to-action .float-right.email,
	.call-to-action .float-right.quote {
		width: 33.33%;
	}

	.category-sort p.last {
		margin-top: 5px;
	}

	.columns-3.columns-category .col img {
		width: auto;
	}

	.breadcrumbs-wrap .btn-back {
		text-align: center;
	}

	.category-sort.align-right {
		text-align: left;
	}
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 640px) {
	.header .top .float-right li,
	main.accordion h3.title span,
	.table .row.top {
		display: none;
	}

	.header .top .float-right .btn-cart,
	.header .top .float-right .btn-login {
		display: inline-block;
	}

	.header .login-form,
	.header .cart-form {
		right: auto;
		left: 0;
	}

	.header .cart-form .table .row {
		padding: 10px;
	}

	.header .top .float-left {
		font-size: 0;
	}

	.header .top .float-left a {
		margin: 0 0 15px;
		text-align: center;
	}

	.header .top .float-left a {
		width: 35%;
	}

	.header .top .float-left a.logo {
		width: 60%;
		margin-right: 5%;
	}

	.contact-wrap .columns-2,
	.contact-wrap .columns-2 .col,
	.columns-3,
	.columns-3 .col,
	.columns-3.columns-category .col,
	.call-to-action .float-right,
	.call-to-action .float-right.email,
	.call-to-action .float-right.quote,
	.columns-3.columns-category.columns-list-view .col .img-wrap,
	.columns-3.columns-category.columns-list-view .col .content,
	.columns-3.columns-category.columns-list-view .col .btn-blue,
	.single-product-wrap .img-wrap,
	.single-product-wrap .content,
	.single-product-wrap .content .columns,
	.single-product-wrap .content .columns .col,
	.search-nav .products-found,
	.search-nav .pagination,
	.notice .content,
	.notice .btn-blue,
	.submit-wrap .btn-cancel,
	.submit-wrap input[type="submit"] {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}

	.single-product-wrap .content .columns .col {
		text-align: left;
	}

	.search-nav .pagination,
	.submit-wrap .btn-cancel {
		text-align: center;
	}

	.columns-3.columns-category .col,
	.columns-3.columns-category.columns-list-view .col {
		text-align: center;
		padding: 20px 0 0;
		border: 0;
		border-bottom: 1px solid #e9e9e9;
	}

	.columns-3.columns-category.columns-list-view .col .btn-blue {
		width: 160px;
	}

	.columns-3.columns-category .col .btn-blue {
		position: relative;
		left: 0;
		bottom: 0;
		margin: 0 0 20px;
	}

	.columns-3.columns-category .col .img-wrap,
	.columns-4 .col .img-wrap {
		display: block;
		height: auto;
	}

	.call-to-action .float-right,
	.call-to-action .float-right.email,
	.call-to-action .float-right.quote {
		text-align: center;
		border: 0;
		display: block;
		padding: 10px 0;
	}

	main.accordion .content-wrap .col,
	main.accordion .content-wrap .submit-wrap .btn-add-more {
		display: block;
		width: 100%;
		float: none;
	}

	main.accordion .content-wrap .submit-wrap .btn-add-more {
		margin: 0 0 20px;
	}

	main.accordion .content-wrap .edit-item .buttons a {
		margin-bottom: 10px;
	}

	.g-recaptcha {
		float: none;
		width: 100%;
		border: 0;
	}

	.submit-wrap {
		text-align: left;
	}

	.table .row .cell-1,
	.table .row .cell-2,
	.table .row .cell-3,
	.table.table-2 .row .cell-1,
	.table.table-2 .row .cell-2,
	.table.table-4 .row .cell-1,
	.table.table-4 .row .cell-2,
	.table.table-4 .row .cell-3,
	.table.table-4 .row .cell-4,
	.table.table-6 .row .cell-1,
	.table.table-6 .row .cell-2,
	.table.table-6 .row .cell-3,
	.table.table-6 .row .cell-4,
	.table.table-6 .row .cell-5,
	.table.table-6 .row .cell-6 {
		width: 100%;
		float: none;
		text-align: left;
		padding: 0;
	}

	.table.table-6 .row .cell-4,
	.table.table-6 .row .cell-5 {
		width: 45%;
	}

	.table.table-6 .row .cell-6 {
		width: 10%;
		text-align: right;
	}

	.table.table-2 .row .cell-1,
	.table.table-6 .row .cell-1 {
		margin: 0 0 15px;
	}

	.table .row .cell .qty-wrap {
		max-width: 60px;
	}

	.table.table-2 .row .cell strong,
	.order-summary p {
		font-size: 14px;
	}

	.table .row {
		margin: 0 0 20px;
		padding: 0 0 10px;
	}

	.order-summary.full .table {
		padding: 20px 0 0;
	}

	.table.table-4 .row .cell,
	.table.small .row .cell {
		padding: 0;
	}

	.columns-5 .col {
		width: 30.33%;
	}

	.columns-4 .col {
		width: 50%;
	}

	.columns-4 .col .img-wrap img {
		margin: 0 auto;
	}

	.page-index main .content-wrap .float-right .btn-blue {
		width: 100%;
		margin: 0 0 15px;
	}

	.category-form input[type="submit"] {
		width: 25%;
	}

	.category-form input[type="text"] {
		width: 75%;
	}
}

@media screen and (max-width: 600px) {
.page-contact-us table {
    border: 0;
  }

.page-contact-us table caption {
    font-size: 1.3em;
  }
  
.page-contact-us table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
.page-contact-us table tr {
    display: block;
    margin-bottom: .625em;
  }
  
.page-contact-us table td {
    display: block;
    font-size: .8em;
    text-align: left;
  }
.page-contact-us table td br{display:block}
  
.page-contact-us table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
.page-contact-us table td:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
	.page-title-wrap p::after,
	.footer .float-left .logos {
		display: none;
	}

	.page-title-wrap h3.title,
	.page-title-wrap a,
	.page-title-wrap span,
	.page-title-wrap p,
	form .row .float-left,
	form .row .float-right,
	form .row-3,
	form .row-3 > div,
	.columns-2,
	.columns-2 .col,
	.columns-5.columns-list,
	.columns-5.columns-list .col,
	.columns-4 .col,
	.footer .float-left .footer-form-wrap .input,
	.footer .float-left .footer-form-wrap .submit {
		float: none;
		width: 100%;
		margin: 0;
	}

	.page-title-wrap h3.title,
	.page-title-wrap a,
	.page-title-wrap span,
	.page-title-wrap p,
	.columns-2 .col,
	.columns-5.columns-list .col {
		margin: 0 0 20px;
	}

	.footer .float-left .footer-form-wrap .input {
		margin: 0 0 10px;
	}

	.footer p {
		line-height: 1.6;
	}

	.brands-wrap .brand {
		padding: 80px 20px;
	}

	.brands-wrap .brand h2 {
		font-size: 26px;
	}

	.header .search-form-wrap .chosen-container {
		width: 100% !important;
	}
}

@media only screen and (max-width: 380px) {
	.grid .grid-item {
		width: 28%;
	}

	.search-form input[type="text"],
	.header .search-form-wrap input[type="text"] {
		width: 80%;
	}

	.search-form input[type="submit"],
	.header .search-form-wrap input[type="submit"] {
		width: 20%;
	}

	.category-form input[type="submit"],
	.category-form input[type="text"] {
		width: 100%;
	}

	.single-product-wrap .content .btn-wrap .btn-share {
		margin-left: 0;
		display: block;
		max-width: 100px;
	}

	.header .top .btn-cart > a,
	.header .top .btn-login span {
		padding: 10px 6px 8px 6px;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 20px 0 20px 30px;
}

.alignleft {
	float: left;
	margin: 10px 30px 20px 0;
}

a img.alignright {
	float: right;
	margin: 20px 0 20px 30px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 10px 30px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}