
/*************************
*******Carousel******
**************************/
.carousel-fade .carousel-inner .item {
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 min-height: 250px;
 opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

#home-slider .caption h1 {
  color: #e6ac00;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Oregano', cursive;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.5);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #e6ac00;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.btn.btn-primary:hover,
.btn-submit:hover {
  background-color: #027db3
}

.twitter-left-control:hover, 
.twitter-right-control:hover, 
.btn-loadmore:hover  {
  border: 1px solid #E5C100;
}

.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover {
  border-color: #E5C100;
}

.twitter-icon .fa-twitter:after {
  border-color: #E5C100 transparent transparent;
}

/*************************
*******Typography******
**************************/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  background-color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h2 {
  font-size: 30px;
  font-family: 'Oregano', cursive;
}

h3 {
  font-size: 18px;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
  color: #FFF;
}

a,
#home-slider .caption h1 span, 
#twitter-carousel .item span, 
#footer .footer-bottom, 
#single-portfolio .close-folio-item:hover, 
.single-table.featured .btn.btn-primary, 
.contact-info ul li a:hover, 
#footer .footer-bottom a  {
  color: #e6ac00;
}

.heading {
  padding-bottom:90px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

/*************************
*******Nav Bar************
**************************/
.main-nav, 
.service-icon, 
.progress-bar.progress-bar-primary, 
.single-table.featured, 
.btn.btn-primary, 
.twitter-icon .fa-twitter, 
.twitter-left-control:hover, .twitter-right-control:hover, 
.post-icon, 
.entry-header .date:after, 
.btn-loadmore:hover, 
.btn-submit,
#footer, 
.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover, 
.folio-overview a:hover {
  background-color:#e6ac00;
}

.icon-bar{
 background-color: #fff;
 font-weight: bold;
}

#nav-main-content{
  float: right;
}

.navbar-custom{
 background-color: #e6ac00;
 border-color: #e6ac00;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:underline;  
  background: transparent;
}

.navbar-custom li{
  width: auto;
  display: inline-block;
  margin: 0;
  font-size: 25px;
}

.navbar-custom li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  font-family: 'Oregano', cursive;
}

.navbar-custom a:hover{
  color: #ffd24d;
  font-size: 35px;
}

/*************************
********Home CSS**********
**************************/

section {
  padding: 90px 0;
}

#intro {padding-top:50px;padding-bottom:50px;height:auto; margin: 0px;}
#section1content {background: rgba(255, 255, 255, 0.7); width:90%;}

#middle1{
background: url('../images/photo1.jpg') 50% 0 fixed; 
background-repeat: no-repeat;
background-size: cover; 
margin: 0 auto; 
position: relative; 
padding: 150px 0;
color: #fff;
}

#middle2{
background: url('../images/photo5.jpg') 50% 0 fixed; 
background-repeat: no-repeat;
background-size: cover; 
margin: 0 auto; 
position: relative; 
padding: 150px 0;
color: #fff;
}

.btn-warning{
  background-color: #e6ac00;
}

.panel-default{
  width: 100%;
}
/*************************
********HOME SECTION******
**************************/

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){

  .nav li a{
  padding-left: 25px;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Oregano', cursive;
  }

  .navbar-nav li{
  display: block;
  text-align: right;
  }

  .navbar-nav li a{
   line-height: 10px;
  }

  .navbar-nav a:hover{
  color: #ffd24d;
  font-size: 20px;
  }

  #leftTitle{
  text-align: center;
  font-size:20px;
  }

  #rightTitle{
  text-align: center;
  font-size: 20px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  
  #leftTitle{
  text-align: right;
  }

  #rightTitle{
  text-align: left;
  }

  #menuMobile{
  font-family: 'Oregano', cursive;
  font-weight: bold;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  #leftTitle{
  text-align: right;
  }

  #rightTitle{
  text-align: left;
  }
}

/*************************
********INFO SECTION******
**************************/
.panel-default>.panel-heading {
    color: #FFF;
    background-color: #e6ac00;
    border-color: #ddd;
}

.panel-body a:hover{
  color: #666;
}

.panel-body a{
  font-weight: bold;
}

/*************************
********MENU SECTION******
**************************/

caption{
  text-align: center;
}

caption span{
  font-size: 14px;
  font-weight: lighter;
}


table td { 
  border: none !important;
}

.mealOption{
  width: 90%;
}

.price{
  text-align: right;
}

/*************************
**********CONTACT SECTION*
**************************/
.contact-1 .form-container {
  margin-top: 60px;
}

.contact-1 .contact-info {
  margin-top: 40px;
  padding: 0;
  list-style: none;
}

.contact-1 .contact-info span {
  margin-right: 7px;
  color: #E5C100;
  padding-right: 5px;
}

.contact-1 .contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 15px;
  color: #2e2e2e;
}

.contact-1 .contact-info li a {
  color: #2e2e2e;
}

.contact-1 .contact-info li a:hover {
  color: #E5C100;
}

#contact span.required {
  font-size: 13px;
  color: #ff0000;
}

#message {
  margin-bottom: 20px;
  padding: 0;
}

.btn {
  border: 0;
  border-radius: 0;
}

/*************************
**********FOOTER SECTION*
**************************/