.zuto {
	color: #F0C32C;
}

.margtop20 {
	margin-top: 20px;
}

.margtop40 {
	margin-top: 20px;
}


.kontakti-section {
	margin-bottom: 60px;
}

.kontakt-box-slika {
	background-color: #1379AE;
	border-radius: 12px;
	padding: 30px;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}

.kontakt-box-slika h1 {
	font-size: 36px;
	font-family: 'open_sansbold', Arial, Sans-serif;

}

h3.telefon {
	font-family: 'open_sansbold', Arial, Sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}

.kontakt-slika {
	position: absolute;
	top: 20px;
	right: 30px;
}

.kontakti-kratki {
	display: inline-block;
	width: 48%;
	margin-top: 30px;
	font-size: 16px;
}

.kontakti-section h1 {
	font-size: 30px;

	font-family: 'open_sansbold', Arial, Sans-serif;
	margin-bottom: 30px;

}

.kontakti-section h2 {
	font-size: 20px;
	color: #3C3C3C;
	font-family: 'open_sansbold', Arial, Sans-serif;
	margin-bottom: 30px;
	display: inline-block;
}

.btn-kontakt-plavi {

	background: #1379AE;
	padding: 16px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}

.btn-kontakt-plavi.novi {
	margin-left: 15px;
}

.btn-kontakt-plavi span {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: -1px;
}

.btn-kontakt-plavi:hover {
	color: #fff;
	background-color: #0a90d6;
}



.btn-kontakt-zuti {

	background: #f0c308;
	padding: 16px 12px 16px 12px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	color: #fff !important;
	display: inline-block;
	margin-bottom: 10px;
}

.btn-kontakt-zuti.novi {
	margin-left: 5px;
}

.btn-kontakt-zuti span {
	display: inline-block;
	margin-left: 1px;
	position: relative;
	top: -1px;
}

.btn-kontakt-zuti:hover {
    color: #f3f3f3 !important;
    background-color: #bda120;
}

.p-veci {
	font-size: 18px;
	margin-bottom: 20px;
}

.btn-kontakt-prazni {
	border: 1px solid #1379AE;
	padding: 14px 12px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	color: #1379AE;
	display: inline-block;
}

.btn-kontakt-prazni:hover {
	border-color: #E2A40C;
	color: #E2A40C;
}

.bespltel p {
	font-size: 16px;
}

.width50 {
	width: 50%;
}

.mb-1 {
	margin-bottom: 10px !important;
}

.margtop15 {
	margin-top: 15px;
}

.form-block {
	margin-bottom: 15px;
	border: 1px solid #DEDEDE;
	border-radius: 6px;
	padding: 30px;
}

label {
	margin-bottom: 10px;
}

.kontakti-section .form-control {
	border: 1px solid #C9C9C9;
	background: #FAFAFA;
	box-shadow: none;
	height: 42px;
}

.bootstrap-select>.dropdown-toggle {
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-kontakt {
	background: #1379AE;
	color: #fff;
	padding: 12px 60px;
	border: transparent;
	border-radius: 6px;
	margin-top: 10px;
	font-weight: bold;
	transition: all .4s ease-in-out;
}

.btn-kontakt:hover {
	background: #F0C32C;
	color: #3C3C3C;
	transition: all .4s ease-in-out;
}

.kontakti-section textarea.form-control {
	height: 115px;
}

.kontakti-section input[type=checkbox] {
	display: inline-block;
	margin-right: 10px;
	margin-top: 20px;
}

.kontakti-section input[type=checkbox]+label {
	display: inline-block;
}


.kontakti-section input[type=file]::file-selector-button {
	border: 1px solid #898989;
	padding: 6px 12px;
	border-radius: 6px;
	background-color: #fff;
	transition: 1s;
	cursor: pointer;
	margin-right: 10px;
}

.kontakti-section input[type=file]::file-selector-button:hover {
	background: #F0C32C;
	color: #3C3C3C;
	border-color: #F0C32C;
	transition: all .4s ease-in-out;
}

.kontakti-section label {
	font-weight: bold;
	color: #2E2E2E;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #FAFAFA;
	border-color: #adadad;
}

.sivi-info {
	background: #F8F8F8;
	padding: 30px;
}

.kontakti-help {
	float: right;
	cursor: pointer;
}

.kontakti-help img {
	width: 20px;
}

.kontakti-section input[type=checkbox]+label a {
	text-decoration: underline;
}

@media only screen and (max-width: 991px) {
	.sivi-info {
		margin-top: 30px;
	}

}

@media only screen and (max-width: 767px) {
	.form-block {padding: 15px;}
	.form-group {margin-bottom: 20px;}
	h1 + p {margin-bottom: 0;}
	.form-group.margtop20.width50 {margin-top: 0;}
	.kontakti-section h1 {
		margin-top: 20px;
	}

	.kontakti-section input[type=checkbox] {
		margin-right: 15px;
		margin-top: 0;
		position: relative;
		top: 3px;
		width: 20px;
		height: 20px;
	}

	.kontakti-section input[type=checkbox]+label a {
		display: inline-block;
		margin-left: 0px;
	}

	.kontakti-section input[type=checkbox]+label {
		width: 80%;
	}

	.width50 {
		width: 100%;
	}

	.mob-top {
		margin-top: 20px;
	}

	.btn-kontakt {
		width: 100%;
	}
}

@media only screen and (max-width:475px) {

	.kontakti-section input[type=checkbox] {
		top: -15px;
	}
	
	.kontakti-section #kontakt {top:5px;}
}