#side_social{
	position:fixed;
	right: 0;
	top: 40%;
	z-index: 99;
}
#side_social a{
	display:block;
	position: relative;
	width: 38px;
	height: 40px;
	opacity: 0.7;
	transition: opacity .75s;
}
#side_social:hover a:not(:hover){
	opacity: 0.35;
}
#side_social a:hover, #side_social a:focus{
	filter: alpha(opacity=100);
	opacity: 1;
}
#side_social:hover a.light_floor{
	opacity: 0.5;
}
#side_social img{
	width: 100%;
	height: auto;
	margin-right: 10px;
	margin-bottom: 2px;
	position: absolute;
	top: 0px;
	transition: opacity .75s;
}
#side_social a.dark_floor img:first-child, #side_social a.light_floor img:last-child{
	filter: alpha(opacity=0);
	opacity: 0;
}
#floor_contact{
	padding: 128px 0;
}
#floor_contact .home_container{
	padding: 0px;
	font-size: 0px;
}
.hp_contact_tile:first-child {
    margin-right: -5px;
}
.hp_contact_tile{
	width: 19.28%;	
	display: inline-block;
	margin-right: 1.02%;
	opacity: 0;
	transition: all .5s;
}
.loaded .hp_contact_tile{
	opacity: 1;
	transform: none !important;
}
.hp_contact_tile:nth-child(3){ /* center */
	 transform: scale(.8);	
}
.hp_contact_tile:nth-child(2){ /* 2nd - right */
	transform: scale(.8) translateX(20px);	
	transition-delay: .1s;
}
.hp_contact_tile:nth-child(4){ /* 2nd - left */
	transition-delay: .1s;
	transform: scale(.8) translateX(-20px);
}
.hp_contact_tile:nth-child(1){ /* 3rd - right */
	transition-delay: .14s;
	transform: scale(.8) translateX(30px);
}
.hp_contact_tile:nth-child(5){ /* 3rd - left */
	transition-delay: .17s;
	transform: translateX(-30px);
}
.contact_tile_title{
	font-family : straussregular;
	font-size : 25px;
	color : #FFFFFF;
	color : rgb(255, 255, 255);
	position: absolute;
	bottom: 8px;
	text-align: center;
	width: 100%;
	text-transform: lowercase;
	font-variant: small-caps;
}
.contact_tile_desc{

}
.height_container{
	/*padding-bottom: 18.1%;*/
}
.hp_contact_tile .hp_back{
	box-shadow: 0px 0px 0px 4px rgba(255,255,255, .5) inset;
	text-align: center;	
}
.hp_contact_tile .hp_back .contact_tile_desc{
	font-size: 20px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.hp_contact_tile.hoverSiblings{
	opacity: 0.5;
}
.hp_contact_tile img.tile_placeholder{
	opacity: 0;
	width: 100%;
}
.hp_contact_tile img.tile_placeholder_mobile{
	display: none;
	width: 100%;
}

/* MAP */
#floor_map{
	padding-bottom: 30px;
}
#map_title{
	height: auto;
	padding: 75px 0 80px;
	display: table;
	width: 100%;
	opacity: 0;
	transition: all .5s;
	transform: scale(0.8);
}
#map_title.loaded{
	opacity: 1;
	transform: none;
}
.title_right, .title_right:hover{
	/*width: 31.22%;*/
	font-size: 30px;
	font-family: straussregular, straussregularen;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	color: #FFF;
}
#map_title .title_right{
	background: #4dd0ec;
}
#brands_title .title_right{
	background: #F58327;
}
.title_left{
	vertical-align: middle;
	display: table-cell;
	width : 68.77%;
	height: 100%;
	font-size: 22px;
	font-family: straussregular, straussregularen;
	border-right: 1px solid #FFF;
	text-align: justify;
}
#map_title .title_left{
	color: #00bbe3;
	background: #F7F5F7;
}
#brands_title .title_left{
	background: #FFFEFF;
	color: #F58327;
}
.title_left div{
	padding: 21px 25px;
}

@media(max-width: 767px){
	#floor_banner{
		margin-top: 0px;
	}
	#floor_news_slider_wrap .slick-next:before, #floor_news_slider_wrap .slick-prev:before{
		display: none !important;
	}
}