@charset "utf-8";
/* CSS Document */

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

.py-3 {
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.0rem;
	line-height: 1.6;
	color: #3c3c3c;
}

strong {
	font-weight: 600;
}

.font-slab {
	font-family: 'Roboto Slab', serif;
	color: #3a3a3a;
}

.font-logo {
	font-family: 'Pinyon Script', cursive;
	font-weight: bolder;
}

.font-logo img {
	display:inline;
}

.text-red {
	color: rgba(142,13,13,0.85);
}

.hr-red {
	width: 100%;
	height: 2px;
	margin: 15px 0px;
	background: rgba(142,13,13,1.00);
}

a {
	color: #8E0D0D;
}
a:hover {
	color: #490606;
}

a:focus,
a:active {
	color: inherit;
	text-decoration: none;
}

*:hover {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.nav a {
	color: #3a3a3a;
}

.nav li:hover,
.nav li:focus,
.nav a:hover,
.nav a:focus {
	background: none;
}

.show {
	display: block;
	transition: all 0.5s ease;
}

body {
	padding: 0px;
	margin: 0px;
}

.site-header {
	min-width: 280px;
	padding: 0px;
	background: rgba(255,255,255,0.9);
	position: relative;
	z-index: 998;
}

.site-header .main-navbar {
	width: 100%;
	max-width: 280px;
	position: fixed;
	top: 0;
	right: 0;
}

.site-logo {
	color: #f2f2f2;
	padding: 35px 0px;
	background: #8E0D0D;
}

.site-nav {
	font-weight: 600;
	background: #fff;
}

.site-nav .nav li {
	border-bottom: 1px solid rgba(142,13,13,0.25);
}

.site-nav .nav li a {
	color: #8E0D0D;
	padding: 20px 10px 20px;
}

.site-nav .nav li a:hover,
.site-nav .nav li a:focus,
.site-nav .nav li a:active {
	color: #490606;
	background: none;
}

.site-nav .nav li:hover {
	background: rgba(142,13,13,0.25);
	border-bottom: 1px solid #8E0D0D;
}

.site-nav .nav li.active {
	background: rgba(142,13,13,0.10);
}

.site {
	height: auto;
	width: auto;
	padding: 0;
	z-index: 997;
}

.products-menu {
	max-height: 70%;
	min-width: 320px;
	position: relative;
	overflow-y: scroll;
}

.products-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	max-width: 320px;
	position: fixed;
	top: 0;
	left: 0;
}

.products-menu ul li,
.products-menu ul li:hover {
	padding: 10px 25px 10px 20px;
	margin-bottom: 1px;
	background: #4d4c4c;
	border-right: 1px solid #4d4c4c;
	opacity: 0.85;
}

.products-menu ul li:hover {
	background: #4d4c4c;
	border-right: 1px solid #fff;
	opacity: 0.88;
}

.products-menu ul li.active {
	background: #8E0D0D;
	opacity: 0.88;
}

.products-menu ul li a {
	color: #cdcccc;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}

.products-menu ul li a:hover,
.products-menu ul li a:focus,
.products-menu ul li a:active {
	color: #cdcccc;
	background: none;
}

.products-menu ul li a .fa.fa-map-o {
	color: #fff;
	position: absolute;
	top: 5px;
	left: 0;
	display: none;
}

.products-menu ul li a strong {
	font-size: 16px;
}

.products-menu ul li a div {
	color: #cdcccc;
	font-size: 12px;
	margin-top: 5px;
}

.products-menu ul li a:hover div {
	color: #fff;
}

.site-content {
	background: rgba(255,255,255,0.97);
	margin-bottom: 8rem;
}

.site-content .page-header {
	padding: 25px 25px 20px;
	margin: 0;
	background: #fff;
}

.site-content h1 {
	font-weight: 700;
	letter-spacing: 0.15rem;
	padding: 0px;
	margin: 0px;
	background: #fff;
}
.site-content h3,
.site-content h4 {
	font-weight: 700;
	letter-spacing: 0.15rem;
}

.site-content .container {
	line-height: 1.6;
	width: auto;
	padding: 25px 25px 50px 25px;
}

.site-content .container a {
	color: inherit;
}

.banner-content {
	margin-bottom:25px;
}

.site-content .container img {
	width: 100%;
	padding-bottom:5px;
}

.photoswipe-gallery .grid-item {
	padding-bottom: 25px;
}

.google-map {
	position: relative;
}

.google-map iframe {
	width: 100%;
	height: 360px;
}

.google-map:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.10);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.site-footer {
	width: 100%;
	padding: 10px 0px;
	background: #fff;
	border-top: 3px solid #8E0D0D;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.mv-copyright {
	height: 0;
	width: 0;
	opacity: 0;
}

/* Photos Page */
.gallery .grid {
	padding:25px 0px;
}

.header-gallery .site-logo {
	padding:15px 0px 10px;
}

@media screen and (min-height: 560px) { 
  .products-menu {
		max-height: 80%;
		overflow-y: auto;
	}
}

@media screen and (max-width: 992px) {
	.site-header {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 0px;
		background: rgba(255,255,255,0.9);
		position: relative;
		top: auto;
		right: auto;
	}

	.site-header .main-navbar {
		width: 100%;
		max-width: 100%;
		position: relative;
		top: auto;
		right: auto;
	}
	
	.navbar-toggler {
		padding: 0.25rem 0.50rem;
		border: 2px solid rgba(255, 255, 255, 0.75);
		border-radius: 0.50rem;
		display: block;
		position: absolute;
		float: none;
		right: 1.0rem;
		top: 3.5rem;
	}
	
	.navbar-toggler .navbar-toggler-icon {
		background-color: #fff;
	}

	.site-logo {
		padding: 15px 0px;
	}
	
	.site-header nav {
		display: none;
	}
	
	.site-nav {
		margin: 0px;
	}
	
	.site {
		width: 100%;
	}
	
	.site-content {
		position: relative;
		top: auto;
		left: auto;
	}
	
	.container-home {
		min-height: 240px;
	}
	.container-home-empty {
		min-height:0px;
	}
	
	.products-menu {
		text-align: center;
		max-height: none;
		width: 100%;
		background: rgba(255,255,255,0.90);
		position: relative;
		top: auto;
		left: auto;
		overflow-y: auto;
		display: none;
	}

	.products-menu ul {
		width: 100%;
		max-width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}
	
	.site-footer.relative-footer {
		width: auto;
		margin: auto -15px;
		position: relative;
	}
}

@media screen and (max-width: 480px) {
	.site-content h1 {
		font-size:28px;
	}
	
	.site-footer .col-sm-6 {
		font-size: 11px;
		width: 100%;
	}
	
	.site-footer .col-sm-6 div {
		text-align: center;
	}
}