body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #5e5e5e;
	font-size: 15px;
	line-height: 1.5em;
	width: 100%;
	background: url('../image/bg_body.jpg') no-repeat center top;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;	
font-family: 'Droid Serif', serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px; color:#c13b37;
	margin-top:10px; font-weight:bold;
}
h2 {
	font-size: 27px; font-weight:bold;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}

a:focus, a:hover {color:#c13b37;}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	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: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 15px;
	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;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {background-color: #cc3c3b; color: #fff;}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu {
    min-width: 300px;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #cc3c3b;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
	display: none;
}
#top .container {
	padding: 0 20px;
}
#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: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
	border:1px solid #c9c9c9;
	border-radius:3px;
}
#search .btn {background:transparent; color:#cc3c3b; border:0;}
#search input {border:0; box-shadow:none;}
#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;
}
.search h3 {text-align:center;}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 1.5em;
	color: #FFF;
	background: #cc3c3b;
	width: 210px;
	float: right;
	padding: 0;
	border: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-transform: uppercase;
}
#cart > .btn a {color:#fff;}
#cart > .btn a:hover {color:#fff;}
#cart > .btn span {color:#fbbcbc;}
#cart > .btn .ico_cart {float:left;border-right:3px solid #fff;padding:11px;}
#cart.open > .btn {
	background-image: none;
	background-color: #000;
	border: 0;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}

#cart.open > .btn span {color:#ccc;}

#cart.open > .btn:hover {
	color: #fff;
}
#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;
}

#cart > .btn .fa {display:none;}
#cart > .btn h4 {font-family: 'Droid Serif', serif; color:#fff; font-size:16px;margin-bottom: 5px;text-transform: initial;}

/* menu */
#menu {
	font-family: 'Droid Serif', serif;
}
#menu .nav > li > a {
	color: #5e5e5e;
	padding: 7px 15px;
	background-color: transparent;
	font-size: 20px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #cc3c3b;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#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: 43px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #c13b37;
	border-color: #fff;
	border-radius: 0;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #850e0b;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0;
	}
	#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;
	}
	#menu .nav > li > a {color:#fff; font-size:15px;}
	#menu .nav > li > a:hover {color:#f2bdbc;}
	#menu .nav > li.open > a {color:#fff;}
}
/* content */
#content {
	min-height: 400px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: transparent;
	color: #000;
	border-top: 1px solid #cecece;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #000;
}
footer a:hover {
	color: #c13b37;
}
footer h5 {	
	font-family: 'Droid Serif', serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-transform:uppercase;	
	padding-bottom: 8px;	
	border-bottom: 1px solid #c13b37;	
	max-width: 200px;
}
footer li {
	padding: 0 0 4px 0;}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	display: none;
}
.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: 6.0px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 0;
}
.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: 13px;
}
.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;
	background-color: #e7e7e7;
	border-color: #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #c13b37;
	border-color: #9d302a;
}
.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: #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;
	background-color: #da4f49;
	border-color: #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;
	background-color: #5bb75b;
	border-color: #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;
	background-color: #df5c39;
	border-color: #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;
	background-color: #363636;
	border-color: #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;	
font-family: 'Droid Serif', serif;
}
.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: 0px 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;
	line-height:1.3em;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 58px;
	text-align: center;
}
.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;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {border-color:#333;}
.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;
//	display: none;
}
.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 {
	overflow: auto;
}
.product-list .product-thumb .button-group {
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 200px !important;
	border: none;
	display: table;
	float: none;
	background-color: #c13b37;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
}
.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;
}

.product-info #button-cart {font-size:20px;}



.sale-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	height: auto;
	max-width: 720px;
	border: 2px solid #fff;
	background: url( '../image/sale.png' ) #f0f0f0 center 60px no-repeat;
	background-size: 240px;
	box-shadow: 0 0 16px rgba(0,0,0,0.5);
	padding: 30px;
	text-align: center;
	color: #444;
	z-index: 998;
	transform: scale(0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.sale-popup h1 {
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 150px;
}

.sale-popup i {
	position: absolute;
	top: -30px;
	right: -30px;
	transform: translate(-40%,40%);
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
	text-align: center;
	background: #c13b37;
	color: #fff;
	line-height: 32px;
	height: 36px;
	width: 36px;
	font-size: 20px;
	cursor: hand;
	cursor: pointer;
	z-index: 999;
}
.sale-popup i:hover {
	background: #800;
}
.sale-popup p {
	margin: 20px 15%;
	line-height: 1.8;
}
.sale-popup span.big {
	font-size: 150%;
	font-weight: 800;
	color: #c13b37;
	padding: 4px 8px;
	background: #ffffe0;
	border-radius: 4px;
	border: 1px dashed #c13b37;
	margin: 0 5px;
}
.sale-popup pre {
	margin: 20px 30%;
	background: #ffffe0;
	border: 3px dashed #c13b37;
}
.sale-popup pre h2 {
	margin: 10px 0;
}

.closed-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	height: auto;
	max-width: 720px;
	border: 2px solid #fff;
	background: url( '../image/sale.png' ) #f0f0f0 center 60px no-repeat;
	background-image: none;
	background-size: 240px;
	box-shadow: 0 0 16px rgba(0,0,0,0.5);
	padding: 30px;
	text-align: center;
	color: #444;
	z-index: 998;
	transform: scale(0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.closed-popup h1 {
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 30px;
}

.closed-popup i {
	position: absolute;
	top: -30px;
	right: -30px;
	transform: translate(-40%,40%);
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
	text-align: center;
	background: #c13b37;
	color: #fff;
	line-height: 32px;
	height: 36px;
	width: 36px;
	font-size: 20px;
	cursor: hand;
	cursor: pointer;
	z-index: 999;
}
.closed-popup i:hover {
	background: #800;
}
.closed-popup p {
	margin: 20px 15%;
	line-height: 1.8;
}
.closed-popup span.big {
	font-size: 150%;
	font-weight: 800;
	color: #c13b37;
	padding: 4px 8px;
	background: #ffffe0;
	border-radius: 4px;
	border: 1px dashed #c13b37;
	margin: 0 5px;
}
.closed-popup pre {
	margin: 20px 10%;
	background: #ffffe0;
	border: 3px dashed #c13b37;
}
.closed-popup pre h2 {
	margin: 10px 0;
}

@media (max-width: 767px) {

	.sale-popup {
		padding: 15px 15px;
		background-position: center 60px;
		background-size: 120px;
		width: 90%;
    }
	.sale-popup h1 {
		font-size: 28px;
		margin-bottom: 80px;
	}
	.sale-popup p {
		margin: 10px 0;
		line-height: 1.6;
	}
	.sale-popup span.big {
		font-size: 80%;
		padding: 2px 4px;
		margin: 0 3px;
	}
	.sale-popup pre {
		margin: 10px 0;
	}

	.closed-popup {
		padding: 15px 15px;
		background-position: center 60px;
		background-size: 120px;
		width: 90%;
    }
	.closed-popup h1 {
		font-size: 28px;
		margin-bottom: 80px;
	}
	.closed-popup p {
		margin: 10px 0;
		line-height: 1.6;
	}
	.closed-popup span.big {
		font-size: 80%;
		padding: 2px 4px;
		margin: 0 3px;
	}
	.closed-popup pre {
		margin: 10px 0;
	}
}

@media (max-width: 420px) {

	.sale-popup {
		padding: 20px 10px;
		background-position: center 30px;
		background-size: 100px;
		width: 80%;
    }
	.sale-popup h1 {
		font-size: 20px;
		margin-bottom: 60px;
	}
	.sale-popup p {
		margin: 10px 0;
		line-height: 1.4;
	}
	.sale-popup span.big {
		font-size: 80%;
		padding: 2px 4px;
		margin: 0 3px;
	}
	.sale-popup pre {
		margin: 5px 0 0 0;
	}
	.sale-popup pre h2 {
		font-size: 90%;
	}

	.closed-popup {
		padding: 20px 10px;
		background-position: center 30px;
		background-size: 100px;
		width: 80%;
    }
	.closed-popup h1 {
		font-size: 20px;
		margin-bottom: 60px;
	}
	.closed-popup p {
		margin: 10px 0;
		line-height: 1.4;
	}
	.closed-popup span.big {
		font-size: 80%;
		padding: 2px 4px;
		margin: 0 3px;
	}
	.closed-popup pre {
		margin: 5px 0 0 0;
	}
	.closed-popup pre h2 {
		font-size: 90%;
	}
}





@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: 0px;
	display: block;
	border: 1px solid #ddd;
	border-radius:0;
}
.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%;
}

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

/* Common */
header {margin-top:20px;}
.navbar {min-height:inherit;border-radius:0;}
.account {font-family: 'Droid Serif', serif; text-transform:uppercase; font-size:14px;}
.account li {float:left;}
.account li a {color:#666;}
.account li a:hover {color:#c13b37;}

/*Top Text*/
.TopText {border:1px solid #b7b7b7; padding:5px 0; margin-bottom:20px;}
.TopText ul { margin:0 auto; padding:0; display:table;}
.TopText li {list-style:none; margin:0 27px; padding:5px 0 5px 35px; background: url('../image/ico_tick.png') no-repeat 0 8px;float:left;}
.TopText li strong {color:#cc3c3b; font-size:17px; font-weight:bold;}
 
/*Homepage*/
.testimonials {border-bottom:1px solid #8f8f8f; padding-bottom:20px;}
.testimonials h3 {background:#c13b37; color:#fff; font-size:27px; margin-top:0; font-weight:bold; font-family: 'Lato', sans-serif; text-transform:uppercase; padding:15px 0; text-align:center; -webkit-box-shadow: 1px 2px 1px 1px #D4D4D4;
box-shadow: 1px 2px 1px 1px #D4D4D4;margin-top:0;}
.testimonials .owl-carousel {margin-bottom:0;}

.testimonial-navi {display:table; margin:0 auto;}
.testimonial-navi li {float:left;}
.testimonial-navi li + li {border-left:1px solid #ddd;}
.testimonial-navi .btn {border:0;}
.testimonial-navi .btn:active {box-shadow:none;}
.oca_testimonial {min-height:100px !important;}
.oca_testimonial img {display:none;}
.oca_testimonial b {text-align:center;}
.share-testimonials {background:#c13b37; border:2px solid #c13b37; color:#fff; font-weight:bold; width:100%; padding:6px 15px; max-width:300px; margin:20px auto; display:table; text-align:center; border-radius:15px;}
.share-testimonials:hover {background:#fff;}

.HomeCustomerService, .HomeServices {padding:30px 0; border-bottom:1px solid #8f8f8f;}

.HomeCustomerService img, .HomeServices img, .information-information #content img, footer img {max-width:100%; width:100%; height:auto !important;}

.owl-wrapper-outer {border:0!important; border-radius: 0!important; box-shadow: none !important;}
.owl-carousel {margin:0 0 10px;}

#slideshow0 .owl-pagination {top:-40px; float:right; margin-right:20px;}
#slideshow0 .owl-controls .owl-page span {background:#fff;}
#slideshow0 .owl-controls .owl-page.active span {background:#c13b37;}
#slideshow0 .owl-controls .owl-buttons .owl-prev {background: url('../image/arrows-dark.png') no-repeat 0 0; width:42px; height:42px;}
#slideshow0.owl-carousel .owl-buttons .owl-next {background: url('../image/arrows-dark.png') no-repeat -42px 0; width:42px; height:42px;}
#slideshow0.owl-carousel .owl-buttons .fa {display:none !important;}

#banner0 .item > div {position:relative;text-transform:uppercase;text-align:center;overflow:hidden;margin-bottom:25px;width:100%;}
#banner0 .item > div h3 {position:absolute; bottom:0; background: rgba(0,0,0,0.7); color:#fff; padding:10px 0px;margin:0;text-align:center;width:100%}

@media (min-width: 992px) {
	#banner0 .item:nth-child(3n+4) {clear:left;}
}
@media (max-width: 991px) {
	#banner0 .item:nth-child(2n+3) {clear:left;}
}

.mailchimp-integration {background:#c13b37; padding:10px 0;}
.mailchimp-integration {margin-top:30px;}
.mailchimp-integration h3 {color:#fff; font-family: 'Lato', sans-serif; font-size:23px;line-height:1.0em;margin-bottom:0;}
.mailchimp-integration .box-heading {}
.mailchimp-integration input[type="text"] {border-radius:0; border:0;font-size:20px;line-height:20px;height:44px;}
.mi-block {width:72%; margin:0 !important;}
.mi-button {width:28%; float:right;}
.mi-button .btn {width:100%; background:#5e1c1a; float:right;height:46px;font-size:20px; font-family: 'Droid Serif', serif; text-transform:uppercase;line-height:37px;padding:6.0px 0;border:0;}
.mi-message {margin-top:10px;}

.social-links {text-align:center; color:#fff; font-size:24px;vertical-align:middle;line-height:1.7em;}
.social-links img {margin:0 5px;}

.copyright {float:left;}
.copyright .fa {font-size:40px; margin:0 3px;}
.copyright a .fa {color:#c13b37;}
.footer-payment {float:right; margin-bottom:20px;}

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

.tab-content table {border-top:1px solid #ddd; border-left:1px solid #ddd;}
.tab-content td {border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:0 5px; text-align:center;}
.tab-content td p {margin-bottom:0;}

.well .thumbnail {font-size:13px;}
.gallery-title {min-height:55px; display: block; text-align:center; }
.gallery-collapse {white-space: initial;}

#input-hp-fname {
	display: none;
}

/*Responsive*/
@media (min-width: 1550px) {
    .container {width: 1530px !important;}
    .account {margin-top:10px;}
    .account li + li {margin-left:17px;}   
    #menu .nav > li > a {margin: 0 20px;} 
    .product-content {padding:0 10%;}
    .col-xlg-2 {width: 16.66666667% !important;}
    .col-xlg-8 {width: 66.66666667% !important;}
    .search {margin-top:30px !important;} 
}

@media (max-width: 1549px) {
	#banner0 .item h3 {width:262px;}
	#menu .nav > li > a {margin: 0 10px;}

}
@media (max-width: 1549px) and (min-width: 1200px) {
    .TopText li {margin: 0 13px; font-size:13px;}
    .TopText li strong {font-size:15px;}
}
@media (max-width: 1199px) {
	#banner0 .item h3 {width:212px;}
	#menu .nav > li > a {margin: 0 10px;font-size: 16px;} 
	.footer-payment img {width:300px !important;}
	.HomeCustomerService strong span {font-size:24px !important;}
}

@media (max-width: 1199px) and (min-width: 992px) {.account {font-size:13px;}}

@media (max-width: 1199px) and (min-width: 768px) {/*.testimonials .owl-carousel .owl-item, .testimonials .owl-wrapper {
	width: 100% !important;}*/}

@media (min-width: 992px) {
	.mailchimp-integration .box-heading {width:135px;}
}

@media (max-width: 991px) {
    #banner0 .item h3 {width:251px;}
    .mailchimp-integration .box-heading {padding:15px 0; text-align:center;}
    #menu .nav > li > a {margin: 0 5px;font-size: 13px;} 
}

@media (max-width: 991px) and (min-width:768px) {
	.testimonials h3 {font-size:20px;}
}

@media (min-width:768px) {
	header {margin-top:55px;}
	.navbar {border-bottom: 1px solid #b7b7b7;}
	.navbar-header {float: left;}
    .navbar-nav {margin:0 auto; display:table; float:none;}
    .navbar-collapse {padding-left: 0; padding-right: 0;}
	#menu .nav > li > a {border-bottom:6px solid transparent;padding:10px 0; text-transform:uppercase;}
	#menu .nav > li > a:hover, #menu .nav > li.open > a {border-bottom: 6px solid #cc3c3b;}  
	#menu .nav > li + li {position:relative;}
	#menu .nav > li + li:after {position:absolute; border-left:1px solid #ddd; top:10px; width:1px; height:20px; content:"";}
	#menu .nav > li:first-child > a {margin-left:0;}
	#menu .nav > li:last-child > a {margin-right:0;}
	.account {float:right;}
	 .account li + li {margin-left:17px;} 
}


@media (max-width:767px) {
	#logo {margin:0 auto 10px; display:table;}
	#cart > .btn {float:none; margin:0 auto;}
	.account {margin:0 auto 10px; display:table;}
	.account li + li {margin-left:20px;}
	.navbar {background:#c13b37;}
	#banner0 .item h3 {width:100%; position:relative; color:#333; background:none;}
	.copyright {float:none; text-align:center;}
    .footer-payment {float:none; text-align:center;}
    .homepage {display:block !important;}
}

@media (max-width:600px) {
	.mi-block {width:100%;}
    .mi-button {width:100%;}
    .social-links {font-size:16px;}
    .social-links img {margin:0 3px;}
    .col-xxs-12 {width:100%;}
}

@media (max-width:400px) {#banner0 .item h3{font-size:16px}}

