*{

    margin: 0;
    padding: 0;

}
.row{
    max-width: 1140px;
    margin: 0 auto;
}
body{
    font-family: tahoma;
}

.hero {
    position: absolute;
    width: 100%;
    top: 5%;
   text-align: center;
    
}
header{
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) ,url(img/cr.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
#google_translate_element{
    position: absolute;
    width: 100%;
    text-align: right;
    margin-top: -60px;
}
.testimonials-header{
    position: absolute;
    margin-top: 13%;
    margin-left: 30%;
    margin-right: 30%;
    color: white;
}
.testimonials-header .carousel-indicators{
   display: none;
}
h1{
    color: white;
}

.logo img{
    height: 150px;
    margin-top: 20px;
}

.btn{
    border:1px solid #e67e22;
    padding: 10px 30px;
    color: #e67e22;
    text-decoration:none;
    border-radius: 12px;
    margin-right: 15px;

}
.button-awesome{
    margin-top: 40px;
}
.btn-halt{
    background-color: #e67e22;
    color: white;
}
.btn-full:hover{
    background-color: #e67e22;
    color: white;
    transition: all 0.5s ease-in;
}
.copy{
    width: 70%;
    margin-left: 15%;
    margin-bottom: 20px;
     text-align: justify;
}

h3::after{
    width: 100px;
    height: 2px;
    background-color: #e67e22;
    display: block;
    content: "";
    margin: auto;
    margin-top: 30px;
}
.features{
    text-align: center;
}
.features h3{
    margin-top: 80px;
    margin-bottom: 30px;
}
.arranging{
    text-align: justify;
}
.features i{
    font-size: 40px;
    color: #e67e22;
   
}

.meal-showcase{
    list-style: none;
    width: 100%;
    margin-top: 50px;
}
.meal-showcase li{
    display: block;
    width: 25%;
    float: left;
}
.meal-photo{
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.meal-photo img{
    width: 100%;
    height: auto;
    transform: scale(1.15);
    transition: all 0.5s;
}
.meal-photo img:hover{
 transform: scale(1.05);
}
.meal{
    margin-top: 60px;
}

.pic img{
    width: 50%;
    margin-left: 50%;
     margin-top: 50px;
}
.works-step{
    margin-top: 50px;
}
.works-step div{
   border:1px solid #e67e22;
   display: inline-block;
   border-radius:50%;
   width: 50px;
   height: 50px;
   text-align: center;
   line-height: 50px;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    visibility: hidden;
    content: ".";
    height: 0;
    display: block;
    clear: both;
}

.mobile{
    margin-top: 50px;
}

.cities{
    margin-top: 100px;
}
.cities img{
    width: 100%;
    margin-top:50px;

}
.cities i{
   color: #e67e22;   
}
.testimonials{
    margin-top:80px;
   background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) ,url(img/cr.jpg);
    padding-top: 80px;
    padding-bottom: 80px;
    color: white;
    background-attachment: fixed;
}
.testimonials p{
     color: white;
     line-height: 25px;
     text-align: justify;
     margin-top: 60px;
}
.testimonials cite img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.map{
    margin-top: 60px;
}
.navbar-brand{
 color: white;
}
.navbar-brand:hover{
 color: #e67e22;
}
.navbar-custom{
    background: transparent; 
}

.icon-bar{
    background: lightgray;
}
.navbar-custom .navbar-nav  li{
    margin-left: 20px;
    margin-top:30px;
}
.nav .active{    
    color: #e67e22;
    border-bottom:2px solid #e67e22;
}

.navbar-custom .navbar-nav  li a{
    color: white;
    text-decoration: none;
    font-size: 90%;
    font-weight: bold;
}
.navbar-custom .navbar-nav  a:hover{
    background: transparent;
    color: #e67e22;
    border-bottom:2px solid #e67e22;
    transition: all 0.5s ease-in;
    
}
 #google_translate_element{
        margin-top: -100px;
}
.testimonials1{
   background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)) ,url(img/cr.jpg);
   background-size: cover;
   background-position: center;
   padding-top: 120px;
   padding-bottom: 120px;
   color: white;
   margin-top:80px;
}
.testimonials1 .carousel-indicators{
    bottom:-60px;
}
.carousel-inner img{
    border-radius: 50%;
    border: 2px solid #e67e22;
    padding: 1px;
}
.footer{
     height: 350px;
     background-image:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)) ,url(img/footer1.png); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    padding-top: 10px;
}
.footer img{
     width: 100%;
     height: 100%;
}
.footer ul{
    margin-top: 10px;
    list-style-type: none;
}
.footer .footer-contact ul li{
    padding-top:10px;
}
.footer .footer-contact ul li a{
   color: white;
}
.footer .footer-contact ul li a:hover{
    text-decoration: none;
   color:#e67e22;
   font-size: 16px;
   transition: all 0.5s ease-in;
}
.footer .footer-contact h4{
   font-weight: bold;
   
}
.footer .footer-follow ul li{
    padding-top:10px;
    font-size: 18px;
}
.footer .footer-follow ul li a{
   color: white;
}
.footer .footer-follow ul li a:hover{
    text-decoration: none;
   color:#e67e22;
   font-size: 20px;
   transition: all 0.5s ease-in;
}
.footer .footer-follow h4{
   font-weight: bold;
   
}

/*.footer .fa-angle-up{
    background-color: #e67e22;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-top: -60px;
    
}
.footer a {
    color: white;
    font-size: 30px;    
}*/
.findreservation {
   
    float: right;
    margin-top: 40%;
}
.findreservation .form-control{
     background: transparent;
     border-color: #e67e22;
     color: #FFF;
}
.findreservation .form-control:focus{
     border-color: #e67e22;
}
.findreservation option{
    border:none;
      background-color: #e67e22;
      text-align: center;
      color: white;
}

.findreservation .btn{
     background: transparent;
    height: 35px;
    width: 11%;
    border:1px solid #e67e22;
    color: #e67e22;
    text-decoration:none;
    border-radius: 5px;
}
.findreservation .btn:hover{
      background-color: #e67e22;
    color: white;
    transition: all 0.5s ease-in;
}

.findreservation .btn i{
   font-size: 18px;
   margin-left: -27px;
   margin-top: -10px;
}

.featurette{
    margin-top: 80px;
}
.features .featurette .featurette-heading{
    font-size: 22px;
}
.features .featurette .lead{
    font-size: 14px;
}
.contactus{
    margin-left:80px;
}
.contactus ul li{
    list-style: none;
   
    margin-left:80px;
}
.contactus ul li i{
    
    color: #e67e22;
    font-size: 18px;
}

/*------------MEDIA!!!-------------- Smartphones (portrait and landscape) ----------- */

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
  
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .navbar-custom{
        padding-top: 50px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -100px;
    }
    
     
    .findreservation{
        margin-top: 60%;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .navbar-custom{
        padding-top: 50px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -10px;
    }
    
     
    .findreservation{
        margin-top: 60%;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -100px;
    }
    .hero {
        margin-top: -80px;
    }
     
    .findreservation{
        margin-top: 60%;
    }
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
@media only screen  and (min-width : 784px) {
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        margin-top: 20px;
    }
     
    .findreservation{
        margin-top: 45%;
    }
}
@media only screen  and (min-width : 818px) {
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        margin-top: 20px;
    }
     
    .findreservation{
        margin-top: 30%;
    }
}
@media only screen  and (min-width : 837px) {
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        margin-top: 20px;
    }
     
    .findreservation{
        margin-top: 45%;
    }
}
@media only screen  and (min-width : 855px) {
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        margin-top: 20px;
    }
     
    .findreservation{
        margin-top: 45%;
    }
}
@media only screen  and (min-width : 882px) {
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        margin-top: 20px;
    }
     
    .findreservation{
        margin-top: 45%;
    }
}
@media only screen  and (min-width : 902px) {
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        margin-top: 20px;
    }
     
    .findreservation{
        margin-top: 45%;
    }
}
@media only screen  and (min-width : 930px) {
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        margin-top: 20px;
    }
     
    .findreservation{
        margin-top: 45%;
    }
}
@media only screen  and (min-width : 953px) {
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        margin-top: 20px;
    }
     
    .findreservation{
        margin-top: 45%;
    }
}
@media only screen  and (min-width : 971px) {
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        margin-top: 20px;
    }
     
    .findreservation{
        margin-top: 45%;
    }
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1020px) {
      .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        margin-top: 20px;
    }
     
    .findreservation{
        margin-top: 30%;
    }
    .my-left-20{
        margin-left: 20%; 
    }
}


@media only screen  and (min-width : 1061px) {
     .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        margin-top: 20px;
    }
     
    .findreservation{
        margin-top: 30%;
    }
}
@media only screen  and (min-width : 1224px) {
     .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        margin-top: 53px;
    }
    
     
    .findreservation{
        margin-top: 30%;
    }
}
@media only screen  and (min-width : 146px) {
     
     .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 10.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        /*margin-top: -40;*/
    }
     
    .findreservation{
        margin-top: 25%;
    }
}
@media only screen  and (min-width : 1519px) {
     .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 10.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -110px;
    }
    .hero {
        margin-top: 20px;
    }
     
    .findreservation{
        margin-top: 30%;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -100px;
    }
    .hero {
        margin-top: 30px;
    }
     .hero h1{
        display: none;
    }
    .hero .button-awesome{
        display: none;
    }
    .findreservation{
        margin-top: 25%;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
.navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -100px;
    }
    .hero {
        margin-top: -40px;
    }
     
    .findreservation{
        margin-top: 25%;
    }
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -100px;
    }
    .hero {
        margin-top: -30px;
    }
     .hero h1{
        display: none;
    }
    .hero .button-awesome{
        display: none;
    }
    .findreservation{
        margin-top: 25%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -100px;
    }
    .hero {
        margin-top: -30px;
    }
    
    .findreservation{
        margin-top: 27%;
    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -100px;
    }
    .hero {
        margin-top: 30px;
    }
     .hero h1{
        display: none;
    }
    .hero .button-awesome{
        display: none;
    }
    .findreservation{
        margin-top: 30%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -100px;
    }
    .hero {
        margin-top: -30px;
    }
    
    .findreservation{
        margin-top: 28%;
    }
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -100px;
    }
    .hero {
        margin-top: -30px;
    }
     .hero h1{
        display: none;
    }
    .hero .button-awesome{
        display: none;
    }
    .findreservation{
        margin-top: 20%;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
 .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -100px;
    }
    .hero {
        margin-top: -30px;
    }
    
    .findreservation{
        display: none;
        margin-top: 60%;
    }
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120px;
    }
    .hero {
        margin-top: -30px;
    }
    .hero h1{
        display: none;
    }
    .hero .button-awesome{
        display: none;
    }
    .findreservation{
        margin-top: 25%;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    .navbar-custom{
        padding-top: 30px;
    }
    .navbar-custom .navbar-nav  li{
        margin-left: 2px;
    }
    .navbar-custom .navbar-nav  li a{
        color: white;
        text-decoration: none;
        font-size: 10.5px;
        font-weight: bold;
    }
    #google_translate_element{
        margin-top: -120;
    }
    .hero {
        margin-top: -20px;
    }
    
    .findreservation{
        margin-top: 30%;
    }
}
