body
{
	margin: 0px !important;
	padding: 0px !important;
	background-color: #333;
	font-family: 'Ubuntu', sans-serif;
}
.slide
{
	opacity: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
	overflow-x: hidden;
	min-height: 550px;
}
.half
{
	float: left;
	width: 50%;
}
.half2
{
	background: linear-gradient(to left, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0));
	height: 100%;
	padding-top: 14%;
	padding-right: 5%;
	text-align: center;
	float: right;
	padding-bottom: 100px;
}
.head
{
	font-size: 65px;
	color: black;
	letter-spacing: 5px;
}
.head_m
{
	font-size: 55px;
	color: black;
	letter-spacing: 2px;
}
.v_bar
{
	width: 60%;
	height: 100%;
	float: right
}
.sub_head
{
	font-size: 24px;
	color: black;
}
.btn_bar
{
	padding-top: 5px;
}
.btn_bar>button:first-child
{
	margin-right: 20px;
}
.btn_size
{
	font-size: 20px;
}
.half>img
{
	max-width: 100%;
	max-height: 500px;
}
#f1
{
	background-image: url("../../img/top/tlo/szkielet_tlo.jpg");
}
#f1>.half>img
{
	/*margin-top: 24%;*/
	margin-left: 5%;
}
#f2
{
	background-image: url("../../img/top/tlo/altana_tlo.jpg");
}
#f2>.half>img
{
	/*margin-top: 12%;*/
	margin-left: 12%;
}
#f3
{
	background-image: url("../../img/top/tlo/sauna_tlo2.jpg");
}
#f3>.half>img
{
	/*margin-top: 6%;*/
	margin-left: 7%;
}
#f4
{
	background-image: url("../../img/top/tlo/dzieci_tlo.jpg");
}
#f4>.half>img
{
	/*margin-top: 4%;*/
	margin-left: 10%;
}
#f5
{
	background-image: url("../../img/top/tlo/gararz_tlo.jpg");
}
#f5>.half>img
{
	/*margin-top: 13%;*/
	margin-left: 11%;
}
#f6
{
	background-image: url("../../img/top/tlo/meble_tlo.jpg");
}
#f6>.half>img
{
	/*margin-top: 5%;*/
	margin-left: 15%;
}
.navigation
{
	z-index: 6;
	background-color: #333;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	overflow: hidden;
	border-top: 2px solid black;
}
.nav_element
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 12%;
	height: 100px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.navig
{
	color: #ffca1c;
	padding: 22px 0px;
	font-size: 40px;
	text-align: center;
}
.nav_text
{
	font-size: 19px;
	text-shadow: 2px 2px 5px white;
	background: rgba(255, 255, 255, 0.4);
	padding: 0px 5px;
}
.nav_img
{
	margin-left: 20px;
}
.move_l
{
	position: relative;
	left: 0px;
	transition-duration: 0.3s;
}
.move_r
{
	position: relative;
	left: 0px;
	transition-duration: 0.3s;
}
#nav_prev:hover>.move_l
{
	position: relative;
	left: -5px;
}
#nav_next:hover>.move_r
{
	position: relative;
	left: 5px;
}
#nav_prev
{
	float: left;
	background: linear-gradient(to left, #333 0%, rgba(200, 200, 200, 0.32));
}
#nav_altany
{
	background-image: url("../../img/top/navig/altana_nav.jpg");
}
#nav_altany
{
	background-image: url("../../img/top/navig/altana_nav.jpg");
}
#nav_domy
{
	background-image: url("../../img/top/navig/szkielet_nav.jpg");
}
#nav_sauny
{
	background-image: url("../../img/top/navig/sauna_nav2.jpg");
}
#nav_dzieci
{
	background-image: url("../../img/top/navig/dzieci_nav.jpg");
}
#nav_wiaty
{
	background-image: url("../../img/top/navig/gararz_nav.jpg");
}
#nav_meble
{
	background-image: url("../../img/top/navig/meble_nav.jpg");
}
#nav_next
{
	float: right;
	background: linear-gradient(to right, #333 0%, rgba(200, 200, 200, 0.32));
}
.loupe
{
	display: none;
	font-size: 50px;
	position: absolute;
	z-index: 2;
	text-align: center;
	color: white;
	padding: 13px 0;
	width: 12%;
	background-color: rgba(0, 0, 0, 0.7);
}
.nav_element:hover>.loupe
{
	display: block;
}
.content
{
	margin: 0px !important;
	padding: 0px !important;
	width: 100%;
}
.page
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
}
.logo1
{
	position: absolute;
	width: 20%;
	right: 50px;
	top: 20px;
	z-index: 4;
}
.logo2
{
	padding-top: 20px;
	width: 20%;
	z-index: 4;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.page>a
{
	color: black;
	text-decoration: none;
}
.c
{
	clear: both;
}
.navigation2
{
	z-index: 6;
	background-color: #333;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	overflow: hidden;
	border-top: 2px solid black;
	color: white;
}
.active
{
	background-color: #c4c4c4 !important;
}
.sub_btn_nav
{
	padding-top: 15px;
}
#credit
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #222;
	color: white;
	z-index: 8;
	font-size: 11px;
}
#credit>a
{
	color: white;
}
#credit2
{
	position: relative; 
	top: 50px;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.25);
}
#credit2>a
{
	color: #333;
}

.fb-like
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
} 
.fb-page
{
	margin: 10px 20px 20px 20px;
}
/*.modal-content, .modal-lg
{
	width: 390px;
}*/
.wid1
{
	width: 540px;
}
.wid2
{
	width: 440px;
}
.wid3
{
	width: 340px;
}
#facebook
{
	widht: 59px;
	height: 123px;
}
.return
{
	margin-top: 10px;
	margin-left: 18px;
	font-size: 20px;
}
.return:hover
{
	cursor: pointer;
}
.icon-facebook-official
{
	padding: 0px;
	margin: 0px;
	
	/*transform: rotate(0grad);
	transition-duration: 0.3s;*/
}
.icon-facebook-official:hover
{
	/*transform: rotate(30grad);*/
	animation-name: fb;
	animation-duration: 0.25s;
	animation-iteration-count: 1;
}
@keyframes fb
{
	0% { transform: rotate(0grad); }
	25% { transform: rotate(10grad); }
	50% { transform: rotate(0grad); }
	75% { transform: rotate(-10grad); }
	100% { transform: rotate(0grad); }
}
#facebook
{
	position: absolute;
	z-index: 6;
	font-size: 40px;
	color: #3557a2;
	background-color: rgba(225,225,225,0.4);
	padding: 0px;
	margin: 0px;
	text-align: center;
	box-sizing: border-box;
	width: 59px;
}

@media all and (min-width:1000px) and (max-width:1350px) 
{

#f1>.half>img
{
	margin-top: 30%;
}

}
.g_position
{
	opacity: 0 !important;
	font-size: 0px !important;
	font-weight: 900 !important;
	padding: 0px !important;
	margin: 0px !important;
}
h1
{
	opacity: 0 !important;
	font-size: 0px !important;
	font-weight: 900 !important;
	padding: 0px !important;
	margin: 0px !important;
}
h2
{
	opacity: 0 !important;
	font-size: 0px !important;
	font-weight: 900 !important;
	padding: 0px !important;
	margin: 0px !important;
}
h3
{
	opacity: 0 !important;
	font-size: 0px !important;
	font-weight: 900 !important;
	padding: 0px !important;
	margin: 0px !important;
}
h4
{
	opacity: 0 !important;
	font-size: 0px !important;
	font-weight: 900 !important;
	padding: 0px !important;
	margin: 0px !important;
}
h5
{
	opacity: 0 !important;
	font-size: 0px !important;
	font-weight: 900 !important;
	padding: 0px !important;
	margin: 0px !important;
}
h6
{
	opacity: 0 !important;
	font-size: 0px !important;
	font-weight: 900 !important;
	padding: 0px !important;
	margin: 0px !important;
}

@media all and (max-width:1350px) 
{

.btn_bar
{
	clear: both;
}
.v_bar
{
	width: 70%;
}

}

@media all and (max-width:1200px) 
{

.v_bar
{
	width: 85%;
}
.half2
{
	background: linear-gradient(to left, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 0));
}

}

@media all and (max-width:800px) 
{
.modal-lg
{
	margin-left: auto;
	margin-right: auto;
}

}


@media all and (max-width:1000px) 
{
.slide
{
	min-height: auto;
}
.page
{
	min-height: auto;
}
.btn_size:first-child
{
	margin-bottom: 15px;
}
.half2
{
	margin-bottom: 20px;
}
.slide
{
	padding-bottom: 50px;
}
.half
{
	clear: both;
	width: 100%;
}
.half2
{
	background: rgba(255, 255, 255, 0.4);
	height: auto;
	padding: 0px;
	text-align: center;
	clear: both;
	width: 100%;
	padding-bottom: 10px;
}
.v_bar
{
	width: 100%;
}
.slide_foto
{
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	width: 100%;
}
#f1>.half>img
{
	margin: 0px;
}
#f2>.half>img
{
	margin: 0px;
	max-width: 600px;
}
#f3>.half>img
{
	margin: 0px;
	max-width: 600px;
}
#f4>.half>img
{
	margin: 0px;
	max-width: 520px;
}
#f5>.half>img
{
	margin: 0px;
	max-width: 700px;
}
#f6>.half>img
{
	margin: 0px;
	max-width: 500px;
}


}

@media all and (max-width:350px) 
{
.head
{
	font-size: 30px;
}
.head_m
{
	font-size: 30px;
}
}




















