/*-----------------------------------------------------------------------------------
Template Name: New HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Helper-Class
4. Button-Style
5. Section-Background
6. Mainmenu-Area
7. Header-Area
8. Menu-Area
9. About-Area
10. Video-Area
11. Special-Area
12. Menu-Area
13. Plan-Area
14. Book-Form
15. Shafe-Area
16. Blog-Area
17. Footer-Area
18. RS-Slider-Style
19. Blog-Page-Style
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Courgette|Raleway:400,500,600,700');

/*-------------------
2. Theme Default CSS
--------------------*/

a {
    text-decoration: none;
    outline: none;
    transition: 0.4s;
    color: #3e4f5c;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #3e4f5c;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
}
#low {

    padding: 75px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    line-height: 1.6;
    font-weight: 700
}

html,
body {
    height: 100%
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #3e4f5c;
    overflow-x: hidden;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*-----------------
3. Helper-Class
------------------*/

.dark-image {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7)
}

.relative {
    position: relative;
}

.black-bg {
 background-color: #1c1c1c;
    float: left;
    width: 100%;
}

.vcenter {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.text-white,
.text-white a {
    color: #ffffff;
}
.intro-popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-popup .popup-inner {
  width: 35%;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10%;
  margin-bottom: 5%;
}

.intro-popup .intro-slider {
  width: 100%;
}



.page-title {
    color: #fcb941;
    font-size: 36px;
    font-family: 'Courgette', cursive;
    margin-bottom: 20px;
}

.text-white .page-title {
    color: #ffffff;
}

.page-subtitle {
    color: #3e4f5c;
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.page-subtitle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #fcb941;
}

.img-full img {
    width: 100%;
}


/*------------------
4. Button-Style
--------------------*/

.bttn {
    border-radius: 2px;
    padding: 0.9em 2em;
    display: inline-block;
    border: none;
    background: none;
    letter-spacing: 2px;
    transition: 0.4s;
    font-weight: 700
}

.bttn.white {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #1c1c1c;
}

.bttn.white:hover {
    background-color: transparent;
    color: #ffffff;
}

.bttn.tr.white {
    background: transparent none repeat scroll 0 0;
    color: #ffffff;
}

.bttn.tr.white:hover {
    background-color: #ffffff;
    color: #1c1c1c;
}

.bttn.black {
    background-color: #1c1c1c;
    color: #ffffff;
    border: 1px solid #1c1c1c;
}

.bttn.black:hover {
    background-color: transparent;
    color: #1c1c1c;
}


.bttn.tr.golden {
    background-color: #fcb941;
    color: #ffffff;
}
.bttn.tr.golden:hover {
    background-color: #fcae1d;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.animated.slower {
  -webkit-animation-duration: 5s;
  animation-duration: 3s;
}

/*------------------
5. Section-Background
--------------------*/
#bli a{
    
}
.section-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    background-color: #1c1c1c;
    overflow: hidden;
}

#bgvideo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    min-height: 100%;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -9;
}

/*------------------
6. Mainmenu-Area
-------------------*/

.mainmenu-area {
    padding: 10px 0;
    background: rgb(255, 219, 9);
    z-index:  999999999999;
}

#mainmenu ul.nav.navbar-nav li a {
    color: #e43b24;
    text-transform: uppercase;
    background: none;
    border: none;
    position: relative;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
}
.caption h1 {

    background: black;
    padding: 10px;
    margin-top: 100px;
    }
#mainmenu ul.nav.navbar-nav li a:hover{
    color: #fff;
}
#mainmenu ul.nav.navbar-nav li a:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 10px;
    content: url(images/menu-dot.png);
    text-align: center;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#mainmenu ul.nav.navbar-nav li a:hover:after,
#mainmenu ul.nav.navbar-nav li.active a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*------------------
7. Header-Area
-------------------*/

.home-slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    z-index: 111;
}

.headline {
    font-size: 38px;
    font-weight: 700;
}

.home-slide div {
    height: 100%;
}


/*------------------
8. Menu-Area
-------------------*/

.menu-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    background-attachment: scroll;
}
.forcefullwidth_wrapper_tp_banner img{
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
}

/*-------------------
9. About-Area
---------------------*/

.chif-story {
    -webkit-transform: translate(-50px, 60px);
    transform: translate(-30px, 40px);
}
#about{
    z-index: 999;
}

/*----------------
10. Video-Area
-----------------*/

.vd-icon {
    color: #fcb941;
    font-size: 100px;
}

/*----------------------
11. Special-Area
------------------------*/

.single-shafe img,
.single-special img {
    -webkit-filter: brightness(1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(1);
    transition: 0.4s;
}

.single-shafe:hover img,
.single-special:hover img {
    -webkit-filter: brightness(0.4);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.4" /><feFuncG type="linear" slope="0.4" /><feFuncB type="linear" slope="0.4" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.4);
    cursor: pointer;
}
.special-dtls h3:hover{
    cursor: pointer;
}
.single-special .special-dtls {
    padding: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 0.4s;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.single-special:hover .special-dtls {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0)
}


/*-------------------
12. Menu-Area
--------------------*/

.menu-title {
    color: #fcb941;
    font-size: 22px;
    display: inline-block;
}

.menu-rate {
    display: inline-block;
    color: #fcb941;
    font-size: 22px;
}

.single-menu .table {
    margin-bottom: 0;
}


/*----------------------
13. Plan-Area
------------------------*/

.plan-title {
    font-family: 'Courgette', cursive;
    font-size: 36px;
}

.plan-subtitle {
    color: #fcb941;
}

.single-plan {
    background: url('images/plan-frame.png') no-repeat scroll center center / 100% 100%;
    padding: 0 20px;
}

.single-plan .bttn {
    -webkit-transform: translateY(45%);
    transform: translateY(45%);
}

.glr-btn {
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #fcb941;
    width: 70px;
    height: 70px;
    line-height: 2.5;
    border-radius: 1px;
}

.glr-btn:hover {
    background-color: #fcb941;
    color: #ffffff;
}


/*-------------------
14. Book-Form
--------------------*/

.book-form .form-control {
    background-color: #1c1c1c;
    border-radius: 1px;
    border: none;
    height: auto;
    padding: 12px 15px;
    color: #ffffff;
    box-shadow: 0 0 0 0 #1c1c1c;
    transition: 0.4s
}

.book-form .form-control:focus {
    box-shadow: 0 0 6px 0px #1c1c1c;
}


/*------------------
15. Shafe-Area
--------------------*/

.single-shafe .shafe-socil {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 0.3s;
}

.single-shafe:hover .shafe-socil {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-shafe .shafe-socil li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.6;
    color: #ffffff;
    background-color: transparent;
}

.single-shafe .shafe-socil li a:hover {
    color: #1ec0ff;
    background-color: #ffffff;
}

.single-shafe .shafe-dtls {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 70%;
    padding: 10px;
    text-align: center;
    right: 0;
    margin: auto;
    border: 1px solid #ffffff;
    border-radius: 2px;
    background-color: #ffffff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 0.4s;
}

.single-shafe:hover .shafe-dtls {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom: 20px;
}

.single-shafe .shafe-dtls .shafe-name {
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
}

.single-shafe .shafe-dtls .shafe-pos {
    color: #fcb941;
}


/*------------------
16. Blog-Area
-------------------*/

.single-blog {
    padding: 30px 40px;
    display: block;
}

.single-blog .section-bg {
  opacity: 0.2;
}

.single-blog .section-bg.color {
    background-color: #000000;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-blog .post-date {
    color: #fcb941;
}

.single-blog .post-date .category {
    border-left: 1px solid #fcb941;
    margin-left: 10px;
    padding-left: 10px;
}

.single-blog .post-date .category a {
    color: #fcb941;
}

.readmore:after {
    content: "\eb27";
    display: inline-block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-family: icofont;
    padding-left: 0;
    transition: 0.4s;
    font-size: 18px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.readmore:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding-left: 5px;
}


/*-------------------
17. Footer-Area
---------------------*/

.md-icon i.icofont {
    font-size: 45px;
}

.open-hour-menu span {
    display: block;
    color: #fcb941;
}

.address th span {
    text-transform: uppercase;
}

.address a:hover,
.address strong,
p strong {
    color: #fcb941;
}

.footer-social li a {
    width: 28px;
    height: 28px;
    display: block;
    text-align: center;
    line-height: 2.4;
}

.address td {
    line-height: 2;
}
#contact{
   border-top: 1px solid #ffdb09;
}
.row h1 {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #ffdb09;
  font-size: 40px;
  margin-bottom: 30px;
}
.f h4 a{
    width: 8%;
    float: left;
    margin-top: 7px;
}
.vd-icon p{
    font-size: 16px;
    width: 60%;
    text-align: center;
    margin-left: 20%;
}
/*--------------------
18. RS-Slider-Style
----------------------*/

.rslides_tabs {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
}

.rslides_tabs li {
    display: inline-block;
}

.rslides_tabs li a {
    width: 10px;
    height: 10px;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    background-color: #ffffff;
    margin: 5px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    transition: 0.3
}

.rslides_tabs li.rslides_here a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*--------------------
19. Blog-Page-Style
---------------------*/

.single-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-sidebar ul li {
    margin: 10px 0;
    display: block;
}

.single-sidebar ul li a {
    display: block;
    padding: 5px 0;
}

.single-sidebar ul li a:hover {
    color: #fcb941;
}

.single-sidebar .post-img {
    width: 70px;
}

.single-sidebar .tagcloud a {
    background-color: #0c0c0c;
    color: #ffffff;
    padding: 8px 16px;
    display: inline-block;
    margin: 3px 1px;
    border-radius: 1px;
}

.single-sidebar .tagcloud a:hover {
    background-color: #fcb941;
}

.single-sidebar .widget-title {
    font-size: 20px;
    color: #221f1f;
    margin-bottom: 20px;
    display: block;
}

.single-sidebar .widget-title:before {
    content: "_";
    margin-right: 5px;
    color: #fcb941;
}

.map{
    float: right;
}
.foot p{
    width: 100%;
    float: left;
    line-height: 30px;
    margin-top: 25px;
}
.f span{
    font-size: 25px;
    margin-bottom: 15px;
}
/*-----------------
7. Preloader-Style
------------------*/

.preloader {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
}

.sk-wave {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sk-wave .sk-rect {
    background-color: #B18F57;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.tp-banner > div{float: left; width:100%;}
.tp-banner > div .slick-slide{position: relative;}
.tp-banner > div .slick-slide .caption{position: absolute; top: 50%; left: 50%; font-size: 25px; font-weight: 600; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); opacity: 1;letter-spacing: 10px;color: white;}
.tp-banner > div .slick-slide img{position: relative; width: 100%;}




.special-list.owl-carousel{display: block}

.special-list.owl-carousel .slick-slide{margin: 15px}

#mainmenu .res a{
    margin-top: 2px;
    float: left;
    margin-left: 30px;
    background: red;
    padding: 10px;
}
#mainmenu ul.nav.navbar-nav li.res a{
    background: red;
    color: white;
    padding: 10px;
}
#mainmenu ul.nav.navbar-nav li.res a:hover{
    background: white;
    color: #e43b24;
    padding: 10px;
}

.res a {
    background: #e43b24;
    text-align: center;
    color: white;
    margin-top: 15px;
    font-weight: bold;
}
#about .res a:hover{
    background: #ffdb09;
    color: #e43b24;
}
.reservation{
    float: left;
    width: 100%;
    margin-top: 8%;
}
.reservation h2{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#form .wrap + .wrap{
    margin-left: 10px;
}

* {box-sizing: border-box;}
#form .wrap{
  margin-bottom: 10px;
  width: 32%;
  float: left;
}
input[type=text],input[type=number],input[type=tel], select, textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: open sans;
}
em.error {

    font-size: 12px;
    color: indianred;
    font-style: normal;

}
input[type=submit] {
    background-color: #F47E24;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    width: 20%;
    float: left;
    margin-left: 40%;
}

input[type=submit]:hover {
    background-color: #ef7f19;
    border: none;
}
.container1 {
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 20px;
    margin-top: 30px;
    width: 100%;
    margin-left: 30px;
    display: inline-block;
    margin-bottom: 30px;
}
.for{
  /*! margin-top: 110px; */
  width: 100%;
}
.container1 h3{
  font-size: 25px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}

label{
  color: #f57f25;
  font-weight: bold;
  font-size: 18px;
}


.wrap1{
    float: left;
    width: 100%;
}
.wrap2{
    float: left;
    width: 100%;
}
.wrap3{
    float: left;
    width: 100%;
}

#subject {

    height: 150px;

}
.result{
    position: fixed;
    display: none;
    border: 1px solid #e43b24;
    background: #ffdb09;
    padding: 30px 20px;
    text-align: center;
    z-index: 9999;
    font-size: 20px;
    left: 20%;
    right: 20%;
}
.result #close{
    position: absolute;
    right: 10px;
    top: 10px;

}
.result.success,.result.error{
    display: block;
}
.reservation h4 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.reservation h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.banner-slider img{
    float: left;
    width: 100%;
    /*! height: 80vh; */
    margin-top: 70px;
}

.off h2{
    font-size: 22px;
    color: #358f38;
}
.off {
    float: left;
    width: 100%;
    background: #ffdb09;
    padding-bottom: 30px;
}
.off i{
    
    position: absolute;
    margin-left: -15px;
    margin-top: 7px;
}















@media (max-width: 767px)
{
    .container{
        width: 95%;
    }
    .caption h1{
        font-size: 14px;
        letter-spacing: 5px;
    }
    .tp-banner > div .slick-slide img{
        height:73vh;
        float: left;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
    }
    .intro-popup .popup-inner {
    width: 85%;
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 5%;
}
    .navbar-brand img{
        max-width: 65px;
    }
    .tp-banner.revslider-initialised.tp-simpleresponsive{
        height: 0;
    }
    .foot p{
        font-size: 12px;
    }
    .col-xs-5{
        width: 100%;
    }
    .map{
        float: left;
        width: 100%;
    }
    ..media:first-child{
        text-align: center;
    }
    iframe{
        width: 100%;
    }
    .reservation{
        margin-top: 25%;
    }
    .container1{
        margin-left: 0;
    }
    #form .wrap{
        width: 100%;
    }
    input[type=submit]{
        width: 30%;
    }
    .picker--opened .picker__holder{
        margin-left: -45px;
    }
    .banner-slider img {

    float: left;
    width: 100%;
    margin-top: 80px;
    height: 35vh;
    -o-object-fit: cover;
       object-fit: cover;
}
.off h2 {
    font-size: 12px;
    color: #358f38;
}
.off i {

    position: absolute;
    margin-left: -8px;
    margin-top: 2px;

}
#low {

    padding: 0;

}




}











