/*
.social-media a {

animation: appear 4s;
-moz-animation: appear 4s;
-webkit-animation: appear 4s;
position:relative;

}

@keyframes appear
{
0%   {bottom:10px; opacity:0;}
90%   {bottom:10px; opacity:0;}
100% {bottom:0px; opacity:1;}
}

@-webkit-keyframes appear
{
0%   {bottom:10px; opacity:0;}
90%   {bottom:10px; opacity:0;}
100% {bottom:0px; opacity:1;}
}

@-moz-keyframes appear
{
0%   {bottom:10px; opacity:0;}
90%   {bottom:10px; opacity:0;}
100% {bottom:0px; opacity:1;}
}

*/

.twitter_icon {
     background-image: url("http://www.dfw.com/static/styles/icons/twitter-icon.png") ! important;
     border-radius: 3px 3px 3px 3px ! important;
}

.facebook_icon {
     background-image: url("http://www.dfw.com/static/styles/icons/facebook-icon.png") ! important;
     border-radius: 3px 3px 3px 3px ! important;
}

.android_icon {
     background-image: url("http://www.dfw.com/static/styles/icons/android-icon.png") ! important;
     border-radius: 3px 3px 3px 3px ! important;
     height: 32px;
     width: 32px;
}

.iphone_icon {
     background-image: url("http://www.dfw.com/static/styles/icons/phone-icon.png") ! important;
     border-radius: 3px 3px 3px 3px ! important;
     height: 32px;
     width: 32px;
}

.pinterest_icon {
     background-image: url("http://www.dfw.com/static/styles/icons/pinterest-icon.png") ! important;
     border-radius: 3px 3px 3px 3px ! important;
     height: 32px;
     width: 32px;
}


.addthis_toolbox {

display:none;

}

.bottom {

height:45px;
padding-bottom:10px;
margin-top:25px;
margin-bottom:10px;
border-bottom:1px solid #999;

}