@charset "UTF-8";
/* CSS Document */
html, body {
	overflow-x: hidden;
}

.tp-caption{
	text-shadow: 1px 1px 7px #000000!important;
}
.tp-caption .button_intro{
	background-color:rgba(0,0,0,0.5);
}
.img_container .img_cover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
	margin: auto;
}
.img_container a:hover .img_cover {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.background_cover{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.other_tours a{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 40px);
}

.place-description{
	margin-bottom: 30px;
}
.place-description img{
	max-width:100%!important;
}
.pagination>.disabled>a{
	background: #1f84ca;
    color: white;
}
.filter-group{
	width: 100%;
    text-align: left;
    color: #0053a2;
    text-decoration: none!important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
	font-weight: bold;
	white-space:pre-wrap;
	position: relative;
	padding-right: 35px;
}
.filter-group i{
	position:absolute;
	right: 8px;
}
.filter-checkbox{
    padding: 11px 0;
    padding-left: 35px;
    position: relative;
    width: 100%;
    border-top: 1px solid #dddddd;
	line-height: 35px;
}
.filter-checkbox>div{
	position:absolute;
	left:0;
}
.filter_type .filter-checkbox>div{
	
}
.box_style_cat{
    background-color: #fff;
    padding: 15px 10px 15px 15px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
}
.box_style_cat a{
	display: block;
    color: #888;
}
.filters_col {
	background-color: #fff;
	padding: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 25px;
}

.filters_col label {
	color: #999;
	font-weight: normal;
}

a.filters_col_bt {
	display: block;
	color: #888;
	padding: 15px 9px;
}

a.filters_col_bt i:first-child {
	font-size: 20px;
	position: relative;
	top: 0;
	margin-right: 5px;
}
.btn_blue{
	border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff!important;
    background: #e04f67;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
	background: #1f84ca;
}
.btn_blue:hover{
	background: #333;
}
.btn_filters_apply{
	
}
.no-border{
	border:none!important;
}
.rating>i{
	font-size: 18px;
}
.card{
    border-bottom: 1px solid #dddddd;
}
.filter-group:hover{
	color: #555555;
}
.results-filters{
	padding: 7px;
}
.disabled{
	pointer-events:none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.star_category{
	
}
.star_category i{
	font-size: 17px;
}
.star_category .voted, .rating .voted{
    color: #ffc800;
}
.rating>i:before{
	width: 14px;
}
a#filters_col_bt{
	padding-bottom: 10px;
}
#cat_nav li a{
	transition: 0.3s;
}
#cat_nav li:hover a{
	background: #e1f6ff!important;
}
#cat_nav li.selected a{
	background: #beecff!important;
}
.filter-clean{
    padding: 11px 2px 11px 15px;
    line-height: 26px;
    color: white;
    font-weight: bold;
    background: #004372;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.filter-clean:hover{
	background: #333;
}
.filter-clean i{
	font-size: 23px;
}
.sorting-box{
	white-space: nowrap;
}
.sorting-box>*{
	vertical-align: middle;
}
ul.list_ok li:before {
    color: #85ca9d;
}
@media (max-width: 768px){
	.sorting-box span{
		display:none;
	}
	.sorting-box div{
		width:100%;
	}
	main{
		margin-bottom:0px!important;
	}
	footer{
		position:unset!important;
	}
}
.marker_image_holder{
	height: 150px;
    width: 100%;
    white-space: nowrap;
    text-align: center; 
	margin: 0;
	overflow: hidden;
}
.marker_info .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
	padding: 0;
}

.marker_info img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.search-box{
	position: absolute;
	bottom: 0px;
    left: 0;
    right: 0;
	z-index: 5;
	padding: 0 20px;
	background: rgba(0, 0, 0, 0.4);
}
.search-box form{
	width: 100%;
	max-width: 900px;
    margin: auto;
    position: relative;
}
.search-box input[type="search"]::-webkit-input-placeholder, .search-box input[type="search"]::-moz-placeholder, .search-box input[type="search"]:-ms-input-placeholder,  .search-box input[type="search"]:-moz-placeholder{
	color:#1f84ca;
}
.search-box input{
	height: 100%;
    width: 100%;
    color: #ffffff;
    background: transparent;
    border-top: 0px solid transparent;
    border-bottom: 2px solid #ffffff !important;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 32px;
    font-weight: 400;
    outline: none;
    padding: 5px 0;
	margin-bottom: 17px;
}
.search-box form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 3rem;
    position: absolute;
	right: -10px;
    top: 10px;
    color: #ffffff;
    outline: none;
}
.search-box form:hover button {
	color: #0097ff;
}
.social-elements>span{
	background-color: #1f84ca!important;
    border-radius: 50%;
	margin-right: 5px;
	transition:0.3s;
}
.social-elements>span:hover{
	background-color: #56595b!important;
	margin-top: -5px;
}
.visible-sm .addthis-toolbox-container, .visible-xs .addthis-toolbox-container{
	padding: 30px 0;
}
.visible-sm .social-elements>span, .visible-xs .social-elements>span{
	margin: 0 7px;
}
.remove_from_favorites{

}
.is_favorite{
	color: red!important;
    border: 2px solid #ff0000!important;
}
.wishlist .add_to_favorites {
	color: #f00!important;
	border: 2px solid #aaa!important;
}
.wishlist .add_to_favorites{
    border: none!important;
}
.wishlist.is_favorite{
    border: none!important;
}
.wishlist.is_favorite:before{
	color: #ff0000!important;
}

label {
	display: inline;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -8px 6px -12px rgba(0,0,0,0.05);
	padding: 9px;
	padding-left: 7px;
	border-radius: 3px;
	display: block;
	position: relative;
	transition: 0.3s;
    color: #00436f;
}
.regular-checkbox + label:hover, .regular-checkbox:checked + label:hover{
	background-color: #e9f7ff;
	color:#3379b8;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
	background-color: #3379b8;
    border: 1px solid #0195da;
	color: #ffffff;
}
.regular-checkbox:checked + label:hover{
	background-color: #599dda;
	color:#ffffff;
}
.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 22px;
	position: absolute;
	top: 6px;
    right: 6px;
    color: #39d82f;
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.tag {
	font-family: Arial, sans-serif;
	width: 200px;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}

.radio-1 {
	width: 193px;
}

.button-holder {
	float: left;
}

/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}
.subcategory-icons{
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: #0000008c;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 3px;
}
.subcategory-icons.small-icons{
	width: 20px;
    height: 20px;
    margin-right: 7px;
}
.gmnoprint>div>div {
    padding: unset!important;
}

.dropdown-filter{
	float: right;
    font-size: 20px !important;
    margin-right: -6px;
    margin-bottom: -1px;
	display:none;
}
@media (max-width: 991px){
	aside{
		position: fixed!important;
		z-index: 100;
		left: 0;
		top: 50px;
		max-width: 320px;
		width: 100%;
		height: calc(100vh - 50px);
		overflow-y: auto;
		background: white;
		padding: 10px 12px;
		transition: 0.5s;
	}
	.dropdown-filter{
		display:block;
	}
}
.bt_logout{
	color: #808080 !important;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    padding: 10px 5px;
    border: none;
    display: block;
	border-bottom: 1px solid #c4d9ec6e;
}
.bt_logout:last-child {
    border-bottom:none;
}
.bt_logout:hover{
	color: #1f84ca !important;
	background-color: #f9f9f9;
    padding-left: 15px;
}
#messageModal .modal-dialog{
	
}
#messageModal .modal-header .close{
	position: absolute;
    z-index: 100;
    right: 10px;
    top: 15px;
    background: white;
    filter: alpha(opacity=100);
    opacity: 1;
    padding: 2px 6px;
    border-radius: 50%;
}
#messageModal .modal-header{
	background: #00436f;
}
#messageModal .modal-header h5{
	color: white;
}
main{
	box-shadow: 0 6px 24px rgba(0,0,0,0.5);
}
.input-error{
	border: 2px solid #ffa1a1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px red;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px red;
}
.input-error:focus{
	border: 2px solid #ffa1a1!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px red!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px red!important;
}
.show {
	opacity: 1;
}
.form-alert{
	display:none;
	opacity: 1;
}
.form-alert-message{
	display:none;
}
.registration-tips{
	font-size: 12px;
    padding-left: 14px;
}
.hotels_worldwide iframe{
    max-width: 600px!important;
    position: unset!important;
    background: #1f84ca!important;
}
.promo_full_wp p{
	font-size: 25px;
    line-height: 30px;
}
@media (max-width: 480px) {

	.promo_full_wp > div{
		padding: 50px 10px;
	}
}
.more-booking-hotels{
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    background: #1f84ca;
    color: white;
    margin-bottom: 25px;
    transition: 0.5s;
    border-radius: 3px;
}
.more-booking-hotels:hover{
	background: #0053a1;
	text-decoration: underline;
}
.published-date{
	text-align: right;
    font-size: 11px;
}
.published-author{
	text-align: right;
    font-size: 11px;
}
.gallery-holder .captionText {

}
.fullscreenDivHolder .captionText {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding-right: 15px;
    font-size: 1em;
    background: #00000069;
    color: white;
    visibility: unset;
    text-align: right;
}