/*===================
    
    1. MAIN STYLES
		    1.1 Menu area
        1.2 slider-area
        1.3 our menu area
        1.4 special menu area
        1.5 footer-area
    2. Home 
    3. Menu Page
    4. About us page
    5. Contact Page
    6. Sticky Menu 
    7. Scroll Up

-----------------------------------------------------------------------------------*/
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"Harrington";src:url("../fonts/HARNGTON.eot?") format("eot"),url("../fonts/HARNGTON.woff") format("woff"),url("HARNGTON.ttf") format("truetype"),url("../fonts/../fonts/HARNGTON.svg#Harrington") format("svg");font-weight:normal;font-style:normal;}
/*----------------------------------------*/
/*  1. MAIN STYLES
/*----------------------------------------*/
.harrington{font-family: harrington !important}
.noborder{border: none !important}
.underline{text-decoration: underline !important }
.bold{font-weight: bold !important }
.header-slider-area.common-page.reser-page {
    background: rgba(0, 0, 0, 0) url(../images/contact-header.jpg) repeat scroll 0 0;
    background-size: cover;
    -webkit-background-size: cover;
}
.header-slider-area.common-page.terms-page {
    background: rgba(0, 0, 0, 0) url(../images/beans-header.jpg) repeat scroll 0 0;
    background-size: cover;
    -webkit-background-size: cover;
}

html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.floatleft { float: left }
.floatright { float: right }
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0px solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
p { margin: 0 0 15px }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-family: 'Lora', serif;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a:hover {
    color: #ec4445;
    text-decoration: none;
}
a:active,
a:hover { outline: 0 none }
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.clear { clear: both }
.img-circle {border-radius: 50%;}
body { }
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
em { color: red }
.mt60 { margin-top: 60px }
.mb60 { margin-bottom: 60px }
.mt50 { margin-top: 50px }
.mb50 { margin-bottom: 50px }
.mt10 { margin-top: 10px }
.mb10 { margin-bottom: 10px }
.mt20 { margin-top: 20px }
.mt150 { margin-top: 150px }
.mb20 { margin-bottom: 20px }
.pt60 { padding-top: 60px }
.pb60 { padding-bottom: 60px }
.pt80 { padding-top: 80px }
.pt40 { padding-top: 40px }
.pb40 { padding-bottom: 40px }
.pt20 { padding-top: 20px }
.pb20 { padding-bottom: 20px }
.pb150 { padding-bottom: 150px }
.pt150 { padding-top: 150px }
.plr60{padding-left: 60px; padding-right: 60px}
/*header-area*/
.header a { color: #fff }
.search-phone { margin-top: 55px }
.search-phone ul li { display: inline-block }
.social-icon ul li {
    display: inline-block;
    padding-left: 20px;
}   
.search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}
.search-phone .search-bar { position: relative;}
.search-bar > input {
    border: medium none;
    border-radius: 4px;
    height: 30px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    position: absolute;
    top: 0;
}
.search-phone form:hover .search-bar > input {
    width: 180px;
    padding: 0 0 0 10px;
}
.header {
   /* min-height: 130px;   */
    width: 100%;
}
.phone {
font-size: 18px;

}
.bordbdark{border-bottom: solid 2px #393939}
.social-icon { line-height: 130px }
.social-icon > ul { float: right }
.logo {
    text-align: center;
    line-height: 130px;
}
.bwimage{-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */filter: grayscale(100%);}
.bwimage:hover{-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */filter: grayscale(0%);}
/*===menu-area====*/
.main-menu {font-family: 'Open Sans', sans-serif;}
.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu ul li a {
    color: #fffff3;
    display: block;
    font-size: 18px;
    padding: 10px 20px;
}
.main-menu ul li a:hover,
.social-icon ul li a:hover { color: #ffffe6 }
.main-menu nav > ul { text-align: center }
.mega-menu {
    background: #fffff3 none repeat scroll 0 0;
    border-radius: 10px;
    display: block;
    margin: 0;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
    transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
    width: 150px;
    z-index: 2147483647;
}
.main-menu ul li:hover .mega-menu {
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
    transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
    visibility: visible;
    z-index: 99999999;
}
.mega-menu:after {
    border-color: transparent transparent #fffff3;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    height: 0;
    left: 20%;
    position: absolute;
    top: -9px;
    width: 0;
}
.mega-menu.mega-2::after {
  left: 18%;
}
.menu3 .mega-menu.mega-2::after {
  left: 50%;
}
.is-sticky .menu3 .mega-menu.mega-2::after {
  left: 77%;
}
.is-sticky .mega-menu.mega-2::after {
  left: 35%;
}
.mega-menu a {
    color: #222 !important;
    text-align: left;
    font-size: 16px !important;
}

.mega-menu ul li + li {
    border-top: 1px solid #ccc;
    display: block;
}
.mega-menu ul li {
    display: block;
}

.mega-menu.mega-2 {
    left: -174px;
    width: 1150px;
}
.menu3 .mega-menu.mega-2 { width: 1150px }
.menu3 .mega-menu.mega-2 { left: -533px }
.mega-menu.mega-2 a {
    padding: 0;
    position: relative;
}
.mega-menu.mega-2 > span {
    float: left;
    width: 20%;
}
.mega-2 span span {
    font-size: 15px;
    margin-bottom: 5px;
    padding-top: 20px;
    text-align: center;
    display: block;
    color: #551a70
}
.mega-menu.mega-2 a img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 20px;
}
.mega-menu.mega-2 a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.main-menu .fa.fa-angle-down {
    padding-left: 5px;
    position: relative;
    top: 2px;
}
/*buttons */
.whitebtn{ color: #fffff3 !important;
    background-color: #425f6f !important;
    border-color: #425f6f !important; 
 -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);}
.whitebtn:hover, .whitebtn:focus, .btn-whitebtn:active, .btn-whitebtn.active{
    color: #fffff3 !important;
    background-color: #364e5a !important;
}



.news-image{border: solid 2px #504f45 !important; max-width: 70%; margin-left: 15%}
.voucher-image{max-width: 70%; margin-left: 15%}
.menu-image{}

.buy-voucher{text-align: right; margin-right: 20px; color: #fff !important}
.noborderbt{border-bottom: none !important}
/* --------------------------
 1.2 slider-area
-----------------------------*/
.slider-container {
    position: relative;
    z-index: 1;
}
.nivo-caption {
    background: transparent none repeat scroll 0 0;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 0;
    text-align: center;
    z-index: 99;
}
.slide1-text {
    left: 0;
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 35%;
}
.cap-dec h3 {
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 10px 20px; 
    font-size:26px; 
   
}
.cap-title h1 {
    display: inline-block;
    font-size: 110px !important;
    text-transform: capitalize;
    margin-top:  0 !important;
    /*color: #9bafca; */
    color: #393939;
    font-family: harrington; 
    text-shadow: 2px 2px 2px #000;
}                                 
.cap-readmore { }
.cap-readmore a {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 11px 29px;
    text-transform: uppercase;
}
.cap-readmore a:hover {
    background: #393939 none repeat scroll 0 0;
    border-color: #fa78b4;
    color: #fff;
}
.nivo-directionNav a {
    cursor: pointer;
    font-size: 30px;
    height: 50px;
    line-height: 45px;
    margin-top: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 99;
}
.nivo-prevNav { left: 5px }
.nivo-nextNav { right: 5px }
.slider-container:hover .nivo-prevNav { left: 40px }
.slider-container:hover .nivo-nextNav { right: 40px }
/*slider-container end*/
.header-slider-area { position: relative }
.header-menu-area {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.sl-icon {
    left: 50%;
    margin-left: -75px;
    position: absolute;
}
.top-icon.sl-icon { top: -70px }
.bottom-icon.sl-icon { bottom: -50px }
.single-about {
    float: left;
    overflow: hidden;
    position: relative;
    width: 33.33%;
}
.about-content {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.about-table {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.about-cell {
    display: table-cell;
    vertical-align: middle;
}
.about-cell > img { width: 55% }
.sab-2 .about-cell { padding: 50px }
.sab-2 .about-cell img { width: 40% }
.sab-2 .about-cell p {
    color: #fff;
    font-size: 20px;
    margin: 30px 0;
}
a.com-btn,.submt .com-btn.blg-btn {
    background-color: #b7a89a;
    border: 2px solid transparent;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 8px 35px;
    text-transform: uppercase;
}
a.com-btn:hover,.submt .com-btn.blg-btn:hover {
    background-color: #fff;
    border: 2px solid #b7a89a;
    color: #b7a89a;
}
.submt .com-btn.blg-btn {
  width: 100px;
  padding: 0;
  height: 40px;
  line-height: 38px;
  background: #3b3330 none repeat scroll 0 0;
 -webkit-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
}
.single-about:hover > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.single-about > img {
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}
/* service area */
.single-icon {
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 25%;
}
.holder-content > p { margin-bottom: 25px }
.sm-des {
    color: #7d7b6d;
    font-size: 17px;
    line-height: 1.8;
}
.deginaton { overflow: hidden }
.deginaton > span {
    color: #b7a89a;
    display: block;
    font-size: 16px;
    margin: 5px 0 25px;
}
.hc-title h2 {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}
.holder-content { margin-top: 40px }
.service-icon { margin-bottom: 30px }
.service-title > h2 {
    color: #3a332f;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}
.service-title { margin-bottom: 25px }
.service-text > p { margin-bottom: 35px }
.single-service.text-center { padding: 0 10px }
.read-btn > a {
    color: #b7a89a;
    font-weight: 700;
    text-decoration: underline;
}
.read-btn > a:hover { color: #222 }
.single-icon img,
.service-icon img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-icon img:hover,
.service-icon img:hover {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
.carsoule-btn.owl-theme .owl-controls .owl-buttons .owl-prev {
    background: rgba(0, 0, 0, 0) url("../images/pre.png") no-repeat scroll 8px 5px;
    height: 40px;
    text-align: center;
    width: 40px;
}
.carsoule-btn.owl-theme .owl-controls .owl-buttons .owl-next {
    background: rgba(0, 0, 0, 0) url("../images/next.png") no-repeat scroll 8px 5px;
    height: 40px;
    left: auto;
    margin-right: -60px;
    right: 50%;
    text-align: center;
    width: 40px;
}
.carsoule-btn.owl-theme .owl-controls .owl-buttons div {
    bottom: 6%;
    left: 50%;
    margin-left: -10px;
    position: absolute;
}
.total-service-holder {
    border-bottom: 1px dotted #666;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.holder-img img {
border: solid 2px #7d7b6d;
   /* -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;   */
}
/*.single-service-holder:hover .holder-img img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}  
.service-holder-area {
    background: rgba(0, 0, 0, 0) url("img/bg-1.jpg") no-repeat scroll 0 0 / 100% 100%;
    overflow: hidden;
    width: 100%;
}     */
/* ---------------------------
 1.3 our menu area
-----------------------------*/
.sm-ratting > a { color: #f9db57 }
.sm-price {
    bottom: 8%;
    color: #cf2b29;
    font-family: Harrington;
    font-size: 30px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}
.sm-image .com-btn {
    left: 50%;
    margin-left: -92px;
    margin-top: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sm-image .com-btn {
    left: 50%;
    margin-left: -92px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.sm-heading {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin-left: -150px;
    position: absolute;
    text-align: center;
    width: 300px;
}
.sm-heading > a {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.sm-heading:before,
.single-footer h2:before,
.ep-type:before {
        border-bottom: 3px double #fff;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
}
.sm-content {
    min-height: 240px;
    padding: 40px;
    position: relative;
    text-align: center;
}
.our-menu-area { background: rgba(0, 0, 0, 0) url("img/parallax-1.jpg") repeat scroll 0 0 }
.single-our-menu {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    overflow: hidden;
}
.sm-ratting { padding-top: 5px }
.sm-image {
    position: relative;
    overflow: hidden;
}
.sm-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .9;
    filter: alpha(opacity=90);
}
.sm-image img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sm-image:hover .com-btn {
    opacity: 1;
    filter: alpha(opacity=100);
}
.section-title p{
    color: #fff;
    font-size: 20px !important;
    width: 70%;
    margin: 0 auto !important;
}
.section-title h1 {
    color: #5a1870 !important;
    font-family: Harrington;
    font-size: 40px;
    margin: 0;
    text-shadow: 0px -1px 1px rgba(96, 96, 96, 1);
}
.section-title > h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
}
.sec-img, .sec-imgwhite { position: relative }
.sec-img:before,
.sec-img:after {
    border-bottom: 3px double #b5a79a;
    bottom: 7px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    width: 30px;
    margin-left: -60px;
}
.sec-imgwhite:before,
.sec-imgwhite:after {
    border-bottom: 3px double #fff;
    bottom: 7px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    width: 30px;
    margin-left: -60px;
}
.sec-img:after, .sec-imgwhite:after { margin-left: 30px }
.carsoule-btn.cb-2.owl-theme .owl-controls .owl-buttons div {
    left: -20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.carsoule-btn.cb-2.owl-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: 30px;
}
.find-more { margin-top: 30px }
.tm-content .sm-des {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
}
.tm-img {
    float: left;
    padding-right: 30px;
    width: 12%;
}
.tm-content {
    float: left;
    width: 88%;
}
.tm-author {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    text-transform: uppercase;
}
.tm-author > span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-transform: capitalize;
}
.testimonial-area {
    background: #b7a89a none repeat scroll 0 0;
    position: relative;
    overflow: hidden;
}
.carasourl-pagi.owl-theme .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
    margin: 3px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.carasourl-pagi .owl-pagination {
    bottom: -20px;
    left: 13%;
    position: absolute;
}
.carasourl-pagi.owl-theme .owl-controls .owl-page.active span {
    background: none;
    border: 1px solid #fff;
}
.testimonial-area:before {
    background: rgba(0, 0, 0, 0) url("img/bg-laquo.png") no-repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 18%;
    position: absolute;
    top: -8px;
    width: 100%;
}
/* ---------------------------
 1.4 special menu area
-----------------------------*/
.sma-heading > h3 {
    color: #3a322f;
    font-size: 30px;
    font-weight: 700;
    padding-top: 25px;
}
.smi-heading > a {
    color: #3a332f;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
}
.smi-des > span {
    color: #7d7b6d;
    display: inline-block;
    font-size: 15px;
    padding-bottom: 5px;
}
.smi-price > span {
    color: #63a0db;
    font-family: Harrington;
    font-size: 20px;
}
.special-menu {
    background: url(../images/background.jpg) repeat scroll 0 0;
    border-radius: 10px;
    padding: 20px 20px 50px;
}
.single-menu-item {
    padding: 15px 0;
    position: relative;
    
}
.single-menu-item + .single-menu-item { }
.our-special-menu-area {
   /* background: rgba(0, 0, 0, 0) url("../images/bg-menu.jpg") no-repeat scroll 0 0 / 100% 100%;   */
    overflow: hidden;
    width: 100%;
}
.our-special-menu-area2 {
    background: rgba(0, 0, 0, 0) url("../images/bg-gifts.jpg") no-repeat scroll 0 0 / 100% 100%;
    overflow: hidden;
    width: 100%;
}
.carsoule-btn.smp-carsoule.owl-theme .owl-controls .owl-buttons div {
    bottom: -5%;
    margin-left: -35px;
}
.sma-middle .carsoule-btn.smp-carsoule.owl-theme .owl-controls .owl-buttons div { bottom: -10% }
.sma-middle .sma-small .carsoule-btn.smp-carsoule.owl-theme .owl-controls .owl-buttons div { bottom: -15% }
.carsoule-btn.smp-carsoule.owl-theme .owl-controls .owl-buttons .owl-next {
    background: rgba(0, 0, 0, 0) url("../images/next.png") no-repeat scroll 10px 10px;
    margin-right: -25px;
}
.carsoule-btn.smp-carsoule.owl-theme .owl-controls .owl-buttons .owl-prev { background: rgba(0, 0, 0, 0) url("../images/pre.png") no-repeat scroll 10px 10px }
.sma-img { overflow: hidden }
.sma-img > img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sma-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.our-special-menu-area .section-title h1,
.our-special-menu-area .section-title h2 { color: #fffffc !important }
.sma-middle .smi-price {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}
.sma-middle .special-menu { padding: 20px 20px 65px }
.sma-middle {
    background: rgba(0, 0, 0, 0) url("img/bg_left.jpg") no-repeat scroll 0 0;
    overflow: hidden;
}
.special-menu.sma-small { margin-top: 255px }
.reservation-area {
    background: rgba(0, 0, 0, 0) url("img/budjettipostaus.jpg") repeat scroll 0 0 / 100% 100%;
    background-attachment: fixed;
}
.slider-reserve {
    background: url(img/pattern-1.jpg);
    overflow: hidden;
    padding: 40px 25px;
}
.rsa-img { position: relative }
.rsa-content.text-center {
    left: 0;
    position: absolute;
    top: 0;
}
.rsa-content > h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.rsa-content.text-center {
    left: 50%;
    margin-left: -130px;
    margin-top: -75px;
    position: absolute;
    top: 50%;
}

/* ---------------------------
 1.5 footer-area
-----------------------------*/
.footer-area {
    color: #fff;
    position: relative;
}
.single-footer h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 25px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}
.sosa-icon { padding-bottom: 20px }
.email {
    margin-top: 10px;
    display: block;
}
.phone-no > span {
    display: block;
    font-family: Harrington;
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
}
.service-time h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px;
    padding-top: 8px;
}
.service-time > span { font-style: italic }
.service-time { margin-bottom: 20px }
.service-time:last-child { margin-bottom: 0 }
.newslatter {
    background: #463d38 none repeat scroll 0 0;
    border-color: #463d38;
    color: #a4a4a4;
    font-style: italic;
}
input.newslatter {
    background: #463d38 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #a4a4a4;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: italic;
    height: 40px;
    padding: 0 20px;
    width: 100%;
}
.single-footer .input-box {
    margin: 0;
    padding: 0 40px;
    position: relative;
    top: 5px;
}
.single-footer .input-box .button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border:  none;
    color: #b7a89a;
    height: 40px;
    padding: 8px 5px !important;
    position: absolute;
    right: 40px;
    top: 0;
    width: 40px;
}
.detail-subs { margin-bottom: 30px }
.copyright-info {
    text-align: center;
}
.copyright-info p,
.copyright-info p a {
    color: #7d7b6d;
    margin: 0;
    padding-top: 20px;
}
.copyright-info > a {
    display: block;
    margin-bottom: 20px;
}
.copyright-info p a:hover { text-decoration: underline }
.footer-middle:before,
.footer-middle:after {
    background: transparent none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 36%;
    position: absolute;
    top: 0;
    width: 1px;
}
.footer-middle:after {
    left: auto;
    right: 36%;
}
.footer-area .col-md-4 { position: inherit }
.menu3 { text-transform: uppercase }
.menu3 .mega-menu { width: 180px }
/* ---------------------------
 2. Home
-----------------------------*/

.vertical_list{list-style-type: none !important; margin: 0 10px; text-align: left !important}
.vertlistcolor{padding: 5px 0}
.vertlistcolor a, .vertlistcolor a:visited{font-size: 1.1em !important; color: #fff}
.vertlistcolor a:hover{font-size: 1.1em !important; color: #d9d9d9;}
.bordertopwhite{border-top: 1px solid #fffffc}


.shape-holder .section-title h1,
.shape-holder .section-title h2 { color: #551a70; text-shadow: none !important }
.service-holder-area.shape-holder { background: rgba(0, 0, 243, 0) url("../images/bg1_lavie.jpg") no-repeat scroll 0 0 / 100% 100% }
.shape-team-img { margin-top: 35px }
.shape-holder .sm-des { padding: 0 90px }
.about-reserv .single-about { width: 50% }
.about-reserv .section-title h1 { font-size: 80px; color: #fffff3 !important }
.single-about .section-title span {
    color: #2b6569;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.about-reserv .sab-2 .about-cell p {
    font-size: 16px;
    margin: 20px 0 35px;
    line-height: 28px;
    color: #fffff3 !important
}
.resa-3 .reserve-table {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px;
}
.resa-3 .slider-reserve {
    background: none;
    padding: 0;
}
.resa-3 .slider-reserve .col-md-offset-1 { margin-left: 10.75% }
.resa-3 .slider-reserve .col-md-9 { width: 78.5% }
.reservation-area.resa-3 .smi-des { padding-bottom: 20px }
.resa-3 .input-box.checkout { text-align: center }
.resa-3 .after-submit { text-align: center }
.reservation-area.resa-3 { background: rgba(0, 0, 0, 0) url("img/bg_form.jpg") repeat fixed 0 0 / 100% 100% }

/* ---------------------------
 3. Menu Page
-----------------------------*/
.header-slider-area.common-page {
    background: rgba(0, 0, 0, 0) url("img/breadcumb.jpg") repeat scroll 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    min-height: 460px;
}
.common-page .slider-container { position: static }
.breadcrumb {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}
.breadcrumb li a {
    color: #fff;
    text-transform: capitalize;
}
.breadcrumb li.active { color: #fff }
.breadcrumb > li + li { position: relative }
.breadcrumb li:hover a { color: #393939 }
.breadcrumb > li + li:before {
    color: #fff;
    content: "/";
    padding: 0 5px;
}
.bred-hading.text-center > h1 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 46px;
    font-weight: 700;
    text-transform: capitalize;
}
.bread-main {
    left: 0;
    position: absolute;
    bottom: 100px;
    width: 100%;
}
.sma-middle.bac-right { background: rgba(0, 0, 0, 0) url("img/bg_right.jpg") no-repeat right top }
.header-slider-area.common-page.event-page {
    background: rgba(0, 0, 0, 0) url("img/banner-1.jpg") repeat scroll 0 0;
    background-size: cover;
    -webkit-background-size: cover;
}

/* ---------------------------
 4. about us page
-----------------------------*/
.about-service-area { background: rgba(0, 0, 0, 0) url("img/about-service.jpg") repeat fixed 0 0 }
.about-service-area .service-title > h2,
.about-service-area .sm-des { color: #fff }
.about-chef-area .single-service-holder { margin-bottom: 20px }
.about-chef-area .single-service-holder:last-child { margin-bottom: 0 }
.single-gallery {
    float: left;
    width: 25%;
    overflow: hidden;
}
.single-gallery:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}
.single-gallery img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.gallary-area.shape-holder .sm-des { padding: 0 90px 40px }

/* ---------------------------
 5. Contact Page
-----------------------------*/
.map-area { position: relative }
.map-area > img {
    left: 10%;
    position: absolute;
    top: -225px;
}
.name1 {
    float: left;
    width: 50%;
    padding-right: 15px;
}
.name2 {
    float: left;
    width: 50%;
    padding-left: 15px;
}
.right-side .area-tex {
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 180px;
    padding: 10px;
    resize: none;
    width: 100%;
}
.information-contact p {
    color: #7d7b6d;
    margin-bottom: 5px;
}
.wpb_wrapper { margin-top: 30px }
.contact-area .social-share {
    text-align: left;
    margin-top: 35px;
}
.contact-text > h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* ---------------------------
 6. Sticky Menu
-----------------------------*/
.is-sticky .menu-area { background: rgba(0, 0, 0, 0.95) }
.is-sticky .main-menu { float: right }
.is-sticky .logo2 {
    display: block;
    float: left;
    margin-top: 2px;
}
.is-sticky .logo2 img { width: 90px }
.is-sticky .mega-menu { box-shadow: 0 0 2px 2px #dddddd }
.is-sticky .main-menu ul li> a { padding: 5px 15px }
.mobile-menu-area { display: none }
.is-sticky .mega-menu.mega-2 { left: -360px }
.is-sticky .menu3 .mega-menu.mega-2 { left: -850px }
/* ---------------------------
 7. Scroll UP
-----------------------------*/
#scrollUp {
  background: #3a322f none repeat scroll 0 0;
  border: 1px solid #ffffff;
  bottom: 59px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  line-height: 35px;
  right: 50px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}
#scrollUp:hover {
  background: #fff none repeat scroll 0 0;
  border-color: #3a322f;
  color: #3a322f;
}
.error-img img {
  width: 70%;
}
/***************
* GALLERY
**************/
.media-box-title{color: #e5e5e5 !important; font-size: 25px !important;}
.mfp-close{display: none !important; visibility: visible !important}
.grid-container{width: 100%}
/*body{margin:0; min-height: 1000px; overflow-y: scroll}*/

.media-box img{border: none !important; box-shadow: none !important}

.blue{color: #83b0e2 !important}

/* backgrounds */
.bluebackground{background-color: #9eafc6 !important}
.whitebackground{background-color: #fff !important}
.darkbackground{background-color: #525252 !important}
.offwhitebackground{background-color: #fffff3 !important }
.plumbackground{background-color: #5a4466  !important }


/* text colours */
.ltbeigetext{color: #eaeaea !important}
.black{color: #222 !important}
.white{color: #fff !important}
.offwhite{color: #fffff3 !important}
.plum{color: #551a70 !important}
.grey{color: #425f6f !important}
.green{color: #30505b !important}

.tartanband{height: 20px; background-image: url(../images/tartannav.jpg); border-top: solid 1px #232937; border-bottom: solid 1px #232937;}
.tartanbandsmall{height: 7px; background-image: url(../images/tartannav.jpg); border-top: solid 1px #232937; border-bottom: solid 1px #232937;}

@media (max-width: 768px) {
.quicklinks {
  background-image: none; background-color: #5a4466 !important }
.index-panel-text{visibility: hidden; }
}

@media (max-width: 1200px) {
.index-panel-text{display: none; }
}
