body {
	background:  #241b18;
	text-align: center;
	font-family: 'Lato', Arial,  Trebuchet MS, Verdana, Georgia;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #fff;
	}

#top {
	width: 1000px;
	height: 200px;
	margin: auto;
	}

#logo {
	width: 450px;
	height: 123px;
	margin-top: 38px;
	float: left;
	}

#logo img {
	border: 0px;
	}

#menu {
	width: 520px;
	height: 200px;
	float: right;
	text-align: left;
	}

#menu ul {
	display: block;
	padding: 0px;
	margin: 0px;
	}

#menu li {
	display: inline-block;
	height: 180px;
	line-height: 180px;
	text-transform: uppercase;
	padding-left: 20px;
	font-size: 20px;
	}

#menu a {
	color: #fff;
	text-decoration: none;
	}

#menu a:hover {
	color: #ff353a;
	}

#middle {
	width: 1200px;
	height: 430px;
	margin: auto;
	background-image: url('files/middle.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	}
	
#text {
    width: 350px;
    height: 418px;
    position: absolute;
    left: 40px;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
	text-shadow: 4px 4px 2px rgba(50, 50, 50, 0.75);
	}
	
.text1 {
	margin-top: 130px;
	margin-left: 20px;
	font-size: 45px;
	}
	
.text2 {
	margin-left: 60px;
	color: #dbdbdb;
	font-size: 45px;
	}
	
.text3 {
	margin-left: 20px;
	font-size: 45px;
	}

#slideshow {
	width: 750px;
	height: 418px;

	position: absolute;
	right: 70px;
	bottom: 30px;

	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	border: 2px solid #fff;
	text-align: center;
	background: #fff;
	}

.content {
	width: 960px;
	margin: auto;
	font-size: 18px;
	padding: 20px;
	text-align: justify;
	}

h1 {
	color: #ff353a;
	font-size: 30px;
	}

hr {
	width: 100%;
	height: 1px;
	color: #fff;
	border: 0px;
	background: #fff;
	}

#meble {
	width: 960px;
	margin: auto;
	padding: 20px;
	text-align: left;
	}
	

#meble a {
	text-decoration: none;
	border: 0px;
	color: red;
	}

.mebel {
	width: 300px;
	height: 230px;
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 25px;
	margin-top: 10px;
	}
	
.opis {
	font-size: 18px;
	margin-top: -20px;
	padding: 0px;
	}
	
.mebel-img {
	width: 300px;
	height: 200px;
	border: 1px solid #ffc947;
	position: relative;
	}
	
.mebel-img img {
	max-width: 280px;
	max-height: 200px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: #fff;
	
	}

.mebel-txt {
	width: 300px;
	height: 30px;
	font-size: 13px;
	text-align: center;
	font-family: 'Cuprum', sans-serif;
	color: #fff;
	}
	
.mebel-txt p {
	font-size: 15px;
	border: 0px;
	padding:0px;
	margin: 0px;
	margin-top: 5px;
	}
	
.mebel2 {
	width: 150px;
	height: 200px;
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 25px;
	margin-top: 10px;
	}

.mebel2-img {
	width: 150px;
	height: 200px;
	border: 1px solid #ffc947;
	position: relative;
	}
	
.mebel2-img img {
	max-width: 130px;
	max-height: 200px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: #fff;
	
	}

.mebel2-txt {
	width: 150px;
	height: 30px;
	font-size: 13px;
	text-align: center;
	font-family: 'Cuprum', sans-serif;
	color: #fff;
	}
	
.mebel2-txt p {
	font-size: 15px;
	border: 0px;
	padding:0px;
	margin: 0px;
	margin-top: 5px;
	}
	
.kolor {
	width: 163px;
	height: 158px;
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 25px;
	}

.kolor-img {
	width: 163px;
	height: 128px;
	padding: 5px;
	border: 1px solid #d1d1d1;
	}

.kolor-txt {
	width: 163px;
	height: 30px;
	font-size: 18px;
	text-align: center;
	font-family: 'Cuprum', sans-serif;
	color: #fff;
	}

.salony {
	display: inline-block;
	width: 280px;
	margin-left: 15px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #d0d0d0;
	padding: 10px; padding-top: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	vertical-align: top;
	}

.salony a {
	color: #fff;
	}
	
#menu3 {
	display: none;
	}
	
#menu2 {
	display: block;
	}
	
#mapa {
	float:right; 
	width: 600px
	}
	
#mapa2 {
	float:left; 
	width: 600px;
	height: 450px;
	}
	
textarea {
    resize: none;
}

@media (max-width: 1220px)  {

}

@media (max-width: 800px){

#top {
  width: 100%;	
  height: auto;
  overflow: hidden;
  clear: both;
	}

#middle {
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
	background-position: top;
	}
	
#text {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	clear: both;    
	left: 0px;
   bottom: 0px;
	}
	
.text1 {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 30px;
	}
	
.text2 {
	margin-left: 60px;
	color: #dbdbdb;
	font-size: 30px;
	}
	
.text3 {
	margin-left: 20px;
	font-size: 30px;
	}
	
#slideshow {
	float: left;
	width: 100%;
	position: relative;
	height: auto;
	right: 0;
	bottom: 0;
	margin-bottom: -5px;
	border-left: 0px;
	border-right: 0px;
	}
	
#logo {
	height: auto;
	float: left;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
	}
	
#menu3 {
	width: 80px;
	height: 80px;
	display: block;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	}
	
.content {
	width: 95%;
	padding: 0px;
	bottom: 0px;
	margin-bottom: 20px;
	
	}
	
#menu {
	width: 100%;
	height: auto;
	float: none;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	}

#menu li {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #322824;
	border-top: 1px solid #3e3634;
	border-bottom: 1px solid #3e3634;	
	margin-bottom: 10px;
	}
	
#menu ul {
	display: none;
	}
	
#meble {
	width: 100%;
	}
	
#menu2 {
	display: none;
	}
	
#mapa {
	margin-top: 20px;
	width: 100%;
	}
	
#mapa2 {
	width: 100%;
	}
	
}

@media (max-width: 480px){

#meble {
	padding: 0px;
	}

.mebel {
	width: 95%;
	height: auto;
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 1%;
	}

.mebel-img {
	width: 95%;
	height: 95%;
	border: 1px solid #d1d1d1;
	background: #ffffff;
	padding: 0px;
	}
	
.mebel-img img {
	width: auto;
	position: relative;
    top: 0;
    left: 0;
    margin-right: 0;
    transform: translate(0%, 0%);
	}

.mebel-txt {
	width: 95%;
	height: 30px;
	font-size: 18px;
	text-align: center;
	font-family: 'Cuprum', sans-serif;
	color: #fff;
	}


}

@media (min-width: 801px) and (max-width: 950px){

}
