:root{
	--bs-body-font-size: clamp(16px, calc(0.35vw + 12px), 19px);
	--color-theme: #814500;
	--color-link: #BB2708;
	--bs-warning-text: #000;
	;
}

html, body{
	font-size: var(--bs-body-font-size);
}
body {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 1;
}

img, iframe {
	max-width: 100%;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 600;
	color: #814500;
}
h1 {
	/*font-size: 4.8rem;*/
	letter-spacing: -0.03em;
}

h2 {
   /* font-size: 2.1rem;*/
   margin-top: 3rem;
   margin-bottom: 2rem;
   border-bottom: 1px solid #c5a47d;
   padding-bottom: .35rem;
}

.maincontent h3 {
   /* font-size: 1.6rem;*/
   margin-top: 2rem;
}


a {
	text-decoration: none;
	color: #BB2708;
	transition: all ease 0.3s;
}
a:hover {
	color: #BB6808;
	text-decoration: underline;
	
}
.btn:hover{
	text-decoration: none;
}

.btn-custom-1 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #BB6808;
    --bs-btn-border-color: #BB6808;
    --bs-btn-hover-color: #fff;

	--bs-btn-hover-bg: #BB2708;
    --bs-btn-hover-border-color: #BB2708;

    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ac2004;
    --bs-btn-active-border-color: #ca2908;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #BB2708;
    --bs-btn-disabled-border-color: #BB2708;
}
.lead{
	font-weight: 500;
}


/**/
header{
	background: #8145003b;
    padding: 1px;
}


.header {
	/*margin-top: 30px;
	margin-bottom: 30px;
	*/
	padding: .5rem 0;

	position: relative;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: flex;
	gap: 1rem;
	z-index: 99;
}



.header-logo {
	flex: 1;
}

.header-logo a {
	color: #000;
	display: block;
}
.header-logo a:hover {
	color: #000;
	text-decoration: none;
}

.header-logo h1 {
	font-size: 1.2rem;
	margin: 0;
}

.header-logo h1 span {
	color: #BB2708;
}

.header .claim{
    font-size: .8em;
    line-height: 1.2;
	display: none;
}

.header-nav {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-nav > ul {
	display: none;
}

.header-nav .login-button {
	margin: 0;
}

.top-nav {
	display: none;
}

.footer-nav {
	display: none;
}


.mobile-nav-toggler button{
	border: none;
	outline: none;
	color: var(--color-link);
	font-size: 1.6rem;
	padding: 0 3px;
	margin: 0;
	background: white;
	transform-origin: right;
    transform: scaleX(1.4);
    margin-left: 0.1rem;
	border-radius: var(--bs-btn-border-radius);
}
.mobile-nav-toggler button.btn:active,
.mobile-nav-toggler button.btn:focus{
	background-color: #fff;
}

.mobile-nav {
	display: none;
	width: 100vw;
	z-index: 99999;
	
	background: #814500;
    border-top: 5px solid #DBDBDB50;
}

.mobile-nav.open {
	display: block;
	position: absolute;
}

.mobile-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;	
	padding: .5rem 0;
}

.mobile-nav > ul > li {
	position: relative;
}

.mobile-nav a {
	display: block;
	color: #fff;
	padding: .5rem;
}


main{
	padding-bottom: 50px;
}


.mobile-nav-toggler button {
	
}

.mobile-nav-toggler button span {

}


footer {
	background: #BB680805;
}


.footer-copy > div {
	display: inline-block;
}

.footer-copy {
	justify-content: space-between;
	align-items: end;
	flex-wrap: wrap;
	text-align: center;
	
	
}

.footer-copy > div {
	width: 100;

}

.footer-top-scroll {
	
}

.footer-top-scroll a {
	color: #BB6808;
}

.sidebar {
	border: 1px solid #BB6808;
	border-radius: 10px;
	/* background: #f8efe5; */
	margin-top: 3.5rem;
	/*margin-left: 1rem;*/
}
.sidebar:empty{
	display: none;
}

.sidebar ul{
	padding-left: 1.3rem;
}

.sidebar ul a {
    font-size: .9rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.sidebar hr {
	opacity: 1;
	border-color: #BB6808;
}

.sidebar-item {
	padding: 1.5rem;
}

#breadcrumb {
	margin: 20px 0;
  font-size: 0.85em; 
}

#breadcrumb ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#breadcrumb ul li {
	/* display: inline-block; */
	display: inline;
}

#breadcrumb ul li:not(:last-of-type)::after {
	content: '>';
	display: inline-block;
	margin: 0 5px;
}

#breadcrumb a {
	color: #BB6808;
}

#breadcrumb li:last-of-type a {
	color: #000;
	opacity: .5;
}

.article-item{
	padding: 1rem 0;
	border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.article-date {
	margin-bottom: 1rem;
	opacity: .7;
	
}

.article-title {
	/* margin-top: 14px; */
}
.article-title > h1{
	margin-top: 1em;
}

.article-title a {
	/*font-size: 26px;*/
	/*line-height: 32px;*/
	/* font-weight: 600; */
}

.article-img {
	margin-top: 35px;
	margin-bottom: 35px;
	border-radius: 20px;
    position: relative;
	overflow: hidden;
}

.article-img a {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	transition: all ease 0.3s;

}

.article-img a img {
	height: 350px;
	width: 100%;
	mix-blend-mode: hard-light;
	object-fit: cover;
	border-radius: 20px;
	transition: all ease 0.3s;

}
.article-img a:hover img {
	opacity: 0.8;
	transform: scale(1.1);
}


.article-text {
	/*line-height: 26px;*/
	/* padding-right: 3em; */
}

.article-detail .article-title a {
  font-size: inherit;
}
.article-detail .article-img a img {
  height: auto;
}

.article-perex{
  /*font-size: 1.3em;*/
  margin-bottom: 2em;
}




.gallery .gallery-item {
	margin-bottom: var(--bs-gutter-x);
}

.gallery .gallery-item a {
	aspect-ratio: 3/2;
	display: block;
}

.gallery .gallery-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}











.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}


/**/
div#ajax-spinner {
	height: 50px;
	width: 50px;
	background: url("/frontend/img/loading.gif") no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100000; 
}



.row.form-group{
	margin-bottom: 1rem;
}
input[type="file"] {
    /*display: inline;
    white-space: break-spaces;*/
    max-width: 290px;
}







/*   
---------------------------------------------  RESPONSIVE  ---------------------------------------------
 */





@media (min-width: 360px) {
	.header-logo h1 {
		font-size: 1.35rem;
	}
}




@media (min-width: 380px) {
	.header-logo h1 {
		font-size: 1.6rem;
	}
}

@media (min-width: 410px) {
	.header-logo h1 {
		font-size: 1.8rem;
	}
	.header .claim{
		display: block;
	}

}

@media (min-width: 576px) {
	:root {
	   --bs-gutter-x: 30px;
    }
	.header-logo a {
		/* background: url(/frontend/img/hojeniran-logo.svg) no-repeat left center; */
		background: url(/frontend/img/hojeniran-logo2.svg) no-repeat left center;
		background-size: auto 100%;
		padding-left: 2.5rem;
		padding-left: 3.9rem;
	}

	.header-logo h1 {
		font-size: 2rem;
	}
	.header{
		padding: 2rem 0;
	}
	.footer-copy {
		flex-wrap: nowrap;
	}

    .footer-copy > div {
		width: auto;
	}
   

}



@media (min-width: 768px) {

	.footer-nav {
		display: block;
	}
	
	.footer-nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
	}
	
	.footer-nav ul a {
		color: #BB6808;
		text-decoration: underline;
		display: block;
		padding: 20px 20px;
	}
	
	.footer-nav ul li:first-of-type a {
    	padding-left: 0px;
   	}
   	
	.footer-nav ul li:last-of-type a {
    	padding-right: 0px;
   	}   	
	
	.footer-nav ul a:hover {
		text-decoration: none;
	}	

	
	
	
}

@media (min-width: 800px) {
	

	
}




@media (min-width: 992px) {
	.alert{
		--bs-alert-padding-x: 2rem;
		--bs-alert-padding-y: 2rem;
	}
	.mobile-nav {
		display: none;
	}
	.mobile-nav-toggler {
		display: none;
	}
    
	.header-logo a {
		padding-left: 2.7rem;
		padding-left: 4.2rem;
	}

	.header-logo h1 {
		font-size: 2.3rem;
	}


    .header-nav > ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    
    .header-nav > ul a {
		margin: 0 10px;
		color: var(--color-theme);
		text-decoration: underline;
		text-underline-offset: 5px;
		text-decoration-color: #d87a0d;
    }
    
    .header-nav > ul a:hover {
   		text-decoration: none;
   	}
    
    .top-nav {
    	display: block;
    	background: #814500;
    	border-top: 5px solid #DBDBDB50;
    }
    
    .top-nav ul {
    	margin: 0;
    	padding: 0;
    	list-style-type: none;
    	display: flex;
		justify-content: center;
    }
	
	.top-nav ul a {
		color: #FFFFFF;
		font-weight: 500;
		text-decoration: underline;
		display: block;
		padding: 16px 1.5rem 20px 1.5rem;
		text-underline-offset: 7px;
		text-decoration-color: #d8790d70;
		
	}
	
	.top-nav ul li:first-of-type a {
    	/* padding-left: 0px;*/
   	}
   	
	.top-nav ul li:last-of-type a {
    	/*padding-right: 0px;*/
   	}   	
	
	
	.top-nav ul a.active {
		opacity: .6;
	}
	.top-nav ul a:hover {
		ext-decoration: none;
		color: #fff;
		text-decoration-color: #d87a0d;
		background-color: #522d03;
		text-underline-offset: 9px;
		opacity: 1;
	}
	.article-text {
		padding-right: 3em;
	}
	
    .article-list > .row > [class*="col-"]:not(:last-of-type) {
        margin: 0;
    }	
    

	.block-carousel {
		margin-top: -110px;
		height: 900px;
	}
	

    .owl-carousel .owl-stage-outer, .owl-carousel .owl-item img {
		height: 900px;
	}
 

	img[style="float: left;"]{
		margin-top: 1rem;
		margin-right: 1.5rem;
		margin-bottom: 1rem;
	}
	img[style="float: right;"]{
		margin-top: 1rem;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
	}
	.sidebar-item {
		padding: 35px;
	}

 	
}

@media (min-width: 1100px) {

	
        

}

@media (min-width: 1200px) {
	.h2, h2 {
		font-size: 1.85rem;
	}
	.h3, h3 {
		font-size: 1.6rem;
	}
	.h4, h4 {
		font-size: 1.4rem;
	}


}

@media (min-width: 1400px) {
 
	header:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
	height: 550px;
	background: url(/frontend/img/sestra.jpg) no-repeat;
	background-size: 100% auto;
	mix-blend-mode: multiply;
	z-index: 9;
	}
        

}
