/** Shopify CDN: Minification failed

Line 365:0 Comments in CSS use "/* ... */" instead of "//"
Line 963:1 All "@import" rules must come first

**/
html, body{
	color:#000;
  	font-family: Roboto;
  	font-weight:300;
  	height: 100%;
}	
body {
  min-height: 100%;
}


@font-face {
    font-family: font;
    src: url(font.ttf);
}

.menuFont{
 font-family: font; 
}

a:hover {
 	text-decoration: none; 
}

.wrapper {
 	min-height: 100%; 
  	position:relative;
}

.content {
	padding-bottom: 150px;
}

/************************************* Logo/Nav CSS */

.navbar-left {
 	list-style-type: none; 
  	-webkit-padding-start: 0px;
  vertical-align: middle;
  clear:both;
}

.navbar-left li {
  float: left; 
  padding: 25px 15px;
  vertical-align: middle;
}

.navbar-left li  {
    display: block;
    color: white;
    text-align: left;
    padding: 16px;
    text-decoration: none;
  	margin-top: 10px;
}

.navbar-left li a {
 	color: white;
  	-o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
}

.navbar-left li a:hover {
	color: #b8912f;
}

.navbar {
 	margin-bottom: 0px; 
  	position: fixed!important;
  	width: 100%!important;
}

.navbar-static-top {
	background-color:#222222;
  	padding: 10px;
}

.logo {
 	max-height:100px;
  	margin-top:-20px;
}

.header-nav {
 	font-size: 1.3em!important; 
}

@media screen and (max-width:1490px) {
 	.logo {
     	max-height: 54px; 
      padding-top:10px;
    }
  .content {
   	padding-bottom: 400px; 
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.navbar-inverse .navbar-nav>li>a{
	color:white;
	padding: 25px 15px;
	font-size:1em;
  	margin-top:10px;
  	font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:hover {
 	color: #ddd; 
}

.fa-shopping-cart, #cartItems{
color:#b8912f;
  margin-top:-10px;
}

.navbar-toggle {
 	 -o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
  	font-weight: bold;
  	border: none;
  	font-size: 16px;
}

.fa-bars {
 	color: white; 
}

.navbar-toggle:hover {
 	background: #222222;
  	color: b8912f;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  	background: #222222;
  	color: b8912f;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0px;
  	overflow: hidden;
}

.navbar-collapse {
 	border: 0px;
  	-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
}

.dropdown-menu {
 	background: #222222; 
  	color: white;
}

.dropdown-menu>li>a {
 	color:white;
	padding: 10px 15px;
	font-size:1em!important;
  	font-weight: bold; 
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
 	background: #222222;
  	color: white;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}


.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-toggle {
 	background-color: #222; 
  	color: #b8912f;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
 		color: white;     
    }
  	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
     	color: #b8912f;
      	background-color: #222; 
    }
}

/************************************* Header CSS **/
header {
  text-align: center;
  background: #000000;
  color: white;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}

.discover{
 	color: #FFFFFF;	
	font-family: "Playfair Display";	
	font-size: 24px;	
	line-height: 32px;	 
}
.discoverVideoText{
  	color: #9B9B9B;	
	font-family: "Playfair Display";	
	font-size: 16px;	
	font-weight: bold;	
line-height: 21px;
}
/************************************* Featured Video CSS **/

.container-fluid {
 	padding: 0px; 
}
.swiper-container {
  width: 100%;
  height: 100%;
  
}

.slider-video img {
 	height: 100%;
  	width: 100%;
 	 margin-bottom: -50px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /** Center slide text vertically **/
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/************************************* Text Overlay */
#lab_video_text_overlay h2 {
  font-size:4em
   color: #FFFFFF;	
  font-family: "Playfair Display";
  font-size: 48px;	
  font-style: italic;	
  font-weight: bold;	
  line-height: 76px;
}

#lab_video_text_overlay p{
 	color: #FFFFFF;	
  font-family: "Playfair Display";	
  font-size: 24px;	
  font-style: italic;	
  font-weight: bold;	
  line-height: 30px; 
}

.scroll-down {
  clear: both;
  color: #fff;
  	color: #FFFFFF;	font-family: Roboto;	font-size: 14px;	font-weight: bold;	line-height: 38px;
  
}
.chev-down {
  color: #fff;
  clear:both;
  padding-top:10px;
  display:block;
  -o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
}

.chev-down:hover {
 	color: #b8912f; 
}

#lab_video_text_overlay {
  position: absolute;
  color: #FFF;
  width: 100%;
  top: 25%;
}

#lab_video_text_overlay .container {
  text-align: center;
  margin: 0 auto;
//  background-color: #669900;
}

@media screen and (max-width:991px) {
  #lab_video_text_wrap {
    height: 300px;
  }
}

@media screen and (max-width:650px) {
  #lab_video_text_wrap {
    height: 250px;
  }
  #lab_video_text_overlay h2 {
    font-size: 2em;
  }
  #lab_video_text_overlay p {
    font-size: .9em;
  }
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
 	background-image: none; 
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  	background-image: none; 
}

.play {
  	margin: 0 auto 30px auto;
  	width: 80px;
}

.play img {
  	border-collapse: separate;
  	width: 80px;
}

@media (max-width: 840px) {
.slider-video img {
 	 margin-bottom: 0px;
}
}

/************************************* Product Tab **/


.product-row h2{
  color: #222;
  font-family: "Playfair Display";
  font-weight: bold;
  line-height: 48px;
}

/** Products **/
.products h2{
 	color: #222222;	
  font-family: "Playfair Display";	
  font-size: 36px;	
  font-weight: bold;	
  line-height: 48px; 
}
.product-desc {
  color: #000;	
  line-height: 38px;
  font-size: 1.4em;
  min-height: 40px;
}

.product-desc a {
 	color: #B8912F; 
}

.star-light {
 	border-top: 1px solid #555; 
  margin: 0;
  margin-top: 10px;
}

.no-padding {
 	padding: 0px; 
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (max-width: 992px) {
    .col-xs-15 {
        width: 33%;
        float: left;
    }
}

@media (max-width: 768px) {
	.col-xs-15 {
        width: 100%;
        float: left;
    }
}

/************************************* Override Bootstrap CDN **/
.row {
 	margin-left: 0px;
  	margin-right:0px;
}

/************************************* Footer CSS **/
footer{
	background-color:#222222;
	width: 100%;
  	position:absolute;
	bottom:0;
}

footer p{
	padding-top: 15px;
}

.copyright{
 font-size: 1em; 
}

.copy-nav {
 	padding-left: 0px; 
}

@media screen and (max-width:1007px) {
  .social-remove{
	display: none!important;
  }
}

@media screen and (max-width:610px) {
  .copy-nav {
    text-align:center;
  }
  .copy-nav li {
    text-align:center;
  }
  
}

.nav li a{
	color:white;
}

.social {
	padding-top:7px;
}

@media screen and (max-width:768px) {
  .social {
    text-align:center;
  }
}

#terms{
	padding: 0;
	margin: 0;
  	text-decoration: none;
  	color: #fff;
  	-o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
}

#terms:hover {
 	color: #b8912f; 
}

.nav-tabs{
	height: 75px;
  	border-bottom: 0px;
}

.nav-tabs li {
  	width: 20%;
}

.nav-tabs li a {
 	height: 75px;
  	border-radius: 0px;
  	vertical-align:middle;
  	text-align: center;
  	padding-top: 26px;
  	-o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
  	border: none;
}

.nav-tabs li a:hover {
 	background: #222222; 
  	color: #fff;
  	
}

.nav-tabs li a .active:hover {
 	background: #fff; 
}

.navbar{
	border: 0;
}

.navbar-right {
 	padding-left: 16px; 
  	
}

.bottom-nav {
 	margin-top: 22px; 
}

.navbar-right li a {
  	-o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
}	

.navbar-right li a:hover {
  	background: transparent;
  	color: #b8912f;
}

.footer-nav li a {
    -o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
}

.footer-nav li a:hover {
 	background: #222;
  	color: #b8912f;
}

.tabs-row{
	background-color:#222222;
	border-bottom: 0;
  	width: 100%;
  	height: 75px;
}

.fade-out {
 	display:none; 
}

.tabs-row li a{
	color:#b8912f;
  	font-weight: bold;
  	font-size: 16px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
 	color:#b8912f; 
}

.product-row {
	padding: 50px 0 0 0;
  	min-height: 500px;  	
}

.product-row img {
	max-height: 400px;
}
.product-buttons {
	bottom:25px;
}

.product-row .vid-btn {
 	float: right; 
}

.product-buttons {
 	width: 260px; 
}

.product-border {
  border-bottom: 2px solid #ddd;
}

.product-image {
  border-bottom: 2px solid #ddd;
}

@media (max-width: 1526px) {
 	.product-row {
      min-height: 540px;  	
  } 
  
}

@media (max-width: 1310px) {
 	.product-row {
      min-height: 550px;  	
  } 
}

@media (max-width: 992px) {
  .product-row {
      min-height: 450px;  	
  } 
}

@media (max-width: 600px) {
 	.product-border {
      border-bottom: 0px;
    } 
  .product-row {
      min-height: 350px;  	
  } 
  .product-image {
   	padding-bottom: 50px; 
  }
}

.discover{
	background-color:#000000;
  	padding: 15px 0px;
}

.discover h3 {
  	margin-bottom: 35px;
}

.products{
	color: black;
  	padding-top: 60px;
}

.tasting-image {
 	width: 100%; 
}

.tasting-image img {
 	width: auto; 
}

.product-link {
 	margin-bottom: 20px!important; 
}

.product-link a {
 	color: #B8912F;
    font-weight: bold;
  font-size: 16px;
  	
}

.product-image img {
 	margin-left: 0px; 
  	max-width: 170px;
}

@media (min-width: 768px) {
.product-detail {
 	padding-left: 30px; 
}
}

/************************************* Buttons */
.cart-btn{
    background-color:#B8912F;
    color:white;
    border:0;
    height: 42px;
    width: 120px;
    margin-bottom: 10px;
    font-size: 1.1em;
    -o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
}

.vid-btn{
    background-color: white;
    border: 2px solid #B8912F;
    color:#B8912F;
  	height: 42px;
    width: 120px;
    font-size: 1.1em;
    -o-transition:.8s;
    -ms-transition:.8s;
    -moz-transition:.8s;
    -webkit-transition:.8s;
}

.cart-btn:hover {
  	background-color: white;
  	border: 2px solid #B8912F;
  	color:#B8912F;
}

.vid-btn:hover {
  	background-color: #B8912F;
  	border: 2px solid #B8912F;
  	color:#fff;
}

.cart-remove {
 	padding: 11px 32px; 
}

.cart-image {
 	max-height: 40px;
  	margin-top: -10px;
}

.cart-hr {
 	margin: 30px 0px!important; 
}

.checkout-btn {
 	height: 45px;
  	display: inline;
}

.continue-account {
 	padding: 11px 28px; 
  margin-top: 20px;
}

.continue-cart {
 	padding: 11px 28px; 
}

@media (max-width: 476px) {
  .checkout-btn {
    margin-top: 20px;
  }
  .continue-cart {
	margin-top: 20px;
  }
}

.cart__shipping {
 	padding-bottom: 30px; 
}

/************************************* ABOUT US PAGE */
  .writingBlack{
   color:black; 
  }
  

.aboutImage{
 margin-bottom: 20px; 
}

.page-width {
 	width: 60%!important;
  	margin-left: 20%!important;
  	margin-right: 20%!important;
  	margin-top: 50px;
}

.page-width img {
 	max-width: 100%; 
}

.page-content p {
   font-weight: 300;
}

@media (max-width: 768px) {
  .page-width {
      width: 80%!important;
      margin-left: 10%!important;
      margin-right: 10%!important;
  }
}

@media (max-width: 476px) {
  .page-width {
      width: 90%!important;
      margin-left: 5%!important;
      margin-right: 5%!important;
  }
}

/************************************* QUICK BUY MENU */
.quickOrderFormButton{
 margin-top: -10px; 
}

  .quanitityBorder{
   border: 1px solid black;
padding: 10px 20px;
    margin-left: 5px;
  }
  
  .writingBlack{
   color:black; 
  }

  .quickOrder{
   font-weight: bold; 
    padding-left: 0;
    border-bottom: 5px solid #9A9A9A;
    padding-bottom: 25px; 
    font-family: "Playfair Display";	
    font-size: 36px;
    color: black;
    margin-top: 50px;
  }
  
  .quanitity{
   border: 1px solid black;
  }

.quickFormProduct a, p {
  	color: black;
  	font-weight: 500;
  	
}

.purchase-link, .purchase-link a {
  	font-weight: 500;
  	text-decoration: underline;
  	color: #337ab7!important;
}


.hr_quickbuy{
     border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */ 
}

.quickOrderForm hr {
 	margin-top: 10px;
  	border-top: 1px solid #222;
}

.quickFormQuanitity input {
 	margin-top: -10px;
  width: 45px;
  padding: 10px 5px;
  text-align: center;
}

@media (max-width: 767px) {
  .quickOrderForm button, .quickFormProduct, .quickFormPrice, .quickFormQuanitiy, .quickFormQuanitity {
    margin-top: 20px;
  }
  
  .quickOrder{
   margin-bottom: 40px; 
  }
  
  .quickFormProduct{
   text-align: center;
  }
}
  
  @media (max-width: 100px) {
  .quickOrderForm button, .quickFormProduct, .quickFormPrice, .quickFormQuanitiy, .quickFormQuanitity {
    margin-top: 10px;
  }
  
  .quickOrder{
   margin-bottom: 40px; 
  }
}
  @media (min-width: 767px) {
  .quickOrderRow{
   margin-top: 30px; 
  }
  }
  
  @media (max-width:992px) and (min-width:767px) {
  .quickOrderForm button{
  	 margin-left: 30px; 
  }
    
    .quickFormQuanitityTitle{
     padding: 0; 
    }
}
  


/************************************* SITEMAP */
  .writingBlack{
   color:black; 
  }
  
  
/*************************************** Login */
 @import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  padding: 4% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #B8912F;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #222;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #222;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

/************************************ EVENTS */

.events {
 	margin-top: 50px; 
}

.eventImage{
  margin-bottom: 15px;
}

  .events ul{
   padding-left: 15px; 
  }

  @media (max-width: 600px) {
.borderTop{
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
}

/************************************ TASTING NOTES */

    
    .tastingNotes .item img {
      height: 250px;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tastingNotes .item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
    
    .tastingNotes .item{
     margin-bottom: 25px; 
    }
    
    .tastingNotes p{
     font-weight: 700;
      padding-top: 3%;
    }

   
/************************************ Distillery */
.distilleryImage{
 margin-bottom: 20px; 
}

.googleMap{
 margin-top: 20px; 
}

/************************************ Cellar Notes */

.storeTimes{
 margin-top: 25px; 
}

.marg-top {
 	margin-top: 40px; 
}

.marg-top-25 {
 	margin-top: 25px; 
}

.marg-top-25 p, .marg-top-25 a {
 	font-size: 16px; 
}

.boylen {
 	color: #B8912F;
}

.menu-select {
  display: none;
  width: 200px;
  margin: 15px auto;
  background: #222;
  color: white;
  border: 1px solid white;
  font-size: 1.3em;
  font-weight: bold;
  padding: 8px 15px;
  text-align: center;
}

@media screen and (max-width:768px) {
  .menu-select {
	display: block;
  }
  .li-select {
   	width: 100%; 
  }
  .nav-tabs li {
   	width: 100%;  
  }
  .none-select {
   	display:none!important; 
  }
}

.product-container {
 	position: relative; 
  	min-height: 700px;
  	padding-bottom: 150px;
}

.side-videos {
	position: absolute;
  	right: -100px;
}

.video-list {
	position: relative;
  	list-style: none;
  	top: 50px;
}

.side-videos img {
 	max-height: 200px; 
}

.container {
    width: 76%;
    margin-left: 12%;
    margin-right: 12%;
}

@media screen and (max-width:992px) {
  .container {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%;
  }

}

@media screen and (max-width:1336px) {
 	.side-videos {
     	display: none; 
    }
}

.video-title {
  height: 19px;	
  width: 139.23px;	
  color: #222222;	
  font-family: Roboto;	
  font-size: 16px;	
  font-weight: 300;	
  line-height: 19px;	
  text-align: center; 
  clear: both;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
 	.product-container {
     	width: 76%;
      	margin-left: 12%;
      	margin-right: 12%;
    }
}

.book-video img {
 	width: 80%;
}

.book-video p {
 	margin-top: 15px;
  	color: #fff!important;
}

/************************************ Account pages */


.marginTop{
  color:black; 
}

/* Button Colors */

input.btn{
  background-color: #b8912f;
}

.btn--small{
  background-color: #b8912f;
}

.btn.address-new-toggle{
  background-color: #b8912f;
}

@media (max-width: 800px) {
  .account h2 {
    margin-top: 50px;
  }
}
  
.bottom-scroll {
  position: absolute;
  bottom: 0;
  right: 0;
}
  
.all-products h2 {
  	color: black;
}
  
.gm_popup span {
 	color: black!important; 
}
  
.store-locator-title{
  font-weight: bold!important; 
  padding-left: 0!important;
  border-bottom: 5px solid #9A9A9A!important;
  padding-bottom: 25px!important; 
  font-family: "Playfair Display"!important;	
  font-size: 36px!important;
  color: black!important;
  margin-top: 50px!important;
}
  
.aboutImage {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
  
.video-background {
  	background-color: rgba(248, 247, 216, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  	z-index: 450001;
}

.img-responsive {
 	position: relative; 
}

.play-button {
  	width: 68px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-left: -34px;
  	margin-top: -34px;
}

input, textarea{
   display:block; 
}

input, textarea, select {
  height: 40px; 
  width: 100%;
  margin-bottom: 25px;
  padding: 0px 8px;
}

input.btn{
  color:white; 
}

.loginPage h1{
  margin-top: 50px; 
}

.loginPage{
  max-width: 400px;
  margin: auto;
}

.marginTop{
  margin-top:125px;
}

.googleMap{
   margin-bottom: 25px; 
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.googleMap > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.margin-btn a {
 	margin-top: 20px; 
  margin-bottom: 20px;
}

input[type=checkbox] {
 	height: 20px; 
  	float: left;
  	width: 20px;
  	display: block;
  	margin-right: 10px;
}

.popout {
  position:fixed;
  left:0px;
  width:200px;
  height:260px;
  background:#fff;
  top:45%;
  color:black;
  display:none;
  padding:8px;
  vertical-align:middle;
  text-align:center;
  padding-top:30px; 
  border: 2px solid #B8912F;
  z-index: 9999;
}

.popout a {
  color: black;
  font-size: 16px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}

.popout a:hover {
  color: #B8912F;
}

.video-msg {
 	display: none; 
}

@media (max-width: 964px) {
 	.vid-article p, .vid-article span, .vid-article h2, .chev-down {
     	display:none;  
    }
  	.discover {
     	padding-top: 0px; 
    }
  	.star-light {
     	display: none; 
    }
  	.video-msg {
     	display:block; 
    }
}

    @media only screen and (min-device-width: 1005px) and (max-device-width: 1360px) {
      footer{
       margin-top: 500px; 
      }
    }

@media (max-width: 1230px) {
   .navbar-inverse .navbar-nav>li>a {
    	font-size: 0.8em; 
   }
   .phone-number {
    	display: none!important; 
   }
}

.mob-title {
  display:none; 
}

@media (max-width: 768px) {
	.mob-text-center {
      text-align: center;
    }
  	.mob-text-center input {
      display: inline;
    }
  	.mobile-hide {
     	display: none; 
    }
  	.mobile-marg-top {
     	margin-top: 10px; 
    }
  	.mob-title {
     	display:block; 
      	text-align: center;
      	margin-top: 20px;
      	font-size: 16px;
    }
  	.mob-title-hide {
     	display: none; 
    }
  	.marg-top-25 {
     	margin-top: 20px; 
    }
  	.marg-top-25 button {
     	margin-top: 0px; 
    }

}

.anchor {
    padding-top: 140px; 
  margin-top: -140px;
}