/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




.socialicons {width : 30px;	height : 30px;	cursor : pointer;	background-size: contain;}
#socialfb {	background-image : url(../img/share-facebook.png); position : fixed; left : 10px; bottom : 20px; z-index : 999;}
#socialtw {	background-image : url(../img/share-twitter.png); position : fixed; left : 50px; bottom : 20px; z-index : 999;}

#gmapstr {
	background: url('../img/backg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	font: bold 50px Arial;
	text-align: center;
	padding: 0 50px;
	box-sizing: border-box;
	color: rgba(0,0,0,0.6);
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#gmap {
	width:50%;
}
#separator{
	display: flex;
	align-items: center;
	font-weight: bold;
	height: 100vh;
	width: 7px;
	background-color: rgb(232, 232, 232);
	cursor: w-resize;
	border-left: 1px solid black;
	border-right: 1px solid black;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#mousemsg{
	position:fixed;
	background-color:white;
	font:normal 12px Arial; 
	padding: 5px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	z-index:999;
}
#listingpaves{
    position: fixed;
    background-color: white;
    width: 380px;
	padding: 3px 0;
    box-sizing: border-box;
    border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
    left: -340px;
    bottom: 100px;
	font: 12px Arial;
	background-color: #e8e8e8;
	z-index:999;
	opacity: 0.98;
	border: 1px solid #00000042;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#listingpaves-content{
    width: 340px;
}
#listingpaves-nav{
	width : 40px;
    display: flex;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}
#listingpaves-nav img{
	width : 32px;
	height: 32px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#listingpaves-nav span{
	display: flex;
	color: #d83f3f;
	font-size: 25px;
	text-transform: uppercase;
	max-width: 20px;
	word-break: break-all;
	text-align: center;
	font-family: fantasy;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#listingpaves-nav span:first-of-type{
	margin-top:10px;
}
#listingpaves-nav span:last-of-type{
	margin-top:15px;
}
.listingsectpave{
	cursor: pointer;
	display: flex;
}
.listingsectpave:hover{
	background-color: rgba(253, 145, 145, 0.6) !important;
}
.pavesodd{
	background-color: rgba(138, 129, 129, 0.07);
}
.paveseven{
	background-color: rgba(18, 59, 29, 0.1);
}
.listingid{
    width: 24px;
    display: inline-block;
	text-align: center;
	margin-right: 5px;
}
.listingname{
	display: inline-block;
	width: 180px;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.listingdist{
	display: inline-block;
	width: 50px;
	text-align: right;
}
.listingstars{
	margin-left: 7px;
}
.listingstar{
	width:12px;
	margin-right:1px;
}
#logocartosport {
	position : fixed;
	bottom: 19px;
	left: 90px;
	z-index:999;
	background-image:url('../img/logocartosport.jpg');
	width: 200px;
	height: 34px;
	background-size: contain;
	background-repeat: no-repeat;
	cursor : pointer;
	opacity : 0.8;
	border-radius: 7px;
}
#title {
	display: flex;
	justify-content: center;
	align-items:center;
	position : absolute;
	top: 10px;
	left: 240px;
	z-index:999;
	width: 250px;
	height: 40px;
	color: rgb(88,88,88);
	border-radius: 2px;
    background-color: white;
    font: bold 18px Arial;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#title img{
	margin-right: 10px;
}

@media screen and (max-width: 1023px) {
	#gmapstr, #separator {display: none}
	#gmap {width: 100%}
}
@media screen and (max-width: 520px) {
	#title {top: 60px;left: 10px;}
}
