/* tropica-social-buttons.css */


#tropicasocial {
	position: fixed;
	right: 0;
	top: 250px;
	z-index: 450;
	border:0px solid black;
}


#tropicasocial > div {
	clear: both;
}
#tropicasocial > div > div {
	background: #ffffff;
	margin: 0 0 10px 0;
	overflow: hidden;
	float: right;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
#tropicasocial > div > div > div {
	float: left;
	max-width: 0;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
#tropicasocial > div > div:hover > div {
	max-width: 250px;
/*
	-webkit-transition: max-width 1s ease;
  transition: max-width 1s ease;
*/
}

#tropicasocial .icon {
	float: left;
}
#tropicasocial iframe {
	width: 143px !important;
	height: 21px !important;
	display: block !important;
	border: none !important;
	overflow: hidden !important;
	margin: 9px !important;
}
#tropicasocial .tropica-youtube iframe {
	height: 25px !important;
	margin: 7px 9px !important;
}
#tropicasocial > div > div > div > div {
	width: auto !important;
	height: auto !important;
	display: block !important;
}
#tropicasocial .icon {
	width: 39px;
	height: 39px;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
}
#tropicasocial .tropica-facebook .icon {
	background: url(/media/2561826/tropica-icon-39x39-facebook.png) 0 0 no-repeat;
}

#tropicasocial .tropica-youtube .icon {
	background: url(/media/2561827/tropica-icon-39x39-youtube.png) 0 0 no-repeat;
}




@media only screen and (max-width:480px) {
	


#tropicasocial {
	position: relative;
	top: auto;
	right: auto;
	margin-top: -50px;
}
#tropicasocial {
	position: relative;
	top: auto !important;
	right: auto;
	margin-top: -50px;
}



#tropicasocial > div {
	float: left;
	clear: none;
	padding: 0 10px;
}
#tropicasocial > div > div {
	margin: 0;
}



	
	
	
	
	
	
}



@media only screen and (-webkit-min-device-pixel-ratio:2) {


#tropicasocial .icon {
	background-size: 300px auto;
}
#tropicasocial .tropica-facebook .icon {
/*	background-position: -150px 0;*/
		background: url(/media/2561826/tropica-icon-39x39-facebook.png) 0 0 no-repeat;
}

#tropicasocial .tropica-youtube .icon {
/*	background-position: -250px 0;*/
	background: url(/media/2561827/tropica-icon-39x39-youtube.png) 0 0 no-repeat;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
