@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;600;700;800');

body {font:1em 'Open Sans', sans-serif; color: #111; margin:0; font-size: 1.05em; font-weight: 600; letter-spacing: -.5px; overflow-x: hidden; position: relative;}

.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:20px;
    right:0;
    display:none;
    text-indent:-9999px;
    background: url(graphics/icon_top.png) no-repeat;
}

a {text-decoration: none;}
a:hover {text-decoration: none;}

.green {color:#7d9529;}
.lime {color:#c3cd4d;}
.white {color:#fff;}
.black {color:#111;}
.gray {color:#999;}

.smaller {font-size: 65%!important;}

.border-green {border:2px solid #7d9529;}

.bar-green {width:125px; border-top: 8px solid #7d9529;}
.bar-lime {width:125px; border-top: 8px solid #c3cd4d;}
.bar-gray {width:125px; border-top: 8px solid #999;}

.divider-lime {border-top:1px solid #c3cd4d;}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.15em;
	font-weight: 800;
	color:#7d9529;
	letter-spacing: -.5px;
	text-transform: uppercase;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	font-weight: 800;
	color:#7d9529;
	letter-spacing: -.5px;
	text-transform: uppercase;
}

.header {
  padding:5px;
  background: #fff;
  z-index:999999;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2); 
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background:#fff;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.bg-top {background:#111; color:#999; font-size:.725em; font-weight:600; letter-spacing: -.5px!important; border-top:3px solid #c3cd4d;}
.bg-top a {color: #aaa; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-top a:hover {color: #fff; text-decoration: none;}
.bg-top ul {padding:0; margin:0; text-align:right;}
.bg-top ul li {list-style-type:none; display:inline;}
.bg-top ul li:before {content:'';}
.bg-top ul li:after {content:''; margin:0 15px}
.bg-top ul li:last-child:after {content:'';}

.phone-mobile {font-size: 100%;}

.navbar-light .navbar-nav .nav-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.05em;
	font-weight: 700;
	color:#7d9529; 
	text-transform: uppercase;
	padding:10px 3rem!important;
	letter-spacing: -.5px!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
.navbar-light .navbar-nav .nav-link:hover {color:#999!important; border-top:2px solid #c3cd4d; border-bottom:2px solid #c3cd4d;}

.navbar-toggler {border-color:#000!important; background-color:transparent!important; border:0!important; color:(0,0,0,1.0)!important;}
.navbar-light .navbar-toggler {outline: none;}

.navbar-brand {height:100%;}
.navbar-brand img {height:125px;}
.navbar-brand.js-scrolling img {
	height: 60px;
	-webkit-transition: height 0.3s ease; 
	-moz-transition: height 0.3s ease; 
	-ms-transition: height 0.3s ease; 
	-o-transition: height 0.3s ease; 
	transition: height 0.3s ease;
}

.content {min-height: 450px;}
.content a {color:#7d9529; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.content a:hover {color:#c3cd4d; text-decoration:none;}

.bg-tagline {background-image: url(graphics/bg-tagline.jpg); color:#fff;}
.tagline-bar {width:150px; border-top: 8px solid #7d9529;}
.tagline-1 {font-size: 2em; font-weight: 700; letter-spacing: 7.5px;}
.tagline-2 {font-family: 'Montserrat', sans-serif; font-size: 3.25em; font-weight: 900; color:#c3cd4d; letter-spacing: -1px;}
.btn-tagline {
	background-color:#7d9529;
	font-size:.95em;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none!important;
	color:#fff!important;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:2px solid #7d9529;
}
.btn-tagline:hover {
	background:transparent; 	
	color:#999!important;
	cursor: pointer;
	border:2px solid #c3cd4d;
}

.footer {background:#111; font-family: 'Montserrat', sans-serif; font-size:.85em; font-weight:600; color:#fff;}
.footer a {color: #fff; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer a:hover {color: #c3cd4d; text-decoration: none;}
.footer ul {padding:0; margin:0; text-align:center;}
.footer ul li {list-style-type:none; display:inline;}
.footer ul li:before {content:'';}
.footer ul li:after {content:''; margin:0 35px;}
.footer ul li:last-child:after {content:'';}

.footer-fb a {font-size: 1.75em; color: #7d9529; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer-fb a:hover {color: #c3cd4d; text-decoration: none;}

.bg-anchor {background:#000; color:#fff; font-weight:500; font-size:65%;}

.bg-anchor-L a {color:#fff; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-anchor-L a:hover {color:#c3cd4d; text-decoration:underline;}
.bg-anchor-L ul {padding:0; margin:0; text-align:left!important;}
.bg-anchor-L ul li {list-style-type:none; display:inline;}
.bg-anchor-L ul li:before {content:'';}
.bg-anchor-L ul li:after {content:'|'; color:#7d9529; font-weight: 900; margin:0 10px;}
.bg-anchor-L ul li:last-child:after {content:'';}

.bg-anchor-R a {font-size: 120%; color:#7d9529; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-anchor-R a:hover {color:#fff; text-decoration:none;}

.content-index {min-height: 250px;}
.content-index a {color:#111; text-decoration:none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.content-index a:hover {color:#c3cd4d; text-decoration:underline;}

.index-text {font-size: 112.5%; font-weight: 600; line-height: 2.25em; letter-spacing: -.5px;}
.index-icon {font-size: 2.75em; color:#c3cd4d;}
.index-title {font-family: 'Montserrat', sans-serif; font-size: 1.35em; font-weight: 500; color:#7d9529; text-transform: uppercase;}

.bg-sales {background-image: url(graphics/bg-sales.jpg);}
.sales-bar {width:100px; border-top: 8px solid #999;}
.sales-1 {font-size: 1.75em; font-weight: 500; letter-spacing: 5px; color:#111; text-transform: uppercase;}
.sales-2 {font-family: 'Montserrat', sans-serif; font-size: 3.75em; font-weight: 900; color:#fff; letter-spacing: -1px;}
.btn-sales {
	background-color:#111;
	font-size:1em;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none!important;
	color:#fff!important;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:2px solid #111;
}
.btn-sales:hover {
	background:transparent; 	
	color:#fff!important;
	cursor: pointer;
	border:2px solid #111;
}

.video-header {font-family: 'Montserrat', sans-serif; font-size: 1.5em; font-weight: 700; letter-spacing: 2.5px; color:#7d9529; text-transform: uppercase;}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.bg-cafe {background:#ddd;}
.cafe-1 {font-family: 'Montserrat', sans-serif; font-size: 2.125em; font-weight: 600; color:#7d9529;}
.cafe-2 {font-family: 'Montserrat', sans-serif; font-size: 3em; font-weight: 700; color:#111;}

.menu-text {font-family: 'Montserrat', sans-serif; font-size: .825em; font-weight: 700; color:#999; letter-spacing: 1px;}
.menu-shadow {-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25); box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);}

.contact-icon {width:12px!important;}

/*FORM*/

#form {
        width:100%;
        float:left;
}


form{
        width: 100%;

        }

fieldset{
        border: 0;
        padding: 10px 0 ;
        clear: left;
		
        }
        
textarea, input, select{
        border: 1px solid #ccc;
        padding: 2%;
        width: 96%;
        }

label{
        font-weight: 500!important;
		font-size: 90%;
        }       
        
textarea:focus, input:focus, select:focus{
        background: #eee;
        border: 1px solid #c3cd4d;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
}

input[type="submit"]{
        border: 1px solid #ccc;
        padding: 3px 0;
        margin-top: 5px;
        font-weight: bold;
        /*font-size: 1.3em;*/
        width: 130px;
        cursor: pointer;

        
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        
        background: #f6f5f5; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f5), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
        }

.submit {
	padding:2.5%;
	background:#7d9529; 	
	color:#fff!important;
	font-family: 'Montserrat', sans-serif;
	font-size:2em;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing: -.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.submit:hover {
	background:#111!important; 	
	color:#999!important;
	cursor:pointer;
}

input {padding:7px!important;}
/*END FORM*/

@media (max-width: 1200px) {
.navbar-light .navbar-nav .nav-link {padding:10px 2rem!important;}
.tagline-1 {font-size: 1.5em; letter-spacing: 5px;}
.tagline-2 {font-size: 2.65em;}
.footer ul li:after {margin:0 20px;}
}

@media (max-width: 992px) {
.navbar-light .navbar-nav .nav-link {padding:10px 0!important;}	
.tagline-2 {font-size: 3.15em;}
.footer {line-height: 2em;}
.footer ul li {display:block;}
.footer ul li:after {margin:0;}
}

@media (max-width: 768px) {
.tagline-1 {font-size: 1.25em; letter-spacing: 2px;}
}

@media (max-width: 576px) {
.bg-top ul {text-align:center; line-height: 2.5em;}
.bg-top ul li {display:block;}
.bg-top ul li:after {margin:0;}
.phone-mobile {font-size: 200%; font-weight: 800;}
.tagline-1 {font-size: 1.5em; letter-spacing: 5px;}
.tagline-2 {font-size: 2.65em;}
}

@media (max-width: 480px) {
.tagline-1 {font-size: 1.25em; letter-spacing: 2.5px;}
.tagline-2 {font-size: 2em;}
.bg-anchor-L ul li {display:block;}
.bg-anchor-L ul li:after {content:''; margin:0;}
}

@media (max-width: 375px) {
.navbar-brand img {height:100px;}
.tagline-2 {font-size: 2em;}
.footer {font-size: .7em;}
}
