@charset "UTF-8";
/* CSS Document */
/*Add this style*/

.ring-pic{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border: 2px solid #6a7f21;}

.ring-apple{border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color:#5c6274; margin-left:3px;
	-webkit-transition: all ease 0.25s;
	   -moz-transition: all ease 0.25s;
	    -ms-transition: all ease 0.25s;
	        transition: all ease 0.25s;}
.ring-apple:hover{
	background-color:#a3a5a9;
	-webkit-transition: all ease 0.25s;
	   -moz-transition: all ease 0.25s;
	    -ms-transition: all ease 0.25s;
	        transition: all ease 0.25s;}				

.ring-droid{border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color:#97c03d; margin-left:3px;
	-webkit-transition: all ease 0.25s;
	   -moz-transition: all ease 0.25s;
	    -ms-transition: all ease 0.25s;
	        transition: all ease 0.25s;}
.ring-droid:hover{
	background-color:#c6eb74;
	-webkit-transition: all ease 0.25s;
	   -moz-transition: all ease 0.25s;
	    -ms-transition: all ease 0.25s;
	        transition: all ease 0.25s;}	

.ring-phone{border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color:#6a7f21; margin-left:3px;
	-webkit-transition: all ease 0.25s;
	   -moz-transition: all ease 0.25s;
	    -ms-transition: all ease 0.25s;
	        transition: all ease 0.25s;}
.ring-phone:hover{
	background-color:#a5ae7c;
	-webkit-transition: all ease 0.25s;
	   -moz-transition: all ease 0.25s;
	    -ms-transition: all ease 0.25s;
	        transition: all ease 0.25s;}	

.ring-play{
	border: 2px solid #6a7f21;
	margin-left:-50px;
	margin-top:1px;
	border-radius: 40px;
	-webkit-border-radius:40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	background-color:#6a7f21;
	-webkit-transition: all ease 0.25s;
	   -moz-transition: all ease 0.25s;
	    -ms-transition: all ease 0.25s;
	        transition: all ease 0.25s;}
.ring-play:hover{
	background-color:#a5ae7c;
	-webkit-transition: all ease 0.25s;
	   -moz-transition: all ease 0.25s;
	    -ms-transition: all ease 0.25s;
	        transition: all ease 0.25s;}	
	
.ring-border{
	border-bottom:1px solid #CCC;
	margin-bottom:20px;}

.socialmedia
{
	position:fixed;
	z-index:10;
	float:left;
	top:158px;
}

.social-middle
{
	width: 110px;
	height: 290px;
	margin-left: 30px; /*--Fallback for IE and other non-CSS3 and buggy browsers--*/
	background-image: url(../images/social-bg.png);
	background-repeat: no-repeat;
	margin-left:-111px;
}

.socialmedia-index
{
	position:fixed;
	z-index:10;
	float:left;
	top:157px;
}

.social-middle-index
{
	width: 110px;
	height: 290px;
	margin-left: 30px; /*--Fallback for IE and other non-CSS3 and buggy browsers--*/
	background-image: url(../images/social-bg.png);
	background-repeat: no-repeat;
	margin-left:-111px;
}

.addthis-container .addthis_button_facebook_like
{
	display: block;
	margin-left: 45px;
	padding-bottom: 5px;
	padding-top: 20px;

}
.addthis-container .addthis_button_google_plusone
{
	display: block;
	margin-left: 42px;

}
.addthis-container .addthis_button_tweet
{
	display: block;
	margin-left: 40px;
	padding-bottom: 5px;

}
.addthis-container .addthis_button_email
{
	display: block;
	margin-left: 40px;
	padding-top: 15px;
}
