.engine {
	display: none;
}

.cmsBox p {
	text-transform: none;
	font-variant: normal;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1rem;
}

.col-text p, .mbr-section-text p {
	color: #000000;
	text-align: left;
	text-transform: capitalize !important;
	font-variant: all-petite-caps !important;
	font-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.4rem;
}

.cmsBox li {
	color: #000000;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1rem;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	word-break: break-word;
	word-wrap: break-word;
	color: #6a3e2e;
	font-family: 'Cormorant SC', serif;
}

h1 {
	font-weight: bold;
	font-size: 4rem;
	margin-bottom: 20px;
}

h2 {
	font-weight: 500;
	font-size: 3.4rem;
	margin-bottom: 20px;
}

h3 {
	font-weight: 500;
	font-size: 3rem;
	margin-bottom: 20px;
}

h4 {
	font-size: 2.2rem;
	margin-bottom: 2rem;
}

h5 {
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

h6 {
	font-size: 1.2rem;
	margin-bottom: 2rem;
}

.cmsBox a, cmsBox a:hover {
	color: #e43279;
}

/* NAVBAR */
.navbar {
	padding: .5rem 0;
	transition: none;
	min-height: 77px;
	background: rgba(255, 255, 255, 0.4);
}

.opened {
	background: rgba(255, 255, 255, 1);
}

@media (max-width: 1087px) {
	.nav-item {
		padding: 0px;
	}
}

/* HOMEPAGE */
a.box-ponuka {
	z-index: 1;
	margin-bottom: 0;
	color: #ffffff !important;
	height: 100px;
	line-height: 1.6;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-family: 'Cormorant SC', serif;
	font-size: 1.8rem;
}

.margbtn {
    margin-bottom: 45px;
}

/* SECTION */
.section-image {
	padding-right: 25px;
}

.sections:nth-child(2n-1) {
	background-color: #efefef !important;
}

@media (min-width: 768px) {
	.sections:nth-child(2n-1) .section-image {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin: 0;
	}

	.sections:nth-child(2n-1) .col-text, .sections:nth-child(2n-1) h2, .sections:nth-child(2n-1) p {
		text-align: right;
	}
}

@media (max-width: 767px) {
	.col-text {
		padding-top: 15px;
	}
}

/* SUBPAGE */
.info3 {
	padding-top: 160px;
	padding-bottom: 50px;
}

.info3 h1 {
	text-align: center;
	color: #6b3f2f;
	font-family: 'Cormorant SC', serif;
	font-size: 4rem;
}

.cmsBox {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #ffffff;
}

/* GALLERY */
.section-gal-4 {
	width: 25%;
	display: inline-block;
}

.section-gal-4  img{
	width: 100%;
}

.section-gal-4  a:focus, .gal-4 a:focus, .gal-3 a:focus, .gal-2 a:focus, .gal-1 a:focus, .section-gal-4  a:active, .gal-4 a:active, .gal-3 a:active, .gal-2 a:active, .gal-1 a:active{
	box-shadow: none;
}


.gal-4 {
	width: calc(25% - 8px);
	display: inline-block;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 3px;
}
.gal-3 {
	width: calc(33.3% - 8px);
	display: inline-block;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 3px;
}

.gal-2 {
	width: calc(50% - 8px);
	display: inline-block;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 3px;
}

.gal-1 {
	width: 60%;
	display: flex;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	margin-bottom: 7px;
}

.gal-4:before, .gal-3:before, .gal-2:before, .gal-1:before {
	content: '';
	display: block;
	padding-bottom: 100%;
}


.gal-4  img, .gal-3 img, .gal-2 img, .gal-1 img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

@media (max-width: 768px) {
	.section-gal-4 {
		width: 50%;
	}

	.gal-4, .gal-3 {
		width: calc(50% - 8px);
	}
}

@media (max-width: 425px) {
	.section-gal-4 {
		width: 100%;
	}

	.gal-4, .gal-3, .gal-2, .gal-1 {
		width: calc(100% - 8px);
	}
}

.gal a:hover {
	opacity: 0.7;
}

/* ATTACHMENTS */
.cmsAttachments {
	margin-top: 30px;
}

.cmsAttachments table{
	width: 100%;
	text-align: left;
	font-family: 'Cormorant SC', serif;
	background-color: #e9e9e9;
}

.cmsAttachments th {
	text-transform: capitalize;
	font-variant: all-petite-caps;
	font-transform: uppercase;
	padding: 10px 18px;
	font-size: 2.2rem;
	color: #6a3e2e;
}

.cmsAttachments td {
	padding: 10px 25px;
	background-color: #f8f6f6;
	font-size: 1.2rem;
}

.cmsAttachments {
	font-size: 1rem;
}

/* BTN */
.btn-primary-outline {
	border-color: #6a3e2e;
	color: #6a3e2e !important;
	padding: 0.3rem 2.3rem 0rem 2.3rem;
	font-family: 'Lovers Quarrel', handwriting;
	font-size: 2.8rem;
	border-radius: 100px;
}

.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline:active {
	color: white !important;
	box-shadow: none;
}

.back-button {
	color: #e43279;
}

.back-button img {
	width: 12px;
	vertical-align: inherit;
}

/* LIST */
ul.otvaracie {
	margin-top: 20px;
	list-style: none;
	padding-left: 0px;
	font-family: "roboto condensed";
	text-transform: capitalize;
	font-variant: all-petite-caps;
	font-size: 1.40rem;
}
ul.otvaracie li {
	border-bottom: 1px dotted;
	padding-bottom: 5px;
	text-align: left;
}
.hod {
	float: right;
	paddding-left: 60px;
}


.input.with-error {
	margin-bottom: 5px;
}

.input-error {
	color: #e02626;
	background: #ffcbcb;
	padding: 10px;
	margin-bottom: 10px;
}

/* FORM */
.alert {
	color: #e02626;
	font-size: 1rem;
	background-color: #ffcbcb;
	font-family: 'Roboto Condensed', sans-serif;
}

.input-error {
	font-family: 'Roboto Condensed', sans-serif;
}