body {
	font-family: Arial;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "komu-a",sans-serif;
	margin: 0px;
	padding: 0px;
}
a {
	transition: 0.3s ease;
	color: #BD3326;
}
a:hover, a:active, a:focus {
	color: darkred;
}
.header-wrapper {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding:25px 0px;
}
.main-menu-holder ul.menu {
	margin: 0px;
	padding: 0px;
	float: right;
}
.main-menu-holder ul.menu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
}
.main-menu-holder ul.menu li a {
	color: #fff;
	border: 3px solid transparent;
	transition: 0.3s ease;
	padding: 7px 15px !important;
	font-weight: bold;
}
.main-menu-holder ul.menu li.active a {
	color: #fff;
	background: #BD3326;
}
.main-menu-holder ul.menu li a:hover,.main-menu-holder ul.menu li a:focus, .main-menu-holder ul.menu li a:active {
	border-color: #BD3326;
	background: transparent;
}
.menu-bars {
	float: right;
	padding: 7px 15px !important;	
	color: #fff;
	font-size: 25px;
	cursor: pointer;
	transition: 0.3s ease;
}
.responsive-menu-wrapper {
	display: block;
	background: #BD3326;
	z-index:100;
	display: none;
}
.highlight-red {
	color: #BD3326;
}
.responsive-menu-wrapper ul.menu {
	margin: 0px;
	padding:0px;
}
.responsive-menu-wrapper ul.menu li {
	text-align: center;
	border-bottom: 1px dashed black;
}
.responsive-menu-wrapper ul.menu li:last-child {
	border-bottom: 0px;
}
.responsive-menu-wrapper ul.menu li a {
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	transition: 0.3s ease;
	font-weight: bold;
}
.responsive-menu-wrapper ul.menu li.deeper {
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	transition: 0.3s ease;
	font-weight: bold;	
	background: #151515;
	color: white;
}
.responsive-menu-wrapper ul.menu li.deeper ul.nav-child li {
	display: block;
	width: 100%;
	padding: 15px;
	border: 0px;
}
.responsive-menu-wrapper ul.menu li.deeper ul.nav-child li a { 
    color: #BD3326;
    text-transform: uppercase;
    padding: 0px !important;
    transition: 0.3s ease;
    font-weight: bold;

} 
.responsive-menu-wrapper ul.menu ul.nav-child {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top:20px;
	border: 0px;
	
}
.responsive-menu-wrapper ul.menu li a:hover, .responsive-menu-wrapper  ul.menu li.active a {
	background: transparent;
	color: #000;
	display: block;
}
.sticksbar {
	position: relative;
	width: 100%;
}
.messagebox {
	/*background-image: url(../images/background-red.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;*/
    max-width: 300px;
    max-height: 500px;
	width:100%;
	height:100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;	
}
.messagebox:after {
	opacity: 0.4;
}
.messagebox a {
    color: #fff;
/*    padding-top: 92px; */
    display: block;
    text-align: center;
    font-size: 40px;
    /*transform: rotate(-3deg); */
    text-transform: uppercase;
	line-height: 49px;
	font-family: "almaq-rough",sans-serif;
	transition: 0.3s ease;
}

.messagebox:hover a {
	text-decoration: none;
	color: #fff;
	transform: rotate(0deg);
}
.messageox:hover  a {
	text-decoration: none;
}
.messagebox img {
	width: 100%;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.footer {
	background-image: url(../images/menu-bg.jpg);
	color: #fff;
	padding:35px 0px;
	font-size: 11px;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #BD3326;
}
.product-padding {
	padding: 55px 0px
}
.product h1, .cat-list h1, .contactform h1 {
	font-size: 55px;
}
.cat-list h1, .contactform h1 {
	margin: 25px 0px;
}
.product h1 span, .product h3 span {
	color: #BD3326;
}
.product h1 span {
	display: block;
	font-size: 40px;
}
.product h3 {
	font-size: 35px;
	color: #595959;
}
.product p {
	font-size: 16px;
	line-height: 30px;
	margin:25px 0px;
}
.specs {
	border: 1px solid whitesmoke;
	padding:15px 0px;
}
.spec-holder h4 {
	font-size: 25px;
	text-transform: uppercase;
	font-family: "almaq-rough",sans-serif;
	border-bottom: 1px dashed lightgrey;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.spec-holder { 
	min-height: 80px;
}
.spec-holder p {
	font-size: 14px;
	margin: 0 0 10px;
}
.product-thumb {
	border: 1px solid whitesmoke;
	min-height: 440px;
	margin-bottom: 30px;
	transition: 0.3s ease;
}
.product-thumb:hover {
	border-color: lightgray;
}
.product-thumb img {
	width: 100%;
	padding-top: 15px;
}
.product-thumb .caption {
	padding:35px 15px;
	color: #999;
}
.product-thumb .caption h4 a {
	font-size: 35px;
	color: #333;
	min-height: 80px;
	display: block;
}
.product-thumb .caption h4 a:hover {
	text-decoration: none;
	color: #BD3326;
}
.product-thumb h5 {
	font-size: 20px;
	color: #595959;
}
.product-thumb h5 span {
	color: #BD3326;
}
.spec-small {
	margin-top: 15px;
}
.contactform {
	margin:55px 0px;
}
.contactform input,.contactform select, .contactform textarea {
	border: 1px solid lightgrey;
	outline: none;
	box-shadow: 0px 0px 0px !important;
	-webkit-box-shadow: 0px 0px 0px;
	border-radius: 0px;
}
.contactform input:focus, .contactform select:focus, .contactform textarea:focus {
	border: 1px solid #BD3326;
}
.contactform .btn {
	background: #333;
	border: 0px;
	transition: 0.3s ease;
	width: 100%;
	padding:10px;
	text-transform: uppercase;
	font-weight: bold;
}
.contactform .btn:hover {
	background: #BD3326;
}
.cookiealert {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding:25px;
	text-align: center;
	background: #BD3326;
}
.cookiecont {
	color: #fff;
}
.cookiecont a {
	color: black;
	font-weight: bold;
}
button.gotCookie {
	background: #7F1611;
	border: 0px;
	padding:10px;
	background: #7F1611;
	background: #7F1611;
}
.imgright, .imgleft {
	max-width: 260px;
	border: 1px solid whitesmoke;
	padding:5px;
}
.imgright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.imgleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.bonham .product h1 span, .bonham .product h3 span, .bonham .product h1 span, .bonham .product h3 span {
	color: #B16827
}
.bonham .main-menu-holder ul.menu li.active a, .com_mijoshop.view-.bonham .main-menu-holder ul.menu li.active a {
    color: #fff;
    background: #B16827;
}
.bonham .main-menu-holder ul.menu li a:hover,.bonham .main-menu-holder ul.menu li a:focus, .bonham .main-menu-holder ul.menu li a:active, 
.com_mijoshop.view-.bonham .main-menu-holder ul.menu li a:hover,.com_mijoshop.view-.bonham .main-menu-holder ul.menu li a:focus, .com_mijoshop.view-.bonham .main-menu-holder ul.menu li a:active, .bonham .main-menu-holder li.deeper .nav-header:hover {
	border-color: #B16827;
	background: transparent;
}

.bonham .itemBody {
	margin-top: 15px;
}
.itemBody a {
	color: #BD3326;
	font-weight: bold;
}
.country-sep {
	border-bottom: 1px solid #ccc;
	margin: 15px 0px;
	padding: 15px 0px;
	font-size: 4.7rem;
	color: darkgrey;
}
.latestItemView {
	margin-bottom: 30px;
}
.mapspage {
    padding: 55px 0px;
	
}
.mapspage h1 {
    margin: 25px 0px;
	font-size: 55px;

}
.main-menu-holder li.deeper .nav-header {
	color: #fff;
    border: 3px solid transparent;
    transition: 0.3s ease;
    padding: 7px 15px !important;
    font-weight: bold;	
	position: relative;
}
.main-menu-holder li.deeper .nav-header:hover {
	border-color: #BD3326;
	cursor: pointer;
}
.main-menu-holder li.deeper:hover ul.nav-child {
	display: block;
}
.main-menu-holder li.deeper ul.nav-child {
	position: absolute;
	left: 0px;
	top:28px;
	padding: 0px;
	width: 250px;
	height: auto;
	z-index: 1000;
	display: none;
	background: black;
}
.main-menu-holder li.deeper ul.nav-child li {
	display: block;
	width: 100%;
	background: black
}
.main-menu-holder li.deeper ul.nav-child li a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	background: black !important;
}
.main-menu-holder ul.nav-child li.current.active a{
	background: #BD3326 !important;
}