/* Header Section */
.presentation-section{
    padding: 30px 0 165px;
    color:#fff;
    background: #fff;
}
.presentation-section .section-header{
    margin-bottom: 15px;
}
.presentation-section .wrapper{
    padding:0 42px;
    position:relative;
    z-index:5;
}

.pres-text-box,
.pres-rotate-container{
    display:inline-block;
    vertical-align:top;
    width:41%;
    margin-right:-0.25em;
}
.pres-text-box{
    width:41%;
    float:left;
    padding:40px 30px;
    min-height:395px;
    border-radius:10px;
    position: relative;
    margin-top: 40px;
    position: relative;
    top: 25px;
    
}
.pres-text-box:before{
    content:'';
    position:absolute;
    top:0;
    width:720px;
    height:395px;
    left:50%;
    margin-left:-360px;
    background-image: url('../img/border.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.pres-text-box p{
    line-height: 1.5;
    margin: 0 0 25px;
    color: #000;
}
.pres-rotate-container{
    width:55%;
    float:left;
    text-align:center;
}
.pres-spin-wrap{
    display:inline-block;
    position:relative;
    text-align:center;
}
.pres-spin-wrap .sprite-buttons{
    margin-left:-26px;
}

.pres-spin-wrap button{
    background:none;
    border:2px solid #00a1a9;
    border-radius:100%;
    color:#00a1a9;
    height:50px;
    width:50px;
    display:inline-block;
    vertical-align:top;
    margin:0 5px;
    font-size:16px;
    cursor:pointer;
    transition: all 0.15s;
    text-align:center;
    position:relative;
}

@media (min-width:1199px){
    .pres-spin-wrap button:hover{
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        border-color: #3dc2cc;
        color: #3dc2cc;
    }
}

.pres-spin-wrap button i{
    line-height:40px;
}

.pres-spin-wrap.play #sprite-play i:before{
    content: "\f04c";
    font-family:FontAwesome;
}





@media (max-width: 1459px){
    .pres-rotate-container,
    .pres-text-box{
        width:50%;
    }
    .pres-text-box:before{
        width:670px;
        margin-left:-350px;
    }
}
@media (max-width: 1199px){
    .presentation-section .wrapper{
        padding: 0 10px;
    }
    .pres-text-box p{
        font-size:18px;
    }
    .pres-rotate-container{
        width:45%
    }
    .pres-text-box{
        width:55%;
        padding-left:50px;
        padding-right:50px;
        padding-top:20px;
        top:10px;
    }
    .pres-text-box:before{
        width: 590px;
        margin-left: -295px;
    }
    
}
@media (max-width: 991px){
    .rasnita-spritespin{
        width: 320px !important;
        height: 320px !important;
    }
    .pres-rotate-container,
    .pres-text-box{
        width:50%;
    }
    .pres-text-box p{
        font-size:16px;
    }
    .pres-rotate-container{
        text-align:left;
    }
    .pres-text-box {
        padding: 15px;
        min-height: 330px;
    }
    .pres-text-box:before{
        width: 560px;
        margin-left: -258px;
    }
}
@media (max-width: 767px){
    .presentation-section {
        padding-top: 25px;  
        padding-bottom: 32px;
    }
    .section-header {
        padding: 0 10px 10px;
    }
    .presentation-section .section-header {
        padding-bottom: 0;
    }
    .section-headline{
        font-size: 22px;
    }
    .pres-text-box{
        padding:10px;
        min-height:0;
    }
    .pres-rotate-container{
        width:100%;
        float:none;
    }
    .pres-rotate-container{
        text-align:center;
    }
    .rasnita-spritespin {
        width: 300px !important;
        height: 300px !important;
    }
    .pres-spin-wrap {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    
    .pres-text-box{
        width:100%;
        max-width:360px;
        padding:15px 20px 0;
        margin-top:0;
        margin-left:auto;
        margin-right:auto;
        float:none;
        display:block;
        height:220px;
    }
    .pres-text-box:before {
        width: 440px;
        margin-left: -220px;
        height:240px;
    }
    .pres-text-box p {
        font-size: 14px;
        line-height: 1.3;
        margin:0 0 10px;
        max-width:260px;
        margin-left:auto;
        margin-right:auto;
    }
    
    
    .pres-spin-wrap .sprite-buttons{
        margin-left:0;
    }
}



/* Features Section **************************/
.features-section{
    position:relative;
    padding-top:1px;
    padding-bottom:1px;
    background:#1a353b;
    color:#fff;
}
.features-section:before{
    content:'';
    height: 0;
    border-style: solid;
    /*border-width: 0 0 calc(100vw/11.65) 100vw;*/
    border-color: transparent transparent #1a353b transparent;
    position: absolute;
    bottom: 100%;
    z-index:1;
    width: 3400px;
    border-width: 0 0 calc(4000px/13) 4000px;
    left: 50%;
    margin-left: -2000px;
}
.features-section:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw calc(100vw/11.65) 0;
    border-color: transparent #1a353b transparent transparent;
    position: absolute;
    top: 100%;
    z-index:1;
}
.features-section .section-header{
    max-width: 700px;
    margin:0 auto;
}
.features-section .section-headline{
    margin-bottom:40px;
    margin-top:0;
}
.features-container {
    width: 66.666666%;
    float:right;
}
.features-row{
    position:relative;
}
.feature{
    width: 50%;
    display: inline-block;
    margin-right: -0.3em;
    margin-bottom: 30px;
    vertical-align: top;
    padding: 0 22px;
}
.feature i{
    color: #00a1a9;
    font-size: 48px;
}
.feature-headline {
    font-size: 24px;
    line-height: 1.2;
    margin: 5px 0;
    color: #00a1a9;
}
.feature .el-to-toggle,
.feature .el-to-toggle > p{
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.45;
    color: inherit;
}
@media (min-width: 768px){
    .feature .el-to-toggle{
        display:block !important;
    }
}

.features-footer{
    padding: 50px 22px 0;
}

.features-img{
    position:absolute;
    right: calc(50% + 250px);
}
.features-img img{
    position:relative;
    z-index:2;
}
.features-img .rectangle{
    position:absolute;
    z-index:1;
    right: 20%;
    top:0;
    bottom: 17%;
    left: -65%;
    border-radius: 20px;
    background: rgb(0,117,123);
    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 );
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
              opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90%,100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
              opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
              opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90%,100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
              opacity: 0;
  }
}


.features-img .rsn-btn-popup{
    position:absolute;
    z-index:5;
}
.features-img .rsn-btn-popup.dot-top{
    top:28%;
    left:56%;
}
.features-img .rsn-btn-popup.dot-top + .rsn-popup{
    top:calc(28% + 50px);
    left:calc(56% - 80px);
}


.features-img .rsn-btn-popup.dot-middle{
    top: 36%;
    left: 72%;
}
.features-img .rsn-btn-popup.dot-middle + .rsn-popup{
    top: calc(36% + 50px);
    left: calc(72% - 80px);
}


.features-img .rsn-btn-popup.dot-bottom{
    top: 59%;
    left: 55%;
}
.features-img .rsn-btn-popup.dot-bottom + .rsn-popup{
    top: calc(59% + 50px);
    left: calc(55% - 80px);
}

.features-img .dot{
    width:32px;
    height:32px;
    border-radius:100%;
    cursor:pointer;
}
.features-img .dot:before{
    content:'';
    width:32px;
    height:32px;
    border:2px solid #fff;
    border-radius:100%;
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pulse-ring 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.features-img .dot-inner{
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
    margin: 8px 0 0 8px;
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
}

.features-img .rsn-popup{
    position:absolute;
    z-index:6;
    width: 390px;
    border-radius:10px;
    background-color: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,0.12);
    box-shadow: 0 0 20px 10px rgba(0,0,0,0.12);
    padding: 25px 22px;
    top: 50px;
    left: -80px;
    visibility:hidden;
    opacity:0;
    transition: opacity 0.15s;
}
.features-img .open + .rsn-popup{
    visibility:visible;
    opacity:1;
}
.features-img .rsn-popup p{
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin: 0;
}
 



.content-toggle-mobile {
    display: none;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px 6px rgba(0,0,0,0.1);
    box-shadow: 0 0 12px 6px rgba(0,0,0,0.1);
    background: none;
    padding: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.content-toggle-mobile .horiz, 
.content-toggle-mobile .vert {
    background: #fff;
    display: inline-block;
    position: absolute;
    transition: transform 0.15s;
}
.content-toggle-mobile .horiz {
    width: 14px;
    height: 2px;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -1px;
}
.content-toggle-mobile .vert {
    height: 14px;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -7px;
}
@media (max-width: 1459px){
    .features-section .section-header{
        max-width:700px;
    }
    .features-img .rsn-btn-popup.dot-top + .rsn-popup,
    .features-img .rsn-btn-popup.dot-bottom + .rsn-popup{
        left:calc(63% - 80px);
    }
    .feature-headline{
        font-size:20px;
    }
}
@media (max-width: 1199px){
    .features-img .dot{
        display:none;
    }
    
    .features-img .rsn-popup{
        display:none;
    }
    .feature .el-to-toggle, 
    .feature .el-to-toggle > p{
        font-size:16px;
    }
}
@media (max-width: 991px){
    .features-container{
        width:100%;
        float:none;
    }
    .features-img{
        position:relative;
        right: auto;
        left: 100%;
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        display: inline-block;
        top:-70px;
    }
    .features-img .rectangle{
        display:none;
    }
    .features-img img{
        max-height:265px;
    }
}
@media (max-width: 767px){
    .features-section{
        padding-top:30px;
    }
    .features-section:before{
        border-width: 0 0 calc(100vw/11.65) 100vw;
        width: 0;
        left:auto;
        margin-left:0;
    }
    .content-toggle-mobile {
        display: inline-block;
    }
    .feature {
        padding: 10px 10px 20px;
        text-align: center;
        transition: background-color 0.15s;
        margin-bottom: 0;
        
    }
    .feature.active {
        background-color: #fff;
        min-height:280px;
    }
    .feature-headline {
        font-size: 18px;
    }
    .content-toggle-mobile {
        display: inline-block;
    }
    .feature .el-to-toggle{
        display:none;
    }
    .feature .el-to-toggle,
    .feature .el-to-toggle > p {
        padding-top: 15px;
        text-align: left;
        color: #000;
        font-size: 15px;
        line-height: 1.4;
    }
    .feature .el-to-toggle > p{
        padding-top:0;
    }
    .feature.active .content-toggle-mobile {
        -webkit-box-shadow: 0 0 12px 6px rgba(0,0,0,0.1);
        box-shadow: 0 0 12px 6px rgba(0,0,0,0.1);
    }
    .feature.active .content-toggle-mobile .horiz, 
    .feature.active .content-toggle-mobile .vert {
        background: #00a1a9;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .features-footer .btn{
        font-size:16px;
        padding-left:15px;
        padding-right:15px;
    }
}
@media (max-width: 479px){
    .features-footer{
        padding:160px 0 0 10px;
    }
    .features-img{
        top:0;
        -moz-transform: translateX(-70%);
        -webkit-transform: translateX(-70%);
        -o-transform: translateX(-70%);
        -ms-transform: translateX(-70%);
        transform: translateX(-70%);
        margin-top:-180px;
    }
    .feature.active {
        min-height:390px;
    }
}





.download-section{
    padding-top: 240px;
    padding-bottom: 20px;
    background:#f1f5f8;
}
.download-section .section-headline{
    margin-bottom:42px;
}

.download-container{
    position:relative;
    padding-bottom: 466px;
}

.download-text{
    padding-left:43%;
    position:relative;
    line-height:1.45;
    color:#000;
}
.download-text p{
    margin:0 0 15px;
}

.download-links{
    padding-left:43%;
}
.download-links ul li{
    display:inline-block;
    vertical-align:top;
}

.img-layer3{
    position: absolute;
    left: 13%;
    top: 27%;
    z-index: 1;
}

.img-layer2{
    position:absolute;
    left:30%;
    bottom:0;
    z-index:2;
    width:100%;
    max-width: 630px;
    margin-bottom:25px;
    padding-bottom:90px;
    padding-right:10px;
}
.rasnita-profesionala-slider-bottom{
    -webkit-box-shadow: 0 0 30px 15px rgba(0,0,0,0.15);
    box-shadow: 0 0 30px 15px rgba(0,0,0,0.15);
    position:relative;
}
.rasnita-profesionala-slider-bottom:before{
    content:'';
    position:absolute;
    left:11px;
    right:-22px;
    top:8px;
    bottom:-18px;
    z-index:5;
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to left, rgba(61, 207, 164, 1) 1%, rgba(61, 194, 207, 1) 100%);
    border-image-slice: 1;
}
.rasnita-profesionala-slider-bottom .slide{
    height:auto;
}
.rasnita-profesionala-slider-bottom .slick-arrow{
    width:60px;
    height:60px;
    background:#fff;
    top:auto;
    bottom:-90px;   
    -webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 20px 10px rgba(0,0,0,0.15); 
    transition: all 0.15s;
    opacity:0.6;  
}
.rasnita-profesionala-slider-bottom .slick-arrow:hover{
    opacity:1;
}
.rasnita-profesionala-slider-bottom .slick-next:before, 
.rasnita-profesionala-slider-bottom .slick-prev:before{
    color:#609ffe;
}
.rasnita-profesionala-slider-bottom .slick-next{
    right:calc(50% - 91px);
}
.rasnita-profesionala-slider-bottom .slick-prev{
    left:calc(50% - 91px);
}

.img-layer1{
    position:absolute;
    left: 20%;
    top:0;
    z-index:3;
    -webkit-box-shadow: 0 0 30px 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 30px 15px rgba(0,0,0,0.1);
}
@media (max-width: 1920px){
    .download-section {
        padding-top: 160px;
    }
}
@media (max-width: 1459px){
    .img-layer1{
        left:10%;
    }
    .download-text{
        padding-left:39%;
        padding-right:190px;
    }
    .download-links{
        padding-left:38%;
    }
    .img-layer3{
        left:9%;
    }
}
@media (max-width: 1199px){
    .img-layer1{
        display:none;
    }
    .img-layer2{
        left: 50%;
        margin-left: -315px;
    }
    .img-layer3{
        left:0;
        top:-6%;
        max-width:43%;
    }
    .img-layer3 img{
        max-width:100%;
    }
    .download-section{
        padding-top:120px;
    }
}
@media (max-width: 991px){
    .download-text{
        padding-right:0;
    }
    .img-layer3{
        left:0;
        top:-7%;
        max-width:36%;
    }
}
@media (max-width: 767px){
    .section-header{
        position:relative;
        z-index:2;
    }
    .download-section{
        padding:80px 0 35px;
    }
    .download-text{
        position:relative;
        z-index:2;
    }
    .download-section .wrapper{
        padding:0 10px;
    }
    .img-layer2{
        position:relative;
        text-align:center;
        padding-bottom:0;
    }
    .img-layer2 img{
        max-width:100%;
    }
    .download-links{
        padding-top:15px;
        padding-left:0;
        text-align:center;
    }
    .download-text p{
        font-size:16px;
        line-height:1.4;
    }
    .img-layer3{
        top:-12%;
        max-width:26%;
    }
    .download-container{
        padding-bottom:35px;
    }
    
    .rasnita-profesionala-slider-bottom:before{
        left:5px;
        right:-11px;
        bottom:-9px;
        top:4px;
    }   
}
@media (max-width: 640px){
    .img-layer2{
       left:0; 
       margin-left:0;
    }
}
@media (max-width: 479px){
    .download-links ul li{
        display:block;
        text-align:left;
        margin-bottom:10px;
    }
    .img-layer3{
        top:-5%;
        left:-28px;
        max-width:45%;
    }
    .download-section{
        padding-top:40px;
    }
}





























