body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 15px;
	line-height: 1.5em;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #de0000;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 36px;
	text-transform:uppercase;
	color:#de0000;
	margin-top: 5px;
	margin-bottom: 20px;
}
h2 {
	font-size: 26px;
	text-transform:uppercase;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;

}

a:hover, a:focus {
	text-decoration: none;
	color:#de0000;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	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 {
	border-radius: 0;
	font-size: 14px;
}
.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;
	border-bottom: 1px solid #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-radius: 0;
    border: 1px solid #000;
    border-bottom: 1px solid transparent;
    color:#de0000;
}
.nav-tabs>li>a {border-radius:0; color:#de0000; font-weight:bold;}
.nav>li>a:focus, .nav>li>a:hover {background: transparent;}
.nav-tabs>li>a:hover { border-color: #000 #000 #000;}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu {border-radius:0;}

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
}
/* top */
#top {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de0000+1,af282a+100 */
background: #de0000; /* Old browsers */
background: -moz-linear-gradient(top,  #de0000 1%, #af282a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #de0000 1%,#af282a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #de0000 1%,#af282a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#af282a',GradientType=0 ); /* IE6-9 */

	padding: 5px 0px;
	margin: 0 0 20px;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency {display:none;}
#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: #fff;
	text-decoration: none;
	background: transparent;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ddd;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	font-size: 17px;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links {text-align:right; font-family: 'Nunito', sans-serif; font-size:13px; text-transform:uppercase;}
#top-links a + a {
	margin-left: 15px;
}
#top-links .fa {margin-right:5px;}
.dropdown-menu {background:#de0000;}
/* logo */
#logo {
	margin: 0;
}
#logo img {}

/* search */
#search {
	margin-bottom: 0px;
}
#search .input-group-btn {
	padding: 0px;
	background:#de0000;
}
#search .btn-default {
	font-size: 15px;
	padding: 5.5px 13px;
	color:#fff;
	background:#000;
	border: 1px solid #000;;
}
#search .form-control {background:#f3f3f3; border:1px solid #e1e1e1; font-family: 'Nunito', sans-serif; font-size:15px;box-shadow:none;}

/* cart */
#cart {
	margin-bottom: 0;
}
#cart > .btn {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	background: #de0000;
	border: 1px solid #de0000;
	border-radius: 0;
	text-shadow: none;
	font-weight:bold;
}
#cart > .btn .fa {margin-right:5px;}

#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

header {background: #fff url('../image/bg_header.png') repeat;  padding: 0 0 20px;}

/* menu */
.menu-wrapper {margin-bottom:20px;}
.common-home .menu-wrapper {margin-bottom:0px;}
#menu {
	min-height: 40px;
	margin-bottom: 0;
	background:#de0000;
}
#menu .nav > li > a {
	    color: #fff;
    padding: 12px 58px 10px;
    min-height: 15px;
    background-color: transparent;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
@media (max-width: 1200px) {
	#menu .nav > li > a {padding: 12px 42px 10px;}
}
@media (max-width: 991px) {
	#menu .nav > li > a {padding: 12px 24px 10px;}
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
	background:#de0000;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 220px;
	display: block;
	padding: 7px 25px;
	clear: both;
	line-height: 18px;
	color: #fff;
	font-size: 13px;
	font-family: 'Nunito', sans-serif;
	text-transform:uppercase;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

@media (min-width: 768px) {
	.menu-wrapper {background:#de0000;border-bottom:2px solid #000;}
	.navbar-collapse {padding:0;}
	#menu .nav { display:table; margin:0 auto;}
	#menu .nav > li + li {position:relative;}
	#menu .nav > li + li:after {position:absolute; left:0; top:12px; width:1px; height:17px; background:#a11518; content:"";}
	#menu .dropdown a {position:relative;}
	#menu .dropdown a:after {position:absolute; content:'\f0d7'; font-family: FontAwesome; width:10px; height:10px; right:10px;}
	#menu .dropdown .dropdown-menu a:after {content:none; width:0; height:0;}
}

#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: 20px;
	font-weight: bold;
	line-height: 43px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	font-family: 'Nunito', sans-serif;
	text-transform:uppercase;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #de0000;
	background-repeat: repeat-x;
	border-color: #fff;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #0b2260;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
	}
	#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: 300px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #de0000;
	border-top: 5px solid #000000;
	color: #fff;
	font-size: 15px;
}
footer hr {
	border-top: none;
	border-bottom: 0px solid #666;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #000;
}
footer h5 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	border-radius: 0;
}
.breadcrumb a {color:#000;}
.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: 13px;
	height: 13px;
	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: 6.0px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 0px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 17px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}
.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: #000;
	background-color: #e1e1e1;
	border-color: #999;
	font-size: 14px;
}
.btn-primary {
	color: #ffffff;
	background-color: #de0000;
	border-color: #de0000;
	font-size: 14px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #000;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	border-color: #faa732;
}
.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;
	background-color: #da4f49;
	border-color: #da4f49;
}
.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;
	background-color: #5bb75b;
	border-color: #5bb75b;
}
.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;
	background-color: #df5c39;
	border-color: #df5c39;
}
.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;
	background-color: #363636;
	border-color: #363636;
}
.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: #000;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.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;
	font-size: 15px;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 160px;
	font-size: 15px;
	line-height: 1.5em;
}
.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: #000;
	font-size: 18px;
	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;
}
@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: #de0000;
	color: #fff;
	line-height: 38px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #b30000;
	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%;
	}
}

.subcats > div > a {line-height:1.2em; min-height: 50px;}
.thumbnail {border-radius:0;}

.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;
}

/* 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%;
}
.pagination>li>a, .pagination>li>span {color: #de0000;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #de0000;
    border-color: #de0000;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.information-information img, .HomeWelcome img {max-width:100%; width:100%; height:auto !important;}
.information-information #content a {color:#f9d619;}
.information-information table {border-top:1px solid #ddd; border-left:1px solid #ddd;}
.information-information table td {border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:5px 10px;}
.information-information table tr:first-child td {background:#333; color:#fff;}

.owl-wrapper-outer {    border: 0 !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;}

.headerTxt {font-family: 'Nunito', sans-serif; font-size:31px; line-height:1.2em; text-align:right;margin-top: 13px;}
.headerTxt a {color:#de0000;font-weight:bold;}
.headerTxt b {color:#000000; font-weight:bold; text-transform:uppercase;}
 
/* Slider */
#slideshow0 {margin-bottom: 30px; padding-bottom: 0;}
#slideshow0 .owl-pagination {top:-30px; height:0;}
#slideshow0 .owl-controls .owl-page.active span {background: #e5e6ea;}

/*Specials*/
.specials .item, .featured .item {padding:0 10px;}
.specials h3, .featured h3 {color:#de0000; font-size:33px; font-weight:700; text-align:center; text-transform:uppercase;margin:30px 0 20px;}
.owl-carousel .owl-buttons div i {color: #000;}

.product-info .btn-primary {font-family: 'Nunito', sans-serif; font-size:26px; text-transform:uppercase; padding: 8px 16px 5px;line-height: 28px;}

.g-recaptcha{
         transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

#carousel0 .item a img {margin:0 auto !important; display:table !important;}
.google-map {max-width:500px; margin-top:20px;}

.img-responsive {height:auto !important;}



@media (min-width: 1200px) {
	#cart {max-width:240px; float:right; margin-top: 17px;}
}

@media (max-width: 1199px) {
	.headerTxt {font-size:35px;}
	#cart {margin-top: 10px;}
}

@media (max-width: 991px) {
	.headerTxt {font-size:25px;}
	#cart {margin-top: 10px;}
	.img-right {float:none !important; margin:0 auto 10px !important; display:table;}
}

@media (min-width: 768px) {
	
}
@media (max-width: 767px) {
	h1 {font-size:22px;}
	.specials h3, .featured h3 {font-size:25px;}
	#top-links {float:none !important;margin:10px auto 0;display:table;text-align:center;}
	#top-links ul {margin-bottom:0;}
	.headerTxt {text-align:center;}
	#logo {margin:0 auto 20px; display: table;}
	#logo img {width:450px;}
	.information-information img, .HomeWelcome img {float:none; margin:0 auto 10px; display:table;}
}