.hc_block_holder .owl-theme .owl-nav {
    margin-top: 0px;
}
.hc_block_holder {
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: #fff;
	-moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.05);
	margin: 1%;
	position: relative;
}
@media (min-width: 992px) {
	.hc_block_holder {
		width: 31.3%;
		float: left;
}
.hc_block_holder .hc_block_images {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.hc_block_holder .new_property,
.hc_block_holder .on_offer {
    position: absolute;
    right: 0;
    top: 0 !important;
    width: 100px;
    height: 100px;
    z-index: 1;
    text-align: right;
    padding: 5px 5px 0 0;
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
}
.hc_block_holder .on_offer {
	z-index: 2;
}
.hc_block_holder .new_property:after, 
.hc_block_holder .on_offer:after {
	content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 0px;
    height: 0px;
    border-top: 110px solid #365c8c;
    border-left: 110px solid transparent;
    z-index: -1;
}
.hc_block_holder .new_property .skew,
.hc_block_holder .on_offer .skew {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    text-align: center;
    margin-right: -25px;
    margin-top: 30px;
}
.hc_block_holder .hc_block_details {
	width: 100%;
	float: right;
	overflow: hidden;
	position: relative;
	padding: 15px;
	margin: 0;
}
.hc_block_holder .hc_block_details .hc_block_title {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 15px;
	height: 80px;
    overflow: hidden !important;
}
.hc_block_holder .hc_block_details .hc_block_title span {
	display: block;
	font-size: 0.8rem;
	font-weight: bold;
	display: block;
}
.hc_block_holder .hc_block_details .hc_our_ref {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
	font-size: 0.8rem;
}
.hc_block_holder .hc_block_details ul.hc_block_rooms
{
    overflow: hidden;
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
}
.hc_block_holder .hc_block_details ul.hc_block_rooms li
{
    width: 33.3%;
    font-size: 0.8rem;
    text-align: left;
    padding: 5px 0;
    float: left;
}
.hc_block_holder .hc_block_button_holder {
	display: block;
}
.hc_block_holder .hc_block_button_holder .view {
	width: 50%;
	float: left;
	padding: 15px;
}
.hc_block_holder .hc_block_button_holder .wishlist {
	width: 50%;
	float: left;
	padding: 15px;
}
.hc_block_holder a.button, 
.hc_block_holder .hc_block_button_holder .wishlist button {
	background: #365c8c;
	color: #fff;
	text-align: center;
	display: block !important;
	padding: 10px;
	margin: 0;
	border-radius: 0 !important;
	width: 100%;
}
.hc_block_holder .hc_block_button_holder .wishlist button {
	padding: 9px;
}
.hc_block_holder .hc_special_offers {
	width: 100%;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 15px;
}









.hc_holder {
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: #fff;
	-moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	position: relative;
}
.hc_holder .hc_images {
	width: 40%;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: -10px;
}
.hc_holder .new_property,
.hc_holder .on_offer {
    position: absolute;
    right: 0;
    top: 0 !important;
    width: 100px;
    height: 100px;
    z-index: 1;
    text-align: right;
    padding: 5px 5px 0 0;
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
}
.hc_holder .on_offer {
	z-index: 2;
}
.hc_holder .new_property:after, 
.hc_holder .on_offer:after {
	content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 0px;
    height: 0px;
    border-top: 110px solid #365c8c;
    border-left: 110px solid transparent;
    z-index: -1;
}
.hc_holder .new_property .skew,
.hc_holder .on_offer .skew {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    text-align: center;
    margin-right: -25px;
    margin-top: 30px;
}
.hc_holder .hc_details {
	width: 60%;
	float: right;
	overflow: hidden;
	position: relative;
	padding: 15px;
	margin: 0;
}
.hc_holder .hc_details .hc_title {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.hc_holder .hc_details .hc_title span {
	display: block;
	font-size: 0.8rem;
	font-weight: bold;
	display: block;
}
.hc_holder .hc_details .hc_our_ref {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
	font-size: 0.8rem;
}
.hc_holder .hc_details ul.hc_rooms
{
    overflow: hidden;
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
}
.hc_holder .hc_details ul.hc_rooms li
{
    width: 33.3%;
    font-size: 0.8rem;
    text-align: left;
    padding: 5px 0;
    float: left;
}
.hc_holder .button_holder {
	position: absolute;
	bottom: 0;
	left: 40%;
	right: 0;
}
.hc_holder .button_holder .view {
	width: 50%;
	float: left;
	padding: 15px;
}
.hc_holder .button_holder .wishlist {
	width: 50%;
	float: left;
	padding: 15px;
}
.hc_holder a.button, 
.hc_holder .button_holder .wishlist button {
	background: #365c8c;
	color: #fff;
	text-align: center;
	display: block !important;
	padding: 10px;
	margin: 0;
	border-radius: 0 !important;
	width: 100%;
}
.hc_holder .button_holder .wishlist button {
	padding: 9px;
}
.hc_holder .hc_special_offers {
	width: 100%;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 15px;
}
@media (max-width: 768px) {
	.hc_holder .hc_images {
		width: 100%;
	}
	.hc_holder .hc_details {
		width: 100%;
	}
	.hc_holder .button_holder {
		position: relative;
		width: 100%;
		left: 0;
	}
}
/* ===================================================================== */
/* ======================= FACILITIES OPTIONS ========================== */
/* ===================================================================== */
.ry_search-form .facilites_ry input[type="checkbox"][id^="a"],
.ry_search-form .facilites_ry input[type="checkbox"][id^="b"],
.ry_search-form .facilites_ry input[type="checkbox"][id^="c"],
.ry_search-form .facilites_ry input[type="checkbox"][id^="d"],
.ry_search-form .facilites_ry input[type="checkbox"][id^="e"] {
	display: none;
}
.ry_search-form .facilites_ry ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.ry_search-form .facilites_ry li {
	overflow: hidden;
	width: 100%;
	font-size: 0.8rem;
}
.ry_search-form .facilites_ry label span {
	float: left;
	padding: 8px;
	padding-left: 0;
	overflow: hidden;
}
.ry_search-form .facilites_ry label {
	padding: 10px;
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ry_search-form .facilites_ry label::before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 1px solid grey;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 29px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	transition-duration: 0.4s;
	transform: scale(0);
	z-index: 1;
}
.ry_search-form .facilites_ry label img {
	height: 30px;
	width: 30px;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
	float: left;
	margin-right: 10px;
}
.ry_search-form .facilites_ry :checked+label {
	border-color: #ddd;
}
.ry_search-form .facilites_ry :checked+label::before {
	content: "✓";
	background-color: grey;
	transform: scale(1);
}
.ry_search-form .facilites_ry :checked+label img {
	transform: scale(0.9);
	z-index: -1;
}
@media (min-width: 768px) {
	.ry_search-form .facilites_ry li {
		width: 50%;
		float: left;
	}	
}
@media (min-width: 1024px) {
	.ry_search-form .facilites_ry li {
		width: 33%;
	}	
}
@media (min-width: 1140px) {
	.ry_search-form .facilites_ry li {
		width: 25%;
	}	
}
/* ===================================================================== */
/* ======================= DEFAULT SEARCH FORM ========================= */
/* ===================================================================== */
.ry_search-form {
    overflow: hidden;
}
.form_ry {
    overflow: hidden;
}
.ry_search-form .form-field {
    overflow: hidden;
    width: 20%;
    float: left;
    padding-right: 5px;
}
.ry_search-form label {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}
.ry_search-form .submit-field {
    overflow: hidden;
    width: 20%;
    float: left;
    padding: 0;
    padding-top: 26px;
}
.ry_search-form .submit-field button {
    width: 100%;
    border-radius: 0;
    border: 0;
    padding: 11px;
}
.ry_search-form .submit-field button:hover {
    width: 100%;
    border-radius: 0;
    border: 0;
    padding: 11px;
}
.ry_search-form input {
    padding: 0.5rem !important;
    border-radius: 0 !important;
}
.ry_search-form select {
    padding: 0.6rem !important;
    border-radius: 0 !important;
}
.ry_search-form .hasDatepicker {
	padding: 9px !important;
}
.ry_search-form [type="checkbox"] {
    float: left;
    margin-right: 10px;
}
#load{
	position:absolute;
	z-index: 9999;
	border: 3px double #365c8c;
	background: #fff;
	width:300px;
	height:300px;
	margin-top:-150px;
	margin-left:-150px;
	top:50%;
	left:50%;
	text-align:center;
	font-size:1rem;
	vertical-align: middle;
	color: #365c8c;
}
#load .box_search {
	overflow: hidden;
	width: 300px;
	padding: 10px;
	padding-top:100px;
}
@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: .2;
    }
}
.box_search span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.box_search span:nth-child(2) {
    animation-delay: .2s;
}

.box_search span:nth-child(3) {
    animation-delay: .4s;
}
@media (max-width: 600px) {
    .ry_search-form .form-field {
        width: 100%;
    }  
    .ry_search-form .submit-field {
        width: 100%;
    } 
}
/* ===================================================================== */
/* ======================= SEARCH FORM SELECT MENU ===================== */
/* ===================================================================== */
.ry_search-form select, .ry_search-form .control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ry_search-form select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 2.5em) 0.6em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.ry_search-form select:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #365c8c 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1.1em, calc(100% - 20px) 1.1em, calc(100% - 2.5em) 1em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #365c8c;
    outline: 0;
}
.ry_search-form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.ry_search-form .ms-options-wrap > .selected:after {
    right: 10px;
}
/* ===================================================================== */
/* ======================= DEFAULT FACILITIES FORM ===================== */
/* ===================================================================== */
.facilites_ry {
    clear: both;
    margin-top: 20px !important;
}
.facilites_ry .collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.facilites_ry .active, .facilites_ry .collapsible:hover {
  background-color: #555;
}
.facilites_ry .collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.facilites_ry .active:after {
  content: "\2212";
}
.facilites_ry .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
.facilites_ry .content .form-table {
    margin: 20px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
}
.facilites_ry .content .form-table .form-field {
    width: 100%;
}
@media (max-width: 600px) {
    .facilites_ry .content .form-table {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(1, minmax(200px, 1fr));
    }
}
/* ===================================================================== */
/* ======================= HOLIDAY COTTAGES ============================ */
/* ===================================================================== */
.results_holder {
	overflow: hidden;
}
.holidaycottages_holder {
	overflow: hidden;
	width: 100%;
	background: #efefef;
	padding: 7.5px;
}
.holidaycottages_grid {
	overflow: hidden;
	width: 100%;
	background: #fff;
	padding: 15px;
}
.holidaycottages_grid .holidaycottages_images {
	position: relative;
	overflow: hidden;
}
.holidaycottages_grid .new_property,
.holidaycottages_grid .on_offer {
    position: absolute;
    right: 0;
    top: 0 !important;
    width: 100px;
    height: 100px;
    z-index: 1;
    text-align: right;
    padding: 5px 5px 0 0;
    font-size: 0.9rem;
    font-weight: 400;
    color: #fff;
}
.holidaycottages_grid .on_offer {
	z-index: 2;
}
.holidaycottages_grid .new_property:after, 
.holidaycottages_grid .on_offer:after {
	content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 0px;
    height: 0px;
    border-top: 110px solid #365c8c;
    border-left: 110px solid transparent;
    z-index: -1;
}
.holidaycottages_grid .new_property .skew,
.holidaycottages_grid .on_offer .skew {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
    text-align: center;
    margin-right: -25px;
    margin-top: 30px;
}
.holidaycottages_grid .no_images {
	position: absolute;
	bottom: 20px;
	right: 10px;
	z-index: 1;
	border-radius: 0;
	background: rgba(0,0,0,0.5);
	padding: 5px;
	color: #fff;
}
.holidaycottages_grid .image  {
	background-size: cover !important; 
	background-position: center center;
}
.holidaycottages_grid .image img {
	width: 100% !important;
	height: auto;
}
.holidaycottages_grid .title {
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #365c8c;
	height: 70px;
	vertical-align: middle;
	overflow: hidden;
	font-family: marydale, sans-serif;
}
.holidaycottages_grid ul.rooms
{
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.holidaycottages_grid ul.rooms li
{
    width: 100%;
    font-size: 1rem;
    text-align: left;
    padding: 5px 0;
}
.holidaycottages_grid ul.sleeps
{
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 80px;
}
.holidaycottages_grid ul.sleeps li
{
    width: 33.3%;
    float: left;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
	text-align: center;
}
.holidaycottages_grid ul.sleeps .display {
	width: 100%;
	overflow: hidden;
	padding: 5px;
	font-size: 0.9rem;
	text-align: center;
}
.holidaycottages_grid .prices {
	font-size: 1.2rem;
	font-weight: 700;
	overflow: hidden;
	color: #365c8c;
	width: 100%;
}
.holidaycottages_grid .our_ref {
	overflow: hidden;
	font-size: 0.8rem;
	width: 100%;
	float: right;
	padding-top: 10px;
	text-align: left;
}
.holidaycottages_grid .content {
	font-size: 1rem;
	font-style: italic;
	font-weight: 400;
	overflow: hidden;
	height: 101px;
	margin-top: 15px;
}
.holidaycottages_grid .clip {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.holidaycottages_grid .special_offers {
	margin-top: 15px;
	overflow: hidden;
	background:rgba(0,0,0,0.1);
	padding: 5px;
	width: 100%;
}
.holidaycottages_grid .offers {
	margin: 0;
	padding: 0;
	list-style: none;
}
.holidaycottages_grid .offers li .daterange, 
.holidaycottages_grid .offers li .price {
	display: block;
}
.holidaycottages_grid .button_holder {
	overflow: hidden;
	margin-top: 10px;
}
.holidaycottages_grid .button_holder .wishlist, 
.holidaycottages_grid .button_holder .view {
	width: 49%;
}
.holidaycottages_grid .button_holder .wishlist {
	float: left;
} 
.holidaycottages_grid .button_holder .view {
	float: right;
}
.holidaycottages_grid a.button, 
.holidaycottages_grid .button_holder .wishlist button {
	background: #365c8c;
	color: #fff;
	text-align: center;
	display: block !important;
	padding: 10px;
	margin: 0;
	border-radius: 0 !important;
	width: 100%;
}
.holidaycottages_grid .button_holder .wishlist button {
	padding: 9px;
}
.holidaycottages_grid .facilities_icons {
	margin: 10px 0;
    padding: 0;
    height: 55px;
    max-height: 55px;
    vertical-align: middle;
}
.holidaycottages_grid .facilities_icons img {
	height: 20px;
	margin: 2.5px;
}
@media (min-width: 768px) {
	.holidaycottages_holder {
		width: 50%;
		float: left;
	}
	.holidaycottages_grid ul.rooms
	{
	    overflow: hidden;
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	    height: 30px;
	}
	.holidaycottages_grid ul.rooms li
	{
	    width: 33.3%;
	    float: left;
	    vertical-align: middle;
	    height: 30px;
	    line-height: 30px;
	    font-size: 1rem;
	    text-align: center;
	    padding: 0;
	}
	.holidaycottages_grid .prices {
		font-size: 1.2rem;
		font-weight: 700;
		overflow: hidden;
		height: 35px;
		line-height: 35px;
		color: #365c8c;
		width: 60%;
		float: left;
	}
	.holidaycottages_grid .our_ref {
		overflow: hidden;
		font-size: 0.8rem;
		width: 40%;
		float: right;
		padding-top: 10px;
		text-align: right;
	}
}
/* ===================================================================== */
/* ======================= VIEW ======================================== */
/* ===================================================================== */
.holidaycottages_view {
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}
.holidaycottages_view .property_map_canvas, .holidaycottages_view #mapid {
	z-index: 1;
}
.holidaycottages_view .offers {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.holidaycottages_view .offers .daterange,
.holidaycottages_view .offers .price,
.holidaycottages_view .offers .offertext {
	display: block;
	padding: 10px;
}
.holidaycottages_view .offers span {
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
.holidaycottages_view .testimonials {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.holidaycottages_view .testimonials li {
	width: 100%;
}
.holidaycottages_view .testimonials li .name {
	display: block;
	background: #efefef;
	padding: 10px;
}
.holidaycottages_view .testimonials li .description {
	display: block;
	padding: 10px;
}
.holidaycottages_view .testimonials li .date {
	display: block;
	padding: 10px;
	padding-top: 0;
	font-size: 0.8rem;
	font-style: italic;
}
.blue {
	color: #365c8c;
}
.holidaycottages_view .facilities {
	list-style-type: none !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
.holidaycottages_view ul {
	list-style-type: none !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
.holidaycottages_view .facilities li {
	width: 100%;
	padding: 5px;
}
.holidaycottages_view .facilities li img {
	width: 30px;
	margin: 5px;
	float: left;
}
.holidaycottages_view .facilities li span {
	overflow: hidden;
	display: inline-block;
	margin-top: 10px;
	font-size: 0.9rem;
}
.holidaycottages_view .prices {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.holidaycottages_view .prices li {
	width: 100%;
	padding: 10px;
	vertical-align: center;
}
.holidaycottages_view .prices li .daterange {
    width: 75%;
    float: left;
    background: #efefef;
    padding: 10px;
}
.holidaycottages_view .prices li .price {
    width: 25%;
    float: right;
    background: #efefef;
    padding: 10px;
}
.holidaycottages_view .map, .holidaycottages_view .map_canvas {
	height: 400px;
	overflow: hidden;
}
.holidaycottages_view .facilities_icons img {
	width: 50px;
	margin: 5px;
}
.back_to_search, .savebutton button {
	background: #365c8c;
	color: #fff !important;
	text-align: center;
	padding: 10px;
	margin: 0;
	margin-bottom: 0;
	display: block !important;
	width: 100%;
	border-radius: 0;
}
.savebutton button {
	padding: 9px;
}
@media (min-width: 768px) {
    .holidaycottages_view .facilities li,
    .holidaycottages_view .prices li {
    	width: 50%;
    	display: inline-block;
    }
}
@media (min-width: 1024px) {
    .holidaycottages_view .facilities li, 
    .holidaycottages_view .prices li {
    	width: 33%;
    }
}
/* ======================== 
CAROUSELS
======================== */
.hc_holder .searchCarousel .owl-nav button.owl-prev, 
.hc_holder .searchCarousel .owl-nav button.owl-next, 
.hc_block_holder .searchCarousel .owl-nav button.owl-prev, 
.hc_block_holder .searchCarousel .owl-nav button.owl-next { 
	position:absolute; 
	left: 0; 
	top: 37%; 
	background: #365c8c; 
	padding: 20px 10px !important;
	color: #fff;
	box-shadow: none;
	border: 0 !important;
}
.holidaycottages_view .searchCarousel .owl-nav button.owl-prev, 
.holidaycottages_view .searchCarousel .owl-nav button.owl-next { 
	position:absolute; 
	left: 0; 
	top:42%; 
	background: #365c8c; 
	padding: 20px 10px !important;
	color: #fff;
	box-shadow: none;
	border: 0 !important;
}
.hc_holder .searchCarousel .owl-nav button.owl-prev:hover, 
.hc_holder .searchCarousel .owl-nav button.owl-next:hover,
.hc_block_holder .searchCarousel .owl-nav button.owl-prev:hover, 
.hc_block_holder .searchCarousel .owl-nav button.owl-next:hover,
.holidaycottages_view .searchCarousel .owl-nav button.owl-prev:hover, 
.holidaycottages_view .searchCarousel .owl-nav button.owl-next:hover{ 
	background: #365c8c; 
	color: #fff;
	box-shadow: none;
	border: 0 !important;
}
.hc_holder .searchCarousel .owl-nav button.owl-next,
.hc_block_holder .searchCarousel .owl-nav button.owl-next,
.holidaycottages_view .searchCarousel .owl-nav button.owl-next{ 
	left: auto; 
	right: 0;
	box-shadow: none;
	border: 0 !important;
}