/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.3.1512675199
Updated: 2017-12-07 19:33:19
*/
@charset "utf-8";
/* CSS Document */
/*
        font-family: 'Montserrat', sans-serif;
*/
body{
    background:#fff;
    font-family: 'Montserrat', sans-serif;  
}
a,
a:active,
a:focus,
a:hover{
    color:inherit;
    text-decoration: none;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  transition: background-color 5000s ease-in-out 0s;
}
table thead th{
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
table tbody td{
    text-align: left;
    padding: 5px 10px;
}
.btn:focus, .btn:active:focus, .btn.active:focus{
    outline: none;
}
.absolute{
    position: absolute;
    z-index: 9;
    width: 100%;
}
.float-right{
    float: right;
}
.nopadding{
    padding: 0;
}
.center{
    text-align: center;
}
.textright{
    text-align: right;
}
.relative{
    position:relative;
}
.inline{
    display: inline;
}
.inline_block{
    display: inline-block;
}
.invisible{
    height:0;
    width: 0;
}
.fullwidth{
    width:100%;
}
.middle{
    vertical-align: middle;
}
.over-hidden{
    overflow: hidden;
}
.entry-content{
    margin-bottom: 25px;
}
.vertical-top{
    vertical-align: top;
}
.canvas{
    width: 100% !important;
}
header > .container > .row > div:first-child{
    margin-top: 10px;
}
section.error-404{
    text-align: center;
    margin-bottom: 40px;
}
section.error-404 h1{
    color: #999;
}
section.error-404 .search-field{
    border: 1px solid #aaa;
    padding: 5px 5px;
    margin: 0 0 0 10px;
}
.icon-search{
    height: 13px;
    width: 20px;
}
.top-bar{
    background:#222;
    padding:0 0 0;
    line-height: 1;
}
.top-bar p.call-line{
    color:#1b1b1b;
    font-size: 13px;
    font-weight:400;
    margin-top: 3px;
}
.top-bar p.call-line a{
    color:#e30613;
}
.top-bar p.call-line a:hover{
}
.top-right-menu {
    float: right;
    list-style-type: none;
    padding-left: 0;
    font-size: 13px;
    margin-top: 13px;
}
.top-right-menu > li {
    display: inline-block;
    line-height:1;  
}
.top-right-menu > li > a {
    /* color:#353535; */
     color: #ffffff;
}
#ui-datepicker-div{
    z-index: 10 !important;
}
ul.top-right-menu li:not(:last-child) {
    /* border-right:1px solid #353535; */
     border-right: 1px solid #ffffff;
    margin-right:20px;
    padding-right:20px;
}
header.navbar {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px -4px #35353575;
    margin-bottom: 20px;

/*    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1111;*/
}
.navbar{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-bottom: 0;
    min-height: 50px;
}
.navbar-nav > li a{
    padding: 10px 21px 10px 21px;
}
.navbar-nav > li:last-child{
    margin-right:0;
}
.navbar-nav > li > a{
    color: #000000;
    border-bottom:2px solid transparent;
}
.nav > li > a:hover, 
.nav > li > a:focus{
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid #ffffff !important;
    text-decoration: none;  
}
.home-banner{
    margin-top:30px;
}
.home-banner h3{
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 0;
    font-size: 15px;
    background: rgba(0,0,0,0.4);
    padding: 13px;
    display: inline;
    width: 100%;
}
.home-banner > .container > .row{
    margin: 0;
}
.review-big-img img{
    transition: transform .8s;
}
.review-big-img img:hover{
   /*  transform: scale(1.15); */
}
.home-banner .thumbnail{
    padding:0;
}
/* The Modal (background) */
.socialmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.socialmodal .social-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
.socialmodal .social-content h4{
    text-align: center;
}
/* The Close Button */
.socialmodal .close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
}
.socialmodal .close:hover,
.socialmodal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.survey.form-control{
    width: 50%;
}
header.inner-pages .banner-contents{
    margin-top: 25px;   
}
.banner-contents{
    color: #ffffff;
}
.banner-contents h2,
.banner-contents h4,
.banner-contents p{
    text-align:center;  
}
.banner-contents h2{
    font-weight:600;
    font-size:36px;
}
.banner-contents h4{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.banner-contents p{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 auto;
    max-width: 83%;
}
.banner-form{
/*    margin-bottom: 44px;*/
/*    margin-top: 32px;*/
    text-align: center;
}
.search-hotels .banner-contents{
    margin: 20px 0 30px;
}
.recent-review{
    background:#f8f8f8;
    padding-top:20px;   
}
/*.section-small-heading:after{
    position: absolute;
    width: 100px;
    height: 1px;
    content: '';
    border-bottom: 1px solid #000000;
    top: 38px;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/
.section-small-heading{
    font-weight:700;
    color:#d32323;
    font-size:26px;
    margin-top:0;
    margin-bottom: 0;
    position: relative;
}
hr{
    border-color: #c6c6c6 currentcolor currentcolor;
    margin-top: 12px;
}
.review-block {
    margin-bottom: 40px;
}
.review-block .img-block {
    float: left;
}
.review-block .img-block img ,.amenity-review .big-img-block img ,.amenity-review .side-img img,
.restaurant-review .side-block .side-img img,.restaurant-review .big-img-block img {
    border-radius: 5px;
    border: 1px solid #bebebe;
    width: 70px;
    height: auto;
}
.review-block .title-block{
    float: left;
    padding-left: 14px;
    padding-top: 0;
    max-width: 170px;
}
.review-block .title-block p{
    color:#000000;
    font-weight:600;    
    font-size: 16px;
    text-transform: capitalize;
}
.review-block.recent-review .title-block{
    max-width: 350px;
}
.grey-color{
    color:#5e5e5e;
    font-weight: 400;
}
.review-block .title-block p{
    margin-bottom: 2px;
}
.most-rated-hotels .linkbtn{
    max-width: 150px;
    padding: 10px 10px;
    height: auto;
}
.review-block p.review-desc{
    color: #4c4c4c;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 4px;
    margin-top: 8px;
    overflow: hidden;
    width: 100%;    
}
.review-block .review-metas p{
    color:#919090;
    font-size:13px; 
    font-weight: 500;
}
.advert-block img{
    margin-bottom:30px;
    border-radius: 5px;
}
.most-rated-hotels{
    padding-bottom: 0;
    padding-top: 20px;
}
.hotel-block{
    display: block;
    margin-bottom: 30px;
    margin-top: 25px;   
}
.hotel-block img.hotel-img{
    width:100%; 
    transition: transform .8s; /* Animation */
}
.hotel-block img.hotel-img:hover{
    transform: scale(1.15); 
}
.hotel-block .hotel-data{
    border-color: #dadada;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 15px 20px 0 20px;
    /* min-height: 155px !important;  */
    min-height: 180px !important;
}
.hotel-block .hotel-data .hotel-title{
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    min-height: 56px;
}
.hotel-block .hotel-data .stars-img{
    float: left;
    margin-right: 8px;  
}
.hotel-block .hotel-data .short-desc{
    color: #313131;
    display: block;
    min-height: 36px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 6px;    
}
.most-rated-hotels span.reviews {
    font-weight: 500;
}
.no-bottom-space img{
    margin-bottom:0;
    padding-bottom:0;   
}
.review-of-the-day{
    padding-bottom:20px;    
}
.review-of-day-block{
    /*border:1px solid #d6d6d6;*/
}
.review-of-the-day .margin-btm-24 {
    margin-top: 24px;
}
.margin-btm-24 {
    margin-bottom: 24px;
}
.margin-btm-50{
    margin-bottom:25px; 
}
.review-of-day-block .img-block{
    float: left;
    margin-right:14px;
     
}
.review-of-day-block .img-block img{
     width: 96px;
    height: auto;
}
.review-of-day-block .title-block {
    float: left;
    /* padding-top: 0; */
     /* padding: 20px 0px; */
}
.review-of-day-block .top-block{
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    display: table;
    padding: 20px;
    width: 100%;
    border-bottom:0 none;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
}
.review-of-day-block .top-block p{margin-bottom:0;}
.review-of-day-block .top-block p.review-name{
    color: #000000;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px;
    
}
.review-of-day-block .top-block p.line2{
    color: #5f5f5f;
    font-weight: 500;
    margin-bottom: 3px;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
}
.review-of-day-block .top-block p.line2 strong{
    font-weight:600;
    color:#002e72;
}
.review-of-day-block .bottom-block {
    display: block;
    padding: 15px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #d6d6d6;
}
.review-of-day-block .bottom-block img{
    display: inline-block;
    float: left;
}
.review-of-day-block p.star-bg{
    background: rgba(0, 0, 0, 0) url("images/one-star.png") no-repeat scroll 0 0;
    color: #535353;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    margin-right: 18px;
    padding-left: 18px;
}
.review-of-day-block p.share-bg{
    background: rgba(0, 0, 0, 0) url("images/share-icon.png") no-repeat scroll 0 2px;
    padding-left: 18px;
    line-height: 15px;
    float:left;
}
.review-of-day-block p.share-bg a{
    color: #535353;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;  
}
.review-of-day-block .bottom-block span.dates{
    color: #404040;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    margin-left: 10px;  
}
.review-of-day-block .bottom-block p.long-desc{
    color: #363636;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 8px;
    width: 100%;
}
.review-of-day-block .bottom-block p.long-desc a{
    /* color:#00355f; */
    color:#D32323;
    font-size: 13px;
    font-weight: 500;   
}
.amenity-review{
    padding-bottom: 45px;   
}
.amenity-review .big-amenity-block .review-desc p{
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 26px;  
}
.review-desc a{
    font-weight: 500;
}
.review-desc a,
.rateings a,
.amenity-review .big-amenity-block .review-desc a{
    color:#00355f;
    
    font-weight: 600;
}
.readmorelink{
    color:#D32323 !important;   
}
.amenity-review .big-amenity-block .review-metas p{
    color: #7b7b7b;
    font-size: 14px;
    margin-bottom: 10px;
    min-height: auto !important;
}
.side-block {
    border-bottom: 1px solid #d9d9d9;
    margin-top: 17px;
    padding-bottom: 15px;
    min-height: 120px;
}
.side-block:first-child{
    margin-top:0;
}
/* .side-block:last-child{
    border-bottom:none;
} */
.side-block:last-child, .side-block:nth-last-child(-n+2) {
   /* border-bottom: none;*/
}
.amenity-review .side-block .side-img{
    /* float:left;
    margin-right:20px;  */ 
    float: none;
    margin-right: 0;
}
.amenity-review .side-block .side-content p.desc{
    color: #272727;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 0;   
}
.amenity-review .side-block .side-content p.desc a{
   /* color: #00355f;*/
    color:#D32323;  
    font-weight: 500;
}
.amenity-review .side-block .side-content p.review-metas{
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 400;   
}
.amenity-review .side-block .side-content .rateings,
.restaurant-review .big-amenity-block .rateings{
    min-height: auto !important;    
}
.restaurant-review{
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 20px 0 45px;       
}
.restaurant-review .big-amenity-block .review-desc p{
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;    
}
.restaurant-review .big-amenity-block .review-metas p{
    color: #7b7b7b;
    font-size: 14px;
    margin-bottom: 10px;
}
.restaurant-review .margin-btm-50 {
    margin: 5px 0 15px;
}
.side-block {
    border-bottom: 1px solid #d9d9d9;
    margin-top: 17px;
    padding-bottom: 15px;
}
.side-block:first-child{
    margin-top:0;
}
.restaurant-review .side-block .side-img{
    float:left;
    margin-right:0px;  
    text-transform: capitalize;
}
.amenity-review .side-block .side-img{
    text-transform: capitalize;
}
.amenity-review .side-block .side-img img,
.recent-articles .articles-block .side-img img,
.news-big-section img,
.restaurant-review .side-block .side-img img{
    border-radius:5px;  
}
.restaurant-review .side-block .side-content p.desc{
    color: #272727;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 5px; 
}
.restaurant-review .side-block .side-content p.desc a{
    color: #00355f; 
}
.restaurant-review .side-block .side-content p.review-metas{
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 400;   
}
.recent-articles{
    padding:20px 0; 
}
.articles-block {
    border-bottom: 1px solid #cccccc;
    display: block;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    min-height:190px;
}
.articles-block:last-child{
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.recent-articles .articles-block .side-img{
    float: left;
    margin-right: 20px; 
}
.recent-articles .articles-block .side-content p.title a{
    color: #161616;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 14px;
    margin-top:10px;
}
.recent-articles .articles-block .side-content p.post-metas{
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;    
}
.recent-articles .articles-block .side-content p.desc{
    color: #353535;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;  
}
.recent-articles .article-sidebar{
}
.recent-articles .article-sidebar h3{
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #d32323;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 15px 0 15px 19px;  
}
.recent-articles .article-sidebar .artcile-block{
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}
.recent-articles .article-sidebar .artcile-block:last-child{
    border-bottom: 0 none;
    margin-bottom: 0px;
}
.recent-articles .article-sidebar .artcile-block p.title{
    margin-bottom:11px; 
}
.recent-articles .article-sidebar .artcile-block p.title a{
    font-weight:600;
    font-size:18px;
    color:#161616;
}
.recent-articles .article-sidebar .artcile-block p.title a:hover{
    color:#00355f;
    text-decoration:none;
}
.recent-articles .article-sidebar .artcile-block p.post-metas{
    font-weight:500;
    font-size:13px;
    color:#6a6a6a;
    margin-bottom:14px;
}
.recent-articles .article-sidebar .outer-box-article{
    border-bottom: 1px solid #e0e0e0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding:15px 20px;  
}
.latest-news-section{
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 25px 0;    
}
.latest-news-section .news-big-section p.news-title a{
    color: #343434;
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    display:block;
}
.latest-news-section .news-big-section p.news-title a:hover{
    color:#D32323;
    text-decoration:none;
}
.latest-news-section .news-big-section p.post-metas{
    font-weight:500;
    font-size:13px;
    color:#919090;
    margin-bottom:0;    
}
.latest-news-section .news-block{
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
}
.latest-news-section .news-block:last-child{
    border-bottom: 0 none;
    margin-bottom: 0px;
}
.latest-news-section .news-block p.title a{
    font-weight:500;
    font-size:16px;
    color:#4c4c4c;
}
.latest-news-section .news-block p.title a:hover{
    color:#D32323;
    text-decoration:none;
}
.latest-news-section .news-block p.post-metas{
    color: #8a8a8a;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 18px;
}
.cta-subscribe{
    margin: 25px 0 0;
    background: rgba(0, 0, 0, 0) url("images/cta-mailbox.jpg") no-repeat scroll 38rem 7rem;
/*    background-size:cover;*/
    background-size:70%;
}
.cta-subscribe .cta-heading{
    font-weight:600;
    font-size:34px;
    color:#00355f;
    margin-top:0;
}
.cta-subscribe .cta-sub-head{
    color: #383838;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 22px;    
}
.subscribe-form {
    margin-bottom: 45px;
}
.subscribe-form input[type="email"]{
    border: 1px solid #cbcbcb;
    border-radius: 35px;
    box-shadow: none;
    color: #aaa8a8;
    font-size: 14px;
    height: 47px;
    padding-left: 30px; 
}
.subscribe-form button[type="submit"]{
    background: #e30613 none repeat scroll 0 0;
    border: 1px solid #e30613;
    border-radius: 35px;
    box-shadow: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    height: 47px;
    line-height: 1;
    max-width: 100%;
    width: 190px;
    margin-left:20px;   
    transition:all 0.6s;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -o-transition:all 0.6s;
    -ms-transition:all 0.6s;
}
.subscribe-form button[type="submit"]:hover{
    background: #b8000b none repeat scroll 0 0;
    border: 1px solid #b8000b;
}
.mc4wp-form {
    /* margin-bottom: 24px; */
    min-height:86px;
}
.mc4wp-form input[type="email"]{
    border: 2px solid #cbcbcb;
    width: 500px;
    border-radius: 5px;
    box-shadow: none;
    color: #aaa8a8;
    font-size: 14px;
    height: 47px;
    padding-left: 30px; 
}
.linkbtn:hover{
    color: #ffffff;
    background: #003573 none repeat scroll 0 0;
    border: 1px solid #003573;
     -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #ffffff38;
}
.linkbtn {
    margin-bottom: 20px;
}
.linkbtn,
.commentFrm button[type="submit"],
.mc4wp-form button[type="submit"]{
    vertical-align: baseline;
    background: #e30613 none repeat scroll 0 0;
    border: 1px solid #e30613;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    height: 47px;
    line-height: 1;
    max-width: 100%;
    width: 190px;
    margin-left:15px;
    transition:all 0.6s;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -o-transition:all 0.6s;
    -ms-transition:all 0.6s;
}
.mc4wp-form.review-submit button{
    margin: 30px 0 0 0;
    font-size: 15px;
}
.commentFrm button[type="submit"]:hover,
.mc4wp-form button[type="submit"]:hover{
    /* background: #b8000b none repeat scroll 0 0;
    border: 1px solid #b8000b; */
    background: #003573 none repeat scroll 0 0;
    border: 1px solid #003573;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #ffffff38;
}
.mc4wp-form .form-group{
    display: inline-block;
}
.footer{
    background:#373737;
    color:#d9d9d9;  
    padding:50px 0 30px;
}
.footer h3.foo-title{
    margin-bottom: 22px;
   /* margin-top: 15px; */
}
.footer ul.foo-menu{
    list-style-type: none;
    padding-left: 0;    
}
.footer ul.foo-menu li{
    margin-bottom:8px;  
}
.footer ul.foo-menu li a{
    color:#d9d9d9;
    font-weight:400;
    font-size:15px;
}
.footer .copy-rightlines{
   
    display:inline-block;
}
.footer .copy-rightlines .copyline{
    font-weight:300;
    font-size:14px;
    color:#bfbfbf;  
}
.footer .copy-rightlines a{
    font-weight:300;
    font-size:13px;
    color:#d9d9d9;  
}
.footer .foo-news{
    padding-bottom: 25px;
}
.footer .foo-news:last-child{
}
.footer .foo-news p.title{
    background: rgba(0, 0, 0, 0) url("images/li-right-arrow.png") no-repeat scroll 0 7px;
    padding-left: 20px;
}
.footer .foo-news p.title a{
    font-weight:500;
    font-size:16px;
    color:#b9b9b9;
}
.footer .foo-news p.post-metas{
    color: #8a8a8a;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    padding-left:20px;  
}
.social-block ul{
    list-style-type: none;
    padding-left: 10px; 
        padding-top: 5px;
    margin-bottom: 0px;
}
.social-block ul li{
    display: inline-block;
    margin-right: 8px;
}
.social-block ul li a{
}
.social-block ul li a i.fa{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border:1px solid #fff;
    border-radius: 50%;
    font-size: 15px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color:#fff; 
    transition:all 0.6s;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -o-transition:all 0.6s;
    -ms-transition:all 0.6s;
}
.header.social-block ul li a i.fa{
    border:none;
    /* color:#000; */
    color: #fff;
    height: 36px;
    width: 36px;
     line-height: 35px;
}
.social-block ul li a i:hover{
    background: #d9d9d9 none repeat scroll 0 0; 
    color:#000;
}
.header.social-block ul li a i:hover{
    background: #333 none repeat scroll 0 0;    
    color:#fff;
}
.bottom-footer{
    background: #0b0a0a;
    color: #d9d9d9;
    padding: 20px 0;    
}
.bottom-footer .copy-rightlines{
    text-align:right;   
}
.bottom-footer .copyline{
    margin-bottom:0;    
}
.foo-bottom-menu{
    margin-bottom:0;    
}
.footer .widget_nav_menu h2.widget-title,
.footer .foo-title{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 0;
    position: relative;
    padding-bottom: 25px;
}
.footer .widget_nav_menu h2.widget-title:before,
.footer .foo-title:before{
    background: #E30613 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 48px;
    width: 45px;    
}
.footer .widget_nav_menu ul.menu{
    list-style: outside none none;
    padding: 0;
}
.footer .widget_nav_menu ul.menu li:before{
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #e2e2e2;
    font-size: 10px;
    padding-right: 0.5em;
    position: absolute;
    top: 9px;
    left: 0;    
}
.footer .widget_nav_menu ul.menu li{
    position: relative;
    padding: 7px 0 7px 22px;
}
.footer .widget_nav_menu ul.menu li a{
    color: #e2e2e2;
    font-size: 14px;
}
.footer .widget_nav_menu ul.menu li a:hover{
    border-bottom: 1px solid #fff;  
}
.main-pop-hotels{
    display: inline-block;
    width: 47.3%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #535353;
    min-height: 95px;
    margin-right: 10px;
}
.main-pop-hotels:nth-child(3),
.main-pop-hotels:nth-child(4){
    border-bottom: 0 none;
}
.main-pop-hotels .side-img{
    float: left;
    margin-right: 20px;
}
.main-pop-hotels .side-img .hotel-img{
    width: 70px;
    border-radius: 3px; 
    -webkit-box-shadow: 0 0 5px #000;
        box-shadow: 0 0 5px #000;
}
.main-pop-hotels .pop-news{
    padding-bottom: 5px;    
        overflow: hidden;
}
.main-pop-hotels .pop-news .title{
    margin-bottom:5px;  
}
.main-pop-hotels .pop-news .title a{
    font-size:14px; 
    font-weight:500;
}
.main-pop-hotels .pop-news .short-desc{
    font-size: 12px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
        max-width: 180px;
    padding-left: 15px;
}
.main-pop-hotels .pop-news .short-desc:before{
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 12px;
    padding-right: 0.5em;
    position: absolute;
    top: -2px;
    left: 0;    
}
.foo-bottom-menu {
    list-style-type: none;
    padding-left: 0;
}
.foo-bottom-menu > li {
    display: inline-block;
    line-height:1;
}
.foo-bottom-menu > li > a {
    color:#d9d9d9;
}
ul.foo-bottom-menu li:not(:last-child) {
    border-right:1px solid #d9d9d9;
    margin-right:20px;
    padding-right:20px;
}
.cta-review:hover .board-img img{
    animation: bounce 1s;
    -webkit-animation:bounce 1s;
}
@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
#nav-icon3{
    width: 50px;
    height: 45px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon3 span{
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #d32323;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
    top: 8px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 22px;
}
#nav-icon3 span:nth-child(4) {
    top: 36px;
}
#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.banner-form .form-inputs {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-block;
    margin-right: 0;
    max-width: 500px;
    /* max-width: 385px; */
    padding: 0px 20px;
    text-align: left;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
}
.banner-form select {
    background:rgba(0, 0, 0, 0) url("images/select-arrow.png") no-repeat scroll right center;
    border: 0 none;
    height: auto;
    width: 100%;
    z-index: 1;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    box-shadow: none;
    padding: 0px 75px 0px 10px;
}
.banner-form select:focus{
    box-shadow: none;
    outline: 0 none;    
}
.banner-form select option {
    background: #fff none repeat scroll 0 0;
    color: #000 ;
    padding: 5px;
    text-overflow: unset;
    width: 100%;
}
.banner-form input {
    background-color: #f6f6f6;
    border: medium none;
    /*padding: 0 0 0 26px;*/
    box-shadow: none;
    margin-left: 20px;
    width: 100%;
   /*  max-width: 150px; */
       max-width: 100%;
    /*border-left:1px solid #dedede;*/
    border-top:none;
    border-bottom:none;
    border-right:none;
    border-radius:0;
    color: #666;
    outline: none;
}
.banner-form input.ui-autocomplete-input{
    font-size: 12px;
    border-left:none;
    padding: 8px 16px 8px 0;
    margin: 0;
    width: 220px;
    background-color: #f6f6f6;
}
.banner-form input#s{
    padding: 0 0 0 10px;
    max-width: 189px;
}
.banner-contents #searchbtn{
    background: #e30613 url("images/search-icon.png") no-repeat scroll 25px center;
    border: 1px solid #e30613;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    height: 35px;
    line-height: 0;
    margin-left: 20px;
    max-width: 100%;
    outline: none !important;
    width: 140px;
    padding:16px 40px 16px 50px;    
    text-transform:uppercase;
    transition:all 0.6s;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -o-transition:all 0.6s;
    -ms-transition:all 0.6s;
}
.banner-contents #searchbtn:hover{
    /* background: #b8000b url("images/search-icon.png") no-repeat scroll 30px center;
    border: 1px solid #b8000b; */
    background: #003573 url(images/search-icon.png) no-repeat scroll 30px center;
    border: 1px solid #003573;
    color: #ffffff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #ffffff38;
}
/* Hotel Single Page CSS starts */
header.inner-pages {
        border-bottom: 0;
    margin-bottom: 0;
    position: static;
    top: 0;
    width: 100%;
    z-index: 1111;
}
header.inner-pages .top-bar{
    /* background:rgba(180,180,180,0.3) none repeat scroll 0 0;   */  
    background: #222; 
    height: 45px;  
}
header.inner-pages .menu-section{
    padding: 12px 0;    
}
header.inner-pages .navbar-nav > li > a{
    color:#000000;
    font-weight: 500;
    border-bottom: 3px solid #ffffff !important;
}
header.inner-pages .nav > li > a:hover, 
header.inner-pages .nav > li > a:focus{
    color: #E30613;
}
.search-title {
    text-align: center;
    color: #E30613;
    margin-bottom: 10px;
}
.breadcrumbs{
    background: #e30613 none repeat scroll 0 0;
    color: #ffffff;
    padding: 8px 0;
}
.breadcrumbs a{
    color: #ffffff;
}
.breadcrumbs a:hover{
    text-decoration:none;
    border-bottom:1px solid #fff;   
}
.main-hotel{
    padding-top:50px;
    padding-bottom:50px;    
}
.hotel-list-img{
    display:inline-block;
    float: left;
    padding: 0;
    min-height: 200px;
}
.main-hotel-content{
    width: 100%;
    display: inline-block;
}
.hotellists .main-hotel-content{
    width: 60%;
}
.main-hotel-content.managerhotel{
    width: 75%;
}
.main-hotel .main-hotel-content h3{
    font-weight:700;
    font-size:24px;
    margin-top: 5px;
    margin-bottom:20px;
}
.main-hotel .main-hotel-content img{
    float: left;
    margin-right: 4px;
}
.main-hotel .main-hotel-content .reviews{
    color:#8d8d8d;
}
.main-hotel .main-hotel-content p.location-metas{
    background: rgba(0, 0, 0, 0) url("images/location-icon.png") no-repeat scroll 0 4px;
    color: #313131;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-left: 20px;
    margin:10px 0;
    line-height:28px;   
}
.main-hotel .main-hotel-content p.call-metas{
    background: rgba(0, 0, 0, 0) url("images/call-icon.png") no-repeat scroll 0 center;
    color: #313131;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-left: 20px;
    margin-bottom:15px;
    line-height:28px;   
}
.main-hotel .main-hotel-content p.desc strong{
    color:#000000;
}
.main-hotel .main-hotel-content p.desc{
    float:left;
    font-size:14px; 
    color:#5c5c5c;
    line-height:20px;
    margin-bottom:25px;
    margin-right:10px;
    min-height: 76px;
}
.single-hotel .main-hotel .main-hotel-content p.desc{
    min-height: auto;
}
.hotelbtns{
    display:inline-block;   
    width:100%;
}
.main-hotel-content .hotelbtns{
    margin-top: 10px;
    width: auto;
}
.single-hotel .hotelbtns{
    margin-top: 45px;    
}
.hotelbtns .btn-normal{
    margin-right: 15px; 
    font-size: 16px;
}
.hotelbtns .btn-normal:last-child{
    margin-right:0; 
}
.btn-normal{
    background: #e30613 none repeat scroll 0 0;
    border: 1px solid #e30613;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    height: 47px;
    line-height: 1;
    margin-left: 0px;
    max-width: 100%;
    transition: all 0.6s ease 0s;
    width: 190px;
    outline: none;
}
.writereview{
    padding: 8px 20px;
    font-size: 15px;
}
.btn-plain{
    color: #363636 !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 1 !important;
    margin-left: 0px;
    max-width: 100%;
    transition: all 0.4s ease 0s;
    outline: none;
    margin-right:15px;
    background: transparent;
    border: 0;
}
.btn-plain:hover{
    color: #e30613 !important;
}
.btn-plain .fa{
    color: #027dc4;
    padding-right: 7px;
}
.hotelbtns .btn-normal{
    height: 40px;
    width: 170px;
}
.btn-normal:hover,
.btn-normal:focus{
    /* background: #b8000b none repeat scroll 0 0;
    border: 1px solid #b8000b; */
    background: #003573 none repeat scroll 0 0;
    border: 1px solid #003573;
    color: #ffffff;
   /* -webkit-transform: scale(1.1);
    transform: scale(1.1);*/
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #ffffff38;
}
.rewards{
    background-color: #32CB1C;
    border:1px solid #32CB1C;
    transition: all 0.6s ease 0s;
}
.review-n-ratings .rewards{
    height: auto;
    width: auto;
    padding: 10px 20px;
    font-size: 15px;   
}
.mc4wp-form.review-submit .rewards{
    vertical-align: middle;
    margin: 30px 0 0 0;
    font-size: 15px;
    line-height: 33px;
}
.rewards:hover,
.rewards:focus{
    background-color: #228B22;
    border: 1px solid #228B22;
   /* -webkit-transform: scale(1.1);
    transform: scale(1.1);*/
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #ffffff38;
}
.mc4wp-form.review-submit .rewards:hover,
.mc4wp-form.review-submit .rewards:focus{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);   
}
.main-hotel-content-section{
    background:#f4f4f4; 
    padding-top:40px;
}
ul.page-menu {
    list-style-type: none;
    margin-bottom: 30px;
    padding-left: 15px;
}
ul.page-menu > li {
    display: inline-block;
    line-height: 1;
}
ul.page-menu > li > a {
    color: #1b1b1a;
    font-size:18px;
}
ul.page-menu > li > a:hover{
    text-decoration:none;
    border-bottom:1px solid #e30613;
    color:#e30613;  
}
ul.page-menu li:not(:last-child) {
    margin-right: 54px;
}
.main-hotel-content-section .reviews-section{
    background:#ffffff;
    -webkit-box-shadow: 0 0 10px #e5e5e5;
    box-shadow: 0 0 10px #e5e5e5;
    padding:34px 30px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    margin-bottom:30px;
}
.main-hotel-content-section .reviews-section h3{
    font-weight:700;
    color:#1e1e1e;
    font-size:24px;
    margin-top:0;
    margin-bottom:10px;
    padding-bottom:20px;
    border-bottom:1px solid #e1e1e1;
}
.reviews-section .top-block {
    display: inline-block;
    height: auto;
    margin-bottom: 15px;
    width: 100%;
}
.single-post .reviews-section .top-block .img-block,
.single-hotel .reviews-section .top-block .img-block{
    max-width: 60px;
}
.single-post .reviews-section .top-block .img-block img,
.single-hotel .reviews-section .top-block .img-block img{
    border-radius: 50%;
}
.reviews-section .top-block .img-block{
    float: left;
    margin-right: 14px; 
}
.reviews-section .top-block .review-name{
    font-weight:500;
    font-size:15px;
    color:#1d1d1d;
    margin-bottom:0;
}
.reviews-section .top-block .line2{
    font-weight:300;
    color:#848484;
    font-size:12px; 
}
.reviews-section .bottom-block img {
    display: inline-block;
}
.reviews-section .reviewimg{
    margin: 10px 0;
    display: block;
    position: relative;
}
.html5lightbox.imgele{
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    margin: 10px 20px 0;
    position: absolute;
    top: 26px;
    color: #fff;
    font-weight: bold;
    left: 0;
    right: 0;
    text-align: center;
}
.html5lightbox.videoele{
    vertical-align: top;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
}
.reviews-section .reviewimg img{
    float: none;
    height:100px;
}
.reviews-section .bottom-block .dates{
    margin-left:11px;
    font-size:14px;
    font-weight:300;
    color:#8d8d8d;
    line-height: 1;
    vertical-align: bottom;
}
.reviews-section .bottom-block p.long-desc{
    color: #3b3b3b;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}
.reviews-section .bottom-block .all-comments{
    float:left; 
}
.single-post ul.comments .children {
    display: none;
}
.single-post ul.comments .children.child-review {
    display: block !important;
}
.single-post .rate {
    display: none;
}
.single-post #socialshare .text-center {
    display: none;
}
.social-content h5 {
    display: none;
}
.reviews-section .bottom-block .all-comments a i.fa,
.reviews-section .bottom-block .all-likes a i.fa{
    color:#e30613;
    font-weight:400;
    margin-right:8px;
}
.reviews-section .bottom-block .all-comments a{
    font-weight:300;
    color:#3b3b3b;
    font-size:14px;
    margin-right:40px;  
}
.reviews-section .bottom-block .all-comments a:hover{
    text-decoration:none;
}
.reviews-section .bottom-block .all-likes a{
    font-weight:300;
    color:#3b3b3b;
    font-size:14px;
}
.reviews-section .bottom-block .all-likes a:hover{
    text-decoration:none;
}
.reviews-section .all-review-block {
    padding: 15px 0 0;
}
#reviewm .all-review-block > div > div {
    margin: 5px 0;
}
.reviews-section hr {
    border-color: #e1e1e1 currentcolor currentcolor;
    margin: 10px 0 0 0;
}
#review > div > div,
.review-ratings{
    text-align: center;
}
.btn-normal.btn-huge{
    display: block;
    font-size: 18px;
    margin: 0 auto;
    max-width: 100%;
    width: 406px;   
}
.inner-contents{
}
.about .small-title{
    font-weight:500;
    font-size:18px;
    color:#000000;  
    margin-top:5px;
}
.about p.desc1,
.about p.desc2{
    font-weight:300;
    font-size:14px;
    color:#272727;
    line-height:28px;
}
.about .small-blocks{
    margin-bottom:25px; 
}
.about .small-blocks p.small-title-in{
    font-weight:400;
    font-size:14px;
    color:#000000;
    margin-bottom:4px;  
}
.about .small-blocks p.desc{
    font-weight:300;
    font-size:13px;
    color:#565656;  
}
ul.true-icon{
    list-style-type:none;
    padding-left:0; 
    margin-bottom:0;
}
ul.true-icon li{
    color: #000000;
    display:inline-block;
    font-size: 14px;
    line-height: 28px;
    padding-left: 25px;
    position: relative;
    padding-bottom: 8px;
    vertical-align: top;
    width:33%;
}
ul.true-icon li:before{
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #e30613;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
ul.true-icon li:last-child{
    padding-bottom:0;   
}
/*.hotel-facilities{
    border-bottom: 1px solid #f4f4f4;
    display: inline-block;
    padding-bottom: 25px;
}
.hotel-facilities ul.true-icon li{
    width: 49%;
    vertical-align: top;
}*/
.inner-hotel-pad{
    padding-top:10px;   
}
.inner-hotel-pad.custom-checks1 input[type="checkbox"] + label{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.main-hotel-content-section .map-image{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 0 10px #e5e5e5;
    margin-bottom: 30px;
    padding:13px;   
}
.reviews-section.no-btm-pad{
    padding-bottom:20px;    
}
#photos .inner-hotel-pad {
    padding-top: 25px;
}
.row1 {
    display: inline-block;
    width: 100%;
}
.slider-div {
    float: left;
    margin-right: 20px;
    width: 485px;
}
.thumb-images img{
    float: left;
    margin-right: 10px;
    margin-bottom:20px; 
}
.thumb-images img:nth-child(2n) {
    margin-right: 0;
}
#main-slide .item img{
    width: 100%;
    object-fit: cover;
    height: 340px;
}
#main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}
#main-slide .slider-content{
    top: 50%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}
#main-slide .carousel-indicators {
    bottom: 30px;
}
.carousel-indicators li{
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 1px !important;
}
#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}
#main-slide .carousel-control.left span {
    padding: 15px;
}
#main-slide .carousel-control.right span {
    padding: 15px;
}
#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}
#main-slide .carousel-control .fa-angle-left{
    left: 0;
}
#main-slide .carousel-control .fa-angle-right{
    right: 0;
}
#main-slide .carousel-control i{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 36px;
    padding: 15px 11px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#main-slide .carousel-control i:hover {
    background: #e30613 none repeat scroll 0 0;
}
.page-sidebar .sidebar-title{
    font-weight:600;
    color:#000;
    margin-top:0px;
    margin-bottom:20px; 
}
.page-sidebar .sidebar-block{
    padding:8px;
    border:1px solid #e2e2e2;
    background:#ffffff;
    border-radius:7px;
    margin-bottom:20px;
}
.page-sidebar .sidebar-block .image-and-review{
    padding:10px 0 5px; 
}
.page-sidebar .sidebar-block p.hotel-name{
    font-weight:600;
    font-size:18px;
    color:#000;
    margin-bottom:5px;  
}
.page-sidebar .sidebar-block .image-and-review img {
    float: left;
    margin-right: 4px;
}
.page-sidebar .sidebar-block .image-and-review .reviews {
    color: #8d8d8d;
}
.inner-banner.hotel-list{
    background: rgba(0, 0, 0, 0) url("images/hotel-list-banner.jpg") no-repeat scroll center center;
    min-height: 215px;
    background-size:cover;  
}
.title-row {
    display: table;
    height: 215px;
}
.title-row .banner-description {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
}
h3.banner-title{
    color: #ffffff;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
}
.hotels-block{
    background:#fff;
    padding:15px;
    border:2px solid #dddddd;
    display:inline-block;
    border-radius: 10px;
    margin-bottom:30px; 
    width: 100%;
}
.hotels-block:last-child{
    margin-bottom:10px; 
}
.hotels-block .hotel-list-img img{
    float:left;
    margin-right:20px;  
    border-radius:5px;
}
.hotels-block .main-hotel-content h3{
    font-weight:500;
    font-size:24px;
    color:#000;
    margin-top:0;
    margin-bottom:5px;
}
.hotels-block .main-hotel-content p.location-metas {
    background: rgba(0, 0, 0, 0) url("images/location-icon.png") no-repeat scroll 0 5px;
    color: #313131;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 3px 0;
    padding-left: 20px;
    display:block;
}
.hotels-block .main-hotel-content .stars-and-review img {
    float: left;
    margin-right: 4px;
}
.hotels-block .main-hotel-content .stars-and-review .reviews {
    color: #8d8d8d;
}
.hotels-block .main-hotel-content p.desc{
    margin-top:10px;
    margin-bottom:10px; 
}
.page-sidebar .sidebar-block-checkbox{
    padding:25px 20px;
    background:#ffffff;
    border:2px solid #dddddd;
    border-radius:10px;
    margin-bottom:28px;
}
.page-sidebar .filter-btn .btn-filter{
    background: #e30613 none repeat scroll 0 0;
    border: 1px solid #e30613;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    height: 40px;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 0;
    max-width: 100%;
    transition: all 0.6s ease 0s;
    width: 110px;
}
.page-sidebar .filter-btn .btn-filter:hover{
    background: #003573 none repeat scroll 0 0;
    border: 1px solid #003573;
    color: #ffffff; 
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #ffffff38;
}
.page-sidebar .sidebar-block-checkbox:last-child{
    /*margin-bottom:0;*/
}
.page-sidebar .sidebar-block-checkbox h3{
    border-bottom: 2px solid #027dc4;
    color: #010101;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 15px;
}
.custom-checks input[type="checkbox"] {
    display:none;
}
.custom-checks input[type="checkbox"] + label {
    color:#272727;
    font-size:16px;
    font-weight:400;
    display:block;
}
.custom-checks input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
.custom-checks input[type="checkbox"]:checked + label span {
    background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -19px top no-repeat;
}
/* ******************************* */
.page-sidebar.my-account{
    border: 1px solid #dbdbdb;
    padding: 10px;    
}
.page-sidebar.my-account > div{
    margin: 0 0 10px 0;
}
.page-sidebar {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;
}
.page-sidebar.filter{
    border: 0;
    padding: 0;
}
.page-sidebar .key-points {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.page-sidebar .key-points ul{
    padding:0;
}
.page-sidebar .key-points h4 {
    color: #242424;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.page-sidebar .key-points > ul {
    display: inline-block;
}
.page-sidebar .key-points > ul li {
    color: #363636;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
}
.page-sidebar .key-points > ul li a i {
    color: #027dc4;
    padding-right: 3px;
}
.main-customer-content-section {
    background: #fff none repeat scroll 0 0;
    padding-top: 30px;
}
.page-sidebar .cust-profiles .add-image img{
    border-radius:5px;  
}
.page-sidebar .cust-profiles h2.cust-name{
    color: #000000;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}
.page-sidebar .cust-profiles .customer-meta p.address,
.page-sidebar .cust-profiles .customer-meta p.mobile{
    color: #313131;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.page-sidebar .cust-profiles .customer-meta p.address:before {
    content: "\f041"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #e30613;
    font-size: 19px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.page-sidebar .cust-profiles .customer-meta p.mobile:before {
    content: "\f2a0"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #027dc4;
    font-size: 19px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.page-sidebar .cust-profiles .reward-points{
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    padding: 10px 0;
    text-align: left;
}
.page-sidebar .cust-profiles .reward-points .reward-count{
    color: #027dc4;
    display: block;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}
.page-sidebar .cust-profiles .reward-points .sub-title{
    color: #1b1b1a;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.page-sidebar .add-image form#profileimgFrom img {
    border: 10px solid #efefef;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    margin: 0 auto;
}
.edit_img a,
.edit-profile {
    border: 2px solid #b9b9b9;
    border-radius: 5px;
    color: #161616;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s all;
    padding: 5px 20px 5px 25px;
    display: inline-block;
}
.edit-profile:hover {
    color: #E30613;
    border-color: #E30613;
}
.customer-tabs{
    background:#f4f4f4;
    padding:17px 20px;
    border-radius: 7px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.customer-tabs.add-hotel{
    padding:0;
    margin-bottom: 0;
}
.customer-tabs .tab-content{
    background:#fff;
    padding:20px;
}
.customer-tabs .nav-tabs{
    border-bottom: 1px solid #ffffff;   
}
.customer-tabs .nav-tabs > li {
    margin: 0 20px; 
}
.customer-tabs .nav-tabs > li:first-child{
    margin-left:10px;   
}
.customer-tabs .nav-tabs > li > a{
    border-bottom:3px solid rgba(0, 0, 0, 0) !important;
    border-top:none;
    border-left:none;
    border-right:none;
    font-weight:400;
    font-size:18px;
    color:#1b1b1a;
    padding:10px;
}
.customer-tabs .nav-tabs > li.active > a, 
.customer-tabs .nav-tabs > li.active > a:hover, 
.customer-tabs .nav-tabs > li.active > a:focus{
    background-color: rgba(0, 0, 0, 0);
    border-bottom:3px solid #027dc4 !important;
    border-top:none;
    border-left:none;
    border-right:none;
    color:#027dc4;
}
.customer-tabs .nav-tabs > li > a:hover, 
.customer-tabs .nav-tabs > li > a:focus{
    background-color: rgba(0, 0, 0, 0);
    border-bottom:3px solid #e30613 !important;
    border-top:none;
    border-left:none;
    border-right:none;
    color:#e30613;
}
.customer-tabs .tab-content h3{
    margin-top:0;   
}
.alignright{
    text-align:right;   
}
.red{
    color:#f35e5e;  
}
.customer-tabs .tab-content #profile label{
    font-weight:300;
    font-size:16px;
    color:#363636;  
    margin-top:7px;
}
.customer-tabs .tab-content #profile input[type="number"],
.customer-tabs .tab-content #profile input[type="text"]{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-weight: 300;
    height: 35px;
    margin-bottom: 25px;
    padding-left: 25px; 
    width: 65%;
}
.customer-tabs .tab-content #profile input.phonenum{
    display: inline-block;
    max-width: 352px;
}
.customer-tabs .tab-content #profile textarea{
    background: rgba(0, 0, 0, 0) url("images/pencil-icon.png") no-repeat scroll left center;
    border-color: currentcolor currentcolor #dcdcdc;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
    height: 44px;
    margin-bottom: 33px;
    padding-left: 25px;
    padding-top: 9px;
    resize: none;   
    width: 65%;
}
.customer-tabs.add-hotel .tab-content #profile textarea.description{
    border-color: #e4e4e4;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    height: 80px;
    padding:10px 15px;
    resize: auto;
}
.customer-tabs .tab-content #profile select{
    background:#ffffff url("images/dropdown-arrow.png") no-repeat scroll 94% center;
    border: 1px solid #dedede;
    border-radius: 30px;
    height: 47px;
    width: 100%;
    z-index: 1;
    padding-left:22px;
    margin-bottom: 33px;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    box-shadow: none;   
}
.customer-tabs .tab-content #profile form{
    padding-right: 100px;
}
.btn-save{
    background: #e30613 none repeat scroll 0 0;
    border: 1px solid #e30613;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    height: 47px;
    line-height: 1;
    max-width: 100%;
    transition: all 0.6s ease 0s;
    width: 156px;   
}
.btn-save:hover,
.btn-save:focus{
    background: #b8000b none repeat scroll 0 0;
    border: 1px solid #b8000b;
    color: #ffffff;
    color: #ffffff;
    background: #003573 none repeat scroll 0 0;
    border: 1px solid #003573;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #ffffff38;
}
#profile form select option{
    color:#a8a8a8;  
}
#profile form input[type="text"]::-webkit-input-placeholder,
#profile form textarea::-webkit-input-placeholder,
#profile form select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a8a8a8;
}
#profile form input[type="text"]::-moz-placeholder,
#profile form textarea::-moz-placeholder,
#profile form select::-webkit-input-placeholder { /* Firefox 19+ */
    color: #a8a8a8;
}
#profile form input[type="text"]:-ms-input-placeholder,
#profile form textarea::-moz-placeholder,
#profile form select::-webkit-input-placeholder { /* IE 10+ */
    color: #a8a8a8;
}
#profile form input[type="text"]:-moz-placeholder,
#profile form textarea::-moz-placeholder,
#profile form select::-webkit-input-placeholder { /* Firefox 18- */
    color: #a8a8a8;
}
.hotel-facilities .custom-checks1 input[type="checkbox"] + label {
    font-size:13px; 
}
.hotel-facilities .custom-checks1 input[type="checkbox"] + label span.check {
    display:inline-block;
    width:16px;
    height:16px;
    margin:2px 10px 0 0;
    vertical-align:top;
    /*background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) left top no-repeat;*/
    background:url("images/check_radio_sheet2_new.png") left top no-repeat;
    cursor:pointer;
}
.hotel-facilities .custom-checks1 input[type="checkbox"]:checked + label span.check {
    /* background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -19px top no-repeat;*/
    background:url("images/check_radio_sheet2_new.png") -19px top no-repeat;
}
.custom-checks1 input[type="checkbox"] {
    display:none;
}
.custom-checks1 input[type="checkbox"] + label {
    color:#272727;
    font-size:16px;
    font-weight:400;
    display:block;
}
.custom-checks1 input[type="checkbox"] + label span.check {
    display:inline-block;
    width:19px;
    height:19px;
    margin:2px 10px 0 0;
    vertical-align:top;
    background:url("images/check_radio_sheet2.png") left top no-repeat;
    cursor:pointer;
}
.custom-checks1 input[type="checkbox"] + label span.title {
    /*display: inline-block;*/
    width: 86%;
}
.custom-checks1 input[type="checkbox"]:checked + label span.check {
    /* background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -19px top no-repeat;*/
    background:url("images/check_radio_sheet2.png") -19px top no-repeat;
}
.custom-checks1.add-hotel{
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}
.custom-checks1.add-hotel input[type="checkbox"] + label{
    display: inline-block;
}
.custom-checks1.add-hotel input[type="checkbox"] + label span.check{
    margin: 1px 2px 0 0;
}
.custom-checks1.add-hotel input[type="checkbox"] + label span.title{
    display: inline;
    margin-right: 12px;
}
/* ******************************* */
/* Another CSS(WP) */
a {cursor: pointer;}
.comment-rating {float:left; width:110px; margin: 0 0 10px 0;}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{background: url(images/star.png) left -1000px repeat-x;}
.star-rating{position:relative;width:90px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;
             background-position: left top;}
.star-rating li{display: inline;}
.star-rating a,
.star-rating .current-rating{position:absolute;top:0;left:0;text-indent:-1000em;height:25px;line-height:25px;
                             outline:none;overflow:hidden;border: none;}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{background-position: left bottom;}
.star-rating a.one-star{width:20%;z-index:6;}
.star-rating a.two-stars{width:40%;z-index:5;}
.star-rating a.three-stars{width:60%;z-index:4;}
.star-rating a.four-stars{width:80%;z-index:3;}
.star-rating a.five-stars{width:100%;z-index:2;}
.star-rating .current-rating{z-index:1;background-position: left center;}
.star-rating a.zero-star {width:20%;z-index:8;background: url(images/no_star.png) left top no-repeat;}
.star-rating a.zero-star:hover,
.star-rating a.zero-star:active,
.star-rating a.zero-star:focus {background-position: left center;}
.star-rating a.zero-selected {background-position: left center;}
ul.wpp-list{
    padding : 0
}
.rateings{
    margin: 0 0 5px 0;
    font-weight: 500;
    /* min-height:50px; */
}
.mc4wp-success p{
    color: #5cb85c;
}
.mc4wp-error p{
    color: #d9534f;
}
.mc4wp-notice p{
    color: #5bc0de;
}
.lightbox-thumb{
    width:130px;
    height:100px;   
}
img.fullwidth,
.comment-rating{
    width:100%;
}
.reviews-section .bottom-block .all-comments{
    color:#3b3b3b;
}
.reviews-section .bottom-block .all-comments span{
    margin:0 10px 0 5px;    
}
.comments li{
    list-style: none;
}
.comment-rating{
    width: 100%;
    margin-top: 20px;
}
.comment-rating .row{
    margin-bottom: 10px;
}
p.logged-in-as{
    display:none;
}
.registration h6,
.login h6{
    text-align: center;
    margin-top: 0;
}
h1.title{
    font-size: 34px;
    font-weight: bold;
    margin: 30px 0;
    text-align: center;
}
.registration .title{
    margin: 0 0 20px 0;
}
.wppb-user-forms ul li label,
.wppb-user-forms p label{
    display: block;
    font-weight: normal;
    margin: 0 10px 10px;
    width: 100%;
}
form.wppb-user-forms input[type="text"],
form.wppb-user-forms input[type="email"],
form.wppb-user-forms input[type="password"],
form#loginform input[type="text"],
form#loginform input[type="password"]{
    display: block;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    width: 100%;
}
form.wppb-user-forms input[type="text"]:focus,
form.wppb-user-forms input[type="text"]:hover,
form.wppb-user-forms input[type="email"]:focus,
form.wppb-user-forms input[type="email"]:hover,
form.wppb-user-forms input[type="password"]:focus,
form.wppb-user-forms input[type="password"]:hover,
form#loginform input[type="text"]:focus,
form#loginform input[type="text"]:hover,
form#loginform input[type="password"]:focus,
form#loginform input[type="password"]:hover{
    border:1px solid #E30613;
}
.wppb-user-forms .submit.button,
.wppb-register-user .submit.button,
#wppb-submit{
    display: block;
    font-size: 18px;
    margin: 0 auto;
    max-width: 100%;
    width: 406px;
    background: #e30613 none repeat scroll 0 0;
    border: 1px solid #e30613;
    border-radius: 5px;
    box-shadow: none;
    color: #ffffff;
    font-weight: 500;
    height: 47px;
    line-height: 1;
    transition: all 0.6s ease 0s;
}
.wppb-user-forms .submit.button:hover,
.wppb-register-user .submit.button:hover,
#wppb-submit:hover{
    background: #b8000b none repeat scroll 0 0;
    border: 1px solid #b8000b;
}
.wppb-register-user .submit.button{
    margin: 0 auto 40px;
}
#wppb-submit:hover,
#wppb-submit:focus{
    background: #b8000b none repeat scroll 0 0;
    border: 1px solid #b8000b;
}
.registration,
.login{
    max-width: 500px;
    margin: 0 auto;
}
.registration{
    background: #fff;
    margin: 40px auto;
    padding: 20px 40px;
}
.login-remember{
    padding: 10px 0;
}
.popup-box{
    background: #ffffff;
    text-align: center;
    margin-bottom: 50px;
}
.popup-user{
    display: inline-block;
    background: #f8f8f8;
    border: 1px solid #efefef;
    border-radius: 10px;
    vertical-align: top;
    padding: 10px 30px;
    min-height: 140px;
}
.popup-user.marginright{
    margin-right: 10px;
}
.popup-user.marginleft{
    margin-left: 10px;
}
.popup-user img{
    margin: 0 auto;
    display: block;
}
.popup-user .regimg{
    min-height: 100px;
}
.popup-user span{
    font-weight: bold;
    color: #000;
}
#commentsubmit{
    margin-top:22px;
}
.hotelbtns a{
    color:#fff;
    text-decoration:none;
    line-height:25px;
}
/***************************** CSS for Blog List ******************************/
section.blog-list{
    margin-top: 30px;
}
.blog-post{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
}
.blog-post:hover{
    transition: all 0.3s ease 0s;
/*    box-shadow: 0 -3px 15px -5px black;
    -webkit-box-shadow: 0 -3px 15px -5px black;
    -moz-box-shadow: 0 -3px 15px -5px black;*/
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.6);
}
.blog-post .thumb{
    padding:10px;
}
.blog-post .post-content{
    padding: 10px 0;
}
.blog-post .post-content .title{
    color: #027dc4;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block;
    text-decoration: none;
}
.blog-post .post-content .desc{
    margin-bottom: 10px;
    display: inline-block;
}
.category-filter ul{
    list-style: none;
}
.category-filter label.label:not(:first-child){
    margin-top: 30px;
}
.category-filter label.label{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #444;
    text-align: left;
    padding-left: 0;
}
/* Customize the label (the container) - Start*/
.container_cb, .container_rb {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
}
/* Hide the browser's default checkbox */
.container_rb{
    display: inline-block;
    width: 24%;
}
.container_cb input,
.container_rb input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #dedede;
}
.container_rb .checkmark{
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container_cb:hover input ~ .checkmark,
.container_rb:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container_cb input:checked ~ .checkmark,
.container_rb input:checked ~ .checkmark{
  background-color: #E30613;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after{
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container_cb input:checked ~ .checkmark:after,
.container_rb input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container_cb .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_rb .checkmark:after {
  left: 9px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/* Customize the label (the container) - End*/
.post-date::before{
    content: '';
    background: url('images/calendar.png') no-repeat 0 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.post-comments::before{
    content: '';
    background: url('images/comment.png') no-repeat 0 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.post-date{
    color: #027dc4;
    margin-right: 8px;
}
.post-comments{
    color: #aaa;
    margin-left: 8px;
}
/***************************** CSS for Blog single ****************************/
.blog-single{
    margin-top: 50px;
}
.sinlge-blogpost{
    margin-bottom: 76px;
}
.sinlge-blogpost .title{
    font-size: 28px;
    font-weight: bold;
    color: #414141;
    text-decoration: none;
}
.sinlge-blogpost .sub-content{
    padding: 43px 0 18px 0;
    border-bottom: 1px solid #ddd;
}
.sinlge-blogpost > p{
    margin-top: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.sinlge-blogpost > img{
    margin-top: 20px;
}
.social-icons{
    float: right;
    position: relative;
    bottom: 12px;
}
.social-icons img{
    margin: 0 3px;
}
.social-sharing{
    float: right;
    width: 24% !important;
    position: relative;
    bottom: 15px;
}
.social-sharing a{
    margin: 1% 2% 1% 0 !important;
}
.navigation{
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 30px 0;
    margin-top: 30px;
}
.navigation a{
    color: #565656;
}
.navigation a:hover{
    color: #428bca;
}
.navigation .prev i{
    margin-right: 10px;
}
.navigation .next{
    float: right;
}
.navigation .next i{
    margin-left: 10px;
}
.comment-section{
    background: #f9f9f9;
    padding: 66px 50px 20px;
    margin-top: 30px;
}
.comment-section h3,
.comment-section h4{
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.comment-section h3::before{
    margin-right: 15px;
}
.comment-section h3::after{
    margin-left: 15px;
}
.comment-section h3::before,
.comment-section h3::after{
    content: '';
    color: #e8e8e8;
    width: 57px;
    border: 1px solid;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -5px;
}
.comment-section h3{
    font-size: 16px;
    font-style: italic;
    color: #666666;
}
.comment-section h4{
    font-size: 34px;
    font-weight: bold;
    margin: 20px 0 10px;
    text-transform: uppercase;
    color: #027dc4;
}
.commentFrm{
    margin: 20px;
}
.commentFrm .fa-comments{
    position: relative;
    top: 40px;
    right: 20px;
    color: #999;   
}
.commentFrm .fa-user {
    position: relative;
    top: 40px;
    left: -20px;
    color: #aaa;
}
.commentFrm .fa-envelope {
    position: relative;
    top: 40px;
    left: -20px;
    color: #aaa;
}
.commentFrm input,
.commentFrm textarea{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #dadada;
    background: transparent;
    width: 100%;
    margin: 0 0 20px;
    display: inline-block;
    padding: 20px 0;
}
.commentFrm textarea{
    height: 120px;
}
.commentFrm .submit{
    background: #E30613;
    color: #fff;
    border-radius: 5px;
    width: 30%;
    font-weight: 500;
    font-size: 18px;
    line-height: 10px;
    margin: 20px auto 0;
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
}
.comment-section .comment-respond h3{
    display: none;
}
.recent-posts{
    padding: 0 18px 30px 18px;
    border: 1px solid #dddddd;
    background: #fbfbfb;
    margin-bottom: 32px;
}
.recent-posts h3{
    font-size: 20px;
    color: #010101;
    padding: 6px 0 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #027dc4;
}
.recent-posts a{
    text-decoration: none;
}
.post-loop{
    color: #333;
    margin: 10px 0;
    padding: 10px 0 22px 0;
    clear: both;
    border-bottom: 1px solid #dddddd;
}
.recent-posts > a:last-child .post-loop{
    border: none;
    padding-bottom: 0;
}
.post-loop .left-sec{
    float: left;
    margin-right: 10px;
}
.post-loop .right-sec .date i{
    margin-right: 5px;
    color: #333;
}
.post-loop .right-sec{
    display: block;
}
.post-loop .right-sec h4{
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
}
.tag-lists a{
    border: 1px solid #d8d8d8;
    color: #656565;
    display: inline-block;
    font-weight: 500;    
    margin: 3px;
    padding: 7px 13px;
    text-decoration: none;
}
.tag-lists a.active{
    background: #ffc000;
    border: 1px solid #ffc000;
    color: #333;
}
.about-us h1{
    margin-top: 50px;
    font-size: 34px;
    font-weight: bold;
}
.about-us h2{
    font-size: 18px;
    line-height: 30px;
}
.about-us p{
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0;
}
.what-we-do{
    background: #f7f7f7;
    padding-bottom: 30px;
}
.what-we-do h3{
    font-size: 34px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 20px;
}
.what-we-do .alignleft{
    float: left;
    margin-right: 25px;
}
.contact-us .title{
    margin-top: 50px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.contact-us .leftsection{
    padding: 175px 0 465px 195px;
    background-color: #f4f4f4;
    background-image: url('images/cnt-bg.png');
    background-repeat: no-repeat;
    background-position: 0 bottom;
}
.contact-us .leftsection .email span{
    font-size: 24px;
    color: #027dc4;
}
.contact-us .leftsection .email span i{
    margin-right: 12px;
}
.contact-us .leftsection .info{
    margin-top: 10px;
    font-size: 18px;
    color: #565656;
}
.contact-us .rightsection{
    padding: 150px 0 107px 70px;
    background: url('images/cnt-mail.png') no-repeat bottom right;
}
.contact-us .rightsection textarea,
.contact-us .rightsection input[type="tel"],
.contact-us .rightsection input[type="text"],
.contact-us .rightsection input[type="email"]{
    border-bottom: 1px solid #565656;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin: 20px 0;
    width: 72%;
}
.contact-us .rightsection textarea:focus,
.contact-us .rightsection input[type="text"]:focus,
.contact-us .rightsection input[type="email"]:focus{
    border-bottom: 1px solid #027dc4;
}
.contact-us .rightsection input.submit:hover{
    /* background: #b8000b none repeat scroll 0 0;
    border: 1px solid #b8000b; */
    background: #003573 none repeat scroll 0 0;
    border: 1px solid #003573;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #ffffff38;
}
.contact-us .rightsection input.submit{
    background: #e30613;
    color: #fff;
    margin: 20px 0;
    border: 1px solid #e30613;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 20px;
    transition: all 0.6s ease 0s;
}
span.wpcf7-not-valid-tip{
    position: absolute;
    top: 30px;
}
.wpcf7-response-output{
    position: absolute;
}
#myModalSignUp .modal-content{
    margin-top: 35%;
}
.profile_img{
    visibility: hidden;
    height:0;
    width: 0;
}
#profileimgFrom img,
#profileImg{
    cursor: pointer;
}
.user_comments{
    margin: 0;
    padding: 0;
    list-style: none;
}
.user_comments .img-block,
.user_comments .img-block img{
    display: inline-block;
}
.recent-review .title-block{
    height:auto;
}
.title-block .hotel_title{
    font-size: 18px;
    font-weight: bold;
}
.title-block.surveyhotel .hotel_title{
    line-height: 3;
}
.user_comments .bottom-block{
    margin: 15px 0;
}
.user_comments .bottom-block img{
    margin-right: 4px;
}
.user_comments .bottom-block span{
    color: #a7a7a7;
    margin-left: 10px;
}
.signup_message,
.user_comments .long-desc{
    line-height: 25px;
    letter-spacing: 0.2px;
}
.user_comments li{
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.user_comments li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.signup_message{
    margin-left: 10px;
}
.forgot_password {
    float: none;
    margin: 10px 0 20px;
    display: block;
}
.forgot_password a{
    color: #428bca;
}
.login-remember{
    display: inline;
}
#wppb-login-wrap p.login-password{
    margin-bottom: 10px;
}
.dont-have-acc{
    text-align: center; 
    font-weight: 700;
}
.dont-have-acc a{
    color:#428bca;
    font-size: 15px;
    font-weight: 500;
}
.login-submit input#wppb-submit,
input#register{
    width:100%; 
}
#wppb-login-wrap p, 
#select_user_to_edit_form p,
.wppb-user-forms ul li{
    padding-bottom: 5px !important; 
}
.registration > hr{
    margin-bottom:30px !important;  
}
.cust-profiles .add-image .edit_img{
    position: absolute;
    top: 0;
    right: 20px;
    color: #fff;
    font-size: 30px;
    display: none;
    transition:all 0.6s;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -o-transition:all 0.6s;
    -ms-transition:all 0.6s;
}
.cust-profiles .add-image:hover .edit_img{
    display: block;
    transition:all 0.6s;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -o-transition:all 0.6s;
    -ms-transition:all 0.6s;
}
.banner-contents .form-inline .form-group.search{
    max-width: 100%;
}
.banner-contents .form-inline .form-group .form-control{
    border-left: 1px solid #dedede;
    box-shadow: none;
    background-color: #f6f6f6;
    font-size: 12px;
    padding-left: 10px;
}
.search-hotels .form-group input{
    margin-left: 20px;
/*    max-width: 240px;*/
    background-color: #F6F6F6;
}
.search-hotels .banner-contents .form-inputs{
    max-width: 600px;
    line-height: 20px;
    background-color: #F6F6F6;
}
.search-hotels .banner-contents .form-inline .form-group #hotel_type{
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}
.search-hotels .banner-contents .form-inline .form-group{
/*     width: 65%; */
	width: 49%;
}
.search-hotels .banner-contents .form-inline .form-group.relative{
    width: 34%;
}
.pagidiv{
    text-align: center;
}
.pagidiv .pagination li.disabled a,
.pagidiv .pagination li a{
    color: #e30613;
}
.pagidiv .pagination li.active a, .pagidiv .pagination li.active span{
    color: #FFFFFF;
}
.pagination{
    margin: 0;
}
.pagination .active a, .pagination .active span{
    background: #e30613;
    border:1px solid #e30613;
}
.pagination .active a:hover, .pagination .active span:hover{
    background: #b8000b;
    border:1px solid #b8000b;
}
.pagination .page-numbers.dots {
    color: #999;
}
/*.contact-us .rightsection label{
    position: absolute;
}*/
.search-hotellist{
    background: #f4f4f4;
}
.search-hotellist .container .inner-content .hotel-facilities{
    margin-top: 17px;
    width: 100%;
}
.search-hotellist .container .inner-content .hotel-facilities h2{
    border-bottom: 1px solid #f4f4f4;
    color: #1e1e1e;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
    margin: 0;
}
.search-hotellist .container .inner-content{
    background: #ffffff;
    display: block;
    padding: 15px;
    margin: 30px auto;
    border-radius: 10px;
    border: 2px solid #ddd;
}
.search-hotellist .pagidiv{
    margin-bottom: 40px;
}
.search-hotellist .inner-content .col-md-4{
    padding-right: 0;
}
.search-hotellist .inner-content .col-md-8{
    padding-left: 0;
}
.search-hotellist .search-topcontent{
    min-height: 130px;
}
.search-hotellist .search-topcontent h1{
    margin-top: 0;
    font-size: 18px;
}
.search-hotellist .search-topcontent .address,
.search-hotellist .search-topcontent .phone{
    font-size: 16px;
}
.search-hotellist .search-topcontent .address i{
    color: #ff1414;
}
.search-hotellist .search-topcontent .phone i{
    color: #027dc4;
}
.search-hotellist .search-topcontent .address i,
.search-hotellist .search-topcontent .phone i{
    font-size: 20px;
    margin-right: 10px;
}
.search-hotellist .search-topcontent .address,
.search-hotellist .search-topcontent .phone,
.search-hotellist .search-topcontent .desc{
    margin: 7px 0 0 0;
    font-size: 12px;
}
.search-hotellist .search-topcontent .desc{
    font-size: 14px;
}
.review-n-ratings h4{
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    color: #e30613;
}
.review-n-ratings .star-rating{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
}
.write-review{
    margin-top: 10px;
}
.write-review textarea{
    background-color: #f4f4f4;
    border: 1px solid #d4d4d4;
    height: 150px;
    padding: 30px;
    border-radius: 11px;
    outline: none;
    width: 100%;
}
.search-hotellist .hotel-thumb img{
    max-width:100%; 
}
.hotel-thumb img{
    border-radius: 5px;
    max-width: 230px;
}
.message_info{
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 99999;
}
.top-menu{
    list-style: none;
    margin: 10px 0;
    text-align: center;
    padding-left: 0;
    color: #fff;
}
.top-menu li > a{
    border-bottom: 1px solid #e4e4e4;
    text-decoration: none;
    padding: 0 10px 10px;
}
.top-menu li:last-child > a{
    border-bottom: 0;
}
.top-menu li > a.signout {
    border-bottom: none;
    padding-bottom: 0;
}
.top-menu li {
    padding: 8px 24px;    
}
.dropdown span{
    margin: 0 5px;
}
.dropdown.open:before{
    content: '';
    position: absolute;
    right: 24px;
    top: 21px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    -webkit-filter: drop-shadow(0 0 0 #767676);
    filter: drop-shadow(0 0 0 #767676);
    box-shadow: 0 0 0 #767676;
    -webkit-filter: drop-shadow(0 0 0 #999);
    filter: drop-shadow(0 0 0 #999);
    box-shadow: 0 0 0 #999;
}
.top-menu .dropdown-menu li > a:hover{
    background: #fff;
}
.top-menu .dropdown{
    padding: 0;
}
.top-menu .dropdown-menu{
    border:0;
    top: 29px;
    padding: 12px 0px;
    overflow: hidden;
    width: 200px;
}
.usermenuimg{
    border-radius: 50%;
    border: 1px solid #fff;
}
.navbar-collapse{
    padding-left: 0;
    margin-left: -15px;
}
.edit_img{
    margin: 18px;
}
#review > span{
    text-align: right;
    display: block;
    width: 95%;
}
.customer-tabs.add-hotel .tab-content #profile label{
    margin-top: 7px;
    font-weight: 400;
}
.customer-tabs.add-hotel .tab-content #profile label.uploadPhoto:before{
    content: '+';
    position: absolute;
    top: 20px;
    margin: 0 auto;
    text-align: center;
    left: 90px;
    font-size: 40px;
}
.customer-tabs.add-hotel .tab-content #profile label.uploadPhoto{
    border: 1px solid #e4e4e4;
    cursor: pointer;
    padding: 75px 25px 35px;
    border-radius: 8px;
    background: #f4f4f4;
    color: #a4a4a4;
    margin: 0 10px 10px 0;
    min-width: 173px;
    font-weight: 500;
    text-align: center;
}
.featuredImg,
.editgalleryimg{
    display: inline;
    max-width: 177px;
    vertical-align: top;
    margin: 0 10px 10px 0;
    border-radius: 5px;
}
.featuredimg{
    display: inline;
    max-width: 110px;
    vertical-align: top;
    margin: 0 10px 10px 0;
    border-radius: 5px;
}
.owner-hotel-review{
    margin: 0 0 30px 0;
}
.owner-hotel-review .search-filter{
    margin: 10px 0 30px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
}
.owner-hotel-review .search-filter .selectOpt{
    
}
.owner-hotel-review .search-filter select{
    padding: 7px 10px;
    width: 90%;
    border-radius: 5px;
    outline: none;
    border: 1px solid #a9a9a9;
    -moz-appearance:none;
    text-indent:0.01;
}
.owner-hotel-review .search-filter .hasDatepicker{
    padding: 7px 20px;
    width: 90%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #a9a9a9;
}
.owner-hotel-review .search-filter .btn{
    width: 100px;
    padding: 0;
    height: 33px;
    border-radius: 5px;
    font-size: 15px;
    outline: none;
}
.modal-header{
    border: none;
}
.loadmorereview .comments{
    padding-left: 0;
}
.popup_edit{
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    margin: auto;
    z-index: 1;
    height: max-content;
    width: max-content;
    display:none;
}
.question.popup_edit{
    position: relative;
    margin: 20px 0;
    display: none;
    width: auto;
    height:auto;
    
}
.popup_edit .well{
    max-height: 600px;
    overflow-Y: scroll;
}
.popup_edit label{
    font-weight: normal;
}
.popup_edit .options{
    margin: 0 10px;
}
.popup_edit div.submit{
    text-align: right;
}
.popup_edit div.submit .submit{
    height:35px;
}
.popup_edit > div > label{
    padding: 0 10px;
}
.popup_edit input[type="text"]{
    border: 0;
    background: transparent;
    margin: 10px;
    border-bottom: 1px solid #ccc;
    width: 500px;
    padding-bottom: 6px;
    outline: none;
}
.popup_edit .removeOption{
    position: relative;
    right:10px;
}
.close_popup_edit{
    position: absolute;
    right: 10px;
    top: 10px;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  margin: auto;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display: none;
  z-index: 1;
}
.loader_bg{
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.deleteImg{
    position: absolute;
    z-index: 10;
    right: 13px;
}
.deleteImg i{
    color:#fafafa;
}
.apsl-login-networks:after{
    content: "We'll never post to Facebook without your permission";
    margin: 0px auto 15px;
    font-size: 12px;
    font-weight: 500;
}
.apsl-login-networks{
    text-align: center;
    border: 2px solid #666;
    vertical-align: middle;
    display: block;
    padding: 15px 0 0;
    margin-bottom: 20px;
    box-shadow: 0 0px 20px -5px black;
    transition: all 0.3s ease 0s;
}
.social-networks,
span.apsl-login-new-text{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.more-hotels{
    margin-bottom: 20px;
}
.more-hotels h6{
    float: right;
}
#responsive-menu-additional-content{padding:0 !important;}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:9;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.customer-tabs .tab-content #editprofileFrm select { height: 37px; max-width: 500px; }
.editprofileFrm .dropdown-toggle, .dropdown-menu.countrydropdown { 
    max-height: 170px;
    max-width: 160px; 
    overflow-x: hidden;
    overflow-y: scroll;
    width: 300px; 
}
.editprofileFrm .btn-group img { margin-right: 10px; margin-left: 10px; }
.editprofileFrm .btn-group button { border-radius: 5px; overflow: hidden;}
.editprofileFrm .dropdown-toggle .glyphicon { margin-left: 20px; margin-right: -40px }
.editprofileFrm .dropdown-menu>li>a:hover { background: #f1f9fd } /* $search-blue */
.editprofileFrm .dropdown-header { background: #ccc; font-size: 14px; font-weight: 700; padding-top: 5px; padding-bottom: 5px; margin-top: 10px; margin-bottom: 5px }
.editprofileFrm .alignright{
    padding: 0;
}
.findcountrycode{
    position: absolute;
    left: 0;
    width: 100% !important;
    outline: none;
}
.hotel_points{
    color: #027dc4;
    font-size: 30px;
    text-align: right;
}
.usersignup{
    background: url('./images/backgroundhotel.jpeg') no-repeat center;
}
.hotel_wrapper{
    margin: 20px 0;
}
.survey_hotel h1{
    margin: 10px 0;
}
.take_a_survey{
    background: #f4f4f4;
}
.take_a_survey h3{
    text-align: center;
    margin: 80px;
}
.take_a_survey .question{
    margin: 20px 0;
}
.take_a_survey .question label:first-child{
    margin: 12px 0 8px;
    font-size: 16px;
    font-weight: 500;
}
.take_a_survey .question > span{
    margin-left: 10px;
}
.take_a_survey .question h3{
    padding: 8px 15px;
    margin: 0;
    text-align: left;
    background: #E30613;
    color: #fff;
    font-size: 18px;
}
.take_a_survey .question h4{
    padding: 4px;
    margin: 0;
    text-align: left;
    color: #428BCA;
    border:1px solid #428BCA;
    font-size: 17px;
    line-height: 20px;
}
.radio-inline, .radio-inline + .radio-inline{
    margin: 5px 0;
    min-width: 24%;
}
.membership_type{
    border: 1px solid #5f5f5f;
    margin: 40px 20px;
}
.membership_type .months{
    background: #5f5f5f;
    font-size: 25px;
    margin: 0;
    padding: 30px;
    color: #fff;
}
.membership_type .price{
    font-size: 40px;
    color: #484848;
    padding: 30px;
}
.membership_type .signup{
    background: #E30613;
    margin: 0;
    padding: 20px;
    color: #fff;
    font-size: 20px;
}
.makepayment{
    margin: 10px 0;
    display: inline-block;
}
.payment_gateway{
    margin: 0 0 0 20px;
}
.hiddengateway{
    display: none;
}
.hiddengateway h3{
    margin: 0 20px;
}
.paypal_section{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}
.paypal_section > div{
    display: table-cell;
    vertical-align: middle;
}
.paypal_section .paypal_form{
    margin-left: auto;
    margin-right: auto; 
    width: 400px; /*whatever width you want*/
    background: #fff;
    padding: 30px;
}
.cancle_payment{
    position: absolute;
    right: 22%;
    top: 1%;
    font-size: 20px;
}
.stripe_div{
    margin: 20px;
    display: none;
}
span.fa-calendar{
    font-family: FontAwesome;
    position: relative;
    right: 25px;
}
.survey_filter{
    margin-bottom: 20px;
}
.fa-caret-down{
    cursor: pointer;
}
.banner-form .fa-caret-down{
    color: #000;
    position: absolute;
    right: 0.5rem;
    top: 1rem;
}
.create-survey .add_question{
    font-size: 16px;
    line-height: 1.5;
    height: 38px;
    display: inline-block;
}
.create-survey,
.select-hotel{
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}
.create-survey label,
.select-hotel label{
    margin: 0 10px;
    font-size: 17px;
    font-weight: 500;
}
.create-survey input[type="text"],
.select-hotel select{
    padding: 5px 0;
    margin: 10px auto;
    width: 320px;
}
.create-survey .submit,
.select-hotel .submit{
    height: 38px;
    margin: 0 10px;
}
.edit_question{
    font-size: 20px;
    position: absolute;
    right: 17px;
}
.ui-widget.ui-widget-content{
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.pagenav{
    margin-bottom: 10px;
}
.pagenav a{
    display: inline-block;
    padding: 10px 20px;
    background-color: #e1e1e1;
    color: #333;
    font-weight: 500;
    transition:all 0.4s;
}
.pagenav a:hover{
    background-color: #E3040B;
    color: #FFF;
}
.pagenav a.previous{
    display: none;
}
.pagenav a.next{
    float: right;
    margin-bottom: 10px;
}
section.writeareview{
    margin-bottom: 20px;
}
.search-hotels .banner-contents .form-inline .form-group #search{
    min-width: 100%;
    margin-left: 0;
}
#pass-strength-result,
.wppb-form-field > span{
    margin-left: 0 !important;
}
.editprofileFrm div:last-of-type span{
    display: none;
}
.editprofileFrm div:last-of-type span.success{
    color:green;
    display: block;
    margin: 10px 0 0 0;
    padding: 5px;
    border: 2px solid;
}
.editprofileFrm div:last-of-type span.error{
    color:red;
    display: block;
    margin: 10px 0 0 0;
    padding: 5px;
    border: 2px solid;
}
.upload-review-img{
    display: block;
    height: auto;
    padding: 10px 0 20px;
    border-bottom: 1px solid #d4d4d4;
}
.upload-review-video{
    display: block;
    margin-top: 20px;
}
#wp-comment-cookies-consent{
    width: auto;
    margin-right: 10px;
}
.progress { 
    position: relative;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 15px;
    width: 92%;
    margin: 0 0 0 8%; 
}
.bar { background: url(images/progressbar.png); width:0%; height:17px; border-radius: 15px; }
.percent { position:absolute; display:inline-block; top:0px; left:0; color: #aaa; font-weight: 500; }
ul.error{
    list-style: none;
    padding: 0;
}
ul.error li{
    color: #E30613;
    border: 1px solid #E30613;
    margin: 2px 0;
    padding: 5px;
    font-weight: 500;
}
a.uploadedyoutubevideo{
    color: #E30613;
    font-weight: 500;
    display: inline-block;
    text-decoration: underline;    
}
a.html5lightbox{
    display: inline-block;
   /*  display: inline; */
    padding-bottom: 3px;
}
.viewmoreimg{
    display: block;
    text-decoration: underline;
    text-align: center;
}
/* Disabled aspect */
.container_cb.disable{
    pointer-events: none;
    opacity: .6;
}
.commentpost{
    color: green;
    border: 2px solid;
    padding: 5px 10px;
    text-align: center;
}
.reviewblock{
    border: 2px dashed #dbdbdb;
    padding: 20px 10px;
    width: 30%;
    max-width: 228px;
    border-radius: 5px;
}
.writereviewblk{
    border: 2px dashed #dbdbdb;
    padding: 20px 10px;
    width: 20%;
    border-radius: 5px;
}
.writereviewblk .btn,
.reviewblock .btn{
    width: 100%;
    background: #dbdbdb;
    color: #000;
    border: 1px solid #aaa;
    padding: 10px 0;
    max-width: 180px;
    display: block;
    margin: 0 auto;
}
.writereviewblk label.title,
.reviewblock label.title{
    color: #aaa;
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0 15px;
}
.writereviewblk .fa-image,
.writereviewblk .fa-video-camera,
.reviewblock .fa-image,
.reviewblock .fa-video-camera{
    color:#aaa;
}
.writereviewblk p.info,
.reviewblock p.info{
    color: #aaa;
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px 0;
    font-weight: 500;
}
.previewimages{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 65%;
    margin: 0 0 0 3%;
}
.previewimages.blogcomment{
    width: 68%;
    margin: 0 0 0 1%;
}
.wrpreviewimages{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 76%;
    margin: 0 0 0 3%;
}
.commentstatus{
    text-align: center;
    margin-top: 50px;
}
.commentstatus p{
    color:#000;
}
.commentstatus p.success{
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}
.commentstatus p.success:before{
    content: '';
    background: url(./images/success_comment.png) no-repeat;
    width: 16px;
    height: 17px;
    display: block;
    position: absolute;
    left: -22px;
    top: 2px;
}
.reply, .all-likes{ margin: 10px 0;}
.videouploaded{
    text-align: center;
    color: green;
}
li.comment .comment-rating,
li.comment .upload-review-img,
li.comment .upload-review-video{
    display: none;
}
a.youtubevideo span{
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    margin-top: 3px;
}
.reviewblock.blogcomment input{
    padding: 0;
    margin: 0;
    display: block;
}
.subcomment{
    color: #EB3F3F;
    font-size: 15px;
    font-weight: 500;
}
#surveyFrom .question .bvalidator_errmsg{
    left:0 !important;
}
/*-----31-7-2018------*/
.rewards-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    margin: 0;
}
.rewards-subtitle{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 0 0;
    color: #027dc4;
}
.endless-sec, #earn-points-sec{
    padding: 40px 0;
}
.endless-sec h2, #earn-points-sec h2{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    display: block;
    color: #414141;
    margin-top: 0;
}
.endless-sec p, #earn-points-sec p {
    font-size: 15px;
    line-height: 25px;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}
.endless-sec ul, #earn-points-sec ul{
    padding-left: 20px;
}
.endless-sec li, #earn-points-sec li{
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}
#sign-up-link{
    margin:30px 0 0 0;
}
#sign-up-link a {
    background: transparent;
    border: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: bold;
    color: #e31c11;
}
#sign-up-link a:hover{
   color: #027dc4; 
}
.earning-points-btn a {
    background: transparent !important;
    border: 0 !important;
    font-weight: 700;
    color: #027dc4 !important;
    position: relative;
    padding: 0 48px 0 0 !important;
}
.earning-points-btn a:hover{
    color: #e31c11 !important; 
}
.reward-info{
    padding-bottom: 20px;
}
.reward-table-sec tr {
    border: 1px solid #dddddd;
    display: inline-block;
    width: 100%;
    border-bottom: 0;
}
.reward-table-sec tr:last-child{
    border-bottom: 1px solid #ddd;
}
.reward-table-sec table{
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.reward-table-sec th, .reward-table-sec td {
    vertical-align: middle;
    width: 50%;
    display: inline-block;
    padding: 15px 8px;
    float: left;
    text-align: center;
}
.reward-table-sec th {
    background: #027dc4;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    border-right: 2px solid #ddd;
}
.reward-table-sec th:last-child{
    border-right: 0;
}
.reward-table-sec td{
    font-size: 15px;
    font-weight: 600;
    color: #333;
    border-right: 2px solid #ddd;
}
.reward-table-sec tr:nth-child(odd) {
    background-color: #ebebeb;
}
.reward-table-sec tr:nth-child(even) {
    background-color: #fff;
}
.reward-table-sec tr > td:last-child{
    border-right: 0;
}
.reward-points{
    padding: 50px 0;
}
.reward-points h1, .reward-points h2{
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    color: #414141;
    margin-top: 0;
} 
.reward-points p{
    font-size: 18px;
/*    text-align: center;*/
    display: block;
    line-height: 30px;
}
.endless-sec img{
    display: block;
}
.image-size img {
    height: 300px !important;
    width: 100%;
    object-fit: cover;
    display: block;
     border: 2px solid #999;
}
.page-id-4128 .entry-content{
    margin-bottom: 0;
}
.navbar-header{
    float: none;
}
ul.children{
    padding-left: 15px;
}
#top-menu li#menu-item-164 a:before {
    content: "\f090";
    
}
#top-menu li#menu-item-164 a:before,li.signuplnk a:before{
    font: normal normal normal 16px/1 FontAwesome;
    padding-right: 10px;
    vertical-align: text-bottom;
  }
#top-menu li.signuplnk a:before {
    content: "\f234";
}
.review-block.recent-review .review-name .green-color {
    background: #48823a;
    border-radius: 5px;
    padding: 3px 6px 3px 3px;
    margin-left: 10px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 8px;
    vertical-align: middle;
}
.recent-review .review-desc a {
        font-size: 16px;
        line-height: 25px;
}
.posted_author {
    background: #48823a;
    border-radius: 5px;
    padding: 2px 4px;
    width: 100%;
    /* margin-left: 10px; */
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 9px;
    margin: 7px 0;
    text-align: center;
    display: table;
}
.big-img-block,.side-img {
    color: #000000;
    font-weight: 600;
    font-size: 12px;
   text-align: center;
}
.big-img-block img ,.top-block .img-block img {
    border-radius: 5px;
}
.commentFrm .submit:hover {
    color: #ffffff;
    background: #003573 none repeat scroll 0 0;
    border: 1px solid #003573;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #ffffff38;
}
.commentFrm p.form-submit {
    height: 50px;
}

#menu-main-menu li:after {
    content: '';
    bottom: 0;
    /* transition: all 0.6s ease; */
    transition: width .2s ease;
    background: #003573;
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#menu-main-menu li:hover:after {
    width: 100%;
}


.home-banner h3.title.firsttitle {
    font-size: 27px;
    font-weight: 500;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.home-banner h3.title.secondtitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.home-banner h3.title.thirdtitle {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
}
ul#menu-main-menu li.current_page_item a {
    border-bottom: 3px solid #003573 !important;
}

.recent-review .advert-block .wp-forecast-curr-head {
    font-size: 15px;
    font-weight: 700;
    padding: 0; 
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.recent-review .advert-block .wp-forecast-curr-details {
    font-size: 14px;
    padding: 10px 0;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    line-height: 22px;
}
.recent-review .advert-block {
    text-align: center;
    padding: 40px 0;
}
.recent-review .wp-forecast {
    padding: 0px 10px;
    float: left;
    width: 100%;
    background: #ebedef;
    border-radius: 5px;
}
.advert-block #awesome-weather-las-vegas {
    margin-bottom: 30px;
}
.awesome-weather-attribution {
    display: none;
}
.side-block.amenity ,.side-block.restaurant{
    width: 50%;
    float: left;
    margin-top: 0px;
    padding: 20px 0px;
}
.side-block.amenity:nth-last-child(odd),.side-block.restaurant:nth-last-child(odd){
    padding-left: 10px;
}
.side-block.amenity:nth-last-child(even),.side-block.restaurant:nth-last-child(even) {
    padding-right: 10px;
}
.amenity-review .side-block .side-content p.desc ,.restaurant-review .side-block .side-content .rateings {
    /* height: 75px; */
    display: inline-block;
    overflow: hidden;
}
.amenity-review .reviewimg {
    padding: 20px;
}
.amenity-review a.html5lightbox ,.restaurant-review a.html5lightbox{
    margin-right: 30px;
}
.usersignup .user-login {
    text-align: center;
    margin: 15px auto;
}
.modal-header video {
    width: 100%;
}
#login p.wppb-alert {
    text-align: center;
}

/* Respnsive CSS Starts */
@media (min-width:768px){
    .blog section.blog-list .blog-post {
        margin-right: 0;
    }
    .tab-pane.fade.mobile,li.mobile{
        display: none !important;
    }
    .search-hotellist .search-topcontent{
        min-height: auto;
    }
    .home-banner > .container > .row > div{
        max-height: 100%;
        overflow: hidden;
        padding:0 3px 0 0;
    }
    .home-banner > .container > .row > div > div{
        max-height: 465px;
        overflow: hidden;
    }
    img.lefttopimg, img.righttopimg{
        min-width:565px;
    }
    .home-banner .thumbnail img{
        margin: 0;
        width: 100%;
        transition: transform .8s; /* Animation */
    }
    .home-banner .thumbnail img:hover {
        transform: scale(1.15); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }
    .home-banner .righttop{
        max-height: 268px; overflow: hidden; padding: 0;
    }
    .home-banner .righttop > div{
        max-height: 200px; overflow: hidden; margin: 0;
    }
    .home-banner .rightbottom-left{
        max-height: 220px; overflow: hidden; padding: 2px 2px 10px 0px;
    }
    .home-banner .rightbottom-right{
        max-height: 220px; overflow: hidden; padding: 2px 0px 10px 0px;
    }
    .home-banner .rightbottom > div{
        max-height: 176px;
        overflow: hidden;
    }
}
@media (max-width:1200px){
    .social-sharing{
        width: 32% !important;
    }
}
@media (max-width:1199px){
    .main-pop-hotels{
        width:100%;
        min-height: auto;
    }
    .edit-profile { padding: 5px 10px; margin: 15px 0;}
    .slider-div{
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
    .thumb-images {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }
    
    .banner-form .form-inputs{
            margin-bottom:10px; 
    }
    .hotelbtns{
            margin-top:10px;    
    }
}
@media (max-width:1024px){
    .footer .social-block ul li {
        display: inline-block;
        margin-right: 2px;
    }
    .footer .social-block ul li a i.fa{
        font-size: 13px;
        width: 35px;
        height: 35px;
        line-height: 34px;
    }
    .banner-form input.ui-autocomplete-input{
        width: auto!important;
    }
    .banner-form .form-inputs {
        max-width: 385px;
    }
    .writereviewblk{
        width: 26%;
    }
    .wrpreviewimages{
        width: 70%;
    }
    
    .main-hotel-content{
        padding-right: 0;
        float: right;
        width: 100%;
    }
    .hotellists .main-hotel-content{
        width: 100%;
    }
    .main-hotel-content.managerhotel{
        width: 75%;
    }
    .main-hotel-content.hotellists{
        width: 51%;
    }
    .reviewblock{
        width: 33%;
    }
    .previewimages{
        width: 63%;
    }
    .previewimages .progress{
        margin: 0 0 0 11%;
    }
    .reward-table-sec table {
        max-width: 100%;
    }
    .reward-points h1, .reward-points h2{
        font-size: 22px;
    }
    .reward-points h1 br, .reward-points h2 br, .reward-points p br{
        display: none;
    }
    .reward-points p{
        font-size: 16px;
        line-height: 26px;
    }
    .reward-points{
        padding: 30px 0;
    }
}
@media (max-width:991px){
    .navbar-header{
        text-align: center;
    }
    .star-rating{
        width: 90px;
    }
    .reviewblock{
        width: 50%;
    }
    .previewimages{
        width: 45%;
        margin: 0 0 0 3%;
    }
    .previewimages .progress{
        width: 90%;
        margin: 0 0 0 17%;
    }
    .featuredimg{
        max-width: 100px;
        margin: 0 2px 4px;
    }
    .customer-tabs .tab-content #profile textarea { resize: both; }
    .customer-tabs .tab-content #profile textarea,
    .customer-tabs .tab-content #profile input[type="text"]{
        width: 100%;
    }
    h3.banner-title{
        font-size: 40px;
    }
    .cta-review p br,
    .recent-articles .article-sidebar .artcile-block p.title a br,
    .recent-articles .articles-block .side-content p.desc br,
    .restaurant-review .side-block .side-content p.desc br,
    .restaurant-review .big-amenity-block .review-desc p br,
    .amenity-review .big-amenity-block .review-desc p br,
    .amenity-review .side-block .side-content p.desc br,
    .latest-news-section .news-big-section p.news-title a br,
    .latest-news-section .news-block p.title a br,
    .footer .foo-news p.title a br,
    .cta-sub-head br,
    .cta-review p br{
        display:none;   
    }
    .recent-articles .article-sidebar .artcile-block p.title a br{
    }
    .banner-contents p{
        margin-bottom:15px;
    }
    .social-sharing{
        width: 28% !important;
    }
    .contact-us .leftsection{
        padding: 135px 0 30px 0;
        text-align: center;
        background-image: none;
    }
    .contact-us .rightsection {
        padding: 40px 0 20px 0;
        background: none;
        text-align: center;
    }
    .main-hotel-content.managerhotel{
       /*  width: 50%; */
       width: 100%;
    }
    .footer .copy-rightlines{
        /*margin-top:10px;  */
    }
    .post-loop{
        padding:10px 0 30px 0;  
    }
    .hotels-block .main-hotel-content p.location-metas{
        font-size: 13px;
        line-height:20px;   
        margin: 12px 0;
    }
}
@media (min-width:1024px) and (max-width:1200px){
    .review-block.recent-review .review-name .green-color {
        font-size: 10px;
    }
    .review-block .title-block p {
        font-size: 15px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .review-block.recent-review .review-name .green-color {
        font-size: 9px;
     }
     .review-block .title-block p {
         font-size: 14px;
     }
    .restaurant-review span.review-desc ,.amenity-review span.review-desc{
        height: 40px;
        display: inline-block;
        overflow: hidden;
    }
    .review-block .img-block{
        width: 32%;
    }
    .review-block.recent-review .title-block{
        width: 67%;
        word-wrap: break-word;
    }
    .writereviewblk{
        width: 33%;
    }
    .wrpreviewimages{
        width: 63%;
    }
   .main-hotel-content{
        width: 100%;
    }
    .main-hotel-content.hotellists{
        width: 100%;
    }
    .review-of-day-block .title-block{
        padding-left:0;
        margin-top:0px; 
    }
    .recent-articles .article-sidebar .artcile-block p.title a{
        font-size: 14px;    
    }
    .recent-articles .article-sidebar h3{font-size:18px;}
    .section-small-heading{
        font-size: 22px;    
    }
    .recent-articles .articles-block .side-content p.title a{
        font-size: 16px;    
    }
    .recent-articles .articles-block .side-content p.post-metas{font-size: 12px;}
    .review-block p.review-desc{
        font-size: 12px;
        line-height: 22px;  
    }
    .amenity-review .big-amenity-block .review-desc p{
        font-size: 14px;
        margin-bottom:10px;
    }
    .amenity-review .side-block .side-content p.desc{
        margin-top: 10px;
        font-size: 13px;
        line-height: 20px;  
    }
    .restaurant-review .big-amenity-block .review-desc p{
        font-size: 14px;
        margin-bottom: 10px;    
    }
    .latest-news-section .news-big-section p.news-title a{
        font-size: 14px;    
    }
    .latest-news-section .news-block p.title a{font-size:13px;}
    .subscribe-form {
        margin-bottom: 30px;
    }
    .slider-div{
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
    .thumb-images {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }
    .owner-hotel-review .search-filter .btn{
        width: 75px;
        height: 30px;
    }
    
    .linkbtn{
        margin-left: 0;
        font-size: 16px;
        line-height: 20px;  
    }
    .search-hotellist .search-topcontent h1{
        margin-top: 10px;   
    }
    .search-hotels .banner-contents .form-inputs{
        max-width: 492px;   
    }
    .hotels-block .main-hotel-content h3{
        display:inline-block;
        margin-top:15px;
        font-size: 20px;    
    }
    .main-hotel .main-hotel-content p.desc{
        margin-bottom:0;    
    }
    .main-hotel .main-hotel-content p.location-metas{
        background: rgba(0, 0, 0, 0) url("images/location-icon.png") no-repeat scroll left top;
        line-height:22px;   
    }
    .search-hotellist .container .inner-content .hotel-facilities h2{
        padding-top:20px;   
    }
    
    
    .wpcf7-response-output{
        position:relative;  
    }
    .contact-us .rightsection{
        padding:0 15px; 
        margin:0 150px;
    }
    .contact-us .rightsection textarea, .contact-us .rightsection input[type="text"], .contact-us .rightsection input[type="email"]{
        width:100%; 
    }
    
    .review-of-day-block .top-block p.review-name{
        margin-top: 10px;   
    }
    
    
}
@media (max-width:768px){
    button#responsive-menu-button {
        background-color: #e7e8e8 !important;
    }
    /*.user_comments .img-block, .user_comments .img-block img{ display: none; }*/
    #review .title-block .hotel_title{ font-size: 14px;}
    #review .user_comments .long-desc{ line-height: 15px;}
    .user_comments li:last-child{ margin-bottom: 20px;}
    .title-block.surveyhotel .hotel_title{ line-height: 1; }
    .editprofileFrm .dropdown-toggle{
        margin-bottom: 15px;
    }
    .main-pop-hotels:nth-child(3), .main-pop-hotels:nth-child(4) {
        border-bottom: 1px solid #535353;
    }
    .contact-us .rightsection textarea, .contact-us .rightsection input[type="text"], .contact-us .rightsection input[type="email"], .rightsection input[type="tel"] {
        width: 100%!important;
    }
    .inner-banner.hotel-list {
        background-position: 70% 50% !important;
    }
    .amenity-review a.html5lightbox, .restaurant-review a.html5lightbox {
        margin-right: 0;
    }
}
@media (max-width:767px){
    .blog section.blog-list {
        padding: 10px;
    }
    header.inner-pages .top-bar {
        background: #222;
        height: auto;
    }
    .social-block ul {
        text-align: center;
    }
    .thumb-images img {
        margin-right: 8px;
        margin-bottom: 15px;
    }
    .review-block .title-block p {
        font-size: 14px;
    }
    .blog-list .filterresponse img.img-responsive{
        text-align: center!important;
        margin: 20px auto!important;
    }
    .side-block.amenity ,.side-block.restaurant{
        padding: 10px;
        margin: 0;
    }
    .side-block.restaurant .reviewimg img {
        width: 100%;
    }
    .review-of-day-block .bottom-block .reviewimg img {
        width: 100%;
    }
    .blog-single .sinlge-blogpost .previewimages {
        margin: 0 0 0 0%;
        margin-top: 30px;
    }
    .footer #media_image-2 {
        padding-bottom: 20px;
    }
    a.html5lightbox {
        display: inline-block;
        padding-bottom: 3px;
        width: 49%;
    }
    .reviews-section .reviewimg img {
        width: 100%;
    }
    .what-we-do .alignleft {
        display: block;
        max-width: 100%;
        height: auto;
    }
    #main-slide .item img {
        object-fit: cover;
         height: auto;
    }
    .review-block.recent-review .review-name .green-color {
        font-size: 10px;
    }
    .home-banner h3.title.firsttitle ,.home-banner h3.title.secondtitle{
        font-size: 15px;
        line-height: 23px;
    }
    .recent-review .advert-block {
        padding: 0 0;
        }
    .recent-review .advert-block .wp-forecast-curr-head { 
        padding: 0;
        padding-top: 0!important;
    }
    .side-block.amenity, .side-block.restaurant {
        width: 100%;
        float: none; 
        margin-top: 0px;
        /* padding: 20px 0px; */
    }

     .mc4wp-form input[type="email"] {
        width: 100%;
    }
    ul.children {
        padding-left: 0px;
    }
    li.desktop,
    .tab-pane.fade.desktop{ 
        display: none !important;
    }
    .title-block .hotel_title {
        font-size: 14px;
    }
    .main-hotel-content{
        width: 100%;
    }
    .main-hotel-content.hotellists{
        width: 100%;
    }
    .survey_hotel h1{
        font-size: 20px;
    }
    .container_rb, .survey.form-control{
        width: 100%;
    }
    .create-survey input[type="text"]{
        width: 100%;
    }
    .banner-form .fa-caret-down {
        right: 0.5rem;
        top: 1rem;
    }
    .customer-tabs .tab-content #profile textarea,
    .customer-tabs .tab-content #profile input[type="text"]{
        margin-bottom: 10px;
    }
    #updateprofile { 
        margin-top: 20px;
    }
    .page-sidebar .key-points ul, .page-sidebar .key-points ul li { padding-left: 0px; }
    div.navbar-collapse{
        background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
        border-bottom: 3px solid #fff;
    }
    header.inner-pages div.navbar-collapse{
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-bottom: 3px solid #fff;  
    }
    ul.navbar-nav{
        padding:20px;   
    }
    .navbar-nav > li{
        margin:0;   
    }
    .review-block p.review-desc{min-height: auto;}
    .top-bar p.call-line{text-align:center;}
    .top-right-menu{float:none;text-align:center;}
    .restaurant-review .side-block .side-img{float: none;margin-bottom:10px;}
    .restaurant-review .side-block .side-img img{margin:0 auto;    margin-bottom: 15px;}
    .restaurant-review .side-block .side-content p.desc{text-align:center;margin-top:15px;}
    .cta-review .cta-heading{text-align:center;}
    .cta-review p{text-align:left;}
    .amenity-review .big-amenity-block .review-big-img{margin-bottom:15px;}
    .amenity-review .side-block .side-img{float: none;}
    .amenity-review .side-block .side-img img{margin:0 auto;    margin-bottom: 15px;}
    .amenity-review .side-block .side-content p.desc{margin-top: 15px;text-align:left;}
    .amenity-review .side-block .side-content p.review-metas{text-align:left;width:100%;}
    .recent-articles .articles-block .side-img{float: none;}
    .recent-articles .articles-block .side-img img{margin:0 auto 10px;}
    .recent-articles .articles-block .side-content p.post-metas{width:100%;}
    .advert-block img{margin: 0 auto 30px;}
    .hotel-block{text-align:center;}
    .hotel-block .hotel-data .stars-img{float:none;margin:0 auto;text-align:center;}
    .review-of-day-block .img-block{float: none;}
    .review-of-day-block .img-block img{}
    .review-of-day-block .title-block{float: none;margin-top: 15px;padding-left: 0;text-align: left;}
    .review-of-day-block .top-block p.line2{margin-bottom:10px;}
    .review-of-day-block .bottom-block{margin-bottom:20px;}
    .big-amenity-block{margin-top:20px;}
    .recent-articles .articles-block .side-content p.title{text-align:center;display:block;}
    .recent-articles .article-sidebar {margin-top: 20px;}
    .news-big-section {text-align: center; border-bottom: 1px solid #c6c6c6; padding-bottom: 20px; margin-bottom: 10px;}
    .news-big-section img{margin:0 auto;}
    .latest-news-section .news-block{margin-top: 10px;text-align: center;}
    .subscribe-form button[type="submit"]{margin-left:0;}
    .banner-contents h4{ 
        display: block;
        text-align: center;
    }
    .banner-contents{margin-top:236px;}
    /* Banner Form Css */
    .banner-form{
        display: table;
        margin:0 auto;
        width: 100%;
    }
    .banner-form .form-group{
        display: block;
        float: left;
        margin-bottom: 0;
        max-width: 200px;
    }
    .banner-contents button{float:none;margin-top:0px;vertical-align: top;}
    .banner-form .form-inputs{max-width:60%;}
    .banner-form select{padding:7px 20px 7px 10px;}
    .recent-articles .article-sidebar .artcile-block p.title a{font-size: 16px;}
    .banner-form select{
        padding:0;
        height:35px;    
    }
    .banner-form input{
        margin: 0 0 0 12px;
        padding: 0 0 0 12px;
        width: 70%!important;   
        height:35px;
    }
    .side-block:first-child{
        margin-top:15px;    
    }
    .mc4wp-form .form-group{display:block;}
    ul.true-icon li{
        width:48%;  
    }
    .slider-div{
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
    .thumb-images {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }
    .thumb-images img{
        float:none; 
    }
    ul.page-menu > li{
    }
    ul.page-menu li:not(:last-child) {
        margin-right: 15px;
    }
    .hotelbtns .btn-normal{
        margin-bottom: 15px;
        max-width: 145px;
        margin: 0 0 10px 0px;
        font-size: 15px;
    }
    .customer-tabs .tab-content #profile form{
        padding-right:0;    
    }
    .alignright{
        text-align:left;    
    }
    .social-sharing{
        float: none;
        width: 100% !important;
        position: relative;
        bottom: 0;
    }
    .search-hotels .banner-contents{
        margin: 20px 0;
    }
    .search-hotellist .inner-content .col-md-8{
        padding-left: 15px;
    }
    .search-hotellist .search-topcontent h1{
        font-size: 25px;
        margin-top: 20px;
    }
    .hotel-thumb{
        text-align: center;
    }
    .inner-hotel-pad.custom-checks1 input[type="checkbox"] + label,
    .hotel-facilities ul.true-icon li{
        width: 100%;
    }
    .top-menu .dropdown-menu{
        left: 34%;
    }
    .dropdown.open:before{
        right: 40%;
    }
    header.inner-pages .banner-contents{
        margin-top: 0;
    }
    .menu-section .navbar-brand{
        float: none;
    }
    .menu-section .navbar-brand .img-responsive{
        margin: 0 auto;
    }
    .edit_img,
    .page-sidebar .cust-profiles h2.cust-name,
    .example-image-link{
        text-align: center;
    }
    .page-sidebar .cust-profiles .customer-meta p.mobile:before,
    .page-sidebar .cust-profiles .customer-meta p.address:before{
        right:12%;
    }
    .hotel-list-img{
        float: none;
    }
    .hotels-block .main-hotel-content h3{
        font-size: 20px;
    }
    .hotels-block .main-hotel-content.managerhotel h3{
        font-size: 16px;
        margin-bottom: 12px;
    }
    .hotels-block .main-hotel-content p.location-metas{
        font-size: 14px;
        line-height: 20px;
        max-width: 290px;
        background-position: 0 2px;
    }
    
    .search-hotels .banner-contents{
        padding:0 15px; 
    }
    .search-hotels .banner-content .form-group input#search{
        margin-left:0;  
    }
    .search-hotellist .container .inner-content .hotel-facilities h2{
        padding:10px 0;
    }
    .comment-section{
        padding:66px 15px 20px; 
    }
    .sinlge-blogpost > p{
        margin-top: 15px;   
    }
    .commentFrm .submit{
        width:100%; 
    }
    .wpcf7-response-output{
        position:relative;  
    }
    span.wpcf7-not-valid-tip{
        position:absolute;  
    }
    
    .contact-us .rightsection{
        padding:0 15px; 
    }
    .contact-us .rightsection textarea, .contact-us .rightsection input[type="text"], .contact-us .rightsection input[type="email"],.rightsection input[type="tel"]{
        width:100%!important;   
    }
    .popup-user.marginright{
        margin-right: 0;
        margin-bottom: 15px;    
    }
    .popup-user.marginleft{
        margin-left:0;  
    }
    h3.banner-title{
        font-size:28px; 
    }
    .sinlge-blogpost .title{
        line-height:32px;
    }
    .main-hotel .main-hotel-content h3{
        margin-top:10px;    
    }
    .main-hotel .main-hotel-content p.location-metas{
        background: rgba(0, 0, 0, 0) url("images/location-icon.png") no-repeat scroll top left;
        line-height: 20px;  
    }
    .main-hotel .main-hotel-content p.desc{
        margin-bottom:0px;  
    }
    .main-hotel{
        padding-bottom:5px; 
    }
    ul.top-right-menu li:not(:last-child){
        margin-right: 10px;
        padding-right: 10px;    
    }
    .banner-description h3.banner-title{
        margin-bottom:0;    
    }
    .navigation{
        padding: 10px 0;    
    }
    .main-pop-hotels{
        width:100%;
        margin-bottom:10px; 
    }
    .bottom-footer{
        padding:10px 0; 
    }
    .bottom-footer .copyline{
        margin-bottom:5px;  
    }
    .bottom-footer .copyline,
    .bottom-footer .copy-rightlines{
        text-align:center;  
    }
    .main-pop-hotels:nth-child(3),
    .main-pop-hotels:nth-child(4){
        border-bottom:1px solid #535353;    
    }
    .hotel-block .hotel-data{
        min-height:auto;    
    }
    .main-pop-hotels .pop-news .short-desc{
        display:table;  
    }
    .hotel-points-block .hotel_title{
        font-size: 12px;
    }
    .hotel_points{
        font-size: 16px;
    }
    .rewards-title {
        font-size: 18px;
        line-height: 30px;
    }    
    .rewards-subtitle{
        font-size: 18px;
        line-height: 26px;
    }
    .endless-sec, #earn-points-sec{
        padding: 20px 0;
    }
    .mobile-space {
        margin-bottom: 30px;
    }
    .earning-points-btn a{
      font-size: 12px !important;
      text-align: left !important;
    }
    .earning-points-btn{
        margin-bottom: 10px !important;
    }
    .reward-table-sec th{
        height: 65px;
        font-size: 12px !important;
    }
    .reward-table-sec td{
        font-size: 12px;
    }
    .reward-points h1, .reward-points h2 {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width:576px){
    .hotelbtns a.manager{
        font-size: 14px;
        margin: 0 10px 0 0;
    }
    .main-hotel-content.managerhotel a i.fa-2x{
        font-size: 1.5em;
    }
    .writereviewblk{
        width: 100%;
    }
    .wrpreviewimages{
        width: 100%;
        margin: 10px auto 0;
        text-align: center;
    }
    .editprofileFrm .alignright{
        padding:0 15px;
    }
    .survey_hotel h1{
        font-size: 18px;
    }
    .main-hotel-content{
        width: 100%;
    }
    .social-networks, span.apsl-login-new-text{
        margin:10px 0 0 0;
    }
    .mc4wp-form-fields .btn-submit{
        margin:0 auto 10px !important;
        width: 100% !important;
    }
    ul.page-menu li:not(:last-child){
        margin: 10px;
    }
    ul.page-menu > li > a{
        font-size: 16px;
    }
    .banner-form .form-inputs{
        max-width: 100%;
    }
    .top-menu .dropdown-menu{
        left: 70px;
    }
    .dropdown.open:before{
        right: 114px;
    }
    .social-icons {
        float: none;
        display: block;
        margin: 20px 0 0 0;
        position: inherit;
    }
    .comment-section h3::before, .comment-section h3::after{
        content: '';
        width: 0;
    }
    .banner-form select{
        padding:0;
        height:35px;
    }
    .banner-form input{
        margin: 0 0 0 12px;
        padding: 0 0 0 12px;
        width: 70%; 
        height:35px;
    }   
    .owner-hotel-review .search-filter .selectOpt {
        margin: 10px 0;
    }
    .hideinmobile{
        display: none;
    }
    .page-sidebar .cust-profiles .customer-meta p.mobile:before, .page-sidebar .cust-profiles .customer-meta p.address:before{
        right:20%;
    }
    .inner-banner.hotel-list{
        height: 90px !important;
        min-height: auto !important;
    }
    .title-row{
        height: auto;
    }
    .review-n-ratings .rewards{
        margin-top: 10px;
    }
    .review-n-ratings .rewards,
    .writereview {
        padding: 8px 20px;
        font-size: 15px;
        width: 100%;
        display: block;
        height: auto;
        text-align: center;
        line-height: 1.5;
    }
    .pagination > li > a{
        padding:6px 9px;
    }
    .single-hotel .hotelbtns{
        margin-top: 0;
    }
    .btn-plain{
        font-size: 14px;
    }
}
@media (max-width:480px){
    .inner-banner.hotel-list{
        display: table;
        width: 100%;
    }
    .side-block:last-child{
        border-bottom: 1px solid #d9d9d9;
    }
    .lefttopimg{ height: auto !important;}
    .banner-form .fa-caret-down {
        right: 3px;
    }
    .hotels-block .hotel-list-img{
        text-align: center;
        width: 100%;
    }
    .hotels-block .hotel-list-img img{
        float: none;
    }
    .banner-form .form-group{
        display: inline-block;
        width: 40%; 
    }   
    
    .banner-form .form-group:last-child{
        width: 60%;
    }
    .banner-contents button {
        display: inline;
        float: none;
        margin: 10px auto;
       /* padding: 15px 20px 15px 35px; */
       padding:16px 40px 16px 50px;
        text-align: center;
    }
    .banner-form input{
        width:100% !important;  
    }
    .banner-contents h4{
        font-size: 24px;
        margin-bottom: 8px; 
    }
    .banner-contents p{font-size: 12px;}
    .margin-btm-50{
        margin-bottom:0;    
    }
    ul.true-icon li{
        width:100%; 
    }
    #main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right{
            top: 30%;
    }
    .righttop-article{
            margin-bottom:35px !important;  
    }
    .mc4wp-form.review-submit .rewards,
    .mc4wp-form.review-submit button{
        width:100%;
    }
    .customer-tabs .nav-tabs > li:first-child{
        margin-left: 20px;
    }
    .customer-tabs .nav-tabs > li{
        float: none;
        text-align: center;
    }
    .customer-tabs .nav-tabs > li > a{
        font-size: 15px;
    }
    .title-block.surveyhotel .hotel_title{
        line-height: 1.2;
    }
    #review .user_comments .long-desc{
        display: none;
    }
    #review .title-block .hotel_title{ font-size: 10px;}
 
    
}
@media (max-width: 400px){
    .banner-contents h2{
        font-size: 26px;
    }
    .hotelbtns .btn-normal{
        max-width: 100%;
        width: 100%;
    }
    .create-survey input[type="text"], .select-hotel select{
        width: 100%;
    }
    .popup-user{
        padding: 10px 20px;
    }
    span.forgot_password{
        float: none;
        text-align: center;
        display: block;
    }
    #wppb-login-wrap p.login-remember{
        padding-bottom: 0 !important;
        display: inline-block;
        margin-bottom: 0;
    }
    .progress{
        width: 80%;
        margin: 0px 0px 0px 20%;
    }
    .percent{
        top: 0;
        left: 8px;
    }
    .reviewblock{
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    
    .wrpreviewimages .featuredimg{
        margin: 6px;
    }
    .commentstatus{
        margin-top: 20px;
    }
   
    .previewimages{
        width: 100%;
        margin: 0 0 0 3%;
    }
    .previewimages .featuredimg{
        margin: 5px;
        max-width: 104px;
    }
    .percent{
        left: 0px;
    }
    .page-sidebar .cust-profiles .reward-points{
        text-align: center;
    }
    .page-sidebar .cust-profiles .reward-points .reward-count{
        margin-bottom: 0;
    }
    
    #bonus .hotel_points{ font-size: 15px; }
    #bonus .title-block .hotel_title{ font-size: 10px;}
    #bonus > div > div > strong{
        font-size: 10px;
    }
}
@media (max-width: 322px){
    .btn-plain{
        font-size: 12px;
    }
    .review-block.recent-review .title-block{
        max-width: 80%;
    }
    .inner-banner.hotel-list{
        height: 52px !important;
    }
    .home-banner .righttop-article .vc_pageable-slide-wrapper{
            height: 235px !important;   
    }
    .search-hotels .banner-contents .form-inline .form-group #hotel_type{
        margin-left: -10px;
    }
    .previewimages{
        margin-left: 0;
        margin-top: 20px;
    }
    .percent{
        left: 0px;
    }
    .amenity-review .reviewimg {
        padding: 0px;
    }


   
    
}
@media (min-width:769px) and (max-width:1366px) and (orientation : portrait){
    .title-block.surveyhotel .hotel_title {
        line-height: 1;
    }
}
@media (min-width:1024px) and (max-width:1366px) and (orientation : portrait){
    .title-block.surveyhotel .hotel_title {
        line-height: 3;
    }
}
@media (min-width:600px) and (max-width:1366px) and (orientation : portrait){
    .banner-form input#s {
        padding: 0 0 0 10px;
        max-width: 150px;
    }
}
@media (min-width:300px) and (max-width:600px) and (orientation : landscape){
    .banner-form input#s {
        padding: 0 0 0 10px;
        max-width: 150px;
    }
}





.awesome-weather-current-temp ,.awesome-weather-header,.awesome-weather-todays-stats,.awesome-weather-forecast.awe_days_4.awecf{
    position: relative;
    z-index: 1;
}
.awesome-weather-cover {
    position: relative;
}
.awesome-weather-cover:after {
    content: "";
        background: #04040461;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
button.cbutton {
    position: absolute;
    right: -7px;
    top: -7px;
    background: black !important;
    color: white;
    border: 2px solid #908d8d;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: unset;
    font-size: 20px !important;
    font-weight: bolder;
    line-height: 10px;
}
 button.btn.video:before {
    font: normal normal normal 37px/1 FontAwesome;
    /* content: "\f16a"; */
    content: "\f01d";
    color: #dd2c28;
    vertical-align: middle;
    margin-right: 10px;
}
button.btn.video {
    font-weight: 700;
    padding: 2px 10px;
}
