/* Uncomment this to make the website unresponsive, and use extra-small columns in the html */
/*body, .container, header, footer, #top {
	min-width: 1130px;
}
.container {
	max-width: 1130px;
}*/

@font-face {

    font-family: 'bebas';
    src: url('BEBAS.ttf');
}
@font-face {

    font-family: 'BebasNeueBold';
    src: url('BebasNeueBold.otf');
}
@font-face {

    font-family: 'BebasNeueRegular';
    src: url('BebasNeueRegular.otf');
}

@font-face {

    font-family: 'OpenSans-Bold';
    src: url('OpenSans-Bold.ttf');
}

@font-face {

    font-family: 'OpenSansExtraBold';
    src: url('OpenSansExtraBold.ttf');
}






body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 { color: #444; }
/* default font size */
.fa { font-size: 14px; }
.fa-1 { font-size: 20px; }
.fa-2 { font-size: 32px; }
.fa-3 { font-size: 64px; }
.fa-4 { font-size: 112px; }
.fa-5 { font-size: 192px; }
.fa-6 { font-size: 320px; }
/* Override the bootstrap defaults */
h1 { font-size: 33px; }
h2 { font-size: 27px; }
h3 { font-size: 21px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10.2px; }
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
input[type=checkbox] {
	top: 3px;
    position: relative;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    /* padding: 4px 0px 3px 0; */
    /* margin: 0 0 20px 0; */
    /* min-height: 40px; */
}
#top .container {
	padding: 0px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 0px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	position: absolute;
    top: 7px;
    z-index: 2;
    left: 32px;
    background: white;
}
/* search */
#search {
	margin-bottom: 0px;
	margin-right: 12px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 275px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
    /* background-color: #229ac8; */
    /* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
    /* background-repeat: repeat-x; */
    /* border-color: #1f90bb #1f90bb #145e7a; */
    min-height: 40px;
}
#menu .nav > li > div > a {
	/*color: #192853;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 0px 1px 0px 20px;
	min-height: 15px;
	background-color: transparent;
	border-left: solid 1px #192853;
	font-size: 10px;
	font-family: 'bebas';
	letter-spacing: 1px;*/
    color: #192853;
    min-height: 15px;
    background-color: transparent;
    border-left: solid 1px #192853;
    font-size: 14px;
    font-family: 'bebas';
    padding-left: 5px;
    letter-spacing: 1px;
}
#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: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@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;
	}
}
/* content */
#content {
	/*min-height: 600px;*/
}
/* 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 .socials a {
    border-radius: 50%;
    background: transparent;
    color: white;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: solid 1px;
}
footer .socials a i { vertical-align: middle; font-size: 20px; }
/* 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 > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
/*.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.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: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/*border: 1px solid #ddd;*/
	margin-bottom: 20px;
	/*overflow: auto;*/
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
/*.product-thumb .image a:hover {
	opacity: 0.8;
}*/
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	/*min-height: 180px;*/
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (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;
}
.checkbox-inline, .radio-inline { position: relative; }

/* Placeholder Stylesheet */
::-webkit-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }

/* Navbar with N-level dropdown menu*/
/**
<ul class="nav navbar-nav">
	<li class="dropdown">
		<a href="#" class="dropdown-toggle" data-toggle="dropdown">PARENT</a>
		<div class="dropdown-menu">
        	<div class="dropdown-inner">
        		<ul class="list-unstyled">
        			<li class="dropdown-submenu">
						<a href="#" class="dropdown-toggle" data-toggle="dropdown">CHILD</a>
						<div class="dropdown-menu">
        					<div class="dropdown-inner">
        					</div>
        				</div>
        			</li>
        		</ul>
        	</div>
        </div>
	</li>
</ul>
**/
.dropdown-submenu { position: relative; } 
.dropdown-submenu:after {
	position: absolute;
    right: 8px;
    top: 0;
    content: '\f0da';
    font-family: FontAwesome;
    height: 100%;
    vertical-align: middle;
    line-height: 28px;
    font-size: 14px;
    color: inherit;
}
.dropdown-submenu:hover:after { color: #fff; }
@media (max-width: 768px) {
	.dropdown-submenu:after { content: '\f0d7'; }
}
.dropdown-submenu > .dropdown-menu { 
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu.pull-left { float:none; } 
.dropdown-submenu.pull-left > .dropdown-menu { 
	left: -100%;
	margin-left: 10px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

.clear { clear: both; }
:focus { outline: none !important; }

/* Default Breakpoint */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}


.for-relative{
	position: relative;
}

.width200px{
	width: 200px;
}
.searchbtnmodified{
	position: absolute;
    top: 12px;
    right: 15px;
    z-index: 2;
    background: transparent;
    border: 0px;
}
.borderradius0px{
	border-radius: 0px;
}
.bgtrans{
	background: transparent;
} 
.border0px{
	border: 0px;
}

.borderleft{
	border-left: solid 1px #e2e2e2;
}
.borderright{
	border-right: solid 1px #e2e2e2;
}
.borderbottom{
	border-bottom: solid 1px #e2e2e2;
}
.bordertop{
	border-top: solid 1px #e2e2e2;
}
.minh40px{
	min-height: 40px;
}
.width100p{
	width: 100%;
}

.padding2em{
	padding: 2em;
}
.paddingtopp9em{
	padding-top: 0.9em;
}
.italized{
	font-style: italic;
}
.navbar {
     margin-bottom: 0px !important; 
}
.fixed-header {
  position: fixed;
  top:0; left:0;
  width: 100%; 
}
.fixthis{
	z-index: 1040;
	background: white;
}
.headerlinks{
	padding: .7em;
}
.border0px{
	border: 0px !important;
}
.lightblue{
	color: #1C89D0;
}
.for-none{
	display: none;
}
.lightgray{
	color: #666;
}
.unbtn{
	background: transparent;
    border: 0;
    padding: 0;
}
.font8px{
	font-size: 8px;
}
.font13px{
	font-size: 13px;
}
.font45px{
	font-size: 45px;
}

.paddingleft1p7em{
	padding-left: 1.7em;
}

.paddingleft3em{
	padding-left: 3em;
}
.paddingleft2em{
	padding-left: 2em;
}
.paddingleft1em{
	padding-left: 1em;
}
.paddingleft1p7em{
	padding-left: 1.7em;
}
.bebas{
	font-family: 'bebas';
}
.darkblue{
	color: #192853;
}
.bebasbold{
	font-family: 'BebasNeueBold';
}
.lightbluebtn{
	padding: 20px 40px 20px 40px;
    background: #1C89D0;
    border-radius: 50px;
}
.palewhitebtn{
    background: #dcdcdc;
    padding: 8px 43px 7px 43px;
    border-radius: 25px;
    font-family: 'BebasNeueBold';
    letter-spacing: 1px;
    color: #1C89D0;
    border: 0;
}
.font16px{
	font-size: 16px;
}
.ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 100px !important;
    right: 50%;
    width: 100px;
}
.lightbluebtnbtn2 {
    background: #1C89D0;
    padding: 12px 25px 12px 25px;
    border-radius: 25px;
    font-family: 'BebasNeueBold';
    letter-spacing: 1px;
    color: #1C89D0;
    border: 0;
    color: white;
}
.paddingleft1p6em{
	padding-left: 1.6em;
}
.quickcheckout-heading{
	background: transparent !important;
}
.quickcheckout-content{
	border: 0px !important;
	padding:0 !important;
	margin-left: -15px;
	padding-top: 2em !important;
}
.quickcheckout-heading{
	border: 0px !important;
	padding:0 !important;
}
.form-control{
	border-radius: 0px !important;
}
.quickcheckout-content .required:after, .quickcheckout-content #payment-postcode-required:after{
	content: 'space';
	color: transparent;
}
#shipping{
	margin-left: 15px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th, {
	/*padding-left: 15px !important;*/
	border-top: 0px !important;
	background: transparent !important;
}
.quickcheckout-cart thead td, .quickcheckout-cart tbody td,table.quickcheckout-cart{
	background: transparent !important;
	border: solid 0px !important;
}
.borderbottom{
	border-bottom: solid 1px #dcdcdc;
}
.bordertop{
	border-top: solid 1px #dcdcdc;
}
.radio, #payment-existing, #shipping-existing{
	margin-left: 15px !important; 
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border: 0px !important;
	background: transparent !important;
}




























.container-remove-padding{
  padding-left: 0;
  padding-right: 0;
}

.paddingleftp5em{
  padding-left: .5em;
}

.paddingrightp5em{
  padding-right: .5em;
}

.paddingp7em{
  padding:.7em;
}

.paddingtopp5em{
  padding-top:.5em;
}
.paddingp5em{
  padding:.5em;
}
.paddingp3em{
  padding:.3em;
}
.paddingbotp5em{
  padding-bottom:.5em;
}
.paddingbotp4em{
  padding-bottom:.4em;
}
.paddingp8em{
  padding:.8em;
}
.paddingtopp8em{
  padding-top:.8em;
}
.paddingbotp8em{
  padding-bottom:.8em;
}
.paddingbot20em{
  padding-bottom: 20em;
}

.paddingbot25em{
  padding-bottom: 25em;
}
.paddingbot32em{
  padding-bottom: 32em;
}



.paddingtop1em{
  padding-top:1em;
}
.paddingtop2em{
  padding-top:2em;
}
.paddingtop3em{
  padding-top:3em;
}
.paddingtop4em{
  padding-top:4em;
}
.paddingtop5em{
  padding-top:5em;
}
.paddingtop6em{
  padding-top:6em;
}
.paddingtop7em{
  padding-top:7em;
}
.paddingtop8em{
  padding-top:8em;
}
.paddingtop9em{
  padding-top:9em;
}
.paddingtop10em{
  padding-top:10em;
}

.paddingtop20em{
  padding-top:20em;
}
.paddingtop21em{
  padding-top:21em;
}

.paddingtop22em{
  padding-top:22em;
}

.paddingtop23em{
  padding-top:23em;
}

.paddingtop24em{
  padding-top:24em;
}

.paddingtop25em{
  padding-top:25em;
}
.paddingtop17em{
	padding-top: 17em;
}



.paddingbot1em{
  padding-bottom:1em;
}
.paddingbot2em{
  padding-bottom:2em;
}
.paddingbot3em{
  padding-bottom:3em;
}
.paddingbot4em{
  padding-bottom:4em;
}
.paddingbot5em{
  padding-bottom:5em;
}
.paddingbot6em{
  padding-bottom:6em;
}
.paddingbot7em{
  padding-bottom:7em;
}
.paddingbot8em{
  padding-bottom:8em;
}
.paddingbot9em{
  padding-bottom:9em;
}
.paddingbot10em{
  padding-bottom:10em;
}
.paddingbot11em{
  padding-bottom:11em;
}
.paddingbot12em{
  padding-bottom:12em;
}
.paddingbot13em{
  padding-bottom:13em;
}
.paddingbot14em{
  padding-bottom:14em;
}
.paddingbot15em{
  padding-bottom:15em;
}


.paddingleft1em{
  padding-left: 1em;
}
.paddingleft2em{
  padding-left: 2em;
}
.paddingleft3em{
  padding-left: 3em;
}
.paddingleft4em{
  padding-left: 4em;
}
.paddingleft5em{
  padding-left: 5em;
}
.paddingleft6em{
  padding-left: 6em;
}
.paddingleft7em{
  padding-left: 7em;
}
.paddingleft8em{
  padding-left: 8em;
}
.paddingleft9em{
  padding-left: 9em;
}
.paddingleft10em{
  padding-left: 10em;
}



.paddingright1em{
  padding-right: 1em;
}
.paddingright2em{
  padding-right: 2em;
}
.paddingright3em{
  padding-right: 3em;
}
.paddingright4em{
  padding-right: 4em;
}
.paddingright5em{
  padding-right: 5em;
}



.padding1em{
  padding:1em;
}
.padding2em{
  padding:2em;
}
.padding3em{
  padding:3em;
}
.padding4em{
  padding:4em;
}
.padding5em{
  padding:5em;
}
.padding6em{
  padding:6em;
}
.padding7em{
  padding:7em;
}
.padding8em{
  padding:8em;
}
.padding9em{
  padding:9em;
}
.padding10em{
  padding:10em;
}
.bebasregular{
	font-family: 'BebasNeueRegular';
}
.letterspacing1px{
	letter-spacing: 3px;
}
.black{
	color: black;
}
.white{
	color: white;
}

.blackhr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid black;
    width: 30px;
}
.whitehr {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid white;
    width: 30px;
}
.opensansbold{
	font-family: 'OpenSans-Bold';
}
.owl-carousel{
	background: transparent !important;
}
.owl-wrapper-outer {
     border: 0px  !important; 
     -webkit-border-radius: 0px  !important;  
    -moz-border-radius: 0px  !important; 
    -o-border-radius: 0px  !important; 
     border-radius: 0px  !important;  
     -webkit-box-shadow: none  !important;  
    -moz-box-shadow: none  !important;  
    -o-box-shadow: none  !important;  
     box-shadow: none  !important;  
}
#banner_title_p p{
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#banner_title_p p~p{
	font-size: 26px;
	font-family: 'BebasNeueBold';
	color: #192853;
}
.featured-description{
	position: absolute;
    top: 13%;
    left: 2%;
    border: solid 1px #666;
    width: 90%;
    height: 89%;
    padding: 1em;
    opacity: 0;
}
.featured-description:hover{
	-webkit-transition: opacity .5s ease-in-out;
  	-moz-transition: opacity .5s ease-in-out;
  	-ms-transition: opacity .5s ease-in-out;
  	-o-transition: opacity .5s ease-in-out;
 	 transition: opacity .5s ease-in-out;
    opacity: 1;
}
.owl-carousel .owl-wrapper-outer{
	padding-bottom: 1em;
}
.bgwhite{
	background: white;
}
.absorbcontainer{
	position: relative;
	width: 100%;
	height: 100%;
}
.minihead{
	font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.mainhead{
	font-size: 26px;
    font-family: 'BebasNeueBold';
    color: #192853;
    letter-spacing: 1px;
}
.featuredbtn{
	font-family: 'BebasNeueBold';
	font-size: 14px;
	letter-spacing: 1px;
	color: #666;
	padding-bottom: .5em;
}
.featuredbtn:hover{
	border-bottom: solid 1px #1C89D0;
	color:#1C89D0;
}
.letterspacing2px{
	letter-spacing: 2px;
}
.nmargintop8px{
	margin-top: -8px;
}
.boxedheads{
	border: solid 1px #dcdcdc;
    padding-left: 12em;
    margin-left: -12em;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 2em;
}
.boxedheads2{
	border: solid 1px gray;
    padding-left: 12em;
    margin-left: -12em;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 2em;
}
.whitebtn{
	background: white;
    padding: 10px 25px 10px 25px;
    border-radius: 25px;
    font-family: 'BebasNeueBold';
    letter-spacing: 1px;
    color: #1C89D0;
}
.OpenSansExtraBold{
	font-family: 'OpenSansExtraBold';
}
.font16px{
	font-size: 16px;
}
.prev{
	position: absolute;
	top: 50%;
	left: 0;

}
.next{
	position: absolute;
	top: 50%;
	right: 0;

}
.oca_testimonial{
	margin: auto !important;
}
.opensans{
	font-family: 'Open Sans', sans-serif;
}
.oca_testimonial img{
	float: none !important;
	position: absolute;
}
.nmargintop14px{
	margin-top: -14px;
}
.borderradius0px{
	border-radius: 0px;
}
.whitebtnbtn{
	background: white;
    padding: 9px 35px 7px 35px;
    border-radius: 25px;
    font-family: 'BebasNeueBold';
    letter-spacing: 1px;
    color: #1C89D0;
}
.for-none{
	display: none;
}
.ltrsp1px{
	letter-spacing: 1px;
}
.font15px{
	font-size: 15px;
}
.breadcrumb {
    margin: 0 0 20px 0; 
    padding: 0; 
    border: 0px solid #ddd; 
    background: transparent;
}
.breadcrumb > li {
    text-shadow:none;
    padding: 0px 22px 0px 0px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li a{
	color: gray;
	font-weight: bold;
}
.breadcrumb > li:last-child a{
    color:#1C89D0 !important;
    text-decoration: underline;
    padding-bottom: 2px;
}
.paddingleft1p3em{
	padding-left: 1.3em;
}
.toupper{
	text-transform: uppercase;
}
.regwidth60p{
	width: 60%;
}
.well{
	padding: 0px !important; 
	margin-bottom: 0px !important; 
    background-color: transparent !important; 
    border: 0 !important;  
    -webkit-box-shadow: none !important; 
}
.underline{
	text-decoration: underline;
}
.gray{
	color: gray;
}
.lightbluebtnbtn{
	background: #1C89D0;
    padding: 8px 43px 7px 43px;
    border-radius: 25px;
    font-family: 'BebasNeueBold';
    letter-spacing: 1px;
    color: #1C89D0;
    border: 0;
    color: white;
}
.lightbluebtnhref{
	background: #1C89D0;
    padding: 10px 35px 10px 35px;
    border-radius: 25px;
    font-family: 'BebasNeueBold';
    letter-spacing: 1px;
    color: #1C89D0;
    border: 0;
    color: white;
}
.minh160px{
	min-height: 160px;
}
.form-horizontal .control-label{
	text-align: left !important;
}
div.required .control-label:before {
    content: '* ';
    color: #dcdcdc !important;
    font-weight: bold;
}
.darkb{
	color: #0064B2;
}
.acclinks:hover{
	color: #1C89D0;
	font-weight: bold;
	font-family: 'OpenSansExtraBold';
	text-decoration: underline;
}
.actsidelinks,.list-group a.active, .list-group a.active:hover, .list-group a:hover, .actbtn{
	color: #1C89D0 !important;
	font-weight: bold !important;
	font-family: 'OpenSansExtraBold' !important;
	text-decoration: underline !important;
	text-transform: uppercase !important;
}

.list-group-item, .list-group a {
     background-color: transparent !important;
     border-color: transparent !important; 
}
.list-group a {
    padding: 8px 0px !important;
}

.pdoduct-images-cat{
	-webkit-clip-path: polygon(76% 0, 100% 53%, 72% 100%, 26% 100%, 0 52%, 24% 0);
	clip-path: polygon(76% 0, 100% 53%, 72% 100%, 26% 100%, 0 52%, 24% 0);
	width: 262px;
	height: 228px;
	background-color: white;
}

.pdoduct-images{
	-webkit-clip-path: polygon(76% 0, 100% 53%, 72% 100%, 26% 100%, 0 52%, 24% 0);
	clip-path: polygon(76% 0, 100% 53%, 72% 100%, 26% 100%, 0 52%, 24% 0);
	width: 280px;
	height: 228px;
	background-color: white;
}
.product-hover{
	position: absolute;
    width: 262px;
	height: 228px;
    background: #1C89D0;
    top: 0%;
    -webkit-clip-path: polygon(76% 0, 100% 53%, 72% 100%, 26% 100%, 0 52%, 24% 0);
	clip-path: polygon(76% 0, 100% 53%, 72% 100%, 26% 100%, 0 52%, 24% 0);
	opacity: 0;
}
.product-hover:hover{
	opacity: .8;
}
.product-hover:hover .eyeclass img, .product-hover:hover .eyeclass p{
	opacity: 1;
}


#rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);transform-origin:0 0;
        -webkit-transform-origin:0 0;       
        margin:auto;
}
.eyeclass{
	position: relative;
	top: 45%;
}
.paddingbot3px{
	padding-bottom: 3px;
}
.list-group-item{
	padding: 0 !important;
}
.paddingleft1p5em{
	padding-left: 1.5em;
}
.bordergray{
	border: solid 1px #dcdcdc;
}
.dashed p{
	width: 100%;
    overflow: hidden;
    height: 35px;
}
.dashed p:before{
	content: '- ';
}
.paddingtop1p5em{
	padding-top: 1.5em;
}
.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    min-height: 125px !important;
}
.mfilter-heading-text span{
	text-transform: uppercase;
	font-size: 12px;
}
.mfilter-heading {
    cursor: pointer;
    background: transparent !important;
    border-top: 0px;
}
.mfilter-content {
    border: 0px !important;
}
.mfilter-opts-container {
    border-top: 0px !important;
}
.mfilter-head-icon, .mfilter-counter{
	display: none !important;
}
.mfilter-tb-as-td input{
	display: none !important;
}
.mfilter-tb-as-td{
	position: relative !important;
}
.mfilter-heading{
	border-top: 0px !important;
}


.mag {
    width:200px;
    margin: 0;
    float: none;
}
    
.mag img {
    max-width: 100%;
}
        
  

.magnify {
    position: relative;
    cursor: none
}

.magnify-large {
    position: absolute;
    display: none;
    width: 150px;
    height: 150px;

    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 0 1px 1px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 0 1px 1px rgba(0, 0, 0, 0.25);
    
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
             border-radius: 100%;
    -moz-transform: scale(1.7);
      -webkit-transform: scale(1.7);
      transform: scale(1.7);
}

.clearfix p{
	padding-left: 15px;
	padding-right: 15px;
}

#logo a img{
	padding: 5px;
	width: 90%;
}

.slidebtn{
	position: absolute; bottom: -20%; left: 45%;
}
.expand{
	position: absolute;
    bottom: 25px;
    right: 5px;
    z-index: 1040;
}
.thumbnails{
	overflow: hidden;
}
#menu .btn-navbar{
	    background: #1C89D0 !important;
}
#category{
	color: #1C89D0 !important;
}


.featureb{
	position: absolute;
    bottom: 4em;
    right: 4em;
}

.hidinglogo{
	display: none !important;
}
.hidinglogo img{
	width: 50%;
}







@media (max-width: 1920px){
	.slidebtn {
	    position: absolute;
	    bottom: -20%;
	    left: 43%;
	}
}
@media (max-width: 1440px){
	.slidebtn {
	    position: absolute;
	    bottom: -20%;
	    left: 42%;
	}
}

@media (max-width: 1280px){
	.slidebtn {
	    position: absolute;
	    bottom: -20%;
	    left: 42%;
	}
	.owl-item{
		margin-right: 6em;
	}
	#logo a img {
	    width: 45%;
	    margin-top: -7px;
	}	
	.pdoduct-images {
	    height: 190px;
	}
	.product-hover {
	    width: 213px;
	    height: 189px;
	}
}
@media (max-width: 1024px){
	.regwidth60p{
		width: 100%;
	}
	.paddingtop17em {
	    padding-top: 7em;
	}
	.slidebtn {
	    position: absolute;
	    bottom: -33%;
	    left: 40%;
	}
	.owl-wrapper{
		left:10em !important;
	}
	#logo {
	    position: absolute;
	    top: -3px;
	    z-index: 2;
	    left: 32px;
	    background: white;
	    width: 88px;
	}
	.oca_testimonial {
	    min-height: 140px;
	    margin-bottom: 15px;
	    width: 216px !important;
	    height: 400px !important;
	}
	.owl-carousel{
		height: 350px;
	}
	.mfilter-heading-text > span:after {
	    right: 37px !important;
	}
	.pdoduct-images {
	    height: 187px !important;
	}
	.product-hover {
	    width: 211px;
	    height: 187px;
	}
	#logo a img {
	    width: 100%;
	    margin-top: 0px;
	}
	.minihead ~ .blackhr ~ p ~ p{
		display: none;
	}
	.ms-bullets.ms-dir-h {
	    bottom: 77px !important;
	}
}

@media (max-width: 800px){
	.owl-theme{
		display: none !important;
	}	
	.slidebtn {
	    position: absolute;
	    bottom: -44%;
	    left: 37%;
	}
	#scimg{
		display: none;
	}
	.testimonialshide{
		display: none;
	}
	.mfilter-heading-text > span:after {
	    right: 0px !important;
	    left: 166px;
	}
	.pdoduct-images {
	    height: 215px !important;
	}
	.product-hover {
	    width: 244px;
	    height: 215px;
	}
	.hidinglogo{
		display: block !important;
	}
}

@media (max-width: 768px){
	#scimg{
		display: block;
	}
	.owl-theme{
		display: block !important;
	}	
	.regwidth60p{
		width: 100%;
	}
	.paddingtop17em {
	    padding-top: 0em;
	}
	.slidebtn {
	    position: absolute;
	    bottom: -35%;
	    left: 36%;
	}
	.owl-wrapper{
		left:0em !important;
	}
	.ms-bullets{
		display: none;
	}
	.coveringbg{
		background-repeat: no-repeat;
    	background-size: cover;
	}
	.pdoduct-images {
	    height: 210px !important;
	}
	.product-hover {
	    width: 250px;
	    height: 208px;
	}
	.mfilter-heading-text > span:after {
	    right: 0px !important;
	    left: 167px;
	}
	.paddingbot4em {
	    padding-bottom: 9em;
	}
	.hidinglogo{
		display: block !important;
	}
}

@media (max-width: 765px){
	.hidinglogo{
		display: hidden !important;
	}
}

@media (max-width: 766px){
	.headerlinks, #menu .nav > li > div > a, #menu .nav > li > div > a{
		padding: 0;
		font-size: 14px;
		text-align: right;
		padding-bottom: 1em;
		border: 0px !important;
	}
	#menu .btn-navbar{
		margin-right: 0px;
	}

}

@media (max-width: 600px){
	.slidebtn {
	    position: absolute;
	    bottom: -35%;
	    left: 33%;
	}
	#scimg{
		display: none;
	}
	.pdoduct-images {
	    height: 240px !important;
	}
	.product-hover {
	    width: 275px !important;
	    height: 239px!important;
	    left: 11%;
	}
	.product-hover {
	    left: 24%;
	}
}

@media (max-width: 550px){
	.product-hover {
	    width: 275px !important;
	    height: 239px!important;
	    left: 11%;
	}
	.paddingtop4em{
		padding-top: 0;
	}
}

@media (max-width: 480px){
	.owl-theme{
		display: none !important;
	}
	.paddingtop3em {
	    padding-top: 0em;
	}
	.product-hover {
	    left: 17%;
	}
	.product-hover {
	    left: 11%;
	}
	.ms-view, .ms-slide-bgcont, .ms-slide{
		height: 500px !important;
	}
	.paddingbot4em {
	    padding-bottom: 0em;
	}
	.slidebtn {
	    position: absolute;
	    bottom: -90%;
	    left: 27%;
	}
	.ms-slide-desc > .text-center > div{
		padding-top: 2em;
	}
	.paddsformore{
		padding-bottom: 4em;
	}	
}
@media (max-width: 414px){
	.owl-theme{
		display: block !important;
	}
	.ms-slide-desc div div h2{
		font-size: 13px !important;
	}
	.ms-slide-desc div div h1{
		font-size: 15px !important;
		margin-top: -5px;
	}
	h4 .lightbluebtn{
		display: none;
	}
	.paddingtop17em hr{
		margin-top: -5px;
	}
	.paddingtop17em div{
		font-size: 13px !important;
		margin-top: -5px;
	}
	.prev{
		left: 5%;
	}
	.next{
		right: 5%;
	}
	.ms-slide-bgcont{
		height: 370px !important;
	}
	.ms-view, .ms-slide-bgcont, .ms-slide{
		height: 400px !important;
	}
	.ms-slide-desc div div h2 {
	    font-size: 45px !important;
	}
	.ms-slide-desc div div h1 {
	    font-size: 30px !important;
	}
	.paddsformore {
	    padding-bottom: 7em;
	}

}

@media (max-width: 384px){
	.product-hover {
	    left: 7%;
	}
}

@media (max-width: 380px){
	.product-hover {
	    left: 6%;
	}
	.magnify img{
		width: 100%;
	}
	.ms-view, .ms-slide-bgcont, .ms-slide{
		height: 400px !important;
	}
	.paddingbot4em {
	    padding-bottom: 0em;
	}
	.ms-slide-desc div div h2 {
	    font-size: 45px !important;
	}
	.ms-slide-desc div div h1 {
	    font-size: 30px !important;
	}
}

@media (max-width: 360px){
	.owl-theme{
		display: none !important;
	}
	.product-hover {
	    left: 4%;
	}
}
@media (max-width: 320px){
	.ms-skin-default .ms-nav-next {
	    right: 5px !important;
	}
	.ms-skin-default .ms-nav-prev {
	    left: 5px !important;
	}
	#scimg{
		display: none;
	}
	.pdoduct-images {
	    height: 225px !important;
	}
	.product-hover {
	    left: 0%;
	    width: 258px !important;
	    height: 225px !important;
	}
	.paddsformore {
	    padding-bottom: 0em;
	}
}

.ms-nav-next, .ms-nav-prev{
	display: none;
}


.ltrsp1pxafter{
	transition: 1s;
}

.bluelinksfoot{
	color: #1C89D0;
	transition: .5s;
}

.fittedimg{
	width: 100%;
    height: 443px;
    object-fit: cover;
}


#cart_amount{
	position: absolute;
    width: 10em;
}


.product-thumb {
    min-height: 300px;
    overflow-x: hidden;
}