@font-face {
	font-family: 'lucida_calligraphyitalic';
    src: url('../fonts/lucida_calligraphy_italic-webfont.woff2') format('woff2'),
         url('../fonts/lucida_calligraphy_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.content-slider {
	position:   absolute;
	z-index:    999;
	top:        35%;
	left:       0;
	right:      0;
	text-align: center;
	color:      #fff;
}

.content-slider.carousel-caption {
	left:  0;
	right: 0;
	top:   30%;
}

.content-slider.carousel-caption p {
	line-height: 36px;
}

.content-slider.carousel-caption h2 {
	margin-bottom: 50px;
	position:      relative;
}

.content-slider.carousel-caption h2:before {
	content:     "";
	width:       60px;
	height:      3px;
	background:  #FFD200;
	left:        50%;
	margin-left: -30px;
	display:     inline-block;
	position:    absolute;
	bottom:      -25px;
}

.content-slider p {
	font-size: 26px;
}

.content-slider h2 {
	font-size:   48px;
	color:       #fff;
	font-weight: bold;
}

.content-slider .btn-slider {
	margin-top:    20px;
	display:       inline-block;
	color:         #fff;
	background:    #ffb300;
	font-size:     16px;
	padding:       9px 28px;
	border-radius: 0;
	font-weight:   600;
}

.content-slider .btn-slider:hover {
	background: #fff;
	color:      #ffb300;
}

.carousel-control-left, .carousel-control-right {
	position:    absolute;
	top:         50%;
	font-size:   40px;
	line-height: 40px;
	left:        20px;
	margin-top:  -20px;
	color:       #fff;
	z-index:	 10;
}

.carousel-control-right {
	left:  auto;
	right: 20px;
}

.wrapper-tours-slider.arrow-black .tours-type-slider .owl-nav .owl-prev, .wrapper-tours-slider.arrow-black .tours-type-slider .owl-nav .owl-next {
	color: #333;
}

.wrapper-tours-slider.arrow-black .owl-theme .owl-controls .owl-dot span {
	border-color: #848484;
}

.wrapper-tours-slider.arrow-black .owl-controls .owl-dot.active span {
	background: #848484;
}

/*--- New Home Page CSS---*/
.boxinfo{
	border-radius:5px;
	overflow:hidden;
	margin-bottom:10px;
    transition: all 0.3s ease-in-out 0s;
	cursor:pointer;
}

.hotplace .section-title{
	margin-bottom: 30px;
    margin-left: 15px;
}

.hotplace .section-title h2{
	font-size: 22px;
    font-weight: 600;
    text-align: left;
}

.hotplace .section-title .lead{
	font-size: 15px;
    margin-top: 5px;
    text-align: left
}

.hotplace .trip-guide-item{
	border-radius: 10px;
	overflow:hidden;
}

.hotplace .trip-guide-content h3{
	font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.hotplace .trip-guide-item:hover{
	opacity:0.8;
	
}
.hotplace .trip-guide-item{
-webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.hotplace .rating-item .fa {
    color: #ffd200;
    font-size: 10px;
}

.hotplace .trip-guide-bottom .reviewcount{
	color:#999;
}

.hotplace .currenctsyb{
	color: #999!important;
    font-size: 14px;
    font-weight: 600;
}

.hotplace .trip-guide-bottom span{
	color: #000;
    text-align: right;
}

.hotplace .trip-guide-bottom .booking, .hotplace .trip-guide-bottom .areaplace{
	color: #999;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.hotplace .trip-guide-bottom {
    line-height: 1;
    padding: 0 15px 15px;
	position:inherit;
}
.hotplace .trip-guide-content{
	height:inherit;
	padding: 15px 15px 0;
}
.hotplace .trip-guide-bottom .trip-guide-price {
    margin:0;
	text-align: right;
}


.hotspot h1{
    margin-bottom: 0;
	display: inline-block;
}

.hotspot h2{
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
	color: #555;
	display: inline-block;
}

.hotspot h3{
	font-size: 16px;
    font-weight: 600;
    margin-top: 0;
	color: #ffd200;
}

.trip-guide-content .hotspot h1{
	font-size: 20px;
}

.trip-guide-content .hotspot h2{
	font-size: 16px;
	display: block;
}

.trip-guide-content .hotspot h3{
}

.trip-guide-content .circleicon.hotspoticon {
}

.travellistcountry .trip-guide-item{
	width:100%;
}

.travellistcountry .trip-guide-image {
    height: 200px;
}

.boxinfo-content{
	bottom: 10px;
    margin-left: 20px;
    position: absolute;
}

.boxinfo-content h1{
	color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

.boxinfo-content h2{
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 0;	
	color: #fff;
}
.bannerplaybutton{
	left: 50%;
    opacity: 1;
    padding-left: 1em;
    padding-right: 1em;
    position: absolute;
    text-align: center;
    top: 40%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease-in-out 0s;
    z-index: 6;
}

.boxinfo:hover{
    opacity: 0.7;
    transition: all 0.3s ease-in-out 0s;
}

	
/*--- End New Home Page CSS---*/


.travel-booking-search {
    background:rgba(149,149,149,0.7);
    border-radius: 5px;
    margin-bottom: 3px;
    position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 5px;
}

.travel-booking-search form {
	display: block;
	padding: 5px;
	margin:  0 auto;
}

.travel-booking-search form {
	*zoom: 1;
}

.travel-booking-search form:before, .travel-booking-search form:after {
	content: "";
	display: table;
}

.travel-booking-search form:after {
	clear: both;
}

.travel-booking-search a{
    background: #ffd200 none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 2px 0 0 rgba(255, 210, 0, 0.6);
    color: #000;
    font-weight: bold;
    padding: 9px 8px 5px;
    width: 100%;
	text-align: center;
	display: block;
	cursor:pointer;
}

.travel-booking-search form button:hover {
	color: #000;
}

.travel-booking-search .hb-form-table li {
	width:      20%;
	padding:    0 10px;
	margin:     10px 0;
	float:      left;
	list-style: none;
}

.travel-booking-search .hb-form-table {
	margin: 0;
}

.travel-booking-search .hb-form-table {
	*zoom: 1;
}

.travel-booking-search .hb-form-table:before, .travel-booking-search .hb-form-table:after {
	content: "";
	display: table;
}

.travel-booking-search .hb-form-table:after {
	clear: both;
}

.travel-booking-search .hb-form-field {
	position: relative;
	display:  inline-block;
}

.travel-booking-search .hb-form-field input, .travel-booking-search .hb-form-field select, .travel-booking-search .hb-form-field button, .travel-booking-search .hb-form-field textarea {
	outline:            0;
	position:           relative;
	width:              100%;
	height:             40px;
	border:             none;
	background:         #fff;
	color:              #333;
	border-radius:      0;
	padding:            7px 8px;
	line-height:        24px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition:      border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition:         border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.travel-booking-search .hb-form-field input.placeholder, .travel-booking-search .hb-form-field select.placeholder, .travel-booking-search .hb-form-field button.placeholder, .travel-booking-search .hb-form-field textarea.placeholder {
	color: #555;
}

.travel-booking-search .hb-form-field input:-moz-placeholder, .travel-booking-search .hb-form-field select:-moz-placeholder, .travel-booking-search .hb-form-field button:-moz-placeholder, .travel-booking-search .hb-form-field textarea:-moz-placeholder {
	color: #555;
}

.travel-booking-search .hb-form-field input::-webkit-input-placeholder, .travel-booking-search .hb-form-field select::-webkit-input-placeholder, .travel-booking-search .hb-form-field button::-webkit-input-placeholder, .travel-booking-search .hb-form-field textarea::-webkit-input-placeholder {
	color: #555;
}

.travel-booking-search .hb-form-field input:-ms-input-placeholder, .travel-booking-search .hb-form-field select:-ms-input-placeholder, .travel-booking-search .hb-form-field button:-ms-input-placeholder, .travel-booking-search .hb-form-field textarea:-ms-input-placeholder {
	color: #555;
}

.travel-booking-search .hb-form-field-select {
	position: relative;
}

.travel-booking-search .hb-form-field-select select {
	-webkit-appearance: none;
	-moz-appearance:    none;
	text-indent:        1px;
	text-overflow:      '';
}

.travel-booking-search .hb-form-field-select:before {
	content:      "";
	width:        0;
	height:       0;
	border-left:  4px solid transparent;
	border-right: 4px solid transparent;
	border-top:   6px solid #333;
	position:     absolute;
	right:        10px;
	top:          50%;
	margin-top:   -3px;
	z-index:      1;
}

.travel-booking-search.travel-booking-style_2 .hb-form-table li {
	margin: 0;
	width:  21.5%;
}

.travel-booking-search.travel-booking-style_2 .hb-form-table li.hb-submit {
	width: 14%;
}

.travel-booking-search.travel-booking-style_2 input, .travel-booking-search.travel-booking-style_2 select {
	border:         none !important;
	height:         32px;
	font-weight:    bold;
	padding-top:    0 !important;
	color:          #333;
	text-transform: capitalize;
}

.travel-booking-search.travel-booking-style_2 input.placeholder, .travel-booking-search.travel-booking-style_2 select.placeholder {
	color: #484848;
}

.travel-booking-search.travel-booking-style_2 input:-moz-placeholder, .travel-booking-search.travel-booking-style_2 select:-moz-placeholder {
	color: #484848;
}

.travel-booking-search.travel-booking-style_2 input::-webkit-input-placeholder, .travel-booking-search.travel-booking-style_2 select::-webkit-input-placeholder {
	color: #484848;
}

.travel-booking-search.travel-booking-style_2 input:-ms-input-placeholder, .travel-booking-search.travel-booking-style_2 select:-ms-input-placeholder {
	color: #484848;
}

.travel-booking-search.travel-booking-style_2 .hb-submit button {
	height:     60px;
	box-shadow: 0 0 0;
}

.travel-booking-search.travel-booking-style_2 .hb-form-field-input label, .travel-booking-search.travel-booking-style_2 .hb-form-field-select label {
	font-weight:   normal;
	padding-left:  10px;
	color:         #999;
	opacity:       0.8;
	margin-top:    6px;
	display:       block;
	margin-bottom: -4px;
}

.travel-booking-search.travel-booking-style_2 .hb-form-field-select:after {
	content:    "";
	width:      1px;
	background: #E8E8E8;
	top:        -14px;
	bottom:     0;
	position:   absolute;
	left:       -10px;
}

.travel-booking-search.travel-booking-style_2 .hb-form-field-select:before {
	content:    "\e874";
	font:       normal normal normal 18px/1 'Linearicons-Free';
	border:     none;
	width:      auto;
	height:     auto;
	margin-top: -9px;
}

.slider-tour-booking {
	margin-top:       -100px;
	position:         relative;
	background-color: rgba(67, 67, 67, 0.7);
}

.home-page-search{
	left: 0;
    position: absolute;
    right: 0;
    top: 35%;
    z-index: 0;
}

.languages-block, .currencies-block {
  z-index: 10;
  position: relative;
  vertical-align: text-bottom;
  line-height: 45px;
  margin: 0;
  display: inline-block; }
  .languages-block form > a, .currencies-block form > a {
    color: #666;
    display: block;
    line-height: 30px;
    padding: 1px 10px; }
  .languages-block form:hover, .currencies-block form:hover {
    background: #F4A137;
    border-color: #F4A137; }
    .languages-block form:hover > a, .currencies-block form:hover > a {
      color: #fff; }
  .languages-block form .dropdown-menu, .currencies-block form .dropdown-menu {
    margin: 0; }
  .languages-block form span.fa-angle-down, .currencies-block form span.fa-angle-down {
    margin-left: 3px; }

.currencies-block {
  margin-left: -5px; }

.languages-block a, .currencies-block a{
	color:#000;
	font-size:16px;
	font-weight: 100;
}

.trip-list-item .content {
    display: inline-block;
	margin-left:25px;
	width: 70%;
}

.price{
    color: #000;
    display: inline-block;
    font-size: 38px;
    font-weight: 600;
    width: 100%;
}

.curency-price{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
	color: #000;
}

.firstcontent{
	/*height: 100px;*/
}

.secondcontent {
    margin-top: 10px;
}
.secondcontent .bookbtn {
	width:100%;
	display:block;
}

.secondcontent .btn-lg {
	width:100%;
	display: inline-block;
}

.trip-guide-bottom  .reviewcount{
	font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
}
.qrcodehaplay{
	margin-top: 20px;
}

.footer-newsletter img{
}

.footer-newsletter ul{
}

.footer-newsletter li{
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.url-company {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.margin-leftright ul li {
    margin-left: 15px;
}

.copy-right{
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.hyperlink-details ul li::after {
    content: " | ";
    margin-left: 20px;
}

.hyperlink-details ul li:last-child::after {
    content: "";
}

.spclinegeigh{
}

.vc_custom_heading{
	font-size: 55px;
	color: #ffffff;
	text-align: center;
}

.newhome_search{
	background-color:#cdcdcd;
	padding:5px;
}

.newhome_search .btn.btn-primary{
	padding-left: 50px;
    padding-right: 50px;
}

.social-footer img {
    width: 33px;
}

.logofooter img{
	width: 150px;
}

.spccol-5 > [class*="GridLex-grid"] > [class*="GridLex-col-2"] {
	flex-basis: 20%;
    max-width: 20%;
}

.timedesc .panel-title a{
	cursor:default;
}

.review-content .image {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ecf0f1;
    border-radius: 50%;
    padding: 5px;
    width: 100px;
}

.review-content .image img {
    border-radius: 50%;
}

.review-content p{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.review-content .review-date{
    font-size: 13px;
    font-weight: 600;	
}

.review-content .rating-item{
	margin-top: -5px;
}

.productrelated .trip-guide-bottom .reviewcount {
    
}

.productrelated .trip-guide-bottom .trip-guide-price .number{
    font-size: 16px;
    margin-top: 8px;
}

.productrelated .btn{
	font-size: 16px;
}

.bgiconcircle{
}

.circleicon .fa-circle {
    color: #ffdd00;
}
.cardesc{
    border: 1px solid #ccc;
    display: inline-block;
    padding: 15px 30px 15px 25px;
	height:300px;
}

.cardesc .carousel-control-left, .cardesc .carousel-control-right{
	color: #ccc;
	left: -15px;
	
}

.cardesc .carousel-control-right {
    left: auto;
    right: -15px;
}

.cardesc .slide{
	margin-top:0;
}

.gallerybtn {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    bottom: 30px;
    color: #333;
    cursor: pointer;
    display: inline;
    left: 15px;
    padding: 10px 15px;
    position: absolute;
    z-index: 1;
}

.breadcrumb a{
	color:#000;
}

.trip-list-item tbody, .trip-list-item tr, .trip-list-item th, .trip-list-item td, .orderdetails tbody, .orderdetails tr, .orderdetails th, .orderdetails td{
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 5px 5px 5px 10px;
	font-size: 13px;
}

.trip-list-item tbody .btn-primary{
	font-size: 15px;
    letter-spacing: 0;
}
.orderdetails{
}

.tour-list .trip-guide-content h3{
    font-size: 15px;
    line-height: 20px;	
}

.tour-list .trip-guide-content p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 18px;
}
.tour-list .btn-primary{
	font-size: 15px;
	margin-top: 5px;
}
.tour-list .reviewcount {
    display: inline-block;
}

.tour-list .breadcrumb-image-bg h2{
    font-size: 45px;
    margin-bottom: 80px;
    margin-top: 50px;	
}

.firstcontent .price{
	font-size: 23px;
}

.firstcontent h1 {
    font-size: 20px;
}

.tour-list .trip-guide-price{
    font-size: 15px;
    line-height: 20px;	
}

.carfilter .dropdown-toggle{
	border-right: 0 none;
}
.haplaymenu{
    padding-left: 15px;
    padding-right: 15px;	
}

.testimonialhigh{
	height:150px !important;
}

.testimonialhigh p, .testimonialhigh span{
	color:#FFF !important;
}

.carlistslider{
	height:100% !important;	
}

.timedesc p{
	margin-top: 10px;
}

.custormersupport{
	background-color: #ffd200 !important;
    border-radius: 6px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    padding: 5px 10px;
	display: inline-block; 
	overflow: hidden;
	text-align: left; 
	white-space: nowrap;
	position:fixed;
	right: 75px;
	bottom:15px;
	border:1px solid #ceaa00;
	color:#000;
	cursor: pointer;
	z-index:6;
}

.custormersupport a{
    color: #000;
    text-decoration: none;
}

.custormersupport img{
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: 25px;
}

.support-details {
    background-color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    bottom: 55px;
    color: #000;
    font-size: 16px;
    padding: 5px 5px;
    position: fixed;
    right: 42px;
    width: 250px;
}

.support-details ul{
	font-size: 15px;
}

.support-details li{
    display: inline-block;
    text-align: center;
    width: 115px;	
}

.support-details li img{
    display: inline-block;
    width: 100px;	
	margin-bottom: -10px;
}
.secondcontent .rating-item{
	font-size: 15px;
}


.form .scrollmenu {
    display: inline-block;
    height: 350px;
    margin-top: 30px;
    overflow-y: scroll;
}
.form .scrollmenu a {
    color: white;
    display: inline-block;
    padding: 14px;
    text-align: center;
    text-decoration: none;
}
.form .scrollmenu a:hover {
    background-color: #777;
}
.haplaypttop {
    padding-top: 25px;
}

.hotelsearchbar{
	z-index:1;
}

.hotel-slelist{
	border-bottom:1px solid #CCC;
	padding-bottom: 20px;
}

.hotel-slelist .col-lg-2{
	padding-left:0px;
	padding-right:0px;
}

.hotel-slelist p{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    padding-top: 5px;
}

.text-ad-links{
	display:none;
}
.languages-block .btn:hover, .languages-block .btn:focus, .languages-block .btn:active, .languages-block .btn:active:focus, .currencies-block .btn:hover, .currencies-block .btn:focus, .currencies-block .btn:active, .currencies-block .btn:active:focus {
    background-color: #fff;
    box-shadow: none;
    outline: medium none;
}
.tour-details .breadcrumb-wrapper{
	margin-top: 45px;
}

.logo img{
	width: 300px;
}

.xs-price{
    color: #000;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
}

.xs-price .curency-price {
    display: inline;
    width: unset;
}
#tourlist .trip-list-item{
	display:none;
}
.showtourlist{
	 display: inline-block !important;
}

.copy-right .spacebar {
    margin-left: 10px;
    margin-right: 10px;
}
.copy-right.subcompany{
	color: #999;
}
.eattotop{
	margin-top:-45px;
}
.item .wrapper .rating{
	color: #ffd200;
    float: left;
}
.itemmap .wrapper .rating{
	color: #ffd200;
    float: left;
}
.visite{
	float: left;
}
.ratingnum{
	float: left;
    margin-left: 12px;
}
.area_desti{
	text-align: left;
}

.revercol{
	flex-direction: column-reverse;
}
.price .currensymbol{
	color: #6d6332;
    font-size: 20px;	
}
.hotelarealist .btn-group.bootstrap-select{
	width:250px !important;
}

.tour_detail .adfirst, .tour_detail .adsecond, .tour_detail{
	width:100%;
}

.tour_detail.adsecond .place_img .pic {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    width: 48%;
}

.hotspot{
	display: inline-block;
    vertical-align: middle;
}

.nearbyhotel img:hover{
	transform:rotate(-5deg) scale(1.2);
}
.nearbyhotel img{
	transition: transform 0.3s ease-in-out;
}

.travellistcountry .trip-guide-image img:hover{
	transform:rotate(-5deg) scale(1.2);
}
.travellistcountry .trip-guide-image img{
	transition: transform 0.3s ease-in-out;
}

.map-section .google-map {
    height: 550px;
}

.hotspoticon{
	font-size: 35px;
}

.new_footer h5.footer-title{
	color: #898989;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 15px;
}

.new_footer ul.footer-menu li + li, .bottom-footer.new_footer ul.footer-menu li + li{
    margin-top: 0;
}

.new_footer ul.footer-menu a {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
}

.bottom-footer.new_footer ul.footer-menu a {
	color: #ccc;
    font-size: 13px;
    line-height: 0;
}

.bottom-footer.new_footer ul.footer-menu.contactinfo a {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.bottom-footer.new_footer ul.footer-menu.contactinfo li:nth-child(3),.bottom-footer.new_footer ul.footer-menu.contactinfo li:nth-child(5){
}

.bottom-footer.new_footer ul.footer-menu.contactinfo{
}

.footer-newsletter.new_footer{
	text-align:left;
}

.footer-newsletter.new_footer li{
	display: inline-block;
    float: left;
	margin-right: 0;
    margin-left: 0;
}
.footer-newsletter.new_footer ul{
	display: inline-block;
}

.footer-newsletter.new_footer li.logofooter img{
	margin-left: 10px;
    width: 100px;
}

.footer-newsletter.new_footer img{
    width: 90px;
}

.copyrighttxt{
    border-top: 1px solid #666;
    color: #666;
    font-weight: bold;
    margin-top: 50px;
    padding-top: 15px;
    text-align: right;
}

@media (max-width: 768px) {
	.host_login .bigtitle{
		padding-top: 0;
	}
	.host_login .ideapatrner .featured-icon-horizontal {
		margin-left: 35px;
		margin-right: 35px;
	}
	
	.host_login .joinus .joinusbox{
		margin-left: 25px !important;
    margin-right: 25px !important;
	}
	.host_login .ideapatrner h1 {
		font-size: 30px !important;
		font-weight: 600;
		line-height: 30px !important;
		padding-right: 0;
		text-align: center;
	}
	.host_login .featured-bg p {
    	display: inline-block;
	}
	
	.host_login .GridLex-gap-30{
		margin-left:0;
		margin-right:0;
	}
	.btnclosecategoryresultbox{
		bottom: 0 !important;
    	right: 47% !important;
	}
	.medialist .affix {
		position:inherit;
	}
	.nextprg{
		display: inline-block;
	}
	.bottom-footer.new_footer ul.footer-menu.contactinfo li:nth-child(3),.bottom-footer.new_footer ul.footer-menu.contactinfo li:nth-child(5){
	padding-left: 0;
}

	.footer-newsletter.new_footer {
		text-align: center;
	}
	.registermobile{
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
	}
	
	.registermobile a{
		display: inline-block;
	}
	.nearbyhotel .trip-guide-content{
		margin-bottom:inherit;
	}
	.tour_detail .adfirst, .tour_detail .adsecond, .tour_detail{
		clear: both;
		width: 100%;
	}
	
	
	.tour_detail.adsecond .place_img .pic {
		margin-left: 0;
    margin-right: 0;
    width: 100%;
	
	}
	
	.info-room-detail.roomprice, .info-room-detail.roomtotal{
		float: left;
    	width: 50%;
	}
	.info-room-detail.roomprice{
		border-right:1px solid #FFF;
	}
	
	.info-room-detail.roomprice .price{
		font-size: 25px;
    	margin-top: 20px;
	}
	.info-room-detail.roomtotal .room-quantity-select-box{
		margin-top: 20px;
    	text-align: left;
	}
	
	.info-room-detail .room-spec-detail,.info-room-detail .room-people{
		display: inline-block;
    	width: 48%;
	}
	
	.room-info-table_mobile .room-info-title {
		background-color: #ffd200;
		color: #424242;
		font-size: 14px;
		font-weight: 500;
		line-height: 24px;
		padding: 4px 0 4px 8px;
		text-align: left;
	}

	.info-room-detail{
		margin-bottom:20px;
	}
	.room-type-card-content{
		display:inline-block !important;
		padding:10px;
	}
	.room-info-table_mobile{
	}
	.room-type-card-content .room-image{
		width:100% !important;
	}
	
	.hotelarealist .btn-group.bootstrap-select{
		width:100% !important;
	}
	.map-canvas .items-list {
   		 margin-top: 270px;
	}
	.hotel-searchlist.top {
		top: 30px !important;
	}
	.map.mobileset.fixmap {
		height: 300px;
		position: inherit !important;
		top: 220px;
	}
	.adminpd{
		padding-top:110px;
	}
	.userpd{
		padding-top:80px;
	}
	.transparent-header .navbar-sticky {
		padding-top: 10px;
	}
	.promotionsabahimage {
		width: 85% !important;
	}
	.promotionyilanimage {
		width: 85% !important;
	}
	.languages-block, .currencies-block {
  	vertical-align: inherit!important;
	line-height: 0 !important;}
	
	.aboutustxt-desc {
		font-size: 14px !important;
		line-height: 18px !important;
		letter-spacing: 0.3px !important;
	}

	.rightbanner {
		margin-top: 50px;
	}
	.tranbtn {
		left: 55% !important;
		top: 80% !important;
		transform: translate(80%, -50%) scale(0.7) !important;
	}

	.bannerplaybutton{
		top: 70% !important;
    transform: translate(80%, -50%) scale(0.7) !important;
	}
	.tranbtnyilan {
}
	.tab-search.tab-search-long .text:lang(en) {
		font-size: 14px !important;
		font-weight: bold !important;
		letter-spacing: 0 !important;
		line-height: 16px !important;
		overflow: hidden !important;
		text-transform: capitalize !important;
	}
	.islandblue-txt img{
		transform: scale(1.5);
	}
	.scrollspy-container .aboutnew {
    padding-top: 60px ;
}
	.featured-icon-simple-item{
		text-align: left;
	}
	.itemmap .wrapper {
    	margin-top: 15px;
	}
	.items-list {
    	padding: 20px 0!important;
	}
	
	.revercol{
		display:flex;
		flex-direction: column-reverse;
	}
	.displypackage .productlistprice .productprice {
		  padding: 0 !important;
		  display: none;
		}
	.hotelreviewlist .user_review{
		margin-bottom:15px;
	}
	.yilansponser .trip-guide-item{
		margin-left:5px;
		margin-right:5px;
		margin-bottom:25px;
	}
	.voteblog .trip-guide-item{
		margin-left:5px;
		margin-right:5px;
		margin-bottom:25px;
	}
	.titlebar {
		background-color: #ffd200;
		padding-bottom: 10px;
		padding-top: 10px;
		position: absolute;
		text-align: center;
		top: 20px !important;
		width: 100%;
		z-index: 1;
	}
	.titlebar a{
		color: #000;
		font-size: 15px !important;
	}
	.eattotop{
		margin-top:0px;
	}

	.travel-booking-search .hb-form-table li {
		width:      100%;
		margin:5px 0;
	}
	.vc_custom_heading{
		font-size: 23px;
	}
	.slide{
		/*margin-top: 30px;*/
	}
	.slide img {
		background-size: cover;
		/*height: 230px !important;
		width: 650px;*/
	}
	.carousel .item {
		margin-top: 20px;
	}
	.home-page-search{
		top: 85% !important;
	}
	.nav-mini-wrapper{
		float: left;
    	width: 100%;
		padding-bottom: 5px;
	}
	ul.nav-mini {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.currencymenu{
		left: -80px;
	}
	
	.modal {
		left: 0;
		margin-left: -250px;
		width: 100% !important;
	}
	.itinerary-toggle-wrapper .panel-group .panel .panel-heading .itinerary-header {
	    padding-top: 10px;
	}
	.sidebar-booking-box {
		margin-top: 30px;
	}
	
	.cardesc .slide img{
		background-size: cover;
		height: unset!important;
		width: 100%;
	}
	.breadcrumb-wrapper{
		padding-top: 15px;
	}
	.payment-header .trip-list-item .image-absolute{
		margin-bottom: 30px;
	}
	.languages-block a, .currencies-block a {
		color: #000;
		font-size: 14px;
		padding-bottom: 0;
		padding-right: 0;
	}
	.input-group.no-border .btn.dropdown-toggle {
		border-style: none;
	}
	.carousel .item {
		height: auto;
		width: 100%
	}
	.trip-list-item{
		padding: 0 0 15px;
	}
	.trip-list-item .col-lg-3{
		padding-left: 0;
		padding-right: 0;		
	}
	.haplaypttop {
    	padding-top: 300px !important;
	}
	.haplaypttopnew {
    	padding-top: 70px;
	}
	.hotel-slelist .col-lg-8{
		margin-top: 10px;
		padding-left: 0;
		padding-right: 0;
	}
	.hotel-slelist .GridLex-inner{
		margin-bottom: 15px;
	}
	.hotel-slelist .btn-lg {
		display: inline-block;
		width: 100%;
	}
	.hotel-slelist{
		display: inline-block;
	}
	.tour-detailsfeature > .spccol-5 > [class*="GridLex-grid"] > [class*="GridLex-col-2"]{
		flex-basis: 100%;
    	max-width: 100%;
	}
	
	.tour-detailsfeature .featured-icon-simple-item .icon{
		display: inline;
	}
	.logo img {
		margin-left: -25px;
	}
	.tour-details .breadcrumb-wrapper{
		margin-top: -15px !important;
	}
	.custormersupportmobile{
		background-color: #ffd200;
		bottom: 0;
		font-size: 16px;
		position: fixed;
		width: 100%;
	}
	.custormersupportmobile a{
		color: #000;
	}
	.custormersupportmobile li{
		display: inline-block;
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
		width: 49%;
		color:#000;
		cursor:pointer;
	}
	.custormersupportmobile li:first-child{
		border-right:1px solid #000;
	}
	.custormersupportmobile img {
		display: inline;
		margin-right: 5px;
		vertical-align: middle;
		width: 25px;
	}	
	.custormersupportmobile .fa {
		font-size:20px;
	}	
	
	.displaysupports{
		background-color: #fff !important;
		border: 1px solid #ccc;
		border-radius: 5px;
		bottom: 45px;
		color: #000;
		font-size: 16px;
		padding: 5px 5px;
		position: fixed;
		width: 250px;
	}
	.displaysupports ul {
		font-size: 15px;
	}
	.displaysupports li {
		display: inline-block;
		text-align: center;
		width: 115px;
	}
	.displaysupports li img {
		display: inline-block;
		margin-bottom: -10px;
		width: 105px;
	}
	.tour-list .create-tour-inner{
		margin-top: 230px;
	}
	[class$="datespc"]{
    	width: 100% !important;	
	}
	
	[class$="datespc"]{
		width: 100% !important;	
	}
	
	[class$="personbaby_numspc"]{
		width: 100% !important;	
	}
	.cardesc{
		height:auto;
	}
	.tour-searchlist{
		margin-top: -40px;
	}
	.tour-searchlist .tour-list{
		 margin-top: 160px;
	}
	.tour-searchlist .trip-guide-content {
   		height: 95px;
	}
	.spcfooter{
		/*margin-bottom:40px;*/
	}
	.slick-slide{
		width:100%;
	}
	.tour-details .trip-guide-content{
		height: 60px !important;
	}
	.sponsorlist .trip-guide-content{
		height:auto !important;
	}
	.firstcontent {
    	height: auto;
		margin-top: 10px;
	}
	.travel-booking-search .hb-form-table li:nth-child(2), .travel-booking-search .hb-form-table li:nth-child(3), .travel-booking-search .hb-form-table li:nth-child(4), .travel-booking-search .hb-form-table li:nth-child(5){
		width:100%!important;
	}
	
	.aboutus .GridLex-grid-noGutter-equalHeight{
		height: unset;
	}
	.aboutus .container:nth-child(2) {
		width: unset !important;
	}
	.securityfeature p {
		margin-bottom: 35px;
	}
	.securityfeature .titlesecurity {
    	font-size: 16px;
	}
	.productrelated .trip-guide-bottom, .slick-slide .trip-guide-bottom{
		bottom: unset;
		left: unset;
		line-height: unset;
		padding: 0 15px 15px;
		position: unset;
		right: unset;
	}
	.tour-details .productrelated .trip-guide-content, .slick-slide .trip-guide-content{
		height: unset !important;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.bottom-footer {
    	padding-bottom: 60px;
	}

	.trip-list-item {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
		width: 45%;
	}
	
	.spclinegeigh {
		display: inline-block;
    height: 85px;
	}
	.firstcontent h1 {
		height: 55px;
	}
	.takecamera-txt {
		top: 300px !important;
	}
	.yellowbarfull {
		position: inherit !important;
	}
}

@media screen and (min-width: 320px) and (max-width: 420px) {
	.adminpd{
		padding-top: 70px !important;
	}
	.userpd{
		padding-top:50px !important;
	}
	
	.aboutustxt-desc {
		font-size: 14px !important;
		line-height: 22px !important;
		letter-spacing: 0.3px !important;
	}
	.yellowbarfull .col-xs-4 img{
		width: 100px !important;
	}
	.yellowbarfull .col-xs-8 .lucidafont{
		font-size: 16px;
    letter-spacing: -1.2px;
	}
	.yellowbarfull .col-xs-8 .linedivide{
	border-bottom: 1px dotted;
    display: flex;
    width: 100%;
	}
	.fonttxtcameara {
    left: 85px;
    position: absolute;
    text-align: center;
    top: 190px;
	}
	.fonttxtcameara .lucidafont{
		display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
	}
	.takecameraline {
		border-bottom: 1px solid #000 !important;
    	top: -150px !important;
	}
	.takecamera-txt {
		right: 55px !important;
    	top: 340px !important;
	}
	.abouttxt {
		left: 25px !important;
		padding-right: 25px;
	}
	
	.scrollspy-container .aboutnew {
		padding-top: 90px ;
	}
	.transparent-header .wrapper, .transparent-header .container-wrapper{
		padding-top: 65px;
	}
	.trip-list-item {
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.spclinegeigh {
		display: inline-block;
		height: auto;
	}
	.firstcontent h1 {
		height: auto;
	}
	.tour-details .breadcrumb-wrapper{
		margin-top: 0 !important;
	}
	.yellowbarfull {
    	position: inherit !important;
		padding: 25px 0!important;
	}
	.yellowbarfull .col-lg-4 {
		display: inline-block;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media screen and (min-width: 375px) and (max-width: 420px) {
	.adminpd{
		padding-top: 70px !important;
	}
	.userpd{
		padding-top:70px !important;
	}
	.abouttxt {
		left: 25px !important;
		padding-right: 25px;
	}
	.scrollspy-container .aboutnew {
		padding-top: 60px ;
	}
	.slide {
		margin-top: 0;
	}
	.yellowbarfull {
    	position: inherit !important;
		padding: 25px 0!important;
	}
	.yellowbarfull .col-lg-4 {
		padding-left: 15px!important;
   		padding-right: 15px!important;
	}
}

.tour-details .trip-guide-content {
	height: 200px;
	padding: 15px 15px 20px;
}
.room-details .trip-guide-content {
    height: 175px;
    padding: 15px 15px 20px;
}
.hotel-slelist .price {
    color: #000;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    width: 100%;
}


#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}

#prodcutrelatted-page-slider-image .item{
	width:25%;
}

[class$="datespc"]{
    width: 12%;	
	
}

[class$="datespc"]{
    width: 12%;	
	
}

[class$="personbaby_numspc"]{
	width: 6%;	
	
}
.spccol .col-md-3, .spccol .col-md-2, .spccol .col-md-1{
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;	
}
.txtshadow{
	text-shadow: 2px 2px #000;
}
.nopadding-left{
    padding-left: 0;
}


/*--mouse over effect*/
.img__wrap {
  position: relative;
}

.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 31, 141, 1) none repeat scroll 0 0 !important;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description_layer {
  /*visibility: visible;
  opacity: 1;*/
}

.img__description {
  transition: .2s;
  transform: translateY(1em);
}

.img__wrap:hover .img__description {
  transform: translateY(0);
}

.img__description_layer h2{
	color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.img__description_layer p{
	font-size: 16px;
    line-height: 20px;	
	
}

.securityfeature .fa {
	display: block;
    font-size: 75px;
    text-align: center;
}

.securityfeature .titlesecurity {
	display: block;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 20px;
    text-align: center;
}

.securityfeature p{
	display: block;
    font-size: 15px;
    text-align: center;
}

.securityfeature .icon{
	text-align: center;
    width: 100%;
	
}

.securityfeature .icon .fa{
	background: #fac633 none repeat scroll 0 0;
	border-radius: 50px;
    color: #fff;
    height: 100px;
    padding-top: 15px;
    width: 100px;
	display: inline-block;
	
}

.securityborder{
	border-right: 1px solid #e1e1e1;
}

.hb-submit.customizebtn{
}

.travel-booking-search .hb-form-table li:nth-child(2){
	width: 18%;
}
.travel-booking-search .hb-form-table li:nth-child(3){
	width: 20%;
}

.travel-booking-search .hb-form-table li:nth-child(4){
	width: 20%;
}

.travel-booking-search .hb-form-table li:nth-child(5){
	width: 22%;
}

.hb-submit.customizebtn a{
	background-color:#fd7e14;
	box-shadow: 0 2px 0 0 rgba(254, 153, 69, 0.6);
	color:#fff;
}

.titlegallery{
	font-size: 20px;
    font-weight: bold;
}

.titlegalleryline{
	background-color: rgba(0, 46, 93, 1);
    border-radius: 7px;
    height: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 160px;
}

.aboutus .container{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.aboutus .killrow{
    margin-left: 0;
    margin-right: 0;}

.securityfeature .slick-prev::before, .securityfeature .slick-next::before {
	opacity:1;
	color:#fff;
}

.securityfeature .slick-next {
    right: 15px;
	z-index: 10;
}

.securityfeature .slick-prev {
    left: 15px;
	z-index: 10;
}

.securityfeature .slick-slide .ph-10{
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.securityfeature .slick-slide .ph-10 .trip-guide-item{
	border:0;
}

.killcolrow{
	padding-left: 0;
    padding-right: 0;	
}

.aboutus .container:nth-child(2){
	/*width: 1170px;*/
}
.securityfeature .slick-slider{
	margin-bottom: -30px !important;
}

.aboutus .titleaboutus{
	font-size: 40px;
    font-weight: bold;
	color:#000;
}

.aboutus .titleaboutusline{
	background-color: #000;
    border-radius: 7px;
    height: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 160px;
}

.aboutus .aboutdesc{
	font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
	color:#000;
}

.aboutus .lovetravel h2{
	font-weight: 600;
}

.aboutus .lovetravel p{
	font-size: 16px;
    line-height: 26px;
}

.aboutus .lovetravelline{
	background-color: #000;
    border-radius: 7px;
    height: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 160px;
}

.securityfeature .section-title h2{
	font-size: 23px;
    font-weight: bold;	
}

.aboutus .securityfeaturelline{
	background-color: #000;
    border-radius: 7px;
    height: 3px;
    margin: 25px auto 30px;
    width: 160px;	
}

.aboutus .GridLex-grid-noGutter-equalHeight{
	height: 650px;
}

.aboutus .gallerybar{
	background-color: rgba(255, 239, 150, 1);
    padding-bottom: 15px;
    padding-top: 30px;
}

.yilannav{
	display: inline-block;;
    width: 100%;
}

.yilannav .col-xs-4{
	padding:0;
}

.blackbox{
	background-color: #000;
    border: 1px solid #fff;
    height: 100px;
    padding: 10px;
}

.blackbox a{
	display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.blackbox a:hover{
}

.blackbox .fa{
	color: #ffdd00;
	font-size: 25px;
 
}

.blackbox .text{
	color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: auto;
    text-align: center;
    vertical-align: top;
}

.blackbox.active{
	background-color:#ffdd00;
}

.blackbox.active .fa, .blackbox.active .text{
	color:#000;
}

.titlebar {
	background-color: #ffd200;
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 100%;
	z-index: 1;
}
.titlebar a{
	color: #000;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}
.titlebar a:hover{
	text-decoration:underline;
}

.displypackage .productlistprice {
	border: 1px solid #ffd200;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

.displypackage .productlistprice .productclick {
	background-color: #ffd200;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 15px;
    margin: 10px;
    padding: 5px 20px;
}
.displypackage .productlistprice.showpackage{
	border:3px solid #ffd200;
}

.displypackage .productlistprice .productprice {
  padding: 12px;
  display: none;
}

.displypackage .showpackage .productclick{
	display:none !important;
}

.displypackage .product-pricing{
	text-align: right;
}

.displypackage .product-pricing span, .displypackage .product-pricing h4 {
	display: inline-block;
    margin: 0;
}

.option-booking{
	border-top: 1px solid #ccc;
    display: inline-block;
    margin-top: 15px;
    padding-top: 10px;
    width: 100%;
}
.traveler-counter h5 {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 2px;
}
.option-booking .option-price {
	font-size: 14px;
    color: #666;
    margin-right: 10px;
}

.option-booking .msg-error{
	font-size: 12px;
	font-weight: 600;
	margin-top: 25px;
	color: #D54F4F;
}
#ui-datepicker-div{
	z-index:2043 !important;
}

.accarea{
	background-color: #ffdb2f;
    bottom: 10px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    left: 10px;
    letter-spacing: 2px;
    margin-right: 12px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
}

.accaddress{
	font-size: 15px;
    font-weight: 500;
}

.hotelsponsorlist .trip-guide-content{
	height: inherit;
    padding-bottom: 0;
}

.hotelsponsorlist .trip-guide-bottom{
	position: inherit;
}

.hotelreviewlist {
    background-color: #fff;
	padding-bottom: 50px;
    padding-top: 50px;
}

.hotelreviewlist:before{
    background-color: #fff;
}

.hotelreviewlist .user_review{
	border: 1px solid #ccc;
    padding: 15px 10px;
}

.user_detail_avatar{
    text-align: center;
}

.user_review_detail{
	text-align:center;
}

.user_review_detail h4{
	font-size: 20px;
}

.user_review_detail .review_staydate{
}

.user_review_detail .review_staydate .date{
	font-weight: bold;
}

user_review_comment .user_review_comment{
}

.sharebtnhotel{
	position: absolute;
    right: 20px;
    top: 20px;
}

.sharebtnhotel a{
	background-color: #e1e1e1;
	border-radius: 5px;
	color: #000;
	padding: 5px 15px;
	border: 1px solid #ccc;
}

.hoteldetail .smtitle{
	color:#0054a6;
}

.hoteldetail h1{
	margin-top:0;	
	font-size: 35px;
}

.hoteldetail .tour-detailsfeature .fa{
	font-size: 30px;
    margin-bottom: 20px;
}

.hoteldetail h3.font-lg{
	font-size: 20px;
}

.hoteldetail .checkinout{
	color:#f26522;
}

.hoteldetail .timedesc .col-lg-6, .hoteldetail .timedesc .col-lg-12{
	padding-left:0px;
	margin-bottom:20px;
}

.hoteldetail .facilitilist{
	margin-top: 30px;
	}

.hoteldetail .facilitilist ul{
	margin-top: 5px;
	}
	
.hoteldetail .facilitilist ul li {
    display: inline-block;
    width: 45%;
	padding-bottom:3px;
}		


.room-type-card {
    border: 1px solid #dcdbdc;
    border-radius: 4px;
    margin-bottom: 24px;
}


.room-type-card .room-occupant {
    color: #424242;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin: 8px 0 8px 8px;
}

.room-type-card-content {
    display: flex;
}

.room-type-card-content .room-image {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 30%;
}

.room-info-table {
    width: 70%;
}

.room-info-table .room-info-title {
    background-color: #ffd200 ;
    color: #424242;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 4px 0 4px 8px;
    text-align: left;
}


.room-info-table .room-people-limit {
    width: 25%;
}


.room-info-table .room-price {
    width: 25%;
}


.room-info-table .room-quantity {
    width: 21%;
}


.room-info-table .realign {
    vertical-align: top;
}
.room-spec-box {
    padding-top: 10px;
}


.room-spec-box .room-spec-detail {
    margin-left: 8px;
}


.room-spec-box .room-spec-detail .spec-detail-box .room-spec-desc {
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    vertical-align: middle;
}

.room-spec-box .room-spec-detail .number-stay-days {
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 8px;
}
.room-quantity-box .room-quantity-select-box {
    margin: 30px 16px 0;
    text-align: center;
}
.room-quantity-box {
    padding-bottom: 20px;
}

.room-info-table .border {
    border-bottom: 1px solid #dcdbdc;
    border-left: 1px solid #dcdbdc;
}

.room-people-limit-box {
    padding: 32px 8px 31px;
}

.spec-detail-box{
	line-height: 0;
    margin: 0;
    padding: 0;
	display: inline-block;
}

.room-price-box {
    display: table-cell;
    line-height: 24px;
    padding-right: 8px;
    text-align: right;
    vertical-align: middle !important;
}

.room-quantity-box {
    padding-bottom: 20px;
}

.room-price-box .room-price-content .price {
    color: #333333;
    float: right;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

.room-price-order-box {
    height: 68px;
    position: relative;
}

.room-price-order-box .room-pick-date {
    color: #424242;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 16px 20px 0;
    text-align: right;
}

.hotelsponsorlist .otherhotel{
	display: inline-block;
    margin-bottom: 5px;
}

.addtravelform{
	padding-bottom: 30px;
}

.addtravelform h2{
	border-bottom: 2px solid #ffd200;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: center;
}

.addtravelform .btn-default.closepop{
	border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
	border: 0 none;
    letter-spacing: 0;
	padding-left: 20px;
    padding-right: 20px;
	margin-top: 30px;
}

.addtravelform .btn-default.update{
	background-color: #ffd200;
    border: 0 none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
	margin-top: 30px;
}

.bookingbtn a{
	background-color: #ffd200;
    color: #000;
    font-weight: bold;
    padding: 10px;
	display: inline-block;
	width:100%;
}

.bordercol{
	border: 1px solid #ccc;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 15px 5px;
}

.relabel label{
	 font-size: 13px;
}

.bottomsearchbar{
	bottom: 0;
    top: inherit;
}

.bottomsearchbar .container{
	padding: 0;
    width: 100%;
}

.bottomsearchbar .col-md-12{
	padding-left:0;
	padding-right:0;
}

.bottomsearchbar .col-md-12 .travel-booking-search{
	border-radius: 0;
    margin: 0;
}

.accommodation_banner{
	bottom: 0;
    position: fixed;
    z-index: 5;
	width:100%;
}


.accommodation_banner #hide_accbanner{
	 cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.secondbanner{
	margin-top:25px;
}

.rightbanner{
	margin-top:20px;
}

.list-left, .list-right{
	margin-top:20px;
}
.featured-icon-simple-item .icon .fa{
	color: #ffd200;
}

.abouttxt{
	left: 95px;
    line-height: 22px;
    position: absolute;
    top: 45px;
}

.aboutustxt-large{
	color: #000;
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    text-transform: uppercase;
}

.aboutustxt-desc{
	color: #1c1c1c;
    font-size: 15px;
    line-height: 20px;
    margin-top: 25px;
}

.aboutusline{
	border-bottom: 1px solid #000;
    content: "";
    left: 90px;
    position: absolute;
    top: 20px;
    transform: rotate(-60deg);
    width: 150px;
}

.yellowbarfull{
	margin-top: 15px;
    padding: 0px 50px;
    width: 100%;    
	display: inline-block;
}

.backgroundaboutus{
}

.backgroundaboutus img{
}

.lovetravel h2{
	border-bottom: 2px solid #000;
    font-size: 33px;
    margin-bottom: 15px;
    padding-bottom: 11px;
}

.lovetravel {
 	padding-bottom: 15px;
    padding-top: 15px;
}

.takecamera-txt{ 
	position: absolute;
    right: 95px;
    top: 395px;
}
.takecameraline{
	border-bottom: 1px solid #fff;
    content: "";
    position: absolute;
    right: -120px;
    top: -10px;
    transform: rotate(-50deg);
    width: 165px;
}

.islandblue-txt{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.securityfeature {
	padding-bottom:0;
}

.lucidafont{
	font-family: 'lucida_calligraphyitalic';
	color: #000;
    font-size: 23px;
}

.linedivide{
	display:inline-block;
	width:100%;
	border-bottom:1px solid #000;
}

.accaddress.accaddress_gmap a, .accaddress a, .yilansponser .productrelated a, .accommodationlist h4 a{
	color:#000;
}

.accaddress.accaddress_gmap a:hover, .accaddress a:hover, .yilansponser .productrelated a:hover, .accommodationlist h4 a:hover, .accaddress_tel a:hover{
	text-decoration:underline;
}

.tab-search.tab-search-long .text:lang(en){
	font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    overflow: hidden;
    text-transform: capitalize;
}

.sbpromoitem{
	margin-bottom:25px;
}

.sbpromoitem a:hover img{
	opacity:0.7;
	transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.sbpromoitem a img{
	opacity:1;
	transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.tranbtn {
    left: 44%;
    position: absolute;
    top: 40%;
	width:75px;
}

.tranbtnyilan {
	/*left: 50%;
    opacity: 1;
    padding-left: 1em;
    padding-right: 1em;
    position: absolute;
    text-align: center;
    top: 1.5%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;*/
}

.bannersection a:hover img{
	opacity:0.7;
	transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.bannersection a img{
	opacity:1;
	transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.tranbtnyilan:hover img{
	opacity:0.7;
	transition: opacity 0.3s;
   -webkit-transition: opacity 0.3s;
}

.bannerplaybutton{
	left: 50%;
    opacity: 1;
    padding-left: 1em;
    padding-right: 1em;
    position: absolute;
    text-align: center;
    top: 40%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease-in-out 0s;
    z-index: 6;
}

.bannerplaybutton:hover{
    opacity: 0.7;
    transition: all 0.3s ease-in-out 0s;
}

.yilanbloglist input[type="radio"] + label::before, .yilanbloglist input[type="checkbox"] + label::before{
	font-size: 20px;
    line-height: 23px;
}

.checkbox-inline label{
	 font-size: 17px;
	 margin-top: 15px !important;
}

.promotionsabah {
    background:rgba(0,0,0,0.8);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
	top: 0;
}

.promotionsabahimage{
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:60%;
}

.promotionyilanimage{
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-width: 980px;
}
.promotionyilanimage a{
}
.promotionyilanimage img{
}
.promotionsabah img{
	
}

.closepromotionsabah{
	color: #fff;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
}
#detail-content-sticky-nav-01.displypackage input.form-control{
	border: 2px solid #f00;
    color: #000;
    font-weight: 700;
}

.hotel-searchlist.top{
	top:0;
}

.hotel-searchlist .hotelarealist li{
	display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100% !important;
}

.hotel-searchlist .hotelarealist .bootstrap-select .btn.dropdown-toggle{
	height: 40px;
}

.hotel-searchlist .hotelarealist li a{
	 background-color: unset;
    border: 0 none;
    box-shadow: unset;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    margin: 0 !important;
    padding: 0;
    text-align: left;
    width: 100% !important;
	
}

.hotel-searchlist .bootstrap-select .dropdown-toggle:hover, .hotel-searchlist .btn-default.active, .hotel-searchlist  .btn-default:active, .hotel-searchlist .open > .dropdown-toggle.btn-default{
	background-color:#FFF !important;
}


.maplistadjust{
	margin-top: 70px;
}

.turnoffmap{
	display: inline-block;
    margin-top: 20px;
	margin-left: 50px;
}

.turnoffmap label{
	vertical-align: middle;
}

.map.fixmap{
	position: fixed !important;
}

.stickymap{
	top: 60px;
}

.map-fullscreen .fullmapdisplay{
	padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.map-fullscreen .fullmapdisplay .hotel-searchlist .col-md-12, .map-fullscreen .fullmapdisplay .map-canvas{
	padding-left:0;
	padding-right:0;
}

.map-fullscreen .itemmap .col-lg-5.col-xs-12{
	padding-right: 0;
}

.map-fullscreen .fullmapdisplay .map100{
	width:100%;
}

/*-----------searh bar dropdown------------*/
#categoryresultbox{
	
}

.categoryresult{
	background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    width: 100%;
	box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.12), 0 -1px 2px 0 rgba(0, 0, 0, 0.08);
}

.categoryresult .col-sm-2{
	padding-left: 0;
    padding-right: 0;
}

.categoryresult .nav.tabs{
	border-right: 1px solid #cdcdcd;
    text-align: left;
}

.categoryresult .nav.tabs li {
    border-bottom: 1px solid #cdcdcd;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.categoryresult .nav.tabs li:first-child{
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
}
.categoryresult .nav.tabs li:last-child{
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-bottom-color: #cdcdcd;
}

.categoryresult .nav.tabs li.active{
	background-color: #ffd200;
	color:#000;
}

.categoryresult .nav.tabs li a{
	color:#000;
	padding-bottom: 20px;
    padding-top: 20px;
}

.categoryresult .nav.tabs li.active a{
	color:#000;
}

.categoryresult .nav.tabs li.active a:hover{
	background-color: #ffd200 ;
	color:#000;
}

.categoryresult .nav.tabs li.active a:focus{
	background:none;
}

.categoryresult .nav.tabs li a:hover{
	background-color: #ffd200 ;
	color:#000;
}

.categoryresult .nav.tabs li  a:focus{
	background:none;
}


.categoryresult .tab-content{
}

.categoryresult .tab-content .tab-pane {
	padding: 25px 5px;
}


.categoryresult .tab-content .trip-guide-item{
	margin-bottom: 0;
}

.categoryresult .tab-content .trip-guide-item h3{
	font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}

.categoryresult .countrylistresult span{
	display: inline-block;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: left;
}

.categoryresult .countrylistresult ul{
}

.categoryresult .countrylistresult ul li{

	 	margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
}

.medialist ul.common-menu-list {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
}

.medialist ul.common-menu-list li a{
 	color: #000;
    font-size: 15px;
    text-align: center;
	cursor: pointer;
}

.medialist ul.common-menu-list li a:hover{
	text-decoration:underline;
}

.medialist ul.common-menu-list li{
	 	background-color: #ffd200;
    border: 1px solid #d5d5d5;
    margin-bottom: 10px;
}

.medialist .datepost{
	color: #888;
}

.medialist .mediabrand{
	color: #111;
}

.medialist h4{
	font-size: 16px;
	margin-bottom: 10px;
}

.medialist h4 a{
	color: #111;
}
.medialist .content p{
	font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
}

.playbuttonpromo{
	left: 50%;
    opacity: 1;
    padding-left: 1em;
    padding-right: 1em;
    position: absolute;
    text-align: center;
    top: 40%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease-in-out 0s;
    z-index: 6;
}

.medialist .affix {
	top: 75px;
    width: 263px;
}

.btnclosecategoryresultbox{
	bottom: -100px;
    color: #999;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 40px;
}


/*---host_login_page----*/
.host_login{
	
}

.host_login .featured-bg h1{
	color: #fff;
    font-size: 55px;
    font-weight: bold;
    line-height: 70px;
    padding-right: 155px;
    text-align: left;
}

.host_login .featured-bg h2{
	font-size: 22px;
    letter-spacing: 0;
    text-align: left;
	
}

.host_login .featured-icon-horizontal .icon {
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    float: none;
    font-size: 50px;
}

.host_login .featured-icon-horizontal .content h5{
	font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.host_login .featured-icon-horizontal .content p{
	font-size: 45px;
}

.host_login .featured-icon-horizontal {
    text-align: center;
}

.host_login .featured-icon-horizontal .content {
    margin-left: 0;
}

.host_login .ideapatrner h1{
	font-size: 40px;
    font-weight: 600;
    padding-right: 0;
    text-align: center;
}

.host_login .ideapatrner .featured-icon-horizontal {
	background-color: #fff;
	padding: 25px 30px;
	margin-top: 30px;
	overflow: visible;
}

.host_login .ideapatrner .featured-icon-horizontal .content h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.host_login .ideapatrner .featured-icon-horizontal .content p {
	color: #000;
    font-size: 16px;
    font-weight: 100;
    line-height: 17px;
    margin: 0;
}

.host_login .ideapatrner .featured-icon-horizontal .icon {
   font-size: 70px;
   margin-top: 25px;
}

.host_login .ideapatrner .GridLex-col-3_sm-4_xs-12 .number{
	color: #ffd200;
    font-size: 40px;
    left: -8px;
    position: absolute;
    top: -30px;
    z-index: 1;
}

.host_login .section-title h3 {
     font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}

.host_login .section-title p{
	font-size: 18px;
}

.host_login .joinus .joinusbox{
	background-color: rgba(255, 255, 255, 0.4);
    color: #000;
    margin-left: 155px;
    margin-right: 155px;
    padding: 30px;
    text-align: center;
}

.host_login .joinus .joinusbox h1{
    color: #000;
	font-size: 40px;
    font-weight: 600;
    padding-right: 0;
    text-align: center;
}

.host_login .joinus .joinusbox p {
    color: #000;
}


.host_login .joinus a{
	 background-color: #ffd200;
    color: #000;
    font-weight: 600;
    padding: 10px 25px;
    position: relative;
    top: 40px;
}

.host_login .bigtitle{
	padding-top: 130px;
}

.host_login .nav.nav-tabs{
}

.host_login .nav.nav-tabs li{
	width: 50%;
}

.host_login .nav.nav-tabs li.active a{
	background-color: #ffd200;
    border: 0 none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.host_login .nav.nav-tabs li a{
	background-color: rgba(255, 210, 0, 0.7);
    border: 0 none;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}


.host_login .tab-content{
	background-color: rgba(255, 210, 0, 0.8);
    padding: 20px;
	
}

.host_login .tab-content label{
	color:#fff;
}

.host_login .tab-content .joinbtn, .host_login .tab-content .loginbtn{
	background-color: #fe8800;
    border: 0 none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    width: 100%;
}	