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

div#site { width:100%; }
main { width:100%; }

nav#indexmenu ul li { width:33.3%; text-align: center; height: 400px; }
nav#indexmenu ul li a { text-align: center; width: 500px; }



}


@media screen and (max-width:1280px) {  
nav#indexmenu ul li {  height: 400px; }
div#page { min-width:auto; }
section#content.oferta,section#content.news,section#content.kontakt {  padding: 45px 2%;}
section#content { width:94%; padding: 0 2%; }
section#content article { max-width: 100%; }

section#content article img { max-width: 100% !important; }

nav#searchmode { width: 96%; }
nav#searchmode div {    width: 46%;  }

nav#searchmode div#sea1 { width:35%; }
nav#searchmode div#sea2 { width:57%; }

input#mode {  width: 80%;   }

section#content section#mapa {    width: 69%;    float: right;    margin: 10px 1% 0 0;}
section#content section#mapa iframe { max-width:100%; }

footer {  width: 92%;  }  
}

@media screen and (max-width:1120px) {  
section#form {    width: 90%;  }  


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

nav#indexmenu ul li {  height: 300px; min-height: auto; background-size: 110% auto;}
section#form {    width: 97%;  }




}

@media screen and (max-device-width:1000px) and (min-device-width:361px) and (orientation:portrait) { div#site { width:76%; }   }


img#navlogo { width: 100%; height: 130px; }


