@import url('reset.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,800,800italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,700,600,800);
@import url(https://fonts.googleapis.com/css?family=Lato);

/* Author: Wojciech Dąbek ******/
/* Project: B&J ****************/
/* E-mail: wojteklr1@gmail.com */

@media (min-width:1527px) {
	.container-fluid {
			width: 1512px;
		}	
}

body {
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	font-weight: normal;
	background: #222222;
	color: #fff;
	-webkit-animation: fadeIn 1.5s;
	animation: fadeIn 1.5s;
}
.center {
	text-align: center;
}
.padding-top {
	padding-top: 50px;
}
.hid {
	display: none;
}
.show {
	display: block;
	opacity: 1;
}
a {
	cursor: pointer;
}

/* COOKIES */
#cookies-message {
	padding: 15px 5px; 
	font-size: 14px; 
	color: #ffffff; 
	line-height: 22px; 
	text-align: center; 
	position: fixed; 
	bottom: 0px; 
	background-color: rgba(29, 27, 31, 0.9); 
	width: 100%; 
	z-index: 9999;
}
a#accept-cookies-checkbox {
	border: 1px #ab9162 solid; 
	padding: 6px 16px; 
	color: #ab9162; 
	display: inline-block; 
	margin-left: 10px; 
	margin-right: 10px; 
	text-decoration: none; 
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out; 
}
a#accept-cookies-checkbox:hover {
	background: #ab9162; 
	color: #1d1b1f; 
}

/* MENU */
nav {
	margin-top: 40px;
}
nav ul {
	margin-top: 12px;
	margin-right: 25px;
}
nav ul li {
	display: inline;	
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 4px;
	margin-right: 8px;
}
nav ul li a {
	color: #fff;
	padding: 10px 20px;
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out; 
}
nav ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #6a5d47;
}
nav ul li.active a {
	border: 2px #6a5d47 solid;
}
a.logo {
	margin-top: -5px;
	margin-left: 66px;
}

/* MOBILE MENU */
.menu-mobile {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 0px;
	z-index: 1000;
}
.menu-mobile {
	height: 65px;
	overflow: hidden;
}
ul.menu-mobile-list {
	border-top: 1px #fff solid;
	width: 100%;
}
i.fa-bars {
	background: none;
	font-size: 30px;
	padding: 5px 8px 3px 8px;
	margin-right: 20px;
	margin-top: 1px;
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out;
}
i.fa-bars:hover {
	background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
	a.logo {
		margin-left: 30px;
	}
	nav ul li {
		display: block;
		margin-top: 30px;
		text-align: center;
	}
	nav ul li:first-child {
		margin-top: 35px;
	}
	nav ul li:last-child {
		margin-bottom: 35px;
	}
	nav ul li.active a {
		border: none;
		color: #6a5d47;
	}
	nav ul li a:hover {
		color: #6a5d47;
		background: none;
	}
}

/* HEADER */
#start {
	background: url(../img/header-bg-clear.jpg) top center no-repeat;
	max-width: 100%;
	height: 663px;
}
#header-content h1 {
	font-weight: bold;
	letter-spacing: 8px;
	font-size: 26px;
	color: #7e5a32;
	margin-top: 172px;
}
#header-content h2 {
	font-weight: normal;
	letter-spacing: 8px;
	font-size: 24px;
	color: #fff;
	margin-top: 18px;
}
#header-content a.more {
	display: block;
	font-family: Dosis;
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 12px;
	color: #fff;
	margin-top: 60px;
}
#header-content a.more:hover {
	text-decoration: none;
}
#header-content a.more img {
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}
@media (max-width: 991px) {
	#start {
		background: url(../img/header-bg-clear-991px.jpg) top center no-repeat;
		margin-top: 65px;
		height: 435px;
	}
	#header-content h1 {
		margin-top: 80px;
	}
}
@media (max-width: 600px) {
	#start {
		background: url(../img/header-bg-clear-600px.jpg) top center no-repeat;
		margin-top: 65px;
		height: 263px;
	}
	#header-content h1 {
		margin-top: 20px;
	}
}

/* WELCOME */
#welcome .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
#welcome-content .row div[class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}
/* SECTION LEFT */
#welcome-content .filter {
	margin-top: -69px;
	width: 100%;
	height: 69px;
	background: rgba(0, 0, 0, 0.5);
}
#welcome-content .gallery-btn {
	max-width: 100%;
	height: 336px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#welcome-content .gallery-btn img {
	height: 336px;
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
}
#welcome-content .gallery-btn a {
	border: 1px #ab9162 solid;
	display: inline-block;
	margin-top: 52px;
	padding: 50px 30px 40px 30px;
}
#welcome-content .gallery-btn a:hover {
	text-decoration: none;
}
#welcome-content .gallery-btn a > h2 {
	color: #c7ac7b;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 6px;
	margin-top: 32px;
}
#welcome-content .gallery-btn a > h3 {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 6px;
	margin-top: 16px;
}
#welcome-content .gallery-btn a > p {
	color: #fff;
	font-weight: 300;
	font-size: 9.5px;
	letter-spacing: 4px;
	margin-top: 10px;
}

/* SECTION RIGHT */
#welcome-content .welcome-title-main {
	margin-top: -69px;
	width: 100%;
	height: 69px;
	background: #1d1b1f;
}
#welcome-content .welcome-title-main h2 {
	color: #dac9b7;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 5px;
	margin-left: 73px;
	padding-top: 27px;
}
@media (max-width: 991px) {
	#welcome-content .welcome-title-main {
		margin-top: 0px;
	}
}
@media (max-width: 400px) {	
	#welcome-content .welcome-title-main h2 {
		margin: 0;
		text-align: center;
	}
}

/* SECTION RIGHT DEFAULT */
#welcome-content .welcome-title {
	margin-top: -69px;
	width: 100%;
	height: 69px;
	background: #1d1b1f;
}
#welcome-content .welcome-title h2 {
	color: #dac9b7;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 5px;
	margin-left: 73px;
	padding-top: 27px;
}
@media (max-width: 400px) {	
	#welcome-content .welcome-title h2 {
		margin: 0;
		text-align: center;
	}
}
/************************/
#welcome-content {
	position: relative;
	width: 100%;
}
#welcome-content .article {
	background: #eae8e8;
	width: 100%;
	height: 336px;
}
#welcome-content .article p {
	width: 415px;
	font-size: 12px;
	color: #717070;
	line-height: 35px;
	letter-spacing: 1px;
	padding-top: 45px;
	margin-left: 70px;
	position: absolute;
}
#welcome-content .article .article-arrows {
	padding-top: 250px;
	margin-left: 60px;
}
@media (max-width: 540px) {	
	#welcome-content .article {
		height: 300px;
	}
	#welcome-content .article p {
		width: 100%;
		padding-top: 40px;
		padding-left: 5px;
		padding-right: 5px;
		margin: 0 auto;
	}
}
@media (max-width: 482px) {	
	#welcome-content .article {
		height: 280px;
	}
	#welcome-content .article .article-arrows {
		display: none;
	}
}
@media (max-width: 390px) {	
	#welcome-content .article {
		height: 350px;
	}
}

/* FOOTER-UP */
#footer-up {
	background: url(../img/footer-up-bg.jpg) top center no-repeat;
	max-width: 100%;
	height: 312px;
}
#footer-up-content h3 {
	font-size: 14px;
	color: #bababa;
	line-height: 35px;
	margin-top: 115px;
}
#footer-up-content p {
	font-size: 14px;
	color: #bababa;
	line-height: 35px;
	margin-top: 40px;
}
#footer-up-content p a {
	color: #ab9162;
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out;
}
#footer-up-content p a:hover {
	text-decoration: none;
	color: #fff;
}
@media (max-width: 600px) {	
	#footer-up {
		height: 250px;
	}
	#footer-up-content h3 {
		font-size: 14px;
		line-height: 30px;
		margin-top: 90px;
	}
}
@media (max-width: 400px) {	
	#footer-up-content h3 {
		margin-top: 60px;
	}
}

/* FOOTER */
footer {
	background: #1d1b1f;
	height: 200px;
	font-family: Lato;
}
#footer-content p {
	font-size: 14px;
	margin-top: 95px;
}

/* HEADER INFORMATION */
#h-info {
	background: url(../img/header-bg-small.jpg) top center no-repeat;
	max-width: 100%;
	height: 287px;
}
@media (max-width: 991px) {
	#h-info {
		background: url(../img/header-bg-small-991px.jpg) top center no-repeat;
		margin-top: 60px;
		height: 287px;
	}
}
@media (max-width: 600px) {
	#h-info {
		background: url(../img/header-bg-small-600px.jpg) top center no-repeat;
		margin-top: 60px;
		margin-bottom: 69px;
		height: 174px;
	}
}

/* SECTION LEFT INFORMATION */
#welcome-content .filter-light {
	margin-top: -69px;
	width: 100%;
	height: 69px;
	background: rgba(0, 0, 0, 0.4);
}
#welcome-content .info-content {
	background: #7e5a32 url(../img/gallery-bg-larger.jpg) top left no-repeat;
	max-width: 100%;
	height: 718px;
	position: relative;
}

#welcome-content .info-content .info-content-arrows {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
#welcome-content .info-content .info-content-arrows a.left-arr-info-btn {
	background: #aea69c;
	display: block;
	width: 50%;
	padding: 38px 0px 37px 0;
	border-right: 1px #9c8f83 solid;
	float: left;
	cursor: pointer;
}
#welcome-content .info-content .info-content-arrows a.right-arr-info-btn {
	background: #bdb5ab;
	display: block;
	width: 50%;
	padding: 38px 0 37px 0;
	float: right;
	cursor: pointer;
}
#welcome-content .info-content .info-content-arrows a img {
	margin-left: calc(50% - 8px);
}
#welcome-content .item .etem-img {
	float: left;
}
#welcome-content .item h4 {
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: 300;
	color: #dac9b7;
	margin-bottom: 12px;
}
#welcome-content .item p {
	font-size: 14px;
	letter-spacing: 4px;
	font-weight: 600;
	color: #c7ac7b;
}
#welcome-content .item {
	display: inline-block;
	padding-top: 67px;
}
#welcome-content .item .etem-desc {
	float: left;
	margin-left: 75px;
	margin-top: 67px;
}
#welcome-content .item .etem-desc-1 {
	margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1410px) {	
	#welcome-content .item .etem-desc {
		margin-left: 20px;
		margin-top: 50px;
	}
	#welcome-content .item .etem-desc-1 {
		float: left;
		margin-right: 80px;
		margin-bottom: 0px;
	}
	#welcome-content .item .etem-desc-2 {
		float: left;
	}
	#welcome-content .item {
		padding-top: 30px;
	}
	.padding-top {
		padding-top: 0px;
	}
}
@media (max-width: 700px) {	
	#welcome-content .item .etem-desc {
		margin-left: 20px;
		margin-top: 50px;
	}
	#welcome-content .item .etem-desc-1 {
		float: left;
		margin-right: 20px;
		margin-bottom: 0px;
	}
	#welcome-content .item .etem-desc-2 {
		float: left;
	}
	#welcome-content .item {
		padding-top: 30px;
	}
	#welcome-content .item .etem-img {
		float: none;
	}
	.padding-top {
		padding-top: 0px;
	}
}

/* SECTION RIGHT INFORMATION */
#welcome-content .article-info {
	background: #eae8e8;
	max-width: 100%;
	height: 718px;
}

#welcome-content .article-info p {
	width: 401px;
	font-size: 12px;
	color: #717070;
	line-height: 35px;
	letter-spacing: 1px;
	padding-top: 60px;
	margin-left: 70px;
}
#welcome-content .article-info p .bolder {
	font-weight: 800;
}
@media (max-width: 540px) {	
	#welcome-content .article-info {
		height: 600px;
	}
	#welcome-content .article-info p {
		width: 100%;
		padding-top: 40px;
		padding-left: 5px;
		padding-right: 5px;
		margin: 0 auto;
	}
}
@media (max-width: 482px) {	
	#welcome-content .article-info {
		height: 100%;
	}
	#welcome-content .article-info p {
		padding-bottom: 30px;
	}
}
@media (max-width: 351px) {	
	#welcome-content .info-h2 {
		padding-top: 20px !important;
	}
}

/* LEFT SECTION OFFER */
.offer-img {
	max-width: 100%;
	height: auto;
	background: none;
}
.offer-img a img {
		display: block;
		margin: 0 auto;
	}
.offer-img:hover {
	background: #fff url(../img/zoom_2.png) center center no-repeat;
}
.offer-img a img:hover {
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out;
	opacity: 0.7;
}
/* RIGHT SECTION OFFER */
#welcome-content .offer-info {
	background: #eae8e8;
	max-width: 100%;
	height: 474px;
	position: relative;
}
#welcome-content .offer-info h4 {
	font-size: 15px;
	letter-spacing: 4px;
	font-weight: bold;
	color: #c7ac7b;
	margin-bottom: 12px;
	margin-left: 73px;
	padding-top: 69px;
}
#welcome-content .offer-info p {
	font-size: 12px;
	color: #717070;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-left: 73px;
}
#welcome-content .offer-info p .bold{
	font-weight: bold;
}
#welcome-content .offer-info a.question-btn {
	display: inline-block;
	background: none;
	margin-top: 40px;
	font-size: 12px;
	font-weight: bold;
	color: #c7ac7b;
	border: 1px #ab9162 solid;
	letter-spacing: 1px;
	margin-left: 73px;
	text-transform: uppercase;
	padding: 12px 24px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out;
}
#welcome-content .offer-info a.question-btn:hover {
	text-decoration: none;
	background: #ab9162;
	color: #eae8e8;
}
#welcome-content .offer-info .info-content-arrows {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
#welcome-content .offer-info .info-content-arrows a.left-arr-info-btn {
	background: #aea69c;
	display: block;
	width: 50%;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 0;
	padding-right: 0;
	border-right: 1px #9c8f83 solid;
	float: left;
}
#welcome-content .offer-info .info-content-arrows a.right-arr-info-btn {
	background: #bdb5ab;
	display: block;
	width: 50%;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 0;
	padding-right: 0;
	float: right;
}
#welcome-content .offer-info .info-content-arrows a img {
	margin-left: calc(50% - 8px);
}

#gallery {
	max-width: 100%;
}
#gallery div[class^="col-"] {
	padding: 0;
}
#gallery a img {
	-webkit-filter: opacity(40%);
	-moz-filter: opacity(40%);
	-o-filter: opacity(40%);
	filter: opacity(40%);
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out; 
}
#gallery a:hover img {
	-webkit-filter: opacity(100%);
	-moz-filter: opacity(100%);
	-o-filter: opacity(100%);
	filter: opacity(100%);
}
#gallery a.empty:hover > img {
	-webkit-filter: opacity(40%);
	-moz-filter: opacity(40%);
	-o-filter: opacity(40%);
	filter: opacity(40%);
	cursor: default;
}
@media (max-width: 767px) {
	#welcome-content .offer-info {
		height: 310px;
	}
	#welcome-content .offer-info h4 {
		padding-top: 40px;
		margin-bottom: 15px;
	}
	#welcome-content .offer-info p {
		margin-top: 15px;
	}
	#welcome-content .offer-info a.question-btn {
		margin-top: 30px;
	}
	#welcome-content .offer-info .info-content-arrows a.left-arr-info-btn {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#welcome-content .offer-info .info-content-arrows a.right-arr-info-btn {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* SECTION LEFT MAP CONTACT */
#map {
	width: 100%;
	height: 718px;
}
@media (max-width: 991px) {	
	#map {
		height: 300px;
	}
}

/* SECTION RIGHT CONTACT */
#welcome-content .contact {
	background: #eae8e8;
	max-width: 100%;
	height: 718px;
}
#welcome-content .contact-content {
	width: 401px;
	padding-top: 65px;
	margin-left: 70px;
}
#welcome-content .contact h2 {
	font-size: 14px;
	color: #c7ac7b;
	letter-spacing: 4px;
	font-weight: 600;
}
#welcome-content .contact p {
	font-size: 12px;
	color: #717070;
	letter-spacing: 1px;
	margin-top: 20px;
}
#welcome-content .contact-content p.margin-top {
	margin-top: 60px;
}
#welcome-content .contact-content p.bold {
	margin-top: 50px;
	font-weight: 700;
}
#contact-form {
	margin-top: 30px;
}
#contact-form input {
	font-size: 12px;
	font-weight: normal;
	color: #717070;
	background: none;
	border: none;
	border-bottom: 1px #000 solid;
	width: 100%;
	padding: 8px 0;
}
#contact-form input:focus {
	outline: none;
	border-bottom: 1px #000 solid;
}
#contact-form input.margin-bottom {
	margin-bottom: 40px;
}
#contact-form a.submit {
	display: block;
	background: none;
	margin-top: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #c7ac7b;
	letter-spacing: 1px;
	border: 1px #ab9162 solid;
	width: 87px;
	-webkit-transition: all 0.3s ease-in-out; 
  	transition: all 0.3s ease-in-out;
  	text-align: center;
  	padding-top: 11px;
  	padding-bottom: 10px;
}
#contact-form a.submit:hover {
	text-decoration: none;
	background: #ab9162;
	color: #eae8e8;
}
#contact-form .info-rodo {
	margin-top: 35px;
	margin-bottom: 30px;
}
#contact-form .info-rodo p {
	line-height: 1.2;
}
#contact-form .info-rodo p a {
	color: #ab9162;
}
#welcome-content #infoRodo p {
	color: #000;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#welcome-content #infoRodo p.list {
	margin-left: 20px;
}
.modal {
	padding-right: 0 !important;
}
.modal-content {
	border-radius: 0;
}
.modal-body a {
	color: #ab9162;
}
.modal-footer button {
	display: inline-block;
	background: none;
	font-size: 12px;
	font-weight: bold;
	color: #c7ac7b;
	letter-spacing: 1px;
	border: 1px #ab9162 solid;
	border-radius: 0;
	width: 87px;
	-webkit-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 10px;
}
.modal-footer button:hover {
	text-decoration: none;
	background: #ab9162;
	color: #ffffff;
}
.errorsend {
	font-size: 11px;
	color: red;
}
.success {
	font-size: 11px;
	color: green;
}
@media (max-width: 540px) {	
	#welcome-content .contact-content {
		margin: 0 auto;
	}
	#contact-form a.submit, .modal-footer button {
		width: 100%;
	}
}
@media (max-width: 435px) {	
	#welcome-content .contact-content {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
}