body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #a1a1a1;
	font-size: 20px;
	line-height: 24px;
	background: #fff url('../image/bg.jpg') repeat fixed;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: 'Varela Round', sans-serif;
}
header {
	background: #fff;
}
p {
    text-align: justify;
}
.owl-carousel {
    box-shadow: none !important;
}
.panel-default {
	border-color: transparent;
	box-shadow: none;
}
.panel-default > .panel-heading {
	background: #f5f5f5;
	color: #a1a1a1;
	font-size: 14px;
	border-radius: 5px;
	padding: 5px 10px 5px 15px;
}
.list-group a:first-child {
	border-width: 0px 0px !important;;
}
.list-group a {
  border: 1px dotted #DDD !important;
	border-width: 1px 0px !important;;
}
#nav-container {
	background: #F0F0F0 url("../image/nav-bg.jpg") no-repeat scroll center top;
	height: 61px;
	display: block;
	position: relative;
	z-index: 999;
	width: 100%;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	margin-bottom: 0px;
}

/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	margin-top: 0;
}
.product-detail h4 {
    font-size: 26px;
    font-weight: 700;
}
h2 {
	font-size: 40px;
	color: #747474;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
	text-transform: uppercase;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #4b4b4b;
}
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;
}
/* 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: #393939;
    background-color: #f9af3c;
}
/* top */
#top {
	padding: 4px 0px 3px;
	margin: 0px;
	background: #fff;
}
#top ul {
	margin-bottom: 0px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #c30d14;
	background-image: linear-gradient(to bottom, #a1a1a1, #c30d14);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #4b4b4b;
	/*text-shadow: 0 1px 0 #FFF;*/
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #a1a1a1;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #000;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
}
#top-links .dropdown-menu a:hover {
	color: #393939;
	background: #fbb03b;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 0px;
}
#top-links a {
	font-size: 15px;
}
#top-links a + a {
	margin-left: 15px;
}
@media (max-width: 768px) {
	#logo {
		margin: 10px auto !important;
	}
	#logo img {
		margin: 0 auto;
	}
	#loginout {
		text-align: center;
	}
}

#nav-container {
	margin-bottom: 10px;
}

/* logo */
#logo {
	margin: 0 0 35px 0;
}
/* search */
#search {
	margin: 12px 0px;
}
#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 .input-sm {
	height: 35px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#search .btn {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#search .form-control {
	border: inherit;
	border-top: transparent;
	border-left: transparent;
	border-bottom: transparent;
    box-shadow: 3px 3px 5px rgb(209, 209, 209);
}
#search > .btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: inherit;
	border-radius: 0px;
	box-shadow: none;
}
#search .btn-default {
    background-image: none;
    color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    border-width: 1px 1px 1px medium;
    border-style: solid solid solid none;
    border-color: rgba(201, 201, 201, 0) rgba(201, 201, 201, 0) rgba(201, 201, 201, 0) transparent;
    height: 35px;
    background-color: rgb(251, 176, 59);
    box-shadow: 3px 3px 5px rgb(209, 209, 209);
	border-left: 1px solid #cc8f30;

}
#search input.form-control[type="text"] {
    font-family: "Varela Round",sans-serif;
    background: rgb(251, 176, 59);
    color: #fff;
	text-transform: uppercase;
}
/* cart */
#cart {
	margin-bottom: 0px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	color: #a1a1a1;
}
#cart.open > .btn {
	background: #a1a1a1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033484', endColorstr='#011028',GradientType=0 ); /* IE6-9 */
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
#cart > .btn {
	border: none;
}
#cart > .btn-inverse {
	background: transparent;
}
#cart.open > .btn:hover {
	color: #fff;
}
#cart .dropdown-menu {
	color: #a1a1a1;
	background: #f1f1f1;
	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;
	color: #a1a1a1;
}
/* header */
header {
	padding-top: 20px;
}

/* menu */
.navbar {
	position: relative;
	border-radius: inherit;
	min-height: auto;
	margin: 12px 0;
	border: none;
	display: block;
}

#menu {
	background-color: transparent;
}
#menu .nav > li > a {
	color: rgb(167, 167, 167);
	font-family: 'Varela Round', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	min-height: 15px;
	background-color: transparent;
    font-size: 16px;
	padding: 7px 15px;
	margin-top: 3px;
}
@media (max-width: 478px) {
	#menu {
		background-color: #eeeeef;
	}
	#menu .nav > li > a {
		color: #000 !important;
	}
}
#menu .nav > li:first-child > a {
    margin-left: 0;
}
#menu .nav > li:last-child > a {
    margin-right: 0;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background: #fbb03b;
    color: #fff;
    border-radius: 28px;
}
@media (max-width: 478px) {
	#menu .nav > li > a {
		color: #fff;
		margin: 0px !important;
	}
	#menu .nav > li > a:hover, #menu .nav > li.open > a {
		border-bottom: none !important;
	}
}

#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 280px;
	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: #393939;
	background-color: #f9af3c;
}
#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);
}
@media (max-width: 767px) {
	#menu #category {
		color: #000;
		text-shadow: none;
	}
	.breadcrumb {
		display: none;
	}
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	color: #393939;
	background-color: #f0f0f0;
	background-image: linear-gradient(to bottom, #f0f0f0, #a1a1a1);
    background-repeat: repeat-x;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #393939;
	background-color: #f0f0f0;
}
.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#menu .nav > li > a {
		padding: 7px 10px !important;
	}
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}
@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: #666;
	}
	#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: #666;
	}
	#menu .nav > li > a:hover, #menu .nav > li.open > a {
		border-radius: 0;
	}
	.navbar-collapse {
		background: #f0f0f0;
		padding-top: 15px;
		padding-bottom: 15px;
		-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
		box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
	}
}
/* content */
#content {
	min-height: 600px;
    margin-top: 20px;
}
/* footer */
footer {
	margin-top: 30px;
    color: #939393;
    font-weight: 300;
    font-size: 14px;
}
footer .list-unstyled {
    margin-top: 5px;
}
footer hr {
	border-top: none;
	margin-bottom: 10px;
	border-bottom: 2px solid #a1a1a1;
}
footer a {
    color: #939393;
}
footer a:hover {
	color: #000;
}
footer h5 {
	color: #4b4b4b;
	border-bottom: 1px solid #a1a1a1;
	font-family: "Varela Round",sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 7px;
	overflow: hidden;
	margin-bottom: 0;
}
.copyright {
	background: #f0f0f0 url('../image/footer-bg.jpg') no-repeat top center;
	padding-top: 10px;
	margin-top: 20px;
}

.copyright p {
	margin: 10px 0px 10px;
    font-size: 14px;
    text-align: center;
}
.copyright,
.copyright a {
	color: #939393;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	text-transform: uppercase;
	background-color: transparent;
	padding: 0px 10px;
	position: relative;
	white-space: nowrap;
}
.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: '\00bb';
	display: block;
	position: absolute;
	top: 1px;
	right: -12px;
	width: 15px;
	height: 20px;
}
.breadcrumb li:last-child a {
	color: #fbb03b;
}
.breadcrumb > li:last-child::after {
	content: '';
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.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 {
	background-color: #FFA145;
	background: linear-gradient(to bottom, #FFA145 0%, #FE8B1A 100%);
	background: #ffa145; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa145 0%, #fe8b1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa145), color-stop(100%,#fe8b1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffa145 0%,#fe8b1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffa145 0%,#fe8b1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffa145 0%,#fe8b1a 100%); /* IE10+ */
	border: 1px solid #FFA145;
	color: #FFFFFF;
	text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: transparent;
}
.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: #231f20;
	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: none;
	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 {
	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;
	padding: 10px;
	border-radius: 3px;
}
.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: 700;
	text-align: center;
	padding-bottom: 10px;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 100px;
}
.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;
	}
	#clouds {
		background-image: none !important;
	}
}

.product-thumb .rating {
	text-align: center;
	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: #58585a;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}
.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;
    width: 100%;
}
.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: medium none;
	display: block;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0px auto;
	padding: 0px 15px;
	text-decoration: none;
	background: rgb(251, 176, 59) none repeat scroll 0% 0%;
	color: rgb(255, 255, 255);
}
.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%;
	}
}


.social {
	margin-top: 10px;
}
.social-media {
	margin-top: 82px;
}

.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%;
    }
}
.featured-header {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 50px;
}
#slideshow0 .item {
	position: relative;
}
#slideshow0 .caption {
	position: absolute;
	z-index: 999;
	color: #FFF;
	font-size: 28px;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
	padding: 15px 10px;
	bottom: 20px;
	left: 20%;
	text-transform: uppercase;
	font-weight: 300;
}
@media (max-width: 768px) {
	.owl-carousel .caption {
		display: none;
	}
}

/* Custom CSS */
.home-banners a {
    opacity: 0.75;
    display: block;
    position: relative;
    transition: all 0.5s ease-in;
}
.home-banners a:hover {
    opacity: 1;
}
.home-banners .caption {
    opacity: 0.75;
    font-size: 19px;
    font-family: "Varela Round",sans-serif;
    background: #000;
    text-align: center;
    color: #FFF;
    width: 100%;
    position: absolute;
    display: inline-block;
    bottom: 0;
    text-transform: uppercase;
    padding: 10px;
}

.pagination > .active > span {
    background-color: #a1a1a1;
    border-color: #c30d14;
}
.pagination > li > a,
.pagination > li > a:hover {
    color: #a1a1a1;
}
#clouds {
	background: url('../image/clouds.png') repeat-y fixed;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0px;
	margin: 2px 0px 0px;
	list-style: outside none none;
	font-size: 16px;
	text-align: left;
	background-color: rgb(240, 240, 240);
	border: 1px solid #FBB03B;
	border-radius: 4px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	background-clip: padding-box;
}

footer .custom_block a{
	background-color: #8FBA3C ;
	background: linear-gradient(to bottom, #8FBA3C  0%, #6FAF38  100%);
	background: #ffa145; /* Old browsers */
	background: -moz-linear-gradient(top, #8FBA3C  0%, #6FAF38  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8FBA3C ), color-stop(100%,#6FAF38 )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8FBA3C  0%,#6FAF38  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8FBA3C  0%,#6FAF38  100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8FBA3C  0%,#6FAF38  100%); /* IE10+ */
	border: 1px solid #8FBA3C;
	color: #FFFFFF;
	font-size: 13px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	margin: 5px 5px 5px 0;
	padding: 1px 10px;
	float:left;
}

footer .custom_block a:hover {
	background-color: #FFA145;
	background: linear-gradient(to bottom, #FFA145 0%, #FE8B1A 100%);
	background: #ffa145; /* Old browsers */
	background: -moz-linear-gradient(top, #ffa145 0%, #fe8b1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa145), color-stop(100%,#fe8b1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffa145 0%,#fe8b1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffa145 0%,#fe8b1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffa145 0%,#fe8b1a 100%); /* IE10+ */
	border: 1px solid #FFA145;
}

.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }

#loginout a {
	font-size: 14px;
}
#my-account a {
	text-transform: uppercase;
	border: 2px solid #a1a1a1;
	padding: 2px 16px;
	font-weight: 600;
	color: #a1a1a1;
	margin: 1px -3px;
	display: inline-block;
}
#list-view.btn,
#grid-view.btn {
	padding: 3.5px 7px !important;
}
.product-detail h2 {
	color: #6ad4c6;
}
.product-detail h3 {
	color: #f86060;
	text-align: center;
	font-family: 'Pacifico', cursive;
	font-size: 43px;
	border-bottom: 2px solid #6ad4c6;
	padding-bottom: 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#category-list {
	display: none;
	background: #fff;
	padding: 10px;
	border: 3px solid #6ad4c6;
	margin-bottom: 20px;
}
#category-list li {
	padding: 0 50px;
	display: inline-block;
	border-right: 1px solid #c4c4c4;
}
#category-list li:last-child {
	border-right: none;
}
#category-list a {
	font-size: 16px;
	text-transform: uppercase;
}
#category-list a.active {
	color: #fbb03b;
}

/* BootStrap Overrides */
#product .form-control,
#product .btn-block {
	width: inherit;
}

.information-contact .form-control {
	width: 50%;
}
.account-register .form-control {
	width: 50%;
}
.checkout-cart .form-control {
	width: 50%;
}
@media (max-width: 768px) {
	.account-register .form-control {
		width: 100%;
	}
	.checkout-cart .form-control {
		width: 100%;
	}
	.information-contact .form-control {
		width: 100%;
	}
}