
/* k.s.s :) */

/* @font-face {
    font-family: Anglecia-Pro-Display;
    src: url(../fonts/Anglecia-Pro-Display.otf);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

h1, h2, h3 {
    font-weight: 500;
    line-height: 1.16;
    font-family: WulkanDisplay,Anglecia-Pro-Display,Helvetica,Arial,sans-serif;
}

.header__link{
    font-family: WulkanDisplay,Anglecia-Pro-Display,Helvetica,Arial,sans-serif;
} */


/*
.overlay:before {
    background: #91a3b4;
}*/
h3{
	line-height: normal;
}

.text-left{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}
.text-right{
	text-align: right !important;
}

.parsley-errors-list{
	display:none !important;
}

.parsley-success{
	border-bottom-color: green !important;
	
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important
}

.parsley-error{
	border-bottom-color: red !important;
}

.parsley-errors-list.filled{
	color: red;
	position: absolute;
}

/* .f_e:focus{
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none;
	background: none;
} */

div.message-alert,
div.message-alert2 {
    margin: 0 0 10px;
    background-color: #c9f7b2;
    color: #61a600;
    padding: 18px 30px 18px 20px;
    font-size: 14px;
    border: none;
	display:none;
}

div.message-alert2.mess-errors,
div.message-alert.mess-errors {
    background-color: #ffd9d9;
    color: red;
}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
    background-color: rgb(255 255 255 / 71%) !important;
}
html .text-color-primary, html .text-primary {
    color: #fb8738 !important;
}


@media screen and (max-width: 991px){


}

@media (min-width: 1200px){


}


@media screen and (max-width: 767px){

	
}

