@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700,600italic,600,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,600,700,800);
body {
    font-family: "Josefin Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #888;
    background: #fff;
}
a,
button {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
a {
    color: #a8d15e;
}
a:hover {
    color: #aeaeae;
}
a,
a:hover,
a:focus,
button:hover,
button:focus {
    outline: 0 !important;
    text-decoration: none;
}
button:focus {
    outline: 0 !important;
}
::-moz-selection {
    background-color: #191b1d;
    color: #fff;
}
::selection {
    background-color: #191b1d;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
    margin-top: 0px;
    font-weight: 700;
    color: #000;
    font-family: "Raleway", sans-serif;
}
.no-padd {
    padding: 0px;
}
.no-margin {
    margin: 0px;
}
/***spaces**/

.space-10 {
    width: 100%;
    height: 10px;
}
.space-20 {
    width: 100%;
    height: 20px;
}
.space-30 {
    width: 100%;
    height: 30px;
}
.space-40 {
    width: 100%;
    height: 40px;
}
.space-50 {
    width: 100%;
    height: 50px;
}
.space-60 {
    width: 100%;
    height: 60px;
}
.space-70 {
    width: 100%;
    height: 70px;
}
.space-80 {
    width: 100%;
    height: 80px;
}
.space-90 {
    width: 100%;
    height: 90px;
}
.space-100 {
    width: 100%;
    height: 100px;
}
/**margins**/

.margin-b-10 {
    margin-bottom: 10px;
}
.margin-b-20 {
    margin-bottom: 20px;
}
.margin-b-30 {
    margin-bottom: 30px;
}
.margin-b-40 {
    margin-bottom: 40px;
}
.margin-b-50 {
    margin-bottom: 50px;
}
.skin-bg {
    background-color: #a8d15e;
}
.gray-bg {
    background: #f7f9fa;
}
.center-heading-title {
    position: relative;
}
.center-heading-title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    font-family: "Raleway", sans-serif;
}
.center-heading-title p {
    font-size: 2rem;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
}
/**buttons**/

.btn {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.btn-lg {
    padding: 8px 20px;
}
.btn-skin {
    background-color: #a8d15e;
    color: #fff;
}
.btn-skin:hover {
    background-color: #333;
    color: #fff;
}
.btn-white-border {
    background: transparent;
    color: #fff;
    border: 1px solid #eee;
}
.btn-white-border:hover,
.btn-white-border:focus {
    background-color: #fff;
    color: #333;
    border-color: #fff;
}
/**********back to top*************/

.scrollToTop {
    text-align: center;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #a8d15e;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 999999;
    display: none;
    opacity: 0.5;
    line-height: 0px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.scrollToTop:hover {
    text-decoration: none;
    opacity: 1;
    color: #fff !important;
}
.center-img {
    display: block;
    margin: 0 auto;
}
.full-img {
    width: 100%;
    height: auto;
}
@media (min-width: 768px) {
    .v-align-children {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: row;
        -webkit-flex-direction: row;
    }
}
/***navigation & dropdowns**/
/** navigation**/

.navbar {
    font-family: "Raleway", sans-serif;
}
.navbar-headroom {
    padding: 10px 0;
}
.navbar-headroom .nav-header-right .h-item a {
    color: #333;
}
.top-header {
    border: 0px;
    margin: 0px;
}
.top-header .navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0px;
}
.top-header .navbar-nav > li > a:hover {
    color: #a8d15e;
}
.top-header .navbar-nav > .active > a,
.top-header .navbar-nav > .active > a:focus,
.top-header .navbar-nav > .active > a:hover,
.top-header .navbar-nav > .open > a,
.top-header .navbar-nav > .open > a:focus,
.top-header .navbar-nav > .open > a:hover {
    color: #a8d15e !important;
    background-color: transparent;
}
.navbar-default {
    background-color: #fff;
}
.header-transparent {
    background-color: transparent;
    padding: 10px 0;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.header-transparent.shrink.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.95);
    padding: 0px;
}
.header-transparent.shrink.navbar-default {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0px;
}
.navbar-default.header-transparent .navbar-nav > li > a {
    color: #eee;
}
.navbar-default.header-transparent .navbar-nav > li > a:hover {
    color: #a8d15e;
}
.navbar-default.header-transparent.shrink .navbar-nav > li > a {
    color: #333;
}
.navbar-default.header-transparent.shrink .navbar-nav > li > a:hover {
    color: #a8d15e;
}
.navbar-default.header-transparent .navbar-brand {
    /*  background-image: url("../images/logo-light.png");*/
    
    background-repeat: no-repeat;
    width: 91px;
    height: auto;
    text-indent: -9999px;
    background-position: 50% 50%;
    margin-left: 12px;
}
.navbar-inverse.header-transparent .navbar-brand {
    background-image: url("../images/logo-light.png");
    background-repeat: no-repeat;
    width: 91px;
    height: auto;
    text-indent: -9999px;
    background-position: 50% 50%;
    margin-left: 7px;
}
.navbar-default.header-transparent.shrink .navbar-brand {
    /*  background-image: url("../images/logo-dark.png");*/
}
.navbar-default.header-transparent.shrink {
    border-bottom: 1px solid #eee;
}
.navbar-default.header-transparent.shrink .h-item a {
    color: #333;
}
.navbar-inverse .navbar-nav > li > a {
    color: #eee;
}
.nav-header-right .h-item {
    display: block;
    float: left;
    margin-left: 8px;
}
.nav-header-right .h-item a {
    display: block;
    padding: 13px 10px;
    color: #fff;
}
.nav-trigger-fullscreen {
    background-color: transparent;
    padding: 0px;
    border: 0px;
    margin-top: 12px;
}
/**bullet navigation for one page**/

.bullet-nav {
    position: fixed;
    right: 0;
    top: 40%;
    list-style: none;
    height: auto;
    padding: 10px 5px;
    background-color: #f3f3f3;
    z-index: 999;
}
.bullet-nav li a {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #a8d15e;
    text-indent: -9999px;
    margin-bottom: 5px;
}
/***sticky header**/

.sticky-header {
    padding: 10px 0;
}
.sticky-header .navbar-brand > img {
    margin-top: -1px;
}
.navbar-default.sticky-header {
    border-bottom: 1px solid #eee;
}
.navbar-default.sticky-header .nav-header-right .h-item a {
    color: #777;
}
.navbar-inverse.sticky-header .nav-header-right .h-item a {
    color: #fff;
}
@media (min-width: 768px) {
    .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.top-header.navbar-default .navbar-toggle,
.top-header.navbar-inverse .navbar-toggle {
    border: 0px;
}
.top-header.navbar-default .navbar-toggle:hover,
.top-header.navbar-default .navbar-toggle:focus,
.top-header.navbar-inverse .navbar-toggle:hover,
.top-header.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
.top-header.navbar-default .navbar-toggle .icon-bar,
.top-header.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #a8d15e;
}
/**header logo center style**/

.center-logo {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
    .header-align-center.navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .header-align-center.navbar .navbar-collapse {
        text-align: center;
    }
}
/**headroom navbar**/

.headroom {
    -moz-transition: transform 200ms linear;
    -o-transition: transform 200ms linear;
    -webkit-transition: transform 200ms linear;
    transition: transform 200ms linear;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.headroom--pinned {
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.headroom--unpinned {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
/*************drop down menu***********/

.dropdown-menu {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    min-width: 200px;
    background-color: white;
    padding: 0px;
}
.dropdown-menu.dark-dropdown {
    background-color: #222;
}
.dropdown-menu.dark-dropdown > li > a {
    color: #aeaeae;
}
.dropdown-menu.dark-dropdown > li > a:hover {
    background-color: transparent;
    color: #a8d15e;
}
.dropdown-menu.dark-dropdown .mega-vertical-nav li a {
    color: #aeaeae;
}
.dropdown-menu > li > a {
    color: #777;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 15px;
}
.dropdown-menu.h-item-dropdown {
    right: 0;
    left: auto;
    min-width: 300px;
    margin-top: -1px;
}
.dropdown-span {
    padding: 15px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0px;
    color: #eee;
}
.dropdown-span:hover {
    color: #a8d15e;
}
.navbar-default.header-transparent.shrink .navbar-nav > li > .dropdown-span {
    color: #333;
}
.navbar-default.header-transparent.shrink .navbar-nav > li > .dropdown-span:hover {
    color: #a8d15e;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .yamm-fw {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 15px;
    right: 15px;
}
.yamm-content {
    padding: 25px 30px;
}
.yamm-content h3 {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.yamm-content .mega-vertical-nav > li > a {
    color: #777;
    padding: 5px 0px;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
}
.yamm-content .mega-vertical-nav > li > a:hover,
.yamm-content .mega-vertical-nav > li > a:focus {
    color: #a8d15e;
    background-color: transparent;
}
.yamm-content .mega-vertical-nav > li > a i {
    margin-right: 10px;
}
/** third level dropdown**/

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #a8d15e;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 0px;
}
/**search on click**/

.dropdown-search {
    position: relative;
}
.search-click {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 999;
    display: none;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
}
.search-click form {
    background-color: transparent;
    padding: 0px 15px;
}
.search-click form .form-control {
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 75px;
    background-color: transparent;
    border: 0px;
    font-size: 20px;
    font-weight: 400;
}
.search-click form .fa-times {
    cursor: pointer;
    font-size: 18px;
    right: 30px;
    top: 28px;
    position: absolute;
    color: #777;
}
.header-transparent.shrink .search-click .form-control {
    height: 52px;
}
.header-transparent.shrink .search-click .fa-times {
    top: 15px;
}
@media (min-width: 768px) {
    .dropdown-menu {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -moz-transform: translate3d(0, 20px, 0);
        -o-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        display: block;
        visibility: hidden;
        opacity: 0;
    }
    .open > .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        -moz-transform: translate3d(0, 0px, 0);
        -o-transform: translate3d(0, 0px, 0);
        -ms-transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    .dropdown-submenu > .dropdown-menu {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -moz-transform: translate3d(0, 0px, 0);
        -o-transform: translate3d(0, 0px, 0);
        -ms-transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        opacity: 1;
        visibility: visible;
        display: none;
    }
}
@media (max-width: 767px) {
    .navbar-nav {
        margin: 0px -15px;
    }
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-inverse .navbar-nav {
        background-color: #000;
    }
    .navbar-default .navbar-nav {
        background-color: #fff;
    }
    .navbar-default.header-transparent .navbar-nav > li > a {
        color: #333;
    }
    .yamm-content h3 {
        margin-top: 10px;
        color: #eee;
    }
}
/**master slider**/

.title_main {
    width: 100%;
    color: #fff;
    font-size: 70px;
    line-height: 75px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}
.sub_title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    width: 100%;
    font-family: "Josefin Sans", sans-serif;
}
.slide_btn {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    padding: 10px 30px;
    background-color: #a8d15e;
}
.slide_btn:hover {
    color: #fff;
    background-color: #333;
}
.intro h3 {
    font-weight: 700;
    margin-bottom: 20px;
}
.intro h5 {
    font-weight: 600;
}
.intro h5 span {
    color: #a8d15e;
    display: inline-block;
    margin-left: 10px;
}
.resto-info p {
    margin-bottom: 25px;
    padding: 5px 20px;
    background-color: #333;
    color: #fff;
    font-size: 2rem;
	min-height:150px;
}
.resto-info p a {
    display: inline-block;
    margin-right: 8px;
    color: #aeaeae;
}
.resto-info p a:hover {
    color: #a8d15e;
}
#aboutVideobg {
    position: relative;
}
#aboutVideobg img {
    opacity: 0;
}
.quote-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    background-attachment: fixed;
    background: url(../images/resto/bg-11.jpg) no-repeat center center;
    padding: 170px 0;
}
.quote-bg p {
    color: #666;
    font-weight: 400;
    font-size: 2rem;
    font-style: italic;
}
.quote-bg h4 {
    color: #a8d15e;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.popular-dishes {
    position: relative;
}
.popular-dishes .item {
    padding: 0px 10px;
}
.popular-dishes .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -20px;
}
.popular-dishes .owl-prev {
    position: absolute;
    left: 0;
}
.popular-dishes .owl-next {
    position: absolute;
    right: 0;
}
.popular-dishes.owl-theme .owl-controls .owl-buttons div {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 35px;
    padding: 0px;
    background-color: transparent;
}
.dishes-slide-box {
    position: relative;
}
.dishes-slide-box .dish-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.dishes-slide-box .dish-overlay p {
    color: #fff;
    text-align: center;
    width: 100%;
    bottom: 10px;
    margin-top: -25px;
    position: absolute;
    font-size: 22px;
    text-transform: uppercase;
}
.dishes-slide-box .dish-overlay p span {
    color: #a8d15e;
    display: block;
    font-size: 20px;
}
/**menu**/

.menu-row .menu-thumb {
    width: 70px;
    float: left;
    margin-right: 15px;
}
.menu-row .menu-content {
    overflow: hidden;
}
.menu-row .menu-content h4 {
    font-weight: 500;
    font-size: 1.7rem;
    margin: 0px;
    font-family: "Raleway", sans-serif;
}
.menu-row .menu-content span {
    font-size: 14px;
    color: #a8d15e;
}
.testimonials {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
}
.testimonials h2 {
    color: #fff;
}
.testimonials p {
    font-style: italic;
    color: #fff;
    font-size: 2rem;
    line-height: 30px;
    font-weight: 400;
}
.testimonials img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.testimonials .owl-controls {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -20px;
}
.testimonials .owl-prev {
    position: absolute;
    left: 0;
}
.testimonials .owl-next {
    position: absolute;
    right: 0;
}
.testimonials .owl-theme .owl-controls .owl-buttons div {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-size: 40px;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonials:hover .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    visibility: visible;
}
.testimonials h4 {
    color: #a8d15e;
    font-family: "Raleway", sans-serif;
}
.cbp-l-filters-button .cbp-filter-item {
    font-family: "Raleway", sans-serif;
    font-size: 1.5rem;
}
.gallery-images {
    display: block;
    position: relative;
}
.newsletter-section {
    position: relative;
    padding: 100px 0;
    background: url("../images/mekhong/about.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
}
.newsletter-section .subscribe-box {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}
.newsletter-section h3 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.newsletter-section span {
    color: #eee;
    display: block;
    margin-bottom: 15px;
    font-size: 1.3rem;
}
.newsletter-section .form-control {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
.newsletter-section .error {
    border-bottom-color: #f5a7a7;
    color: #f5a7a7;
}
.newsletter-section .success {
    border-bottom-color: #c2e45c;
    color: #93b91e;
}
.newsletter-section button {
    text-transform: uppercase;
}
.book-a-table {
    padding: 50px 0;
    background-color: #333;
}
.book-a-table h1 {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.book-a-table p {
    font-size: 13px;
    margin-top: 5px;
}
.events {
    padding: 40px 0;
}
.events h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
}
.events h3 {
    font-weight: 500;
}
.count-down-1 .counts {
    display: inline-block;
    font-size: 20px;
    padding: 10px 20px;
    width: 100px;
    text-align: center;
    color: #fff;
    background: #333;
    margin-bottom: 10px;
}
.count-down-1 .counts span {
    font-size: 20px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}
.count-down-1 .counts p {
    margin-bottom: 0px;
    font-size: 13px;
    text-transform: capitalize;
}
.count-down-1 .btn {
    margin-bottom: 20px;
}
.footer {
    padding: 50px 0;
    padding-bottom: 20px;
    background-color: #212121;
}
.footer .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    color: #eee;
}
.footer .form-control:hover,
.footer .form-control:focus {
    border-bottom-color: #a8d15e;
}
.footer h3 {
    color: #fff;
    text-transform: capitalize;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-info {
    padding-top: 0px;
}
.contact-info p {
    font-size: 2rem;
    color: #eee;
}
.contact-info p a {
    color: #aeaeae;
}
.contact-info p a:hover {
    color: #a8d15e;
}
.contact-info a i {
    display: inline-block;
    margin: 0px 8px;
}
.navbar-default.header-transparent .navbar-nav>li>a {
    color: #F7F0C9;
}
.nav.navbar-nav.navbar-right {
    margin-top: 1px;
}
.navbar-brand>img {
    float: left;
    height: 40px;
    margin-top: -10px;
    margin-bottom: -10px;
}
.newsletter-section {
    height: 380px;
    background: url(../img/newsletter.jpg) no-repeat fixed;
    background-size: cover;
}
.testimonials {
    height: 380px;
    background: url(../img/testimonials.jpg) 0 -28px no-repeat fixed;
    background-size: cover;
    padding: 55px 0;
}
.testimonials img {
    margin-bottom: 10px;
}
.book-a-table {
    min-height: 380px;
    background: url(../img/book.jpg) 0 -28px no-repeat fixed;
    background-size: cover;
    padding: 110px 0;
}
.book-a-table>.container {
    color: #fff;
}
.book-a-table>.container>.col-sm-8 {
    padding: 15px;
    background-color: rgba(0, 0, 0, .5);
}
.book-a-table>.container>.col-sm-8>h3 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.menu-thumb>img {
    border-radius: 50%;
}
#CDSWIDCOE {
    margin: none !important;
}
.sub_title {
    color: #F7F0C9;
}
.tee {
    float: left;
    padding-right: 50px;
}
.tee > img {
    width: 100%;
}
.gallery-images > img {
    width: 100%;
}
#filters-container {
    text-align: center;
}
.owl-item>.item>.container>.row>.text-center {
    padding: 15px;
    background-color: rgba(0, 0, 0, .5);
}
.footer h3 {
    margin-bottom: 20px;
}
#languages {
    padding-top: 11px;
}
.goog-te-gadget-icon {
    display: none;
}
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-simple a {
    display: none !important;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-button .cbp-filter-item:hover {
    background-color: #333;
    color: #fff;
}
.cbp-l-filters-button .cbp-filter-item {
    background-color: #a8d15e;
    color: #fff;
    border: none;
}
.contact-info a i {
    margin-left: 0;
}
body {
    top: 0 !important;
}
.scrollupp {
    z-index: 999999999999;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 45px;
    right: 60px;
    display: none;
    background-color: #A8D15E;
}
@media only screen and (max-width: 992px) {
    .tee {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 768px) {
    #languages {
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 14px;
    }
    .navbar-default .navbar-nav {
        background-color: rgba(255, 255, 255, .25);
    }
    .nav.navbar-nav.navbar-right {
        margin-top: 0;
    }
    .navbar-brand>img {
        height: 40px;
    }
}
.nmbr {
    color: #212121 !important;
}
@media only screen and (max-width: 480px) {
    .tee {
        width: 100%;
        padding: 0;
    }
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .tee {
        padding-right: 0;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }
}
.menu-content > h4 {
    margin-top: 3px !important;
    margin-bottom: 5px !important;
}
.menu-content>p {
    margin: 0 0 -5px;
}
.menu-content>i,
.menu-content>p {
    font-size: 13px;
}
.cbp-l-filters-button .cbp-filter-item {
    margin: 0 4px 10px 0;
}

#bestthai {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    z-index: 99999;
    padding-top: 75px;
}
#bestthai > #inhoud {
    background: #222;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 250px;
    margin-top: -150px;
    margin-left: -150px;
    padding: 15px;
    text-align: center;
    font-weight: 300;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    color: white;
}
#bestthai > #inhoud > img {
    margin-top: 5px;
    width: 100%;
    margin-bottom: 20px;
}
#bestthai > #inhoud > p {
    margin-bottom: 15px;

}
#bestthai > #inhoud > a {
    border-radius: 3px;
    margin-top: 20px;
    background-color: #a8d15e;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
a:focus, a:hover {
    color: white !important;
}
#bestthai > #inhoud > small {
    display: block;
    margin-top: 15px;
    font-size: 11px;
    opacity: .8;
}
#bestthai > #inhoud > #kruisje {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
}
#bestthai > #inhoud > #kruisje:hover {
    color: #a8d15e;
}
#bestthai > #bg1 {
    position: absolute;
    bottom: 0px;
    left: -65px;
    width: 400px;
    height: 392px;
    background-image: url(https://www.thebestthai.nl/wp-content/themes/singhabestthai/dist/images/bottle-with-caps.png);
    background-size: cover;
    background-position: center center;
}
#bestthai >  #bg2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    height: 368px;
    background-image: url(https://www.thebestthai.nl/wp-content/themes/singhabestthai/dist/images/item-2.png);
    background-size: cover;
}
#bestthai > #bg3 {
    position: absolute;
    left: 20%;
    top: 0;
    width: 434px;
    height: 262px;
    background-image: url(https://www.thebestthai.nl/wp-content/themes/singhabestthai/dist/images/item-3.png);
    background-size: cover;
}
#bestthai > #bg4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 470px;
    height: 619px;
    background-image: url(https://www.thebestthai.nl/wp-content/themes/singhabestthai/dist/images/item-4.png);
    background-size: cover;
}
#bestthai > #bg5 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 390px;
    height: 354px;
    background-image: url(https://www.thebestthai.nl/wp-content/themes/singhabestthai/dist/images/item-5.png);
    background-size: cover;
}
#bestthai > #sponsor {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 190px;
    margin-left: -50px;
}
@charset "UTF-8";

/*
    Name: YouTubePopUp
    Description: jQuery plugin to display YouTube or Vimeo video in PopUp, responsive and retina, easy to use.
    Version: 1.0.1
    Plugin URL: http://wp-time.com/youtube-popup-jquery-plugin/
    Written By: Qassim Hassan
    Twitter: @QQQHZ
    Websites: wp-time.com | qass.im | wp-plugins.in
    Dual licensed under the MIT and GPL licenses:
        http://www.opensource.org/licenses/mit-license.php
        http://www.gnu.org/licenses/gpl.html
    Copyright (c) 2016 - Qassim Hassan
*/

.YouTubePopUp-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
}

.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top:32px;
    z-index:99998;
}

.YouTubePopUp-Content{
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.YouTubePopUp-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close{
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:528px;
    right:0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(../images/close.png) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
}

.YouTubePopUp-Close:hover{
    opacity:0.5;
}

@media all and (max-width: 768px) and (min-width: 10px){
    .YouTubePopUp-Content{
        max-width:90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:320px !important;
    }

    .YouTubePopUp-Close{
        bottom:362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:220px !important;
    }

    .YouTubePopUp-Close{
        bottom:262px;
    }
}