@font-face {
  font-family: 'din-condensed-web';
  src: url('../fonts/DINEngschriftStd.otf');
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
a,
a:hover {
  color: #ee8c14;
}
.show-for-ie {
	display: none;
}
ul {
  margin-top: 0px;
  margin-bottom: 40px;
}
label {
	margin: 0 0 10px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
   background-color: #ddd;
   color: #999;
}

p.navbar-brand {
  font-size: 12px;
  font-style: italic;
}
.navbar-inverse p.navbar-brand:hover {
  color: #9d9d9d;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  border: 1px solid #313131;
  background-color: #313131;
}

.badge {
  background-color: #ee8c14;
  color: #252525;
}

ul.nav li a {
  text-transform: uppercase;
}

div.jumbotron {
  background: url('../images/us-bbq.jpg') center center no-repeat;
  background-position: center;
  background-size: cover;
  height: 550px;
  margin-bottom: 0;
}

.jumbotron.jmbo-locations {
  background: url('../images/us.jpg') center center no-repeat;
  padding-top: 0;
}
.home-nav {
  margin-left: 10%;
}
.navbar-collapse.collapse {
  overflow-y: scroll;
  max-height: 85vh;
	/*-webkit-overflow-scrolling:touch;
	-webkit-transform: translateZ(0px);
	-webkit-transform: translate3d(0,0,0);
	-webkit-perspective: 1000;*/
}
ul.navbar-nav {
  height: auto;
  max-height: 85vh;
	/*overflow-y: scroll;*/
	/*-webkit-overflow-scrolling:touch;
	-webkit-transform: translateZ(0px);
	-webkit-transform: translate3d(0,0,0);
	-webkit-perspective: 1000;*/
  /*overflow-x: hidden;*/
}
.mobile-logo {
  display: none;
}

#searchBar {
  background: rgba(238, 140, 20, 0.9);
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 9999;
  display: none;
  border-bottom: 1px solid #ee8c14;
}

.search-mobile-wrapper {
  background: rgba(238, 140, 20, 0.9);
  border-bottom: 1px solid #ee8c14;
}
.search-mobile-wrapper img {
  margin: 20px 25px 0 0;
  height: 20px;
}

#searchBar #searchForm input,
.search-mobile {
  margin: 2px 0;
  height: 70px;
  width: 100%;
  background: none;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  box-shadow: none;
  border: none;
}
.search-mobile {
  width: 80%;
  font-size: 18px;
  padding: 10px 0 10px 15px;
  height: 50px;
}

#closeSearch {
  color: #fff;
  font-size: 32px;
  margin: 15px auto 0;
  width: 40px;
  margin-right: 0;
  text-align: right;
  display: block;
  text-decoration: none;
  transition: .3s color ease;
}
#closeSearch:hover {
  color: #252525;
  transition: .3s color ease;
}

input::-webkit-input-placeholder {
   color: #ffffff;
}
input::-ms-clear {
  display: none;
}
.wrapper.locations input::-webkit-input-placeholder,
.lightbox .lightboxContent input::-webkit-input-placeholder {
  color: #313131;
}
hr {
  border-top: 1px solid #eee;
}
input[type=text]:focus {
  border: none;
}
.wrapper.locations input[type=text]:focus {
  border: 2px solid rgb(238, 238, 238);
}
.wrapper.locations input[type=text] {
  padding-left: 10px;
}

input:focus,
button:focus {
  outline: none;
}

.jumbotron h1 {
  text-transform: uppercase;
  text-align: right;
  font-size: 42px;
  font-weight: 600;
  margin-top: 150px;
}
.jumbotron span h1 {
  margin-top: 0;
  color: #ee8c14;
  font-style:italic;
  margin-bottom: 80px;
}

.carousel-caption {
  left: 5%;
  right: 15%;
  padding-bottom: 60px;
}

.carousel-inner {
  height: auto;
}
.carousel-inner img {
  margin-top: 20px;
}

.navbar-inverse {
  background-color: #313131;
  border: none;
  height: 75px;
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.5s all ease;
}
h3.form-heading.inline {
  display: inline;
  margin-right: 30px;
  float: left;
  margin-top: 20px;
}
.wrapper-hero {
  position: relative;
}
.wrapper.locations button {
  font-size: 14px;
  width: auto;
  padding: 10px 16px;
  margin: 30px;
}
.wrapper.locations .radio-inline {
  margin-right: 30px;
}
.wrapper.locations .btn.find {
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 4px;
}
.wrapper.locations h3 {
  margin-top: 20px;
  color: #7d7d7d;
}
.wrapper.locations label.loc {
  margin-bottom: 20px;
}
.wrapper.locations input {
  height: 44px;
  width: 80%;
}
.container.about.locations {
  padding: 20px 0;
}
.home-nav-absolute {
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 99;
  background: transparent;
  transition: 0.5s all ease;
}
.navbar-inverse .navbar-nav>li>a {
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #313131;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>li>a:focus {
  background-color: #313131;
}

.navbar-brand.logo {
  width: 140px;
  height: auto;
  margin-top: 25px;
  padding-left: 0;
}
ul.navbar-nav {
  margin-top: 0;
}
img.navbar-brand.flag {
  width: 60px;
}
a:hover .product p {
	color: #ef8c14;
	text-decoration: none;
}
a:hover p {
	color: #ee8c14;
}
.hero-nav ul.nav li a,
.btn-primary {
  font-weight: 600;
  /*font-size: 20px;*/
  letter-spacing: 1px;
  color: #fff;
  transition: .3s color ease;
  background-color: transparent;
  z-index: 99;
}

.hero-nav ul.nav li a:hover {
  background-color: transparent;
  color: #ee8c14;
  transition: .3s color ease;
}
.hero-nav ul.nav li a:active {
  background-color: transparent;
  color: #ee8c14;
}
.hero-nav ul.nav li a:focus {
  background-color: transparent;
  color: #ee8c14;
}

.hero-nav ul.nav {
  padding-top: 50px;
}
.hero-nav ul.nav li {
  z-index: 99;
}

.hero-text {
  padding-top: 10%;
  text-align: left;
}

.hero-text h1,
.jumbotron-about h1 {
  font-family: 'din-condensed-web', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 52px;
  font-weight: 500;
}

.btn-primary {
  text-transform: uppercase;
  margin-top: 10px;
  background-color: #ee8c14;
  border-radius: 1px;
  border: none;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 15px 30px;
  transition: .3s color ease, .3s background-color ease;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background-color: #d26f00;
  color: #E6E6E6;
  transition: .3s color ease, .3s background-color ease;
}

.btn-flex {
  text-transform: uppercase;
  margin-top: 10px;
	margin-right: 5px;
  background-color: #ee8c14;
	color: #ffffff;
  border-radius: 1px;
  border: none;
  font-size: 16px;
  padding: 10px 20px;
  transition: .3s color ease, .3s background-color ease;
}
.btn-flex:hover,
.btn-flex:focus,
.btn-flex:active:focus {
  background-color: #d26f00;
  color: #E6E6E6;
  transition: .3s color ease, .3s background-color ease;
}

div.slick-track {
  text-align: center;
  margin: 0 auto;
}

.product img,
div.product.slick-slide.slick-active {
  width: 190px;
  text-align: center;
  margin: 0 auto;
}
#hidden {
	display: none;
	height: 100%;
}
.product img {
  margin-bottom: 15px;
}
div.container.smaller {
  width: 80%;
  margin-top: 40px;
}

div.product-carousel {
  margin-top: 35px;
}

h3 {
  text-align: center;
  color: #c9c9c9;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 7px;
}
h3.hero-subtext {
  text-align: right;
  color: #ee8c14;
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: italic;
  text-shadow: none;
  margin: 0px;
}
#hero-text-box h1 {
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.product p {
  margin-bottom: 0;
  font-size: 20px;
  color: #323232;
}

.btn-default,
.btn-default:visited,
.btn-default:focus {
  border-radius: 1px;
  color: #ef8c14;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  transition: .3s color ease, .3s background-color ease;
  letter-spacing: 1px;
  width: 25%;
  margin: 30px 10px 55px 0px;
  overflow:hidden;
  padding: 20px 16px;
  border: 2px solid #ef8c14;
  background: rgba(255, 255, 255, 0.5);
}

.btn-default:hover {
  background: #ef8c14;
  color: #fff;
  transition: .3s color ease, .3s background-color ease;
  border: 2px solid #ef8c14;
}

.btn-default:active {
  color: #ffffff;
  background-color: #d26f00;
  border-color: #d26f00;
  transition: .3s color ease, .3s background-color ease;
}

.row.product-btn-group {
  text-align: center;
  margin-top: 30px;
}

.footer {
  background-color: #313131;
  color: #ffffff;
  font-weight: lighter;
  height: 212px;
  padding-top: 75px;
}
#news-social-box {
	background: #313131;
  text-align: center;
  padding: 10px;
  width: 263px;
}
#news-social-box a {
	background: #fff;
  height: 40px;
  width: 40px;
  margin: 0px 4px;
  border-radius: 100px;
  display: inline-block;
}
#news-social-box a:hover,
#news-social-box a:focus {
	text-decoration: none;
}
#news-social-box .fa {
	color: #313131;
	font-size: 25px;
  padding: 8px 0;
  text-align: center;
  display: block;
  transition: color 0.3s ease;
}
#news-social-box a:hover .fa {
	color: #ee8c14;
	transition: color 0.3s ease;
}
@media (max-width:1200px) {
	#news-social-box {
		float: right;
		width: 100%;
	}
	.col-md-4.fb-sidebar {
		text-align: right;
	}
}
@media (max-width: 1024px) {
	#news-social-box {
		float: none;
		width: 340px;
	}
	.col-md-4.fb-sidebar {
		text-align: center;
	}
}
@media (max-width:370px) {
	#news-social-box {
		width: 100%;
	}
}
.footer img, #news-social-box img {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  transition: .3s background ease, .3s border-radius ease;
  text-align: right;
}
.footer img:hover, #news-social-box img:hover {
  background: #ee8c14;
  border-radius: 100px;
  transition: .3s background ease, .3s border-radius ease;
}
.footer p {
  display: inline-block;
  margin-left: 15px;
  color: #cacaca;
  font-size: 14px;
}

.jumbotron .btn {
  padding: 22px 35px;
  font-size: 20px;
}

.slick-prev {
  background: url('../images/prev-arrow.png') center center no-repeat;
}
.footer-container {
  text-align: right;
}
.footer-container a.social-icon {
	background: #fff;
  height: 50px;
  width: 50px;
  margin: 0px 5px;
  border-radius: 100px;
  display: inline-block;
}
.footer-container .fa {
	color: #313131;
	font-size: 30px;
	padding: 10px 0;
	text-align: center;
  display: block;
	transition: color 0.3s ease;
}
.footer-container a:hover,
.footer-container a:focus {
	text-decoration: none;
}
.footer-container a:hover .fa	 {
	color: #ee8c14;
	transition: color 0.3s ease;
}


/*ABOUT*/
.product-about {
  background-color: #d8d6d8;
  width: 100%;
  padding: 50px 0;
}
.product-about h2 {
  color: #7d7d7d;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}
.product-about .product-btn-group {
  text-align: left;
  margin-bottom: 30px;
}
.product-about .btn.btn-default,
.product-about .btn.btn-default:hover {
  font-size: 18px;
  border: 1px solid #ef8c14;
  margin-top: 10px;
  padding: 15px 15px;
}

.about p {
  font-size: 18px;
  padding-top: 10px;
  line-height: 35px;
  color: #313131;
  margin-top: 20px;
  margin-bottom: 0px;
}
.about ul, .about ol {
  margin-top: 20px;
}
.container.about {
  padding-top: 20px;
  padding-bottom: 50px;
}
div.jumbotron-about h1 {
  margin-top: 100px;
}
.about-nav {
  margin-top: 75px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 7777;
  transition: 0.5s all ease;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}
.about-nav .hero-nav ul.nav {
  vertical-align: middle;
  padding-top: 35px;
  transition: 0.5s all ease;
}
.about-nav .hero-nav ul.nav li a {
  color: #313131;
  font-weight: 800;
}
.about-nav .hero-nav ul.nav li a:hover {
  color: #ef8c14;
}
.wrapper-hero.about-hero {
  height: 300px;
  background-size: cover;
  margin-top: 192px;
  transition: 0.5s all ease;
}
.about-hero .carousel-caption {
  padding-top: 0;
  width: 100%;
  left: auto;
  right: auto;
}
.about-hero .hero-text {
  /*margin-right: 15px;*/
  padding-bottom: 75px;
}
.about-hero img {
  margin-top: 0;
}
.about-hero  h1 {
  text-align: right;
  font-size: 75px;
}
.about-nav .about-logo {
  width: 120px;
  margin-top: 0px;
  padding: 20px 15px 20px 0;
  transition: 0.5s all ease;
}
.form-control {
  display: inline-block;
  width: 33%;
  border-radius: 2px;
  padding: 0px 15px;
  height: 50px;
  margin-right: 20px;
  font-size: 16px;
  color: #313131;
}
.loc select.form-control {
  /*width: 21%;*/
}
select.form-control {
  height: 50px;
  -webkit-appearance: none;
  border-radius: 5px;
  background: transparent;
  background: url(images/menu-arrow.png) no-repeat right #fff;
}
.menu-arrow select {
  background: transparent;
   width: 268px;
   padding: 5px 15px;
   font-size: 16px;
   /*line-height: 1;*/
   border: 0;
   border-radius: 5px;
   height: 50px;
   -webkit-appearance: none;
   background: url(/images/menu-arrow.png) no-repeat right transparent;
	 background-position-x: 96%;
	 background-size: 10px;

}
.menu-arrow {
  /*width: 240px;*/
   /*height: 34px;*/
   /*overflow: hidden;*/
   /*background: url(images/menu-arrow.png) no-repeat right #fff;*/
}
  h3.form-heading {
  color: #ee8c14;
  font-size: 18px;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 30px 0;;
}
  h3.form-heading span {
  color: #7d7d7d;
  font-size: 25px;
  margin: 0;
}
  p.form-p {
    font-size: 20px;
    padding: 0;
    margin: 0 0 70px;
  }
  .form-group {
    margin-top: 25px;
  }
  .form-group textarea {
    width: 71%;
    font-size: 16px;
    color: #313131;
    padding: 10px 15px;
  }
  form .btn.btn-default {
    padding: 12px 0;
    width: 15%;
  }
  .sidebar p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .sidebar h2 {
    color: #7d7d7d;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 30px;
  }
  .sidebar.locations h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .form-group input,
  .form-group select,
  .form-group input[type=text]:focus {
    border: 1px solid #313131;
    color: #313131;
    border-radius: 1px;
  }
  .form-group input::-webkit-input-placeholder,
  .form-group textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #313131;
  }
  .form-group input:-moz-placeholder,
  .form-group textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color: #313131;
     opacity: 1;
  }
  .form-group input::-moz-placeholder,
  .form-group textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
     color: #313131;
     opacity: 1;
  }
  .form-group input:-ms-input-placeholder,
  .form-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: #313131;
  }
  .form-group input:placeholder-shown,
  .form-group textarea:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #313131;
  }
  .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
  }
  .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    padding: 8px 15px;
  }
  .contact h3.form-heading {
    margin-bottom: 5px;
  }
  .wrapper.contact p {
    line-height: 20px;
  }
  .contact img.map {
    width: 100%;
    margin-top: 30px;
  }
  .radio-inline,
  .radio-inline+.radio-inline {
    font-size: 18px;
    margin-right: 80px;
    margin-top: 15px;
  }
  .radio-inline {
    margin-left: 10px;
  }
  .wrapper.locations .btn.loc {
    margin: 5px 0 20px;
    display: block;
  }
  .radio-inline input[type=radio] {
    width: 25px;
    height: 25px;
    font-size: 20px;
    margin-left: -30px;
    margin-top: 2px;
  }
  textarea#comment {
    border: 1px solid #313131;
    color: #313131;
    border-radius: 1px;
  }
  .form-control[disabled] {
    cursor:default;
  }
  .container.restaurants .col-md-3 {
    margin: 20px 0;
    padding: 0 20px;
  }
  div.orange {
    background: rgba(239, 140, 20, 0.7);
    width: 95%;
    position: relative;
  }
  .container.restaurants a.orng h3 {
    color: #7d7d7d;
    font-size: 18px;
  }
  .container.restaurants a.orng h3:hover {
    color: #ef8c14;
    text-decoration: underline;
  }
  div.orange p {
    position: absolute;
    color: white;
    bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    left: 10%;
    text-align: left;
    letter-spacing: 1px;
    padding-right: 15px;
    margin: 0 auto;
    background: url('../images/white-arrow.png') 100% center no-repeat;
    -webkit-background-size: 5%;
    background-size: 5%;
    z-index: 999;
    opacity: 0;
    transition: 0.3s opacity ease;
  }
  div.orange p:hover {
    text-decoration: none;
    transition: 0.3s opacity ease;
  }
  .container.shop div.orange p {
    left: 0;
    right: 5%;
    text-align: right;
  }
  .container.restaurants img {
    width: 100%;
    transition: 0.3s opacity ease;
  }
  .container.shop img {
    border: 1px solid #d7d7d7;
  }
  .container.restaurants img:hover {
    transition: 0.3s opacity ease;
  }
  .container.restaurants h3 {
    text-align: left;
    letter-spacing: 1px;
  }
  .container.restaurants h4 {
    font-style: italic;
    font-weight: 600;
  }
  #restaurant_shell {
    padding-bottom: 60px;
  }
  .container.shop {
    margin-bottom: 80px;
  }
  .shopBtn div {
    text-align: center;
  }
  .shopBtn .btn-default {
    font-size: 14px;
    width: auto;
    padding: 10px 30px;
  }
  .row.shopBtn .btn.active,
  .btn.active-tab {
    background: #ef8c14;
    color: #fff;
		border: 1px solid #EE8C0F;
  }
  .tabContent {
    position: relative;
    /*margin-top: -700px;*/
    /*padding-top: 700px;*/
  }
  #tabs {
    z-index: 9;
  }
  .lightbox {
    z-index: 99999999;
    margin: 0 auto;
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(../images/overlay.png) repeat;
    text-align:center;
  }
  .lightboxContent {
    background: white;
    height: 500px;
    width: 500px;
    margin: 15% auto;
  }
  .lightboxContent #closeSearch {
    color: gray;
    margin-right: 20px;
  }
  .lightbox .btn {
    width: 75%;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px;
    font-size: 12px;
  }
  .lightbox .btn:focus {
    font-size: 12px;
  }
  .lightbox .mainPic img {
    opacity: 1 !important;
    width: 100%;
    border: 1px solid #d7d7d7;
  }
  .lightbox .mainPic .oven-img {
    opacity: 1 !important;
  }
  .lightbox .mainPic p {
    opacity: 0 !important;
    display: none;
  }
  .lightbox img.main,
  .lightbox img.thumb,
  .lightbox .thumb1 .oven-img,
  .lightbox .thumb2 .oven-img,
  .lightbox .thumb3 .oven-img  {
    width: 95%;
    border: 2px solid #d7d7d7;
    opacity: 1 !important;
  }
  .lightbox .thumb1 .oven-img {
    opacity: 1 !important;
  }
  .lightbox .thumbs {
    margin-top: 15px;
    padding: 0 15px;
  }
  .lightbox #closeSearch:hover {
    color: #313131;
  }
  .thumbs .col-xs-4 {
    padding: 0;
  }
  .thumbs .col-xs-4.active-thumb .oven-img {
    border: 2px solid #ef8c14;
  }
  .thumbs .col-xs-4 .oven-img:hover {
    border: 2px solid #ef8c14;
    width: 95%;
    cursor:pointer;
    transition: 0.1s border ease;
  }
  .thumbs .col-xs-4 p {
    display: none;
  }
  .thumbs p {
    display: none;
  }
  .lightbox p,
  .lightbox h4 {
    text-align: left;
  }
  .lightbox h4 {
    font-style:italic;
    font-weight: 600;
    font-size: 20px;
  }
  .lightboxContent .detail div {
    height: 20%;
    text-align: left;
  }
  .col-sm-5.detail {
    height: auto;
  }
  div.thumbs.row {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .thumb-column {
    width: 27%;
    float: left;
    margin-right: 15px;
  }
  .lightbox select,
  .lightbox input {
    width: 75%;
    border-radius: 0px;
    text-align: left;
    -webkit-appearance: none;
    height: 35px;
    border: 1px solid #313131;
    padding-left: 10px;
  }
  .lightbox input {
    border: 1px solid #313131;
  }
  .lightbox input:focus {
    border: 1px solid #d7d7d7;
  }
  .lightbox h2 {
    color: #7d7d7d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
  }
  .lightbox select.color {
    background: url('../images/menu-arrow.png') no-repeat right #fff;
    background-size: 8%;
    background-position: 92% 50%;
    margin: 30px 0 10px;
  }
  .hoverBox p.description,
  .hoverBox .secondThumb,
  .hoverBox .thirdThumb {
    display: none;
  }
  .features {
    margin: 30px auto;
  }
  .features img {
    margin: 30px 0 0 40px;
    width: 30%;
  }
  span.orange,
  .models h4 {
    color: #ef8c14;
    font-weight: 800;
    text-transform: uppercase;
  }
  span.orange1 {
    color: #ef8c14;
  }
  span.orange1:hover {
    text-decoration: underline;
  }
  .smoker-wrap .btn-default {
    width: auto;
    padding: 10px 20px;
    margin: 0 12px 30px;
    font-size: 14px;
  }
  .smoker-wrap .btn-container .btn-default {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .smoker-wrap .btn-container {
    padding-top: 0px;
  }
  .smoker-page .product-about {
    padding: 10px 0;
  }
  .about.smoker-page {
    padding-bottom: 0px;
  }
  .smoker-wrap .btn-default:focus {
    font-size: 14px;
  }
  .product-menu {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .product-menu li {
    display: inline-block;
  }
  .product-menu li a {
    color: #313131;
  }
  .product-menu li a:hover {
    color: #ef8c14;
    text-decoration: none;
  }
  .smoker-wrap h2 {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 60px;
    font-family: 'din-condensed-web';
  }
  .smoker-wrap .mainPic img {
    width: 100%;
    padding: 15px;
  }
  .smoker-wrap .mainPic {
    border: 1px solid #dfdfdf;
  }
  .smoker-wrap .detail .col-xs-4 {
    width: 50%;
  }
  .smoker-wrap .detail img {
    width: 76%;
    border: 1px solid #dfdfdf;
    padding: 10px;
    /*margin-bottom: 5px;*/
  }
  .smoker-wrap .detail img:hover {
    width: 76%;
  }
  .btn-container {
    margin-top: 30px;
    width: 100%;
    clear: both;
  }
  .smoker-wrap .btn-container {
    margin-top: 0;
    padding-top: 30px;
  }
  .smoker-wrap .lightboxContent {
    width: 80%;
    margin: 0;
    height: auto;
  }
  .oven {
    /*padding-left: 0;*/
  }
  .models ul {
    padding-left: 20px;
	 margin: 0 0 30px;
  }
  .lightboxContent .breadcrumb {
    background: transparent;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .breadcrumb li a {
    color: #313131;
    text-transform: uppercase;
    font-weight: 800;
  }
  .breadcrumb li a:hover,
  .breadcrumb li.active {
    text-transform: uppercase;
    color: #ef8c14;
    font-weight: 800;
  }

  .breadcrumb>li+li:before {
    content: ">";
    color: #313131;
    font-weight: bold;
  }
  #specs .btn-primary {
    width: auto;
    font-size: 18px;
    padding: 20px 15px;
  }
.features, .specs, .accessories,
.warranty, .capacity {
  /*padding-top: 120px;
  margin-top: -120px;*/
}

.about-nav .hero-nav ul.dropdown-menu li a,
.home-nav-absolute .hero-nav ul.dropdown-menu li a  {
  font-size: 16px;
  color: white;
  text-transform: capitalize;
  border: 0px solid transparent;
  background: transparent;
  font-weight: 500;
  padding-left: 15px;
  padding-bottom: 5px;
  z-index: 99;
}
.about-nav .hero-nav ul.dropdown-menu li:first-child a {
  padding-top: 60px;
}
.navbar-right .dropdown-menu {
  background: transparent url('../images/white-arrow-down.png') no-repeat no-repeat;
  left: 0;
  background-position: 30px 30px;
  right: auto;
  box-shadow: none;
  padding-top: 0;
  transition: 0.5s all ease;
}
.home-nav-absolute .navbar-right .dropdown-menu {
  background-image: none;
  z-index: 99;
  /*background-position: 30px -5px;*/
}
.home-nav-absolute .hero-nav ul.dropdown-menu li a:hover {
  color: #ee8c14;
}

.overlay {
  width:100%;
  height: 0px;
  background:url(../images/overlay2.png) repeat;
  /*background-position: 100% 50%;*/
  position: absolute;
  z-index: 9;
  opacity: 0;
  transition: 0.5s opacity ease;
}

.visible-xs-block.open ul.dropdown-menu {
  background: #313131;
  z-index: 99999;
}
.visible-xs-block.open ul.dropdown-menu a {
  font-size: 16px;
  letter-spacing: 1px;
}

.products-wrap {
  padding: 50px 0;
}
.products-wrap h4 {
  font-size: 18px;
  line-height: 35px;
}
.products-wrap .container.restaurants a.orng h3 {
  /*color: #ef8c14;*/
  font-size: 20px;
}
.restaurants h4.smoker-caption {
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  color: #7d7d7d;
}
.products-wrap ul li {
  font-size: 18px;
}
.products-wrap .container.restaurants {
  margin: 50px auto 80px;
}
.products-wrap {
  margin-bottom: 60px;
}
.products-wrap div.orange p {
  background-size: 4%;
}
#heroCarousel {
  z-index: 10;
}
.sub-selects {
  display: inline-block;
	width: 100%;
}
.sub-selects select {
	margin-bottom: 10px;
}
input.other {
  /*width: 268px;*/
}
.oven-img {
	width: 100%;
	padding-bottom: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #d7d7d7;
  background-color: #fff;
}
.more {
  opacity: 0;
}
.smoker-wrap .thumbs .smoker-thumb .oven-img {
  width: 100%;
  padding-bottom: 100%;
  border: 2px solid #d7d7d7;
}
.smoker-wrap .thumbs .smoker-thumb .oven-img:hover, .smoker-wrap .thumbs .smoker-thumb.active .oven-img {
  border: 2px solid #ef8c14;
}
.smoker-wrap .mainPic .oven-img {
  opacity: 1 !important;
}
.container.contact label {
  display: none;
}
.home-slider-img {
    width: 190px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
}
.testimonial-link {
    color: #313131 ;
}
.testimonial-link:hover {
  text-decoration: none;
}
.testimonial-link:hover .panel {
    background-color: #F7C68B ;
    color: #fff;
}
.testimonial-read-more {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.rloc-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	background-color: #eee;
	border: 1px solid #ccc;
}
.rloc-image p {
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 15px;
	font-size: 20px;
	text-transform: uppercase;
	left: 10%;
	text-align: left;
	letter-spacing: 1px;
	padding-right: 15px;
	margin: 0 auto;
	background: url('../images/white-arrow.png') 100% center no-repeat;
	-webkit-background-size: 5%;
	background-size: 5%;
	z-index: 999;
	display: none;
}
.rloc-image:hover p {
	display: block;
}
.rloc-filler {
	background-color: #ee8c14;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0.8;
	display: none;
}
.rloc-image:hover .rloc-filler {
	display: block;
}
/*---------Scroll styles to shrink the navbar--------*/
.scroll .wrapper-hero.about-hero {
  margin-top: 126px;
  transition: 0.5s all ease;
}
.scroll img.navbar-brand.logo.about-logo {
  padding: 0px;
  margin: 10px 0px;
  transition: 0.5s all ease;
}
.scroll .about-nav .about-logo {
  width: 70px;
  transition: 0.5s all ease;
}
.scroll .about-nav .hero-nav ul.nav {
  padding: 0px;
  margin: 10px -15px 10px 0;
  transition: 0.5s all ease;
}
.scroll .navbar-right ul.dropdown-menu {
  margin-top: -20px;
  transition: 0.5s all ease;
}
.scroll .navbar-inverse {
  height: 55px;
  padding: 0;
  margin: 0;
  transition: 0.5s all ease;
}
.scroll p.navbar-brand {
  margin-bottom: 0px;
  transition: 0.5s all ease;
}
.scroll .about-nav {
  margin-top: 55px;
  transition: 0.5s all ease;
}
.scroll #searchBar {
  top: 55px;
}
/*Home Page Scroll Styles*/
.scroll .home-nav-absolute {
  top: 55px;
  transition: 0.5s all ease;
}
.scroll img.navbar-brand.logo {
  padding: 0px;
  margin: 10px 0px;
  transition: 0.5s all ease;
  width: 70px;
}
.scroll .hero-nav ul.nav {
  padding: 0px;
  margin: 10px -15px 10px 0;
  transition: 0.5s all ease;
}
.scroll .home-nav-absolute .navbar-right ul.dropdown-menu {
  margin-top: 0px;
  transition: 0.5s all ease;
}
.overlay.overlay-home {
  height: 0px;
  background-image: none;
  background-color: rgba(49,49,49,0.9);
  transition: 0.3s opacity ease;
}
.home-nav-absolute .col-md-2 {
  z-index: 99;
}
.home-nav-absolute .hero-nav ul.dropdown-menu li:first-child a {
  padding-top: 0px;
  transition: 0.5s all ease;
}
.scroll .home-nav-absolute .hero-nav ul.dropdown-menu li:first-child a {
  padding-top: 20px;
  transition: 0.5s all ease;
}

#vt-slider-box {
	padding: 40px 50px 20px;
	background-color: #1F1F1F;
	color: #fff;
}
#vt-slider-main h2 {
	color: #ef8c14;
}
#vt-slider-box #vt-slider-nav .slick-prev {
	left: -38px;
}
#vt-slider-box #vt-slider-nav .slick-next {
   right: -38px;
}
#vt-slider-box #vt-slider-nav .slick-slide {
	border: 1px solid #1F1F1F;
	cursor: pointer;
}
#vt-slider-box #vt-slider-nav .slick-slide:hover {
	border: 1px solid #ccc;
}
#vt-slider-box #vt-slider-nav .slick-current {
	border: 1px solid #ef8c14;
}
.vt-description {
	background: rgba(0, 0, 0, 0.7);
   z-index: 5555;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
	padding: 10px;
}




.block-grid-fix:nth-of-type(4n+1) {
	clear:left;
}
#product_details .btn {
    width: 75%;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px;
    font-size: 12px;
  }
  #product_details .btn:focus {
    font-size: 12px;
  }
  #product_details .mainPic {
    opacity: 1 !important;
    width: 100%;
	 /*min-width: 320px;*/
	 padding-bottom: 100%;
    border: 1px solid #d7d7d7;
	 background-repeat: no-repeat;
	 background-size: contain;
	 background-position: center center;
  }
  #product_details .mainPic .oven-img {
    opacity: 1 !important;
  }
  #product_details .mainPic p {
    opacity: 0 !important;
    display: none;
  }
  #product_details img.main,
  #product_details img.thumb,
  #product_details .thumb1 .oven-img,
  #product_details .thumb2 .oven-img,
  #product_details .thumb3 .oven-img  {
    width: 95%;
    border: 2px solid #d7d7d7;
    opacity: 1 !important;
  }
  #product_details .thumb1 .oven-img {
    opacity: 1 !important;
  }
  #product_details .thumbs {
    margin-top: 15px;
    /*padding: 0 15px;*/
  }
  #product_details #closeSearch:hover {
    color: #313131;
  }
  .thumbs .col-xs-4 {
    padding: 0;
  }
  #product_details .thumbs .col-xs-4.active-thumb .oven-img {
    border: 2px solid #ef8c14;
  }
  #product_details .thumbs .col-xs-4 .oven-img:hover {
    border: 2px solid #ef8c14;
    width: 95%;
    cursor:pointer;
    transition: 0.1s border ease;
  }
  .thumbs .col-xs-4 p {
    display: none;
  }
  .thumbs p {
    display: none;
  }
  #product_details p,
  #product_details h4 {
    text-align: left;
  }
  #product_details h4 {
    font-style:italic;
    font-weight: 600;
    font-size: 20px;
  }
  div.thumbs.row {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .thumb-column {
    width: 27%;
    float: left;
    margin-right: 15px;
  }
  #product_details select,
  #product_details input[type="text"] {
    width: 75%;
    border-radius: 0px;
    text-align: left;
    -webkit-appearance: none;
    height: 35px;
    border: 1px solid #313131;
    padding-left: 10px;
  }
  #product_details input[type="text"] {
    border: 1px solid #313131;
  }
  #product_details input[type="text"]:focus {
    border: 1px solid #d7d7d7;
  }
  #product_details h2 {
    color: #7d7d7d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
  }
  #product_details select.color {
    background: url('../images/menu-arrow.png') no-repeat right #fff;
    background-size: 8%;
    background-position: 92% 50%;
    margin: 30px 0 10px;
  }

.panel {
	border-radius: 1px;
}
.about-pic {
	float: right;
	margin: 20px;
	max-width: 100%;
	height: auto;
}
@media (max-width:414px) {
	.about-pic {
		float: none;
		margin: 20px auto;
		max-width: 100%;
	}
}


#product_details h2 {
	color: #7d7d7d;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 30px;
}

.service-bulletins .service-content {
  display: none;
}
.service-bulletins .sidebar a li {
  border-left: 2px solid #ee8c14;
  height: auto;
  padding: 20px;
}
.service-bulletins .sidebar a:hover {
  text-decoration: none;
  color: #ee8c14;
  transition: 0.3s color ease;
}
.service-bulletins .sidebar ul {
  padding-left: 0px;
}
.service-bulletins .sidebar a.active li {
  border-right: none;
  border-radius: 0px 5px 5px 0px;
  background-color: #ee8c14;
  font-weight: normal;
}
.service-bulletins .sidebar a {
  color: #313131;
  /*transition: 0.3s color ease;*/
}
.service-bulletins .sidebar a li {
  background-color: transparent;
}
.service-bulletins .sidebar a.active {
  text-decoration: none;
  color: #fff;
  background-color: #ee8c14;
}
.bootstrap-select .btn-default {
  padding: 0 20px;
  height: 55px;
  margin-bottom: 0px;
}
.bootstrap-select .btn-default:hover {
  background-color: #fff;
  color: #ee8c14;
}
.open>.dropdown-toggle.btn-default {
  color: #fff;
  background-color: #d26f00;
  border-color: #d26f00;
}
.bootstrap-select .dropdown-menu>li>a:focus {
  background-color: transparent;
}
.bootstrap-select .dropdown-menu>li>a:hover {
  background-color:  #ee8c14;
  color: #fff;
}
.bootstrap-select .dropdown-menu>li>a:focus {
  outline: none;
}
.bootstrap-select.btn-group.open .dropdown-toggle .filter-option {
  color: #fff;
}

.update-btn {
	color: #ee8c14;
  text-transform: uppercase;
  border: 1px solid #ee8c14;
  background: white;
  margin: 0 15px 0 5px;
  letter-spacing: 1.8px;
	transition: 0.3s background ease, 0.3s color ease;
}
.update-btn:hover {
	background: #ee8c14;
	color: white;
	transition: 0.3s background ease, 0.3s color ease;
}
.remove-cart-item {
	font-size: 30px;
  line-height: 0;
	transition: 0.3s color ease;
}
.remove-cart-item:hover,
.remove-cart-item:focus {
	color: gray;
	text-decoration: none;
	transition: 0.3s color ease;
}


@media (min-width: 1025px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (min-width: 992px) {
	.video-block-grid-fix:nth-of-type(4n+1) {
		clear:left;
	}
}

@media (max-width: 1400px) {
  .hero-nav ul.nav li a {
    font-size: 18px;
  }
}
@media (max-width: 1355px) {
  .hero-nav ul.nav {
    padding-top: 30px;
  }
  .hero-nav ul.nav li a {
    font-size: 16px;
  }
  .hero-text h1 {
    font-size: 42px;
  }
  .hero-subtext {
	  font-size: 27px;
  }
  .hero-text {
    /*margin-top: 80px;*/
    padding-bottom: 30px;
  }
  .btn-default {
    font-size: 16px;
  }
  .product img {
    width: 135px;
  }
  .product p {
    font-size: 18px;
  }
  .about-hero .hero-text {
    padding-bottom: 20px;
  }
  .about-hero .hero-text h1 {
    font-size: 72px;
  }
}
  @media (max-width: 1200px) {
    div.orange p {
      font-size: 14px;
    }
    .smoker-wrap .lightboxContent {
      width: 100%;
    }
    .home-slider-img {
      background-size: 75%;
    }
  }
@media (max-width: 1100px) {
  .hero-nav ul.nav li a {
    /*font-size: 18px;*/
  }
  .hero-text h1 {
    font-size: 37px;
  }
  .hero-subtext {
	  font-size: 24px;
  }
  .hero-text .btn {
    font-size: 18px;
  }
}
@media (max-width: 1064px) {
  .product img {
    width: 190px;
  }
  .home-slider-img {
    background-size: contain;
  }
}
@media (max-width: 1024px) {
  .hero-nav,
  .navbar-brand.logo {
    display: none;
  }
  .btn-default {
    font-size: 12px;
  }
  .nav li.hide-on-collapse {
    display: none;
  }
  img.mobile-logo.mobile-logo-about {
    height: 50px;
    padding: 0 15px 2px 0;
    display: block;
  }
  .navbar .container .mobile-logo-about {
    margin-left: 15px;
  }
  .about-nav {
    margin-top: 70px;
  }
  .form-heading span {
    text-align: center;
  }
  .sidebar h3 {
    margin: 20px 0 5px;
  }
  .sidebar h2 {
    margin-left: 18%;
    font-size: 18px;
  }
  h3.form-heading.inline {
    margin-top: 30px;
  }
  .sidebar .contact {
    float: left;
    margin-right: 21px;
  }
  .sidebar.locations h2 {
    margin-left: 0;
  }
  .wrapper.contact {
    margin-left: 18%;
  }
  .col-md-pull-3 {
    clear: left;
    padding-top: 30px;
    text-align: left;
    margin-left: 18%;
  }
  .col-md-pull-3.smoker-wrap {
    margin-left: 0;
  }
  .models div {
    display: inline-block;
    /*margin-right: 30px;*/
    vertical-align: top;
  }
  .form-group.ref {
    margin-right: 0;
  }
  .form-group.ref select {
    /*width: 33%;*/
  }
  .container.contact {
    width: 100%;
  }
  .wrapper.contact.contact-right {
    margin-left: 12%;
  }
  form .btn.btn-default {
    float: left;
    font-size: 14px;
  }
  p.form-p {
    font-size: 18px;
  }
  .radio-inline {
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .radio-inline,
  .radio-inline+.radio-inline {
    margin-top: 25px;
  }
  div.jmbo-locations {
  height: 400px;
  background-size: cover;
  }
  .contact img.map {
    width: 70%;
    margin: 40px auto 20px;
    display: block;
  }
  .container.about.smoker-page {
    padding: 20px 15px;
  }
  .dropdown:hover .dropdown-menu {
    /*display:inline-block;*/
  }
  .visible-xs-block.open ul.dropdown-menu {
    background: #313131;
    z-index: 99999;
    position: static;
    width: auto;
    float: none;
    border-radius: 0px;
  }
  .visible-xs-block.open ul.dropdown-menu a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #9d9d9d;
    padding: 5px 15px 5px 25px;
  }
  .visible-xs-block.open ul.dropdown-menu a:hover,
  .visible-xs-block.open ul.dropdown-menu a:focus {
    background: #313131;
    color: #fff;
  }
  .about-hero .hero-text {
    padding-top: 12%;
  }
  .about-hero .hero-text h1 {
    font-size: 55px;
  }
  .wrapper-hero.about-hero {
    height: 300px;
    background-size: cover;
  }
  .testimonial-read-more {
    bottom: 20px;
  }
  .carousel-inner .hero-text {
    float: left;
  }
  .wrapper-hero.about-hero {
    margin-top: 75px;
  }
  .about-nav .container,
  .home-nav-absolute,
  .home-nav-absolute .container {
    height: 0px;
  }
  .home-nav-absolute {
    height: 0px;
  }
  li.navbar-social{
    display: inline-block;
  }
  ul.navbar-nav{
    background: linear-gradient(#313131 55%, 80%, #00000000 100%);
  }
}
@media (max-width: 991px) {
	.video-block-grid-fix:nth-of-type(2n+1) {
		clear:left;
	}
  img.navbar-brand.logo {
    width: 120px;
    height: auto;
    margin-top: 0px;
  }
  .home-nav-absolute div.container {
    margin-left: 10px;
  }
  .hero-text h1 {
    font-size: 33px;
  }
  .hero-subtext {
	  font-size: 20px;
  }
  .hero-text {
    margin-top: 0px;
    /*width: 60%;*/
    padding-bottom: 0;
  }
  .hero-text .btn {
    padding: 15px 20px;
    font-size: 16px;
  }
  .product-about .btn.btn-default,
  .product-about .btn.btn-default:hover {
    font-size: 16px;
  }
  .about-hero .hero-text {
    padding-top: 15%;
  }
  div.orange p {
    font-size: 10px;
  }
  #hero-text-box .hero-subtext {
    margin: 0px;
  }
  .panel-body p {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display:block !important;
  }
  .navbar-header {
    float:none;
  }
  .navbar-nav li {
    float: none;
  }
  .navbar-nav li a {
    padding: 10px 15px;
  }
  ul.navbar-nav.navbar-right {
    float: none !important;
    width: 100%;
  }
  .navbar-inverse div.container {
    padding-right: 0;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .container img.navbar-brand.flag {
    margin-left: 15px;
  }
  .visible-xs-block {
    display: block !important;
  }
  #searchBar {
    display: none !important;
  }
  .about-nav img.navbar-brand.logo {
    display: none;
  }
  .about-nav img.mobile-logo {
    height: 50px;
    padding: 0 15px 2px 0;
    display: block;
  }
  .about p {
    line-height: 30px;
  }
  .about {
    width: 750px;
  }
  .container.about.contact {
    /*width: 970px;*/
  }
}
@media (max-width: 768px) {
  .container.restaurants .col-sm-3 {
    width: 70%;
    margin: 0 auto 50px;
    float: none;
  }
	#tabs {
		margin: 30px 0;
	}
  div.orange p {
    font-size: 14px;
  }
  .about-hero .hero-text h1 {
    font-size: 55px;
  }
  .about-hero .carousel-caption {
    padding-bottom: 0px;
  }
  .about.contact .contact-right {
    margin-left: 18%;
  }
    .about.contact .form-group div {
      padding: 0px;
    }
	.hide-for-mobile {
		display: none;
	}
	.service-bulletins .service-content:first-of-type {
	  display: block;
	}
	#vt-slider-box {
		padding: 40px 15px 20px;
	}
	.vt-description {
		position: static;
	}
}

@media (max-width: 768px) {
  .btn-default,
  .btn-default:active,
  .btn-default:visited,
  .btn-default:focus {
    width: 100%;
    margin: 5px auto;
    font-size: 14px;
  }
	.shopBtn .btn-default{
		width: auto;
		padding: 10px;
	}
  .product-btn-group {
    margin-bottom: 55px;
  }
  .hero-text h1{
    font-size: 25px;
  }
  .hero-text {
    float: none;
    /*margin-top: 50px;*/
  }
  img.navbar-brand.logo {
    display: none;
  }
  img.mobile-logo,
  img.mobile-logo.mobile-logo-about {
    height: 50px;
    padding: 0 15px 2px 0;
    display: block !important;
  }
  .jumbotron .container {
    margin: 0 auto;
    /*width: 95%;*/
  }
  .navbar .container .navbar-brand {
    margin-left: 15px;
  }
  #searchBar {
    display: none !important;
  }
  .footer-container {
    margin: 0 15px;
  }
  .product-about h2 {
    text-align: center;
    margin-top: 0;
  }
  .about p {
    line-height: 30px;
  }
  .product-about .container {
    width: 100%;
  }
  .col-md-pull-3 h3.form-heading {
    margin-bottom: 30px;
  }
  h3.form-heading.gray {
    margin-bottom: 5px;
  }
  .wrapper.contact {
    width: 90%;
  }
  .col-md-pull-3 {
    margin-left: 12%;
  }
  .wrapper.contact.contact-right,
  .wrapper.contact,
  .sidebar h2 {
    margin-left: 12%;
  }
  .form-group {
    margin: 0;
  }
  .form-control {
    width: 80%;
    margin: 10px 0;
  }
	.form-control:first-of-type {
		/*margin: 0px;*/
	}
  .form-group select,
  .form-group.loc select,
  .form-group.ref select,
  .form-group textarea {
    width: 80%;
  }
  .form-group.ref .sub-selects {
    width: 100%;
  }
  input.other {
    width: 80%;
  }
  .form-group.loc h3 {
    margin-bottom: 15px;
  }
  form .btn.btn-default {
    width: 40%;
    margin-top: 30px;
  }
  .radio-inline,
  .radio-inline+.radio-inline {
    /*margin-top: 0;*/
  }
  h3.form-heading.inline {
    /*margin-top: 5px;*/
    clear: both;
  }
  .wrapper.locations label.loc {
    margin-bottom: 10px;
  }

  .container.restaurants .col-sm-3 {
    width: 70%;
    margin: 0 auto 50px;
  }
  div.orange p {
    font-size: 14px;
  }
  .smoker-wrap,
  .models {
    padding: 0 15px;
  }
  .lightboxContent .btn-default {
    width: auto;
    margin: 0 15px 30px 0;
  }
  .product-about .btn.btn-default,
  .product-about .btn.btn-default:hover {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .smoker-wrap .oven {
    width: 100%;
    padding-left: 15px;
  }
  .smoker-wrap .btn-container {
    padding: 15px 0 0 15px;
  }
  .detail .thumbs {
    clear: both;
    display: inline-block;
  }
  .thumb-column {
    width: 100%;
    display: inline;
    float: none;
  }
  div.thumbs.row {
    display: inline-block;
    margin: 3px 15px;
    height: 35%;
    margin-left: 0px;
  }
	.thumb-column .thumbs.row {
		width: 25%;
	}
  div.thumbs.row:last-of-type {
    margin-right: 0;
  }
  .lightboxContent .detail {
    clear: both;
    text-align: left;
    padding-top: 15px;
  }
  .lightboxContent .detail div,
  .lightboxContent .detail {
    /*height: 144px;*/
  }
  .detail .thumbs .col-xs-4 {
    width: 140px;
    text-align: center;
  }
  .features img {
    width: 60%;
  }
  .products-wrap div.orange p {
    background-size: 2%;
  }
  .products-wrap {
    width: 80%;
    margin: 0 auto 60px;
  }
  .hoverBox {
    margin-bottom: 50px;
  }
  .sidebar.locations h2 {
    font-size: 18px;
  }
  .service-bulletins .sidebar ul {
    display: none;
  }
  .service-bulletins .detail {
    clear: both;
    padding-top: 40px;
  }
  .bootstrap-select.btn-group:not(.input-group-btn) {
    display: block;
    width: 100%;
  }
}
@media (max-width: 684px) {
  .smoker-wrap .btn-container .btn-default {
    font-size: 12px;
    margin-right: 10px;
    padding: 8px 10px;
  }
  .detail .thumbs .col-xs-4 {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 654px) {
  .wrapper.locations input {
    width: 100%;
  }
  .wrapper.locations .radio-inline input[type=radio] {
	  width: 25px;
  }
  .wrapper.locations div {
    clear: both;
  }
  .wrapper.locations .btn.find {
    margin: 15px 0 0;
    float: left;
    /*margin: 15px auto;*/
    display: block;;
  }
}
@media (max-width: 600px) {
  .hero-text .btn {
    float: left !important;
    font-size: 12px;
    padding: 10px 15px;
  }
  .hero-text {
    text-align: center;
  }
  .hero-text h1 {
    text-align: left;
    font-size: 20px;
  }
  .hero-subtext {
	  font-size: 18px;
	  text-align: center;
	  margin-top: 0;
  }
  .hero-text p {
    float: left;
    display: inline-block;
  }
  img.mobile-logo {
    margin-left: 15px;
  }
  .carousel-caption {
    padding-bottom: 20px;
  }
  .jumbotron h1 {
    text-align: center;
    font-size: 28px;
  }
  .jumbotron .btn {
    float: none !important;
    font-size: 18px;
  }
  #searchBar {
    display: none !important;
  }
  .jumbotron p {
    text-align: center;
  }
  .footer {
    padding-top: 50px;
  }
  .footer p {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }
  .footer img {
    margin: 0 5px;
  }
  .footer-container {
    text-align: center;
  }
  .about-hero .hero-text {
    margin-left: 0;
    margin-right: 0;
  }
  .about-hero .hero-text h1 {
    text-align: right;
    font-size: 45px;
  }
  .about p {
    line-height: 25px;
    font-size: 16px;
  }
  #hero-text-box h1 {
    /*font-size: 40px;*/
  }
  #hero-text-box .hero-subtext {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .hero-text h1 {
    font-size: 20px;
    margin-bottom: 0;
    /*margin-top: 40px;*/
  }
  .hero-text {
    width: 100%;
  }
  h3 {
    font-size: 18px;
  }
  div.navbar-header {
    margin-bottom: 10px;
  }
  .navbar-brand {
    display: none;
  }
  .carousel-caption {
    padding-bottom: 0;
  }
  .about-nav {
    margin-top: 60px;
  }
  .product-about h2 {
    font-size: 20px;
  }
  .smoker-wrap .btn-container {
    width: 100%;
  }
  .smoker-wrap .btn-container .btn-default {
    width: 49.5%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .smoker-wrap .btn-container .btn-default:first-child {
    /*width: 100%;*/
  }
  .wrapper-hero.about-hero {
    height: 200px;
  }
	.vt-description p {
		font-size: 16px;
	}
}
@media (max-width: 414px) {
  div.thumbs.row {
    margin: 3px 0;
    height: 30%;
		/*width: 25%;*/
  }
  .smoker-wrap .btn-container .btn-default {
    width: 100%;
  }
  .about-hero .hero-text h1 {
    font-size: 35px;
  }
  .about-hero .carousel-caption {
    padding-bottom: 10px;
  }
  .about.contact .col-md-pull-3,
  .wrapper.contact,
  .wrapper.contact.contact-right {
    margin-left: 0px;
  }
  .container.restaurants .col-sm-3 {
    width: 100%;
  }
  .carousel-inner img {
    margin-top: 60px;
  }
  .about-hero .hero-text {
    padding-top: 20%;
  }
  .thumb-column {
    margin-right: 0px;
  }
  img.mobile-logo, img.mobile-logo.mobile-logo-about {
    height: 40px;
    margin-top: 5px;
  }
  .navbar-inverse {
    height: 70px;
  }
  .wrapper-hero.about-hero {
    margin-top: 70px
  }
	#vt-slider-main {
		margin-bottom: 5px;
	}
	#vt-slider-box {
		padding: 40px 0px 20px;
	}
	#vt-slider-nav {
		padding: 0 5px;
	}
	#vt-slider-box #vt-slider-nav .slick-prev {
		left: -25px;
		background-size: 75%;
	}
	#vt-slider-box #vt-slider-nav .slick-next {
		right: -25px;
		background-size: 75%;
	}
	.products-wrap {
		width: 100%;
	}
	.product-about .container {
		width: 100%;
	}
	.smoker-wrap .btn-container {
		padding: 0px 15px;
	}
	.breadcrumb li a {
		font-size: 16px;
	}
}
@media (max-width: 390px) {
  .jumbotron h1 {
    font-size: 22px;
  }
}
@media (max-width: 380px) {
  h3 {
    /*font-size: 12px;*/
    letter-spacing: 6px;
  }
  .rloc-info-box h3 {
    font-size: 18px;
  }
  div.navbar-header {
    margin-bottom: 10px;
  }
  html, body {
    overflow-x: hidden;
  }
  .footer p {
    font-size: 15px;
  }
  .about-nav {
    margin-top: 0px;
  }
  .radio-inline+.radio-inline {
    margin-left: 10px;
  }
  .detail .thumbs .col-xs-4,
  .detail .thumbs {
    width: 100%;
  }
  .about-hero .hero-text h1 {
    font-size: 35px;
  }
  .wrapper-hero.about-hero {
    margin-top: 70px;
  }
}
@media (max-width: 320px) {
  .about-hero .hero-text {
    padding-top: 25%;
  }
}
