@import url('https://fonts.googleapis.com/css?family=Fira+Sans:200,300,400,600,700,800,900&subset=latin-ext');


/********* Base **********/
html,body {
	overflow-x: hidden !important;
}
body {
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: 'Fira Sans', sans-serif !important;
	font-weight: 400;
	background-repeat: no-repeat;
	color: #1b4360;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
p {
	margin: 0px 0px 10px 0px;
}
.center-block {
	float: none !important;
}
.sidebar-wrapper {
	position: relative;
	height: 100%;
	overflow: auto;
}
.container {
	position: relative;
	z-index: 10 !important;
}
.section {
	padding: 115px 0px 115px 0px;
	position: relative;
}
.section.loans,
.section.leasing {
	padding: 115px 0px 115px 0px;
	position: relative;
}
.section h2 {
	margin-top: 0px;
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 35px;
	color: #1b4360;
}
a,button {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
input,button,a {
	outline: none !important;
	text-decoration: none !important;
}
textarea {
	outline: none;
}
button {
	background: none;
	border: none;
}
ul {
	margin-bottom: 0;
	display: block;
}
img.scrolldown {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
	margin-bottom: -25px;
	z-index: 999;
	display: none;
}
.base-btn2 {
	display: inline-block;
	background-color: #24ac77;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 30px;
}
.base-btn2:hover {
	color: #fff;
	background-color: #0d5b3d;
}
label i {
	font-weight: 400;
	color: #a1a1a1;
}







/************ HEADER *************/
div.header {
	padding: 0px 0;
	box-shadow: 0 4px 14px rgba(0,0,0,0.1);
	background-color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.smaller .header {
	padding: 0px 0 !important;
}
div.header .container {
	display: flex;
	align-items: center;
}
div.header .social {
	align-self: flex-end;
	padding: 15px 0 15px 35px;
	border-left: 1px solid #ececec;
}
div.header .social .social-phone a {
	color: #1b4360;
}
div.header .social .social-phone a:hover {
	color: #24ac77;
}
div.header .social .social-icons li {
	margin: 0px 0px 0px 10px;
}
div.header .social .social-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 10px;
	border:1px solid #cacaca;
	font-size: 13px;
}
div.header .social .social-icons a:hover {
	background-color: #cfcfcf;
}
div.header .social .social-icons a i.fa-facebook-square,div#sidebar .social a i.fa-facebook-square {
	color: #3b5998;
}
div.header .social .social-icons a i.fa-twitter,div#sidebar .social a i.fa-twitter {
	color: #0084b4;
}
div.header .social .social-icons a i.fa-linkedin,div#sidebar .social a i.fa-linkedin {
	color: #4875b4;
}
div.header .social .social-icons a i.fa-instagram,div#sidebar .social a i.fa-instagram {
	color: #E1306C;
}
.logo img {
	width: 130px;
	height: auto;
}
.menu {
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
}
.menu li {
	margin: 0 15px;
	position: relative;
}
.menu li.current-menu-item a {
	
}
.menu li.current-menu-item a,.menu li a:hover {
	color: #24ac77;
}
.home .menu li.current-menu-item a {
	color: #1b4360;
	text-decoration: none !important;
}
.home .menu li.current-menu-item a:hover {
	color: #24ac77;
}
.menu a {
	font-size: 16px;
	color: #424242;
	font-weight: 500;
}
.menu ul li ul {
	position: absolute;
	top:100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	padding: 26px 16px;
	-webkit-border-radius: 6px-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1);
}
.menu > ul > li:hover > a {
	color: #24ac77;
}
.menu ul li ul a {
	display: block;
	font-size: 15px !important;
	text-transform: inherit !important;
	padding: 12px 0 !important;
	text-align: center;
	border-bottom:1px solid #e8e8e8;
}
.menu > ul > li:hover ul {
	opacity: 1;
	visibility: visible;
}
button.toggle-sidebar {
	font-size: 20px;
	color: #0d5b3d;
	margin-left: auto;
	margin-top: 3px;
	padding: 0px;
}
div#sidebar {
	background-color: #fff;
}
div#sidebar ul {
	padding-right: 0;
	padding-top: 20px;
}
div#sidebar ul li {
	position: relative;
}
div#sidebar ul a {
	display: block;
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	padding: 7px 0;
	color: #0d5b3d;
	font-weight: 300;
}
div#sidebar ul li.active a {
	font-weight: 700;
}
div#sidebar ul i {
	font-size: 26px;
}
div#sidebar ul li ul li a {
	font-size: 15px;
	text-transform: inherit;
}
div#sidebar ul li ul {
	display: none;
}
div#sidebar ul li > i {
	position: absolute;
	right: 20px;
	top: 8px;
	color: #0b4cbd;
}







/*********** TOP SECTION **********/
.top-section {
	margin-top: 85px;
	padding-top: 195px;
	padding-bottom: 195px;
	background-image: linear-gradient(rgba(8, 32, 57, 0.88), rgba(8, 32, 57, 0.88)), url('../img/top-bg-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.top-section h1 {
	font-weight: 200;
	font-size: 40px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}
.top-section h1 span {
	color: #ffffff;
	font-weight: 800;
	font-size: 60px;
	display: block;
}
.top-section h1 span u {
	text-decoration: none;
	color: #2cce8e;
}
.top-section hr {
	width: 250px;
	height: 3px;
	background-color: #fff;
	display: inline-block;
}
.top-section ul {
	margin: 30px 0 !important;
}
.top-section ul li {
	font-size: 21px;
	color: #1b4360;
	padding-left: 28px;
	position: relative;
}
.top-section ul li:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 18px;
	color: #318CE7;
}
.top-section p {
	font-weight: 300;
	font-size: 30px;
	color: #ffffff;
}
.top-section a {
	display: flex;
	align-items: center;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	padding: 25px 30px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 21px;
	color: #1b4360;
	-webkit-box-shadow: 0 0 30px 3px rgba(0,0,0,0.04);
	-moz-box-shadow: 0 0 30px 3px rgba(0,0,0,0.04);
	-ms-box-shadow: 0 0 30px 3px rgba(0,0,0,0.04);
	-o-box-shadow: 0 0 30px 3px rgba(0,0,0,0.04);
	box-shadow: 0 0 30px 3px rgba(0,0,0,0.04);
}
.top-section a span {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #24ac77;
	margin-right: 25px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	border: 0;
}
.top-section a span i {
	color: #fff;
	font-size: 18px;
}
.top-section a:hover span {
	background-color: #0d5b3d;
}






/******** BENEFITS *********/
.benefits h2 {
	margin-bottom: 95px;
}
.benefit-box {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	padding: 35px 35px 25px 35px;
	position: relative;
	height: 100%;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
}
.benefit-box .icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 15px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 0;
	margin-top: -60px;
}
.benefit-box .icon span {
	display: flex;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.benefit-box .icon span i {
	font-size: 36px;
	color: #24ac77;
}
.benefit-box h3 {
	font-weight: 600;
	font-size: 22px;
	color: #1b4360;
	margin: 40px 0 20px 0;
}
.benefit-box p {
	font-weight: 300;
	font-size: 16px;
	color: #1b4360;
	line-height: 1.8;
	text-align: justify;
}







/********** LOANS *********/
.box {
	border: 1px solid #e5e5e5;
	padding: 30px 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	height: 100%;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.12);
}
.box-home {
	height: calc(100% - 19%);
}
.leasing .box-home {
	height: calc(100% - 14%);
	border: 1px solid #ffffff;
}
.box h3 {
	font-weight: 600;
	font-size: 22px;
	color: #1b4360;
	margin: 0;
	padding-bottom: 0px !important;
}
.box small {
	font-weight: 600;
	font-size: 16px;
	color:#27aae2;
}
.box hr {
	border-color: #e5e5e5;
	opacity: 1;
}
.box p {
	font-size: 15px;
	color: #1b4360;
	line-height: 1.6;
	padding-bottom: 10px !important;
	margin-bottom: 0px;
	text-align: justify;
}
.box a {
	font-size: 15px;
	color: #24ac77;
	text-decoration: underline !important;
}
.box a:hover {
	color: #0d5b3d;
}
.box-lines {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0px 10px 0px !important;
	margin-bottom: 15px;
}
.box-lines p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
	color: #1b4360;
}
.loans .btn,.leasing .btn {
	display: block;
	background-color: #24ac77;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 5px;
}
.loans .btn:hover ,.leasing .btn:hover {
	color: #fff;
	background-color: #0d5b3d;
}
.loans i,.leasing i {
	font-size: 25px;
	color: #318CE7;
	margin: 0px 0px 0px 0px;
	display: block;
}
.box-col {
	margin-bottom: 50px;
}
.owl-carousel1,.owl-carousel2 {
	overflow: hidden;
	height: 75px;
}
.owl-stage {
	display: flex;
	align-items: center;
}
.owl-stage img {
	display: block;
	margin: 0 auto;
	max-width: 135px;
}
.logo-wrap {
	height: 75px;
	border: 1px solid #c3d1db;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	background-color: #fff;
}
.owl-nav,.owl-dots {
	display: none;
}
.carousel {
	position: relative;
}
.carousel .nav-btn {
	position: absolute;
	top: 50%;
	margin-top: -12.5px;
}
.carousel .nav-btn:hover {
	opacity: .6;
}
.carousel .prev-btn ,.carousel .prev-btn2,.carousel .prev-btn-testi {
	left: -45px;
}
.carousel .next-btn,.carousel .next-btn2,.carousel .next-btn-testi {
	right: -45px;
}






/********* LEASING **********/
.leasing {
	background-image: linear-gradient(rgba(8, 32, 57, 0.88), rgba(8, 32, 57, 0.88)), url('../img/loans-bg-3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.section.leasing h2 {
	color: #ffffff;
}





/********** BLOG ***********/
.blog .box {
	min-height: auto !important;
}
.box .base-btn {
	display: inline-block;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #24ac77;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border: 2px solid #24ac77;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin-top: 30px;
	text-decoration: none !important;
}
.box .base-btn:hover {
	background-color: #0d5b3d;
	border: 2px solid #0d5b3d;
	color: #fff;
}
.box h3,.box h4 {
	margin: 0;
}
.box h3 a {
	font-weight: 700;
	font-size: 22px;
	color: #1b4360;
	text-decoration: none !important;
}
.box h3 a:hover {
	color: #24ac77;
}





/*********** NEWS ***********/
.news {
	background-image: linear-gradient(rgba(8, 32, 57, 0.88), rgba(8, 32, 57, 0.88)), url('../img/blog-bg-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.not-home .news {
	background: none;
	background-position: bottom;
	background-color: #ffffff;
}
.news .box {
	min-height: auto;
	padding-top: 40px;
}
.news .box-col {
	margin-bottom: 40px;
}
.section.news h2 {
	color: #ffffff;
}
.box h4 a {
	font-weight: 700;
	font-size: 18px;
	color: #1b4360 !important;
	text-decoration: none !important;
}
.box h4 a:hover {
	color: #24ac77 !important;
}
.news .box a {
	color: #24ac77;
}
.news .box a:hover {
	color: #0d5b3d;
}
.news span {
	display: inline-block;
	padding: 15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	margin-top: -32.5px;
}
.news span small {
	display: block;
	font-weight: 300;
	font-size: 13px;
	color: #8a8a8a;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 17px;
}






/************ NEWSLETTER ************/
.newsletter {
	background-image: linear-gradient(rgba(8, 32, 57, 0.85), rgba(8, 32, 57, 0.85)), url('../img/newsletter-bg-3.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.newsletter.newsletter-sub {
	background: #ffffff;
	border-top: 1px solid #c3d1db;
	border-bottom: 1px solid #c3d1db;
	position: relative;
}
.newsletter.newsletter-sub::after {
	content: "";
	background: url('../img/newsletter-bg.jpg');
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}
.newsletter h2 {
	margin-bottom: 25px;
	color: #ffffff;
}
.newsletter form {
	margin:50px 0;
}
.newsletter h5 {
	font-weight: 300;
	font-size: 20px;
	color:#1b4360;
}
.newsletter small {
	font-weight: 300;
	font-size: 15px;
	color: #1b4360;
}
.newsletter small a {
	text-decoration: underline !important;
	color: #1b4360;
}
.newsletter form input {
	width: 290px;
	height: 60px;
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #c3d1db;
	font-weight: 600;
	font-size: 18px;
	color: #318CE7;
	padding: 0 35px;
	margin-right: 17px;
	vertical-align: top;
}
.newsletter form input.es_txt_email {
	margin-top: -14px;
}
.newsletter form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #318CE7;
}
.newsletter form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #318CE7;
}
.newsletter form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #318CE7;
}
.newsletter form input:-moz-placeholder {
	/* Firefox 18- */
	color: #318CE7;
}
.newsletter form a,.newsletter form input.es_submit_button {
	display: inline-block;
	width: 145px;
	height: 60px;
	line-height: 60px;
	background-color: #318CE7;
	border: 0px solid #c3d1db;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding: 0 33px;
	vertical-align: top;
	margin-right: 0px;
}
.newsletter form a:hover,.newsletter form input.es_submit_button:hover {
	background-color: #2095ea;
}
.newsletter .es_lablebox {
	display: none;
}
.newsletter .es_textbox {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.newsletter .es-field-wrap {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.newsletter .es-field-wrap label {
	font-size: 0px;
}
.newsletter .es-field-wrap label br {
	display: none;
}
.newsletter .es_button {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.newsletter .es_msg {
    padding-top: 25px;
    padding-bottom: 5px;
    color: #F00;
}
.newsletter .es_subscription_message.success {
	padding: 25px 0px 25px 0px;
	display: block;
}
.newsletter .es_subscription_message.error {
    color: #ff0000;
    font-size: 16px;
    padding: 0px 0px 25px 0px;
	margin-top: -25px;
    display: block;
}
.newsletter .es_spinner_image {
	display: none !important;
    vertical-align: top;
    margin: 15px;
}




/********* REFERENCES **********/
.newsletter.references {
	background: none;
	background-position: bottom;
	background-color: #ffffff;
}
.newsletter.references h2 {
	color: #1b4360;
}
.newsletter.references .references-desc {
	font-size: 20px;
	line-height: 40px;
}





/*********** TESTIMONIALS ***********/
.owl-testimonials {
	overflow: hidden;
}
.testi-box {
	min-height: auto !important;
	display: flex;
	align-items: center;
}
.avatar {
	max-width: 145px;
	max-height: 145px;
	height: 100%;
	width: 100%;
	border: 1px solid #cad6df;
	padding: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 35px;
}
.avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.testi-box hr {
	width: 120px;
	margin: 25px 0;
}
.testi-box small {
	font-size: 17px;
	color: #318CE7;
}
.testi-box small span {
	color: #9bb7cc;
}






/************ CONTENT **************/
.header-sub {
	padding: 50px 0px 50px 0px;
	margin: 85px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
	background-image: linear-gradient(rgba(8, 32, 57, 0.85), rgba(8, 32, 57, 0.85)), url('../img/top-bg-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.header-sub h1 {
	font-size: 55px;
	font-weight: 800;
}
.content {
	padding: 90px 0px 90px 0px;
	font-size: 17px;
	line-height: 180%;
	position: relative;
}
.content h2 {
	font-weight: 700;
	padding-bottom: 15px;
}
.content h3 {
	font-weight: 700;
	padding-bottom: 15px;
}
.content h4 {
	font-weight: 600;
	padding-bottom: 15px;
}
.content p {
	padding-bottom: 20px;
	margin: 0px 0px 0px 0px;
}
.content b,
.content strong {
	font-weight: 600;
}
.content ul,
.content ol {
	margin: 0px 0px 35px 18px;
	padding: 0px 0px 0px 0px;
}
.content ul li,
.content ol li {
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #f1f1f1;
}
.content a {
	color: #24ac77;
}
.content a:hover {
	color: #0d5b3d;
	text-decoration: underline !important;
}
#post-14 .newsletter-sub,
#post-17 .newsletter-sub {
	display: none;
}
.blog-list {
	position: relative;
	padding: 90px 0px 90px 0px;
}
.blog-list.hascontent {
	position: relative;
	padding: 0px 0px 90px 0px;
}
.blog-list .box {
    min-height: 290px;
}
.news-next-prev a {
    display: inline-block;
    width: auto;
    height: 60px;
    line-height: 60px;
    background-color: #24ac77;
    border: 0px solid #24ac77;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
	margin: 30px 0px 0px 0px;
    padding: 0px 33px 0px 33px;
}
.news-next-prev a:hover {
    background-color: #0d5b3d;
    border: 0px solid #0d5b3d;
}
.blog-list.news .box-col {
    margin-bottom: 60px;
}
.content-box img {
	width: 100%;
	height: auto;
}
.selects-alert {
	color: #df1339;
}




/******** POISTENIE **********/
.blog-list.poistenie-list .poistenie-wrap:before {
    display: table;
    content: " ";
}
.blog-list.poistenie-list .poistenie-wrap:after {
	display: table;
    content: " ";
    clear: both;
}
.blog-list.poistenie-list .box-col {
    margin-bottom: 30px;
}
.blog-list.poistenie-list .box {
    min-height: auto;
}
.blog-list.poistenie-list .box p {
    min-height: auto;
	margin: 0px 0px 0px 0px;
}
.blog-list.poistenie-list .box h3 {
    margin: 0px 0px 20px 0px;
}






/*********** LOAN FORM **************/
.loan-form span.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
	margin: 0px 0px 0px 0px;
}
.loan-form input[type="text"],
.loan-form input[type="email"],
.loan-form select {
	width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #c3d1db;
	border-radius: 10px;
	padding: 0px 20px 0px 20px;
	font-weight: 300;
}
.loan-form span.your-purpose,
.loan-form span.your-advice {
	height: 50px;
    border: 1px solid #c3d1db;
    border-radius: 10px;
    background-color: #fff;
    background-image:url('https://static.thenounproject.com/png/10897-200.png');
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 20px 20px;
}
.loan-form select {
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.loan-form select:focus {
    outline: none;
}
.loan-form textarea {
	width: 100%;
    height: 200px;
    background-color: #fff;
    border: 1px solid #c3d1db;
	border-radius: 10px;
	padding: 20px 20px 20px 20px;
	font-weight: 300;
}
.loan-form span.wpcf7-list-item {
	margin: 0px 20px 0px 0px;
    width: 190px;
	height: 40px;
}
.loan-form span.wpcf7-list-item input {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 16px;
    height: 16px;
}
.loan-form span.wpcf7-list-item-label {
	font-weight: 300;
}
.loan-form input::-webkit-input-placeholder,
.loan-form textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #5b809a;
	font-weight: 300;
}
.loan-form input::-moz-placeholder,
.loan-form textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #5b809a;
	font-weight: 300;
}
.loan-form input::-ms-input-placeholder,
.loan-form textarea::-ms-input-placeholder {
	/* IE 10+ */
	color: #5b809a;
	font-weight: 300;
}
.loan-form input::-moz-placeholder,
.loan-form textarea::-moz-placeholder {
	/* Firefox 18- */
	color: #5b809a;
	font-weight: 300;
}
.loan-form .aboutinfo i {
	font-size: 20px;
}
.loan-form input.wpcf7-submit {
    display: block;
    width: auto;
    height: 60px;
    line-height: 60px;
    background-color: #24ac77;
    border: 0px solid #c3d1db;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 0 33px;
    vertical-align: top;
    margin: 0px auto 15px auto;
}
.loan-form input.wpcf7-submit:hover {
    background-color: #0d5b3d;
}
.loan-form .gdpr-acc {
	margin: 0px 0px 0px 0px;
}
.loan-form .gdpr-acc span.wpcf7-list-item {
	margin: 0px 20px 0px 0px;
    width: 100%;
	height: 40px;
	text-align: center;
}
.loan-form .gdpr-acc span.wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 16px;
	color: #1b4360;
}
.loan-form .gdpr-acc span.wpcf7-list-item label .wpcf7-list-item-label a {
	color: #24ac77
}
.loan-form .gdpr-acc span.wpcf7-list-item label .wpcf7-list-item-label a {
	color: #0d5b3d
}
.loan-form span.wpcf7-not-valid-tip {
	margin-bottom: 0rem;
}



/********** CONTACT *************/
.contact {
	background-image: linear-gradient(rgba(8, 32, 57, 0.88), rgba(8, 32, 57, 0.88)), url('../img/contact-bg-4.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	color: #8b99a4;
	font-weight: 300;
}
.contact h2 {
	margin-bottom: 30px;
	color: #ffffff;
}
.contact ul li {
	font-weight: 300;
	font-size: 21px;
	color: #ffffff;
	margin: 0 17px;
}
.contact ul li i {
	color: #24ac77;
	font-size: 25px;
	position: relative;
	top: 2px;
}
.contact form {
	margin-top: 50px;
}
.contact form .inputs input:not(#conditions) {
	width: 100%;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 0px;
	padding: 0 20px 0 20px;
	font-weight: 300;
	font-size: 17px;
	color: #5b809a;
}
.contact form .inputs input::-webkit-input-placeholder,.contact form textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #5b809a;
}
.contact form .inputs input::-moz-placeholder,.contact form textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #5b809a;
}
.contact form .inputs input:-ms-input-placeholder,.contact form textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #5b809a;
}
.contact form .inputs input:-moz-placeholder,.contact form textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #5b809a;
}
.contact form .inputs textarea {
	width: 100%;
	height: 130px;
	background-color: #fff;
	border: 1px solid #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-weight: 300;
	font-size: 17px;
	color: #5b809a;
	padding: 20px;
	resize: none;
}
.contact form input[type="checkbox"] {
	cursor: pointer;
}
.contact form input[type="submit"] {
	width: 150px !important;
	height: 45px !important;
	margin: 0px auto 15px auto;
	display: block;
	border: none !important;
	background-color: #24ac77 !important;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	border-radius: 10px 10px 10px 10px;
}
.contact form input[type="submit"]:hover {
	background-color: #0d5b3d !important;
}
.contact hr {
	width: 355px;
	border-color: #d8e3e9;
	display: inline-block;
}

/*GDPR CHECKBOX */
.gdpr-acc {
	text-align: center;
	margin-bottom: 30px;
}
.gdpr-acc span.wpcf7-list-item {
	display: inline-block;
	margin: 0px 0px 0px 0px;
}
.gdpr-acc span.wpcf7-list-item label {
	margin: 0px 0px 0px 0px;
}
.gdpr-acc span.wpcf7-list-item input.suhlasim {
	width: 16px;
	height: 15px;
	padding: 0px 0px;
}
.gdpr-acc span.wpcf7-list-item label .wpcf7-list-item-label {
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
}
.gdpr-acc span.wpcf7-list-item label .wpcf7-list-item-label a {
	text-decoration: underline !important;
	color: #ffffff;
}
.gdpr-acc span.wpcf7-list-item label .wpcf7-list-item-label a:hover {
	color: #24ac77;
}
 form .wpcf7-submit[disabled] {
	opacity: 0.5;
	cursor: not-allowed !important;
}


.content .upform p {
	padding-bottom: 0px;
}
.upform label {
	width: 100%;
	font-weight: 600;
	margin-bottom: 5px;
	color: #1b4360;
	font-size: 16px;
}
.upform span.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin-bottom: 0rem;
}
.upform span input[type=text],
.upform span input[type=email],
.upform span input[type=number],
.upform span input[type=date],
.upform span select,
.upform span textarea {
	display: block;
	width: 100%;
	border: 1px solid #c3d1db;
	border-radius: 5px;
	padding: 13px;
}
.upform span input[type=text]:focus,
.upform span input[type=email]:focus,
.upform span input[type=number]:focus,
.upform span input[type=date]:focus,
.upform span select:focus,
.upform span textarea:focus {
	border: 1px solid #97bf26;
}
.upform span input[type=text],
.upform span input[type=email],
.upform span input[type=number],
.upform span input[type=date],
.upform span select {
	height: 50px;
}
.upform span select {
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../img/arrow.svg);
	background-position: center right 15px;
	background-repeat: no-repeat;
	background-size: 10px 20px;
	font-size: 16px;
	padding: 10px 10px 13px 10px;
}
.upform span label {
	width: auto;
}
.upform span input[type=checkbox],
.upform span input[type=radio] {
	width: 15px;
	height: 15px;
	margin-right: 6px;
}
.upform span.wpcf7-list-item {
	margin: 0 0 0 0em;
}
.upform .col-wrap {
	width: 100%;
}
.upform .column {
	display: flex;
	align-items: center;
}
.upform .betitle {
	font-weight: 700;
}
.upform .fst-italic {
	color: #a0aab2
}
.upform input[type=submit] {
	border: 0px solid #ffffff;
	border-radius: 5px;
	display: block;
	margin: auto;
}
.upform .row-top-line {
	border-top: 1px solid #dddddd;
	margin-top: 35px;
}
.content .upform .besubtitle p {
	font-size: 16px;
}
.upform ul {
	padding-left: 0rem !important;
}
.upform .bootstrap-datetimepicker-widget.dropdown-menu {
	padding: 6px;
}
.upform btn:hover {
	border: none !important;
	background-color: none !important;
}

@media (max-width: 767px) {
	.content .upform .betitle p {
		font-size: 20px;
	}
	.content .upform .betitle.betitleselect p {
		font-size: 16px;
	}
	.upform .column {
		margin-bottom: 0px;
	}
	.upform input[type=submit] {
		margin: 0px;
	}
}



















/************** FORMULAR SUCCESS ****************/
div.wpcf7-response-output {
	margin: 0.9375rem 0rem 0rem 0rem !important;
	padding: 0.8125rem 0.625rem 0.8125rem 0.625rem !important;
	font-size: 0.875rem;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	font-weight: 400;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #049d37;
	background-color: #049d37;
	color: #ffffff;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #d45c5c;
	background-color: #d45c5c;
	color: #ffffff;
}
span.wpcf7-not-valid-tip {
	font-size: 0.9em !important;
	padding: 0.25rem 0.25rem 0px 0px;
	margin-bottom: 0rem;
	position: relative;
	margin-top: 0rem !important;
	font-size: 0.6875rem !important;
	margin-bottom: 0.9375rem;
	color: #d45c5c !important;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border: 2px solid #d45c5c !important;
}

.wpcf7-spinner {
	margin-top: 15px;
}






/************ FOOTER *****************/
.footer ul li a,.footer ul li {
	font-size: 15px;
	color: #ffffff;
}
.footer-kontakt a {
	color: #ffffff;
}
.footer-kontakt a:hover {
	color: #24ac77;
}
.footer ul {
	max-width: 480px;
	margin: 45px auto 0 auto;
}
.footer ul li {
	margin: 0 10px !important;
	position: relative;
}
.footer ul li:after {
	content: "/";
	position: absolute;
	right: -13px;
	top: 0;
}
.footer ul li:last-child:after {
	display: none;
}
.footer ul li a:hover {
	text-decoration: underline !important;
}






/********** ADDONS ************/
.list-inline li {
	display: inline-block;
}






/********* TOOLTIP *********/
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
}

/* Position tooltip above the element */
[data-tooltip]:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 260px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}



.grecaptcha-badge {
	visibility: hidden;
}







/************* SIMPLE Cookie Bar cez third-party https://www.freeprivacypolicy.com/free-cookie-consent/ ***********/
.freeprivacypolicy-com---nb-simple {
	max-width: 100% !important;
	width: 100% !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
	background-color: #f9f9f9 !important;
	border-top: 1px solid #e6e6e6 !important;
	color: #111 !important;
}
.freeprivacypolicy-com---reset,
.freeprivacypolicy-com---nb-simple .cc-nb-main-container,
.freeprivacypolicy-com---nb-simple .freeprivacypolicy-com---pc-dialog,
.freeprivacypolicy-com---nb-simple .freeprivacypolicy-com---pc-dialog .cc-cp-body-tabs {
	font-family: "Fira Sans", sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-text {
	font-size: 14px !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-title {
	font-size: 19px !important;
}
.freeprivacypolicy-com---nb-simple .freeprivacypolicy-com---palette-light .cc-nb-reject {
	/*display: none !important;*/
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
	background-color: #f9f9f9 !important;
	border-top: 1px solid #e6e6e6 !important;
	color: #111 !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-title {
	display: none !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save  {
	background-color: #0e64a3 !important;
	border: 1px solid #0e64a3 !important;
	border-radius: 0px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	color: #ffffff !important;
	font-weight: 400 !important;
	font-weight: 600 !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover {
	background-color: #ffffff !important;
	border: 1px solid #0e64a3 !important;
	color: #000000 !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---palette-light .cc-nb-changep {
	background-color: #ffffff !important;
	border: 1px solid #000000 !important;
	border-radius: 0px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	color: #000000 !important;
	font-weight: 400 !important;
}
.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---palette-light .cc-nb-changep:hover {
	background-color: #ffffff !important;
	border: 1px solid #0e64a3 !important;
}

@media (min-width: 768px) { 
	.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-main-container {
		padding: 0.4rem 1rem 0.2rem 1rem !important;
	}
	.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-text {
		margin: 0.65rem 0 0rem 0 !important;
	}
	.freeprivacypolicy-com---nb-simple .cc-nb-text-container {
		width: 80% !important;
		display: inline-block !important;
		vertical-align: top !important;
	}
	.freeprivacypolicy-com---nb-simple .cc-nb-buttons-container {
		width: 20% !important;
		display: inline-block !important;
		text-align: right !important;
		vertical-align: top !important;
	}
}

@media (max-width: 767px) {
	.freeprivacypolicy-com---nb-simple {
		zoom: 75% !important;
	}
	.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-main-container {
		padding: 1rem !important;
	}
	.freeprivacypolicy-com---nb-simple.freeprivacypolicy-com---nb .cc-nb-text {
		font-size: 12px !important;
	}
}




/******* MODAL POPUP *********/
.freeprivacypolicy-com---palette-light .cc-pc-container {
	font-family: "Fira Sans", sans-serif !important;
}
.freeprivacypolicy-com---pc-dialog .cc-cp-body-tabs-item-link {
	font-family: "Fira Sans", sans-serif !important;
}
.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry a {
	color: #d38600 !important;
}
.freeprivacypolicy-com---palette-light .cc-cp-body-content-entry a:hover {
	color: #d38600 !important;
	text-decoration: underline !important;
}
.freeprivacypolicy-com---pc-dialog .cc-cp-foot-byline {
	visibility: hidden !important;
	display: none !important;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	justify-content: center !important;
}


@media (min-width: 992px) { 
	.freeprivacypolicy-com---is-visible {
		display: flex !important;
		align-items: center !important;
	}
}
