@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic');
@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');

@font-face {
  font-family: 'NexaBold';
  src: url('../fonts/NexaBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/NexaBold.otf')  format('opentype'),
         url('../fonts/NexaBold.woff') format('woff'), url('../fonts/NexaBold.ttf')  format('truetype'), url('../fonts/NexaBold.svg#NexaBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NexaLight';
  src: url('../fonts/NexaLight.eot?#iefix') format('embedded-opentype'),  url('../fonts/NexaLight.otf')  format('opentype'),
         url('../fonts/NexaLight.woff') format('woff'), url('../fonts/NexaLight.ttf')  format('truetype'), url('../fonts/NexaLight.svg#NexaLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

/** {
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
}*/
body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	background: url(../images/bg.png);
}
input[type="submit"], input[type="button"], input[type="reset"], input[type="text"], input[type="password"], .productSearch select {
	-webkit-appearance: none;
	-webkit-border-radius: 0
}
a:hover, a:focus{
    text-decoration: none;
}
.padding-reset {
    padding: 0 0 0 0;
}
.padding-reset-left {
    padding: 0 15px 0 0;
}
.top-header{
    background: rgba(0, 0, 0, .8);
    height:49px;
}
.top-header .social{
    float: left;
}
.top-header .phone{
    float: right;
}
.top-header .social, .top-header .phone{
    padding: 15px 0;
}
.top-header .social i, .top-header .phone i{
    color: #b4b4b4;
    font-size: 17px;
    margin: 0 5px 0 0;
}
.top-header span{
    font-size: 14px;
    font-weight: 300;
    color: #b5b5b5;
}
.top-header i:hover{
    color: #fff;
}
.wood-bg{
    background: url("../images/wood-bg.jpg") center top;
    height: 904px;
}
.logo{
    width: 286px;
    height: 233px;
    margin: -32px auto 13px;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.divider-menu {
    background: #fff none repeat scroll 0 0;
    height: 20px;
    margin: 20px 0 0;
    width: 1px;
}
.navbar-nav > li > .dropdown-menu{
    margin-top: 7px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color: #ca0d12;
    color: #fff;
}
.navbar .navbar-collapse {
  text-align: center;
}
.nav > li > a {
    padding: 23px 15px 18px;
    white-space: nowrap;
}
.nav > li > a:hover, .nav > li > a:focus{
    background: none;
}
.banner-container{
    background: url("../images/banner-bg.jpg") center top;
    border: 8px solid #fff;
    min-height: 745px;
    clear: both;
    position: relative;
}
.container-fluid{
	padding: 0;
}
.container {
	max-width: 1200px;
	width: 95%;
	padding: 0;
	margin: 0 auto;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color: #c81e22;
    color:#ffe785;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #ffe785;
}
.navbar-default {
    background-color: #e31b21;
}
.dropdown-menu{
    background-color: #e31b21;
}
.dropdown-menu > li > a{
    color: #fff;
    text-transform: none;
    font-family: 'NexaLight';
}
.nav{
    font-family: 'NexaLight', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}
.navbar{
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}
.navbar-collapse{
    padding: 0;
}
.nav-justified > li > a{
    color: #fff;
}
.clear {
    clear: both;
}
.navbar {
    z-index: 1;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a:focus {
    outline-style: none;
}
.banner{
    max-height: 517px;
}
.banner-tagline{
    position: relative;
    margin-top: 250px;
    margin-left: 50px;
    width: 310px;
    float: left;
}
.banner-tagline .underline{
    float: left;
    height: 3px;
    width: 26px;
    margin: 15px 0;
    background: #fff;
    clear: both;
}
.banner-tagline h1{
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'NexaLight', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.banner-tagline h2{
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'NexaLight', sans-serif;
    font-size: 26px;
    text-transform: none;
    letter-spacing: 3px;
    clear: both;
}
.banner-tagline .button{
    background: #0d694a;
    color: #fff;
    font-family: "NexaLight",sans-serif;
    font-size: 18px;
    letter-spacing: 4px;
    margin-top: 25px;
    padding: 15px 30px;
    text-transform: uppercase;
    width: 170px;
}
.banner-tagline .button:hover{
    background: #089062;
    cursor: pointer;
}
.slideshow{
    float: right;
}
.products{
    background: url(../images/products-bg.jpg) center top;
    min-height: 577px;
    padding: 240px 0 42px 0;
}
.products h1{
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'NexaBold', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin: 0; 
}
.products .underline{
    height: 3px;
    width: 26px;
    margin: 10px auto;
    background: #fff;
}
.products ul{
    margin: 30px 0 0 0;
    padding: 0;
}
.products ul li{
    display: inline-block;
    list-style: none;
    width: 185px;
    height: 228px;
    border: 7px solid #fff;
    background: #000;
    margin: 0 18px 18px 0;
    float: left;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}
.products ul li:last-child{
    margin: 0;
}
.products ul li h1{
    position: relative;
    color: #fff;
    font-family: "NexaLight",sans-serif;
    font-size: 18px;
    margin: -35px auto 0;
    letter-spacing: 2px;
}
.products ul li:hover{
    margin-top: -10px;
    cursor: pointer;  
}
.aboutus{
    background: url(../images/aboutus-bg.jpg) center top;
    min-height: 413px;
    padding: 50px 0;
}
.aboutus h1{
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'NexaBold', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin: 0; 
}
.aboutus .underline{
    height: 3px;
    width: 26px;
    margin: 10px auto 27px auto;
    background: #fff;
}
.aboutus img{
    width: 585px;
    margin-right: 35px;
    float: left;
}
.aboutus .content{
    float: left;
    width: 575px;
}
.aboutus .content p{
    color: #d7d7d7;
    font-size: 14px;
    font-weight: 300;
}
 .aboutus .content .button{
    background: #0d694a;
    color: #fff;
    font-family: "NexaLight",sans-serif;
    font-size: 18px;
    letter-spacing: 4px;
    margin-top: 25px;
    padding: 15px 30px;
    text-transform: uppercase;
    width: 125px;
}
 .aboutus .content .button:hover{
    background: #089062;
    cursor: pointer;
}
footer{
    background: #252525;
    padding: 35px 0;
    clear: both;
}
footer p{
    color: #959595;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
footer p a{
    color: #ccc;
}
footer p a:hover{
    color: #fff;
    cursor: pointer;
}
#header nav {
    background-color: #009b3a;
    color: #fff;
    font-size: 13px;
    height: 50px;
    text-transform: uppercase;
}
.navbar-toggle{
    float: left;
}
/** Inner Styles */
.banner-container-inner{
    min-height: 323px;
    height: auto;
    float: left;
    background: url("../images/banner-bg.jpg") center top;
    border: 8px solid #fff;
    width: 100%;
    clear: both;
    position: relative;
    padding: 0 0 0 50px;
}
.banner-container-inner h1{
    padding: 0 0 5px;
    color: #fff;
    font-family: 'NexaLight', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
    top: 50%;
    position: absolute;
    border-bottom: solid 3px #fff;
    white-space: nowrap;
    width: 30px;
}
.banner-container-inner h2{
    padding: 0 0 5px;
    color: #fff;
    font-family: 'NexaLight', sans-serif;
    font-size: 20px;
    text-transform: none;
    letter-spacing: 3px;
    top: 20%;
    width: 330px;
    position: absolute;
}
.banner-container-inner img{
    float: right;
    max-width: 100%;
}
.wood-bg-inner {
    background: rgba(0, 0, 0, 0) url("../images/wood-bg.jpg") repeat scroll center top;
    height: 535px;
}
.inner-bg{
    background: #ededed;
}
.inner-content-container{
    background: #fff;
    clear: both;
    margin: 25px auto;
    padding: 60px 50px;
}
.inner-content-container h1{
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "NexaLight",sans-serif;
    font-size: 35px;
    margin-bottom: 10px;
}
.inner-content-container h2{
    margin: 20px 0;
    padding: 0;
    color: #e31b21;
    font-family: "NexaLight",sans-serif;
    font-size: 20px;
}
.inner-content-container h3{
    margin: 20px 0;
    padding: 0;
    color: #00bc3a;
    font-family: "NexaLight",sans-serif;
    font-size: 18px;
}
.inner-content-container p{
    color: #7b7b7b;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.inner-content-container p a{
    color: #e31b21;
    text-decoration: underline;
}
.inner-content-container ul, .inner-content-container ol  {
    padding: 0;
    margin: 15px 0 15px 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.inner-content-container ul li, .inner-content-container ol li{
    color: #4289bf;
    margin: 0 0 5px 15px;
    font-size: 15px;
}
.inner-content-container li a{
    color: #037dda;
    text-decoration: none;
}
.inner-content-container ul li a:hover, .inner-content-container ol li a:hover{
    color: #7b7b7b;
    text-decoration: none;
    cursor: pointer;
}
.inner-content-container img{
    float: left;
    margin: 0 20px 20px 0;
    max-height: 100%;
    max-width: 100%;
}
.inner-content-container table .table-title{
    color: #fff;
    background-color: red;
    text-align: center;
    font-size: 16px;
}
.inner-content-container table tr td{
    padding: 8px 0;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.tortillas{
    background: url("../images/make-with-tortillas.jpg") center top;
    float: left;
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 25px;
}
.jalapenos{
    background: url("../images/make-with-jalapenos.jpg") center top;
    float: left;
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 25px;
}
.cheese{
    background: url("../images/make-with-cheese.jpg") center top;
    float: left;
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 25px;
}
.salsa{
    background: url("../images/make-with-salsa.jpg") center top;
    float: left;
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 25px;
}
.corn{
    background: url("../images/make-with-corn.jpg") center top;
    float: left;
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 25px;
}
.avocado{
    background: url("../images/make-with-avocado.jpg") center top;
    float: left;
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 25px;
}
.make ul{
    margin: 0;
}
.make ul li{
    padding: 0;
    margin: 8px 30px 8px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    display: list-item;
    float: left;
    list-style-type: square;
}
.contact h1{
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "NexaLight",sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.contact h2{
    margin: 0;
    padding: 0;
    color: #0d694a;
    font-family: "NexaLight",sans-serif;
    font-size: 16px;
    margin: 15px 0;
    text-transform: none;
    letter-spacing: 2px;
}
.contact p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin-bottom: 35px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.help-block ul {
    margin: 0;
    padding: 0;
}
.help-block ul li {
    color: red;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.form-control{
    border-radius: 0;
    box-shadow:none;
    padding: 13px 20px;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.btn-primary{
    background-color: #0d694a;
    border-color: transparent;
    color: #ffffff;
    font-family: "NexaLight",sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
    border-radius: 0;
    border: 0;
}
.btn-primary:hover{
    background-color: #089062;
    border: 0;
}
.btn-lg, .btn-group-lg > .btn{
    padding: 15px 25px 10px;
}
.form{
    margin-bottom: 35px;
}
.map {
    width: 100%;
    height:500px;
    /**-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);*/
}
@media screen and (max-width:1265px) {
.products ul{
    text-align: center;
}
.products ul li, .products ul li:last-child{
    float: none;
    margin: 10px;
}
.aboutus img {
    display: block;
    float: none;
    margin: 0 auto;
    width: auto;
}
.aboutus .content {
    float: none;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}
.aboutus .content .button{
    margin: 15px auto;
}
    }
@media screen and (max-width:1199px) {
.shadow{
    display: none;
}
.banner-container{
    float: left;
    padding: 0 30px 30px 30px;
    margin-bottom: 25px;
    min-height: auto;
    width: 100%;
}
.banner-tagline{
    margin-left: 0;
    margin-top: 50px;
    width: 100%;
}
.banner-tagline h1, .banner-tagline h2{
    text-align: center;
}
.banner-tagline .underline{
    float: none;
    margin: 15px auto;
}
.banner-tagline .button{
    margin: 25px auto;
}
.wood-bg{
    height: auto;
}
.products{
    padding: 40px 0;
}
}
@media screen and (max-width:1000px) {
.banner-container-inner{
    padding: 0 0 0 30px;
}
.banner-container-inner h1{
    bottom: 5%;
    top: inherit;
}
.banner-container-inner h2{
    bottom: 70px;
    top: inherit;
}
}
@media screen and (max-width:810px) {
.logo {
    margin: 15px auto;
}

}
@media screen and (max-width:767px) {
.navbar-toggle {
    display: block;
    float: none;
    margin: 10px auto;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
    margin: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.divider-menu{
    display: none !important;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    text-align: center;
}
.navbar .navbar-nav{
    width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
    color: #ffe785;
}
}
 @media screen and (max-width:615px) {
.aboutus img{
        width: 100%;
    }
.banner-container-inner{
    min-height: inherit;
    height: auto;
}
.banner-container-inner h1{
    font-size: 30px;
}
 @media screen and (max-width:615px) {
.banner-container-inner h2{
    display: none;
}
}
@media screen and (max-width:400px) {
    .banner-tagline h1{
        font-size: 35px;
    }
    .banner-tagline h2{
        font-size: 18px;
    }
.wood-bg-inner{
    height: auto;
    padding-bottom: 15px;
}
}
@media screen and (max-width:346px) {

}
