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

html {
    background: #58585A;
    -webkit-font-smoothing: antialiased;
}
body {
    font: 100%/1.4 'Montserrat', sans-serif;
    margin: 0 auto;
    background: rgba(239,232,225,1);
    background: -moz-linear-gradient(top, rgba(239,232,225,1) 0%, rgba(239,232,225,1) 50%, rgba(142,142,144,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,232,225,1)), color-stop(50%, rgba(239,232,225,1)), color-stop(100%, rgba(142,142,144,1)));
    background: -webkit-linear-gradient(top, rgba(239,232,225,1) 0%, rgba(239,232,225,1) 50%, rgba(142,142,144,1) 100%);
    background: -o-linear-gradient(top, rgba(239,232,225,1) 0%, rgba(239,232,225,1) 50%, rgba(142,142,144,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,232,225,1) 0%, rgba(239,232,225,1) 50%, rgba(142,142,144,1) 100%);
    background: linear-gradient(to bottom, rgba(239,232,225,1) 0%, rgba(239,232,225,1) 50%, rgba(142,142,144,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe8e1', endColorstr='#8e8e90', GradientType=0 );
}
p {
    text-align: left;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}
.homepage_text {
    line-height: 1.4em;
    padding-top: 15px;
    font-size: 1.2em;
	margin-right: 1em;
}
h1, h2, h3, h4 {
    font-family: 'Arvo', serif;
    letter-spacing: -.5px;
    text-transform: uppercase;
}
h1 {
	font-size: 2em;
	font-weight: 400;
}

h2 {
	font-size: 1.75em;
	font-weight: 400;
}
h3 {
    color: #bf1e2e;
    font-size: 1.5em;
    font-weight: normal;
    padding: 5px 10px;
}
.page-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}
.header_content {
    position: relative;
    width: 100%;
}
.header_bg {


    width: 100%;
    background-color: #faf6f2;
    /*background-image: url(../images/header_underlay.jpg);*/
    background-position: center center;
    border-bottom: 4px solid #58585a;
    background-repeat: repeat-x;
    z-index: 0;
}
.tagline {
    font-size: 1.2em;
    position: relative;
    top: 10px;
    padding-left: 0px;
    font-weight: bold;
    letter-spacing: -.5px;
}
.logo {
    position: relative;
    top: 0px;
}
.search {
    background: #fff;
    padding: 0px 20px;
    margin: 20px 0 20px 0;
    color: #555;
    font-size: 1.2em;
    position: relative;
    top: 5px;
    border-radius: 8px;
    line-height: 2.25em;
}
.iso {
    font-size: 16px;
    letter-spacing: -1px;
    right: 0px;
    width: 100px;
    text-align: right;
    float: right;
}
.phone {
    font-size: 36px;
    font-weight: bold;
    color: #bf1e2e;
    position: relative;
    top: 0px;
    left: 0px;
}
.phone a {
    font-size: 36px;
    font-weight: bold;
    color: #bf1e2e;
    position: relative;
    text-decoration: none;
}
.button {
    font-size: 1.2em;
    font-weight: 700;
    background-color: #C30E2E;
    color: #fff;
    border-radius: 8px;
    text-align: left;
    padding: 0 20px;
    line-height: 2.25em;
}
.button a {
    color: #fff;
    text-decoration: none;
}
.button a:hover {
    color: #ddd
}
.button:hover {
    color: #ddd;
    background: rgba(195,14,47,1);
    background: -moz-linear-gradient(top, rgba(195,14,47,1) 0%, rgba(135,11,33,1) 44%, rgba(181,14,48,1) 81%, rgba(195,14,47,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(195,14,47,1)), color-stop(44%, rgba(135,11,33,1)), color-stop(81%, rgba(181,14,48,1)), color-stop(100%, rgba(195,14,47,1)));
    background: -webkit-linear-gradient(top, rgba(195,14,47,1) 0%, rgba(135,11,33,1) 44%, rgba(181,14,48,1) 81%, rgba(195,14,47,1) 100%);
    background: -o-linear-gradient(top, rgba(195,14,47,1) 0%, rgba(135,11,33,1) 44%, rgba(181,14,48,1) 81%, rgba(195,14,47,1) 100%);
    background: -ms-linear-gradient(top, rgba(195,14,47,1) 0%, rgba(135,11,33,1) 44%, rgba(181,14,48,1) 81%, rgba(195,14,47,1) 100%);
    background: linear-gradient(to bottom, rgba(195,14,47,1) 0%, rgba(135,11,33,1) 44%, rgba(181,14,48,1) 81%, rgba(195,14,47,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c30e2f', endColorstr='#c30e2f', GradientType=0 );
}
.nav {
    font-size: 1.75em;
	font-family: 'Arvo', sans-serif;
    font-weight: normal;
    position: relative;
	top: 10px;
    width: 91%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}
.nav a {
    color: #000;
    text-decoration: none;
    display: block;
}
.nav a:hover {
    color: #bf1e2e;
}
.slider {
    width: 428px;
    height: 320px;
    border: 1px solid #868e96;
    margin: 15px 0px 0px 10px;
    position: relative;
}
.slider_shadow {
    width: 428px;
    height: 320px;
    -webkit-box-shadow: inset 7px 7px 7px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 7px 7px 7px 0px rgba(0,0,0,0.5);
    box-shadow: inset 7px 7px 7px 0px rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    pointer-events: none
}
.gallery {
    background-color: #Fff;
    position: relative;
	padding: 10px 0;
	margin: 10px 0;
}
.gallery ul {
    list-style: none;
    padding: 0px 30px 5px 40px;
}
.gallery ul a {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
.gallery ul a:hover {
    color: #C30E2E;
}
.flex_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 100;
}
.flex_container a {
    display: block;
}
.gallery_images {
    position: relative;

    margin: 0px 10px 10px 10px;
}
.gallery_images img {
    margin: 2px 2px;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.feature_box img {
    padding: 10px 40px;
}
.feature_box p {
    padding: 0px;
}
.footer_bg {
    background: #58585a;
    width: 100%;
    z-index: 0;
	border-bottom: 8px solid hsla(32,28%,91%,1.00)
}
.footer_content {
    color: #fff;
    z-index: 100;
    position: relative;
    top: 10px;
}
.footer_content p {
    font-size: 12px;
    position: relative;
}
.footer_content a {
    color: #fff;
    text-decoration: none;
}
.footer_content a:hover {
    color: #ccc;
}
.copyright {
    font-size: 12px;
    z-index: 100;
	opacity: .5;
	margin-top: 40px
}
.tooltip {
    outline: none;
    cursor: pointer;
    font-weight: bold;
    color: #F7971C;
    position: relative;
}
.tooltip strong {
    line-height: 25px;
    font-weight: bold;
}
.tooltip:hover {
    text-decoration: none;
}
.tooltip span {
    z-index: 200;
    display: none;
    padding: 0px 5px 5px 10px;
    width: 200px;
    font-weight: normal;
    line-height: normal;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.tooltip:hover span {
    display: inline;
    position: absolute;
    top: -70px;
    left: 50px;
    color: #eee;
    border: 1px solid #444;
    background: #58585E;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.tooltip span {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
}

.slide_show {
	margin: 10px 0;
}

.footer_menu {
	font-size: 1.5em;
}
@media only screen and (max-width: 1200px) {
	.page-container {padding: 0 1em;}
	
}
#gmap_canvas {
	margin-top: 1em;
	border: 1px solid black;
}
