@media ( max-width: 767px){
	.front #block-block-86 p iframe { width:100% !important; }
}

#float-right { position: fixed; right: 0; top:175px; z-index:5;}
#float-right .content div a {     margin-bottom: 5px;    display: inline-block;    right: -33px;    position: relative; transition:all 0.3s ease;}
#float-right .content div a:hover { right:-20px; opacity: 0.7; filter: alpha(opacity=70); /* For IE8 and earlier */}

@media (max-width: 768px){
  #float-right { top:215px;}
  #float-right .content div a { right:-113px;}
}

@media ( max-width: 580px) {
  
  #float-right { top:auto; bottom:0; right: 0; transition: all 0.3s ease; width: 100%;}
  #float-right.slide-reset { bottom:-55px;}
  #float-right.slide-up { bottom:0;}
}

.facblocks {display: none;}