
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/**font-family: 'Pinyon Script', cursive;*/
@import url('https://fonts.googleapis.com/css?family=Pinyon+Script');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

html {
    height: 100%;
    width: 100%;
}
body {
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    height: 100%;
    width: 100%;
}
p {
    color: #696767;
    font-size: 16px;
	 font-weight: 400;
    line-height: 30px;
    margin: 0;
}
h1 {
    font-family: "Montserrat",sans-serif;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}
h2 {
    border: 4px double;
    color: #fff;
    display: inline;
    font-family: "Montserrat",sans-serif;
    font-size: 40px;
    letter-spacing: 0.9px;
    line-height: 60px;
    margin-bottom: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    z-index: 999;
}
h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-bottom: 18px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}
h3::after {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    padding: 0 9px;
    vertical-align: middle;
}
h3::before {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    padding: 0 9px;
    vertical-align: middle;
}
h4 {
    font-family: "Montserrat",sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
h5 {
    font-family: "Montserrat",sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase;
}
h6 {
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-family: "Open Sans",sans-serif;
    text-transform: none;
}
.text-light {
    color: #fff;
}
#offer .price {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 45px;
    margin-top: 30px;
}
#offer .container {
    
    background-position: left center, right center;
    background-repeat: no-repeat;
}
section.pattern {
    background: rgba(0, 0, 0, 0) url("../images/texture.jpg") repeat scroll 0 0;
}
.small-section .container {
    padding: 100px 0;
}
.section-heading {
    margin-bottom: 90px;
    text-align: center;
    z-index: 99;
}
.form-control {
    border: 0 none;
    display: block;
    height: 58px;
    width: 100%;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.news-Sub .btn.btn-default {margin-top: 0;}
#testimonials blockquote {
    border-left: medium none;
    margin: 0;
    padding: 0;
}
#gallery .nav.nav-tabs > li > a:focus, #gallery .nav.nav-tabs > li > .active, #gallery .nav.nav-tabs > li > a, #testimonials img, #stats i, #menu .tab-content {
    border-color: #bb974a;
}
#testimonials img {
    border: 4px solid;
    margin-bottom: 25px;
}
.quote-test p {
    display: inline;
}
blockquote .small::before, blockquote footer::before, blockquote small::before {
    content: "— "; color: #a7221a
}
blockquote small i {
   margin: 0 6px
}
#brands {
    background:  url("../images/brandsbg.jpg") repeat scroll 0 0;
}
#owl-brands.owl-carousel .owl-stage-outer { width: 100%;}
.quote-test small {
    font-weight: 700;
    margin-top: 1.2em;
    text-align: center;
    text-transform: uppercase;
}
blockquote .small, blockquote footer, blockquote small {
    color: #777;
    display: block;
    font-size: 80%;
    line-height: 1.42857;
}
#gallery .nav.nav-tabs > li > a:focus, #gallery .nav.nav-tabs > li > .active, #gallery .nav.nav-tabs > li > a, #testimonials img, #stats i, #menu .tab-content{ border-color: #bb974a;}
.quote-test::before {
    content: "";
    font-family: "Fontawesome";
    font-size: 2.3em;
    line-height: 0.1em;
    margin-right: 0.5em;
    vertical-align: 0.2em;
}
.owl-theme .owl-dots .owl-dot span {
    border: 2px solid;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: inline-block;
    height: 1rem;
    margin: 0 0.5rem;
    position: relative;
    vertical-align: top;
    width: 1rem;
}
.owl-theme .owl-dots .owl-dot span::before {
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease 0s;
    width: 12px
}
.owl-theme .owl-dots .owl-dot span:hover::before {
    transform: translate(-50%, -50%) scale(1);
}
.owl-theme .owl-dots .owl-dot.active span::before {
    transform: translate(-50%, -50%) scale(1);
}
.carousel-indicators li {
    backface-visibility: visible;
    background: transparent none repeat scroll 0 0;
    border: 2px solid;
    border-radius: 30px;
    display: inline-block;
    height: 12px;
    margin: 0 7px;
    transition: opacity 200ms ease 0s;
    width: 12px;
}
.carousel-indicators .active, .carousel-indicators li:hover {
    height: 14px;
    margin: 0 7px;
    width: 14px;
}
.owl-dots {
    margin-top: 20px;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    border: 2px solid;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 0.3rem;
    position: relative;
    vertical-align: top;
    width: 12px;
}
.owl-theme .owl-dots .owl-dot span::before {
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease 0s;
    width:12px;
}
.owl-theme .owl-dots .owl-dot span:hover::before {
    transform: translate(-50%, -50%) scale(1);
}
.owl-theme .owl-dots .owl-dot.active span::before {
    transform: translate(-50%, -50%) scale(1);
}
.owl-carousel .owl-item {
    perspective: 1000px;
}
#owl-testimonials.owl-carousel .owl-stage-outer {
    width: 100%;
}
#about h2 {
    position: relative;
    z-index: 99;
}
.row.about-margin {
    padding: 50px 0 60px;
}
.top-margin {
    margin-top: 20px;
}
.panel-title {
    font-size: 18px;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    border-radius: 4px;
    margin-bottom: 0;
}
.panel-group .panel-heading {
    border-bottom: 0 none;
}
.panel-group .panel-heading {
    border-bottom: 0 none;
}
.panel-heading {
    padding: 10px 0;
}
.panel {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
}
.panel-title {
    font-size: 18px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0 none;
}
.panel-heading a {
    border: 0 none;
    color: #fff;
    display: block;
    padding: 10px;
    text-transform: none;
}
#navbar-brand-centered .nav > li > a:focus, #navbar-brand-centered .nav > li > a:hover {
    background-color: #a7221a;
    color: #fff;
    text-decoration: none;
}
#about .panel-heading a:focus {
    color: #fff;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-group .panel-heading {
    border-bottom: 0 none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 none;
}
.panel-heading {
    padding: 10px 0;
}
.panel-heading [data-toggle="collapse"]::after {
    content: "";
    float: right;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 22px;
}
.panel-heading .collapsed[data-toggle="collapse"]::after {
    transform: rotate(180deg);
}
a, h3, hr, .team span, .social-media i, .quote-test small, .pagination > li > a, .pagination > li > span, .carousel-control i:hover, .nav-pills .nav > li > a:visited, .social-media i:hover, .carousel-caption::before, .navbar-brand:hover, .navbar-brand:focus, .well h4::before, .icon i, .navbar-custom ul.nav li a:hover, .navbar-custom .nav > .active > a, .menu-top .menu__link:hover, .menu-top .menu__link:focus, .menu-top .menu__item--current .menu__link, footer a, h5 span, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small{ color: #a7221a;}
h2, #newsletter, #call-to-action, footer, .team .teamcaption .icons i, .btn-primary:hover, .btn-primary:focus, .pagination > li > a:hover, .pager li > a:hover, .pagination > li > span, .carousel-indicators .active, .carousel-indicators li:hover, .icon:hover, .owl-theme .owl-dots .owl-dot span::before, #gallery .nav.nav-tabs > li > a:hover, .input-group-addon, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .back-to-top i:hover, .navbar-toggle, .menu-item.featured, .menu-item.featured .menu-item-price, .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, .bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .panel-heading a, #stats i { background-color: #42aad1;}
a:hover, a:focus {
    text-decoration: none;
}
.subtitle {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
/*
 * Custom styles
 */
.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 20px 0 20px 0;
}

#header.navbar-custom.navbar-fixed-top {
    background-color: rgba(256, 256, 256, 0.95);
    border-color: #bb974a;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}
#header-container.navbar-container {padding: 0;}
#navbar-brand-centered .navbar-nav > li > a {
    padding-bottom: 30px;
    padding-top: 30px;
}
.navbar-fixed-top #navbar-brand-centered .navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 20px;
}
.nav.navbar-nav.page-scroll.navbar-right { margin: 0;}
.navbar-brand.navbar-brand-centered.page-scroll { margin: 0; padding: 0;}
.navbar-brand-centered img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 70%;
    max-width: 70%;
    position: absolute;
    right: 0;
    top: 0;
}
.bx-wrapper .bx-viewport {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 solid #fff;
    box-shadow: none;
    left: 0;
}
ul.addSlider {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.bx-wrapper {
    background: rgba(0, 0, 0, 0);
    border: 0 solid #fff;
    box-shadow: 0 0 0 #ccc;
}
.bx-wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.navbar-brand.fixed-theme {
    font-size: 18px;
}
#header.navbar  { margin-bottom: 0;}
.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme, .navbar-custom.navbar-fixed-top,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
#about h2 {
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 0;
}
#footer .latest_post a:hover {
    color: #bb974a;
}
.top-bar {
    border-bottom: none;}
.call-to-action {
    color: #fff;
    text-transform: capitalize;
}
.call-to-action p {
    display: inline-block;
    margin-bottom: 0;  font-size: 14px; color: #fff;
    margin-right: 15px;
    margin-top: 7px;
}
.call-to-action i {
    margin-right: 10px; color: #fff;
}
.call-to-action a {
    color: #fff;
    letter-spacing: 1px;
}
.book-table-popup {
    float: right;
    padding: 5px;
}
.book-table-popup a {
    background: #42aad1 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    letter-spacing: 2px;
    line-height: 2.4;
    padding: 12px 30px;
}
.book-table-popup a:hover {
    background: #fff none repeat scroll 0 0;
    color: #d0963e;
}
.top-social-bookmark {
    float: right;
}
.top-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.top-social-bookmark ul li {
    display: inline;
}
.top-social-bookmark ul li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 1.8;
    margin: 0 -2.5px;
    padding: 6px;
    text-align: center;
    width: 40px;
}
.top-social-bookmark ul li a:hover, .social li a:hover{
    background: #fff none repeat scroll 0 0;
    color: #d0963e;
}
.header-top-area {
    position: relative; background: #1b3870;
    text-transform: uppercase;
    width: 100%;
    z-index: 999;
}
.top-bar .container-fluid {
    padding-bottom: 0;
    padding-top: 0;
}
.footer_logo a:hover { color: #fff;}
 #contact .social-media a i:hover {
    color: #bb974a;
}
.slide_overlay {
    background-color: rgba(8, 3, 26, 0.56);
    height: 100%;
    left: 60px;
    min-height: 520px;
    opacity: 1;
	padding: 30px;
    position: relative;
    width: 36%;
}
.txtSlide { position: absolute; top: auto; left: auto; right: auto; bottom: auto; width: 87%;}
.news-Sub .btn.btn-default:hover, .slide_overlay .btn.btn-default:hover, .slide_overlay .btn.btn-default:active, .slide_overlay .btn.btn-default:focus {
    background: #e6e6e6;
    border: 4px double #a7221a;
    color: #000;
}
#offer .hr {
    color: #fff;
}
.slide_overlay .btn.btn-default {
    background: #bb974a; color: #fff
}
.txtSlide {
    -webkit-animation-delay: 1.2s; /* Safari 4.0 - 8.0 */
    animation-delay: 1.2s;
}
.slide_overlay h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
	margin-top: 15%;
	color: #fff;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 2px solid #bb974a;
 }
 .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #bb974a;
}
.slider-container .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { width: 60%;}
.slider-container .bx-wrapper .bx-controls-auto, .slider-container .bx-wrapper .bx-pager {
    bottom: 20px;
    left: 270px;
    position: absolute;
    width: 100%;
}
.lead {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 1.1rem;
}
.white_block {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px;
    z-index: 99;
}
.margin8 {
    margin-bottom: 8px;
}
img.services_image {
    bottom: 0;
    margin-top: -420px;
    max-width: 100%;
    position: relative;
}
.service {
    margin-top: 30px;
    padding: 30px 20px;
}
.img-wrapper {
    overflow: hidden;
}
.img-wrapper img {
    display: inline-block;
    transition: all 2s ease 0s;
    vertical-align: middle;
}
.service h4 {
    margin: 25px 0 15px;
    text-align: center;
}
.service p {
    text-align: center;
}
.img-wrapper img:hover {
    transform: scale(1.2);
}
section .container {
    padding-bottom: 130px;
    padding-top: 130px;
}
#newsletter {
	/*background: url("http://www.ingridkuhn.com/themes/frokost_html/css/../img/coffee.png") no-repeat fixed 0 0%, rgba(0, 0, 0, 0) url("http://www.ingridkuhn.com/themes/frokost_html/css/../img/bgcoffee.png") repeat-y fixed 0 0;*/
	
    background: url("../images/coffee.png") no-repeat fixed 82% 0%, #1a88c5 url("../images/bgcoffee.png") repeat-y fixed 82% 0%;
}
/* Isotope */

.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {transition-duration: 0.8s;}

.isotope-item {
    margin-right: -1px;
    backface-visibility: hidden;
}

.isotope {transition-property: height, width;}

.isotope .isotope-item {transition-property: transform, opacity;}
.input-group {
    border-collapse: separate;
    margin: 0 auto;
    text-align: center;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.input-group .form-control:first-child {
  border-radius: 0;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
    z-index: 2;
}
#newsletter p {
    margin-bottom: 20px;
}
.white_block, .gray_block, hr, .pager li > a:hover, .pagination > li > a:hover, .pagination > li > span, .carousel-indicators li, .pager li > a, .pager li > span, .owl-theme .owl-dots .owl-dot span, #gallery .nav.nav-tabs > li > a:hover, .form-control:focus, .slider .btn {
	border-color: #a7221a;
}
.gallery-thumb:hover .overlay-mask, #gallery .nav.nav-tabs > li > a:focus, #gallery .nav.nav-tabs > li > .active, #offer, #stats, #preloader, #opening, .btn, .menu-top .menu__link::before, .slider-pagi__elem::before, .team .teamname, .navbar-toggle:focus, .navbar-toggle:hover, .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, .nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li.active > a:focus, .menu-item-price {
	background-color: #1a88c5;
}
.btn {
    background-image: none;
    border: 4px double;
    border-radius: 0;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-top: 25px;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
a, h3, hr, .team span, .social-media i, .quote-test small, .pagination > li > a, .pagination > li > span, .carousel-control i:hover, .nav-pills .nav > li > a:visited, .social-media i:hover, .carousel-caption::before, .navbar-brand:hover, .navbar-brand:focus, .well h4::before, .icon i, .navbar-custom ul.nav li a:hover, .navbar-custom .nav > .active > a, .menu-top .menu__link:hover, .menu-top .menu__link:focus, .menu-top .menu__item--current .menu__link, footer a, h5 span, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: #0F4171;
}
#header {
    background: #fbf9f9 none repeat scroll 0 0;
}
#header .nav.navbar-nav a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
a {
    transition: all 0.2s ease-in-out 0s;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color: #a7221a;
    border-color: #fff;
    color: #fff;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.quote-test small {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; color: #a7221a;
}


@font-face {
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
	src: url('../fonts/flaticon.eot');
	src: url('../fonts/flaticon.woff2') format('woff2'),
	   url('../fonts/flaticon.woff') format('woff'),
	   url('../fonts/flaticon.ttf') format('truetype'),
	   url('../fonts/flaticon.svg#flaticon') format('svg'),
	   url('../fonts/flaticon.eot?#iefix') format('embedded-opentype');
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
font-style: normal;

}.flaticon-baker104:before {
	content: "\e000";
}
.flaticon-baker115:before {
	content: "\e001";
}
.flaticon-baker97:before {
	content: "\e002";
}
.flaticon-bakery10:before {
	content: "\e003";
}
.flaticon-breakfast35:before {
	content: "\e004";
}
.flaticon-coffee10:before {
	content: "\e005";
}
.flaticon-coffee20:before {
	content: "\e006";
}
.flaticon-coffee21:before {
	content: "\e007";
}
.flaticon-covered16:before {
	content: "\e008";
}
.flaticon-cutlery32:before {
	content: "\e009";
}
.flaticon-drink110:before {
	content: "\e00a";
}
.flaticon-eggs13:before {
	content: "\e00b";
}
.flaticon-fruit94:before {
	content: "\e00c";
}
.flaticon-multiple25:before {
	content: "\e00d";
}
.flaticon-restaurant1:before {
	content: "\e00e";
}
.flaticon-restaurant33:before {
	content: "\e00f";
}
.flaticon-snacks1:before {
	content: "\e010";
}
.flaticon-spaghetti1:before {
	content: "\e011";
}
.flaticon-sweet135:before {
	content: "\e012";
}
.flaticon-te:before {
	content: "\e013";
}
.flaticon-tea24:before {
	content: "\e014";
}
.flaticon-toasted:before {
	content: "\e015";
}

#stats .numscroller {
    font-size: 60px;
    font-weight: 700;
    margin-top: 10px;
}
#stats i {
    border-radius: 50%;
    font-size: 60px;
    padding: 15px 25px;
    transition: border 0.2s ease 0s;
}
#stats h5 {
    color: #fff;
    font-weight: normal;
    line-height: 0.5em;
    text-transform: none;
}
#menu {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/fork.png"), url("../images/knife.png");
    background-origin: padding-box, padding-box;
    background-position: 75px center, 94% center;
    background-repeat: no-repeat;
    background-size: auto auto, auto auto;
}
#menu .tab-content {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 5px double #BB974A;
    padding: 60px;
}
.nav.nav-tabs > li > a {
    background-color: #f6f6f6;
    border: 0 none;
    border-radius: 0;
    color: #333;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 57px;
    min-height: 50px;
    padding: 10px 35px;
    position: relative;
}
.nav.nav-tabs > li {
    display: inline-block;
    float: none;
    padding: 0 10px;
}
.menu-item.featured {
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    margin: -83px 0 10px;
    padding: 15px;
    position: relative;
}

.fade {
    opacity: 0;
    transition: opacity 0.55s linear 0s;
}
.image_menu {
    margin-top: 27%;
    max-width: 90%;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}
.menu-body {
    color: rgb(92, 92, 92);
    display: block;
    margin: 0 auto;
    max-width: 680px;
    padding: 20px;
}
.menu-section-title {
    display: block;
    font-family: georgia;
    font-size: 50px;
    font-weight: normal;
    margin: 20px 0;
    text-align: center;
}
.menu-item {
    font-size: 18px;
    margin: 35px 0;
}
.menu-item.featured {
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    margin: -83px 0 10px;
    padding: 15px;
    position: relative;
}
.menu-item.featured .menu-item-name {
    color: #fff;
}
.menu-item-name {
    border-bottom: 2px dotted rgb(213, 213, 213);
    color: #333;
    font-weight: 600;
    text-align: left;
}
.menu-item-description {
    font-size: 0.8em;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: left;
}
.menu-item-price {
    border: medium solid #fff;
    border-radius: 50%;
    color: #fff;
    float: right;
    font-family: Montserrat;
    font-size: 20px;
    height: 60px;
    line-height: 50px;
    margin-top: -32px;
    width: 60px;
}

.portfolio-item {
    margin-top: 30px;
    position: relative;
}
.nav-gallery {
    text-align: center;
}
#gallery .nav.nav-tabs {
    margin-bottom: 30px;
}
#gallery .nav.nav-tabs > li > a {
    border: 2px solid #bb974a;
    font-size: 14px;
    line-height: 35px;
    min-height: 40px;
    padding: 3px 15px;
    text-transform: uppercase;
}
#gallery .nav.nav-tabs > li > a:focus, #gallery .nav.nav-tabs > li > a:hover, #gallery .nav.nav-tabs > li > .active {
    border: 2px solid;
    color: #fff;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope-item {
    backface-visibility: hidden;
    margin-right: -1px;
}
.isotope {
    transition-property: height, width;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.gallery-item.selected img {
    transition: opacity 1s ease-in-out 0s;
}
.gallery-thumb {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
}
.scrollimation .gallery-thumb {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.4s ease-out 0s, transform 0.4s ease-out 0s;
}
.touch .scrollimation .gallery-thumb, .scrollimation .gallery-thumb.in {
    opacity: 1;
    transform: translateY(0px);
}
.gallery-thumb .overlay-mask {
    border-radius: 10px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease-out 0s;
    width: 100%;
    z-index: 1;
}
.gallery-thumb:hover .overlay-mask {
    opacity: 0.8;
}
.gallery-thumb .link {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin: 0 0 0 20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    transform: translateX(200px);
    transition: all 0.3s ease-out 0s;
    width: 64px;
    z-index: 3;
}
.gallery-thumb:hover .link {
    opacity: 1;
    transform: translate(0px);
    transition: all 0.3s ease-out 0.3s;
}
.gallery-thumb .link.centered {
    margin-left: -32px;
    transform: translateY(-200px);
    transition-delay: 0s;
}
.gallery-thumb i {
    transition: all 0.2s ease-in-out 0s;
}
.gallery-thumb i:hover {
    color: #cecece;
}
.gallery-thumb:hover .link.centered {
    transform: translateY(0px);
    transition-delay: 0.1s;
}
#call-to-action {
    background: #a7221a url("../images/bg_section.png") repeat scroll 0 0;
}
#call-to-action .container {
    background: rgba(0, 0, 0, 0) url("../images/calltoaction.png") no-repeat scroll right center;
}
.m-left {
    margin-left: 20px;
}
.team {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #000000;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.team * {
    box-sizing: border-box;
    transition: all 0.35s ease-in-out 0s;
}
.team img {
    display: block;
    position: relative;
    width: 100%;
}
.team::before {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: -20%;
    position: absolute;
    transform: skewX(-30deg) translateX(-80%);
    transition: all 0.4s ease-in-out 0s;
    width: 90%;
    z-index: 1;
}
.team .teamcaption {
    left: 0;
    opacity: 0;
    padding-left: 20px;
    position: absolute;
    top: 20%;
    width: 60%;
    z-index: 1;
}
.team .teamcaption p {
    margin: 0;
    padding: 5px 0 0;
    text-align: left;
    width: 100%;
}
.team .teamcaption .icons {
    margin-top: 10px;
    padding: 8px 0;
    width: 100%;
}
.team .teamcaption .icons i {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    opacity: 0;
    text-align: center;
    width: 35px;
}
.team .teamcaption a {
    opacity: 0.8;
}
.team .teamcaption a:hover {
    opacity: 1;
}
.team .teamname {
    bottom: 0;
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    opacity: 1;
    padding: 15px 30px;
    position: absolute;
    text-align: right;
    width: 100%;
}
.team:hover .teamcaption, .team.hover .teamcaption, .team:hover .icons i, .team.hover .icons i {
    opacity: 1;
    transition-delay: 0.2s;
}
.team:hover::before, .team.hover::before {
    transform: skewX(-30deg) translateX(0px);
}
#contact .container {
    background: rgba(0, 0, 0, 0) url("../images/image1.png") no-repeat scroll center bottom;
}
#contact h5 {
    margin: 30px 0 10px;
}
#contact .social-media a i {
    font-size: 25px;
}
#contact .form-control, .textarea-field:focus, .input-field:focus {
    outline: 0 none;
}
#contact .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 2px solid #a09c94;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 15px;
}
#contact textarea {
    height: 150px;
    resize: none;
}
#opening table {
    font-weight: 600;
    text-transform: uppercase;
}
#opening table > tbody > tr > td {
    line-height: 2em;
}
#opening h5 {
    margin-bottom: 20px;
}
#opening .sign h5 {
    margin: 30px;
}
.sign {
    background-color: #333;
    border: 5px solid #fff;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 5px 10px rgba(0, 0, 0, 0.4);
    float: left;
    padding: 0.15em 1em 0.65em;
    width: 100%;
}
.sign p {
    color: #fff;
    font-weight: bold;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 0 2px rgb(0, 0, 0);
    text-transform: uppercase;
}
.sign::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #444 #444 currentcolor currentcolor;
    border-image: none;
    border-radius: 0 5px 0 0;
    border-style: dotted dotted none none;
    border-width: 2px 2px medium medium;
    content: "";
    height: 100px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: -55px;
    transform: rotate(-45deg);
    width: 100px;
}
.sign::after {
    background: #4c4c4c none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: -75px;
    width: 10px;
}
#instafeed a {
    display: inline-block;
    margin: 10px;
    padding: 5px 5px 1px;
    position: relative;
}
#instafeed img {
    border-radius: 50%;
    width: 150px;
}
#instafeed .likes {
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    left: 5px;
    line-height: 50px;
    opacity: 0;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    transition: background 0.5s ease-in-out 0s;
}
#instafeed a:hover .likes {
    background: #fff none repeat scroll 0 0;
    border-radius: 150px 150px 0 0;
    height: 50%;
    line-height: 85px;
    opacity: 1;
    width: 150px;
}
#map-canvas {
    height: 400px;
    max-width: 100%;
}
footer {
    padding: 35px 0;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #333;
}
footer p {
    color: #fff;
    font-family: Open sans,serif;
    font-size: 14px;
    line-height: 18px;
}
.back-to-top {
    bottom: 20px;
    display: none;
    position: fixed;
    right: 12px;
    z-index: 119;
}
.back-to-top i {
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 22px;
    height: 44px;
    line-height: 40px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 44px;
}
.owl-carousel .owl-item {
    perspective: 1000px;
}
.owl-prev, .owl-next {
    background-color: #333;
    border-radius: 50%;
    margin-top: -50px;
    padding: 6px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
}
.owl-prev:hover, .owl-next:hover {
    transition: all 0.3s ease-in-out 0s;
}
.owl-prev i, .owl-next i {
    color: #fff;
}
.owl-next {
    right: 0;
}
.owl-carousel.owl-loaded {
    clear: both;
    display: block;
}
.owl-dots {
    margin-top: 20px;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #BB974A;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 0.3rem;
    position: relative;
    vertical-align: top;
    width: 12px;
}
.owl-theme .owl-dots .owl-dot span::before {
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease 0s;
    width: 14px;
}
.owl-theme .owl-dots .owl-dot span:hover::before {
    transform: translate(-50%, -50%) scale(1);
}
.owl-theme .owl-dots .owl-dot.active span::before {
    transform: translate(-50%, -50%) scale(1);
}
.carousel-indicators li {
    backface-visibility: visible;
    background: transparent none repeat scroll 0 0;
    border: 2px solid;
    border-radius: 30px;
    display: inline-block;
    height: 14px;
    margin: 0 7px;
    transition: opacity 200ms ease 0s;
    width: 14px;
}
.carousel-indicators .active, .carousel-indicators li:hover {
    height: 14px;
    margin: 0 7px;
    width: 14px;
}
section.pattern {
    background: rgba(0, 0, 0, 0) url("../images/texture.jpg") repeat scroll 0 0;
}
section .container {
    padding-bottom: 100px;
    padding-top: 100px;
}
.news-Sub .btn.btn-default { background: #bb974a}
.small-section .container {
    padding: 100px 0;
}
.hr {
    border-style: solid;
    border-width: 2px 0 0;
    clear: left;
    display: block;
    height: 0;
    margin: 0 auto 20px;
    max-width: 60px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.img-wrapper {
    overflow: hidden;
}
.img-wrapper img {
    display: inline-block;
    transition: all 2s ease 0s;
    vertical-align: middle;
}
.img-wrapper img:hover {
    transform: scale(1.2);
}
.section-heading {
    margin-bottom: 90px;
    text-align: center;
    z-index: 99;
}
.pagination > li > a, .pagination > li > span {
    border-radius: 50%;
    margin: 0 5px;
}
.pagination > li > a:hover {
    color: #fff;
}
.white_block {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px;
    z-index: 99;
}
.pager {
    margin: 50px 0;
}
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid;
    border-radius: 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 14px;
}
.pager li > a:hover {
    color: #fff;
}
.nav-tabs {
    border-bottom: 0 none;
    text-align: center;
}
.nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li.active > a:focus, .nav.nav-tabs > li > a:hover {
    /*background: #e6e3e3 none repeat scroll 0 0;
    border: 0 none;
    color: #333;*/
}
.nav.nav-tabs > li {
    display: inline-block;
    float: none;
    padding: 0 10px;
}
.nav.nav-tabs > li > a {
    background-color: #f6f6f6;
    border: 0 none;
    border-radius: 0;
    color: #333;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 57px;
    min-height: 50px;
    padding: 10px 35px;
    position: relative;
}
.nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li.active > a:focus {
    color: #fff;
}
.panel {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
}
.panel-title {
    font-size: 18px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0 none;
}
.panel-heading a {
    border: 0 none;
    color: #fff;
    display: block;
    padding: 10px;
    text-transform: none;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-group .panel-heading {
    border-bottom: 0 none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 none;
}
.panel-heading {
    padding: 10px 0;
}
.panel-heading [data-toggle="collapse"]::after {
    content: "";
    float: right;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 22px;
}
.panel-heading .collapsed[data-toggle="collapse"]::after {
    transform: rotate(180deg);
}
ul {
    font-size: 16px;
}
.btn {
    background-image: none;
    border: 4px double;
    border-radius: 0;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-top: 25px;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.btn:hover {
    border: 4px double #fff;
}
.btn:focus {
    outline: medium none;
}
.input-group-btn .btn {
    margin-top: 0;
}
.input-group-addon {
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group {
    border-collapse: separate;
    margin: 0 auto;
    text-align: center;
}
.form-control {
    border: 0 none;
    display: block;
    height: 58px;
    width: 100%;
}
.input-group-btn span, .btn span {
    color: #fff;
}
.input-group .form-control:first-child {
    border-radius: 0;
}
.input-group .form-control:focus {
    box-shadow: 0 0 10px rgb(255, 255, 255);
}
.social-media {
    margin-top: 20px;
    padding: 0 10px;
    width: 100%;
}
.social-media a {
    display: inline-block;
    font-size: 20px;
}
.social-media a i {
    margin: 3px;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.social-media i {
    transition: color 0.3s ease-in-out 0s;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
}
.nav-pills > li > a:hover {
    color: #fff;
}
.nav-pills .nav > li > a:hover, .nav > li > a:focus {
    color: #fff;
}
.table > tbody > td {
    border-bottom: 1px solid #ddd;
    border-top: medium none;
    font-size: 17px;
    padding: 11px;
}
.table > tbody > tr:first-child > td {
    border: medium none;
}
.well {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0;
}
.well .list-unstyled {
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    line-height: 37px;
    list-style: outside none none;
    padding-left: 0;
}
.well .list-unstyled li::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 13px;
    font-weight: normal;
    margin: 0 10px 0 15px;
}
.well h4 {
    display: inline-block;
    margin-bottom: 20px;
}
.well h4::before {
    content: "";
    font-family: "Flaticon";
    font-size: 20px;
    font-weight: normal;
    margin-right: 10px;
    vertical-align: middle;
}
.media {
    font-size: 16px;
    line-height: 27px;
    margin-top: 45px;
}
.media img {
    max-width: 100px;
}
.media:last-child {
    margin-bottom: 65px;
}
.media-heading {
    margin-bottom: 15px;
    padding: 10px;
}
.media-heading small {
    font-weight: 700;
}
.margin8 {
    margin-bottom: 8px;
}
.top-margin {
    margin-top: 20px;
}
.boxed {
    background: #fff none repeat scroll 0 0;
    box-shadow: 10px 10px 100px -19px rgba(0, 0, 0, 0.75);
    margin: 0 auto;
    max-width: 1200px;
}
.boxed .navbar {
    margin: 0 auto;
    max-width: 1200px;
}
.full {
    width: 100%;
}
@media (min-width: 1400px) {
h1 {
    font-size: 70px;
}
}
@media (max-width: 1200px) {
h1 {
    font-size: 40px;
}
.navbar-brand-centered img {
    max-height: 60%;
    max-width: 60%;
}
.navbar-nav > li > a {
    padding: 10px 5px;
}
.social-media a i {
    margin: 0;
}
.navbar-custom ul.nav li a {
    font-size: 13px;
}
.wow {
    animation: 0s ease 0s normal none 1 running none;
    visibility: visible;
}
#menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
}
@media (max-width: 991px) {
.navbar-header {
    float: none;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse.collapse {
    display: none;
}
.navbar-collapse.collapse.in {
    display: block;
    overflow-y: auto;
}
.navbar-nav {
    float: none;
    height: 100%;
    margin: 0;
}
.navbar-right {
    line-height: 0;
}
.navbar-nav li {
    float: none;
    text-align: center;
}
.navbar-nav li > .dropdown-menu {
    background: inherit;
    border: 0 none;
    box-shadow: none;
    float: none;
    position: static;
    text-align: center;
    width: auto;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
}
.navbar-collapse.collapse.in {
    display: block;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 40px;
}
.navbar-nav {
    float: none;
    height: 100%;
    margin: 0;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px;
}
.navbar-custom li::after {
    display: none;
}
#navbar-brand-centered.collapse.in {
    box-shadow: 0 4px 7px #cecece;
    display: block;
    max-height: none;
}
.navbar-brand {
    line-height: 30px;
}
.navbar-brand-centered img {
    max-height: 80%;
    max-width: 80%;
}
.slider {
    top: 0;
}
.slide .slide__text {
    padding: 20px;
}
.slide__text {
    bottom: 0;
    left: 0;
    min-width: 100%;
    padding: 0 1rem;
    text-align: center;
    transform: none;
    transition: none 0s ease 0s ;
}
.slide__overlay {
    display: none;
}
.slider-pagi {
    bottom: 1rem;
    font-size: 0;
    left: 50%;
    list-style-type: none;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}
.section-heading {
    margin-bottom: 9rem;
}
#stats h5 {
    margin-bottom: 60px;
}
#menu .tab-content {
    border: 0 none;
    margin-top: 40px;
}
.menu-body {
    padding: 0;
}
#menu .tab-content {
    padding: 20px;
}
.menu-item.featured {
    margin: -39px 0 10px;
}
.team .teamcaption {
    padding-left: 40px;
}
.sign {
    margin-bottom: 40px;
}
.nav-tabs > li {
    margin-bottom: 10px;
}
.nav-tabs {
    border-bottom: 0 none;
}
.nav.nav-tabs > li > a {
    border-radius: 0;
}
h2 {
    font-size: 35px;
}
#newsletter {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#testimonials {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#call-to-action .container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#contact .container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#opening .container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#offer .container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.res-margin {
    margin-bottom: 15px;
}
.margin {
    margin-bottom: 40px;
}
.row.about-margin {
    padding: 0;
}
}
@media (max-width: 480px) {
.navbar-toggle {
    color: #fff;
    font-size: 18px;
    margin-top: 16px;
}
section .container {
    padding-bottom: 60px;
    padding-top: 60px;
}
.small-section .container {
    padding: 40px 0;
}
.section-heading h2 {
    border: 0 none;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 30px;
    overflow-wrap: break-word;
    padding: 2px;
}
.teamcaption p {
    display: none;
}
.team .teamcaption {
    padding-left: 20px;
}
.menu-item-price {
    height: 60px;
    line-height: 50px;
    margin-top: 10px;
    width: 60px;
}
.menu-item-name {
    border-bottom: 0 none;
}
.menu-item.featured {
    padding: 8px;
}
.slider-pagi {
    display: none;
}
.slide__text-heading {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.owl-theme .owl-dots .owl-dot {
    display: none;
}
h1 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
}
h3::after, h3::before {
    display: none;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
.subtitle {
    font-size: 16px;
    line-height: 18px;
}
.m-left {
    margin-left: 0;
}
.section-heading {
    margin-bottom: 3em;
}
.navbar.navbar-custom.navbar-fixed-top {
    margin-bottom: 30px;
}
.nav-pills > li.active::after, .nav-pills > li.active::before {
    top: -45%;
}
.nav-pills > li + li {
    margin-bottom: 20px;
}
.nav-pills > li {
    float: none;
}
}
@media (max-width: 300px) {
h1 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
.navbar-brand-centered img {
    max-height: 60%;
    max-width: 60%;
}
.white_block {
    margin: 5px;
    padding: 20px 10px;
}
.btn {
    padding: 10px;
}
.form-control {
    height: 48px;
}
#opening .sign h5 {
    margin: 10px 0;
}
.panel-heading [data-toggle="collapse"]::after {
    display: none;
}
.teamcaption .icons {
    display: none;
}
.team .teamcaption {
    padding-left: 10px;
}
}
#maparea img{ width: 100%;}
#footer {
    background: #191919 none repeat scroll 0 0;
    font-size: 13px;
    padding-bottom: 0;
    position: relative;
}
#footer h3::after, #footer h3::before {content:""; padding:0}
#footer h3 {
    color: #fff;
    margin-bottom: 40px;
    margin-top: 0; font-size: 20px
}
#footer .latest_post a {
    font-size: 16px;
    text-transform: capitalize;
}
#footer p, #footer span {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
#footer p {
    color: #7a7a7a; line-height: 28px;
}
#footer span {
    color: #fff;
}
#flickrbox img {
    border-radius: 10px;
    max-width: 100%;
    opacity: 0.9; margin-bottom: 10px; margin-right: 4px;
    transition: all 0.6s ease 0s;
}
#footer p, #footer span {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.mt30 {
    margin-top: 30px;
}
.social li {
    display: inline-block;
}
.social li a {
    background: #3f3f3f none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block; line-height: 1;
    float: left;
    height: 35px;
    padding: 9px;
    text-align: center;
    width: 35px;
}
#footer .bxslider2.list-inline p {
    line-height: 1.4;
    margin-bottom: 0;
}
.bxslider2 img {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
	width: 58px; height: 58px; border-radius: 10px
}
#footer .opening_time li {
    display: block;
}
#footer .opening_time p {
    color: #7a7a7a;
    margin-bottom: 0;
}
#footer .opening_time span, #footer .opening_time time {
    color: #fff;
    float: right;
}
.label-default {
    background-color: #c59d5f;
}
#flickrbox li {
    float: left;
    margin: 3px;
    width: 22%;
}
#flickrbox li img {
    border-radius: 10px;
    max-width: 100%;
    opacity: 0.9;
    transition: all 0.6s ease 0s;
}
.footer_logo {
    background: #101010 none repeat scroll 0 0;
    margin-top: 50px;
    padding: 40px 0;
}
.footer_logo img {
    margin-bottom: 20px;
}
.footer_logo a {
    color: #c59d5f;
}
.opening_time ul { padding: 0}
.hotel-booking {
    padding: 60px 0 70px;
    background-image: url(../images/slide1.jpg);
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
section.hotel-booking::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.hotel-booking .btn {
    background-color: #bb974a;
}
.hotel-booking .form-control {
    border: solid 1px #edce5d61;
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    font-weight: normal;
    height: 50px;
}
.hotel-booking select.form-control option {
    background: #333; /* Dark background */
    color: #fff; /* White text */
}
.hotel-booking .form-control::placeholder {
    color: #edce5d61;
    opacity: 1; /* Firefox */
    font-size: 14px;
  }
  
  .hotel-booking .form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #edce5d61;
    font-size: 14px;
  }
.hotel-booking .input-group {
    width: 100%;
    margin: 0 0 40px;
    padding: 0 15px;
}
.hotel-booking .input-group label {
    font-weight: 500;
    font-size: 13px;
    color: #fdce68;
    text-transform: uppercase;
    margin: 0 auto 5px;
    display: block;
}
.list-one {
    display: flex;
    gap: 20px;
    padding: 15px 0px;
    align-items: center;
}
.list-one .icon-small i {
    font-size: 30px;
    opacity: 0.6;
    color: #0F4171;
}
section.hotel-services .container, .hotel-booking .container {
    padding-top: 0;
    padding-bottom: 0;
}
.hotel-services p {
    width: 70%;
}
.hotel-services p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 50px;
}
section.hotel-services {
    padding-bottom: 60px;
    background: rgba(0, 0, 0, 0) url("../images/texture.jpg") repeat scroll 0 0;
    padding-top: 70px;
}
.icon-small {
    min-width: 40px;
}
.list-one h6 {
    font-family: "Open Sans", sans-serif;
}

.hotel-booking .form-control.styled-input {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0;
    width: 50px;
    text-align: center;
    width: 100%;
}
.month-text {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    left: 160px;
    top: 85%;
    transform: translateY(-85%);
    color: #fff;
    text-transform: uppercase;
}
.border-both {
    border-right: solid 1px #505050;
    border-left: solid 1px #505050;
}
.border-right {
    border-right: dashed 1px #505050;
}
.border-left {
    border-left: dotted 1px #505050;
}
.date-submit {
    margin-top: 50px;
}