@charset "utf-8";



.content-page {
	padding: 80px 20px 40px 20px;
}

.content-page > .top {
	padding-bottom: 80px;
}

.content-page > .top .column {
	display: block;
	position: relative;
	width: 360px;
	height: 350px;
	margin-left: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.content-page > .top .column:nth-child(3n + 1) {
	margin-left: 0;
}
.content-page > .top .column:nth-child(n + 4) {
	margin-top: 60px;
}

.content-page > .top .column h4 {
	position: absolute;
	bottom: 25px;
	left: 30px;
	width: 80%;
	font-size: 26px;
	text-transform: uppercase;
}

.content-page > .left {
	width: 65%;
}

.content-page > .left .intro {
}

.content-page > .left .topics {
}

.content-page > .left .section {
	padding-top: 80px;
}

.content-page > .left .short {
}

.content-page > .left .short h3 {
	font-family: 'Avenir Medium', monospace;
	text-transform: uppercase;
}

.content-page > .left .more-page {
	margin-top: 40px;
	padding-left: 0;
	padding-right: 0;
	color: #164957;
}
.content-page > .left .more-section:hover {
	text-decoration: none;
}

.content-page > .left .description {
	display: none;
	padding-top: 15px;
	font-size: 20px;
}

.content-page > .right,
.sticky-wrapper {
	width: 30%;
}


#lokacija .box-iframe,
#location .box-iframe {
    padding-bottom: 28.12%;
}

#lokacija .box-iframe iframe,
#location .box-iframe iframe {
    max-width: none;
}





@media (min-width: 768px) and (max-width: 1239px) {

.content-page > .top {
	text-align: center;
}

.content-page > .top .column {
	display: inline-block;
	float: none;
	width: 340px;
	height: 330px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
	text-align: left;
}
.content-page > .top .column:nth-child(3n + 1) {
	margin-left: 12px;
}
.content-page > .top .column:nth-child(n + 4) {
	margin-top: 10px;
}

.content-page > .top .column h4 {
	bottom: 25px;
	left: 30px;
	font-size: 24px;
}

}



@media (min-width: 0px) and (max-width: 767px) {

.content-page > .top {
	text-align: center;
}

.content-page > .top .column {
	display: inline-block;
	float: none;
	width: 290px;
	height: 280px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
	text-align: left;
}
.content-page > .top .column:nth-child(3n + 1) {
	margin-left: 12px;
}
.content-page > .top .column:nth-child(n + 4) {
	margin-top: 10px;
}

.content-page > .top .column h4 {
	bottom: 15px;
	left: 20px;
	font-size: 22px;
}


.content-page > .left {
	width: 100%;
}

.content-page > .left .section {
	padding-top: 40px;
}

.content-page > .left .more-page {
	margin-top: 20px;
}

.content-page > .left .description {
	font-size: 18px;
}

.content-page > .right,
.sticky-wrapper {
	display: none;
}

}