body{ position: relative; float: left; width: 100%; margin: 0; padding:0; font-size: 15px; 
	overflow-x: hidden; font-style: normal; }
image{ border: none; }
p{ font-weight: normal; }
.container {
    padding-right: 60px;
    padding-left: 60px;
}
header{ position: relative; float: left; width: 100%; }
header .top-header{ position: relative; float: left; width: 100%; padding:5px 30px; }
.cont-list{ position: relative; float: left; width: 100%; padding:12px 0 0; margin: 0; text-align: right; }
.cont-list li{ list-style: none; display: inline-block; color: #333; margin: 0 0 0 15px; }
.cont-list li a{ color:#333; font-size: 35px; }
.cont-list li a.facebook{ color: blue; }
.cont-list li a.linkedin{ color: rgb(6, 132, 136); }
.cont-list li a.youtube{ color: rgb(224, 13, 6); }
.cont-list li a.twitter{ color: rgb(94, 243, 248); }

.menu-main-section{ position:relative; float:left; width:100%; }
.slider-bx{ position:relative; float:left; width:100%; }
.menubar{ position:relative; top:0; width:100%; background: #f4f4f4; padding: 0 0 4px; }
.slider-con{ position: relative; }
/* menu css */
.navbar-brand img{ width: 120px; }
.navbar-light .navbar-nav{ margin-right:auto !important; margin-left:auto !important; }
.navbar-light .navbar-nav .nav-link { 
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25em;
    color: #222;
    margin: 6px 0 0 0;
    padding:0 0 9px 0;
    list-style: none; }
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link
{ color:#333; }

.navbar-light .navbar-nav .nav-link.active { color:#aa8453; }

.dropdown-menu{ width: 20rem; padding: 0; background: #f4f4f4; }
.dropdown-item {
    padding: 0.5rem 1.5rem 
}
.dropdown-toggle::after{ 
	content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-size: 22px;
    top: 8px;
    position: relative;
    left: -3px; 
}
.dropdown{ top:-6px; }

.checkout-form-main {
    position: absolute;
    bottom:0;
    width: 100%;
    padding: 0 50px;
}
.checkout-form-main-inner{ bottom:15%; }
.checkout-form-main .container{ 
    background: #fff;
    border-radius: 10px;
    padding-top: 16px;
    padding-bottom: 0px;
    margin-bottom: 101px;
    padding-left: 15px;
    padding-right: 15px;
}
.checkout-form-main .col-pad{ padding:0 5px;}
.checkout-form-main h1{
    position: relative;
    margin-bottom:50px;
    font-family: 'Gilda Display', serif;
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px;
    text-align: center;
}

.section-heading h3 {
    color: #333;
    font-size: 45px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
}

.watch-btn {
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 12px 30px;
    font-weight: 600;
    color: #fff;
    float: right;
    transition: all 0.10s ease-in;
    border-color: #333;
    color: #ffffff;
    background:#aa8453;
}
/* form-labelcss*/
.form-label{ color:#333; text-transform: uppercase; }
.form-control{ 
    font-size: 15px;
    color: #555 !important;
    height: 50px;
    font-weight: 400; 
}
.book-btn .btn{ 
    font-size: 18px;
    margin: 0 0 0;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    top: -8px;
    background-color: #aa8453;
    border-color: #aa8453;
 }
.label-check-in{ position: relative; top: -7px; }
.form-check-in{ top: -8px; position: relative; }
.gray-section{ background:#f6f1eb7d !important;  }
.catagri-item {
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 25px 0px #dddddd8c;
    box-shadow: 0px 0px 25px 0px #dddddd8c;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-align: center;
    padding: 30px 10px;
    border-radius: 0px; 
    border-bottom: solid 3px #d5ae7fc7; 
    height: 185px;
}
.catagri-item img{ margin:0 0 17px; width:48px; }

.catagri-item h3{ font-size:18px; color: #333; font-family: 'Barlow Condensed', sans-serif; }
.catagri-item i {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color:#da261e;
    background-color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.catagri-item a {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    max-width: 145px;
    margin-left: auto;
    margin-right: auto;
}



/* Footer css */
.footer {
    margin: 100px auto 0;
    padding: 0 30px 15px;
}
.footer ul{ margin:0; padding:0; }
.footer ul li{ list-style: none; display:inline-block; }
.footer ul li a, .footer li{ color:#fff; font-size: 12px; }
.foo-right{ text-align: right; }



.carousel-indicators{ bottom: 35px; }


.inner-body-color{ background-color: #f4f4f4;  }
.filter-main{ background-color: #fff; border-radius: 6px; padding:30px; margin:20px 0; 
	box-shadow: 0px 2px 5px #d0d3d475, -0.6em 0 0.8em #f8f9f9; }
.filter-main .form-control{ background: none; border: 0; border-bottom:1px solid #0000001a; 
	height: 35px; border-radius: 0; font-size: 16px; padding-left: 0; color: #333; font-weight: 500; }
.filter-main .form-label{ color:rgb(157 152 152); font-size: 13px; text-transform: none; margin: 0; }
.check-inner{ margin: 11px 0 0 !important; }

.img-bx img{ width: 100%; }
.img-con{ position: relative; float: left; width: 100%; }
.img-con h3{ font-size: 1.5rem;     
    font-size: 35px;
    color: #222;
    margin-bottom: 5px;
    font-family: 'Gilda Display', serif; }
.img-con h5{ font-size: 14px; color: #999999; 
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 100;}
.img-con ul{ padding: 0; margin: 0; }
.img-con ul li{ width: 49%; list-style: none; display: inline-block; margin: 10px 0; 
    color: #666;
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 100; }
.img-con ul li .fa{ 
	margin-right: 7px;
    font-size: 21px;
    color:#aa8453; 
	position: relative;
    top: 2px;
}


.cros-text{ text-decoration: line-through!important; color: #898989; font-size: 20px; }
.right-text{ color: #000; font-size: 20px; margin-left: 2px; margin-right: 18px; }
.img-con .book-btn{   
	font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #ab8a62;
    border-color: #ab8a62;
    color: #fff;
    padding:13px 9px 10px;
    margin: 0;
    position: relative;
    font-size:11.5px;
    letter-spacing: 3px;
	position: relative;
    top: -2px;
}
.img-con .di-order-btn{   
	font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    background: #333;
    border-color: #333;
    color: #fff;
    padding:13px 9px 10px;
    margin: 0 0 0 5px;
    position: relative;
    font-size:11.5px;
    letter-spacing: 3px;
	position: relative;
    top: -2px;
}
.img-con .book-btn:hover{ background: #333; border-color: #333; }
.img-con .di-order-btn:hover{ background: #ab8a62; border-color: #ab8a62; }
.book-bx { margin:30px 0 0 !important; text-align: right; }


.inner-footer{ background: #000; float: left; width: 100%; padding: 20px 30px; margin-top: 20px; }
.inner-footer img{ width: 120px; margin-bottom: 15px; }
.footer-inner a{ color: #fff; padding:3px 0; float: left; width: 100%; }
.footer-inner a:hover{ text-decoration: none; }
.footer-inner a .fa{     
	font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 8px; }
.footer-inner p{ color: #fff;  }

.form-control:focus {
    border-color:none;
    outline: 0;
    box-shadow:none;
}
.modal-inner a{ color:#333; }



/*inner page css*/
.banner-main{ position:relative; padding:0; float:left; width:100%; }
.banner-main .img-bx{ position:relative; float:left; width:100%; height:335px; overflow: hidden; }
.banner-main .img-bx img{ width:100%; height:auto; }
.content-bx-main{ position:absolute; left:0; width:100%; right:0; text-align:center; bottom:96px; }
.content-bx-main img{ width:120px; }
.content-bx-main .con h2{ 
    font-size:60px;
    color:rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight:bold;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
}
.content-bx-main .con p{ color: #fff; margin-bottom: 0; font-size: 18px; letter-spacing: 5px; }

.normal-section{ position: relative; width: 100%; float: left; padding: 100px 0; }
.about-con{ padding-top:30px; }
.about-con h3 {
    font-size:2.6rem;
    margin-bottom: 30px;
    line-height: 53px;
    font-size: 45px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
}
.about-disc{ font-size: 16px; margin: 15px 0; }
.about-img-bx{ position: relative; width: 100%; float: left; }
.about-img-bx img{ width: 100%; border-radius: 8px; margin:7.5px 0; }

.abt-shirdi h3{ margin-top:30px; margin-bottom:30px; }
th {
    text-align: inherit;
    background:#aa8453;
    color: #fff;
    width: 140px;
}
.checkout-form-main .checkout-form-res h1{ top: -400%; }
.about-con ul{ margin: 0; padding: 0; width: 100%; }
.about-con ul li{ list-style: none; 
    font-size:16px;
    color: #333;
    position: relative;
    width: 50%;
    float: left;
    padding: 6px 0;
}
.about-con ul li i {
    color: #2db2ff;
    margin-right: 8px;
}

.header-inner{ margin-bottom: 40px; }
.header-inner h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #191919;
    position: relative;
    margin: 0 0 7px 0;
    font-size: 45px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
}
.header-inner h2:before {
    content: "";
    width: 50px;
    height: 5px;
    background:#aa8453;
    position: absolute;
    bottom:1px;
    left: 0;
    z-index: 1;
}
.header-inner p {
    font-size: 16px;
    color: #909090;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 5px;
}
.package-sec{ background-color:#f4f4f4; }

.package-sec .product-layout .product-item-container {
    overflow: hidden;
    position: relative;
    margin: 0 0 30px;
    background: #fff;
    z-index: 1;
}
.package-sec .item .item-block {
    position: relative;
}
.package-sec .item .item-block:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40%;
    z-index: 1;
    background: -webkit-linear-gradient(left top, #000, transparent);
    background: -o-linear-gradient(bottom right, #000, transparent);
    background: -moz-linear-gradient(bottom right, #000, transparent);
    background: linear-gradient(to top, #000, transparent);
    opacity: 0.8;
}
.package-sec .item .item-block .image {
    position: relative;
}

.package-sec .item .item-block .image a {
    display: block;
    overflow: hidden;
}

.package-sec .item .item-block .image .price {
    font-size: 18px;
    color: #2db2ff;
    font-weight: 700;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 30px;
    line-height: 31px;
    padding: 0 15px;
    border-radius: 16px; }
  .package-sec-style2 .item .item-block .item-content {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    padding: 11px 20px;
    z-index: 2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    .package-sec .item .item-block .item-content h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0; }
    .package-sec .item .item-block .item-content h3 a {
      color: #fff; }
      .package-sec .item .item-block .item-content ul{ margin: 0; padding: 0;}
    .package-sec .item .item-block .item-content ul li {
    display: inline-block; list-style: none;
    vertical-align: top;
    color: #fff;
    text-transform: capitalize;
    margin-right: 10px;
    font-size: 12px; }
    .package-sec .item .item-block .item-content ul li:last-child {
      margin-right: 0; }
.package-sec .item .item-block .item-content .reviews-content {
    position: relative; }
.package-sec .item .item-block .item-content .reviews-content .star {
      background: url("../../image/icon/star.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
      height: 15px;
      margin: 0;
      overflow: hidden;
      position: relative;
      width: 75px;
      display: inline-block;
      vertical-align: top; }
.package-sec .item .item-block .item-content .reviews-content .star span {
      background: url("../../image/icon/star-active.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
      float: left;
      left: 0;
      overflow: hidden;
      padding-top: 1.5em;
      position: absolute;
      top: 0; }
.package-sec .item .item-block:hover:before {
    background: -webkit-linear-gradient(left top, #2db2ff, transparent);
    background: -o-linear-gradient(bottom right, #2db2ff, transparent);
    background: -moz-linear-gradient(bottom right, #2db2ff, transparent);
    background: linear-gradient(to top, #2db2ff, transparent); }
.package-sec .item .item-block:hover .image a img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s; }
.package-sec .item .item-block:hover .item-content {
    bottom: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
.package-sec .owl2-controls .owl2-nav .owl2-prev {
    display: block !important;
    left: -35px;
    position: absolute;
    top: 40%;
    font-size: 50px; }
.package-sec .owl2-controls .owl2-nav .owl2-prev:hover {
    color: #2db2ff; }
.package-sec .owl2-controls .owl2-nav .owl2-next {
    display: block !important;
    right: -35px;
    position: absolute;
    top: 40%;
    font-size: 50px; }
.package-sec .owl2-controls .owl2-nav .owl2-next:hover {
    color: #2db2ff; }

    .label-bolt {
        position: absolute;
        left: 0;
        top: 0;
        width: 58px;
        height: 58px;
        line-height: 58px;
        font-size: 0;
        background: url(../images/icon-bolt.png) no-repeat center center;
    }

 .item-content {
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        padding: 11px 20px;
        z-index: 2;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
}
.item-content h3 a {
    color: #fff;
}

.section-style3 {
    margin-bottom:0px; 
    background-color: #fff;
}
    .section-style3 .head-title {
      margin-bottom: 58px; }
    .section-style3 .promotion {
      background: url("../images/promo0.png") no-repeat 0px 67px; }
    .section-style3 .promotion .item {
      text-align: center; }
    .section-style3 .promotion .item img {
      height: 79px; }
    .section-style3 .promotion .item h3 {
      font-size: 18px;
      color: #191919;
      font-weight: 700;
      margin-top: 27px; }
    .section-style3 .promotion .item p {
      font-size: 14px;
      color: #555;
      line-height: 24px; }
  .test p{ color: #fff !important; font-size: 18px !important; }




.new-footer{ 
    background:#f6f1eb7d !important; 
    padding: 60px 0 50px 0;
    /*background: url(../images/bg-tip.jpg);
    background-size: 100%;
    border-top: solid 1px #deebf3;*/
    margin: 0;
}  
    
.new-footer p{ color:#909090; }
.new-footer a {
    color:#909090;
    padding:10px 0;
    float: left;
    width: 100%;
}

.new-footer h4 {
    color: #191919;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin: 8px 0 15px; }
.new-footer h4:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 30px;
    background:#ab8a62 !important;
    margin-top:12px;
    margin-left: 10px;
}
.new-footer i.fa {
    font-size: 19px;
    margin-right: 8px;
    float: left;
    line-height: 20px;
    color:#ab8a62 !important;
}

.new-footer i.fa { margin-bottom: 3px; }
.new-footer i.fa-map { margin-bottom:25px !important; }
.footer-links{ margin: 0; padding: 0; }
.footer-links li{ list-style: none;}
.footer-links li::marker{ display: none;}
.footer-links li a{ position: relative; padding:5px 0 5px 17px; }
.footer-links li a:before {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #ab8a62 !important;
    top:15px;
    left: 0;
}

.new-footer-botam{ float: left; width: 100%; text-align: center; background:#ab8a62 !important; color: #fff; 
 padding: 12px 0 0; }


/*con css */
.contact-item h4 {
    color: #191919;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin: 8px 0 15px;
}
.contact-item h4:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 30px;
    background: #ab8a62 !important;
    margin-top: 12px;
    margin-left: 10px;
}
.contact-item a {
    color:#ab8a62 !important;
    padding: 10px 0;
    float: left;
    width: 100%;
}
.contact-item i.fa {
    font-size: 22px;
    margin-right: 20px;
    float: left;
    line-height: 20px;
    color: #5dade2 !important;
}
.con-map {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.gallery{ float: left; width: 100%; }
.gallery img{ width: 100%; }

.about-disc h4 {
    position: relative;
    font-family: 'Gilda Display', serif;
    font-size: 24px;
    color: #222;
}
.about-disc ul{ padding: 0; margin: 0; }
.about-disc ul li{ padding: 0; margin: 0; list-style: none; width: 100%; }

.menu-rest .header-inner{ text-align: center; }

.menu-rest .header-inner h2 {
    font-size: 45px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin: 0 0 7px 0;
}
.menu-rest .header-inner h2::before { display: none; }
.menu-rest h5 {
    font-size: 20px;
    color: #aa8453;
    margin-bottom:20px;
    text-align: left;
    border-bottom: 1px dashed #aa8453;
    line-height: 2em;
}
.menu-rest h5 .price {
    color: #adadad;
    float: right;
    display:none;
}
.menu-rest p {
    font-size: 15px;
    color: #adadad;
}
.ord-bx{ text-align: center; float: left; width: 100%; }
.ord-bx a.btn{     
    background: none;
    border: solid 2px #fff;
    color: #fff;
    padding: 10px 60px;
    margin: 59px 0 0; 
}
.author{ margin: 40px 0 0; }
.author img{ width:80px !important; float: left; border-radius: 100px; }
.author span{ 
    font-size: 12px;
    color: #fff;
    line-height: 1em;
    padding-left:14px;
 }
.author h4 {
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 94px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.vertical-nav {
    padding:38px 45px 20px 45px;
    display: block;
    width: 20.9%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 1001;
    background: #f6f1eb !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .vertical-nav .navbar-brand{ width: 100%; float: left; display: block; }
  .navbar-expand-lg .navbar-collapse {float: left; width: 100%;}
    .navbar-nav{ display: block !important; }
.cappa-logo {
        text-align: center;
        margin-bottom:33px;
        display: block;
        float: left;
    width: 100%;
    }
.booklink
{ background: #aa8453;
    text-align: center;
    color: #fff !important;
    padding: 6px 6px 4px !important;
    border-radius: 4px; }
.directlink
{ background:#bdad98 !important;
    text-align: center;
    color:#fff !important;
    padding: 6px 6px 4px !important;
    border-radius: 4px; }
/* reservation button */
.reservations {
    display: flex;
    align-items: center;
    padding:31px 0 0;
    width: 100%;
}
.reservations .icon {
    position: relative;
    top: 3px;
}
.reservations .icon span {
    font-size: 35px;
    color: #aa8453;
}
.reservations .icon.color-1 span {
    font-size: 40px;
    color: #fff;
}
.reservations .text {
    margin-left: 10px;
}
.reservations .text p {
    font-size: 15px;
    margin: 0;
    
}
.reservations .text a {
    font-size: 22px;
    color: #aa8453;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0px;
}
.reservations .text a.color-1 {
    color: #fff;
}

.cappa-main {
    width: 79.2%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn-success.focus, .btn-success:focus {
    box-shadow: none;
}


 .social-media {
  float:left;
  margin: 30px 0;
  width:100%;
}

.social-media a {
    width: 31px;
    height: 31px;
    float:left;
    line-height: 28px;
    margin-bottom: 0;
    border: none;
    color: #fff;
    background:#828385;
    margin: 0 5px;
    padding:4px 5px 5px;
    border-radius: 4px;
}

 .social-media a i {
  font-size: 26px;
}
.footer-inner:first-child a{ font-size:13.5px; }
/* --------------------------------------- 

Responsive CSS 

----------------------------------------- */

/* Extra large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) { 


 }

 /* Large devices (desktops, 992px and up) */
   
    

@media (max-width: 992px) { 
.checkout-form-main { 
    position: relative; 
    background: #aa8453; 
    padding: 40px; }
    .checkout-form-main .container{ margin: 0;}
.navbar-toggler { padding:5px; font-size:28px;    float: right;
    margin: 19px 0 0 }
.vertical-nav{ position: relative; width: 100%; padding: 20px 20px 0; }
.cappa-main { width: 100%; float: right; }
.navbar-collapse{ 
    position: relative;
    background: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    /*bottom: -199px;*/
    z-index: 100;
}
.navbar-light .navbar-nav .nav-link { font-size: 13px; }
.footer ul li {
    text-align: center;
    display: block;
    width: 100%;
    float: left;
    padding: 8px 20px !important;
}
.reservations { display: none; }
.cappa-logo {
    text-align: left;
    margin-bottom: 35px;
    display: block;
    float: left;
    width: 56%;
}
.checkout-form-main h1 {
    position: relative;
    margin-bottom: 50px;
    font-family: 'Gilda Display', serif;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 8px;
    text-align: center;
}
.container {
    padding-right:15px;
    padding-left:15px;
}
.img-con ul li { width:100%; }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
.content-bx-main {
    top:25%;
}
.about-con ul li{ width: 100%;}

.img-con h3 {
    margin-top: 30px;
}

.section-heading h3 {
    color: #333;
    font-size: 36px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    text-align: center;
}
.section-heading h3 br{ display: none; }
.header-inner h2 {
    font-size: 31px;
}
.normal-section{ background-size: 100% 100% !important; padding: 40px 0; }
.content-bx-main .con h2 { font-size: 34px; }
.content-bx-main .con p { font-size: 14px; }
.banner-main .img-bx {
    position: relative;
    float: left;
    width: 100%;
    height: auto; }
 }

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
.navbar-brand img { width: 90px; }
.cont-list li {
    margin: 0 0 0 2px;
}
.cont-list li a { font-size: 21px; }
.checkout-form-main h1 { font-size: 34px; }
.checkout-form-main .container {
    padding-bottom: 0px; }
}














