
a:focus {
    outline: none;
}
#nav-section a {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    color: #f1efeb;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
    font-weight: 500;
}
h4 {
    font-size: 21px;
}
h5 {
    font-size: 17px;
    font-weight: 500;
}
h6 {
    font-size: 14px;
    font-weight: 500;
}

p {
    font-family: 'Cabin', sans-serif;
    font-size: 17px;
    line-height: 25px;
}
small, .small {
    font-size: 85%;
}
code {
    font-size: 17px;
    font-weight: 500;
}
.manuscript {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
    font-weight: 700;
    padding: 10px 0;
}
.text-uppercase{
    text-transform: uppercase;
}
.center-text {
    text-align: center;
    float: none;
}
.section-title {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #444034;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section-title-border:after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 113px;
    background-color: #e7e7e7;
    margin: 15px auto;
}

.section-title-border {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #ececea;
    padding: 20px 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.section-subtitle {
    text-align: center;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    color: #6f6f6f;
    padding: 15px 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.edit-padding0 {
    padding: 0;
}
.edit-padding10{
    padding: 10px;
}
.edit-paddingTop0 {
    padding-top: 0px;
}

.edit-paddingBottom10 {
    padding-bottom: 10px;
}
.edit-paddingTop40{
    padding-top: 40px;
}
.edit-marginTop30 {
    margin-top: 30px;
}
.edit-marginTop40 {
    margin-top: 40px;
}


/* #General
================================================== */
html {
    overflow: auto;
}
body {
    padding: 0;
    height: 100%;
    color: #6f6f6f;
    overflow: hidden;
    background-color: #fff;
    font-size: 14px;
    font-family: 'Cabin', sans-serif;
}
#page-loader-box {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border-top: 4px solid #c5a86a;
    border-bottom: 4px solid #c5a86a;
    background: rgba(19, 19, 19, 0.15);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#pageloader {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.90);
    z-index: 10000;
    position: fixed;
    display: block;
}
.loaded #pageloader {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}
.loaded #page-loader-box {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#pageloadDiv {
    display: none;
}
.page-loader-title {
    position: absolute;
    top: 57%;
    text-align: center;
    z-index: 1;
    width: 99%;
    left: -5px;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}
.page-loader-title h3 {
    font-size: 18px;
    line-height: 21px;
    color: #c5a86a;
}
.page-animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}
::selection {
    background: #c5a86a;
    color: #fff;
}
::-moz-selection {
    background: #c5a86a;
    color: #fff;
}
.color {
    color: #c5a86a;
}
a {
    color: #c5a86a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover,
a:focus {
    color: #c5a86a;
}
iframe[src="about:blank"] {
    display: none;
}

#wrapper.open {
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
}
#wrapper {
    position: relative;
    overflow: hidden;
    left: 0;
    z-index: 99;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

/* mozilla solution - this is for firefox 18- */
:-moz-placeholder { color:#e7e7e7; }

section {
    padding:60px 0;
    background: #fff;
    overflow: hidden;
}
img {
    width: 100%;
    height: auto;
}
.content {
    padding: 20px 10px;
}
.content p {
    line-height: 30px;
    margin-bottom: 25px;
}
.content .first-letter::first-letter {
    font-size: 60px;
    color: #f36232;
    margin-right: 3px;
}

.special-menu {
    padding: 5px 0;
}

.number-list {
    list-style-type: none;
    counter-reset: li-counter;
    margin: 0;
    padding: 0px 10px 20px 40px;
}
.number-list li {
    display: list-item;
    margin-bottom: 10px
}
.number-list>li:before{
    position: absolute;
    left: 25px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    content: counter(li-counter);
    counter-increment: li-counter;
    background-color: #6f6f6f;
}
.normal-list {
    padding: 0px 10px 20px 40px;
}
.normal-list li{
    margin-bottom: 5px;
    font-size: 14px;
}
.socials-box {
    display: table-cell;
    vertical-align: middle;
    margin: 1px 5px;
    padding: 0;
}
.socials-box li {
    display: inline-block;
    opacity: 1;
    margin-left: 7px;
}
.socials-box a {
    line-height: 20px;
}
.socials-box a:hover .social-circle-border{
    color: #c5a86a;
    border-color:#c5a86a;
}
#top-bar .socials-box a:hover .social-circle-border, #footer .socials-box a:hover .social-circle-border, .chefInfo-box .socials-box a:hover .social-circle-border{
    color: #ff6734;
    border-color: #ff6734;
}
#top-bar .social-circle-border, #footer .social-circle-border, .chefInfo-box .social-circle-border {
    background-color: transparent;
    border: 2px solid #e7e7e7;
    color: #fff;
}
.social-circle-border {
    font-size: 14px;
    line-height: 23px;
    margin-right: 2px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #6f6f6f;
    color: #6f6f6f;
    text-align: center;
}
.social-circle-border {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.socials-box .social-circle-border:hover{
    border: 2px solid #c5a86a;
    color: #c5a86a;
}
.center-button {
    width: 100%;
    text-align: center;
}
.btn {
    padding: 6px 10px 3px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 0px;
}
.btn {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}
.btn {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn:active {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #c5a86a;
    border-color: #c5a86a;
}
.btn-o {
    text-align: center;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
}
.btn-o-primary {
    padding: 10px 16px;
    color: #1b1b1b;
    background-color: transparent;
    border: 2px solid #c5a86a;
    border-radius: 5px;
}
.btn-o-primary:hover {
    background-color: #c5a86a;
    color: #1b1b1b;
}
.btn-sm {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
}
.btn-lg {
    padding: 10px 30px;
    line-height: 1.3333333;
    border-radius: 0px;
}
.btn-primary-gray {
    font-size: 18px;
    margin: 0px 3px;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 0;
}
.btn-primary-gray {
    background-color: #E8E4DB;
    color: #444034;
}
.btn-primary-gray:hover {
    background-color: #d5d5d5;
    border-color: #c7c7c7;
}
.btn-primary {
 color: #383131;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(249, 100, 50);
}
.btn-primary:hover {
    color: #fffbfb;
    background-color: #ff673475;
    border-color: #ff673475;
}
.btn-primary:active {
    color: #1b1b1b;
    background-color: #c5a86a;
    background-color: #c5a86a;
    border-color: #c5a86a;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #1b1b1b;
    background-color: #c5a86a;
    border-color: #c5a86a;
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline:none;
}
.btn-primary:focus, .btn-primary.focus {
    color: #1b1b1b;
    background-color: #c5a86a;
    border-color: #c5a86a;
}
.btn-success:active, .btn-success:active:focus, .btn-success:focus, .btn-success.focus{
    color: #fff;
    background-color: #8eba39;
    border-color: #8eba39;
}
.btn-success {
    color: #fff;
    background-color: #9cce3d;
    border-color: #9cce3d;
}
.btn-success:hover {
    color: #fff;
    background-color: #8eba39;
    border-color: #8eba39;
}
.btn-info:active, .btn-info:active:focus, .btn-info:focus, .btn-info.focus{
    color: #fff;
    background-color: #52aaad;
    border-color: #52aaad;
}
.btn-info {
    color: #fff;
    background-color: #62babd;
    border-color: #62babd;
}
.btn-info:hover {
    color: #fff;
    background-color: #52aaad;
    border-color: #52aaad;
}
.btn-warning:active, .btn-warning:active:focus, .btn-warning:focus, .btn-warning.focus{
    color: #fff;
    background-color: #e2902f;
    border-color: #e2902f;
}
.btn-warning {
    color: #fff;
    background-color: #ffa73f;
    border-color: #ffa73f;
}
.btn-warning:hover {
    color: #fff;
    background-color: #e2902f;
    border-color: #e2902f;
}
.btn-danger:active, .btn-danger:active:focus, .btn-danger:focus, .btn-danger.focus{
    color: #fff;
    background-color: #cc3434;
    border-color: #cc3434;
}
.btn-danger {
    color: #fff;
    background-color: #ff3f3f;
    border-color: #ff3f3f;
}
.btn-danger:hover {
    color: #fff;
    background-color: #cc3434;
    border-color: #cc3434;
}
.button-section {
    text-align: center;
    padding: 20px 0;
}
.other-alter-box {
    color: #3b7795;
    padding: 5px 10px;
    margin: 5px 0 10px;
    background: #d9edf7;
    display: inline-block;
}
.alert {
    font-size: 17px;
}
.close {
    font-size: 43px;
    color: white !important;
}
.alert-dismissable .close, .alert-dismissible .close {
    top: -10px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #efefef;
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #6f6f6f;
    background-color: #efefef;
    border: 1px solid #e7e7e7;
    border-bottom: none;
}
.panel-default:last-child > .panel-heading {
    border-bottom: 1px solid #e7e7e7;
}
.panel-title {
    font-size: 14px;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color:#6f6f6f;
    font-size: 18px;
}
.more-less {
    float: right;
    color: #6f6f6f;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 10px 15px;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    font-size: 17px;
    line-height: 25px;
}
.panel-default:last-child > .panel-heading + .panel-collapse > .panel-body {
    border-bottom: 1px solid #e7e7e7;
    border-top: none;
}

.form-group input, .form-group textarea {
    border-radius: 0px;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #efefef00;
    padding: 6px 20px;
    color: #ffffff;
    font-size: 14px;
}
.form-control {
    height: 40px;
}
textarea.form-control {
    height:auto;
}
.form-group input:focus, .form-group textarea:focus {
   -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
    -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
    background-color: transparent;
    border-color: rgba(173, 171, 171, 0) !important;   
}
.form-control:focus {
    border-color: #e7e7e7;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
    -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
}
.contact-form input[type='number'] {
    -moz-appearance:textfield;
}
/* Internet explorer - 11+ */
.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.parallax-box{
    background-color: #111111;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
}
.parallax-box .mediaSection-box {
    display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 50px 0;
}
.note-new {
    font-family: 'Oswald', cursive;
    font-size: 18px;
    color: #444034;
    background-color: #c5a86a;
    border-bottom-right-radius: 5px;
    padding: 2px 10px;
    margin-left: 10px;
    border-top-right-radius: 5px;
}
.note-spicy {
    font-family: 'Oswald', cursive;
    font-size: 18px;
    color: #fff;
    background-color: #df400b;
    border-bottom-right-radius: 5px;
    padding: 2px 10px;
    margin-left: 10px;
    border-top-right-radius: 5px;
}
.note-milk {
    font-family: 'Oswald', cursive;
    font-size: 18px;
    color: #b4985b;
    background-color: #ece6da;
    border: 1px solid #e3d6bc;
    border-bottom-right-radius: 5px;
    padding: 2px 10px;
    margin-left: 10px;
    border-top-right-radius: 5px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.56%;
    margin-bottom: 30px;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*******  Widget secton ******/
.sb-search {
    margin-bottom: 60px;
}
.sb-search .widget-search {
    float: left;
    width: 100%;
    padding: 5px 0px;
    vertical-align: middle;
}
.widget-search .form-group {
    float: left;
    margin: 0;
    width: auto;
}
.widget-search button {
    margin: 0;
    padding: 9px 20px;
}
.widget-search button:hover {
}
.sb-search .btn-primary:active, .sb-search .widget-search button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.widget-search .form-group input {
    border-radius: 0px;
    border: 1px solid #c5a86a;
    border-right: 0px solid #c5a86a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    padding: 6px 21px;
    height: 42px;
    color: #444034;
}
.widget-search .form-group input:focus {
    box-shadow: 0px 0px 1px #c5a86a;
}
aside>div {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
aside .widget-title {
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    position: relative;
    margin: 0 0 25px;
    padding: 16px 0 21px;
    text-transform: uppercase;
}
aside .sb-category {

}
.sb-category .widget-title {

}
aside .widget-title:before, aside .widget-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: rgba(103, 100, 93, 0.38);
}
aside .widget-title:before {
    width: 50%;
    left: 0;
    height: 3px;
    background-color: #c5a86a;
    z-index: 1;
}
aside ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
aside ul li a:hover {
    color:#c5a86a;
}
aside ul li a, aside ul li, aside ul li img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
aside .bootstrap-datetimepicker-widget table td span:hover{
    color: #fff;
}


/* # Responsive Tabs */

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}
.tab-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}
.tab-links li {
    margin:0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 4px;
    display: inline-block;
    border-radius: 3px 3px 0px 0px;
    color: #6f6f6f;
    background: #efefef;
    border-top: 3px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin-bottom: 1px;
    float:none;
    text-align: center;
    list-style:none;
}
.tab-links li:last-child {
    margin-right: 0px;
}
.tab-links li.active:last-child, .tab-links li.active:hover:last-child{
    margin-right: 0px;
}
.tab-links a {
    color: #6f6f6f;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    transition:all linear 0.15s;
}
.tab-links a:hover {
    color: #c5a86a;
    text-decoration:none;
}
.tab-links li.active a, .tab-links li.active a:hover {
    color: #444034;
}
.tab-links li.active, .tab-links li.active:hover {
    background-color: #fff;
    border-top: 3px solid #c5a86a;
    border-bottom: 0px solid #fff;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    margin-bottom: -1px;
    margin-right: 4px;
}



@-moz-keyframes spin {
    0% {
    -moz-transform: rotate(0deg);
}
100% {
    -moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
    0% {
    -o-transform: rotate(0deg);
}
100% {
    -o-transform: rotate(359deg);
}
}
@keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}

/* #Header
================================================== */
#header {
    width: 100%;
    position: absolute;
    z-index: 1001;
}
#header:after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: transparent;
    z-index: 10;
}
#top-bar {
    width: 100%;
    min-height: 45px;
    font-size: 13px;
    line-height: 43px;
    background-color: rgba(0, 0, 0, 0.67);
    border-bottom: 1px dashed #7f7f7f;
    position: relative;
    z-index: 1020;
}
#top-bar a {
    color: #e1e1e1;
}
#top-bar a:hover,
#top-bar a:focus {
    color: #c5a86a;
    text-decoration: none;
}
#top-info,
#top-buttons{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#top-info li,
#top-buttons li {
    color:#e1e1e1;
}
#top-info li,
#top-buttons li {
    display: inline-block;
    margin-left: 20px;
}
#top-buttons {
    float: right;
}
#top-buttons .divider {
    position: relative;
    border-left: 1px solid #74777c;
    width: 1px;
    height: 22px;
    overflow: hidden;
    margin-bottom: -6px;
}
#top-social a::after {
    content: "";
    background: transparent;
    width: 26px;
    height: 26px;
    position: absolute;
    margin: 8px -18px;
    border: 2px solid;
    border-radius: 50%;
}
.nav-mobile-btn {
    display: none;
}
#nav-section {
    margin-top: 40px;
    min-height: 60px;
    min-width: 320px;
    padding: 0;
    background-color: transparent;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#nav-section.stuck {
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    
    background-color: #151515;
}
#nav-section.stuck:after {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
    z-index: 10;
}

.navbar-btn {
    display: none;
}

/* #Navigation
================================================== */
.navbar {
    float: right;
    margin: 0px 30px 0 0;
    min-height: 0;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
}


/*.navbar-nav>li:before {
    content: "";
    width: 11%;
    display: block;
    position: absolute;
    border-top: 1px dashed #7f7f7f;
    top: 2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/
/*.navbar-nav>li:after {
    content: "";
    width: 11%;
    display: block;
    position: absolute;
    border-bottom: 1px dashed #7f7f7f;
    bottom: 2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/


.navbar-nav > .border-none:before, .stuck .navbar-nav > .border-none:before, .navbar-nav > .border-none:after, .stuck .navbar-nav > .border-none:after{
    border-top: none;
    border-bottom: none;
}
.navbar-nav > li > a {
    padding: 0 15px;
    display: block;
    color: #e7e7e7;
    line-height: 60px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active {
    background-color: transparent;
    color: #fe6633;
    /*#c5a86a*/
}
.onepage .navbar-nav > li > a.active
{
    background-color: transparent;
    color: #e7e7e7;
}
.onepage .navbar-nav > .current > a, .onepage .navbar-nav > .current > a.active {
    background-color: transparent;
    color: #ff6734;
}


#nav-section .nav-logo img {
    height: 56px;
    width: auto;
}

#home-advanced-search .container {
    overflow: visible;
}
#wrapper.boxed {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

/* #Home
================================================== */

.home-page .about-us .signatured-box{
    width: 100%;
    text-align: right;
    margin-top: 20px;
}
.home-page .about-us .content p:last-child{
    margin-bottom: 5px;
}

.home-page .about-us .signatured-box .signatured{
    display: inline-block;
    -moz-display: inline-block;
    position: relative;
    font-style: italic;
}
.home-page .about-us .signatured-box .signatured img{
    margin-top: 5px;
}
.home-page .about-us .content {
    padding:20px 10px 0px 10px;
}

/**** Special Menu ****/
.special-menu {
    display: flex;
    display: -webkit-flex;
}
.special-menu {
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.6) 100%), url(..images/cpecial-menu-parallax.jpg);
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.6) 100%), url(../images/cpecial-menu-parallax.jpg);
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%,rgb(0, 0, 0) 100%),
        url(../images/catering-banner.jpg);  }
.special-menu .mediaSection-box .section-title-border {
    font-size: 40px;
    font-weight: 400;
    color: #e7e7e7;
    padding-bottom: 0px;
}
.special-menu .mediaSection-box .section-title-border:after {
    margin-bottom: 10px;
}
.special-menu .mediaSection-box .section-subtitle {
    color: #e7e7e7;
    padding: 10px 0;
    padding-top: 0;
}

/*FINISH*/

.menu-list-item {
    margin-bottom: 30px;
}
.menu-list-item {
    display: block;
    position: relative;
}

/**** Menu Of The Day ****/

.menu-button-filter {
    list-style: none;
    padding: 0;
    text-align: center;
    display: block;
}
.menu-button-filter li {
    text-transform: uppercase;
    font-size: 20px;
    color: #616161;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    margin: 0 30px;
    cursor: pointer;
}
.menu-button-filter li {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu-button-filter li.tagsort-active {
    color: #ff6734;
}
.menu-button-filter li:hover .iconBox-icon:before, .menu-button-filter li:hover .iconBox-icon .glyph-icon:before {
    border-color: #ff6734;
    color: #ff6734;
}
.menu-button-filter li:hover .r-name {
    color:#8e8a8a;
}
.menu-button-filter .iconBox-icon {
    text-align: center;
    width: 75px;
    height: 75px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu-button-filter .iconBox-icon:before {
    content: "";
    height: 67px;
    width: 68px;
    border: 2px solid #616161;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu-button-filter .tagsort-active .iconBox-icon .glyph-icon:before, .menu-button-filter .tagsort-active .iconBox-icon:before {
    color: #f66332;
    border-color: #616161;
}
.menu-button-filter .iconBox-icon .glyph-icon:before {
    font-size: 38px;
    margin-left: 0px;
    color: #616161;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu-button-filter .r-name {
    display: block;
    padding:0 0 10px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.menu-list-section .menu-items-list .menu-item .menu-wrapper {
    background-color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #dadada24;
    margin: 10px;
}
.menu-list-section .menu-items-list .menu-item p {
    margin-bottom: 5px;
}
.menu-list-section .menu-items-list .menu-item .menu-wrapper{

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-list-section .menu-items-list .menu-item .menu-wrapper:hover {
    border-radius: 0px;
}
.menu-list-section .menu-items-list .menu-item .title{
    float: left;
}
.menu-list-section .menu-items-list .menu-item .manuscript {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    text-transform: none;
    font-weight: 700;
    color: #656565;
    padding: 10px 0;
    margin: 0;
}
.menu-list-section .menu-items-list .menu-item .price {
    float: right;
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    font-size: 21px;
    color: #c5a86a;
    padding: 10px 0;
}
.menu-list-section .menu-items-list .menu-item .desc {
    display: inline-block;
    width: 100%;
}
.menu-items-list {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}


/**** Reservation Now ****/

.reservation-now {
    height: auto;
    /* background-attachment: scroll!important; */
    display: block;
    overflow: visible;
    padding: 0;
}
.reservation-now .mediaSection-box {
    padding: 0;
}
.reservation-now {
/*    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.6) 100%), url(..images/reservation-parallax.jpg);
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.6) 100%), url(../images/reservation-parallax.jpg);
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%,rgba(0, 0, 0, 0.6) 100%), url(../images/reservation-parallax.jpg);*/
}
.reservation-now .mediaSection-box .section-title-border {
    font-size: 40px;
    font-weight: 400;
    color: #ececea;
    padding-bottom: 0px;
}
.reservation-now .mediaSection-box .section-title-border:after {
    padding: 0;
    margin-bottom: 10px;
    background-color: #e7e7e7;
}
.reservation-now .mediaSection-box .section-subtitle {
    color: #e7e7e7;
    padding: 10px 0;
    padding-top: 0;
}

.reservation-now .manuscript {
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    padding: 0px 0;
}
.reservation-now .reservation-form-box {
    background-color: rgba(0, 0, 0, 0.58);
    height: auto;
    padding: 60px 40px 80px;
    display: inline-block;
}
.reservation-now .reservation-form-box .form-margin {
    margin: 60px 10px 10px;
}
.reservation-now .reservation-form-box .form-group {
    margin-bottom: 25px;
    float: left;
    width: 47%;
    margin-right: 5px;
    margin-left: 5px;
}

.reservation-now .reservation-form .form-group input, .reservation-now .reservation-form .form-group textarea {
    border-radius: 0px;
    border: 1px solid #dadada;
    background-color: transparent;
    padding: 6px 12px;
    color: #c5a86a;
}
.reservation-now .reservation-form .input-group-addon {
    background-color: rgba(197, 168, 106, 0.2);
    border: 1px solid #dadada;
}
.reservation-now .reservation-form .input-group-addon {
    color:#e7e7e7;
}

.reservation-now .reservation-form .bootstrap-datetimepicker-widget {
    background-color: transparent;
}
.reservation-now #rv-message {
    margin: 0 20px;
}
.reservation-now .alert-danger {
    background-color: rgba(0, 0, 0, 0.27);
    border-color: #585858;
    color: #e7e7e7;
    font-size: 16px;
}
.reservation-now .close {
    text-shadow: none;
}
.reservation-now .close:hover, .reservation-now  .close:focus {
    color: #b3b3b3;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/* webkit solution */
.reservation-now .reservation-form ::-webkit-input-placeholder { color:#e7e7e7 !important; }

/* mozilla solution - this is for firefox 18+ */
.reservation-now .reservation-form:-moz-placeholder { color:#e7e7e7 !important; }
.reservation-now .reservation-form ::-moz-placeholder { color:#e7e7e7 !important; }
.reservation-now input[type='number'] {
    -moz-appearance:textfield;
}

/* Internet explorer - 11+ */
.reservation-now .reservation-form :-ms-input-placeholder {color:#e7e7e7 !important;}

.reservation-now input::-webkit-outer-spin-button,
.reservation-now input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*  Clock */

.time-clock-box {
    position: absolute;
    width: 100%;
    height: 600px;
}

#sec {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#clock {
    position: relative;
    top: 23%;
    width: 280px;
    height: 280px;
    margin: 20px auto 0 auto;
    background: url(../images/clock/clockface.png);
    background-repeat: no-repeat;
    list-style: none;
}

#sec, #min, #hour {
    position: absolute;
    width: 280px;
    height: 280px;
    top: 0px;
    left: 0px;
}

#sec {
    background: url(../images/clock/sechand.png);
    z-index: 3;
}

#min {
    background: url(../images/clock/minhand.png);
    z-index: 2;
}

#hour {
    background: url(../images/clock/hourhand.png);
    z-index: 1;
}
.top-frames:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-right: 3px solid #ff6734;
    border-top: 3px solid #ff6734;
}
.top-frames:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-left: 3px solid #ff6734;
    border-top: 3px solid #ff6734;
}
.bottom-frames:before {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 10px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-right: 3px solid #ff6734;
    border-bottom: 3px solid #ff6734;
}
.bottom-frames:after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-left: 3px solid #ff6734;
    border-bottom: 3px solid #ff6734;
}

/***** Testimonials ******/
.testimonials {
    height: 100%;
    /* background-attachment: scroll!important; */
    display: flex;
}

.testimonials .mediaSection-box {
    padding: 10px 0;
}

.testimonials {
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(..images/testimonials-parallax.jpg);
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(../images/testimonials-parallax.jpg);
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%),
        url(../images/testimonials-parallax.jpg);
}
.testimonials .thumb-section {
    display: inline-block;
}
.testimonials .desc {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.testimonials .thumb-section img {
    max-width: 120px;
    padding: 5px;
    border: 3px solid #e7e7e7;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.testimonials .thumb-section .name {
    font-size: 30px;
    color: #ff6734;
    position: relative;
    padding: 10px 0 0 0;
    font-family: 'Cabin', sans-serif;
    font-weight: 300;
    text-transform: none;
}
.testimonials .thumb-section .town {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding: 0 0 10px 0;
}
.testimonials .desc p {
   font-size: 23px;
    font-weight: 400;
    line-height: 31px;
    color: #fff;
    /*padding: 0 29px;*/
    padding: 0px 14px 7px 4px;
}
.testimonials .desc p .fa-quote-left {
    margin-top: -20px;
    left: 10px;
    position: absolute;
}
.testimonials .desc p .fa-quote-right {
    margin-top: 5px;     /*20px;*/
    right: 20px;
    position: absolute;
}
.testimonials .thumb-section .town, .testimonials .desc p {
    font-family: 'Josefin Sans', sans-serif;
}

.testimonials .owl-nav {
    margin-top: 10px;
    text-align: center;
    position: relative;
}


/* #About Us
================================================== */
.frame-image{
    background: url('../images/about-content-frame.jpg') center top / cover no-repeat;
    min-height: 600px;
    height: 100%;
}
.about-history .section-title-border{
    font-size: 40px;
    font-weight: 400;
    padding: 0;
}
.about-history .section-subtitle {
    padding-top: 0;
}
.about-history .content-about-box {
    width: 100%;
    margin: 40px 0 10px 0;
}
.about-history .content-about-box .frame-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    height: 100%;
}
.content-about-box .frame-image .top-mask:before {
    content: "";
    height: 50px;
    width: 40%;
    background-color: #fff;
    position: absolute;
}
.content-about-box .frame-image .top-mask:after {
    content: "";
    height: 35px;
    width: 54.8%;
    background-color: #fff;
    position: absolute;
    right: 30px;
    margin-top: 15px;
}
.content-about-box .frame-image .bottom-mask:before {
    content: "";
    height: 50px;
    width: 40%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}
.content-about-box .frame-image .bottom-mask:after {
    content: "";
    height: 35px;
    width: 54.8%;
    background-color: #fff;
    position: absolute;
    right: 30px;
    bottom: 0;
    margin-bottom: 15px;
}
.content-about-box .width-box {
    width: 100%;
    display: inline-block;
    height: 100%;
}
.content-about-box .left-mask {
    float: left;
    width: 540px;
    min-height: 570px;
    height: 100%;
    position: relative;
}
.content-about-box .content {
    float: right;
    background-color: #fff;
    width: 540px;
    height: 100%;
    min-height: 570px;
    padding: 30px;
    vertical-align: middle;
    margin: 15px 15px;
    position: relative;
}
.content-about-box .content .title {
    text-align: center;
    font-size: 50px;
    color: #ffffff;
}
.content-about-box .content p{

}


/* #One Page
================================================== */

/* #Footer
================================================== */
#footer {
    color:#e7e7e7;
    height: 100%;
    max-height: 600px;
}
.footer-background{
    background-color: #111;

}

#footer a {
    text-decoration: none;
}

#footer-top .block {
    padding-top: 40px;
    padding-bottom: 20px;
}

#footer-top .footer-title {
    font-size: 21px;
    font-family: 'Oswald', sans-serif;
    padding: 20px 0;
    margin: 0;
    color:#fd6633;
}

#footer-top p {
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0.2px;
}


#footer-top a {
    color: #e7e7e7;
}
#footer-top a:hover {
    color: #c5a86a;
    text-decoration: none;
}
#footer-top hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(238, 238, 238, 0.43);
}
.footer-socials {
    margin: 10px 0;
    line-height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: rgba(197, 168, 106, 0.18);
    border-radius: 7px;
    padding: 4px;
    /*width: 100%;*/
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer-contacts {
    line-height: 30px;
    list-style: none;
    padding: 0;
    overflow: hidden;
}
#footer-contacts li {
    display: block;
    font-weight: normal;
    letter-spacing: 0.2px;
}
#footer-contacts .fa {
    color: #ff6734;
    margin-right: 5px;
    margin-top: 8px;
}
#footer-work-time {
    line-height: 12px;
    list-style: none;
    padding: 0;
    overflow: hidden;
    position: relative;
}
#footer-work-time li{
    font-weight: normal;
    letter-spacing: 0.2px;
    width: 100%;
    display: inline-block;
}
#footer-work-time .date {
    background: transparent;
    position: relative;
    overflow: hidden;
    width: auto;
    max-width: 100%;
    float: left;
    padding: 5px 5px 5px 0px;
    margin: 0;
}
#footer-work-time .time {
    background: transparent;
    position: relative;
    color: #ff6734;
    float: right;
    width: auto;
    max-width: 100%;
    padding: 5px 0px 5px 5px;
    margin: 0;
}
#footer-work-time .line-box {
    position: relative;
    top: 12px;
    overflow: hidden;
}
#footer-work-time .line-dotted {
    position: relative;
    border-top: 2px dotted #ccc;
    z-index: 1;
    left: 0;
}

#copyright {
    background: #151515;
    border-top: 4px solid #494949;
    text-align: center;
    position: relative;
    margin-top: 40px;
}

#copyright span {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2px;
    display: inline-block;
    text-align: center;
    color:#aaaaaa;
    padding: 15px 0;
}
#copyright .allright {
    padding: 20px 0;
}
#copyright .t-color {
    color: #ff6734;
}
#copyright .scrollTopButton {
    position: absolute;
    left: 48%;
    top: -50px;
    line-height: 19px;
    margin-left: -19px;
}

#copyright .button-square {
    background: #151515;
    border: 4px solid;
    border-color: #494949;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 80%;
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
}

#copyright .scrollTopButton i, #copyright .bugutton-square i {
    font-size: 30px;
    line-height: 24px;
    color: #e7e7e7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#copyright .scrollTopButton i:hover, #copyright .bugutton-square i:hover {
    color:#fd6633;
}

/* #Media Queries
================================================== */

@media (min-width: 993px) and (max-width: 1199px) {
    .nav-logo {
        display: none;
    }

    .navbar-nav {
        font-size: 17px;
    }
    .navbar-nav > li > a {
        padding: 0 12px;
    }
    .navbar-nav .nav-logo img {
        width: 100px;
        height: auto;
    }


    .about-history .content-about-box .frame-image {
        min-height: 600px;
        height: 100%;
    }
    .content-about-box .frame-image .top-mask:before {
        content: "";
        height: 50px;
        width: 43%;
    }
    .content-about-box .frame-image .top-mask:after {
        content: "";
        height: 35px;
        width: 50.7%;
    }
    .content-about-box .frame-image .bottom-mask:before {
        content: "";
        height: 50px;
        width: 43%;
    }
    .content-about-box .frame-image .bottom-mask:after {
        content: "";
        height: 35px;
        width: 50.7%;
    }
    .content-about-box .left-mask {
        width: 450px;
        min-height: 450px;
        height: 100%;
    }
    .content-about-box .content {
        width: 450px;
        height: 100%;
        min-height: 470px;
        padding: 18px;
    }
    .content-about-box .content .title {
        font-size: 40px;
    }
    .content-about-box .content p {
        line-height: 27px;
        margin-bottom: 20px;
        font-size: 15px;
    }
   
    .parallax-box {
        background-attachment: scroll!important;
    }

}
@media (min-width: 768px) and (max-width: 992px) {

    #header {
        position: absolute;
    }
    .navbar-nav {
        font-size: 20px;
        margin: 7.5px -15px;
    }
    .navbar-nav .nav-logo img {
        width: 100px;
        height: auto;
    }
    #nav-section {
        margin-top: 30px;
    }
       #footer-top p {
        font-size: 12px;
        line-height: 25px;
    }
    #footer-contacts {
        line-height: 25px;
        font-size: 12px;
    }
    #footer-work-time {
        line-height: 12px;
        font-size: 12px;
    }
    #footer {
        max-height: none;
    }

    .menu-list-section .menu-button-filter li {
        font-size: 20px;
        margin: 0 15px;
    }
    .menu-list-section .glyph-icon:before {
        font-size: 40px;
    }
    .menu-list-section .menu-items-list .menu-item .manuscript {
        font-size: 25px;
    }

   


}

@media (max-width: 992px) {
    .navbar {
        border-bottom: none;
        border-top: none;
    }
    #header .sticky-wrapper{
        height: 0;
        margin-top: 1px;
    }
    #nav-section {
        margin-top: 15px;
        min-height: 60px;
        min-width: 320px;
        padding: 0;
        background-color: transparent;
        position: absolute;
        margin-top: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

    .nav-mobile .nav-logo {
        display: none;
    }
    .nav {
        float: none;
        position: absolute;
        top: 50px;
        text-align: center;
        width: 100%;
    }

    /*-------------------------------*/
    /*       nav mobile btn Cross         */
    /*-------------------------------*/
    .nav-mobile-btn {
        background: transparent;
        border: none;
        display: block;
        height: 32px;
        margin-left: -20px;
        position: fixed;
        top: 15px;
        width: 32px;
        z-index: 999;
        right: 40px;
    }
    .nav-mobile-btn:hover {
        outline: none;
    }
    .nav-mobile-btn:focus {
        outline: none;
    }
    .nav-mobile-btn:active {
        outline: none;
    }
    .nav-mobile-btn.is-closed:before {
        -o-transform: translate3d(0, 0, 0);
        -o-transition: all 0.35s ease-in-out;
        -ms-transform: translate3d(0, 0, 0);
        -ms-transition: all 0.35s ease-in-out;
        -moz-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        color: #ffffff;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        opacity: 0;
        text-align: center;
        width: 100px;
    }
    .nav-mobile-btn.is-closed:hover before {
        -o-transform: translate3d(-100px, 0, 0);
        -o-transition: all 0.35s ease-in-out;
        -ms-transform: translate3d(-100px, 0, 0);
        -ms-transition: all 0.35s ease-in-out;
        -moz-transform: translate3d(-100px, 0, 0);
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        display: block;
        opacity: 1;
    }
    .nav-mobile-btn.is-closed:hover .hamb-top {
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        top: 0;
    }
    .nav-mobile-btn.is-closed:hover .hamb-bottom {
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        bottom: 0;
    }
    .nav-mobile-btn.is-closed .hamb-top {
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        background-color: rgba(255, 255, 255, 0.7);
        top: 5px;
    }
    .nav-mobile-btn.is-closed .hamb-middle {
        background-color: rgba(255, 255, 255, 0.7);
        margin-top: -2px;
        top: 50%;
    }
    .nav-mobile-btn.is-closed .hamb-bottom {
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        background-color: rgba(255, 255, 255, 0.7);
        bottom: 5px;
    }
    .nav-mobile-btn.is-closed .hamb-top,
    .nav-mobile-btn.is-closed .hamb-middle,
    .nav-mobile-btn.is-closed .hamb-bottom,
    .nav-mobile-btn.is-open .hamb-top,
    .nav-mobile-btn.is-open .hamb-middle,
    .nav-mobile-btn.is-open .hamb-bottom {
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .nav-mobile-btn.is-open .hamb-top {
        -o-transform: rotate(45deg);
        -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -ms-transform: rotate(45deg);
        -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -moz-transform: rotate(45deg);
        -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        background-color: #fff;
        margin-top: -2px;
        top: 50%;
    }
    .nav-mobile-btn.is-open .hamb-middle {
        background-color: #fff;
        display: none;
    }
    .nav-mobile-btn.is-open .hamb-bottom {
        -o-transform: rotate(-45deg);
        -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -ms-transform: rotate(-45deg);
        -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -moz-transform: rotate(-45deg);
        -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -webkit-transform: rotate(-45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        background-color: #fff;
        margin-top: -2px;
        top: 50%;
    }
    .nav-mobile-btn.is-open:before {
        -o-transform: translate3d(0, 0, 0);
        -o-transition: all 0.35s ease-in-out;
        -ms-transform: translate3d(0, 0, 0);
        -ms-transition: all 0.35s ease-in-out;
        -moz-transform: translate3d(0, 0, 0);
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        color: #ffffff;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        opacity: 0;
        text-align: center;
        width: 100px;
    }
    .nav-mobile-btn.is-open:hover before {
        -o-transform: translate3d(-100px, 0, 0);
        -o-transition: all 0.35s ease-in-out;
        -ms-transform: translate3d(-100px, 0, 0);
        -ms-transition: all 0.35s ease-in-out;
        -moz-transform: translate3d(-100px, 0, 0);
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        display: block;
        opacity: 1;
    }
    .navbar .nav-mobile-btn {
        background: transparent;
        border: none;
        display: block;
        height: auto;
        margin-left: auto;
        position: relative;
        top: auto;
        width: auto;
        z-index: 100;
        right: auto;
    }
    .toggled .navbar {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #1b1b1b;
        z-index: 100;
        opacity: 0.99;
    }
    .onepage .overlay {
        opacity: 0.8;
    }
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        height: 100vh;
        padding: 15px;
        overflow: auto;
    }
    .navbar > i {
        position: absolute;
        top: 6px;
        right: 15px;
        font-size: 28px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #605339;
        background-color: #c5a86a;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .navbar > i:hover,
    .navbar > i:active {
        color: #605339;
        background-color: #c5a86a;
    }
    .navbar h2 {
        text-align: center;
        margin: 10px 0 25px;
        color: #e7e7e7;
    }
    .navbar h2 i {
        margin-right: 10px;
    }
    .navbar a {
        color: #e7e7e7;
    }
    .navbar a:hover {
        color: #c5a86a;
        text-decoration: none;
    }
    .navbar a:focus {
        text-decoration: none;
    }
    .navbar ul {
        list-style: none;
    }
    .navbar > ul {
        padding: 0;
    }
    .navbar > ul li {
        margin-bottom: 10px;
    }
    .navbar > ul li > a {
        line-height: 61px;
        margin-bottom: 10px;
        display: block;
    }
    .navbar > ul > li {
        margin-bottom: 10px;
        float: none;
    }
    .navbar > ul ul {
        padding-right: 0px;
        border-left: 1px dashed #5c5c5c;
        padding: 0 15px;
    }
    .navbar::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        content: '';
        display: none;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
  
    .toggled .border-none {
        position: absolute;
        top: -50px;
        display: none;
    }
    .navbar-nav>li:before, .navbar-nav>li:after {
        border-top: none !important;
        border-bottom: none !important;
    }
 
    .nav-logo {
        height: 56px;
        z-index: 999;
        position: fixed;
    }
    #nav-section .nav-logo img {
        margin: 10px 0;
        height: 35px;
        width: auto;
    }
    .navbar {
        margin: 0px 10px 0 0;
        float: none;
    }
    .nav-logo img {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #top-bar {
        display: none
    }
    #top-social {
        display: inline-block;
        float: none;
        text-align: center;
        width: 100%;
    }


    .social-networks {
        float: none;
        margin-top: 20px;
    }
    .section-title {
        margin-bottom: 0px;
    }

    /*FINISH*/

    .reservation-now .reservation-form-box .form-group {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .time-clock-box {
        height: 800px;
        right: 5px;
    }
    #clock {
        top: 33%;
    }

    .about-history .content-about-box .frame-image {
        min-height: 600px;
        height: 100%;
        background-size: contain !important;
        background-position: top center;
    }

    .content-about-box .frame-image .top-mask:before {
        content: "";
        height: 50px;
        width: 43%;
    }
    .content-about-box .frame-image .top-mask:after {
        content: "";
        height: 35px;
        width: 50.7%;
    }
    .content-about-box .frame-image .bottom-mask:before {
        content: "";
        height: 50px;
        width: 43%;
    }
    .content-about-box .frame-image .bottom-mask:after {
        content: "";
        height: 35px;
        width: 50.7%;
    }
    .content-about-box .left-mask {
        display: none;
        float: none;
    }
    .content-about-box .content {
        width: 95%;
        height: 100%;
        min-height: 470px;
        padding: 25px;
        margin: 15px auto;
        margin-top: 45%;
        float: none;
        text-align: center;
        /*border-bottom: 1px solid #e2e2e2;*/
    }
 
    .content-about-box .content .title {
        font-size: 40px;
    }
    .content-about-box .content p {
        line-height: 27px;
        margin-bottom: 20px;
        font-size: 15px;
    }
    .content-about-box .top-mask, .content-about-box .bottom-mask {
        display: none;
    }
    .about-page .about-history {
        padding-bottom: 30px;
    }


    .parallax-box {
        background-attachment: scroll!important;
    }

}

@media (max-width: 767px) {

    .section-title {
        font-size: 30px;
        margin-bottom: 0px;
    }


    .section-title-border {
        padding: 20px 0;
        line-height: 41px;
    }
    .section-title-border:after {
        width: 110px;
    }
    .section-subtitle {
        font-size: 15px;
        padding: 10px 0;
    }
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .content {
        padding: 10px 0;
    }

    .content p {
        line-height: 25px;
        margin-bottom: 18px;
    }
    p {
        font-family: 'Cabin', sans-serif;
        font-size: 14px;
    }
    .content .first-letter::first-letter {
        font-size: 45px;
    }

    #footer {
        max-height: none;
    }
    #footer-top .block {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    #footer-contacts li {
        display: flex;
    }


    .menu-list-section .menu-items-list .menu-item .manuscript {
        font-size: 20px;
    }

    /*new-style for menu-list-section*/
    .menu-list-section .menu-items-list .menu-item .manuscript {
        text-align: center;
        float: none;
        padding: 10px 0 5px;
    }
    .menu-list-section .menu-items-list .menu-item .price {
        float: none;
        text-align: center;
        width: 100%;
        display: inline-block;
        padding: 5px 0;
    }
    .menu-list-section .menu-items-list .menu-item .desc {
        text-align: center;
    }
    .menu-list-section .menu-button-filter li {
        font-size: 16px;
        margin: 5px 0px;
        text-align: center;
        min-width: 80px;
    }
    .menu-button-filter .iconBox-icon {
        width: 45px;
        height: 45px;
    }
    .menu-button-filter .iconBox-icon:before {
        width: 60px;
        height: 60px;
        left: -10px;
    }
    .menu-button-filter .iconBox-icon .glyph-icon:before {
        font-size: 30px;
    }
    .menu-list-section .menu-item .desc p {
        line-height: 21px;
    }
    .menu-list-section .glyph-icon:before {
        font-size: 25px;
        margin: 0px 6px;
    }
    .menu-list-section .menu-button-filter .r-name {
        padding: 10px 0;
    }
    .reservation-now .mediaSection-box .section-title-border {
        font-size: 40px;
        line-height: 40px;
    }
    .reservation-now .reservation-form-box {
        padding: 40px 20px 40px
    }
    .call-reservation .call-box .title {
        font-size: 20px;
    }
    .call-reservation .call-box .phone {
        font-size: 30px;
    }
    .time-clock-box {
        display: none;
    }
    /*.testimonials .owl-theme .owl-controls {
      display: none !important;
    }*/
    .testimonials .desc p {
        font-size: 20px;
        line-height: 28px;
    }
    /*.owl-carousel-3 {
      max-width: 640px;
      width: 100%;
    }*/
    .menu-standart .menu-base .title-box .title {
        font-size: 25px;
    }
    .note-new {
        font-size: 16px;
        font-weight: 500;
    }
    .note-spicy {
        font-size: 16px;
        font-weight: 500;
    }
    .note-milk {
        font-size: 16px;
        font-weight: 500;
    }
    .menu-standart .menu-base .title-box .price {
        font-size: 20px;
    }
    .menu-standart .menu-base .desc p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 2px;
    }

    
    
    .contact-section .contact-loacation, .contact-section .contact-socials, .contact-section .contact-drect {
        text-align: center;
    }
    .contact-section p {
        display: block;
    }
    .contact-section .socials-box {
        display: block;
    }
    
    #page-loader-box {
        left: 54%;
        top: 50%;
        width: 100px;
        height: 100px;
    }
    .navbar > ul li > a {
        line-height: 40px;
    }
    .navbar-nav .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .dropdown-submenu > a:after {
        margin-top: 7px;
    }
    .navbar-nav .dropdown-submenu:hover > a:after {
        margin-top: -3px;
    }
    .best-service .section-title {
        letter-spacing: 3px;
    }
}

@media (max-width: 600px) {

    .owl-chef-team-slider .socials-box li {
        margin-left: 2px;
    }
    .owl-chef-team-slider .item-frame-box {
        margin: 10px 10px;
    }
}

@media (min-width: 481px) and (max-width: 992px) {

}

@media (max-width: 480px) {
    #top-info {
        display: block;
        line-height: 20px;
        margin-top: 7px;
    }
    #top-info li {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 0;
    }
    #top-buttons {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    #top-social {
        display: inline-block;
        float: none;
        text-align: center;
        width: 100%;
    }
    #copyright .scrollTopButton {
        left: 42%;
    }
    /*.owl-carousel-3 {
      max-width: 350px;
      width: 100%;
    }*/
    .menu-standart .menu-base .title-box .title {
        font-size: 25px;
        text-align: center;
        line-height: 30px;
        float: none;
        max-width: 100%;
    }
    .note-new {
        font-size: 16px;
        font-weight: 500;
        position: relative;
    }
    .menu-standart .menu-base .title-box .price {
        font-size: 20px;
        text-align: center;
        position: relative;
        display: block;
        float: none;
        max-width: 100%;
    }
    .menu-standart .menu-base .line-box {
        display: none;
    }
    .menu-standart .menu-base .desc {
        padding: 10px;
        margin-top: -20px;
        text-align: center;
        border-bottom: 2px dotted #ccc;
    }
    .menu-standart .col-sm-6:last-child .menu-base .desc {
        border-bottom: none;
    }

    #page-loader-box {
        left: 54%;
    }

}

@media (max-width: 350px) {

    .owl-carousel-3 .owl-wrapper-outer{
        width: 255px;
    }
  
    #page-loader-box {
        left: 57%;
    }
    .section-title:after {
        width: 270px;
        height: 26px;
    }
    .white-decor:after {
        width: 270px;
        height: 26px;
    }

}

@media (min-width: 1100px){
    .nav-logo {
        display: none;
    }
    .menu-page .menu-standart .container {
        width: 1100px;
    }
}

@media(min-width: 1200px){
    


    .contact-section .center-button {
        width: auto;
    }
    .recipe-content .item-box .bd-ratings .star-box {
        margin: 16px 10px 5px 10px;
    }
}


@media (min-width: 768px) {
    .footer-flex-row.row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-flex-row.row > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 992px){
    .navbar {
        float: none;
        margin: 0;
    }

    .navbar-nav {
     float: none;
    margin: 0;
    text-align: center;
    flex-direction: row;
    width: 100%;
    display: initial;
    }

    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    .menu-thubnail .flex-row.row > [class*='col-'] {
        padding: 15px 10px;
    }

    .recipe-content .col-md-6 .view-image {
        width: 50%;
    }
    .owl-featured-recipe .item-box .view-image {
        width: 50%;
    }

    .flex-row.row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex-row.row > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
  
}
.w-95{
    width: 95%  !important;
}
/*DARK SCOLORS*/
section{
    background: #151515;
}
.menu-list-section .menu-items-list .menu-item .menu-wrapper,

.content-about-box .frame-image .top-mask:before,
.content-about-box .frame-image .top-mask:after,
.content-about-box .frame-image .bottom-mask:before,
.content-about-box .frame-image .bottom-mask:after,
.content-about-box .content{
    background-color: #151515;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
 color: #383131;
    background-color: #ffffff;
    border-color: #ffffff;
}
/*------------------------------*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot_#23iefix') format('embedded-opentype'),
        url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
        url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
        url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
        url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.input-group-addon, .input-group-btn {
 width:13%;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid rgb(255, 255, 255);
    border-left: transparent;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
        background-color: transparent;
    color: white;
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}
.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}
.glyphicon-screenshot:before {
    content: "\e087"
}
.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

/*Datepicer*/

.bootstrap-datetimepicker-widget {
  background-color: #1b1b1b;
  color: #bdb2afe0;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-bottom: 7px solid #1b1b1b;
  border-bottom-color: #1b1b1b;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom: 6px solid #1b1b1b;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-top: 7px solid #1b1b1b;
  border-top-color: #1b1b1b;
  
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-top: 6px solid #1b1b1b;
}
/*---*/
.reservation-now .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-bottom: 7px solid #1b1b1b;
  border-bottom-color: #1b1b1b;
}
.reservation-now .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-bottom: 6px solid #1b1b1b;
}
.reservation-now .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-top: 7px solid #1b1b1b;
  border-top-color: #1b1b1b;
}
.reservation-now .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-top: 6px solid #1b1b1b;
}
.reservation-now .bootstrap-datetimepicker-widget table td.old,
.reservation-now .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
  border: 1px solid #262626;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  color: #1b1b1b;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #C5A86A;
  color: white;
}
.bootstrap-datetimepicker-widget table td.cw {
  color: #fff;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #C5A86A;
  color: white;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
  border: 1px solid #262626;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  border-bottom-color: #C5A86A;
  border-top-color: rgba(0, 0, 0, 0.2);
}
/*active day*/
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #C5A86A;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  color: #1b1b1b;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #C5A86A;
  color: #1b1b1b;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #C5A86A;
  color: #1e1e1e;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #C5A86A;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  color: #1e1e1e;
}
.c-ow{
    color: rgb(255, 255, 255);
}
.hline{
    font-size: 31px;
    color: #929292;
}
.modal-header {
    background-color: black !important;
    border-color: black !important;
    border-radius: unset !important;
}
.fade.in {
    opacity: 0.9;
}
.bg-contact{
        background-image: url('../images/cnac.jpg');
    background-position: left;
    min-height: 0;
}

.service-row{
	margin-bottom: 20px;
    border: 2px solid #333;
    padding: 5px;
}

.service-row .service-image{
    padding: 0px;
}

.service-row .service-desc{
   background: #252525;
}

.service-row .service-desc h5{
   font-size:24px;
}

.service-row .service-desc h5::after{
	content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 25%;
    margin: 15px 0;
}

.service-row .service-desc .service-description{
	color:#b3aeae;
}


.product-img{
	width: 100px;
    border-radius: 50%;
    border: 2px solid #363434;
    padding: 5px;
}
