





.page-banner{
    height:580px;
}

.pb-inner{
    max-width:100%;
    padding:65px 0;
    height:100%;
    margin:0 auto;
    background-image: url('../img/banners/solutii-recobar-bg.jpg');
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;
}
.pb-inner:before{
    content:'';
    width:0;
    height:100%;
    vertical-align:middle;
    display:inline-block;
    margin-right:-0.25em;
}
.pb-inner > .wrapper{
    display:inline-block;
    width:100%;
    vertical-align:middle;
    margin-right:-0.25em;
}

.pb-caption{
    color:#fff;
    text-align: center;
    max-width: 860px;
    margin:0 auto;
    background:rgba(0, 161, 169, 0.7);
    padding:20px;
}
.pb-caption h2{
    font-size:34px;
    line-height:1.2;
    margin:0 0 5px;
    font-weight:500;
    color:#fff;
    text-align:center;
}
.pb-caption h2 p{
    margin:0;
}
.pb-caption .txt,
.pb-caption .txt p{
    font-size:18px;
    line-height:1.5;
    margin:0;
}

@media (max-width: 1199px){
    .page-banner{
        height:520px;
        position:relative;
    }
    .pb-inner > .wrapper{
        max-width:100%;
    }
}
@media (max-width: 991px){
    .pb-inner{
        padding-left:10px;
        padding-right:10px;
    }
    .pb-caption h2{
        font-size:26px;
    }
    .pb-caption .txt, 
    .pb-caption .txt p{
        font-size:16px;
    }
}
@media (max-width: 767px){
    .pb-headline{
        font-size:22px;
        padding:0 10px;
    }
}


.features-section{
    padding:15px 0 50px;
    background: rgba(0,117,123,1);
    background: -moz-linear-gradient(45deg, rgba(0,117,123,1) 0%, rgba(0,161,169,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,117,123,1) 0%, rgba(0,161,169,1) 100%);
    background: linear-gradient(45deg, rgba(0,117,123,1) 0%, rgba(0,161,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00757b', endColorstr='#00a1a9',GradientType=1 );
}

.features-section .section-header{
    margin-bottom:40px;
}


.features-container{
    padding-bottom:40px;
}
.feature-item{
    width:33.333%;
    margin-right:-0.25em;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    color:#fff;
    padding: 0 20px;
}
.feature-item > h5{
    font-size:24px;
    line-height:1;
    margin-bottom:20px;
    margin-top:0;
    font-weight:500;
}
.fi-image{
    height: 262px;  
    text-align:center;
    position:relative;
}
.fi-image img{
    max-height:100%;
    position:absolute;
    left:50%;
    -moz-transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.feature-item .fi-text{
    line-height:1.4;
    margin-top:-45px;
    padding:0 60px;
}
.feature-item .fi-text p{
    margin:0;
}


.features-footer{
    text-align:center;
}
.features-footer .estimate-container,
.features-footer > .ftf-btn-container{
    display:inline-block;
    vertical-align:middle;
}
.features-footer .sp-txt{
    display:none;
    width:31px;
    height:31px;
    background:#fff;
    color:#000;
    font-size:14px;
    font-weight:300;
    line-height:31px;
    text-align:center;
    display:inline-block;
    border-radius:100%;
    position:absolute;
    top:50%;
    margin-top:-15.5px;
    right:-22px;
    -webkit-box-shadow: 0 0px 20px 10px rgba(0,0,0,0.05);
    box-shadow: 0 0px 20px 10px rgba(0,0,0,0.05); 
}

.estimate-container{
    padding:20px;
    background:#fff;
    text-align:left;
    width:100%;
    max-width:970px; 
    border-radius:9px; 
    -webkit-box-shadow: 0 0 40px 20px rgba(0,0,0,0.02);
    box-shadow: 0 0 40px 20px rgba(0,0,0,0.02); 
}
.estimate-container h4{
    font-size:20px;
    line-height:1;
    margin:0 0 5px;
    color:#00a1a9;
}
.estimate-container #slider-range-max,
.estimate-container #vezi-solutia{
    float:left;
}
.estimate-container #slider-range-max{
    width:520px;
    border-radius:99px;
    height:8px;
    margin-top:18px;
}
.estimate-container #vezi-solutia{
    width:calc(100% - 520px);
    text-align:right;
}
.estimate-container #vezi-solutia .nr-of-coffees{
    display:inline-block;
    vertical-align:middle;
    line-height:40px;
    color:#fff;
    background:#1a353b;
    padding:0 9px;
    border-radius:6px;
    font-size:20px;
    min-width:125px;
    position:relative;
    margin-right:15px;
}
.estimate-container #vezi-solutia .nr-of-coffees:before{
    content:'';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 11px solid #1a353b;
    border-bottom: 7px solid transparent;
    position:absolute;
    left:-11px;
    top:50%;
    margin-top:-7px;
}
.estimate-container #vezi-solutia .btn{
    vertical-align:middle;
}

.estimate-container .ui-widget.ui-widget-content{
    border:none;
}
.estimate-container .ui-widget-content{
    background:#00a1a9;
}

.estimate-container .ui-slider .ui-slider-handle{
    border-radius:100%;
    width:28px;
    height:28px;
    border:3px solid #fff;
    background:#00a1a9;
    top:-10px;
    box-shadow:0px 6px 14px 0px rgba( 0, 0, 0, 0.07 );
    transition: all 0.1s;
    cursor:pointer;
}
@media (min-width: 992px){
    .estimate-container .ui-slider .ui-slider-handle:hover{
        transform:scale(1.15);
    }
}

.estimate-container .ui-slider-horizontal .ui-slider-range-max{
    background:#e0e7e8;
    border-radius:99px;
    transition: all 0.1s;
}


.ftf-circle,
.ftf-circle-sm{
    position:absolute;
    -webkit-box-shadow: 0 0px 30px 15px rgba(0,0,0,0.1);
    box-shadow: 0 0px 30px 15px rgba(0,0,0,0.1);
    background: rgba(164,171,182, 0);
    background: -moz-linear-gradient(top, rgba(164,171,182,0.08) 0%, rgba(255,255,255,0.08) 100%);
    background: -webkit-linear-gradient(top, rgba(164,171,182,0.08) 0%,rgba(255,255,255,0.08) 100%);
    background: linear-gradient(to bottom, rgba(164,171,182,0.08) 0%,rgba(255,255,255,0.08) 100%);
    border-radius:50%;
}
.ftf-circle{
    display:none;
    width:446px;
    height:446px;
    top: 50%;
    margin-top: -223px;
    left: 50%;
    margin-left: -170px;
}
.ftf-circle-sm{
    width:405px;
    height:405px;
    top: 20.5px;
    left:20.5px;
}
@media (max-width:1459px){
    .feature-item .fi-text{
        padding:0 30px;
    }
}
@media (max-width:1199px){
    .feature-item .fi-text{
        padding:0;
    }
    .estimate-container #slider-range-max{
        width: 500px;
    }
    .estimate-container #vezi-solutia{
        width: calc(100% - 500px);
    }
}
@media (max-width: 991px){
    .features-footer{
        padding:0 10px;
    }
    .feature-item{
        width:100%;
        margin-bottom:30px;
    }
    .feature-item .fi-text{
        font-size:16px;
        max-width:320px;
        margin-left:auto;
        margin-right:auto;
    }
    .features-footer > .button{
        margin-bottom:30px;
        font-size:14px;
    }
    .estimate-text{
        width:200px;
    }
    .estimate-container h4{
        text-align:center;
    }
    .estimate-container #vezi-solutia{
        width:100%;
        text-align:center;
        position:relative;
        padding-top:30px;
    }
    .estimate-container #vezi-solutia .nr-of-coffees{
        position:absolute;
        right: 0;
        margin-right: 0;
        top: -25px;
    }
}
@media (max-width: 767px){
    .features-section{
        padding:35px 0;
    }
    .fi-headline{
        font-size:22px;
        margin-top:5px;
    }
    
    .features-footer{
        position:relative;
        padding: 0;
    }
    .features-footer .estimate-container, 
    .features-footer > .ftf-btn-container{
        vertical-align:top;
        margin-right:-65px;
    }
    .ftf-btn-container{
        position:absolute;
        left:calc(50% - 138px);
        z-index:2;
    }
    .features-footer .ftf-btn-container .button{
        width:99px;
        height:99px;
        border-radius:50%;
        padding:10px;
        text-align:center;
        background:#05224b;
        border: 0;
        font-size:14px;
        margin:0;
        -webkit-box-shadow: 0 0px 20px 10px rgba(0,0,0,0.05);
        box-shadow: 0 0px 20px 10px rgba(0,0,0,0.05);    
    }
    .features-footer .ftf-btn-container .button .txt{
        display:block;
        position:relative;
        top:50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .features-footer .ftf-btn-container .button .ic{
        display:block;
    }
    
    .features-footer .sp-txt{
        display:inline-block;
    }
    
    .features-footer .estimate-container{
        padding:10px;
        border:none;   
        margin:0;
        position:relative;
        margin-left:0;
    }
    .features-footer .estimate-container > *{
        position:relative;
        z-index:2;
    }
    .features-footer .estimate-container > .form-group{
        margin-top:90px;
    }
    .estimate-container #vezi-solutia .nr-of-coffees{
        top:-70px;
    }
    
    .estimate-text{
        width:auto;
        padding:0;
        font-size:14px;
        margin-bottom:15px;
        color:#05224b;
        font-weight:400;
        letter-spacing:0.25px;
        max-width: 150px;
        display:block;
    }
    
    .estimate-container #slider-range-max{
        width:90%;
        margin-left:auto;
        margin-right:auto;
        float:none;
    }
    .estimate-container #vezi-solutia .nr-of-coffees{
        position:absolute;
        top:-77px;
        left:auto;
        width:100%;
        margin-bottom:15px;
        line-height:44px;
    }
    .estimate-container #vezi-solutia .nr-of-coffees:before{
        display:none;
    }
    .estimate-container .ui-slider .ui-slider-handle:after{
        content: '';
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #1a353b;
        position: absolute;
        left: 50%;
        top: -19px;
        margin-left: -7px;
    }
    .estimate-container #vezi-solutia .btn{
        width:100%;
    }
    
    
    .input-group-addon{
        display:table;
        margin-bottom:20px;
    }
    .input-group-addon input[type="text"]{
        border: 1px solid #05224b;
        color: #05224b;
    }
    .input-group-addon .input-group-addon{
        background: #05224b;
        color:#fff;
    }
    .features-footer .form-group .button{
        border:none;
        background: #05224b;
        padding: 12px 20px;
    }
    

}




.solution{
    color:#fff;
    padding:15px 0 60px;
    position:relative;
}
.solution .wrapper{
    position:relative;
    z-index:2;
}
.solution-header{
    text-align:center;
    margin:0;
    padding-bottom:20px;
}
.solution-header h2{
    font-size:36px;
}
.solution-image,
.solution-info{
    float:left;
    width:50%;
}
.solution-image img{
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.solution-image .button{
    margin-left:90px;
}

.solution-info{
    padding-left: 40px;
    position: relative;
    z-index: 2;
    max-width: 620px;
}
.solution-section .solution-body p{
    margin:0 0 15px;
    line-height:1.4;
}
.solution-section .solution-image p{
    margin:0 0 5px;
}
.solution-estimate{
    color:#ff9000;
    display:inline-block;
    line-height:40px;
    padding:0 20px;
    border-radius: 40px;
    margin-bottom:5px;
    background:#fff;
    font-size:20px;
    font-weight:600;
    -webkit-box-shadow: 0 0 30px 1px rgba(0,0,0,0.07);
    box-shadow: 0 0 30px 1px rgba(0,0,0,0.07);
}

.solution-features{
    padding-top:10px;
    padding-bottom:20px;
}
.sf-item{
    width:33.33333%;
    display:inline-block;
    margin-right:-0.25em;
    margin-bottom:25px;
    color:#43b9bd;
    vertical-align:top;
}
.sfi-icon{
    padding-right:7px;
    margin-bottom:7px;
}
.sfi-icon i{
    font-size:46px;
}
.sfi-text{
    line-height:1.2;
}
.solution-section .p-ev{
    font-size:24px;
    line-height:1.2;
    font-family: 'Iowan', serif;
    font-style:italic;
    font-weight:300;
}
.solution-info .btn-dotari{
    margin-top:20px;
}


.solution-buttons li{
    margin-bottom:15px;
}

.solution-footer{
    text-align:center;
    padding-top:50px;
}

.light-bg .sf-item{
    color:#132c32;
}


.solution .solution-bg{
    position:absolute;
    left:0;
    right:0;
    top:-10px;
    bottom:0;
    z-index:1;
    
    -moz-transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.solution.light-bg .solution-bg{
    background: rgba(0,117,123,1);
    background: -moz-linear-gradient(45deg, rgba(0,117,123,1) 0%, rgba(0,161,169,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,117,123,1) 0%, rgba(0,161,169,1) 100%);
    background: linear-gradient(45deg, rgba(0,117,123,1) 0%, rgba(0,161,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='00757b', endColorstr='#00a1a9',GradientType=1 );
}

.solution.dark-bg .solution-bg{
    background: rgba(26,53,59,1);
    background: -moz-linear-gradient(45deg, rgba(26,53,59,1) 0%, rgba(32,84,95,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(26,53,59,1) 0%, rgba(32,84,95,1) 100%);
    background: linear-gradient(45deg, rgba(26,53,59,1) 0%, rgba(32,84,95,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='1a353b', endColorstr='#20545f',GradientType=1 );
}

.solution.first-solution .solution-bg{
    display:none;
}
.solution.first-solution{
    padding-bottom:200px;
    margin-bottom:-100px;
    background: rgba(26,53,59,1);
    background: -moz-linear-gradient(45deg, rgba(26,53,59,1) 0%, rgba(32,84,95,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(26,53,59,1) 0%, rgba(32,84,95,1) 100%);
    background: linear-gradient(45deg, rgba(26,53,59,1) 0%, rgba(32,84,95,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='1a353b', endColorstr='#20545f',GradientType=1 );
}
@media (max-width:1459px){
    .solution-info {
        max-width: 490px;
    }
    .sfi-text{
        font-size:16px;
    }
}
@media (max-width: 1199px){
    .solution-image img{
        height:350px;
    }
    
    .solution-footer{
        padding-top:20px;
    }
}
@media (max-width: 991px){
    .solution-image img{
        max-width:530px;
        height:auto;
    }
    .solution-info .btn-dotari .btn-text{
        font-size:20px;
    }
    .solution-info .btn-dotari .btn-small-text{
        font-size:14px;
    }
    
    .solution-image{
        width:40%;
    }
    .solution-info{
        width:60%;
    }
}
@media (max-width: 767px){
    .solution{
        padding: 25px 0 50px;
    }
    .solution.first-solution{
        padding-bottom:150px;
    }
    .solution .wrapper{
        padding:0 10px;
    }
    .solution-header h2{
        font-size:24px;
    }
    .solution-image, 
    .solution-info{
        width:100%;
        max-width:100%;
        float:none;
        text-align:center;
        padding:0;
    }
    .solution-image{
        margin-bottom:20px;
        text-align:left;
        overflow:hidden;
    }
    .soli-container{
        text-align:center;
    }
    .solution-image img{
        float:none;
        max-width:480px;
    }
    .solution-section .solution-image p{
        text-align:center;
        display: inline-block;
        width: 50%;
        margin-right: -0.25em;
        vertical-align: top;
        text-align: center;
    }
    .solution-image .button{
        margin-left:30px;
    }
    .solution-image .button:hover{
        text-decoration:none;
    }
    .solution-image .button:hover span{
        text-decoration:underline;
    }
    .solution-image .button span{
        display:inline-block;
        width:80px;
        vertical-align:top;
        line-height: 1.2;
    }
    .solution-features{
        margin:30px auto 0;
        max-width:350px;
    }
    .sf-item{
        text-align:center;
        padding:0 5px;
    }
    .sfi-icon{
        padding-right:0;
    }
    .sfi-icon i{
        font-size:34px;
    }
    .solution-section .solution-body p{
        font-size:14px;
        line-height:1.4;
        letter-spacing:0.4px;
    }
    .sfi-text{
        font-size:13px;
    }
    
    .solution-buttons li a{
        font-size:14px;
        width:180px;
        text-align:left;
    }
    
    .solution-section .p-ev{
        font-size:22px;
    }
}
@media (max-width: 361px){
    .solution-section .p-ev{
        text-align:left;
    }
    .solution-section .p-ev + p{
        text-align:left;
    }
}



.form-section{
    padding:25px 0 40px;
}
.form-section .section-header{
    margin-bottom:30px;
    
}

.form-container{
    max-width:1140px;
    margin-left:auto;
    margin-right:auto;
}
.form-container .row{
    margin-bottom:10px;
}

.col-half{
    display:inline-block;
    width:50%;
    margin-right:-0.25em;
    vertical-align:middle;
    margin-bottom:30px;
}
.col-half:nth-child(2n){
    text-align:right;
}
.input-solutie{
    display:inline-block;
    cursor:pointer;
    width:100%;
    max-width:420px;
    text-align:left;
}
.input-solutie input{
    display:none;
}
.checkbox-icon{
    width:50px;
    height:50px;
    border:2px solid #9fa9b0;
    background:#fff;
    color:#00a1a9;
    text-align:center;
    line-height:48px;
    font-size:28px;
}
input:checked + .solutie-body .checkbox-icon{
    border-color:#00a1a9;
}
input:checked + .solutie-body .checkbox-icon:before{
    font-family: 'FontAwesome';
    content: "\f00c";
}

.solutie-body{
    display:table;
    width:100%;
    max-width:420px;
}
.solutie-icon,
.solutie-text,
.solutie-img{
    display:table-cell;
    vertical-align:middle;
}
.solutie-icon{
    width:60px;
    padding-right:20px;
}
.sol-name{
    font-size:24px;
    line-height:1.1;
    color:#879199;
    margin:0;
    font-weight:400;
}
input:checked + .solutie-body .sol-name{
    color:#00a1a9;
}

.solutie-text p{
    font-size:18px;
    line-height:1;
    color:#879199;
    margin:0;
    font-weight:400;
}
input:checked + .solutie-body .solutie-text > p{
    color:#000;
}
.solutie-img{
    text-align:right;
}
.solutie-img img{
    max-width:100%;
    opacity:0.3;
}
input:checked + .solutie-body .solutie-img img{
    opacity:1;
}

.form-container input[type="text"]{
    background:none;
    padding:0;
    border:0;
    border-bottom: 2px solid #00a1a9;
    width:100%;
    max-width:420px;
    font-size:18px;
    font-weight:400;
    color: #000;
    height:27px;
    padding:0 11px;
}
.form-container input[type="text"]::-webkit-input-placeholder {
  color: #779da6;
  opacity:1;
}
.form-container input[type="text"]::-moz-placeholder {
  color: #779da6;
  opacity:1;
}
.form-container input[type="text"]:-ms-input-placeholder {
  color: #779da6;
  opacity:1;
}
.form-container input[type="text"]:-moz-placeholder {
  color: #779da6;
  opacity:1;
}

.form-container select{
    display:none;
}
.form-container .sbHolder{
    width:100%;
    max-width:420px;
    height:27px;
    border-bottom:2px solid #00a1a9;
    position:relative;
    font-size:18px;
    font-weight:400;
}
.form-container .sbSelector{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:33px;
    color: #000;
    line-height:25px;
    padding: 0 11px;
}
.form-container .sbSelector.placeholder{
    color: #779da6;
}
.form-container .sbToggle{
    position: absolute;
    right: 0;
    width: 33px;
    top: 0;
    bottom: 0;
    line-height: 25px;
    text-align: center;
    color: #00a1a9;
}
.form-container .sbToggle:after{
    font-family: 'FontAwesome';
    content: "\f107";
}
.form-container .sbToggle.sbToggleOpen:after{
    content: "\f106";
}
.form-container .sbOptions{
    position:absolute;
    top:27px;
    margin-top:2px;
    left:0;
    right:0;
    background:#fff;
    -webkit-box-shadow: 0 5px 10px 2px rgba(0,0,0,0.05);
    box-shadow: 0 5px 10px 2px rgba(0,0,0,0.05);
    padding: 8px 0;
    overflow-y:auto;
}
.form-container .sbOptions li:first-child{
    display:none;
}
.form-container .sbOptions li a{
    display:block;
    font-size:18px;
    line-height:24px;
    padding:8px 11px;
    color: #000;
    font-weight:400;
}
.form-container .sbOptions li a:hover{
    color: #00a1a9;
}
.form-legend{
    font-size:14px;
    color: #779da6;
    margin:-15px 0 0 0;
}

.form-footer{
    padding-top:50px;
    text-align:center;
}
@media (max-width: 991px){
    .input-solutie{
        padding-right:30px;
    }
    .form-container .col-half{
        padding-right:30px;
    }
    .solutie-icon{
        padding-right:10px;
    }
    .solutie-img img{
        max-width:100px;
    }
    .solutie-text p{
        font-size:16px
    }
}
@media (max-width: 767px){
    .form-section{
        padding:50px 0;
    }
    .form-section .section-header{
        padding-bottom:50px;
    }
    .form-section .section-header p br{
        display:none;
    }
    .form-section .wrapper{
        padding:0 10px;
    }
    .col-half:nth-child(2n){
        text-align:left;
    }
    .input-solutie{
        max-width:100%;
    }
    .solutie-icon{
        padding-right:10px;
    }
    .sol-name{
        font-size:18px;
    }
    .solutie-text p{
        font-size:14px;
    }
    .form-section .col-half{
        width:100%;
        float:none;
        padding:0;
        margin-bottom:40px;
    }
    .solutie-body,
    .form-container .sbHolder,
    .form-section .col-half input{
        max-width:100%;
    }
    .form-container .row{
        margin:0;
    }
    .form-footer{
        padding-top:30px;
    }
    .input-solutie{
        padding-right:0;
    }
    .solutie-img img{
        max-width:100px;
    }
}


.solution-section{
    position:relative;
}
.section-navigation{
    position:absolute;
    right:calc(50% - 720px );
    color:#fff;
    z-index:10;
    top:319.5px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-navigation.fixed{
    position:fixed;
}

.section-navigation.bottom{
    position:absolute;
}

.section-navigation ul{
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform:translateY(-50%);
}
.section-navigation ul li{
    padding:6px 0;
    text-align:right;
}
.section-navigation ul a {
    color:#fff;
    border:1px solid #fff;
    border-radius:99px;
    font-size:12px;
    line-height:1;
    display:inline-block;
    padding:5px 10px;
    height:25px;
    max-width:25px;
    white-space:nowrap;
    overflow:hidden;
    transition: all 0.15s;
}
.section-navigation ul a span{
    opacity:0;
    transition: all 0.15s;
}
.section-navigation ul a span i:first-of-type{
    display:none;
}
.section-navigation ul .active a,
.section-navigation ul a:hover{
    max-width:200px;
}
.section-navigation ul .active a span,
.section-navigation ul a:hover span{
    opacity:1;
}
@media (max-width: 1459px){
    .section-navigation{
            right: calc( 50% - 585px );
    }
}
@media (max-width: 1279px){
    .section-navigation{
        display:none;
    }
}


.modal-wrapper{
    padding:100px 0 75px;
    position:relative;
    min-height:100%;
}
.modal-inner{
    border-radius: 10px;
    -webkit-box-shadow: 0 0px 12px 6px rgba(0,0,0,0.02);
    box-shadow: 0 0px 12px 6px rgba(0,0,0,0.02);
    background:#f1f5f8;
    width:100%;
    max-width:800px;
    padding:30px;
    margin:0 auto;
    z-index: 2000;
    position:relative;
}
.modal-header{
    text-align:center;
    padding:5px 0 30px;
}
.modal-headline{
    font-size:30px;
    line-height:1;
    color:#000;
    margin:0;
}
.modal-body{
    -webkit-box-shadow: 0 0px 12px 6px rgba(0,0,0,0.02);
    box-shadow: 0 0px 12px 6px rgba(0,0,0,0.02);
    background:#fff;
    border-radius: 10px;
    padding:25px 20px 15px;
    font-size:15px;
    line-height:30px;
    color:#000;
}
.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4{
    margin: 20px 0 10px;
}
.modal-body h1{
    font-size:34px
}
.modal-body h2{
    font-size:30px
}
.modal-body h3{
    font-size:24px
}
.modal-body h4{
    font-size:20px;
}
.modal-body h5{
    font-size:18px
}
.modal-body h6{
    font-size:16px;
}


.modal-body table{
    border-collapse: collapse !important;
    border: none !important;
    width:100% !important;
}
.modal-body table th,
.modal-body table td{
    font-size:14px;
    border:1px solid #e6e6e6;
}
.modal-body table th,
.modal-body table td{
    padding:10px;
}
.modal-body table th p,
.modal-body table td p{
    margin:0;
}

.modal-body ul{
    margin-bottom:40px;
}
.modal-body ul:last-of-type{
    margin-bottom:0;
}

.modal-footer{
    text-align:center;
    padding-top:32px;
}
.modal-footer .button{
    padding: 11px 20px;
}


.modal .modal-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1999;
}

body.modal-open{
    position: relative;
    overflow: hidden;
}


.modal{
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    bottom: 0;
    overflow-y: scroll;
}

.close_modal_icon{
    display: block;
    background-image: url('../img/close-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
@media (max-width: 767px){
    .modal-wrapper{
        padding: 30px 0;    
    }
    .modal-header{
        padding-bottom:15px;
    }
    .modal-headline{
        font-size:22px;
        padding:0 30px;
    }
    .modal-inner{
        padding:20px 10px;
    }
    .modal-body,
    .modal-body h5{
        font-size:14px;
        line-height:1.7;
    }
}












































































