@media screen and (max-width: 1024px)
{
#shell
{
	margin:1px 0.1%;
}
#top
{
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
}
.top-left, .top-right
{
    display:block !important;
    border: solid 1px #000000;
    width:auto !important;
}
.txtlogo
{
	width:800px;
}

.menu1, .menu2
{
	margin:27px 35px 0 35px;
}
#menu
{
	margin:0;
}
#slider_shell
{
    display:none;
}
}
/*------------------------------*/
@media all and (orientation:landscape) 
{
}
/*------------------------------*/
@media all and (orientation:portrait) 
{
#menu
{
	margin:0;
}
}
