@font-face {
    font-family: AvenirBook;
    src: url(/wp-content/themes/lemesoff/inc/assets/fonts/Avenir-Book.otf);
}

@font-face {
    font-family: AvenirLight;
    src: url(/wp-content/themes/lemesoff/inc/assets/fonts/Avenir-Light.otf);
}

@font-face {
    font-family: AvenirRoman;
    src: url(/wp-content/themes/lemesoff/inc/assets/fonts/Avenir-Roman.otf);
}
body{
   font-family: AvenirRoman!important;
position:relative;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
    color:#CAC9C9;
	text-decoration: none;
}
footer#colophon img#logo-uniko{
	width: 60px
}

.btn-lemesoff {
    background: #33d4ae !important;
    width: 50%;
    font-size: 17px;
    padding: 8px;
    border: 1px solid #ffffff !important;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
@media screen and (min-width: 450px){
	.btn-lemesoff{
		width: auto;
		padding: .375rem .75rem;
	}
}
.btn-lemesoff:hover {
    color: #33d4ae !important;
    background: #ffffff !important;
    border: 1px solid #33d4ae!important;
}
.wpcf7-response-output{
    color: #ffffff !important;
}
.form-control{
	font-size: 21px !important; 
}
@media screen and (min-width: 768px){
	.form-control{
		font-size: 15px !important; 
	}
}
/* Card Element */
.row.d-flex.container-company {
    position: relative;
    align-items: center;
    color: #ffffff;
}
.row.d-flex.container-company img#logo-center {
    position: absolute;
    z-index: 1;
    width: 75px;
    top: -25px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media screen and (min-width: 768px){
	.row.d-flex.container-company img#logo-center {
	    width: 110px;
	    top: 0;
	}
}
@media screen and (min-width: 768px){
	.col-md-6.d-flex.first-column {
	    padding-right: 7px;
	}
}
.bg.radius-top-left {
    background: #33d4ae;
}
.bg.radius-top-left {
    left: 0;
}
.container-company .bg.radius-top-left h3 {
    color: #006068;
}
.container-company .bg.radius-top-left ul li{
    float: left;
}
.container-company .bg.radius-top-left ul li:before{
    color: #006068;
}
.bg.radius-top-left img.line-horizontal{
    left: 0;
}
@media screen and (min-width: 768px){
	.col-md-6.card-right.d-flex {
	    padding-left: 7px;
	}
}
.bg.radius-bottom-right.d-flex {
    background: #006068;
    justify-content: flex-end;  
}
.bg.radius-bottom-right.d-flex h3{
    color: #33d4ae;
}
.container-company .bg.radius-bottom-right.d-flex ul li{
    float: left;
    text-align: left;
    
}
.container-company .bg.radius-bottom-right ul li:before{
    color: #33d4ae;
}
.bg.radius-bottom-right.d-flex img.line-horizontal{
    right: 0;
}
.row.d-flex.container-company .col-md-6{
    height:	600px;
}
@media screen and (min-width: 350px){
	.row.d-flex.container-company .col-md-6{
	    height: 610px;
	}
}
@media screen and (min-width: 768px){
	.row.d-flex.container-company .col-md-6{
	    height: 455px;
	}
}

.container-company  h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 700;
}
@media screen and (min-width: 350px){
	.container-company  h3 {
	    font-size: 20px;
	}
}
@media screen and (min-width: 992px){
	.container-company  h3 {
	    font-size: 25px;
	}
}
.bg{
    padding: 42px;
    position: relative;
}
.bg > div {
    width: 96%;
    font-size: 14px;
}
.container-company .bg ul{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 2;
}
.container-company .bg ul li{
    color: #fff;
    width: 100%;
}
.container-company .bg ul li:before{
    content: "•";
    margin-right: 9px;
    margin-left: -16px;
}
@media screen and (min-width: 768px){
	.container-company .bg ul li:before{
	    margin-left: 0;
	}
}
img.line-horizontal{
    position: absolute;
    width: 90%;
    top: 108px;
}
@media screen and (max-width: 767px){
	.container-company .bg div{
		text-align: justify;	
	}
}

.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
    margin-bottom: 0;
    position: absolute;
    bottom: 0.4%;
    z-index: 9999;
}
@media screen and (min-width:768px){
.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer {
bottom: 0.6%;
}
}

.wpml-ls-statics-footer .wpml-ls-current-language>a {
    color: #ffffff;
    background-color: #ffffff00;
}
.wpml-ls-statics-footer a {
    color: #ffffff;
    background-color: #48424200;
}