@charset "utf-8";
/* CSS Document */
/* Ažurirano 28-11-2021 22:55 */

.user-page {
	overflow:hidden;
}

.user-page strong {
    font-weight: 700;
}
.user-page em {
    font-style: italic;
}
.user-page u {
    text-decoration: underline;
}
.user-page s {
    text-decoration: line-through;
}
.user-page p {
    margin: 0;
}

.user-page sub {
}

.user-page ol {
    list-style: decimal inside none;
}
.user-page ol + p {
    margin-top: 25px;
}
.user-page ol li {
	padding-left: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
	color: #434343;
	margin-bottom: 25px;
}


.user-page ul + p {
    margin-top: 25px;
}
.user-page ul li {
	padding-left: 40px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
	color: #434343;
	margin-bottom: 25px;
	position:relative;
}

.user-page ul li:before {
	content:"";
	background-image: url('../images/wave-dark.png');
	position:absolute;
	top:50%; left:0; 
	width:30px;
	height:4px;
}

.user-page dl {
}
.user-page dl + p {
    margin-top: 25px;
}
.user-page dl li {
	padding-left: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
	color: #434343;
	margin-bottom: 25px;
}

.user-page blockquote {
}

.user-page a {
    color: #474747;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.user-page a:hover {
    opacity: 0.7;
}

.user-page img {
    height: auto !important;
}

img[style*="left"] {
    padding-right: 30px;
}

img[style*="right"] {
    padding-left: 30px;
}




/* CUSTOM DIVS*/

.option-1 {
	background-color:#efefef;
	padding:70px 40px 40px 40px;
	background-image: url('../images/wave.png');
	background-repeat: no-repeat;
	background-position: center 32px;
	text-align: center;
}

.option-1 p {
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-size:30px;
	line-height:43px;
	color:#656565;
}

.option-2 {
	overflow:hidden;
}

.option-2 h4 {
	background-color:#efefef;
	padding:40px 40px 80px 40px;
	position:relative;
	z-index: 400;
	width:100%;
	margin-bottom:20px;
}

.option-2 div {
	display:flex;
	align-items:center;
}

.option-2 div > * {
    width:50%;
}


.option-2 img {
	margin-bottom: 0px;
	margin-top: -70px;
	width: 50%;
	position: relative;
	z-index: 500;
}

.option-3 {
	clear: both;
	display:flex;
	align-items:center;
}

.option-3 > * {
    width:50%;
}

@media screen and (max-width:1366px) {
	.option-2 img {
		margin:0 0 20px 0;
	}
	.option-2 h4 {
		padding:40px;	
	}
}

@media screen and (max-width:1100px) {
	.option-2 div {
		flex-direction:column-reverse;
	}
	.option-2 div > * {
		width:100%;
	}
	.option-2 img {
		padding:0;
	}
}

@media screen and (max-width:1100px) {
	.option-2 h4 {
		padding:20px;
	}
	
	.option-3 {
		flex-direction:column;
	}
	.option-3 > * {
		width:100%;
	}
	
	.option-3 img {
		margin:0;
		padding:20px 0;
	}
}



/*END CUSTOM DIVS*/

/*@media screen and (max-width:600px) {
	img[style*="left"] {
		margin-right: 20px;
	}
	
	img[style*="right"] {
		margin-left: 20px;
	}
}*/