/*
Theme Name: Escape Rooms Connecticut
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: escaperoom
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.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:
$rembase:     14;
$line-height: 24;
---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)
---------- Vertical spacing
Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:
.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}
---------- Further reading
http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
/* =Reset

-------------------------------------------------------------- */
/* font-family: 'Rajdhani', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700');
/* font-family: 'Source Sans Pro', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400');
/* font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700');
@font-face {
font-family: 'Capture it';

src: url('../fonts/Captureit.eot');
src: url('../fonts/Captureit.eot#iefix') format('embedded-opentype'),
url('../fonts/Captureit.woff2') format('woff2'),
url('../fonts/Captureit.woff') format('woff'),
url('../fonts/Captureit.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
html{ margin:0 !important ;}
body	
{	margin:0 auto; padding:0;
font-family: 'Rajdhani', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
color:#2b2b2b; font-size:15px; font-weight:400;
background:#ffffff;
}
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
hr
{	background:#d8d8d4;
border:0;
margin:1em 0;												/* BASE FONT = 16px >>> 16px 0/16px = 1em 0 */
height:0.063em;												/* BASE FONT = 16px >>> 1px/16px = 0.063em */
clear:both;
}
hr.blank
{	background:none;
margin:0.5em 0;
}  
form{padding:0; margin:0;}
p	{ font-family: 'Source Sans Pro', sans-serif;
color:#2b2b2b;  font-size:18px; font-weight:normal; margin:0 0 15px 0;}
h1	{ font-family: 'Rajdhani', sans-serif; font-weight:normal; margin:0 0 15px 0;   font-size:34px; color:#d22030; margin: 0 0 20px; }
h2	{ font-family: 'Rajdhani', sans-serif; color:#c90002; font-size:28px; font-weight:600; margin:0 0 15px 0;}
h3	{ font-family: 'Rajdhani', sans-serif; color:#c90002; font-size:22px; font-weight:600; margin:0 0 15px 0;}
h4	{ font-family: 'Rajdhani', sans-serif; color:#c90002; font-size:20px; font-weight:600; margin:0 0 10px 0;}
h5	{ font-family: 'Rajdhani', sans-serif; color:#c90002; font-size:18px; font-weight:600; margin:0 0 10px 0;}
iframe, img, embed, object, video, canvas { max-width: 100% }
img	{ border:none; vertical-align:middle; height:auto;}
a	{ outline:none; text-decoration:none; color:#d22030; }
div { outline:none; }
a:hover
{	/*opacity:0.8;
transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;*/
}
.fclear {clear:both; float:none; height:0px; overflow:hidden;}
.fleft  {float:left;}
.fright {float:right;}
.clear {clear:both; float:none; }
* {box-sizing: border-box;}
*:before, *:after {
box-sizing: border-box;
}
input, select, textarea	
{	font-family: 'Source Sans Pro', sans-serif; color:#000; font-size:13px; padding:3px; vertical-align:middle;	}
/* =============================================================================
Scroll to Top
* ============================================================================= */
#return-to-top 
{   position: fixed;
bottom: 100px;
right: 20px; 
background: rgba(0, 0, 0, 0.7);
width: 35px;
height: 35px;
display: block;
text-decoration: none;
border-radius:100%;
display: none;
transition: all 0.3s ease;
color: #FFF;
font-size:16px;
z-index:99;
}
#return-to-top:hover 
{   background: rgba(0, 0, 0, 0.9);
}
#return-to-top span 
{   font-size:19px;
text-align: center;
display: block;
line-height:40px;
}
.clear{ clear:both;}
.container{ max-width:1340px; margin:0 auto; padding:0 10px;}
/* Header CSS Starts ======================= */
.header-top{ background:#d80002; position:relative; color:#fff; font-family: 'Rajdhani', sans-serif; font-size:18px; color:#fff; padding-bottom:5px; z-index:5;}
.header-top a{ color:#fff; text-decoration:none}
.header-top a:hover{ color:#fff; text-decoration:none;}
.header-top:before{ content:"";  background:url(../images/top-bg.png) repeat-x center bottom; position:absolute; left:0; bottom:-12px; height:15px; width:100%; }
.top-left{ display:inline-block; vertical-align:top; padding-top:5px;}
.top-left span{ display:inline-block; vertical-align:top; margin-right:10px; }
.top-left span { }
.top-left span img{}
.top-right{ display:inline-block; vertical-align:top; float:right; }
ul.social { list-style-type:none; padding:0; margin:0; display:inline-block; vertical-align:top; }
ul.social li{ display:inline-block; vertical-align:top; border-left:1px solid #ad0002;  text-align:center; margin:0; height:33px; width:40px;}
ul.social li:last-child{border-right:1px solid #ad0002;}
ul.social li a{ display:block; height:33px; width:40px;}
ul.social li:hover img{ opacity:0.8;}
ul.social li img{ padding-top:10px;}
.header-main{ background: url(../images/header-bg.png) repeat-x center top; z-index:8; position:relative;}
.logo{ position:relative; display:inline-block; vertical-align:top; margin:10px 0 0 -40px; z-index:4; float:left;}
.book-now{ font-family: 'Rajdhani', sans-serif;  color:#fff; background:#d80002; display:inline-block; vertical-align:top; text-transform:uppercase; letter-spacing:0.50px; font-weight:600; padding:10px 10px; font-size:22px; float:right; margin:45px 0 0 10px}
.book-now:hover{ opacity:0.8;}
.text-center{ text-align:center;} 
.title_black{ background:#000;   position:relative; text-align:center; margin:0 0 20px 0;}
.title_black h2{font-size:40px; color:#fff; text-transform:uppercase; font-family: 'Rajdhani', sans-serif; font-weight:600; line-height:1em; padding:15px 0; letter-spacing:0;}
.title_black:before{ content:""; position:absolute; width:100%; height:9px; background:url(../images/title-bg.png) no-repeat center bottom; left:0; bottom:-9px;}
.room_section_main{ font-family: 'Rajdhani', sans-serif;}
.room_section_main .row{ margin-left:-20px; margin-right:-20px;}
.room_section_main [class*="col-"]{ padding-left:20px; padding-right:20px;}
.box-inner{ text-align:center;   margin-bottom:20px; overflow:hidden; }
.box-inner h3{ display:inline-block; vertical-align:top; padding:0 10px; position:relative; font-size:28px; color:#d80002; text-transform:uppercase; font-weight:600;  }
.subpage-main .box-inner h3{ padding:0 5px;}
.box-inner h3:after,
.box-inner h3:before{ content:""; position:absolute; background:url(../images/title-sep.png) repeat-x left center; width:1000%; height:100%; right:100%; top:0;}
.box-inner h3:after { left:100%; right:auto;}
.room_info { font-weight:500; background:#f5f5f5; font-size:15px; color:#010101; text-align:center; padding:7px 5px;}
.room_info span{ display:inline-block; vertical-align:top; margin:0 1px;}
.room-thumb{ }
.room-thumb img{ width:100%;}
.room_desc{ padding:20px; }
.room_desc p{ letter-spacing:0.40px; font-size:14px; color:#2b2b2b; font-family: 'Source Sans Pro', sans-serif; font-weight:400; line-height:23px; margin:0;}
.room_desc p:last-child{ margin-bottom:0;}
.btn-group{}
.btn{ background:#000; color:#fff; text-transform:uppercase; font-family: 'Rajdhani', sans-serif; font-weight:700; letter-spacing:0.5px; font-size:20px; display:inline-block; vertical-align:top; padding:10px 5px; }
.btn.normal{padding:10px;}
.btn:hover{ opacity:0.8;}
.btn-red{ background:#d80002; }
.room_box_main .btn{ float:left; width:49%; margin-bottom:10px;}
.room_box_main .btn:last-child{ float:right; }
@-webkit-keyframes shine {	100% {left: 125%;	}}
@keyframes shine {	100% {left: 125%;	}}
.room-thumb{ display:block; overflow:hidden; position:relative; }
.box-inner .room-thumb::before { position: absolute; top: 0; left: -90%; z-index: 2; display: block; content: ''; width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg); transform: skewX(-25deg);
}
.box-inner:hover .room-thumb::before {-webkit-animation: shine .75s;	animation: shine .75s;}
.actvity_section{ background:url(../images/bg-shape.png) repeat-x center top; text-align:center; width:100%; clear:both; padding:88px 0; position:relative; z-index:2; }
.actvity-box{}
.icon-actvity{ margin-bottom:20px;}
.actvity-box h3{font-family: 'Rajdhani', sans-serif; position:relative; color:#fff; font-size:30px; font-weight:600; text-transform:uppercase; padding-bottom:16px; letter-spacing:0.40px;}
.actvity-box h3:before{ content:""; position:absolute; width: 26px; height:3px; background:#d80002; bottom:0; left:0; right:0; margin:auto;}
.actvity-box a{ color:#fff;}
.actvity-box a:hover{ opacity:0.8;}
.actvity-box { padding:10px 30px;}
.actvity-box p{ color:#fff; font-family: 'Source Sans Pro', sans-serif; color:#bcbcbc; font-size:15px; font-weight:400; line-height:23px; letter-spacing:0.40px; }
h2.section-title{font-family: 'Rajdhani', sans-serif; position:relative; color:#d80002; font-size:34px; font-weight:600; text-transform:uppercase; padding-bottom:16px; letter-spacing:0.40px; text-align:center; margin-bottom:40px;}
h2.section-title:before{ content:""; position:absolute; width: 26px; height:3px; background:#d80002; bottom:0; left:0; right:0; margin:auto;}
/*****************************************************************************************************************************/
/*Testimonials CSS Starts*/
/*****************************************************************************************************************************/
.Testimonials_main{ background:#f5f5f5; width:100%; clear:both; padding:100px 0 50px; margin-top:-50px; position:relative; z-index:1;}
.live_review_main{ text-align:center;}
.review_box{ background:#fff; padding:10px; font-family: 'Rajdhani', sans-serif; letter-spacing:0.40px;
-webkit-box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.4);  box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.4);
}
.person_name{ font-size:18px; color:#010101;  padding:5px 0 10px;  }
.red_text{ color:#d80002;}
.review_video{}
.review_video iframe{ border:none; width:100%;}
.review_text{  font-style:italic; line-height:23px;  color:#262525; font-weight:400; padding:15px 10px; }
.review_text p{ font-size:15px; font-family: 'Source Sans Pro', sans-serif;  font-weight:300; color:#262525;}
.review_text p:last-child{ margin-bottom:0;}
#Testimonials-owl .owl-prev,
#Testimonials-owl .owl-next,
#sync1 .owl-prev,
#sync1 .owl-next,
#sync2 .owl-prev,
#sync2 .owl-next
{ font-size:0 !important;}
#Testimonials-owl .item{  margin: 15px;}
#Testimonials-owl .owl-prev,
#sync1 .owl-prev,
#sync2 .owl-prev
{ width: 17px;    height: 34px;    position: absolute; top: 40%; margin-left: -25px; display: block!IMPORTANT;  border:0px solid black; background:url(../images/arrow-left.png) no-repeat left top; background-color:transparent !important;
}
#Testimonials-owl .owl-next,
#sync1 .owl-next,
#sync2 .owl-next {width: 17px;height: 34px; position: absolute; top: 40%; right: -30px; display: block!IMPORTANT; border:0px solid black; background:url(../images/arrow-right.png) no-repeat left top; background-color:transparent !important;
}
/*****************************************************************************************************************************/
/*Footer CSS Starts*/
/*****************************************************************************************************************************/
.contact_section{ width:100%; float:left; margin-top:30px;} 
.home .contact_section{ margin-top:0;} 
.contact-box{ background:#000; width:50%; float:left;}
.content-inner{ width:100%; max-width:660px; padding:45px 10px 45px; float:right;}
.contact-box .content-inner{padding:45px 10px 70px; }
.form-box{background:#c90002; width:50%; float:left;}
.form-box .content-inner { float:left; padding-left:30px; padding-bottom:30px;}
.contact_section{ background:#000; color:#fff; font-family: 'Rajdhani', sans-serif;  font-size:18px;}
h3.h3_white{ color:#fff; font-size:30px; color:#ffffff; line-height:22px; letter-spacing:0.40px; text-transform:uppercase; margin:0 0 30px; font-weight:500;}
.contact_section span{ display:block; padding-bottom:20px; letter-spacing:0.40px; font-size:18px; font-weight:400;}
.contact_section span a{ color:#fff;}
.contact_section span a:hover{ color:#fff; text-decoration:underline;}
.address{ padding-left:35px; background:url(../images/location.png) no-repeat left top; }
.call_white{padding-left:35px; background:url(../images/call-white.png) no-repeat left top; }
.email_white{padding-left:35px; background:url(../images/email-white.png) no-repeat left top; }
.hours{padding-left:35px; background:url(../images/hours.png) no-repeat left top; }
.google_map{ width:100%;float:left;}
.google_map iframe{ border:none;}
.footer-nav{ text-align:center;}
.footer-nav ul{ padding:0; margin:0; list-style-type:none;}
.footer-nav ul li{ display:inline-block; vertical-align:top; margin-bottom:5px; font-size:16px;}
.footer-nav ul li:before{ content:"|"; padding-left:10px; padding-right:10px; color:#dddddd;}
.footer-nav ul li:first-child:before{ content:""; padding-left:0; padding-right:0;}
.footer-nav ul li a{ color:#fff;}
.footer-nav ul li a:hover,
.footer-nav ul li.current_page_item a{ text-decoration:none; color:#d80002;}
.footer-last{ background:#000; width:100%; clear:both; padding:25px 0; font-family: 'Rajdhani', sans-serif; font-weight:400; text-align:center;}
.copyright{ padding-top:10px; font-size:15px; color:#d4d4d4; text-align:center; font-weight:400; margin-bottom:70px;}
.copyright a{color:#d4d4d4; text-decoration:underline;}
.copyright a:hover{color:#fff; text-decoration:none;}
.copyright span{ display:inline-block; vertical-align:top; margin:0 5px;}
.footer_social ul{ list-style-type:none; padding:0; margin:20px 0; display:inline-block; vertical-align:top;}
.footer_social ul li{ padding:0; margin:0; display:inline-block; vertical-align:top; margin:5px 3px;}
.footer_social ul li a{ display:block; width:100%; height:38px; border:1px solid #353535;}
.footer_social ul li a img{ opacity:0.80;}
.footer_social ul li a:hover img{ opacity:1;}
.footer_social ul li a:hover{ border:1px solid #fff;}
/*****************************************************************************************************************************/
/*Banner CSS Starts*/
/*****************************************************************************************************************************/

.banner-area{ width:100%; /*clear:both;*/ text-align:center; margin-top:-115px; z-index:3; position:relative;}
.slide1{ background: url(../images/slide1.jpg) no-repeat center top;/* max-height:612px;*/ }
.banner-area h1{font-family: 'Capture it'; font-weight:normal; text-transform:uppercase; font-size:142px; color:#fff; line-height:0.80em; margin:0; padding-top:130px; padding-top:60px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.30); margin-bottom:50px;}
.banner-area h1 small{ display:block; font-size:111px;}
.caption-banner{ padding:100px auto 20px; /*min-height:580px;*/}
.btn_header{}
.btn_header{ text-align:center; font-size:28px; text-transform:uppercase; color:#fff; font-weight:700; font-family: 'Rajdhani', sans-serif;}
.btn_header a{/*text-decoration:none; display:inline-block; vertical-align:top; color:#fff; height:63px; padding:15px 0 0 0;*/}
.btn_header a:hover{ opacity:0.9; /*-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 0 5px rgba(0,0,0,0.5);*/}
.bk_btn{ background:url(../images/btn-red.png) no-repeat left top; width:225px; }
.more_btn{background:url(../images/btn-black.png) no-repeat left top;  width:217px; margin-left:-9px; }
.hero-main{ width:100%; float:left; background:#c90002 url(../images/banner-bg.jpg) repeat left top; text-align:center; padding:60px 0 10px; margin:-100px 0 30px 0; font-family: 'Rajdhani', sans-serif; width:100%; float:left;}
.hero-main h1{ position:relative; color:#fff; text-transform:uppercase; font-weight:600;  /*z-index:99998;*/ font-size:40px ; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.30);}
.hero-main h1:before{ content:""; position:absolute; width: 26px; height:3px; background:#fff; bottom:0; left:0; right:0; margin:auto;}
.subpage-main{/* min-height:300px; margin-bottom:30px;*/}
.faq-container {
background: #f5f5f5;
margin-bottom: 20px;
padding:20px 20px;
}
.faq-container h4 {
color: #d80002;
font-size: 20px;
font-family: 'Rajdhani', sans-serif;
font-weight: 600;
letter-spacing: 0.5px;
margin:0 0 10px;
position: relative;
border-bottom:1px solid #ccc;
padding-bottom:5px;
}
.faq-container h4::before {
color: #000;
content: "Q:";
padding-right: 5px;
}
.faq-container p{ font-size:16px;}
.faq-container p:last-child {
padding-bottom: 0;
margin-bottom:0;
}
.all-rooms{}
.all-rooms br{ display:none;}
.all-rooms  p:empty{ display:none;}
nav#mobile-nav {
display: none;
z-index: 100;
width: 100%;
}
#nl-cover  { position:fixed; width:100%; bottom:0; left:0; color:#fff; background:#d80002;clear:both; padding:0 0; font-size:18px; font-weight:600; z-index:99999999999; /*developer hide ==>*/ display:none !important; }
.open-close1{display:none !important;}
#nl-cover .container{ position:relative; padding-top:7px; padding-bottom:7px;}
.open-close{  font-family: 'Rajdhani', sans-serif; font-weight:700; width:28px; height:28px; background:#fff; color:#000;
-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; cursor:pointer; position:absolute; right:-30px; top:20px; padding-top:4px; text-align:center;}




.btn-normal{ padding:10px 20px;}
.big-info{ margin-bottom:20px; text-align:left; font-size:20px;}
.subpage-main .entry-header{ display:none !important;}
.left-content{ padding-bottom:30px}
.right-content{ padding-bottom:30px}
.black-text{ color:#000;}
.red-text{ color:#c90002 !important;}
.title-border{ padding-bottom:5px; margin-bottom:20px; border-bottom:1px solid #ccc; clear:both;}
.actvity_section.style-two{ background-image:none; padding:20px 0;}
.actvity_section.style-two .actvity-box{ outline:1px solid #ccc;}
.actvity_section.style-two .actvity-box h3{color:#c90002;}
.actvity_section.style-two .actvity-box p { font-size:18px; color:#262525;}
.btn-small{ padding:5px 15px; font-size:18px; font-weight:600;}
.header-color .header-main { background-color: #000;}
.footer_form,
.nl-form{ font-family: 'Poppins', sans-serif;}
.footer_form .row,
.nl-form .row{}
.footer_form [class*="col-"],
.nl-form [class*="col-"]{padding-left: 3px; padding-right: 3px;}
body .with_frm_style .frm_form_field { clear: none;}
body .footer_form .frm_submit input{ width:100%; text-transform:uppercase; border:none !important; font-family: 'Poppins', sans-serif; font-weight:600; letter-spacing:0.5px; margin:0 !important; box-shadow: 0 0 0 #eeeeee !important; }
.frm_style_formidable-style.with_frm_style .form-field{ margin-bottom:6px;}
body .footer_form input{ border:none !important;}
/* body .footer_form .frm_primary_label{ height:0;} */
body .frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset{ padding-bottom:0;}
.nl-form{}
body .nl-form .frm_submit input{ width:100%; text-transform:uppercase; border:none !important; font-family: 'Poppins', sans-serif; font-weight:600; letter-spacing:0.5px; margin:0 !important; box-shadow: 0 0 0 #eeeeee !important; }
.frm_style_formidable-style.with_frm_style .form-field{ margin-bottom:6px;}
body .nl-form input{ border:none !important;}
body .nl-form .frm_primary_label{ height:0;}
body .nl-form .frm_submit { clear:none !important;}
body .nl-form .frm_submit .frm_button_submit{ margin:3px 0 0 0 !important; box-shadow: 0 0 0 #eeeeee !important; border-color:#000 !important; font-size:16px !important; font-weight:400 !important;}
body .nl-form .frm_submit .frm_button_submit:hover{}
.body .nl-form input,
.body .nl-form buttom{ height:38px !important; }
.nl-text{ text-align:right; padding-top:14px;}
.open-close1{ text-align:center;}
.btn-nl{ display:inline-block; vertical-align:top; padding:5px 10px; color:#fff; background:#d80002; text-transform:uppercase;
font-family: 'Rajdhani', sans-serif; font-size:16px; font-weight:600; letter-spacing:0.40px; cursor:pointer;}
.btn-nl:hover{ opacity:0.8; margin-bottom:10px;}
body .nl-form .frm_error { color:yellow !important; font-weight:600; font-size:14px;}


.subpage-main h3{ padding:0; position:relative; font-size:28px; color:#d80002; text-transform:uppercase; font-weight:600; margin-bottom:10px;   line-height:1em;}


#secondary ul li{}
#secondary aside {
    border: 1px solid #ebebeb;
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 7px;
}

#secondary aside h3 {
    background:#2b2b2b;
    color: #fff;
    font-size: 22px;
	letter-spacing:0.40px;
    margin: 0;
    padding: 10px 5px 10px 15px;
    text-transform: uppercase;
}

#secondary aside.widget_search form {
    background: #f8f5f2;
    border: 1px solid #dcd3cb;
    margin: 20px 15px 10px;
    padding: 5px 0 6px;
}


#secondary aside.widget_search input[type="text"] {
    background:#fff;
    border: 0 none;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0 6px 10px;
    width: 71%;
}
#secondary aside.widget_search input[type="submit"] {
    background: rgba(0, 0, 0, 0) url(../images/search-icon.jpg) no-repeat scroll left top;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 32px;
    margin-right: 6px;
    text-indent: -9999px;
    width: 33px;
}
#secondary aside ul{ padding:0; margin:0;}
#secondary aside ul li{ list-style-type:none;}
#secondary aside ul li a{ display:block; padding:10px ; border-bottom:1px solid #dedede; color:#2b2b2b; text-decoration:none; font-size:16px; font-weight:400; }
#secondary aside ul li a:before{ content:"» ";}
#secondary aside ul li:last-child a{ border-bottom:0px solid #dedede;}
#secondary aside ul li a:hover,
#secondary aside ul li.current-menu-item a {color:#c90002 ;}


.left_side_content{ margin-bottom:30px;}	
.right_sidebar{ margin-bottom:30px;}

.container-small{ margin-left:auto; margin-right:auto; max-width:900px;}
.container-small2{ margin-left:auto; margin-right:auto; max-width:900px;}
.actvity-box p:empty{ display:none; }
.min-height{ min-height:190px;}
.actvity_section.style-two .btn-group{ padding-bottom:10px;}


.winner-thumbs{}
.winner-thumbs [class*="col-"] { margin-bottom:20px; }
.winner-thumbs p{ margin-bottom:0;}
.winner-thumbs .escape-rate { font-size:16px;}
.winner-thumbs  h4{ margin:5px 0;}
.winner-thumbs .room-thumb img{ background:#f5f5f5; padding:1px;}

.review-for-room p{ margin-bottom:0;}
.review-for-room p:empty{ display:none;}
.review-for-room [class*="col-"] { margin-bottom:20px; }

.related-rooms h3{ font-size:24px; margin-top:5px; margin-bottom:5px;}
.related-rooms p{ font-size:16px;}
.related-rooms .btn{ font-size:16px; padding:5px 8px;}
.related-rooms .room_info{ font-size:14px; text-align:left;}
.related-rooms .room_info span{ }
.related-rooms p:empty{ display:none;}
.bg-gray{ background:#f5f5f5;}
.related-rooms .bg-gray{ overflow:hidden; margin-bottom:20px; padding: 10px 0;}
.subpage-main ul li,
.subpage-main ol li{color: #2b2b2b;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
	}
.btn.small-btns{ padding:5px 8px; font-size: 16px;}	
/* 09 July 2018 CSS */
.img_margin img{ margin-bottom:20px; }
.number_Section{}
.number_title{}
.number_Section img{ width:auto;}
.number_Section .btn{ width:auto !important; float: none !important;}
.number_Section .btn:last-child { float: none !important;}
.number_Section .room_box_main .box-inner{ background:#f5f5f5 ; padding-top:20px; padding-bottom:0;}
.subpage-main .number_Section h3{ font-size:24px;}
.number_Section h3 img{ margin-right:10px;}

.small_content{ padding:20px 0;}
.small_content p{}
.shedow_box{ background:#fff; padding:10px; font-family: 'Rajdhani', sans-serif; letter-spacing:0.40px;
-webkit-box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.3);  box-shadow: 2px 1px 4px 0px rgba(0,0,0,0.3);
}
.location_main .shedow_box { padding:20px;}
.location_main{ width:100%; clear:both; padding:50px 0;}
.location_main p{ text-align:center; margin-bottom:30px;}
.location_main ul { padding-left:20px;}
.location_main ul li{color: #2b2b2b;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
	list-style-type:square; 
}

.location_main ul li.blank{ list-style-type:none;}
.location_main [class*="col-"]{ margin-bottom:20px; }	

/* For Homepage PopUP */
.show_small{ display:none; }
.hide_small{}
body .wpmci-popup-cnt-inr-wrp{ padding:10px !important;}
body .wmpci-popup-body{ max-width:907px !important;}
.contact-img img{ background:#f5f5f5 ; padding:5px;}

body #mc_embed_signup{ background-color: transparent !important;}
.ml_feild{ background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #020202;
    font-size: 14px;
    font-weight: normal;
    max-width: 100%;
    outline: medium none;
    padding: 6px 10px;
	 height: 47px;
    width: 100%;}

.nl_button{ background: #000000;
    border-color: #cccccc;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0px 0px #eeeeee;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 800;
    height: 47px;
    line-height: normal;
    margin: 0px 0 10px;
    padding: 6px 11px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    width: 100%;
	text-transform:uppercase;
}
.nl-form #mc_embed_signup div.mce_inline_error {
    background-color: transparent;
    color: yellow;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
	text-align:left;
}
#mce-error-response{font-size: 13px;  font-weight: normal; text-align:center;}
#mce-error-response a { color: yellow; display: block; margin-bottom: 5px; }
#mce-error-response a:hover {text-decoration:underline;}
/*#mce-success-response {font-size: 15px;  font-weight: normal; text-align:center; color: yellow;  margin-bottom: 5px;}*/
#mce-success-response {
    background: #fff;
    border: 2px dashed #000;
    border-radius: 5px;
    clear: both;
    color: red;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 10px;
    text-align: center;
}

/* body .frm_form_field, 
body .frm_form_field.frm_inline_container, 
body .frm_form_field.frm_right_container, 
body .frm_form_field.frm_left_container {
    width: 50%;
} */
body .frm_form_field.col-md-12 {
    width: 100%;
}


.gallery-main{ max-width:1024px; margin:20px auto;}
.allGallery .gallery-main{ max-width:inherit; margin:0 auto;}
.allGallery .owl-buttons{ display:none !important;}
div#sync222 img,
div#sync2 img,
div#sync22 img,
div#sync78 img,
div#sync788 img,
div.sync2 img,
div.sync78 img,
 { max-height: 60px !important;}
 
.sync1 .item,
#sync111 .item,
#sync11 .item,
#sync777 .item,
#sync77 .item,
#sync1 .item{
background: #fff;
margin: 5px;
color: #FFF;
text-align: center;
}
.sync2 .item,
#sync222 .item,
#sync2 .item,
#sync22 .item,
#sync78 .item,
#sync788 .item,
#sync777 .item,
#sync77 .item{
background: #fafafa;
padding: 2px;
margin: 5px;
color: #FFF;
text-align: center;
cursor: pointer;
}
#sync2 .item h1{
font-size: 18px;
}
.sync22 .synced .item,
#sync222 .synced .item,
#sync22 .synced .item,
#sync2 .synced .item,
#sync78 .synced .item,
#sync788 .synced .item{
background: #ffd2d2;
}
.owl-item.synced .item{ background:#333; padding:0;}

.room_box_main.middleAlign{ float:none !important; margin:0 auto 10px !important;}

.reviewBox{ background:#fafafa; padding:10px; overflow:hidden;}
.revirewImg{ float:left; margin-right:20px; max-width:300px;}
.revirewText{     font-family: 'Source Sans Pro', sans-serif;     color: #2b2b2b;    font-size: 18px;    font-weight: normal;}


.videoSec{width:100%; clear:both; padding:60px 0; background:#000; border-bottom:2px solid #d80002;}
.videoSec iframe{ width:100%;  }
.videoGallery{}
.videoGallery iframe{width:100%;  }

.allGallery{}
body .ug-gallery-wrapper.ug-lightbox{z-index:999999999999 !important;}
/*.sticky { position: fixed; top: 0; width: 100%;}
.stikyh{ position: fixed;  top: 0;  width: 100%;}
*/


/*****************************************************************************************************************************/
/*Review Page CSS Starts*/
/*****************************************************************************************************************************/
.testimonial {  padding: 2em 0;  background: #fff;}
.testimonial__title {  margin: 0 0 0.91em;  font-weight: normal;  font-size: 1.375rem;  color: rgba(255, 255, 255, 0.7);
}.testimonial__quote {  display: flex;  align-items: center;  padding: 0; margin-bottom:100px;  border: none;}
.testimonial__quote footer::before {  content: "";}
.testimonial__quote p:empty{ display:none;}
.testimonial__text { /* display: flex;*/  align-items: center;  min-height: inherit;  padding: 1.36em 1.82em;
  font-size: 1.375rem;  line-height: 1.55;  color: #888;  background: white;  border-radius: 0 30px;  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2); font-style:italic;}
.testimonial__author {  font-size: 1.2rem;  line-height: 1.1;  color: #d80002;}
body .testimonial__author p{ display:none !important;}
.testimonial__position {  font-size: 1rem;  color: #333333;}
.testimonial__meta {  /*display: flex; align-items: center; */    margin-left: 15px;}
.testimonial__meta p{ display:none;}
.testimonial__img {  min-width: 5em;  width: 5em;  height: 5em;  margin-right: 1.25em;  font-size: 1rem;
  border-radius: 50%;  background: white;  border: solid 2px white;  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);}
  .testimonial__meta {
 
}

@media (max-width: 43.75em) { .testimonial__quote { flex-wrap: wrap;  }}
@media (min-width: 43.8125em) { .testimonial__text {    max-width: 80%;    padding:2em 3em 1.5em 2em;     }}
@media (max-width: 43.75em) {  .testimonial__text {    margin-bottom: 1.36em;  }}
@media (min-width: 43.8125em) {  .testimonial__text {    border-radius: 0 50px;  }}
@media (min-width: 43.8125em) {.testimonial__img {min-width: 60px; width:60px; height: 60px;margin: 0 1.5em 0 -2em; }}
@media (min-width: 43.8125em) {  .testimonial__img {    border-width: 3px;  }}


/*****************************************************************************************************************************/
/*Review Page CSS Ends*/
/*****************************************************************************************************************************/
.starRating {}
.starRating { display:inline-block; vertical-align:top;}
.starRating br{ display:none;}
.starRating  .fa.fa-star {color: #ddd; font-size:14px;}
.starRating .fa.fa-star.checked {  color: orange;}






.reviesList {background: #fafafa;    border: 1px solid #ccc; padding: 15px; }
.reviesList a,
.reviesList a:hover{ text-decoration:none;}
.reviesList img{ display:inline-block; vertical-align:middle; padding:2px; background:#fff; border:1px solid #ddd; max-height:100px;  margin: 0 10px 10px 0;}
.reviesList  br{ display:none;}
.frm_ajax_loading{  position:absolute;}

.testimonial__author a{ text-decoration:none;}
.testimonial__author a:hover{ text-decoration:underline;}

.corporateLogos{}
.corporateLogos br{ display:none;}
.corporateLogos img {  margin: 1%;max-width: 30%; display:inline-block; vertical-align:top; background:#fff; border:1px solid #ccc; padding:2px;}

div#sync222 img, div#sync2 img, div#sync22 img, div.sync2 img{ padding-bottom:0;}


.dataTable{}
.dataTable table{ font-size: 18px; border-left:1px solid #ccc; border-top:1px solid #ccc;
/* box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);*/
}
.dataTable th{ background:#d80002; color:#fff; font-family: 'Source Sans Pro', sans-serif;  font-weight:600; padding:5px;}
.dataTable tr td{ color:#2b2b2b;  background:#fafafa; padding:5px; border-bottom:1px solid #ccc; border-right:1px solid #ccc;}

.dataTable tr:nth-child(even) td{ background:#fff;}
.dataTable tr:hover td{  background:#d8d8d4;}

.reviewStyleTwo { text-align:left; background:#fafafa; padding-bottom:30px;}
.reviewStyleTwo .testimonial{ background-color:transparent; padding-bottom:0;}
.reviewStyleTwo .{}
.reviewStyleTwo .testimonial__quote{ margin:0 20px 40px 30px;}

.reviewStyleTwo .testimonial__text,
.reviewStyleTwo .testimonial__text p{ font-size:16px;}
.reviewStyleTwo .testimonial__author{ font-size:1.05rem;}
.reviewStyleTwo .starRating .fa.fa-star {font-size: 12px;}

.banner-area .owl-theme .owl-controls .owl-page span{ background:#fff !important; border:3px solid #d80002 !important; opacity:1 !important;}
.banner-area .owl-theme .owl-controls .owl-page.active span{ background:#d80002 !important; border:3px solid #fff !important; opacity:1 !important;}


.sliderHeroImg{}
.sliderBtnStatic{}
.sliderBtnStatic .btn_header{}


.TextMsg_main{ width:100%; float:left; padding:20px 0; background:#fafafa; border-top:1px solid #d8d8d4;}
body .st-signupform{ margin:0 auto !important;}


/*qq*/
/*****************************************************************************************************************************/
/*MEDIA QUERIES*/
/*****************************************************************************************************************************/
/* Mobile First Media */ @media screen and (min-width:1024px) {
.btn_header{}
.btn_header .btn-normal{     margin-right: -2px;}
.btn_header .btn{ font-size:28px; line-height:2em;}
.btn-one{ background:url(../images/btn-one.png) no-repeat center right; min-width:170px; min-height:63px; padding-right: 30px;}
.btn-two{background:url(../images/blackbtn-new.png) no-repeat center center; min-width:216px; min-height:63px;}
.btn-three{background:url(../images/btn-refnew.png) no-repeat center left; min-width:216px; min-height:63px; padding-left:30px;}
	.btn_header .btn:hover{}
}

/* Mobile First Media */ @media screen and (min-width:768px) {
#mysticky-nav.wrapfixed{}
#mysticky-nav .myfixed{ border-bottom: 1px solid #d80002;}
#mysticky-nav.wrapfixed .logo {margin-left:0 !important}
#mysticky-nav.wrapfixed .logo img{ max-height:75px; }
#mysticky-nav.wrapfixed .menumn { margin-top: 35px; }
#mysticky-nav.wrapfixed .book-now {  margin-top: 28px;   font-size: 18px; padding: 5px 10px;}
.reviewStyleTwo .testimonial__text{ width:70%;}
/**/
}


@media only screen and (max-width : 1480px) {
#nl-cover{}
#nl-cover .container{ padding-left: 50px; padding-right: 50px;}
.open-close{ right:5px;}


}
@media only screen and (max-width : 1400px) {
.logo{ margin-left:-10px; }
#Testimonials-owl .owl-prev,
#sync1 .owl-prev,
#sync2 .owl-prev{ margin-left:-10px;}
#Testimonials-owl .owl-next,
#sync1 .owl-next,
#sync2 .owl-next{ right:-15px;}
/**/	
}
@media only screen and (max-width : 1370px) {
.room_section_main .row { margin-left: -10px; margin-right: -10px;}
.room_section_main [class*="col-"] { padding-left: 10px; padding-right: 10px;}
/*.logo{max-width:300px; margin-top:45px;}*/
/**/	
}
@media only screen and (max-width : 1200px) {
.actvity-box h3{ font-size:26px;}
.actvity-box { padding:10px 20px;}
.actvity_section{ background-size:cover}
/**/	
}
@media screen and (max-width: 1280px) {
.book-now{ margin:55px 0 0 10px; font-size:18px; padding:5px 10px}
/**/	
}
@media screen and (max-width: 1180px) {
.book-now { font-size: 22px; margin: 45px 0 0 20px; padding: 10px 17px;}
.logo{ max-width:300px;}
.hero-main{ margin-top:-60px;}
/**/
}
@media screen and (max-width: 1100px) {
.logo{max-width:300px; margin-top:25px;}
.book-now{ margin:45px 0 0 0px;  padding: 10px 3px;}
.menu-item-has-children{padding-right: 5px !important;}
.menumn li a { margin: 5px 2px;}
/**/	
}
@media screen and (max-width: 1024px) {
.book-now { font-size: 22px; margin: 45px 0 0 20px; padding: 10px 17px;}
.number_Section h3 img { display: block; margin: auto auto 10px;}
.show_small{ display:block;}
.hide_small{ display:none;}
body .wmpci-popup-body{ max-width:561px !important;}

#mysticky-nav.wrapfixed .logo {margin-top:0 !important}
#mysticky-nav.wrapfixed .menutrigger{ top:0;}
#mysticky-nav.wrapfixed .book-now{ margin-top:7px;}
#mysticky-nav.wrapfixed .menumn {margin-top: 20px;}

/**/
}
@media screen and (max-width: 1023px) {
.btn_header .btn-normal{ margin:3px;}

}
@media only screen and (max-width : 991px) {
.nl-text{ text-align:center; padding-bottom:10px; padding-top:10px;}
.copyright{ margin-bottom:100px;}
.corporateLogos img {  max-width: 22%; }
/**/	
}
@media only screen and (max-width : 767px) {
.actvity-box h3{ font-size:24px;}
.top-right{ display:none;}
.top-left{ width:100%; text-align:center;}
.banner-area h1{font-size:7em; padding-top:130px; }
.banner-area h1 small{ font-size:0.80em;}
.form-box,
.contact-box{ width:100%;} 
.content-inner{ max-width:inherit; padding:45px 20px 20px}
.copyright{ margin-bottom:50px;}
#nl-cover .container {    padding-left: 15px; padding-right: 15px;}
.open-close{ top:-15px;}
.nl-text{ display:block; padding-top:10px;}
.col-md-6.text-center img{ padding-bottom:20px;}
.min-height{ min-height:inherit;}
.ml_feild{ margin-bottom:10px; height:35px; }
.nl_button{height:35px; font-size: 18px;}
.logo{ float:none;}
.hero-main{ margin-top:0;}
.reviewStyleTwo .testimonial__img {    padding-bottom: 0 !important;}
.reviewStyleTwo .starRating{ display:block;}

.banner-area {}
#home_slider_hero{ padding-top:170px;}
.banner-area h1 {padding-top: 10px;}
/**/	
}
@media only screen and (max-width : 640px) {
.actvity-box { width:100%;}
.book-now{ padding:10px 7px;}
.header-main{ background-position:center bottom;}
.logo{max-width:270px; margin-top:25px;}
.banner-area h1{font-size:5em; padding-top:10px; margin-bottom:30px; }
.slide1 { min-height:100px;}
.caption-banner {min-height: inherit; padding-bottom:30px;}
.hero-main h1{ font-size:30px; margin-bottom:15px;}
.home .actvity_section{ padding:128px 0;}
.reviewBox{ }
.revirewImg{ float:none; margin-right:0; max-width:inherit; margin-bottom:20px;}
.corporateLogos img {  max-width: 30%; }
.btn_header a.btn{  margin-bottom:3px; font-size:16px;}

.txtMsgCover h2.section-title{ font-size:1.5em;}

/**/	
}
@media only screen and (max-width : 480px) {
.logo{max-width:180px; margin-top:25px;}
.header-main{ background:#000;}
.book-now{ display:none;}
.banner-area h1{font-size:4em;  margin-bottom:20px}
.btn_header{ font-size:23px;}
/*.btn_header a{ width:50%; height:43px; padding:8px 0 0;}*/
.bk_btn{ background-position:right center;}
.more_btn{ background-position:left center;}
.bk_btn,
.more_btn{ background-size:cover; width:50%;}
.footer_form [class*="col-"] { width:100%;}
.hero-main{ }
.hero-main h1{ font-size:22px; margin-bottom:10px; padding-bottom:10px;}
.hero-main{margin-top:-20px; padding:80px 0 10px;}
.hero-main h1{ margin-bottom:5px}
.menumn{ margin-top:-40PX;}
.banner-area{ margin-top:-15px;}
#home_slider_hero {padding-top: 70px;}
/**/	

}