
/*================================================================================
==================================================================================
[Table of contents]

1. Body
2. Loader / .loader
3. Wrapper / .wrapper
4. Offcanvas-pusher / .offcanvas-pushe
5. Header-top / .header-top
    5.1 Header Popup Map /.popup-section
    5.2 Flag Area /.flag-area

6. Header-wrapper /.header-wrapper
    6.1. Navbar-default /.navbar-default
    6.2. Mega-menus /.mega-menus
    6.3. Menu-carousel /.menu-carousel
    6.4. Dropdown /.dropdown

7. Main Slider /.slider-one
8. Welcome Area /.welcome-area
9. Take A Look /.take-look-wrapper
10. Food Menu /.food-menu-wrapper
11. Book A Table /.book-table-wrapper
12. Right Fixed Booking Form /.book-now-wrapper
13. Signature Dishes /.signature-wrapper
    13.1 Owl Slider Wrap /.owl-wrap
    13.2 Owl Dishes / #owl-dishes

14. Gallery Start /.galleri-wrapper
15. Footer
     Footer-top /.footer-top
     Footer-bottom /.footer-bottom
16. Offcanvas Menu /.offcanvas-menu

About Us Page
1. About Banner /.about-banner
2. Main Story Wrapper /.main-story-wrapper
3. About Brief Wrapper /.about-brief-wrapper
4. Our Team Section /.our-team-section
5. Bottom About /.bottom-about

Menu Page
1. Menu Page Top Banner /.menu-banner
2. Menu Page /.first-section
    2.1 First Section /.first-section
    2.2 Second Section /.second-section
    2.3 Third Section /.third-section
    2.4 Fourth Section /.fourth-section


Reservation Page
1. Reservation Banner /.reservation-banner

Event Page
1. Events Banner /.events-banner
2. Event Contents Wrapper /.event-contents-wrapper
    2.1 Events Contents Wrap One /.events-contents-wrap-one
    2.2 Events Contents Wrap Two /.events-contents-wrap-two
    2.3 Events Contents Wrap Three /.events-contents-wrap-three


Contact Page
1. Contact Banner /.contact-banner
2. Contact Wrapper /.contact-wrapper
3. Bottom contact /.bottom-contact
========================================================================================
========================================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, p {
    margin          : 0;
    padding         : 0;
    border          : 0;
    vertical-align  : baseline;
    font-weight     : normal;
    
}


html,
button,
input,
select,
textarea {
    color : #7f7f7f;
    }



body {
     font-family : 'Roboto', sans-serif;
     font-size   : 14px;
     line-height : 24px;
    }

audio,
canvas,
img,
video {
    vertical-align : middle;
    }



h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    margin  : 0;
    padding : 0;
}

h1{
    font-family     : 'Playball',sans-serif;
    font-size       : 50px;
    text-transform  : capitalize;
  }
  
h2{
    font-family     : 'Playball',sans-serif;
    font-size       : 40px;
    text-transform  : capitalize;
    letter-spacing  : 2px;
}

h3{
    font-size       : 24px;
}

h4{
    font-size       : 20px;   
}
h5{
    font-size       : 16px;   
}

h6{
    font-size       : 8px;   
}

p{
    font-family     : 'Roboto', sans-serif;
    font-size       : 14px;
    font-weight     : 400;
    color           : #444444;
}

ul,ol{
    list-style-type : none;
}

a,
a:active,
a:focus,
a.active {
    color               : #ffffff;
    text-decoration     : none !important;
    outline             : none;
    cursor              : pointer;
    -webkit-transition  : all ease 0.5s;
    -o-transition       : all ease 0.5s;
    transition          : all ease 0.5s;
    }
a:hover{
   color               : #c55722;
}
img,
.img-responsive{
    width: 100%;
}

.section-padding{
    background: #fff url(../images/pattern.png);
    padding:20px 20px 0px 20px;
}

textarea{
  resize:none;
}

    
/*--------------------------------
  Page Wrapper
----------------------------------*/
.wrapper {
    overflow : hidden
    }

.inner-wrapper {
    padding    : 0;
    }

.header-wrapper {
    border-top: 1px solid #103340;
    border-bottom: 1px solid #61351f;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.38);
    background: #103340;
    margin-bottom: 0px;
    position: relative;
    padding: 0px 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
  }
.navbar-fixed-top{
  position: fixed !important;
  background-color: #103340;
  padding: 9px 0;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}
.header-wrapper.navbar-fixed-top .mainnav {
  padding-right: 15px;
  margin-top: 15px;  
}
.header-wrapper.navbar-fixed-top .logo a img {
    width: 220px;
    /* height: 42px; */
    padding-top: 11px;
}
.header-wrapper.navbar-fixed-top {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}


/*-----------------------------------
NAVIGATION  
-------------------------------------*/
.logo {
    width: 150px;
    height: auto;
    position: absolute;
    left: 15px;
    z-index: 8;
    margin-top: -15px;
    margin-left: -15px;
}

/*-----------------------------------
NAVIGATION  
-------------------------------------*/

.navbar {
    position      : relative;
    min-height    : 0px;
    margin-bottom : 20px;
    border        : 1px solid transparent;
    }

.mainnav {
    border        : 0 none;
    border-radius : 0;
    margin-bottom : 0px;
    margin-top    : 23px;
    }

.navbar-default {
    background : transparent;
    }

ul.nav.navbar-nav li a {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 0 5px;
  line-height: 12px;
  border-right: 1px solid #d5d4d4;
} 
 ul.nav.navbar-nav li a i.fa.fa-angle-down {
  line-height: 12px;
}
ul.nav.navbar-nav li { 
  /*padding-top: 15px;
  padding-bottom: 15px;*/
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;	  
}
ul.nav.navbar-nav li:hover { 
   /*border-bottom: 2px dotted #2688ad;
   border-top: 2px dotted #2688ad;*/
}
ul.nav.navbar-nav li:last-child {
  border-right: 0 solid #d5d4d4;
  border-bottom: 0 solid transparent;
  padding-left: 0px;
}
ul.nav.navbar-nav li.active {
    border-top: 2px solid transparent;	
    border-bottom: 2px dotted #2688ad;
}

ul.nav.navbar-nav li:last-child i:before {
  font-size: 14px;
}
nav.navbar-collapse.collapse {
    padding-right : 0;
    }

ul.nav.navbar-nav li a:hover, ul.nav.navbar-nav li a:focus {
  color: #2688ad;
  background: transparent;
  text-decoration: underline !important;  
}
ul.dropdown-menu:before {
    content  : "";
    position : absolute;
    height   : 30px;
    top      : -30px;
    left     : 0;
    width    : 100%;
    }

.dropdown-menu {
  border-radius: 0;
  /*border-bottom: 3px solid #fff !important;*/
  position: relative;
  display: block;
  float: none;
  width: auto;
  box-shadow: none;
}

ul.navbar-nav {margin-top: 0px;}
.navbar-nav > li {float: left; padding-bottom: 10px;}
.navbar-nav > li:last-child {border-right : 0px solid #E1E1E1;}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus .navbar-default .navbar-nav > .active > a.open {
  color                 : #2688ad;
  background-color      : transparent;
}
button.navbar-toggle {
    border-radius: 30px;
    border: 0;
    padding: 0;
    width: 54px;
    height: 54px;
    line-height: 30px;
    font-size: 21px;
    outline: none;
    background: #c55722;
    color              : #FFFFFF;
    margin             : 0px;
    transition         : all .5s;
    -moz-transition    : all .5s;
    -webkit-transition : all .5s;
    -o-transition      : all .5s;
    -ms-transition     : all .5s;
    }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color : #ffffff;
    color : #2688ad;
    }

/*-------------------------- 
DROPDOWN CSS
----------------------------*/

.navbar-nav > li > .dropdown-menu {
    margin-top : 28px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color            : #9ED154 !important;
    background-color : transparent;
}

ul.level-one.dropdown-menu.single-dropdown { 
    background: #2688ad;
    padding: 0px;
    left: -20%;
    top: 25px;
}

ul.level-one.dropdown-menu.single-dropdown li:before {
font: normal normal normal 14px/1 FontAwesome;
    position: relative;
    content: "\f0da";
    left: 0px;
    top: 7px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

ul.level-one.dropdown-menu.single-dropdown li {
    height: 35px;
    line-height: 14px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #fbf9f2 !important;
    box-shadow: 0px 2px 0px rgba(186, 79, 8, 0.64);
}
ul.level-one.dropdown-menu.single-dropdown li:hover { background: rgba(191, 84, 12, 0.6); }
ul.level-one.dropdown-menu.single-dropdown li a{
    font-size: 13px;
    line-height: 0px;
    font-weight: 700;
    color: #fff;
}

ul.level-one.dropdown-menu.single-dropdown li a:hover{
  color: #c55722;
  margin-left:25px;
}

ul.level-one.dropdown-menu.single-dropdown li:last-child a {
  /*border-bottom: 0px solid red;
  padding-bottom: 0;*/
}

/*--------------------------- 
MEGA DROPDOWN CSS 
-----------------------------*/
.dropdown-menu .mega-content ul li {
    padding       : 4px 0;
}

.dropdown-menu .mega-content ul.menu-carousel li {
    border : 0 !important;
    }

.dropdown-menu .mega-content ul.menu-form li:last-child {
    border : 0 !important;
    }

.dropdown-menu .mega-content ul li a {
    text-transform : capitalize;
    line-height    : 26px;
    padding        : 0;
    font-size      : 13px;
    color          : #7f7f7f;
    border-right   : 0px solid transparent;
    }

.dropdown-menu .mega-content ul li{
  border-bottom: 0 solid transparent;
  padding-left: 0 !important;
}

.dropdown-menu .mega-content ul li:hover{
  border-bottom: 0 solid transparent;
}
li.dropdown:hover {
  border-bottom: 2px solid transparent !important;
}
li.dropdown.mega-menus .fa.fa-angle-down {
  padding-left: 4px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color            : #c55722;
    background-color : transparent;
    }

.mainnav .mega-menus {
    position        : static;
    }

.mainnav .mega-content {
    padding         : 20px 30px;
    }
.dropdown-header {
  color             : #3a3a3a;
  font-size         : 14px;
  text-transform    : uppercase;
  font-weight       : 400;
  margin-bottom     : 5px;
  padding           : 0;
  margin-top        : 20px;
  border-bottom     : 0px !important;
}
.menu-carousel .carousel-control.left,
.menu-carousel .carousel-control.right{
    background-image: none;
}
.mega-content ul.menu-carousel {
  margin-top: 25px;
}
.menu-carousel .left.carousel-control .fa {
  position          : absolute;
  top               : 40%;
  left              : 0;
  color             : #fff;
  background-color  : rgba(7, 7, 7, 0.6);
  padding           : 6px 10px;
}
.menu-carousel .right.carousel-control .fa {
  position          : absolute;
  top               : 40%;
  right             : 0;
  color             : #fff;
  background-color  : rgba(7, 7, 7, 0.6);
  padding           : 6px 10px;
}
.menu-carousel .carousel i:before{
  font-size         : 18px !important;
}
.menu-carousel li.mega-carousel-more{
    padding-top: 15px !important;
}
.menu-carousel li.mega-carousel-more a {
  text-transform: uppercase !important;
  color: #c55722 !important;
  font-size: 13px !important;
  font-weight: 300 !important;
}

/* Menu hover */

.megamenu-wrapper {
    width : 88%;
    }
li.dropdown {
    position : relative;
    }
ul.dropdown-menu{
    position: relative;
}
ul.dropdown-menu:before {
    position: absolute;
    content: " ";
    top: -11px;
    left: 19%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #103340;
}
ul.dropdown-menu:after {
  position: absolute;
  content: " ";
  top: -11px;
  left: 20%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #2688ad;
}
ul.level2.dropdown-menu:before {
  position: absolute;
  content: " ";
  top: -13px;
  left: 57%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #CDCDCD;
}
ul.level2.dropdown-menu:after {
  position: absolute;
  content: " ";
  top: -12px;
  left: 57%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #2688ad;
}
/* 2nd label menu */

li.dropdown > .submenu-wrapper {
    position       : absolute;
    display        : block;
    left           : 15%;
    z-index        : 999;
    top            : 15px; /* Will change on theme specific */
    }
ul.level-one.dropdown-menu li{
  border-bottom: 0 solid transparent !important;
  
}
ul.level-one.dropdown-menu li:last-child{ 
  padding-left: 0 !important;
}
/** IE pointer events */

li.dropdown > .submenu-wrapper.no-pointer-events {
    display : none;
    }

li.dropdown > .submenu-wrapper > .submenu-inner {
    margin-top         : 0px;
    transform          : translateY(15%);
    min-width          : 300px;
    -webkit-transition : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition    : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition     : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition      : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition         : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }
ul.level-one.dropdown-menu.single-dropdown li:first-child {
    padding-top: 4px;
}
li.dropdown:hover > .submenu-wrapper.no-pointer-events {
    display : block;
    }
li.dropdown:hover > .submenu-wrapper > .submenu-inner {
    opacity           : 1;
    -webkit-transform : translateY(0);
    -moz-transform    : translateY(0);
    -ms-transform     : translateY(0);
    -o-transform      : translateY(0);
    transform         : translateY(0);

    }
li.dropdown.menu-animating > .submenu-wrapper {
    overflow : hidden;
    }

/* 3rd label menu */

li.dropdown > .submenu-sub-wrapper {
    position       : absolute;
    left           : 100%;
    top            : 0;
    display        : block;
    z-index        : 1000;
    width          : 100%;
    }
li.dropdown > .submenu-sub-wrapper > .submenu-sub-inner {
    opacity            : 0;
    -webkit-transform  : translateX(-100%);
    -moz-transform     : translateX(-100%);
    -ms-transform      : translateX(-100%);
    -o-transform       : translateX(-100%);
    transform          : translateX(-100%);
    -webkit-transition : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition    : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition     : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition      : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition         : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }
li.dropdown:hover > .submenu-sub-wrapper > .submenu-sub-inner {
    opacity           : 1;
    -webkit-transform : translateX(0);
    -moz-transform    : translateX(0);
    -ms-transform     : translateX(0);
    -o-transform      : translateX(0);
    transform         : translateX(0);
    }
li.dropdown.menu-animating > .submenu-sub-wrapper {
    overflow : hidden;
    }
label.error {
    background : rgb(250, 221, 221);
    color      : #FF0000;
    padding    : 3px 10px;
    margin-top : 5px;
    }

/*************************************
          Header top
**************************************/
.header-top{
	border-bottom: 1px solid #61351f;
    background: #c55722 url(../images/page.png);
    padding: 8px 0;
}
.fa-ul.level-one li .fa { 
    padding: 5px 0px 5px 5px;
    font-size: 15px;
	margin-right: 5px;
}
.fa-ul.list-inline.top-info.level-one li {
  color: #fff;
  font-size: 12px;
  /*letter-spacing: 1px;*/
  font-family: Oswald;
}

.top-social.level-one li.location {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;	
  background: #589442;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: bold !important;
  color: #fff !important;
  -webkit-transition:all ease 0.35s;
  -moz-transition:all ease 0.35s;
  -o-transition:all ease 0.35s;
  -ms-transition:all ease 0.35s;
  transition:all ease 0.35s;
}
.top-social.level-one li.location:hover {
  cursor: pointer;
  background-color: #fff;
  color: #589442;
}
.top-social.level-one li .fa-map-marker {
  font-size: 20px;
  padding-right: 10px;
}
.fa-ul.list-inline.top-info.level-one li a i:before {
  font-size: 14px;
  color: #fff;
}
.fa-ul.list-inline.top-info.level-one li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;	
  background-color: #2688ad;
}


.fa-ul.list-inline.top-info.level-one li a:hover {
  background-color: #bf540b;
}
.fa-ul.list-inline.top-info.level-one li a.tel-no {
  background-color: transparent;
  border: none;
  color: #fff;
}
.fa-ul.list-inline.top-info.level-one li a.tel-no:hover{
  color: #2688ad;
}
.list-inline.top-info > li {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
}
/*********************************************
            CSS switcher
***********************************************/
.preset-wrapper{
  position: fixed;
  top: 25%;
  z-index: 999;
}
.preset-wrapper .holder{
    font-family: "Roboto",sans-serif;
    position: absolute;
    left: -250px;
    width: 250px;
    background: #f3f3f3;
    text-transform: uppercase;
    z-index: 999;
}
.preset-wrapper .holder.open{
    left: 0;
}
.preset-wrapper .holder .heading{
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    text-align: center;
    background: #c55722;
    padding: 9px 0;
    margin: 0;
}
.preset-wrapper .contents{
    padding: 20px;
    border: 1px solid #c4c4c4; 
}
.preset-wrapper .title{
    color: #1c1c1c;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}
.preset-wrapper .layout-container,
.preset-wrapper .color-container{
    
    display: table;
    margin: 0 auto;
}
.preset-wrapper .layout-container  ul{

    padding: 20px 0;
}
.preset-wrapper .color-container  ul{
    padding: 20px 25px;
}
.preset-wrapper .layout-container li,
.preset-wrapper .color-container li
{
    display: inline-block;
    text-align: center;
}

.preset-wrapper .layout-container li
{
    margin: 7px;
    border: 1px solid #dfdfdf;
    font-size: 12px;
    letter-spacing: 1.5px;
    cursor: pointer;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;
}
.preset-wrapper .layout-container li a{
  color: #939393;
  padding: 0 20px;
  line-height: 30px;
  display: block;
}
.preset-wrapper .layout-container li:hover,
.preset-wrapper .layout-container li a:hover{
    background: #e1e1e1;
    color: #969696;
  }
.preset-wrapper .color-container li{
    height: 30px;
    width: 30px;
    margin: 0 3px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.preset-wrapper .color-container li:hover{
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
    transition: all ease 1s;
}

.preset-wrapper .color-container .brown{
    background: #c55722;
}
.preset-wrapper .color-container .orange{
    background: #f28b1c;
}
.preset-wrapper .color-container .green{
    background: #9cc264;
}
.preset-wrapper .color-container .blue{
    background: #5572b1;
}
.preset-wrapper .color-container .yellow{
    background: #ffb606;
}
.preset-wrapper .color-container .purple{
    background: #b95d82;
}
.preset-wrapper .color-container .red{
    background: #b60e0a;
}
.preset-wrapper .color-container .dark-blue{
    background: #21b0d1;
}
.preset-wrapper .icon-holder {
    position: absolute;
    right: -50px;
    background: #c55722;
    padding-top: 6px;
    width: 50px;
    text-align: center;
    line-height: 36px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.preset-wrapper .icon-holder .fa-gear::before, 
.preset-wrapper .icon-holder .fa-cog::before{
  color: #fff;
  font-size: 25px;
}

.color li a {
    display: block;
    width: 30px;
    height: 30px;
}


/*********************************************
            Search
***********************************************/
.search-wrapper{
  display: none;
}
#search{
  cursor: pointer;
}
.search-wrapper .search-container{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  position: fixed;
  top: 0;
  z-index: 999999;
}
.search-wrapper .search-container .search-contents{
  width: 80%;
  margin: 10% auto 0; 
  text-align: center;
}
.search-wrapper .search-container .search-contents .close {
  color: #1c1c1c;
  opacity: 0.7;
  margin-bottom: 10%;
  padding: 5px 7px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  border: 1px solid rgba(193,154,95,0.7);
}
.search-wrapper .search-container .search-contents .close:hover{
  opacity: 1;
}
.search-wrapper .search-container .search-contents input{
  width: 100%;
  background: rgba(255,255,255,0);
  border-width: 0;
  border-bottom: 1px solid rgba(193,154,95,0.45);
  padding: 8px;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}
.search-wrapper .search-container .search-contents button{
  margin-top: 30px;
  text-transform: uppercase;
  border-width: 0;
}
.search-wrapper .search-container .search-contents input::-moz-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 25px;
    color           : #454545;
    text-transform: uppercase; 
    font-weight: 300;
    letter-spacing: 1px; 
    opacity         : 1;
    text-align: center;
}
.search-wrapper .search-container .search-contents input:-ms-input-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 25px;
    color           : #454545;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
.search-wrapper .search-container .search-contents input::-webkit-input-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 25px;
    color           : #454545;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}


/*********************************************
            Google pop up
***********************************************/
.popup-section{
  position: fixed;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0,0,0,0.7);
}
.popup-wrapper {
  padding: 45px 35px;
  margin-top: 20%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: relative;
}
.popup-wrapper .cross{  
  position: absolute;
  right: -19px;
  top: 20px;
  cursor: pointer;
}
.popup-wrapper .cross p{
  color: #fff;
  font-size: 20px;
  font-weight:700;
  line-height: 38px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(168,127,65,0.9);
  background: #589442;
  padding: 0 12px; 
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  -ms-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.popup-wrapper .cross p:hover{
  color: #589442;
  background: rgba(255,255,255,1);
  box-shadow: 0 0 1px #000;
}
.popup-wrapper input{
  width: 100%;
  border: 1px solid #c55722;
  margin-bottom: 15px;
  background: #f8f8f8;
  border-radius: 3px 3px 3px 3px;
  height: 34px;
  padding: 5px 10px;
  outline: 0;
}
.popup-wrapper .heading-top,
.popup-wrapper .heading,
.popup-wrapper p,
.popup-wrapper p a{
  font-size       : 14px;
  color           : #444444;
  letter-spacing: 2px;
  font-weight: 400;
}
.popup-wrapper .heading-top{
  text-transform: uppercase;
  margin-bottom: 28px;
}
.popup-wrapper .heading{
  text-transform: capitalize;
  color: #3a3a3a;
  margin-top: 10px;
}
.popup-wrapper p,
.popup-wrapper p a{
  color:#7f7f7f;
  line-height: 30px;
  font-weight: 300;
}
.popup-wrapper p a:hover{
  color: #363636;
}
.popup-wrapper p::first-letter{
  text-transform: uppercase;
}
.popup-wrapper .example{
  text-transform: capitalize;
  font-size: 12px;
  color: #3a3a3a;
  font-weight: 400;
  letter-spacing: 1px;
} 
#map-canvas {
  width: 100%;
  height: 250px;
}

/*********************************************
            drop down image select
***********************************************/
.dropdown dd, 
.dropdown dt,
.dropdown ul { 
  margin:0px; padding:0px;
}
.dropdown dd {
  position:relative; 
  z-index: 999;
}
.dropdown a,
.dropdown a:visited{
  color:#816c5b;
  text-decoration:none;
  outline:none;
}

.dropdown dt a:hover {
  color:#5d4617;
}
.dropdown dt a {
  display: block;
  padding-right: 0px;
  width: 96px;
  height: 20px;
}
.dropdown dt a span {
  cursor: pointer;
  display: block;
  color: #c55722;
  font-family: 'Merriweather';
}
.dropdown dd ul {
  background: #fff none repeat scroll 0 0;
  border:1px solid #D3A45E;
  color: #C5C0B0;
  display: none;
  left: -11px;
  padding: 0px;
  position: absolute;
  top: 4px;
  width: 119px;
  min-width: 53px;
  list-style: none;
}
.dropdown span.value {
  display:none;
}
.dropdown dd ul li a { 
  padding:5px; 
  display:block;
}
     
.dropdown img.flag {
  border: none;
  vertical-align: top;
  margin-left: -3px;
  height: 13px;
  width: 20px;
  margin-top: 2px;
  margin-right: 5px;
}

.top-social li a i {
    border-radius: 15px;
    background-color: #103340;
    padding: 5px 7px 6px 7px;
    font-size: 20px !important;
}

.top-social.list-inline>li {
    display: inline-block;
    padding-right: 1px;
    padding-left: 1px;
}

.top-social.level-one li.flag-area {
  background-color: #f4f4f4;
  padding:4px 10px 2px 10px;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 25px;
  color: #feedd2;
  border: 1px solid #fff;
  -webkit-transition:all ease 0.35s;
  -moz-transition:all ease 0.35s;
  -o-transition:all ease 0.35s;
  -ms-transition:all ease 0.35s;
  transition:all ease 0.35s;
}
.dropdown dt a {
    background: url(../error404.html) no-repeat scroll right center;
    display: block;
    padding-right: 0px;
    width: 96px;
    height: 19px;
}
.top-social.level-one li.flag-area:hover {
  background: #ffffff;
}
.flags-align li img {
  margin-left: 9px !important;
  margin-top: 4px !important;
}
.flags-align li:hover{
  background-color:rgba(185,140,73,0.3);
}


/**************************************
              Rs plugin
***************************************/
.tp-banner-container{
    width:100%;
    position:relative;
    padding:0;
  }
.tp-banner{
	text-shadow:0px 1px 1px rgba(0, 0, 0, 0.61);
    width:100%;
    position:relative;
}
.tp-banner-fullscreen-container {
  width:100%;
  position:relative;
  padding:0;
}
.tr-slider-btn{
  font-weight: 700 !important;
  background-color: #2688ad;
  padding: 10px 20px;
  color: #fff !important;
  border-radius:4px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.tr-slider-btn:hover{
  background-color: #fff;
  color: #2688ad !important;
}
.tp-bullets.preview4 .bullet {
  cursor: pointer;
  position: relative !important;
    background: #f5f5f5 !important;
    border: 5px solid #2688ad !important;
  }
.tp-bullets.preview4 .bullet:hover, .tp-bullets.preview4 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #2688ad !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid #fff !important;
}
.start span{
    color: #2688ad;
    font-weight: 700;
}
/*****************************************************
                  Welcome Area
******************************************************/
.color-b { color:#fff;}
.color-o { color:#2688ad;}

.art-title {
	margin-bottom:34px;
	margin-left:20px;
}	
.art-title h1{
    font-family: 'merriweather', sans-serif;
    font-size: 20px;
		color: #103340;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
  }
  
.art-title h2{
	font-weight: 700;
    line-height: 20px;
    padding-left: 2px;
    font-family: inherit;
    font-size: 12px;
    text-transform: uppercase;
}

.welcome-area{
    padding: 15px 0 15px;
}
.welcome-area .col-xs-12.col-md-4 {
  margin-top: -70px;
  z-index: 99;
}
.welcome-area .welcome-note{
  background-color: #fff;
}
.welcome-note.text-center {
  background: #fff url(../images/pattern.png);
  padding: 15px 20px 15px 20px;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
}
.welcome-note h1{
    font-family: 'merriweather', sans-serif;
    font-size: 25px;
    color: #103340;
    text-transform: uppercase;
    padding: 10px 0 0px 0;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.welcome-note h2{
    font-family: 'merriweather', sans-serif;
    font-size: 14px;
    color: #103340;
    text-transform: uppercase;
    padding: 5px 0 0px 0;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-decoration: underline;
}
.welcome-note strong {
    font-size: 15px;
    color: #103340;
    font-weight: 700;
    letter-spacing: 2px;    
}
.welcome-note .note{
   padding:20px 0px 0px 0px;	
   margin: 0 10px; 
}
.welcome-note p{
    font-size: 14px;
    font-weight: 500;
    color: #103340;
    margin-top: 30px;
    /* letter-spacing: 1px; */
    line-height: 16px;
}
.welcome-area .col-md-8 .column-margin.clear-left{
  clear: left;
}
.welcome-area .col-md-8 .column-margin{
  margin-top: 30px;
}
.welcome-area .grid {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

.welcome-area .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 256px;
  text-align: center;
  cursor: pointer;
}
.welcome-area .grid figure img {
  position: relative;
  display: block;
  max-width: 100%;
  height: 100%;
  opacity: 0.8;
}

.welcome-area .grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
}
.welcome-area .grid figure figcaption,
.welcome-area .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.welcome-area .grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.welcome-area .grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.welcome-area .grid figure h2 span {
  font-weight: 800;
}
.welcome-area .grid figure h2,
.welcome-area .grid figure p {
  margin: 0;
}
.welcome-area .grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.welcome-area figure.effect-cheff img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.welcome-area figure.effect-cheff figcaption {
  padding: 3em; 
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.welcome-area figure.effect-cheff figcaption::before {
  position: absolute;
  top: 8%;
  right: 8%;
  bottom: 8%;
  left: 8%;
  content: '';
  background-color: rgba(26, 26, 26, 0.85);
}
.welcome-area figure.effect-cheff h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 15px 5px;
  margin: 0 0 10px 0;
  background-color: rgba(58,52,42,0.85);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.welcome-area figure.effect-cheff figcaption::before,
.welcome-area figure.effect-cheff p {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 16px;
}
.welcome-area figure.effect-cheff:hover h2 {
    margin-top: 6%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: transparent;
}
.welcome-area figure.effect-cheff:hover figcaption::before,
.welcome-area figure.effect-cheff:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.welcome-area figure.effect-cheff:hover figcaption {
  background-color: rgba(58,52,42,0);
}
.upcoming-event{
  background: #103340;
  padding: 20px 0px;
}
.upcoming-event h3{
  text-shadow: 0px 0px 1px #000;	
  text-decoration: underline;	
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
.time p,
.blue-night{
 color: #cfa670;
}
.upcoming-event-last p,
.upcoming-event p{
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.date-times{
  position: relative;
}
.date-times p:before {
  position: absolute;
  content: "06";
  left: 29%;
  top: 23px;
  color: #cfa670;
  font-size: 44px;
}
.date-times p {
  font-size: 16px;
  line-height: 16px;
  padding-left: 45px;
  padding-top: 15px;
  color: #fff;
}
.date-times p span{
  letter-spacing: 2px;
}
.time.text-center p {
  padding-top: 10px;
  text-transform: lowercase;
}
.bbq-party p {
    text-shadow: 0px 0px 1px #000;	
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    padding: 5px 25px 22px 25px;
    text-transform: none;
    text-align: justify;
}
.bbq-party p span{
  padding-left: 15px;
}
.upcoming-event-last {
  background-color: #333;
  padding: 47px 0 60px 0;
}
.upcoming-event-last h3{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.upcoming-event-last .bbq-party {
  padding-bottom: 40px;
}

.read-more a{
	border-radius: 30px;
	padding: 11px 59px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	background: #c55722;
}
.read-more a:hover{
	color: #2688ad;
	background: #fff;  
}

.art-promo {
    margin-top: 13px;	
}

.art-promo h1 {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;	
    font-family: inherit;
    margin-top: 40px;
    margin-left: -10px;
    padding: 6px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    background: #2688ad;
    border-left: 5px solid #fff;	
}

.art-promo .read-more a{
    border-radius: 3px;
    margin-top: -17px;
    margin-left: 18px;
    padding: 3px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    background: #2688ad;
}
.art-promo .read-more a:hover{
	color: #2688ad;
	background: #fff;  
}

.art-bb {
    margin-bottom: -8px;	
}

.art-bb h1 {
	border-top-right-radius: 5px;
	font-family: inherit;
	margin-top: -15px;
	margin-left: 60px;
	padding: 4px 14px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	position: absolute;
	background: #c55722;
	border-radius: 20px;	
}

.art-bb img { 
    box-shadow: 0 0 1px rgba(0,0,0,0);
	transform: perspective( 600px ) rotateY( 0deg );    
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
 }
.art-bb img:hover { 	
	transform: perspective( 600px ) rotateY( -25deg );
 }

/****************************************************************
                  Food Menu
*****************************************************************/

.banner-wrapper{
	 text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.61);	
	 padding: 130px 0;
	 background-size: cover;
	 background-position: center center; 
	 text-align: center;  
}

.banner-wrapper .art-title:before{
    position: absolute;
    top: -29px;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    padding: 55px;
    z-index: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,ffffff+100&0+1,0+1,0.6+50,0+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 1%, rgba(0,0,0,0.6) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.6) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.6) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.banner-wrapper p{
	font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 1;
    position: relative;
}

.banner-wrapper h1 {
    margin-top: -18px;
    color: #2688ad;
    font-family: 'Playball',sans-serif;
    font-size: 50px;
    text-transform: capitalize;
    text-decoration: none;
    z-index: 0;
    position: relative;
}

.banner-wrapper .art-list {
	text-shadow:0px 1px 1px rgb(255, 255, 255);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 50px;
	border-top-left-radius: 5px;
	border-top-right-radius: 50px;	
    background: #fff url(../images/pattern.png);
    padding: 12px 38px 15px 15px;
    border-top: 3px solid #fff;	
	position: absolute;
    text-align: center;
    top: 220px;
}

.banner-wrapper ul li { 
	line-height: 16px;
	margin-right:5px;
    float: left;
    font-weight: 700;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

.banner-wrapper ul li:hover { 
	color:#2688ad;
	text-decoration:underline;
}

.banner-wrapper ul li:first-child { 
	color:#2688ad;
	text-decoration:none;
}

.banner-wrapper ul li a {color:#000; font-weight: 600; font-size: 12px;}
.banner-wrapper ul li a:hover {color:#2688ad; text-decoration:underline;}

@media (max-width: 560px) {
	
.banner-wrapper .art-list {
	text-shadow:0px 1px 1px rgb(255, 255, 255);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 50px;
	border-top-left-radius: 5px;
	border-top-right-radius: 50px;	
    background: #fff url(../images/pattern.png);
    padding: 5px 40px 0px 15px;
    border-top: 3px solid #fff;	
	position: absolute;
    text-align: center;
    top: 160px;
    height: 60px;	
}
.banner-wrapper h1 {
    margin-top: -5px;
    color: #2688ad;
    font-family: 'Playball',sans-serif;
    font-size: 35px;
    text-transform: capitalize;
}

.banner-wrapper p{
	font-weight: 700;
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0px;
    z-index: 999;
    position: relative;
}

}

.bottom-wrapper{
    padding: 100px 0;
    background-size: cover;
    background-position: center center; 
    text-align: center; 
    position: relative;
}

.bottom-wrapper::before{
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); 
}

.btn{
    background: #2688ad;
    padding: 7px 19px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: capitalize;
}
.bottom-wrapper .btn{
     
    box-shadow: 0 2px 0 rgba(0,0,0,0.4);
}
.btn:hover{

    background: #e29026;
    color: #f0efee;
    box-shadow: none;
}

.bottom-reservation,.bottom-contact{
    background-image: url('../error404.html');
}

.bottom-about,.bottom-menu,.bottom-events{
    background-image: url('../error404.html');
}

.take-look-wrapper{
	background-image        : url('../error404.html');
	padding                 : 195px 0;
	background-attachment   : fixed; 
	background-position     : center;
	background-size         : cover;
	position                : relative;
	text-align              : center;
}
.take-look-wrapper::before{
    position      : absolute;
    left          : 0;
    top           : 0;
    content       : " ";
    background    : rgba(0,0,0,0.6);
    width         : 100%;
    height        : 100%;
}
.take-look-wrapper h1{
	color           : #cfa670;
	font-size       : 40px;
	padding-bottom  : 12px;
	text-transform  : none;
	letter-spacing  : 3px;
	font-style      : italic;
}
.take-look-wrapper p{

    font-size       : 17px;
    color           : #e2e2e2;
    letter-spacing  : 2.5px;
    margin-bottom   : 35px;
    line-height     : 24px;
}
.section-padding.food-menu-wrapper .col-xs-12.text-center {
  padding-bottom    : 65px;
}
.food-menu-wrapper h1{
    font-size       : 40px;
    text-align      : center;
    letter-spacing  : 2px;
}
.section-padding.food-menu-wrapper .row:last-child {
  padding-top       : 57px;
}
.food-menu-wrapper h2.item-name {
  font-family       : 'Roboto', sans-serif;
  text-align        : left;
  border-bottom     : 1px solid #c55722;
  padding-bottom    : 15px;
  font-size         : 18px;
  font-weight       : 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666666;
}
.food-menu-wrapper .media.menu-media {
  padding: 16px 0;
  border-bottom: 1px dashed #b6b6b6;
  margin-top: 10px;
}
.food-menu-wrapper .media.menu-media {
  padding: 16px 0;
  border-bottom: 1px dashed #b6b6b6;
}
.food-menu-wrapper .media .media-left img {
  width: 75px;
  height: 75px;
  border-radius: 5px;
}
.food-menu-wrapper .media .media-body h2{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #444444;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0 0 10px;
}
.food-menu-wrapper .media .media-body h2 span{
  float: right;
  color: #c55722;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
}
.food-menu-wrapper .media .media-body p{
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-left: 10px;
}
.item-contents{
    padding: 20px 0;
    border-bottom: 1px dashed #b6b6b6; 
}
.item-contents img{
    border-radius: 5px;
}
.item-contents p{
    font-size       : 16px;
    color           : #444444;
    text-transform  : uppercase;
    font-weight     : 400;
    letter-spacing  : 1px;
    padding-top     : 10px;
}
.item-contents span{   
    font-size       : 16px;
    color           : #7c7c7c;
    text-transform  : capitalize;
    font-weight     : 300;
    letter-spacing  : 1px;
}
.item-contents .price{
    font-size       : 16px;
    color           : #c55722;
    font-weight     : 500;
    padding-top     : 10px;
    text-align      : right;
}
.food-menu-wrapper .btn-wrapper{
    margin-top: 50px;
    text-align: center;
}
.book-table-wrapper{
    background-image: url('../images/book-table.jpg');
    background-size: cover;
    position: relative;
}
.book-table-wrapper:before{
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    /*background: rgba(79,79,79,0.6);*/
    width: 100%;
    height: 100%;
}
.book-table-wrapper .booking-back{
    background: rgba(0,0,0,0.4);
    padding: 50px 20px;
}
.book-table-wrapper .booking-form{
    text-align: center;
    padding: 0 15px;   
}
.book-table-wrapper .booking-form h1{
    font-family: 'merriweather', sans-serif;
    font-size: 25px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    color: #ffffff;
    text-align: center;
}
.book-table-wrapper .booking-form .slogan{
    color: white;
    padding-bottom: 35px;
    text-align: center;
}
.book-table-wrapper .booking-form .col-sm-6, 
.book-table-wrapper .booking-form .col-xs-12{
    padding-bottom: 27px;
}
.book-table-wrapper .booking-form input{
    height: 40px;   
}
.book-table-wrapper .booking-form .form-control{
     background: rgb(214, 214, 214);
     transition: background ease 0.35s ;
     box-shadow: 0 1px 1px #c55722;
}
.book-table-wrapper .booking-form .form-control:hover{
    background: #ffffff;
}
.book-table-wrapper .booking-image img{
    height: 571px !important;
    width: auto;
    display: block;
    margin-left: -110px;
}

.book-table-wrapper .booking-form .form-control:focus {
  border-color: #c55722;
  background: #ffffff;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
          box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
}
.book-table-wrapper .booking-form .form-control::-moz-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 16px;
    color           : #424242;
    text-transform  : capitalize; 
    font-weight     : 300;
    letter-spacing: 1px; 
    opacity         : 1;
}
.book-table-wrapper .booking-form .form-control:-ms-input-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 16px;
    color           : #424242;
    font-weight: 300;
    text-transform: capitalize;
}
.book-table-wrapper .booking-form .form-control::-webkit-input-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 16px;
    color           : #424242;
    font-weight: 300;
    text-transform: capitalize;
}
/************************************************************************************
                                  Gallery*/
/*************************************************************************************/
.galleri-wrapper{
  background: #f1f1f1;
  text-align: center;
}
.section-padding.our-team-section{
	background: url(../images/pattern.png);	
}

.section-padding.galleri-wrapper{
	background: url(../images/pattern.png);	
    padding: 40px 0px 20px;
    /*border-top: 3px solid #fff;*/
	border-bottom: 3px solid #fff;	
}

.galleri-wrapper .slogan{   
  padding-bottom: 40px;
}
.galleri-wrapper img{
  margin-bottom: 30px;
}
.galleri-wrapper .gallary-image .fa{
  font-size: 16px;
  color: white;
  padding: 9px 11px;
  background-color: #2688ad;
  border-radius: 5px;
  line-height: 20px;
}
.gallary-hover-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallary-hover-text p{
  text-transform: uppercase;
  font-size: 10px !important;
  font-weight:700;
  color: #fff;
}
.galleri-wrapper .grid {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
.galleri-wrapper .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #3085a3;
  text-align: center;
}
.galleri-wrapper .grid figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
}
.galleri-wrapper .grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.galleri-wrapper .grid figure figcaption,
.galleri-wrapper .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}
.galleri-wrapper .grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.galleri-wrapper .grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.galleri-wrapper .grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.galleri-wrapper .grid figure p {
    letter-spacing: 2px;
    padding-top: 3px;
    height: 20px;
}
.galleri-wrapper figure.effect-cheff {
  background: none; 
}
.galleri-wrapper figure.effect-cheff img {
  opacity: 1;
}
.galleri-wrapper figure.effect-cheff figcaption {
  padding: 0; 
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.galleri-wrapper figure.effect-cheff figcaption::before {
  position: absolute;
  top: 5%;
  bottom: 7%;
  right: 4%;
  left: 4%;
  content: '';
  background-color: rgba(88, 48, 27, 0.59);
}
.figure-class:before {
  height: 100%;
  top: 2% !important;
}
.galleri-wrapper figure.effect-cheff h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 15px 5px;
  margin: 0 0 10px 0;
  background-color: rgba(58,52,42,0.7);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.galleri-wrapper figure.effect-cheff figcaption::before,
.galleri-wrapper figure.effect-cheff p {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.galleri-wrapper figure.effect-cheff figcaption::before,
.galleri-wrapper figure.effect-cheff .fa {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.galleri-wrapper figure.effect-cheff:hover figcaption::before,
.galleri-wrapper figure.effect-cheff:hover .fa {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.galleri-wrapper figure.effect-cheff:hover h2 {
    margin-top: 6%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: transparent;
}
.galleri-wrapper figure.effect-cheff:hover figcaption::before,
.galleri-wrapper figure.effect-cheff:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.galleri-wrapper figure.effect-cheff:hover figcaption {
  background-color: rgba(58,52,42,0);
}



/*******************************************************************************
                        Right Fixed Booking Form
********************************************************************************/

.book-now-wrapper{
    position: fixed;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 9999;
}
.book-now-wrapper .book-now{
    position: relative;
    width: 1px;
    box-shadow: 0 0 3px rgba(0,0,0,0.16);
    border-width: 0;
    background: #ffffff;
    padding: 25px 0;
    border-radius: 2px ;
    overflow-x: hidden ;
    opacity: 0;
}
.book-now-wrapper .book-now.open{
width: 385px;
padding: 25px 20px;
border-right: 2px solid #c57676;
opacity: 1;
}
.book-now-wrapper  .toggle{
    font-size       : 14px;
    color           : #ffffff;
    font-weight: 500;
    letter-spacing: 2px;
    width: 200px;
    opacity: 1;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
    padding: 10px 0;
    text-transform: uppercase;
    background: #c55722 url(../images/page.png) !important;
    box-shadow: 0 -2px 3px rgba(0,0,0,0.3);
    text-align: center;
    border-radius: 5px 5px 0 0 ;
    position: absolute;
    left: -121px;
    top: 23%;
    cursor: pointer;
}
.book-now-wrapper .book-form p{
    font-size       : 15px;
    color           : #000000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 300;
    padding: 0 15px 20px 15px;
    -ms-text-align-last: auto;
    text-align: left;
}
.book-now-wrapper .form-control{
    border-radius: 2px;
    margin-bottom: 15px;
    background: #f5f5f5;
    box-shadow: none;
    border: 1px solid #e6e6e6;
}
.book-now-wrapper  .form-control:focus {
  border-color: #e6e6e6;
  background: #ffffff;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
          box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
}
.book-now-wrapper  .form-control::-moz-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 14px;
    color           : #a2a2a2;
    font-style: italic;
    text-transform: capitalize; 
    font-weight: 300;
    letter-spacing: 1px; 
    opacity         : 1;
}
.book-now-wrapper  .form-control:-ms-input-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 16px;
    color           : #a2a2a2;
    font-style: italic;
    font-weight: 300;
    text-transform: capitalize;
}
.book-now-wrapper  .form-control::-webkit-input-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 16px;
    color           : #a2a2a2;
    font-style: italic;
    font-weight: 300;
    text-transform: capitalize;
}
.book-now-wrapper .btn{
    background: #bc8f4a;
    font-family     : 'Roboto', sans-serif;
    font-size       : 14px;
    color           : #ffffff;
    text-transform: uppercase;
    padding: 7px 0;
    width: 100%;
}
.book-now-wrapper .btn:hover{

    background: #c55722;
}


/*******************************************************************************
                                 SIGNATURE
********************************************************************************/

.signature-wrapper{    
    text-align: center;
    border-top: 3px solid #fff;
    padding: 40px 0px 0px 0px;
}

.signature-wrapper .slogan{
    margin-bottom: 45px;
}
.signature-wrapper h3{
    z-index: 1;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    font-family: inherit;
	bottom: 240px;
    margin-left: 20px;
    padding: 8px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    background: #2688ad;
    border-left: 5px solid #fff;
    letter-spacing:0px;	
}
.signature-wrapper img{
    padding: 0 25px;
}
.signature-wrapper p{
    padding: 10px;
    color: #fff;
    line-height: 15px;
    font-size: 13px;
    text-align: justify;
}
.signature-wrapper .price{
    font-size       : 16px;
    color           : #636363;
    font-weight: 300; 
    text-transform: capitalize;
    font-style: normal;
}
.signature-wrapper .price span{
    color: #cfa670;
    font-weight: bold;
}
.owl-wrap .owl-controls i::before {
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
    line-height: 60px;
    color: #2688ad;
}
.owl-wrap .owl-controls i:hover::before{
  color: #cfa670;
}

.art-slide {
	height: 200px;
	padding: 10px 15px;
    margin: 10px 25px;
    border-top: 1px solid #61351f;
    background: #c55722 url(../images/page.png);
}

.art-slide div {
    z-index: 2;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: inherit;
    bottom: 30px;
    right: 45px;
    padding: 1px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    letter-spacing: 0px;
}

.art-slide div {color: #fff;}
.art-slide div:hover {color: #2688ad;}

.art-slide h6 {
    z-index: 1;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
    font-family: inherit;
    bottom: 0px;    
    padding: 8px 10px;
	width: 80%;	
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    background: #2688ad;
    letter-spacing:0px;
	text-align: left;	
}

.art-slide h4 {
    z-index: 1;
    font-family: inherit;
    bottom: 0px;
    padding: 0px 0px 10px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;	
}

/**********************************************************
              Footer
***********************************************************/

.widget img{ box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.18); height:35px; width:35px; }
.widget img:hover{ box-shadow: 0 8px 8px -8px #000000; }
.widget-title {
	display: inline-block;
	margin-bottom: 25px;
}
	
.widget-title:after {
	display: block;
	border-bottom: 3px solid #2688ad;
	margin-top: 10px;
	content: "";
}
	
footer .widget-title:after {
    position: relative;
    top: 2px;
	width: 15%;	
    border-width: 3px;
}
	
footer .widget-title {
    display: block;
    border-bottom: 1px solid #c55722;
    margin-bottom: 20px;
    margin-top: 40px;
    text-decoration: none;
}

 .footer-top{
  padding: 40px 0 10px;
  background-color: #103340;
 }
 

.footer-top .txt p {
font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 10px 0px;
    text-align: center;
    font-weight: 700;
    color: #fff !important;
} 

.footer-title {
	font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    color: #2688ad;
    margin-bottom: 25px;
}


.twt-area.media-body,
.twt-area.media-body a{
  color: #969696;
}
.twitter-avatar {
    color: #c55722;
}
.twt-area .date {
    color: #c55722;
    cursor: pointer;
}
.screen-name {
  float: left;
  padding-right: 5px;
}
.open-time p{
  color: #969696;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.address p{
  color: #969696;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height   : 35px; 
}
.address p a{
  color: #969696;
  text-transform: none;
}
.address p a:hover{
  color: #ffffff;
}
.open-time i,
.address i {
  font-size: 16px;
  color: #c55722;
}
.clock-time:before {
    position: absolute;
    content: "\f017";
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    font-size: 16px;
    color: #c55722;
    width: 100%;
    height: 100%;
}
.open-time strong,
.address strong {
  font-size: 14px;
  color: #cfa670;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
}
.open-time.opening-time p {
    padding-left: 14px;
  }
.icon-map {
    line-height: 29px;
}
.clock-time{
  position: relative;
}
.address .road-details {
    padding-left: 23px;
    line-height: 15px;
    padding-bottom: 10px;
}
.footer-social-list{
  margin-top: 22px;
}

footer .footer-top ul li a i:before {
  font-size: 15px;
  color: #727272;
  padding-right: 5px;
}
footer .footer-top ul li a i:hover:before{
  color: #cfa670;
}

.back-top {
	height:20px;	
}

.images-gellary ul{
  margin-top: 15px;
}
.images-gellary ul li {
  float: left;
}

.images-gellary ul li img {
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 85px;
  width: 85px;
}
.footer-bottom{
    border-top: 1px solid #61351f;
    background: #c55722 url(../images/page.png);
	padding: 10px 0;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.18) inset;	
}

.footer-bottom p a,
.footer-bottom p {
	text-align: right;	
	color: #ffffff;
    font-weight: 700;
    font-size: 13px;
}
.footer-bottom p a{
	color: #ffffff;
}
.footer-bottom p a:hover{
  color: #2688ad;
  text-decoration: underline !important; 
}
.footer-bottom .fa-angle-up {
	box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.49);	
    position: relative;
    top: -50px;
    color: #2688ad;
    padding: 6px 15px;
    background-color: #103340;
    border-radius: 3px;
    font-size: 25px;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.footer-bottom .fa-angle-up:hover{
  color: #ffffff;	
  cursor: pointer;
  opacity: 1;
}

ul.footer-list li { margin-left:10px;color:#fff;font-size: 14px;font-weight:700;line-height:18px;}
ul.footer-list li a { margin-left: 5px;color:#fff;}
ul.footer-list li a:hover { margin-left: 15px;color:#2688ad; text-decoration:underline !important;}
ul.footer-list img {
    width: 215px;
    height: 140px;
    border: 2px solid;
    margin-right: 10px;		
}

@media (max-width: 560px) {
ul.footer-list img {
    width: 175px;
    height: 125px;
    border: 2px solid;
    margin-right: 10px;	
}	
}

/*************************************************************************
                    LOADER
**************************************************************************/
.loader {
    background: url("../error404.html") no-repeat scroll 50% 50% rgb(249, 249, 249);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}


/**********************************************************
              About Us
***********************************************************/

/*--- ABOUT US ---*/

.about-banner{
    background-image: url('../error404.html');
}
.about-banner h1{
  color: #cfa670;
}
.about-brief-wrapper{
    background-image: url('../error404.html');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; 
    text-align: center;
}
.about-brief-wrapper .contents{
    background: rgba(0,0,0,0.6);
    padding: 100px 80px;
}
.about-brief-wrapper .contents h2{
    line-height: 50px;
    color: #c55722;
}
.about-brief-wrapper .contents p{
    font-size       : 16px;
    font-weight     : 400;
    color           : #e2e2e2;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 28px;
}

/*Team*/
.our-team-section h2{
  color: #c55722;
}
.team-wrapper{    
    margin-top: 0px;
}
.team-wrapper .social{
    text-align: center;
    background: #c55722;
    padding: 5px 0 2px 0;
    position: relative;
}
.team-wrapper .social::before { 
    content: " ";
    position: absolute;
    left: 10%;
    top: -14px;
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent; 
    border-right: 15px solid transparent; 
    border-bottom: 15px solid #c55722; 
}

.team-wrapper .social li {
    text-align: left;
    font-family: Oswald;	
    color: #ffffff;
    font-weight: 500;
    padding: 2px 20px;	
}
.team-wrapper .social li span{
	-webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    position: absolute;
    right: 25px;
    top: -20px;
    background: #e29026;
    padding: 1px 15px;
    font-weight: 500;
}

a.art-button {
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    background: #2688ad;
    padding: 2px 10px;
    position: absolute;
    z-index: 13;
    bottom: -10px;
    left: 30px;
}

a.art-button:hover {
    color: #2688ad;
    background: #fff url(../images/pattern.png);
}

.team-wrapper .contents{
    border: 1px solid #61351f;
    background: #c55722 url(../images/page.png);
}
.team-wrapper .contents p{
    padding: 10px 20px 30px;
    line-height: 15px;	
    color  : #ffffff;	
    font-size : 13px;
    font-weight: 400;
}
.team-wrapper .contents span{
    font-size       : 16px;
    font-weight: 300;
    color: #c55722;
}

.team-wrapper h1 {
	    z-index: 1;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    font-family: inherit;
    margin-top: 40px;
    margin-left: -10px;
    padding: 8px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    background: #2688ad;
    border-left: 5px solid #fff;
}

.team-wrapper img { 
    box-shadow: 0 0 1px rgba(0,0,0,0);
	transform: perspective( 600px ) rotateY( 0deg );    
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
 }

 .team-wrapper img:hover { 	
	transform: perspective( 600px ) rotateY( 25deg );
}

.story-wrapper h2 {
    letter-spacing: 0.5px;	
	font-family: Oswald;
    color: #000000;
    font-size: 20px;
    margin-top: -5px;
    font-weight: 700;
    text-decoration: underline;	
}

.story-wrapper p.art-txt {
	border-left: 2px dotted #565656;	
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-weight: 500;	
    font-size: 14px;
    line-height: 18px;
    margin-top:5px;
	margin-left: 5px;	
    margin-bottom: 15px;
    padding-left: 15px;	
    text-align: justify;
}

.story-wrapper {
    height: 278px;	
	margin-top: 1px;
    margin-right: -15px;	
    padding: 20px;
    padding-bottom: 50px;
    border-bottom: 5px solid #2688ad;	
    border-right: 5px solid #eee;	
    background: rgba(255, 255, 255, 0.51);	
}

.story-wrapper:hover {
    background: rgb(255, 255, 255);
    border-bottom: 5px solid #103340;
}


.story-wrapper-left h2 {
    letter-spacing: 0.5px;	
	font-family: Oswald;
    color: #000000;
    font-size: 20px;
    margin-top: -5px;
    font-weight: 700;
    text-decoration: underline;	
}

.story-wrapper-left p.art-txt {
	border-left: 2px dotted #565656;	
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-weight: 500;	
    font-size: 14px;
    line-height: 18px;
    margin-top:5px;
	margin-left: 5px;	
    margin-bottom: 15px;
    padding-left: 15px;	
    text-align: justify;
}

.story-wrapper-left {
    height: 278px;	
	margin-top: 1px;
    margin-right: -5px;	
    padding: 20px;
    padding-bottom: 50px;
    border-bottom: 5px solid #2688ad;	
    border-right: 5px solid #eee;	
    background: rgba(255, 255, 255, 0.51);	
}

.story-wrapper-left:hover {
    background: rgb(255, 255, 255);
    border-bottom: 5px solid #103340;
}

.story-wrapper-left ul li {
    color: #565656;	
    font-weight: 500;	
    font-size: 14px;
    line-height: 18px;
	margin-left:0px;
}

.story-wrapper-left .art-btn .tr-btn {
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-radius: 4px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	font-weight: 700 !important;
    background-color: #2688ad;
    padding: 7px 20px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.story-wrapper-left .art-btn .tr-btn:hover {
    background-color: #103340;
    color: #fff !important;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.38);	
}

.story-wrapper-left .art-btn .tz-btn {
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-radius: 4px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	font-weight: 700 !important;
    background-color: #103340;
    padding: 7px 20px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.story-wrapper-left .art-btn .tz-btn:hover {
    background-color: #2688ad;
    color: #fff !important;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.38);	
}

.story-wrapper-left .art-btn {
    bottom: 7px;
    right: 40px;
    position: absolute;
}

.story-img-left img{
	border: 5px solid #2688ad;	
    margin-bottom: 10px;
}

.story-img-left img { 
    box-shadow: 0 0 1px rgba(0,0,0,0);
	transform: perspective( 600px ) rotateY( 0deg );    
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
 }
 
.story-img-left img:hover { 	
	border: 5px solid #f7f7f7;
	transform: perspective( 600px ) rotateY( 25deg );
}
 
 
/**************************/

.story-img {
    padding-right: 0px;
}

.story-img img{
	border: 5px solid #2688ad;	
    margin-bottom: 10px;
}

.story-img img { 
    box-shadow: 0 0 1px rgba(0,0,0,0);
	transform: perspective( 600px ) rotateY( 0deg );    
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
 }
 
.story-img img:hover { 	
	border: 5px solid #f7f7f7;
	transform: perspective( 600px ) rotateY( -25deg );
}

.story-wrapper .art-btn {
    bottom: 7px;
    right: 40px;
    position: absolute;
}

.story-img h1 {
    z-index: 1;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    font-family: inherit;
    top: 30px;
    margin-left: -7px;
    padding: 6px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    background: #2688ad;
    border-left: 5px solid #103340;
}

.story-img-left h1 {
	z-index: 1;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    font-family: inherit;
    top: 30px;
    margin-left: -7px;
    padding: 6px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    background: #2688ad;
    border-left: 5px solid #103340;
}


@media (max-width: 560px) {

.story-wrapper-left {
    height: 100%;
    margin-top: 1px;
    margin-right: -5px;
    padding: 20px;
    padding-bottom: 50px;
    border-bottom: 5px solid #2688ad;
    border-right: 5px solid #eee;
    background: rgba(255, 255, 255, 0.51);
}

.story-img-left h1 {
    z-index: 1;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    font-family: inherit;
    top: 12px;
    margin-left: -7px;
    padding: 6px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    background: #2688ad;
    border-left: 5px solid #103340;
}
	
.story-img-left img{
	border: 5px solid #2688ad;	
    margin-bottom: 10px;
    height: 145px;		
}	
	
.story-img h1 {
    z-index: 1;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    font-family: inherit;
    top: 12px;
    margin-left: -7px;
    padding: 6px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    background: #2688ad;
    border-left: 5px solid #103340;
}

.story-img img{
	border: 5px solid #2688ad;	
    margin-bottom: 10px;
    height: 145px;	
}
.story-img {
    padding-right: 0px;
    margin-top: 20px;
}

.story-wrapper h2 {
    letter-spacing: 0px;
    font-family: Oswald;
    color: #000000;
    font-size: 16px;
    margin-top: -5px;
    font-weight: 700;
    text-decoration: underline;
}

.story-wrapper {
    padding-bottom: 15px !important;
	height: 100%;
}

.story-wrapper .art-btn {
	top: 13px;
    left: 0;
    position: relative;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;	
}

.slogan{
    line-height: 15px !important;
    font-size: 14px !important;
    color: #2688ad !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-align: left !important;
    font-weight: 700 !important;
    margin-top: 8px !important;
}

.main-story-wrapper hr {
	width:85%;
    margin-top: 20px !important;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px dotted #999;
    box-shadow: 2px 0px 3px #fff;
}

}

.main-story-wrapper hr {
	width:85%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px dotted #999;
    box-shadow: 2px 0px 3px #fff;
}

.story-wrapper .art-btn .tr-btn {
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-radius: 4px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	font-weight: 700 !important;
    background-color: #2688ad;
    padding: 7px 20px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.story-wrapper .art-btn .tr-btn:hover {
    background-color: #103340;
    color: #fff !important;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.38);	
}

.story-wrapper .art-btn .tz-btn {
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-radius: 4px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	font-weight: 700 !important;
    background-color: #103340;
    padding: 7px 20px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.story-wrapper .art-btn .tz-btn:hover {
    background-color: #2688ad;
    color: #fff !important;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.38);	
}

.slogan{
	line-height: 25px;
    font-size: 14px;
    color: #2688ad;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: 700;
}

.story-wrapper ul li {
    color: #565656;	
    font-weight: 500;	
    font-size: 14px;
    line-height: 18px;
	margin-left:0px;
}

.story-wrapper h2,.story-wrapper .slogan{
    text-align: left;
}
.story-wrapper .contents{
    font-family: 'Merriweather',sans-serif;
    letter-spacing: 1.3px;
    line-height: 28px;
    font-weight: 300;
    padding: 30px 0 75px 0;
}
.story-wrapper .contents span{
  color: #c55722;
  font-family: 'Roboto', sans-serif;
}
.story-wrapper .owner-info{
    color: #c55722;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.story-wrapper .designation{
    font-weight: 400;
    letter-spacing: 1.5px;
}

.team-wrapper .flaticon-facebook55::before,
.team-wrapper .flaticon-instagram::before,
.team-wrapper .flaticon-linkedin11::before,
.team-wrapper .flaticon-google116::before,
.team-wrapper .flaticon-twitter1::before{
  margin:0px; 
}



/****************************************************************
                        Menu Page
****************************************************************/
.menu-banner {
  background-image: url('../error404.html');
}
.banner-wrapper {
  padding: 230px 0;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.menu-block.first-section{
  background: url(../error404.html)center center no-repeat;
  padding: 100px 0;
  background-size: cover;
}

.menu-block .top-icon img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: block;
  margin: auto;
}
.media.menu-media {
  padding: 16px 0;
  border-bottom: 1px dashed #b6b6b6;
  box-shadow: 0 5px 5px -7px rgba(38, 38, 38, 0.43);  
}
.menu-block .media .media-left img {
    width: 210px;
    height: 210px;
}
.menu-block .media h2{
    letter-spacing: 0px;
	font-size: 16px;
    font-family: 'merriweather', sans-serif;
    font-weight: 700;
    color: #444444;
    text-align: left;
    text-transform: capitalize;
    padding: 0px 0px 10px 0px;
}
.menu-block .media .media-body h2 span{
  float: right;
  color: #c55722;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
}
.menu-block .media .media-body p{
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    color: #000000;
    text-align: justify;
    padding: 0 0 0 10px;
}
.menu-block.second-section{
  background: url(../error404.html)center center no-repeat;
  padding: 100px 0;
  background-size: cover;
}
.menu-block.third-section{
  background: url(../error404.html)center center no-repeat;
  padding: 100px 0;
  background-size: cover;
}
.menu-block.fourth-section{
  background: url(../images/pattern.png);
  padding:60px 0px 40px;
	border-bottom: 3px solid #fff;  
}


/***************************************************************************
                              Events Page
****************************************************************************/
.events-banner{
    background-image: url('../error404.html');
}
.event-contents-wrapper {
  padding: 100px 0;
}
.events-contents-wrap-one,
.events-contents-wrap-two{
  padding-bottom: 100px;
}
.event-contents-wrapper .event-content{
  position: relative;
}
.event-contents-wrapper .event-content .date-image{
  position: absolute;
  bottom: -63px;
  right: 0;
}
.date-image .date-text {
  background-color: #966822;
  padding: 20px 0px;
  text-align: center;
  height: 63px;
  width: 70px;
}
.date-image .date-text p{
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 8px;
}
.date-image .date-text span{
  color: #fff;
  font-size: 20px;
}
.date-image .date-icon {
  background-color: #c55722;
  padding: 20px 0px;
  text-align: center;
  height: 63px;
  width: 70px;
}
.date-image .date-icon i:before {
  color: #fff;
  font-size: 30px;
}
.event-heading h1{
  font-size: 30px;
  color: #444444;
  font-family: 'Roboto', sans-serif;
  line-height: 23px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  padding-top: 40px;
}
.event-heading p {
  letter-spacing: 1px;
  font-weight: 300;
  padding-right: 0;
  text-align: justify;
}
.event-heading a{
  color: #444444;
}
.event-heading a:hover{
  color: #966822;
}
.event-heading address {
  font-weight: 300;
  padding-top: 17px;
  padding-bottom: 30px;
  letter-spacing: 1.5px;
}
.event-heading address strong {
  color: #966822;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.event-heading .btn.btn-imfo.btn-read-more {
    background: #c55722;
    padding: 7px 19px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #7f510c;
}
.event-heading .btn.btn-imfo.btn-read-more:hover{
   background: #7f510c;
}
.btn.btn-search {
  background: transparent !important;
  padding: 2px 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #333333 !important;
  text-transform: capitalize;
  border: 0 solid #ccc;
  border-radius: 2px;
  border-color: #c55722;
  box-shadow: none;
}
.btn.btn-search:hover{
  border-left: 0;
}
#custom-search-input .form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0 solid #c55722;
  border-right: 0;
  border-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  }
#custom-search-input .input-group{
  border: 1px solid #c55722;
  overflow: hidden;
}
#custom-search-input {
  padding-bottom: 25px;
}
.btn.btn-danger.btn-search span:before {
   color: #c55722;
   font-size: 20px; 
}
.media.event-media {
  margin-top: 27px;
}
.event-media {
  background-color: #f6f6f6;
  padding: 15px;
  border-bottom: 2px solid #c55722;
}
.event-media img{
  width: 75px;
}
.event-media .date-of-event {
  float: left;
  font-size: 50px;
  display: inline-table;
  margin-top: 5px;
  color: #c55722;
  padding-right: 10px;
}
.event-media .month-of-event {
  line-height: 17px;
  color: #444444;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
.event-media .month-of-event span{
  font-size: 13px;
  font-weight: 400;
}
.event-media .media-body h3{
  font-size: 13px;
  text-transform: uppercase;
  color: #c55722;
  font-weight: 700;
  padding-top: 10px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.event-media .media-body h3 a {
    color: #c55722;
    font-weight: 700;
}
.event-media .media-body h3 a:hover {
    opacity: 0.7;
}
.categories.archive{
  padding-top: 55px;
}
.categories.archive h3 {
  font-family: 'Roboto';
  color: #444444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 35px;
}
.categories.archive ul {
  border-top: 1px solid #ccc;
}
.categories.archive li a {
  font-size: 13px;
  font-weight: 300;
  color: #444444;
  text-transform: capitalize;
}
.categories.archive li a:hover {

  color: #000000;
}
.categories.archive ul li {
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
}



/**********************************************************
              Reservation
***********************************************************/

.reservation-banner{
    background-image: url('../error404.html');
}
.reservation-top-section .carousel-indicators{
  bottom: 3px;
}

.reservation-top-section .carousel-indicators li{
  height: 12px;
  width: 12px;
  background-color: #000000;
}
.reservation-top-section .carousel-indicators .active{
  background-color: #c55722;
  border: 1px solid #c55722;
  margin: 1px;
}
.reservation-top-section h1{
  line-height: 50px;
}
.reservation-top-section .slogan{
  text-align: left;
  margin-bottom: 23px;
  color: #242424;
}
.reservation-top-section p{
  color: #2d2d2d;
  line-height: 26px;
  letter-spacing: 1.3px;
  font-weight: 300;
}
.reservation-bottom-section h2{
  font-family: 'Merriweather',sans-serif;
  text-align: left;
  font-size: 28px;
  color: #242424;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.reservation-bottom-section p{
  color: #636363;
  line-height: 24px;
  letter-spacing: 1.5px;
  font-weight: 300;
}
.reservation-bottom-section a{
  color: #c55722;
  font-weight: 500;
  }
.reservation-bottom-section a:hover{
  color: #575757;
}

.reservation-top-section h2.text-left {
    color: #c55722;
    font-size: 50px;
    line-height: 50px;
}
.booking-form.reservation-page h2 {
    color: #cfa670;
}

/**********************************************************
              Events Details
***********************************************************/


.event-heading blockquote { 
  margin: 15px 0 30px;
}
.blockquote-reverse p{
  text-align: right;
}
.style-1.text-left {
    float: left;
}
.style-1.text-right {
    float: right;
}

.leave-comments h3 {
    font-weight: 700;
    font-size: 15px;
    color: #444444;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    text-transform: inherit;
}

.leave-comments h2 {
    letter-spacing: 0px;	
	font-weight: 700;
    font-size: 24px;
    color: #444444;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase !important;
    padding-bottom: 20px;
}

.leave-comments .btn-read-more{
    background: #c55722;
    padding: 7px 19px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #7f510c;
    margin-top: 30px;
}
.leave-comments .btn-read-more:hover{
    background: #7f510c;
  }
.leave-comments .form-control:focus {
    border-color: #c55722;
  }  
.leave-comments .form-control{
  border-color: #c55722;
   border-radius: 0 !important;
  }
.leave-comments .form-group label{
  color: #444444;
  letter-spacing: 1px;
  text-transform: capitalize;
}

/**********************************************************
              Contact Us
***********************************************************/

.contact-banner{
    background-image: url('../error404.html');
}
.contact-wrapper{
    color: #444444;
    letter-spacing: 2px;
    text-align: left;
}
.contact-wrapper h2{
    font-family : 'Roboto', sans-serif;
    font-size   : 18px;
    line-height : 25px;
    font-size: 18px;
    color: #444444;
    text-align: left;
    text-transform: uppercase;
}
.contact-wrapper .form-wrapper{
  border: 1px solid #f9f9fb;
  padding: 20px;
}
.contact-wrapper .form-wrapper p{
  font-weight: 300;
  padding: 15px 0 30px 0;
}
.contact-wrapper .form-wrapper .btn{
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 22px;
}
.contact-wrapper .form-wrapper .form-control{
  border-radius: 0;
  margin-bottom: 25px;
  border: 1px solid #dfb77b;
  height: 40px;
}
.contact-wrapper .form-wrapper textarea.form-control{
  height: auto;
}
.contact-wrapper .form-wrapper .form-control:focus {
  border-color: #c55722;
  background: #ffffff;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
          box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
}
.contact-wrapper .form-wrapper .form-control::-moz-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 14px;
    color           : #7f7f7f;
    text-transform: capitalize; 
    font-weight: 300;
    letter-spacing: 2px; 
    opacity         : 1;
}
.contact-wrapper .form-wrapper .form-control:-ms-input-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 14px;
    color           : #7f7f7f;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.contact-wrapper .form-wrapper .form-control::-webkit-input-placeholder {
    font-family     : 'Roboto', sans-serif;
    font-size       : 14px;
    color           : #7f7f7f;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.contact-wrapper .address-wrapper{
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #d8d8d8;
}
.contact-wrapper .address-wrapper h3{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-wrapper .address-wrapper .left{
  text-align: left;
}
.contact-wrapper .address-wrapper .middle{

  text-align: center;
}
.contact-wrapper .address-wrapper .right{
  text-align: right;
}
.contact-wrapper .address-wrapper p,
.contact-wrapper .address-wrapper a{
  margin-top: 20px;
  color: #767676;  
}
.contact-wrapper .address-wrapper a:hover{
  color: #333333;
}


/*Google Map Contact*/
#map-canvas1 {
  width: 100%;
  height: 570px;
}

/*Form Validation*/

.validation{
background: rgba(253, 207, 207, 1) !important;
}
.success{
    background : #DFF0D8 !important;
    padding    : 5px;
}
.error{
    background  : rgba(253,231,231,1) !important;
    padding     : 5px;
}

/********************************************/


.art-side  h6 { 
    border-radius: 3px;
    margin-top: 32px;
    left: 18px;
    padding: 7px 15px 10px;
    color: #fff;
    z-index: 3;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700 !important;
    font-family: inherit;
    position: absolute;
    background: #c55722;
}

.art-side  .days { 
    border-radius: 3px;
    top: 14px;
    left: 60px;
    padding: 0px 20px;
    color: #ffffff;
    z-index: 3;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    font-family: inherit;
    position: absolute;
}

.recom-item {
    position: relative;
    z-index: 1;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 23px;
    max-width: 771px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    border: 4px solid #103340;
}

.recom-item.border {
    border: 1px solid #103340;
}

.recom-item:hover {
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.recom-item .recom-item-body {
    /*width: 50%;*/
    padding: 32px 0 0 65px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-item-body::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 90%;
    -webkit-transform: skew(15deg) translateX(80px);
    -moz-transform: skew(15deg) translateX(80px);
    -ms-transform: skew(15deg) translateX(80px);
    -o-transform: skew(15deg) translateX(80px);
    transform: skew(15deg) translateX(80px);
    background: rgb(16 51 64 / 76%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 0 5px 3px rgba(0, 0, 0, 0.29);
}

.recom-item-body .disc {
    margin-left: 60px;
    margin-top: 15px;
    text-align: justify;
    width: 180px;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
}


.recom-item .recom-item-body .recom-price span {
    font-size: 26px;
    color: #424d58;
}

.recom-item .recom-item-body .recom-button {
    line-height: 44px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 40px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a9b5c1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-item-body .recom-button:hover {
    color: #424d58;
}

a.cws-button {
     font-weight: 700;
     color: #fff;
     border-radius: 3px;
     background: #c55722;
     padding: 15px 18px;
     position: absolute;
     z-index: 13;
     bottom: 50px;
     right: 130px;
}

a.cws-button:hover {
    color: #fff;
    background: #103340;
}

.recom-item .recom-item-body .action {
	position: absolute;
	z-index: -2;
	bottom: 20px;
	left: 8px;
	color: #ffffff;
	background: #c55722;
	font-size: 30px;
	padding: 34px 16px 34px 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
	border-radius: 91px;
}

.recom-item .recom-media {
    position: relative;
    z-index: 1;
    height: 100%;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-media .pic:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*box-shadow: inset 0px 45px 60px -40px rgb(0, 0, 0);*/
}

.recom-item .recom-media .pic img {
	width: 600px;
    height: 300px;	
    max-width: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.recom-item .recom-media:hover {
    width: 100%;
}

.recom-item .recom-media:hover + .recom-item-body {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.recom-item .recom-media:hover + .recom-item-body:before {
    -webkit-transform: skew(0) translateX(0);
    -moz-transform: skew(0) translateX(0);
    -ms-transform: skew(0) translateX(0);
    -o-transform: skew(0) translateX(0);
    transform: skew(0) translateX(0);
}

.recom-item .recom-media:hover + .cws-button:before {
    -webkit-transform: skew(0) translateX(0);
    -moz-transform: skew(0) translateX(0);
    -ms-transform: skew(0) translateX(0);
    -o-transform: skew(0) translateX(0);
    transform: skew(0) translateX(0);
}

.recom-item .recom-media:hover + .recom-item-body .action {
    right: 0px;
}

@media (max-width: 560px) {
 .footer-bottom p {
    text-align: left;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    margin-left: 10px;	
}

.art-title {
    margin-bottom: 20px;
    margin-left: 0px;
}

.art-title h1 {
    font-family: 'merriweather', sans-serif;
    font-size: 16px;
    font-weight: 700;
	color: #103340;
    text-transform: uppercase;
    text-decoration: underline;
}

.art-title h2 {
font-weight: 700;
    line-height: 12px;
    padding-left: 2px;
    padding-top: 7px;
    font-family: inherit;
    font-size: 12px;
    text-transform: uppercase;
}
	
.bg-gray {
	background: #fff url(../images/pattern.png);
	padding: 30px 0px 0px 0px !important;
	border-top: 3px solid #fff;
}
.art-side  h6 { 
    border-radius: 3px;
    margin-top: -10px;
    left: 30px;
    padding: 7px 15px 10px;
    color: #fff;
    z-index: 3;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700 !important;
    font-family: inherit;
    position: absolute;
    background: #2688ad;
}

.art-side  .days { 
    border-radius: 3px;
    top: 14px;
    left: 60px;
    padding: 0px 15px;
    color: #2688ad;
    z-index: 3;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    font-family: inherit;
    position: absolute;
    background: #ffffff;
}

.recom-item {
    position: relative;
    z-index: 1;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 770px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    border: 10px double #2688ad;
}

.recom-item.border {
    border: 1px solid #103340;
}

.recom-item:hover {
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.recom-item .recom-item-body {
	display:none;
}

.recom-item .recom-item-body::before {
	display:none;
}

.recom-item-body .disc {
	display:none;
}


.recom-item .recom-item-body .recom-price span {
    font-size: 26px;
    color: #424d58;
}

.recom-item .recom-item-body .recom-button {
    line-height: 44px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 40px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a9b5c1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-item-body .recom-button:hover {
    color: #424d58;
}

a.cws-button {
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    background: #2688ad;
    padding: 4px 10px;
    position: absolute;
    z-index: 13;
    bottom: 25px;
    right: 50px;
}

a.cws-button:hover {
    color: #2688ad;
    background: #fff url(../images/pattern.png);
}

.recom-item .recom-item-body .action {
	position: absolute;
    z-index: -2;
    bottom: 20px;
    left: 40px;
    color: #ffffff;
    background: #2688ad;
    font-size: 16px;
    padding: 6px 30px 6px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
}

.recom-item .recom-media {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.recom-item .recom-media .pic:before {
	display:none;
}

.recom-item .recom-media .pic img {
	width: 600px;
    height: 250px;	
    max-width: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.recom-item .recom-media:hover {
    width: 100%;
}

.recom-item .recom-media:hover + .recom-item-body {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.recom-item .recom-media:hover + .recom-item-body:before {
    -webkit-transform: skew(0) translateX(0);
    -moz-transform: skew(0) translateX(0);
    -ms-transform: skew(0) translateX(0);
    -o-transform: skew(0) translateX(0);
    transform: skew(0) translateX(0);
}

.recom-item .recom-media:hover + .cws-button:before {
    -webkit-transform: skew(0) translateX(0);
    -moz-transform: skew(0) translateX(0);
    -ms-transform: skew(0) translateX(0);
    -o-transform: skew(0) translateX(0);
    transform: skew(0) translateX(0);
}

.recom-item .recom-media:hover + .recom-item-body .action {
    right: 0px;
}
}

/*  */
/* Breadcrumbs */
/*  */
.breadcrumbs {
    padding: 50px 0;
    background-position-y: 50%;
    position: relative;
    z-index: 1;
	margin-bottom: 80px;
	border-bottom: 5px solid #921919;
}

.breadcrumbs h2 {
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
}

.breadcrumbs h2 > span {
    color: #ffc107;
    font-weight: 600;
}

.breadcrumbs h2 span.stars {
    margin-left: 5px;
}

.breadcrumbs h2 span.stars span {
    color: #ffffff;
}

.breadcrumbs .breadcrumbs-item {
    line-height: 24px;
    text-transform: capitalize;
    float: left;
}

.breadcrumbs .breadcrumbs-item > a {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 12px;
}

.breadcrumbs .breadcrumbs-item > a.last {
    color: #939ea9;
}

.breadcrumbs .breadcrumbs-item > a:hover {
    color: #ffc107;
}

.breadcrumbs .breadcrumbs-item > i {
    margin: 0 15px;
    font-style: normal;
}

.breadcrumbs .breadcrumbs-item .stars {
    vertical-align: super;
    text-transform: none;
}

.breadcrumbs .breadcrumbs-item .location {
    color: #939ea9;
}

.breadcrumbs .breadcrumbs-item .location > * {
    display: inline-block;
}

.breadcrumbs .breadcrumbs-item .location a {
    color: #ffc107;
    border-bottom: 1px solid #ffc107;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.1;
    margin-left: 10px;
    white-space: nowrap;
}

.breadcrumbs .breadcrumbs-item .location a:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.breadcrumbs .breadright {
    float: right;
    margin-top: 20px;
}

.breadcrumbs .breadright p {
    color: #ffffff;
}

.breadcrumbs.gray-90:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #424d58;
    opacity: 0.9;
}

.copy-right ul {
    margin-left: 10px;
}

.copy-right ul li {
    float: left !important;
    margin-right: 20px;
    font-size: 13px;
    font-weight: 700;
	color:#fff;	
}

.copy-right ul li a {
    font-size: 13px;
    font-weight: 700;
	color:#fff;	
}

.copy-right ul li a:hover {
	color:#2688ad;
	text-decoration:underline !important;
}

@media (max-width: 767px) {
	
	
.breadcrumbs .row > * {
    text-align: center;
}

.team-wrapper {
	margin-bottom: 50px;
}

a.art-button {
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    background: #2688ad;
    padding: 2px 10px;
    position: absolute;
    z-index: 13;
    bottom: 40px;
    left: 30px;
}

.menu-block.fourth-section {
    background: url(../images/pattern.png);
    padding: 10px 0px 40px;
}

.footer-top{
  padding-bottom: 20px 0;
  background-color: #103340;
   border-top: 1px solid #61351f;  
}

.payments-left {
	text-align:center !important
}

.footer-bottom .fa-angle-up {
	box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.49);	
    position: relative;
    top: -95px;
    color: #2688ad;
    padding: 6px 15px;
    background-color: #103340;
    border-radius: 3px;
    font-size: 25px;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
}

.payments-left {
	text-align:right;
}
.bg-gray {
	background: #fff url(../images/pattern.png);
    padding: 35px 20px 0px 20px;
    border-top: 3px solid #fff;
}

.art-tabs .art-img img {
    border: 5px solid #2688ad;
}
	
.art-tabs .art-title {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
    margin-top: 170px;
    left: -20px;
    padding: 5px 15px;
    color: #fff;
    z-index: 3;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700 !important;
    font-family: inherit;
    position: absolute;
    background: #2688ad;
	border-left: 5px solid #103340;
}

.art-tabs .art-txt { 
    padding-left: 20px;
    padding-right: 0px;
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;	
}

.art-tabs .bt-button { 
    left: 20px;
    top: 21px;
    position: relative;
    font-weight: 700;
}

.art-tabs a.bt-button { color:#103340; border-bottom: 1px dotted #103340; }
.art-tabs a.bt-button:hover{ color:#2688ad; border-bottom: 1px dotted #2688ad;}

.art-tabs .art-img img { 
    box-shadow: 0 0 1px rgba(0,0,0,0);
    transform: perspective( 600px ) rotateY( 0deg );
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 350px;
 }
 
.art-tabs .art-img img:hover { 	
	transform: perspective( 600px ) rotateY( -25deg );
 }


@media (max-width: 560px) {

.art-tabs .art-title {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	margin-top: 150px;
	left: 5px;
	padding: 3px 15px;
	color: #fff;
	z-index: 3;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700 !important;
	font-family: inherit;
	position: absolute;
	background: #2688ad;
	border-left: 5px solid #103340;
}

.art-tabs .art-txt {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.tab-content section {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px !important;
	padding-top: 20px !important;
	display: none;
}

.clear-backend {
    background: #fff;
    width: 100%;
    height: 570px !important;
    position: relative;
}
	
.clear-backend > i {
	color:#000 !important;
	position: absolute;
	margin-top: -30px;
	padding: 0 20px;
	font-size: 20px;
}

.clear-backend > i {
    background: #2688ad !important;
    color: #fff !important;
    position: absolute !important;
    margin-top: -40px !important;
    padding: 13px 10px 13px 20px !important;
    margin-left: -5px !important;
    font-size: 20px;
    border-left: 5px solid #c55722;
}

.clear-backend > i  b{
    background: #c55722 !important;
    color: #fff !important;
    position: absolute !important;
    margin-top: -20px !important;
    padding: 6px 10px !important;
    margin-left: -5px ;
    font-size: 14px;
    font-weight: 700;
    border-radius: 13px;
}
	
}


/******************************************************/

#CDSWIDEXC {
    font: normal 11px Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
    color: #000;
    background-color: #ffffff;
    overflow: hidden;
    width: 165px !important;
    height: 140px !important;
    margin: 0px 10px !important;
    padding: 0 0 9px;
    text-align: center;
    border: solid #589442;
    border-width: 3px !important;
    float: left;
}

#CDSWIDEXC.widEXC img#CDSWIDEXCLOGO.widEXCIMG {
    padding-top: 15px !important;
    padding-bottom: 3px;
    border: none;
    width: 120px !important;
}

#CDSWIDEXC .widEXCLINK {
    font-style: normal;
    font-size: 107.5%;
    font-family: Arial,Verdana,"Bitstream Vera Sans",Helvetica,sans-serif;
    margin-top: 15px !important;
    padding: 0;
    border: none;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    color: #000;
}

#CDSWIDFRR {
    font: normal 11px Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
    color: #000;
    background-color: #ffffff;
    overflow: hidden;
    width: 175px !important;
    height: 140px !important;
    margin: 10px;
    padding: 0 0 9px;
    background: #589442 !important;
    text-align: center;
    position: relative;
}

#CDSWIDFRR .widFRRHeadline {
    position: absolute;
    top: 4px !important;
    left: 15px !important;
    width: 150px !important;
    font-weight: bold !important;
    font-size: 10px !important;
    font-family: Helvetica,sans-serif !important;
    color: #fff;
}

#CDSWIDFRR img {
    border: none;
    display: block;
    margin: -12px 0 -3px 0 !important;
}

#CDSWIDFRR var.widFRRCopy {
    display: block;
    padding: 20px 40px !important;
    border: solid #ccc;
    border-width: 0 1px !important;
    background-color: #fff;
    font: normal bold 12px Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif !important;
}

#CDSWIDFRR .widFRRImages a img.taText {
    margin-left: -60px !important;
    margin-top: -55px !important;
    width: 150px !important;
}

#CDSWIDFRR .widFRRImages {
    position: absolute;
    left: 63px !important;
    top: 54px !important;
    width: 55px !important;
}

#CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall img {
    margin: 3px 6px 4px 0;
    float: none;
    border: none;
    width: 41% !important;
}

#CDSWIDSSP .widSSPData .widSSPBranding dt a img,
#CDSWIDSSP .widSSPData .widSSPBranding dt a:link img,
#CDSWIDSSP .widSSPData .widSSPBranding dt a:visited img {border:none;margin:0;width: 70% !important;}

/******************************************************/


/**********************************************/

.leave-comments .tripadvisor {
    width: 40px;
    margin-top: 20px;
    margin-left: 5px;
    left: 14px;
    position: relative
}

.leave-comments .social-links img {
    width: 40px;
    margin-top: 20px;
    margin-left: 5px;
    left: 14px;
    position: relative
}

.leave-comments .infos-links ul {
	margin: 20px;
}

.leave-comments .infos-links ul li { font-weight:700; }
.leave-comments .infos-links ul li a{ font-weight:500;color:#000; }
.leave-comments .infos-links ul li a:hover{ color:#2688ad; text-decoration:underline !important; }
.leave-comments h3 {color:#2688ad; text-decoration:underline !important;}
.leave-comments p {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #444444;
    line-height: 15px;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:10px;	
}

.comment-form .form-group-inner{
	position:relative;
	display:table;
	width:100%;
	border:1px solid #d0d0d0;
	overflow:hidden;
	border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.comment-form .form-group .icon-box{
	position:relative;
	display:table-cell;
	vertical-align:middle;	
}

.comment-form .form-group .icon-box label{
	position:relative;
	display:inline-block;
	width:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
    margin: 0px;
    color: #ffffff;
    background: #d95d09;
	border-right:2px solid #bb4f06;
}

.comment-form .form-group label.error{
	display:none !important;	
}

.comment-form .form-group .field-outer{
	position:relative;
	display:table-cell;
	width:100%;	
	vertical-align:middle;
}

.comment-form .form-group-inner input[type="text"],
.comment-form .form-group-inner input[type="password"],
.comment-form .form-group-inner input[type="tel"],
.comment-form .form-group-inner input[type="email"],
.comment-form .form-group-inner select{
	border:0;
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form .form-group input[type="text"].error,
.comment-form .form-group input[type="password"].error,
.comment-form .form-group input[type="tel"].error,
.comment-form .form-group input[type="email"].error,
.comment-form .form-group select.error,
.comment-form .form-group textarea.error{
	background:rgba(255,0,0,0.20);
}

.comment-form .form-group textarea{
	border:0;	
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	height:170px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form button{
    display: inline-block;
    background: #d95d09 !important;
    color: #ffffff !important;
    border: #d95d09 solid 2px !important;
    padding: 5px 15px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    margin-top: -35px;
    right: 55px;
}

.comment-form button:hover{
	background: #103340 !important;
    color: #ffffff !important;
    border: #103340 solid 2px !important;
}

.comment-form button .icon{
	position:relative;
	top:2px;	
}

.comment-form button:before{
	background:#f06626;	
}

/******************************************************/

.art-section {
	margin:20px 0px 0px 15px;
}

.art-section ul {
	margin-top:15px;
	margin-bottom:15px;
}

.art-section ul li {
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #444444 !important;
    line-height: 16px;
}
.art-section ul li span {
    font-weight: 700;
    color: #444444 !important;
}

.art-section ul li b{
	font-weight:700;
	text-decoration:underline;
}

.art-section p {
	text-align: justify;	
    border-left: 2px dotted #444444;
    padding-left: 10px;
    margin: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #444444 !important;
    line-height: 15px;
}

.art-section h1 {
    letter-spacing: 1px;	
	font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    color: #2688ad;
	font-family:Oswald;	
}

.art-section h2 {
    letter-spacing: 0px;
	font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    color: #2688ad;
	font-family:Oswald;	
}

.art-section h3 {
    padding: 20px 1px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    color: #c55722;
    border-top: 4px solid #c55722;
    border-radius: 33px;
}

.art-section h3:before {
    width: 18px;
    content: "\f04b";
    color: #c55722;
    margin-left: -18px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}


.art-section h4 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#103340+0,ffffff+100&1+0,0+42 */
	background: #121a44;
	border-radius: 20px;
	padding:8px 15px;
	margin-bottom:10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-family: Oswald;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);	
}


.art-section h4:before {
    width: 18px;
    content: "\f04b";
    color: #2688ad;
    margin-left: -18px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.art-section h5 {
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 700;
    /* text-decoration: underline; */
    text-transform: uppercase;
    color: #fff;
    font-family:Oswald;
    margin-left: 10px;
    margin-top: -15px;
    position: absolute;
    background: #2688ad;
    padding: 3px 7px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}

.art-section .slider {
    margin-top: 22px;
}


.art-section .comment-form {

    margin-top: 33px;	
	margin-left:10px;
}

@media (max-width: 560px) {

.art-section .slider {
    margin-top:0px;
}
	
.comment-form {
	margin-bottom:50px;
}	

.art-section {
	margin:0px;
}

.art-section h3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#103340+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(left,  rgba(88,48,27,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(88,48,27,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(88,48,27,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103340', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	padding:8px 15px;
	margin-left:0px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-family: Oswald;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);	
}

}

/******************************************************/

table { border-color:#2688ad; }
table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: -moz-use-text-color;
    border-image: none;
    border-spacing: 0;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    clear: both;
    width: 100%;
	margin-top:20px;
	margin-bottom:20px;
}
th { padding:10px;text-transform:capitalize; font-size:14px; font-weight:700; line-height:normal; text-align:center; }
td { color: #fff; border-right:1px solid; border-bottom:3px solid; font-weight:700; font-size:13px; line-height:normal; text-align:center; padding:15px; vertical-align: middle; }
th{ background:#2688ad; color:#ffffff; }
td {   
  border-color: #2688ad;
  background: #103340;
}
tbody tr:nth-child(2n+1) td { background:#f1efe9; }
table tbody tr td span:nth-child(2) {
    padding-top: 5px; 
	border-top: 1px solid;
}
table tbody tr td span {
	padding-bottom: 5px;
	font-weight:700;
    display: block;
}	

@media (max-width: 560px) {
	
table {
	margin-left:-10px;
	margin-bottom:0px;
}	
	
}

.note {
          position:relative;
          width:100%;
          padding:1em 1.5em;
          margin:2em auto;
          color:#fff;
          background:#736AFF;
          overflow:hidden;
      }

      .note:before {
          content:"";
          position:absolute;
          top:0;
          right:0;
          border-width:0 16px 16px 0; /* This trick side-steps a webkit bug */
          border-style:solid;
          border-color:#fff #fff #736AFF #736AFF; /* A bit more verbose to work with .rounded too */
          background:#658E15; /* For when also applying a border-radius */
          display:block; width:0; /* Only for Firefox 3.0 damage limitation */
          /* Optional: shadow */
          -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
          -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
          box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
      }
/******************************************************/
blockquote{
  font-size: 1.4em;
  width:100%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #2688ad ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#2688ad;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

/************************ Lazy Load Styles */
.card-image {
	display: block;
	min-height: 20rem; /* layout hack */
	background: #fff center center no-repeat;
	background-size: cover;
}

.card-image > img {
	display: block;
	width: 100%;
	opacity: 0; /* visually hide the img element */
}

.card-image.is-loaded {
	filter: none; /* remove the blur on fullres image */
	transition: filter 1s;
}

.card-list {
	display: block;
	margin: 1rem auto;
	padding: 0;
	font-size: 0;
	text-align: center;
	list-style: none;
}

.card {
	display: inline-block;
	width: 90%;
	max-width: 20rem;
	margin: 1rem;
	font-size: 1rem;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.5);
	transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}

.card:hover {
	transform: translateY(-0.5rem) scale(1.0125);
	box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);
}

.card-description {
	display: block;
	padding: 1em 0.5em;
	color: #515151;
	text-decoration: none;
}
.card-description > h2 {
	margin: 0 0 0.5em;
}

.card-description > p {
	margin: 0;
}
ul.nav.navbar-nav.navbar-right.menu2 {
    background: #c55722;
    border-top-left-radius: 33px;
    border-top-right-radius: 40px;
    padding: 6px;
}
.nasir-subscribe-form-row {
    padding: 45px 0;
    background: #c55722;
    margin: 0;
    color: #fff;
}

.row .this-dashed {
    border: 1px dashed #ffffff;
    background: url(../pictures/email-bg.png) no-repeat center bottom;
    margin: 0;
    padding: 20px 30px;
}
.this-form {
    float: right;
    width: 100%;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
.form-control {
    border-radius: 3px;
    font: 400 1.15em/1em 'PT Serif', serif;
    color: #656565;
    border: 1px solid #a92e11;
    height: 46px;
    padding: 0px 15px;
    box-shadow: none;
    font-style: italic;
    text-align: center;
}
.input-group-addon {
    border: none;
    background: none;
    padding: 0 0 0 10px;
}
.res-btn  {
    color: #ffffff;
    background: #103340;
    padding: 14px 20px;
    border-radius: 40px;
    
}

.reviews-section {
	border: solid 5px #103340;
	padding: 23px;
	border-radius: 33px;
}
.reviews-section h2{
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff6c61;
    padding: 14px;
}

.promo {
     top: 17px;
    
    position: absolute;
   
    left: 8px;
    color: #ffffff;
    background: #c55722;
    font-size: 30px;
    padding: 34px 16px 34px 18px;
   
    transition: all 0.3s;
    font-weight: 600;
    border-radius: 91px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/**************** Slideshow */
.bttn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.bttn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.bttn::after {
  transition: border 0.1s linear 0.05s;
}
.bttn .bttn-inner {
  position: relative;
  z-index: 2;
}
.bttn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.bttn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.bttn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 500 50px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .bttn {
  margin: 15px 0 0;
  border-color: #c55722;
  background: #c55722;
}
.slideshow .slide .bttn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  transition: left 0.2s ease;
}

summary {
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #fafafa;
  background-image: radial-gradient(circle at 40% 91%, rgba(251, 251, 251,0.04) 0%, rgba(251, 251, 251,0.04) 50%,rgba(229, 229, 229,0.04) 50%, rgba(229, 229, 229,0.04) 100%),radial-gradient(circle at 66% 97%, rgba(36, 36, 36,0.04) 0%, rgba(36, 36, 36,0.04) 50%,rgba(46, 46, 46,0.04) 50%, rgba(46, 46, 46,0.04) 100%),radial-gradient(circle at 86% 7%, rgba(40, 40, 40,0.04) 0%, rgba(40, 40, 40,0.04) 50%,rgba(200, 200, 200,0.04) 50%, rgba(200, 200, 200,0.04) 100%),radial-gradient(circle at 15% 16%, rgba(99, 99, 99,0.04) 0%, rgba(99, 99, 99,0.04) 50%,rgba(45, 45, 45,0.04) 50%, rgba(45, 45, 45,0.04) 100%),radial-gradient(circle at 75% 99%, rgba(243, 243, 243,0.04) 0%, rgba(243, 243, 243,0.04) 50%,rgba(37, 37, 37,0.04) 50%, rgba(37, 37, 37,0.04) 100%),linear-gradient(90deg, rgb(34, 222, 237),rgb(135, 89, 215));
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}
details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}
details > summary::-webkit-details-marker {
  display: none;
}

.reviews {
  background: #fff url(../images/pattern.png);
  padding: 15px 20px 15px 20px;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
}

.simple-slider-wrapper {
    width: 100%;
    max-width: 500px;
    height: 300px;
    margin: 0 auto 30px auto;
    position: relative;
}

.control_prev,
.control_next {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    width:48px;
    height: 48px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 38px;
    overflow: hidden;
    cursor: pointer;
}

.control_prev {
    left: 0;
}

.control_next {
    right: 0;
}

.control_prev span:before,
.control_next span:before {
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
}

.control_prev span:before {
    background: url('https://www.flaticon.com/svg/static/icons/svg/271/271218.svg') no-repeat;
    top: 0;
    right: 0;
}

.control_next span:before {
    background: url('https://www.flaticon.com/svg/static/icons/svg/271/271226.svg') no-repeat;
    top: 0;
    left: 0;
}

.simple-slider-overflow-hidden {
    overflow: hidden;
    width: 100%;
    height: 100%;
		padding: 0 50px;
}

.simple-slider {
    display: flex;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
}

.simple-slider-element {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.slide-image {
    object-fit: cover;
	height: 150%;
	width: auto
}

.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}
.broun-block {
    background: url("http://myinstantcms.ru/images/bg-broun1.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    padding-bottom: 34px;
}
.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}
.block-text a {
 color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mark {
    padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}
.sprite {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAeUCAYAAAAU3UTMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1MzJERUNDRjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1MzJERUNERjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjUzMkRFQ0FGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjUzMkRFQ0JGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/ZdnrAAAydElEQVR42uydCbgUxbn3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');
}
.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}