/* hide stuff */
.js-hide {
  display: none;
}


/* Calendar */

.avdtcol {
	background-color: #BEF6CC;
}
.bkdtcol {
	background-color: #FF9999;
}
.stdtcol {
	background-color: #EAF6FF;
}
.pastdtcol {
	background-color: #f1f1f1;
}
.avdtcol + .bkdtcol {
	background-color: #FF9999;
	background-image: linear-gradient(-45deg, #FF9999 50%, #BEF6CC 50%);
}
.bkdtcol + .avdtcol {
	background-color: #BEF6CC;
	background-image: linear-gradient(-45deg, #BEF6CC 50%, #FF9999 50%);
}

.str_b {color: red}

/* Pics display */

.olpic {
   position: relative;
}

.olpic p {
   font-weight: bold;
   font-size: 120%;
   letter-spacing: 1px;
   color: #fff;
   position: absolute;
   top: 15px;
   left: 18px;
   text-shadow: rgb(3, 3, 3) 0px 0px 6px;
}

.olpic i {
   font-size: 200%;
   color: #feea0a;
   position: absolute;
   top: 20px;
   right: 30px;
   text-shadow: rgb(3, 3, 3) 0px 0px 6px;
}

.picalert {
   font-size: 200%;
   color: #f3bf01;
   padding-right:5px;
   position: relative;
   top: 7px;
}


/* Other */

.cardbg {
	background-color: rgba(0,0,0,.03);
}

.tgreen {
	color: #53b54e;
}
.tblue {
	color: #51a5e1;
}
.tred {
	color: #ec694f;
}

.badge a {
	color: #ffffff;
}

.navpos {
	position: sticky;
}

.lsq ul, .lsq ol {
	list-style-type: square;
}

.nobr {
  white-space:nowrap;
}

/* datepicker */

.calendar{
    background: #edf2f8;
    border: 1px solid #6690d9;
    border-radius: 5px;
    position: absolute;
    z-index: 9;
}

.calendar > div {
    display: inline-block;
    margin: 20px 10px 0 10px;
}

.calendar.hidden{
    display: none;
}

.calendar .navWrapper > span {
    cursor: pointer;
}

.calendar .month > table td.active, .calendar .month > table td.selected{
    background-color: #e1e9f2;
    cursor: pointer;
}

.calendar .month > table td.selected{
    background-color: #c2d2e5;
}

.calendar .month > table td.disabled{
    opacity: 0.7;
    cursor: not-allowed;
    color: #888;
}

.calendar .closeWidget{
    display: block;
    text-align: right;
}

.calendar .closeWidget p{
    cursor: pointer;
}

/* Linear calendar */

/* Table */

@media (min-width: 1010px) {
.calout {
	width: 100%;
	display: flex;
	justify-content: center;
	border: 1px solid #dfdfdf;
	padding: 1rem 0;
}
}

.cal.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

.cal table {
	margin: 0 0 2em 0;
	width: 100%;
}

	.cal table tbody tr {
		border: solid 1px rgba(144, 144, 144, 0.25);
		border-left: 0;
		border-right: 0;
	}

		.cal table tbody tr:nth-child(2n + 1) {
			background-color: rgba(144, 144, 144, 0.075);
		}

	.cal table td {
		padding: 0.75em 0.75em;
	}

	.cal table th {
		color: #616161;
		font-size: 0.9em;
		font-weight: 700;
		padding: 0 0.75em 0.75em 0.75em;
		text-align: left;
	}

	.cal table thead {
		border-bottom: solid 2px rgba(144, 144, 144, 0.25);
	}

	.cal table tfoot {
		border-top: solid 2px rgba(144, 144, 144, 0.25);
	}

	.cal table.alt {
		border-collapse: collapse;
	}

		.cal table.alt tbody tr td {
			border: solid 1px #fff;
			border-left-width: 0;
			border-top-width: 0;
		}

			.cal table.alt tbody tr td:first-child {
				border-left-width: 1px;
			}

		.cal table.alt tbody tr:first-child td {
			border-top-width: 1px;
		}

		.cal table.alt thead {
			border-bottom: 0;
		}

		.cal table.alt tfoot {
			border-top: 0;
		}

	/*.cal .calblock {
		min-height: 240px;
	}*/

	.cal table.alt.cal td {
		text-align: center;
		padding: 0 0.1em;
		background-color: #aac9fa;
	}

	.cal table.alt.cal th {
		color: #616161;
		font-size: 0.75em;
		font-weight: 800;
		padding: 0;
		text-align: center;
	}


	.cal table.alt.cal td.unavailable {
		background-color: #fea28d;
	}

	.cal .available + .unavailable {
	    background-color: #fea28d;
	    background-image: linear-gradient(-45deg, #fea28d 50%, #aac9fa 50%);
	}

	.cal .unavailable + .available {
	    background-color: #fea28d;
	    background-image: linear-gradient(-45deg, #aac9fa 50%, #fea28d 50%);
	}

	.cal table.alt.cal td.past {
		color: #bdbdbd;
		background-color: #dadada;
	}

	.cal table.alt.cal td.emptyspace {
		background-color: #edeaea;
	}

	.cal table.alt.cal td.month {
		text-align: left;
		padding: 0 5px;
		background-color: #edeaea;
	}


	.cal table.alt.cal.avline {
		table-layout: fixed;
	}

	.cal table.alt.cal.avline tbody {
		display: block;
		overflow: auto;
	}

	.cal table.alt.cal.avline td {
		line-height: 1.4em;
		font-size: .75em;
		font-weight: 600;
		min-width: 19px;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}

	.cal table.alt.cal.avline td.month {
		min-width: 65px;
	}

	.cal table.alt.cal.avline th {
		color: #fff;
		background-color: #305081;
	}

	.cal .calkey {
		margin-top: 1rem;
		float: right;
	}

	@media (max-width: 991.98px) {
	.cal .calkey {
		margin-top: 0;
		float: left;
	}
	}

	.cal .ckavail {
	    background-color: #aac9fa;
	    padding: 3px 6px;
	    margin-left: 8px;
	    border-radius: 2px 0 0 2px;
	}
	.cal .ckunavail {
	    background-color: #fea28d;
	    padding: 3px 6px;
	    margin: 12px 0;
	    border-radius: 0 2px 2px 0;
	}


/* discount and price tables */

.tscroll {
	display: block;
	    overflow-x: auto;
	    white-space: nowrap;
}
.tscroll table tbody {
	display: table;
	width: 100%;
}
.tscroll table tbody tr.titles {
	color: #a0a0a0;
	text-transform: uppercase;
	font-size: 80%;
}



/* Accomm cards */

/*.accommcards {
  background-color: #f6f3ef;
  padding: 2rem 0;
}*/

.accommcards a {
	color: #212529;
}

.accommcards .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 0;
}

@media (min-width: 36em) {
    .accommcards .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 54em) {
    .accommcards .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}


@media (min-width: 80em) {
    .accommcards .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}


.accommcards .card:hover {
		border-color: #c4c4c4;
	}

.accomm-cols .card {
	/*height: 430px;*/
}

.accomm-cols .accomm-cols-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
	border-radius: 10px 10px 0 0;
}

.accomm-cols .card-custom-header {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 57%;
  color: #fff;
  font-family: 'Bitter', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
}

@media (min-width: 1199.89px) {
  .accomm-cols .card-custom-header {
  max-width: 65%;
  font-size: 1.6rem;
}
}

.accomm-cols .card-custom-rating img {
	height: 20px;
    position: absolute;
    top: 18px;
    right: 18px;
}

.accomm-cols .bookonline {
	position: absolute;
	width: 60px;
	height: 55px;
	top: 100px;
	left: 15px;
	background: url('/temp/assets/images/media/book-online-badge.png') center / cover no-repeat;
}

.accomm-cols .descblock {
    font-size: .9rem;
    line-height: 1.4;
    background: rgba(112, 156, 223, 0.86);
    color: #ffffff;
    padding: 5px 50px 0 17px;
    position: absolute;
    top: 170px;
    height: 30px;
    width: 100%;
}

.accomm-cols .propsummary {
	display: flex;
	font-size: 95%;
	font-weight: 600;
	color: #6a6a6a;
	line-height: 1.2;
	border-bottom: 1px solid #e3e3e3;
	margin: 5px 0 15px;
}
.accomm-cols .propsummary .pd {
    padding-bottom: 7px;
}
.accomm-cols .smicons img {
    height: 18px;
}
.accomm-cols .propsummary .pd:last-child {
    flex-grow: 1;
    text-align: right;
}
.accomm-cols .images-count {
    background: rgb(48, 80, 129);
    color: #ffffff;
    padding: 5px 8px;
    position: absolute;
    top: 170px;
    right: 0;
    height: 30px;
}

.accomm-cols .card-body {
	padding: .5rem 0;
}

/*.accomm-cols .desc {
	overflow: hidden;
	text-overflow: fade(10);
}*/

.accomm-cols .card-body ul.info {
	padding-left: 2.5rem;
}

.accomm-cols .card-body ul.info li {
	list-style-type: square;
}

.accomm-cols .card-text {
	margin-bottom: .75rem;
}

.accomm-cols .card-body .bcrumb {
	color: #878787;
	font-size: 90%;
	border-bottom: 1px dotted #c7c7c7;
	margin-bottom: .75rem;
}

.accomm-cols .card-footer {
	padding: 0 1.25rem 1rem 1.25rem;
	border: none;
}
.accomm-cols .btn:hover {
	background-color: orange;
	border: 1px solid orange;
	font-weight: 800;
}




.card-custom {
  overflow: hidden;
  border: 0;
  box-shadow: 0 0 2px rgba(10, 10, 10, 0.3);
}

.card-custom .card-custom-img {
  height: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}

.card-custom .card-custom-header {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 57%;
  color: #fff;
  font-family: 'Bitter', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
}

.card-custom .card-custom-rating img {
	height: 20px;
    position: absolute;
    top: 18px;
    right: 18px;
}

.card-custom .descblock {
    font-size: .95rem;
    line-height: 1.4;
    background: rgba(0,0,0,0.4);
    color: #ffffff;
    padding: 5px 50px 0 17px;
    position: absolute;
    top: 170px;
    height: 30px;
    width: 100%;
	overflow-x: scroll;
}

.card-custom .propsummary {
	display: flex;
	font-size: 95%;
	color: #6a6a6a;
	line-height: 1.2;
	border-bottom: 1px solid #e3e3e3;
	margin: 5px 0 15px;
}
.card-custom .propsummary .pd {
    padding-bottom: 7px;
}
.card-custom .smicons img {
    height: 18px;
}
.card-custom .propsummary .pd:last-child {
    flex-grow: 1;
    text-align: right;
}
.card-custom .images-count {
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    padding: 5px 8px;
    position: absolute;
    top: 170px;
    right: 0;
    height: 30px;
}

.card-custom .card-body {
	padding-top: .5rem;
	overflow-y: auto;
}

.card-custom .card-body ul.info {
	padding-left: 2.5rem;
}

.card-custom .card-body ul.info li {
	list-style-type: square;
}

.card-custom .card-text {
	margin-bottom: .75rem;
}

.card-custom .card-body .bcrumb {
	color: #878787;
	font-size: 90%;
	border-bottom: 1px dotted #c7c7c7;
	margin-bottom: .75rem;
}

.card-custom .card-footer {
	background: inherit;
	border-color: inherit;
	padding: 0 1.25rem 1rem 1.25rem;
}


/* small icons */

ul.smicons li {
	display: inline-block;
    padding: 0 .4em 0 0;
}

ul.smicons {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
}

ul.smicons img {
	height: 22px;
}
ul.smicons.smlr img {
	height: 16px;
}
ul.smicons.smlr li {
	padding-right: .2em;
}

/* Accomm list */

.accommlist .card-aside-column {
    flex-basis: 40%;
}
.accommlist .rating img {
	height: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
}
@media (max-width: 576px) {
.accommlist .rating img {
	height: 20px;
}
}
.accommlist .card:hover {
		border-color: #c4c4c4;
	}
.accommlist .loveit:hover{
	color: red;
}
.accommlist .images-count {
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    opacity: .7;
    border-radius: 3px;
    padding: 0 8px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.accommlist .bookit {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #305081;
    color: #fff;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}
@media (max-width: 767px) {
.accommlist .bookit {
	top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
}
.accommlist .propsummary {
	flex-direction: row;
    background-color: #aac9fa;
	font-size: 90%;
	color: #4C6278;
	border-radius: 3px;
	line-height: 1.2;
}
.accommlist .propsummary .pd {
    padding: 5px 7px;
    justify-content: center;
}
.accommlist .bcrumb{
	font-weight: 600;
	color: #7c7c7c;
}
@media (max-width: 48em) {
.accommlist .propsummary {
	flex-direction: column;
}
.accommlist .propsummary .pd {
    padding: 3px 7px;
    border-bottom: 1px solid #a6e0f0;
}
.accommlist .propsummary .pd:last-child {
	border: none;
}

}

.accommlist .propoffer {
	color: #fff;
	flex-direction: row;
    background-color: #FF6644;
	font-size: 95%;
	border-radius: 3px;
	line-height: 1.2;
	padding: 5px 7px;
}


/* Locations map */

#lg_map {
    height: 100%;
    width: 100%;
    display: block;
}

.lgmap {
	display: flex;
    margin-top: 0;
    height: calc(100vh - 275px);
    width: 100%;
    background-color: #f6f2e1;
}
.lgmap .lcol {
	flex-basis: 30%;
	background-color: #f9f5e9;
	overflow-y: scroll;
	overflow-x: hidden;
}
.lgmap .rcol {
	flex-basis: 70%;
}

@media (max-width: 960px) {
.lgmap {
	display: flex;
	flex-direction: column;
}
}


/* Other */

#map {
    height: 300px;
}

.fullw-header {
    margin-top: 0;
    padding-top: 1.5rem;
    margin-bottom: 0;
    position: relative;
    background-color: #F4F7F1;
}


.header_row {
	background-color: #aac9fa;
	padding-top:1.5rem;
	margin-bottom:.5rem;
	background-image: linear-gradient(#aac9fa 0%, #F4F7F1 100%);
}

.header_row .card-body {
	height: 10rem;
	background-attachment: scroll, fixed;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	position: relative;
}

.header_row .card-body:hover {
	text-decoration: none;
}

.header_row .card h2 {
	position: absolute;
	top: 37px;
	right: 10px;
	left: 10px;
	color: #fff;
	text-shadow: 2px 2px 4px #626262;
}
.header_row .card .infopanel {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	padding: .15rem;
	border-radius: 0 0 10px 10px;
	opacity: .8;
	line-height: 1.2;
	font-weight: 500;
	font-size: 95%;
	min-height: 2.6rem;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
.banner {
	background-attachment: scroll, fixed;
    background-position: center center;
    background-size: cover;
    padding: 1em;
}
.banner .mainsearch {
    padding: 1rem 1rem .3rem 1rem;
    margin: 0;
	background-color: #fff;
    border-radius: 0;
    opacity: 1;
    background: url("../images/media/wh-bg.png") no-repeat scroll center center / cover;
}
.banner .selectgroup img {
	height: 15px;
}
.banner .selectgroup label {
	margin-top: 7px;
	margin-bottom: 7px;
}
.banner h1 {
	font-size: 1.2rem;
}
@media (min-width: 1010px) {
.banner .htext {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	max-width: 250px;
	padding: .8rem .7rem .7rem 1.2rem;
	color: #305081;
	font: italic 1.6rem "Bitter", sans-serif;
	line-height: 1.1;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.7);
}
.banner .htext .or {
	color: #c84b08;
}
}
@media (max-width: 1009px) {
.banner .htext {
	visibility: hidden;
}
}
@media (min-width: 720px) {
.banner .mainsearch {
    padding: 1.2rem 2rem 0 2rem;
    margin: 4rem 0 4rem 3.5rem;
    display: inline-block;
    max-width: 600px;
	background-color: #fff;
    border-radius: 10px;
    opacity: 1;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
    background: url("../images/media/wh-bg.png") no-repeat scroll center center / cover;
}

.banner .selectgroup label {
	margin-top: 0;
	margin-bottom: 0;
}
.banner p {
	color: #717171;
	font-weight: 600;
}
.banner h1 {
	font-size: 1.55rem;
	color: #4c6278;
}

}

.navimage {
    max-width: 200px;
    max-height: 300px;
}

.navimage.fr {
	display: block;
    width: 100%;
    max-width: 500px;
    max-height: 500px;
    }

.navimage.ie {
    max-width: 300px;
    max-height: 450px;
}

.navimage.nr {
    max-width: 300px;
    max-height: 250px;
}

.navimage a {
	text-decoration: none;
}

.navimage.f135 {
	font-size: 135%;
}

/*#main .navimage.ie {
    font-size: 150%;
}*/

.main .navimage.ie {
    max-width: 500px;
    max-height: 650px;
}

.main .navimage.md {
    max-width: 400px;
    max-height: 650px;
}

.main .navimage.sm {
    max-width: 300px;
    max-height: 450px;
}

.main .navimage.fillsp {
    display: block;
    width: 100%;
    max-height: 2000px;
    max-width: 2000px;
    }

.main .navimage.f400 {
    font-size: 450%;
}

.main .navimage.f225 {
    font-size: 225%;
}

.main .navimage.f100 {
    font-size: 100%;
}

.main .navimage.f75 {
    font-size: 75%;
}

.main .navimage.f50 {
    font-size: 50%;
}

/* Accomm detail */

.yousave {
	font-style: italic;
	font-size: 110%;
}
.enquiryform {
	border-radius: 5px;
	background-color: #aac9fa;
	padding: .7rem 1rem 1rem 1rem;
}
.enquiryform label {
	font-size: 90%;
	color: #7c7c7c;
}
.hline {
	background-color: #305081;
	color: #fff;
	padding: 7px 9px;
	margin: 5px 0 8px 0;
	border-radius: 3px;
	font-weight: 800;
	letter-spacing: .03em;
	font-size: .9rem;
	text-align: center;
	line-height: 1.2;
}

.accomm {
	max-width: 1210px;
}
.accomm .desc p {
	font-size: 1.1rem;
}
.accomm h1 {
	font-size: 1.6rem;
	font-weight: 700;
}
.accomm h4 {
	font-size: 1.1rem;
	font-weight: 600;
}
.accomm .prophead {
	display: flex;
	align-items: center;
	width: 100%;
}
.accomm .prophead .pd {
	flex-grow: 1;
}
@media (max-width: 700px) {
.accomm .prophead {
	flex-direction: column;
}
}
.accomm .propsummary {
	flex-direction: row;
    background-color: #F4F7F1;
	color: #4C6278;
	border-radius: 5px;
}
.accomm .propsummary .pd {
    padding: 5px 11px;
	font-weight: 600;
}
.accomm .propsummary .pd:last-child {
	border: none;
	flex-grow: 1;
	text-align: right;
}
.accomm h1 .loveit-a {
	font-size: 20px;
	color: #7f7f7f;
	text-decoration: none;
    cursor: pointer;
}
.accomm h1 .loveit-a:hover {
	font-size: 20px;
	color: #FF6644;
}
.accomm h1 .loveit-b {
	font-size: 20px;
	color: #FF6644;
	text-decoration: none;
}
.accomm h1 .loveit-b:hover {
	font-size: 20px;
	color: #7f7f7f;
}
@media (max-width: 576px) {
.accomm .propsummary {
	flex-direction: column;
}
.accomm .propsummary .pd {
    padding: 3px 7px;
    border-bottom: 1px solid #e5ecde;
}
.accomm .propsummary .pd:last-child {
	border: none;
	flex-grow: 0;
	text-align: left;
	padding-bottom: 8px;
}

}
.accomm .rating img {
    height: 22px;
    margin-bottom: 2px;
}
.accomm .bookonline {
	width: 5rem;
	float:right;
	margin:0 0 5px 10px;
}



/*==================================
             SWIPER
===================================*/
/* remove bullet and space from the list */
ul.swiper-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Swiper styles */
.swiper-container {
  max-width: 100%;
}

/* responive image */
.swiper-container img {
/*  width: 100%;*/
  height: 350px;
}

.swiper-slide {
  text-align: center;

/* Remove this if you want 1 slide perview - than change slidesPerView js-option to 1 -or- 2+ instead of 'auto' */
  width: auto;
}

/* Swiper custom pagination */
.swiper-pagination-bullet {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: black;
}

.swiper-container {
  width: 100%;
  height: 350px;
  color: #fff;
}

.slidediv {
  height: 350px;
}


ul.rcol-mlist, ul.rcol-textlist {
    list-style: none;
    padding: 0;
}

ul.rcol-textlist li, ul.rcol-textlist li {
    padding: 0;
    width: 49%;
    display: inline-block;
}


ul.labeled-icons {
	list-style: none;
	padding-left: 1rem;
	}

ul.labeled-icons li {
	margin-bottom: .6em;
	padding-left: 1.8em;
	position: relative;
	font-size: 105%;
}

ul.labeled-icons i {
	cursor: default;
	display: block;
	left: 0;
	position: absolute;
	top: 4px;
	color: #4B6C8A;
}

@media (min-width: 576px) {
.twocols {
	-webkit-columns: 300px 2;
	   -moz-columns: 300px 2;
	        columns: 300px 2;
}
}

.telnums {
	display: none;
}
#show-telnums {
  cursor: pointer;
}
ul.adfeatures li i {
	color: #4C6278;
}
.plnames{
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listaccomm {
	display: flex;
	width: 100%;
	margin-bottom: 1.5rem;
	border-radius: 10px;
}
.listaccomm:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  transition: box-shadow 0.5s ease-in-out;
}
.listaccomm .imgcol {
	position: relative;
	flex-basis: 70%;
	min-width: 10rem;
	min-height: 12rem;
	background: no-repeat center/cover;
	border-radius: 10px 0 0 10px;
}
.listaccomm .imgover {
	position: relative;
	width: 100%;
	height: 100%;
}
.listaccomm .imgover .rating {
	position: absolute;
	top: 15px;
	left: 15px;
}
.listaccomm .propsummary {
	flex-direction: row;
    background-color: #F4F7F1;
	font-size: 90%;
	color: #4C6278;
	border-radius: 0;
	line-height: 1.2;
	font-weight: 600;
}
.listaccomm .propsummary .pd {
    padding: 7px;
    justify-content: center;
}
.listaccomm .bcrumb {
	font-weight: 600;
	color: #4C6278;
}
.listaccomm .imgover .images-count {
	background: rgba(0,0,0,0.7);
	color: #ffffff;
	opacity: .8;
	border-radius: 3px;
	padding: 0 8px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.listaccomm .imgover .bookonline {
	position: absolute;
	width: 70px;
	height: 64px;
	top: 15px;
	right: 15px;
	background: url('/temp/assets/images/media/book-online-badge.png') center / cover no-repeat;
}
.listaccomm .txtcol {
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 0 10px 10px 0;
	border-top: 1px solid rgba(0, 40, 100, 0.12);
	border-right: 1px solid rgba(0, 40, 100, 0.12);
	border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.listaccomm .txtcol .inner {
	padding: 1.5rem 1.5rem;
}
.listaccomm .propoffer {
	color: #fff;
	flex-direction: row;
    background-color: #FF6644;
	font-size: 95%;
	border-radius: 3px;
	line-height: 1.2;
	padding: 5px 7px;
}
.listaccomm .txtcol .discounts {
    position: absolute;
    top: 20px;
    right: 25px;
    background-color: #FF6644;
    color: #fff;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}
@media (max-width: 767px) {
.listaccomm .inner .bookit {
	top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
}
@media (max-width: 576px) {
.listaccomm {
	flex-direction: column;
}
.listaccomm .imgcol {
	border-radius: 10px 10px 0 0;
	min-height: 15rem;
}
.listaccomm .txtcol {
	border-top: none;
	border-left: 1px solid rgba(0, 40, 100, 0.12);
	border-radius: 0 0 10px 10px;
}
.listaccomm .txtcol .inner {
	padding: 1rem;
}
.listaccomm .txtcol .discounts {
    top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.listaccomm .propsummary {
	flex-direction: column;
}
.listaccomm .propsummary .pd {
    padding: 7px;
    border-bottom: 1px solid #e5ecde;
}
.listaccomm .propsummary .pd:last-child {
	border: none;
}
.listaccomm .imgover .images-count {
	bottom: -225px;
}
}

/* speech bubbles */

.bubbler {
	min-height: 170px;
}
@media (min-width: 767px) {
/*.bubbler {
	min-width: 150px;
}*/
}

.price_quote {
	background: #4c6278;
	color: #fff;
	border-color: rgba(0,40,100,0.18);
	border-radius: 5px;
	padding: 1em;
}
.price_quote .price {
	font: 2.2rem "Source Sans Pro", sans-serif;
	font-weight: 700;
	color: #fff;
}
.price_quote .info {
	line-height: 1.1;
	margin-top: -10px;
}

p.bubble
{
	position: relative;
	width: 200px;
	height: 116px;
	text-align: center;
	line-height: 1.1;
	margin: 0;
	background-color: #fff;
	border: 2px solid #305081;
	border-radius: 10px;
}
p.bubble .inner {
	position: absolute;
	left: 5%;
	right: 5%;
	padding-top: 10px;
	font-size: 92%;
}
p.bubble .inner .topline {
	display: block;
	padding: 5px;
	margin-bottom: 13px;
	background-color: #e6ede0;
	color: #FF6644;
	font-size: 110%;
	border-radius: 5px;
	}

p.thought
{
	width: 130px;
	line-height: 100px;
	-webkit-border-radius: 108px;
	-moz-border-radius: 108px;
	border-radius: 108px;
}

p.bubble:before, p.bubble:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

p.speech:before
{
	left: 44px;
	top: 112px;
	border: 20px solid;
	border-color: #305081 transparent transparent #305081;
}

p.speech:after
{
	left: 46px;
	top: 111px;
	border: 18px solid;
	border-color: #fff transparent transparent #fff;
}

p.thought:before, p.thought:after
{
	left: 10px;
	top: 70px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 8px solid #666;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}

p.thought:after
{
	width: 20px;
	height: 20px;
	left: 5px;
	top: 100px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

/* Lil pics */

.smpics-gallery {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
    z-index: 0;
    margin-bottom: 1rem;
   }

.smpics-gallery .col {
    -webkit-flex: 1 0 33.3%;
    -ms-flex: 1 0 33.3%;
    -webkit-box-flex: 1;
            flex: 1 0 33.3%;
    text-align: center;
    height: 70px;
    background-size: cover;
    background-position: 50% center;
    opacity: 0.85;
    filter: alpha(opacity=85);
	border-right: 1px solid #f4f7f1;
}

.smpics-gallery .col:nth-child(n+4) {
	border-top: 1px solid #f4f7f1;
}

.smpics-gallery .col.col-taller {
    -webkit-flex: 1 0 33.3%;
    -ms-flex: 1 0 33.3%;
    -webkit-box-flex: 1;
            flex: 1 0 33.3%;
    background-color: #e0f3f7;
    text-align: center;
    height: 80px;
    background-size: cover;
    background-position: 50% center;
    opacity: 0.85;
    filter: alpha(opacity=85);
    margin-right: 2px;
    margin-bottom: 2px;
}


.smpics-gallery .wrap {
	display: block;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
	text-indent:100%;
}

.smpics-gallery .col:hover {
    opacity: 1;
}



/* Homepage pics */

.hpics-gallery {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
/*    position: relative;*/
    z-index: 0;
    margin-bottom: 1rem;
   }

.hpics-gallery .col {
    -webkit-flex: 1 0 20%;
    -ms-flex: 1 0 20%;
    -webkit-box-flex: 1;
    flex: 1 0 20%;
	text-align: center;
    height: 150px;
    background-size: cover;
    background-position: 50% center;
	border-right: 10px solid #f4f7f1;
	position: relative;
	opacity: .9;
}

.hpics-gallery .col:nth-child(n+6) {
	border-top: 10px solid #f4f7f1;
}

.hpics-gallery .col:nth-child(5n+0) {
	border-right: none;
}

.hpics-gallery .wrap {
	display: grid;
	justify-content: center;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	text-shadow: -2px 2px 3px #000;
	width: 100%;
	height: 100%;
	padding-top: 1rem;
}

.hpics-gallery .col:hover {
    opacity: 1;
}


@media (max-width: 991.89px) {

.hpics-gallery .col {
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    -webkit-box-flex: 1;
    flex: 1 0 30%;
	font-weight: 600;
	font-size: 1.3rem;
	border-right: none;
	}

.hpics-gallery .wrap {
	font-weight: 600;
	line-height: 1.1;
}

.hpics-gallery .col:nth-child(1n) {
	border: none;
}

}


@media (max-width: 991.89px) {

.hpics-gallery .col {
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    -webkit-box-flex: 1;
    flex: 1 0 30%;
	font-weight: 600;
	font-size: 1.3rem;
	border-right: none;
	}

.hpics-gallery .wrap {
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.2;
}

.hpics-gallery .col:nth-child(1n) {
	border: none;
}

}

@media (max-width: 767.89px) {

.hpics-gallery .col {
    font-size: .9rem;
	}

.hpics-gallery .wrap {
	font-size: .9rem;
}

}




.rlist {
	display: flex;
	flex-wrap: wrap;
}
.rlist .item {
 	flex: 1 0 50%;
 	box-sizing: border-box;
	padding: 0 5px 3px 0;
}
img.gpic {
	border-radius: 10px;
}