html,
body {
	height: 100%;
	background: #1a1919;
}

@font-face {
	font-family: bellerose;
	src: url(fonts/bellerose.woff);
}

a {
	color: #000;
}

.header_container {
	/*background: #fefaed;*/
	/*padding-top: 32px;*/
	padding-left: 0px;
	padding-right: 0px;
}

h1.title {
	font-family: bellerose;
	font-size: 30px;
	margin: 20px auto 20px auto;
	color: #bb9646;
	text-align: center;
}

.goldbar {
	background: url("../img/goldbar.png") repeat-x top left;
	width: 100%;
	height: 2px;
	margin-bottom: 10px;
}

.goldbox {
	background: url("../img/goldbox.jpg") repeat top left;
	padding-left: 0px;
	padding-right: 0px;
}

.goldtext {
	color: #e4c071;
}

.alert {
	text-align: center !important;
}

#logo {
	margin: 0px auto;
	text-align: center;
}

#logo a {
	display: table;
	margin: 0px auto;
}

.homewhitesmain {
	margin-right: 6px;
}

@media screen and (max-width: 1200px) {
	.homewhitesmain {
		margin-right: 0px;
	}
}

.noscriptmsg {
	color: #fff;
	text-align: center;
	padding-top: 50px;
	font-size: 20px;
}

.logo_title {
	font-family: bellerose;
	font-size: 35px;
	margin: 10px auto 20px auto;
	color: #bb9646;
}

.homepage div {
	height: 100%;
}

.homepage img {
	width: 100%;
	height: 100%;
}

#logo_text {
	text-align: center;
	padding: 0px 100px;
	color: #b18739;
	line-height: 1.5em;
}

.footer {
	background: #1a1919;
	/*margin-bottom: 40px;*/
	text-align: center;
	width: 100%;

	color: #d5a858;
}

.termsinfo {
	padding-top: 50px;
}

.termsinfo p {
	text-align: left;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home_main_url {
	display: block;
	background-color: #000000;
}

.home_main_url img {
	background-color: #000000;
	transition: 0.2s ease;

	min-height: 100%;
}

.home_main_url img:hover {
	opacity: 0.5;
	transition: 0.2s ease;
}

.footer img {
	width: 100%;
	max-width: 1089px;
}

.wrapper {
	background: #1a1919;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

#mainmenu {
	/*background: #fbe4ba;*/
	background: url("../img/menubg.png") repeat-x left center;
}

#mainmenu .navbar-collapse {
	/*padding-right: 0px;*/
	/*padding-left: 0px;*/
}

#mainmenu .navbar-nav > li {
	text-align: center;
	float: left;
	list-style-type: none;
}

#mainmenu .navbar-nav > li > a {
	width: 124px;
	padding: 0 !important;
	height: 50px;
	color: #000;
	font-family: bellerose;
	font-size: 26px;
	line-height: 1.5em;
}

/*#mainmenu .navbar-nav > li.active > a,*/
/*#mainmenu .navbar-nav > li.active > a:hover,*/
/*#mainmenu .navbar-nav > li.active > a:focus {*/
/*color: #000;*/
/*background-color: #b48a35;*/
/*}*/

#mainmenu .nav > li > a:hover,
#mainmenu .nav > li > a:focus {
	background-color: #b48a35;
}

#mainmenu .navbar .container {
	padding-left: 0px;
	padding-right: 0px;
}

#mainmenu .navbar {
	margin: 0px;
	border: 0px;
}

#mainmenu .navbar-toggle {
	background-color: #b48a35;
	float: none;
}

#mainmenu .navbar-toggle .icon-bar {
	background: #1a1919;
}

#mainmenu .dropdown-toggle .caret {
	display: none;
}

a:hover {
	text-decoration: none;
	color: #b48a35;
}

#mainmenu .dropdown-menu {
	padding: 0px;
}

#mainmenu .dropdown-menu > li {
	text-align: center;
}

#mainmenu .dropdown-menu > li > a {
	background: #fbe4ba;
	padding: 0 !important;
	height: 50px;
	color: #000;
	font-family: bellerose;
	font-size: 20px;
	line-height: 2.2em;
}

#mainmenu .dropdown-menu > li > a:active,
#mainmenu .dropdown-menu > li > a:hover,
#mainmenu .dropdown-menu > li > a:focus {
	color: #000;
	background-color: #fbe4ba;

	outline: 0;
	-moz-outline-style: none;
}

#home-btn-onlineordering {
	padding: 15px 0px 20px 0px;
	display: table;
	margin: 0px auto;
}

#home-btn-onlineordering img {
	width: 150px;
}

@media screen and (min-width: 1200px) {
	#mainmenu .navbar-nav > li > a {
		width: 153px;
	}
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
	#logo_text {
		padding: 0px 20px;
	}

	#mainmenu .navbar-nav > li > a {
		width: 93px;
		line-height: 2.3em;
		font-size: 20px;
	}

	.footer img {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#logo img {
		width: 100%;
	}

	#mainmenu .navbar {
		height: 50px;
	}

	#mainmenu .navbar-nav .nav-item {
		width: 14%;
	}

	#mainmenu .navbar-nav > li > a {
		width: 100%;
		line-height: 3.2em;
		font-size: 13px;
	}

	#mainmenu .navbar-nav {
		margin: 0px;
	}

	#mainmenu .divider {
		display: none;
		/*background: url("../img/menu_dot.png") no-repeat top center;*/
		/*height: 18px;*/
		/*width: 4px;*/
		/*line-height: 2.5em;*/
		/*font-size: 14px;*/
	}

	/*#mainmenu .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {*/
	/*text-align: center;*/
	/*}*/
	/*.navbar{*/
	/*border:none;*/
	/*}*/
	/*#mainmenu .navbar-collapse{*/
	/*background: #b48a35;*/
	/*}*/
	/*#mainmenu .navbar-nav > li > a{*/
	/*width:auto;*/
	/*font-size:20px;*/
	/*}*/
	/*#mainmenu {*/
	/*background: none;*/
	/*padding-right: 0px;*/
	/*padding-left: 0px;*/
	/*}*/
	/*#mainmenu .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {*/
	/*margin-right: 0px;*/
	/*margin-left: 0px;*/
	/*}*/
	.footer img {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	#mainmenu .navbar {
		height: 40px;
		min-height: 40px;
	}

	#mainmenu .navbar-nav > li > a {
		width: 100%;
		line-height: 3.4em;
		font-size: 10px;
		height: 40px;
	}
}

.site-error h1 {
	padding-top: 30px;
	font-family: bellerose;
}

.site-error img {
	width: 50%;
}

form div.required label.control-label:after {
	content: " * ";
	color: red;
}

.locations_button {
	background: url("../img/locations.png") no-repeat top center;
	width: 250px;
	height: 40px;
	display: block;
	border: none;
	border-radius: 15px;
	outline: none;
	/*margin:0px auto 20px auto;*/
	text-transform: uppercase;
	margin-top: 10px;
	margin: 20px auto 20px auto;
}

.locations_button .innerButton {
	font-family: bellerose;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	text-shadow: 0px 1px #979697;
}

.contact_button {
	background: #b48a35;
	width: 400px;
	height: 40px;
	display: block;
	border: none;
	border-radius: 15px;
	outline: none;
	/*margin:0px auto 20px auto;*/
	margin-top: 10px;
	margin: 20px auto 20px auto;
}

.contact_button .innerButton {
	font-family: bellerose;
	font-size: 20px;
	line-height: 1em;
}

#mainmenu .divider {
	background: url("../img/menu_dot.png") no-repeat top center;
	height: 28px;
	width: 10px;
	line-height: 1.5em;
	font-size: 30px;
}

/*@media screen and (max-width: 767px) {*/
/*#mainmenu .divider {*/
/*display: none;*/
/*}*/
/*}*/

.category_image .outofstock {
	width: 80px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
	.category_image .outofstock {
		width: 70px;
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	.category_image .outofstock {
		width: 60px;
		position: absolute;
		bottom: 50px;
		left: 50%;
		transform: translate(-50%, 0);
	}
}
