/* 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;
}*/

body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Alegreya', serif;
	font-weight: 400;
	color: #666;
    font-size: 14px;
	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: #666;
}
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: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#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: 20px 0 20px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* 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: 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;
}
/* 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 > a {
	color: black;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	/*padding: 10px 40px 10px 40px;*/
	padding: 10px 36px;
	min-height: 15px;
	background-color: transparent;
	font-size: 15px;
}
#menu .nav > li > a.active{
	border-bottom:3px solid gold;
}
#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: #444;
	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-bottom: 50px;
	margin-top: 30px;
	padding-top: 10px;
	background-color: #ffffff;
	border-top: 1px solid #ddd;
	color: #666;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #666;
}
footer a:hover {
	color: #000;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
footer .socials a {
	border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
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: 0px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.3;
}
.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;*/
        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;
}
.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%;
	}
}

.thumbnail {
	background-color: transparent;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	/*margin-left: -20px;*/
    margin-left: -35px;
}
.thumbnails > img {
	width: 100%;
}
.thumbnails a{
	border: none;
}


.thumbnail-bigg {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnail-bigg > li {
	margin-left: 20px;
}
.thumbnail-bigg {
	/*margin-left: -20px;*/
    margin-left: -35px;
}
.thumbnail-bigg > img {
	width: 100%;
}

.thumbnail-bigg a{
	border: none;
}


.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) {
    
}




.header-logo{
    /*width:400px; */
    width: 280px;
    margin:20px auto;

}
.top-msg{
    text-align:center;
    margin:10px 0 0 0;
}
.navbar{
     margin-bottom: 0px; 
     border: 0px solid transparent; 
}

.product-thumb:hover #text {
    display: block;
}
.product-thumb #text {
    position: absolute;
    top: 26%;
    left: 42%;
    display: none;
}
.aboutus_text{
    margin:20px auto;
}
.aboutus_text p{
    margin:30px;
}


.services_page{
    border:0px solid;
}
.services_font_gold,.services_div a{
    color:#c29f07;
    font-weight: 700;
}
.services_div{
    background-color: #f3f3f3;
    margin-top:20px;
    width: 85%;
    margin-left: 80px;
}

.services_div h1 {
    margin-left: 20px;
}

.services_div .services {
	padding: 20px;
}

.product_div{
    margin-top:20px;
    width: 85%;
    margin-left: 80px;
}

.product_div h1 {
    margin-left: 20px;
}

.product_div .services {
	padding: 20px;
}

.related-products {
	text-align: center;
    margin-left: 20px;
}

.small-title {
	margin-top: 0px;
}

@media (max-width: 768px) {

	.services_div{
	    margin-left: 0px;
	    margin-right: 0px;
    	width: 100%;
	}
	.product_div{
	    margin-left: 0px;
	    margin-right: 0px;
    	width: 100%;
	}

}

.contact_page .form-group{
	padding: 0 10px;
}

.home_mid_picture{
    padding:0px;
    margin-left:-5px;
}
.home_mid_picture img{
    height: 400px; 
    width: 100%; 
    min-height: 100%; 
}
.home_mid_picture p{
    margin:0px;
}


.enquiry-now {
    width: 200px;
    height: 45px;
    text-align:center;
    position: fixed;
    float: right;
    right: -80px;
    top: 550px;
    z-index: 21;
    line-height: 45px;
	background: #BA8719;
	-webkit-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.75);
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


.enquiry-now a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.enquiry-now-sm {
	display: none;
}

@media (max-width: 768px) {
	.enquiry-now {
		display: none;
	}
	
}


.toggle-daily-gold-box {
    width: 260px;
    text-align:center;
    position: fixed;
    float: right;
    right: -110px;
    top: 300px;
    z-index: 21;
	background: #BA8719;
	-webkit-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.75);
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

 .toggle-daily-gold-box-sm{
    width: 200px;
    text-align:center;
    position: fixed;
    float: right;
    right: 0px;
    bottom: 0;
    z-index: 21;
	background: #BA8719;
	-webkit-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.75);
}

.toggle-daily-gold-box a, .toggle-daily-gold-box-sm a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.toggle-daily-gold-box .angle{
    padding:10px;
	float:left;
	margin: 0;
	background-color: #BA8719;
}
.toggle-daily-gold-box .angle i{
	font-size: 20px;
}

.toggle-daily-gold-box .text{
    padding:10px;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.daily-gold-box {
    width: 380px;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    float: right;
    right: -20px;
    top: 200px;
    z-index: 20;
	background: #ffffff;

	-webkit-box-shadow: -9px 10px 5px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: -9px 10px 5px -10px rgba(0,0,0,0.75);
	box-shadow: -9px 10px 5px -10px rgba(0,0,0,0.75);

	border: 1px solid #ccc;
}

#dasdaicbas {
	display: none;
}
.toggle-daily-gold-box-sm {
	display: none;
}

.toggle-daily-gold-box-sm .angle{
    padding:10px;
	float:left;
	margin: 0;
	background-color: #BA8719;
}
.toggle-daily-gold-box-sm .angle i{
	font-size: 20px;
}

.toggle-daily-gold-box-sm .text{
    padding:10px;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 768px) {

	.daily-gold, .toggle-daily-gold-box {
		display: none;
	}
	.toggle-daily-gold-box-sm {
		display: block;
	}

	#dasdaicbas {
		display: none;
	    width: 90%;
	    margin: 20px;
	    font-family: 'Open Sans', sans-serif;
	    position: fixed;
	    float: right;
	    right: 0px;
	    top: 50%;
	    z-index: 20;
		background: #ffffff;

		-webkit-box-shadow: -9px 10px 5px -10px rgba(0,0,0,0.75);
		-moz-box-shadow: -9px 10px 5px -10px rgba(0,0,0,0.75);
		box-shadow: -9px 10px 5px -10px rgba(0,0,0,0.75);

		border: 1px solid #ccc;
	}

	#dasdaicbas .daily-gold-header {
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
	}
	#dasdaicbas .daily-gold-close {
		font-weight: bold;
		line-height: 40px;
		background: #BA8719;
		width: 100%;
		text-align: center
	}

	#dasdaicbas .daily-gold-close i {
		color: #fff;
		font-size: 19px;
	}

	#dasdaicbas .daily-gold-td {
		line-height: 30px;
	}

	#dasdaicbas .daily-gold-td-una {
		line-height: 90px;
		text-align: center;
	}


	#dasdaicbas .border-bottom {
		border-bottom: 1px solid #ccc;
	}

	#dasdaicbas .daily-gold-header .fa-close {
		margin-top: 5px;
	}

}

.daily-gold-box .left-bar {
	background: #F0F0F0;
}

.daily-gold-box .left-bar{
	margin-left: 15px;
    /*width: 50px;*/
}

.daily-gold-box .left-bar .sg-flag {
    height: 30px;
    vertical-align: center;
    text-align: center;
    margin-top: 3px;
}
.daily-gold-box .left-bar .sg-flag img{
    width: 25px;
    margin-top: 3px;
    margin-left: 5px;
}

.daily-gold-box .daily-gold-content {
}

.daily-gold-box .daily-gold-header {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
.daily-gold-box .daily-gold-close {
	font-weight: bold;
	line-height: 40px;
	background: #BA8719;
	width: 100%;
	text-align: center
}

.daily-gold-box .daily-gold-close i {
	color: #fff;
	font-size: 19px;
}

.daily-gold-box .daily-gold-td {
	line-height: 30px;
}

.daily-gold-box .daily-gold-td-una {
	line-height: 90px;
	text-align: center;
}


.daily-gold-box .border-bottom {
	border-bottom: 1px solid #ccc;
}

.ms-slide-title { 
	display:none;
}
.pagination-product>li>a,
.pagination-product>li>span{
	border: none;
	color: #474646;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
	background-color: transparent;
	color: #111;
	font-weight: bold;
}

#button-cart {
	background: #E4BC0C;
	border-color: #E4BC0C;
	text-transform: uppercase;
	border-radius: 0;
	color: #fff;
}

.description-panel .tab-content {
    border: 1px solid #ddd;
    padding: 10px 20px;
}

.description-panel .nav-tabs {
	margin-bottom: 0;
}

#menu .cart-menu {
    padding: 0;
}
@media (max-width: 768px) {
	#menu .cart-menu {
	    padding: 10px 36px;
	    text-align: right;
	}
	#menu .search-menu {
	    padding: 10px 36px;
	    text-align: right;
	}
}
#content .table-cart {
	text-align: center;
}

#content .table-cart table{
    width: 90%;
    margin-left: 4%;
}

#content .table-cart thead{
	background-color: #534D4D;
	color: #fff;
}

#content .table-cart tr {
	border-bottom: 1px solid #ddd;
}

#content .table-cart .cart-products td {
	padding: 10px  40px 40px 40px;
}
#content .table-cart .item-th {
	padding: 10px  40px;
}
#content .table-cart .remove-th {
	padding: 10px  40px;
}

#content .table-cart .td-thumb {
	width: 200px;
}
#content .table-cart .td-thumb img{
	width: 200px;
}
body #content .table-cart .td-product{
	padding: 20px  40px 40px 4px;
}

#content .btn-1st-jel {
    text-shadow: 0;
    background-color: #DBB60F;
    background-image: none;
    border-color: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 0;
}

#content .buttons-checkout {
    width: 90%;
    margin-left: 4%;
}

.btn-cart-remove {
	padding: 10px;
	cursor: pointer;
}

.btn-cart-remove i {
	color: #FF0101;
	font-size: 20px;
}


.contact-header h3 {
	font-size: 16px;
}
.filter-list ul li {
	list-style: none;
}

.filter-list ul li .active {
	color: #f00;
	text-decoration: underline;
}

.filter-list ul li a:hover{
	color: #f00;
	text-decoration: underline;
}

.slider.slider-horizontal .slider-track {
	background: #E4E4E4;
}

.slider.slider-horizontal .slider-handle {
	height: 10px;
	margin-top: 5px;
	background-color: #636363;
    background-image: -webkit-linear-gradient(top, #636363 0%, #0480be 100%);
    background-image: -o-linear-gradient(top, #636363 0%, #0480be 100%);
    background-image: linear-gradient(to bottom, #636363 0%, #0480be 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 1px solid #eee;
}


.container #priceRange {
	width: 200px;
    margin-left: 10px;
}

.container #goldRange {
	width: 200px;
    margin-left: 10px;
}

.price-range-slider {
	margin-top: 40px;
    margin-left: 40px;
}
.container .price-range-slider .slider.slider-horizontal .slider-tick, 
.container .price-range-slider .slider.slider-horizontal .slider-handle {
    margin-left: 0px;
}

.gold-range-slider {
	margin-top: 40px;
    margin-left: 40px;
}
.container .gold-range-slider .slider.slider-horizontal .slider-tick,
.container .gold-range-slider .slider.slider-horizontal .slider-handle {
    margin-left: 0px !important;
}

.nav-tabs>li.active>a {
	background-color: #959595;
	color: #fff;
	height: 30px;
	line-height: 11px;
	text-transform: uppercase;
	border-radius: 0;
}

.description-panel .list-styled {
	margin-left: -20px;
}

.product-view-details {
	position: relative;
	/*top: 140px;*/
    top: 100px;

	height: 30px;
	text-align: center;
    margin: 0 60px;
    line-height: 30px;
	border: 1px solid #000;
	color: #000;
	visibility: hidden;
}

.product-thumb .image:hover > .product-view-details{
	visibility: visible;
}


.product-thumb .image {
    height: 200px;
    line-height: 200px;
}


.product-thumb .image img{
    max-height: 175px;
    max-width: 250px;
}
.product-product-img img{
    max-height: 410px;
    max-width: 410px;
}

@media (max-width: 767px) {
	.thumbnail img{
		/*height: 250px;*/
		max-width: 250px;
	}
}

.thumbnail-list {
    margin-left: 25px;
}
.thumbnail-list ul li{
	float: none;

}
.thumbnail-sm img{
	/*height:128px;*/
    max-height: 128px;
	width:128px;
}
.thumbnail-list a {
	margin-bottom: 5px;
	border: none;
}

.asddd {
	margin-left: -40px;
}
#button-contact {
	background-color: #959595;
	border-color: #959595;
	text-transform: uppercase;
	border-radius: 0;
	padding: 10px 50px;
	color: #fff;
}

.footer-line {
	height: 20px;
	background-color: #CCCCCC;
}

.footer-image {
    margin-top: 30px;
}

.footer-2nd {
	/*margin-left: 40px;*/
}

.home-page-feature img{
	width: 30%;
	padding-bottom:20px;
}

.featured-products {
    width: 850px;
    margin-left: 140px;
}

@media (max-width: 767px) {

	.home-page-feature img {
		width: 100%;
	}
	.featured-products {
	    width: 100%;
	    margin-left: 0px;
	}

	.product-view-details {
	    margin: 0 100px;
	}
	.asddd {
    	 margin-left: 0px; 
	}
	.footer-2nd {
		margin-left: 0;
	}

}

#menu .nav > .search-menu > a,#menu .nav > .cart-menu > a {
    padding: 6px 15px;
}

#searchBox {
	z-index:999;
	position:absolute;
	width: 280px;
	background:#fff;
	padding:10px;
	display:none;
    right: 0;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(170,170,170,1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(170,170,170,1);
	box-shadow: 1px 1px 5px 0px rgba(170,170,170,1);
}

@media (max-width: 767px) {
	#searchBox {
		width: 200px;
	    right: 25px;
	    bottom: 43px;
	}
}

.search-keyword {
	background: url('img/search-icon.png') no-repeat scroll 7px 7px;
    background-size: 15px;
	padding-left:30px;
}

#button-search {
	background: #E4BC0C;
	border-color: #E4BC0C;
	text-transform: uppercase;
	border-radius: 0;
	color: #fff;
}

.filter-product-product ul{
	margin-left: -20px;
}

.filter-product-product ul li label {
     margin-bottom: 0px; 
}

.contact-header a.contact-a {
	color: #111;
	font-weight: normal;
	cursor: pointer;
}
.container #content .contact-header a.active {
	font-weight: bold;
}
.container .contact-header a.active {
	font-weight: bold;
}

.not-front-end {
	display: none;
}