/*Theme Name: Adoberose InnTheme URI: http://aroseinn.com/Author: Anchorwave - www.anchorwave.comVersion: 1.1Tags: blank, html5, clean, html5 boilerplate, best practices*//* Table of Content==================================================        #Reset & Basics        #Basic Styles        #Site Styles        #Typography        #Links        #Lists        #Images/Medias        #Helper classes        #Basic WordPress Classes        #Buttons        #Forms        #Misc        -----------------------------------------------        #Site Styles        #Page Styles        #Media Queries        #Font-Face*//* #Reset & Basics (Inspired by E. Meyers)================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #Basic Styles================================================== */
body {
    background: #fff;
    font: 14px/18px "Helvetica", Arial, sans-serif;
    color: #5b3618;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* Highlight Color */
::-moz-selection {
    background: #014160;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #014160;
    color: #fff;
    text-shadow: none;
}

/* Device onclick */
a:link {
    -webkit-tap-highlight-color: #014160;
}

/* #Typography================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #a7361c;
    font-family: 'DroidSerif-BoldItalic';
    font-weight: normal;
    margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 20px 0;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

strong {
    font-family: 'Helvetica-Bold';
}

small {
    font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* #Links================================================== */
a, a:visited {
    color: #cf8b52;
    text-decoration: underline;
    outline: 0;
}

a:hover, a:focus {
    color: #fff;
}

p a, p a:visited {
    line-height: inherit;
}

/* #Lists================================================== */
ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

ul ul li, ul ol li, ol ol li, ol ul li {
    margin-bottom: 6px;
}

li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #clearing================================================== *//* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after, .clearfix:after {
    clear: both;
}

.row, .clearfix {
    zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearboth {
    clear: both;
}

/* #Helper classes================================================== */
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.invisible {
    visibility: hidden;
}

.col {
    display: inline;
    float: left;
}

.fullwidth {
    width: 100%;
    float: left;
}

/* #Basic WordPress Classes================================================== *//* Aligns, prev next links */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.navigation, .comment-navigation {
    display: block;
    clear: both;
}

.navigation {
    margin-top: 40px;
    padding-bottom: 70px;
}

.comment-navigation {
    margin-top: 15px;
    padding-bottom: 5px;
}

.navigation a, .comment-navigation a {
}

.navigation a:hover, .comment-navigation a:hover {
}

.attachment a {
    border: 0
}

.navigation a img {
    border-radius: 0;
    border: none
}

.navigation-image a {
    border: none
}

/* images */
p img {
    padding: 0;
    max-width: 100%;
}

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

img.alignright {
    padding: 4px;
    margin: 0 0 5px 20px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 20px 5px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* Captions */
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #fafafa;
    padding-top: 5px;
    margin: 5px 25px 25px 0px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 10px;
    line-height: 16px;
    padding: 4px 4px 5px 0;
    margin: 0;
    color: #666;
}

/* Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

/* #Buttons================================================== *//* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a.button, .button {
    background: #8a1604;
    border-radius: 5px;
    border: 1px solid #691103;
    padding: 7px;
    font-size: 12px;
    font-family: 'DroidSerif-BoldItalic';
    text-decoration: none;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

a.button:hover, .button:hover {
    color: #CF8B52;
}

a.button-1, .gform_button {
    padding: 10px;
    background: #5b3618;
    font-size: 14px;
}

a.button-2 {
    padding: 10px;
    font-size: 14px;
}

/* #Forms================================================== */
form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 14px 'PalatinoRoman';
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    background: #fff;
    background: rgba(255, 255, 255, 0.5)
}

select {
    padding: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    border: 1px solid #aaa;
    color: #444;
}

textarea {
    min-height: 60px;
}

label, legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

select {
    width: 220px;
}

input[type="checkbox"] {
    display: inline;
}

label span, legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

/* #Misc================================================== */
.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

.sprite, .ico {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
}

/* #Site Styles================================================== */
.container {
    width: 960px;
    margin: 0 auto;
}

#top-header {
    background: url(images/top-header-bg.jpg) center top;
    height: 173px;
    padding-top: 15px;
}

#logo {
    display: inline-block;
    float: left;
}

.top-right {
    float: right;
    width: 530px;
}

ul.social-media.clearfix {
    float: right;
}

.social-media {
    margin-bottom: 10px;
    float: left;
}

.social-media li {
    float: left;
    margin-left: 5px;
    margin-bottom: 0;
    list-style: none;
}

.social-media .ico {
    text-indent: -999em;
    float: left;
    height: 31px;
    width: 31px;
}

.social-media .ico.order {
    background-position: 0 0;
    width: 145px;
    height: 31px;
    color: #F3A65F;
    font-family: 'DroidSerif';
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    text-indent: inherit;
}

.social-media .ico.order:hover {
    background-position: 0 -34px;
}

.social-media .ico.tour {
    background: #F3A65F;
    width: 145px;
    height: 29px;
    color: #801502;
    border: 1px solid #ae2400;
    font-family: 'DroidSerif';
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    text-indent: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.social-media .ico.tour:hover {
    background: #ffc997;
}

.social-media .ico.flag {
    background-position: -151px 0;
}

.social-media .ico.flag:hover {
    background-position: -151px -34px;
}

.social-media .ico.fb {
    background-position: -188px 0;
}

.social-media .ico.fb:hover {
    background-position: -188px -34px;
}

.social-media .ico.university {
    background-position: -226px 0;
}

.social-media .ico.university:hover {
    background-position: -226px -34px;
}

.quick-contact {
    text-align: right;
    color: #fff;
    font-size: 21px;
    font-family: 'Swiss721BT-Bold';
    margin-bottom: 0;
    clear: both;
}

.single-post .quick-contact, .single-post #categories-2 li {
    list-style: none;
}

.single-post .quick-contact {
    text-align: right;
}

#primary-nav {
    background: url(images/nav-bg.jpg) repeat-x;
}

#trigger-primary-nav {
    display: none;
}

.interior .main-nav li:hover ul, .interior .main-nav li.sfHover ul {
    top: 72px;
}

/* #main-content================================================== */
#main-contant {
    background: url(images/main-content.jpg) repeat;
    padding-bottom: 30px;
}

#about-the-inn #main-contant {
    margin-bottom: -7px;
    padding-bottom: 0;
}

.fancybox-bg {
    background: url(images/main-content.jpg) repeat;
    width: 100%;
}

#billboard .flexslider {
    margin-top: -17px;
    float: left;
}

.ie7 #billboard .flexslider {
    float: none;
}

.flexslider li {
    margin-bottom: 0;
}

#billboard .flexslider .slides li {
    width: 944px !important;
    height: 359px;
}

#billboard .flexslider .flex-control-nav {
    bottom: 0;
}

.slider-content {
    background: #ead8b4;
    background: rgba(234, 216, 180, 0.9);
    position: absolute;
    bottom: 10px;
    width: 250px;
    padding: 15px 40px 5px 20px;
    font-family: 'Swiss721BT-Bold';
    line-height: .9;
    right: -20px;
}

.slider-content h1 {
    font-family: 'Swiss721BT-Bold';
    color: #512e0f;
}

.slider-content h1 span {
    color: #751200;
}

.slider-content h1:after {
    background: url(images/slider-content-pointer.png) no-repeat;
    content: "";
    height: 15px;
    position: absolute;
    right: 2px;
    top: -15px;
    width: 10px;
}

#booking-console {
    background: url(images/booking-console.jpg) no-repeat;
    clear: both;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
    height: 71px;
    color: #e8d5b5;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

#booking-console .submit_btn {
    background-color: #b11e07;
    font-weight: none;
    padding: 4px 15px;
    font-size: 14px;
    font-style: italic;
    color: #e8d5b5;
    border: 1px solid #791404;
    font-family: 'DroidSerif-BoldItalic';
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-top: 24px;
    text-decoration: none;
}

#booking-console .submit_btn:hover {
    background-color: #D81D00;
}

#booking-console select {
    background-color: #ede4d5;
    border: #e2d5be 1px solid;
    color: #404040;
    font-weight: normal;
    padding: 3px;
    font: 11px/18px "Helvetica", Arial, sans-serif;
}

#booking-console img {
    padding: 15px 18px 5px;
}

#booking-book {
    position: relative;
    display: inline-block;
    width: 180px;
    color: #fff;
    font-size: 18px;
    font-family: 'DroidSerif-BoldItalic';
    padding: 30px 0 0 0;
}

#booking-month {
    position: relative;
    float: left;
    width: 135px;
    padding: 12px 0 0 0;
}

#booking-month-drop {
    position: relative;
    margin-right: 20px;
}

#booking-day {
    position: relative;
    float: left;
    width: 135px;
    padding: 12px 0 0 0;
}

#booking-day-drop {
    position: relative;
    margin-right: 20px;
}

#booking-year {
    position: relative;
    float: left;
    width: 135px;
    padding: 12px 0 0 0;
}

#booking-year-drop {
    position: relative;
    margin-right: 20px;
}

#booking-night {
    position: relative;
    float: left;
    width: 125px;
    padding: 12px 0 0 0;
}

#booking-night-drop {
    position: relative;
    margin-right: 25px;
}

#booking-submit {
    position: relative;
    float: left;
    width: 135px;
    padding: 26px 0 0 0;
}

.long-fancy-title {
    margin: 40px 0 15px -45px;
    width: 1045px;
    background: url(images/large-title-bg.png) no-repeat;
    height: 73px;
    text-align: center
}

.fancy-title {
    height: 73px;
    text-align: center;
    background: url(images/small-title-bg.png) no-repeat center;
    padding: 30px 0;
}

.fancy-title span, .long-fancy-title span {
    display: inline-block;
    background: url(images/main-content.jpg) repeat top center;
    padding: 0 25px;
    margin-top: 15px;
    text-shadow: 2px 2px 0px #E1CDA2;
    color: #a7361c;
    font-family: 'DroidSerif-BoldItalic';
    font-size: 30px;
    line-height: 40px;
}

.fancy-title h1, .long-fancy-title h1 {
    display: inline-block;
    background: url(images/main-content.jpg) repeat top center;
    padding: 0 25px;
    margin-top: 15px;
    text-shadow: 2px 2px 0px #E1CDA2;
    color: #a7361c;
    font-family: 'DroidSerif-BoldItalic';
    font-size: 30px;
    line-height: 40px;
}

.four-columns {
    margin-top: -20px;
}

.four-columns .col {
    width: 224px;
    margin-right: 20px;
}

.four-columns .col:last-child {
    margin-right: 0;
}

.four-columns img {
    padding: 5px;
    background: #f0e6d4;
    box-shadow: 0 2px 7px 5px #AF976E;
    margin-bottom: 15px;
    display: block;
    max-width: 100%;
}

.post-title {
    text-shadow: 1px 1px 1px #E1CDA2;
    line-height: 1;
    margin-bottom: 5px;
}

.post-title a {
    color: #a7361c;
    text-decoration: none;
}

.post-title a:hover {
    color: #745230;
}

.four-columns p {
    margin-bottom: 15px;
}

.entry {
    overflow: hidden;
}

.four-columns .entry {
    background: url(images/small-border.png) no-repeat bottom;
    margin-bottom: 5px;
}

a.post-link {
    color: #745230;
    font-size: 14px;
    font-family: 'DroidSerif-BoldItalic';
    text-decoration: none;
}

a.post-link:hover {
    color: #333;
}

/* #Rooms&rates================================================== */
.big-box {
    background: #e6d9c0;
    background: rgba(255, 255, 255, 0.4);
    border-width: 10px;
    border-style: solid;
    border-color: #dbcba6;
    border-color: rgba(255, 255, 255, 0.17);
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 20px;
}

#rooms-rates .big-box, #packages .big-box {
    padding: 65px 20px 30px;
}

.post-lists img.alignleft, .guestbook-lists img.alignleft, .single-post img.alignleft {
    padding: 5px;
    background: #f6ebd5;
}

.big-box h5 {
    line-height: 24px;
}

.post {
    background: url(images/article-devider.png) top center no-repeat;
    padding-top: 70px;
    margin-top: 50px;
}

.post p {
    text-align: left !important;
}

.post .meta-conatiner {
    padding-top: 10px;
}

.post .meta-conatiner .button-conatiner {
    float: left;
}

.post .button-conatiner .button {
    margin-right: 5px;
}

.post .meta-conatiner .metadata {
    float: right;
    margin-bottom: 0;
}

.post .meta-conatiner .metadata li {
    margin-bottom: 10px;
}

.single .big-box {
    padding: 30px;
}

.single-post .col-1 {
    width: 320px;
    text-align: left;
}

.single-post .fullwidth {
    text-align: left;
}

.single-post .fullwidth > div {
    padding-top: 20px;
    text-align: center;
}

.single-post .room-features {
    padding-top: 20px;
}

.single-post .room-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-post .room-features ul li {
    float: left;
    width: 45%;
    padding-right: 2%;
    background: url('images/bullet1.jpg') no-repeat left 7px;
    padding-left: 3%;
}

.single-post .col-2 {
    width: 535px;
    margin-left: 25px;
}

.single-post .metadata li {
    margin-bottom: 0;
}

.single-post .button-conatiner {
    background: url(images/small-fancy-devider.png) no-repeat top;
    list-style: none;
    margin: 30px 0 0 0;
    padding: 45px 0 0 0;
    overflow: hidden;
}

.single-post .button-conatiner li {
    float: left;
    width: 100%;
    text-align: center;
}

.single-post .gallery-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-post .button-conatiner .button {
    margin-bottom: 0;
    width: 160px;
    padding: 13px;
    text-align: center;
}

.single-post ul {
    list-style: disc;
    text-align: left; /*margin-left: 40px;*/
}

.gallery-slider {
    background: #eddcbc;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.gallery-slider .flexslider {
    background: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
}

.gallery-slider #carousel {
    background: #000;
    background: rgba(0, 0, 0, 0.75);
/ / margin-top : - 70 px;
    padding: 8px 0 11px;
}

.gallery-slider #carousel img {
    cursor: pointer;
}

.gallery-slider #carousel .slides li {
    margin-right: 10px;
    padding: 5px;
    background: #958882;
}

.gallery-slider #carousel li.flex-active-slide {
    padding: 5px;
    background: #d2d3d7;
}

.gallery-slider .gallery-title {
    bottom: 70px;
    color: #FFFFFF;
    display: block;
    padding: 5px 5px 0;
    position: absolute;
    width: 98.2%;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
}

.gallery-slider .flex-direction-nav a {
    background-image: url(images/sprite.png);
    height: 45px;
    width: 45px;
    top: 40%;
}

.gallery-slider .flex-direction-nav .flex-next {
    background-position: -165px -72px;
    right: 10px;
}

.gallery-slider .flex-direction-nav .flex-prev {
    background-position: -112px -72px;
    left: 10px;
}

.big-box.col {
    width: 640px;
}

.big-box .button-3 {
    position: static;
}

.big-box p {
    margin: 24px 0 0;
    text-align: center;
}

.guestbook-lists .post {
    margin-bottom: 15px;
    padding-bottom: 40px;
    margin-top: 0;
    padding-top: 0;
    background-position: bottom center;
}

.guestbook-lists p {
    text-align: left;
}

#sidebar {
    float: left;
    margin-left: 20px;
    width: 220px;
}

#sidebar .widget {
    margin-bottom: 20px;
}

#sidebar .widget-title {
    font-family: 'DroidSerif-Bold';
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px dashed #BFBEBE;
    padding-bottom: 10px;
    color: #A7361C;
}

#sidebar ul li {
    margin-bottom: 2px;
}

#sidebar ul li a {
    font-family: 'DroidSerif';
    color: #A7361C;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    padding: 10px;
    display: block;
    text-decoration: none;
}

.post ul {
    margin-left: 10px;
}

.post li a {
    font-family: 'DroidSerif';
    color: #5B3618;
    text-decoration: none;
}

#sidebar ul li.active a, #sidebar ul li a:hover {
    color: #745230;
    background: #fff;
    background: rgba(255, 255, 255, .5);
}

.location-map {
    margin-bottom: 25px;
}

.location-map iframe {
    display: block;
    padding: 10px;
    background: #dfcaa6;
}

.gform_heading {
    /*padding-left:17px;*/
}

.gform_body {
    position: relative;
}

.gform_wrapper ul {
    list-style: none;
    margin-left: 0;
}

.gform_wrapper li {
    margin-bottom: 5px;
}

.gform_wrapper .gfield input, .gform_wrapper .gfield textarea, .gform_wrapper .gfield select {
    border: 1px solid #e7e7e7;
    color: #7e7e7e;
    text-indent: 12px;
    padding: 9px 0 8px;
}

.gform_wrapper .gfield select {
    text-indent: 0px;
    padding-left: 10px;
    padding-right: 5px;
}

.gform_wrapper .top_label input.large {
    width: 99.2%;
}

.gform_wrapper .top_label .medium {
    width: 465px;
}

.ask-question-form .gform_wrapper .top_label .medium {
    width: 260px;
}

.ask-question-form .gform_wrapper .top_label .textarea {
    width: 300px;
}

.gform_wrapper .gfield_checkbox label {
    line-height: 1.4;
}

.ask-question-form .gform_wrapper li {
    margin-bottom: 16px;
}

.gform_wrapper .gfield_checkbox input {
    margin-right: 5px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    top: 2px;
}

.abs-rt {
    position: absolute;
    right: 0;
    top: 0;
}

.validation_message, .validation_error {
    color: red;
}

#gforms_confirmation_message {
    color: green;
}

.contact-form .abs-rt textarea {
    height: 140px;
}

.contact-form .button {
    float: right;
}

#gallery .gallery-slider .gallery-title {
    width: 98.9%;
}

.feature-img {
    background: url(images/bottom-shadow.png) bottom center no-repeat;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

.feature-img img {
    padding: 10px;
    background: #dac9a5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.feature-img h2 {
    position: absolute;
    text-align: center;
    top: 35px;
    width: 100%;
    color: #b49f70;
}

.menu-list {
    clear: both;
    padding: 30px 0;
}

.menu-list .post {
    background: none;
    padding-top: 0;
    margin-top: 0;
    display: table;
    margin-bottom: 20px;
}

.menu-list .post img {
    background: #dfcfae;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 25px;
}

.menu-list .post .post-title {
    font-family: 'DroidSerif-Bold';
    margin-bottom: 20px;
}

.menu-list .post .entry {
    vertical-align: middle;
    display: table-cell;
}

.menu-list .post p {
    color: #474747;
    line-height: 20px;
}

.col1 {
    width: 420px;
    margin-right: 30px;
}

.col2 {
    width: 495px;
}

.col2 .button {
    width: 100px;
}

.list li {
    color: #8f1804;
    margin-bottom: 3px;
    background: url(images/bullet.png) no-repeat left;
    padding-left: 10px;
}

.list.columns li {
    float: left;
    width: 45%;
}

.col.testimonial {
    width: 540px;
    margin-right: 50px;
    display: table;
}

.col.testimonial .entry {
    vertical-align: middle;
    display: table-cell;
}

.frame-1 {
    background: url(images/frame-1.png) no-repeat;
    height: 130px;
    padding: 42px 28px;
    width: 89px;
    margin-right: 20px;
}

.frame-1 img {
    max-width: 100%;
    height: 100%;
}

.bottom-section {
    font-family: 'DroidSerif';
    line-height: 20px;
}

.testimonial p {
    color: #474747;
    font-size: 15px;
}

.testimonail-meta {
    font-size: 16px;
    float: right;
    color: #000;
}

.teaser {
    font-size: 18px;
    color: #a7361c;
    width: 260px;
    text-align: center;
    padding: 50px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-shadow: 1px 1px 1px #ebdcbc;
}

/* #About Us Page Layout================================================== */
.content-box {
    background: #fff;
    background: rgba(255, 255, 255, .4);
    padding: 25px 0 40px 0;
}

.content-box h2 {
    text-align: center;
    line-height: 42px;
}

.content-box p {
    font: 17px/24px "Helvetica", Arial, sans-serif;
}

.about-us-entry {
    padding: 0 60px 0 70px;
}

.frame-glow {
    position: relative;
    background: url(images/frame-glow.png) no-repeat top center;
    min-height: 585px;
}

.about-the-inn .frame-glow {
    min-height: 610px;
}

.frame-listing {
    position: relative;
}

.frame-listing li {
    position: absolute;
}

.frame-2 {
    height: 135px;
    margin: 25px 27px;
    width: 143px;
    overflow: hidden;
}

.frame-2 img {
    width: 135px;
    height: auto;
}

.frame-3 {
    height: 262px;
    margin: 104px 50px 46px 55px;
    overflow: hidden;
    width: 182px;
}

.frame-3 img {
    width: 182px;
    height: auto;
}

.frame-4 {
    height: 118px;
    margin: 20px;
    width: 98px;
    overflow: hidden;
}

.frame-4 img {
    width: 98px;
    height: auto;
}

.frame-5 {
    height: 136px;
    margin: 57px 20px 0 23px;
    width: 80px;
    overflow: hidden;
}

.frame-5 img {
    width: 80px;
    height: auto;
}

.frame-6 {
    height: 113px;
    margin: 25px 24px;
    width: 143px;
    overflow: hidden;
}

.frame-6 img {
    width: 100%;
    height: auto;
}

/*.frame-listing img{    max-width: 100%;    height: 100%;}*/
.frame-listing li.frame2 {
    left: 35px;
    top: 40px;
    width: 188px;
    background: url("images/frame-2.png") no-repeat scroll 0 0 transparent;
    height: 187px;
}

.frame-listing li.frame3 {
    left: 237px;
    top: -13px;
    background: url(images/frame-3.png) no-repeat;
    width: 288px;
    height: 413px;
}

.frame-listing li.frame4 {
    background: url(images/frame-4.png) no-repeat;
    height: 155px;
    width: 133px;
    left: 541px;
    top: 44px;
}

.frame-listing li.frame5 {
    left: 753px;
    top: 70px;
    height: 221px;
    width: 120px;
    background: url("images/frame-5.png") no-repeat scroll 0 0 transparent;
}

.frame-listing li.frame6 {
    left: 541px;
    top: 236px;
    background: url("images/frame-6.png") no-repeat scroll 0 0 transparent;
    width: 192px;
    height: 163px;
}

.frame-listing li.find-more {
    left: -28px;
    top: 273px;
}

.frame-listing li .detail {
    background: none repeat scroll 0 0 #ECDEC9;
    box-shadow: 5px 10px 11px -7px #000000;
    display: none;
    left: 70%;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 30%;
    width: 265px;
}

.frame-listing li .detail header {
    font: 20px 'DroidSerif-BoldItalic';
    padding-bottom: 10px;
    text-transform: uppercase;
}

.frame-glow .frame-listing li:hover .detail {
    display: block;
    z-index: 1;
}

.frame-glow .frame-listing li:hover {
    z-index: 1;
}

.arrow-left {
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ECDEC9;
    border-top: 10px solid transparent;
    height: 0;
    left: -9px;
    position: absolute;
    width: 0;
}

.testimonial-wrap {
    width: 610px;
    float: left;
}

.testimonial-wrap .author {
    display: block;
    text-align: right;
    font: 15px 'DroidSerif-Italic';
    color: #000;
    margin-right: 62px;
}

.testimonial-wrap blockquote.our-view {
    color: #5b3618;
    font: 16px 'DroidSerif-Italic';
    border: none;
    margin: 0;
    padding: 85px 46px 17px 170px;
}

.testimonial-wrap .pot {
    margin-left: 62px;
    margin-top: -26px;
}

.button-3 {
    position: absolute;
    padding: 7px 15px !important;
    left: 45%;
    bottom: 20px;
}

/* Ask Question form==================================  */
.ask-question-form input[type="text"], .ask-question-form textarea {
    border: none;
    width: 260px;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff;
    background: rgba(231, 231, 231, 0.32);
    font: 18px 'Helvetica';
    color: #9b8368;
}

.ask-question-form textarea {
    border: none;
    height: 146px;
}

.ask-question-form {
    width: 310px;
    padding-left: 40px;
    float: left;
    padding-top: 32px;
}

.ask-question-form h4.form-title {
    margin-bottom: 20px;
}

.ask-question-form .gform_button {
    background: none;
    padding: 0;
    border: none;
    font: 19px 'DroidSerif-BoldItalic';
    color: #a7361c;
    float: right;
    margin-right: 20px;
}

/* #Footer================================================== */
#top-footer {
    background: url(images/top-footer-bg.jpg) repeat-x #43250c;
    min-height: 197px;
    padding: 20px 0;
}

#top-footer .conatct-info {
    width: 245px;
    margin-left: 10px;
    float: left;
    padding-right: 55px;
    font-family: 'DroidSerif';
    font-size: 14px;
    color: #f0e6d4;
    padding-top: 12px;
    line-height: 1.4;
    background: url(images/footer-devider.png) no-repeat right top;
}

.review {
    padding-bottom: 10px;
}

#top-footer .trip-advicer-box {
    background: url(images/footer-devider.png) no-repeat right top;
    padding: 10px 50px 0 50px;
    float: left;
    width: 90px;
}

#top-footer .trip-advicer-box .certificate {
    margin-bottom: 12px;
    display: block;
}

#top-footer .photo-gallery {
    padding-left: 50px;
    float: left;
    width: 410px;
}

#top-footer .photo-gallery .title {
    color: #fbd8a3;
    font-size: 19px;
    font-family: 'Swiss721BT-Bold';
}

.gallery-nav {
    margin-right: 60px;
}

#gallery-carousel {
    background: none;
    margin-top: 10px;
    border: none;
    box-shadow: none;
    height: 125px;
}

#gallery-carousel .flex-direction-nav a {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
}

#gallery-carousel a {
    left: inherit;
    top: 0;
    right: 0;
}

#gallery-carousel .flex-direction-nav .flex-prev {
    right: 35px;
    background-position: 10px -65px;
}

#gallery-carousel .flex-direction-nav .flex-next {
    background-position: -22px -65px;
}

#gallery-carousel .flex-direction-nav {
    position: absolute;
    right: -10px;
    top: -15px;
}

.shadow:before {
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.5) inset;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.shadow {
    display: block;
    position: relative;
}

.shadow .ico {
    display: none;
    height: 43px;
    width: 43px;
    position: absolute;
    top: 38%;
    left: 38%;
    background-position: -60px -72px;
}

.shadow:hover .ico {
    display: block;
}

#bottom-footer {
    border-top: 1px solid #6a4b2a;
    background: #4e2d10;
    padding: 20px 0;
}

.sec-nav {
    text-align: center;
    margin-bottom: 10px;
}

.sec-nav li {
    display: inline;
    padding: 0 11px;
    margin-bottom: 0;
}

.sec-nav li a {
    color: #d69b69;
    text-decoration: none;
    font-family: 'DroidSerif';
    font-size: 12px;
}

.sec-nav li a:hover {
    color: #fff;
}

#copyright {
    color: #fff;
    text-align: center;
    font-family: 'DroidSerif';
    font-size: 12px;
}

#copyright a {
    color: #fff;
    text-decoration: none;
}

#copyright a:hover {
    color: #d69b69;
}

.head-small {
    font-size: 12pt;
}

.head-small a {
    text-decoration: none;
}

#breakfast-slogan {
    position: relative;
    padding: 0 0 0 0;
    text-align: center;
}

.contact-text {
    padding: 0 0 25px 0;
}

.contact-text a {
    color: #c16305;
}

/* Package Inquiry */
#gform_wrapper_3 {
    width: 628px;
    margin: 0 auto;
}

#gform_wrapper_3 .gfield {
    margin-bottom: 20px;
}

#gform_wrapper_3 .gfield_label {
    margin-bottom: 5px;
}

#gform_wrapper_3 .textarea {
    resize: none;
}

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
    background-color: #FFFFFF;
    border: 4px solid #C1C1C1;
    font-family: "lucida sans", "lucida grande", lucida, sans-serif;
    font-size: 1em;
    line-height: 1.3;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 2.5em 0.5em 0.5em;
    position: relative;
    text-decoration: none;
    width: 15.5em;
}

.ui-datepicker-div, #ui-datepicker-div {
    display: none;
    z-index: 9999;
}

.ui-datepicker-inline {
    display: block;
    float: left;
}

.ui-datepicker-control {
    display: none;
}

.ui-datepicker-current {
    display: none;
}

.ui-datepicker-next, .ui-datepicker-prev {
    background-color: #EEEEEE;
    left: 0.5em;
    position: absolute;
    top: 0.5em;
}

.ui-datepicker-next {
    left: 14.6em;
}

.ui-datepicker-next a, .ui-datepicker-prev a {
    background-image: url("images/datepicker_arrow_left.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #D3D3D3;
    cursor: pointer;
    display: block;
    font-size: 1em;
    height: 1.2em;
    text-indent: -999999px;
    width: 1.3em;
}

.ui-datepicker-next a {
    background-image: url("images/datepicker_arrow_right.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.ui-datepicker-header select {
    background-color: #E6E6E6;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 !important;
    position: absolute;
    top: 0.5em;
}

.ui-datepicker-header select.ui-datepicker-new-month {
    left: 2.2em;
    width: 7em;
}

.ui-datepicker-header select.ui-datepicker-new-year {
    left: 9.4em;
    width: 5em;
}

table.ui-datepicker {
    text-align: right;
    width: 15.5em;
}

table.ui-datepicker td a {
    background-color: #E6E6E6;
    border: 1px solid #FFFFFF;
    color: #555555;
    cursor: pointer;
    display: block;
    padding: 0.1em;
    text-decoration: none;
    text-align: center;
}

table.ui-datepicker .ui-datepicker-title-row td {
    color: #222222;
    font-size: 0.9em;
    padding: 0.2em 0;
    text-align: center;
    text-transform: uppercase;
}

table.ui-datepicker .ui-datepicker-title-row td a {
    color: #222222;
    padding: 0.3em 0;
}

.ui-datepicker-cover {
    display: block;
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 193px;
    z-index: -1;
}

img.ui-datepicker-trigger {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 17px;
}

#gform_wrapper_3 input.datepicker.datepicker_with_icon {
    display: inline-block;
    margin-right: 4px !important;
}

div.nav-height-col {
    display: none;
}

/* Added on June 09, 2014 */
.sub-menu-toggle {
    display: none;
}
/*Added on 14th may 2015*/
.gallery-slider #gallery-slider .gallery-title{
    bottom: 0;
}
/*Added on june 9 2015*/
.intro .list1 li{
    list-style: disc;
}
/*=Print Styles================================================== */
@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important;
        -ms-filter: none !important;
        filter: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}