	#map-view{
		background-image: url(../img/map/dots-big.png);
		background-position: center center;
		width: 100%;
		height: 600px;
		background-color: #fff;
		overflow: hidden; 
		position: relative;
		/*cursor: crosshair;*/
	}
	#featured_map,
	#map-view,
	#map svg, #map-wrapper,
	#map svg path,
	#map{
		cursor: crosshair;
		/* cursor: url(../img/arrows/cross_cursor.png), auto; */
	}
	#map-controls{
		position: absolute;
	    top: 10px;
	    left: 10px;
		z-index: 1;
	}
	#map svg, #map-wrapper{
		width: 100%;
		height: 690px;
		position: absolute;
		top:0;
		left: 0;
		-webkit-transform: scale3d(1.3, 1.3, 1);
		    -ms-transform: scale3d(1.3, 1.3, 1);
		        transform: scale3d(1.3, 1.3, 1); 
		        /*
		-webkit-transform: scale3d(5.2, 5.2, 5.2);
		    -ms-transform: scale3d(5.2, 5.2, 5.2);
		        transform: scale3d(5.2, 5.2, 5.2); 
		        */
	}
	#map-img{
	width: 200%;
    height: auto;
    transform: scale3d(0.5, 0.5, 1);
    transform-origin: 0% 0%;
	}
	.zoom-btn{
		display: block;
		float: left;
		background-color: #eee;
		width: 44px;
		height: 44px;
		margin-right: 3px;
		border-radius: 4px;
		text-align: center;
		line-height: 44px;
		font-size: 40px;
		font-weight: 100;
		color: #999;
	}
	.world-tag{
		background-color: #f6a800;
		text-align: center;
		color: #fff;
		line-height: 30px;
		height: 30px;
		border-radius: 15px;
		padding-left: 15px;
		padding-right: 15px;
		position: absolute;
		box-shadow: rgba(0,0,0,0.3) 2px 10px 20px;
		margin-top: -15px;
		margin-left: -15px;
	}
	#pins-zoom{
		-webkit-transform: scale3d(0.1, 0.1, 1);
		    -ms-transform: scale3d(0.1, 0.1, 1);
		        transform: scale3d(0.1, 0.1, 1); 
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
	}
	.zoom-tag{
		position: absolute;
	    width: 60px;
	    height: 60px;
	    border: 13px solid #fff;
	    background-color: #F6A800;
	    border-radius: 50%;
	    box-shadow: rgba(0,0,0,0.1) 0px 1px 6px;
	    /*transform: scale(0.7);*/
	    
	    
	}
	.max-zoom .zoom-tag{
    	transform: scale(0.5);
	}
	
	.project_images{
	}
	.project-card{
		min-height: 539px;
	}
.tooltip-map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #eee;
    width: 290px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.2) 1px 20px 30px;
    
}
#projects_header_filter select#country-select{
	/*width: 50%;*/
}
#filter_band .filtro-tit{
	position: relative;
	 top: -9px;
    margin-right: 17px;

}
#filter_band #filter_tags{
	padding-top: 0;
}
.tooltip-map .top{
	background-color: #81878e;
	color: #fff;
	height: 66px;
}
.tooltip-map .bottom{
	padding: 10px;
}
.tooltip-title{
	margin: 0;
	padding: 15px 10px;
	width: 60%;
	float: left;
	color: #fff;
	font-size: 18px;
	text-align: left;
	
    max-height: 55px;
    overflow: hidden;
}
.tooltip-production{
	margin: 15px 10px;
    padding-left: 10px;
    text-align: right;
    float: right;
    border-left: 1px solid #fff;
}
.tooltip-mwhyear{
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
}
.tooltip-address {
    font-size: 14px;
}
	
.tooltip-status {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.tooltip-link{
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background-image: url(../img/arrow-tooltip.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: -999em;
	margin-top: -25px;
	margin-right: 5px;
}
#cards-block {
    width: calc(100% + 30px);
}
#map-view-btn, #cards-block{
		display: inline-block;
	}
	#map-view-btn, #cards-block{
		display: none;
	}
	#remove-filters-btn{
		display: none;
	}
.rotate-advice {
    position: absolute;
    width: 280px;
    height: 170px;
    background-color: rgba(0,0,0,0.4);
    z-index: 100;
    top: 44%;
    left: 50%;
    margin-left: -140px;
    margin-top: -94px;
    color: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 12px;
    padding-top: 100px;
    font-size: 17px;
    font-weight: bold;
    display: none;
}
.rotate-advice a{
	color: #fff;
}
.rotate-advice:after {
    content: "";
    background-image: url(../img/rotate-icon.png);
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    top: 13px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: knkn 4s infinite;
    transform-origin: 40px 40px;
}

@keyframes knkn {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media (max-width: 568px){
    #map-view:after{
        content: "XX";
        color: #f00;
    }    
    #featured_map {
        margin-top: 30px;
    }
    #map-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }

	
}
@media (max-width: 480px) {
	.rotate-advice {
        display: block;
    }
	#close_card {
	    display: block;
	    top: -8px;
	    right: 12px;
	    font-size: 46px;
	    font-weight: 300;
	    color: #ffffff;
	    position: absolute;
	}

}