
html, body {
	font-family: Arial, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	
  overflow-x: hidden;
  overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1, .wl-page .wl-content .wl-title h1 {
    margin-top: 0px !important;
    font-size: 38px !important;
    font-weight: bold !important;
    line-height: 48px !important;
    color: #444 !important;
    text-transform: none !important;
	margin-bottom: 20px;
}
h2 {
    margin-top: 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
ul.list-unstyled h2 {
    margin-top: 0px;
    font-size: 35px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
h3 {
	margin-top:0px;
	font-size:38px;
	font-weight: bold;
	line-height:48px;
}
h3 span {
    /* text-decoration: underline; */
    border-bottom: 4px solid rgba(255,213,0,1);
}
h4 {
    margin-top: 0px;
    font-size: 21px;
    font-weight: bold;
    line-height: 27px;
}
h5 {
	margin-top:0px;
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
p:nth-last-child(1) {
	margin-bottom:0px;
	
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}

a {
    color: rgba(0,62,126,0.8);
}

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;
    clear: both;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a {
	text-decoration: none;
	color: rgba(0,0,0,0.8);
	background-color: #fff;
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
	
}
@media only screen and (min-width:1000px){
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(0,62,126,1);
	-webkit-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
}


.sidr .dropdown-menu {
    position: relative;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 0px;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.open .dropdown-menu {
    
    display: block;
    
}
/* top */
#topNav {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#topNav .container {
	padding: 0 20px;
}
#topNav #form-currency .currency-select,
#topNav #form-language .language-select {
	text-align: left;
}
@media only screen and (min-width:1000px){
#topNav #form-currency .currency-select:hover,
#topNav #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: rgba(0,62,126,1);
	
}
}
#topNav .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
@media only screen and (min-width:1000px){
#topNav .btn-link:hover, #top-links a:hover {
	color: #444;
}
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
@media only screen and (min-width:1000px){
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
}
#topNav .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* 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;
    background-color: rgba(0,0,0,0.1);
}
/* 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;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
}
@media only screen and (min-width:1000px){
#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%;
    max-height: 405px;
    overflow: scroll;
}
}
#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 */
#menu {
	background-color: rgba(0,62,126,1);
	
	
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 260px;
    display: block;
    padding: 10px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
}
@media only screen and (min-width:1000px){
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background-color:rgba(0,62,126,1) !important;
}
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(0,62,126,1);
	
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: rgba(0,62,126,1);
	
	
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: rgba(0,62,126,1);
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

footer .fltLeft{
	float: left;
}

footer .paymentList{
	margin: 0;
    padding: 0;
    font-size: 0;
    float: right;
}

footer .paymentList li{
	display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin-right: 10px;
}

footer .paymentList li:last-child{
	margin:0;
}

footer .paymentList li img{
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    max-width: 60px;
}

footer{
	border: 0;
}

footer img{
	display: block;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	max-width: 100%;
}

footer .row{
    font-size: 0;
}

footer .logo{
    display: inline-block;
    vertical-align: middle;
    max-width: 140px;
    margin-right: 40px;
}

footer .holder{
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    width: calc(100% - 180px);
}

footer .holder:after{
	content: "";
	clear: both;
	display: table;
}

footer .holder ul{
    margin: 0;
}

footer .holder li{
    color: #fff;
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .holder li:last-child{
	margin: 0;
}

footer .holder a{
	color: #fff;
	text-decoration: none;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
	footer .holder a:hover{
		    color: #ffd400;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

footer .holder li span{
	font-weight: bold;
}

footer .bottom{
    margin-top: 40px;
    position: relative;
    font-size: 0;
}

footer .bottom:before{
content: "";
    height: 1px;
    background-color: rgba(255,255,255,0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: -19px;
    display: block;
}

footer .bottom .copyright{
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

footer .bottom .social{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    line-height: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

footer .bottom .social li{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    line-height: 1;
}

footer .bottom .social li:last-child{
	margin: 0;
}

footer .bottom .social li a{
color: #fff;
    font-size: 26px;
    line-height: 1;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
	footer .bottom .social li a:hover{
		    color: #ffd400;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

footer .bottom .social li a i{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

footer .paymentList{
	float: none;
	display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb .container > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	display: inline-block;
}
.breadcrumb .container>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "";
}



.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	        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: -o-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: rgba(0,62,126,1);
	
	
}
@media only screen and (min-width:1000px){
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
	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] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	        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: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
	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] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	        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: -o-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
	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] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	        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: -o-linear-gradient(top, #e06342, #dc512c);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
	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;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
	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: -o-linear-gradient(top, #333333, #111111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
	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;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 11.76px 0.24px rgba(18, 16, 11, 0.04), 0px 2px 2.82px 0.18px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 11.76px 0.24px rgba(18, 16, 11, 0.04), 0px 2px 2.82px 0.18px rgba(0, 0, 0, 0.12);
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
@media only screen and (min-width:1000px){
	.product-thumb .image a:hover {
		opacity: 0.8;
	}
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
 .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
       float: left;
    padding: 0 0px 0 0px;
    width: 25%;
    /* height: 200px !important; */
}
}
.product-thumb h4 {
	font-weight: bold;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
    float: left;
    margin: 0px;
    width: 67%;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 20px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 20px;
}
.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;
    font-size: 22px;
    /* display: block; */
    font-weight: bold;
}
.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;
    float: left;
    width: 63%;
    margin: 0px 20px;
}
@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;
}
@media only screen and (min-width:1000px){
.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 (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;
}



.productSlider .item{
	margin: 0 10px;
}

.productSlider .slick-dots{
position: relative;
    bottom: 0;
}

.productSlider .slick-dots li button{
	border-radius: 100%;
	background: rgba(0,58,120,1) !important;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.productSlider .slick-dots li.slick-active button{
	    background: rgba(0,58,120,0.4) !important;
	    	-webkit-transition: all ease 0.6s;
	    	-o-transition: all ease 0.6s;
	    	transition: all ease 0.6s;
}

.productSlider .slick-dots li button:before{
	display: none;
}

@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 (max-width: 1199px) and (min-width: 992px) {
#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: right;
}
}

@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%;
    }
	
	header {
    z-index: 1;
}
}

/* 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;
}
@media only screen and (min-width:1000px){
/* 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;
}
}

div#logo img {
    padding: 4px 0px 14px 0px;
    width: 76%;
}



.headerContact a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: rgba(0,0,0,0.4);
    width: 50%;
    float: left;
}



#search, #cart {
    padding-top: 25px;
}


.headerContact {
    padding-top: 22px;
    /* padding-left: 50px; */
    /* margin-left: 45px; */
    position: relative;
}

.truck img {
    width: 100%;
}

.deliveryText p {
    margin-top: 40px;
}

.freeDelivery {
    background-color: rgba(0,62,126,1);
    padding: 0px;
	position:relative;
	margin-right: 51px;
	height: 200px;
	
}
.freeDelivery:after {
    content: "";
   
    position: absolute;
    right: -58px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 100px 58px;
    border-color: transparent transparent transparent rgba(0,62,126,1);
	    
}
.freeDelivery p {
    color: #fff;
    font-weight: bold;
    font-size: 29px;
    text-align: center;
    top: 53%;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.freeDelivery p span {
    color: rgba(255,213,0,1);
    font-size: 54px;
    margin-bottom: 10px;
    display: block;
    line-height: 33px;
}


.headerContact span {
    color: rgba(0,62,126,1);
}
/*.headerContact:before {
    content: "";
    background-image: url(/image/data/contact.jpg);
    height: 40px;
    top: 30px;
    width: 49px;
    position: absolute;
    left: -13px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}*/

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    text-transform: uppercase;
}

#top {
    padding: 0px 0px 0px 0;
}

.list-inline {
    margin-bottom: 0px;
	    margin-left: 0;
}

.socialLinks {
	float:right;
	border-left: 1px solid #ccc;
}

.socialLinks ul {
    margin: 0px;
    padding: 0px;
}

.socialLinks ul .fa {
    font-size: 16px;
	color: #888;
}



.list-inline>li, .socialLinks ul >li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    float: left;
}

.list-inline a, .socialLinks a {
    padding: 4px 9px;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    border-right: 1px solid #ccc;
}

.socialLinks a {
    padding: 4px 2px 4px 2px !important;
    width: 44px;
    text-align: center;
}

#top-links {
    padding-top: 0px;
	 border-left: 1px solid #ccc;
}


#menu {
    background-color: rgba(0,62,126,0.8);
    background-image: none;
    border-color: transparent; 
	border-radius:0px;
	    margin-bottom: 0px;
		z-index:2;
}



.navbar-nav>li {
    float: left;
    max-width: 12%;
}

#menu .nav > li > a {
    padding: 17px 50px 17px 0px;
    min-height: 15px;
    text-transform: uppercase;
    /* font-weight: bold; */
    line-height: 24px;
    font-size: 15px;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    display: block;
}

#menu .nav > li:nth-child(2) {
    max-width: 11%;
}
#menu .nav > li:nth-child(3) {
    max-width: 15%;
}

#menu .nav > li:nth-child(6) {
    max-width: 15%;
}



#menu .nav > li:nth-child(2) > a {
    min-width: 128px;
}
#menu .nav > li:nth-child(3) > a {
    min-width: 185px;
}
#menu .nav > li:nth-child(5) > a {
    min-width: 150px;
}
#menu .nav > li:nth-child(8) > a {
    min-width: 70px;
	padding-right:0px;
}
@media only screen and (min-width:1000px){
#menu .nav > li:hover > a {
	color:rgba(255,213,0,1);
	background-color:transparent;
	-webkit-transition:ease all 0.3s;
	-o-transition:ease all 0.3s;
	transition:ease all 0.3s;
}
}
.collapse.navbar-collapse.navbar-ex1-collapse {
    padding: 0px;
}

.greyRow {
   position: relative;

}

.greyRow:before{
	content: "";
	background-color: rgba(0,0,0,0.05);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	left: 50%;
	left: calc(50% - 50vw);
	z-index: -1;
	display: block;
}

#content > .row, #content div > .row, .greyRow > .row, .col-sm-12 > .row, .greyCatBar .container > .row, .padding {
    padding-top: 35px;
    padding-bottom: 35px;
}

#content > .row.title, #content div > .row.title, .greyRow > .row.title {
	padding-bottom:0px;
	margin-bottom: -40px;
	
}

.greyCatBar {
	background-color: rgba(0,0,0,0.05);
    padding-top: 35px;
    padding-bottom: 35px;
}

.greyCatBar.nopadding {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 40px;
}

.whiteCatBar {
	background-color: rgba(255,255,255,1);
    padding-top: 35px;
    padding-bottom: 35px;
}

.darkgreyRow {
    background-color: rgb(43,43,43);
    margin-left: -3000px;
    margin-left: -3000px;
    padding-left: 2800px;
    margin-right: -3000px;
    padding-right: 2800px;
	
}

.fullwidthImageContent {
    position: relative;
	    width: 100% !important;
}

.greyCatBar .navtabs-holder ul {
    padding: 0px;
    margin: 0px -15px;
}

.greyCatBar ul {
    padding: 0px;
  margin: 0px ;
}

.greyCatBar li {
    list-style: none;
}
.greyCatBar li:nth-of-type(3n+1) {
	clear:both;
}
.greyCatBar li img {
    width:100%;
}

.greyCatBar li a {
    background-color: #fff;
    display: block;
	margin:10px 0px;
    border: 1px solid rgba(0,0,0,0.15);
}

.greyCatBar .tab-content ul {
    padding: 0 0 0 20px;
	margin-bottom: 25px;
}

.greyCatBar .tab-content li {
    list-style: disc;
    padding-bottom: 6px;
}

.Catcontent {
	padding:15px;
}

a .Catcontent, a.Catcontent p {
	color:#444;
}

.Catcontent h3 {
    font-size: 16px;
    line-height: 22px;
	color:rgba(0,62,126,1);
}

.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    width: 100%;
    margin-left: auto;
}


.headerImage {
    width: 100%;
    height: 250px;
    background-position: top center;
    background-size: cover;
    margin-top: -84px;
    position: relative;
    z-index: -1;
}
.headerImage .container {
    padding-left: 15px;
	padding-right: 15px;
    position: relative;
    height: 100%;
}
.headerImage span {
    position: absolute;
    left: 15px;
    bottom: 0px;
    margin-top: 0px;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    /* margin-bottom: 20px; */
    background-color: rgba(0,0,0,0.4);
    border-left: 10px solid #ffd400;
    border-right: 10px solid #ffd400;
    border-top: 10px solid #ffd400;
}

.headerImage.sml {
    height: 100px;
    background-position-y: 50%;
}




@media (min-width: 1200px) {
.fullwidthImageContent {
    position: relative;
    width: 1540px;
}


}



.fullwidthImageContent .image {
    width: 64%;
    /* height: 500px; */
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
	background-size:cover;
    right: 0px;
    left: 0px;
    display: inline-block;
}

.darkContent {
    width: 37%;
    padding: 4%;
    display: inline-block;
    position: relative;
    left: 64%;
}

.darkContent h3, .darkContent h4, .darkContent p  {
	color:#fff;
}

.darkContent h3 {
	margin-bottom:25px;	
}

.darkContent h3 span {
	color:rgba(255,213,0,1);
	border:0px;
	
}

.darkContent h4 {
	font-weight:bold;
	
}
.darkContent h4 span {
	color:rgba(255,213,0,1);
	
}

.darkContent p {
	margin-bottom:20px;
	
}
.darkContent p:nth-last-child(1) {
	margin-bottom:0px;
	
}

.darkContent .fa {
    color: rgba(255,213,0,1);
    font-size: 24px;
    margin-left: 13px;
}

.yellowRow{
	position: relative;
}

.yellowRow:before{
	content: "";
    background: #f2d562;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    left: calc(50% - 50vw);
    z-index: -1;
}

.fullwidthImageContent.newStyle{
    z-index: 1;
}

.fullwidthImageContent.newStyle .image{
    width: 50%;
}

.fullwidthImageContent.newStyle.imageRight .image{
    right: auto;
    left: 65%;
}

.fullwidthImageContent.newStyle .content{
	width: 65%;
    padding: 40px 40px 40px 0px;
}

.fullwidthImageContent.newStyle .content h1{
    font-size: 24px !important;
    line-height: 30px !important;
    color: #123578 !important;
}

.fullwidthImageContent.newStyle .content p{
    color: #000;
}

.blueTicks{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.blueTicks li{
    color: #123578;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.blueTicks li:before{
	    content: "\f101";
	    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        font-weight: bold;
    font-size: 20px;
    vertical-align: text-bottom;
    margin-right: 15px;
}

.blueTicks li:last-child{
	margin: 0;
}


.product-thumb .image img {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.product-thumb .caption {
    padding: 20px 20px;
    min-height: 180px;
}

.product-thumb h4, .product-thumb h4 a {
    font-weight: bold;
    font-size: 16px;
	color:#444;
}

.breadcrumb {
    margin: 0px 0 0px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
	border-radius:0px;
}

.nopadding {
    padding: 0px !important;
}

div#banner0 {
    position: relative;
    background-color: rgba(0,62,126,1);
    padding: 90px 0px;
    margin: 0px 0px;
    /* margin-right: 60px !important; */
}
div#banner0:after {
    content: "";
    height: 100%;
    display: block;
    width: 3000px;
    position: absolute;
    top: 0px;
    right: -3000px;
    background-color: rgba(0,62,126,1);
}
div#banner0:before {
    content: "";
    height: 100%;
    display: block;
    width: 3000px;
    position: absolute;
    top: 0px;
    left: -3000px;
    background-color: rgba(0,62,126,1);
}

.owl-wrapper-outer {
     border: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0) !important;
    -o-box-shadow: 0 1px 4px rgba(0,0,0,0) !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0) !important;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-left: 27px;
}

.owl-prev {
    background-image: url(/image/data/arrowPrev.png);
    height: 51px;
    width: 30px;
        left: -7px !important;
    top: 45% !important;
    color: transparent !important;
    text-indent: 100px;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1 !important;
}

.owl-next {
    background-image: url(/image/data/arrowNext.png);
    height: 51px;
    width: 30px;
        right: -1px !important;
    top: 45% !important;
    color: transparent !important;
    text-indent: 100px;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1 !important;
}

.owl-controls .owl-page span {
    background: rgba(255, 255, 255, 0.3) !important;
}
.owl-controls .owl-page.active span {
    background: rgba(255, 255, 255, 0.8) !important;
}

.footerBox {
	border:1px solid #ccc;
	border-bottom:4px solid #ccc;
	text-align:center;
	padding: 55px 10px 30px 10px;
	min-height: 150px;
	margin-top:32px;
	position:relative;
}



    
.footerBox.yellow {
	border-bottom:4px solid #ffd400;
}
.footerBox.green {
	border-bottom:4px solid #8bc43f;
}
.footerBox.red {
	border-bottom:4px solid #ed1c24;
}
.footerBox.blue {
	border-bottom:4px solid #003978;
}

.footerBox p {
	font-size: 13px;
    line-height: 22px;
	margin-bottom:0px;
}

.footerBox p, .footerBox a {
	color:#2b2b2b;
	text-decoration:none;
}

.footerBox.yellow:before {
	content:"";
	width:65px;
	height:65px;
	position:absolute;
	top:-33px;
	left:45%;
	left:calc(50% - 33px);
	background-image:url(/image/data/value.png);
	background-size:100%;
	background-repeat:no-repeat;
}
.footerBox.green:before {
	content:"";
	width:65px;
	height:65px;
	position:absolute;
	top:-33px;
	left:45%;
	left:calc(50% - 33px);
	background-image:url(/image/data/eco.png);
	background-size:100%;
	background-repeat:no-repeat;
}
.footerBox.red:before {
	content:"";
	width:65px;
	height:65px;
	position:absolute;
	top:-33px;
	left:45%;
	left:calc(50% - 33px);
	background-image:url(/image/data/deliver.png);
	background-size:100%;
	background-repeat:no-repeat;
}
.footerBox.blue:before {
	content:"";
	width:65px;
	height:65px;
	position:absolute;
	top:-33px;
	left:45%;
	left:calc(50% - 33px);
	background-image:url(/image/data/branch.png);
	background-size:100%;
	background-repeat:no-repeat;
}

.footerBox{
    border: 0 !important;
    min-height: 0;
    padding: 20px;
    margin: 30px 0;
    font-size: 0;
}

.footerBox:before{
	display: none;
}

.footerBox.blue{
	background: #123578;
}

.footerBox.blue *{
	color: #fff;
}

.footerBox.yellow{
	background: #ffd400;
}

.footerBox.yellow *{
	color: #123578;
}

.footerBox .icon{
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.footerBox .icon i{
	color: inherit;
	font-size: 80px;
}

.footerBox.blue .icon{
	color: #ffd400;
}

.footerBox .text{
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    width: calc(100% - 120px);
}

.footerBox .text *{
	text-align: left;
}

.parallax-window {
    height: 320px;
    overflow: hidden;
	position:relative;
}

.parallax-window.static {
    background-image: url(/image/data/landscaping.jpg);
    background-size: cover;
    background-position-y: initial;
    background-repeat: no-repeat;
    background-position: center;
}

.parallax-window a {
	display:block;
}

.parallax-window .box { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 9%,rgba(0,0,0,0.47) 55%,rgba(0,0,0,0.65) 73%);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),color-stop(9%, rgba(0,0,0,0)),color-stop(55%, rgba(0,0,0,0.47)),color-stop(73%, rgba(0,0,0,0.65)));
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 9%,rgba(0,0,0,0.47) 55%,rgba(0,0,0,0.65) 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    width: 400px;
    position: absolute;
    right: 25%;
    height: 100%;
	padding:110px 40px 40px 40px;
}

.parallax-window .box h4, .parallax-window .box p, .parallax-window .box a {
	color:#fff;
	
}

.parallax-window .box h4 {
    font-size: 30px;
    line-height: 38px;
	
}
.parallax-window .box h4 span {
    color:#ffd400;
	
}

.parallax-window .box p {
    padding-right: 20%;
}

.parallax-window .box .fa {
    float: right;
    font-size: 29px;
    margin-right: 18px;
    margin-top: 4px;
}

footer {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

footer li span {
	color:#ffd400;	
}

footer h5 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.branches {
    position: relative;
    margin-bottom: 30px;
}

.branches h3 {
    position: absolute;
    border: 10px solid #ffd400;
    border-bottom: 0px;
    padding: 6px 30px;
    bottom: 1px;
    background-color: rgba(0,0,0,0.3);
    margin: 0px;
    color: #fff;
    left: 40px;
    font-size: 24px;
}

.branches img {
    width: 100%;
}

.onlineOffer {
    margin-top: 32px;
}

.onlineOffer img {
	width:100%;
}

.col-sm-3 img {
    width: 100%;
}

.container.padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
@media only screen and (min-width:1000px){
.btn-primary, .btn-primary:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #00b140 !important;
    background-image: -o-linear-gradient(top, #00b140, #00b140) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00b140), to(#00b140)) !important;
    background-image: linear-gradient(to bottom, #00b140, #00b140) !important;
    background-repeat: repeat-x;
    border-color: #00b140 #00b140 #00b140 !important;
}
}
.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

h1.product {
    font-size: 36px;
    line-height: 38px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 30px;
}

span.placeholder-price-holder {
    margin-top: 30px;
    display: block;
}

#product h3 {
    font-size: 20px;
}

#product label {
    font-weight: bold;
}

.nav-tabs a {
    font-weight: bold;
}

.image-additional {
    max-width: 17%;
    margin-left: 3% !important;
}

.alert.alert-success {
    max-width: 1140px;
    margin: 0px auto;
    margin-top: 20px;
}

.table-responsive .img-thumbnail {
    display: inline-block;
    max-width: 200px;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.forcefullwidth_wrapper_tp_banner {
    margin-top: -100px !important;
    z-index: 1;
}

.calc {
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
}

.calc a {
	display:block;
	height:100%;
}

.calc a:after {
    content: "\f1ec";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 18px;
    bottom: -7px;
    font-size: 100px;
    color: #fff;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}

.calc img {
    width: 100%;
}

.calc span {
    color: #fff;
    position: absolute;
    bottom: 18px;
    left: 25px;
    font-weight: bold;
    font-size: 20px;
}

.widerBox {
	margin: 0px -15px;
}

#mobileNav {
	display:none;
}

.wl-page .wl-article .wl-metadata {
    position: relative;
    margin: 30px 0 25px 0;
}

.wl-share {
    float: right;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 10px;
}

span.wl-date {
    padding: 14px 0px;
    display: block;
    font-size: 18px !important;
    font-weight: bold;
    text-align: left;
}

.wl-article {
    text-align: center;
}

.wl-article .col-sm-8 {
    float: none;
    display: inline-block;
}

p {
    margin: 0px 0 20px;
}

.wl-article h3 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    padding: 10px 17px;
    /* color: #fff; */
    margin-bottom: 20px;
    border-bottom: 4px solid rgba(0,62,126,1);
    /* border-top: 2px solid rgba(0,62,126,1); */
    background-color: rgba(0,0,0,0.05);
	text-align: left;
}

.wl-article .col-sm-8 img {
    width: 100% !important;
    margin-bottom: 20px;
}

.col-sm-8 .lev-container {
    width: 100%;
}


.breadcrumb .container>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "";
	display:none;
}

.wl-image {
    width: 100%;
    float: none;
}

.wl-button {
    display: inline-block;
    font-size: 1em;
    line-height: 1.8em;
    text-align: center;
    color: #ffffff !important;
    background-color: rgba(0,62,126,0.8) !important;
    padding: 0.6em 0.8em;
    border-radius: 0; 
    width: 100%;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
}

.wl-list .wl-footer {
    position: absolute;
    left: 4%;
	right:auto;
    bottom: 15px;
    width: 91%;
}

.wl-list .wl-content {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
}

.wl-list .lev-box {
    background-color: #ffffff !important;
    position: relative;
    margin-bottom: 30px;
    font-size: 0.9em;
    border: 1px solid #ddd;
}

span.wl-date {
    font-style: inherit;
    font-size: 14px !important;
    font-weight: normal;
}



.guide h3 {
    margin-top: 0px;
    font-size: 23px;
    font-weight: bold;
    line-height: 36px;
    padding: 10px 17px;
    margin-bottom: 20px;
    border-bottom: 4px solid rgba(0,62,126,1);
    background-color: rgba(0,0,0,0.05);
    text-align: left;
	clear: both;
}

.guide img {
    width: 100%;
    margin-bottom: 30px;
}

.list-group {
    padding-left: 0;
    margin-bottom: 70px;
    margin-top: 70px;
}

.twocol {
   width: 69%;
    /* float: left; */
    display: block;
    margin-left: 15%;
    padding: 0px;
    text-align: center;
    list-style-type: disc;
}

.twocol li {
    width: 50%;
	padding-left:30px;
    /* float: left; */
    display: inline-block;
	text-align:left;
	position:relative;
}

.twocol li:before{
    content: "";
    display: list-item;
    position: absolute;
}

li.last {
    list-style: none;
}

input.btn.btn-primary {
    margin-top: 20px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-top: 0px;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: 0px;
}


@media (max-width: 1500px) {
	
	

.fullwidthImageContent .image {
    width: 55%;
}

.darkContent {
    width: 37%;
    left: 55%;
}

	
}


@media (max-width: 1200px) {

.onlineOffer {
    margin-top: 0px;
	margin-bottom:40px;
}

.row {
    padding-left: 0;
    padding-right: 0;
}

#content .row {
    padding-left: 3%;
    padding-right:  3%;
}
#content .row.nopadding {
padding-left: 3% !important ;
    padding-right: 3% !important ;
}
.owl-prev {
	display:none;
}

.owl-next {
    display:none;
}

.owl-carousel .owl-wrapper-outer {
    padding-left: 0;
}

}


@media (max-width: 990px) {
	
	.wl-article .col-sm-8 {
		width:100%;
	}
	
	.lev-container {
    width: 100%;
}

.wl-article p, .wl-article h3, .wl-article h1 {
    text-align:left;
}

.wl-article h3 {
    font-size: 18px;
    
}
	
	.darkContent {
    width: 90%;
    padding: 60px 4% 70px 4%;
    display: inline-block;
    position: relative;
    left: 5%;
}

.darkgreyRow {
    background-color: rgb(43,43,43);
    margin-left: -20%;
    padding-left: 15%;
    margin-right: -20%;
    padding-right: 15%;
}



.fullwidthImageContent {
    padding: 0px;
}
.fullwidthImageContent .image {
    width: 100%;
    height: 450px;
    /* height: 100%; */
    position: relative;
    top: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0px;
    left: 0px;
    display: inline-block;
}

.headerImage {
    width: 100%;
    height: 180px;
    background-position: top center;
    background-size: cover;
    margin-top: 0px;
}

.greyCatBar {
    background-color: rgba(0,0,0,0.05);
        padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 6%;
    padding-right: 6%;
}


}

@media (max-width: 768px) {
	
	.headerImage span {
    position: absolute;
    left: 15px;
    bottom: 0px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 15px 20px;
    /* margin-bottom: 20px; */
    background-color: rgba(0,0,0,0.4);
    border-left: 10px solid #ffd400;
    border-right: 10px solid #ffd400;
    border-top: 10px solid #ffd400;
}
	
	.footerBox {
		margin-top: 55px;
		margin-bottom: 55px;
		min-height:initial;
	}
	
	.parallax-window .box p {
		padding-right: 0;
	}
	
	.parallax-window .box h4 {
		font-size: 22px;
		line-height: 33px;
	}
	
	h3 {
    margin-top: 0px;
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
}
	
	.branches h3 {
		position: absolute;
		border: 10px solid #ffd400;
		border-bottom: 0px;
		padding: 3px 15px;
		bottom: 0px;
		background-color: rgba(0,0,0,0.3);
		margin: 0px;
		color: #fff;
		left: 22px;
		font-size: 15px;
	}
	
	.parallax-window .box {
		width: 60%;
		right: 20%;
		height: 100%;
	}
	
	#menu .nav > li > a {
		display: block !important;
		width: 100%;
		padding: 10px 30px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	
	.headerContact {
		display:none;
		
	}
	
	.forcefullwidth_wrapper_tp_banner {
		margin-top: 0px !important;
		z-index: -1;
	}
	
	#menu {
		background-color: rgba(0,62,126,1);
		
	}
	
	h1, .wl-page .wl-content .wl-title h1 {
    margin-top: 0px !important;
    font-size: 26px !important;
    font-weight: bold !important;
    line-height: 38px !important;
    color: #444 !important;
    text-transform: none !important;
    margin-bottom: 20px;
}
}

@media (max-width: 600px) {
	
	.truck img {
    width: 100%;
    margin-top: 30px;
}
	.parallax-window .box {
		width: 80%;
		right: 10%;
		height: 100%;
		padding: 110px 5% 40px 5%;
	}
	.parallax-window .box .fa {
		float: right;
		font-size: 24px;
		margin-right: 39px;
		margin-top: 4px;
	}
	footer h5 {
		background-color: rgba(255,255,255,0.1);
		padding: 13px;
		margin:0px;
	}
	

	footer ul {
		margin:0px;
	}
	
	footer li {
		color: #ccc;
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	
	footer li a {
		color: #ccc;
		padding: 10px;
		display: block;
	}
	
	footer li:nth-last-child(1) {
		border-bottom: 0px solid rgba(255,255,255,0.1);
	}
	
	.nolinks li {
		padding: 10px;
	}
	
	footer .nolinks li a {
		color:inherit;
		padding: 0px;
		display:inline-block;
	}
	
}


/************** MOBILE NAV STYLES ***************/


#mobile-header svg {
  width: 62px;
    height: 54px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}




#mobile-header path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #000;
  stroke-dashoffset: 0px;
}
#mobile-header path#top,
#mobile-header path#bottom {
  stroke-dasharray: 240px 950px;
}
#mobile-header path#middle {
  stroke-dasharray: 240px 240px;
}
#mobile-header .cross path#top,
#mobile-header .cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

#mobile-header, #mobile-call {
    display: none;
    position: absolute;
    z-index: 10;
    top: 4px;
    right: 4px;
	z-index: 999;
}

.showMobile {
    display: none;
}

@media (min-width: 767px) and (max-width: 1200px)  {
#search, #cart {
		padding-top: 14px;
	}
	
	div#search {
		margin-right: 53px;
	}
	
	.showMobile {
		display: block;
		float: right;
	}
}

@media (max-width: 1200px) {
	
	.mobileHeaderHolder {
		height: 66px;
		background-color: #fff;
		position: fixed;
		display:none;
		width: 100%;
		z-index: 999;
		-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.13);
		box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.13);
	}
}

@media (max-width: 767px) {
.mobileHeaderHolder {
    position: relative !important;
    height: auto !important;
}

}
#mobile-header .menuLink {
	display: block;
	width: 30px;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mobile-header .menuLink span {
	display: block;
	background-color: #fff;
	height: 3px;
	margin-bottom: 6px;	
}

.sidr {
	    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999;
    width: 80%;
    overflow-x: none;
    overflow-y: auto;
    background: #282625;
    color: #fff;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 0px 13px 0px rgba(0,0,0,0.25);
}

.sidr #mobileNav {
	display:block;
}


.sidr .shadow {
	position: absolute;
	display: block;
	position:fixed;
	height:110%;
	right: 20%;
	top: 0px;
	width: 20px;
	-webkit-box-shadow:inset -8px -8px 12px -6px rgba(0,0,0,4);
	box-shadow:inset -8px -8px 12px -6px rgba(0,0,0,4);
	z-index: 9999;
			
}

.sidr .header .fa {
    float: right;
    font-size: 32px;
    /* width: 48px; */
    margin-right: 18px;
    margin-top: 21px;
}

.sidr .mobileHead {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	background-color: #FFF;
	border-bottom: 1px solid #7c6f4e;
	height: 100px;
	overflow: hidden;
}
.sidr * {
	font-size: 18px;
	text-align: center;
}

.sidr .sidr-inner{
	padding:0 0 15px 0;
}

.sidr .sidr-inner > p { 
	margin-left:15px;
	margin-right:15px
}

.sidr.right{
	left:auto;
	right:-260px;
}

.sidr.left{
	left:-260px;
	right:auto;
}
		
		
.sidr h4 {
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin: 30px 20px 18px 20px;
	border-bottom: solid 1px #646260;
	width: auto;
	text-align: center;
}

.sidr > p {
	margin-left:15px;
	margin-right:15px;
	margin-bottom: 10px;
}

.sidr ul{
	margin:0px;
	padding:0;			
	display:block;
	border-bottom: 1px solid #000;
	border-top: 1px solid #423f3d;
}

.sidr ul li{
	margin:0;
	padding:0px;
	
	display:block;
	
}
@media only screen and (min-width:1000px){
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active{
	border-top:none;
}
}
/*.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span{
	color:#FFF;
	background-color:#a7986e;
}*/

.sidr ul li a,
.sidr ul li span{
	padding: 10px 20px;
	font-size: 14px;
	text-align: left;
	display: block;
	text-decoration: none;
	color: #fff;
	position:relative;
	text-transform: uppercase;
	
	border-bottom: 1px solid #0252ab;
	border-top: 1px solid #011e3f;
	background-color:#003978;
	
}

.sidr ul li ul li a, .sidr ul li ul li span {
    padding: 8px 20px 8px 20px;
    font-size: 12px;
    text-align: left;
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-top: 1px solid rgba(0,0,0,0.5);
    background-color: #fff;
}

.sidr .header a {
    color: rgba(0,62,126,1);
}

.sidr ul .grey li a {
	background-color:rgba(255,255,255,0.1);
	border-bottom: 1px solid #423f3d;
	border-top: 1px solid #000;
	
}

.sidr ul li a.mobiletw {
	background-color:#00aced;
	color:#fff;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-top: 1px solid rgba(0,0,0,0.5);
}

.sidr ul li a.mobiletw:after {
		content: "\f099";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position:absolute;
		right:18px;
			top: 10px;
color: #fff;
font-size: 22px;
}

.sidr ul li a.mobilefb {
	background-color:#3b5998;
	color:#fff;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-top: 1px solid rgba(0,0,0,0.5);
}

.sidr ul li a.mobilefb:after {
		content: "\f09a";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position:absolute;
		right:22px;
			top: 10px;
color: #fff;
font-size: 22px;
}

.sidr ul li a.mobileinsta {
	background-color:#e95950;
	color:#fff;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-top: 1px solid rgba(0,0,0,0.5);
}

.sidr ul li a.mobileinsta:after {
		content: "\f16d";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position:absolute;
		right:20px;
			top: 10px;
color: #fff;
font-size: 22px;
}

.sidr nav ul li a {
	margin: 0px 15px;
	border-bottom: solid 1px #282625;
}

		


.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select{
	width:100%;
	padding:5px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 10px;
	border-radius:2px;
	border:none;
	background:rgba(0,0,0,0.1);
	color:rgba(255,255,255,0.6);
	display:block;
	clear:both}

.sidr input[type=checkbox]{width:auto;
	display:inline;
	clear:none}

.sidr input[type=button],
.sidr input[type=submit]{
	color:#333;
	background:#fff;
}
@media only screen and (min-width:1000px){
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover{
	background:rgba(255,255,255,0.9);
}
}

/* HILL CLIMB NAV SPECIFIC STYLES */

.sidr ul {
	background-color: #282625;
}
.sidr ul.social {
	background:#939596;
	margin: 0px 20px 20px 20px;
}
.sidr ul.social li {
	background:#353231;
}
@media only screen and (min-width:1000px){
.sidr ul.social li:hover>a {
	background-color:#353231;
}
}

.sidr ul li span {
	display: block;
	width: 10%;
	height: 1px;
	background-color: #646260;
	line-height: 1px;
	margin: 0px auto;
	padding:0px;
	position: relative;
	top: -1px;
}
.sidr ul li:last-of-type span {
	display: none;
}
.sidr ul li ul {
    display: block;
}

.sidr nav ul li.current a {
	color: #a7986d;
}
@media only screen and (min-width:1000px){
.sidr ul li.hover a {
	color:#FFF;
	
}
.sidr ul li.hover span {
	position: relative;
	z-index: 999;
	width: 0; 
	height: 0; 
	top: 0px;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	
	border-top: 10px solid #a7986e;
	display: block;
}
.sidr ul li.hover ul {
	display: block;
	background-color: #FFF;
	color: #353331;
	position: relative;
	top: -10px;
}
.sidr ul li.hover ul a {
	background-color: #FFF;
	color: #353331;
}
}
/*.sidr ul li:hover ul, .sidr ul li a:hover ul {
	display: block;
	background-color: #FFF;
	color: #353331;
	position: relative;
	top: -1px;
}*/
.sidr ul li ul li a {
	color: #353331;
}

.sidr ul.social li {
	background-color: #939596;
	display: inline-block;
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	margin: 0px 3px;
}

.sidr ul.social li a {
	display: block;
	font-size: 20px;
	background:#939596;
	background-repeat: no-repeat;
	background-size: 42px;
}

.sidr ul.social li a span {
	display: none;
}
@media only screen and (min-width:1000px){
.sidr ul.social li a:hover {
	background-color: transparent;
}
}

.sidr ul.social li.facebook a {
	background-image:url(../images/elements/mobile-facebook.png);
	background-size: 42px;
}
.sidr ul.social li.twitter a {
	background-image: url(../images/elements/mobile-twitter.png);
	background-size: 42px;
}

.sidr ul.social li.youtube a {
	background-image:url(../images/elements/mobile-youtube.png);
	background-size: 42px;
}
.sidr ul.social li.instagram a {
	background-image:url(../images/elements/mobile-instagram.png);
	background-size: 42px;
}

.sidr .signUp {
	margin-bottom: 24px;
}
.sidr .signUp a {
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 12px;
	background-image: url(../images/elements/mobile-email.png);
	background-repeat: no-repeat;
	background-size: 44px;
	padding: 4px 0 12px 58px;
}


.sidr .header {
width: 100%;
background-color: #fff;
text-align: left;
}

.sidr a.logo {
padding: 13px 10px 8px 20px;
}

.sidr img.img-responsive {
    display: inline-block;
    height: 69px;
    padding: 14px;
}

.mobileBlue {
    display:inline;
    position: relative;
    z-index: 999;
}



.wl-page .wl-content {
    padding: 0px;
	background-color: transparent !important;
}

.greyCatBar .product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background-color: #fff;
    overflow: auto;
}

form.form-horizontal {
    border: 1px solid #e5e5e5;
    padding: 20px 30px 20px 30px;
}

form.form-horizontal input.btn.btn-primary {
    width: 100%;
}

.yellowBar {
    background-color: #ffd400;
    padding: 25px;
	margin-bottom:40px;
}

.yellowBar p {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 26px;
}

.contactDetails {
    background-color: #f5f5f5;
	margin-top:25px;
}

.contactDetails:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.contactDetails .col-sm-4 {
    padding: 35px;
	text-align:center;
	    min-height: 142px;
}

.contactDetails p {
	display:inline-block;
	text-align:left;
	padding-left: 90px;
	color: #000;
}

.contactDetails a {
	color: #000;
}

.contactDetails .tel p {
    padding-top: 13px;
    margin-left: 22px;
}

.email p {
    margin-left: 30px;
    padding-top: 24px;
}

.contactDetails .fa {
    font-size: 83px;
    line-height: 83px;
    margin-top: -5px;
    display: inline-block;
    color: rgba(0,62,126,1);
    padding-right: 30px;
    position: absolute;
}

.contactDetails i.fa.fa-phone {
    font-size: 90px;
    margin-top: -2px;
}

.contactDetails i.fa.fa-envelope {
    font-size: 86px;
    margin-top: -8px;
}

.col-sm-4.dark {
    background-color: rgba(0,0,0,0.05);
    height: 100%;
}

.suppliersList .row {
    padding: 0px !important;
}

.suppliersList > .row {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.suppliersList h2 {
    background-color: #f5f5f5;
    padding: 10px 20px;
}

.suppliersList .col-sm-3 a {
    border: 1px solid #ddd;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
	 -webkit-transition:ease all 0.3s;
	 -o-transition:ease all 0.3s;
	 transition:ease all 0.3s;
}
@media only screen and (min-width:1000px){
.suppliersList .col-sm-3 a:hover {
	 background-color: rgba(0,62,126,1);
	 cursor:pointer;
	 color:#ffffff;
	 -webkit-transition:ease all 0.3s;
	 -o-transition:ease all 0.3s;
	 transition:ease all 0.3s;
}
}
.boxed {
    border: 1px solid #ddd;
    padding: 33px;
    margin-bottom: 30px;
	margin-top:25px;
}

.boxed .row {
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.boxed label.control-label {
    font-size: 20px;
    font-weight: bold;
	margin-bottom:10px;
}

.boxed .col-sm-3 label {
	padding:0px 0px 5px 20px;
	
}

.boxed .col-sm-6 {
	margin-bottom:20px;

}

.boxed input#button-search {
    width: 100%;
	margin-top:10px;
}

.searchResults {
    background-color: #f5f5f5;
    padding: 30px;
}

.row.smallpadding {
    padding: 25px 0px 0px 0px !important;
}

@media only screen and (max-width: 1250px){
	header .container {
	    width: 100%;
		padding-right: 80px;
	}
}

@media only screen and (max-width: 1200px) {
	
	.mobileBlue {
    position: absolute;
    right: 46px;
    width: 61%;
    float: right;
    z-index: 999;
}
	
	div#logo img {
    padding: 12px 0px 6px 0px;
    /* width: 28%; */
    height: 60px;
    width: auto;
		    display: none;
}

.headerContact {
    padding-top: 14px;
    /* padding-left: 50px; */
    /* margin-left: 45px; */
    position: relative;
}

.mobileHeaderHolder .col-sm-3.logoHolder {
    z-index: 9999999;
    position: fixed;
}
	
#mobile-header {
    display: block;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 50px;
    top:0;
    right: 0px;
    -webkit-box-shadow: 0px 32px 19px -32px rgba(0,0,0,0.54);
    box-shadow: 0px 32px 19px -32px rgba(0,0,0,0.54);
}
	
	#topNav {
    padding: 0px 0px 0px 0;
    display: none;
    z-index: -1;
}
	#mobile-header path#top {
 display:block ;

}	


#menu {
    display: none;
}

.forcefullwidth_wrapper_tp_banner {
    margin-top: 0px !important;
    z-index: -1;
}




.headerContact a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0,0,0,0.4);
    width: 50%;
    float: left;
}


}

@media (max-width: 990px) {
	
	.twocol li {
    width: 100%;
    padding-left: 30px;
    /* float: left; */
    display: inline-block;
    text-align: left;
    position: relative;
}

.headerContact {
    padding-top: 25px;
    padding-left: 50px;
    margin-left: 45px;
    display: none;
    position: relative;
}

#search, #cart {
    padding-top: 14px;
}

.contactDetails .col-sm-4 {
   width:100%;
}

.contactDetails .fa {
    font-size: 83px;
    line-height: 83px;
    width: 100%;
    margin-top: 0;
    display: inline-block;
    color: rgba(0,62,126,1);
    padding-right: 0;
    position: relative;
}

.contactDetails p {
    display: inline-block;
    text-align: left;
    padding-left: 0;
    color: #000;
    margin: 0px !important;
    text-align: center;
	padding:15px 0px 0px 0px !important;
}	

.fullwidthImageContent.newStyle.imageRight .image{
right: auto;
    left: auto;
    left: 50%;
    left: calc(50% - 50vw);
}

.fullwidthImageContent.newStyle .image{
right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    position: relative;
    height: 300px;
    width: 100vw;
    left: 50%;
    left: calc(50% - 50vw);
}

.fullwidthImageContent.newStyle .content{
    width: 100%;
    padding: 20px 0;
}
	
	
}




@media (max-width: 767px) {
	#search, #cart {
		padding-top: 1px;
	}
	.twocol {
    width: 100%;
    /* float: left; */
    display: block;
    margin-left: 0%;
    padding: 0px;
    text-align: center;
    list-style-type: disc;
}
	
.mobileBlue {
    background-color: #003978;
    padding: 18px 0px 7px 0px;
    display: block;
    margin-top: 15px;
    width: 100%;
    position: relative;
    right: 0px;
    float: none;
    z-index: 99;
}
header .container {
    width: 100%;
        padding-right: 15px;
}	

.mobileHeaderHolder .col-sm-3.logoHolder {
    width: 50% !important;
    float: left;
    z-index: 9999999;
    position: fixed;
}

.spacer {
    height: 219px;
}

.footerBox{
	margin: 15px 0;
}

footer .logo{
    display: block;
    margin: 0 auto 20px;
}

footer .holder{
    display: block;
    width: 100%;
        text-align: center;
}

footer .holder .col-sm-4{
	margin-bottom: 20px;
}

footer .holder .col-sm-4:last-child{
	margin: 0;
}

footer .bottom{
    padding: 0 20px;
    text-align: center;
}

footer .bottom .copyright{
display: block;
    width: 100%;
    text-align: center;
}

footer .bottom .social{
position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: block;
    margin: 20px 0;
}

footer .paymentList{
    float: none;
    width: 100%;
    display: block;
    text-align: center;	
}

	
}



.burger {
    float: right;
    margin-top: 5px;
	cursor:pointer;
}


.panel-collapse .row {
    padding: 10px 0px !important;
}

.panel-collapse input.btn.btn-primary {
     margin-top: 0px;
	 margin-left:0px;
}

.panel-collapse input[type="checkbox"] {
    margin-right: 10px;
}

.freeDeliveryBox {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: rgba(0,0,0,0.05);
}

.freeDeliveryBox button#button-quote {
    width: 100%;
}

div#search {
    width: 100% !important;
}



@media (max-width: 1200px) {

.spacer {
    height: 66px;
}

}

@media (max-width: 767px) {
.spacer {
    height: 50px;
}

.breadcrumb {
	display: none;
}
	
#content > .row, #content div > .row, .greyRow > .row, .col-sm-12 > .row, .greyCatBar .container > .row, .padding {
    padding-top: 20px;
    padding-bottom: 0px;
}
}

.four {
    width:100%;
	display:block;
	margin-bottom:20px;
}

.four:after {
	content:"";
	display:block;
	clear:both;
}

.four li {
    width: 25%;
    float: left;
}

img.lorryImage {
    float: right;
    width: 27%;
    margin-left: 39px;
    margin-bottom: 30px;
}

#deliverycheck {
    background-color: rgba(0,0,0,0.05);
    padding: 30px 30px;
    width: 66%;
    display: inline-block;
    border: 1px solid #ccc;
	margin-bottom:30px;
}

#deliverycheck input {
    width: 60%;
    margin-right: 3%;
    padding: 10px 13px;
}

input.submit {
    width: 37% !important;
    background-color: rgba(0,62,126,01);
    border: 0px;
    color: #fff;
    margin-right: 0px !important;
}

.congrats {
    background-color: rgba(0,62,126,01);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px;
}

.sorry {
    background-color: rgba(0,62,126,01);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px;
}

.sorry p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.congrats p {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

#deliveryForm {
	margin-bottom:1em;
}

.congrats p span, .sorry p span {
    color: #ffd400;
}

@media (max-width: 767px) {
	.four li {
		width: 100%;
		float: left;
	}
	
	.congrats, input.submit, form#deliverycheck {
		width: 100%;
	}
	
	#deliverycheck {
    background-color: rgba(0,0,0,0.05);
    padding: 30px 30px;
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.col-lg-3.hidden-sm.hidden-md.truck {
    margin-bottom: 0px;
}
.freeDelivery {
    padding: 16px 0px 3px 0px;
    position: relative;
    margin-right: 0px;
    height: auto;
    width: 100%;
    text-align: center;
    height: 150px;
}
	

.freeDelivery p {
    font-size: 24px;
}

.freeDelivery p span {
    font-size: 24px;
    display: inline-block;
    line-height: 33px;
}

.freeDelivery:after {
    content: "";
    position: absolute;
    right: 45%;
    bottom: -20px;
    width: 0;
    height: 0;
	top: initial;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: rgba(0,62,126,1) transparent transparent transparent;
}

			
}

footer {
   
    background-color: rgba(0,62,126,01);
}


.wl-article h2 {
    margin-top: 0px;
    font-size: 23px;
    font-weight: bold;
    line-height: 36px;
    padding: 10px 17px;
    /* color: #fff; */
    margin-bottom: 20px;
    border-bottom: 4px solid rgba(0,62,126,1);
    /* border-top: 2px solid rgba(0,62,126,1); */
    background-color: rgba(0,0,0,0.05);
    text-align: left;
}



ul.navbar-nav > li:last-child {
   background: transparent !important; 
}

.messagestrip {
    z-index: 10001;
    border-top: 0px solid rgba(255,255,255,0.5);
    border-bottom: 0px dotted rgba(255,255,255,0.5);
    padding: 0px 0px;
    text-align: center;
    font-size: 13px;
    width: 48%;
    margin: 0px 1%;
    display: inline-block;
    margin-top: 0.1em;
    margin-bottom: 0.5em;
    vertical-align: top;
}

.messagestrip img {
    width: 100% !important;
}

.groupLogos {
    text-align: center;
}

.groupLogos img {
    padding: 0px 1%;
    width: 16% !important;
}

@media (max-width: 950px) {
	
	.freeDelivery p {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
	
}

.freeDelivery p span {
    color: rgba(255,213,0,1);
    font-size: 38px;
    margin-bottom: 10px;
    display: block;
    line-height: 30px;
}
}

a.pricePledge {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}

a.pricePledge img {
    width: 171px;
}


.pricepledgebar {
    background-color: #ec1c23;
    width: 100%;
	display:none;
}


@media (max-width: 1370px) {
	
	.pricepledgebar {
		display:block;
	}
	
	a.pricePledge {
		display:none;
	}
	
}


.pricepledgebar a {
    display: block;
    width: 100%;
    background-color: #ec1c23;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
	text-decoration:none;
}

i.fa.fa-gbp {
    font-size: 30px;
    margin: 0px 8px 0px 8px;
}

.pricepledgebar a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f005";
    color: #fff;
    position: absolute;
    right: 15px;
    top: 14px;
}

.pricepledgebar a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f005";
    color: #fff;
    position: absolute;
    left: 15px;
    top: 14px;
}

.tp-bullets.simplebullets.navbar {
    display: none !important;
}

@media (max-width: 1200px) {

.mobileHeaderHolder {
    height: 66px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 50px;
    z-index: 999;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.13);
}
}

@media (max-width: 767px) {
.mobileHeaderHolder .col-sm-3.logoHolder {
    width: 50% !important;
    float: left;
    z-index: 9999999;
    position: fixed;
    top: 52px;
}

.common-home .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}

}

@media (max-width: 1370px) {

.pricepledgebar {
    display: block;
    position: relative;
    top: 0px;
    z-index: 999;
}
}

@media (max-width: 1200px){
.forcefullwidth_wrapper_tp_banner {
    margin-top: 0px !important;
    z-index: 1; 
}

.pricepledgebar {
    display: block;
    position: relative;
    top: 0px;
    z-index: 999;
}
}

@media (max-width: 768px){
.forcefullwidth_wrapper_tp_banner {
    margin-top: 0px !important;
    z-index: 1;
}
}

.christmastimes {
    background-color: rgba(236,28,35,0.1);
    padding: 31px;
    text-align: center;
    margin: 41px 0px;
}

.christmastimes.green{
	background-color: rgba(187,238,187,0.2);
}

.christmastimes p {
    background-color: #ec1c23;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 14px;
}


.christmastimes.green p{
	background-color: #77dd77;
	    color: #444;
}

.christmastimes.dark{
background: #000;
}

.christmastimes.dark h3{
    color: #fff;
    font-weight: 400;
}

.christmastimes.dark p{
    color: #fff;
    font-weight: 400;
    text-transform: none;
    background: transparent;
}

a.logoMobile {
    position: absolute;
    left: 14px;
    top: 11px;
}

a.logoMobile img {
    width: 100px;
}

a.cartBut {
    background-color: rgba(0,62,126,1);
    color: #fff;
    padding: 5px 12px;
    position: absolute;
    right: 63px;
    height: 41px;
    border-radius: 3px;
    top: 13px;
    font-size: 31px !important;
}

a.searchBut {
    background-color: rgba(0,62,126,1);
    color: #fff;
    padding: 5px 12px;
    position: absolute;
    right: 111px;
    height: 41px;
    border-radius: 3px;
    top: 13px;
    font-size: 31px !important;
}

a.cartBut i.fa.fa-shopping-cart {
    font-size: 18px;
}


a.searchBut .fa {
    font-size: 17px;
}

a.bagSizeBut {
    background-color: rgba(0,62,126,1);
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 17px;
}

.mobileStickyHeader {
    position: relative;
    z-index: 999;
    background-color: #fff;
    top: 0px;
	width:100%;
	height: 65px;
	display: none;
}

.mobileStickyHeader.stuck {
    position: fixed;
    overflow: hidden;
    cursor: pointer;
	position: absolute;
	-webkit-transition:all ease;
	-o-transition:all ease;
	transition:all ease;
}

.mobileStickyHeader a.pricePledge {
	
display:block !important;
}

.mobileStickyHeader .pricepledgebar a {
    display: block;
    width: 100%;
    background-color: #ec1c23;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

.mobileStickyHeader #mobile-header {
    width: 67px;
    height: 65px;
    background-color: transparent;
    top: 0px;
    z-index: 999;
	visibility:visibile;
}

.stuckSpacer {
	height:65px;
	display: none;
	width:100%;
}

.stuckSpacer.stuck {
	display: block;
}


@media (max-width: 1200px){
	
		.mobileStickyHeader {
		
			display: block;
		}

	
}

span.check {
    font-size: 21.5px !important;
    width: 100% !important;
    display: block;
    margin-bottom: 0px !important;
}

.accordianButton {
    color: rgba(0,62,126,1) !important;
    padding: 5px 15px;
    display: inline-block;
    background: transparent; 
    border: 0px; 
    border-radius: 5px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width:1000px){
	.accordianButton:hover{
		text-decoration: none;
		background:#fff;
		color:rgba(0,62,126,1) !important;
		-webkit-transition:all ease 0.4s;
		-o-transition:all ease 0.4s;
		transition:all ease 0.4s;
	}
}

.accordianContent {
    display: none;
}

.paddingcontainer {
    padding: 40px 0px;
}

.row.mobileMainContent {
    margin-top: 35px;
}

.row.maintitle.row.catHead {
    padding-bottom: 0px !important;
}

.accordianContent p:first-child {
	display: none;
	height:0px;
}

div#desktopMainContent {
    padding-top: 0px !important;
}

@media only screen and (max-width:768px){

	div#mobileMainContent {
	    padding-left: 3% !important;
	    padding-right: 3% !important;
	    margin: 0px;
	    padding-top: 35px;
	}
	.paddingcontainer {
    padding: 40px 5% 0px 5%;
}
}

.CategoryContainer {
    background-color: #f5f5f5;
}

div#desktopMainContent p, div#desktopMainContent h1,.row.catHead h1{
    text-align: center !important;
}

.row.catHead h1{
	margin:0 0 10px 0;
}

div#desktopMainContent p {
    
    font-size: 12px;
    line-height: 20px;
}

.CategoryContainer div#content {
    padding: 0px;
}

div#ajax-filter-container {
    margin: 0px 20px;
}

div#ajax-filter-container .row.nopadding:first-of-type {
    margin-top: 0px;
    margin-left: -32px;
    margin-right: -26px;
}

div#ajax-filter-container .row.nopadding:last-of-type {
	margin-bottom: 30px;
}

.prodDesc {
    padding: 35px 0px 35px 0px;
}

@media only screen and (max-width:767px){
	.CategoryContainer .prodDesc {
    	padding: 35px 0px 5px 0px;
	}
}

.CategoryContainer .btn-default {
    color: #ccc;
    text-shadow: none;
    background-color: #e7e7e7;
    background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
    background: none;
    border: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    /* font-size: 20px; */
}

.CategoryContainer .btn-default.active {
    color: #000;
   
}
@media only screen and (min-width:1000px){
.CategoryContainer .btn-default.active:hover, .CategoryContainer .btn-default.active:focus {
	border:0px !important;
	background-color: transparent !important;
}
}
.CategoryContainer .btn-default .fa {
    font-size: 20px;
}

.ajax-filter {
    display: block;
    /* border: 1px solid #d5d5d5; */
    margin-bottom: 20px;
    margin-top: 0px !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0px 2px 11.76px 0.24px rgba(18, 16, 11, 0.04), 0px 2px 2.82px 0.18px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 11.76px 0.24px rgba(18, 16, 11, 0.04), 0px 2px 2.82px 0.18px rgba(0, 0, 0, 0.12);
}

.ajax-filter .af-body .af-container > .af-heading, .ajax-filter .af-body .af-container > .af-elements > .af-wrapper {
	background-color: #fff !important;
}



.product-thumb .caption {
    padding: 15px 15px 20px 15px;
    min-height: unset;
    text-align: center;
}

.product-thumb .image button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0,0,0,0.1) !important;
    background: rgba(0,0,0,0.4);
    border: 0px;
    color: #fff;
    display: inline-block;
    padding: 9px 13px 5px 13px;
    font-size: 14px;
}

 .product-thumb .image {
    float: none;
    position: relative;
}

.product-gridr .product-thumb i.fa.fa-heart {

color:#ffd400;

}

.product-thumb {
    border: 0px;
    
}

.product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.product-thumb .image img {
  
  
  -webkit-transform: scale(1);
  
  
      -ms-transform: scale(1);
  
  
          transform: scale(1);
-webkit-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
   }

@media only screen and (min-width:1000px){
.product-thumb:hover .image img {
  
  
  -webkit-transform: scale(1.1);
  
  
      -ms-transform: scale(1.1);
  
  
          transform: scale(1.1);
-webkit-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
transition: all ease 0.3s;
   }
}
.product-thumb .image {
	 	overflow: hidden;
}





.product-thumb .image button .fa {
    font-size: 18px;
}


.product-thumb button {
    background-color: rgba(18, 53, 120, 1) !important;
    color: #fff;
    display: inline-block;
    padding: 7px 15px 7px 15px;
    font-size: 12px;
    border: 0px;
    border-radius: 4px;
}

.product-thumb .caption p {
    /* display: none; */
    font-size: 12px;
    line-height: 18px;
}

.product-thumb p.price {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.product-thumb h4, .product-grid .product-thumb h4 a {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    text-align: center;
}

.product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.product-thumb {
    border: 0px;
    margin-bottom: 20px;
}


.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
    border: 0px;
    background-color: transparent;
}

select#input-sort, select#input-limit {
    background-color: white;
    border: 0px;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 130px;
    display: inline-block;
    float: none;
}



.forcefullwidth_wrapper_tp_banner {
    margin-top: -84px !important;
    

    }

    

    .row.title h3 {
    margin-bottom: 30px;
}



.product-thumb .caption p.price {
    display: block;
}

.product-list .product-thumb h4, .product-list .product-thumb a, .product-list .product-thumb p {
    text-align: left;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
    float: left;
    margin: 0px;
    width: 75%;
    text-align: left;
}

#ajax-filter-container .input-group {
    position: relative;
    display: inline-block;
    /* border-collapse: separate; */
    width: auto;
}


#ajax-filter-container .col-md-10.col-xs-6 {
    text-align: right;
}

#ajax-filter-container .input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
    border: 0px;
    width: auto;
    display: inline-block;
    margin-bottom: -5px;
    background-color: transparent;
}

body.checkout-cart {
    background-color: rgba(0,0,0,0.05);
}
/*
body.checkout-cart header {
    background-color: #fff;
    padding-top: 20px;
}*/

body.checkout-cart #topNav {
    background-color: #EEEEEE;
    margin: 0 0 0px 0;
}

body.checkout-cart .table-responsive {
    min-height: .01%;
    overflow-x: auto;
    background-color: #fff;
    padding: 20px 20px 0px 20px;
    margin-bottom: 30px;
}

body.checkout-cart .table-responsive {
    min-height: .01%;
    overflow-x: auto;
    background-color: #fff;
    padding: 25px 25px 5px 25px;
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 11.76px 0.24px rgba(18, 16, 11, 0.04), 0px 2px 2.82px 0.18px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 11.76px 0.24px rgba(18, 16, 11, 0.04), 0px 2px 2.82px 0.18px rgba(0, 0, 0, 0.12);
}

body.checkout-cart .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0px 2px 11.76px 0.24px rgba(18, 16, 11, 0.04), 0px 2px 2.82px 0.18px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 11.76px 0.24px rgba(18, 16, 11, 0.04), 0px 2px 2.82px 0.18px rgba(0, 0, 0, 0.12);
}

body.checkout-cart .panel-group .panel {
   
    margin-bottom: 10px;
}


body.checkout-cart .col-sm-4 table.table.table-bordered {
    background-color: #163e7a;
    color: #fff;
    border-radius: 4px;
    border: 0px;
}

body.checkout-cart h2 {
    
    margin-bottom: 5px;
}


.bbqbox {
    border: 2px solid rgba(0,62,126,1);
    width: 30%;
    float: right;
    margin-bottom: 15px;
    margin-left: 30px;
    padding: 15px;
}

.bbqbox img {
    width: 100%;
    margin-bottom: 15px;
}

.bbqbox h3 {
    background-color: rgba(0,62,126,1);
    color: #fff;
    font-size: 26px;
    padding: 4px 10px;
    /* margin: 0px 10px; */
    text-align: center;
    /* margin-top: -46px; */
    /* z-index: 2; */
    position: relative;
}

.modal-backdrop{
	display:block;
}

.modal-backdrop.fade{
	display:none;
}

h1.product {
    font-size: 28px !important;
    line-height: 34px !important;
}

.form-group select, .form-group input {
    width: 77%;
    display: inline-block;
    height: 45px;
    vertical-align: top;
}

.form-group.required label {
    width: 22%;
   
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: top;
}

.form-horizontal .form-group.required label{
	width: 100%;
	padding-top: 0px;
	text-align:left;
}

@media only screen and (min-width: 768px){
	.form-horizontal .form-group.required label.col-sm-2{
		width: 16.66666667%;
	}
}

.productHolder {
    padding: 20px 0px 10px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.13);
    border-top: 1px solid rgba(0,0,0,0.13);
    margin-bottom: 15px;
}

button#button-cart,button#button-cart-footer {
    width: 44%;
    height: 45px;
    margin-left: 1%;
    display: inline-block;
    text-transform: uppercase;
        background-color: #00b140 !important;
    background-image: -o-linear-gradient(top, #00b140, #00b140) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00b140), to(#00b140)) !important;
    background-image: linear-gradient(to bottom, #00b140, #00b140) !important;
    background-repeat: repeat-x;
    border-color: #00b140 #00b140 #00b140 !important;
}

button#button-cart-footer{
	display: none;
}

.form-group label {
    width: 22%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}

input#input-quantity {
    width: 30%;
    display: inline-block;
    height: 45px;
    vertical-align: middle;
}

.form-group {
    margin-bottom: 10px;
}

span.placeholder-price-holder, span.placeholder-price-new {
    color: rgba(0,62,126,1);
}
span.placeholder-price-new {
	margin-top: 10px;
	display: block;
}

.productInfo .list-unstyled li {
    display: inline-block;
    padding-right: 33px;
    position: relative;
}

.productInfo .list-unstyled li:after {
    content: "";
    height: 9px;
    position: absolute;
    left: -19px;
    top: 8px;
    width: 1px;
    background-color: rgba(0,0,0,0.3);
}

.productInfo .list-unstyled li:first-of-type:after {
    display: none;
}

.productInfo ul.list-unstyled.info {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 10px;
}

h1.product {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-bottom: 5px;
}

span.placeholder-price-holder {
    margin-top: 10px;
    display: block;
}
span span.placeholder-price-holder {
	display: inline;
	color: #666;
}
span span.placeholder-price-holder:before {
	content: 'was ';
}

.btn-default, .btn-group.productButtons .btn {
    background: transparent;
    border: 0px;
    /* text-shadow: 0 0px 0 rgba(255, 255, 255, 0) !important; */
    text-shadow: unset !important;
}

.btn-default {
    color: #777;
    text-shadow: unset !important;
    background-color: transparent;
    background-image: transparent;
    background-image: transparent;
    background-image: transparent;
    background-image: transparent;
    background-repeat: repeat-x;
    border-color: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
}

.btn-group.productButtons {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.13);
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 15px;
    color: #444;
    font-weight: bold;
    padding-right: 10px;
}

.btn-group .fa {
    margin-right: 12px;
}

.navtabs-holder {
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.greyCatBar .navtabs-holder li a {
	margin: 0px;
	 position: relative;
    display: block;
    padding: 17px 15px;
    text-transform: uppercase;
    border: 0px !important;
    color: #444 !important;
}

.tab-content {
    padding: 30px 0px;
}

.nav-tabs {
    border-bottom: 0px solid #ddd; 
}

.nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}

.nav-tabs li:after {
    content: "";
    width: 70%;
    height: 3px;
    
     background-color: transparent;
    position: absolute;
    bottom: -2px;
    left: 15%;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.nav-tabs li.active:after {
   background-color: rgba(18, 53, 120, 1) ;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.nav>li>a:hover {
    text-decoration: none;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
    background-color: transparent;
   
}

.product {
    display: block;
}

.product.mobile {
    display: none;
}

span.placeholder-price-holder {
    margin-top: 10px;
    display: inline-block;
}



@media (max-width: 767px) {

.messagestrip {
    z-index: 10001;
    border-top: 0px solid rgba(255,255,255,0.5);
    border-bottom: 0px dotted rgba(255,255,255,0.5);
    padding: 0px 0px;
    text-align: center;
    font-size: 13px;
    width: 100%;
    margin: 0;
    display: inline-block;
    margin-top: 0.1em;
    margin-bottom: 0.5em;
    vertical-align: top;
}

.col-sm-12 .col-sm-12 {
	padding: 0px;
}

.col-sm-12.col-md-6.floatright {
    margin-top: 30px;
}

.priceMobile {
	display: none;
}

.priceDesktop {
	display: block;
}

h1.product {
    display: none;
}

h1.product.mobile {
    display: block;
    margin-top: 30px !important;
    margin-bottom: 15px;
}



}

@media only screen and (max-width:500px){
	button#button-cart-footer{
		width: 100%;
	    margin: 0;
	    display: block;
	    border-radius: 0;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    height: 55px;
	    z-index: 300;
	    cursor: pointer;
	    font-size: 16px;
        font-weight: bold;
    	text-shadow: none;
    	text-transform: uppercase;
	}

	button#button-cart-footer.hiddenBtn{
		display: none;
	}

	
	.required select {
    width: 99% !important;
}



}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    text-transform: uppercase;
    display: inline-block !important;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: unset !important;
     margin-right: unset !important;
}

.cricketForm{
    margin-bottom: 20px;
    /*border: 10px solid rgba(0,62,126,1);*/
    background:rgba(0,62,126,1);
}


.cricketForm .form-group.required label{
    width: 20%;
    padding-right: 2%;
    color:#fff;
}

.cricketForm .form-group.required.check {
	text-align: center;
}

.cricketForm .form-group.required.check label{
	    width: auto;
    vertical-align: middle;
        width: auto;
    height: auto;
    vertical-align: middle;
    
}

.cricketForm .form-group.required.check input{
	    width: auto;
    height: auto;
    vertical-align: middle;
    padding-right:0;
    margin-right: 10px;
}

.cricketForm .col-sm-10 {
    width: 79.333333%;
    padding-left:5px;
}

.cricketForm legend{
	color:#fff;
	text-align: center;
}

.cricketForm fieldset fieldset legend{
	display: none;
}

.cricketForm .g-recaptcha{
	    width: 77%;
    display: inline-block;
    vertical-align: top;
}

.cricketForm .g-recaptcha > div{
	max-width: 100%;
}

.cricketForm .g-recaptcha iframe{
	max-width:100%;
}

.cricketForm form.form-horizontal input.btn.btn-primary{
	    height: auto;
    font-size: 16px;
    margin:0;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: rgba(0,62,126,1) !important;
        border: 1px solid #cccccc;
    border-color: #cccccc !important;
}

.shareBar{

	padding: 10px 0;
    border-top: 2px dashed rgba(0,62,126,1);
    border-bottom: 2px dashed rgba(0,62,126,1);
    margin: 40px 0;
}

.shareBar h4{
	margin: 0;
	float:left;
}

.shareBar ul{
	margin: 0;
    padding: 0;
    float: right;
}

.shareBar ul li{
	list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.shareBar ul li:last-child{
	margin:0;
}

.shareBar ul li a{
	display: block;
    height: 30px;
    width: 30px;
    background: rgba(0,62,126,1);
    text-align: center;
    line-height: 30px;
    -webkit-transition:all ease 0.4s;
    -o-transition:all ease 0.4s;
    transition:all ease 0.4s;
    overflow:hidden;
}

.shareBar ul li a i{
	color:#fff;
	font-size: 20px;
    line-height: 30px;

}

@media only screen and (min-width:1000px){
	.shareBar ul li a:hover{
		border-radius: 5px 0 5px 0;
		-webkit-transition:all ease 0.4s;
		-o-transition:all ease 0.4s;
		transition:all ease 0.4s;
	}
}

.cricketForm .text-danger{
	padding: 10px;
    text-align: center;

    border: 2px dashed #a94442;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.cricketForm p{
	    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 20px 10px;
}


.landingBanner{
	background:#003a79;
}


.landingBanner img{
	    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    padding: 0;
    vertical-align: top;
}

@media only screen and (max-width:767px){
	.landingBanner{
		margin-top:15px;
	}

}

@media only screen and (max-width:700px){
	.cricketForm .form-group.required label{
	    width: 100%;
	    padding:0;
	    margin-bottom:10px;
	}

	.cricketForm .col-sm-10 {
	    width: 100%;
	    padding:0;
	}

	.cricketForm .form-group.required input{
		width: 100%;
	}


	.cricketForm .g-recaptcha{
		width:100%;
	}

	
}


/* RATING PLUGIN HOLDER STYLES */
.ratingholder[data-done="true"] {
	padding: 4px 0px 2px;
	border-bottom: 1px solid rgba(0,0,0,0.14);
	margin-bottom: 10px;
}


/****** CART STYLES ***********/

body.checkout-cart{
	background:transparent;
}

.cartList{
	display: block;
    margin-bottom: 20px;
    background: rgba(0,0,0,0.05);
    position: relative;
    padding-left: 25%;
        font-size: 0;
}

.cartList .cartListImage{
	display: block;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25%;
    background-size: cover;
    background-position: 50% 50%;
    border: 1px solid rgba(0,0,0,0.05);
}


.cartList .cartContent{
	display: inline-block;
    vertical-align: top;
    width: 65%;
    padding:30px;
    position: relative;
}

.cartContent .btn-danger.mobile{
	position: absolute;
	top:0;
	right:0;
	display: none;
}

.cartList .cartContent a{
	display: block;
}

.cartList .cartContent a h3{
	font-size: 20px;
    line-height: 28px;
}

.cartList .cartContent p{
	color: #444;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.cartList .cartContent p:last-child,.cartList .cartContent p:last-of-type{
	margin: 0;
}

.cartList .cartInformation{
    display: inline-block;
    vertical-align: top;
    width: 35%;
}

.cartList .cartInformation .block{
	display: block;
    padding: 15px 25px;
	background: rgba(0,0,0,0.05);
}

.cartList .cartInformation .block:first-child{
	padding: 25px;
}

.cartList .cartInformation .block:nth-child(2n){
	background: rgba(0,0,0,0.1);
}


.cartList .cartInformation .block .input-group{
    display: block;
    font-size: 0;
}

.cartList .cartInformation .block .input-group .form-control[name^=quantity]{
	display: inline-block;
    vertical-align: top;
    color: #444;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    border: 0;
    border-radius: 0;
    padding: 0 10px;
    float: none;
    width: 90%;
    width: calc(100% - 80px);
    outline:none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.cartList .cartInformation .block .input-group-btn{
    width: auto;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
}

.cartList .cartInformation .block .input-group-btn .btn,.cartContent .btn-danger.mobile{
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 40px;
    height: 40px;
    padding: 0;
    text-shadow: none;
}

.cartList .cartInformation .block .input-group-btn .btn i,.cartContent .btn-danger.mobile i{
	font-size: 16px;
	line-height: 40px;
}

.cartList .cartInformation .block .input-group-btn .btn.btn-primary{
	background: #003978 !important;
}

.cartList .cartInformation .block .input-group-btn .btn.btn-danger,.cartContent .btn-danger.mobile{
	background: #e30513 !important;
}

.cartList .cartInformation .block .priceBlock{
    font-size: 0;
}

.cartList .cartInformation .block .priceBlock p{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
    text-align: left;
    width: 30%;
    color: #444;
}

.cartList .cartInformation .block .priceBlock p.price{
	text-align: right;
	width: 65%;
	margin-left: 5%;

}

.cartList .cartInformation .block .priceBlock.total p.price{
	color:#003978;
	font-size: 22px;
	line-height: 30px;
}

.cartColumns{
	display: block;
    margin-bottom: 20px;
}

.cartColumns:after {
    content: "";
    display: table;
    clear: both;
}

.cartColumns .column{
	width: 26%;
}

.cartColumns .column.left{
	float: left;
}

.cartColumns .column.right{
	float: right;
}

.cartColumns .column .coupon{
	display: block;
    font-size: 0;
}

.cartColumns .column .coupon input{
	background: #f6f6f6;
    border: 2px solid #f6f6f6;
    border-radius: 0;
    height: 40px;
    line-height: 36px;
    color: #444444;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px 0 0 5px;
    width: 90%;
    width: calc(100% - 100px);
}

.cartColumns .column .coupon input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #444444;

}
.cartColumns .column .coupon input::-moz-placeholder { /* Firefox 19+ */
    color: #444444;

}
.cartColumns .column .coupon input:-ms-input-placeholder { /* IE 10+ */
    color: #444444;

}
.cartColumns .column .coupon input:-moz-placeholder { /* Firefox 18- */
    color: #444444;

}

.cartColumns .column .coupon .input-group-btn{
	display: inline-block;
	vertical-align: top;
	width: 100px;
}

.cartColumns .column .coupon .input-group-btn input{
    padding:0;
    text-align: center;
    border: 2px solid #003978 !important;
    background: #003978 !important;
    color: #fff;
    border-radius: 0 5px 5px 0;
    width: 100%;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width:1000px){
	.cartColumns .column .coupon .input-group-btn input:hover{
		opacity: 0.8;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

.cartColumns .accordion-toggle{
    display: block;
    background: #003978;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 25px 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
}

@media only screen and (min-width:1000px){
	.cartColumns .accordion-toggle:hover{
		opacity: 0.8;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

.cartColumns .accordion-toggle span{
	color: #ffd400;
}

.cartColumns .accordion-toggle i{
	color: #fff;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 50%;
    top: calc(50% - 11px);
    -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
            transform:rotate(90deg);
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.cartColumns .accordion-toggle.collapsed i{
	-webkit-transform:rotate(0deg);
	    -ms-transform:rotate(0deg);
	        transform:rotate(0deg);
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.cartColumns .priceBlock{
	display: block;
    padding: 10px 25px;
	background: rgba(0,0,0,0.05);
	font-size: 0;
}



.cartColumns .priceBlock:nth-child(2n){
	background: rgba(0,0,0,0.1);
}

.cartColumns .priceBlock.total{
	background: #003978;
}

.cartColumns .priceBlock p{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
    text-align: left;
    width: 40%;
    color: #444;
}

.cartColumns .priceBlock p.price{
	text-align: right;
	width: 55%;
	margin-left: 5%;

}

.cartColumns .priceBlock.total p{
	color:#fff;
}

.cartColumns .priceBlock.total p.price{
	font-size: 22px;
	line-height: 30px;
	font-weight:bold;
}



.panel-group .panel.cartPanel{
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.panel-group .panel.cartPanel .panel-collapse{
	text-align: right;
}

.panel-group .panel.cartPanel .panel-collapse .panel-body{
	    width: 26%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.panel-group .panel.cartPanel .panel-collapse .panel-body .form-group{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 90%;
    width: calc(100% - 100px);
}

.panel-group .panel.cartPanel .panel-collapse .panel-body .form-group.select{
	width: 100%;
	margin-bottom:20px;
}


.panel-group .panel.cartPanel .panel-collapse .panel-body .form-group.select .holder{
	display: block;
}

.panel-group .panel.cartPanel .panel-collapse .panel-body .form-group.select .holder label{
	color: #444;
}

.panel-group .panel.cartPanel .panel-collapse .panel-body .form-group.select .holder select{
	width: 100%;
}

.panel-group .panel.cartPanel .panel-collapse .panel-body input{
    padding: 0 10px;
    background: #f6f6f6;
    border: 2px solid #f6f6f6;
    border-radius: 0;
    height: 40px;
    line-height: 36px;
    color: #444444;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px 0 0 5px;
    width: 100%;
}

.panel-group .panel.cartPanel .panel-collapse .panel-body input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #444444;

}
.panel-group .panel.cartPanel .panel-collapse .panel-body input::-moz-placeholder { /* Firefox 19+ */
    color: #444444;

}
.panel-group .panel.cartPanel .panel-collapse .panel-body input:-ms-input-placeholder { /* IE 10+ */
    color: #444444;

}
.panel-group .panel.cartPanel .panel-collapse .panel-body input:-moz-placeholder { /* Firefox 18- */
    color: #444444;

}

.panel-group .panel.cartPanel .panel-collapse .panel-body .btn-primary{
	padding: 0;
    text-align: center;
    border: 2px solid #003978 !important;
    background: #003978 !important;
    color: #fff;
    border-radius: 0 5px 5px 0;
    width: 100px;
    text-shadow: none;
    height: 40px;
    line-height: 36px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width:1000px){
	.panel-group .panel.cartPanel .panel-collapse .panel-body .btn-primary:hover{
		opacity: 0.8;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

.cartButton{
	display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    background: #f6f6f6;
    border-radius: 5px;
    padding: 10px 30px;
    text-decoration: none;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.cartButton.prim{
	color:#fff;
	background:#3fa435;
	font-size: 20px;
	line-height: 28px;
}

.cartButton.mobile{
	display: none;
}

@media only screen and (min-width:1000px){
	.cartButton:hover{
		opacity: 0.8;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}

}

@media only screen and (max-width:1000px){
	.cartList{
		padding:0;
	}

	.cartList .cartListImage{
		position: relative;
	    top: auto;
	    left: auto;
	    bottom: auto;
	    width: 200px;
	    height: 180px;
	    display: inline-block;
	    vertical-align: top;
	}

	.cartList .cartContent{
		padding-right: 45px;
		width: 90%;
		width: calc(100% - 200px);
	}

	.cartList .cartInformation{
		width: 100%;
		position: relative;
	}

	.cartContent .btn-danger.mobile{
		display: block;
	}

	.cartList .cartInformation .block .input-group .form-control[name^=quantity]{
		width: 90%;
		width: calc(100% - 40px);
	}

	.cartList .cartInformation .block .input-group-btn .btn.btn-danger{
		display: none;
	}

	.cartList .cartInformation .block{
		margin-left: 200px;
    	padding: 10px 15px;
	}

	.cartList .cartInformation .block:first-child{
		position: absolute;
	    width: 200px;
	    bottom: 0;
	    top: 0;
	    left: 0;
	    background: #003978 !important;
	    padding:15px;
	    margin:0;
	}

	.cartList .cartInformation .block:first-child .input-group{
		position: absolute;
	    left: 15px;
	    right: 15px;
	    width: auto;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	}

	.cartList .cartInformation .block .input-group-btn .btn.btn-primary{
		background:rgba(255,255,255,0.2) !important;
	}


	.cartColumns .column{
		float:none;
		width: 100%;
	}

	.cartColumns .column:first-child{
		margin-bottom: 20px;
	}

	.cartColumns .column:only-child{
		margin-bottom: 0px;
	}

	.cartColumns.buttons .column{
	    width: 48%;
	    margin: 0;
	}

	.panel-group .panel.cartPanel .panel-collapse .panel-body{
		width: 100%;
	}

	.cartButton.mobile{
		display: block;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 100;
	    border-radius: 0;
	    padding: 15px 30px;
	    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	}

	.cartColumns .priceBlock{
		width: 80%;
		margin-left: 20%;
	}
}

@media only screen and (max-width:550px){
	.cartList .cartListImage{
	    width: 160px;
	    height: 140px;
	}

	.cartList .cartContent{
		width: 90%;
    	width: calc(100% - 160px);
	}

	.cartList .cartInformation .block{
		margin-left: 160px;
	}

	.cartList .cartInformation .block:first-child{
		width: 160px;
	}
}


@media only screen and (max-width:450px){
	.cartList .cartListImage{
		width: 100%;
	    height: 200px;
	    z-index: 1;
	}

	.cartList .cartContent{
	    width: 100%;
	    padding: 30px;
	}

	.cartList .cartInformation .block{
		padding:15px;
		width: 100%;
		    margin: 0;
	}

	.cartList .cartInformation .block:first-child{
		width: 100%;
    	position: relative;
	}

	.cartList .cartInformation .block:first-child .input-group{
		position: relative;
	    top: auto;
	    left: auto;
	    right: auto;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}

	.cartColumns.buttons .column{
		width: 100%;
	}

	.cartColumns.buttons .column:first-child{
		margin-bottom:20px;
	}

	.cartColumns .priceBlock{
		width:100%;
		margin-left:0;
	}

	.cartColumns,.cartList{
		margin-bottom: 40px;
	}

}

/**** 2022 CHANGES ***/

.regular{
	font-weight: 400;
}

.bold,header .contactList ul li a,.promoBanner .item .container .textHolder h3,h3{
	font-weight: 700;
}

h3{
	font-size: 26px;
	line-height: 34px;
	color: #123578;
}

h3:only-child{
	margin-bottom: 0;
}

.row.title h3{
	margin-top: 30px;
	margin-bottom: 0;
}

/********* HEADER ****/

#topNav{
    border-bottom: 0;
    margin: 0;
}

.socialLinks ul .fa{
	color: #123578;
}

header{
	position: relative;
    background: #123578;
    padding: 20px 0;
    
    z-index: 50;
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

header .container{
	font-size: 0;
}

header .logo{
    display: inline-block;
    vertical-align: middle;
    max-width: 170px;
}

header .contactList{
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    width: calc(100% - 370px);
    padding: 0 20px;
}

header .contactList ul{
	margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

header .contactList ul li{
	margin: 0;
	    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    list-style: none;
    padding: 0;
}

header .contactList ul li:last-child{
	margin: 0;
}

header .contactList ul li a{
	display: block;
    color: #fff;
    font-size: 17px;
    line-height: 25px;
        text-align: left;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

header .contactList ul li a span{
    display: inline-block;
    vertical-align: top;
    background: #ffd400;
    text-align: center;
    padding: 2.5px 15px;
    color: #123578;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

header .contactList ul li a span.sub{
	display: block;
	background: transparent;
	padding: 0;
	color: #fff;
}

header .searchBar{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	border: 1px solid #fff;
}

header .searchBar #search{
    padding: 0;
    margin: 0;
    display: block;
    font-size: 0;	
}

header .searchBar #search .input-lg{
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    border-radius: 0;
    border: 0;
    float: none;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #fff;
    font-size: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 80%;
    width: calc(100% - 50px);
}

header .searchBar #search .input-lg::-webkit-input-placeholder,header .searchBar #search .input-lg::-moz-placeholder,header .searchBar #search .input-lg:-ms-input-placeholder,header .searchBar #search .input-lg:-moz-placeholder  {
  color: #fff;

}

header .searchBar .input-group-btn{
display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 40px;
}

header .searchBar #search .btn-lg{
    padding: 0;
    background: transparent;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    display: block;
}

header .searchBar #search .btn-lg i{
    font-size: 16px;
    color: #fff;
    display: block;
    height: 40px;
    width: 50px;
    line-height: 40px;
}

header .cartContainer{
position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

header .cartContainer #cart{
	margin: 0;
	padding: 0;
}

header .cartContainer #cart > .btn{
	background: #ffd400;
    color: #123578;
    text-shadow: none;
    border: 0;
    border-radius: 10px 0 0 10px;

}

#menu{
	border-top: 5px solid #ffd400;
	background-color: rgba(18,53,120,0.8);
	    z-index: 3;
	-webkit-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

#menu.stuck{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	-webkit-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

#menu .nav > li > a{
	font-size: 14px;
	line-height: 20px;
}

.navbar{
	border: 0;
}

/**** promo banners ***/

.promoBanner{
    margin-top: -75px;
    margin-bottom: 0 !important;
    height: 475px;
    position: relative;
}

.promoBanner .slick-list{
	/*float: left;
	width: 100%;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	/*height: 475px;
	margin-top: -75px;*/
}

.promoBanner:after{
	content: "";
	display: table;
	clear: both;
}

.promoBanner .slide{
	border: 0;
}

.promoBanner .item{
    background-size: cover;
    background-position: bottom;
    height: 475px;
        position: relative;
    display: block;
    width: 100%;
}
.promoBanner .item .imageoverlay {
	position: absolute;
	height: 60%;
	width: 70%;
	left: 50%;
	        -webkit-transform: translateX(-50%);
	            -ms-transform: translateX(-50%);
	                transform: translateX(-50%);
	bottom: 5%;
	z-index: 10;
}

@media only screen and (max-width:648px){
	.promoBanner .item .imageoverlay {
		height: 50%;
		bottom: 6%;
	}
}

.promoBanner .item .imageoverlay a {
	display: block;
	height: 100%;
	width: 100%;
}
.promoBanner .item .imageoverlay img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.promoBanner .item:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.05);
}

.promoBanner .item .container{
    position: absolute;
    bottom: 50px;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	text-align: right;
	z-index: 2;
}

.promoBanner .item .container .textHolder{
    display: inline-block;
    vertical-align: top;
    background: rgba(255,255,255,0.8);
    padding: 30px;
    max-width: 450px;
    width: 100%;
}

.promoBanner .item .container .textHolder h3{
	color: #123578;
	font-size: 26px;
	line-height: 34px;
	text-align: left;
}

.promoBanner .item .container .textHolder p{
	color: #123578;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 10px;
}

.promoBanner .slick-dots{
    bottom: auto;
    left: 20px;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.promoBanner .slick-dots li{
display: block;
    margin: 5px 0;
    height: 15px;
    width: 15px;
}

.promoBanner .slick-dots li button{
    padding: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid rgba(255,255,255,1);
    height: 15px;
    width: 15px;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.promoBanner .slick-dots li.slick-active button{
	background-color: #fff;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.promoBanner .slick-dots li button:before{
	display: none;
}

/**** Delivery Section ***/

.deliverySection{
    position: relative;
    margin-top: -20px;
}

.deliverySection:before{
    content: "";
    background: #f2d562;
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 100vw;
    left: 50%;
    left: calc(50% - 50vw);
    z-index: 0;
}

.deliverySection .container{
	position: relative;
	z-index: 2;
	    font-size: 0;
}

.deliverySection .col-lg-3{
float: none;
    display: inline-block;
    vertical-align: middle;
}

.deliverySection .col-lg-6{
float: none;
    display: inline-block;
    vertical-align: middle;
}

.freeDelivery{
    height: 150px;
}

.freeDelivery:after{
	    border-width: 75px 0 75px 40px;
    right: -40px;
}

.freeDelivery p{
    font-size: 25px;
}

.freeDelivery a{
    display: block;
    position: relative;
    height: 150px;
}

.deliveryText p{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.freeDelivery p span{
	font-size: 48px;
    line-height: 24px;
}

.freeDelivery span.check{
	    font-size: 19px !important;
}

/**** product thumb Section ***/

.ruk_rating_snippet{
    background: #4c6c99;
    padding: 2.5px 0;
    text-align: center;
}

.ruk_rating_snippet:empty{
	display: none;
}

.ruk_rating_snippet i{
    color: #f2d562;
    letter-spacing: 4px !important;
}

.ruk_rating_snippet .ruk-rating-snippet-count{
	color: #fff !important;
}

.product-thumb .caption{
    padding: 20px 15px;
    background: rgba(18,53,120,0.05);
}

.product-thumb h4, .product-thumb h4 a{
    color: #123578;
    font-weight: bold;
    text-align: left;
}

.product-thumb .caption p{
    text-align: left;
    color: #000;
}

.product-thumb .caption p.price{
	text-align: right;
	color: #123578;
}

.product-thumb{
	overflow: initial;
}

.product-thumb .buttons {
    font-size: 0;
    background: #fff;
        margin: 0;
}

.product-thumb .buttons button{
	height: 50px;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    border: 0;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    background: rgba(0,58,120,0.75) !important;
    color: #fff;
    padding: 0;
    border-radius: 0;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.product-thumb .buttons button:first-child{
	background: rgba(0,58,120,1) !important;
    width: 80%;
    width: calc(100% - 100px);
}

.product-thumb .buttons button:nth-child(2){
	background: rgba(0,58,120,0.85) !important;
}

.product-thumb .buttons button i{
	line-height: 50px;
    font-size: 16px;
    color: #fff;
}

.product-thumb .buttons button span{
	line-height: 50px;
    font-size: 16px;
    color: #fff;
        margin-left: 5px;
}

@media only screen and (min-width:1000px){
	.product-thumb .buttons button:hover{
		opacity:0.9;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

.button{
    display: inline-block;
    vertical-align: top;
    color: #123578;
    background: #ffd400;
    border: 2px solid #ffd400;
    font-weight: 700;
    padding: 5px 20px;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (min-width: 1000px){
	.button:hover{
		background-color: #fff;
		-webkit-transition: all ease 0.6s;
		-o-transition: all ease 0.6s;
		transition: all ease 0.6s;
	}
}

.product-grid .product-thumb h4 a{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
}

/** pagination */

div#banner0,div#banner0:before,div#banner0:after{
	background: #335088;
}

div#banner0 .item a{
	display: block;

}

div#banner0 .item a img{
	margin: 0 auto;
	max-width: 90%;
}


.owl-controls .owl-page span{
	height: 20px;
	width: 20px;
	background: rgba(255,255,255,0.1) !important;
	    border-radius: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.owl-controls .owl-page.active span{
	background: rgba(255,255,255,0.3) !important;
}

.owl-carousel .owl-wrapper-outer{
	padding: 0;
	
	width: auto;
}

.owl-controls .owl-buttons .owl-prev{
	left: -15px !important;
	    z-index: 1;
}

.owl-controls .owl-buttons .owl-next{
	right: -15px !important;
	    z-index: 1;
}

.CarouselWidget .reviewsContainer .reviewWrap .reviewText p{
	word-break: break-word;
}

@media only screen and (max-width: 1450px){
	header .cartContainer #cart > .btn .fa{
		margin: 0;
	}

	header .cartContainer #cart #cart-total{
		display: none;
	}
}

@media only screen and (max-width: 1200px){
	header{
		display: none;
	}

	#mobile-header{
		    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 400;
	}

	.promoBanner{
		margin: 0;
	}
}

@media only screen and (max-width: 700px){
	.promoBanner .item .container .textHolder{
		max-width: 800px;
    width: 100%;
	}

	.promoBanner .item .container{
		left: 20px;
    right: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
	}

	.promoBanner .slick-dots{
		left: 10px;
	}

	.deliverySection .col-lg-3:first-child{
	    display: block;
	    margin: 0 0 20px;
	}

	.freeDelivery{
		padding: 0;
	}

	.freeDelivery:after{
		display: none;
	}

	.truck a,.truck{
		display: block;
	}

	.truck img{
		max-width: 350px;
	    margin: 0 auto;
	    display: block;
	    padding: 0;
	}

	.promoBanner .item,.promoBanner{
		height: 400px;
		margin-top: 0;
	}

	.col-lg-3.hidden-sm.hidden-md.truck{
		margin-top: 20px;
	}
}


/** Weekend Styles Deal Luke **/

.weekendDealProductSection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.weekendDealCountdownSection {
	padding: 40px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.weekendDealCountdownSection:before {
	content: "";
	position: absolute;
	width: 100vw;
	top: 0;
	bottom: 0;
	height: 100%;
	background-color: rgba(0,62,126,1);
}

.weekendDealProductSection .weekendDealContent {
	width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 40px 0px;
    position: relative;
}

.weekendDealProductSection .weekendDealContent:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 2000px;
	background-color: rgba(0,62,126,1);
}

.weekendDealProductSection .weekendDealTag, .weekendDealCountdownSection .weekendDealTag {
    margin: 5px;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    position: relative;
}

.weekendDealCountdownSection .weekendDealTag {
	padding: 20px !important;
	width: 180px !important;
}

.weekendDealProductSection .weekendDealTag {
	width: 160px !important;
}

.weekendDealProductSection .weekendDealTag:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -50px;
	background-color: rgba(255,213,0,1);
}

.weekendDealCountdownSection .weekendDealTag:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0px;
	background-color: rgba(255,213,0,1);
}

.weekendDealProductSection .weekendDealTag.triangleDown {

    position: relative;
}

.weekendDealProductSection .weekendDealTag.triangleDown:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
    width: 0;
	height: 0;
	border-width: 30px 80px 0 80px;
	border-color: #FFD400 transparent transparent transparent;
	border-style: solid;
}

.weekendDealProductSection .weekendDealTag h2, .weekendDealCountdownSection .weekendDealTag h2 {
	padding-top: 25px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: rgba(0,62,126,1);
    position: relative;
}

.weekendDealCountdownSection .weekendDealTag h2 {
	padding-top: 0;
	margin-bottom: 0;
}

.weekendDealProductSection .weekendDealTag h2 span, .weekendDealCountdownSection .weekendDealTag h2 span {
	font-size: 48px;
}

.weekendDealProductSection .weekendDealContent .weekendDealInfo {
	display: inline-block;
    width: calc(100% - 190px);
    margin: 0 1%;
    vertical-align: middle;
    padding: 0px 30px;
    position: relative;
}

.weekendDealProductSection .weekendDealContent .weekendDealInfo * {
	color: #fff;
}

.weekendDealProductSection .weekendDealContent .weekendDealInfo h3 span, .weekendDealProductSection .weekendDealContent .weekendDealInfo p span {
	color: rgba(255,213,0,1) !important;
	border: 0px;
}


.weekendDealProductSection .weekendDealImage {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	position: relative;
}

.weekendDealProductSection .weekendDealImage:before {
	content: "";
	position: relative;
	width: 50vw;
	display: block;
	height: 100%;
	background-image: url(/image/cache/catalog/Global%20Circles/Global570Buff1-650x455.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.weekendDealCountdownSection .weekendDealTag.triangleRight {
	position: relative;
}

.weekendDealCountdownSection .weekendDealTag.triangleRight:after {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	bottom: 0;
	width: 0;
	height: 0;
	border-width: 69px 0 69px 30px;
	border-color: transparent transparent transparent #FFD400;
	border-style: solid;
}


/** Countdown Styles **/
.countdownClock {
	width: 650px;
	position: relative;
}


.is-countdown {
	border: none !important;
    display: block;
    position: absolute;
    background: transparent !important;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: calc(50% - 70px);
}

.countdown-row span.countdown-period {
	color: #fff !important;
	font-size: 20px !important;
}


.countdown-amount {
	font-size: 100px !important;
	margin: 0px 15px !important;
	color: #fff !important;
	text-align: center !important;
	line-height: 100% !important;
}

/** Responsiveness **/
@media only screen and (max-width: 1100px){
	.weekendDealProductSection .weekendDealContent {
		width: 100% !important;
	}

	.weekendDealProductSection .weekendDealContent:before {
			width: calc(100vw + 400px) !important;
			right: -100px;
	}
}

@media only screen and (max-width: 750px) {
	.weekendDealProductSection .weekendDealContent .weekendDealInfo {
		display: block !important;
		width: 100% !important;
	}

	.weekendDealProductSection {
		display: block !important;
	}

	.weekendDealProductSection .weekendDealTag {
		width: 300px !important;
    	margin: 0 auto !important;
   		display: block !important;
   		margin-bottom: 55px !important;
	}

	.weekendDealProductSection .weekendDealTag:before {
		top: -40px;
	}

	.weekendDealProductSection .weekendDealTag h2 {
		padding-top: 0px;
	}

	.weekendDealProductSection .weekendDealTag.triangleDown:after {
		    content: "" !important;
		    display: block !important;
		    position: absolute !important;
		    bottom: -30px !important;
		    left: 0 !important;
		    right: 0 !important;
		    width: 0 !important;
		    height: 0 !important;
		    border-width: 30px 150px 0 150px !important;
		    border-color: #FFD400 transparent transparent transparent !important;
		    border-style: solid !important;
	}

	.weekendDealProductSection .weekendDealContent .weekendDealInfo * {
		text-align: center !important;
	}

	.weekendDealProductSection .weekendDealImage {
		display: block !important;
		width: 100% !important;
		height: 200px !important;
	}

	.weekendDealProductSection .weekendDealImage:before {
		width: calc(100vw + 200px) !important;
		left: -100px !important;
	}

	.weekendDealCountdownSection {
		display: block;
		padding: 0;
		height: 400px ;
	}

	.weekendDealCountdownSection:before {
		width: calc(100vw + 200px);
		left: -100px;
	}

	.weekendDealCountdownSection .weekendDealTag {
		width: 250px !important;
		margin: 0 auto;
		display: block;
	}

	.countdownClock {
		width: 100%;
	}

	.is-countdown {
		top: 75px;
	}

	.countdown-amount {
		font-size: 65px !important;
	}

	.countdown-row span.countdown-period {
		font-size: 15px !important;
	}

	.weekendDealCountdownSection .weekendDealTag.triangleRight:after {
		width: 0;
	    height: 0;
	    border-width: 30px 125px 0 125px;
	    border-color: #FFD400 transparent transparent transparent;
	    border-style: solid;
	    bottom: -30px;
	    top: auto;
	    right: auto;
	    left: 0;
	}
	



}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin-top:30px;
    margin-bottom: 30px;
}

.wrapper .video-container,.innerWrapper .video-container{
	margin-top:0;
}

.video-container embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

