
	*{margin:0;padding:0;}
	body {
		font-family: 'Open Sans', sans-serif;
		background: #fff;
		color: #708090;
		position: fixed;
		width: 100%;
		height: 100%;
		font-size: 100%;
		overflow-y: hidden;
	}
	.clearfix:after {content: " ";visibility: hidden;display: block;height: 0;clear: both;}
	
	a{color:#0264a5}
	a:link {text-decoration:none; }
	a:visited {text-decoration:none;}
	/*---defaults for svg icons--*/
	i{width:1em;height:1em;fill:#3399ff;display: inline-block}
	i > svg{width:1em;height:1em;fill:#000;}

	input[type="checkbox"] {display:none;}
	input[type="radio"] {display:none;}

	/*--IOS style radio buttons--*/
	input[type="radio"]+label {margin-right: 1em;color:#9E9E9E;}
	input[type="radio"] + label span {
		display: inline-block;
		width: 23px;
		height: 23px;
		margin: -1px 4px 0 0;
		vertical-align: middle;
		background: url(img/radio-sprite.png) 0px bottom no-repeat;
		cursor: pointer;
	}

	input[type="radio"]:checked + label{color:black;}
	input[type="radio"]:checked + label span{background:url(img/radio-sprite.png) 0px top no-repeat;}


	input[type="checkbox"].ios8-switch {
	    position: absolute;
	    margin: 8px 0 0 16px;    
	}
	input[type="checkbox"].ios8-switch + label {
	    position: relative;
	    padding: 5px 0 0 50px;
	    line-height: 21px;
	    color:#9E9E9E;
	}
	input[type="checkbox"].ios8-switch:checked +label{
	    color:black;
	}


	input[type="checkbox"].ios8-switch + label:before {
	    content: "";
	    position: absolute;
	    display: block;
	    left: 0;
	    top: 0;
	    width: 40px; /* x*5 */
	    height: 24px; /* x*3 */
	    border-radius: 16px; /* x*2 */
	    background: #fff;
	    border: 1px solid #d9d9d9;
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	}
	input[type="checkbox"].ios8-switch + label:after {
	    content: "";
	    position: absolute;
	    display: block;
	    left: 0px;
	    top: 0px;
	    width: 24px; /* x*3 */
	    height: 24px; /* x*3 */
	    border-radius: 16px; /* x*2 */
	    background: #fff;
	    border: 1px solid #d9d9d9;
	    -webkit-transition: all 0.3s;
	    transition: all 0.3s;
	}
	input[type="checkbox"].ios8-switch + label:hover:after {
	    box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	input[type="checkbox"].ios8-switch:checked + label:after {
	    margin-left: 16px;
	}
	input[type="checkbox"].ios8-switch:checked + label:before {
	    background: #55D069;
	}

	/* SMALL */

	input[type="checkbox"].ios8-switch-sm {
	    margin: 5px 0 0 10px;
	}
	input[type="checkbox"].ios8-switch-sm + label {
	    position: relative;
	    padding: 0 0 0 32px;
	    line-height: 1.3em;
	    color:#9E9E9E;
	}
	input[type="checkbox"].ios8-switch-sm:checked +label{
	    color:black;
	}
	input[type="checkbox"].ios8-switch-sm + label:before {
	    width: 25px; /* x*5 */
	    height: 15px; /* x*3 */
	    border-radius: 10px; /* x*2 */
	}
	input[type="checkbox"].ios8-switch-sm + label:after {
	    width: 15px; /* x*3 */
	    height: 15px; /* x*3 */
	    border-radius: 10px; /* x*2 */
	}
	input[type="checkbox"].ios8-switch-sm + label:hover:after {
	    box-shadow: 0 0 3px rgba(0,0,0,0.3);
	}
	input[type="checkbox"].ios8-switch-sm:checked + label:after {
	    margin-left: 10px; /* x*2 */
	}

	#refineFilter input[type="checkbox"]+label {
    	margin-right: 0;
	}

	blockquote{
	  background: #fff;
	  padding: 0.5em 10px;
	  quotes: "\201C""\201D";
	  font-size:1.3em;
	  font-family:monospace;color:black;
	  border-radius:8px;
	  word-wrap: break-word;
	}
	blockquote:before {
	  color: #ccc;
	  content: open-quote;
	  font-size: 3em;
	  line-height: 0.1em;
	  margin-right: 0.25em;
	  vertical-align: -0.4em;
	}
	blockquote:after {
	  color: #ccc;
	  content: close-quote;
	  font-size: 3em;
	  line-height: 0.1em;
	  margin-left: 0.25em;
	  vertical-align: -0.6em;

	}
	blockquote p {display: inline;}


	.light{background-color:#2196f3}
	.dark{background-color:#0d47a1}
	.loader{text-align:center;}
	
	.hidden{display:none;}

	.success{    
		background-color: #e3fbe4;
	    padding: 3px;
	    margin: 3px 0;
	    border-radius: 3px;
	    border: 1px solid #08bb08;
	    color: green;
	}
	.errors{
		border: 1px solid red;
		border-radius: 3px;
		padding: 3px;
		background-color: #FFEBEE;
		color: red !important;
		margin: 3px 0;
	}
	.error i{color:red !important;border:none !important;}

	.flex{ display: flex;}
	.flex-wrap{flex-wrap: wrap}
	.middle{align-items: center;}
	.center{justify-content: center}
	.space-around{justify-content: space-around;}
	.space-between{column-content:space-between;}

	.ui-field-contain{margin-bottom:0.5em;}

	#listPanel{
		width:100%;
		overflow:scroll;
		/*display: none; --cant use hidden when trying to scroll items*/
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;
	}
	#listPanel.active{
		display:block;
		position: static !important;
	}


	#mapPanel{width:100%;display: none;}
	#mapPanel.active{display: block}
	#map{width:100%;height:100%;}
	
	#mapPopUp{position: absolute;top:50px;z-index: 1000;display: none;width:100%;cursor:pointer;}
	#mapPopUp.active{display: block}


	#menuPanel{
		z-index: 2000 !important;
		color: white;
		min-height:100%;
		width:100%;
		position:absolute;
		left:0;
		top:0;
		margin-left:0;
		transition:margin-left .4s ease-in;
		-moz-transition:margin-left .4s ease-in;
		-webkit-transition:margin-left .4s ease-in;
		background-color: #2196f3;
	}


	#detailPanel{
		z-index: 1001 !important;
		color: white;
		height:100%;
		overflow-y: scroll;
		width:100%;
		max-width:416px;
		position:absolute;
		right:0;
		top:0;
		margin-right:-100%;
		transition:margin-right .4s ease-in;
		-moz-transition:margin-right .4s ease-in;
		-webkit-transition:margin-right .4s ease-in;
		/*-webkit-overflow-scrolling:touch;*/
	}

	#detailPanel.active{
		margin-right:0;
		box-shadow: 0 0 28px #414141;
	}
	.fixed {position:fixed;width:100%;top:0px;z-index:1000;}
	.afterFixed{position: relative;top:50px;}

	.footer{
		position: static;
		bottom: 0;
		height: 50px;
		width: 100%;
		justify-content: space-around;
		color: white;
	}

	.footerBtn {
	    display: flex;
	    width: 25%;
	    justify-content: center;
	}
	.footerBtn.invisible{visibility: hidden}

	.footerBtn input[type="radio"] +label {
	    color: #fff;
	}
	.panel{
		z-index: 5000 !important;/*--overlays everything--*/
		background-color: #fff;
		height:100%;
		overflow:scroll;
		width:100%;
		position:absolute;
		left:0;
		top:0;
		margin-left:-100%;
		transition:margin-left .4s ease-in;
		-moz-transition:margin-left .4s ease-in;
		-webkit-transition:margin-left .4s ease-in;
	}

	.panel.active{
		margin-left:0;
	}

	.closePanel{
		float:right;
		cursor: pointer;
		width:98%;
		padding:1em 0;
	}

	#advancedPanel.active{
		margin-left:0;
		width:60%;
		box-shadow:0 0 20px rgba(0,0,0,0.5);
	}

	.panelContent{
		padding:1em;display: block;
		max-width: 500px;
		margin: 0 auto;
	}
	.panelContent h3{color:#0d47a1;display: flex;align-items: center;}

	.menu-item {
	    color: white;
	    display: flex;
	    align-items: center;
	    border-bottom: 1px solid white;
	    min-height: 50px;
	    padding-left: 1em;
	}
	.menu-item > div{
		padding:0.2em 0;
	}


	.sprite{margin: 1px 2px; float:left; cursor:pointer;}

	.header{
	    justify-content: space-around;
	    color: white;
	    height:50px;
	}
	.header svg{fill:#fff;}

	i.icon-filter-filled.active svg {
    fill: #00ff05;
	}

	.menu-group i svg{fill:#fff;}


	#search-wrapper{
		width:50%;
	}
	#search-title{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	#search-div{
		width: 100%;
	    background: white;
	    padding:5px;
	    display: flex;
		align-items: center;
	}

	.search-input{
		width:100%;
		border:none;
		font-size: 13px;
		display: none;
	}
	.search-input.active{display: block}

	#search-clear{
		height: 20px;
		width: 20px;
		border: none;
		background-color: transparent;
		cursor: pointer;
		color: black;
		display: flex;
		align-items: center;
	}


	#tooltip{z-index: 3000}
    /*---results container----*/
	#results{}
	#resultsHeader{
		background-color: slategray;
		padding-left: 6px;
		font-size: 85%;
	}
	/*-- a list result record--*/
	.result{border-bottom:1px solid silver;color:#607D8B;padding: 4px;background:rgba(255, 255, 255, 0.94);text-shadow:none;}
	.result:hover {cursor: pointer;}
	.result *{padding:0;margin:0;}
	.result h1{font-size: 85%;color:black;}
	.result .address{font-size: 80%;}
	.result .sd{font-size: 75%;}
	.result .detail{margin-top:3px;display: inline-flex;}
	.result .type-icon{display: inline-block;text-align: -webkit-center;}
	.result .type-icon p{font-size:60%;}
	.result .type-icon img{vertical-align: middle;padding:0.2em;}
	.result .thumb{display: inline-block;padding-right: 3px;}
	.result .thumb img{vertical-align: middle;}
	.result .thumb img:hover {opacity: 0.7;}
	/*.result .inline-grid{display: inline-grid;}*/
	.result .previewIcons{display: inline-block;}
	.result .open{color:green; font-size: 80%}
	.result .closed{color:red;font-size: 80%}
	.result .price{font-size: 80%;}


	#results .result.selected{
      background-color: #ECEFF1;
	}

	.smallIcon{
		display: flex;
		align-items: center;
		justify-content: center;
		float:left;
		padding: 1px;
		border: 1px solid #CFD8DC;
		width: 20px;
		height:20px;
		text-align: center;
		margin: 1px;
		border-radius: 5px;
		color: #00adef;
		background-color: #fff;
	}
	.smallIcon img {height: 18px;}


	.largeIcon {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 32px;
		width: 32px;
		margin: 0 3px 3px 0;
		border: 1px solid #CFD8DC;
		border-radius: 5px;
		float: left;
		box-sizing: border-box;
		cursor:pointer;/*--for mousover tooltip--*/
	}
	.largeIcon.unselected{
		border: 1px solid #000;
		background-color: silver;
	}
	.largeIcon img {
    height: 26px;
}

	.largeIcon > div{
		display: flex;
		color:#3399ff;
	}
	.largeIcon i {
	    font-size: 23px;
	    display: flex;
	}

	.largeIcon i svg{
		fill:#3399ff;
	}
	.largeIcon.unselected i svg{
		fill:grey;
	}

	.largeIcon span.text {
	    font-size: 15px;
	    font-family: Arial;
	}

	.largeIcon .pitchType{
		font-size:13px;
		border-radius:5px;
	}

	span.text{font-size: 12px;vertical-align: middle;font-weight: bold;}
	span.pitchType {
		font-size: 10px;
		font-weight: bold;
		color: white;
		text-align: center;
		vertical-align: middle;
		padding:2px;
		border-radius: 3px;
	}
	.green{color:#21d421}
	.red{color: red}
	.white{color:#fff;}
	.black{color:#000;}
	.bg-green{background-color:#21d421}
	.bg-grey{background-color: grey}
	.bg-brown{background-color: #E64A19}
	.bg-green-gray{
		background: #aebcbf;
		background: linear-gradient(to right, #aebcbf 0%,#9E9E9E 50%,#4CAF50 51%,#3ebc00 100%);
	}

	#iconList .flex.middle{
		height:28px;
	}
	.iconHolder{width:36px;}
	.iconHolder svg{fill:#fff;font-size:24px;}

	#detailHeader{
		justify-content: space-between;
		z-index: 2000;
		width: 100%;
		max-width: 416px;
	}

	#detail{
		background-color:white;
		color:black;
		overflow: scroll;
		min-height:100%;
		font-size:100%;
		width: 100%;
	}
	.detailCard{
		padding:0 0.5em;
		background: white;
		width: 100%;
    	box-sizing: border-box;
    	font-size: 100%
	}

	/*prevents scroll sticking where long unbroken strings have been entered eg urls*/
	.content{word-break: break-word;}
	.title{color:white;background-color:slategray;padding:3px;}

	.border{border-bottom: 1px solid silver; padding:0.5em 0; }
	.flex .icon{display:flex;align-items: center;justify-content: center;font-size: 125%; color:#757575; flex:0 0 40px;}
	.icon.top{align-items: flex-start;}
	.mapIcon{height:32px;}
	#reviewsHeader{padding: 5px;color: white;background-color: #0e48a0;margin: 5px 0px;}

	.toggle-trigger{cursor: pointer;font-size: 18px;font-weight: bold;color: black;}
	.toggle-icon{float:right}
	.toggle-container{display:none}
	div#navigationToggle {padding: 0.5em 0;background-color: whitesmoke;border-radius: 8px;}
	.navigationLink{padding:4px;}
	.disclaimer{display: inline-block;font-size: 12px;color:slategray;}


	.headerBtns{
		display: flex;
	}
	.headerBtn{
		width: 40px;
		display: inline-flex;
		font-size: 24px;
		cursor: pointer;
		justify-content: center;
		margin: 0 6px;
	}


	.totalScore{
		float: right;
		display: inline-block;
		height: 40px;
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: orange;
		color: white;
		border-radius: 50%;
	}

	.reviews{margin-top:1em;padding:0 0.5em;}

	button {
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
	}
	.button{
		background: #2196F3;
		color: white;
		padding: 8px 10px;
		min-width: 150px;
		margin: 7px;
		border-radius: 5px;
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
		cursor: pointer;
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 14px;
		box-shadow: 0 0 8px #9E9E9E;
		border:none;
		text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
	}

	.button:disabled{
		background: #9E9E9E;
		color: #EEEEEE;
		cursor: not-allowed;
		box-shadow: none;
	}
	.button:hover{background: #1E88E5;}


	.rowBar{
		float:right;
		width:70%;
	}

	.rowBar .back{
		background: #e9e9e9 none repeat scroll 0 0;
		display: inline-block;
		height: 12px;
		margin-right: 4px;
		position: relative;
		top: 2px;
		vertical-align: top;
		width: 75%;
	}
	.rowBar .fill{
			background: #eecb1c none repeat scroll 0 0;
			display: inline-block;
			height: 12px;
			position: absolute;
	}



	.highlight{
		color: #8f6c3f;
		background-color: #FFEF7B;
		border: 1px solid #F19435;
		border-radius: 3px;
	}

	.flag{background: url(img/flags.png) no-repeat;width: 20px; height: 12px;display: inline-block;float: right;margin-left:0.3em;} 

	.ma{background-position:0 0}
	.ad{background-position:-20px 0}
	.az{background-position:-40px 0}
	.pt{background-position:-60px 0}
	.me{background-position:-80px 0}
	.va{background-position:-100px 0}
	.gr{background-position:-120px 0}
	
	.lt{background-position:0 -12px}
	.at{background-position:-20px -12px}
	.tr{background-position:-40px -12px}
	.ua{background-position:-60px -12px}
	.es{background-position:-80px -12px}
	.li{background-position:-100px -12px}
	.dk{background-position:-120px -12px}
	.cz{background-position:0 -24px}
	.sm{background-position:-20px -24px}
	.mc{background-position:-40px -24px}
	.si{background-position:-60px -24px}
	.md{background-position:-80px -24px}
	.ch{background-position:-100px -24px}
	.mk{background-position:-120px -24px}
	.nl{background-position:0 -36px}
	.ba{background-position:-20px -36px}
	.no{background-position:-40px -36px}
	.am{background-position:-60px -36px}
	.bg{background-position:-80px -36px}
	.se{background-position:-100px -36px}
	.lu{background-position:-120px -36px}
	.fr{background-position:0 -48px}
	.rs{background-position:-20px -48px}
	.de{background-position:-40px -48px}
	.cy{background-position:-60px -48px}
	.pl{background-position:-80px -48px}
	.ro{background-position:-100px -48px}
	.al{background-position:-120px -48px}
	.ie{background-position:0 -60px}
	.ge{background-position:-20px -60px}
	.ru{background-position:-40px -60px}
	.lv{background-position:-60px -60px}
	.ee{background-position:-80px -60px}
	.hu{background-position:-100px -60px}
	.fi{background-position:-120px -60px}
	.by{background-position:0 -72px}
	.it{background-position:-20px -72px}
	.kr{background-position:-40px -72px}
	.be{background-position:-60px -72px}
	.is{background-position:-80px -72px}
	.gb{background-position:-100px -72px}


	.swiper-container{
		height:234px;
		width: 100%;
		max-width: 416px;
		background: #9e9e9e;
	}
	.swiper-slide {
		width:auto;
		height:auto;
	}
	.swiper-container img {
		width:100%;
		height:234px;
		object-fit: cover;
	}

	.fullscreen{position: absolute;background:black;height:100%;width:100%;display: none}
	.fullscreen.active{top:0;display:block}

	#fullScreenGallery{
		display: none;
		position:absolute;
		top:0;
		background:black;
		height: 100%;
		width:100%;
		z-index:20000;
	}
	

	#fullScreenGalleryClose{color: white;padding: 1em;position: absolute;right: 0; z-index: 2;text-shadow: 0 0 5px black;}
	.fs-swiper-container{height:100%;}
	.fs-swiper-container .swiper-slide{display:flex;}
	.fs-swiper-container img{
		width:100%;
		height: 100%;
		object-fit: contain;
	}


	.popup{
		padding:1em;
	    background-color: #fefefe;
	    width: 80%;
	    max-width: 300px;
	    position: fixed;
	    left: 50%;
	    top: 50%;
	    box-shadow: 0 0 12px rgba(0,0,0,.6);
	    color: slategray;
	    -ms-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -webkit-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	    z-index: 4000;
	}

	.popup .close {
	    font-size: 2em;
	    position: relative;
	    float: right;
	    top: -10px;
	    color: black;
	}
	

	.findUserBtn{
		background: #2196f3;
	    border-radius: 50%;
	    position: relative;
	    top: -60px;
	    left: 1em;
	    width: 40px;
	    height: 40px;
	    z-index: 1000;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    box-shadow: 0 0px 7px rgba(0,0,0,0.6)
	}


.markerName{font-weight:bold;}
.inputWrapper{width:96%;}



.slideTrigger{    
	cursor: pointer;
	color:black;
	font-size: 90%;
	text-transform:capitalize;
    background-color: #F5F5F5;
    padding: 8px;
    box-shadow: 1px 2px 3px #9E9E9E;
}
.slideTrigger span {
    background: url(img/plus.svg) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 0.3em;
}
.slideTrigger.close span {
    background: url(img/minus.svg) no-repeat;
    background-size: 20px;
}

.syncCountryRow{padding: 1px 6px;margin-bottom: 2px;}
.syncCountryRow.selected {background-color: #03A9F4;color: white;border-radius: 3px}




#reviewForm .inputWrapper {
    width: 100%;
    border: 2px solid #FF9800;
    border-radius: 8px;
    padding: 0.5em;
    box-sizing: border-box;
    font-size: 100%;
    height: 10em;
    margin-bottom: 1em;
}

	.chkWrapper {
	    display: inline-flex;
	    align-items: center;
	    float: left;
	}

	.closePopup{
	    width: 28px;
	    font-size: 18px;
	    height: 28px;
	    display: flex;
	    position: absolute;
	    top: 1%;
	    right: 1%;
	    align-items: center;
	    justify-content: center;
	    cursor:pointer;
	}

	.zoomBtns {
	    display: flex;
	    position: relative;
	    top: -36px;
	    float: right;
	}

	.zoomBtn {
	    cursor: pointer;
	    text-align:center;
	    font-size: 24px;
	    font-weight: lighter;
	    width: 32px;
	}
	.filterFields{
		padding:0.3em;
	}

	.form-field {
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
	    margin-bottom: .5em;
	    background-color:#fff;
	}

	.form-field > section {
	    border: 1px solid #aaa;
	    border-radius: 3px;
	    display: flex;
	    align-items: center;
	    flex: 1;
	}
	.form-field > section label {
		min-width:150px;
	    flex: 1;
	}

	.form-field > section input {
	    border: 0;
	    flex-grow: 1;
	    font-size: 13px;
	    font-weight: 300;
	    padding: .35em .5em;
	    text-overflow: ellipsis;
	}
	.form-field > section select {
	    border: 0;
	    border-left: 1px solid #ccc;
	    flex-grow: 1;
	    font-size: 13px;
	    font-weight: 300;
	    padding: .35em .5em;
	    width: 100%;
    	margin: 0 3px;
    	text-overflow: ellipsis;
	}


	.form-field i{
	    align-self: center;
	    padding: .5em .5em;
	    display: inline-block;
	    width: 1em;
	    height: 1em;
	    color:#2196f3;
	    cursor:pointer;
	}
	.form-field i:first-child {
	    border-right: 1px solid #aaaaaa;
	}

	.form-field i:last-child {
	    border-left: 1px solid #aaaaaa;
	}

	.form-field i svg{
	    fill: #2196F3;
	}

	.form-field section textarea{
		margin: 0.5em;
		width: 100%;
		min-height: 10em;
	}

		.scalable{font-size: 14px}

		.reviewHeader{color:black;}
		.reviewScoreTrigger{
			float:right;width:20px;
			background-color:grey;
			color:white;
			cursor:pointer;
			text-align: center;
			margin-right: 2%
		}
		.reviewScoreToggle{
			display: none;
			background: #F5F5F5;
			padding: 0.5em;
			border-radius: 8px;
			margin-top: 0.5em;
			margin-bottom: 0.5em;
			width: 90%;
			margin-left: auto;
			margin-right: auto;
			box-shadow: 0 0 8px #9E9E9E;
			max-width: 500px;
		}

	.starBarWrapper{display: flex;justify-content: space-between;}

	.starBar .fa-star{color:#eecb1c}
	.starBar .fa-star-o{color:grey}


	.scoreRow{display: flex;justify-content: space-around;align-items: center;}
	.scoreRow .label{width:20%;}
	span.total {
    flex: 0 0 50px;
    text-align: right;
	}

	.score {
		display: inline-block;
		font: normal normal normal 18px/1 FontAwesome;
		color: #838383;
		position: relative;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
	}
	.score::before{
	  content: "\f006\f006\f006\f006\f006\f006\f006\f006\f006\f006";
	  display: block;
	}

	.score span::before{
	  content: "\f005\f005\f005\f005\f005\f005\f005\f005\f005\f005";
	  display: block;
	}

	.score span {
		color: #eecb1c;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.avatar img {
		height: 100px;
		width: 100px;
		border-radius: 50%;
		display: block;
		margin: 5px auto;
		border: 3px solid #BDBDBD;
	}

	.unitPic img{
		width: 96%;
		margin: 0 auto;
		display: block;
		border: 3px #E0E0E0 solid;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
		max-width:700px;
		max-height:350px;
	}

	#splashScreen{
		position:absolute;
		top:0;
		background: url(../img/LaunchScreen~iPad.png) no-repeat center center fixed;
		background-size: cover;
		height: 100%;
		width:100%;
		justify-content: space-around;
		z-index: 10000
	}

	.columns{column-count: 2}

	.numberCircle:before {
	    content: '\200B';
	    display: inline-block;
	    line-height: 0px;
	    padding-top: 50%;
	    padding-bottom: 50%;
	    padding-left: 5px;
	}
	.numberCircle {
    display: inline-block;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    background: red;
    color: white;
    text-shadow: none;
    position: relative;
    left: 47px;
    top: -4px;
	}

	.numberCircle:after {
	    content: '\200B';
	    display: inline-block;
	    line-height: 0px;
	    padding-top: 50%;
	    padding-bottom: 50%;
	    padding-right: 5px;
	}

	/*--iPod Touch--*/
	@media only screen and (max-width : 220px){ 

	}

	@media only screen and (max-width : 470px){ 

	}
	/*--iPhone 6---*/
	@media only screen and (max-device-width : 375px){ 
		.autocomplete{font-size:80%;}
		.scalable{font-size: 80%}
		#detailMap{height:200px;}
		.columns{column-count: 1}
	}
	/*--GALAXY S6---*/
	@media only screen and (max-width : 360px){
		.autocomplete{font-size:75%;}
		.scalable{font-size: 75%}
		#detailMap{height:200px;}
		.columns{column-count: 1}
	}
	/*--iPhone 5--*/
	@media only screen and (max-width : 320px){ 
		.scalable{font-size: 70%}
		#detailMap{height:200px;}
		.columns{column-count: 1}
	}