* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body
{
	line-height: 1.4;
	width: 100%;
	background-color: #eee;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	margin: 0 !important;
}

.wrapper
{
	width: 100%;
}

.top
{
	width: 100%;
	background-color: #ddd;
	text-align: left;
	color: #555;
	padding: 6px 0;
}

.top a
{
	color: #555;
	text-decoration: none;
}

.top a:hover
{
	color: #d85113;
	text-decoration: none;
}

.img img
{
	margin: 0;
	position: center;
	width:100%;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(68,68,68,1);
	-moz-box-shadow: 0px 0px 15px 2px rgba(68,68,68,1);
	box-shadow: 0px 0px 15px 2px rgba(68,68,68,1);
}
/*
.nav
{
	width:100%;
	padding: 10px 0;
	background-color: #d85113;  
	text-align: center;
	border-top: 1px solid #d3612c;
	border-bottom: 1px solid #d8561a;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(68,68,68,1);
	-moz-box-shadow: 0px 0px 15px 2px rgba(68,68,68,1);
	box-shadow: 0px 0px 15px 2px rgba(68,68,68,1);
	letter-spacing: 0.5px;
	z-index:3;
}
*/
.content
{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	color: #444;
}

.footer
{
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	background-color: #666;
	color: #888;
}

#footercontact
{
	width: 100%;
	height: 300px;
	padding: 2% 0;
	text-align: center;
	background-color: #ddd;
	color: #444;
}

.tile img
{
	margin-top: 30px;
	width: 250px;

}

.tile a
{
	color: #444;
	text-decoration: none;
}

.tile a:hover
{
	color: #d85113;
	text-decoration: none;
}

.sticky
{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

/********************************************************************contakt********************************************************************/



#zaproshenie
{
	width: 100%;
	text-align: center;
	font-size: 36px;
	margin-bottom: 25px;
	margin-top: 35px;
}



#contact
{
	margin-bottom: 25px;
	margin-top: 25px;
	width: 40%;
	height: 430px;
	float: left;
	text-align: left;

}
#contact a
{
	color: #444;
	text-decoration: none;
}

#contact a:hover
{
	color: #d85113;
	text-decoration: none;
}

#box
{
	width: 100%;
	height: 275px;
}
#social
{
	width: 450px;
	height: 162px;
	color: #fff;
}

#social a
{
	color: #ffff;
	text-decoration: none;
}

#social a:hover
{
	color: #ddd;
	text-decoration: none;
}


.yt
{
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100px;
	height: 93%;
	background-color: #d94348;
	float: left;
	display: inline-block;
}

.yt:hover
{
	background-color: #c83237;
}

.fb
{
	margin: 5px;
	width: 100px;
	height: 93%;
	background-color: #4668b3;
	float: left;
}

.fb:hover
{
	background-color: #3557a2;
}

.gplus
{
	margin: 5px;
	width: 100px;
	height: 93%;
	background-color: #d95333;
	float: left;
}

.gplus:hover
{
	background-color: #c84222;
}

.in
{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100px;
	height: 93%;
	background-color: #b22569;
	float: left;
}

.in:hover
{
	background-color: #c11458;
}


#map
{
	margin-bottom: 25px;
	margin-top: 25px;
	width: 60%;
	height: 430px;
	float: left;
	text-align: center;
}
#mapalt
{
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
	height: 200px;
	text-align: center;
	display: none;
}

/********************************************************************contact end********************************************************************/




/********************************************************************Pro nas********************************************************************/


.contentadd
{
	margin-bottom: 25px;
	margin-top: 35px;
}

ul
 {
    margin: 0;
    padding: 0;
}

#about
{
	width: 60%;
	float: left;
	text-align: justify;
	margin: 20px;
	margin-right: 45px;
}

#ofer
{
	width: 28%;
	float: left;
	text-align: justify;
	margin: 10px;
	margin-top: 20px;
	line-height: 1.6;
}
h2
{
	margin: 0;
	text-align: center;
	
}
h3
{
	margin: 0;
	text-align: center;
}

#textcenter
{
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}

.glass{
	width: 50%;
	float: left;
}
.picture{
	width: 45%;
	float: left;
	margin-left: 5%;
}
.picture img{
 position: relative;
 width: 100%;
}

 .tile
 {
	width: 29%;
	height: 250px;
	text-align: center;
	float: left;
	margin-left: 4%;
	margin-bottom: 10px;
	margin-top: 20px;
	position: relative;
 }
 
 .tile h3
 {
	 color: #d85113;
	 text-decoration: underline #eee ;
 }
 

/********************************************************************photo.html********************************************************************/

#photo-wall ul li
{
	list-style: none;
	float: left;
	width: 16%;
	height: 80%;
	margin: 2%;
}

/*100% - 20% = 80%
80% /4


*/
#photo-wall ul li a img
{
	max-width: 100%; 
	opacity: 0.85;
	transition: all .35s ease-in-out;
	border-radius: 4px;
}

#photo-wall ul li a img:hover
{
	opacity: 1;
	-webkit-transform: scale(1.08) ;
	-ms-transform: scale(1.08) ;
	transform: scale(1.08) ;
	
}

/******************************************************************** making*******************************************************************/
.partnerimg
{
	margin: 0px;
	text-align: justify;
	height: 500px;
}
.partnerimg .tile
{
	width: 23%;
	margin: 10px;
	float: left;
	height: 150px;
}

#partnername ul li{
	display: none;
}
.photolength{
	width: 100%;
	height: relative;
	text-align: center;
	clear: both;
}
.photolength img{
	width: 24.5%;
	float: left;
	margin-right: 0.5%;
	position: relative;
}



.navalt
{
	width:1120px;
	height: 50px;
	margin: 0 auto;
	border-radius: 5px;  
	text-align: center;
}
.navalt ul li{
	list-style: none;
	width: 160px;
	line-height: 50px;
	position: relative;
	background: #222;
	box-shadow: 0px 2px 5px 0px #eee;
	text-align: center;
	float: left;
	background: linear-gradient(#c64403 20%,#5b0100 80%);
}
.navalt ul li ul{
	position: relative;
}
.navalt ul li:nth-of-type(1){
	border-radius: 5px 0px 0px 5px;
}

.navalt ul li:nth-of-type(7){
	border-radius: 0px 5px 5px 0px;
}

.navalt ul li a{
	text-decoration: none;
	color: #fff;
	width: 160px;
	height: 50px;
	display: inline-block;
}

.navalt ul li a:hover{
	font-weight: bold;
	border-bottom: 2px solid #fff;
}
.menu{
	width: 100%;
	height: 65px;
	display: none;
}
.icon-menu{
	display: none;
	color: #444;
	font-size: 35px;
	position: absolute;
	right: 30px;
	top: 15px;
	cursor: pointer;
}

.menu img{
	width: 90px;
	display: none;
	position: absolute;
	left: 30px;
	top: 20px;
}
/******************************************************************* Akcja *******************************************************************/

.akcja {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
}
.akcja img{
	width: 93%;
	-webkit-box-shadow: -6px -6px 8px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: -6px -6px 8px -2px rgba(0,0,0,0.3);
	box-shadow: -6px -6px 8px -2px rgba(0,0,0,0.3);
}
.photoakcja {
	float: left;
	width: 25%;
}
.pricealt {
	display: none;
}
.akcjainfo {
	float: left;
	width: 55%;
	padding-right: 20px;
}
.akcjatitle{
	font-size: 20px;
	color: #6c1211;
}
.info {
	margin-top: 7px;
}
.price {
	float: left;
	text-align: right;
	width: 20%;
	font-size: 20px;
}
.pricealtmob {
	display: none;
}
.oldprice {
	text-decoration: line-through;
	color: #888;
	float: right;
	margin: 0px;
}
.newprice {
	float: right;
	margin: 0px;
	color: #6c1211;
}



/******************************************************************* MediaQueries *******************************************************************/
@media screen and (max-width: 1270px) and (min-width: 1050px)   {
.gplus
{
	clear: both;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.fb
{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
}
.in
{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
}
#contact
{
	height: 532px;
}
}
@media screen and (max-width: 1200px) {
 .tile
 {
	height: 300px;

 }
 .partnerimg
{
	height: 650px;
}
.partnerimg .tile
{
	width: 46%;
}
}

@media screen and (max-width: 1120px) {
.navalt
{
	display: none;
	width:100%;
	height: auto;
}

.navalt ul li{
	width: 100%;
	float: none;
	text-align: right;

}
.navalt ul li a{
	width: 100%;
	padding-right: 40px;
}
.navalt ul li:nth-of-type(1){
	border-radius: 0px 0px 0px 0px;
}

.navalt ul li:nth-of-type(7){
	border-radius: 0px 0px 0px 0px;
}
.icon-menu{
	display: block;
	top: 205px;
}
.menu{
	display: inline-block;
}
.menu img{
	display: inline-block;
	top: 215px;
}
.akcja {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
}
.akcja img{
	width: 93%;
	-webkit-box-shadow: -6px -6px 8px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: -6px -6px 8px -2px rgba(0,0,0,0.3);
	box-shadow: -6px -6px 8px -2px rgba(0,0,0,0.3);
}
.photoakcja {
	float: left;
	width: 45%;
}
.pricealt {
	text-align: center;
	font-size: 20px;
	display: table;
	margin: auto;
	padding-right: 7px;
	margin-top: 15px;
}
.akcjainfo {
	float: left;
	width: 55%;
}
.akcjatitle{
	font-size: 20px;
	color: #6c1211;
}
.info {
	margin-top: 7px;
}
.price {
	display: none;
}
.pricealtmob {
	display: none;
}
.oldprice {
	text-decoration: line-through;
	color: #aaa;
	float: left;
	margin: 0px;
}
.newprice {
	float: left;
	margin: 0px;
	color: #6c1211;
}
}


@media screen and (max-width: 1050px)  {
#contact
{
	text-align: center;
	width: 100%;
}
#social
{
	text-align: center;
	margin: auto;
}
#map{
	width: 100%;
}
}
 
 @media screen and (max-width: 960px)  {
.tile
 {
	height: 300px;
	width: 43.5%;
 }
#about
{
	width: 100%;
	clear: both;
	margin: 10px;
	margin-left: 0px;
}

#ofer
{
	width: 100%;
	clear:both;
	margin: 10px;
}
#footercontact
{
	height: 650px;
}
#footercontact .tile
{
	width: 87%;
	height: 170px;
}
#photo-wall ul li
{
	width: 21%;
}
.icon-menu{
	display: block;
	top: 175px;
}
.menu{
	display: inline-block;
}
.menu img{
	display: inline-block;
	top: 185px;
}
}

	
@media screen and (max-width: 675px)  {
 .tile{
	height: 250px;
	width: 87%;
 }
 .top{
	 display: none;
 }
 .icon-menu{
	display: block;
	top: 105px;
}
.menu{
	display: inline-block;
}
.menu img{
	display: inline-block;
	top: 110px;
}
#photo-wall ul li
{
	width: 29%;
}
 .partnerimg
{
	height: 500px;
}
.partnerimg .tile{
	width: 43%;
	height: 100px;
}
.partnerimg .tile img{
	position: center;
	width:100%;
}
#map{
	display: none;
}
#mapalt{
	display: inline-block;
}
.glass{
	width: 100%;
	float: none;
}
.picture{
	width: 100%;
	float: none;
	margin-left: 0%;
}
}

@media screen and (max-width: 550px)  {
.akcja {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
}
.akcja img{
	width: 400%;
	-webkit-box-shadow: -6px -6px 8px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: -6px -6px 8px -2px rgba(0,0,0,0.3);
	box-shadow: -6px -6px 8px -2px rgba(0,0,0,0.3);
}
.photoakcja {
	float: none;
	width: 25%;
}
.pricealt {
	display: none;
}
.akcjainfo {
	float: none;
	width: 100%;
	padding-right: 0px;
}
.akcjatitle{
	margin-top: 15px;
	font-size: 20px;
	color: #6c1211;
}
.info {
	margin-top: 7px;
}
.pricealtmob {
	width: 100%;
	font-size: 20px;
	display: block;
	margin-top: 10px;
}
.oldprice {
	text-decoration: line-through;
	color: #888;
	float: left;
	margin: 0px;
}
.newprice {
	float: left;
	margin: 0px;
	color: #6c1211;
}
}

@media screen and (max-width: 480px)  {
.gplus
{
	clear: both;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.fb
{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
}
.in
{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
}
#contact
{

	width: 100%;
	height: 532px;
	float: none;
}
#box{
	height: 215px;
	width: 100%;
	height: 280px;
}
#social
{
	margin: auto;
	width: 215px;
	
}
}
@media screen and (max-width: 480px)  {
.navalt
{
	display: none;
	width:100%;
	height: auto;
}

.navalt ul li{
	width: 100%;
	float: none;

}
.navalt ul li a{
	width: 100%;
	display: block;
}
.navalt ul li:nth-of-type(1){
	border-radius: 0px 0px 0px 0px;
}

.navalt ul li:nth-of-type(6){
	border-radius: 0px 0px 0px 0px;
}
.icon-menu{
	display: block;
}
.menu{
	display: inline-block;
}
.menu img{
	display: inline-block;
}
 .tile{
	height: 330px;
	width: 87%;
 }
 .partnerimg{
	height: 500px;
}
.partnerimg .tile
{
	width: 43%;
	height: 100px;
}
.partnerimg .tile img
{
	position: center;
	width:100%;
}
#photo-wall ul li
{
	width: 46%;
}
 .tile img{
	width: 80%;
}
}
@media screen and (max-width: 390px)  {
	#mapalt
{
	display: none;
}
.icon-menu{
	display: block;
	top: 75px;
}
.menu{
	display: inline-block;
}
.menu img{
	display: inline-block;
	top: 80px;
}
}
@media screen and (max-width: 350px)  {
.partnerimg{
	display: none;
}
#partnername ul li{
	display: list-item;
}
}

































* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/******************************************************************** Number text (1/3 etc) ********************************************************************/
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/******************************************************************** The dots/bullets/indicators ********************************************************************/
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/******************************************************************** Fading animation ********************************************************************/
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/******************************************************************** On smaller screens, decrease text size *******************************************************/
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}




















.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

