/* Table Of Content
1   - Import
2   - Global Css
3   - Header
4   - Slider
5   - About 
6   - More
7   - Page content
8   - Breakfast menu
9   - Footer
10  - Accordion
11  - Gallery
22  - Contact Form
*/

/*-----------------------------------------------------------------------------------*/
/*  Import
/*-----------------------------------------------------------------------------------*/

@import url("2035-reset.css");

@import url("font-awesome.min.css");

@import url("slicknav.css");

@import url(http://fonts.googleapis.com/css?family=Varela+Round);

@import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);

@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);

body {
    margin: 0;
    padding: 0;
    font-family: "Muli", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #422f09;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Global Css
/*-----------------------------------------------------------------------------------*/


#wrapper {
    width: 100%;
    height: auto;
}

.pos-center {
    text-align: center;
}

.pos-left {
    text-align: left;
}

.pos-right {
    text-align: right;
}

a {
    color: #9d772a;
}

a:hover, a:active {
    color: #e4b248;
    text-decoration: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.rsp-img-center {
    margin: 0 auto;
}

.active-color {
    color: #e4b248;
}

h1 {
    font-family: times new roman;
    font-size: 40px;
    line-height: 44px;
    color: #946a14;
    letter-spacing: 0.0825em;
}

h2 {
    font-family: times new roman;
    font-size: 34px;
    line-height: 40px;
    color: #946a14;
    letter-spacing: 0.0825em;
}

h3 {
    font-family: times new roman;
    font-size: 21px;
    line-height: 36px;
    color: #946a14;
    letter-spacing: 0.0825em;
}

h4 {
    font-family: Varela Round;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    letter-spacing: 0.0825em;
}

h5 {
    font-family: Varela Round;
    font-size: 15px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.0825em;
}

h6 {
    font-family: Varela Round;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    letter-spacing: 0.0825em;
}

.content{
    background: #fff;
    line-height: 25px;
}

img{
    margin:0 auto;
}
.slicknav_menu {
    display:none;
}

.title-feature {
    border-bottom:1px solid #4d6242;
    width:40%;
    margin:-10px auto 10px auto;
}
/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/



.main-header {
    background: #ffffff;
    height: auto;
}

.main-header .logo {
    padding: 25px 0 0 0;
    width:70%;
    float:left;
}

.main-header .logo-right {
	 padding: 45px 0 0 0;
	 width:30%;
    float:right;
    min-height:127px;
}

.main-header .logo-right img{
    float:right;
}

#CDSSCROLLINGRAVE.wide{
    width:100% !important;
}

.main-header a {
    font-family: Varela Round;
}

.nav{
    position: relative;
}



.nav ul li {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.nav ul li:last-child{
    margin-right: 20px;
}

.nav ul li.active {
    background: rgba(255, 255, 255, 0);
    position: relative;
}



.nav ul li:hover a {
    color: #000000;
}

.nav ul.sf-menu > li:before {
    content: "";
    position: absolute;
    top: 53px;
    left: 50%;
    margin-left:-12px;
    height: 2px;
    width: 0px;
    background: #e4b248;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul.sf-menu > li:hover:before {
    content: "";
    position: absolute;
    top: 53px;
    left: 50%;
    margin-left:-12px;
    height: 2px;
    width: 25px;
    background: #92660f;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul.sf-menu > li.active:before {
    position: absolute;
    top: 53px;
    left: 50%;
    height: 2px;
    width: 25px;
    background: #92660f;
    border: none;
}

.nav ul li.active a {
    color: #000;
}

.nav ul li a {
    font-size: 16px;
    letter-spacing: 0.1525em;
    color: #2b4035;
    font-family:initial;
    padding: 27px 24px;
    display: inline-block;
    text-decoration:none;
    font-weight:400;
}

.nav ul li.parent-menu a {
    padding-right: 32px;
}

.nav ul li ul li{
    background: #f4f4f4;
    line-height: 20px;
    border-bottom: 1px solid rgba(240,240,240, 0.05);
}

.nav ul li ul li:last-child{
    border-bottom: 0;
}

.nav ul li ul li a{
    display: inline-block;
    font-family: Varela Round !important;
    width: 100%;
    height: 100%;
    font-size: 11px;
    padding: 12px 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.nav ul li ul li a:hover{
    background: #829A76;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.button-style-1 a {
    background: #e4b248;
    padding: 12px 20px;
    font-family: Varela Round;
    border-style:none;
    font-size: 12px;
    color: #FFF;
    letter-spacing: 0.0725em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.button-style-1 i {
    padding-right: 12px;
}

.button-style-1 a:hover {
    background: #0c242e;
}

/*-----------------------------------------------------------------------------------*/
/*  Slider
/*-----------------------------------------------------------------------------------*/

.flex-direction-nav a:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 85px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 0.8;
}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
}

.flex-direction-nav a:before:hover {
    opacity: 1;
}

.falsenav .flex-control-paging {
    display: none;
}

.flexslider ul.slides li, .flexslider-thumb ul.slides li{
    position: relative;
}

.flexslider ul li .slider-textbox{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    left: 0;
}

.slider {
    position: relative;
}

.slider-loading{
    background: #fff;
    z-index: 99999999999999999999;
}

.slider-loading .slides{
    display: none;
}

.slider-loading:after{
    content:url(../img/progress.gif);
    position: absolute;
    top: 30%;
    left: 50%;
    background: #fff;
}

.slider-bar{
    font-family: Varela Round;
    color:#fff;
    width: auto;
    height: 60px;
    background: #4d6242;
    font-size:20px;
    padding:20px 20px 0 20px;
}

.slider-triangle{
    width: 0;
    height: 0;
    border-top: 60px solid #4d6242;
    border-right: 40px solid transparent;
}

.slider-bar-under{
    font-family: Varela Round;
    color:#fff;
    width: auto;
    height: 35px;
    background: #829A76;
    font-size:15px;
    padding:6px 20px 0 20px;
}

.slider-triangle-under{
    width: 0;
    height: 0;
    border-top: 35px solid #829A76;
    border-right: 20px solid transparent;
}


.book-slider{
    position: absolute;
    bottom: 60px;
    width: 100%;
    height: 130px;
    padding: 30px 0;
    background: url(../img/slider-book-now.png);
}

.book-slider ul{
    display: inline-block;
}

.book-slider ul li label{
    text-align: left;
}

.book-slider ul li {
    float: left;
    margin-right: 55px;
}

.book-slider ul li.sec-input {
    margin-right: 40px;
}

.book-slider ul li:last-child{
    margin-right: 0;
}

.book-slider input, .book-slider select {
    height: 30px;
    border: solid 1px rgba(228, 178, 72, 0.6);
    background: transparent;
    color: #FFF;
    padding-left: 10px;
}

.sod_select{
    width: 75px;
    padding: 0;
    padding-left: 10px;
    border: solid 1px rgba(228, 178, 72, 0.6);
    height: 30px;
    background: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    padding-top: 8px;
}

.sod_select.open{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sod_select .sod_list_wrapper
{
    border: solid 1px rgba(228, 178, 72, 0.6);
}

.book-slider input, .book-slider ul li.li-input{
    width: 200px;
}

.book-slider select, .book-slider ul li.li-select{
    width: 75px;
}

label {
    width: 100%;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.0725em;
}

::-webkit-input-placeholder {
    color: #FFF;
    font-size: 11px;
}

.book-slider .button-style-1 {
    margin-top: 28px;
    padding: 1px 20px;
}

.bottom-book-slider {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: url(../img/bottom-slider-book-now.png);
    border-bottom: solid 3px #e4b248;
}

.bottom-book-slider {
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.0725em;
}

.bottom-book-slider ul li {
    float: left;
    width: 25%;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.bottom-book-slider ul li:last-child {
    border-right: none;
}

.bottom-book-slider i {
    font-size: 13px;
    color: #e4b248;
    padding-right: 20px;
}


.flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #D1D3D4;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
    background: #2b4035;
}
/*-----------------------------------------------------------------------------------*/
/*  About
/*-----------------------------------------------------------------------------------*/

#about {
    padding:40px 0px 80px;
    }


/*-----------------------------------------------------------------------------------*/
/*  More
/*-----------------------------------------------------------------------------------*/

#more {
   background-color:#ded9cb;
   padding:20px 0px 60px;
}
#more h2 {
   text-align:center;
   margin-bottom:20px;
   }

.feature-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.feature-box {
  position: relative;
  overflow: hidden;
}
.feature-box img {
  width: 100%;
  
  -moz-transition: all 3s;
  -webkit-transition: all 3s;
  transition: all 3s;
}
.feature-box:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.3);
}

.caption {
	 text-align:center;
    min-height: 40px;
    width: 100%;
    background-color: white;
    padding:10px 0px;
    z-index:1;
 }
 
 .caption p {
 font-family:times new roman;
  margin:0px;
  }
#more a {
  text-decoration:none;
  }
  


/*-----------------------------------------------------------------------------------*/
/*  Page Content
/*-----------------------------------------------------------------------------------*/

#content {
	padding-bottom:40px;
}

#content .page-intro{
   text-align:center;
   margin-bottom:20px;
}

#content h1::after {
    content:" ";
    display:block;
    margin:6px auto;
    width:100px;
    height:2px;
    background-color:#bda579;
}

#content .row {
    margin:20px 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  Breakfast Menu
/*-----------------------------------------------------------------------------------*/

.breakfast-menu {
	text-align:center;
}




/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

footer{
	text-align:center;
	background:#f4f4f4;
	color:#2b4035;
	padding:20px 0px;
}

footer p{
   margin:0px;
}

.footer {
    background: #50624B;
    line-height: 25px;
}

.main-footer {
    padding: 60px;
    font-size: 12px;
    border-bottom: solid 1px #eeeeee;
}

ul.footer-links {
    margin-top: 30px;
}

ul.footer-links li i {
    color: #e4b248;
    padding-right: 10px;
}

.footer-logo {
    height: 160px;
    line-height: 160px;
}

.footer-logo img {
    display: inline-block;
}

.pre-footer {
    font-size: 16px;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-bottom: 0px;
}

.pre-footer ul li {
    float: left;
    margin-right: 5px;
}

.pre-footer p {
    color: #fff;
    margin-top: 2px;
}

.pre-footer a {
    color:#fff;
}

/*-----------------------------------------------------------------------------------*/
/*  Accordion
/*-----------------------------------------------------------------------------------*/

.card-header {
	margin:10px 0px 0px;
	}
.panel {
    margin-bottom: 10px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.active .plus-box {
    border: 0;
    color: #fff;
}

.panel-style {
    padding: 7px 10px;
    border: solid 1px #e9e8e4;
}

.active-panel .panel-style {
    background: #e4b248;
    border: solid 1px #e4b248;
}

.panel-style a {
    margin-left: 10px;
}

.active-panel .panel-style a {
    color: #FFF;
}

.panel-style h4 {
    font-family: Varela Round;
    font-size: 12px;
}

.tabbed-area h4 {
    margin-bottom: 15px;
}

.tabbed-area li a{
    width: 100%;
    display: inline-block;
    line-height: 45px;
}




/*-----------------------------------------------------------------------------------*/
/*  Gallery
/*-----------------------------------------------------------------------------------*/

.gallery-box {
    margin-top: 40px;
}

.gallery-box h5 {
    margin-top: 20px;
    line-height: 12px;
}

.gallery-box h6 {
    font-size: 10px;
    color: #e4b248;
}





/*-----------------------------------------------------------------------------------*/
/*  Contact Form
/*-----------------------------------------------------------------------------------*/


.form-control{
	background:#dcddde;
    width: 100%;
    margin-bottom:20px;
    height: 52px;
    padding-left: 10px;
    letter-spacing:1.6px;
    border:none;
    border-radius:0px;
    font-size:16px;
    box-shadow:none;

}
.contact-form input[type="text"] {

}

.contact-form textarea {
    width: 100%;
    height: 200px;
    padding-left: 10px;
    padding-top: 10px;
}

.contact-form  ::-webkit-input-placeholder {
    color: #666;
}

.error-page-container {
    margin-top: 15%;
}

.maps{
    width: 100%;
    height: 300px;
}
.btn-lg {
    background: #829A76;
    padding: 12px 20px;
    font-family: Varela Round;
    border-radius:0px;
    border-style:none;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 0.0725em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-lg:hover {
	background:#50624B;
}

