/*v=spf1 a mx include:gransy.com*/
/*v=spf1 185.82.212.80 include:_spf.google.com include:yodeyadesign.com ~all*/

.bord {
		border: solid 1px red;
	}

	body {
		
		padding: 0px;
		margin: 0px;
		height: 100%;
		min-height: 100% !important;
		overflow-x: auto;
		font-family: 'Assistant', sans-serif;
		color: #000000;
		font-weight: 300;
		font-size: 30px;
		font-display: swap;

	}
	
	html {
		
		height: 100%;
		padding: 0px;
		margin: 0px;

	}

	a,
	a:visited {
		
		color: #6b4034;
		text-decoration: none;
		-webkit-transition: all 0.2s ease;
		-moz-transition: 0.2s ease;
		transition: 0.2s ease;
		font-weight: 400;
		
	}
	
	a:visited:hover, 
	a:hover {
		
		color: #c87137ff;
		-webkit-transition: all 0.2s ease;
		-moz-transition: 0.2s ease;
		transition: 0.2s ease;
		text-decoration: none;
		
	}
	
	.pocZanC {
		font-size: 0.6em;
		text-align: center;
		padding: 8px 0px 10px 0px;
		letter-spacing: 1px;
		font-weight: 00;
		color: #c4aea8;
		background: rgb(255, 255, 255);
		background: linear-gradient(0deg, rgb(235, 222, 218) 0%, rgba(255,255,255,1) 100%);
	}
	
	.header {
		padding: 28px 40px 30px 40px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: 0.3s ease;
		transition: 0.3s ease;
		background: rgb(255, 255, 255);
		background: linear-gradient(180deg, rgb(235, 222, 218) 0%, rgba(255,255,255,1) 100%);
	}
	
	.header img {
		height: 60px;
		margin: 5px 15px 0px 0px;
		float: left;
	}
	
	.header div:nth-child(1) {
		float: left;
		padding-left: 30px;
	}
	
	.header div:nth-child(2) {
		float: right;
		padding-right: 30px;
	}
	
	.header div:nth-child(1) span {
		font-size: 1.7em;
		font-weight: 300;
		letter-spacing: -1px;
	}

	.header div:nth-child(1) span:nth-child(1) {
		color: #6b4034;
	}

	.header div:nth-child(1) span:nth-child(2) {
		color: #7a4d41;
	}

	.header div:nth-child(1) span:nth-child(3) {
		color: #8f6256;
	}

	.header .right {
		float: right;
		text-align: right;
		padding: 0px;
	}

	.header ul {
		padding-top: 15px;
		list-style-type: none;
		z-index: 2;
	}

	.header ul li {
		display: inline-block;
		padding: 0px 0px 0px 30px;
	}

	.site-menu > li a:after {
		display: block;
		content: '';
		border-bottom: solid 2px #c87137ff;
		transform: scaleX(0);  
		transition: transform 250ms ease-in-out;
	}
	
	.site-menu > li a:hover:after { 
		transform: scaleX(1); 
	}

	.site-menu > li.active a:after { 
		transform: scaleX(0); 
	}

	.site-menu > li.active a { 
		color: #c87137ff;
		pointer-events: none;
	}

	#nav-icon {
		width: 30px;
		height: 30px;
		position: fixed;
		right: 25px;
		top: 32px;
		margin-right: 3px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		z-index: 90;
		border: solid 3px #6b4034;
		border-radius: 50%;
		display: none;
	}

	#nav-icon span {
		display: inline-block;
		position: absolute;
		height: 2px;
		background: #6b4034;
		border-radius: 10px;
		opacity: 1;
		left: 0;
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	
	#nav-icon span:nth-child(1) {
		top: 2px;
		width: 22px;
		left: 9px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	#nav-icon span:nth-child(2) {
		top: 9px;
		height: 6px;
		width: 6px;
		margin-left: 9px;
	}
	
	#nav-icon span:nth-child(3) {
		top: 17px;
		width: 17px;
		height: 3px;
		left: 10px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#nav-icon.open span:nth-child(1) {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
		left: -9px;
	}
	
	#nav-icon.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#nav-icon.open span:nth-child(3) {
		left: -2px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	.background {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #00000088;
		z-index: 1;
		display: none;
		opacity: 0;
	}

	.wfs img {
		width: 90%;
		display: block;
		margin: auto;
	}

	.tit .wfs {
		padding: 0px;
	}

	.tit .wfs img {
		width: 120%;
		display: block;
		float: right;
	}

	.tit {
		font-size: 1.8em;
		font-weight: 300;
		color: #233641;
		line-height: 1.1em;
	}

	.tit div span {
		color: #8f6256;
		display: block;
		padding-top: 5px; 
	}

	.tit div a {
		font-size: 0.6em;
	}
	
	.tit div a i {
		font-size: 0.85em;
		margin-right: 10px;
		color: maroon;
	}
	
	.tekststr {
		padding-top: 100px;
	}
	
	.active {
		font-weight: 400;
	}

	.reddit {
		font-family: "Kalam", cursive;
		font-weight: 300;
		font-style: normal;
		padding-top: 30px;
		font-size: 0.6em;
		line-height: 1.3em;
		color: #555;
	}

	.reddit div:nth-child(2) {
		float: right;
	}

	.reddit div img {
		width: 80px;
		margin: 0px;
	}
	
	.large {
		font-size: 2.5em;
		font-weight: 200;
		color: #D2B48C;
	}

	.caod img {
		max-width: 100%;
	}

	
	.smaller {
		font-size: 0.9em;
	}
	
	.tit .smaller {
		font-size: 0.6em;
	}

	.tit .smaller img {
		height: 28px;
		margin-top: -5px;
	}

	.box {
		font-size: 1em;
		line-height: 1.3em;
	}

	@media (max-width: 995px) {

		.tit {
			font-size: 1.8em;
		}
		
		.tit .wfs img {
			width: 80%;
			display: block;
			float: none;
		}

		.tit .wfs {
			padding-top: 40px;
		}

		.tit div span {
			padding-top: 5px;
		}

		.tit .smaller img {
			height: 20px;
			margin-top: -5px;
		}

		.tit div a {
			font-size: 0.6em;
		}
		
		.tit div a i {
			font-size: 0.85em;
			margin-right: 10px;
			color: maroon;
		}

		.box {
			font-size: 0.8em;
			line-height: 1.4em;
		}

		body {
			font-size: 25px;
		}

		.large {
			font-size: 2.3em;
		}

	
	}


	@media (max-width: 1230px) {
	
		.header {
			padding: 25px 10px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: 0.3s ease;
			transition: 0.3s ease;
		}

		.header ul {
			position: fixed;
			top: 0px;
			right: -300px;
			background-color: rgb(250, 248, 248);
			padding: 27px 30px 20px 10px;
			-webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.42);
			-moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.42);
			box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.42);
		}
	
		.header ul li {
			display: block;
			padding: 0px 40px 10px 40px;
			margin: 0px;
			text-align: left;
		}

		.header img {
			height: 35px;
			margin: 3px 10px 0px 0px;
			float: left;
		}
		
		.header div:nth-child(1) {
			padding-left: 20px;
		}
		
		.header div:nth-child(1) span {
			font-size: 1.3em;
			padding: 0px;
			line-height: 1.2em;
		}

		#nav-icon {
			display: block;
		}

		.fcol {
			line-height: 2em;
			transform: translateZ(0);
		}
	
	}

	.senka {
		-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.27);
		-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.27);
		box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.27);
	}

	h1 {
		font-size: 1.6em;
		padding: 10px 0px 20px 0px;
		color: #3d221a;
	}
	
	h2 {
		font-size: 1.2em;
		padding: 12px 0px 10px 0px;
		color: #7a4d41;
	}

	h2 img {
		vertical-align: center;
		width: 35px;
		margin: 6px 10px 10px 0px;
	}

	h3 {
		font-size: 1.1em;
		padding: 12px 0px 10px 0px;
		color: #7a4d41;
	}
	
	.cmz div {
		float: left;
		padding: 10px 10px;
		line-height: 1.2em;
	}

	.cmz div img {
		width: 200px;
		margin: 0px 20px;
	}

	.custom img {
		margin: 0px 50px !important;
		max-width: 90%;
	}

	.custom .col1 {
		color: #00aad4;
	}

	.custom .col2 {
		color: #00aa88;
	}

	.custom .col3 {
		color: #d45500;
	}

	.custom .col4 {
		color: #ffcc00;
	}

	.custom .col5 {
		color: #929292;
	}

	@media (max-width: 995px) {

		.custom img {
			margin: 0px auto !important;
			max-width: 90%;
		}

	}

.optin {

	padding-bottom: 10px;

}

h2 a.closed::after,
.optin a.closed::after {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f103";
	margin-left: 10px;
	font-size: 0.7em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

h2 a.open::after,
.optin a.open::after {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f103";
	margin-left: 10px;
	font-size: 0.7em;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg); 
	transform: rotate(180deg); 
	-webkit-transition: all 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

.optin a:hover {

	color: #c87137ff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
	text-decoration: none;

}

.optin a {

	color: rgb(41, 179, 76);
	-webkit-transition: all 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
	text-decoration: none;

}

.optexp {

	border: solid 1px #cecece;
	background: #fafafa;
	display: block;
	border-radius: 5px;
	padding: 15px 25px;
	margin-bottom: 15px;
	font-size: 0.8em;
	line-height: 1.4em;

}

.divinstall,
.divcustom {

	border: solid 1px #cecece;
	background: #fafafa;
	border-radius: 5px;
	padding: 15px 25px;
	margin-bottom: 15px;
	font-size: 0.8em;
	line-height: 1.4em;

}

form {
	
	padding: 0px;
	margin: 0px;

}

.optexp img {

	margin: 15px 20px 15px 0px;
	width: 400px;
	max-width: 100%;

}

.optin input,
#userRegister textarea {

	border: solid 1px #cecece;
	background: #fafafa;
	display: block;
	border-radius: 5px;
	padding: 10px 20px;
	margin-bottom: 15px;
	font-size: 0.9em;
	line-height: 1.4em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
	text-decoration: none;
	outline: none;

}

.dugme, .dugme:visited {
	
	font-size: 0.8em;
	padding: 10px 55px 10px 55px;
	margin-left: 10px;
	border: none;
	border-radius: 5px;
	background-color: #6b4034;
	color: #ffffff;
	text-align: center;
	color: #ffffff;
	height: 60px;
	font-weight: 300;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
	text-decoration: none;
	outline: none;

}

.dugme:hover, .dugme:visited:hover {
	
	background-color: #c87137ff;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
	text-decoration: none;
	outline: none;

}

.dugme:focus {
	
	outline: none;

}

.error {

	background-color: red;
	
}

@media (max-width: 995px) {

	
	.optin input {

		width: 100% !important;
		margin-bottom: 0px;

	}

	.dugme, form {

		width: 100%;
		margin: 0px 0px 20px 0px;

	}
	
	.dugme:hover, .dugme:visited:hover {
	
		background-color: #6b4034;
	
	}
	

}

.small {

	font-size: 0.7em;
	color: #575757;
	line-height: 1.3em;

}


.testlist div {

	display: inline-block;
	padding: 5px 8px;

}

.testlist div i {

	font-size: 0.7em;

}

.testlist div.dani {
	
	font-size: 0.8em;
	font-weight: 400;
	color: rgb(218, 141, 0);
	vertical-align: bottom

}

.testlist .email {
	font-size: 0.8em;
	vertical-align: bottom;
}

@media (max-width: 500px) {
	.testlist .email {
		overflow: hidden;
	}
}

.testlist .dani {
	width: 50px;
	text-align: center;
}

.testlist .rucno {
	width: 35px;
	vertical-align: bottom;
	padding: 0px 0px 1px 0px;
	text-align: center;
	margin: 0px;
}

.testlist .rucno .fa-times {
	font-size: 0.6em;
	color: #c23802;
}

.testlist .rucno .fa-check {
	font-size: 0.6em;
	color: #065022;
}

.sivo {
	
	color: #bebebe !important;

}

.spisak {
	font-size: 0.8em !important;
	overflow-wrap: break-word;
}

#gplink {
	margin-bottom: 10px;
}

#userRegister #title,
#userRegister #description {
	width: 700px;
}

@media (max-width: 800px) {
	#userRegister #title,
	#userRegister #description {
		width: 100%;
		margin-bottom: 20px;
	}
}

.brown {
	color: #7a4d41;
	border-left: solid 1px;
	padding-left: 15px;
}

h2 i {
	font-size: 0.7em;
	margin-right: 10px;
	margin-bottom: 10px;
}