.uk-dropbar .uk-nav-default .uk-nav-sub a {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
}

.uk-dropbar .uk-nav-default>li>a {
	font-size: 22px;
	color: rgba(0, 0, 0, 0.6);
}

.uk-dropbar .uk-nav-default>li.uk-active>a, dropbar .uk-nav-default .uk-nav-sub li.uk-active>a,  
.uk-dropbar .uk-nav-default>li>a:hover, .uk-dropbar .uk-nav-default>li>a:hover, 
.uk-dropbar .uk-nav-default .uk-nav-sub li.uk-active>a,
.uk-dropbar .uk-nav-default .uk-nav-sub a:hover {
	color: #101f65 !important;
}

.uk-navbar-nav {
	line-height: 1.5;
	text-align: center;
}

a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

@media (max-width: 939px) {

.uk-section-default > .uk-background-top-left {
	background-size: auto 70px !important;
}

}

@media (max-width: 659px) {

.uk-section-default > .uk-background-top-left {
	background-size: contain !important;
}

}

@media (min-width: 960px) {
.uk-section-default > .uk-background-top-left {
	background-position-x: 30px !important;
}	
}

@media (min-width: 1200px) {
.uk-section-default > .uk-background-top-left {
	background-position-x: 30px !important;
}	
}

.js-accept {
	padding: 0 10px;
	line-height: 28px;
}
 
.falang-parent-menu-item > a > span {
	display: none;
}

.uk-lightbox {
	    background: #fff;
}

.uk-lightbox-close {
	color: #101f65 !important;
}

#builderwidget-6 {
	display: none;
}

.uk-navbar-item {
	padding: 20px 35px 20px 20px;
}

.mail-link {
	display: inline-block;
}

h1 {
	padding-top: 60px;
}

.h3-shift {
	padding-left: 30px;
}

.left-stripe:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 8px;
  bottom: 0;
  width: 2.5px;
  height: 75%;
  background-color: #101f65;
  /*border-radius: 2px; /* optional for softer edges */
}

.stripe-bottom {
  width: 350px;
  margin-left: 75px;
  margin-top: -55px;
  height: 3px;
  background-color: #101f65;
}

.picture-leaf {
	/*width: 90%;*/
	max-width: 400px;
	position: absolute;
	right: -50px;
	text-align: end;
	transform: translateY(-484px);
	/*margin-right: -100px;*/
}

.picture-roof {
	display: flex;
    height: 100%;
    align-items: center;
	
}

.picture-roof > div2:after {
  content: "";
  position: absolute;
  left: 100px;
  /*right: 0;*/
  bottom: 50px; /* distance below image */
  width: 300px;
  height: 2.5px; /* stripe thickness */
  background-color: #101f65;
}

.section-about {
	margin-left: 30px;
	margin-right: 20px;
}

.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"],
.wpcf7 input[type="file"] {
    width: 100%;
	box-sizing: border-box;	
}

.wpcf7-response-output {
	width: 100%;
	box-sizing: border-box;
	margin: 0 !important;
}

.wpcf7-quiz {
	display: block;
}

.submit-button {
	background-color: rgba(239, 239, 239, 0.3);
}

.submit-button:not(:disabled) {
    cursor: pointer;
}

.submit-p {
	display: flex;
	align-items: center;
}

/* Spinner CF7 not allowed while submitting*/
form.submitting .wpcf7-submit {
  cursor: not-allowed;
	background: #A5A3A4;
}

	
@media (min-width: 640px) {
	.h3-shift {
		padding-left: 50px;
	}
}

@media (min-width: 960px) {
	#details {
		margin-top: -95px;
	}
	
	.section-about {
		margin-left: 100px;
	}
	
	.left-stripe:before {
		left: -40px;
	}
	
	.picture-roof {
			padding-left: 50px;
	}
	
	.picture-leaf {
		width: auto;
		transform: translateY(-70%);
	}
	
	.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"],
.wpcf7 input[type="file"] {
    width: auto;
	min-width: 320px;
	}
}

.card-company-main .uk-panel {
	height: 100%;
}

.card-company {
	background-color: #ebebec;
	padding: 35px;
	height: 100%;
    box-sizing: border-box;
}

.card-company p {
	font-weight: bold;
	/*margin: 0;*/
}

.card-company h4 {
	color: grey;
	padding-bottom: 20px;
}

.sm-icons {
	padding-top: 30px;
	
}

.application-area {
	max-width: 1070px;
}

@media (min-width: 640px) {
	.h3-shift {
		padding-left: 100px;
	}
	
}

@media (min-width: 1200px) {
	.uk-navbar-item {
		padding: 0;
	}
	
	.uk-navbar-left {
		margin-right: 30px;
	}
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url(../fonts/OpenSans-Light.eot);
  src: url(../fonts/OpenSans-Light.eot?#iefix) format('embedded-opentype'),
       url(../fonts/OpenSans-Light.svg#OpenSans-Light) format('svg'),
       url(../fonts/OpenSans-Light.woff) format('woff'),
       url(../fonts/OpenSans-Light.ttf) format('truetype'),
       url(../fonts/OpenSans-Light.woff2) format('woff2');
	font-weight: normal;
    font-style: normal;
    font-display: swap;
}
