@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Catamaran:400,700,900&subset=latin-ext');
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Catamaran', sans-serif;
}

#wrapper {
	width: 100%;
	height: auto;
	float: left;
	background-image: url(../img/tlo.jpeg);
	background-position: left top;
	background-size: auto auto;
	background-attachment: fixed;
	overflow: hidden;
}

#pasek_top {
	width: 100%;
	height: 170px;
	background: #ef5835;
}

#container {
	width: 1000px;
	height: auto;
	margin-top: -170px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	display: table;
}

#top {
	width: 100%;
	height: 170px;
	background-image: url(../img/top_tlo.jpg);
	background-size: auto 170px;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#logo img {
	width: 280px;
	height: auto;
	margin-left: 50px;
	margin-top: 30px;
}

#menu {
	width: 100%;
	height: 30px;
	float: left;
}

#cssmenu {
	width: auto;
	height: auto;
	display: table;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#cssmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

#cssmenu>ul {
	position: relative;
	display: block;
	width: 100%;
	z-index: 500;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu.align-right>ul>li {
	float: right;
}

#cssmenu.align-center ul {
	text-align: center;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu>ul>li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
}

#cssmenu>ul>#menu-button {
	display: none;
}

#cssmenu ul li a {
	display: block;
	text-decoration: none;
}

#cssmenu>ul>li>a {
	font-size: 14px;
	padding: 14px 14px;
	margin-left: 7px;
	color: #fff;
	text-transform: uppercase;
}

#cssmenu>ul>li>a:hover:after {
	display: block;
	margin-top: 10px;
	transition-duration: 500ms;
	opacity: 1;
}

#cssmenu>ul>li>a:after {
	content: "";
	display: block;
	width: 120%;
	height: 2px;
	margin-top: 15px;
	margin-left: -10%;
	background: #fff;
	transition-duration: 500ms;
	opacity: 0;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 100px;
	opacity: 0;
	-webkit-transition: opacity 500ms ease, top 500ms ease;
	-moz-transition: opacity 500ms ease, top 500ms ease;
	-ms-transition: opacity 500ms ease, top 500ms ease;
	-o-transition: opacity 500ms ease, top 500ms ease;
	transition: opacity 500ms ease, top 500ms ease;
	z-index: 9;
	border: 1px solid #e5e5e5;
}

#cssmenu ul ul ul {
	top: 37px;
	left: 218px;
}

#cssmenu ul ul li {
	position: relative;
}

#cssmenu>ul>li>ul>li {
	padding: 7px;
	background: #fff;
}

#cssmenu>ul>li>ul>li>a:hover {
	background: #ef5835;
	color: #fff;
}

#cssmenu>ul>li>ul>li>ul {
	margin-left: 15px;
}

#cssmenu>ul>li>ul>li>ul>li {
	padding: 7px;
	background: #fff;
}

#cssmenu>ul>li>ul>li>ul>li>a:hover {
	background: #ef5835;
	color: #fff;
}

#cssmenu>ul>li:hover>ul {
	left: auto;
	top: 44px;
	opacity: 1;
}


#cssmenu ul ul li:hover>ul {
	top: 0;
	opacity: 1;
}



#cssmenu ul ul li a {
	width: 180px;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 20px;
	font-size: 14px;
	color: #2e2e2e;
	background: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#cssmenu.align-right ul ul li a {
	text-align: right;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last>a {
	border-bottom: 0;
}

#cssmenu.align-right>ul>li>ul::after {
	left: auto;
	right: 30px;
}

#cssmenu ul ul li.has-sub::after {
	border: 4px solid transparent;
	border-left-color: #9ea2a5;
	right: 10px;
	top: 12px;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition: -webkit-transform 0500ms ease, right 0500ms ease;
}


#cssmenu ul ul li.has-sub:hover::after {
	border-left-color: #ffffff;
	right: -5px;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#big_foto {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 40px;
	position: relative;
}

#big_foto img {
	width: 100%;
	height: auto;
	
}

.big_foto_title {
	position: absolute;
	bottom: 170px;
	right: 100px;
	box-sizing: border-box;
	padding: 20px 40px 20px 40px;
	font-size: 20px;
	font-weight: 900;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.big_foto_2 {
	width: 100%;
	height: 500px;
	float: left;
	padding-bottom: 50px;
	margin-bottom: 50px;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.big_foto_2_tresc {
	position: absolute;
	bottom: 100px;
	right: 0px;
	box-sizing: border-box;
	padding: 20px 40px 20px 40px;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}


.big_foto_art {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 50px;
	margin-bottom: 50px;
	background-position: center center;
	background-size: cover;
	/*background-attachment: fixed;*/
}

.big_foto_art_box {
	width: 32%;
	height: 200px;
	float: left;
	margin-top: 300px;
	margin-left: 0%;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 30px;
}

.big_foto_art_box:first-of-type {
	margin-left: 0px;
	background: rgba(175, 4, 4, 0.83);
}

.big_foto_art_box:nth-of-type(2) {
	background: rgba(125, 28, 101, 0.9);
}

.big_foto_art_box:last-of-type {
	margin-right: 0px;
	background: rgba(79, 33, 115, 0.9);
}

.big_foto_art_title {
	width: auto;
	float: right;
	margin-top: 300px;
	box-sizing: border-box;
	padding: 30px;
	background: rgba(46, 46, 46, 0.65);
}

.foto_art {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

.foto_art_foto img {
	width: 50%;
	height: auto;
	position: relative;
	float: left;
}
.foto_art_tekst {
	width: 55%;
	height: 100%;
	box-sizing: border-box;
	padding: 50px;
	margin-left: -5%;
	margin-top: 50px;
	position: relative;
	z-index: 1;
	float: left;
}

.art_foto_right .foto_art_tekst,
.art_foto_right .foto_art_foto img{
	float: right;
}


.art_foto_right .foto_art_tekst {
	margin-left: 0%;
	margin-right: -5%;
}

.art_foto_top .foto_art_foto img {
	width: 100%;
}

.art_foto_top .foto_art_tekst,
.art_foto_top .foto_art_foto img{
	float: right;
}


.art_foto_top .foto_art_tekst {
	margin-left: 0%;
	margin-right: -5%;
}

.standard {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 50px;
	float: left;
}

#footer {
	margin-top: 50px;
	color: #fff;
}

.footer_tlo {
	width: 100%;
	height: auto;
	float: left;
	background-image: url(../img/projekt_comrebars.jpg);
	background-position: center center;
	background-size: cover;
}

.footer_cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	float: left;
}

.footer_inside {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.footer_box {
	width: 25%;
	float: left;
	margin-top: 20px;
	margin-left: 0%;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 30px;
}

.footer_box:nth-of-type(2) {
	width: 70%;
}

.footer_box h1 {
	font-size: 14px;
}

.footer_box h1 {
	text-align: left !important;
	font-size: 20px;
	font-weight: bold;
	color: #468cc8 !important;
}

.footer_box h1:after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	margin-top: 20px;
	background: #ef5835;
	margin-bottom: 30px;
}

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

.footer_box a:hover {
	font-weight: bold;
}

.footer_box iframe {
	width: 100%;
	height: 250px;
}

#dd {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	margin-top: 50px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#dd:hover {
	text-decoration: underline;
}

.galeria {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding: 0px;
}

.swipebox {
	width: 23%;
	height: 240px;
	margin-left: 0.8%;
	margin-right: 0.8%;
	display: inline-block;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
}

.tele_dane {
	width: 30%;
	height: auto;
	float: left;
	margin-right: 10%;
}

.mapa {
	width: 60%;
	height: auto;
	float: left;
}