@charset "utf-8";
/* CSS Document */

.au-app-map {
	/*width: 100%;
	height: 100%;*/
	overflow: hidden;
	top: 60px;
	right: 60px;
	bottom: 60px;
	left: 60px;
	position: fixed;
	z-index: 999;
	display: none;
    visibility: hidden;
	opacity: 0;
	background: rgba(255, 255, 255, .8);
}
	.au-app-map:before {
		content: "";
		/*width: 100%;
		height: 100%;*/
		top: -60px;
		right: -60px;
		bottom: -60px;
		left: -60px;
		position: fixed;
		z-index: 100;
		display: block;
		background: rgba(0, 0, 0, .7);
	}
.au-app-map-canvas {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 9999999;
	/*display: none;
    visibility: hidden;
	opacity: 0;*/
	background: rgba(255, 255, 255, .8) url(ico/loading-canvas.gif) no-repeat center center;
}
    .au-app-map.disable:before {
	    content: "";
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    position: fixed;
	    background: rgba(255, 255, 255, .8);
	    z-index: 9999;
	    /*display: none;
        visibility: hidden;
	    opacity: 0;*/
    }
	.au-map-container {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
		.au-map-map {
			position: absolute;
			top: 0;
			right: 360px;
			bottom: 0;
			left: 0;
			z-index: 100;
			overflow: hidden;
			-webkit-transition: right .5s;
			-moz-transition: right .5s;
			-o-transition: right .5s;
			transition: right .5s;
		}
			.au-map-map.open {
				right: 0;
			}
	
		.au-map-container .au-map-thismap {
			width: 100%;
			height: 100%;
		}
		/*Custom Tools*/
		/*.au-map-container .au-map-thismap .gmnoprint {
			top: auto !important;
			right: 30px !important;
			left: auto !important;
			bottom: 0 !important;
		}
		.au-map-container .au-map-thismap .gmnoprint.gm-bundled-control {
			right: 0 !important;
		}*/
		/**/
	
	/*Sidebar*/
	
	/*Barra de navegación*/
	.au-map-nav {
		width: 24px;
		margin: 0;
		padding: 0;
		position: absolute;
		left: -24px;
		/*top: 0;*/
		top: 100px;
		background: #FFF;
		-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
		-o-border-radius: 5px 0 0 5px;
		border-radius: 5px 0 0 5px;
		border-right: 1px solid #F2F2F2;
		-webkit-box-shadow: -4px 0px 5px 0px rgba(50, 50, 50, 0.45);
		-moz-box-shadow:    -4px 0px 5px 0px rgba(50, 50, 50, 0.45);
		-o-box-shadow:      -4px 0px 5px 0px rgba(50, 50, 50, 0.45);
		box-shadow:         -4px 0px 5px 0px rgba(50, 50, 50, 0.45);
	}
	    .disable .au-map-nav:before {
		    content: "";
		    position: absolute;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    left: 0;
		    background: rgba(255, 255, 255, .8);
		    -webkit-border-radius: 5px 0 0 5px;
		    -moz-border-radius: 5px 0 0 5px;
		    -o-border-radius: 5px 0 0 5px;
		    border-radius: 5px 0 0 5px;
		    z-index: 200;
		    
	    }
		.au-map-nav li {
			list-style: none;
			text-align: center;
		}
			.au-map-nav li span {
				width: 24px;
				height: 30px;
				display: inline-block;
				line-height: 30px;
				cursor: pointer;
				background: #373737;
				color: #F2F2F2;
				position: relative;
				z-index: 100;
			}
			.au-map-nav li span:before {
				font-size: 15px;
				padding: 0;
				margin: 0;
			}
			.au-map-nav li:first-child span {
				height: 50px;
				display: inline-block;
				line-height: 56px;
				background: #2CA5D7;
				-webkit-border-radius: 5px 0 0 0;
				-moz-border-radius: 5px 0 0 0;
				-o-border-radius: 5px 0 0 0;
				border-radius: 5px 0 0 0;
			}
				.au-map-nav li:first-child span:before {
					font-size: 24px;
				}
			.au-map-nav li:last-child {
				position: relative;
			}
				.au-map-nav li:last-child span {
					border-top: 1px solid #CCC;
					-webkit-border-radius: 0 0 0 5px;
					-moz-border-radius: 0 0 0 5px;
					-o-border-radius: 0 0 0 5px;
					border-radius: 0 0 0 5px;
				}
				.au-map-config {
					padding: 20px 10px;
					position: absolute;
					top: 0;
					right: 0;
					background: rgba(255, 255, 255, .8);
					-webkit-transition: all 1s ease;
					-moz-transition: all 1s ease;
					-o-transition: all 1s ease;
					transition: all 1s ease;
					display: none;
				}
					.au-map-config.open {
						display: block;
					}
					.au-map-config li {
						width: 180px;
						padding: 6px 0;
						float: left;
						display: block;
						text-align: left;
					}
						.au-map-config li input {
							display: block;
							float: left;
						}
						.au-map-config li small {
							padding: 0;
							margin: -1px 0 0 10px;
							display: block;
							float: left;
						}
	.au-map-open-filters {
	    padding: 5px 0;
	    overflow: hidden;
	    border-top: 1px solid #CCC;
	}
	    .au-map-open-filters small {
	        font: 400 14px/18px "Montserrat", sans-serif;
			color: #2CA5D7;
	    }
	    .au-map-open-filters small:before {
	        padding: 4px 5px;
	        margin: 0 6px 0 0;
	        font-size: 18px;
			color: #F2F2F2;
	        background: #2CA5D7;
	        -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
	    }
	        .au-map-open-filters em {
	            font-size: 24px;
	            float: right;
	            cursor: pointer;
	        }
	.au-map-filters {
	    display: block;
	}	
	    .au-map-filters span {
	        height: 30px;
	        float: left;
	        font: 400 12px/30px Arial, Helvetica, sans-serif;
	    }
	    .au-map-filters select {
	        width: 100%;
	        height: 30px;
	        float: right;
	        border: 1px solid #CCC;
	        -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
	    }
		
    .au-map-sidebar {
        width: 350px;
		padding: 0 5px;
        float: left;
		position: absolute;
		top: 0;
		right: -360px;
		bottom: 0;
		left: auto;
		background: #FFF;
		-webkit-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.45);
		-moz-box-shadow:    0px 5px 8px 0px rgba(50, 50, 50, 0.45);
		-o-moz-box-shadow:  0px 5px 8px 0px rgba(50, 50, 50, 0.45);
		box-shadow:         0px 5px 8px 0px rgba(50, 50, 50, 0.45);
		z-index: 110;
		-webkit-transition: right .5s;
		-moz-transition: right .5s;
		-o-transition: right .5s;
		transition: right .5s;
    }
        .au-map-sidebar.disable:before {
		    content: "";
		    position: absolute;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    left: 0;
		    background: rgba(255, 255, 255, .8);
		    z-index: 112;
        }
		.au-map-sidebar.open {
			right: 0;
		}
		.au-map-sidebar .au-map-result-title {
			width: 100%;
			padding: 5px 0 5px 0;
			margin: 0;
			display: table;
			font: 300 14px/14px "Montserrat", sans-serif;
			position: relative;
		}
			.au-map-sidebar .au-map-result-title div {
				display: table-row;
			}
			.au-map-sidebar .au-map-result-title em {
				font-size: 24px;
				float: right;
				cursor: pointer;
				color: #333;
			}
			.au-map-sidebar .au-map-result-title span {
				width: 66px;
				padding: 3px 5px;
				font: 400 20px/20px "Montserrat", sans-serif;
				color: #FFF;
				display: table-cell;
				vertical-align: middle;
				text-align: center;
				background: #999;
			}
			.au-map-sidebar .au-map-result-title div.child-1 span {
			    height: 30px;
			    padding: 3px 5px;
				font: 400 20px/20px "Montserrat", sans-serif;
				color: #F2F2F2;
				background: #373737;
			}
			.au-map-sidebar .au-map-result-title div.child-3 span {
				color: #FFF;
				background: #CCC;
			}
			.au-map-sidebar .au-map-result-title small {
				padding: 0 0 0 10px;
				font: 400 14px/14px "Montserrat", sans-serif;
				display: table-cell;
				vertical-align: middle;
			}
			.au-map-sidebar .au-map-result-title div:last-child span {
                border-top: 1px solid #CCC;
			}
			/*.au-map-sidebar .au-map-result-title:before {
				content: "";
				width: 22px;
				height: 40px;
				position: absolute;
				left: 0;
                background: url("https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi.png") no-repeat center center;
                background-size: contain;
                display: inline-block;
			}*/
		.au-map-sidebar .au-map-itemcontainer {
			width: 100%;
			/*height: 100%;*/
			margin: 0;
			padding: 0;
			position: relative;
			/*overflow: hidden;*/
			overflow-y: scroll;
		}
		.au-map-sidebar .au-map-itemcontainer-shadow {
			content: "";
			height: 20px;
			margin: 0;
			padding: 0;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			z-index: 10;
            /* For WebKit */
             background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
            /* For Mozilla */
             background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
            /* For lt IE8 */
             filter: progid:DXImageTransform.Microsoft.gradient(gradientyype=0,
            startColorstr='#FFFFFF00', endColorstr='#FFFFFF00');
            /* For gt IE8 */
             -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientyype=0,
            startColorstr='#FFFFFF00', endColorstr='#FFFFFF00');
		}
			.au-map-sidebar .au-map-side-item-link {
				color: #333;
				text-decoration: none;
			}
				.au-map-sidebar .au-map-side-item {
					padding: 4px;
					margin: 2px 0;
					background: #F2F2F2;
					overflow: hidden;
					cursor: pointer;
					display: block;
					color: #333;
				}				
			.au-map-sidebar .au-map-side-item-link:visited {
				color: #CCC;
			}
			.au-map-sidebar .au-map-side-item-link:hover .au-map-side-item {
				background: #BFBFBF;
				color: #FFF;
			}
			.au-map-sidebar .au-map-side-item-link.active .au-map-side-item {
				background: #BFBFBF;
				color: #FFF;
			}		
	    .au-map-sidebar .au-map-number {
		    margin: 0 0 0 10px;
		    float: left;
		    display: block;
		    text-align: center;
	    }
	        .au-map-sidebar .au-map-number em {
		        display: inline-block;
		        width: 14px;
		        height: 30px;
		        background: url(https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi.png) no-repeat center center;
	            background-size: contain;
	        }
	        .au-map-sidebar .au-map-number strong {
		        display: block;
		        height: 15px;
		        padding: 0 6px;
		        background: #f7584c;
		        color: #FFF;
		        font: 11px/16px Arial, Helvetica, sans-serif;
		        -moz-border-radius: 4px;
	            -webkit-border-radius: 4px;
	            -o-border-radius: 4px;
	            border-radius: 4px;
	        }
	        
		.au-map-sidebar .au-map-price-container {
			float: right;
			display: block;
			text-align: right;
		}      
		    .au-map-sidebar .au-map-logo {
			    display: block;
			    margin: 4px 0 6px 10px;
				float: left;
				color: #000;
		    }
		        .au-map-sidebar .au-map-logo span {
			        font-size: 11px;
		        }
		            .au-map-sidebar .au-map-logo span:before {
			            font-size: 20px;
		            }
		    .au-map-sidebar .au-map-precio {
			    display: block;
		    }
			    .au-map-sidebar .au-map-precio small {
				    font: 300 12px/12px "Montserrat", sans-serif;
				    margin: 0 4px 0 0;
			    }
			    .au-map-sidebar .au-map-precio strong {
				    font: 400 32px/32px "Montserrat", sans-serif;
			    }
			    .au-map-sidebar .au-map-title {
				    width: 100%;
				    float: left;
					padding: 0;
				    margin: 4px 0 0 0;
				    font: 400 16px/19px "Montserrat", sans-serif;
			    }
			    .au-map-sidebar .au-map-detalle {
				    width: 100%;
				    float: left;
				    margin: 0 0 4px 0;
			    }
				    .au-map-sidebar .au-map-detalle span {
					    padding: 0 4px 0 0;
					    font: bold 11px/14px Arial, Helvetica, sans-serif;
				    }
				    .au-map-sidebar .au-map-detalle small {
					    font: normal 11px/14px Arial, Helvetica, sans-serif;
				    }
	    
	    /*Cierra mapa*/
	    .au-map-page-close {
	        width: 25px;
            height: 25px;
            position: absolute;
            top: 5px;
            right: 5px;
            background: #F00;
            color: #FFF;
            text-align: center;
            line-height: 30px;
            cursor: pointer;
			z-index: 1;
	    }
	        .au-map-page-close:before {
                margin: 0;
                padding: 0;
                font-size: 20px;
	        }
	        .au-map-page-close:hover {
                background: #CCC;
	        }
	    /*Imagen del hotel*/		
        .au-map-sidebar .au-map-image-container {
            position: relative;
        }
            .au-map-sidebar .au-map-image-container .au-map-image {
                width: 80px;
                height: 80px;
                position: relative;
                background-position: center center, center center;
                background-repeat: no-repeat, no-repeat;
                background-size: cover, cover;
                background-color: Transparent;
                float: left;
            }
        /**/
        
    .au-map-controls {
		width: 100%;
		float: left;
    }
        .au-map-controls .au-map-cotrol-check {
            width: 50%;
            margin: 0 0 6px 0;
            float: left;
            font: normal 12px/12px Arial, Helvetica, sans-serif;
        }
            .au-map-controls .au-map-cotrol-check input {
                float: left;
                margin: 3px 0;
                padding: 0;
            }
            .au-map-controls .au-map-cotrol-check span {
                float: left;
                margin: 0 0 0 4px;
            }
        .au-map-controls .au-map-cotrol-select {
            width: 100%;
            margin: 2px 0;
            float: left;
            font: normal 12px/12px Arial, Helvetica, sans-serif;
        }
            .au-map-controls .au-map-cotrol-check input {
                float: left;
            }
            .au-map-controls .au-map-cotrol-check span {
                float: left;
                margin: 4px 0 0 4px;
            }
            .au-map-controls .au-map-more-filters {
                float: left;
				margin: 4px 0 0 0;
				display: none;
            }
            
        /*Botones circle*/
        .au-map-controls .au-map-add-circle {
            display: block;
        }
			.au-map-controls .au-map-add-circle.disable {
				display: none;
			}
        .au-map-controls .au-map-remove-circle {
            display: none;
        }        
        .au-map-controls .au-map-add-circle, .au-map-controls .au-map-remove-circle {
            width: 100%;
            height: 34px;
            margin: 10px 0 15px 0;
            font: normal 13px/34px Arial, Helvetica, sans-serif;
            cursor: pointer;
            position: relative;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
		    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.35);
		    -moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.35);
		    -o-moz-box-shadow:  0px 3px 3px 0px rgba(50, 50, 50, 0.35);
		    box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.35);
		    float: left;
        }
        .au-map-controls .au-map-add-circle {
            background: #2CA5D7;
            color: #f2f2f2;
            border: 1px solid #2CA5D7;
        } 
        .au-map-controls .au-map-remove-circle {
            background: #F00;
            color: #FFF;
            border: 1px solid #F00;
            z-index: 200;
        }
        .au-map-controls .au-map-remove-circle.disable:before {
            /*content: '\e8ac';*/
            width: 40;
            padding: 0 0 0 10px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            color: #FFF;
            z-index: 210;
            font-size: 26;
        }
        .au-map-controls .au-map-remove-circle.disable:after {
            content: "Haga click dentro del mapa!";
            padding: 0 0 0 10px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: #F7544C;
            color: #FFF;
            cursor: default;
            z-index: 200;
        }
            .au-map-controls .au-map-add-circle span {
                padding: 0 0 0 10px;
            } 
            .au-map-controls .au-map-remove-circle span {
                padding: 0 0 0 10px;
            }
                .au-map-controls .au-map-remove-circle small {
                    font: normal 13px/13px Arial, Helvetica, sans-serif;
                }
                .au-map-controls .au-map-remove-circle small strong {
                    font: bold 16px/16px Arial, Helvetica, sans-serif;
                }
            .au-map-controls .au-map-add-circle em, .au-map-controls .au-map-remove-circle em {
                padding: 0 2px 0 0;
                float: right;
                font-size: 24px;
            } 
        /**/   
        
    /**/
        
    #timetaken {
        color: #f00;
    }
	/**/
	
	/*Markers*/
	/*.gm-style-iw {
       width: 360px !important;
       top: 0 !important;
       left: 0 !important;
       border-radius: 2px 2px 0 0;
    }*/
    .au-map-marker {
        width: 360px;
		margin: 20px 0 20px 20px;
		/*position: relative;*/
    }
        .au-map-marker h3 {
            font: 400 16px/16px "Montserrat", sans-serif;
            margin: 0 0 4px 0;
            padding: 0;
		}
			.au-map-marker h3 span {
				font-size: 12px;
				margin: 0 0 4px 0;
				padding: 0;
			}
        .au-map-marker h4 {
            font: 400 14px/14px "Montserrat", sans-serif;
            margin: 0 0 8px 0;
            padding: 0;
        }
        .au-map-marker img {
			margin: 0 0 0 -6px;
			border: 0;
        }
        .au-map-marker-body {
            width: 360px;
            height: 220px;
            margin: 0;
		    padding: 0;
            text-align: center;
            overflow: hidden;
        }
	    .au-map-marker-figure {
		    width: 360px;
		    height: 220px;
		    padding: 0;
		    margin: 0;
		    overflow: hidden;
		    position: relative;
		    z-index: 1;
	    }
		    .au-map-marker-figure-photo {
			    width: 100%;
			    height: 100%;
			    background-position: center center;
			    background-repeat: no-repeat;
			    background-size: cover;
			    position: absolute;
			    left: 0;
			    top: 0;
		    }
    .au-map-marker-data {
	    width: 100%;
	    padding: 6px 0 2px 0;
	    /*height: 100%;*/
        position: absolute;
        /*top: 0;*/
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        background: rgba(0, 0, 0, .6);
    }
    .au-map-marker-data > div {
        /*display: table-cell;
        vertical-align: middle;*/
    }
    .au-map-marker-stars {
        margin: 0;
        padding: 10px 0 0 6px;
        font-size: 20px;
        color: #FFF;
        float: left;
    }
    .au-map-marker-precio {
        color: #FFF;
        float: right;
        margin: 0 10px 0 0;
    }
        .au-map-marker-precio small {
            font: 400 18px/18px "Montserrat", sans-serif;
            margin: 0 8px 0 0;
        }
        .au-map-marker-precio strong {
            font: 400 32px/32px "Montserrat", sans-serif;
            margin: 0;
        }
    .au-map-marker-count-host {
        float: right;
        clear: both;
        margin: 0 10px 0 0;
		color: #FFF;
	}
        
    .au-map-marker-foto {
        height: 360px;
        width: 220px;
    }
	.au-map-marker-links {
		width: 100%;
		margin: 14px 0 22px 0;
		float: left;
		position: relative;
	}
		.au-map-marker-comprar {
			height: 34px;
			margin: 0;
			padding: 0 20px;
			background: #2CA5D7;
			color: #f2f2f2;
			float: right;
			font: normal 14px/34px Arial, Helvetica, sans-serif;
			position: relative;
			text-align: center;
			text-decoration: none;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;
		}
		    input[type="submit"].au-map-marker-comprar {
			    border: none;
			    cursor: pointer;
		    }
		.au-map-marker-ver-detalle {
			height: 34px;
			margin: 0;
			padding: 0 20px;
			background: #2CA5D7;
			color: #ffffff;
			float: left;
			font: normal 18px/34px Arial, Helvetica, sans-serif;
			text-decoration: none;
			position: relative;
			text-align: center;
			text-decoration: none;
			cursor: pointer;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;
		}
		    .au-map-marker-ver-detalle:hover {
			    background: #999999;
				color: #ffffff;
				text-decoration: none;
		    }
		.au-map-marker-reportar {
			margin: 0;
			padding: 0;
			color: #999;
			font: normal 11px/11px Arial, Helvetica, sans-serif;
			position: absolute;
			bottom: -20px;
			right: 0;
			text-decoration: underline;
		}
		    .au-map-marker-reportar:hover {
			    color: #2CA5D7;
		    }
	/*link street view*/	    
	.au-map-marker-links-stview {
		width: 34px;
		height: 34px;
		margin: 0 0 0 8px;
		display: inline-block;
		float: left;
		position: relative;
		font-size: 22px;
		color: #f2f2f2;
		background: #2CA5D7;
		text-align: center;
		line-height: 35px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		cursor: pointer;
	}
	    .au-map-marker-links-stview:before {
		    padding: 0;
		    margin: 0 0 0 2px;
		    text-align: center;
	    }
	.au-map-marker-links-stview.disable {
		color: #CCC;
		background: #F2F2F2;
		cursor: default;
	}
	/**/
	/*Contenedor del texto o numero del marcador*/
	.au-map-labels {
		width: 40px;
		height: 12px;
		margin: -20px 0 0 0;
		color: #FFF;
		font: normal 10px/12px Arial, Helvetica, sans-serif;
		text-align: center; 
		border: 1px solid #CCC;
		white-space: nowrap;
		background: #F7584C;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
	}
		.au-map-labels.hidde-label {
			visibility: hidden
		}	
	/**/
	
	/*ASP-html*/
	.au-map-quebusco {
	    margin: 0 -5px;
	}
	    .au-map-quebusco .info-q-busco {
			overflow: hidden;
			margin: 10px 30px 0 0;
			padding: 0 5px;
	    }
	    .au-map-quebusco h5 {
	        width: 100%;
	        font: 400 13px/18px "Montserrat", sans-serif !important;
	        margin: 0;
			padding: 0;
			color: #000;
	    }
	        .au-map-quebusco h5 span {
                padding: 0;
				margin: 8px 0;
				display: block;
				font-size: 22px;
				line-height: 26px;
	        }
	        .au-map-quebusco p {
                padding: 6px 0 0 0;
                margin: 0 0 10px 0;
                font: normal 12px/16px Arial, Helvetica, sans-serif;
                color: #FFF !important;
	        }
	            .au-map-quebusco p span {
                    color: #FFF !important;
	            }
	        
	        
	/**/
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

.au-map-controls-clear {
    width: 32px;
    height: 32px;
    background: #F00;
    color: #FFF;
    margin: 10px 0 0 0;
    text-align: center;
    font: normal 22px/28px Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: none;
}
    .au-map-controls-clear:hover {
        background: #CCC;
    }

/*Tooltip Resultados Autocomplete*/
.au-map-autocomplete-tootip {
    padding: 10px 10px 0 10px;    
}
    .au-map-autocomplete-tootip strong {
        font: bold 14px/18px Arial, Helvetica, sans-serif;  
    }
    .au-map-autocomplete-tootip span {
        display: block;
        font: normal 12px/16px Arial, Helvetica, sans-serif; 
        padding: 4px 0 0 0;  
    }
    .au-map-autocomplete-tootip div {
		text-align: center; 
    }
		.au-map-autocomplete-tootip div small {
			width: 30px;
			height: 30px;
			margin: 8px 0 4px 22px;
			display: inline-block;
			background: #2CA5D7;
			line-height: 30px;
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			-o-border-radius: 30px;
			border-radius: 30px;
			-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
			-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
			-o-box-shadow:      0px 0px 5px 0px rgba(50, 50, 50, 0.75);
			box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
			cursor: pointer;
		}
			.au-map-autocomplete-tootip div small.disable {
				background: #b6b6b6;
				cursor: default;
			}
				.au-map-autocomplete-tootip div small:before {
					margin: 0;
					padding: 0;
					font-size: 22px;
					line-height: 28px;
				}

	
.labelCrcle {
        padding: 10px 10px 0 10px;
        margin: 20px 10px 0 10px;
    }	


/*Street view*/
.au-map-street-view {
	position: absolute;
	top: 0;
	right: 360px;
	bottom: 0;
	left: 0;
	z-index: 105;
	overflow: hidden;
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	-o-transition: right .5s;
	transition: right .5s;
	background: rgba(255, 255, 255, .8);
}
	.au-map-street-view.open {
		right: 0;
	}

.gm-fullscreen-control {
    
}
    /*Boton cerrar*/
    .au-map-map .gm-iv-small-container {
        height: 56px;
    }
     .au-map-map .gm-iv-container {
	    background-color: #222222;
	    border-right: 1px solid #666;
	    font-family: Roboto,Arial;
	    margin-top: 10px;
	    opacity: 0.8;
	    width: 38px;
    }
    .au-map-map.au-map-custom-sv .gm-iv-container {
	    margin-top: -10px;
	    background-color: transparent;
	    border-right: none;
    }
	    .au-map-map .gm-iv-close {
		    display: inline-block;
		    height: 27px;
		    margin-top: 10px;
		    outline-color: #000;
		    width: 40px;
	    }
		     .au-map-map .gm-iv-back {
			    display: inline-block;
			    height: 25px;
			    padding: 6px;
			    width: 25px;
		    }
			     .au-map-map .gm-iv-back-icon {
				    cursor: pointer;
				    height: 25px;
				    overflow: hidden;
				    position: absolute;
				    width: 25px;
				    background-color: #F00;
				    background-image: none;/*Anula default gmaps*/
			    }
			     .au-map-map .gm-iv-back-icon:before {
				    content: '\e8a8';
				    width: 25px;
				    height: 25px;
				    position: absolute;
				    top: 0;
				    left: 0;
				    color: #FFF;
                    display: inline-block;
                    font-family: "rss";
                    font-style: normal;
                    font-variant: normal;
                    font-weight: normal;
                    font-size: 18px;
                    line-height: 25px;
                    margin-left: 0;
                    margin-right: 0;
                    text-align: center;
                    text-decoration: inherit;
                    text-transform: none;
			    }
			        .au-map-map .gm-iv-back-icon img {
				        display: none;
			        }
			        .au-map-map.au-map-custom-sv .gm-iv-address {
				        display: none;
			        }
			        .au-map-map .gm-iv-vertical-separator {
				        display: none;
			        }
			        .au-map-map .gm-fullscreen-control {
				        display: none;
			        }
			        	
/**/

/*Filtro stars*/
.au-map-filter-star {
    width: 100%;
    float: left;
}
    .au-map-filter-star label {
        margin: 0 10px 10px 0;
        padding: 0 0 0 10px;
        display: inline-block;
        float: left;
        background: #CCD3DA;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
    }
        .au-map-filter-star label.activo {
            background: #2CA5D7;
        }
    .au-map-filter-star input[type="checkbox"] {
        cursor: pointer;
    }
        .au-map-filter-star label div {
            margin: 0;
            float: left; 
        }
        .au-map-filter-star label div {
            margin: 0;
            float: left; 
        }
        .au-map-filter-star label div span {
			color: #FFF;
        }
        .au-map-filter-star label div em {
            height: 30px;
            padding: 0 10px 0 0;
            float: left;
            line-height: 30px;
			color: #FFF;
            font: normal 12px/30px 'Montserrat', sans-serif;
        }
        


/*POO*/
.au-map-oop-relative {
    position: relative;
}
.au-map-oop-100-full {
	width: 100%;
	float: left;
}

/*Elementos ocultos (forzados)*/
/*
1. 
2. .gm-iv-marker Link a google desde el streetview
*/
.au-map-map img[src*="undo_poly.png"], .gm-iv-marker {
    display: none !important;   
}
/*OLD map*/
.gmapicon {
	 display: none;
}



/* IMPORTANTE: Respete esta estructura al agregar código CSS*/
/* Media Queries ----------------------------------------------------------------------------------------------- */

/* Desktops and laptops ----------- */
@media only screen and (max-width : 1824px) {

/*sú CSS quí*/

}

/* iPads (landscape) ----------- */
@media only screen and (max-width : 1260px) {

/*sú CSS quí*/

}

/* iPads (portrait) ----------- */
@media only screen and (max-width : 1024px) {

/*sú CSS quí*/

}

/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 768px) {

	/*sú CSS quí*/
	.au-app-map {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.au-map-sidebar {
		width: 120px;
		right: -130px;
	}
	.au-map-map {
		right: 0;
	}
		.au-map-nav {
			top: 50px;
		}
	#Qbusco p, .au-map-sidebar .au-map-title, .au-map-detalle {
		display: none;
	}
	#Qbusco h5 {
		font: 12px/16px 'Montserrat', sans-serif !important;
	}
	.au-map-sidebar .au-map-logo span {
		margin: 0;
	}
		.au-map-sidebar .au-map-logo span:before {
			font-size: 12px;
		}
		.au-map-sidebar .au-map-logo span.text-star {
			width: 70px;
			margin-right: 10px;
			font-size: 10px;
			white-space: nowrap;
			display: block;
			position: relative;
			float: right;
		}
		.au-map-sidebar .au-map-logo span.text-star:before {
			content: " ...";
			width: 10px;
			font-size: 12px;
			display: block;
			background: #f2f2f2;
			position: absolute;
			right: -10px;
			bottom: 0;
		}
			.au-map-sidebar .au-map-logo img {
				height: 20px;
			}
			.au-map-controls .au-map-add-circle span {
				padding: 0 0 0 10px;
				/*display: none;*/
			}
			.au-map-page-close {
				top: 10px;
				right: 0;
				position: fixed;
			}
	.au-map-count-host {
		font-size: 10px;
	}
	.au-map-sidebar .au-map-image-container .au-map-image {
		display: none;
	}
	.au-map-sidebar .au-map-precio strong {
		font: 400 22px/22px 'Montserrat', sans-serif;
	}
	.au-map-sidebar .au-map-number {
		margin: 0;	
	}
	#pac-input {
		width: 160px;
	}
	.au-map-controls .au-map-remove-circle span {
		display: none;
	}
	.au-map-controls .au-map-remove-circle small {
		padding: 0 0 0 20px;
	}
	.au-map-controls .au-map-remove-circle.disable:after {
		content: "Click dentro del mapa!";
	}
	.au-map-filters span {
		height: 20px;
		font: 400 10px/20px Arial, Helvetica, sans-serif;
	}
	.au-map-filter-star label span {
		height: 15px;
		font: 400 9px/16px Arial, Helvetica, sans-serif;
	}
	.au-map-filter-star label {
		padding: 0 0 0 4px;
	}
	.au-map-filter-star label div em {
		height: 15px;
		font: 400 10px/16px Arial, Helvetica, sans-serif;
	}
	.au-map-filter-star label div em small {
		display: none;
	}
	#pac-input.open {
		width: 300px;
	}
	
	.au-map-marker {
		width: 160px;
	}
	.au-map-marker-body, .au-map-marker-figure {
		width: 160px;
		height: 98px;
	}
	
	.au-map-marker {
		width: 160px;
	}
	.au-map-marker-body, .au-map-marker-figure {
		width: 160px;
		height: 98px;
	}
	/*.au-map-marker {
		width: 90px;
	}
	.au-map-marker-body, .au-map-marker-figure {
		width: 90px;
		height: 55px;
	}*/

	.au-map-sidebar .au-map-result-title small {
		padding: 0 4px 0 8px;
		font: 400 11px/14px "Montserrat", sans-serif;
	}
	
	.au-map-marker-comprar {
		width: 100%;
		padding: 0;
		margin: 10px 0 0 0;
	}

}

/* Big smartphones (portrait) (ie: Galaxy S3 has 360) */
@media only screen and (max-width : 720px) {

	/*sú CSS quí*/
	#pac-input {
		width: 140px;
	}
	#pac-input.open {
		width: 340px;
	}

}

/* Big smartphones (portrait) (ie: Galaxy 3 has 360) */
@media only screen and (max-width : 640px) {

/*sú CSS quí*/

}

/* Smartphones (portrait) (ie: Galaxy 1)) */
@media only screen and (max-width : 321px) {

/*sú CSS quí*/

}


	
	
