#top_sidebar #sidebar
{
    display:none;
}    
 
@media only screen and (max-width:960px)
{
    #top_sidebar #sidebar
    {        
        display:block !important;
    }
    #top_sidebar #sidebar #facebook-like-box-3
    {
        display:none;
    }

    #top_sidebar #sidebar
    {
        float:none;
        margin:0px 30px 0px 0;
        width:auto;
    }
}

.reshareable-mobile { width: 320px; height: 100px; }
@media(min-width: 500px) { .reshareable-mobile { width: 468px; height: 60px; } }
@media(min-width: 800px) { .reshareable-mobile { width: 728px; height: 90px; } } 
@media(min-width: 980px) { .reshareable-mobile { width: 300px; height: 600px; } } 
@media(min-width: 1240px) { .reshareable-mobile { width: 300px; height: 600px; } } 



.ft-logo
{
       margin: 5px 0 0 0;
}
@media only screen and (max-width:480px) { 
	.ft-logo
	{
	   margin-left: 60px;
	   margin-top: -50px !important;
	}
}

.ft-menu {
         margin-right: 80px;
}
.ft-icons
{
       width: 60px;
}
.primenu li {
       padding-right: 0px;
       margin-right: 6px;
}

@media only screen and (max-width:1480px){
	.ft-hdleft{width:55%}
	.ft-hdright{width:40%}
	.ft-menu{width:60px}
	a.ft-jpbutton{display:inline-block;margin-right:20px}
	.primenu{display:none}
	.ft-share ul li{width:18.4%}
	.ft-share ul li.ft-spinterest{margin-right:0}
	.ft-sstumbleupon{display:none}
	.ft-ftpost{width:33.3333333%}
}


.ft-cpleft {
	width:100%;
}