::-moz-selection {
    background: #495d7f;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #495d7f;
    color: #fff;
    text-shadow: none;
}

body{
	overflow-y: scroll;
	overflow-x: hidden;
}

#wrapper {
	overflow-x: hidden !important;
}

.modal-header {
	padding-bottom: 10px;
}

#page-account_bookings .modal-body .row, #page-account_enquiries .modal-body .row {
	padding: 10px 0px !important;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.display-block{
	display: block;
}

.display-inline-block{
	display: inline-block;
}

input[type="number"], input[type="text"], input[type="date"]{
	/*padding: 0px 5px;*/
	margin: unset;
}

span.required {
	color: #F00;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
}

/*--------------Navigation--------------*/
/*--------------------------------------*/

@media (max-width: 1239px){
	#navigation.style-1 {
	    width: 100%;
	    position: relative;
		margin: unset;
		padding: 14px 0px 14px 0px;
	}
}

.left-side {
	width: 100%
}

#navigation.style-1 ul a {
	padding: 6px 14px;
}

/*
#logo img {
	max-width: none;
	max-height: 80px;
	margin: 10px 20px 6px 0;
}
*/

#logo img {
	max-height: 74px;
	margin: 20px 0;
	max-width: 100%;
}

.img-responsive {
	color: white;
}

#reviews-tab i.fa {
	color: #f58220;
}

#header.cloned {
	padding: 0;
}

#header .container{
	display: flex;
}

#header {
	padding: 0;
}

#header-container a {
    color: #FFF;
}

#logo{
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 20px;
}

#navigation{
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media only screen and (max-width: 991px){
	.menu-responsive i.menu-trigger {
	    margin: unset;
		padding: 5px 10px;
	}
	#header {
	    padding-top: unset;
	    padding: 0;
	}
	#header .container{
		display: block;
	}
}

#jPanelMenu-menu a[href]:not([href^="javascript:"]) {
	background: #555;
	border-bottom: 1px solid #444;
}
#jPanelMenu-menu a[href^="javascript:"] {
	background: #363636 !important;
	border-bottom: 1px solid #444;
}

/*-------------Highlights Slideshow-------------*/
/*----------------------------------------------*/
.fullwidth-home-slider .item:before {
	background: linear-gradient(to bottom, transparent 100%, #222);
}

.home-slider-title {
	border:0px;
}

.home-slider-location {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	padding: 5px 15px 0px 15px;
	display: inline-block;
	line-height: 25px;
}

.home-slider-location span {
	font-size: 17px;
	font-style: normal;
	line-height: 25px;
	padding: 0;
	position: relative;
}

.fullwidth-home-slider .home-slider-desc {
	bottom: 330px;
}

.fullwidth-home-slider div {
    height: inherit;
}

@media (max-width: 576px){
	.fullwidth-home-slider .home-slider-desc {
	    bottom: 230px;
	}
}

a.flip-banner {
	height: 100px
}

/*----------------General-------------*/
/*------------------------------------*/
fieldset > legend {
	font-size: 20px;
	margin-left: -15px;
}


/*-------------Testimonials-------------*/
/*--------------------------------------*/
.testimonial-author h4{
    padding-left: 0px;
}


/*----------------Modals----------------*/
/*--------------------------------------*/
.modal-header{
    background-color: #ffb400;
}

.modal-header .close{
    color: #ffffff;
    opacity: 1;
}

.modal-header .close:hover{
    opacity: 0.6;
}

.modal-title{
    color: #ffffff;
}

input[type=submit] {
	height: auto;
	line-height: inherit;
}

/*------------Custom Search------------*/
/*-------------------------------------*/

.more-search-options.relative {
	display: none;
}

/*.more-search-options.relative.active {
	display: inline-block!important;
}*/

.more-search-options.relative .more-search-options-container{
	margin: unset;
}

.checkbox input[type=checkbox]:checked + label:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	background-color: #F7931D;
	border: 2px solid transparent;
	transition: border-color 0s;
}

.checkbox .column-control label:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 3px;
	/*background-color: #fff5e9;*/
	border: 2px solid #f7931d;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: border-color 0.3s;
}

.checkbox .column-control label{
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0;
	font-size: 15px;
}

.checkbox .column-control input{
	display: none;
}

.column-control{
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	margin-top: 7px;
}

.search_box_position{
	position: absolute;
    width: 100%;
    top: 550px;
	left: 0px;
	z-index: 1000;
}

.main-search-input {
	margin-bottom: 0px;
	display: inline-block;
}

.main-search-input.checkbox {
	margin-top: 5px;
}

.more-search-options-trigger {
	margin: unset;
}

.main-search-box {
	width: 95%;
	margin-left: auto;
	padding-top: 15px;
	margin-right: auto;
	padding-bottom: 15px;
	padding-left: 25px;
}

.main-search-input input , select{
	line-height: inherit;
	height: 40px;
	margin: unset;
	padding: unset;
	padding-left: 5px;
	min-width: 0;
}

.main-search-input button.button{
    min-width: 85px;
	line-height: inherit;
	margin: unset;
	height: 40px;
	padding: unset;
}

.main-search-input button.button[type=reset]{
    min-width: 50px;
}

.main-search-input .col-md-2{
	padding: 0px 5px;
}

.main-search-input .col-md-1{
	padding: 0px 5px;
}

@media (max-width: 767px) {
	.main-search-input button.button {
		width: unset;
	}
}

@media (min-width: 992px) {
	.column-control{
		width: unset;
	}
}

@media (max-width: 991px) {
	.search_box_position{
        position: relative;
		top: unset;
		margin-top: 15px;
    }

	.main-search-box {
	    width: inherit;
		margin: unset;
		padding: unset;
		padding: 20px 20px 20px 20px;
	}

	.main-search-box .column-control{
		margin: unset;
	}
}

.more-search-options .main-search-input{
    background-color: white;
    padding: 0px 15px 15px 15px;
    top: -19px;
    width: 97.2%;
    margin: auto;
	z-index: 0;
	box-shadow: 2px 0px 0px 0px rgba(255,255,255,0.12);
	box-shadow: -2px -2px 5px 0px rgba(0,0,0,0.12);
	box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.12);
}

.more-search-options:before {
    display: none;
}

/*-----------Villas Custom CSS------------*/
/*----------------------------------------*/

/*div .layout-switcher .fa{
	padding-top: 8px;
}*/

table.basic-table th, table.basic-table td {
	padding: 5px 28px;
}

table.basic-table th {
	text-align: left;
	font-weight: bold;
}

table.basic-table caption {
	font-weight: bold;
}


table.basic-table th.no_background {
	background: #fff !important;
}

table.basic-table th.highlight {
	background: #f5821f !important;
}

.pagination-container nav{
	position: relative;
}

.listing-footer {
    text-align: justify;
	max-height: 150px;
}

.row.with-forms {
	display: inline-block;
}

section.search {
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

section.search {
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

section.search .more-search-options-trigger{
	margin-top: 15px;
}

div .search-area i{
	display: none;
}

#enquire-tab input[type="radio"] {
	height: auto;
    line-height: 1em;
    display: inline;
    width: 30px;
}

.basic-table.calendar {
	text-align: center;
}
.basic-table.calendar .ocupped{
	background:lightgray;
	color: #FFF;
}

.widget-button{
	color: black;
}

.widget-button:hover{
	color: #F7931D;
}

/*-------Top Bar Log In Custom CSS-------*/
/*---------------------------------------*/

div .top-text {
	display: inline-block;
	margin-top: 4px;
	/*margin-bottom: 10px;*/
	margin-right: 15px;
}

.sign-in{
	color: white;
}

.sign-in:hover{
	color: black;
}

/*-------Villa's Datepicker-------*/
/*--------------------------------*/

.calendar-switch{
	font-size: 40px;
	color: #F7931D;
	background-color: white;
}

.calendar-switch:hover {
	background-color: #F7931D;
	color: white;
}

.calendar-switch i.fa {
    line-height: 1;
}

.disabled.disabled-date.day{
	/* background-color: #F7931D; */
	background-color: #F9AE55;
	color: white;
    border-radius: unset;
	border-color: white;
	border-style: solid;
}

.disabled.disabled-date.day:hover{
	/* background-color: #F7931D; */
	background-color: #F9AE55;
	color: white;
}

.datepicker.datepicker-inline{
	padding: 0;
	margin: 0 auto;
}

.datepicker table tr td.day.arrival,
.datepicker table tr td.day.arrival:hover {
	/*background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #F7931D 50%, #F7931D 100%);
	background: -ms-linear-gradient(to bottom right, transparent 0%, transparent 50%, #F7931D 50%, #F7931D 100%);
	background: -moz-linear-gradient(to bottom right, transparent 0%, transparent 50%, #F7931D 50%, #F7931D 100%);*/
	
	background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #F9AE55 50%, #F9AE55 100%);
	background: -ms-linear-gradient(to bottom right, transparent 0%, transparent 50%, #F9AE55 50%, #F9AE55 100%);
	background: -moz-linear-gradient(to bottom right, transparent 0%, transparent 50%, #F9AE55 50%, #F9AE55 100%);
	
	border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	-moz-border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
	
	border: 3px solid #fff;
}

.datepicker table tr td.day.departure,
.datepicker table tr td.day.departure:hover {
	/* background: linear-gradient(to bottom right, #F7931D 0%, #F7931D 50%, transparent 50%, transparent 100%);
	background: -ms-linear-gradient(to bottom right, #F7931D 0%, #F7931D 50%, transparent 50%, transparent 100%);
	background: -moz-linear-gradient(to bottom right, #F7931D 0%, #F7931D 50%, transparent 50%, transparent 100%); */
	
	background: linear-gradient(to bottom right, #F9AE55 0%, #F9AE55 50%, transparent 50%, transparent 100%);
	background: -ms-linear-gradient(to bottom right, #F9AE55 0%, #F9AE55 50%, transparent 50%, transparent 100%);
	background: -moz-linear-gradient(to bottom right, #F9AE55 0%, #F9AE55 50%, transparent 50%, transparent 100%);
	
	border-top-right-radius: 0;
    border-top-left-radius: 0;
	-moz-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
	
	border: 3px solid #fff;
}


.datepicker table tr td.day.arrival.active,
.datepicker table tr td.day.arrival.active:hover,
.datepicker table tr td.day.departure.active,
.datepicker table tr td.day.departure.active:hover {
	background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom,#08c,#04c);
    background-image: -ms-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	border-radius: 4px;
	border: none;
}

.old, .new{
	visibility: hidden!important;
}

/*-------Select2 Custom CSS-------*/
/*--------------------------------*/
.select2-container {
	width: 100%!important;
}

.select2-container--default .select2-selection--single {
	height: 51px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 51px;
	padding: 0 20px;
	outline: none;
	font-size: 15px;
	color: #808080;
	margin: 0 0 16px 0;
}
/* dark arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #808080 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #808080 transparent;
}

/*-----------Hot Deals-----------*/
/*-------------------------------*/
.listing-title {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listing-features li {
	padding-top: 0px;
}

.listing-features {
	padding-top: 5px;
	padding-bottom: 5px;
}

.listing-img-container {
	height: inherit;
}

@media only screen and (max-width: 1366px) and (min-width: 1240px){
	.listing-features li {
	    margin-right: 14px;
	}
}

.bedrooms-icon{
	color: #fff;
	font-size: 24px;
	position: absolute;
	z-index: 101;
	right: 30px;
	bottom: 20px;
}

/*---------Bookings Wizard Form--------*/
/*-------------------------------------*/
.f1-step {
    width: 20%;
}

label, legend {
	margin-bottom: 0px;
	margin-top: 10px;
}

/*-------------Testimonials-------------*/
/*--------------------------------------*/

section.fullwidth {
	padding: 50px 0;
}

.flip-banner {
	background-color: #F7931D;
	z-index: 100;
}

.flip-banner:hover:after {
    opacity: 0;
}

#testimonial_rate.jq-ry-container {
	padding: unset;
	margin: unset;
}

/*----------------Footer----------------*/
/*--------------------------------------*/

#footer{
	padding: 20px;
}

.copyrights {
	margin-top: unset;
	padding-top: 20px;
	padding-bottom: 0px;
}

img.footer-logo {
    max-height: 60px;
}


img.footer-logos {
    width: 140px;
	float: left;
}

#trustwaveSealImage {
	margin-left: -5px;
}

/*---------------Select 2---------------*/
/*--------------------------------------*/

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background: #F7931D !important;
}

.select2-container--default .select2-results > .select2-results__options {
    overflow-x: hidden;
	max-height: 500px;
}

li.select2-results__option p{
    margin: unset;
	font-size: 12px;
	line-height: 2;
}

.select2-search__field{
	margin: unset;
}

.select2-selection__arrow {
	height: 100% !important;
}

.select2-selection__placeholder {
	color: inherit !important;
}

/* select2 for search */

#search .select2-container--default .select2-selection--single,
#search .select2-selection__arrow {
	height: 40px !important;
	/*margin-top: 8px !important;*/
}
#search .select2-container .select2-selection--single .select2-selection__rendered {
	height: 40px !important;
	line-height: 40px !important;
	padding-left: 5px;
}

/*---------------Modals---------------*/
/*------------------------------------*/

.logos{
	display: flex;
}

.logos .col-md-4{
	margin: auto;
}

.logos input[type=radio]{
	display: none;
}

.logos label{
	cursor: pointer;
}

.logos input[type=radio]:checked + label {
 	/*border: 1px solid #ffb400;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.logos input[type=radio] + label{
	border: 1px solid #fff;
}

.extra-desc{
	text-align: justify;
	line-height: 1.3;
}

.col-md-12 .col-md-4 > p{
	margin: 0;
}

.num_stepper_extras{
	height: inherit!important;
	line-height: inherit!important;
	padding: unset!important;
	padding-left: 5px!important;
	margin: unset!important;
    width: 75px!important;
    float: right;
}

/*-------------Sweet Alerts-------------*/
/*--------------------------------------*/
.swal-overlay--show-modal {
	overflow: hidden;
}

/*-------------ABOUT US-------------*/
/*----------------------------------*/

.details p{
	text-align: justify;
}

.about_us{
	/*width: 100%;*/
	margin-top: 20px;
    display: inline-block;
}

.about_us img{
	float: left;
	margin-right: 20px;
}

.about_us p{
	margin: unset;
	text-align: justify;
}


/*----------- PAGINATION -----------*/
/*----------------------------------*/

.pagination ul li a {
	width: auto;
	padding: 12px 20px;
	margin: 2px;
}
.pagination .prev a,
.pagination .next a {
	padding: 12px 35px;
}
.pagination .prev a {
	margin-left: 0;
}
.pagination .next a {
	margin-right: 0;
}

.pagination .disabled a,
.pagination .disabled:hover a,
.pagination .disabled:focus a,
.pagination .disabled:active a {
	color: #c3c3c3;
	background-color: #f2f2f2;
}

.pagination .current-page a {
    background-color: #F7931D;
	color: #FFF;
}

/* FOOTER
URL: http://new.algarvegetaways.co.uk
FILE: general\footer.php */

#footer h4.copyrights.text-widget {
	font-size: 14px;
	color: #999;
}
#footer .nif {
	font-size: 12px;
	color: #999;
}

.help-block-error {
	color: #F7931D
}

.post-content h3 {
	/*margin-top: 15px*/
}

/* VILLA > LISTING
URL: http://new.algarvegetaways.co.uk/en/apartments-and-villas.html
FILE: includes\villas.php */

.listing-img-container:before {
	background: none !important
}

.listing-img-container .listing-price {
	text-shadow: 0 0 2px #000000;
}

.listing-img-content {
	background: rgba(0,0,0,0) !important;
	padding: 13px 20px 10px
}

#hotdeals {
	display: table-row;
}

#hotdeals div.listing-img-content {
	background: rgba(245,130,32,0.95) !important;
	text-align: center;
	position: relative;
}

#titlebar.property-titlebar {
	padding-bottom: 0px
}

input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select, span.select2-selection {
	/*background: #fff5e9 !important;*/
	/* border-color: #f58220 !important; */
	border-color: #808080 !important;
}

form#search {
	margin-bottom: 0;
}

.listing-img-content .listing-price i {
	display: inline;
}

.listing-badges span {
	background: rgba(0,0,0,0.3);
}

.tabs-nav li {
	background: #f58220;
	color: #fff;
	margin: 4px;
	line-height: 25px;
}

ul.listing-details li {
    padding: 3px 15px;
}

ul.listing-details li:hover {
	background: #fcaf17 !important;
	color: #ffffff;
	font-weight: bold;
}

.tabs-nav li a {
	color: #fff;
}

.tabs-nav li a:hover {
	background: #fcaf17;
	color: #fff
}

.tabs-nav li.active a{
	background: #f26522;
	color: #fff
}

/*============cookie warning============*/

#cookie_container {
	line-height: initial;
}
#cookie_container nav {
	padding: 10px 0;
}
#cookie_container p, #cookie_container p a.btn {
	margin: 0;
	font-size: 11px !important;
}
#cookie_container p.credit {
	margin-bottom: 10px;
}


/*--------------FIX PLUGINS-------------*/
/*--------------------------------------*/

/*==============typeahead===============*/
.typeahead.dropdown-menu {
	max-height: 150px;
	overflow-y: auto;
}

.typeahead.dropdown-menu > .active > a,
.typeahead.dropdown-menu > .active > a:focus,
.typeahead.dropdown-menu > .active > a:hover {
	background-color: #fcaf17 !important;
}

/*============datetimepicker============*/

.datetimepicker.dropdown-menu legend {
	font-size: 16px;
	margin: 0;
}


/*----------------DIV TABLE-------------*/
/*--------------------------------------*/
div.table > .row:first-child {
	border-radius: 3px;
	background: #F7931D;
	padding: 5px 0;
	color: #FFF;
}

div.table > .row:first-child ~ div:nth-child(odd) {
	background: #F3F3F3;
}

.empty h3 {
	margin: 50px 0;
	color: #b5b5b5;
	font-weight: bold;
}



/*----------------FIX PRINT-------------*/
/*--------------------------------------*/

@media print {
	html, body {
		font-size: 8pt;
	}
	#logo img {
		height: 1cm;
	}
	#titlebar,
	.property-titlebar {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

/*
article.blog div.details div a {
	background: black
}
*/

.im-icon-Smartphone:before {
    content:url(/images/icons/whatsapp.png) !important;
}