/*social sharing buttons*/

.thetext { font: 100 20px/1.5 'Pacifico', Helvetica, sans-serif; color: #2b2b2b; }

.social a{ display:inline-block; margin:10px 10px 5px 0; padding:10px 15px; color:#fff; font-weight:bold; text-align:center; text-decoration:none; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; -ms-border-radius:5px; }

.social a:visited { color: #fff }

/*Twitter*/ 
.twitter {
    background: white;
    color: #9AE4E8 !important;
    border: 2px solid #9AE4E8;
}
/*Fcking with Facebook*/ 

.facebook {
    border: 2px solid #3B5998;
    background: white;
    color: #3B5998 !important;
}
/*Google Plus*/ 
.google-plus {
    background: white;
    color: #cb4332 !important;
    border: 2px solid #cb4332;

}
/*LinkedIn*/ 
.linkedin {
    background: white;
    color: #047EB0 !important;
    border: 2px solid #047EB0;
}

/*Reddit*/ 
.reddit {
    background: white;
    color: #FF4504 !important;
    border: 2px solid #FF4504;
}


/*Pinterest*/ 
.pinterest {
    background: white;
    color: #CA2026 !important;
    border: 2px solid #CA2026;
}
.myclass {
	padding: 10px;
    background: none;
}
.myclass .social {
	    background: beige;
    margin-right: auto;
    width: 100% !important;
    padding: 20px !important;
    text-align: center;
    margin-left: auto;
}
@media (min-width: 1200px) {
	.myclass .social {
	background: beige;
    margin-right: auto;
    width: 600px !important;
    padding: 20px !important;
    text-align: center;
    margin-left: auto;
}
}