#mapRotateRequest{
	display: none;
	height:100%; width:100%;
}

#main{
	margin-top:93px;
}

.slick{
	overflow:hidden;
}

.wrapcheck b {
	font-weight:normal;
	display:inline-block;
	position:relative;
	top:-3px;
}

.filtering {
	padding:0px;
}

#loginForm{
	width:100%;
}

#map-satellite {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	line-height:30px;
}

#map-satellite:hover {
	background-color: #f7f4f1;
}

#map-standard {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	line-height:30px;
}

#map-standard:hover {
	background-color: rgba(234,226,224,0.4);
}

#map-standard.active:hover,
#map-standard.active {
	background-color: rgba(234,226,224,0.5);
}

#map-satellite.active:hover,
#map-satellite.active {
	background-color: rgba(234,226,224,0.5);
}

#map-type-selector {
	background-color: rgba(250,250,250,0.7);
	border-radius: 4px;
	overflow: hidden;
	border-width: 1px;
	cursor: pointer;
	text-align: center;
	width: 64px;
	height: 32px;
	margin-top: 5px;
	margin-left: 5px;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
}

#map-zoom-wrapper {
	background-color: rgba(250,250,250,0.7);
	border-radius: 4px;
	overflow: hidden;
	border-width: 1px;
	cursor: pointer;
	text-align: center;
	width: 32px;
	height: 64px;
	margin-top: 15px;
	margin-left: 5px;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
}

#map-zoom-in {
	width: 32px;
	height: 32px;
	background-image: url("/img/portals/sprites.png");
	background-position: -56px -151px;
	opacity:1.0;
}

#map-zoom-out {
	width: 32px;
	height: 32px;
	background-image: url("/img/portals/sprites.png");
	background-position: -56px -183px;
	opacity:1.0;
}

#map-zoom-out:hover {
	background-color: rgba(250,250,250,0.7);
}

#map-zoom-in:hover {
	background-color: rgba(250,250,250,0.7);
}

.photo-credit {
	display:inline-block;
	position:absolute;
	right:0;
	bottom:0px;
	z-index:9999;
	width:22px !important;
	height:22px !important;
	background-image: url('/img/portals/sprites.png');
	background-repeat: no-repeat;
	background-position: -44px -232px;
	color:#fff;
	cursor:pointer;
	margin-right:3px;
	padding:2px 5px 2px 5px;
	margin-bottom:5px;
}

.photo-credit span {
	display:none;
	width:200px !important;
	margin-left:-180px;
	background-color:#523228;
	padding:3px 5px 3px 5px;
	margin-bottom:15px;
	position:absolute;
	bottom:0px;
	text-align:center;
	cursor:normal;
	border-radius:4px;
}

.photo-credit span a {
	color:#ffa405;
}

.photo-credit span a:hover {
	color:#ffa405;
}

.photo-credit:hover span {
	display:inline-block;
}

.filter-header {
	color:#523228;
	font-size:14px;
	margin-top:0px;
}

.gap-filters {
	display:inline-block;
	width:100%;
	height:1px;
	margin-top:5px;
	margin-bottom:8px;
	background-color:#523228;
	margin-right:40px;
}
.wrapcheck{
	position: relative;
}



#accommodationFilters input[type="checkbox"], input[type="radio"] {
	display: none;
}
#accommodationFilters label {
	display:inline-block;
	height:15px;
	overflow:hidden;
	cursor:pointer;
	color: #523228;
	padding-left:0px;
	margin-bottom:2px !important;
	font-weight:normal;
	white-space: nowrap;
}

.clo, .ins, .sel, .select, .price{
	z-index: 9999 !important;
}

.inst-book {
	display:inline-block;
	width:13px;
	height:14px;
	background: url(/img/portals/filter-icons-2.gif) left 1px no-repeat;
	margin-right:5px;
	margin-left:-1px;
	position:relative;
	top:-1px;
}

.fav-icon {
	display:inline-block;
	width:13px;
	height:14px;
	background: url(/img/portals/filter-icons-2.gif) left -12px no-repeat;
	margin-right:5px;
	margin-left:-1px;
	position:relative;
	top:-1px;
}

.star-icon {
	display:inline-block;
	width:13px;
	height:14px;
	background: url(/img/portals/filter-icons-2.gif) left -38px no-repeat;
	margin-right:5px;
	margin-left:-1px;
	position:relative;
	top:-1px;
}

.poi-icon {
	display:inline-block;
	width:13px;
	height:14px;
	background: url(/img/portals/filter-icons-2.gif) left -25px no-repeat;
	margin-right:5px;
	margin-left:-1px;
	position:relative;
	top:-1px;
}

.staysselect-icon {
	display:inline-block;
	width:13px;
	height:14px;
	background: url(/img/portals/filter-icons-2.gif) left -51px no-repeat;
	margin-right:5px;
	margin-left:-1px;
	position:relative;
	top:-1px;
}

#accommodationFilters input[type="checkbox"]:focus + label span,
input[type="radio"]:focus + label span{
	outline: none !important;
}
#accommodationFilters input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
	color: #ffffff;
}
#accommodationFilters input[type="checkbox"] + label span,
#accommodationFilters input[type="radio"] + label span {
	display: inline-block;
	width: 18px;
	height: 15px;
	margin-right:4px;
}
#accommodationFilters input[type="checkbox"] + label span {
	background: url(/img/portals/checkbox.gif) left -1px no-repeat;
}
#accommodationFilters input[type="radio"] + label span {
	background: url(/img/portals/checkbox.gif) left center no-repeat;
}
#accommodationFilters input[type="checkbox"]:checked + label span {
	background: url(/img/portals/checkbox.gif) left -1px no-repeat;
}
#accommodationFilters input[type="checkbox"] + label span {
	background: url(/img/portals/checkbox.gif) left bottom no-repeat;
}
#accommodationFilters input[type="radio"]:checked + label span {
	background: url(/img/portals/checkbox.gif) left center no-repeat;
}

/* Useless styles, just for demo design */

body {
	color: #777;
	height: 100vh;
}

h1, h2 {
	margin-bottom: .25em;
	font-weight: normal;
	text-align: center;
}

h2 {
	margin: .25em 0 2em;
	color: #aaa;
}

form {
	width: 100%;
	margin: 0 auto;
}

.txtcenter {
	margin-top: 4em;
	font-size: .9em;
	text-align: center;
	color: #aaa;
}

.copy {
	margin-top: 2em;
}

.copy a {
	text-decoration: none;
	color: #4778d9;
}

html,body{
	overflow:hidden;
}

/* INFO WINDOW */
#map img {
	max-width: none !important;
}

.info {
	width: 270px;
	height: 258px;
}

.info  a,
.info  a:hover {
	color:#742c0e;
}

.info .detailWrapper{
	position:relative;
}

.info .detailWrapper .imagesWrapper{
	width:100%;
	background-color: white;
}

.info .detailWrapper .imagesWrapper .spinner{
	background-image:url('/img/portals/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position: center;
	height:100%;
	width:100%;
}

.info .detailWrapper .imagesWrapper img{
	width:310px !important;
}

.info .detailWrapper .detail{
	display:block;
	padding:8px 0px 9px 8px;
}

.info .detailWrapper .detail h5{
	width: 100%;
	color: #742c0e;
	font-weight: bold;
	font-size:16px;
	margin-bottom:0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right:10px;
}

.info .detailWrapper .detail .desc{
	display:inline-block;
	width: 100%;
	color: #a79894;
	font-size: 13px;
	line-height:15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
}

/* Info Window Overides */
.gm-style .gm-style-iw-c {
	padding:0px !important;
}
.gm-style-iw-d{
	overflow:hidden !important;
}

.poi-container  .clo {
	right: 20px;
}

.info .clo:hover{
	background-position: -22px -232px;
	cursor:pointer;
}

.info .arrow-down {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 15px solid white;
	position:relative;
	top:54px;
	left:157px;
}

.info .text{
	padding:8px;
	padding-right:12px;
	color:#742c0e;
}

#main {
	height: calc(100vh - 61px);
	margin-top: 12px;
	overflow:hidden;
}

#left, #right {
	height:95vh;
}

#left{
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	background-color: rgba(0,0,0,0.05);
}

#right{
	padding-right: 0px !important;
	padding-left: 0px !important;
	border-left:1px solid rgba(0,0,0,0.1);
}

#listings{
	margin-top:2px;
	margin-bottom:15px;
}

.list .place{
	margin:0px 0px 15px 0px !important;
	padding:0px !important;
}

.list .place .detailWrapper{
	background-color: white;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}

.list .detailWrapper .hot{
	background-color:#ffa405;
	border-color: 1px solid red !important;
	box-shadow:0 0 5px rgba(0,0,0,0.9);
}

.list .place .detailWrapper .spinner{
	background-image:url('/img/portals/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position: center;
}

.list .place .detailWrapper .imagesWrapper{
	/*height: 240px !important;*/
	height:auto;
	background-color: #ccc;
	overflow: hidden;
}

.list .place .detailWrapper .imagesWrapper .img{
	width:100%;
	height:auto;
	background-size:cover;
}

.list .place .detailWrapper .detail{
	display:block;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:9px;
	padding-top:8px;
	height:55px;
	background-color:#fff;
}

.list .place .detailWrapper.staysselect .detail{
	background-color:#f8c554;
}



#listings .place:nth-child(odd) .select {
	margin-right:16px;
}

#listings .place:nth-child(even) .select {
	margin-right:8px;
}

.list .place .detailWrapper .detail h5{
	width: 100%;
	color: #742c0e;
	font-weight: 600;
	font-size:16px;
	margin-bottom:0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display:inline-block;
}

.list .place .detailWrapper .detail .desc{
	display:inline-block;
	width: 100%;
	color: #a79894;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list .place .detailWrapper.staysselect .detail .desc{
	color:#87746f;
}

#panoCreditIcon{
	display:none;
}



/*
#listings .place:nth-child(odd) .price {
	right: 0px;
}

@media (min-width:768px) and (max-width:991px) {
#listings .place:nth-child(odd) .price {
	right: 0px;
}
}
@media (min-width:992px) and (max-width:1199px) {
#listings .place:nth-child(odd) .price {
	right: 7px;
}
}
@media (min-width:1200px) {
#listings .place:nth-child(odd) .price {
	right: 7px;
}
}


#listings .place:nth-child(even) .price {
	right: 0px;
}

@media (min-width:768px) and (max-width:991px) {
#listings .place:nth-child(even) .price {
	right: 0px;
}
}
@media (min-width:992px) and (max-width:1199px) {
#listings .place:nth-child(even) .price {
	right: 0px;
}
}
@media (min-width:1200px) {
#listings .place:nth-child(even) .price {
	right: 0px;
}
}
*/


/*
#listings .place:nth-child(odd) .fav {
	right: 13px;
}

@media (min-width:768px) and (max-width:991px) {
#listings .place:nth-child(odd) .fav {
	right: 13px;
}
}
@media (min-width:992px) and (max-width:1199px) {
#listings .place:nth-child(odd) .fav {
	right: 20px;
}
}
@media (min-width:1200px) {
#listings .place:nth-child(odd) .fav {
	right: 20px;
}
}
*/

.fav.active:hover, .fav.active{
	background-position: 0px -254px;
}

.fav:hover {
	background-position: -44px -254px;
}

.image-link {
	display:inline-block;
	width:100%;
	height:100%;
	-webkit-transition: background-color 1s; /* Safari */
	transition: background-color 1s;
}

.image-link:hover {
	background-color:rgba(250,250,250,0.4);
}


	.iw-container .ins{
		left: 0px;
	}

.star-grading.map{
	bottom: 63px;
}

#listings .place:nth-child(odd) .ins {
	left: 0px;
}

#listings .place:nth-child(even) .ins {
	left: 0px;
}

@media (min-width:768px) and (max-width:991px) {
#listings .place:nth-child(even) .ins {
	left: 0px;
}
}
@media (min-width:992px) and (max-width:1199px) {

#listings .place:nth-child(even) .ins {
	left: 7px;
}
}
@media (min-width:1200px) {
	#listings .place:nth-child(even) .ins {
		left: 7px;
	}
}



















#leftSide {
	width:40%;
	padding-left:6px; padding-right:7px; padding-bottom:7px;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	height:calc(100vh - 60px);
}
#rightSide {
	width:60%;
	height:calc(100vh - 60px);
}

#map {
	height:calc(100vh - 60px);
}

.uk-grid-column-small, .uk-grid-small {
	margin-left: -7px !important;
}

.uk-grid-column-small > *, .uk-grid-small > * {
	padding-left: 7px !important;
}
* + .uk-grid-margin-small, .uk-grid + .uk-grid-row-small, .uk-grid + .uk-grid-small, .uk-grid-row-small > .uk-grid-margin, .uk-grid-small > .uk-grid-margin {
	margin-top: 7px !important;
}

.price{
	bottom:65px;
	background-color: rgba(82, 50, 40, 0.90);
	color: #a79894;
	font-size: 11px;
	text-align: right;
	border-radius: 6px 0px 0px 6px;
	min-width: 40px;
	line-height:13px;
	padding:8px 12px 6px 12px;
}

.price.uk-position-medium{
	max-width: calc(100% - (20px * 2));
	margin-right:0px;
	margin-bottom: 20px;
}
.uk-position-top-center {
	top: 7px !important;
}

.uk-position-top-right{
	z-index:9999;
}


.price .rands{
	font-size: 22px;
	font-weight: 700;
	color: #ffa405;
	width:1px;
}
.price .from{
	color: #a79894;
	display:inline-block;
	padding-bottom:6px;
}

.price .r{
	font-weight: 700;
	color: #ffa405;
}

.placeIcons{
	margin-top:8px;
	margin-right:8px;
}

.placeIcons .placeSelect {
	width:22px;
	height:22px;
	background-image:url('/img/portals/select-icon.png');
	background-repeat:no-repeat;
	background-position: center;
}
.placeIns {
	width: 37px;
	height: 37px;
	background-image: url('/img/portals/instant-booking.png');
	background-repeat: no-repeat;
}
.popover{
	right:0px;
	width:200px;
	position: fixed;
}

/* RIGHT SIDE */
.list .price{
	position: absolute;
	bottom:65px;
	right:0px;
	background-color: #523228;
	background-color: rgba(82, 50, 40, 0.90);
	color: #a79894;
	font-size: 11px;
	text-align: right;
	border-radius: 6px 0px 0px 6px;
	min-width: 40px;
	line-height:13px;
	padding:8px 12px 6px 12px;
}

#zoomLevel{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	top: calc(-100vh + 70px);
	left: 50%;
	text-align: center;
	width: 100px;
	background-color: whitesmoke;
	color: gray;
	border-radius: 2px;
	z-index:999999;
}















/*


@media (min-width:768px) and (max-width:991px) {
#map {
	width:58.22222222%;
}
}
@media (min-width:992px) and (max-width:1199px) {
#map {
	width:50%;
}
}
@media (min-width:1200px) {
#map {
	width:58.22222222%;
}
}
*/

#progress{
	padding:8px;
	width:auto;
	height:auto;
	background-color:rgba(255,255,255, 0.90);
	position:absolute;
	top:72px;
	right:10px;
	z-index:999999999;
	border-radius:4px;
}

#loadAs{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:9px;
	padding-right:10px;
	width:auto;
	height:auto;
	background-color:rgba(255,164,0,0.8);
	position:absolute;
	z-index:50;
	border-radius:4px;
	right:calc(58.22222222% - 400px);
	margin-right:20px;
	margin-top:9px;
	color:#523228;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
}

#loadAs input[type="checkbox"] {
	position:relative;
	top:1px;
}

.leftpadded{
	padding-left:8px;
}

.filtering{
	background-color: #ad9f9b;
	border-radius: 0px;
	padding-top: 9px;
	padding-bottom: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.navbar{
	padding-left:15px;
	padding-right:15px;
}