.bctt-click-to-tweet {
    float: right; 
    position: relative;
	margin:15px 0px 20px 50px;
	width: 45%; 
	transition: all .2s ease-in-out;
	-webkit-animation: filter-animation .5s infinite;
	animation: filter-animation 5s infinite;
}
.bctt-click-to-tweet:hover {transform: scale(1.02);}

span.bctt-ctt-text {display: block;}

.bctt-click-to-tweet:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.bctt-ctt-text a {
	font-size: 26px; 
	font-family:oswald; 
	line-height: 28px; 
	color: #D78100 !important; 
}
.bctt-ctt-text a:hover, .bctt-ctt-text a:visited {color:#D78100 !important;}


.bctt-ctt-text:before {
    content: "\201C";
    left: -45px;
    top: -30px;
    display: block;
    font-size: 75px;
    position: absolute;
    color: #D78100;
    font-family: georgia;
    font-weight: bold;
    transition: all .2s ease-in-out;
	-webkit-animation: filter-animation .5s infinite;
	animation: filter-animation 5s infinite;
}


.bctt-ctt-text a:after {
	content:"\201E";
    font-size: 50px;
    color: #D78100;
    font-family: georgia;
    font-weight: bold;
    line-height:0px;
    vertical-align: super;
    transition: all .2s ease-in-out;
	-webkit-animation: filter-animation .5s infinite;
	animation: filter-animation 5s infinite;
}


a.bctt-ctt-btn {
    padding: 8px 0 0 0;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 9px;
    font-weight: bold;
    color: #999999 !important;
    float: right;
}


a.bctt-ctt-btn:after {
    font-family: "dashicons";
    content: " \f301";
    font-size: 18px;
    text-decoration: none !important;
    line-height: 0px;
    vertical-align: sub;
}

.bctt-ctt-btn:hover, .bctt-ctt-btn:visited {
    color: #999999 !important;
}
