/* CSS Document */
#leftcontainerBox {
float:left;
z-index: 1000;
}
#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px;
width:60px;
height:60px;
padding-bottom:2px;
padding-left:3px;
}
.bottomcontainerBox {
float:left;
height:30px;
width:100%;
}

/* #Plugins
======================================================================================================*/

.tf-social-container{
    position: fixed;
    z-index: 0;
}
#leftcontainerBox{
    margin-right: 10px;
    position: relative;
    right: 100%;
    text-align: right;
}
#leftcontainerBox .buttons{
    width: 84px !important;
}


/* #Desktop */
@media screen and (min-width: 1240px) {
    .tf-wrap .grid{
        width: 1020px;
    }
}
/* #Landscape */
@media screen and (min-width: 1000px) and (max-width: 1240px) {
}
/* #Portrait */
@media screen and (min-width: 768px) and (max-width:1000px) {
}
/* #Mobile */
@media screen and (max-width: 768px){
    #leftcontainerBox{
        display: none !important;
    }
}