html {
	scroll-behavior: smooth;
}

body {
	background-color: #f5f5f5;
	color: #393939;
	font-family: 'Montserrat', sans-serif;
}

@media print {
	body * {
		visibility: hidden;
	}

	#section-to-print,
	#section-to-print * {
		visibility: visible;
	}

	#section-to-print {
		position: absolute;
		left: 0;
		top: 0;
	}
}

.btn {
	border-radius: 20px;
	background-color: transparent;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.btn:hover {
	background-color: #343a40;
	border: 1px solid #343a40;
	color: white;
	transition: .6s;

}

/* navigation-----------------------------------------------------------------------*/
.navigation {
	background-color: transparent;
}

.scrolled-nav {
	background-color: #343a40;
	-webkit-box-shadow: 0 0 10px #343a40;
	-moz-box-shadow: 0 0 10px #343a40;
	box-shadow: 0 0 10px #343a40;
}

.scrolled-nav .navbar {
	padding: .2rem 1rem;
}

.scrolled-nav .navbar-brand {
	margin-right: 2rem;
}

.scrolled-nav .navbar-brand img {
	height: 40px;
}

.navbar {
	max-width: 1140px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.navbar a {
	font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .8rem;
	padding-left: .8rem;
}

.navbar-dark {
	padding: .2rem 1rem;
}

.navbar-dark .navbar-brand {
	margin-right: 2rem;
}

.navbar-dark .navbar-brand img {
	height: 40px;
}

.solicita-apel a {
	text-decoration: none;
}

.solicita-apel button {
	border-radius: 20px;
	color: #fff;
	background-color: transparent;
}
.card-text  {
	font-size: 14px;
}




/* header-----------------------------------------------------------------------*/
.head {
	background-image: url(../images/shape1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100vh;
}

.head .row {
	padding-top: 150px;
}


.callitem {
	border: 1px solid white;
	border-radius: 20px;
	padding: 3% 2%;
	margin-left: 2%;
	cursor: pointer;
	font-size: 1.5vh;
}

.callitem:hover {
	background-color: #ffffff;
	color: #2b3b68;
	transition: .6s;
}

.sol-apel button {
	background-color: transparent;
	border-radius: 20px;
	color: #fff;
}

.sol-apel button:hover {
	background-color: white;
	color: #2b3b68;
	transition: .6s;
}

.headtext {
	margin: 5% 2% 25% 0;
}

.t1 {
	font-size: 2.7em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.t2 {
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10vh;
}

.headtext .btn {
	border-radius: 20px;
	background-color: transparent;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.headtext .btn:hover {
	background-color: #343a40;
	border: 1px solid #343a40;
	color: white;
	transition: .6s;

}

.nav-content {
	display: flex;
	justify-content: space-between;
}

/* calculator-----------------------------------------------------------------------*/
.calculator-block h1 {
	position: absolute;
	top: -76px;
	width: 100%;
	font-size: 86px;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.3);
	margin-bottom: 10%;
}

.calculator {
	background-image: url(/assets/images/uip.png);
	background-repeat: no-repeat;
	background-size: initial;
	background-position: 50% 50%;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 1;
	border-radius: 20px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px;
	margin-bottom: 5%;
}

.calculator .row {
	padding: 3% 5%;
}

.calc-button {
	background-color: white;
	border-radius: 20px;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	width: 150px;
	border: none;
}

#suma_num {
	display: inline;
	float: right;
	outline: none;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	border-radius: 20px;
	background-color: #fff;
	padding: 3px 25px 0px 25px;
	font-weight: 700;
	width: 150px;
}

#suma_num span {
	float: right;
}

.sum_euro {
	position: absolute;
	top: -25px;
	right: 27px;
	font-weight: 700;
}

#termen_num {
	display: inline;
	float: right;
	outline: none;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	border-radius: 20px;
	background-color: #fff;
	padding: 3px 25px 0px 25px;
	font-weight: 700;
	width: 150px;
}

#termen_num span {
	float: right;
}

.termen_luni {
	position: absolute;
	top: -25px;
	right: 27px;
	font-weight: 700;
}

.spre_rambursare {
	font-weight: 700;
	font-size: 21px;
}

.grafic {
	display: block;
	font-size: 14px;
	text-decoration: underline !important;
	cursor: pointer;
}

.text_rambursare {
	display: inline-block;
	margin-top: 10px;
}

#spre_rambursare {
	display: inline;
	float: right;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	border-radius: 20px;
	background-color: #fff;
	padding: 7px 25px 7px 25px;
	font-weight: 700;
}

#spre_rambursare span {
	padding-top: 0px;
	float: right;
}

.calc-form h4 {
	font-weight: 500;
}

.calc-form input {
	border-radius: 20px;
	border: none;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
}

.calc-form button {
	color: #2b3b68;
	border: 1px solid #2b3b68;
	background-color: transparent;
	border-radius: 20px;
	width: 100%;
}

.green-button {
	border-radius: 15px;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	border: none;
	width: 200px;
	background-color: #2b3b68;
	color: white;
}

.personal-dates {
	background-color: white;
	border-radius: 20px;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	width: 170px;
	border: none;
	text-align: center;
}

.send {
	background-color: white;
	border-radius: 20px;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	width: 170px;
	border: 1px solid #2b3b68;
	color: #2b3b68;
	text-align: center;
}

.send:hover {
	background-color: #2b3b68;
	color: white;
	transition: .6s;
}

.bigtext {
	font-size: 1.2em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance: textfield;
	/* Firefox */
}

/*about-----------------------------------------------------------------------*/
.about {
	margin-top: 150px;
	position: relative;
	margin-bottom: 7%;
}

.title {
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;

}

.linebuttom {
	border: 1px solid #2b3b68;
	width: 5vh;
	margin-left: 0;
}

.aboutcontent {
	display: flex;
	flex-wrap: wrap;
}

.textdata {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;

}

.about-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 550px;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.about-logo {
	display: flex;
	justify-content: center;
}

.about-logo img {
	width: 100%;
}

.about-logo .card {
	padding: 15px;
	border: none;
	border-radius: 20px;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	z-index: 1;

}

/*credit-----------------------------------------------------------------------*/
.credit {
	margin-top: 100px;
	font-family: 'Montserrat', sans-serif;
	margin-right: auto;
	margin-left: auto;
}

.creditcontent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.wrapreverse {
	flex-wrap: wrap-reverse;
}

.creditcontent span {
	color: #cfcfcf;
	margin-right: 1%;
}

.credittitle {
	font-size: 1em;
}

.credittext {
	font-size: 1em;
	margin-left: 2%;
}

.creditimg {
	width: 50vh;
	height: 50vh;
	border-radius: 50%;
	border: 2px solid #2b3b68;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	margin: auto auto 3%;
}

/*questions-----------------------------------------------------------------------*/
.questions {
	background-image: url(../images/shape2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 130vh;
	font-family: 'Montserrat', sans-serif;
	color: white;
}

.questcontent {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	float: right;
	margin-top: 3%;
}

.quest-title {
	font-size: 1.2em;
}

.underline {
	border: 1px solid white;
	width: 4vh;
	margin-left: 0px;
}

.secondtitle {
	font-weight: 500;
	font-size: 1em;
}

.simple-text {
	font-size: 0.9em;
}

/*regulations-----------------------------------------------------------------------*/
.regulations {
	margin-bottom: 7%;
}

.regulations a {
	text-decoration: none;
	color: #393939;
	font-size: 18px;
	font-weight: 700;
}

.regulations .card {
	padding: 30px 10px;
	border: none;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	text-align: center;
	height: 230px;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-radius: 20px;
	margin-bottom: 10px;
}

.regulations .card:hover {
	background-color: #2b3b68;
	color: #fff;
	fill: #fff !important;
}

.regulations .card svg {
	width: 50px;
	margin-bottom: 35px;
}

.regulations .card svg path {
	fill: #393939;
}

/*footer-----------------------------------------------------------------------*/
#map {
	width: 100%;
	height: 500px;
}

.map {
	width: 100%;
	position: relative;
}

.map-list {
	position: absolute;
	top: 100px;
	right: 150px;
	padding: 40px 30px;
	background-color: #2b3b68;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	color: #fff;
	width: 350px;
	z-index: 9;
	border-radius: 20px;
}

.map-list ul {
	margin: 0;
	padding: 0;
}

.map-list ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.map-list ul li:last-of-type {
	margin-bottom: 0;
}

.map-list ul li img {
	width: 25px;
	margin-right: 10px;
}

.map-list a {
	color: #fff;
	text-decoration: none;
}

.map-list .rest-adress {
	margin-left: 40px;
}

.footer {
	background-color: #2b3b68;
	padding: 35px 0;
}

.footer a {
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 700;
}

.footer .footer-logo {
	width: 139px;
}


/*copyright-----------------------------------------------------------------------*/
.copyright {
	background-color: #393939;
	color: #fff;
	padding: 15px;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}

.irs--round .irs-bar {
	background-color: #2b3b68;
}

.irs--round .irs-handle {
	top: 26px;
	width: 24px;
	height: 24px;
	border: 4px solid #2b3b68;
	background-color: white;
	border-radius: 24px;
	-webkit-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15);
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	background-color: #2b3b68;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
	border-top-color: #2b3b68;
}

.irs-min {
	display: none;
}

.irs-max {
	display: none;
}


#preloader {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	opacity: 0.8;
	z-index: 10000;
	display: none;
	justify-content: center;
	align-items: center;
}

.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #2b3b68;
	border-color: #2b3b68 transparent #2b3b68 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#solApelModal .modal-dialog {
	padding: 0px;
}

#solApelModal span {
	float: right;
	cursor: pointer;
}

#solApelModal input {
	margin-top: 35px;
	height: 45px;
}

#solApelModal button {
	margin-top: 35px;
}

.red {
	color: red;
}

#datePersonale {
	width: 20px;
	height: 20px;
}

.btn-dark {
	color: #222222;
}