/*  ----------------------------------------------------------------------------------------------------------------------------------------------  */
/*  ---------------------------------------------------------------------- For square screens and landscape tablets (1024 wide - 32 for scrollbar)  */
/*  ----------------------------------------------------------------------------------------------------------------------------------------------  */




@media screen and (max-width: 1247px){
   

.content {
    width: 992px;
}

header {
    background-image: url('../images/bg-banner-tabland.jpg');
}

a#logo {
    width: 238px;
    height: 66px;
    background-image: url('../images/bg-logo-small.png');
}

ul#footermenu li.webdesign, ul#footermenu li.copyright {
    display: block;
    }
ul#footermenu li.webdesign:before, ul#footermenu li.copyright:before {
    padding-right: 0;
    content: " "
}
ul#footermenu li.copyright{
	float: left;
}


/*  ---end---  */
}



