@charset "utf-8";
/* CSS Document */
@import url(font-awesome.css);
/*css for header-index-page*/
ul li {list-style: none;}
a{}


body
{
	font-family: 'Lato', sans-serif !important; 
	font-weight:normal;
	color:#828282 !important; 
}

*
{
	margin: 0;
	padding: 0;
}
a,div,button{
	transition:all .2s ease;
	outline: none !important;
}
a:hover{text-decoration: none!important;}
.navbar-default
{
	background-color: #fff !important;

}
.navbar-brand
{
	height: auto !important;
	padding: 20px 2px !important;
}
.header-top
{
	display: block;
	height: 50px;
	width: auto;
	text-align: right;
	border-bottom: 1px solid  #eaeaea;
    height: 70px;
    position: relative;
}
.header-top .dropdown-menu
{
	min-width: auto !important;
}
.header-top .dropdown
{
	float: right;
	margin: 18px 0px;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none !important;
}
.header-top .dropdown .btn
{
	background-color: white;
	color: #585858;
    padding: 6px 13px;
}
.header-top .dropdown .btn .caret
{
    color: #b2b2b2;
    border-top: 8px dashed;
    margin: -3px 0px 0px 6px;
}
.navbar-default .navbar-nav>li
{
	margin: 0px 50px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{ border-bottom: 4px solid #1ac9cb !important;
    color: #1ac9cb !important;
    outline: none; background-color:#fff!important;}


.navbar-default .navbar-nav>li:last-child
{
	margin-right: 15px;
}
.navbar-default .navbar-nav>li:first-child
{
	margin-left: 0px;
}
.navbar-default .navbar-nav>li>a
{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: normal;
	color: #000; 
    padding-left:0px !important;
    padding-right:0px !important;
    padding-top: 14px !important
}
.navbar-collapse
{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
/*.navbar-default .navbar-nav>li:last-child a
{
	padding-right: 0px;
}*/
/*.navbar-right
{
    margin-right: 0px !important;
}
.navbar-collapse
{
	padding-right: 0px !important;
}*/
.navbar
{
	margin-bottom: 0px !important
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active
{
	border-bottom: 4px solid #1ac9cb !important;
	color: #1ac9cb !important;
	outline: none;
}
button.btn.dropdown-toggle.pr0
{
	padding-right: 0px !important;
}
.carousel-inner
{
	max-height: 400px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img
{
	width: 100%;
}
.carousel-indicators li
{
	width: 53px !important;
    height: 6px !important;
    margin: 3px !important;
    background-color: rgba(255,255,255, 0.7) !important;
    border: none !important;
}
.carousel-indicators .active
{
	background-color:#17a3ab !important;
}
.carousel-indicators
{
	bottom: 0px !important
}
/*body_part*/
.basic_header
{
	text-align: center;
	text-transform: uppercase;
	color: #097677;
	font-size: 24px;
	margin: 0px auto 20px auto;
	letter-spacing: 5px;
}
.top_img
{
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.top_img img {
    min-width: 100%;
}
.top_img_text, .detail_hover_text
{
	position: absolute;
	bottom: 20px;
	text-align: center;
	color: #fff;
	margin: 0px auto;
	width: 100%;
	z-index: 1;
}
.top_img_text .top_text_header
{
	font-family: 'Lato', sans-serif !important; 
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.top_img_text .top_text_desc
{
	font-size: 16px;
	font-family: 'Lato', sans-serif !important; 
}
.top_img:after
{
	position: absolute;
	content: "";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+39,000000+100&0+39,0.6+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.divider
{
	width: 100%;
	height: 2px;
	background-color: #eaeaea;
	margin: 60px auto 50px auto;
}

.slick-slide {
  margin: 0px 15px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}
.offer_img_box
{
	height: 160px;
	width: 100%;
	display: flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	    overflow: hidden;
}
.offer_img_box img
{
	width: auto;
	min-width: 100%;
}
.offer_detail_box
{
	width: 100%;
	text-align: center;
	height: 185px;
	background-color: #f0fdfd;
}
.offer_detail_header
{
	font-size: 18px;
	line-height:normal;
	color: #097677;
	padding: 20px 0px 5px 0px;

}
.offer_detail_price
{
	font-size: 16px;
	line-height:normal;
	color: #008000;
	/*padding: 30px 0px 0px 0px;*/
	font-family: 'Lato', sans-serif !important; 
	text-transform: lowercase;
}
.offer_detail_box .learn_btn
{
	font-family: 'Lato', sans-serif !important; 
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	padding:12px 40px;
	border-radius: 5px;
	text-transform: uppercase;
	text-shadow:1px 0px 1px rgba(0,0,0,.2) ;
	background-color: #1ac9cb;
	margin-top: 30px;
}
.offer_detail_box .learn_btn:hover
{
	background-color: #10b4b6;
}
.slider .shadow
{

}
.slider .shadow:hover
{
/* box-shadow: 0px 0px 11px rgba(0,0,0,0.2);*/
}
.footer_top
{
	background-color: #f9f9f9;
	padding: 50px 0px;
}
.footer_top_head, .hotel_top_head
{
	font-size: 17px;
	color: #097677;
	line-height: 30px;
    margin-bottom: 20px;
}
.footer_top ul
{
	float: left;
	margin-right: 2%;
}
.footer_top .col-lg-6.col-md-6.col-sm-6.col-xs-12 ul:last-child
{
	margin-right: 0px;
}
.footer_top ul li, footer ul li
{
	font-size: 14px;
	max-width: 145px;
	line-height: 22px;
}
.footer_top ul li a, footer ul li a, .features ul li
{
	color: #828282;
	font-family: 'Lato', sans-serif !important; 
}
.footer_top ul li a:hover, footer ul li a:hover
{
	color: #1d1d1d;
}
footer
{
	background-color: #f1f1f1 !important;
	padding: 50px 0px 0px 0px;
}
.form-group.newsletter {
    position: relative;
}
.newsletter .form-control
{
    height: 40px !important;
    position: relative;
}
.newsletter .send
{
	position: absolute;
    top:0px;
    right: 0;
    line-height: 35px;
    background-color: transparent;
    border: none;
    padding: 0px 10px;
    opacity: .6;
    outline: none;
}
.newsletter .send:hover
{
	opacity: 1;
}
.bg_blk
{
	background-color: #5c5c5c;
	height: 70px;
	margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	font-size: 14px;
}
.book_tabs
{
	position: absolute;
	bottom: 130px;
	left:auto;
	z-index: 1;
	width: 1170px;
}
.book_tabs .place, .book_tabs .date, .book_tabs .guest, .book_tabs .search_place, .book_tabs .city, .book_tabs .duration, .book_tabs .currency, .book_tabs .list_input
{
	padding: 0px 5px;
	float: left;
}
.book_tabs .list_input
{
	width: 100%;
	margin-top: 10px;
}
.book_tabs .place
{
	width: 29%;
}
.book_tabs .date
{
	width: 15%;	
}
.book_tabs .currency
{
	width: 17%;
}
.book_tabs .guest
{
	width: 23%;	
}
.book_tabs .search_place
{
	width: 15%;	
}
.book_tabs .city
{
	width: 44%;	
}
.book_tabs .duration
{
	width: 23%;	
}

.book_tabs .tab-content
{
	background-color: rgba(255,255,255, 0.9);
	width: 100%;
	display: inline-block;
}
.book_tabs .nav-tabs>li
{

}
.book_tabs .nav-tabs>li>a
{
	font-size: 16px;
	padding:0px;
	width: 170px;
	height: 56px;
	text-transform: uppercase;
	font-weight: 600;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	border-radius: 0px;
	display: flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	margin-right: 0px;
    border: 0px solid #ddd;
    letter-spacing: 3px;
}
.book_tabs form label
{
	font-size: 16px;
	color: #097677;
	font-weight: 400;
}
.book_tabs form .dropdown button
{
	width: 100%;
	text-align: left;
	padding: 6px 10px;
	background-color:#fff;
    border: 1px solid #ccc;
    color: #828282;
    position: relative;
}
.book_tabs form .dropdown button.btn .caret 
{
    position: absolute;
	right: 10px;
	top: 15px;
}
.book_tabs form .dropdown .dropdown-menu
{
	min-width: 100%;
	padding: 4px;
}
.book_tabs form .dropdown .dropdown-menu li:last-child .guest-selection-panel-row
{
	margin-bottom: 0px;
}
.guest-selection-panel-row {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: table;
    box-shadow: 0 1px 0 rgba(255,255,255,.8),inset 0 0 1px rgba(0,0,0,.2);
    width:100%;
    height: 40px;
    background-color: #F7F7F7;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 3px;
    padding: 5px 0px;
}
.guest-selection-panel-row > :first-child {
    padding-left: 10px;
    font-size: 12px;
    width: 121px;
    text-align: left;
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
}
/*.guest-selection-panel-row .grey {
    background-color: #848484;
}*/
.guest-selection-panel-row .occupancy-num {
    font-size: 16px;
    font-weight: 700;
    padding-top: 0px;
    width: 30px;
    display: table-cell;
    color: #787878;
    vertical-align: middle;
}
.guest-selection-panel-row .remove-button {
	background-color:#6e6e6e !important;
	width: 30px;
	border-radius: 3px;
	border: 0px;
	    vertical-align: middle;
	background: url(../img/plus_minus.png) 5px 5px no-repeat;
}
.guest-selection-panel-row .add-button {
	background-color:#14b2b4 !important;
	width: 30px;
	border-radius: 3px;
	border: 0px;
	    vertical-align: middle;
	background: url(../img/plus_minus.png) -21px 5px no-repeat;
}
.book_tabs .tab-content
{
	padding: 15px;
	box-sizing:border-box;
}
.book_tabs .nav-tabs>li>a:hover
{
	color: #097677;
}
.book_tabs .nav-tabs>li.active>a, .book_tabs .nav-tabs>li.active>a:hover, .book_tabs .nav-tabs>li.active>a:focus
{
	border: 0px solid #ddd;
	background-color: rgba(255,255,255, 0.9);
	color: #097677;
	outline: none;
}
button.search, .choose, button.reset {
    width: 100% !important;
    height: auto !important;
    line-height:36px;
    border-radius: 4px !important;
    border: 0px !important;
    vertical-align: bottom !important;
    margin-top: 27px !important;
    text-transform: uppercase !important;
	font-weight: 600 !important;
	background-color: #1ac9cb ;
	color: #fff;
	letter-spacing: 3px !important;
	font-size: 16px;
	outline: none !important;
	
}
button.reset 
{
	padding: 6px 0px !important;
}
button.search:hover
{
	background-color: #097677;
}
.form-group.calendar
{
	position: relative; 
}
.form-group.calendar i
{
    position: absolute;
    content: '\f073 ';
    font-family: 'FontAwesome';
    color: #757575;
    right: 11px;
    top: 38px;
}

/*Languages dropdown*/

.lang .dropdown-menu, .cur .dropdown-menu
{
	right: 0px;
	left: auto;
	padding: 0px;
    border: 0px;
 /*   position: relative;*/
}
.lang .languages:before
{
	position: absolute;
	content: '';
	border-top: 4px solid transparent;
	border-bottom: 6px solid #bebebe;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	top: -9px;
	right: 60px;
}
.cur .currencies:before
{
	position: absolute;
	content: '';
	border-top: 4px solid transparent;
	border-bottom: 6px solid #bebebe;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	top: -9px;
	right: 38px;
}
#myModal
{
	text-align: left;
}
#myModal .btn
{
	background-color: rgb(2, 131, 223);
	color: white;
	text-transform: uppercase;
}
/*SEARCH DETAIL*/

.detail_header
{
	font-size: 24px;
	color: #097677;
	text-transform: uppercase;
	letter-spacing: 4px;
	/*padding: 35px 0px 0px 0px*/
}
.detail_address, .service_name
{
	font-size: 14px;	
	color: #828282;	
}
.detail_address a, #book_now a
{
	text-decoration: underline;
	color: #097677;
}
.detail_address span
{
	font-weight: 700;
	color: #1ac9cb;
}
.choose
{
	padding: 10px 28px;
	letter-spacing: 1px;	
	border-radius: 5px;
	
}
.choose:hover{
	background-color:#097677 !important;
	color:#fff;
	text-decoration:none;
}
.gray_bg
{
	background-color: #f9f9f9;
}
.services_list
{
	text-align: center;
}
.services_list p
{
    display: flex;
    justify-content: center;
}
.services_list .min_height_img
{
	display: block;
	height: 35px;
}
.service_name.inactive
{
	color: #cccccc;
}
.detail_hover_text_desc
{
	font-size: 16px;
	font-family: 'Lato', sans-serif !important; 
	text-align: left;
	padding: 0px 30px;
}
.hotel_desc
{
	font-size: 16px;
	font-family: 'Lato', sans-serif !important; 
	color: #828282;
	line-height: 22px;
	text-align: center;
    margin-bottom: 0px;
}
.hotel_desc_others{
	font-size: 16px;
	font-family: 'Lato', sans-serif !important; 
	color: #828282;
	line-height: 22px;
	text-align: left;
    margin-bottom: 0px;
}
.border_box
{
	border: 1px solid #dcdcdc;
	
}
.border_box_selected
{
	border: 4px solid #1ac9cb;
	
}
.detail_imgbox, .listing_imgbox
{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
    
}
.detail_imgbox
{
	height: 255px;
}
.listing_imgbox
{
	/*height: 160px;*/
}
.detail_imgbox img, .listing_imgbox img {
    height: 100%;
}
.detail_topic, .detail_desc
{
	width: auto;
	height: auto;
	float: left;
}

.detail_topic p, .detail_desc p, .detail_desc span
{
	font-size: 16px;
	font-family: 'Lato', sans-serif !important; 
	color: #097677;
	/*padding-right: 30px;*/
}
.detail_desc p
{
	color: #828282;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 8px;
}
.right_listing_top_head a
{
	color: #097677;
    text-decoration: none;
}

.detail_desc span
{
	color: #1ac9cb;
}
.detail_desc p img
{
	margin-right: 5px;
	margin-top: -2px;
}
.detail_rate_box, .listing_rate_box
{
	background-color: #f8f8f9;
	padding: 20px;
	text-align: center;
	
}
.listing_rate_box
{
	min-height:188px;
}
.detail_rate_box
{
	min-height: 255px;
}
.detail_rate_box p, .listing_rate_box p
{
	font-size: 16px;
	font-family: 'Lato', sans-serif !important; 
	color: #828282;
}
.detail_rate_box p.usd_rate, .listing_rate_box p.usd_rate, p.usd_rate
{
	color: #1ac9cb;
	font-weight: 700;
}
.detail_rate_box p.usd_rate span, .listing_rate_box p.usd_rate span, p.usd_rate span
{
	color: #828282;
	font-weight: normal;
    text-decoration: line-through;
}
.detail_rate_box p.tooltip_rate
{
	line-height:25px;
	cursor: pointer;
	transition:none;
}
.tooltip-inner {
    max-width:400px !important;
    width:400px !important;
    text-align: left !important;
    font-family:'Lato', sans-serif !important; 
    font-size: 13px;
    font-weight: normal;
}
.tooltip
{
	right: 0px !important;
	left: auto !important;
}
.table
{
	margin-bottom: 0px !important;
}
table>tbody>tr>td
{
	border-top:0px !important;
}
.search_detail_table .table>tbody>tr>td
{
	padding: 6px 0px !important
}
.show_more
{
	text-transform: uppercase;
	padding: 12px 30px;
	background-color:transparent;
	color: #828282;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 14px;
	border-radius: 4px;
	border:2px solid #d9d9d9;
}
.features .footer_top_head.min-height
{
	line-height: normal;
    min-height: 45px;
}
.features .features_imgbox
{
    min-width: 35px;
    /*min-height: 30px;*/
    display: flex;
    /*justify-content: center;*/
    align-items: baseline;
    float: left;
}
.features ul li
{
    color: #828282;
    font-family: 'Lato', sans-serif !important; 
    min-height: 32px;
    margin-bottom: 7px;
    display: flex;
	align-items: center;
}
.features .divider
{
	margin: 20px auto
}


/*SEARCH LISTING*/
.border-right
{
	border-right:1px solid #e0e0e0;
}
.list_left_head
{
	font-size: 18px;
	color: #000000;
	line-height: normal;
}
.list_left_divider
{
	border-bottom: 1px solid #e0e0e0;
	margin: 20px 0px;
}
#property {
    width: 77%;
	float: left;
	margin-right: 4%;
}
button.go
{
	height: 34px;
	line-height: normal;
	width: 15%;
	border: 0px;
	border-radius: 4px;
	background-color: #1ac9cb;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}
button.go:hover
{
	background-color:#097677;
}
input[type="checkbox"]
{
	
    width: 15px;
    height: 15px;''
    border: 1px solid #ccc;
    

}
.left_listing .checkbox label
{
	font-size: 15px;
	font-family: 'Lato', sans-serif !important; 
	color: #828282;
}
p.body_text
{
	font-size: 16px;
	font-family: 'Lato', sans-serif !important; 
	color: #828282;
	line-height: 22px;
}
a.more_listing
{
	/*float: right;*/
	margin-right: 15px;
	color: #1ac9cb;
}
.left_listing p.body_text, .right_listing p.body_text
{
	font-weight: 300;
	color: #828282;
}
.right_listing {
    padding-left: 25px !important;
}
.right_listing .form-group, .right_listing .detail_address
{
	margin-bottom: 0px;
}

.right_listing .dropdown
{

}
select
{
	-webkit-appearance:none !important;
    -moz-appearance:none !important;
    appearance:none !important;
    background-image: url(../img/arrow.png) !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
    cursor: pointer;

}
.right_listing select
{
	    width:200px !important;
}
.list_map a
{
	font-size: 16px;
	font-family: 'Lato', sans-serif !important; 
}
.list_map a:first-child
{
	color: #1ac9cb;
}
.list_map a:last-child
{
	color: #828282;
}
/*select .caret
{
	position: absolute !important;
	content: "" !important;
	width: 10px !important;
	height: 10px !important;
	background-color:#1d1d1d !important;
	right: 0px; !important
	top: 0px !important;

}*/

.aParent div 
{
    float: left;
    clear: none; 
}
.right_listing_top_head
{
	font-size: 17px;
	color: #097677;
    margin-bottom:0px;
    padding-right: 10px;
}
.right_listing .detail_desc p
{
	font-size: 13px;
}
.right_listing 
{
	position: relative;
}
.rev_val
{
	color: #fff;
	background-color: #f79d11;
	padding: 2px;
}

.offline_msg
{
	color: #828282;
    font-style: italic;
    font-size: 12px;
}

.cityclickk:hover{opacity: 0.8;cursor: pointer;}
/*.pagination_box
{
	display: flex;
	align-content:center;
}*/
.pagination_box a
{
	width: 170px;
	line-height: 40px;
	text-align: center;
	border:1px solid #c0c0c0;
	font-weight: 700;
	text-transform: uppercase;
	color: #828282;
	letter-spacing: 2px;
	border-radius: 5px;
}

.pagination_box p.detail_address
{
	text-align: center;
	line-height: 40px;
}


/*HOTELS*/

.hotel_imgbox
{
    width: 100%;
    height: 220px;
    display: flex;
    overflow: hidden;
    justify-content: center;
	align-content: center;
	align-items: center;
}
.hotel_imgbox img
{
	width: 100%;
}
.hotel_descbox
{
	width: 100%;
	background-color: #f0fdfd;
	padding: 15px;
}
.hotel_top_head
{
	margin-bottom: 10px;
}
.toogle_button
{
	margin-top: 10px;
	text-decoration: underline;
}
.toggle_rooms
{
	width: 100%;
	border: 1px solid #e4e4e4;;
}
.toggle_room_desc
{
	margin-bottom: 0px;
	line-height: 40px;
	padding:0px 10px;
	color: #828282;
}
.toogle_detail_button
{
	float: right;
	color:#097677;
	text-decoration: underline;
}
.toggle_right_panel
{
	background-color: #f8f8f9;
	min-height: 40px;
	padding: 0px 10px;
	display: flex;
    align-items: center;
    justify-content: space-between;

}
.toggle_room_price
{
	/*font-size: 20px;*/
	font-weight: 700;
	color: #1ac9cb;
	margin-bottom:0px;
	float: left;
	font-family: "Lora",serif;
    font-size: 16px;
}
.toggle_room_price span
{
	font-size: 16px;
}

.toggle_reserve
{
	height: 34px;
	line-height: normal;	
	border: 0px;
	border-radius: 4px;
	background-color: #1ac9cb;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding:6px 10px;
	
}
.toggle_reserve:hover
{
	background-color: #097677;
	
}
.toggle_button
{
	font-weight: 600;
}
.toggle_bottom {
    margin-top: 5px;
}
/*.show_hide, .toggle_button {
    display:block;
}
.plus:after {
    content:" +";
}
.minus:after {
    content:" -";
}*/

/*Detail Popup*/
#detail_box.modal-dialog
{
	max-width:1100px;
	min-width: 300px;
	width: auto;
}
.detail_pop_box
{
	background-color: #f9f6f6;
	margin: 15px;
	padding: 15px;
}
#detail_box.modal-dialog th
{
	text-align: center;
    background-color: #666;
    border: 0px;
    color: #fff;
}
#detail_box.modal-dialog tbody
{
	background-color: #fff;
}
#detail_box.modal-dialog .table>tbody>tr>td
{
	line-height: 30px;
	vertical-align: middle;
}
#detail_box.modal-dialog .table .detail_book
{
    background-color: #09bdbb;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: 15px;
    border-radius: 3px;
}
#detail_box.modal-dialog .table .detail_book:hover
{
	background-color: #666;
}
#detail_box.modal-dialog .table .detail_avg_price
{
	/*text-align: left;*/
	padding: 15px;
	font-size: 20px;
	font-weight: 700;
}
#detail_box.modal-dialog .table .detail_price_box
{

}
#detail_box.modal-dialog .detail_text_head
{
	font-size: 16px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 5px;
}

/*ABOUT US*/
.client_test
{
	background-image: url(../img/testi_bg.jpg);
	width: 100%;
	/*height: 505px;*/
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.testimonial_box
{
	width: 100%;
	height: auto;
	margin:20px;
	text-align: center;
}
.testi_img
{
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-content: center;
    align-items: center;
    margin:30px auto;
}
.testi_img img
{
	height: 100%;
	width: auto;
}
/*CONTACT CSS*/

.form-horizontal .control-label {
    text-align: left !important;
    margin-bottom: 0;
    padding-top: 7px;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 400;
}
#contact .form-control
{
	border: 1px solid #e8e6e6 !important;
    border-radius: 2px !important;
    -webkit-box-shadow: none !important;
}
.form-group {
    margin-bottom: 20px !important;
}
textarea
{
	resize:none !important;
}
button.choose
{
	line-height: 35px !important;
	background-color: #1ac9cb !important;
	color: #fff !important;
}
button.reset
{
	line-height: 31px !important;
	background-color: transparent!important;
	color: #1ac9cb !important;
	border:2px solid #1ac9cb !important;
	padding: 6px 0px !important;
}
/*SERACH-DETAIL-BOOK-NOW*/
.search_book_now tbody>tr>td
{
	padding-top: 0px !important;
	padding-bottom: 5px !important;
}
.search_book_now .detail_imgbox
{
	height: 220px;
}
.search_book_total
{
	border: 1px solid #dcdcdc;
	font-size: 16px;
    font-family: 'Lato', sans-serif !important; 
    color: #828282;
}
.search_book_total tr
{
	border-bottom: 1px solid #dcdcdc;
}
.search_book_total tr:last-child
{
	background-color: #f8f8f9;
}
.search_book_total tr>td
{
    padding: 15px !important;
}
.search_book_total tr>td p.usd_rate
{
	display: inline;
	margin-bottom: 0px;
}
.book_total_price
{
	color: #097677;
	font-weight: 700;
}
#book_now .form-control
{
	border: 1px solid #cdcdcd;
    -webkit-box-shadow: none !important;
}
.gray_bg_2 
{
	background-color: #f8f8f9;
}
.room_info_point p
{
	position: relative;
	font-size: 16px;
	font-family: 'Lato', sans-serif !important; 
	color: #828282;
}
.room_info_before
{
	width: 10px;
	height: 10px;
	background-color: #097677;
    float: left;
    margin: 6px 10px 0px 0px !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.request_header
{
	font-size: 18px;
	font-family: 'Lato', sans-serif !important; 
	color: #000000;
}
.margin_auto
{
    margin: 0px auto;
    float: none !important;
    clear: both;
}
#book_now label
{
	font-size: 16px;
	color: #097677;
    font-weight: normal;
}
.detail_desc .fa-envelope:before {
    content: "\f0e0";
    margin-right: 10px;
    color: #1ac9cb;
    font-size: 14px;
    vertical-align: top;
}
.back_to_link
{
	width: 100%;
	text-align: center;
	border: 2px solid #d9d9d9;
	line-height: 40px;
    display: block;
    text-transform: uppercase ;
    font-weight: 600;
    color: #828282;
    letter-spacing: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/*---- Common - css-------*/

.f-left{ float:letf!important;}

.f-right{ float:right!important;}

.no-lf-right-sp{ padding-left:0px!important; padding-right:0px!important;}


/*font-family: 'Lato', sans-serif;*/
/*font-family: 'Lato', sans-serif !important; */

/*-----------------------*/

.comunity-left{ float:left; width:69%; margin:0 0 0 0; padding:0 0 0 0;}

.comunity-right{ float:right; width:31%; margin:0 0 0 0; padding:0 0 0 0; border-left:1px solid #e0e0e0;}

/*Community css*/

.get_touch{ float:left; width:100%; background:#f5f5f5; padding:30px 0 59px 0; margin:0 0 0 0;}

.get_touch h2{ color:#097677; font-size:24px; color:#097677; text-transform:uppercase; letter-spacing:4px; text-align:center;}

.get_touch p{ color:#585858; font-size:18px; text-align:center; padding:10px 0 0 0;}

.get_touch-btn{ width:201px; height:42px; border:1px solid #1ac9cb; border-radius:4px; text-align:center;-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease; 
    transition: all 1s ease; margin-top:14px;}
	
	
.get_touch-btn a{ display:block; text-align:center; line-height:42px; text-transform:uppercase; color:#1ac9cb; font-size:14px; text-transform:uppercase; font-weight:bold; letter-spacing:2px; }

.get_touch-btn:hover{ background:#1ac9cb;}

.get_touch-btn:hover a{ color:#fff;text-shadow: 1px 0px 1px rgba(0,0,0,.4);}


/*-----------Use after login------------*/

/*.user-login{ float:left; width:100%; margin: 0 0 0 0; padding:0 0 0 0; position:relative;}

.user-login-avatar-title-area{  position:absolute; top: -125px; left:0px; width:200px;}

.user-login-title{ float: left;  color: #fff; font-size: 24px;font-weight: bold; padding-top: 74px;
    padding-left: 30px;
    text-transform: uppercase;}

.user-login-avatar{ float:left; width: 150px; height: 150px;  border-radius: 50%;  background: #fff; border: 6px solid #1ac9cb;}

.user-login-avatar img{ float:left; width:100%; height:100%;  border-radius: 50%;  padding:6px;}

.user-login-btn{ position:absolute; top:-100px; right:0px;  width:201px; height:42px; border:1px solid #1ac9cb;  border-radius: 4px; text-align: center; margin-top: 14px; background:#1ac9cb;}

.user-login-btn a{ display: block; text-align: center; line-height: 42px;text-transform: uppercase; color: #fff; font-size: 14px; text-transform: uppercase;font-weight: bold; letter-spacing: 2px;}*/



/*---------------------------------*/

.comment-area{ float: left; width: 769px; margin:59px 0 0 0;}

.comment{ float:left; width:100%; background:#f5f5f5; position:relative; margin:0 0 30px 0; border-bottom: 1px solid #e3e3e3;}

.comment-header{ float:left; width:100%; margin:30px 0 0 0; padding:0 0 0 15px;}

.comment-header-avatar{ float:left; width:59px; height:59px; margin:0 0 0 0; padding: 0 0 0 0;border-radius:50%; background:#fff;border:1px solid #afafaf;}

.comment-header-avatar img{ float:left; width:100%; height:100%; border-radius:50%; padding:2px;}

.comment-header-stream{ float:left; width:80%; margin:0 0 0 20px; padding:0 0 0 0;}

.comment-header-stream p{font-family: 'Lato', sans-serif !important;  color:#828282; font-size:16px; padding:20px 0 0 0;}

.comment-header-stream p span{ color:#1ac9cb;}

.comment-header-stream p span a{color:#1ac9cb;}

.comment-header-stream p a{color:#1ac9cb;}

.comment-body{ float:left; width:100%; margin:18px 0 0 0; padding:0 0 0 15px;}

.comment-body-content{ float:left; width:100%; margin:0 0 0 0; padding:0 0 0 0;}

.comment-body-content p{ color:#828282; font-size:16px;font-family: 'Lato', sans-serif !important; }

.comment-body-content p i{ font-style: normal; color: #000;}

.comment-body-content p img{ margin:0 4px 0 10px;}

.comment-body-frame{ float:left;  width:658px;  margin: 28px 0 0 0; overflow: hidden;}

.comment-body-frame img{ float:left; width:48%; margin:0 3px 3px 0;  height:140px;}

.comment-body-view{ float:left; width:100%; margin:20px 0 0 0; padding:0 0 0 0;}

.comment-body-view ul{ float:left; width:100%; margin:0 0 0 0; padding:0 0 0 0;}

.comment-body-view ul li{ float:left; width:auto; margin:0 10px 0 0; padding:0 0 0 0;} 

.comment-body-view ul li a{ font-size:16px; color:#000;}

.comment-body-view ul li a:hover{ color:#1ac9cb;}

.comment-status{ float:left; width:100%; background:#fafafa; height:43px; line-height:43px; padding:0 0 0 15px; color:#097677; font-size:18px; margin:30px 0 0 0; font-family: 'Lato', sans-serif !important; }

.comment-review{ float:left; width:100%; margin:0 0 0 0; height:100%; padding:20px 0 20px 15px; border-top:1px solid #dedede;}

.comment-review-avatar{ float:left; width:59px; height:59px; border-radius:50%; background:#fff;border:1px solid #afafaf;}

.comment-review-avatar img{float:left; width:100%; height:100%; border-radius:50%; padding:2px;}

.comment-review-content{ float:left; width:80%; margin:0 0 0 20px; padding:0 0 0 0;}

.comment-review-content p{ color:#828282; font-size:16px;font-family: 'Lato', sans-serif !important; }

.comment-review-content p i{ font-style:normal; color:#1ac9cb;}

.comment-review-content p span{ display: block;}

.comment-review-view{ float: left; width:100%; margin:5px 0 0 0; padding:0 0 0 0;}

.comment-review-view ul { float:left; width:100%; margin:0 0 0 0; padding:0 0 0 0;}

.comment-review-view ul li{ float:left;  width:auto; margin: 0 10px 0 0; padding: 0 0 0 0;}

.comment-review-view ul li a:hover{  color: #1ac9cb; }

.comment-review-view ul li a{font-size:14px; color:#000;}

.comment-review-status { float:left;  width:100%;  height:25px; line-height: 25px; padding: 0 0 0 0px; color: #097677; font-size: 14px; margin: 5px 0 0 0; font-family: 'Lato', sans-serif !important; }

.more-btn{ float: left; width: 100%; margin:0px 0 50px 0; padding: 0 0 0 0; height: 43px; text-align: center;  background:#fafafa;-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease; 
    transition: all 1s ease;}

.more-btn a{ display:block; color:#1ac9cb; font-size:18px; line-height:43px;}

.more-btn:hover{ background:#a2edee;}

.more-btn:hover a{ color:#000;}

.down-arrow{ position:absolute;  right: 18px; top: 10px; width:12px; height:9px;}

.comment-box{ float: left;  width: 100%; margin:0 0 20px 0; padding:20px 0 0 0; position: relative; border-top: 1px solid #dedede;}

.comment-box-input-box{ /*border: 1px solid #dedede;*/
    float: left;
    height:100%;
    margin-left: 20px;
    width: 95%; position:relative;}

.comment-box-input-box input{
    float: left;
    height:33px;
	padding-left: 10px;
    width:100%;border: 1px solid #dedede;}
	
.uploadicon{ position:absolute; top:8px; right:10px; width:16px; height:16px; overflow:hidden;}

.uploadicon input{ float:left; width:16px; height:16px; background:url(../img/pic-upload.png) top center no-repeat; padding-left: 16px; border:none; cursor:pointer;}

 

/*Community css*/

.group{ float:left; width:100%; margin:0 0 0 0; padding:0 0 0 0; border-bottom:1px solid #e0e0e0;}

.group h2{ float:left; width:100%; text-align:center; font-size:24px; color:#097677; margin:0 0 0 0; padding:59px 0 0 0; text-transform:uppercase; letter-spacing:4px;}

.group ul{ float:left; width:100%; margin:30px 0 0 0; padding:0 0 0 0; list-style:none;}

.group ul li{ float:left; width:100%; margin:0 0 19px 0; padding:0 0 0 0;}

.group ul li .group-avatar{ float:left; width:59px; height:53px; margin:0 0 0 10px; padding:0 0 0 0;}

.group ul li .group-avatar img{ float:left; width:100%; height:100%;}

.group ul li .group-content{ float:left; width:70%; margin:0 0 0 20px;}

.group ul li .group-content h2{font-family: 'Lato', sans-serif; color:#097677; font-size:18px; float:left; width:100%; padding:4px 0 0 0; margin:0 0 0 0; text-transform:none; text-align:left; letter-spacing:0px;}

.group ul li .group-content ul{ float:left; width:100%; margin:8px 0 0 0; padding:0 0 0 0; list-style:none;}

.group ul li .group-content ul li{ float:left; margin:0 20px 0 0; padding:0 0 0 0;  width:auto;}

.group ul li .group-content ul li img{  float: left; margin: 4px 8px 0 0;}

.group ul li .group-content ul li span{ float:right; color:#585858; font-size:16px; font-family: 'Lato', sans-serif !important; }

.comment-sidebar-more-btn{ float:right; clear:both; padding-bottom:25px;}

.comment-sidebar-more-btn a{ color:#1ac9cb; font-size:14px;}

.comment-sidebar-more-btn a:hover{ color:#000;}

.members{float:left; width:100%; margin:0 0 0 0; padding:0 0 0 0; border-bottom:1px solid #e0e0e0;}

.members h2{ float:left; width:100%; text-align:center; font-size:24px; color:#097677; margin:0 0 0 0; padding:20px 0 0 0; text-transform:uppercase; letter-spacing:4px;}

.members ul{ float:left; width:100%; margin:30px 0 0 10px; padding:0 0 0 0; list-style:none;}

.members ul li{ float:left; width:25%; margin:0 0 19px 0; padding:0 0 0 0; }

.members ul li .member-avatar{float:left; width:57px; height:57px; margin:0 0 0 0; padding: 0 0 0 0;border-radius:50%; background:#fff;border:1px solid #afafaf;position:relative;}

.members ul li .member-avatar img{float:left; width:100%; height:100%; border-radius:50%; padding:2px;}

.memberhover-box{ position:absolute; top:-6px; left:63px; width:187px; height:66px; border-radius:4px; background:url(../img/pop-up-box.png) top center repeat; z-index:9999; visibility:none;}

.memberhover-box-content{ float:left; width:100%; height:10%; position:relative;}

.memberhover-cone{ position:absolute; top:22px; left:-16px; width:17px; height:21px; background:url(../img/cone.png) top center no-repeat;}

.memberhover-box-content h2{ text-align:left; color:#fff; font-size:16px; padding:21px 0 0 10px; font-family: 'Lato', sans-serif !important;  float:left; width:100%; text-transform:none; letter-spacing:0px;}

.memberhover-box-content-btn{ float:left; margin:42px 0 0 10px; width:167px; height:42px; border:1px solid #1ac9cb; border-radius:4px; text-align:center;-webkit-transition: all 1s ease; margin-top:14px;background:#1ac9cb;}

.memberhover-box-content-btn a{display:block; text-align:center; line-height:42px; text-transform:uppercase;font-size:14px; text-transform:uppercase; font-weight:bold; letter-spacing:2px; color:#fff;text-shadow: 1px 0px 1px rgba(0,0,0,.4);}


.video-media{float:left; width:100%; margin:0 0 0 0; padding:0 0 0 0; border-bottom:1px solid #e0e0e0;}

 ul.media{ float:left; width:100%; margin:30px 0 0 0!important; padding:0 0 0 0;  list-style:none;}

 ul.media li{ float:left; width:50%; text-align:left;font-size:24px; color:#c2c2c2; margin:0 0 0 0; padding:0px 0 0 30px; text-transform:uppercase; letter-spacing:4px;position:relative;}
 
 ul.media li:first-child{ padding-left:0px;}
 
 ul.media li.active a{color:#097677;}

 ul.media li:first-child:after{ position:absolute; top:-2px; right:-20px; content:"|";  color:#c2c2c2;  color:#097677; padding:0 0px 0 0;}
 
 ul.media li a{color:#c2c2c2;}
 
 .media-image{ float:left; width:100%; margin:20px 0 10px 5px; padding:0 0 0 0;}
 
 .media-image img{ float:left; width:109px; height:109px; margin:5px 5px 5px 5px;}
 
 .media-video{ float:left; width:100%; text-align:center; margin:0 0 10px 0;}
 
 .media-video p{ color:#c2c2c2; font-size:16px; padding:10px 0 0 0; text-align:center;}
 
 
:focus{ outline:none!important; }


.navbar{ border: none!important; border-bottom: 1px solid #eaeaea!important;}

/*---------------------------Profile Page-------------------------*/

.profile-header-holder{ float:left; width:100%; position:relative;}

.profile-header{ width:100%; background: rgba(22, 16, 14, 0.7); height:186px; position:absolute; top:-186px; left:0px;}

.profile-avatar{ float:left; width:127px; height:127px; background:#fff;  border-radius:100%; padding:4px; margin:40px 0 0 0;}

.profile-avatar img{ float:left; width:100%; height:100%; border-radius:100%;}

.profile-header-content{ float:left; width:77%; margin:0 0 0 3%; padding:0 0 0 0;}

.profile-header-content h2{ float:left; width:100%; font-size:18px; color:#fff; font-weight:bold; padding:65px 0 0 0;}

.profile-header-content ul{ float:left; width:100%; list-style:none; padding:0 0 0 0; margin:10px 0 0 0;}

.profile-header-content ul li{ float:left; margin:0 0 0 0;}

.profile-header-content ul li:before{ content:"|"; padding:0 14px; color:#fff; float:left;}

.profile-header-content ul li:first-child:before{ content:"";padding:0px;}

.profile-header-content ul li a{ color:#fff; font-size:16px; font-family: 'Lato', sans-serif !important; }

.profile-header-content ul li a:hover{ color:#1ac9cb;} 

.profile-btn{ float:right; width:170px; height:43px; text-align:center; background:#1ac9cb; border-radius:4px; margin:30px 0 0 20px;}

.profile-btn a{ display: block;  text-align: center; line-height: 42px; text-transform: uppercase; color: #fff;  font-size: 14px; text-transform: uppercase; font-weight: bold;letter-spacing: 2px; }

.profile-btn:hover{ background:#000;}

.right-profile{ float:left; width:97%; margin:20px 0 0 0;}

.right-profile ul{ float:right; width:auto;}

.right-profile ul li a img{ float:left;}

.right-profile ul li a span{ float:left; margin:0px 0 0 12px}


.profile-body{ float:left; width:100%; margin:0 0 0 0; padding:0 0 0 0; position:relative;  background:#fff;}

.profile-body-color{ position:absolute; top:0px; left:0px; background:#f8f8f9; height:150px; width:100%; z-index:99;}

.profile-tab ul{ float:left; width:100%; margin:0 0 0 0; padding:0 0 0 0; position:relative; z-index:999;}

.profile-tab ul li{ float:left; padding:0 38px; height:150px; background:#f8f8f9; text-align:center; line-height:150px; color:#585858; font-size:16px;}

.profile-tab ul li a{color:#585858;}

.profile-tab ul li.active{ background:#fff; } 

.profile-tab ul li.active a{color:#1ac9cb; }

.edit-pic{ float:left; width:100%; margin:0px 0 0 0; padding:0 0 0 0;}

.edit-pic-left-pic{ float:left; width:100%; height:279px; margin:0 0 0 -15px; padding:0 0 0 0; border-radius:4px;}

.edit-pic-left-title{ float:left; width:100%; text-align:center; color:#585858; font-size:16px; padding:20px 0 0 0; margin:0 0 0 -15px;}

.profile-body .tab-content{ float:left; width:100%; margin:60px 0 0 0; padding:0 0 0 0;}

.profile-body .tab-pane{float:left; width:100%; margin:0 0 0 0; padding:0 0 30px 0;}

.edit-pic-right{}

.edit-pic-right label{color:#585858; font-size:16px; font-family: 'Lato', sans-serif !important; text-transform:uppercase;} 

.profile-image{ float:left; width:169px; height:40px; border-radius:4px; background:#f8f8f9; border:1px solid #eeedee; text-align:center; line-height:40px; color:#585858; font-family: 'Lato', sans-serif !important;cursor:pointer;}

.no-product-text{ float:left; margin:0 0 0 32px; padding:15px 0 0 0;color:#828282; font-family: 'Lato', sans-serif !important; }

.edit-pic-sub{ float:left;  width:169px;  height:40px;  text-align:center; background: #fff; border:1px solid #1ac9cb; border-radius: 4px; margin:30px 20px 0 0px; font-family: 'Lato', sans-serif !important;
color:#1ac9cb;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease; text-transform:uppercase; }

.edit-pic-sub:hover{ background:#1ac9cb; color:#fff;text-shadow: 1px 0px 1px rgba(0,0,0,.4);}

.edit-pic-right .dropdown button { width:100%; text-align:left; padding:6px 10px;  background-color: #fff; border: 1px solid #ccc; color: #828282;  position: relative;}

.edit-pic-right .dropdown button.btn .caret { position: absolute;  right: 10px;  top: 15px;}

.edit-pic-right .dropdown-menu{ width:100%;}

.edit-pic-right ul li{ color:#828282; padding:6px 10px;}

.select-box{ width: 100%;  text-align:left; padding: 6px 10px;  background-color: #fff;  border: 1px solid #ccc;
    color: #828282;
    position: relative;
	appearance:none!important;
    -moz-appearance:none!important; 
    -webkit-appearance:none!important; border-radius:4px;}
	

/*---------------------------Popup-------------------------*/


.soleasia-popup{ width:520px!important; margin:0 auto; float:none; }

.soleasia-popup-header{ text-align: center; float: left;  padding-top: 30px; width: 100%;background: #fff;  }

.soleasia-popup-header h2{ float:left; width:100%; margin:0 0 0 0; padding: 15px 0 40px 0; color: #097677;
    font-size: 22px; font-family: 'Lato', sans-serif !important; text-transform: uppercase;  letter-spacing: 3px;}
 
.close{ float:right; margin:-30px 10px 0 0px; width:auto;}

button.close{    position: relative;
    z-index: 9999;}
	
.soleasia-popup .form-group label{ color:#097677; font-size:12px;}

.soleasia-popup .form-group input{ clear:both; width:100%; margin:5px 0 0 0; padding:0 0 0 0; border:none; border-bottom:2px solid #cccccc; background:none; font-size:16px;}

.soleasia-popup .form-group input:focus{border-bottom:2px solid #1ac9cb;}

.soleasia-popup input[type=checkbox] {
    display:none;
}

.soleasia-popup input[type=checkbox] + label {
    background:none;
    min-height: 16px;
    width: 17px;
    display:inline-block;
    padding: 0 0 0 0px;
	border:1px solid #1ac9cb;
	border-radius:2px;
	float:left;
	cursor:pointer;
}

.soleasia-popup input[type=checkbox]:checked + label {
    background: #1ac9cb;
     height: 16px;
    width: 17px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.remember{ float:left; margin:-2px 0 0 10px; color: #1ac9cb; font-size: 14px; font-weight: normal;}

.forgot a{ float:right; margin:-2px 0 0 0px; color: #1ac9cb; font-size: 14px; font-weight: normal;}

.forgot a:hover{ color:#097677;}

.login-btn{ float:right; width:160px; height:38px; border-radius:4px; background:#1ac9cb; text-align:center; line-height:38px; color:#fff; font-size:14px; font-weight:bold; line-height:41px; text-transform:uppercase;
border:none;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease; margin:20px 0 0 0; margin-bottom: 30px;}

.login-btn:hover{ background:#097677;}

.soleasia-popup-body{ float:left; width:100%; background:#fff; padding:0 40px 20px 40px;-webkit-box-shadow: 3px 10px 14px -9px rgba(0,0,0,0.75);-moz-box-shadow: 3px 10px 14px -9px rgba(0,0,0,0.75);
box-shadow: 3px 10px 14px -9px rgba(0,0,0,0.75); position:relative; z-index:999; }

.soleasia-popup-footer{ float:left; width:100%; background:#1ac9cb; height:90px;}

.no-account{ float: left; text-shadow: 1px 0px 1px rgba(0,0,0,.4); color: #fff; font-size: 16px; text-transform: uppercase; letter-spacing: 4px; margin: 30px 0 0 30px; padding: 0 0 0 0; font-family: 'Lato', sans-serif !important;}

.signup-btn{ float:right; width:160px; height:38px; border-radius:4px;  text-align:center; line-height:38px; color:#fff; font-size:14px; font-weight:bold; line-height:38px; text-transform:uppercase;
border:none;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease; margin:20px 25px 0 15px;background:none; border:1px solid #fff;}

.signup-btn:hover{ background:#097677;}


/*--------------------------Added 27-10-2016----------------------------*/

.comment-body-frame{ margin-top:0px;}

.comment-body-frame{ top:8px;}

.comment-status a{ padding-right:10px; color: #1ac9cb;font-size: 16px !important;}

.comment-status p{ color:#1ac9cb;}

.comment-review-content p{ float:left; width:100%;}

.comment-review-content p i{ float:left; width:100%; margin:0 0 10px 0;}

.comment-review-content p img{ float:left; clear:both; margin-right:10px;} 

.comment-review-content p span{ color:#000; font-size:14px;}

/*a{ color:#1ac9cb!important;}*/

.load-image {margin: 0 auto;  position: absolute; left: 44%;  top: 15px; width: 16px!important;text-align: center;}

.showimage{ position: relative; clear: both; width: auto; float: left; margin: 10px 0 0 0;}

.comment-box-input-box a{ position:absolute; top:-7px; right:-8px;}

.deleteUploadImage{ width:25px; height:25px; background: #000;  text-align:center;  border-radius:100%; color:#fff!important; border:2px solid #fff; font-size:12px; line-height: 21px;  font-weight: bold;}

.more-btn a{ position:relative;}

.showloaderimage { position:absolute; right:35px; top:5px;}

.comment-review-content a{ color:#1ac9cb!important;}


/*--------------------------Added 1-11-2016----------------------------*/

.slick-slider{padding-bottom: 30px;}

.modal{ overflow-y:scroll!important;}

.home-multislider .slick-slider{ overflow:hidden!important;}

.home-multislider .slick-list{ overflow:visible!important;}

.comment-status-text{float:right;margin-top:-52px;}

.ui-datepicker.ui-datepicker-end-active::after, .ui-datepicker.ui-datepicker-end-active::before{ right:280px!important; left:auto!important;}

.select2-container--default .select2-selection--single{ border:1px solid #ccc!important; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)!important;}
	
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow{    height: 34px!important;}

.ui-datepicker table{ width:100%!important;}

#ui-datepicker-div{ z-index:99!important;}

.ui-datepicker {
    top: 410px !important;
  } 
  
.ui-datepicker-multi-2 .ui-datepicker-group{width:49% !important}


/*--------------------------Calender 04.2016----------------------------*/

#datecalendar{ position:relative;}
#datecalendarr{ position:relative;}
.datecalendar_package{ position:relative;}
.ui-datepicker{ top:62px !important; margin-top:0px!important;}

#datecalendar{ position: relative;float: left;width: 30%;}
#datecalendarr{ position: relative;float: left;width: 30%;}
.datecalendar_package{ position: relative;float: left;width: 30%;}
.datecalendar_packagee{ position: relative;float: left;width:15% !important;}

.book_tabs .date{ width:50%;}

.book_tabs .start_date{ width:92%;}



.ui-datepicker-multi{ width:100%!important;    left: 20px!important;}

.ui-datepicker-multi-2 .ui-datepicker-group{ width: 100% !important;}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next{ top:0px;}

.ui-datepicker.ui-datepicker-end-active::after, .ui-datepicker.ui-datepicker-end-active::before{ right: 110px!important;}

#ui-datepicker-div{z-index:3!important; left:50px!important;}

.features ul li img{ margin-right: 10px;}

.nav-tabs>li{margin-bottom:0!important;}


/*--------------------------Property Detail Clender----------------------------*/

.property-calender{ padding: 10px;}

.check-schedule{ float: left; color: #1ac9cb; /*margin-right: 10px;*/ margin-top: 34px;}

.keep-exiting{ float: right; /*margin-right: 10px;*/ margin-top: -45px;}

a.keep-exiting{ color: #1ac9cb;}

a.keep-exiting:hover{ color: #000;}

.property-calender .dropdown-menu{ width: 250px;}


.property-calender .ui-datepicker.ui-datepicker-end-active::after, .ui-datepicker.ui-datepicker-end-active::before{ }

.dropdown ul li a{ color:#1ac9cb;}

.currencies-list>li a .currency-item-def span{ color:#000!important;}


.basic_header{padding-top: 20px; color:#097677!important;}

.header-top ul li:first-child .dropdown-menu{ left: auto!important; right: 0px!important;border-radius: 0px;}

.title_div span{ float:left; margin-left:0px!important; margin-right:10px;}

#flashMessage{    clear: both;
    margin: 15px 0 0 0;
    float: left;
    width: 100%;}
	
#review_data .border_box{ border:none;}

#flip-scroll{margin-top:20px;}

.navbar-default .navbar-nav>li>a{border-bottom: 4px solid #fff!important;}

.slick-prev, .slick-next{top:34%!important;}


/*---------------------17.11.2016-------------------------*/

.basic_header{padding-top:0px;}


/*---------------------Community Pgae-------------------------*/

.community-profile img{ width:100%;}


/*----------------Community dropdown------------------*/

.down-arrow .cur .currencies:before{ display:none;}

.down-arrow .currencies{width:200px; border:1px solid #bebebe; margin-top:0px;}

.community-option-list li{ border-top:1px dashed #ddd;  padding:5px 0;}

.community-option-list li:first-child{ border-top:none;}

.community-option-list li a{ color:#666;}

.community-option-list li a:hover{color:#1ac9cb;}

.down-arrow .btn{ padding:0px;}

.comment-body-frame{}

.comment-body-frame ul{ float:left; width:100%; margin:0 0 0 0; padding:0 0 0 0;}

.comment-body-frame ul li{ float:left; width:50%; border-right:3px solid #f5f5f5;}

.comment-body-frame ul li img{ float:left; width:100%; height:180px;}

.comment-body-frame ul li.full-width-frame{ width:100%!important; height:350px!important;}

.comment-body-frame ul li.full-width-frame img{ height:100%!important;}

/*---------------------18.11.2016-------------------------*/

.gray_bg{ background-color: #f9f9f9; padding-top: 25px!important; padding-bottom: 20px!important;}

.search_book_now .rating-container{margin-top:-6px;}

.header-top .mt8{margin-top:4px;}


/*---------------------22.11.2016-------------------------*/	

.listing_imgbox img{/* width:200px; height:200px;*/}

.basic_header{padding-top:15px;}
 
 button.add{ border:none;}

 .comment-body-frame ul li.full-width-frame{ height:350px;}

 .comment-body-frame ul li.full-width-frame img{ height: 100%!important;}


 /*--------------------------Page Gallery----------------------------*/

.top_img{/*height:520px;*/}

.top_img img{ float: left;/*width: 100%; height:100%;*/}

.top_img2{ height:250px; margin-bottom: 20px!important;}

.top_img2 img{float:left;/*width: 100%; height:100%;*/}

.localtion-thum .mb30{ margin-bottom: 0px;}

.pt5{padding-top:20px;}

/*.rating-container{margin-top:-10px;}*/

.gray_bg .pb50{ padding-bottom:0px;}
.gray_bg .pt50{padding-top:25px;}


.social-popup{ float: left; margin-right:15px; margin-top: 20px;} 

.social-popup .fa{ font-size: 32px; }

.g-plus-one .fa{ color:#DC4A38!important;}

.t-plus-one .fa{ color:#34CCFF!important;}


/* 12-12-2016 */

.slider_wraper{ padding:0; margin: 0; width: 100%; position: relative;}
.slider_wraper .banner_text{ 
	color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 86px;
    width: 100%;
    z-index: 100;
    text-shadow: rgb(102, 102, 102) 4px 4px 4px;
    -moz-text-shadow: rgb(102, 102, 102) 4px 4px 4px;
    -webkit-text-shadow: rgb(102, 102, 102) 4px 4px 4px;
    -ms-text-shadow: rgb(102, 102, 102) 4px 4px 4px;
    font-family: 'Lato', sans-serif;
}
.slider_wraper .banner_text span{
	display: block;
    font-family: "Lato",sans-serif;
    font-size: 52px !important;
    letter-spacing: 21px;

}


.image_gl{ width:100%; padding: 0; margin: 0;height: 255px; }

.image_gl li{ width:100%; padding: 0; margin: 0; }

.image_gl li a{ padding: 0; margin: 0; }
.detail_imgbox.hightnone{ height:190px;}
.image_gl li a img{ padding: 0; margin: 0;  width:100%; height: 255px;}

.original_price{
	color: #828282;
    font-weight: normal;
    text-decoration: line-through;
    padding-right: 5px;
}
.share_icn{ float: right; padding-right: 0px;width: 30%;}
.share_icn label{padding-right: 15px;}
.share_icn a{ display: inline-block; padding-right:8px;}
.propertyimageclass{ position: relative; top:0; height: 232px; width: 272px;}

/* --------- css by sankar ---------- */
.properties{}

.properties .table_box{ margin:0; padding:0; font-family:16px !important; color:#525252;}
.properties .cap_text{ color:#1ac9cb; text-transform:uppercase;}
.properties .cap_text span{ color:#828282; text-transform:uppercase; text-decoration:line-through;}
.properties .table_box .heading_img{ margin:0; padding:0; width:265px; height:160px;}
.properties .table_box .heading{ margin:10px 0 10px 0; padding:0; font-size: 16px;
font-family: 'Lato', sans-serif !important; 
color: #097677; width:100%;}
.properties .table_box .heading_star{ margin:0 0 10px 0; padding:0; width:100%;}
.properties .table_box .heading_img img{ margin:0; padding:0; width:100%; height:158px;}
.properties .basic_header{ text-align:left;}

.table_btn{ width:100%;
line-height:20px;
border-radius: 4px !important;
border: 0px !important;
vertical-align: bottom !important;
margin-top: 6px !important;
text-transform: uppercase !important;
font-weight: 600 !important;
background-color: #1ac9cb;
color: #fff;
letter-spacing: 3px !important;
outline: none !important;
padding: 12px 28px;
float:left;
font-size: 14px;
text-shadow: 1px 0px 1px rgba(0,0,0,.4);
text-align:center;
}
.table_btn:hover
{
	background-color:#097677 !important;
	color:#fff;
	text-decoration:none;
}

.properties .head_border{ border-left:#b4b4b4 1px solid; }
.properties .head_border:first-child{ border-left:0px; }
.properties .td_border{ border-left:#b4b4b4 1px solid; border-top:#b4b4b4 1px solid !important; }

.traveler{ margin-bottom:45px;}
.sml_head{
	font-size: 17px;
	color: #097677;
	line-height: 30px;
	margin-bottom: 10px;
	}
.sml_head span{
	font-size: 14px;
	color: #b9b9b9;
	line-height:16px;
	margin-bottom: 20px;
	display:block;
	}
.traveler .content_text{
	font-size: 14px;
	color: #828282;
	line-height:22px;
	margin-bottom: 70px;
	display:block;
	}
.r_float{ float:right;}
.traveler .pagination{ width:250px; margin:0 auto; background-color:#EBE9E9; margin-top:30px; margin-bottom:40px; display:block;}
.traveler .pagination ul{ width:100%; padding:0; margin:0;}
.traveler .pagination ul li:first-child{padding:0; margin:0; }	
.traveler .pagination ul li{padding:0 8px 0 0; margin:0; display:inline-block; font-size:18px; float:left; color: #828282;}
.traveler .pagination ul li span{padding:0; margin:0; display:inline-block; font-size:16px; float:left; color: #828282;}
.traveler .pagination ul li a{padding:0 0 0 8px;  text-decoration:none; color:#828282 !important;}	
.traveler .pagination ul li a.selected{color:#1ac9cb !important;}	

.traveler .pagination .next{}				
/* --------- css by sankar ---------- */

.share_social-popup{

    margin-right: 0;
   /* margin-top: -18px;*/
}
.share_social-popup .fa {
    font-size: 32px;
}
.wishlistclass{
	margin-top: 0px !important;
	text-decoration: none;
}
.frontendloader{
  background-color: rgba(255, 0, 0, 0.4);
}
.top_img2 .show-all-photos-text {
     color: #000;
    display: table-cell;
    font-weight: bold;
    font-size: 14px;
    height: 100%;
    letter-spacing: 0.1em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
    /*margin-top: 90px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events:none;
}

.top_img2 .show-all-photos-text .show-all-photos-tablecell {
	color: #fff;
    display: table-cell;
    margin: 0 auto;
    text-decoration: underline;
    vertical-align: middle;
    width:100%;
}

/* ------ 6-1-2017 slider ------ */

.fancybox_wrap.fancybox_wrap_cus{ width: 100% !important; left: 0 !important;}
.fancybox-inner.fancybox_inner_cus{ margin: 0 auto !important}

.guestuserr{
	display: none;
}

/* ------ 6-1-2017 slider ------ */
.bigimghgt237 {height:233px;  overflow:hidden;}

.bigimghgt390 {height:398px;  overflow:hidden;}
.bigimghgt189 {height:189px;  overflow:hidden;}
.top_img_nogradient{
	background: transparent !important;
}
.top_img.top_img_nogradient:after{
content: "";
background: transparent !important;
}
/* ------ 12-1-2017 ------- */
.listing_flexouter{
	display:flex;
	}
.listing_flexouter .box{ 
/* flex */
display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items: center;
  align-content: center;
 
	
}	

/* ----- 31-1-2017 ----- */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{ line-height: 1 !important;}
.extra_bed_price{ 
	background-color: transparent;
    border: 1px solid #ccc;
    outline: medium none;
    width: 100px;
    margin-right:5px;
    /*text-align-last:center;*/

    padding: 1px 10px;
}
.choose_addi_guest_opt{
	width: 75px !important;
    margin-right:5px;
    text-align-last:center;
    padding: 1px 10px;
}
.detail_desc p span{ text-decoration: underline; color:#828282;}

/*.detail_desc{ position: relative;}
.detail_desc .tooltip{width: auto; position: absolute;
}*/

.price_text{

	color: #1ac9cb !important;
    font-weight: 700 !important;
    text-decoration:none !important;
}
.wrapperdm {
 
    color: #828282;
    cursor: pointer;
    /*display: inline-block;*/
    position: relative;
    text-align: left;
    width:100%;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}
.wrapperdm.sd .tooltip{ min-width: 300px; max-width: 500px; width: auto}

.wrapperdm .tooltipnew {left: -114px !important; width: 250px !important;}
.wrapperdm .tooltip {
  background: #1AC9CB;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -25px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 20px 10px;
  pointer-events: none;
  position: absolute;
 /* min-width: 300px; max-width: 500px;*/
 width: 100%;
  display: inline-block;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          z-index: 9999;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapperdm .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.wrapperdm .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1AC9CB 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
 
 .wrapperdm.sd .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1AC9CB 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 20%;
  margin-left: -13px;
  position: absolute;
  width: 0;
} 

.wrapperdm.icon .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1AC9CB 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left:-13px;
  position: absolute;
  width: 0;
}
.wrapperdm2{ width: auto !important;} 
.wrapperdm:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapperdm .tooltip {
  display: none;
}

.lte8 .wrapperdm:hover .tooltip {
  display: block;
}
.table-responsive{ overflow-x: visible !important;}

.bigimghgt189.opacitybox{

	opacity: 0.9 !important; position: relative;
  
}

/*.top_img2 .show-all-photos-text .show-all-photos-tablecell.pt50{ padding-top:90px;}*/

.detail_imgbox.breakfastouter {
    /*position: relative;*/
}

/*.breakfasttext{  
	background-color: #008000;
    color: #fff;
    font-size: 14px;
    left: 10px;
    padding: 2px 10px;
    position: absolute;
    text-align: center;
    top: 20px;
}*/
.breakfasttext{ 
 background-color: #008000;
    color: #fff;
    font-size: 14px;
    /*font-weight: bold;*/
    left: 11px;
    padding: 2px 10px;
    position: absolute;
    text-align: center;
    top: 20px;
}

.disc_label{ 
 background-color: #c73a3a;
    color: #fff;
    font-size: 14px;
    width: 150px;
    text-align: left !important;
    /*font-weight: bold;*/
    margin-top:30px;
    left: 11px;
    padding: 2px 10px;
    position: absolute;
    text-align: center;
    top: 20px;
}

.offline_label{ 
 background-color: #f79d11;
    color: #fff;
    font-size: 14px;
    width: 150px;
    text-align: left !important;
    /*font-weight: bold;*/
    margin-top:80px;
    left: 11px;
    padding: 2px 10px;
    position: absolute;
    text-align: center;
    top: 20px;
}
/* -- ---------- New Pages on 30-1-2017 --------------- -- */
.right_panel_secaaa{ position: absolute; top: 0; right: 0; background-color: red; }
.right_panel_sec{ padding:0; margin:0; z-index: 9999;  position: fixed; right: 0; top:0; width:340px; height:100%; background-color:#fff; font-family: 'Lato', sans-serif;}

.shadowhead{ padding:20px 20px; margin:0; width:100%; height:60px; box-sizing:border-box; -moz-box-sizing:border-box; webkit-box-sizing:border-box; 
-ms-box-sizing:border-box;
background-color:#fff; text-align:left; font-size:17px; font-weight:bold;
-webkit-box-shadow: -3px 7px 7px -6px rgba(0,0,0,0.65) !important;
-moz-box-shadow: -3px 7px 7px -6px rgba(0,0,0,0.65) !important;
box-shadow: -3px 7px 7px -6px rgba(0,0,0,0.65) !important;
float:left;
}
.right_panel_sec .inner_outer{ padding:0; margin:20px 0 0 0; width:100%; float:left; height:85%;  overflow: auto;}
.right_panel_sec .inner{ padding:0; margin:0; width:100%; overflow:hidden;}
.right_panel_sec .row_inner{ padding:0 0 20px 0; margin:0; width:100%; overflow:hidden}
.right_panel_sec .row_inner .block{ padding:6px 12px 6px 20px; float:left; margin:0; width:100%;  box-sizing:border-box; -moz-box-sizing:border-box; webkit-box-sizing:border-box; 
-ms-box-sizing:border-box; color:#808080; font-size:16px;}
.right_panel_sec .row_inner .block span{ display:inline-block; width:20px; height:20px; margin-right:12px;}
.right_panel_sec .sub_seading{ padding:5px 20px 10px 20px; margin:0; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; webkit-box-sizing:border-box; 
-ms-box-sizing:border-box;
background-color:#fff; text-align:left; font-size:14px; /*font-weight:bold*/;
}
.right_panel_sec .sub_seading.top_line{ border-top:#ebebeb 1px solid; margin-top:12px}

.left_video_sec{ padding:0; margin:0; float:right;  width: calc(100% - 340px); min-height:480px; background-color:rgba(135,91,92,1.00);}


.picshade.picshade_custom{ width: calc(100% - 340px); height: 100% !important;}

.pictures_eyes.pictures_eyes_custom{ width: calc(100% - 340px); left: 0 !important;
width: calc(100% - 340px);
    left: 0 !important;
    /*display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;*/
}

.pictures_eyes_indicators.pictures_eyes_indicators_cistom{ width: calc(100% - 340px);}

.pictures_eyes_close.pictures_eyes_close_custom{right: 350px !important;}

.popup_big_wraper{ padding: 0; margin: 0; width: 100%; position: relative;}
.leftpanelpopup{ margin: 0; padding: 0; float: left; width: calc(100% - 340px); height: 100%;}

.table-responsive.table-responsivechild{}
.table-responsive.table-responsivechild td{padding: 4px 8px !important;}

.border_box_position{
	position: relative;
}
.tax_icon_text{

	padding: 0 0 0 8px;
    color: #828282;
    font-style: italic;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 295px;
    margin: 0;
}
.table-responsive td{
	padding: 8px !important;
}
.months_amount_table td {padding:12px !important;}

.rs_average_td{ padding-top:15px!important;padding-bottom:15px!important;}

.citynamedeal{
	padding-top: 0px !important;
}
.booked_details_a{color:#097677 !important;}
.image_pointer{cursor: pointer;}

.post_image .show-all-photos-text-post {
    color: #000;
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    /*height: 100%;*/
    letter-spacing: 0.1em;
    margin-top: 90px;
    position: absolute;
    text-align: center;
    width: 50%;
    z-index: 10;
}
.post_image .show-all-photos-text-post .show-all-photos-tablecell {
    color: #fff;
    display: table-cell;
    margin: 0 auto;
    text-decoration: underline;
    vertical-align: middle;
    width: 23%;
}

/*------------------------------------- 15-02-2017-------------------*/


.profile_box{ padding:0; margin:0; border:#e9ebee 1px solid; overflow:hidden; margin-top: 6px;
margin-bottom: 6px; }
.profile_round_box{ border-left:0px; border-right:0px;}

.profile_box .image_box{ padding:0; margin:0; width:100px; height:100px; border-right:#e9ebee 1px solid; float:left; 
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
   }
.profile_box .image_box img{ padding:0; margin:0; width:100px; height:auto; }
.profile_box .content_box{ padding:12px; margin:0; float:left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;
min-height:100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.profile_box .content_box .heading{ padding:0; margin:0; color:#097677; font-size:20px; text-align:left; font-weight:bold;}
.profile_box .content_box .heading span{ padding:0; margin:0; display:block; color:#90949c; font-size:14px; text-align:left; font-weight:normal}
.profile_box .button_box{ padding:12px; margin:0; float:right; height:100px;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.frnd_btn{ background-color:#1ac9cb; font-weight:bold; font-size:14px;}

/* ----- round box ------ */
.profile_box .image_box_round{ padding:0; margin:10px; width:100px; height:100px; float:left; 
  border-radius:50%; overflow:hidden;
   }
.profile_box .image_box_round img{ padding:0; margin:0; width:100%; height:100%;}   
 
/* ----- round box end ----- */

@media (max-width:360px){
.profile_box .image_box{ padding:0; margin:0 auto; width:100px; height:100px; border-right:#e9ebee 1px solid; float:left; 
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-left: 15px;
margin-top: 15px;
   }
   
   .profile_box .content_box {
    padding: 12px;
    margin: 0;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    min-height: 50px;
    width: 100%;
	display:block;
}
.profile_box .button_box {
    padding: 12px;
    margin: 0;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
	display: block;
	height: 60px;
}
	}
@media (min-width:320px) and (max-width:480px) {

	}
@media (max-width:1200px){

	}	
	.rounded{width: 30px;height: 30px;}
	.profileview{width:100px;height:100px;}

.testi_img_details{margin:0px !important;}
.faq_header{color:#097677 !important;font-size: 17px !important;}
/* -------- new page End 22-12-2016  ------- */			

/* --------- Agent Page 15-2-2017 --------- */
.container.agent{ padding-top:50px; padding-bottom:50px;}
.banner_static{ width:100%; height:465px; background-size:cover; -moz-background-size:cover; -webkit-background-size:cover; -ms-background-size:cover; background-position:center top;  }

.banner_contentnew{ width:100%; margin-top:60px; text-align:center;color: white; text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;}
.banner_contentnew .heading{ width:100%; font-family: 'Lato', sans-serif !important; font-size:35px; font-weight:bold; text-align:center; text-transform:uppercase;
 letter-spacing:5px; margin-bottom:12px;
}
.banner_contentnew .subtext{ width:500px; font-family: 'Lato', sans-serif !important; font-size:20px; color:#828282; font-weight:normal; text-align:center; margin:0 auto;}
.banner_contentnew .login_text{ width:100%; font-family: 'Lato', sans-serif !important; font-size:16px;  font-weight:normal; text-align:center; margin-top:15px;}
.banner_contentnew .login_text span a{ color:#1ac9cb; text-decoration:none;}
.banner_contentnew .button{ display:inline-block; margin:0 auto; margin-top: 20px;}
.basic_header.agent_page{ width:640px; margin:0 auto; letter-spacing: 3px;}
.bd_right{ border-right:#efefef 1px solid;}
.bd_bottom{ border-bottom:#efefef 1px solid;}
.middle_cont_box{ width:100%; padding:0; margin:0; display: -webkit-flex;
  display: flex; }
.content_box{ width:33.3%; padding:50px; margin:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; margin:0; float:left; min-height:200px;  -webkit-flex: 1;
          flex: 1; /*position:relative;*/}
/*.content_box:after{width:25px; height:25px; position:absolute; right:-12px; bottom:-12px; border-radius:50%; background:#fff;content:''; z-index:14;}*/
.content_box .img_sec{ width:60px; height:auto; padding:0; margin:0 auto;}
.content_box .img_sec img{ width:100%; height:auto; padding:0; margin:0;}
.content_box .head{ width:100%; font-family: 'Lato', sans-serif !important; font-size:18px; color:#464646; font-weight:bold; text-align:center;
 margin-bottom:20px; margin-top:20px;
 }
 .content_box .text{ width:100%; font-family: 'Lato', sans-serif !important; font-size:16px; color:#828282; font-weight:normal; text-align:center;
  margin-top:20px;
 }
/* --------- Agent Page end --------- */

/* ----------- Pakaging page ------------ */
.pakage_img_row{ 
	display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}
.pakage_img_row .box_contain{ 
	padding: 0 0 15px 0;
    margin: 0;
    position: relative;
    width: 23.2%;
    max-width: 270px;
    margin-right: 1.5%;
    float: left;
    background-color: #f0fdfd;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-top: 20px;
}
.pakage_img_row .box_contain:first-child{ margin-left:0%;}
.pakage_img_row .box_contain:last-child{ margin-right:0%;}
.pakage_sub_header{
	text-align: left;
	text-transform:capitalize;
	color: #097677;
	font-size: 24px;
	margin-bottom:28px;
	}
.pakage_img_row .pakaging_image_box{
	height: 220px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: hidden;
}

.pakage_img_row .pakaging_image_box img{
	width: auto;
	height:100%;
	}
.pakage_img_row .box_contain .top{ padding:20px 20px 8px 20px; margin:0; border-bottom:#cde8e8 1px solid; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; -ms-box-sizing:border-box;
}

.pakage_img_row .box_contain .top .row{ padding:0 0 5px 0; margin:0; width:100%;}
.pakage_img_row .box_contain .top .row p{ padding:0; margin:0; color:#828282; font-family: 'Lato', sans-serif; 
font-size:16px;
}
.pakage_img_row .box_contain .top .row p span{ padding:0 0 0 12px; margin:0; font-weight:bold; color:#097677; font-family: 'Lato', sans-serif;}

.pakage_img_row .box_contain .top .row label{ margin:0; font-weight:bold; color:#097677; font-size:16px; font-family: 'Lato', sans-serif;}
.pakage_img_row .box_contain .top .row label a{ margin:0; font-weight:bold; color:#097677; font-size:16px; font-family: 'Lato', sans-serif;}
.pakage_img_row .box_contain .top .row label a:hover{ text-decoration:underline !important;}
.pakage_img_row .box_contain .bottom{ padding:8px 20px 70px 20px; margin:0; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; -ms-box-sizing:border-box;
}
.pakage_img_row .box_contain .bottom .row{ padding:0 0 5px 0; margin:0; width:100%;}
.pakage_img_row .box_contain .bottom .row p{ padding:0; margin:0; color:#828282; font-family: 'Lato', sans-serif; 
font-size:16px;
}
.pakage_img_row .box_contain .secound_price{ margin-left:39px !important;}
.pakage_img_row .box_contain .bottom .row p span{ padding:0 0 0 4px; margin:0; font-weight:bold; color:#097677; font-family: 'Lato', sans-serif;}

.pakage_img_row .box_contain .icon_box_row{ padding:0; margin:0; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; -ms-box-sizing:border-box; position:absolute; bottom:15px; left:20px;
}
.pakage_img_row .box_contain .icon_box_row .icn_box{ width:32px; height:32px; padding:3px; float:left; margin:0 5px 0 0; box-sizing:border-box; -moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; -ms-box-sizing:border-box; background-color:#18a3ab; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; 
display: flex;
justify-content: center;
align-content: center;
align-items: center;
overflow: hidden; 
}

.pakage_img_row .box_contain .icon_box_row p {
    padding: 0 0 10px 0;
    margin: 0;
    color: #828282;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
/* --------- Pakaging page end ---------- */

/* --------- Pakaging details ---------- */
.pakage_details{ padding:0; margin:0; border:0; width:100%; font-family: 'Lato', sans-serif; color:#828282; font-size:16px;}
.pakage_details .sub_heading{
	text-align: left;
	text-transform: capitalize;
	color: #097677;
	font-size: 24px;
	margin: 0px auto 20px auto;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	}
.pakage_details_imgbox{
	height:458px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow: hidden;
	position:relative;
	}
.pakage_details_imgbox img {
    width: auto;
    height: 100%;
}

.pakage_details_border{border:#d0d0d0 1px solid; padding:0; margin:0; overflow:hidden}
.pakage_details_imgbox .text{
	height:75px;
	width: 100%;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	bottom:0; left:0;
	padding:18px 30px 18px 30px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;
	font-family: 'Lato', sans-serif; color:#fff; font-size:16px;
	}

.pakage_summary_area{ padding:0; margin:0; width:100%; border:#d0d0d0 1px solid;}
.pakage_summary_area .box{ padding:20px 12px 25px 12px; margin:0; width:100%; 
	box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-ms-box-sizing:border-box;
	}
.pakage_summary_area .box .heading{
	text-align: left;
	text-transform: capitalize;
	color: #097677;
	font-size: 18px;
	margin: 0px auto 10px auto;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	}
.pakage_summary_area .box.border{border-bottom:#d0d0d0 1px solid;}	
.pakage_summary_area .box p{
	padding:0; margin:0; text-align:left;
	}
.pakage_summary_area .box .row{ padding:0; margin:0; width:100%;}
.pakage_summary_area .box .icn_box{ float:left; margin:18px 25px 0 0; padding:0; display:inline-block; color: #097677; font-weight:normal; text-align:center}
.pakage_summary_area .box .icn_box .round{ padding:0; margin:0 auto; width:44px; height:44px; 
border-radius:50%; background-color:#097677; 
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.pakage_summary_area .box .rs_text{ padding:0; margin:24px 0 0 0; font-size:17px; text-align:left; text-decoration:line-through}
.pakage_summary_area .box .rs_textbig{ padding:0; margin:0; font-size:25px; color: #097677; font-weight:bold; text-align:left;}	

.panel-heading.custom {
    padding: 15px 35px;
    border-bottom: none !important;
    border-top-right-radius:0;
    border-top-left-radius:0;
	color: #097677;
	background-color: #f1fdfd !important;
	border-color: #f1fdfd 0px!important;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;
	border:0px !important;
}
.pakage_details .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
	border: none;
}
.pakage_details .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color:#097677; font-weight:bold;
}
.pakage_details .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group{ border:none}

.pakage_details .panel-body{ font-family: 'Lato', sans-serif; font-size:16px; color:#828282; }
.pakage_details .panel-body p{ padding:20px 0 0 0; margin:0; text-align:left}

.panel-body .image_row{ margin-top:70px; margin-bottom:20px;}
.panel-default > .panel-heading{position:relative}
.panel-title > a.collapsed:after{content:'\f078'; }
.panel-title > a:after{content:'\f077'; position:absolute; right:30px;font-family: 'FontAwesome'; font-size:18px; font-weight:300;}

.panel-body .pakaging_image_box {
    height: 220px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: hidden;
}
.panel-body .pakaging_image_box img {
    width: auto;
    height: 100%;
}
.pakage_details .slider_details{
	padding:0; margin:0;
	}

.slider_details .carousel-control.left{
	background-image:none !important;
	background-repeat:no-repeat;
	}
.slider_details	.carousel-control.right{
	background-image:none !important;
	background-repeat:no-repeat;
	}
.slider_details .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{ margin-left: -112px; color: #383838;
font-size: 22px;}

.slider_details .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{ margin-right: -104px; color: #383838;
font-size: 22px;}		
/* -------- Pakaging details End -------- */

.view_photo {
     background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    color: #dde1e1;
    font-size: 14px;
    height: 40px;
    left: 16px;
    line-height: 40px;
    padding-left: 23px;
    position: absolute;
    width: 90%;
}
.profile_edit label{
	text-transform: none !important;
}
.ui-datepicker-month{
	width: 30% !important;
}
.ui-datepicker-year{
	width:40% !important;
}
.rating_property_booking{
	margin-top: 6px !important;
}
.four_columns{
	float:left !important;
	width:25% !important;
}
.amenity_group{
	min-height: 0px !important;
}
ul.amenity_group_ul{
	float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 30px;
    width: 100%;
}
ul.amenity_group_ul li{
padding-right:15px; margin: 0;
}

.paymenttype{
	margin-top:-19px;
	margin-bottom:-19px;
}
.imageiconpayment{
	cursor: pointer;
	
}
.table_block_responsive, .table_block_details{ display:none;
}
/*================ 28.04.2017=======================*/
.city_input{}



.city_megamenu{ width: 600px;
    position: absolute;
    overflow: auto;
    border: #ccc 1px solid;
    min-height: 50px;
    background-color: #fff;
    top: 479px;
    z-index: 999;
    left: 242px; display:block;
    padding:0; margin:0;
	max-height:250px;
	}
   
.city_megamenu li{ padding:0; margin:0;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
color:#000; font-size:14px; }

.city_megamenu li .head {
    background-color: #f9f9f9;
    display: block;
    padding: 0 12px;
    color: #000;
}
.city_megamenu  li.nor{padding:0 12px;}
.city_megamenu  li.norhead{padding:0;}

.city_megamenu  li{ padding: 0;
    margin: 0;
    font-size: 14px;
    color:#000;
    background-color: #ffffff;
    line-height:36px;
    border-bottom:#eaf2f7 1px dashed; cursor:pointer;
    font-weight:normal
   
 }
 .city_megamenu li .head:hover{ color:#000;}
.city_megamenu  li:hover{ background-color:#10b7b9; color:#fff; border-bottom:#488bf8 1px dashed; cursor:pointer;}
.city_megamenu  li:hover span{ color:#fff;}
.city_megamenu  li .date{ padding-left:12px; padding-right:12px; float:right;}
.city_megamenu  li .cont{ color:#488bf8}
.city_megamenu  li span{ color:#868282; padding-left:5px;} 

/* ------------------ 3-5-2017 ------------------ */
.svg_icon{ width:32px; height:32px; display:inline-block}

/*================= 26-5-2017===================*/
.payment_type_text{padding-right:0px !important;}

#loading_image {
    display: none;
    position: absolute;
    top: 45%;
    left: 48%;
    width: 50px;
    height: 50px;   
    z-index: 1002;   
    background: url('../../img/ring.gif') no-repeat;
    background-position: center;
}
#loading_image.loading {
    overflow: hidden;   
    display: block;
}
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.07);
}

/* -------- 11-07-2017 --------- */
.datecalendar.datecalendar_package{ width: 14% !important}
.book_tabs .date.date_package{ width: 100%;}
.showphoto_next{ margin-right: 23%;  }

/*--------- 2018-09-06------------*/
.add-more-guest-btn{ padding: 0px 3px;  }
/* For Review Section*/
.cs-rating-section .rating-block h2 {background-color: #3479b7;width: 160px;padding: 20px; color: #ffffff;}
.cs-rating-section .rating-block small {color: #ffffff;}
.xshr-all-reviews-section .review_comment {background-color: #f5f5f5;padding: 30px; border-radius: 10px;}
.xshr-all-reviews-section .review-sub-block{border-top: 1px solid #ddd;padding: 15px 0px;}
/* For Review Modal */
.xshr_reviews_section .cs-review-success{color:green;}
.xshr_reviews_section .cs-review-error{color:red;}
.xshr_reviews_section textarea{height: 100px;}
.xshr_reviews_section label{font-size: 14px !important;}
.xshr_reviews_section output { display: block; font-size: 18px; margin: 0px; padding-top: 0px;}
.xshr_reviews_section .rangeslider { margin-top: 8px}
.xshr_reviews_section .form-group { margin-bottom: 16px !important;}

/*new review style (2018-12-17)*/
.new_feature{}
 .detailsreview .top_inner{ padding: 0; margin:0 0 45px 0; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; }
 .detailsreview .top_inner p{ padding: 0; margin: 0; font-size: 16px; text-align: right; }
 .detailsreview  .readreview{ padding: 0; margin:0 0 30px 0; width: 100%;  box-sizing: border-box; -webkit-box-sizing: border-box;}
 .gren_reviewboxouter{ padding:0;  color: #fff; margin: 0; width: 100%; }
 .gren_reviewboxouter .grn_box{ padding:35px 12px; text-align: center; color: #fff; margin: 0; font-size: 58px;  font-family: 'Lato', sans-serif !important; background-color: #1ac9cb; display: inline-block; line-height: 54px;
 border-radius: 6px; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box;
  }
 .gren_reviewboxouter .grn_box span{ font-size: 23px; }
 .gren_reviewboxouter .grn_box:before{ position: absolute; content: "";
    width: 0;
height: 0;
border-style: solid;
border-width: 38px 38px 0 0;
border-color: #1ac8cb transparent transparent transparent;
right:-30px; top: 0;
}
.gren_reviewboxouter .review_comment{padding:35px 30px;  margin: 0; display: inline-block; color: #097677; font-weight: bold; font-size: 22px; text-align: left; font-weight: 400; }
.gren_reviewboxouter .review_comment p{padding:0;  margin: 0; font-family: 'Lato', sans-serif !important; font-size: 16px; font-weight: normal; color: #333; }
.gren_reviewboxouter .review_comment p span{ margin-right: 10px; vertical-align: text-bottom; }
.readreview .persentageline_box{ padding: 0; margin: 0; width: 100%; font-family: 'Lato', sans-serif !important; font-size: 16px; font-weight: normal; color: #333; }
.readreview .persentageline_box .line{ padding: 0; margin: 0; width: 100%; }
.readreview .persentageline_box .line img{ padding: 0; margin: 0; width: 100%;  height: auto}
.readreview .persentageline_box .category{ padding: 0; margin: 0; display: inline-block; float: left; text-align: left; }
.readreview .persentageline_box .count{ padding: 0; margin: 0; display: inline-block; float: right; text-align: right; }

.detailsreview .searchcomt_box{ padding:40px 30px; margin: 0; background-color: #f5f5f5;  box-sizing: border-box; -webkit-box-sizing: border-box;  font-family: 'Lato', sans-serif !important; font-size: 16px; font-weight: normal; color: #333;}
.detailsreview .searchcomt_box .serchbox{ padding: 0; margin: 0; width: 100%; position: relative; }
.detailsreview .searchcomt_box .serchbox input{ margin: 0; width: calc(100% - 125px); position: relative; }
.detailsreview .searchcomt_box .serchbox button{
    padding:5.5px 30px;
    margin: 0;
    width: 130px;
    position: absolute;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    background-color: #1ac9cb;
    right: 0;
    top: 0;
    border: 0px;
    box-sizing: border-box; -webkit-box-sizing: border-box; 
}
.commentboxwrap{ padding:0; margin: 0; width: 100%; }
.commentboxwrap .commentbox{ padding:50px 0; margin: 0; width: 100%; border-bottom: #dedede 1px solid; float: left;  }
.commentboxwrap .commentbox:last-child{ padding:50px 0; margin: 0; width: 100%; border-bottom: #dedede 0 solid; float: left;  }
.commentboxwrap .commentbox .comment_persentbox{ padding: 0; margin: 0; width: 300px; float: left; }
.commentboxwrap .commentbox .text_part{padding:30px; margin: 0; float: left;  width: calc(100% - 300px); background-color:#f5f5f5; }
.commentboxwrap .commentbox .comment_persentbox .head{color: #097677 !important; font-size:40px; text-align: left; }
.commentboxwrap .commentbox .comment_persentbox .head span{font-size: 18px;}
.commentboxwrap .commentbox .comment_persentbox .listblock{ padding: 0; margin: 0; width: 100%; }
.commentboxwrap .commentbox .comment_persentbox .listblock ul{ padding: 0; margin:10px 0 0 0; width: 100%; list-style: none; color: #585858; font-size: 16px; }
.commentboxwrap .commentbox .comment_persentbox .listblock ul li{ padding:6px 0; margin: 0; width: 100%; list-style: none; color: #585858; font-size: 16px; }
.commentboxwrap .commentbox .comment_persentbox .listblock ul li span{width: 20px; height:20px; display: inline-block; margin-right:18px;  }

.commentboxwrap .commentbox .text_part .subhead{
color: #097677 !important;
font-size:18px;
text-align: left;
margin-bottom: 18px;
}
.commentboxwrap .commentbox .text_part p{ color:#585858; font-size: 16px; text-align: left; }
.commentboxwrap .commentbox .text_part p span{color: #1ac9cb;}
.readreview .progress-bar {background-color: #1ac9cc;}
.prop_noroomavail_block{}

/* Home Page Carousals */
/*.recentvisited {height:200px;cursor: pointer;}*/
/*.recentvisited img{height:100%; width: 100%}*/


.cs-displayimg200 {height:200px;cursor: pointer;}
.cs-displayimg200 img{height:100%; width: 100%}
.cs-carousal-items .carousel-control{width:10%;}
.cs-carousal-items .carousel-control.left{background-image: none;}
.cs-carousal-items .carousel-control.right{background-image: none;}

.cs-multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}


/*@media (max-width: 767px)
.cs-multi-item-carousel .carousel-inner {
   	height: 200px !important;
}*/

/*
.cs-multi-item-carousel .carousel-control 			 { width:  4%; }
.cs-multi-item-carousel .carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	.cs-multi-item-carousel .carousel-inner .active.left { left: -100%; }
	.cs-multi-item-carousel .carousel-inner .next        { left:  100%; }
	.cs-multi-item-carousel .carousel-inner .prev		 { left: -100%; }
	.cs-multi-item-carousel .active > div { display:none; }
	.cs-multi-item-carousel .active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.cs-multi-item-carousel .carousel-inner .active.left { left: -50%; }
	.cs-multi-item-carousel .carousel-inner .next        { left:  50%; }
	.cs-multi-item-carousel .carousel-inner .prev		 { left: -50%; }
	.cs-multi-item-carousel .active > div { display:none; }
	.cs-multi-item-carousel .active > div:first-child { display:block; }
	.cs-multi-item-carousel .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.cs-multi-item-carousel .carousel-inner .active.left { left: -25%; }
	.cs-multi-item-carousel .carousel-inner .next        { left:  25%; }
	.cs-multi-item-carousel .carousel-inner .prev		 { left: -25%; }	
}
*/
.cs-multi-item-slider .slick-prev, .slick-next {top: 42%!important;}
.cs-multi-item-slider .slick-prev, .slick-prev:hover { left: 36px; background: white !important; z-index: 1;}
.cs-multi-item-slider .slick-next, .slick-prev:hover { right: 36px; background: white !important; z-index: 1;}
.cs-pro-addtnlservice-section{border: 1px solid gainsboro;padding: 6px;}
.cs-pro-addtnlservice-section .slct_addnl_srvc{height: 25px;padding: 0px 6px;}

/* ------- 14-1-2019 new changes ------- */
.navbar-brand.inner_navbrand{ display: block}
.navbar-default .navbar-toggle {position: static;}
.filter_mob{ display: none;}
.mob_filter_wrap{ display: none}
.mob_filter_wrap.mobshow{ display: none}

.mob_filter_wrap .header_close_filter{
    padding: 0px 8px 1px 8px;
    height: 25px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid grey;
    color: #000000;
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: transparent;
    cursor: pointer;
}
.cschandan{top:2px;}
/* ----- 14-1-2019 new changes end ----- */