/*!
 * Copyright 2017 - OlaSoft
 * https://www.olasoft.net
 * @OlaSoftBenin
 * contact@olasoft.net
 */

*{
    font-family: Roboto, sans-serif, calibri, tahoma, verdana;
    box-sizing: border-box;
    padding:0px;
    margin:0px;
    font-size:14px;
    color: #000000;
    font-weight: 400;
}

.bold,b,strong{
    font-weight: 700;
    font-size: inherit;
    color: inherit;
}

.light{
    font-weight: 300;
}

.center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

li, span, a, time, q, i{
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

a{
    text-decoration: none;
    font-family: inherit;
}

.nowrap{
    white-space: nowrap;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.text-justify{
    text-align: justify;
}

.text-error{
    color: RGB(235,0,0);
    font-size: 1.2em;
}

.text-warning{
    color: RGB(255,190,0);
}

.text-success{
    color: #089101;
}

.block-center{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.block-success, .block-error, .block-warning{
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    width: 600px;
    max-width: 100%;
    border-radius: 4px;
}

.block-success p, .block-error p, .block-warning p{
    font-size: 16px;
}

.block-error{
    border: 2px solid RGB(235,0,0);
    background: #fff;
}

.block-warning{
    border: 2px solid RGB(255,190,0);
    background: #fff;
}

.block-success{
    background: #fff;
}

.test-border{
    border: 2px solid red;
}

.btn-sm.btn-wa,.btn-wa{display: none;}

.btn-wa a.wa_btn{

}

.btn-sm{
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background: #4B4B4B;
    margin-left: 3px;
    margin-right: 3px;
    color:#F8F8F8;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
}

.btn-sm:hover{
    color:  #4B4B4B;
    border:  1px solid #4B4B4B;
    background-color: rgba(255,255,255,.9);
    line-height: 46px;
}

.btn-sm-small:hover{
    line-height: 30px;
}

.btn-sm-inf:hover{
    line-height: 22px;
}

.btn-sm a{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: inherit;
}

.btn-sm.btn-sm-big{
    width: 64px;
    height: 64px;
    font-size: 2em;
    line-height: 64px;
}

.btn-sm.btn-sm-small{
    width: 32px;
    height: 32px;
    line-height: 31px;
    font-size: 14px;
}

.btn-sm.btn-sm-inf{
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1em;
}

input{
/*
    font-family: montserrat;
*/
}

li span, li a{
    font-family: inherit;
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    display: inline-block;
    width: 100%;
}

.transition{
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.popup-container, .img-viewer{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(56,56,56,.86);
    z-index: 65255;
}

.img-viewer > img{
    max-width: calc(100% - 80px);
    max-height: 100%;
    height: auto;
}

.popup{
    position: fixed;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(0,0,0,.8);
    overflow: hidden;
    text-overflow: hidden;
    text-align: center;
    z-index: 10;
    transition: all .5s;
}

.popup.notice{
    background: transparent;
}

.popup.show{
    top: 0px;
    height: 100%;
}

.popup .close{
    position: absolute;
    width: 50px;
    height: 50px;
    right: 15px;
    top: 10px;
    background: url('./icons/close.png') center center no-repeat;
    background-size: 32px 32px;
    cursor: pointer;
}

.popup > div{
    height: calc(100vh - 120px);
    width: 700px;
    max-width: calc(100% - 30px);
    background: #fff;
    z-index: 11px;
    margin: 0 auto;
    text-align: justify;
    padding: 20px;
    overflow: hidden;
    text-overflow: hidden;
}

.popup.show > div{
    overflow: auto;
}

.popup.notice > div{
    position: relative;
    padding: 20px;
    padding-right: 62px;
    font-size: 1.3em;
    color: #fff;
    background: RGB(16,135,87);
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.5);
}

.popup.notice .close{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 24px 24px;
    position: absolute;
    right: 10px;
    top: calc(50% - 16px);
}

.popup p{
    color: #fff;
    font-size: 1.2em;
}

.input-search{
    max-width: calc(100% - 80px);
    width: 500px;
    height: 70px;
    padding: 7px;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #787878;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-search + input{
    height: 70px;
    width: 100px;
    background: #787878 url('./images/search.png') center center no-repeat;
    background-size: auto 32px;
    border: 1px solid #787878;
    margin: 0px;
    vertical-align: middle;
    margin-left: -5px;
}

.btn{
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    border: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    height: 48px;
    line-height: 48px;
    width: 190px;
    max-width: 100%;
    font-weight: 700;
}

.btn.auto{
    width: auto;
}

.btn.btn-small{
    height: 31px;
    line-height: 31px;
    font-size: 13px;
}

.btn.btn-green{
    background-color: RGB(0,104,40);
    color: #fff;
}

.btn-green:hover{
    background-color: #47AF3A;
}

.btn.btn-blue{
    background: #0A3764;
    color: #fff;
}

.btn.btn-yellow{
    background-color: #FAD203;
    color: #000;
}

.btn.btn-red{
    background-color: #BD1010;
    color: #fff;
}

.btn-yellow:hover{
    background-color: #FFE870;
}

.btn.btn-gray{
    color: #313131;
    border: 0.5px solid #313131;
}

.btn.btn-white{
    color: #fff;
    border: 0.5px solid #fff;
}

.btn.btn-blue:hover{
    background:  RGBA(10,55,100,.90);
    color: #fff;
}

.btn.btn-gray:hover{
    background-color: #313131;
    color: #fff;
}

.btn.btn-white:hover{
    background-color: #fff;
    color: #313131;
}

.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-row{
    -webkit-flex-direction:row;
    -moz-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
}

.flex-col{
    -webkit-flex-direction:column;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}

.flex-wrap, .wrap{
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex.center, .flex.middle{
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-align: center;
    justify-content: center;
}

.flex.start{
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.flex.end{
    -webkit-justify-content: end;
    -moz-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.flex-col.space,.flex-row.space{
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-col.around,.flex-row.around{
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.float-right{
    float: right;
}

.flag{
    padding: 0px;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    list-style-type:none;
}

.flag >li{
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 33.33%;
    display:inline-block;
    box-sizing: border-box;
    vertical-align:middle;
    float:left;
}

.flag >li:first-child{
    background: RGB(16,135,87);
}

.flag >li:first-child + li{
    background: RGB(255,190,0);
    width: 33.34%;
}

.flag li:first-child + li + li{
    background: RGB(235,0,0);
}

.scale-hover:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.on-container{
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.infos{
}

.infos .icon{
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
}

.infos .icon.photo{
    background: url('./icons/photo.png') center center no-repeat;
}

.infos .icon.video{
    background: url('./icons/video.png') center center no-repeat;
}

.infos .icon.law{
    background: url('./icons/law.png') center center no-repeat;
}

.infos .icon.edit{
    background: url('./icons/edit.png') center center no-repeat;
}

.infos .title{
    font-size: 2em;
    margin-bottom: 25px;
    position: relative;
    color: #fff;
}

.infos h1.title{
    font-size: 6em;
    font-weight: bold;
}

.infos h1.small-title{
    font-size: 3.6em;
}

.infos h2.title{
    font-size: 2em;
    font-family: montserrat;
}

.infos .title span,.infos .title a{
    font-size: 1em;
    font-family: inherit;
    position: relative;
    display: inline-block;
}

.anim-title .title span::after,.anim-title .title a::after{
    content:"";
    position: absolute;
    left: 1px;
    bottom: -10px;
    width: 45px;
    height: 6px;
    background: #fff;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.anim-title h1.title span::after{
    width: 100px;
    height: 8px;
}

.anim-title:hover .title span::after,.anim-title:hover .title a::after{
    width: calc(100% - 2px);
}

.infos span, .infos a{
    font-size: 1.2em;
    font-family: montserrat;
}

.infos span.bold, .infos span.bold{
    font-size: 1.2em;
    font-weight: bold;
}

.iblock{
    display: inline-block;
}

.iblock.middle,.half.middle{
    vertical-align: middle;
}

.iblock.top,.half.top{
    vertical-align: top;
}

.sidebar-big{
}

.sidebar{
}

.sidebar.right, .sidebar-big.right{
    padding-left: 10px;
}

.sidebar.left, .sidebar-big.left{
    padding-right: 10px;
}

.half{
    display: inline-block;
    width: calc(50% - 20px);
}

.label-as-row label{
    display: block;
    width: 100%;
}

.default{
    max-height: auto;
    max-width: auto;
}

.height-auto{
    width: 100%;
    height: auto;
    max-height: auto;
}

.width-auto{
    height: 100%;
    width: auto;
    max-width: auto;
}

img.cover{
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.h100{
    height: 100%;
}

.w100{
    width: 100%;
}

.os-form{
    width: 100%;
    display: block;
}

.os-form > div{
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}

.os-form p{
    font-size: 16px;
    margin-bottom: 20px;
}

.os-form p:last-child{
    margin-bottom: 0px;
}

.os-form fieldset{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    background-color: #EDEDED;
    border: 0px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.os-form fieldset legend{
    display: block;
    position: absolute;
    width: 100%;
    margin-bottom: 10px;
    left: 0px;
    top: -35px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
}

.os-form fieldset div{
    margin-bottom: 10px;
}

.os-form .iblock{
    margin-right: 20px;
    height: 100%;
    margin-bottom: 0px;
}

.os-form label{
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    font-weight: 400;
}

.os-form input[type='text'],
.os-form input[type='email'],
.os-form input[type='password'],
.os-form input[type='url'],
.os-form input[type='date'],
.os-form input[type='search'],
.os-form select,
.os-form textarea,
.os-input{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 1px solid #979797;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09);
    padding-left: 10px;
    padding-right: 10px;
}

.os-form .label-as-row input[type='text'],
.os-form .label-as-row input[type='url'],
.os-form .label-as-row input[type='email'],
.os-form input[type='password'],
.os-form input[type='date'],
.os-form .label-as-row select.row,
.os-form .label-as-row textarea{
    width: 100%;
    background: #fff;
}
.os-form .label-as-row select{
    background: #fff;
}

.os-form .label-as-row select.row option{
    line-height: 17px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: .5px solid #ccc;
}

.os-form textarea{
    height: 320px;
    line-height: 23px;
    padding: 10px;
    font-size: 18px;
}

.os-form textarea.three{
    height: 125px;
}

.os-form input[type='submit']{
    text-transform: uppercase;
}

.preview{
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
    border-radius: 3px;
}









@media(max-width:768px){

.btn{
    font-size:12px
}

.btn-sm{
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.btn-sm:hover{
    line-height: 30px;
}

.btn-sm.btn-wa,.btn-wa{display: inline-block;}

.flex-row.m-flex{
    display:block;
}

.m-flex, .m-flex > *, .half, .iblock{
    display:block;
    width:100%;
    margin: 0px auto;
}

.float-right{
    float: none;
}

.img-viewer > img{
    max-width: calc(100%);
}

.os-form input[type='text'],
.os-form input[type='email'],
.os-form input[type='password'],
.os-form input[type='url'],
.os-form input[type='date'],
.os-form input[type='search'],
.os-form select,
.os-form textarea,
.os-input{
    height: 40px;
    line-height: 24px;
    font-size: 14px;
}

.popup .close{
    width: 32px;
    height: 32px;
    right: 15px;
    top: 5px;
}

.popup > div{
    padding: 15px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: calc(100vh - 60px);
}
}
