/*

Template 2076 Zentro

http://www.tooplate.com/view/2076-zentro

*/

body
	{
		background: #ffffff;
 font-family: 'Playfair Display', serif;
    font-weight: 400;
    position: relative;
	}
.success {
    
}
.heading {
  font-size: 22px;
  font-weight: 500;
}

.subheading {
  font-size: 16px;
  padding-bottom: 60px;
}

p {
  color: #848484;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 28px;
}

hr {
	border-top: 2px solid #828282;
	width: 120px;
}

#menu, #gallery, #location {
	padding-top: 100px;
	padding-bottom: 100px;
}
#menu, #contact {
  background: #f0f0f0;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* preloader section */
.preloader  {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #F6D76B;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/* start navigation */
.navbar-default {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0;
    height: 80px;
    font-family: 'Playfair Display', serif;
  
}
.navbar-brand, .navbar-nav li a {
  line-height: 28px;
}
.navbar-default .navbar-brand  {
  color: #dc4127 !important;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav li a {
  font-size: 12px;
  letter-spacing: 1px;
      color: #dc4127 !important;
      margin-top: 20px;
}
#circle-logo {
    width: 100%;
    height:auto;
    margin: 0 auto 0;
    max-width: 500px;
    position: relative;
    top: 50px;
}
#circle-logo img{
    width: 100%;
    height:auto;
    margin: 30px auto 0 auto;
    max-width: 500px;
    padding: 60px;
    box-sizing: border-box;
}
.address {
    color: #dc4127;
    font-size: 1.3em;
    text-align: right;
    margin: 0 !important;
}
.location-title {
    color: #dc4127;
    font-size: 1.9em;
    text-align: right;
    
}
.address-des{
    color: white;
    font-size: 1em;
    
     text-align: right;
}
/* home section */
#home {
  background: url('../images/landing_bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
}
#down_arrow {
    margin-top: 100px;
-webkit-animation: arrowmove 2s infinite; /* Chrome, Safari, Opera */ 
    animation: arrowmove 2s infinite;
    position: relative;
}

/* Chrome, Safari, Opera */ 
@-webkit-keyframes arrowmove {
    0%   {top: 0px; opacity: 0;}
    50% {top: 30px;opacity: 1;}
    100%   {top: 0px;opacity: 0;}
}

/* Standard syntax */
@keyframes arrowmove {
    0%   {top: 0px; opacity: 0;}
    50% {top: 30px;opacity: 1;}
    100%   {top: 0px;opacity: 0;}
}
#home h1 {
  font-size: 20px;
  letter-spacing: 8px;
  font-style: normal;
  padding-top: 10px;
}
#home .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
#menu .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #a3ad4b;
  color: #a3ad4b;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 42px;
  margin-top: 60px;
    position: relative;
    top: 8px;
  transition: all 0.4s ease-in-out;
}
#menu .btn:hover {
  background: #a3ad4b;
  color: white;
}
.orderbutton:hover {
  background: #4f3114 !important;
  color: white !important;
}
#catering .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #f86f28;
  color: #f86f28;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 42px;
  margin-top: 20px !important;
  transition: all 0.4s ease-in-out;
    z-index: 10000;
}
#catering .btn:hover {
  background: #f86f28;
  color: white;
}
#home .btn:hover {
  background: #ffffff;
  color: #202020;
}

/* location section */
#location {
      background-image: url('../images/map_bg.png');
    margin: -200px auto 0px auto;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
  text-align: center;
    margin-top: -148px
        
}
#location h3 {
  font-size: 18px;
  line-height: 4px;
}
#location h4 {
  color: #5C5C5C;
  padding-top: 24px;
}
#location .col-md-4 {
 padding-top: 42px;
}

/* menu section */
#menu {
    background: white;
    margin-top: -
}
#menu h4 {
	line-height: 1.5;
}
#menu .col-md-8 {
  padding-bottom: 42px;
}
#menu .col-md-6 {
  padding-bottom: 18px;
}
#menu span {
  color: #5C5C5C;
}
.oval_header {
    width: 300px !important;
    height: auto;
}
.mission-statment {
    text-align: right;
    position: relative;
    top: 0px
    
    
}
.mission-statment2 {
        text-align: left;
        position: relative;
    top: 0px
}
@media screen and (max-width: 991px) {
    .mission-statment {
        text-align: center;
        max-width: 650px;
        margin: 0 auto
    }
        .mission-statment2 {
        text-align: center;
        max-width: 650px;
        margin: 0 auto;
            margin-top: -40px;
    }
}

.mission-statement-box {
    max-width: 350px;
    display:block;
}

.welcome-des {
            position: relative;
    top: 40px
}
/* gallery section */
#gallery-puedo {
    background-image: url('../images/big_soup.png');
    margin: -200px auto 0px auto;
    background-position: center !important;
    background-size: cover;
    background-position: 0px -100px;
      height: 1230px;
    max-width: 1320px;

}
#click-here {
    display: block;
    position: relative;
    top: 140px;
    padding-right: 350px;
    width: 100%;
    
}
#map {
    width: 400px;
    height: 250px;

 
  
}
#map-2 {
    width: 400px;
    height: 250px;

 
  
}
#maps{
    overflow: hidden;
}
#maps-2{
    overflow: hidden;
}
#click-here >img {
    display: block;
        width: 200px;
    height: auto;
    margin: 0 auto
}
.gallery-con {
    position: relative;
    top: 250px;
}
#gallery {
margin-bottom: -100px;
  padding-top: 80px;
    background-position:;
  padding-bottom: 80px;
    color:white !important;
}
.menu-item {
    font-size: 1.5em;
}
#gallery .col-md-4 {
  padding-top: 52px;
}
.breakfast {
    color: #f86f28;
}
.coffee {
    color: #4f3114;
}
.lunch {
    color: #dc4127;
}
.menu-header {
    margin-top: -370px;
}
.second-menu-button {
    margin-top: 0px;
}
.middle-line {
    width: 5px;
    display: block;
    background-color: white;
    height: 80px;
    margin-top: -20px;
    margin: -20px auto
}
.middle-line-green {
    width: 5px;
    display: block;
    background-color: #a3ad4b;
    height: 180px;
    margin: -350px auto
}
.middle-line-green2 {
    width: 5px;
    display: block;
    background-color: #a3ad4b;
    height: 80px;
    margin: -200px auto
}
.middle-line-green3 {
    width: 5px;
    display: block;
    background-color: #a3ad4b;
    height: 160px;
    margin: 25px auto 0 auto;
}
.first-menu-button {
    margin: 0px auto -20px auto;
}
.orderbutton {
    width: 291.25px !important;
padding: 25px 40px !important;
    color: #4f3114 !important;
    border: 3px solid #4f3114 !important;
    
}

.middle-line-white {
        width: 5px;
    display: block;
    background-color: white;
    height: 80px;
    margin: -100px auto
}
.middle-line-orange {
        width: 5px;
    display: block;
    background-color: #f86f28;
    height: 80px;
    margin: -70px auto
}
#catering-spoon {
     margin: 0px  auto;
     max-width: 800px ;
 
}
#catering-spoon > img{
    max-width: 800px ;
    height: auto;
    margin: 0px  auto;
    padding-left: 0px;
    box-sizing: border-box;
    overflow: auto;
}
.spoon-l {
    overflow-x: hidden;
   margin-top: 0px;
       position: relative;
    top: -50px;
}
.caterin-description {
    margin-top: 50px;
    color: black !important;
}
.address-des > a:hover {
    opacity: .7;
    text-decoration: none;
    color: white !important;
}

.catering-del {
    color: black;
    font-size: 1.5em
}
.catering-del > a {
    color: black !important;
    
}
.catering-del > a:hover {
    color: black !important;
    text-decoration: none;
    
}
.catering-number {
    color: black;
    font-size: 2em;
    margin-top: 30px;
}
.location-heading {
     margin: -25px auto
}
    #viewcateringmenu {
        z-index: 1000;
        
    }
    #viewcateringmenu2 {
      z-index: 1000;
      
  }

.first-menu {
    margin-top: -130px;
}
.second-menu {
    margin-top: -45px;
}
#gallery img {
  width: 100%;
  padding-bottom: 18px;
}
#gallery .col-md-4 div {
  position: relative;
  bottom: 18px;
  padding-bottom: 12px;
}
#gallery h3 {
  font-size: 18px;
  line-height: 8px;
}
#catering {
       background-image: url('../images/wooden_bg.jpg');
      background-position: initial !important;
    background-size: cover;
    margin-top: -160px;

    height: 800px;
}
/* contact section */
#contact {
  padding-top: 80px;
  padding-bottom: 100px;
          background-image: url('../images/interior-1.jpg');
      background-position: initial !important;
    background-size: cover;
}
.addresses {
    position: relative;
    top: 100px;
}
.addresses-2 {
    position: relative;
    top: 100px;
}
.map {
    position: relative;
    margin-top: 100px;
}
#contact .col-md-8 {
  margin-bottom: 32px;
}
#contact .form-control {
  background: rgba(250,250,250,.3);
  border: none;
  border-radius: 10px;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact .form-control:focus {
  border-color: #f9f9f9;
}
.contact-header {
    padding-bottom: 50px;
}
input, select, textarea{
    color: #ff0000;
}

#contact input {
  height: 48px;
    color: white;
}


textarea:focus, input:focus {
    color: white;
}
#contact input[type="submit"] {
  background: transparent;
  border: 2px solid #999;
  border-radius: 10px;
  letter-spacing: 2px;
  margin-top: 12px;
  height: 50px;
    color: #999;
}
#contact input[type="submit"]:hover {
  background: #999;
  color: #ffffff;
}
.main-line {
    color: #999;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    text-align: center;
    
}
.all-contact {
    margin-top: 20px;
}
#menu-button {
    position:relative;
    top: 500px;
}
#location-button {
    position:relative;
    top: -120px;
}
/* footer section */
footer {
  background: url('../images/footer-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}
footer h2 {
  padding-bottom: 14px;
}
footer h3 {
  padding-top: 8px;
}
footer p {
  color: #ffffff;
}
footer span {
  font-weight: bold;
  padding-left: 24px;
}
footer .ph, footer  {
  padding-top: 12px;
  padding-bottom: 12px;
}
footer .fa {
  font-size: 12px;
  padding-right: 10px;
}

/* social icon */
.social-icon {
  padding: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
div.panel {
    display: none;
}
div.panel.show {
    display: block;
}
.social-icon li a {
  background: #f0f0f0;
  border-radius: 50%;
  color: #5C5C5C;
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 12px;
  margin-right: 16px;
  top: 0;
  position: relative;
  padding: 0;
}
.social-icon li a:hover {
  background: #F6D76B;
  top: 5px;
}

/* copyright section */
#copyright {
  background: #343434;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
#copyright p {
  color: #ffffff;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  color: #FF0;
}
@media screen and (max-width: 991px) {
    .mission-statment {
        text-align: center;
        max-width: 650px;
        margin: 0 auto
    }
        .mission-statment2 {
        text-align: center;
        max-width: 650px;
        margin: 0 auto;
            margin-top: -40px;
    }
    .middle-line {
        height: 40px;
        margin-bottom: 20px;
    }
}

    .spoon-l {
 z-index: 1;       
}
@media screen and (max-width: 767px) {
    #click-here {
    display: none;

    
}
    #catering-spoon > img{
    max-width: 600px ;
    }
    #viewcateringmenu {
        margin-top: 60px;
        z-index: 1000;
        
    }
    #viewcateringmenu2 {
      margin-top: 0px;
      z-index: 1000;
      
  }
    #menu .btn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #a3ad4b;
  color: #a3ad4b;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 42px;
  margin-top: 60px;
    position: relative;
    top: 0px;
  transition: all 0.4s ease-in-out;
}
    .spoon-l {
        position: relative;
      top: 30px;
        margin-left: 50px;

    }
    .caterin-description {
            position: relative;
        top:60px;
    }
    .catering-header {
        position: relative;
        top:60px;
    }
    .main-line {
        text-align: center;
    }
    .soup-line {
        text-align: center;
        margin-bottom: 30px;
    }
    #location {
        height: 850px;
    }
    #map {
        margin: 140px auto 0 auto;
        pointer-events: none;
        padding: none;

    }
    .map {
        padding: none !important;
    }
        #map-2 {
        margin: 25px auto 0 auto;
        pointer-events: none;
        padding: none;

    }
    .map-2 {

        padding: none !important;
    }
    .address, .address-des {
        text-align: center;
    }
    .addresses {
        top: 200px;
    }
    .addresses-2 {
        top: 90px;
    }
    .location-title {
        text-align: center;
    }
    .location-heading {
        position: relative;
        top: 120px;
    }
    .middle-line-white {
        height: 100px;
    }
        .mission-statment {
    margin-top:-50px;
    }
        .mission-statment2 {

    }
    .middle-line-green {
    position: relative;
        margin-top: 0px;
top: -350px;
        height: 130px;
    }
    .menu-header {
        margin-top: 0px;
        position: relative;
        top: -265px;
    }
    .middle-line-green2  {
        margin-top: 0px;
        position: relative;
            top: -320px;
    }
     .middle-line-green3  {
        margin-top: 20px;
    }
    .first-menu {
        margin-top: -150px;
        position: relative;
        top: -100px;
    }
        .second-menu {
        
        position: relative;
        top: -30px;
    }
    #click-here {
        top: 100px;
    }
    .navbar-toggle {
        margin-top: 17px;
        padding: 15px 20px;
    }
    .navbar-nav {
        background: white !important;
        height: 400px !important;
        position: relative;
        margin-bottom: 100px;
       font-size: 2em !important;
        
    }
    .navbar-default .navbar-nav li a{
            font-size: .8em !important;
    }
    .navbar-collapse, collapse, in{
        padding-bottom: 40px;
        background: white !important;
        box-sizing: border-box;
        max-height:  380px !important;
        font-size: 1.5em !important;
         
    }
    .navbar-toggle:focus {
        background: #dc4127;
    }
   .first-menu, .second-menu, .third-menu {
        padding: 0px !important;
    }
}