.no-pd {
	padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2f2e41;
}
h1,
h2 {
	font-weight: 900;
}
h1.big-font {
	font-size: 39px;
}
h3,
h4 {
	font-weight: 700;
}
.pa-10 {
	padding: 10px;
}
.pt-10 {
	padding-top: 10px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pr-10 {
	padding-right: 10px;
}
.pa-10 {
	padding: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pl-20 {
	padding-left: 20px;
}
.pr-20 {
	padding-right: 20px;
}
.pb-50 {
	padding-bottom: 50px;
}
.ma-10 {
	margin: 10px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.ml-10 {
	margin-left: 10px;
}
.mr-10 {
	margin-right: 10px;
}
.mt-50 {
	margin-top: 50px;
}
.btn {
	border: 1px solid #ffc53f;
	/*padding: 10px 15px;
	font-size: 16px;
	line-height: 1.42857143;*/
	border-radius: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #ffc53f;
}
.btn:hover {
	color: #ffaa05;
	border-color: #ffaa05;
}
.btn-primary,
.btn-success {
	color: #fff;
	background-color: #ffc53f;
}
.btn-primary:hover,
.btn-success:hover,
.btn-primary:focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	background-color: #ffaa05;
	border-color: #ffaa05;
	color: #fff;
}
.btn-arrow {
	padding-right: 60px;
	position: relative;
}
.btn-arrow:after {
	content: '\e258';
	font-family: 'Glyphicons Halflings';
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: auto;
}
/*
input[type='radio'],
input[type='checkbox'] {
	width: 0;
	height: 0;
	position: relative;
	margin: 15px;
	opacity: 0;
}
input[type='checkbox'] ~ label {
	position: relative;
}
input[type='checkbox'] ~ label::before {
	position: relative;
	content: '\e157';
	font-family: 'Glyphicons Halflings';
	font-size: 16px;
	width: 25px;
	height: 25px;
	top: -0px;
	left: -15px;
	color: #ffaa05;
}
input[type='checkbox'].check-active ~ label::before {
	content: '\e067';
}
input[type='checkbox'].invalid ~ label {
	color: red;
}*/
.select2-container--krajee-bs4 .select2-selection--single {
	height: 45px;
	line-height: 1.5;
	padding: 10px 12px;
}
ul {
	list-style: none;
}
.iconified li:before {
	content: '\e013';
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
	color: #ffaa05;
	margin-right: 10px;
}
.error-summary ul li:before {
	content: '\e088';
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
	color: red;
	margin-right: 10px;
}
.yellow-color {
	color: #ffc53f;
}
.w-700 {
	max-width: 700px;
}
.home-text {
	max-width: 750px;
	padding: 30px;
	margin: 0 auto;
}
.home-bg {
	background: url('/images/home-bg.png');
	height: 500px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.space-line {
	height: 30px;
}
input.invalid {
	background-color: #ffdddd;
}
.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 10px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #7a797f;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d6d1d1;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
label {
	color: #7a797f;
	font-weight: 400;
}

@media screen and (min-width: 992px) {
	h1.big-font {
		font-size: 80px;
	}
	.space-line {
		height: 80px;
	}
	.inside-page {
		background-image: url('/images/bear-bg.png');
		background-repeat: no-repeat;
		background-size: 35%;
		background-position: center right;
		background-attachment: fixed;
	}
	.home-bg {
		background: url('/images/home-bg.png');
		height: 100vh;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left top;
	}
}

/*Wizard form*/
.step-tab {
	display: none;
}
.add-btn {
	display: none;
}
.field-volunteerrequest-tutor_contacts {
	display: none;
}
.criminal-record {
	display: none;
}
.no-style li:before {
	display: none;
}
.kv-form-bs4 .hint-block {
	font-size: 14px;
}

#lang-dropdown {
	margin: 0;
	display: block;
}
#language-select {
	display: block;
}
#language-select li {
	margin: 0 5px;

}