/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

.car-option a:link {color:#999; text-decoration: none}
.car-option a:active {color: #FFF; text-decoration: none}
.car-option a:visited {color: #999; text-decoration: none}
.car-option a:hover {color: #FFF; text-decoration: none
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

.recipe-arrow{
  width: 40px;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
  position: absolute; 
}

.online-merchants{
text-transform: uppercase;
font-family: verlag-bold, 'Lato', sans-serif;
color: #000;
text-shadow: none;
background-color: #FFFFFF;
text-align: center;
}
.myMap {
text-transform: uppercase;
font-family: verlag-bold, 'Lato', sans-serif;
color: #000;
text-shadow: none;
background-color: #FFFFFF;
}

.locations {
text-transform: uppercase;
font-family: verlag-bold, 'Lato', sans-serif;
color: #000;
text-shadow: none;
background-color: #FFFFFF;
text-align: center;
}

.myMap {
text-transform: uppercase;
font-family: verlag-bold, 'Lato', sans-serif;
color: #000;
text-shadow: none;
background-color: #FFFFFF;
}

#divLocations{
 text-align: center;
}
/*
#locationChoices{
  text-align: center;
  margin-bottom: 80px;
}
*/
#GA { 
   background:none;
   border:none;
}

#Canada { 
   background:none;
   border:none;
}

#LA { 
   background:none;
   border:none;
}

#KS { 
   background:none;
   border:none;
}

#MA { 
   background:none;
   border:none;
}

#IL { 
   background:none;
   border:none;
 }
#WI {
   background: none;
   border:none;
}
#MN {
  background: none;
  border: none;
}
#NY {
  background: none;
  border: none;

}
@media (max-width: 767px) {
  .recipe-arrow{
    opacity: 1;
  }
}

.industry-links h1 a{
  color: #000;
  text-shadow: none;
  font-size: 20px;
}
/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #000;
}
body {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-top: -200px;
  margin-left: -350px;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.logo img {
  height: 65px;
  margin-top: -8px;
  margin-left: 10px;
}
.navbar-inverse .navbar-brand {
   color: white;
}
.navbar-fixed-top {
  min-height: 80px;
  background-color: rgba(0,0,0,.6);
  border: none;
}
.navbar-toggle {
  margin-top: 25px;
}
.navbar-nav > li > a {
  padding-top: 0px;
  color: white !important;
  padding-bottom: 0px;
  line-height: 80px;
  font-family: verlag, 'Lato', sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  display: none;
}

.hamburger {
  display: inherit;
  height: 30px;
  margin: 25px 0 10px 0 !important;
  cursor: pointer;
  opacity: 1;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.hamburger:hover {
  opacity: .5;
}

@media (max-width: 767px) {
  .logo img {
    width: 200px;
    height: auto;
    margin-top: 2px;
  }
  .navbar-nav > li > a {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inherit;
  background-color: black;
  }
  
  .hamburger {
    display: none;
  }
}

.site-wrapper {
  overflow-x: hidden;
}

/*
 * Cover
 */

.close {
  margin-left: 50px;
  margin-right: 30px;
  color: #FFF !important;
  opacity: 0.4;
}

.cover {
  padding: 10px 40px 40px 40px;
  background-color: rgba(255,255,255,.2);
  width: 400px;
  opacity: 0;
  margin: 0 auto 0 auto;
  font-family: verlag, 'Lato', sans-serif;
  letter-spacing: 2px;
  text-shadow: none;
   transition: all .5s;
  -webkit-transition: all .5s;
}
.cover .cover-heading {
  text-transform: uppercase;
  line-height: 50px;  
}
.cover .lead {
  line-height: 40px;  
  text-decoration: none;
  margin-left: 0px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.cover .lead:hover {
  margin-left: 10px;
  color: #AAA;
}
@media (max-width: 767px) {
 .cover {
   margin-top: 80px;
   width: 100%;
 }
 .cover h1{
   font-size: 20px !important;
   line-height: 40px !important;
 } 
}
.no {
  cursor: pointer;
}

/*
 * CSS Animations
 * Don't forget to add vendor prefixes!
 */
.m-scene #big-video-wrap, .m-scene .element-fade {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.m-scene #big-video-wrap, .m-scene .element-fade {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.m-scene.is-exiting #big-video-wrap, .m-scene.is-exiting .element-fade {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

/*
 * Keyframes
 */
@-webkit-keyframes fadeIn {
  0% { opacity: 0; filter: alpha(opacity=0); }
  100% { opacity: 1; filter: alpha(opacity=100); }
}
@keyframes fadeIn {
  0% { opacity: 0; filter: alpha(opacity=0); }
  100% { opacity: 1; filter: alpha(opacity=100); }
}
@-webkit-keyframes fadeOut {
  0% { opacity: 1; filter: alpha(opacity=100); }
  100% { opacity: 0; filter: alpha(opacity=0); }
}
@keyframes fadeOut {
  0% { opacity: 1; filter: alpha(opacity=100); }
  100% { opacity: 0; filter: alpha(opacity=0); }
}

/*Menu*/
.menu {
  text-transform: uppercase;
  background-color: black;
  padding: 40px;
  font-family: verlag, 'Lato-400', sans-serif;
  font-weight: lighter;
  line-height: 40px;
  position: fixed;
  font-size: 18px;
  top: 80px;
  right: -310px;
  letter-spacing: 4px;
  z-index: 20;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .5s;
       -moz-transition: all .5s;
         -o-transition: all .5s;
        -ms-transition: all .5s;
            transition: all .5s;
}
.menu.animate {
  -webkit-transform: translate(-310px, 0);
     -moz-transform: translate(-310px, 0);
      -ms-transform: translate(-310px, 0);
       -o-transform: translate(-310px, 0);
          transform: translate(-310px, 0);
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.selected a{
  color: white !important;
}
.menu li a {
  color: #AAA;
  transition: all .3s;
  -webkit-transition: all .3s;
  text-decoration: none;
}
.menu li a:hover {
  color: white;
}
.menu .sub {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 2px;
}
.social {
  margin-left: -10px;
}
.social img {
  opacity: .5;
  width: 60px;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.social img:hover{
  opacity: .8;
}

/*
Content
*/

.owl-item {
  margin-left: 4px;
}
.content-div {
  position: absolute;
  z-index: 5;
  background-color: white;
  bottom: -600px;
  transition: all 2s;
  -webkit-transition: all 2s;
  padding-bottom: 50px;
}
.content-div.animate {
  -webkit-transform: translate(0, -600px);
     -moz-transform: translate(0, -600px);
      -ms-transform: translate(0, -600px);
       -o-transform: translate(0, -600px);
          transform: translate(0, -600px);
}

.content2-div {
  position: absolute;
  z-index: 5;
  background-color: white;
  bottom: -500px;
  transition: all 2s;
  -webkit-transition: all 2s;
  padding-bottom: 50px;
}
.content2-div.animate {
  -webkit-transform: translate(0, -500px);
     -moz-transform: translate(0, -500px);
      -ms-transform: translate(0, -500px);
       -o-transform: translate(0, -500px);
          transform: translate(0, -500px);
}

.content2-div a {
  color: black;
  margin: auto;
}

.content3-div {
  position: absolute;
  z-index: 5;
  background-color: white;
  top: 600px;
  transition: all 2s;
  -webkit-transition: all 2s;
  padding-bottom: 50px;
}
.content3-div.animate {
  -webkit-transform: translate(0, -1200px);
     -moz-transform: translate(0, -1200px);
      -ms-transform: translate(0, -1200px);
       -o-transform: translate(0, -1200px);
          transform: translate(0, -1200px);
}

.content3-div a {
  color: black;
  margin: auto;
}
.content-div a {
  color: black;
  margin: auto;
}

.arrow {
  position: fixed;
  bottom: 40px;
  width: 50px;
  z-index: 20;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.left {
  left: 40px;
  opacity: 0;
}
.right {
  right: 40px;
  opacity: 1;
}

.mockup {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 45px;
}
.mockup img{
  width: 80%;
}
.fade-mock img{
  opacity: 1;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.fade-mock img:hover {
  opacity: .4;
}

h3 {
  font-family: verlag, 'Lato', sans-serif;
  text-shadow: none;
  font-size: 15px;
  color: black;
  letter-spacing: 3px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.mockup span {
  opacity: 0;
  font-family: verlag, 'Lato', sans-serif;
  position: absolute;
  text-shadow: none;
  font-size: 20px;
  color: black;
  letter-spacing: 4px;
  bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  transition: all .7s;
  -webkit-transition: all .7s;
}
@media (max-width: 992px) {
  .content-div {
    position: absolute;
    height: 1700px;
    z-index: 15;
    top: 200px;
  }

  .owl-item {
    margin-left: 0px;
  }
}

@media (max-width: 992px) {
  .content2-div {
    position: absolute;
    height: 1900px;
    z-index: 15;
    top: 200px;
  }

  .owl-item {
    margin-left: 0px;
  }
}

/*
 * Product
 */
.product-text {
  margin-top: 50px;
  font-family: 'Open Sans', sans-serif;
  color: black;
  text-shadow: none;
  font-weight: 400;
}
.product-text h1 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 30px;
}
.product-text h5 {
  text-transform: uppercase;
}
.product-text p {
  font-size: 15px;
}
.product-text ul {
  font-size: 15px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-position: inside;
}

/*
 * About sections
 */

.school-div, .phil-div {
  width: 550px;
  color: black;
  text-shadow: none;
  height: 100%;
  background-color: white;
  padding: 5px 70px 50px 70px;
  position: fixed;
  right: 0;
  top: 80px;
  transition: all .7s;
  -webkit-transition: all .7s;
  z-index: 12;
}
.phil-div {
  width: 500px;
  height: auto;
  left: 80px;
  right: auto;
  padding-bottom: 60px;
  padding-top: 20px;
  top: auto;
  bottom: 0;
}
.school-div h1, .phil-div h1 {
  font-family: verlag;
  font-size: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.school-div p {
  font-family: 'Open Sans', sans-serif;
  color: black;
  text-shadow: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
 
.phil-div p {
  font-family: 'Open Sans', sans-serif;
  color: black;
  text-shadow: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}

.about-detail {
  
  padding-top: 50px;
}

.arrow-school, .arrow-phil {
  display: inherit;
  position: fixed;
  bottom: 40px;
  right: 430px;
  width: 50px;
  z-index: 20;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.arrow-phil {
  right: auto;
  left: 500px;
}

@media (max-width: 768px) {
  .school-div, .phil-div {
    width: 100%;
    position: relative;
    top: 150px;
    left: auto;
    height: 1000px;
  }
  .arrow-school, .arrow-phil {
    display: none;
  }
  .owl-item {
    margin-left: 2px;
    margin-bottom: 20px;
  }
}
.down {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*
 * Recipe
 */

#recipe-carousel {
  position: absolute;
  height: 100%;
  z-index: 6;
  top: 0;
  left: 0;
  padding-right: 0;
  padding-left: 0;
}
.recipe-div {
  background-color: white;
  position: relative;
}
.recipe-detail {
  text-shadow: none;
  color: black;
  font-family: verlag, 'Lato', sans-serif;
  letter-spacing: 4px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 30%;
  margin: auto;
}
.recipe-detail h2 {
  margin-top: 40px;
  font-family: verlag-bold, 'Lato', sans-serif;
  font-size: 25px;
  font-weight: bolder;
  margin-bottom: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.row {
  margin-right: 0;
}

.recipe-detail h6 {
  font-weight: lighter;
  line-height: 30px;
}

.results .soon {
  color: #AAA;
  font-style: italic;
}

@media (max-width: 768px) {
 .recipe-detail {
   margin-bottom: 350px;
   margin-top: 30px;
 } 
  .recipe-detail h2 {
    font-size: 19px;
  }
#recipe-carousel {
  top: 0px;
  height: 1000px;
}
  .recipes {
    background-position: 20%;
  }
  .home {
    background-position: 70%;
  }
}
.car-option {
  height: 60px;
  vertical-align: bottom;
  width: 100%;
  text-align: center;
}

.car-option h2 {
  font-family: verlag, 'Lato', sans-serif;
  font-size: 30px;
}
.car-option a {
  margin-right: 10px;
  margin-left: 10px;
}
.stock-div {
  position: absolute;
  z-index: 9;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
}
.stock-div .row {
  margin-top: 40px;
}
.map-details {
  text-shadow: none;
  color: black;
}
.map-details h1 {
  font-family: verlag;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.map-details input {
  border: 2px solid #000;
  padding: 20px 0 5px 5px;
  font-family: 'Open Sans', sans-serif;
  color: black;
  text-shadow: none;
  font-weight: 400;
}

.stock-div p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: black;
  text-shadow: none;
  font-weight: 400;
}

@media (max-width: 768px) {
 .stock-div {
   position: relative;
   padding-bottom: 50px;
   height: 1000px;
 } 
}
.media-div {
  position: relative;
  z-index: 9;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  text-shadow: none;
  font-family: verlag, 'Lato', sans-serif;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.media-div .col-md-4 {
  padding-right: 0;
  padding-left: 0;
}
.media-detail {
  position: absolute;
  z-index: 15;
  top: 0;
  bottom: 0;
  opacity: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 10%;
  margin: auto;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.camera-bg, .bridge-bg, .guy-bg{
  height: 100%;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  top:0;
  left:0;
  opacity: 0;
   -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.contact-div {
  width: 550px;
  color: black;
  text-shadow: none;
  
  background-color: white;
  padding: 50px 70px 50px 70px;
  position: absolute;
  margin-left: -275px;
  left: 50%;
  top: 80px;
  transition: all .7s;
  -webkit-transition: all .7s;
  z-index: 12;
}
.contact-div h1 , .contact-div h5, .contact-div h6 {
  font-family: verlag, 'Lato', sans-serif;
  text-transform: uppercase;
}
.contact-div h6 {
  font-weight: lighter;
  font-size: 20px;
}
.contact-div input, .messagebox {
  border: 2px solid #000;
  padding: 20px 0 5px 5px;
  font-family: 'Open Sans', sans-serif;
  color: black;
  text-shadow: none;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 15px;
  width: 100%;
}

.messagebox {
  padding: 10px 4px;
}

.contact-div p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: black;
  text-shadow: none;
  font-weight: 400;
}

.contact-div .first {
  width: 47%;
  float: left;
}
.contact-div .last {
  width: 47%;
  float: right;
}
.contact-div .submit {
  border: none;
  width: 70px;
  float: left;
}
.contact-div span {
  font-family: verlag, 'Lato', sans-serif;
  text-transform: uppercase;
  float: left;
  margin-top: 40px;
  margin-left: 20px;
  color: #AAA;
  opacity: 0;
  font-size: 18px;
  font-weight: lighter;
}

.xback{
  display: none;
}
@media (max-width: 768px) {
  .xback{
    display: inline;
    float:right;
    margin: 27px 30px 0 0;
  }
 .contact-div {
   width: 100%;
   position: relative;
   padding-bottom: 50px;
   margin-left: 0;
   left: 0;
   height: 800px;
   padding: 30px 50px 30px 50px;
 } 
}



.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 500px;
  z-index: 99;
}
/*
 * Footer
 */

.mastfoot {
  color: white;
  background-color: black;
  height: 20px;
  width: 100%;
  padding: 5px 50px 5px 0;
  font-family: verlag, 'Lato', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  font-weight: lighter;
  position: fixed;
  z-index: 40;
  bottom: 0;
}

.footer-right {
  float: right;
}
.footer-right a {
  color: #AAA;
}
@media (max-width: 768px) {
  .footer-right {
    float: inherit;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mastfoot {
    padding: 5px 0 0 0;
  }
}


/*
 * Affix and center
 */
@media (max-width: 768px) {
  .cover-container {
    top: 0px;
    left: 0;
    margin-left: auto;
    margin-top: auto;
  }
}

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .cover-container {
    width: 700px;
  }
  .mastfoot{
    width: 100%;
  }
}

.vjs-control-bar {
  color: black;
}

h1 {
  font-family: verlag-bold, 'Lato', sans-serif !important;
  font-size: 25px !important;
  font-weight: bolder !important;
  letter-spacing: 5px !important;
  text-transform: uppercase !important;
}

h1b {
  font-family: verlag-bold, 'Lato', sans-serif !important;
  color:#999;
  font-size: 20px !important;
  font-weight: bold !important;
  letter-spacing: 6px !important;
  text-transform: uppercase !important;
  line-height: 60px;
}

h1c {
  font-family: verlag-bold, 'Lato', sans-serif !important;
  color:#FFF;
  display: inherit;
  font-size: 18px !important;
  font-weight: bold !important;
  letter-spacing: 5px !important;
  text-transform: uppercase !important;
  line-height: 80px;
}
@media (max-width: 768px) {
h1c {
	display: none;
}
}

h5b {
  font-family: verlag, 'Lato', sans-serif;
  color:#000;
  font-size: 14px !important;
  font-weight: bold !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  line-height: 30px;
}

h6b {
  font-family: 'Open Sans', sans-serif;
  color:#000;
  font-size: 14px !important;
  font-weight: 300 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  line-height: 30px;
}

a[href^=tel] {
    color: #000;
    text-decoration: none;
}

a[href^=mailto] {
    color: #000;
    font-weight: bold !important;
    text-decoration: none;
}

.navbar-right {
  margin-right: 35px;
}