h1{
	margin-bottom: 0px !important;
}
#showrooms{
	height:1300px;
}


#showrooms .area_tabs{

}
#showrooms .at_block{
	margin-bottom: 20px;
    text-align: center;
}

#showrooms .at_tab{
	box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
      background: #fff;
    border: 1px solid #dbd6d6;
 border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    width: 170px!important;
    height: 40px;
    line-height: 40px;
    position: relative;
    width: auto;
    z-index: 1;
	 margin-right: 10px;
	  text-align: center;
    color: #898989;
	cursor: pointer;
}

#showrooms .at_tab a{
	text-decoration: none;
} 

@media(max-width: 500px){
	#showrooms .at_tab{
		font-size: 14px;
	}
}
@media(max-width: 440px){
	#showrooms .at_tab{
		font-size: 12px;
	}
}
@media(max-width: 380px){
	#showrooms .at_tab{
		font-size: 11px;
	}
}
@media(max-width: 340px){
	#showrooms .at_tab{
		font-size: 10px;
	}
}
@media(max-width: 320px){
	#showrooms .at_tab{
		font-size: 9px;
	}
}


#showrooms .area_tabs .sr_active{
	border-color: #ab76ae;
    background-color: #ab76ae;
}
#showrooms .area_tabs .sr_active a{
    color: white;
}

#showrooms .area_maps{
	height:730px;
	position: relative;
}
#showrooms .am_map_main{
	position: absolute;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}

#showrooms .am_map_info{
	position: relative;
    width: 100%;
    height: 50px;
    float: left;
}
#showrooms .ami_block {
    background-color: #fff;
    /* width: 25%; */
    width: 20%;
    /* height: 400px; */
    height: 450px;
    z-index: 10;
    padding: 20px;
    border-radius: 5px;
    float: left;
    /* margin: 20px 26px 50px; */
    margin: 20px 5px 50px;
    border: 2px solid #905792;
}



@media(max-width: 950px){

	#showrooms .ami_block{
		display: none;
	}	
}


#showrooms .am_room{	
	position: relative;
	width: 100%;
	height: 50%;
	background-color: black;
	opacity: 0.2;
	color: white;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}
#showrooms .area_maps .sr_active{
	background-color: #9f79a1;
	opacity: 0.7;
}
#showrooms .am_map_room{
	height: 730px;
}

#showrooms .am_info {
    position: absolute;
    top: 90px;
    left: 20%;
    background-color: #fff;
    width: 400px;
    height: 400px;
    opacity: 0.9;
    padding: 20px;
}

#showrooms .am_info .map-h2 a {
	color: inherit;
	text-decoration: none;
}

@media(max-width: 1700px){
	#showrooms .am_info{
		left: 15%;
	}
}
@media(max-width: 1500px){
	#showrooms .am_info{
		left: 10%;
	}
}
@media(max-width: 1300px){
	#showrooms .am_info{
		left: 5%;
	}
}
@media(max-width: 1200px){
	#showrooms .am_info{
		left: 10%;
	}
}
@media(max-width: 550px){
	
	#showrooms .area_maps{
		height: 450px;
	}
	
	#showrooms .am_map_room{
		height: 450px;
	}
	#showrooms .am_info{
		position: relative;
		top: 0;
		left: 0;
	    width: 100%;
	    padding: 10px;
	    height: 470px;
	}
	#showrooms{
		height: 510px;
	}
	.print_link_contacts{
		display: none;
	}
}

#showrooms .am_info a{
	color: white;
}
#showrooms .am_info .map-p1 a{
	color: #905792;
}


.print_link_contacts{
	margin-top:-20px;
}

