/*
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 url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora);

* {
    -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: 'Raleway', sans-serif;
}

body {
    color: #141412;
    line-height: 1.5;
    margin: 0;
            font-family: 'Raleway', sans-serif;
            overflow-x: hidden;
}

a {
    color: #ca3c08;
    text-decoration: none;
}

/*a:visited {
    color: #000;
}*/

a:focus {
    /*outline: thin dotted;*/
}

a:active,
a:hover {
    color: #ea9629;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Raleway', sans-serif;
    line-height: 1.3;
        font-weight: 600;
}

h1 {
    font-size: 32px;
    margin: 33px 0;
}

h2 {
    font-size: 30px;
    margin: 25px 0;
}

h3 {
    font-size: 20px;
    margin: 22px 0;
}

h4 {
    font-size: 18px;
    margin: 25px 0;
}

h5 {
    font-size: 16px;
    margin: 30px 0;
}

h6 {
    font-size: 14px;
    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;
}

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;
    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;*/
}
.ui-widget-header{ background: #2B8734; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: 1px solid #2B8734;
        background: #ace1b1 url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border: 1px solid #2B8734;
}
.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;
}

img.alignnone {
    /*margin: 5px 0;*/
}
/*gallery*/
#gallery{
    padding-top: 25px;
    padding-bottom: 45px;
}
#gallery h2{
    text-align: center;
font-family: 'Raleway', sans-serif;
    color: #2B8734;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700;
}
.box-gallery {
    width: 267px;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding-right: 0;
    margin-left: 5px;
}
.product-imitation {
    overflow: hidden;
    display: inline-block;
    margin-top: 10px;
}
.product-imitation img:hover{
    transform: scale(1.2);
}
.product-box img {
    margin: 0px;
    position: relative;
    width: 100%;
    transition: all 0.4s ease;
}
.product-imitation a {
    cursor: pointer;
    text-decoration: none;
}
.click {
    background-color: black;
    position: relative;
}
.click::after {
    content: '';
    position: absolute;
    top: -123px;
    right: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.6;
    cursor: pointer;
    overflow: hidden;
    min-height: 270px;
    min-width: 285px;
}
.gl-link {
    font-size: 24px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    width: 100%;
    left: 0;
    color: #fff;
    transform: translateY(-50%);
}
.gl-link i {
    display: block;
}
/*end galleryhome*/
/*testimonials*/

.testibg {
    background: #f7f7f7;
    margin-bottom: 0;
    padding: 25px 0 45px 0;
    border-top: 1px solid #e8e8e8;
}
.hm-testimonial {
    text-align: center;
}
h2.heading {
    text-align: center;
   font-family: 'Raleway', sans-serif;
    color: #2B8734;
    text-transform: uppercase;
}
.hm-testimonial .heading{
    padding-bottom: 0px;
    margin-bottom: 0;
}
.testibg .moreview {
    text-align: center;
    margin-top: 0px;

}
.moreview {
    /*margin-top: 30px;*/
}

/*endtesti*/

.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;
    margin: 0 auto;
    width: 100%;
}

.site-main {
    position: relative;
    margin: 15px;
    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: 15px;
    line-height: 1;
    padding: 15px 10px;
    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*/
.fb:hover
{
   background: #3b5998;
    color: #fff!important;
}
.gog:hover
{
background: #c73204;  
color: #fff!important;
}
.twi:hover
{
background: #40c7ff;   
color: #fff!important;
}
.trip:hover
{
background: #034d1d;
color: #fff!important;
}
.sidebar-container .widget
{
    float: left;
    width: 180px;
    padding: 7px 15px;
    display: inline-block;
}
.sidebar-container .widget-title
{
    font-size: 18px;
    
    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;
}


/* himesha   */


/* main menu */

#topbar {
    
    width: 100%;
    height: auto;
    color: #fff;
    background-color:#2B8734;
}

.navbar {
    background-color: #fff;
    margin: 0px auto;
    width: 100%;
    max-width: 1600px;
    border:none;
   
   
    background-color: #fff;
}
.headerlogo {
    display: inline-block;
    position: relative;
    /* z-index: 9; */
    width: 15%;
}
img.img-responsive.logoimage {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 140px;
}
a.bknw {
    display: inline;
    text-decoration: none;
    color: #fff;
}
nav#site-navigation {
    margin-top: 20px;
    width: 82%;
    margin-bottom: 15px;
}
.main-navigation {
    clear: both;
    float: right;
    display: inline-block;
    position: relative;
}
.menu-menu-1-container {
    float: left;
}
ul.nav-menu, div.nav-menu > ul {
    margin: 0;
   /* padding: 0 80px 0 0;*/
}
.nav-menu li {
    display: inline-block;
    position: relative;
}
.nav-menu .current_page_item > a {
    background: transparent!important;
    color: #841b20;
    cursor: pointer;
}
.nav-menu .current_page_item > a {
    color: #2B8734;
    font-style: normal;
}
.nav-menu .sub-menu .current_page_item > a {
    color: #fff!important;
    font-style: normal;
}
.nav-menu .sub-menu .current_page_item > a {
    color: #fff!important;
    font-style: normal;
    background-color: #000!important;
}
.nav-menu li a {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 15px 20px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.topmenu ul {
    margin: 0;
    padding: 0;
}
.pull-left {
    float: left!important;
}
.header-top li {
    float: left;
    list-style: none;
    padding: 7px 5px 5px 6px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 13px;
}
.header-top li:hover
{
    color: #fff;
}
.mr5 {
    margin-right: 5px;
}
.pull-right {
    float: right!important;
}
.header-top li a {
    color: rgba(255, 255, 255, 0.90);
    text-decoration: none;
}
.header-top li a:hover
{
    color: #fff;
}
.bkbtn {
    float: right;
    border-radius: 0;
    padding: 8px 15px;
   text-decoration: none;
   width: auto;
  margin-top: 0;
  font-weight: 600;
}
.bkbtn:hover,.bkbtn:focus
{
        color: #ffffff;
    background: #2bbf3a none repeat scroll 0 0;
    border: 2px solid #2bbf3a ;
    text-decoration: none;

}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus
{
    color:#2B8734;
    background: none;
}


/* //main menu */

/* footer */
.site-footer   {
    background-color: #333333;
    color: #fff;
    padding-top: 20px ;
}
.site-footer .widget-area {
    margin: 0 auto;
    
    width: 100%;
}

.site-footer .widget-area, .sidebar .site-footer {
    text-align: left;
}
.site-footer .widget {
    background: transparent;
    color: #a0a0a0;
    float: left;
    margin: 0px;
    width: 332px;
}
.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 0px;
    word-wrap: break-word;
}
.site-footer .widget-title, .site-footer .widget-title a, .site-footer .wp-caption-text {
    color: #fff;
    margin-bottom: 15px;
    font-style: normal;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}
.widget .widget-title {
    
    margin: 0 0 10px;
}
.widget ul, .widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget li {
    width: 60%;
    float: left;
    padding: 0;
    margin-bottom: 5px;
    text-align: left;
    line-height: 28px;
}
.site-footer .widget a, .site-footer .widget a:focus {
    color: #a0a0a0;
    display: inline;
    text-decoration: none;
    font-style: normal;
}
.site-footer .widget a, .site-footer .widget a:focus {
    color: #a0a0a0;
    display: inline;
    text-decoration: none;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
}
#nav_menu-2 
{
            width: 20%;
}
.textwidget {
    line-height: 28px;
}
.textwidget strong {
    margin-right: 10px;
    font-size: 17px;
    text-align: center;
}
.textwidget p
{
 margin-bottom: 5px;   
}
#nav_menu-3
{
   width: 20%;  
}
#text-2
{
     width: 30%;   
}
.sm5
{
     width: 40px;
    height: 40px;
    border: 1px solid #eee;
    padding: 11px;
    border-radius: 50%;
    font-size: 18px;
    display: inline-block;   
}
.tw
{
      padding: 10px 5px 3px 5px;  
}
.site-info {
    margin: 0;
    width: 100%;
    color: #a0a0a0;
    background-color: #292929;
    height: 45px;
}
.footermenu
{
 padding-bottom: 20px;   
}
span.copyrightoth
{
    display: inline-block;
    top: 0;
    
}
/* //footer */
/* banner */

.nemus-direction-nav .nemus-next
{
    right: 0px!important;
}
.nemus-direction-nav .nemus-prev
{
    left: 0px!important;
}
.site-main
{
    margin: 0px;
}
.nemus-direction-nav a
{
    width: 40px!important;
    height: 93px!important;   
        background-color: #000!important;
       color: #fff!important;
}
.nemus-direction-nav a:before
{
  line-height: 88px!important;
    font-size: 40px!important;
        width: 37px!important;
}
.logotitle
{
 margin: 15px 0;   
}
.logotitle h3
{
color: #000;
    font-size: 25px;
    font-family: 'Raleway', sans-serif; 
    text-decoration: none;
}
.logotitle h3:hover
{
    text-decoration: none;
}
.nemus-control-nav
{
        bottom: 15px!important;
}
.nemus-control-paging li a
{
    /*border-radius: 0px!important;*/
    border:2px solid rgb(51,51,51)!important;
    background: rgba(255, 255, 255, 0.55)!important;
}
.nemus-control-paging li a.nemus-active
{
    background-color: #fff!important;
}
.nemus-slider
{
    margin-bottom: 0px!important;
}
/* //banner */
/*booking-box*/
.main-box {
    display: inline-block;
}
.caption small {
    font-size: 22px;
    color: #fff;
}
.container.topmenu {
    font-weight: 600;
}
.mainhead {
    letter-spacing: 2.5px;
    font-size: 34px;
    line-height: 100px;
    font-weight: 700;
    position: relative;
    top: 14px;
    color: #fff;
    text-transform: uppercase;
}
.caption h3 {
    margin: 0px 0px;
    font-weight: normal;
    color: #fff;
}
.banner-btn {
    background: #2B8734;
    position: relative;
    border: 2px solid #2B8734;
    color: #ffffff;
    text-decoration: none;
    padding: 0px 30px;
    margin: 0px auto;
    display: inline-block;
    font-size: 20px;
}
a.mail {
    color: #313131;
}
/* home-aboutus */
.abtimg {
    float: left;
    padding-right: 40px;
}
.abtus{
    background: url(images/abtus.jpg)no-repeat;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background-size: cover;
    background-position: center center;
}
.aboutus
{
 padding-top: 55px;
padding-bottom: 45px;
}
.aboutus h1
{
       text-align: center;
    color: #2B8734;
    font-family: 'Raleway', sans-serif;
    /* font-size: 2.6em; */
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 0px;
}
.aboutus h1 span
{
    text-transform: uppercase;
    color: #004b8e;
    font-size: 1em;
    font-weight: 600;
    margin-left: 10px;
}
.about-content
{
 /*padding-top: 20px;   */
}
.about-content p
{
    line-height: 30px;
    letter-spacing: 0.024em;
    text-align: center;
    color: #000;
}
.havlock
{
 padding-bottom: 45px;   
}
.havlock p
{
   line-height: 30px;
    letter-spacing: 0.024em;
    /*text-align:justify;*/
    color: #000;
    margin-bottom: 50px;  
}
.havlock h2
{
 font-family: 'Raleway', sans-serif;  
color: #2B8734;  
text-transform: uppercase;       
}
.silversandneil
{
 padding-top: 10px;
    padding-bottom: 10px;
}
.silversandneil h2
{
   font-family: 'Raleway', sans-serif;  
    text-align:center;
color: #2B8734;
    text-transform: uppercase;
margin-top: 45px;
margin-bottom: 45px;
font-weight: 700;
}
.silversandneil
{
    width: 100%;
    /*background-color: #e8e6e6;*/
}
.silversandneil p
{  
   line-height: 30px;
    letter-spacing: 0.024em;
    color: #000;
    margin-bottom: 50px;  
}
.img-box
{
 padding: 81px;  
    
}
.neilimg
{
     border: 10px solid #000;   
        box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.6), 0 6px 11px 0 rgba(0, 0, 0, 0.6);
}
.leftimage
{
 width: 50%;
background-image: url(images/seaprincess.jpg);
    background-position: left;
    background-size: cover;
    background-repeat:no-repeat;
    position: relative;
    display: inline-block;
    min-height: 550px;.hentry-top-bg
    float: left;
}
.rightsec
{
  
}
.sea-box
{
    padding-top: 20px;
     width: 55%;
    top:8%;
    height: 450px;
    left: 43%;
    background-color: #000;
    position: absolute;
    border: 1px solid #000; 
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.6), 0 6px 10px 0 rgba(0, 0, 0, 0.6);
}
.sea-box h2
{
    color: #fff;
    font-family: 'Raleway', sans-serif;          
    text-align: center;
text-transform: uppercase;
}
.sea-box p
{
   line-height: 30px;
    letter-spacing: 0.024em;
    text-align: center;
    color: #fff;   
    padding: 7px 25px;
}
.rspace
{
 border: 1px solid rgba(255, 255, 255, 0.56)!important;
    background-color: #000!important;
    top: -15px;
    position: relative;
}
.rspace:hover
{
   border: 1px solid rgba(255, 255, 255, 0.56)!important; 
   
}
.mb10
{
 padding-top: 50px;
    padding-bottom: 50px;
}
.seaprincess
{
 padding-top: 90px;

}
.portblair
{
 padding-top: 35px;
    padding-bottom: 35px;
}
.portblair h2
{
    text-align: center;
    font-family: 'Raleway', sans-serif;           
    color: #2B8734;
    text-transform: uppercase;

}
.port-head
{
 padding-top: 20px;
    padding-bottom: 20px;
}
.port-sec
{
   width: 100%;
    background-image: url(images/port.jpg);
    
    background-repeat: no-repeat;
    background-size: cover;  
}
.port-topimg
{
 width:100%;
    position: relative;
    background-image: url(images/portblair.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 330px;
    
}
.port-content
{
       position: relative;
    background-color: #fff;
    margin-top: -70px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 30px 0;
    overflow: hidden; 
    margin-bottom: 90px;
}
.port-content p
{
   line-height: 30px;
    letter-spacing: 0.024em;
    text-align: ;
    color: #000;   
    padding: 7px 25px; 
}
.rdmore
{
        border-radius: 0!important;
    padding: 15px 31px!important;
    background-color: #2B8734;
    color: #fff!important;
    border: 1px solid #2B8734!important;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    transition: all 0.25s ease;
    font-weight: 600;
}
.rdmore:hover
{
    background-color: #2bbf3a!important;
    border: 1px solid #2bbf3a!important;
    color:#fff!important;
}
.rdmore:focus
{
    background-color: #2B8734; 
     color: #fff!important;
}

.hmgallery-block {
    display: inline-block;
    border-radius: 4px;
    padding: 0;
    margin: 0px;
}
.gtitle
{
 display: none;
    
}
.hm-gallery {
    margin: 0px 0px -20px 0!important;
}
.gallerypage .img_wrapper {
    
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0px 40px;
}
.hm-gallery .img_wrapper figure {
    width: 45%;
    float: none;
    position: relative;
}
.gallerypage .img_wrapper figure {
   
    display: inline-block;
    margin: 0px 0px 0px;
    text-align: center;
    float: none;
}
.hm-gallery .img_wrapper figure img {
    border: none;
    padding: 0px;
    box-shadow: none;
    width: 100% !important;
}
.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);
}
.hmgallery-block .img_wrapper figure figcaption h4 {
    font-size: 18px;
    margin-top: 0px;
    width: 100%;
}
.hm-gallery .img_wrapper figure figcaption h4 {
    position: absolute;
    left: 50%;
    top: 45%;
    color: #fff;
    transform: translateX(-50%) translateY(-32%);
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    display: inline-block;
    text-align: center;
}

.hm-gallery .img_wrapper figure:hover figcaption {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 14px;
}
.hm-gallery .img_wrapper figure img:after
{
    content: "";
    background: url(images/shadow-frame.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* home-aboutus */
/* home-facility */
.facility
{
 padding-top: 45px;
    
        background-color: #eee;
}
.facility h2
{
    text-align: center;
    color: #004b8e;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.3em;
    font-weight: 700;
    margin-top: 0;
}
.facility h2 span
{
    text-transform: uppercase;
    color: #004b8e;
    font-size: 1em;
    font-weight: 600;
    margin-left: 10px;
}
.fac-box
{
height: 99px;
margin-bottom: 45px;
}
.fac-icon
{
 float: left;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
   
}
.fac-icon:hover
{
    webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  transform: rotateY(180deg);  
}
.fac-head h2
{
    color: #221918;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;;
    margin: 0;
    vertical-align: top;
}
.fac-head
{
    display: inline-flex;
    float: left;
    margin: 12px 0px 0px 25px;
}
.facility p
{
    line-height: 24px;
    letter-spacing: 0.024em;
    text-align: left;
    color: #000;
    font-size: 15px;
}
.fac-block
{
  margin-top: 50px;  
}
/* //home-facility */
/* home-testimonials */
.testimonial
{
    padding-top: 45px;
    padding-bottom: 45px;
}
.testimonial h2
{
    text-align: center;
    color: #004b8e;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.3em;
    font-weight: 700;
    margin-top: 0;
}
/* //home-testimonials */
.bknw {
    border:0 !important;
    min-height: 33px;
}
.hentry-top-bg {
    background-image: url(images/bgimg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0px 0;
    min-height: 220px;
}
.entry-header h1 {
    font-size: 40px;
   font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
   position: relative;
    top: 50px;
    text-align: center;
text-transform: uppercase;
font-weight: 600;
}
/* inner - about us */
.inn-aboutus
{
    padding-top: 70px;
    padding-bottom: 45px;
}
.inn-aboutus p {
    line-height: 35px;
    letter-spacing: 0.024em;
    /*text-align: justify;*/
    color: #000;
}
/* //inner - about us */
/* //inner - amenities */
.amenities
{
padding-top: 70px;
padding-bottom: 45px;
}
.amenities h2
{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 30px;
    margin-bottom: 55px;
    text-transform: uppercase;
}
.amenities-box
{
 box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;  
    padding: 15px;
    border:1px solid #ddd;
    margin-bottom: 20px;
    /*min-height: 180px;*/
}
.ame-icon img{
    margin-top: 20px;
}
.amenities-box:hover
{
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    /*box-shadow: 0px 0px 13px 2px #a0a0a0;*/
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
}
.ame-icon
{
 text-align: center;   
}
.ame-head h2
{
 font-size: 15px;
font-family: 'Raleway', sans-serif;
    text-align: center;
    margin-top: 30px;
        margin-bottom: 20px;
    text-transform: capitalize;
 
}
/* services */
.newfac
{
    background-image: url(images/bg-image.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 45px;
}
.newfac h2
{
    text-align: center;
    font-family: 'Raleway', sans-serif;
color: #2B8734;
    text-transform: uppercase;
    font-weight: 700;
}
.newfac-icon
{
 text-align: center;   
    transition: all 0.5s ease;

}
.newfac-icon:hover
{
  webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);  
}
.newface-block h3
{
   text-align: center;
    line-height: 12px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    line-height: 1.3;
    font-size: 20px;
    margin: 22px 0;
}
.newface-block
{
 padding-top: 20px;   
}
.nfacbtn
{
 text-align: center;
    margin-top: 20px;
}
/* //services */
/* contactus */
.mapco {
    padding-bottom: 45px;
}
.contactfrm {
    margin-top: 30px;
    margin-bottom: 50px;
}
.contactform input, .contactform select {
    border: 1px solid #eee;
    border-radius: 0px;
    height: 40px;
}
form.contactform {
    margin-top: 30px;
}
.contactform textarea {
    border: 1px solid #eee;
    border-radius: 0px;
    height: 96px;
}
.contactform button.readmorebtn {
    display: inline-block;
    margin: 0px 15px;
    background: #2B8734;
    border: none;
    border-radius: 0px;
    padding: 11px 24px 10px;
}
.contactform li{
    line-height: 1;
}
input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #B94A48;
    background-color: #Fff;
    border: 1px solid #eee;
}
.parsley-errors-list.filled {
    margin: 0px;
}
.parsley-required, .parsley-type {
    background: #FFC9C9;
    color: #832020;
    text-align: center;
    font-size: 14px;
    padding: 3px 0;
}
.contact-us
.phone-box
{
   width: 100%;
    display: inline-flex;
 
}
{
    padding-top: 45px;
    padding-bottom: 45px;
}
.scfp-form-content
{
    padding-top: 20px!important;
}
.corp-ofc h2
{
 text-align: left;
 font-family: 'Raleway', sans-serif;  
color: #2B8734; 
}
.cont-block h3
{
  font-family: 'Raleway', sans-serif;  
    color: #333;
}
.con-icon
{
   float: left;
    margin: 0px 20px 0 0;
    clear: both;
}
.cont-block p
{
      float: left;
    margin-bottom: 10px;
    line-height: 28px;  
/*text-align:justify;*/
}
.con-mail
{
    color:#000;
    text-decoration: none;
}
.con-mail:hover
{
    text-decoration: none;
    color: #000;
}
.con-icon i
{
       font-size: 16px;
    line-height: 24px; 
}
.hotel-ofc
{
 padding-top: 45px;
}
.hotel h4
{
  font-family: 'Raleway', sans-serif;     
}
.heading {
    font-size: 34px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 20px;
    color: #343434;
    letter-spacing: 0.8px;
}

.txt-center {
    text-align: center;
}
.box1 {
    width: 300px;
    position: relative;
    margin: 5px;
    display: inline-block;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    vertical-align: top;
    margin-bottom: 30px;
}
.room-img.right1 {
    float: right;
}
.product-imitation1 {
    position: relative;
    text-align: left;
}
.product-imitation1 img {
    position: relative;
}
.product-imitation img:hover{
    transform: scale(1.2);
}
.roomspg hr {
    border: 1px solid #efefef;
    top: 10px !important;
    position: relative;
    background: none !important;
    height: 0px !important;

}
#rooms .product-box img {
    margin: 0px;
    position: relative;
    width: 100%;
    transition: all 0.4s ease;
}
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #D8D8D8;
    padding: 6px;
}
.product-name {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    font-family: 'Raleway', sans-serif;
    margin: 11px 0;
}
.book-btn1 {
    width: 100%;
    display: inline-block;
    margin: 11px 0;
}
.book-btn1 a {
    float: left;
    width: 46%!important;
    margin: 0 2%;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
}
a.bkbtn11 {
    border: 2px solid green;
    color: #2B8734;
    font-weight: 600;
}
a.bkbtn11:hover {
    background-color: #2B8734;
    color: #fff;
    font-weight: 600;
}
.lined {
    background: transparent;
    border: 2px solid #c90f13!important;
    color: #c90f13!important;
}
.moreview {
    /*margin-top: 30px;*/
}
.learnmore {
    padding-right: 30px !important;
    padding-left: 30px !important;
    position: relative;
    overflow: hidden;
}
.button1 {
    background: #2B8734;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.hotel p
{    
    float: left;
    margin-bottom: 10px;
    line-height: 28px;  
    /*text-align: justify;*/
    
}
.hotel
{
        border: 1px solid #2B8734;
    padding: 0px 0px 25px 30px;
    width: 45%;
    margin-right: 35px;
    margin-top: 35px;
    box-shadow: 1px 5px 15px 0px rgba(0,0,0,0.4);
}
.hotel:hover
{
    background-color: #2B8734;
    color: #fff;
}
/* //contactus */
.thanku
{
 padding-top: 45px;
    padding-bottom: 45px;
}
.thanku p
{
    line-height: 30px;
}
ul.nav-menu ul a, .nav-menu ul ul a
{
        width: 270px;
}
.nav-menu .sub-menu, .nav-menu .children
{
    background-color: #2B8734;
    border: none;
box-shadow: 0px 0px 9px 1px rgba(43,135,52,0.8);
}
ul.nav-menu ul a:hover
{
   background-color: #2bbf3a;
    color: #fff;
}
.nav-menu li a
{
    cursor: pointer;
}
.slides:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    z-index: 99;
}
.nemus-slider .caption 
{
    background: none!important;
   width:80%!important;
}
.nemus-slider .caption a
{
   color:#fff!important;
    text-decoration: none!important;
     font-family: 'Lora', serif!important;   
    font-size: 52px!important;
    font-weight: 700!important;
    letter-spacing: 2px!important;
    line-height:70px!important;
  
}
.nemus-slider .caption.cc
{
    text-align: center!important;
    left:31%!important;
}
.nav-menu li a:focus
{
    background-color: #fff!important;
    color:#000!important;
}
.nav-menu .sub-menu li a:focus
{
 background-color: #2B8734!important;
    color:#fff!important;
}
.bedge
{
padding-top:20px;
}
.exp-port h2
{
text-align: center;
    font-family: 'Raleway', sans-serif;
color:#333;
    text-transform: uppercase;

   
}
.exp-port p
{
line-height: 30px;
    letter-spacing: 0.024em;
    text-align:left;
    color: #000;
    margin-bottom: 50px;
}
/* explore */
.explore
{
    padding-top: 45px;
    padding-bottom: 45px;
    width:100%;
    background-image: url(images/explore.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.explore h2
{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}
#owl-demo .item
{
    margin: 15px!important;
}
/*// explore */
/* map */
.map
{
    padding-top: 45px;
    padding-bottom: 45px;
}
.and-map
{
 width:50%;
    float: left;
    margin-right: 10px!important;
}
.map-content p
{
    line-height: 24px;
    letter-spacing: 0.024em;
    /*text-align:justify;*/
    color: #000;
    padding: 10px;
}
/*// map */
/*portblair */
.portblair
{
 padding-top: 45px;
    padding-bottom: 45px;
}
.portblair p
{
   line-height: 24px;
    letter-spacing: 0.024em;
    /*text-align: justify;*/
    color: #000;
   
}
.historical h2
{
   font-family: 'Raleway', sans-serif;
    color: #2B8734;
    text-align: left;
    text-transform: uppercase;
}
.tour-block {
    margin: 40px 0;
}
.tour-block:first-child {
    margin-top: 0;
}
.tour-block h3 {
    margin-top: 0;
    color: #2B8734;
    margin-bottom: 9px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.tour-block p
{
  line-height: 24px;
    letter-spacing: 0.024em;
    /*text-align: justify;*/
    color: #000;  
}
.terms
{
padding-top:45px;
padding-bottom:45px;
}
.terms .tarifftitle
{
    margin-top: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: left;
    color: #333;
    font-family: 'Raleway', sans-serif;
}
.terms ul li
{
line-height:32px;
}
.divider
{
 border:1px solid #ddd;
    height:0px;
    margin: 0 0 45px;
}
.sub-menu li.current-menu-ancestor a
{
color:#fff!important;
}
.nav-menu .sub-menu .current-menu-ancestor > a
{
color:#fff!important;
}
.nav-menu .sub-menu li a
{
color:#fff!important;
}
/*// portblair */

.expandman
{
background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.65)!important;
    padding: 15px 31px!important;
    border-radius: 0!important;
}
.res_cnt select {
    border: 1px solid #737576;
    width: 55px;
    border-radius: 0;
}
.bookingboxwrap h2{
           text-align: center;
    padding: 0;
    margin: 0;
    display: inline-block;
    top: 20px;
    position: relative;
    color:#2B8734;
    width: 100%;
    font-size:28px;
    text-transform: uppercase;
    font-weight:700;
}
.bookingbox input, .bookingbox select, select.reztxtboxnw
{
padding-left: 10px;
}
.reztxtboxnw
{
 width: 220px!important;
}
.nav-menu .current-menu-ancestor > a
{
color:#000;
font-style:normal;
}
.nav-menu .current-menu-item > a,
{
color:#fff;
}


.checkinbox
{
border-radius: 0!important;
}
.experience
{
padding-top:45px;
padding-bottom:45px;
}
.tripadv h2
{
    font-family: 'Raleway', sans-serif;
    text-align:center;
color:#333;
    text-transform: uppercase;

}
/* booking engine */
/*.bb_resbox {
    background: rgba(0, 0, 0, 0.8)!important;
    font-size: 14px !important;
    border: none !important;
    padding: 10px 0px !important;
    text-align: center;
    position: relative;
    bottom: 0px;
    z-index: 555;
    margin-top: -87px;
        width: 100%!important;
}
.main-box {
    display: inline-block;
}
p.bbres_fieldset {
    float: left;
    width: 100%;
   
    padding: 7px 7px 0 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;    
}
#bb_resBookingBox p label {
    margin-bottom: 10px;
}
p.bbres_fieldset label {
    float: left;
    padding-top: 3px;
    width: 80px;
    text-align: left;
    display: block;
    float: left;
    clear: both;
    font-weight: normal;
    padding: 4px 0px;
    font-weight: normal !important;
}
p.bbres_fieldset .datepicker {
    width: 200px!important;
}
.hasDatepicker {
    min-width: 120px !important;
    background: none !important;
}
.bb_resbox button.ui-datepicker-trigger {
    position: absolute;
    top: 52%;
    margin: -2px !important;
    right: -10px;
    z-index: 1;
}
.bb_resbox button.ui-datepicker-trigger {
    top: 57%!important;
}
/* // booking engine */
/* packages */
.tariff {
    display: inline-block;
    width: 100%;
    text-align: center;   
    
}
.tariff .tarifftitle {
    margin-top: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: left;
    color: #333;
    font-family: 'Raleway', sans-serif;
}
.tariff .valid {
    margin: 9px 0px 0px;
    font-size: 18px;
    text-align: left;
    font-family: open sans-serif;
    text-transform: uppercase;
}
.tariff .btnsec {
    margin: 0px 0px;
    float: right;
    display: inline-block;
}
/*btnbook, .btnbook:hover, .btnbook:focus {
    display: inline-block;
    margin: 0px 8px;
    background: #333;
    color: #fff!important;
    border-radius: 0px;
    transition: all ease 0.5s;
border-radius:0px!important;
}*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 700;
}
.btnsec .bkbtnlast {
       background: transparent;
    color: #333!important;
    border: 1px solid #333;
    border-radius: 0;
    transition: none;
    padding: 10px 25px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}
.tariff table.table.table-bordered {
    margin-top: 25px;
margin-bottom:50px;
}
.tariff .panel-body {
    text-align: left;
    padding: 0px 15px;
}
.tariff .panel-body h5 {
    margin: 30px 0px 0px;
text-transform: uppercase;
}
.tariff .panel-body ul {
    margin: 0px;
    padding: 0px;
}
.tariff .panel-body ul li {
    margin: 10px 0px;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.packages
{
padding-top:45px;
padding-bottom:45px;
}
.table-bordered {
   
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
/*text-align:justify;*/
}
.table-bordered>tbody>tr>td
{
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
}
.table-bordered tbody:first-child tr:first-child > td:last-child
{
/*text-align:justify;*/
}
.tariff .panel-body h3
{
 font-family: 'Raleway', sans-serif;
}
.days
{
width:10%;
}
.table-bordered>tbody>tr>td
{
line-height:26px;
}
/* //packages */

.Facilitybox {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.3);
    width: 50%;
    padding-bottom: 15px;
    margin: 0 auto;
    height: 200px;
}
.Facilitybox h5 {
    background: #000;
    padding: 10px;
    color: #fff;
    margin: 15px 0px;
}
.Facilitybox ul {
    list-style-type: square;
    margin: 0; 
}
.Facilitybox ul li {
    text-align: left;
    line-height: 2;
    width: 33.33%;
    float: left;
}

.hp {
    margin-bottom: 40px;
}

.ab_part {
    /*margin: 30px 0px 10px 0px;*/
}
.ml20 {
    /*margin-left: 20px;*/
    font-weight: bold;
}
.mrtb15 {
    /*margin: 15px 0px 5px 0px;*/
    font-size: 18px!important;
}
.ft18 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}
.space {
    padding: 20px 0px;
}
.map-inner {
    margin: 20px 0px;
}
.ft22 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}

/*Room*/
.cs-price a{ text-decoration: none; }
.innercontent {
    padding-bottom: 45px;
    padding-top: 45px;
}
.roomview {
    margin-top: 30px;
    margin-bottom: 30px;
}
.room-view h2 {
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 5px;
}
.room-view {
    text-align: left;
    margin-top: 0px;
    /*margin-left: 50px;*/
}
.room-facility ul {
    list-style-type: square;
    color: #525252;
    line-height: 30px;
    letter-spacing: 1px;
    width: 100%;
    padding: 0px;
    /*margin-top: -15px;*/
}
.room-facility ul li {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: left;
    line-height: 3;
}
ul.header-top.pull-right.mb0.left li a{
    margin-left: 10px;
}
li.phone {
    margin-left: 10px;
}
.room-img .slides:before{ background-color:none !important;}
.cs-price{
    position: relative;
    top: 30px;
}
.room-view p{
    /*margin:0;*/
}
/*gallery*/
.ez_img img{
    min-height: 140px !important;
}
.gallery{
    padding-top: 45px;
    padding-bottom: 45px;
}
.gallery h2{
    text-align: center;
        font-family: 'Raleway', sans-serif;
    text-align: center;
    color: #2B8734;
    text-transform: uppercase;
}
.ez_img {
    display: inline-block;
    margin: 10px;
    box-shadow: 0px 0px 10px 0px rgba(62, 64, 149, 0.23);
}
.nemus-direction-nav a{
    top: 45% !important;
}
.room-img .nemus-direction-nav a{
    top: 42% !important;
}
/*polices*/
.policies {
    margin: 50px 0px 50px 0px;
}
/*local attractions*/
.container.localattract{ padding-top: 50px; }
.title-box {
    margin-top: -10px;
}
.title-box span{
    display: inherit;
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
}
.lo-attraction {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.lo-attraction h2 {
    margin-bottom: 50px!important;
    margin-top: 30px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: #2B8734;
    text-transform: uppercase;
}
.loimg-block {
    margin-bottom: 35px;
}
.inner-box {
    position: relative;
    border:1px solid #ddd;
     box-sizing: border-box;

}
.inner-box:hover {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    /*box-shadow: 0px 0px 13px 2px #a0a0a0;*/
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
}
.inner-box .image-box {
    position: relative;
}
.inner-box .image-box img{ width: 100%; }
.lower-content {
    position: relative;
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
    min-height: 280px;
}
.lower-content .upper-box {
    position: relative;
    padding:35px;
}
.lower-content .upper-box h2 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 50px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.97);
        font-size: 18px;
    margin:0 0;
    text-transform: none;
    text-align: center;
    color: #2B8734;
        background: #fff;
    margin-bottom: 0!important;
}
.content1 {
    margin-top: 20px;
}
.content1 strong{ color: #2B8734; }
.content1 a{ color: #000;text-decoration: none; }
.content1 p{margin: 10px 0 !important; font-size: 14px;}
.lo-attraction h3 {
    text-align: center;
    font-size: 18px;
}
.loimg-block p {
    margin: 0px;
}
p.readbtn{
    margin-top: 20px;
}
.btn-local {
    color: #fff;
    font-weight: 700;
    padding: 7px 11px;
    background-color: #012554;
    border: 2px solid #012554;
    z-index: 18;
    margin: 0 auto;
    display: table;
    margin-top: 10px;
}
.local {
    margin-top: 10px;
    margin-bottom: 30px;
}
/*map*/
/*.map {
    padding-top: 50px;
}*/
.location {
    padding-top: 20px;
    padding-bottom: 0px;
}
.form-group{
    margin-bottom: 20px;
}
.room-view p{
    margin: 0;
}
.form-btnouter .wpcf7-submit {
    width: auto;
    height: auto;
    background: #2B8734;
    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: #2B8734;
    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.wpcf7-text {
    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.wpcf7-text: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;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border-radius: 0;
    transition: all 0.25s linear;
    color: #000;
    box-shadow: none;
    border:1px solid #ddd;
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    height: auto;
    max-height: 100px;
    resize: none;
}

.wpcf7-submit {
    width: auto;
    color: white !important;
    padding: 9px 20px !important;
    background: #2B8734 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom: none !important;
    border: 1px solid #2B8734 !important;
    font-weight:600;
}
.wpcf7-submit:hover,
.wpcf7-submit:focus {
    transition: all 0.3s ease 0s;
    background: #2B8734 !important;
    color: #FFF !important;
    border: 1px solid #2B8734!important;
    outline-color: #2B8734;
    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;
}
.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;
}
.wpcf7-validation-errors, 
.wpcf7-acceptance-missing {
    display: inline-block !important;
}
.grecaptcha-badge { display: none; }
label.txt_label { 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 */
.bknw {
    background-color: #2b8734;
}
.bkbtn:hover, .bkbtn:focus {
    background: #1d5c23 none repeat scroll 0 0;
    border: 2px solid #1d5c23;
}

@media (max-width: 1199px)
{
    .room-view{
        margin-bottom: 45px;
        margin-left: 0;
    }
    .room-facility ul{
        margin-top: 0;
    }
    .room-facility ul li{
        /*line-height: 1.9;*/
    }
    .room-view h2{
        margin: 3px 0;
        font-size: 22px;
    }
    .container.topmenu {
    width: 100%;
}
    .img-box
    {
        padding: 30px;
    }
    .sea-box
    {
        top: 5%;
        height: 495px;
    }
    #nav_menu-2 {
    width: 20%;
}
    #nav_menu-3 {
    width: 25%;
}
    #text-2 {
    width: 250px;
}
    #text-3
    {
       width: 250px;  
    }
    .amenities-box
    {
        min-height: 210px;
    }
    .hotel
    {
        min-height: 240px;
    }

    .contact-us
    {
      padding-bottom: 10px;  
    }
    .res_cnt
    {
        /*margin-right: 7px;*/
    }
    .res_cnt button{
        margin-top: 45px;
    }
    .bookingbox select
    {
        padding-left: 20px;
height: 35px;
    }
    .bknw
    {
        margin-left: 10px;
    }
.bookingbox input, .bookingbox select, select.reztxtboxnw
{
margin-top: 10px;
}
.bookingbox input[type="text"]
{
font-size:14px;
}
.bookingbox select
{
font-size:14px;
}
input, textarea, .uneditable-input {
    width: 175px;
}
/* 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:focus {
        outline: none;
    }

    .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: 100%;
    }

    .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;
    }
    nav#site-navigation
    {
        margin-top: 68px;
        position: absolute;
        width:100%;
        right: 0;
    }
    .navbar{ min-height: 68px; }
    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active
    {
        float: right;
        top: -58px;
position: relative;
    }
    .bkbtn
    {
        margin-top: 0;
position: absolute;
z-index: 1;
right: 70px;
top: -55px;

    }
    .pull-left {
    float: left!important;
    left: 20px;
    position: absolute;
}

    .nav-menu .current_page_item > a
    {
        padding-bottom: 20px;
    }
    .toggled-on .nav-menu > li a:hover, .toggled-on .nav-menu > ul a:hover
    {
        background-color: #fff;
        color: #fff!important;
    }
    .toggled-on .nav-menu > li a:focus, .toggled-on .nav-menu > ul a:focus
    {
        color:#000!important;
        outline: none;
    }
    .menu-toggle::after
    {
        display: none;
        
    }
    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active
    {
        /*padding: 12px 150px 12px 20px;*/
    }
    .menu-toggle i
    {
        font-size: 28px;
    }
   .toggled-on .nav-menu, .toggled-on .nav-menu > ul {
    display: block;
    margin-left: 0;
    padding: 0;
    width: 33%;
right: -40px;
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.41);
}
    .toggled-on .nav-menu > li a:hover
    {
        color: #fff!important;
         background-color: #2B8734!important;
    }
    .toggled-on .nav-menu li > ul.sub-menu a:hover
    {
        color: #000!important;
    }
    .toggled-on  .nav-menu .current_page_item > a:hover
    {
        color: #fff!important;
        background-color: #2B8734!important;
    }
    .toggled-on .nav-menu, .toggled-on .nav-menu > ul
    {
        position: relative;
z-index: 9999999999;
background-color: #fff;
        top: 0px;
        float: right;
        box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
    }
    
    .headerlogo
    {
          width: 23%;
    float: left;
    position: absolute;
    left: 20px;
    }

.reztxtboxnw
{
width: 175px !important;
}
.bknw
{
font-size:14px;
}
   
    
    
}
@media (max-width: 991px) {
    .res_cnt button {
    top: 5px !important;
    position: relative;
}
    .room-img.right1 {
    margin-bottom: 20px;
}
    .aboutus h1{
        font-size: 30px;
    }
    .room-view{
        margin-bottom: 60px;
    }
    .room-facility ul{
        margin-top: 0;
    }
    div.roomview {
    border: 1px solid #ddd;
    margin-bottom: 0;
    padding: 0;
}
.roomspg hr{ display: none; }
.col-md-6.room-img{
    padding:0;
    width: 100%;
}
    .roomview{
            margin-bottom: 60px;
    }
        .room-facility ul li{
        line-height: 3;
    }
    .room-view h2{
        /*margin: 25px 0;*/
    }
.room-view{ 
    margin-left: 0px;
    margin-top:20px;
 }  
 .room-facility ul{
    /*margin: 0;*/
    bottom: 10px;
    position: relative;
 }
 .cs-price{
    position: relative;
    top: 20px;
 }
  #nav_menu-3 {
    width: 35%;
}
  .table {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
}
    .nemus-slider .caption a
    {
        font-size: 40px !important;
    }
    .havlock
    {
        text-align: center;
    }
    .havlock p
    {
        text-align: center;
    }
    .silversandneil h2
    {
        text-align: center;
    }
    .silversandneil p
    {
        text-align: center;
    }
    .img-box
    {
        padding: 30px;
padding-top: 5px;
    }
    .leftimage
    {
     width: 100%;   
    }
    .sea-box
    {
     position: relative;
     width: 100%;
    left:0%;
        margin-top: 35px;
        height:437px;
    }
    .port-content p
    {
        text-align: center;
    }
    .smlcontainer
    {
     /*height: 90px!important;*/
        text-align: center;
    }
    .copyrightoth
    {
     /*float: none!important;  */ 
    }
    .copyleft
    {
     /*float: none!important;*/
     text-align: center;
        display: inline-block;
    }
#text-2 {
    width: 40%;
}
#nav_menu-2 {
    width: 25%;
}
    #text-3
    {
        text-align: center;
        width: 100%;
    }
    .amenities-box {
    min-height: 185px;
}
     .hotel
    {
        width: 46%;
        margin-right: 15px;
        margin-left: 15px;
        margin-top: 28px;
    }
    .res_cnt
    {
        float: none;
        /*text-align: center;*/
    }
    .bookingbox select {
    padding-left: 16px;
}
    .res_cnt {
    /*margin-right: 1px;*/
}
    .amenities-box {
    min-height: 210px;
    }
    .homeSlider .owl-carousel .owl-item .item img { min-height: 450px; height: 100%; width: 100%; }
}
/* End: 991 */
@media (max-width: 979px){
        .abtimg{
        padding-right: 0;
        text-align: center;
        float: none;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
.site-info{
    font-size: 14px;}
    .footermenu
{
 padding-bottom: 40px;   
}
    .silversandneil h2{ 
        font-size: 26px;
    font-weight: 700; }
    .newfac h2{
    font-size: 26px;
    font-weight: 700; 
    }
    #gallery h2{
        font-size: 26px;
    font-weight: 700;   
    }
    .mapco{
        margin-left: -15px;
    }
    form.contactform{
        margin-right: 30px;
    }
    .abtimg{
        padding-right: 0;
        text-align: center;
        float: none;
    }
    .contact-us .row{
        margin-left: 0;
    }
    .loimg-block {
    width: 50%;
}
    .inn-aboutus p{  position: relative; }
    .aboutus h1{ font-size: 30px; }
  .nemus-slider .caption a {
    font-size: 35px !important;
}
.caption.caption.cc.anim-right{
    display: none;
}
    .nemus-slider .caption.cc
    {
        left: 30% !important;
    }
    .newface-block
    {
        width:50%;
       min-height: 200px;
    }
    #nav_menu-2
    {
     width: 50%;   
     height: 1px;     
    }
    #text-2
    {
     width: 50%; 
     position: relative;
     top: 20px;  
    }
    #text-3
    {
        text-align: left;
        width: 50%;
        position: relative;
        top: 20px;
    }
    .nemus-slider
    {
        width:100%!important;
        /*margin-bottom: 30px!important;*/
    }
    .ame-res
    {
     width: 50%;   
    }
    .hotel    
    {
        width: 100%;
        min-height: 200px;
        margin-left: 0px;
        margin-right: 0px;
    }
.amenities-box {
min-height: 0px!important;
padding: 15px!important;
height: auto;
}
.tour-block
{
text-align:center;
} 
.tour-block p
{
text-align:center;
}
.historical h2
{
text-align:center;
}
    
}

@media (max-width: 767px) {
    .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: 643px) {
.res_cnt button {
    margin-top: 25px;
}
.lower-content{
    min-height: auto;
}
li{
    line-height: 25px;
}
    /*#rooms .box1{ width: 100%; }*/
    .loimg-block {
    width: 100%;
}
    .toggled-on .nav-menu, .toggled-on .nav-menu > ul {
    position: relative;
    z-index: 9999999999;
    background-color: #fff;
    top: 0px;
    float: right;
    box-shadow: -1px 0px 2px 0px rgba(0,0,0,0.16);
}
.hm-testimonial .heading{ font-size: 26px; }
.hm-testimonial h3{ font-size: 16px; }
.site-footer
{
font-size: 14px;
}
    .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;
    }
    .headerlogo {
    width: 23%;
    }
    
    .pull-left
    {
        display: none;
    }
    .nemus-slider .caption a {
    font-size: 24px !important;
}
h2{ font-size: 22px; }
h3{ font-size: 18px; }
    .aboutus h1
    {
        font-size: 26px;
    }
    .havlock h2
    {
        font-size: 26px;
    }
    
    .leftimage
    {
        width:100%;
    }
    .sea-box
    {
        position: relative;
        width: 100%;
        left:0%;
        margin-top: 50px;
        min-height: 480px;
    }
    .portblair h2
    {
        font-size: 26px;
    }
    #nav_menu-2 {
    width: 40%;
}
    #text-2 {
    width: 40%;
}
    .ame-res
    {
     width: 50%;   
    }
    
    
}
@media( max-width: 575px){
        .copyrightoth
    {
     float: none!important;  
    }
    .copyleft
    {
     float: none!important;
     text-align: center;
        display: inline-block;
    }
    .site-info{
        height: auto;
    }
    .policies p{
        font-size: 14px;}
        .policies li{
            font-size: 14px;
        }
        .box-gallery:nth-child(3) {
    
display: none;
}
        .box-gallery:nth-child(4) {
display: none;
}
        .box-gallery:nth-child(6) {
display: none;
}
        .box-gallery:nth-child(7) {
display: none;
}
}
@media (max-width: 563px)
{

    .nav-menu .current_page_item > a{
            padding-bottom: 10px;

    }
    .nav-menu li a{
        padding: 10px 20px;
    }

    .sea-box
    {
        min-height: 510px;
    }
    #nav_menu-2 {
    width: 50%;
}
#nav_menu-3 {
    width: 50%;
}
    #text-2 {
    width: 50%;
}
    #text-3 {    
    width: 50%;
}
    .ame-res
    {
     width: 100%;   
    }

}
@media (max-width: 525px)
{
   .sea-box {
    min-height: 550px;
} 
}
@media (max-width: 500px)
{
    .bookingboxwrap h2{
        font-size: 24px;
    }
    .toggled-on .nav-menu, .toggled-on .nav-menu > ul{
        width: 50%;
    }
    .room-facility ul li{
        width: 100%;
        font-size: 14px;
    }
    #nav_menu-3{
        width: 100%;
    }
    #nav_menu-2{
        width: 100%;
        height: auto;
    }
    #text-2{
        width: 100%;
        top: 0;
    }
    #text-3{
        width: 100%;
        top: 0;
    }
    .hentry-top-bg{
            min-height: 180px;
    }
.entry-header h1{
top:40px;}
.tariff .tarifftitle
{
font-size: 24px;
}
 
    .headerlogo {
    width: 28%;
}
    .nemus-slider .caption.cc
    {
      left: 11% !important;  
    }
    .nemus-slider .caption
    {
        top:61%!important;
    }
    .nemus-direction-nav a
    {
        width: 32px !important;
        height: 86px !important;
    }
   .nemus-direction-nav a::before {
    font-size: 33px !important;
    width: 27px !important;
       line-height: 80px !important;
}
    .nemus-direction-nav a {
    width: 27px !important;
    height: 80px !important;
}
    .aboutus h1 {
    font-size: 26px;
}
   
    .silversandneil h2
    {
        font-size: 26px;
    }
    .silversandneil p
    {
        font-size: 13px;
    }
    .sea-box
    {
        height:550px;
    }
    .sea-box h2
    {
        font-size: 26px;
    }
     .leftimage
    {
        background-position: center;
    }
    .newface-block
    {
        width:100%;
        min-height: auto;
    }
    .newfac h2
    {
        font-size: 26px;
    }
     .newface-block h3
    {
        font-size: 18px;
    }
    .copyrightoth
    {
        font-size: 13px;
    }
    .copyleft
    {
     font-size: 13px;   
    }
    .entry-header h1 
    {
        font-size: 32px!important;
    }
    .amenities h2
    {
        font-size: 26px;
    }
    .corp-ofc h2
    {
        font-size: 26px;
    }
    .cont-block h3
    {
        font-size: 20px;
    }
    .hotel h4
    {
        font-size: 18px;
    }
    .nemus-slider .caption a
    {
        font-size: 20px!important;
    }
    element {
    margin-top: -140px;
}
.nemus-slider .caption.cc {
    margin: 0 0 0 0;
    top: auto;
    bottom: 0px;
    left: 0;
}
.nemus-slider .caption.cc {
    left: 50%;
    top: 50%;
    margin-left: -20%;
}
.nemus-slider .caption.anim-top {
    transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    -webkit-transform: translate(0,-50px);
}
.nemus-slider .caption.cc {
    left: 11% !important;
}
.nemus-slider .caption.cc {
    left: 30% !important;
}
.nemus-slider .caption.cc {
    text-align: center !important;
    left: 35% !important;
}
.nemus-slider .caption {
    padding: 10px;
    width: 100%;
    margin: 0 0 0 -20px;
    font-size: 12px;
}

.nemus-slider .caption {
    top: 70% !important;
}
    .nemus-slider .caption.cc
    {
        left: 12%!important;
    }
  
}
@media (max-width: 475px)    {
    .col-md-5.col-sm-12.col-xs-12.corp-ofc {
    padding: 0;
    }
    .cont-block p{
    padding-left: 10px !important;
    }
    .sea-box {
    height: 580px;
    }  
    .smlcontainer {
    /* height: 120px !important*/
    }
    .homeSlider .owl-carousel .owl-item .item img,
    .roomSlider .owl-carousel .owl-item .item img { min-height: 210px;}
}
@media (max-width: 420px) 
{
    form.contactform{
        margin-right: 0;
    }
    form.contactform .col-md-6.col-sm-6.col-xs-12{
        padding-left: 0;
    }
    .col-md-7.col-sm-12.col-xs-12 {
    padding-left: 0;
}
   .sea-box {
    height: 650px;
}
    nav#site-navigation
    {
            margin-top: 68px;
    }
}
@media (max-width: 410px)
{
        .site-info .container{
        padding: 0;
    }
    .container.topmenu{ display: none; }
.bkbtn
{
display: none;
}
.cont-block p{ font-size: 14px; }
}
@media (max-width: 367px)
{
.entry-header h1{
top:50px;}
    .contact-us .row {
    margin-left: -5px;
}
    .cont-block p {
    font-size: 13px;
}   
    
    .aboutus{
        /*padding-top: 0px;*/
    }
.tariff .panel-body h5
{
text-align:center;
}
.tariff .tarifftitle
{
text-align:center;
}
.tariff
{
padding:0px;
}
.tariff .btnsec
{
float:none;
text-align:center;
}
.tariff .panel-body ul
{
font-size:14px;
}
  
    .nemus-slider .caption a {
    font-size: 20px !important;
}
    .nemus-direction-nav a::before {
    line-height: 77px !important;
    font-size: 28px !important;
    width: 27px !important;
}
    .aboutus h1 {
    font-size: 22px;
}
    .about-content p
    {
        font-size: 13px;
    }
    .havlock p
    {
        font-size: 13px; 
    }
    .havlock h2 {
    font-size: 22px;
}
    .rdmore
    {
        font-size: 12px;
    }
    .aboutus
    {
        /*padding-bottom: 0px;*/
    }
    .havlock {
    padding-bottom: 25px;
}
    .silversandneil h2 {
    font-size: 22px;
}
    .sea-box h2 {
    font-size: 22px;
}
    .sea-box p
    {
        font-size: 13px;
    }
    .portblair h2 {
    font-size: 22px;
}
    .port-content p
    {
        font-size: 13px;
    }
    .newfac h2 {
    font-size: 22px;
}
    .newface-block h3 {
    font-size: 16px;
        margin-top: 10px;
}
    .site-footer .widget a, .site-footer .widget a:focus
    {
        font-size: 13px;
    }
    .textwidget p
    {
        font-size: 13px;
    }
   .site-footer .widget-title, .site-footer .widget-title a, .site-footer .wp-caption-text
    {
        font-size: 18px;
    }
    .inn-aboutus p
    {
        font-size: 13px;
    }
     .entry-header h1 
    {
        font-size: 26px!important;
    }
    .hentry-top-bg
    {
            min-height: 185px;
    }
    .amenities h2 {
    font-size: 22px;
}
    .ame-head h2
    {
        font-size: 15px;
    }
    .corp-ofc h2 {
    font-size: 22px;
}
    .cont-block h3 {
    font-size: 16px;
}
    .cont-block
    {
     font-size: 13px;   
    }
    .scfp-form-content .scfp-form-row .scfp-form-label
    {
        font-size: 13px;
    }
      .hotel h4 {
    font-size: 16px;
    line-height: 24px;
}
    .hotel
    {
        font-size: 13px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .con-icon
    {
        margin: 0px 12px 0 0;
    }
   nav#site-navigation {
    margin-top: 68px;
}
.col-md-7.col-sm-12.col-xs-12{
    padding-right: 5px;
}
}
@media (max-width: 350px)
{

    .toggled-on .nav-menu, .toggled-on .nav-menu > ul{
        width: 60%;
    }
   .sea-box {
    height: 700px;
} 
}
@media (max-width: 345px){
.textwidget {
padding-right:45px;
}
.box1 {
    width: 100%;
    margin: 5px auto;
}
}
@media(max-width: 327px){

    .header-top.pull-right.mb0.left{display: none;}
}
@media (max-width: 320px)
{

   .sea-box {
    height: 720px;
} 
    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active
    {
        /*padding: 26px 26px 12px 20px;*/
    }
}
@media (max-width: 300px)
{
   .nemus-slider .caption a {
    font-size: 16px !important;
}
    .aboutus h1 {
    font-size: 19px;
}
    .sea-box {
    height: 800px;
}
 nav#site-navigation {
    margin-top: 68px;
}   
    
}

