/*
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.
*/


/**
 * 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
 * ----------------------------------------------------------------------------
 */
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro';
@import 'https://fonts.googleapis.com/css?family=Lusitana';

* {
	-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%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #fff;
}


a:active,
a:hover {
	color: #000;
	outline: 0;
	text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	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 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	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;
}


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;
}
.attr-block {
    border: 1px solid #e6e6e6;
    display: block;
    margin-bottom: 40px;
    padding: 20px;
}
img.alignnone {
    margin: 5px 0;
}
.cfull-head h3 {
    color: #2b5c46;
}
.attr-block:hover {
    box-shadow: 1px 2px 7px -1px rgba(0, 0, 0, .75);
}
.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;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* 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 11px;
}

.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;
}

/*
 * 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;
}


.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;
}
.imgbox p{margin: 0px;}
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;
	margin: 0 auto;
	width: 100%;
}

.site-main {
	position: relative;
	
	min-height: 400px;
}

.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.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 16px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
    
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #fff;
}

.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;
}

.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;
	font-style: italic;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #F4F4F4;
	margin: 0 auto;
	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;
}

/*footer widget*/
.sidebar-container .widget
{
	float: left;
	width: 180px;
	padding: 7px 15px;
	display: inline-block;
}
.sidebar-container .widget-title
{
	font-size: 18px;
	border-bottom: 1px dotted #fff;
	padding: 10px 0px ;
}
.site-footer
{
	background: #ccc;
}
.sidebar-container .widget_search
{
	width: 180px;
}
.sidebar-container .widget_recent_entries
{
	width: 180px;
}
.sidebar-container .widget_recent_comments
{
	width: 210px;
}
.abimg{box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.3);}

/* added by himesha */

.tpheader {
    display: inline-block;
    width: 100%;
    background: #2b5c46;
}
.tpheader {
    top: 0;
    width: 100%;
}
.site-header, .tpheader {
    position: absolute;
    left: 0;
}
.top-header {
    display: inline-block;
    width: 100%;
    background: 0 0;
    position: relative;
    z-index: 100;
    margin: 8px 0 3px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px!important;
}
.top-header ul {
    margin: 0 20px 0 25px;
    padding: 0;
    float: right;
}
.top-header ul li {
    list-style: none;
   margin: 0px 10px;
    display: inline-block;
    color: #fff;
}
.top-header .top-header ul li > a > span
{
    margin-left: 5px;
    margin-right: 5px;
}
.top-header ul li i {
    margin-right: 5px;
    font-size: 15px;
}
.red-bg h4{color:#ffff;font-size: 18px;}
.rooms-img-caption-left {
    width: 256px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    padding: 10px 25px;
    top: 40px;
    right: 15px;
}
.red-bg:hover{background-color: #2b5c46;
    transition: all ease 0.5s;}
@media (min-width: 1200px)
.col-lg-6 {
    width: 50%;
}
}

.rooms-img-caption-right{top:35px;}
.rooms-img-caption-left{top:35px;}
.rooms-img-caption-left h4{margin-top: 10px;}
.rooms-img-caption-right h4{margin-top: 10px;}
.rooms-img-caption-right {
    width: 250px;
    height: 300px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    padding: 10px 25px;
    top: 40px;
    right: 15px;
}
.site-header {
    width: 100%;
    z-index: 1000;
    top: 37px;
    transition: all ease .2s;
    transform: translate3d(0, 0, 0);
}

.navbar {
    background: #fff;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    border: none;
    border-radius: 0;
    height: 105px;
}
.site-header .home-link {
    color: #141412;
    float: left;
    margin: 12px auto 0 45px;
    width: 300px;
    text-decoration: none;
}
.navmenus {
    width: 67%;
    float: right;
    position: relative;
    margin-right: 45px;
}
.main-navigation {
    clear: both;
    margin: 0 auto;
    min-height: 45px;
    position: relative;
}
.contactadd {
    text-align: center;
    background: #EFEFEF;
    min-height: 100px;
    /* border-radius: 10px; */
}
.middle {
    vertical-align: middle;
    padding: 15px;
}
.contactbox .theame-btn {
    color: #2b5c46;
}
.theme-btn{color:#000;}
.contactadd i {
    font-size: 48px;
    margin-bottom: 10px;
}
.contactadd p {
    margin: 0;
}
.contactadd i {
    font-size: 48px;
    margin-bottom: 10px;
}
.bkbtn{transition: all ease .5s;
    background: #2b5c46;
    border:1px solid transparent;
    color: #fff;
    border-radius: 0;
    float: right;
    padding: 8px 24px;
    margin-top: 35px;
    text-decoration: none;
    margin-left: 10px;
    font-family: 'Source Sans Pro', sans-serif;}
.bkbtn:focus, .bkbtn:hover {
    transition: all ease .5s;
    background: transparent;
    border:1px solid #2b5c46;
    color: #2b5c46;
    border-radius: 0;
    float: right;
    padding: 8px 24px;
    text-decoration: none;
    margin-left: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}
.navmenus ul {
    float: right;
    padding-right: 0px;
    margin-top: 25px;
}
ul.nav-menu, div.nav-menu > ul {
    margin: 0;
    padding: 0 40px 0 0;
}
.nav-menu li {
    display: inline-block;
    position: relative;
}
.nav-menu .current-menu-item a {
    border-bottom: 5px solid #fc0000;
}
.nav-menu li a {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 1;
    border-bottom: 5px solid transparent;
    padding: 15px 9px 30px;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
}
.nav-menu .current-menu-item a
{
    color: #2b5c46;
    font-style: normal;
}
.menuother, .menutitle {
    display: none;
}
.nemus-direction-nav .nemus-next
{
    right: 60px!important;
}
.nemus-direction-nav .nemus-prev
{
    left: 60px!important;
}
.nemus-direction-nav a
{
    border-radius: 50%;
    background-color: #141412;
    width: 60px!important;
    height: 60px!important;
    color:#fff!important;
    opacity: 0.8;
}
.nemus-direction-nav a:before
{
    font-size: 32px!important;
    width:58px!important;
    height: 60px!important;
    line-height: 60px!important;
}
.top-header ul li a, .top-header ul li a:focus, .top-header ul li a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.logo-img
{
	box-shadow: 0px 1px 5px 2px rgba(0,0,0,0.1);
 position: absolute;
    top:0px;
    width: 164px;
z-index: 99999;
}
.navmenus ul {
    float: right;
    padding-right: 0px;
    margin-top: 35px;
}
.nav-menu .current-menu-item a {
    border-bottom: 5px solid #2b5c46;
   
}
.nav-menu li a
{
    padding: 10px 16px 40px;
}
/*.nav-menu .current-menu-item a:before
{
   content: '';
height: 5px;
position: absolute;
width: 75px;
background-color:#2b5c46;
top: -30px;
right: -1px;
}*/
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus
{
    background-color: transparent;
color: #000;
}
.nemus-slider .caption.cc{display: none;}
.nemus-control-nav
{
    bottom: 10px!important;
}
.nemus-control-paging li a
{
    background: #eee!important;
    border: 2px solid #f5f5f5!important;
}
.nemus-control-paging li a.nemus-active
{
  border: 2px solid #f5f5f5!important;
    background: none!important;
}
/* footer */
.site-footer {
    background: #1b1a19;
    font-size: 16px;
    text-align: center;
}
.site-footer .sidebar-container {
    background-color: #292723;
    display: inline-block;
    width: 100%;
    padding: 0px 0;
}
.site-footer .widget-area {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.site-footer .widget {
    position: relative !important;
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    display: inline-block;
    float: none;
    padding: 0px !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
.site-footer .widget {
    background: 0 0;
    color: #fff;
}
.widget {
    font-size: 14px;
    -moz-hyphens: auto;
    hyphens: auto;
}
.menu-footer-container {
    margin-bottom: 18px;
}
.widget ol, .widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.site-footer ul#menu-footer-menu li {
    margin: 0 10px;
    display: inline-block;
}
.widget li {
    padding: 5px 0;
}
.site-footer .widget a {
    color: #fff;
    text-decoration: none;
   font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
}
.ftrcopyright
{
 color: #fff;   
}
.copyrightoth 
{
    font-family: 'Source Sans Pro', sans-serif;
    color: rgba(255, 255, 255, 0.69);
    font-size: 15px;
}
.contact-strip {
   
    margin: 0px 0 40px;
}
.contact-strip, .contact-strip .ftr-block ul li, .ftrmenu .widget a {
    display: inline-block;
}
.contact-strip .ftr-block {
    color: #fff;
    float: left;
    width: 33.33%;
    padding: 11px;
    min-height: 76px;
}
.contact-strip .blk-icn-left i {
    float: left;
    border-radius: 5px;
    padding: 18px;
    font-size: 17px;
    box-shadow: 2px 2px 0 rgba(0,0,0,.5);
}
.contact-strip .ftr-block p {
    margin: 0;
    display: inline-block;
    float: left;
    padding-left: 20px;
    line-height: 20px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    position: relative;
    top:7px;
}
.facpage {
    text-align: center;
    padding-top: 30px;
}
.facilities {
    padding: 25px 30px;
    position: relative;
    width: 95%;
    display: inline-block;
    margin-bottom: 55px;
    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);}
    .facilities .fac-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    left: 40%;
    top: -34px;
    overflow: hidden;
    background-color: #2b5c46;
    padding: 10px;
    margin: 0;
}
.facilities h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-link
{
 color: #fff;   
}
.footer-link:hover
{
    text-decoration: none;
}
.contact-strip .ftr-block ul li i {
    height: 45px;
    width: 45px;
    margin: 0 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    font-size: 20px;
    transition: all ease-out 0.5s;
    display: inline-block;
}
.contact-strip .ftr-block a, .contact-strip .ftr-block p:focus, .contact-strip .ftr-block p:hover {
    color: #fff!important;
    text-decoration: none;
}
.ftr-block ul
{
margin: 0;    
}
.sm-media
{
   padding: 15px!important; 
}
.sm-media ul
{
    padding: 0;
}
.sm-media .fb:hover
{
    background-color: #3b5998;
    color: #fff;
}
.sm-media .gplus:hover
{
  background-color:#c73204;
    color:#fff ;  
}
.sm-media .trip:hover
{
       background-color: #034d1d;
    color: #fff; 
}
/* // footer */
/* about Us*/
.text-center
{
 text-align: center;   
}
.section-header
{
  margin: 0 0 24px 0 !important;
    position: relative;  
}
.section-header.overlay span {
    font-size: 140px;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    line-height: 0 !important;
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    opacity: .06;
    font-family: 'Lusitana', serif;
    text-transform: uppercase;
}
.section-header img {
    margin: 0px 0 0px 0;
    width: 160px;
}
.section_header.overlay h1, .section_header.overlay h2, .section_header.overlay h3, .section_header.overlay h4, .section_header.overlay h5, .section_header.overlay h6
{
        font-weight: 900;
    margin: 0 0 12px 0;
    font-family: 'Lusitana', serif;
    color: #000;
    text-transform: uppercase;
}
.section-header h1
{
   font-weight: 900;
    margin: 0 0 12px 0;
    font-family: 'Lusitana', serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.028em;
    font-size: 40px;
}
.section-header.inn-header h1
{
    font-size: 32px;
}
.section-header p {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1em;
}
.about-content
{
  text-transform: none!important;
    letter-spacing: 0.035em!important;
    line-height: 28px!important;
    font-size: 15px!important;  
}

.readmore {
    background-color: #2b5c46;
    color: #fff!important;
    border-radius: 0px;
    padding: 12px 25px;
    width: 140px;
    border: 1px solid #2b5c46;
    letter-spacing: 0.024em;
    text-transform: capitalize;
    font-size: 16px;
        transition: all ease 0.5s;
}
.readmore:hover,.readmore:focus
{
    background-color: rgba(0,0,0,.0001);
    border:1px solid  #2b5c46;    
    color: #2b5c46!important;
    
}
/* //about Us*/
/* rooms */
.rooms
{
 padding-top: 45px;
    padding-bottom: 65px;
    background-color: #2b5c460f;
}
.text-left {
    text-align: left;
}
figure {
    margin: 0;
}
.small-textbox {
    top: 65px;
    right: 15px;
    position: absolute;
     padding-bottom: 30px;
}
.small-textouter:hover .small-textbox
{
    background-color: #2b5c46;
    transition:all ease 0.5s;
}
.red-bg {
   background:  rgba(0, 0, 0, 0.9)
}
.pull-right {
    float: left!important;
}
.small-textbox h4
{
   color:#fff; 
    font-family: 'Lusitana', serif;
    font-size: 25px;
   
}

.room-info
{
 list-style-type: none;
    padding: 0 0 0 20px; 
}
.room-info li
{
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 25px;
    font-size: 16px;
}
.room-info li:before
{
    content: '\f178';
    font-family: FontAwesome;
    position: absolute;
    left: 12px;
    color: #fff;
}
.room-icon
{
  float: left;
    margin: 0px 10px 0 0;
    clear: both;  
}
.room-icon i {
    font-size: 16px;
    line-height: 22px;
}
.prm-room 
{
  top:105px;  
}
.small-textbox2 {
    left: 15px;
    right: inherit;
}
.st-room
{
    top: -20px;
}
.room-block
{
 margin-top: 65px;   
}
.img-shade
{
  box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.5);  
}
.book-now
{
 border-radius: 0px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff!important;
    font-family: 'Source Sans Pro', sans-serif;   
}
.book-now:hover,.book-now:focus
{
   border: 1px solid #fff;
    background-color: transparent;  
}
/* //rooms*/
/* facilities*/
.facility
{
 padding-top: 45px;
    margin-bottom: 170px;
    background-image: url(images/fac-bg.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
}
.section-header.inn-header.white h1
{
    color: #fff;
}
.fac-block-sec
{
margin-top: 45px;
}
.fac-block
{
    display: inline-block;
    width: 16%;
    vertical-align: top;
    margin: 0 10px;
    position: relative;
}
.fac-block p {
    display: none;
}
.fac-block img
{
    margin: 0;
    transition: all ease .4s;
}

.facility .fac-footer
{
    background: #2b5c46;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 35px;
    box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.5);
}
.facility .fac-block .fac-footer img {
    margin: -40px 0 0;
    width: 100px;
}
.fac-footer h5
{
    font-family: 'Source Sans Pro', sans-serif; 
    margin: 0;
    font-size: 18px;
}
.hm-facility
{
 text-align: center;
    margin-bottom: 50px;
}
#topbar .lf {
    float: right;
    position: relative;
}
#topbar .header-top {
    margin: 3px 0px 4px;
    padding: 0px;
}
#topbar .header-top li {
    list-style: none;
    color: #fff;
    display: inline-block;
    margin: 0px 5px;
}

.top-header .rf {
    float: right;
}
    /* //facilities*/
/* gallery*/
#testimonial {
    background: #2b5c460f;
    overflow: hidden;
    padding: 40px 0px;
}
.readmore1:hover, .readmore1:focus {
    background-color: rgba(0,0,0,.0001);
    border: 1px solid #2b5c46;
    color: #2b5c46!important;
}
.readmore1 {
    background-color: #2b5c46;
    color: #fff!important;
    border-radius: 0px;
    padding: 12px 25px;
    border: 1px solid #2b5c46;
    letter-spacing: 0.024em;
    text-transform: capitalize;
    font-size: 16px;
    transition: all ease 0.5s;
}
.gallery
{
    padding-top: 45px;
    padding-bottom: 0px;
    margin-bottom: -1px;
}
.img_wrapper .fcap
{
    display: none;
}
.ez_img img
{
        border: none;
    box-shadow: none;
}
.homegallery1 .imgbox{
    position: relative;
    display: inline-block;
    padding: 0px;
    /* margin: -4px; */
    overflow: hidden;
    font-size: 14px;
    width: 25%;
}
.img_wrapper{
	font-size: 0;	
}
div.moregalleryimg {
    background: red;
    width: 100%!important;
    display: inline-block;
    color: #fff;
    background-image: url(images/galleryimg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
div.moregalleryimg i {
    font-size: 20px;
    margin-top: 95px;
}
div.moregalleryimg span {
    font-size: 18px;
    letter-spacing: 2px;
   font-family: 'Source Sans Pro', sans-serif
   
}
.homegallery1 .imgbox img
{
    width:100%;
    height: 100%;
    margin: 0px;
}
.img_wrapper
{
    margin: 0px;
}
/* //gallery*/
/* packages*/
.packages
{
    
    background-image: url(images/packages.jpg);
    background-position: center;
    background-size: cover;
    text-align: center; 
   
}
.pack-content
{
 background-color: rgba(255, 255, 255, 0.79);
    position: relative;
    
    padding-top: 50px;
    padding-bottom: 100px;
}
.packages .row
{
    margin: 0;
}
div#CDSWIDSSP{text-align: center;}
#CDSWIDSSP .widSSPData .widSSPAll{
	text-align: center;
	    display: inline-block;
}
.widSSPBranding {
    display: inline-block;
}
.trip-advisor{
	display: inline-block;
}
.pack-content h1
{
    text-align: left;
        margin-left: 70px;
    font-family: 'Lusitana', serif;
   font-weight: 900;
    letter-spacing: 0.024em;
}
#wcpform_1 .scfp-form-row input:hover{border: 1px solid #2b5c46!important;}
#wcpform_1 .scfp-form-row input:focus{border: 1px solid #2b5c46!important;}
.pack-btn
{
 text-align: left;
     margin-left: 70px;
}
/* //packages*/
.hentry-top-bg {
    background-image: url(images/header-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 115px 0;
    position: relative;
}
.entry-header h1 {
    font-size: 32px;
    font-family: 'Lusitana', serif;
    text-transform: capitalize;
    margin: 33px 225px;
    text-align: center;
    padding-top: 30px;
}
.head_line {
    text-align: center;
   
}
.headimg {
    position: relative;
    top: -35px;
    margin: 0 auto;
}
.title_warp
{
/*background-color: red;*/
/*min-height: 250px;*/
background-image:url(images/header-bg.jpg);
background-position: center center;
background-size: cover;
    background-repeat: no-repeat;
}
.title_warp h1
{
    color:#fff;
    font-size: 32px;
    font-family: 'Lusitana', serif;
    text-transform: capitalize;
    margin: 33px 225px;
    text-align: center;
    padding-top: 10px;
}
/* inner about us */
.inner-aboutus
{
 padding-top: 10px;
    padding-bottom: 45px;
}
.about-content h2
{
    font-size: 24px;
    margin: 0px 0px 10px 0px;
    line-height: 1.1;
    text-align: left;
    font-family: 'Lusitana', serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.029em;
}
.about-content p
{
  
    letter-spacing: 0.024em;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #272626;
    line-height: 32px;
    margin-bottom: -10px;
}
/* inner about us */
/* inner rooms */
.inner-room
{
 padding-top: 45px;
    padding-bottom: 5px;
}
.inner-room .room-boxes {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
       box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.2);
   
}
.slinbox {
    transition: all ease 1s;
    opacity: 0;
}
.room-boxes:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
}
.inner-room .room-img {
    position: absolute;
    left: 0;
    top: -20px;
    transition: all 1s ease;
}
.inner-room .room-bg {
	margin-top:-25px;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.85);
    color: #FFFFFF;
    z-index: 1;
    transition: all 1s ease;
}
.inner-room .room-bg .sec-title {
   margin: 20px 0px;
}
.inner-room .sec-title {
    margin-bottom: 30px;
    font-size: 26px;
}
.inner-room .room-title {
    text-align: left;
    color: #2b5c46;
     font-family: 'Lusitana', serif;
    letter-spacing: 0.024em;
}
.sec-title {
    position: relative;
    text-align: center;
    font-size: 30px;
    margin: 0px 0px 10px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.inner-room .room-description {
    color: #444444;
    line-height: 28px;
}
.inner-room .room-price {
    position: absolute;
    top: 0;
    right: 0;
    
}
.inner-room .room-price .price {
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font: 17px/3em "Open Sans",;
    color: #C5A46D;
    padding: 0 20px;
    opacity: 0;
    transition: all 0.8s ease;
}
.inner-room .room-price .price span {
    font-size: 40px;
    vertical-align: middle;
    line-height: 15px;
    display: inline-block;
}
.inner-room .righttoombg {
    left: inherit;
    right: 0px;
}
.room-description ul
{
  list-style-type: square;
    color: #525252;
    line-height:30px;
    letter-spacing: 1px;
    width: 100%;  
    margin: 0px;
    padding: 0px;
   
}
.room-description ul li {
    width: 50%;
    float: left;
    display: inline-block;
}
.room-description span {
    margin-left: 20px;
}
.room-description h5
{
    margin: 10px 0;
}
.innroom
{
 margin-top: 30px;   
}
.room-boxes:hover .room-bg {
    background: rgba(255, 255, 255, 1);
}
/* //inner rooms */
/* feedback */
.feedback
{
 padding-top: 45px;
    padding-bottom: 45px;''
}
.feedback p
{
  padding: 12px;
    letter-spacing: 0.024em;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #272626;
    line-height: 32px;  
}
/* //feedback */
/* Promos and packages */
.promos
{
        padding-bottom: 45px;
}
.extra {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/promo1.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 47px 45px;
    min-height: 500px;
}
.promos .row
{
   margin-right: 0px;
}
.table-content
{
 padding: 45px 45px 5px 35px;
}
.table-content h2
{
    margin: 0 20px;
    text-align: left;
    color: #2b5c46;
    font-family: 'Lusitana', serif;
}
.season
{
   background-image: url(images/promo2.jpg);
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.table-block
{
      background-color: #fff;
    padding: 20px;
    margin-top: 45px;
    margin-bottom: 45px;  
}
.table-block h2
{
  margin: 0px 0 15px 0px;
    text-align: center;
    color: #2b5c46;
    font-family: 'Lusitana', serif;   
}
.table-block small
{
    text-align: center;
    font-size: 100%;
       display: inherit;
}
.superpeak
{
 padding-top: 75px;   
}
.leftimage {
    width: 45%;
    background-image: url(images/promo3.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    min-height: 550px;
}
.sea-box {
    padding-top: 20px;
    width: 60%;
    top: 8%;
    height: 450px;
    left: 38%;
    background-color: #f5f5f5;
    position: absolute;
    border: 1px solid #f5f5f5;
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.6), 0 -2px 13px 0 rgba(0, 0, 0, 0.6);
    padding: 20px;
}
.rightsec  h2
{
    margin: 0px 0 15px 0px;
    text-align: center;
    color: #2b5c46;
    font-family: 'Lusitana', serif;    
}
.rightsec small
{
    text-align: center;
    font-size: 100%;
       display: inherit;
}
.lfimg li {
    line-height: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
.lfimg {
    padding-bottom: 30px;
}
.pack-info h2
{
 color: #2b5c46;
    font-family: 'Lusitana', serif;    
}
.package_inc li
{
    line-height: 30px;
    font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
}
.pack-info
{
 padding-top: 15px;   
}
.package_inc
{
 padding-bottom: 30px;   
}
/* // Promos and packages */
/*  contactus */
.contactus
{
 padding-top: 45px;
    padding-bottom: 45px;
}
.corp-ofc h2 {
    text-align: left;
   font-family: 'Lusitana', serif;    
     color: #2b5c46;
}
.con-icon {
    float: left;
    margin: 0px 20px 0 0;
    clear: both;
}
.con-icon i {
    font-size: 16px;
    line-height: 24px;
}
.cont-block p {
    float: left;
    margin-bottom: 10px;
    line-height: 28px;
}
.corp-ofc h4
{
    text-align: left;
   font-family: 'Lusitana', serif;  
    color: #2b5c46;
        margin: 0 0 10px;
}
.cont-mail:hover
{
    text-decoration: none;
}
.thanku
{
 padding-top: 45px;
    padding-bottom: 45px;
    line-height: 30px;
}
#wcpform_1 .scfp-form-row textarea:hover
{
    border:1px solid #2b5c46;
}
/* // contactus */
/* location */
.location
{
    padding-top: 45px;
    padding-bottom: 45px;
}
.hoteladd
{
      text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;  
}
.hoteladd h3 {
    color: #464545;
    margin: 6px 0;
     font-family: 'Lusitana', serif;  
}
.hoteladd p {
    color: #464545;
    line-height: 25px;
      font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px
}
.loc-ul
{
 line-height: 30px;
    color:#464545;
}
/* //location */
/* facility */
.inn-facility
{
 padding-top: 45px;
    padding-bottom: 5px;
}
.inn-facilities
{
       border: 1px solid #e1e1e1;
    padding: 45px 30px;
    position: relative;
    width: 85%;
    display: inline-block;
    margin-bottom: 25px;
    transition: all 0.4s ease-in-out;
    background: none repeat scroll 0% 0% #E7E7E7;
    border: 1px solid #ddd;
 
}
.inn-facilities img {
    width: 85px;
    border: 6.5px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -38px;
    top: 11px;
    overflow: hidden;
    background-color:#2b5c46;
    padding: 10px;
    margin: 0;
}
.inn-facilities h3 {
    margin: 0px;
    text-align: left;
    font-size: 15px;
    margin-left: 35px;
}
.inn-facilities:hover {
    background: #2b5c46;
    color: #fff;
    border: 1px solid #2b5c46;
    transition: all 0.4s ease-in;
}
.welcomesection img {
    float: right;
    /* border: 2px solid #b50400; */
    box-shadow: 12px 11px 0 0px #2b5c46;
    margin-left: 25px;
}
.welcomesection {
    margin: 0px 0px 50px;
    line-height: 28px;
}
.btmft{margin: 0px 0 0px 0;
    width: 160px;display: inline-block;}
    .btmft img{float:none;box-shadow: none;    margin: 0px 0 0px 0;
    width: 160px;margin-bottom: 10px;}
.welcomesection p{text-align: left}
.nemus-slider {
    margin: 37px 0 30px!important;
    }
/* //facility */
.nemus-slider .caption
{
    background: transparent!important;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1em;
    color: #fff!important;
    width:55%!important;
}
.nemus-slider .caption.cc h3{background: rgba(0, 0, 0, 0.80)!important; padding: 10px 0px;}
.nemus-slider .caption.cc
{
    top:56%!important;
    text-align: center;
    left:42%!important;
}
.main-head
{
 font-family: 'Lusitana', serif;
    font-size: 52px;
    line-height: 100px; 
    font-weight: 700;   
        position: relative;
    top: 14px;
}
.gtitle {
    color: #231f20;
    font-size: 30px;
    padding-top: 10px;
}
.gallarybanner {
    text-align: center;
    background-color: #f8f8f8;
    padding: 0px 0px 20px;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    margin-bottom: 55px;
    margin-top: 50px;
}
.nemus-slider .caption.cc h4
{
    font-family: 'Lusitana', serif;
    text-transform: capitalize;
    letter-spacing: 3px;
}
.nemus-slider .caption.cc h4:before
{
           position: absolute;
    top: 75%;
    width: 60px;
    height: 1px;
    content: "";
    display: inline-block;
    background-color: #fff;
    left: 25%;
}
.nemus-slider .caption.cc h4:after
{
   position: absolute;
    top: 75%;
    width: 60px;
    height: 1px;
    content: "";
    display: inline-block;
    background-color: #fff;
    right: 25%; 
}
.slides:before
{
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
/*// added by himesha */
@media (max-width: 1920px)
{
    div.moregalleryimg
    {
           background-color: transparent;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    height: 100%;
    }
  
}

@media (max-width: 1199px)
{
.inner-room .room-bg .sec-title {
    margin: 20px 0 0 0;
}
.slinbox b, strong {
    font-size: 20px;
}
.nemus-slider .caption.cc
{
    top:50%!important;
}
	.rooms-img-caption-left {
    top: 22px;
}
	.nemus-slider .caption.cc h3{font-size: 18px;}
	div.moregalleryimg i{margin-top: 80px;}
	.fac-footer h5{font-size: 16px;}
	.inner-room .room-bg{width:50%;}
	.middle{min-height: 135px;}
	
	.logo-img{width: 140px!important;}
.navmenus ul{margin-top: 17px!important;}
.bkbtn{margin-top: 15px;}
.navbar{height: 91px;}
  .navmenus
    {
        width: 100%;
    }
    .nav-menu li a {
    padding: 10px 10px 34px;
}
    .nemus-slider .caption.cc
    {
        left:40%!important;
    }
    .nemus-slider .caption
    {
        width: 60% !important;
    }
    .main-head
    {
        font-size: 45px;
    }
    .section-header.overlay span
    {
        font-size: 120px;
    }
    .prm-room {
    top: 52px;
}
    .st-room {
    top: -10px;
}
    .small-textbox h4
    {
        font-size: 22px;
    }
    .contact-strip .ftr-block
    {
        width: 48.33%;
    }
}
@media (max-width: 991px)

{
	.about-us .col-sm-12{padding: 0;margin: 0;}
	.welcomesection .col-sm-12{padding: 0;margin: 0} 
	.welcomesection .col-sm-8{padding: 0;margin: 0} 
.nemus-slider {
    margin: 37px 0 20px!important;
}
	.welcomesection{margin: 0px 0px 50px;}
	.innroom{margin-top: 20px;}
	
	.navmenus ul {
    margin-top: 70px!important;
}
	.homegallery1 .imgbox:first-child{display:none;}
	.homegallery1 .imgbox:nth-child(2) {
   display:none;
}
	.nemus-slider .caption.cc h3{display: none;}
	.flcl p{text-align: center;}
	.flcl{width: 100%!important;text-align: center;}
	.imsm{display: none;}
	.nav-menu li a{padding: 10px;}
   /* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}


	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.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;
		width: 20%;
		margin-top: 93px;
		position: absolute;
		right: 20px;
	}

	.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;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
    .nemus-slider .caption.cc {
    left: 35% !important;
}
    .nemus-slider .caption {
    width: 70% !important;
}
    .main-head {
    font-size: 40px;
}
    .nemus-slider .caption.cc small
    {
        font-size: 75%;
    }
    .section-header.overlay span {
    font-size: 105px;
    top: 10px;
}
    .prm-room
    {
        width: 50%;
        top:60px;
    }
    .st-room
    {
        width: 50%;
         top:60px;
    }
    .inner-room .room-bg .sec-title{margin: 0px;}
    .room-sep
    {
      margin-bottom: 65px; 
    }
    .fac-block
    {
        width:26%;
    }
    .fac-bottom
    {
     margin-top: 150px;   
    }
    .homegallery1 .imgbox, .innergallery .imgbox
    {
        width: 33.3%;
    }
    .pack-content h1
    {
        text-align: center;
        margin-left: 0px;
    }
    .pack-btn
    {
        text-align: center;
        margin-left: 0px;
    }
    .contact-strip .ftr-block {
    width: 99.33%;
}

    .sm-media ul
    {
        text-align: left;
    }
    .about-content h2
    {
        font-size: 18px;
    }
  
    .inner-room .room-img{position: relative;}
    .inner-room .room-bg{position: relative;padding: 15px;width: 100%;}
    .stan-room
    {
     top: 0px;
position: relative;   
    }
    .prem-room
    {
      position: relative;
 
    }
    .extranighttable
    {
      display: block;
width: auto;
position: relative;
overflow-x: auto;
white-space: nowrap;  
    }
    .menu-toggle
    {
        float: right;

    }
    .menu-toggle::after
    {
        display: none;
    }
    .menu-toggle i
    {
     font-size: 26px;   
    }
    .bkbtn, .bkbtn:focus, .bkbtn:hover
    {
        margin-top: 15px;
    }
    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active
    {
        padding: 21px 26px 12px 20px;
    }
    .navmenus
    {
        margin-right: 0px;
    }
    .toggled-on .nav-menu, .toggled-on .nav-menu > ul
    {
        background: rgba(255,255,255,0.89);
    }
 
    .toggled-on .nav-menu > li a:hover, .toggled-on .nav-menu > ul a:hover
    {
        background-color: #2b5c46;
color: #fff;
    }
    .toggled-on .nav-menu > li a:focus, .toggled-on .nav-menu > ul a:focus
    {
        background-color: #2b5c46;
color: #fff;
    }
    
}
@media (max-width: 768px)
{
	.inner-aboutus .nemus-slider{margin: 20px 0px!important}
.gtitle{font-size: 22px;}
.inner-aboutus .nemus-direction-nav a{top:50%!important;}
	.nemus-direction-nav a{top:58%!important;}
	.nemus-control-nav{display: none;}
	.nemus-slider {
    margin: 75px 0px 75px!important;
}
	.welcomesection .container{padding: 0;margin: 0}
	.title_warp h1 {
    font-size: 26px;
}
div.moregalleryimg i {
    margin-top: 100px;
}
.homegallery1 .imgbox {
    width: 50%;
}
	.inner-room .room-bg .sec-title{font-size: 24px;}
	.table-content h2{font-size: 24px;}
	.middle{margin: 10px;}
.facilities .fac-img{left: 45%;}
	.toggled-on .nav-menu, .toggled-on .nav-menu > ul{width: 25%;}
	.welcomesection{margin-bottom: 40px;}
    .nemus-slider .caption.cc {
    left: 31% !important;
}
    .nemus-slider .caption {
    width: 80% !important;
}
    .main-head {
    font-size: 32px;
}
    .nemus-slider .caption.cc h4
    {
        font-size: 16px;
    }
    .nemus-slider .caption.cc h4::before
    {
        display: none;
       
    }
    .nemus-slider .caption.cc h4::after
    {
         display: none;     
    }
    .bb_resbox p {
    width:auto!important;
}
    .bb_resbox button.ui-datepicker-trigger
    {
        right: 30px;
    }
    .section-header.overlay span {
    font-size: 100px;
}
    .copyrightoth
    {
        float: none!important;
     text-align: center;
    display: block;   
    }
    .copyleft
    {
     float: none!important;
        text-align: center;
        display: block;
        position: relative;
top: -29px;
    }
    .about-img
    {
     width:100%;   
    }
    .sea-box
    {
        position: relative;
        width: 100%;
        left: 0%;
        height: 400px;
        margin-top: 50px;
        box-shadow: none;
    }
    .extra
    {
        background-position:center left;
    }
    .leftimage
    {
        width:100%;
        min-height: 450px;
    }
    .nemus-direction-nav .nemus-next
    {
        right: 30px !important;
    }
    .nemus-direction-nav .nemus-prev {
    left: 30px !important;
}
 .nemus-direction-nav a
    {
        width: 40px !important;
height: 40px !important;
    }
     .nemus-direction-nav a::before
    {
        font-size: 25px !important;
        width: 40px !important;
height: 63px !important;
line-height: 42px !important;
    }
    
}

@media (max-width: 643px) {
	.headimg{width:150px;}
   
	div.moregalleryimg{width: 100%!important}
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#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;
	}
    .main-head {
    font-size: 25px;
        line-height: 50px;
}
   
   
   
    .section-header.overlay span {
    font-size: 80px;
}
    .section-header h1
    {
        font-size: 25px!important;
    }
    .fac-block {
    width: 28%;
}
    .fac-footer h5
    {
        font-size: 14px;
    }
	.fac-block {
    width: 42%;
}
    .fac-top
    {
      margin-top: 150px;  
    }
    .homegallery1 .imgbox
    {
        width: 49.9%;
    }
    div.moregalleryimg i {
    margin-top: 82px;
}
    .pack-content h1
    {
        font-size: 40px;
    }
     #content .entry-content
    {
     padding-left: 0px;
    padding-right: 0px;   
    }
    .title_warp h1
    {
        margin: 33px 80px;
    }
    .trip-advisor {
    display: inline-block;
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
}
    
}
@media (max-width: 580px)
{
	 .innergallery .imgbox{
        width: 45.9%;
    }
	.room-block{margin-top: 30px;}
	.room-sep{margin-top: 30px;}

	.facilities .fac-img {
    left: 42%;
}
	
	.ct12{text-align: left!important;}
	.red-bg {
    background-color: #2b5c46;
    position: relative;
    width: 100%;
    right: 0;}
    .prm-room
    {
        width: 100%;
        position: relative;
        top:25px;
    }
    .small-textbox
    {
        right: 0px;
    }
    .small-textbox2
    {
        left: 0px;
    }
    .st-room
    {
        width: 100%;
        position: relative;
        top:25px;
    }
    .small-textbox h4 {
    font-size: 20px;
}
.rooms-img-caption-left {
    top: -1px;
}

.img-shade{    box-shadow: 0px 0px 0px 0px;}
.rooms-img-caption-left h4{font-size: 24px;}
    .room-info li
    {
        font-size: 16px;
    }
    .img-shade
    {
     width:100%;   
    }
    img.alignnone {
    margin: 0 0;
}
    .pull-right 
    {
       width:100%;      
    }
}
@media (max-width: 520px)
{
	.cfull-head h3 {
    font-size:18px;
}
	.cfull-head li {
    font-size:14px;
}

.innroom {
    padding: 10px 0px;
    font-size: 14px;
}

	div.moregalleryimg i {
    margin-top: 65px;
}
	.toggled-on .nav-menu, .toggled-on .nav-menu > ul{width: 40%;}
	.logo-img{
    width: 110px!important;
}
.navmenus ul {
    margin-top: 61px!important;
}
	.navbar{margin-top: -35px;height: 72px;}
	.bkbtn{margin-top: 4px;}
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    padding: 12px 26px 12px 20px;
}
   .tpheader
    {
        display: none!important;
    }
    .section-header.overlay span {
    font-size: 65px;
        top: 15px;
}
     .section-header p}
    {
        letter-spacing: 2px;
        line-height: 2em;
    }
    .site-header .home-link
    {
        margin: 12px auto 0 45px;
    }
}

@media (max-width: 500px)
{


	.facilities .fac-img {
    left: 42%;
}
	
   .nemus-slider .caption.cc
    {
        top:66%!important;
        left:12%!important;
    }
    .section-header.overlay span {
    font-size: 54px;
    top: 15px;
}
    .section-header h1 {
    font-size: 28px;
}
    .fac-block {
    width: 90%;
}
.logo-img {
    width: 110px!important;
}
 .room-description ul li{width: 100%;}
    .fac-all
    {
      margin-top: 150px;    
    }
    .fac-block img
    {
        width:100%;
    }
    .fac-footer h5 {
    font-size: 18px;
}
    .homegallery1 .imgbox, .innergallery .imgbox {
    width: 50.9%;
}
    .pack-content h1
    {
        font-size: 35px;
    }
    .readmore
    {
     font-size: 14px;   
    }
    .title_warp h1 {
    margin: 33px 65px;
}
    .table-content h2
    {
        font-size: 26px;
    }
    .inner-room .room-boxes {
    height: 500px;
}
    .stan-room {
    top: 0px;
    }
    .prem-room
    {
        bottom: 0px;
    }
    .inner-room .room-boxes {
    height: 670px;
}
    .room-description ul li
    {
        width: 100%;
    }
    .spcl-room
    {
      height: 580px!important;  
    }
   


}
@media (max-width: 450px)
{

	div.moregalleryimg i {
    margin-top: 135px;
}
	.homegallery1 .imgbox, .innergallery .imgbox {width: 100%;}
	.room-description ul li{width: 100%;}
	.inner-room .room-bg .sec-title{font-size: 20px;}
	}
@media (max-width: 400px)
{
	.nemus-viewport > ul, .nemus-viewport, .nemus-viewport > li, .nemus-viewport img {
    height: 370px !important;
    width: 100%;
}
	.nemus-slider {
    margin: 70px 0px 70px!important;
}
	.rooms-img-caption-left h4 {
    font-size: 20px;
}
	.facility{margin-bottom: 30px;}
.fac-block{width: 100%;margin-bottom: 10px;margin: 0px 0px 30px 0px;}
	.fac-block img{width: 100%;}
	.facility .fac-footer{position: relative;}
}
@media (max-width: 368px)
{
	.table-content h2{font-size: 20px}
    .main-head {
    font-size: 20px;
    line-height: 38px;
}
    .nemus-slider .caption.cc h4 {
    font-size: 14px;
}
    .nemus-direction-nav .nemus-next {
    right: 12px !important;
}
    .nemus-direction-nav .nemus-prev {
    left: 12px !important;
}
    .section-header.overlay span {
    font-size: 48px;
    top: 15px;
}
    .section-header h1 {
    font-size: 25px;
}
.homegallery1 .imgbox, .innergallery .imgbox {
    width: 99.9%;
}
    
   
    .section-header.inn-header h1 {
    font-size: 26px;
}
    .pack-content h1 {
    font-size: 30px;
}
    .copyrightoth
    {
        font-size: 13px;
    }
    .copyleft
    {
     font-size: 13px!important;   
    }
    .contact-strip .ftr-block p
    {
        font-size: 13px;
    }
    .title_warp h1 {
    margin: 33px 65px;
        font-size: 28px;
}
    .headimg
    {
     width: 150px;   
    }
    .title_warp h1 {
    margin: 33px 33px;
    font-size: 28px;
}
    .extra
    {
        background-position: center left;
    }
    .table-block h2
    {
        font-size: 26px;
    }
    .pack-info h2
    {
       font-size: 26px; 
    }
    .package_inc li
    {
        font-size: 14px;
    }
    .table > tbody > tr > th
    {
        font-size: 13px;
    }
    .rightsec small
    {
        font-size: 85%;
    }
    .feedback p
    {
        font-size: 14px;
    }
    .corp-ofc h2
    {
        font-size: 26px;
    }
    .cont-block
    {
     font-size: 13px;   
    }
    .scfp-form-content .scfp-form-row .scfp-form-label
    {
        font-size: 13px;
    }
    .hoteladd h3
    {
        font-size: 20px;
    }
    .hoteladd p
    {
        font-size: 14px;
    }
    .loc-ul
    {
        font-size: 13px;
    }
    .bkbtn, .bkbtn:focus, .bkbtn:hover
    {
        display: none;
    }
    .about-content h2 {
    font-size: 18px;
}
    .about-content p
    {
        font-size: 14px;
    }
    .inner-room .room-boxes {
    height: 750px;
}
}
@media (max-width: 350px)
    {
    	.contact-strip .blk-icn-left i{float: none;display: inline-block;text-align: center;}
    	.tr-block{text-align: center;}
    	.ftr-block p{text-align: center;}
    	.contact-strip .ftr-block p {
    font-size: 13px;
    text-align: -webkit-center;
    width: 100%;padding-left: 0px;padding-bottom: 5px;
}
    	.contact-strip .blk-icn-left i{padding: 13px;}
    	div.moregalleryimg i {
    margin-top: 100px;
}
    	.red-bg{height: 300px;}
    	.facilities .fac-img {
    left: 38%;
}
        font-size: 40px;
    }
