html {
	-webkit-text-size-adjust: 100%; 
	/* Prevent scaling in landscape */
}

section {
}

.wrapper, #mackinaw_city_map .wrapper {
	position: relative;
	width: 1200px;
	margin: 0px auto;
}

#mackinaw_city_map, #mackinaw_city_list {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0;
  padding: 0px 0 25px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

#mackinaw_city_list {
	/* display: none; */
}

#mackinaw_city_map {
	display: none;
}

#map_outer {
	position: relative;
	display: block;
	padding: 0;
	height: 900px;
	/* background: rgba(248,248,248,.8); */
	/* background: #e1eaef;
	background: rgba(225,234,239,.9); */
	/* border-radius: 10px; */
}

#map_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 900px;
	overflow: hidden;
}

#property_detail {
	position: absolute;
	top: 0px;
	left: 600px;
	width: 600px;
	height: 900px;
	overflow: hidden;
	background: #fff;
}

#property_detail ul#prop_card, ul#prop_card2 {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#property_detail ul#prop_card > li {
	position: absolute;
	display: block;
	width: 600px;
	top: 0;
	left: 600px;
	bottom: 0;
	background: #fff;
	transition: left .2s;
	transition-delay: .3s;
	z-index: 20;
}

ul#prop_card2 > li {
	position: relative;
	display: inline-block;
	width: 48.5%;
	z-index: 20;
	background: #fff;
	height: 850px;
	margin-bottom: 20px;
	margin-left: 1%;
	margin-right: .5%;
}

ul#prop_card2 > li:nth-child(even) {
	margin-left: .5%;
	margin-right: 1%;
}

#prop_card .map_locate_list {
	display: none;
}


#property_detail ul#prop_card > li.prop_active {
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 25;
	transition-delay: 0s;
}

ul.amenities {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

ul.amenities > li  {
	display: flex;
	flex-direction: row;
	font-size: .875em; 
	font-weight: 400;
	line-height: 1.5;
}

ul.amenities > li > span {
	color: #49e;
	font-weight: normal;
}

ul.amenities > li > div > span {
	color: #49e;
	font-weight: normal;
}

ul.amenities > li > div {
	align-self: flex-start;
}

ul.amenities > li > div.fl {
	flex-grow: 0;
	flex-shrink: 1;
}

ul.amenities > li > div.fr {
	flex-grow: 1;
	line-height: 1.1;
	padding: .2em 0;
}

#property_detail .icon-phone, ul#prop_card2 .icon-phone {
	color: #49e;
	font-weight: normal;
}

ul.amenities > li > i {
	font-weight: normal;
	font-style: normal;
}

ul.amenities [class^="icon-"]:before, ul.amenities [class*=" icon-"]:before  {
  font-family: "mc-icon";
  font-style: normal;
  font-weight: normal;
  speak: none; 
  display: inline-block;
  text-decoration: inherit;
  width: 1.5em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Map Layers */
#map_top {
	position: relative;
	top:0;
	left:0;
}


#map_base {
	overflow: hidden;
	position: relative;
	top:50%;
	left:30%;
	width: 1000px;
	height: 1000px;
	transform: translate(-30%,-50%);
	background: #009fc7;
}

#layer-0 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index:0;
}

#layer-1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index:1;
}

#layer-2 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index:2;
}

#ferry_paths {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index:3;
}

#ferry_paths2 {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index:4;
}



/* Ferry */

.cls-1 {
	fill: none;
	stroke: none;
}

.ferry_cont {
	position: relative;
	width: 44px;
	height: 48px;
	z-index: 5;
	/* border: 1px solid yellow; */
}

.f_wake {
	position: absolute;
	top:0;
	right:0;
}

.f_wake2 {
	position: absolute;
	top:0;
	right:0;
}

.f_wake_cont {
	position: absolute;
	top:0;
	right:0;
	opacity: 0;
}

.f_boat {
	position: absolute;
	top:0;
	right:0;
	z-index: 11;
}


#shep_ferry, #star1_ferry, #star2_ferry {
	position: absolute;
	top:0;
	left:0;
	opacity: 1;
}



/* Drag Tip */
#drag_tip {
	position: absolute;
	right: 20px;
	top: 20px;
	background: rgba(255,255,255,.7);
	color: #49e;
	opacity: 1;
	line-height: 1em;
	font-size: .75em;
	font-weight: 500;
	z-index: 40;
	padding: 5px 10px 5px 3em;
	text-align: right;
	opacity: 1;
	transition: all 1s;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#drag_tip span {
	position: absolute;
	top: 9px;
	left: 5px;
	font-size: 1.5em;
}

/*
#map_container:hover #drag_tip {
	opacity: 1;
}
*/

#zoom_slider {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 1050;
	padding: 5px;
	height: 55px;
	background: rgba(255,255,255,.7);
}

#slide_val {
	height: 25px;
}

#slide_cont {
	position: relative;
	width: 100px;
	height: 25px;
	background-color: #888;
	top: 0px;
}

#slide_cont .knob {
	position: absolute;
	top: 0px;
	height: 25px;
	width: 10px;
	background-color: #e5e5e5;
	border-color: #d5d5d5;
}


/* Map Logos */

.mrkr, .at_mrkr {
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale3d(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	/*
	background: rgba(0,0,0,0);
	-webkit-font-smoothing: subpixel-antialiased;
	*/
	/*
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	*/
	cursor: pointer;
}

.mrkr:hover, .at_mrkr:hover {
	cursor: pointer;
}

.mpark {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	/* background: #00583d */; 
	background: #546827;
	padding: 8px;
}

.z1 {
	z-index: 10;
}

.z2 {
	z-index: 15 !important;
}

.z3 {
	z-index: 25;
}

/* View Controls */
#view_control {
	padding: 25px 0;
	text-align: center;
}

#hotel_view_cont {
	padding: 25px 0 0 0;
	text-align: center;
	font-size: .8em;
}

#hotel_view_control {
	display: inline-block;
	background: #f8f8f8;
	margin: 0 auto;
	border-radius: 5px;
}

#hotel_view_control a {
	display: inline-block;
	font-size: 1em;
	line-height: 1;
	text-decoration: none;
	margin: 0px 0px !important;
	color: #b6b6b6 !important;
	padding: 10px 15px;
	border-right: 1px solid #e5e5e5;
	font-weight: 500;
	/* transition: all .3s; */
}

#hotel_view_control a .tooltip {
	transition: opacity 1s, visibility 1s;
}

#hotel_view_control .tooltip > span.tt_text {
	color: #fff6ac !important;
	opacity: 1 !important;
}

#hotel_view_control a:hover {
	color: #64affa !important;
}

#hotel_view_control a:hover .tooltip {
	color: #fff !important;
}

#hotel_view_control a.active {
	background: #fff !important;
	color: #49e !important;
}
#hotel_view_control a.active:hover {
	color: #64affa !important;
}

#hotel_view_control a:last-child {
	border-right-width: 0px;
}

#vc_map .btxt {
	padding-left: 10px;
}

#vc_list .btxt {
	padding-right: 10px;
}

#vc_map span, #vc_list span {
	display: inline-block;
	line-height: 1;
}

#vc_map {
	position: relative;
	border-radius: 5px 0 0 5px;
}

#vc_map .tooltip {
	position: absolute;
	display: block;
	width: 200px;
	top: 50%;
	transform: translateY(-50%);
	right: 120%;
	color: #fff;
	font-size: .8em;
	padding: 0px 15px !important;
	margin:0;
	line-height: 30px;
	/* transition: opacity 1s, visibility 1s; */
	opacity: 1;
	text-align: center;
	background: #49e;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	visibility: visible;
}

#vc_map .tooltip:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	margin:0;
	transform: translateY(-50%);
	border-width: 15px;
	border-style: solid;
    border-color: transparent transparent transparent #49e;
}

#vc_map.active .tooltip {
	opacity: 0;
	visibility: hidden;
}

#vc_list{
	position: relative;
	border-radius: 0 5px 5px 0;
}

#vc_list .tooltip {
	position: absolute;
	display: block;
	width: 175px;
	top: 50%;
	transform: translateY(-50%);
	left: 120%;
	color: #fff;
	font-size: .8em;
	padding: 0px 15px !important;
	margin:0;
	line-height: 30px;
	/* transition: opacity 1s, visibility 1s; */
	opacity: 1;
	text-align: center;
	background: #49e;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	visibility: visible;
}

#vc_list .tooltip:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	margin:0;
	transform: translateY(-50%);
	border-width: 15px;
	border-style: solid;
    border-color: transparent #49e transparent transparent;
}

#vc_list.active .tooltip {
	opacity: 0;
	visibility: hidden;
}

#vc_map:hover .tooltip, #vc_list:hover .tooltip {
	color: #fff !important;
}


#vc_camping {
	opacity:0;
	visibility: hidden;
}

#vc_camping .btxt {
	color: #64affa;
	text-decoration: underline;
	cursor: pointer;
}

#vc_camping .btxt:hover {
	color: #fff;
}

#vc_camping.active {
	opacity: 1;
	visibility: visible;
}

#vc_value {
	display: inline-block;
	margin-left: 50px;
}

.map_ctrls {
	position: relative;
	padding: 10px 25px;
	background: #f8f8f8;
}

.map_ctrls a {
	display: inline-block;
	font-size: .825em;
	text-decoration: none;
	margin: 10px 0px;
	color: #49e !important;
	padding: 0 10px;
	border-right: 1px solid #e5e5e5;
	font-weight: 500;
}

.map_ctrls a:hover {
	color: #64affa !important;
}
.map_ctrls a:first-child {
	padding-left: 0px;
}
.map_ctrls a:last-child {
	border-right-width: 0px;
}

#ham_icon {
	position: absolute;
	top: 545px;
	left: 245px;
	width: 120px;
	height: 60px;
}

#ci_icon {
	position: absolute;
	top: 503px;
	left: 269px;
	width: 64px;
	height: 70px;
}

#bw_icon {
	position: absolute;
	top: 414px;
	left: 266px;
	width: 84px;
	height: 84px;
}

#s8beach_icon {
	position: absolute;
	top: 458px;
	left: 272px;
	width: 60px;
	height: 80px;
}

#s8bridge_icon {
	position: absolute;
	top: 110px;
	left: 200px;
	width: 60px;
	height: 80px;
}

#ramada_icon {
	position: absolute;
	top: 580px;
	left: 255px;
	width: 100px;
	height: 60px;
}

#el_icon {
	position: absolute;
	top: 563px;
	left: 193px;
	width: 100px;
	height: 68px;
}

#cabins_icon {
	position: absolute;
	top: 599px;
	left: 165px;
	width: 150px;
	height: 75px;
}

#cc_icon {
	position: absolute;
	top: 634px;
	left: 208px;
	width: 96px;
	height: 84px;
}

#bayside_icon {
	position: absolute;
	top: 677px;
	left: 207px;
	width: 100px;
	height: 80px;
}

#di_icon {
	position: absolute;
	top: 613px;
	left: 257px;
	width: 132px;
	height: 70px;
}

#clarion_icon {
	position: absolute;
	top: 646px;
	left: 277px;
	width: 90px;
	height: 90px;
}

#fv_icon {
	position: absolute;
	top: 706px;
	left: 283px;
	width: 150px;
	height: 54px;
}

#gm_icon {
	position: absolute;
	top: 700px;
	left: 283px;
	width: 130px;
	height: 70px;
}

#qi_icon {
	position: absolute;
	top: 735px;
	left: 330px;
	width: 84px;
	height: 84px;
}

#mbb_icon {
	position: absolute;
	top: 749px;
	left: 372px;
	width: 92px;
	height: 84px;
}

#wi_icon {
	position: absolute;
	top: 795px;
	left: 414px;
	width: 104px;
	height: 70px;
}

#welci_icon {
	position: absolute;
	top: 248px;
	left: 246px;
	width: 90px;
	height: 64px;
}

#abi_icon {
	position: absolute;
	top: 248px;
	left: 246px;
	width: 90px;
	height: 64px;
}

#bvb_icon {
	position: absolute;
	top: 819px;
	left: 459px;
	width: 124px;
	height: 92px;
}

#bh_icon {
	position: absolute;
	top: 864px;
	left: 525px;
	width: 120px;
	height: 72px;
}

#sb_icon {
	position: absolute;
	top: 896px;
	left: 593px;
	width: 108px;
	height: 76px;
}

#thunder_icon {
	position:  absolute;
	top: 753px;
	left: 170px;
	width: 90px;
	height: 90px;
}

#gli_icon {
	position:  absolute;
	top: 742px;
	left: 180px;
	width: 135px;
	height: 45px;
}

#bi_icon {
	position: absolute;
	top: 812px;
	left: 147px;
	width: 112px;
	height: 50px;
}

#starlite_icon {
	position: absolute;
	top: 840px;
	left: 135px;
	width: 112px;
	height: 50px;
}

#dixie_icon {
	position: absolute;
	top: 283px;
	left: 272px;
	width: 150px;
	height: 90px;
}

#hook_icon {
	position: absolute;
	top: 333px;
	left: 272px;
	width: 170px;
	height: 85px;
}

#oreillys_icon {
	position: absolute;
	top: 249px;
	left: 280px;
	width: 140px;
	height: 70px;
}

#nonnalisa_icon {
	position: absolute;
	top: 373px;
	left: 144px;
	width: 150px;
	height: 75px;
}

#mibrewhouse_icon {
	position: absolute;
	top: 368px;
	left: 235px;
	width: 80px;
	height: 100px;
}

#macktrading_icon {
	position: absolute;
	top: 419px;
	left: 176px;
	width: 120px;
	height: 60px;
}

#toast_icon {
	position: absolute;
	top: 440px;
	left: 196px;
	width: 96px;
	height: 96px;
}

#lh_icon {
	position: absolute;
	top: 503px;
	left: 181px;
	width: 116px;
	height: 70px;
}

#bluewater_icon {
	position: absolute;
	top: 752px;
	left: 226px;
	width: 136px;
	height: 86px;
}

#brewburger_icon {
	position: absolute;
	top: 752px;
	left: 250px;
	width: 100px;
	height: 94px;
}

#starbucks_icon {
	position: absolute;
	top: 330px;
	left: 240px;
	width: 70px;
	height: 70px;
}

#depot_icon {
	position: absolute;
	top: 280px;
	left: 230px;
	width: 90px;
	height: 90px;
}

#animalt_icon {
	position: absolute;
	top: 337px;
	left: 158px;
	width: 80px;
	height: 70px;
}

#adr_falls_icon {
	position: absolute;
	top: 325px;
	left: 205px;
	width: 60px;
	height: 90px;
}

#trapperc_icon {
	position: absolute;
	top: 470px;
	left: 80px;
	width: 100px;
	height: 81px;
}

#trolley_icon {
	position: absolute;
	top: 565px;
	left: 180px;
	width: 100px;
	height: 60px;
}

#star3_icon {
	position: absolute;
	top: 439px;
	left: 354px;
	width: 200px;
	height: 84px;
}

#star2_icon {
	position: absolute;
	top: 560px;
	left: 318px;
	width: 200px;
	height: 84px;
}

#star1_icon {
	position: absolute;
	top: 635px;
	left: 350px;
	width: 200px;
	height: 84px;
}

#sheplers_icon {
	position: absolute;
	top: 230px;
	left: 355px;
	width: 150px;
	height: 84px;
}

#arnold_icon {
	position: absolute;
	top: 620px;
	left: 390px;
	width: 100px;
	height: 100px;
}

#millcreek_icon {
	position: absolute;
	top: 890px;
	left: 385px;
	width: 160px;
}

#colomich_icon {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 160px;
}

#oldmackpoint_icon {
	position: absolute;
	top: 45px;
	left: 185px;
	width: 160px;
}

#fortmackinac_icon {
	position: absolute;
	top: 240px;
	left: 566px;
	width: 160px;
}

/* Property Boxes */

.prop_img {
	position: relative;
	display: block;
	height: 300px;
	background: #e5e5e5;
	overflow: hidden;
}

.prop_img img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 1;
	transition: opacity .3s;
    z-index: 100;
}

.prop_img .img_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background: #fff;
	z-index: 101;
	transition: opacity .3s;
}

.prop_img_tt {
	position: absolute;
	top: 50px;
	left: 20px;
	color: #49e;
	font-size: .75em;
	font-weight: 500;
	line-height: 2.8;
	margin: 0px;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f8f8f8;
	transition: all .2s;
	opacity: 0;
	z-index: 150;
	/* -webkit-backface-visibility: hidden; */
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}

.prop_book_tt {
	position: absolute;
	bottom: 20px;
	left: 50px;
	color: #c00;
	font-size: .75em;
	font-weight: 500;
	line-height: 2;
	margin: 0px;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffebeb;
	transition: all .5s;
	opacity: 0;
	z-index: 151;
	/* -webkit-backface-visibility: hidden; */
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}

.prop_book_tt.tt_active {
	left: 20px !important;
	opacity: 1 !important;
}

.prop_book_tt span b {
	font-weight: 600;
}

.cabin_two_story {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #636363;
	font-size: .75em;
	font-weight: 600;
	line-height: 2;
	margin: 0px;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #e7e7e7;
	transition: all .5s;
	opacity: 1;
	z-index: 152;
	/* -webkit-backface-visibility: hidden; */
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}


.prop_img:hover .prop_img_tt {
	top: 20px !important;
	opacity: .9 !important;
}


.prop_img:hover .img_overlay {
	opacity: .15;
}

.prop_info {
	position: relative;
	padding: 25px;
}

.rdfa {
	display: none;
}

sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
 
sup {
top: -0.25em;
}
 
sub {
bottom: -0.25em;
}

.prop_cont a {
	color: #36a1c3;
}

.prop_cont a:hover {
	color: #49c2e9;
	
}

.prop_cont a.prop_name {
	font-size: 1.25em;
	color: #11586e;
	font-weight: 500;
	text-decoration: underline;
	transition: color .3s;
}

.prop_cont a.prop_name:hover {
	font-size: 1.25em;
	color: #137e9f;
	font-weight: 500;
	text-decoration: underline;
}

span.phone {
	font-weight: 500;
}

span.phone a {
	text-decoration: none;
	color: #11586e;
	transition: color .3s;
}

span.phone a:hover {
	color: #137e9f;
}

div.rate {
	position: relative;
	text-align: center;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 10px 0;
	border: 2px solid #027b19;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 110;
}

div.rate .date_change_tt {
	position: absolute;
	right: -2px;
	left: -2px;
	bottom: 90%;
	background: #027b19;
	border: 2px solid #027b19;
	font-size: .825em;
	color: #fff;
	line-height: 2.5;
	font-weight: 500;
	z-index: -1;
	overflow: hidden;
	opacity: 0;
	transition: all .2s;
	visibility: none;
	-webkit-border-radius: border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

div.rate:hover .date_change_tt {
	bottom: 100%;
	opacity: 1;
	visibility: visible;
}

div.rate .date_change_tt a {
	color: #fff;
	text-decoration: none;
}

div.rate .date_change_tt:hover  a:hover {
	color: rgba(255,255,255,.9);
}

a.chs_an {
	color: #027b19;
	text-decoration:  none;
	font-weight: 600;
}

a.chs_an:hover {
	color: #027b19;
	text-decoration:  underline;
}

div.rate .rates
{
	font-size: 2em;
	line-height: 1em;
	font-weight: 700;
	color:#027b19;

}

div.rate .drate
{
	font-size: 2em;
	color:#bebcbc;
	text-decoration: line-through;
}

div.rate .dscr
{
	display: block;
	color:#000;
	font-size:.75em;
	line-height: 1em;
}

div.rate .dscr b
{
	display: inline-block;
}

.gblurb
{
	display: inline-block;
	color: #555;
	background: #e5e5e5;
	margin: 5px 5px 0 0;
	padding: 5px;
	font-size: .65em;
	font-weight: 500;
	text-transform: uppercase;
}

.fr_c {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	margin-top: 15px;
}

.fr_c img {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
}

.fr_c span {
	color: #027b19;
	font-weight: 500;
	/*
	display: inline-block;
	background-image: url(/images/grid_ui/gcheck.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	padding-left: 20px;
	*/
}

.fr_c span.cancel_date {
	color: #000;
	font-weight: 500;
}

.aaa_rating {
	display: block;
}

.aaa_rating_cont {
	display: block;
	width: 100px;
}

.aaa_rating_cont img {
	display:  block;
	width: 100%;
}

.in_b_but {
	display: inline-block;
	color: #fff !important;
	background: #b00;
	font-weight: 500;
	font-size: .875em;
	line-height: 3;
	padding: 0 .75em 0 1em;
	transition: background .3s;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.in_b_but:hover {
	background: #d00;
}

.map_locate_list {
	display: inline-block;
	color: #fff !important;
	background: #49e;
	font-weight: 500;
	font-size: .875em;
	line-height: 3;
	padding: 0 .75em 0 1em;
	transition: background .3s;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.map_locate_list:hover {
	background: #6cb5fd;
}

.rating_disp {
	text-align: center;
	color: #fff;
	background: #027b19;
	padding: 15px;
	font-size:1em;
	font-weight: 500;
}

p.prop_dscr {
	font-size: .875em;
	margin-top: 20px;
}

.rating_disp a {
	color: #fff;
}

.numrev {
	text-decoration: underline;
	font-size: .75em;
	font-weight: 300;
}

.numrev:hover {
	text-decoration: underline;
	opacity: 0.9;
}

.no_und {
	text-decoration: none;
	font-size: 1em;
	font-weight: 600;
}

.no_und:hover {
	opacity: 0.9;
}


.tCont {
width: 100%;
display: table;
padding: 0px;
margin: 0px;
/* border: 1px solid #e5e5e5; */
}

.tRow {
display: table-row;
width: 100%;
}

.tCell25 {
display: table-cell;
vertical-align: top;
width: 25%;
}

.tCell30 {
display: table-cell;
vertical-align: top;
width: 30%;
}

.tCell40 {
display: table-cell;
vertical-align: top;
width: 40%;
}

.tCell50 {
display: table-cell;
vertical-align: top;
width: 50%;
}

.tCell60 {
display: table-cell;
vertical-align: top;
width: 60%;
}

.tCell70 {
display: table-cell;
width: 60%;
}

.tCell75 {
display: table-cell;
vertical-align: top;
width: 75%;
}

.tCell100 {
display: table-cell;
vertical-align: top;
width: 100%;
}

.hpad_r {
padding-right: 25px;
}

#compare {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0 0 25px 0;
	/* background: rgba(254,187,2,.9); */
	background: rgba(0,39,54,.75);
	text-align: center;
	font-size: 1.25em;
	/* color: #024d70; */
	color: #fff;
}

#compare .wrapper {
	width: auto;
}

#compare h2 {
	font-size: 2em;
	line-height: 1.5;
	font-weight: 500;
	padding: 25px 0 25px 135px;
	margin: 0;
	background: rgba(0,39,54,.75);
	text-align: center;
}

#compare h2 span {
	position: relative;
}

#compare h2 i.icon-search {
	position: relative;
	z-index: 95;
}

#compare_mcct {
	position: absolute;
	width: 150px;
	left: -165px;
	top: 50%;
	transform: translateY(-50%);
}

#compare h2 i.icon-search:before {
	z-index: 1;
}

#compare h2 i.icon-search:after {
	content: '';
	position: absolute;
	width: 45%;
	height: 50%;
	top: 22%;
	left: 22%;
	background: rgba(255,255,255,.5);
	border-radius: 50%;
	z-index: -1;
}

#compare .rate_form {
	padding: 20px 0;
}

#compare .form_elem, #compare .form_elem_il {
	display: inline-block;
	margin: 5px;
}

#compare .form_button {
	display: inline-block;
	margin: 5px;
}

#compare .form_elem label, #compare .form_elem_il label {
	display: inline-block;
}

#compare input, #compare select {
font-family: 'proxima-nova', arial;
font-size: 1em;
padding: 5px;
margin: 5px;
}

#compare a.ratechk {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  position: relative;
  top:0px;
  left:0px;
  width: 200px;
  /* background: #006392; */
  background: #fc0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* border: 2px solid #024d70; */
  border: 2px solid #c89602;
  border-width: 0px 0px 3px 0px;
  /* color: #fff !important; */
  color: #534200 !important;
  display: inline-block;
  font-size: 1em !important;
  font-weight: 600;
  line-height: 2.75;
  padding: 0 15px;
  margin:  0 25px;
  text-align: center;
  /* text-shadow: 1px 1px 0 #024d70; */
  text-shadow: 1px 1px 0px rgba(254,226,143,1);
  cursor: pointer;
  text-decoration: none;
}

#compare a.ratechk:hover{
  /* background: #037fba;
  color: #fff; */
  background: #fde18e;
  color: #6a4f01;
  text-decoration: none;
  cursor:pointer; 
}

#numnights {
	display: none;
}

#map_instr {
	margin-top: 10px;
}

/* Fade in for Ajax data */
div.rate a.rez_u {
	text-decoration: none;
}

.rate_inner, .fr_c {
	opacity: 0;
	transition: opacity .5s;
}

a.sel_date_tip {
	position: absolute;
	display: block;
	top:0;
	left:0;
	right:0;
	bottom:0;
	font-size: 1.25em;
	line-height: 1;
	font-weight: 700;
	color: #027b19;
	text-align: center;
	z-index:2000;
	opacity: 0;
	transition: opacity .3s;
}

a.sel_date_tip span {
	display: block;
	font-size: .75em;
	line-height: 1em;
	color: #000;
	color: #55805d;
	font-weight: 400;
}

.sel_date_cont {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0,-50%);
	padding: 10px;
}


/* Mobile/Desktop visibility */
.deskt {
	display: block;
}

.mobt {
	display: none;
}

/* Date Input z-index */

#checkin {
	background-image: url('../images/calendar.svg');
	background-size: 1em;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 5px 5px 5px 30px !important;
	width: 110px;
	/* border: 3px solid #dfdfdf; */
	border: 3px solid #ffd83b;
	transition: border-color .3s;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
}

#checkin.blu {
	border: 3px solid #42aaff;
}

#compare select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 3px solid #ffd83b;
  color: #000;
  padding-right: 25px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background: #fff url(/images/ui_components/select-arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: border-color .3s;
}

#compare select:focus, #compare select:active {
  background: #fff url(/images/ui_components/select-arrow-hover.svg);
  background-position: right center;
  background-repeat: no-repeat;
  border: 3px solid #42aaff;
}

select::-ms-expand {
    display: none;
}

.mbr {
	display: none;
}

#map_mode {
	display: none;
}

#back2top {
	position:fixed;
	bottom: 100px;
	right: -50px;
	color: #fff;
	background: rgba(0,0,0,.5);
	font-size: 1em;
	padding:10px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	z-index: 2000;
	cursor: pointer;
	width: 50px;
	transition: all .3s;
	opacity:0;
}

.b2t_active {
	right: 0px !important;
	opacity: 1 !important;
}

#back2top:hover {
	background: rgba(0,0,0,.25);
}

#back2top i {
	display: block;
	font-size:1.5em;
	text-align: center;
}

#back2top span {
	display: block;
	font-size:.75em;
	text-transform: uppercase;
	text-align: center;
}



@media screen and (max-width: 1200px) {
}


@media screen and (min-width: 769px) and (max-width: 1199px) {
.wrapper, #mackinaw_city_map .wrapper, #compare .wrapper, #mackinaw_city_list .wrapper {
	width: auto;
}

#mackinaw_city_map {
	padding: 0px;
}

#map_outer {
	height: 750px;
}

#map_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	height: 750px;
	overflow: hidden;
}

#property_detail {
	position: absolute;
	top: 0;
	left: 55%;
	width: 45%;
	height: 750px;
	overflow: hidden;
	background: #fff;
	font-size: .825em;
}

ul#prop_card2 {
	font-size: .825em;
}

ul#prop_card2 > li {
	height: 750px;
}

#property_detail ul#prop_card > li {
	width: 100%;
	top: 0;
	left: 100%;
	bottom: 0;
}

#property_detail ul#prop_card > li.prop_active {
	top: 0;
	left: 0;
	bottom: 0;
}

#property_detail a {
	opacity: 1;
}

#property_detail a:hover {
	opacity: .9;
}

.no_und {
	text-decoration: none;
}

.numrev {
	text-decoration: underline;
	font-size: .75em;
}

ul#prop_card .prop_img {
	height: 225px;
}

ul#prop_card2 .prop_img {
	height: 250px;
}

.map_ctrls {
	position: relative;
	padding: 0px 25px;
	background: #f8f8f8;
}

.map_ctrls a {
	display: inline-block;
	font-size: .825em;
	text-decoration: none;
	margin: 10px 0px;
	color: #49e !important;
	padding: 0 10px;
	border-right: 1px solid #e5e5e5;
	font-weight: 500;
}

.numrev span {
	display: none;
}

ul.amenities > li > i {
	display: none;
	font-weight: normal;
}

#compare {
	font-size: 1em;
	margin-bottom: 0px;
}

#compare h2 {
	font-size: 2em;
}

#compare_mcct {
	position: absolute;
	width: 125px;
	left: -135px;
}

#hotel_view_cont {
	padding: 25px 0 0 0;
	text-align: center;
	font-size: 1em;
}

a.sel_date_tip {
	font-size: 1.1em;
}

a.sel_date_tip span {
	font-size: .75em;
}

}


@media screen and (min-width: 769px) and (max-width: 1000px) {
div.rate .drate
{
	font-size: 1.25em;
}
}

@media screen and (min-width: 769px) and (max-width: 950px) {
ul#prop_card2 .prop_img {
	height: 220px;
}
}

@media screen and (max-width: 768px) {
.wrapper, #mackinaw_city_map .wrapper {
	width: auto;
}

#mackinaw_city_list {
	padding: 10px 0;
}

#mackinaw_city_map {
	padding: 0px;
}

#map_outer {
	padding: 0;
	margin: 0;
	height: 1000px;
	border-radius: 0px;
}

#map_container {
	width: 100%;
	height: 250px;
	top:0px;
	left:0px;
}

#map_base {
	top:55%;
	left:30%;
	transform: translate(-30%,-55%);
}

#property_detail {
	position: absolute;
	top: 250px;
	left: 0;
	width: 100%;
	overflow: hidden;
	background: #fff;
	font-size: .825em;
	height: 750px;
}

#property_detail ul#prop_card > li {
	width: 100%;
	top: 0;
	left: 100%;
	bottom: 0;
	/* overflow-y: auto; */
}

ul#prop_card2 {
	font-size: .825em;
}

ul#prop_card2 > li {
	position: relative;
	display: block;
	width: auto;
	z-index: 20;
	margin: 0 10px 20px 10px;
	padding: 0 0 20px 0;
	height: auto;
}

ul#prop_card2 > li:nth-child(even) {
	margin-left: 10px;
	margin-right: 10px;
}


#property_detail ul#prop_card > li.prop_active {
	top: 0;
	left: 0;
	bottom: 0;
}

/* Property Boxes */

ul#prop_card .prop_img {
	display: none;
}

ul#prop_card2 .prop_img {
	height: 250px;
}

.prop_img_mob {
	position: relative;
	margin: 15px 0;
	height: 250px;
	width: auto;
	max-width: 500px;
	overflow: hidden;
}

.prop_img_mob img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.rating_disp {
	padding: 10px;
}

.numrev span {
	display: none;
}

ul.amenities > li > i {
	display: none;
	font-weight: normal;
}

ul.amenities [class^="icon-"]:before, ul.amenities [class*=" icon-"]:before {
  font-size: 1.25em;
  margin-top: .125em;
}

#drag_tip {
	position: absolute;
	right: 5px;
	top: 5px;
}

.map_ctrls {
	padding: 10px 10px;
}

.map_ctrls a {
	font-size: 1em;
	margin: 5px 0px;
}

.prop_info {
	padding: 15px;
}

p.prop_dscr {
	font-size: 1em;
}


/* Mobile/Desktop visibility */
.deskt {
	display: none;
}

.mobt {
	display: block;
}

.mob_hide_bl {
	display: none;
}

.mob_hide_il {
	display: none;
}

.mbr {
	display: block;
}

#checkin {
	width: 100px;
}

#compare {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 15px;
	/* background: rgba(254,187,2,.9); */
	background: rgba(0,39,54,.75);
	text-align: center;
	font-size: 1em;;
}

#compare h2 {
	font-size: 2em;
	line-height: 1.25;
	font-weight: 500;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: center;
	background: transparent;
}

#compare_mcct {
	display: block;
	position: static;
	width: 100px;
	left: 0;
	top: 0;
	transform: none;
	margin: 0px auto;
	text-align: center;
}

#compare h2 i.icon-search {
	display: none;
}

#compare .form_elem, #compare .form_elem_il {
	display: inline-block;
	text-align: left;
	margin: 5px;
}

#compare .form_elem label, #compare .form_elem_il label {
	display: block;
	width: auto;
	text-align: left;
	padding-left: 5px;
}

#compare .form_button {
	display: block;
	margin-top: 30px;
}

#map_instr {
	font-size: .875em;
}

#vc_map .tooltip, #vc_list .tooltip {
	opacity: 0;
	display: none;
	visibility: hidden;
}

.prop_img_tt {
	display:none;
}

.prop_book_tt {
	bottom: 15px;
	left: 40px;
}

.prop_book_tt.tt_active {
	left: 15px !important;
	opacity: 1 !important;
}

div.rate .date_change_tt {
	display:none;
}

.prop_img:hover .prop_img_tt {
	display:none;
}

a.sel_date_tip {
	font-size: 1em;
}

a.sel_date_tip span {
	font-size: .75em;
}

#back2top {
	bottom: 10px;
}

}

@media screen and (max-width: 415px) {

#map_outer {
	padding: 0;
	margin: 0;
	height: 1000px;
}


#map_container {
	width: 100%;
	height: 250px;
}

#property_detail {
	position: absolute;
	top: 250px;
	left: 0;
	width: 100%;
}

div.rate .drate
{
	display: none;
}

ul#prop_card2 .prop_img {
	height: 200px;
}

.prop_img_mob {
	margin: 10px 0;
	height: 150px;
}

#compare .rate_form {
	text-align: left;
}

#compare h2 {
	font-size: 2em;
	text-align: center;
	/* margin-left: 5px; */
}

#compare a.ratechk {
	display: block;
	line-height: 4;
	width: auto;
	margin: 0px;
}

#compare .form_elem {
	display: block;
}

#compare .form_elem_il {
	display: inline-block;
	text-align: left;
	margin-left: 5px;
}

#compare .form_elem label, #compare .form_elem_il label {
	display: block;
	width: auto;
	text-align: left;
	margin-left: 2px;
}

div.rate .date_change_tt {
	font-size: .75em;
}


/* Mobile/Desktop visibility */
.mobt_sm {
	display: none;
}

}


@media screen and (max-width: 350px) {
#compare h2 {
	font-size: 1.75em;
}
}


@media screen and (min-width: 1800px) {
#mackinaw_city_list .wrapper {
	width: 1800px;
}

ul#prop_card2 > li {
	width: 32.2%;
	margin-left: .51515%;
	margin-right: .51515%;
}

ul#prop_card2 > li:nth-child(even) {
	margin-left: .51515%;
	margin-right: .51515%;
}

}