/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

div.awardsectioncenter{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

img.award-img {
    width: 152px;
    height: 152px !important;
    margin: 5px;
    border: 1px solid black;
}

div#widgetContainerBox{
	width: 592px;
  margin: auto;
}

.awardWidgetContainer{
	margin:20px !important;
}

.reviewWidgetContainer{
	margin:20px !important;
}


.contactadd .fa {
    display: block;
}
.attractions.container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.attractions.container .block {
  width: calc(100% / 2 - 40px);
    margin: 0 20px 0px;
    text-align: center;
}
p.att-text {
    display: block;
    min-height: 102px;
    margin: 0;
}
.custom-fac {
    text-align: center;
    margin-bottom: 30px;
}

.custom-fac span {
    font-weight: 700;
    font-size: 21px;
}
.attractions.container .block span.a_title br {
    display: none;
}
.attractions.container .block span.a_title a {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
    display: block;
}
li#menu-item-308 a {
    color: #000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output
{
    border-color: #000 !important;
}
.dining {
    display: flex;
    flex-flow: wrap;
    background-blend-mode: color;
    align-items: center;
    flex-direction: column;
    margin: 40px auto 0;
    padding: 10px 40px 10px 40px;
    border: 2px solid;
}

.dining span.d_title {
    font-size: 30px;
    display: block;
    margin: 0;
    text-decoration: underline;
}
.dining ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.dining span.d_title + p {
    display: none;
}
.dining ul li {
    list-style: none;
}
.fac-strip .fac-block li img {
    max-width: 84px;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none;
    opacity: 5;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0px !important;
}
body {
    color: #141412;
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
a,
a:hover {
    color: #000;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3;
}
h1 {
    font-size: 48px;
    margin: 33px 0;
}
h2 {
    font-size: 30px;
    margin: 25px 0;
}
h3 {
    font-size: 22px;
    margin: 22px 0;
}
h4 {
    font-size: 20px;
    margin: 25px 0;
}
h5 {
    font-size: 18px;
    margin: 30px 0;
}
h6 {
    font-size: 16px;
    margin: 36px 0;
}
address {
    font-style: italic;
    margin: 0 0 24px;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
p {
    margin: 0 0 20px;
}
code,
kbd,
pre,
samp {
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}
blockquote blockquote {
    margin-right: 0;
}
blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}
blockquote strong,
blockquote b {
    font-weight: 400;
}
small {
    font-size: smaller;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl {
    margin: 0 20px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 20px;
}
menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}
ul {
    list-style-type: square;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
li > ul,
li > ol {
    margin: 0;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    
    width: 270px;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
caption {
    font-size: 16px;
    margin: 20px 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background: url(images/dotted-line.png) repeat center top;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}
/* Clearing floats */

.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}
.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}
/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
/* Form fields, general styles first. */

button,
input,
textarea {
    border: 2px solid #d4d0ba;
    padding: 5px;
}
input,
textarea {
    color: #141412;
}
/* Buttons */

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #e05d22;
    /* Old browsers */
    
    background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
    /* Chrome 10+, Safari 5.1+ */
    
    background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
    /* W3C */
    
    border: none;
    border-bottom: 3px solid #b93207;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    background: #ed6a31;
    /* Old browsers */
    
    background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
    /* Chrome 10+, Safari 5.1+ */
    
    background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
    /* W3C */
    
    outline: none;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: #d94412;
    /* Old browsers */
    
    background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
    /* Chrome 10+, Safari 5.1+ */
    
    background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%);
    /* W3C */
    
    border: none;
    border-top: 3px solid #b93207;
    padding: 10px 24px 10px;
}
.post-password-required input[type="submit"] {
    padding: 7px 24px 4px;
    vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
    padding: 5px 24px 6px;
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #7d7b6d;
}
:-moz-placeholder {
    color: #7d7b6d;
}
::-moz-placeholder {
    color: #7d7b6d;
}
:-ms-input-placeholder {
    color: #7d7b6d;
}
.ui-datepicker {
    z-index: 99999!important;
}
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */

embed,
iframe,
object,
video {
    max-width: 100%;
}
/* Override the Twitter embed fixed width. */

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}
/* Images */

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}
figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}
img.aligncenter {
    margin: 5px auto;
}
img.alignnone {
    margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}
div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}
/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
    background-color: #fff;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
.site-main {
    position: relative;
}
.site-main .sidebar-container {
    height: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1;
}
.site-main .sidebar-inner {
    margin: 0 auto;
    max-width: 1040px;
}
/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
    position: absolute;
    width: 100%;
    z-index: 2;
    transition: all ease .5s;
    transform: translate3d(0px, 0px, 0px);
    background: #fff !important;
    color: #333;
}
.hentryinrpage {
    margin: 45px 0px 45px;
    line-height: 28px;
}
.site-description {
    font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
    clear: both;
    margin: 0 auto;
    max-width: 1170px;
    min-height: 45px;
    position: relative;
    margin-left: -35px;
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0 10px 0 0;
}
.nav-menu li {
    display: inline-block;
    position: relative;
}
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #220e10;
    border: 2px solid #f7f5e7;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 200px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #db572f;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}
.menu-toggle {
    display: none;
}
/* Navbar */

.navbar {
    background-color: #f7f5e7;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
.site-header .search-form {
    position: absolute;
    right: 20px;
    top: 1px;
}
.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 1px;
}
.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
    padding: 40px 0;
}
header.entry-header {
    display: none;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
    margin: 0 auto;
    width: 100%;
}
.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
    max-width: 1040px;
    padding: 0 376px 0 60px;
}
/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
    padding: 0;
}
.entry-thumbnail img {
    display: block;
    margin: 0 auto 10px;
}
.entry-title {
    font-weight: normal;
    margin: 0px;
    position: absolute;
    bottom: 35px;
    z-index: 1;
    width: 100%;
    color: #1c7260;
    text-align: center;
}
.entry-title a {
    color: #141412;
}
.entry-title a:hover {
    color: #ea9629;
}
/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
    clear: both;
    font-size: 14px;
}
.entry-meta a {
    color: #bc360a;
}
.entry-meta a:hover {
    color: #bc360a;
}
.entry-meta > span {
    margin-right: 20px;
}
.entry-meta > span:last-child {
    margin-right: 0;
}
.featured-post:before {
    content: "\f308";
    margin-right: 2px;
}
.entry-meta .date a:before {
    content: "\f303";
}
.comments-link a:before {
    content: "\f300";
    margin-right: 2px;
    position: relative;
    top: -1px;
}
.entry-meta .author a:before {
    content: "\f304";
    position: relative;
    top: -1px;
}
.categories-links a:first-child:before {
    content: "\f301";
}
.tags-links a:first-child:before {
    content: "\f302";
    position: relative;
    top: -1px;
}
.edit-link a:before {
    content: "\f411";
    position: relative;
    top: -1px;
}
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}
/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.entry-content .more-link {
    white-space: nowrap;
}
.entry-content blockquote {
    font-size: 24px;
}
.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin-left: -60px;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin-right: -60px;
}
.format-standard footer.entry-meta {
    margin-top: 0;
}
/* Page links */

.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}
.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}
.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #000;
}
.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none;
}
.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}
/* Mediaelements */

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}
/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}
.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */
/* Aside */

.format-aside {
    background-color: #f7f5e7;
}
.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-aside .entry-meta {
    margin-top: 0;
}
.format-aside blockquote {
    font-size: 100%;
    font-weight: normal;
}
.format-aside cite {
    font-size: 100%;
    text-transform: none;
}
.format-aside cite:before {
    content: "\2014";
    margin-right: 5px;
}
/* Audio */

.format-audio {
    background-color: #db572f;
}
.format-audio .entry-title {
    font-size: 28px;
    font-weight: bold;
}
.format-audio .entry-content:before {
    content: "\f109";
    float: left;
    font-size: 64px;
    position: relative;
    top: 4px;
}
.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
    color: #fbfaf3;
}
.format-audio .audio-content {
    background: url(images/dotted-line.png) repeat-y left top;
    background-size: 4px 4px;
    float: right;
    padding-left: 35px;
    width: 80%;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
}
.format-audio .wp-audio-shortcode {
    height: 30px !important;
    /* Override mediaelement.js style */
    
    margin: 20px 0;
    max-width: 400px !important;
    /* Override mediaelement.js style */
}
.format-audio audio {
    max-width: 100% !important;
    /* Avoid player width overflow. */
}
/* Chat */

.format-chat {
    background-color: #eadaa6;
}
.format-chat .entry-title {
    font-size: 28px;
    font-weight: bold;
}
.format-chat .entry-meta a,
.format-chat .entry-content a {
    color: #722d19;
}
.format-chat .entry-meta .date a:before {
    content: "\f108";
    margin-right: 2px;
}
.format-chat .entry-meta .author {
    display: none;
}
.format-chat .chat {
    margin: 0;
}
.format-chat .chat .chat-timestamp {
    color: #722d19;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 10px 0;
}
.format-chat .chat .fn {
    font-style: normal;
}
/* Gallery */

.format-gallery {
    background-color: #fbca3c;
}
.format-gallery .entry-header {
    margin-bottom: 15px;
}
.format-gallery .entry-title {
    font-size: 50px;
    font-weight: 400;
    margin: 0;
}
.format-gallery .entry-meta a,
.format-gallery .entry-content a {
    color: #722d19;
}
/* Image */

.format-image .entry-title {
    font-size: 28px;
    font-weight: bold;
}
.format-image .categories-links,
.format-image .tags-links {
    display: none;
}
/* Link */

.format-link {
    background-color: #f7f5e7;
}
.blog .format-link:first-of-type,
.single .format-link:first-of-type {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-link .entry-header,
.format-link .entry-content p:last-child {
    margin-bottom: 0;
}
.format-link .entry-title {
    color: #ca3c08;
    display: inline;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin-right: 20px;
}
.format-link .entry-title a {
    color: #bc360a;
}
.format-link div.entry-meta {
    display: inline;
}
/* Standard */

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
    margin-bottom: 24px;
}
/* Quote */

.format-quote {
    background-color: #210d10;
}
.format-quote .entry-content,
.format-quote .entry-meta {
    color: #f7f5e7;
}
.format-quote .entry-content blockquote {
    font-size: 28px;
    margin: 0;
}
.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
    color: #000;
}
.format-quote .entry-content cite a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}
.format-quote .entry-content cite a:hover {
    text-decoration: none;
}
.format-quote blockquote small,
.format-quote blockquote cite {
    display: block;
    font-size: 16px;
}
.format-quote blockquote {
    font-style: italic;
    font-weight: 300;
    padding-left: 75px;
    position: relative;
}
.format-quote blockquote:before {
    content: '\201C';
    font-size: 140px;
    font-weight: 400;
    line-height: .8;
    padding-right: 25px;
    position: absolute;
    left: -15px;
    top: -3px;
}
.format-quote .entry-meta .author {
    display: none;
}
/* Status */

.format-status {
    background-color: #722d19;
    padding: 0;
}
.format-status .entry-content,
.format-status .entry-meta {
    padding-left: 35px;
    position: relative;
}
.format-status .entry-content a {
    color: #eadaa6;
}
.format-status .entry-meta a {
    color: #f7f5e7;
}
.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
    padding-left: 95px;
}
.format-status .entry-content:before,
.format-status .entry-meta:before {
    background: url(images/dotted-line.png) repeat-y left bottom;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
}
.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
    left: 70px;
}
.format-status .categories-links,
.format-status .tags-links {
    display: none;
}
/* Ensures the dots in the dot background are in lockstep. */

.format-status .entry-meta:before {
    background-position: left top;
}
.format-status .entry-content {
    color: #f7f5e7;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative;
}
.format-status .entry-content p:first-child:before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    height: 3px;
    margin-top: 13px;
    position: absolute;
    left: 4px;
    width: 13px;
}
.sidebar .format-status .entry-content > p:first-child:before {
    left: 64px;
}
.format-status .entry-content p:last-child {
    margin-bottom: 0;
}
.format-status .entry-meta {
    margin-top: 0;
    padding-bottom: 40px;
}
.format-status .entry-meta .date a:before {
    content: "\f105";
}
/* Video */

.format-video {
    background-color: #db572f;
}
.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
    color: #fbfaf3;
}
.format-video .entry-title {
    font-size: 50px;
    font-weight: 400;
}
.format-video .entry-meta {
    color: #220e10;
}
/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}
.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}
.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}
.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}
.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}
.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}
.attachment footer.entry-meta {
    display: none;
}
.attachment-meta:before {
    content: "\f307";
}
.full-size-link a:before {
    content: "\f402";
}
.full-size-link:before {
    content: none;
}
.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}
.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}
.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}
.image-navigation a:hover {
    text-decoration: none;
}
.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}
.image-navigation .nav-previous {
    left: 0;
}
.image-navigation .nav-next {
    right: 0;
}
.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}
.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}
.attachment .entry-attachment .attachment {
    display: inline-block;
}
.attachment .entry-caption {
    text-align: left;
}
.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}
.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}
.attachment .site-main .sidebar-container {
    display: none;
}
.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto;
}
.attachment .entry-content .wp-video {
    margin: 0 auto;
}
.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}
/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
    float: left;
}
.navigation .nav-next {
    float: right;
}
.navigation a {
    color: #bc360a;
}
.navigation a:hover {
    color: #ea9629;
    text-decoration: none;
}
.paging-navigation {
    background-color: #e8e5ce;
    padding: 40px 0;
}
.paging-navigation .nav-links {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}
.sidebar .paging-navigation .nav-links {
    max-width: 1040px;
    padding: 0 376px 0 60px;
}
.paging-navigation .nav-next {
    padding: 13px 0;
}
.paging-navigation a {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}
.paging-navigation .meta-nav {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    padding: 3px 0 8px;
    text-align: center;
    width: 50px;
}
.paging-navigation .nav-previous .meta-nav {
    margin-right: 10px;
    padding: 17px 0 23px;
    width: 80px;
}
.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}
.paging-navigation a:hover .meta-nav {
    background-color: #ea9629;
    text-decoration: none;
}
.post-navigation {
    background-color: #fff;
    color: #ca3c08;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 20px 0;
}
.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px;
}
.sidebar .post-navigation .nav-links {
    padding: 0 376px 0 60px;
}
.post-navigation a[rel="next"] {
    float: right;
    text-align: right;
}
/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
    margin: 0 auto;
    max-width: 604px;
    padding: 30px 0 10px;
    text-align: left;
    /* gallery & video post formats */
    
    width: 100%;
}
.author.sidebar .author-info {
    max-width: 1040px;
    padding: 30px 376px 10px 60px;
}
.single .author-info {
    padding: 50px 0 0;
}
.author-avatar .avatar {
    float: left;
    margin: 0 30px 30px 0;
}
.single-format-status .author-description {
    color: #f7f5e7;
}
.author-description .author-title {
    clear: none;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 8px;
}
.author-link {
    color: #ca3c08;
    margin-left: 2px;
}
.author.archive .author-link {
    display: none;
}
/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
    background-color: #e8e5ce;
}
.archive-title,
.archive-meta {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}
.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: -15px;
    padding: 0 0 11px;
}
.sidebar .archive-meta {
    padding-right: 316px;
}
/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
    background-color: #e8e5ce;
}
.page-title {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}
.page-content {
    margin: 0 auto;
    max-width: 604px;
    padding: 40px 0;
    width: 100%;
}
.sidebar .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding: 40px 376px 40px 60px;
}
/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
    background-color: #fff;
}
.error404 .page-title {
    line-height: 0.6;
    margin: 0;
    padding: 300px;
    position: relative;
    text-align: center;
    width: auto;
}
.error404 .page-title:before {
    color: #e8e5ce;
    content: "\f423";
    font-size: 964px;
    line-height: 0.6;
    overflow: hidden;
    position: absolute;
    left: 7px;
    top: 28px;
}
.error404 .page-wrapper {
    background-color: #e8e5ce;
}
.error404 .page-header,
.error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding-bottom: 40px;
    width: 100%;
}
/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 604px;
    width: 100%;
}
.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
    max-width: 1040px;
    padding-left: 60px;
    padding-right: 376px;
}
.comments-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}
.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
}
.comment-list .children {
    margin-left: 20px;
}
.comment-list > li:after,
.comment-list .children > li:before {
    background: url(images/dotted-line.png) repeat left top;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}
.comment-list > li:last-child:after {
    display: none;
}
.comment-body {
    padding: 24px 0;
    position: relative;
}
.comment-author {
    float: left;
    max-width: 74px;
}
.comment-author .avatar {
    display: block;
    margin-bottom: 10px;
}
.comment-author .fn {
    word-wrap: break-word;
}
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
    color: #bc360a;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}
.says {
    display: none;
}
.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative;
}
.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
    width: 100%;
}
.bypostauthor > .comment-body .fn:before {
    content: "\f408";
    vertical-align: text-top;
}
.comment-list .edit-link {
    margin-left: 20px;
}
.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
    float: right;
    width: 79%;
    width: -webkit-calc(100% - 124px);
    width: calc(100% - 124px);
    word-wrap: break-word;
}
.comment-meta,
.comment-meta a {
    color: #a2a2a2;
    font-size: 13px;
}
.comment-meta a:hover {
    color: #ea9629;
}
.comment-metadata {
    margin-bottom: 20px;
}
.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2;
}
.comment-awaiting-moderation {
    color: #a2a2a2;
}
.comment-awaiting-moderation:before {
    content: "\f414";
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.comment-reply-link:before,
.comment-reply-login:before {
    content: "\f412";
    margin-right: 3px;
}
/* Comment form */

.comment-respond {
    background-color: #f7f5e7;
    padding: 30px 0;
}
.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}
.comment-reply-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}
.comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}
.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none;
}
.comment-reply-title small a:before {
    content: "\f406";
    vertical-align: top;
}
.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
    padding: 0;
}
.comment-form .comment-notes {
    margin-bottom: 15px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 8px;
}
.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
    float: left;
    padding: 5px 0;
    width: 120px;
}
.comment-form .required {
    color: #ed331c;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    max-width: 270px;
    width: 60%;
}
.comment-form textarea {
    width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
    color: #686758;
    font-size: 12px;
}
.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px;
}
.comment-list .pingback,
.comment-list .trackback {
    padding-top: 24px;
}
.comment-navigation {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    max-width: 604px;
    padding: 20px 0 30px;
    width: 100%;
}
.no-comments {
    background-color: #f7f5e7;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}
.sidebar .no-comments {
    padding-left: 60px;
    padding-right: 376px;
}
/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}
.mu_alert {
    margin-top: 25px;
}
.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px;
}
.site-main .mu_register input[type="submit"] {
    width: auto;
}
/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
    float: right;
    width: 300px;
}
/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
    background-color: rgba(247, 245, 231, 0.7);
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 24px;
    padding: 20px;
    word-wrap: break-word;
}
.textwidget {
    font-weight: normal;
    color: #d3d3d3;
    line-height: 28px;
}
.widget ul,
.widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget li {
    padding: 5px 0;
}
.widget .children li:last-child {
    padding-bottom: 0;
}
.widget li > ul,
.widget li > ol {
    margin-left: 20px;
}
.widget a {
    color: #bc360a;
}
.widget a:hover {
    color: #fff;
    text-decoration: none;
}
/* Search widget */

.search-form .search-submit {
    display: none;
}
/* RSS Widget */

.widget_rss .rss-date {
    display: block;
}
.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}
/* Calendar Widget */

.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}
.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}
.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}
.widget_calendar a {
    display: block;
}
.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}
/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
    background-color: #333333;
    color: #d3d3d3;
    font-size: 14px;
    padding: 25px 0px;
    text-align: center;
    border-top: 3px solid #000;
}
.site-footer .widget-area,
.sidebar .site-footer {
    text-align: left;
}
.site-footer a {
    color: #d3d3d3;
}
.site-footer .widget-area {
    margin: 0 auto;
    width: 100%;
    height: auto !important;
}
.sidebar .site-footer .widget-area {
    max-width: 724px;
    position: relative;
    left: -158px;
}
.sidebar .site-footer .widget {
    width: 228px;
}
.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
    margin-right: 0;
}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
    color: #fff;
    font-size: 24px;
}
.site-info {
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
}
#wpstats {
    display: block;
    margin: -10px auto 0;
}
/*CSS Added by Kishan*/

div#go-up-box:after {
    display: block;
}
div#go-up-box {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background: #000;
    position: absolute;
    top: -47px;
    left: 50%;
    text-align: center;
    line-height: 0px;
    font-size: 16px;
    cursor: pointer;
    transition: all ease .5s;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
}
div#go-up-box:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #b53535 !important;
}
a.screen-reader-text.skip-link {
    display: none;
}
.events .contactform textarea {
    height: 151px;
}
.btn-img hr.hrmargin {
    margin-top: 40px;
}
.events hr {
    margin: 35px 0px 45px;
}
.dinein div#carousel-example-generic a.left.carousel-control,
.dinein div#carousel-example-generic a.right.carousel-control {
    background: none;
}
.dinein-cara {
    border: 2px solid #C5A46D;
    margin-bottom: 35px;
}
.dinein-cara img {
    margin: 0px;
}
.slinbox {
    transition: all ease 1s;
    opacity: 0;
}
.hidden-md {
    display: none;
}
div#bkngbg {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}
p.bbres_fieldset label {
    float: none !important;
    padding-top: 0px !important;
    width: 100% !important;
    text-align: left;
    color: #ffffff;
}
.social-header,
.contacttop {
    display: inline-block;
    font-size: 13px;
}
.social-header a {
    color: #fff;
}
.contacttop {
    float: left;
}
.top-header {
    background: #515151;
    padding: 8px 0px;
    text-align: right;
}
.top-header .social-header strong {
    color: #fff;
   
    line-height: 25px;
    transition: all ease .5s;
    margin-right: 8px;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}
.top-header .contacttop a,
.top-header .contacttop a:focus {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}
.top-header .contacttop strong {
    color: #fff;
    margin-right: 10px;
}
.head-seprator {
    margin: 0px 10px;
    color: #fff;
}
/*
.fb:hover {
    background: #3b5998 !important;
}
.twitter:hover {
    background: #00aced !important;
}
.tripadvisor:hover {
    background: #3A8B48 !important;
}*/
.headermenu {
    display: inline-flex;
    width: 100%;
    position: relative;
}
.head-logo {
    background: #fff;
    float: left;
    width: 205px;
    flex: initial;
}
.head-logo:before {
    display: block;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
}
.head-logo {
    display: flex;
    align-items: center;
}

.head-logo img {
    max-width: 130px;
}
.phshow {
    box-shadow: 0px 1px 4px rgba(51, 51, 51, 0.57) !important;
    background-color: #fff;
    border-color: #e7e7e7;
    position: fixed;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    z-index: 100;
    border-radius: 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.headermain {
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 0;
}
.menus {
    background: transparent;
    float: right;
    border: none;
    flex: 1;
    width: 76%;
}
/*.fac-block li img:hover{background: blue;}
.fac-block li img{border-radius: 50%;}*/

.site-header .home-link {
    /*display: block;*/
    
    text-align: center;
    position: relative;
    color: #fff;
    /*margin: 15px -30px;*/
    
    text-decoration: none;
    width: 100%;
    transition: all 0.5s ease;
}
.phshow .home-link {
    /*margin: 7px -30px;*/
    
    position: relative;
    transition: all 0.5s ease;
}
.bnr {
    padding-top: 137px;
}
.menus .bkbtn {
    position: relative;
    z-index: 1000;
    background: #1c7260;
    border: 1px solid;
    border-radius: 50px;
    color: #fff;
    margin: -4px 23px 0px 0px;
    transition: 0.5s ease all;
    padding: 12px 35px;
}
.phshow .nav-menu li a {
    line-height: 50px!important;
}
.phshow .home-link img {
    width: 175px;
}
.navbar {
    border-radius: 0px;
    text-align: right;
}
.bgcontainersml {
    background-color: #333333;
    color: #fff;
    padding: 15px 0px 10px 0px;
    position: relative;
    display: block;
    overflow: hidden;
}
.bookingengine {
    /*position: absolute;*/
    
    top: 260px;
    height: 100%;
}
/*div#bkngbg {
    background: rgba(255, 255, 255, 0.9);
    left: 15px;
    text-align: center;
    color: #333333;
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 25px 30px 30px;
}*/

.bookingengine h2 b {
    color: #000;
}
.bkngbg {
    display: inline-block;
}
.bookingengine h2 {
    margin-top: 23px;
    color: #ffffff;
    float: left;
    text-align: right;
    width: 35%;
}
.bookingengine form {
    float: right;
    margin-left: 0px;
    width: 65%;
}
.bookingengine p.inputfrm {
    position: relative;
    margin-bottom: 24px;
}
.bookingengine input,
.bookingengine input:focus {
    height: 42px;
    outline: none;
    padding-left: 8px !important;
    color: #fff !important;
    width: 100% !important;
    border: 1px solid #fff!important;
}
div#bbcalheader {
    background: #000 !important;
}
.ui-datepicker td.ui-datepicker-today a {
    background: #ffe2e2!important;
}
.ui-datepicker td a.ui-state-active,
.ui-datepicker td a.ui-state-hover {
    background: #000 !important;
    border: 1px solid #000 !important;
}
.bookingengine p.inputfrm i {
    position: absolute;
    right: 12px;
    top: 15px;
    color: #464646;
    font-size: 18px;
}
.bookingengine .selectbox {
    color: #141412 !important;
    float: left;
    width: 47%;
}
div#bb_resBookingBox {
    background: transparent !important;
}
.bookingengine p.bbres_fieldset {
    padding: 0px;
}
.bookingengine select.bb_combobox,
.bookingengine select.bb_combobox:focus {
    padding: 0px 8px;
    width: 100% !important;
    height: 47px;
    color: #141412 !important;
    outline: none;
    border-radius: 0px;
    border: 1px solid #000!important;
}
p.bbres_fieldset.bbres_fieldset5,
p.bbres_fieldset.bbres_fieldset6,
p.bbres_fieldset.bbres_fieldset9 {
    float: left;
    padding-right: 9px !important;
    width: 33.33% !important;
}
p.bbres_fieldset.bbres_fieldset9 {
    padding-right: 0px !important;
}
.bookingengine .marginfrm {
    margin-right: 19px;
}
.bookingengine .bgbkbtn {
    color: #FFFFFF;
    background-color: #000;
    border-radius: 0px;
    border-color: #000;
    padding: 6px 12px;
    transition: all ease .5s;
    width: 100%;
    height: 47px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 33px;
    font-weight: normal;
}
.nemus-control-paging li a {
    width: 15px !important;
    height: 15px !important;
    border: 2px solid #fff !important;
    background: transparent !important;
}
.nemus-slider.controls-inside .nemus-control-nav {
    bottom: 25px !important;
}
.nemus-control-paging li a.nemus-active {
    background: #000 !important;
    border: 2px solid #000 !important;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
{
    color: #bc360a;
}
::-webkit-input-placeholder {
    color: #333333;
}
::-moz-placeholder {
    color: #333333;
}
.nav-menu li a {
  color: #000;
    background: #fff;
    display: block;
    font-size: 15px;
    line-height: 72px;
    padding: 15px 12px;
    margin: 0px 3px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.nav-menu li:hover > a, .nav-menu li:focus > a, .nav-menu li.current-menu-item a
{
   background: #000!important;
    color: #fff !important;
    padding: 15px 12px;
    line-height: 72px;
}
 .nav-menu li a:hover, .nav-menu li a:focus{
background: #000!important;
    color: #fff !important;
    padding: 15px 12px;
    line-height: 72px;
 }


.phshow .nav-menu a {
    color: #000;
    /* line-height: 55px !important;*/
    
    transition: all 0.5s ease;
}
nav#site-navigation {
    display: inline-block;
}
.nemus-slider {
    margin-bottom: 0px !important;
}
.fac-strip .fac-block img:hover {
    transform: scale(1.2);
}
/*.phshow .home-link img {
	width: 85px;
}*/
/*welcomesection*/

.welcomesection {
    margin: 20px 0px 70px;
    line-height: 28px;
}
.gallery-inner {
    text-align: center;
}
.sec-title {
    position: relative;
    text-align: center;
    font-size: 32px;
    margin: 0px 0px 30px;
    color: #1a1a1a;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-family: 'Domine', Georgia, Times, serif;
}
.ez_img img {
    min-height: 170px !important;
    padding: 0;
    margin: 5px;
    box-shadow: 0 1px 2px 1px rgba(187, 187, 187, 0.42);
}
.sec-title:after {
    content: "";
    background: none repeat scroll 0% 0% #000;
    bottom: 0px;
    height: 2px;
    width: 85px;
    margin: 0 auto;
    position: absolute;
    left:0;
    right:0;
}
.hmgallery-block .sec-title:after {
    display: none;
}
.welcomesection img {
    float: right;
    box-shadow: 0px 1px 20px 2px #e1e1e1;
    margin-left: 25px;
}
.virtual {
     float: right;
    margin-left: 25px;
}
.virtual iframe {
    box-shadow: 0px 1px 20px 2px #e1e1e1;
}
.welcomesection .rdmorebtn:last-child{
    background: #585858;
    border: 1px solid;
    margin: 15px 0 0;
}

.welcomesection .rdmorebtn:last-child:hover{
        background: transparent!important;
    border: 1px solid #585858!important;
    color: #585858!important;
}
aside#text-5{display:none;
        padding: 0 15px;    
        line-height: 0;
        top: -35px!important;
}
aside#text-5 a {
    color: #ffffff;
}
.rdmorebtn,
.rdmorebtn:focus {
    color: #FFFFFF;
    border-radius: 50px;
    background-color: #000;
    border-color: #000;
    padding: 12px 35px;
    margin-top: 15px;
    transition: all ease .5s;
}
p.bbres_fieldset.bbres_fieldset3 {
    position: relative;
    width: 22%;
    margin-left: 20px;
}
p.bbres_fieldset.bbres_fieldset4 {
    position: relative;
    width: 22%;
    margin-left: 20px;
}
button.ui-datepicker-trigger.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    background-position: 20px -1px !important;
    position: absolute;
    right: 4px;
    top: 38px;
}
input#bb_resBtn {
    margin-top: 20px;
    margin-left: 0px !important;
    padding: 12px 31px!important;
    transition: all ease .5s;
    width: 100%!important;
    border-radius: 50px;
    color: #fff !important;
    border-color: #000 !important;
    background: #000 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: normal;
}
.rdmorebtn:hover,
.menus .bkbtn:hover,
.bookingengine .bgbkbtn:hover,
.newsltrfrm .bgbkbtn:hover,
.newsltrfrm .bgbkbtn,
input#bb_resBtn:hover {
    background: #fff !important;
    border-radius: 0px;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 50px;
    padding: 12px 35px;
}
p.bbres_fieldset.bbres_fieldset10.bb_btn {
    float: left;
    width: 19%;
    margin-top: 6px;
    margin-left: 21px;
}
.fac-strip {
    padding: 40px 0 48px;
    z-index: 2;
    text-align: center;
    padding: 35px 0px 40px;
}
/*
.fac-strip .btm-icon {
    position: relative;
    z-index: 2;
}

.fac-strip li {
    transition: all ease .5s;
}
.fac-strip li {
    display: inline-block;
    margin: 10px;
    padding: 25px 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    width: 23%;
}

.fac-strip li:hover {
    background: rgba(255,255,255,.18);
}

.fac-strip li {
    transition: all ease .5s;
}
.fac-strip :after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 55, 114, 0.78);
    z-index: 0;
    left: 0;
}*/

.fac-strip .fac-block {
    padding: 30px 20px;
    text-align: center;
    margin: 35px 0px 30px;
}
/*
.fac-strip .fac-block img{
	width: 120px;
}*/

.fac-strip .fac-block li img {
    width: 120px;
}
.fac-strip .fac-block li {
    margin: 0px 30px;
    display: inline-block;
    text-align: center;
}
.fac-strip .fac-block li:first-child {
    margin-left: 0px;
}
.fac-strip .fac-block li:last-child {
    margin-right: 0px;
}
span.fac-text {
    display: block;
    margin-top: 10px;
    font-size: 15px;
}
.fac-strip p:last-child {
    margin-bottom: 0px;
}
/*rooms*/

.roomblock {
    margin-bottom: 45px;
    background: #fff;
    margin: 15px;
    margin-bottom: 40px;
    min-height: 310px;
    display: inline-block;
    position: relative;
    width: 46%;
    vertical-align: top;
    text-align: center;
}
.rm-innerdetails {
    text-align: left;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    padding: 30px 20px;
}
.rminfo .sec-title {
    text-align: left;
    font-size: 24px;
}
.rminfo .sec-title:after {
    left: 0;
    right:unset;
}
.dblroomblock img {
    margin: 0;
}
.dblroomblock {
    overflow: hidden;
    position: relative;
}
.btnwrp {
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}
.room-inner {
    text-align: center;
}
ul.rm-fac li {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0px 10px;
}
ul.rm-fac {
    display: inline-block;
    margin: 0 auto;
    list-style-type: circle;
}
ul.rm-fac li i,
ul.rm-fac li img {
    padding-right: 10px;
}
.hm-rooms {
    margin: 45px 0px;
    background: #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 35px 0px 40px;
    position: relative;
}
.ibox img:hover {
    transform: scale(1.2);
}
.box1 {
    background: #FFFFFF;
    width: 350px;
    position: relative;
    margin: 10px;
    display: inline-block;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    vertical-align: top;
    margin-bottom: 30px;
}
.ibox {
    overflow: hidden;
    display: inline-block;
    height: 197px;
    width: 100%;
}
.ibox img {
    margin: 0px!important;
}
.ibox img {
    position: relative;
    width: 100%;
    transform: scale(1.0);
    transition: all ease .4s;
    min-height: 192px;
}
.product-desc1 {
    padding: 0px 15px 12px 15px;
    text-align: center;
    margin: 20px 0;
}
.dropdown {
    position: relative;
}
.product-name {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 35px;
    margin-top: 10px;
}
ul.room-ul {
    padding: 10px 0;
    margin: 0 auto;
     text-align: center;
}
.room-ul li {
    display: inline-block;
   
    padding: 0px 10px;
    vertical-align: bottom;
}
.book-btn1 {
    width: 100%;
    display: inline-block;
    margin-top: 2px;
}
.btn_other {
    border-radius: 50px;
    color: #000!important;
    background: transparent;
    border: 1px solid #000;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    padding: 8px;
    width: 38%;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.5s;
    margin: 1px 5px;
}
.btn_other:hover {
    background: #000;
    color: #fff!important;
    border: 1px solid #000;
    text-decoration: none;
}
/*.hm-rooms::after {
    content: '';
    position: absolute;
    background-image: url(images/accomodation.jpg);
    height: 388px;
    top: 0;
    width: 100%;
    z-index: 0;
}*/

.mt30 {
    margin-top: 30px;
}
.hm-rooms .room-img {
    position: absolute;
    left: 0;
    top: -20px;
    transition: all 1s ease;
}
.hm-rooms .room-boxes {
    height: 400px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    border: 1px solid #000;
}
.room-boxes img {
    margin: 0;
}
.hm-rooms .room-bg {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.85);
    color: #FFFFFF;
    padding: 30px;
    height: 100%;
    z-index: 1;
    transition: all 1s ease;
}
.room-boxes:hover .room-bg {
    background: rgba(255, 255, 255, 1);
}
.hm-rooms .room-price {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 2;
}
.hm-rooms .room-price .price {
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font: 17px/3em "Open Sans", ;
    color: #fff;
    padding: 0 20px;
    opacity: 0;
    transition: all 0.8s ease;
    font-size: 24px;
}
.hm-rooms .room-price .price span {
    font-size: 40px;
    vertical-align: middle;
    line-height: 15px;
    display: inline-block;
}
.room-boxes:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
}
.room-boxes:hover:before {
    background: rgba(0, 0, 0, 0.7);
}
.room-boxes:hover .price {
    left: 50%;
    opacity: 1;
}
.hm-rooms .room-title {
    text-align: left;
    color: #000;
}
.hm-rooms .room-title:after {
    left: 128px;
    background: #000;
}
.hm-rooms .room-subtitle {
    text-align: center;
    color: #454545;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.hm-rooms .sec-title {
    margin-bottom: 30px;
    font-size: 32px;
}
.hm-rooms .room-bg .sec-title {
    margin-bottom: 18px;
}
.hm-rooms .room-description {
    color: #444444;
    line-height: 28px;
}
.hm-rooms .details {
    padding: 9px 40px;
}
.hm-rooms .righttoombg {
    left: inherit;
    right: 0px;
}
.hm-rooms .rightroomprice {
    left: auto;
    right: auto;
}
/*special offer*/

.hm-offer {
    padding: 45px 0px;
    background: #eee;
    line-height: 28px;
    border: 1px solid #d4d4d4;
}
.hm-offer .offer-title {
    background: #000;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
}
.hm-offer .offer-title p:last-child,
.hm-offer .offer-content p:last-child {
    margin-bottom: 0px;
}
.hm-offer .offer-block {
    border: 1px solid #000;
    background: #fff;
    text-align: center;
}
.hm-offer .offer-block:hover {
    box-shadow: 1px 2px 7px -1px rgba(0, 0, 0, 0.75);
    transition: all 0.25s linear;
}
.hm-offer .ofr-caption {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.hm-offer .sec-title {
    margin-bottom: 15px;
}
.hm-offer .offer-title h2 {
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.hm-offer .offer-title span {
    font-size: 20px;
    font-weight: 100;
}
.hm-offer .offer-title span i {
    font-size: 20px;
    vertical-align: top;
    font-weight: 100;
}
.hm-offer .offer-title h2:after {
    left: 50%;
    width: 180px;
    background: none repeat scroll 0% 0% #d39e46;
    margin-left: -95px;
}
.hm-offer .offer-content {
    padding: 30px 0px 35px;
}
.hm-offer .offer-content .details {
    margin-top: 5px;
}
/*homegallery*/

.gallery-block {
    text-align: center;
}
.gallery-block .col-md-3 {
    padding: 10px;
}
.gallery-block .col-md-3 img.alignnone {
    margin: 0;
}
.gallery-block .ez_img {
    margin: 7px 7px;
}
.hm-gallery {
    margin: 45px 0px 0;
    background: #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 35px 0px 40px;
    position: relative;
}
.hm-gallery .img_wrapper figure {
    margin: 0;
    width: 25%;
    float: left;
    position: relative;
}
.hm-gallery .img_wrapper figure figcaption {
    display: block;
    position: absolute;
    left: -10px;
    top: 10px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s ease;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
.hm-gallery .img_wrapper figure figcaption h4 {
    position: absolute;
    left: 50%;
    top: 45%;
    color: #C5A46D;
    transform: translateX(-50%) translateY(-32%);
    font-weight: bold;
    margin: 0px;
    display: inline-block;
    text-align: center;
}
.hmgallery-block .img_wrapper figure figcaption h4 {
    font-size: 21px;
    margin-top: -7px;
}
.hm-gallery .img_wrapper figure figcaption h4 span {
    margin-right: 5px;
    font-weight: 100;
}
.hm-gallery .img_wrapper figure:hover figcaption {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 15px;
}
.hm-gallery .img_wrapper figure img {
    border: none;
    padding: 0px;
    box-shadow: none;
    width: 100% !important;
}
.hm-gallery h4.gtitle {
    display: none;
}
.hm-gallery .sec-title {
    margin-bottom: 30px;
}
.hmgallery-block .sec-title {
    margin-bottom: 0px;
    border-radius: 4px 4px 0 0;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.hmgallery-block {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 0;
    margin: 25px 0px;
}
.hmgallery-block:hover {
    box-shadow: 1px 2px 7px -1px rgba(0, 0, 0, 0.75);
}
.hm-gallery .details {
    margin-top: 40px;
}
.ez_img {
    margin: 0px;
}
/*calltoaction*/

.calltoaction {
    background-image: url(http://www.localhost/tarzanainn/wp-content/uploads/2021/09/1-4.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 2;
    text-align: center;
    padding: 15px 0px;
    border-top: 1px solid #dfdfdf;
}
.calltoaction h2 {
    font-size: 18px;
    color: #fff;
}
.homepagecontent .hentry {
    padding-bottom: 0px;
}
/*footer*/

aside#nav_menu-2 .menu-footer-container li {
    padding: 5px 0;
    width: 40%;
    float: left;
}
.site-footer .widget {
    background: transparent;
    color: #fff;
    float: left;
    width: 33%;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0px !important;
    margin-bottom: 0px;
}
ul.ftrsocicon li {
    height: 38px;
    width: 38px;
    border: 1px solid #262626;
    text-align: center;
    float: left;
    margin-right: 15px;
    line-height: 29px;
    margin-top: 15px;
}
ul.ftrsocicon li strong {
    font-size: 18px;
}
.ftr-address li strong {
    margin-right: 8px;
    color: #ddd;
}
.ftr-address a,
.ftr-address a:hover {
    color: #d3d3d3;
}
.ftrfb:hover {
    background: #3b5998;
    color: #fff;
    transition: all ease .5s;
}
.ftrtwitter:hover {
    background: #00aced;
    color: #fff;
    transition: all ease .5s;
}
i.fa.fa-google-plus.gplus:hover {
    background: #dd4b39;
    color: #fff;
    transition: all ease .5s;
}
.ftrplus:hover {
    background: #dd4b39;
    color: #fff;
    transition: all ease .5s;
}
.tripadv:hover {
    background: #3A8B47;
    color: #fff;
    transition: all ease .5s;
}
.newsltrfrm input,
.newsltrfrm input:focus {
    outline: none;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    margin: 10px 0px;
    border: 1px solid #c5c5c5;
    padding-left: 15px;
    color: #fff;
    height: 40px;
}
ul.dinningsocial {
    margin: 0px;
    padding: 0px;
}
ul.dinningsocial li {
    height: 38px;
    width: 38px;
    text-align: center;
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    line-height: 29px;
    color: #fff;
    margin-top: 15px;
}
ul.dinningsocial .fb {
    background: #3b5998;
    height: 38px;
    color: #fff;
    line-height: 37px;
    width: 38px;
}
ul.dinningsocial .twt {
    background: #00aced;
    height: 38px;
    color: #fff;
    line-height: 37px;
    width: 38px;
}
ul.dinningsocial .plus {
    background: #dd4b39;
    height: 38px;
    color: #fff;
    line-height: 37px;
    width: 38px;
}
.viewmap,
.viewmap:focus,
.viewmap:hover {
    color: #427fed;
    text-decoration: underline;
}
.newsltrfrm .bgbkbtn,
.newsltrfrm .bgbkbtn:focus {
    background-color: #000;
    border: none;
    color: #fff;
    border-radius: 0px;
    width: 100%;
    height: 40px;
    line-height: 17px;
    transition: all ease .5s;
}
/*aside#text-3:after, aside#text-2:after, aside#nav_menu-2
{
   position: absolute;
    content: '';
    background: #262626;
    top: 84px;
    right: -1px;
    height: 190px;
    width: 1px;
}*/

.mainfooter {
    line-height: 28px;
    text-align: center;
    color: #CFCFCF;
    background: #333;
    border-top: 1px solid #414141;
}
ul.ftrmenu {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.mainfooter span:last-child {
    margin-bottom: 0px;
}
.mainfooter a {
    color: #CFCFCF;
}
.ftrmenu li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
}
h3.widget-title {
    margin: 0px 0px 20px;
}
.bgimg {
    background-image: url('images/heading-bg.png');
    height: 150px;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    border-bottom: 3px solid #000;
    margin-top: 120px;
    background-color: #f4f3f3;
}
.inrpage .hentry {
    padding: 0px;
}
.inrpage header.entry-header {
    display: none;
}
.abtpage, .attractions {
    padding-top: 20px;
}
.calltoaction .rdmorebtn, .calltoaction .rdmorebtn:focus{
        margin-top: 0px;
        margin-bottom: 15px;
}
.abtpage .abtblockimg {
    margin-bottom: 35px;
}
.abtpage .abtblockimg img {
    margin: 0px;
}
.abtfacility {
    margin: 15px 0px 0px;
}

/*rooms*/

.room-box {
    margin-bottom: 55px;
}
.rm-details .desc {
    text-align: left;
    font-size: 15px;
}
.room-ul {
    list-style-type: none;
}
.room-ul li {
    padding-bottom: 10px;
}
.room-ul li span {
    padding-left: 10px;
}
.box-border {
    position: relative;
    transition: all 0.5s ease;
    border: 1px solid #ddd;
}
.box-border:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background: #000;
}
.box-border:hover {
    background-color: #f8f8f8;
    border-color: #000;
}
.viewMd {
    display: inline-block !important;
}
.room-box .rm-price {
    position: absolute;
    bottom: 30px;
    z-index: 100;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: inline-block;
    width: 55%;
    padding: 18px 0px;
    text-align: center;
}
.room-box .rm-price span {
    font-size: 24px;
}
.room-box .rm-details {
    text-align: center;
    line-height: 28px;
    padding: 25px 0px;
    max-width: 85%;
    margin: 0 auto;
}
.room-box .rmbkbtn {
    margin-top: 20px;
}
.room-box .img-container img {
    margin: 0px;
    width: 100%;
}
.room-box .img-container .imgbg {
    position: relative;
    transition: all ease .5s;
    color: #fff;
}
.room-box .rm-details .desc {
    margin-bottom: 14px;
}
/*
.room-box .img-container .imgbg:after
{
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    transition: all 0.5s ease;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    box-shadow: 0 0 0 10px rgba(51, 51, 51, 0.4);
}*/

.room-box .sec-title {
    color: #000;
    text-transform: capitalize;
    margin: 0px 0px 20px;
    font-size: 24px;
    text-align: left;
}
.room-box .sec-title:after {
    left: 14%;
    margin-left: -125px;
}
.desc h4 {
    margin: 0;
    font-size: 18px;
}
.room-box .rmbkbtn {
    position: absolute;
    left: 50%;
    bottom: -21px;
    z-index: 100;
    margin-top: 0px;
    margin-left: -495px;
}
.roomsmodel .close {
    padding: 0px;
    background: transparent;
    border-top: none;
    position: relative;
    top: 8px;
}
.roomsmodel .modal-header {
    padding: 1px 20px 0 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #000;
    color: #fff;
}
.roomsmodel .modal-content {
    border-radius: 0px;
}
.roomsmodel .modal-title {
    margin: -10px 0 19px;
}
.vtourrooms .modal-dialog {
    width: 100%;
}
.room-box .rmbkbtn .bkbtn {
    padding: 9px 35px;
    color: #000;
    font-size: 16px;
    transition: all ease .5s;
    border-radius: 0px;
    display: inline-block;
    background: #fff;
    margin: 0px 7px;
    border-color: #000;
}
.modal-footer .rdmorebtn {
    margin-top: 0px;
}
.room-box .rmbkbtn .bkbtn:hover {
    background: #000;
    color: #fff;
}
/*gallerypage */

.gallerypage {
    margin: 0px;
}
.gallerypage .img_wrapper {
    margin-top: 25px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0px 40px;
}
.gallerypage .img_wrapper figure {
    max-width: 21.33%;
    display: inline-block;
    margin: 0px 10px 24px;
    text-align: center;
    float: none;
}
.gallerypage .img_wrapper figure img {
    padding: 4px;
    border: 2px solid #000;
}
.hm-gallery .img_wrapper figure figcaption {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
}
.gallerypage .img_wrapper figure:hover figcaption {
    left: 15px;
}
.facpage-block h4 {
    font-size: 18px;
}
.attr-block {
    border: 1px solid #e6e6e6;
    display: block;
    margin-bottom: 40px;
    padding: 20px;
}
.attr-block:hover {
    box-shadow: 1px 2px 7px -1px rgba(0, 0, 0, .75);
}
.cfull-head h3 {
    color: #000;
}
/*contactus*/

iframe.map {
    height: 400px;
    width: 100%;
}
.iframe-rwd {
    height: 360px;
    position: relative;
    width: 100%;
    top: 0px;
    height: 550px;
    background-position: center center;
    border-bottom: 3px solid #000;
}
.contactmap {
    line-height: 28px;
}
.contactinfo .contactadd strong {
    font-size: 48px;
    margin-bottom: 10px;
    color: #000;
}
.contactadd a:focus {
    text-decoration: none;
}
.contactinfo {
    transform: translateY(-60%);
    width: 100%;
    box-shadow: 0 0 0 3px #000, inset 0 0 0 1px #000;
    background-color: #fff;
    border: 3px solid #FFFFFF;
    padding: 28px 0px;
    text-align: center;
}
.contactinfo .contactadd a {
    color: #141412;
}
.contactadd {
    border-right: 1px solid #000;
    /*min-height: 120px;*/
}
.contactinfo .contactadd p {
    margin-bottom: 3px;
    color: #141412;
}
.contactinfo .contactadd p:last-child {
    margin-bottom: 0px;
}
.contactform input,
.contactform select {
    border: 1px solid #eee;
    border-radius: 0px;
    height: 40px;
}
.contactform input:focus,
.contactform textarea:focus,
.contactform select {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000 !important;
    border: 1px solid #000;
}
attractions .rdmorebtn {
    text-align: center;
}
.contactfrm h4 {
    font-size: 30px;
    color: #000;
    margin-top: -10px;
    margin-bottom: 20px;
}
.contactform textarea {
    border: 1px solid #eee;
    border-radius: 0px;
    height: 96px;
}
.contactfrm {
    margin-bottom: 50px;
}
.contactform button.readmorebtn {
    display: inline-block;
    margin: 0px 15px;
    background: #000;
    border: none;
    border-radius: 0px;
    padding: 11px 24px 10px;
    border-radius: 50px;
}
.contactadd strong.fa.fa-mobile-phone {
    margin-bottom: 0;
    font-size: 59px;
}
/*facilitypage*/

.fac-section {
    margin: 70px 0 0;
}
.fac .col-md-4 {
    text-align: center;
}
.facilities {
    padding: 25px 30px;
    position: relative;
    width: 95%;
    display: inline-block;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
    background: none repeat scroll 0% 0% #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.11);
}
h4.subtitle {
    font-size: 15px;
    font-weight: 400;
}
.fac-img img {
    width: auto;
    height: auto;
    border: 5px solid #1c7260;
    border-radius: 23px;
    position: absolute;
    left: -30px;
    top: -12px;
    overflow: hidden;
    background-color: #fff;
    padding: 5px;
    margin: 0;
    max-width: 60px;
}
.facilities:hover {
    box-shadow: 0px 4px 0px 0px #000;
}
.facpage-block h4 {
    font-size: 16px;
    text-transform: uppercase;
}

.banquiteblock {
    padding: 15px;
    margin: 0px 0px 25px;
    line-height: 28px;
}
.banquiteblock h4 {
    margin: 0px 0px 15px;
    color: #000;
    font-size: 22px;
}
.banquiteblock p:last-child {
    margin-bottom: 0px;
}
.parsley-required,
.parsley-type {
    background: #FFC9C9;
    color: #832020;
    text-align: center;
    font-size: 14px;
    padding: 3px 0;
}
a.loc-details {
    color: #000;
    text-decoration: none;
}
a.loc-details:after {
    content: '\00bb';
    padding: 6px;
    font-size: 16px;
}
.parsley-errors-list.filled {
    margin: 0px;
}
.attractions h4 {
    color: #000;
    margin-bottom: 0px;
    font-size: 22px;
}
.attractions ul {
    margin: 13px 0px 20px;
}
.attractions ul li {
    text-transform: capitalize;
}
.vtour h3 {
    margin: 0px;
    line-height: 37px;
}
.vtour {
    padding: 24px 0px;
    background-size: cover;
    width: 100%;
    background-image: url(images/bg-vtour.png);
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}
.vtour .bknowstrip {
    margin: 20px 0px 10px;
}
.vtour p {
    margin: 0px;
}
.attractionblk .modal-body {
    padding: 0px;
}
.attractionblk .modal-dialog {
    width: 100%;
}
.attractionblk .btn-img {
    text-align: center
}
.attractionblk button.btn.btn-primary,
.attractionblk button.btn.btn-primary:hover,
.attractionblk button.btn.btn-primary:focus {
    border: none;
    background: transparent;
    outline: 0px;
    vertical-align: top;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 25px;
    width: 22%;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 0;
}
.attractionblk h3 {
    text-align: center;
    font-size: 28px;
    margin: 0px 0px 30px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.attractionblk .btnmarginnone {
    margin-right: 0px !important;
}
.attractionblk img {
    margin: 0px;
    width: 100%;
    display: inline-block;
}
.attractionblk .btn-img .hvratr {
    position: relative;
}
.attractionblk .btn-img .hvratr .imgcaption {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    display: block;
    position: absolute;
    transition: all ease 0.5s;
    left: -10px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}
.attractionblk .btn-img .hvratr p {
    display: none;
}
.attractionblk .btn-img .hvratr .imgcaption h4 {
    position: absolute;
    left: 50%;
    top: 45%;
    color: #C5A46D;
    transform: translateX(-50%) translateY(-32%);
    font-weight: bold;
    margin: 0px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
}
.attractionblk .btn-img .hvratr .imgcaption span {
    display: block;
    font-weight: 100;
}
.attractionblk .hvratr:hover .imgcaption {
    left: 15px;
    opacity: 1;
}
.attractionblk .btn-img {
    display: inline-block;
}
.attractionblk .rdmorebtn {
    margin-top: 0px;
}
div#carousel-example-generic-executive,
div#carousel-example-generic-Corporate,
div#carousel-example-generic-Corporate {
    z-index: 100;
}
.roomsmodel .subhead1 {
    font-size: 22px;
}
.room-ul {
    padding: 0;
}

.form-btnouter .wpcf7-submit {
    width: auto;
    height: auto;
    background: #000;
    color: #FFF;
    border: 0;
    border-radius: 0;
    outline: none;
    transition: all 0.3s ease;
}
.form-btnouter .wpcf7-submit:hover, 
.form-btnouter .wpcf7-submit:focus {
    outline: none;
    background: #000;
    color: #FFF;
}
span.helptext {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
}
.wpcf7-form-control.wpcf7-textarea {
    height: 80px;
}
span.req {
    color: #D70000;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form-control-wrap {
    border-radius: 0;
    transition: all 0.25s linear;
    color: #000;
}
.wpcf7-form-control {
    width: 100%;
    border-radius: 0;
    transition: all 0.25s linear;
    color: #000;
    box-shadow: none;
    border:1px solid #ddd;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}
.wpcf7-form-control:focus {
    outline: none !important;
    border: 1px solid #666 !important;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.2) !important;
    transition: border 0.4s ease-in-out !important;
}
textarea.wpcf7-form-control {
    height: auto;
    max-height: 100px;
    resize: none;
}
.wpcf7-submit {
    width: auto;
    color: white !important;
    padding: 9px 20px !important;
    background: #000 !important;
    box-shadow: none !important;
    border-radius: 50px !important;
    border-bottom: none !important;
    border: 1px solid #000 !important;
    font-weight:600;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
    transition: all 0.3s ease 0s;
    background: #000 !important;
    color: #FFF !important;
    border: 1px solid #000!important;
    outline-color: #000;
    outline: none;
}
.wpcf7-validation-errors, 
.wpcf7-acceptance-missing {
    border: 2px solid #ff7f7f !important;
    text-align: center;
}
.wpcf7-response-output {
    text-align: center;
}
.wpcf7-not-valid-tip {
    font-size: 13px !important;
    background: #FFC9C9 !important;
    color: #832020 !important;
    padding: 5px 10px !important;
    margin-top: -2px !important; 
    list-style-type: none;
    margin: -16px 0 0;
    text-align: center;
    border-radius: 0;
}
.wpcf7-validation-errors, 
.wpcf7-acceptance-missing {
    display: inline-block !important;
}
div.wpcf7 label.txt_label {
    display: none;
}
.req {
    color: #D70000;
    font-size: 12px;
    line-height: 1;
}
.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.grecaptcha-badge { display: none; }
/* Start: OwlSlider */
.homeSlider {
    max-height: 600px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.homeSlider .owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 600px;
}
.homeSlider .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    width: 100%;
}
.homeSlider .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    background: transparent;
    font-size: 0;
    padding: 0 5px;
    margin: 0;
    vertical-align: top;
}
.homeSlider .owl-theme .owl-controls .owl-buttons div:hover,
.homeSlider .owl-theme .owl-controls .owl-buttons div:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.homeSlider .owl-theme .owl-controls .owl-buttons div:before {
    content: "\f053";
    color: #FFF;
    font-family: fontAwesome;
    display: block;
    font-size: 36px;
}
.homeSlider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}
.homeSlider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}
.homeSlider .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f053";
}
.homeSlider .owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f054";
}
.homeSlider .owl-theme .owl-controls .owl-buttons .owl-controls {
    margin: 0;
}
.homeSlider .owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.homeSlider .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 2px;
    background: transparent;
    border: 2px solid #FFF;
    opacity: 1;
}
.homeSlider .owl-theme .owl-controls .owl-page.active span {
    background: #FFF;
    border: 2px solid #FFF;
}
.homeSlider .owl-carousel .owl-item .item img {
    width: 100%;
    height: 100%;
}
.homeSlider .owl-carousel .owl-item,
.homeSlider .owl-carousel .owl-item .item {
    max-height: 600px;
}

.roomSlider {
    max-height: 500px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 auto 30px;
    border-radius: 6px;
}
.roomSlider .owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 500px;
}
.roomSlider .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    width: 100%;
}
.roomSlider .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    background: transparent;
    font-size: 0;
    padding: 0 5px;
    margin: 0;
    vertical-align: top;
}
.roomSlider .owl-theme .owl-controls .owl-buttons div:hover,
.roomSlider .owl-theme .owl-controls .owl-buttons div:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.roomSlider .owl-theme .owl-controls .owl-buttons div:before {
    content: "\f053";
    color: #FFF;
    font-family: fontAwesome;
    display: block;
    font-size: 36px;
}
.roomSlider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}
.roomSlider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}
.roomSlider .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f053";
}
.roomSlider .owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f054";
}
.roomSlider .owl-theme .owl-controls .owl-buttons .owl-controls {
    margin: 0;
}
.roomSlider .owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.roomSlider .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 2px;
    background: transparent;
    border: 2px solid #FFF;
    opacity: 1;
}
.roomSlider .owl-theme .owl-controls .owl-page.active span {
    background: #FFF;
    border: 2px solid #FFF;
}
.roomSlider .owl-carousel .owl-item .item img {
    width: 100%;
    height: 100%;
}
.roomSlider .owl-carousel .owl-item,
.roomSlider .owl-carousel .owl-item .item {
    max-height: 500px;
}
/* End: OwlSlider */





/*CSS Ended by Kishan*/
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
@media (max-width: 1599px) {
    .site {
        border: 0;
    }
    .head-logo {
        width: 245px;
    }
}
@media (max-width: 1200px) {
    .contentmap {
        padding-top: 131px !important;
    }
    .room-box .rmbkbtn {
        position: relative;
        left: 0;
        right: 0;
        margin: 0px;
    }
    .room-box .rmbkbtn .bkbtn {
        display: inline-block;
        margin: 10px 0px;
        width: 100%;
    }
    .menus .bkbtn {
        margin: 25px 0 0px 0px;
        position: absolute;
        right: 80px;
        top: 0;
    }
    .box-border::after {
        display: none;
    }
    .widget li:first-child span {
        margin-left: 0px !important;
    }
    .contactmap {
        margin-top: -35px;
    }
    .gallerypage .img_wrapper figure {
        width: 29.33%;
        margin: 0px 7px 20px;
    }
    .facpage-block {
        min-height: 190px;
    }
    .hm-offer .offer-content {
        min-height: 410px;
        padding: 30px 10px 35px;
    }
    .room-boxes:before,
    .room-boxes:hover .price {
        display: none;
    }
    .hm-rooms .room-boxes {
        height: auto;
    }
    .hm-rooms .room-bg,
    .hm-rooms .room-price,
    .hm-rooms .room-img {
        width: 100%;
        padding-top: 0px;
        text-align: center;
        padding-bottom: 3px;
        margin: 0px;
        position: relative;
    }
    .room-bg.col-xs-12.col-md-4 {
        margin-top: 20px;
    }
    .hm-rooms .sec-title {
        text-align: center;
        margin-top: 0px;
    }
    .hm-rooms .room-title:after {
        left: 50%;
    }
    
    .headermain {} .phshow {
        background: rgba(255, 255, 255, 1);
    }
    .smlmargin {
        padding: 0px 5px;
    }
    .site {
        border: 0;
    }
    .fac-block li {
        margin: 13px 13px;
    }
    /* Small menu */
    
    .site-header .home-link {
        margin: 15px 12px;
        display: inline-block;
        text-align: left;
        z-index: 1000;
    }
    header#masthead .container {
        width: 100%;
        padding: 0px;
    }
    .headermenu {
        position: inherit;
    }
    .bnr {
        top: 0px;
    }
    nav#site-navigation {
        position: absolute;
        width: 100%;
        left: 20px;
        top: 22px;
    }
    ul#primary-menu {
        box-shadow: 0px -1px 0px 1px rgba(0, 0, 0, 0.22);
        margin-top: 30px;
        background-color: #fff;
    }
    header#masthead div#navbar .nav-menu li a {
        color: #444;
        line-height: 10px!important;
        text-align: left;
        margin: 0px;
        border-bottom: 1px solid #eee;
    }
    .menu-header-container {
        position: absolute;
        width: 100%;
        left: auto;
        right: 0;
    }
    header#masthead .head-logo {
        float: left;
        width: 250px;
        text-align: right;
        flex: none;
    }
    header#masthead div#navbar {
        width: 100%;
        position: absolute;
        left: 0;
    }
    button.menu-toggle,
    button.menu-toggle:hover,
    button.menu-toggle:focus {
        display: inline-block;
        margin-right: 0;
        outline: none;
        padding: 12px 0px;
        border: none !important;
    }
    header#masthead .headermenu {
        display: inline-block;
        transition: all ease 0.5s;
    }
    .phshow .headermenu {
        height: 64px !important;
        transition: all ease 0.5s;
    }
    p.bbres_fieldset.bbres_fieldset10.bb_btn {
        width: 25%;
    }
    .phshow {
        background-color: #fff !important;
    }
    .phshow .home-link {
        margin: 0px 15px !important;
    }
    .phshow a.btn.btn-default.bkbtn {
        margin-top: 10px;
    }
    .phshow nav#site-navigation {
        top: 11px;
    }
    .phshow button.menu-toggle {
        color: #444;
        margin-top:0px !important;
    }
    .phshow div#navbar .nav-menu li a {
        padding: 15px 12px;
        text-align: left;
        border-bottom: 1px solid #eee;
    }
    .phshow ul#primary-menu {
        margin-top: 23px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.49);
    }
    .menu-toggle {
        cursor: pointer;
        display: inline-block;
        font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
        margin: 0;
    }
    .menu-toggle i,
    .menu-toggle strong {
        font-size: 24px;
        color: #000;
    }
    .menu-toggle,
    .menu-toggle:hover,
    .menu-toggle:focus,
    .menu-toggle:active {
        background: none;
        border: none;
        color: #000;
        padding: 12px 0 12px 20px;
    }
    .menu-toggle:focus {
        outline: thin dotted;
    }
    .menu-toggle:after {
        display: none;
    }
    .toggled-on .menu-toggle:after {
        content: "\f500";
        vertical-align: 2px;
    }
    .toggled-on .nav-menu,
    .toggled-on .nav-menu > ul {
        display: block;
        margin-left: 0;
        padding: 0;
        display: block;
        z-index: 999;
        background: #fff;
        position: absolute;
        top: -16px;
        right: 0px;
        border: 1px solid #ddd;
        padding: 0;
        width: 180px;
    }
    .toggled-on li,
    .toggled-on .children {
        display: block;
    }
    .toggled-on .nav-menu li > ul {
        background-color: transparent;
        display: block;
        float: none;
        margin-left: 20px;
        position: relative;
        left: auto;
        top: auto;
    }
    .toggled-on .nav-menu li > ul a {
        color: #141412;
        width: auto;
    }
    ul.nav-menu,
    div.nav-menu > ul {
        display: none;
    }
    #content .featured-gallery {
        padding-left: 24px;
    }
    .gallery-columns-1 .gallery-item {
        margin-right: 0;
        width: 100%;
    }
    .entry-title,
    .format-chat .entry-title,
    .format-image .entry-title,
    .format-gallery .entry-title,
    .format-video .entry-title {
        font-size: 30px;
        font-weight: bold;
    }
    .format-quote blockquote,
    .format-status .entry-content {
        font-size: 18px;
    }
    .format-quote blockquote small,
    .format-quote blockquote cite {
        font-size: 13px;
    }
    .error404 .page-title {
        padding: 40px 0 0;
    }
    .error404 .page-title:before {
        content: normal;
    }
    .comment-author {
        margin-right: 30px;
    }
    .comment-author .avatar {
        height: auto;
        max-width: 100%;
    }
    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 70%;
        width: -webkit-calc(100% - 104px);
        width: calc(100% - 104px);
    }
    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"] {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
    .comment-form textarea {
        height: 80px;
        /* Smaller field for mobile. */
    }
}
/* End: 1200 */

@media (max-width: 1160px) {
    .menus .bkbtn {
        margin: 25px 80px 0px 0px;
        right: 0;
    }
    button.menu-toggle, 
    button.menu-toggle:hover, 
    button.menu-toggle:focus {
        margin-right: 30px;
    }
    .menu-header-container {right: 30px;}
}
/* End: 1160 */


@media (max-width: 1069px) {
    .sidebar img.alignleft,
    .sidebar .wp-caption.alignleft {
        margin-left: 0;
    }
    .sidebar img.alignright,
    .sidebar .wp-caption.alignright {
        margin-right: 0;
    }
    .error404 .page-header {
        margin-left: auto;
        max-width: 604px;
        width: 100%;
    }
    .archive-header,
    .search .page-header,
    .archive .page-header,
    .blog .page-header,
    .error404 .page-content,
    .search .page-content,
    .archive .page-content,
    .attachment .entry-header,
    .attachment .entry-content,
    .post-navigation .nav-links,
    .sidebar .site-info,
    .site-footer .widget-area {
        padding-left: 20px;
        padding-right: 20px;
    }
    .error404 .page-title {
        font-size: 24px;
        padding: 180px;
    }
    .error404 .page-title:before {
        font-size: 554px;
    }
    .attachment .image-navigation {
        max-width: 724px;
    }
    .image-navigation .nav-previous,
    .image-navigation .nav-next {
        position: static;
    }
    .site-main .widget-area {
        margin-right: 60px;
    }
}
@media (max-width: 991px) {
    aside#text-5 {
    top: 0px!important;
    }
    .calltoaction p {
        margin: 25px 0px 0;
    }
    .facpage-block h4 {
        font-size: 16px;
    }
    div#go-up-box {
        display: none;
    }
    div#go-up-box:after {
       content: '';
    cursor: pointer;
    border-width: 23px;
    border-style: solid;
    border-color: #000 #000 #000 #000;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    }
    .room-box .sec-title {
        font-size: 20px;
    }
    .room-box .sec-title::after {
        left: 21%;
        margin-left: -125px;
    }
    .desc h4 {
        font-size: 16px;
    }
    .site-footer {
        padding-bottom: 30px;
    }
    div#go-up-box {
        width: 40px;
        cursor: pointer;
        height: 40px;
        margin-left: -20px;
        background: transparent;
        ;
        position: fixed;
        right: 0;
        top: initial;
        left: inherit;
        bottom: 0;
        text-align: center;
        line-height: 0px;
        font-size: 16px;
        cursor: pointer;
        transition: all ease .5s;
        color: #fff;
        z-index: 1000;
        padding: 10px;
        border-radius: 50px;
    }
    div#go-up-box i {
        position: relative;
        top: -4px;
        font-size: 19px;
        right: 2px;
    }
    .hm-gallery .img_wrapper figure figcaption h4 {
        font-size: 18px;
    }
    .contactinfo {
        transform: none;
    }
    .contactfrm {
        margin-top: 40px;
        margin-bottom: 5px;
    }
    .bookingengine {
        position: relative;
        width: 100%;
        top: 0px;
        display: inline-block;
    }
    div#bkngbg {
        position: relative;
        left: 0px;
        width: 100%;
        padding: 25px 0px;
    }
    .bgcontainersml {
        padding: 0px 0px 10px 0px;
    }
    .bookingengine p.inputfrm .selectfrm,
    .bookingengine p.inputfrm .selectfrm:focus {
        margin: 0px;
    }
    .bookingengine .selectbox {
        width: 50%;
        margin-right: 0px;
    }
    .room-box .rm-price {
        width: 67%;
    }
    .social-header,
    .contacttop {
        margin-top: 4px;
    }
    .gallerypage .img_wrapper figure figcaption h4 {
        font-size: 18px;
    }
    .gallerypage .img_wrapper figure {
        width: 100%;
        max-width: 43.33%;
    }
    .site-footer .widget {
        width: 100%;
        padding-bottom: 0px;
    }
    .calltoaction {
        text-align: center;
    }
    .calltoaction h2 {
        float: none;
        margin: 5px 0px;
        text-align: center;
    }
    .calltoaction .bknowstrip {
        float: none;
    }
    .welcomesection {
        text-align: center;
    }
    .welcomesection img, .virtual iframe
    aside#text-3:after,
    aside#text-2:after {
        display: none;
    }
    body {
        overflow-x: hidden;
    }
    .rmbkbtn a.btn.btn-default.bkbtn {
        margin-top: 0px;
        position: inherit;
        right: inherit;
    }
    .sidebar .entry-header,
    .sidebar .entry-content,
    .sidebar .entry-summary,
    .sidebar .entry-meta,
    .sidebar .comment-list,
    .sidebar .comment-reply-title,
    .sidebar .comment-navigation,
    .sidebar .comment-respond .comment-form,
    .sidebar .featured-gallery,
    .sidebar .post-navigation .nav-links,
    .author.sidebar .author-info {
        max-width: 604px;
        padding-left: 0;
        padding-right: 0;
    }
    .sidebar .site-info,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .attachment .entry-header,
    .sidebar .comments-title {
        max-width: 604px;
    }
    .sidebar .archive-meta,
    .attachment .entry-header,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .site-info,
    .sidebar .comments-title,
    .sidebar .no-comments {
        padding-left: 0;
        padding-right: 0;
    }
    .attachment .entry-meta {
        float: left;
        text-align: left;
        width: 100%;
    }
    .attachment .entry-content {
        max-width: 100%;
        padding: 40px 0;
    }
    .format-status .entry-content {
        padding-top: 40px;
    }
    .format-status .entry-meta {
        padding-bottom: 40px;
    }
    .sidebar .format-status .entry-content,
    .sidebar .format-status .entry-meta {
        padding-left: 35px;
    }
    .sidebar .format-status .entry-content:before,
    .sidebar .format-status .entry-meta:before {
        left: 10px;
    }
    .sidebar .format-status .entry-content p:first-child:before {
        left: 4px;
    }
    .sidebar .paging-navigation .nav-links {
        padding: 0 60px;
    }
    .site-main .sidebar-container {
        height: auto;
        margin: 0 auto;
        max-width: 604px;
        position: relative;
        top: 20px;
    }
    .site-main .widget-area {
        float: none;
        margin: 0;
        width: 100%;
    }
    .sidebar .site-footer .widget-area {
        max-width: 100%;
        left: 0;
    }
    .homeSlider .owl-carousel .owl-item .item img { min-height: 450px; height: 100%; width: 100%; }
}
/* End: 991 */
@media (max-width: 900px) {
    input#bb_resBtn {
        font-size: 14px !important;
        width: 25%;
    }
    p.bbres_fieldset.bbres_fieldset3 {
        position: relative;
        width: 25%;
        margin-left: 20px;
    }
    p.bbres_fieldset.bbres_fieldset4 {
        position: relative;
        width: 25%;
        margin-left: 20px;
    }
}
/* Collapse oversized image and pulled images after iPad breakpoint. */

@media (max-width: 767px) {
    .welcomesection img, 
    .rdmorebtn,
    .rdmorebtn:focus,
    .rdmorebtn:hover,
    .menus .bkbtn:hover,
    .menus .bkbtn {
        padding: 10px 25px;
    }
    .phshow .home-link img {
        width: 175px;
        margin-top:0px !important;
    }
    .site-header .home-link {
        margin: 30px 10px 0;
    }
    .phshow button.menu-toggle {
        color: #444;
        margin-top:10px !important;
    }
.attractions.container .block {
    width: 100%;
}
    /*.head-logo img {*/
    /*    max-width: 175px;*/
    /*}*/
        a.btn.btn-default.bkbtn {
        display: none;
    }
    .site-header .home-link {
    margin: 5px 10px 0 !important;
}
    button.menu-toggle, 
    button.menu-toggle:hover, 
    button.menu-toggle:focus{
    	padding: 0;
        margin-top: 0px !important;
    }
    .btn_other {
        width: auto;
    }
    div#bkngbg .head-seprator {
        display: none;
    }
    .facilities {
        margin: 0px 20px 30px;
        padding: 15px 30px;
    }
    .rminfo .sec-title {
    font-size: 20px;
	}

    .bgcontainersml {
        padding: 0px 0px 30px 0px;
    }
    .bookingengine h2 {
        float: none;
        text-align: center;
        width: 100%;
    }
    .bookingengine form {
        float: none;
        text-align: center;
        width: 100%;
    }
    p.bbres_fieldset.bbres_fieldset10.bb_btn {
        float: left;
        width: 30%;
        margin-top: 0px;
        margin-left: 0px;
    }
    p.bbres_fieldset.bbres_fieldset4 {
        position: relative;
        width: 25%;
        margin-left: 0px;
    }
    p.bbres_fieldset.bbres_fieldset3 {
        position: relative;
        width: 25%;
        margin-left: 0px;
    }
    .facpage-block:nth-child(9) {
        border-bottom: 3px solid transparent;
    }
    .bnr {
        padding-top: 125px;
    }
    .attrations {
        text-align: center;
    }
    .head-seprator {
        margin: 0px 5px 0 15px;
    }
    .contacttop {
        margin-top: 0px;
    }
    .top-header .contacttop a,
    .top-header .contacttop a:hover,
    .top-header .contacttop a:focus {
        margin: 0px 5px !important;
    }
    .attractionblk .btn-img .hvratr .imgcaption h4 {
        font-size: 20px;
    }
    .hm-gallery .img_wrapper figure {
        max-width: 50%;
        width: 100%;
    }
    .img_wrapper {
        display: inline-block;
        width: 100%;
    }
    .room-box .sec-title::after {
        left: 21%;
        margin-left: -125px;
    }
    .imgbg img {
        width: 100%;
    }
    .gallerypage .img_wrapper figure {
        width: 100%;
        max-width: 100%;
    }
    .offer-block {
        margin-bottom: 35px;
    }
    .hm-offer .offer-content {
        min-height: auto;
    }
    p.bbres_fieldset.bbres_fieldset3,
    p.bbres_fieldset.bbres_fieldset4 {
        margin-bottom: 5px !important;
    }
    p.bbres_fieldset input,
    p.bbres_fieldset.bbres_fieldset5,
    p.bbres_fieldset.bbres_fieldset6,
    p.bbres_fieldset.bbres_fieldset9 {
        float: none !important;
        width: 100% !important;
        padding-right: 0px !important;
        display: inline-block;
        margin-bottom: 5px !important;
    }
    .gallerypage .img_wrapper figure figcaption h4 {
        font-size: 22px;
    }
    input#bb_resBtn {
        width: 100% !important;
    }
    .bookingengine h2 {
        margin: 0px;
    }
    .site-header .home-link {
        min-height: 0;
    }
    .site-title {
        font-size: 36px;
        padding: 8px 0 10px;
    }
    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }
    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }
    .attachment .image-navigation,
    .attachment .entry-attachment .attachment {
        max-width: 604px;
        padding: 0;
        width: 100%;
    }
    .gallery-caption {
        display: none;
    }
    .homeSlider .owl-theme .owl-controls .owl-buttons div:before,
    .roomSlider .owl-theme .owl-controls .owl-buttons div:before { font-size: 24px; }
    .homeSlider .owl-theme .owl-controls .owl-buttons,
    .roomSlider .owl-theme .owl-controls .owl-buttons { top: 40%; transform: translateY(-40%); }
    .homeSlider .owl-carousel .owl-item .item img { min-height: 360px; height: 100%; width: 100%; }
    .roomSlider .owl-carousel .owl-item .item img { min-height: 360px; height: 100%; width: 100%; }
}
/* End: 767 */
@media (max-width: 690px) {
    .room-box {
        margin-bottom: 55px !important;
    }
    .attr-block {
        text-align: center;
    }
    .room-box:last-child {
        margin-bottom: 35px !important;
    }
    .rmbkbtn a.btn.btn-default.bkbtn {
        display: block;
    }
    .attractionblk .btn-img {
        display: block;
        padding: 0px 25px;
    }
    .attractionblk button.btn.btn-primary,
    .attractionblk button.btn.btn-primary:hover,
    .attractionblk button.btn.btn-primary:focus {
        width: 100%;
        margin: 0px !important;
        margin-bottom: 25px !important;
        display: block;
    }
    .gallerypage .img_wrapper figure {
        margin: 0px 0px 30px;
        width: 100%;
    }
    .welcomesection {
        margin: 0px 0px 25px;
    }
    .fac-block li {
        width: 33.33%;
        margin: 0px;
        min-height: 170px;
        vertical-align: top;
    }

    .phshow div#navbar .nav-menu li a {
        line-height: 39px !important;
    }
    .phshow ul#primary-menu {
        margin-top: 25px !important;
    }
    .social-header {
        margin: 5px 0px;
    }
    .site-title {
        font-size: 30px;
    }
    #content .entry-header,
    #content .entry-summary,
    #content footer.entry-meta,
    #content .featured-gallery,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .post-navigation .nav-links,
    .paging-navigation .nav-links,
    #content .author-info,
    .comments-area .comments-title,
    .comments-area .comment-list,
    .comments-area .comment-navigation,
    .comment-respond,
    .sidebar .site-info,
    .sidebar .paging-navigation .nav-links {
        padding-left: 20px;
        padding-right: 20px;
    }
    #content .format-status .entry-content,
    #content .format-status .entry-met {
        padding-left: 35px;
    }
    /* Audio */
    
    .format-audio .entry-content:before {
        display: none;
    }
    .format-audio .audio-content {
        background-image: none;
        float: none;
        padding-left: 0;
        width: auto;
    }
    .room-box .sec-title::after {
        left: 120px;
        float: left;
    }
}
/* Mobile devices */

@media (max-width: 550px) {
    .testibg .container {
        padding-left: 0;
        padding-right: 0;
    }
    .hm-testimonial .carousel-caption p {
        width: 100%!important;
    }
    .room-box .sec-title::after {
        float: left;
        left: 120px;
    }
    .box1 {
        width: 90%;
    }
    .ibox {
        width: 100%;
    }
}
@media (max-width: 500px) {

.site-header .home-link {
    margin: 15px 10px 0 !important;
}

.calltoaction .rdmorebtn, .calltoaction .rdmorebtn:focus{
        margin-top: 15px;
    margin-bottom: 15px;
}
.ez_img:nth-child(8) {
    display: none!important;
}
.ez_img:nth-child(7) {
    display: none!important;
}
.ez_img:nth-child(6) {
    display: none!important;
}

.ez_img:nth-child(5) {
    display: none!important;
}
    span.fac-text{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .fac-strip .fac-block li img {
    width: 80px;
}
    .fac-strip .fac-block{
            padding: 0 20px!important;
                margin: 35px 0px 0px;
    }
	.bgimg {
        height: 120px!important;
        margin-top: 90px!important;
    }
    .top-header {
        display: none;
    }
    .site-footer .widget-area {
        padding-left: 0px;
        padding-right: 0px;
    }
    .toggled-on .nav-menu {
        top: 0;
        right: 0px;
        margin-top: 25px!important;
    }
    ul.rm-fac li{
		width: 100%;		
	}
    form.contactform .col-md-6.col-sm-6.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    h3.widget-title {
        margin: 0px 0px 10px;
    }
    .features h2 {
        font-size: 22px;
    }
    .contactadd strong.fa.fa-mobile-phone {
        font-size: 45px;
    }
    .rm-para {
        padding: 0px 20px!important;
    }
    iframe.map {
        height: 350px;
    }
    .fac-bg h3 {
        font-size: 15px!important;
    }
    .contactinfo .contactadd strong {
        font-size: 30px;
    }
    .map-c {
        height: 410px!important;
    }
    .bnr {
        padding-top: 90px;
    }
    .contactfrm h4 {
        font-size: 24px;
    }
    .con-data:nth-child(3) {
        min-height: 90px;
        height: 90px;
    }
    .entry-title {
        font-size: 24px;
    }
    .cfull-head h3 {
        font-size: 20px;
    }

    button.menu-toggle,
    button.menu-toggle:hover,
    button.menu-toggle:focus {
        display: inline-block;
        margin: 0px;
        padding: 10px 0 0;
    }
    .widget-title {
        font-size: 22px!important;
    }
    ul#primary-menu {
        /* margin-top: 28px;*/
    }
    header#masthead div#navbar .nav-menu li a {
        line-height: 6px;
    }
    .phshow .headermenu {
        height: auto !important;
    }
    .nemus-control-paging li a {
        width: 10px !important;
        height: 10px !important;
    }
    .bookingengine h2 {
        font-size: 24px;
    }
    /*div#navbar , .head-logo{
    position: relative !important;
    width: 100% !important;
    display: inline-block !important;
    float: none !important;
    flex: none !important;
    text-align: center !important;
    }*/
    
    .room-box .rm-price span {
        font-size: 18px;
    }
    .sec-title {
        font-size: 24px;
    }
    .facpage-block {
        min-height: auto;
        width: 100%;
    }
    .fac-block li {
        width: 100%;
        margin: 0px;
        margin-bottom: 5px;
        min-height: auto;
        vertical-align: top;
    }
    .welcomesection {
        margin: 10px 0px 25px;
    }
    .social-header,
    .contacttop {
        margin-top: 0px;
    }
    .head-seprator {
        display: none;
    }
    .hm-rooms .sec-title {
        font-size: 24px;
    }
    .head-seprator {
        display: none;
    }
    .phshow .head-logo {
        display: none !important;
    }
    .phshow ul#primary-menu {
        margin-top: 18px !important;
        border-top: 1px solid #eee;
    }
    .phshow button.menu-toggle,
    .phshow button.menu-toggle:hover,
    .phshow button.menu-toggle:focus {
        display: none;
    }
    .phshow {
        display: none;
    }
    .menu-header-container {right: 0;}
}

@media (max-width: 480px) {
    .homeSlider .owl-carousel .owl-item .item img,
    .roomSlider .owl-carousel .owl-item .item img { min-height: 210px;}

}
/* End: 480 */

@media (max-width: 420px) {
    .top-header .contacttop a,
    .top-header .contacttop a:focus {
        display: block;
    }
}
@media (max-width: 359px) {
    .room-ul {
        padding: 0;
    }
    ul.ftrsocicon li {
        margin-right: 10px;
    }
    .vtour h3 {
        line-height: 1.3;
        font-size: 18px;
    }
    .bookingengine h2 {
        margin-bottom: 25px;
        font-size: 25px;
    }
    .site-title,
    .sec-title {
        font-size: 19px;
        font-weight: normal;
    }
    .site-description {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute;
    }
    .gallery {
        margin-left: 0;
    }
    .gallery .gallery-item,
    .gallery-columns-2.gallery-size-thumbnail .gallery-item {
        max-width: none;
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px);
    }
    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }
    .gallery-columns-1 .gallery-item,
    .gallery-columns-1.gallery-size-medium .gallery-item,
    .gallery-columns-1.gallery-size-thumbnail .gallery-item {
        text-align: center;
        width: 98%;
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
    }
    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 4px;
    }
    .gallery br {
        display: none;
    }
    .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0;
    }
    /* Comments */
    
    .comment-author {
        margin: 0 0 5px;
        max-width: 100%;
    }
    .comment-author .avatar {
        display: inline;
        margin: 0 5px 0 0;
        max-width: 20px;
    }
    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 100%;
    }
}
/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */
/* Retina-specific styles. */

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    .site-header .search-field {
        background-image: url(images/search-icon-2x.png);
    }
    .format-audio .audio-content,
    .format-status .entry-content:before,
    .format-status .entry-meta:before,
    .comment-list > li:after,
    .comment-list .children > li:before {
        background-image: url(images/dotted-line-2x.png);
    }
}
@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }
    footer a[rel="bookmark"]:link:after,
    footer a[rel="bookmark"]:visited:after {
        content: " [" attr(href) "] ";
        /* Show URLs */
    }
    .site {
        max-width: 98%;
    }
    .site-header {
        background-image: none !important;
    }
    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }
    .site-title {
        color: #000;
        font-size: 21pt;
    }
    .site-description {
        font-size: 10pt;
    }
    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none;
    }
    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%;
    }
    .page-title,
    .entry-title {
        font-size: 21pt;
    }
    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt;
    }
    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }
    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }
    .format-image .entry-content .size-full {
        margin: 0;
    }
    /* Remove colors from post formats */
    
    .hentry {
        background-color: #fff;
    }
    /* Comments */
    
    .comments-area > li.comment {
        background: none;
        position: relative;
        width: auto;
    }
    .comment-metadata {
        float: none;
    }
    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
}
.nemus-direction-nav a {
    color: white!important;
}
/******Responsive(Milan)*****/

@media (max-width: 500px) and (min-width: 250px){
    .bgimg {
        height: 120px;
        margin-top: 90px;
    }
}
@media (max-width: 1600px) and (min-width: 1400px) {
    .gallery-block .ez_img img {
        width: 270px!important;
    }
}
@media(max-width:400px) {
    .hm-rooms .room-bg {
        padding: 10px;
    }
    header#masthead .head-logo {
        width: auto;
    }
    .site-footer .widget-area {
        padding-left: 0px;
        padding-right: 0px;
    }
    .widget {
        padding: 10px;
    }
    .widget-title {
        font-size: 18px!important;
    }
    .hm-rooms .sec-title {
        text-align: center;
        margin-top: -8px;
    }
}
@media only screen and (max-width: 1130px) and (min-width: 1070px) {
    .facilities .fac-block {
        min-height: 520px;
    }
}
@media(max-width:1070px) {
    .facilities .fac-block {
        width: 45%;
    }
}
@media(max-width:767px) {
    .entry-title {
        bottom: 48px;
    }

    .roomblock {
        width: 100%!important;
        margin: 0 0 30px;
    }
    .rm-para {
        padding: 0px 30px;
    }
    .rm-para h2 {
        font-size: 20px;
    }
    .nemus-direction-nav a:before {
        font-size: 24px!important;
    }
    .contacttop {
        display: block;
        text-align: center;
    }
    .head-logo img {
    max-width: 100px;
		}
}
@media(max-width:1200px) {
    .fac-strip .fac-block li {
        margin: 10px;
    }
    .top-header .container {
        width: 100%;
    }
    .phshow .home-link img {
        width: 120px;
        margin-top:5px;
    }
    .fac-bg h3 {
        font-size: 16px;
    }
    .head-logo {
        background: none;
    }
    .site-header .home-link {
        margin: 0px 15px;
        margin-top:5px;
    }
}
@media(max-width:991px) {
    .virtual {
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .contacttop {
        display: none;
    }
    .roomblock {
        width: 70%;
    }
    .fac-bg {
        padding: 0 0px 40px 0px;
    }
    .fac-bg:after,
    .fac-bg:before {
        display: none;
    }
    .room-box .img-container img {
        width: 100%;
    }
    .attr-block {
        padding: 20px 20px 0px;
    }
    .fac-bg:after {
        left: 390px;
    }
    .facilities .fac-block {
        width: 45%;
    }
    .attractions .rdmorebtn {
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    .attr-block {
        text-align: center;
    }
    .fac-strip .fac-block li {
        margin: 0;
    }
}
@media(max-width:1060px) {
    .facilities .fac-block.mh, .fac-block.laundry {
        min-height: 390px;
    }
}
@media (max-width: 795px) {
    .facilities .fac-block,
    .facilities .fac-block.mh,
    .fac-block.laundry {
        margin: 0 0px 35px;
        width: 100%;
        min-height: auto;
    }
}
@media (max-width: 1198px) and (min-width: 992px) {
    .room-box .rm-details .desc.one .rmbkbtn {
        bottom: -46px;
    }
    .room-box .rm-details .desc.two .rmbkbtn {
        bottom: -79px;
    }
    .room-box .rm-details .desc.two {
        min-height: 374px;
    }
}
@media(max-width:1400px) and (min-width:1199px) {
    .room-box .rm-details .desc.one .rmbkbtn {
        bottom: -21px;
    }
}
@media(max-width:1060px) {
    .fac-bg::after {
        bottom: -500px;
        left: -293px;
        height: 222%;
        border-radius: 50%;
    }
}
/*****Testimonial******/

.carousel-inner {
    box-shadow: 0px 4px 0px 1px rgba(0, 0, 0, 0.16);
    border: 1px solid white;
    border-radius: 50px;
}
.testibg {
    text-align: center;
    margin-bottom: 0;
    padding: 45px 0;
}
.hm-testimonial {
    background-size: cover;
    background-position: center center;
    padding: 0 15px;
}
.carousel-indicators li {
    border: 2px solid #bcbcbc;
}
.hm-testimonial .carousel-caption i.fa.fa-quote-left {
    margin-right: 10px;
    font-size: 13px;
    color: #bcbcbc;
    position: relative;
    top: -8px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    padding: 8px;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
}
.hm-testimonial .carousel-caption i.fa.fa-quote-right {
    margin-left: 10px;
    font-size: 13px;
    color: #bcbcbc;
    position: relative;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    padding: 8px;
}
.viewmore {
    text-align: center;
    font-size: 12px;
}
.hm-testimonial a.bknowstrip.slinbox:before {
    content: '\f262';
    padding: 6px;
    font-size: 16px;
    font: normal normal normal 14px/1 FontAwesome;
}
.hm-testimonial a.bknowstrip.slinbox:after, .welcomesection a.bknowstrip.slinbox:after {
    content: '\00bb';
    padding: 6px;
    font-size: 16px;
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    transition: all 0.5s linear;
}
.hm-testimonial .carousel-caption {
    padding: 0;
    top: 0;
    left: 0;
    text-align: center;
    position: relative;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: 0 auto;
    display: block;
}
.carousel-caption {
    color: #373737;
    text-shadow: none;
}

}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #3b3b3b;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.hm-testimonial .carousel-caption p {
    color: #3b3b3b;
    margin: 0 auto;
    width: 80%;
    display: block;
}
.hm-testimonial .user-title h3 {
    margin: 0;
    color: #373737;
    line-height: : 45px;
}
.carousel li{
    margin-right: 0!important;
}
.carousel-indicators .active {
    background-color: #bcbcbc;
    border:2px solid #bcbcbc;
}
.hm-testimonial .user-title {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin-bottom: 75px;
    width: 100%;
    text-align: center;
}

@media(max-width: 1200px) and (min-width: 991px){
.facilities{
    min-height: 147px;
}
}

@media(max-width: 900px){
.bookingengine form {
    float: none;
    text-align: center;
    width: 100%;
}
.bookingengine h2 {
    float: none;
    text-align: center;
    width: 100%;
}
.bookingengine h2 {
    margin: 0px;
}
div#bkngbg .head-seprator {
    display: none;
}
}

@media(max-width: 595px){
div#widgetContainerBox{
	width: 152px;
  margin: auto;
}

.awardWidgetContainer{
	margin:0px !important;
	margin-bottom:5px !important;
}

.reviewWidgetContainer{
	margin:0px !important;
	margin-bottom:5px !important;
}
}