#maptracker iframe {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
}
/*.marker-icon {
    position: absolute;
    left: 40%;
    margin-top: 10%;
}*/
#maptracker {
    padding: 0;
}
body {
    background: #fff;
}
.marker-content {
    color: #000;
}
/*.marker-content {
    color: #000;
    background: #fff;
	display: none;
}*/
.marker-left img {
    width: 100%;
}
.col-8.marker-left {
    border-right: 2px solid #2f679a;
}
.space-left {
	padding:0px;
}
.col-7.marker-left {
   /* border-right: 2px solid #2f679a; */
    padding-right: 0;
}
.col-5.marker-left {
    padding: 0;
    font-size: 13px;
}
img.map-icon:hover + div {
    display: block;
}
.space-left h4 {
	font-size:18px;
	font-weight:bold;
}
.space-left span {
	font-size:14px;
}
div#locations1 h1 {
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px 0 0px 0;
    font-weight: bold;
    background: #286090;
    color: #fff;
    padding: 20px 15px;
    text-align: center;
	  position: -webkit-sticky;
  position: sticky;
  top: 0;
      height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 23%;
    right: 0;
}
.fa.fa-chevron-left {
    position: absolute;
    margin-left: 300px;
    transition: 0.3s;
}

header #button-menu {
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    background: #34495E;
    padding: 10px;
}

.navegacion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.0);
}

.navegacion ul {
    width: 100%;
    height: 100%;
    background: #fff;
    list-style: none;
    position: absolute;
    top: 0;
    transition: left .3s;
    overflow-y: auto;
}
.navegacion .menu li.title-menu{
	padding: 20px;
	background: #5F6F81;
	color: #fff;
	text-align: center;
	font-size: 22px;
}
.navegacion .menu a {
    display: block;
	transition: all 0.3s;
    padding: 0px;
    /* border-bottom: 1px solid #C6D0DA; */
    font-size: 16px;
    text-decoration: none;
    color: #575D69;
    margin-bottom: 0px;
}
.navegacion .menu a:hover {
    background: #798DA3;
    color: #fff;
    display: block;
}
.navegacion .menu a:hover  img.location-img{
	 padding: 5px 5px 0px;
}
.navegacion .menu a:hover .map-data table {
    color: #fff;
}
.navegacion .menu a:hover .map-data {
    background: #798DA3;
    color: #fff;
}
.navegacion .menu li span.icon-menu{
	margin-right: 12px;
}
@media screen and (max-width: 320px){
	.navegacion ul{
		width: 100%;
	}
}

.map-data {
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.10);
    margin-bottom: 0px;
}
.map-list img.location-img {
    width: 100%;	
    transition: all 0.3s;
}
img.location-icon {
    width: 13px;
    margin: 0px 5px 0 0px;
}
.map-data h4 {
    font-size: 14px;
    padding: 10px;
    margin: 0;
}
.map-data table {
    font-size: 11px;
    margin: 0;
}
/* .map-list {background: #f1f6fe; } */
.map-data table thead th {
    border-bottom: none;
}
.map-data .table td, .map-data .table th {
    padding: 0.3rem;
    width: 50%;
}
div#locations1 {
    margin-top: -20px;
}

.action-details ul {
    margin: 0;
    list-style: none;
	    text-align: center;
}
.map-detail {
    position: relative;
	padding: 8px;
    display: block;
}
span.map-content {
    display: none;
}
span.map-content span {
    display: block;
    font-size: 15px;
}



.action-details {
    position: fixed;
    right: 0;
    background: #fff;
    margin: 190px 10px 0 0px;
    border-radius: 4px;
    padding: 1px;
}
.action-details ul li a {
    cursor: pointer;
}

.map-detail::before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f0d9";
    font-size: 20px;
    position: absolute;
    margin: 0 0 0 -15px;
    color: #000;
	opacity:0;
}
.map-detail:hover::before {
    opacity:1;
}
.map-detail:hover span.map-content {
    display: block;
    position: absolute;
    right: 43px;
    background: #fff;
    top: -13px;
    padding: 10px;
    width: 300px;
    border-radius: 4px;
}
h1.total-text {
    text-align: center;
    display: block;
    width: 100%;
    position: fixed;
    /* left: 6%; */
    right: 0;
    top: 5px;
    font-size: 24px;
}	



div#locations1 h1.icon1 {
    background: #293176;
}


div#locations1 h1.icon2 {
    background: #00d985;
}


div#locations1 h1.icon3 {
    background: #ff7e00;
}


div#locations1 h1.icon4 {
    background: #a94064;
}

div#locations1 h1.icon5 {
    background: #49e8ee;
}





.social__icon{
	cursor: pointer;
    color: #322ff2;
}
/* tooltip change */
.pro-row {
    position: relative;
}
/* tooltip change */
.social__tooltip {
    opacity: 0;
    position: absolute;
    padding: .2rem .2rem;
    background-color: #322ff2;
    color: #e3e2fd;
    white-space: normal;
    font-weight: 700;
    border-radius: .2rem;
    pointer-events: none;
    z-index: 99999;
    left: 0;
    right: 0;
 
	font-size: 11px;
}

/* tooltip change */
.social__tooltip::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #322FF2;
    border-radius: 2px;
	margin: 0 0 0 10px;
}
/* tooltip change */
.social__content, .social__tooltip, .social__icon{
    transition: .3s;
}

.social__content:hover{
    background-color: transparent;
}

.social__content:hover .social__icon{
    color: #322ff2;
}


/* tooltip change */
.social__tooltip-bottom {
   top: auto;
    left: 5px;
    /* transform: translateX(-50%); */
    right: 0px;
    /* bottom: 150px;*/
bottom: auto;
}
/* tooltip change */

.social__tooltip-bottom::after{
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    /*bottom: -7px;*/
top: 1px;
}
/* tooltip change */
.social__content:hover .social__tooltip-bottom {
    opacity: 1;
    /* top: -1.5rem; */
}
/* tooltip change */
/* .social__tooltip-top{ */
    /* top: -2.25rem; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
/* } */

/* .social__tooltip-top::after{ */
    /* left: 50%; */
    /* transform: translate(-50%, 50%) rotate(45deg); */
    /* bottom: 1px; */
/* } */

/* .social__content:hover .social__tooltip-top{ */
    /* opacity: 1; */
    /* top: -3.25rem; */
/* } */

.content-inner {
    position: relative;
}
.margin-right {
    margin: 0;
}
.marker-content .col-6.marker-left,.marker-content .col-12.marker-left {
    padding-right: 0;
}
.content-inner h4 {
    font-size: 18px;
    background: rgba(255,255,255,0.5);
    display: block;
    position: absolute;
    padding: 10px 5px 10px 15px;
    margin: -41px 0px 0 0px;
    left: 0px;
    right: 0px;
	text-align: center;
}
.marker-content .table-bordered td, .marker-content .table-bordered th {
    width: 50%;
}
.table-bordered {
    border: 1px solid #dee2e6;
    margin-top: 15px;
}
td.awe-rt-BuyNowPrice {
    font-weight: bold;
}
button.gm-ui-hover-effect {
    margin: 4px 14px 0 0 !important;
    outline: none !important;
    border: none !important;
}

.category, .total-counts{
text-align:left;
}

.footer {
    text-align: center;
    display: block;
    width: 100%;
    position: fixed;
    /* left: 6%; */
    right: 0;
    bottom: 20px;
    font-size: 24px;
}
.footer p {
    margin: 0;
    background: #fff;
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
}
.footer a {
    color: #2f679a;
    font-weight: bold;
}

.search-box {
position: sticky;
top: 0;
}
.search-box input {
background: #fff;
border: 2px solid #ccc;
margin: 0 0 20px 0;
top: 0;
left: 0;
right: 0;
border-radius: 0px;
padding-right: 30px;
}
div#locations1 h1 {
top: 38px;
}
.search-box i {
position: absolute;
right: 10px;
top: 10px;
}