*{
    font-family: "Noto Sans", serif;
    position: relative;
    line-height: 1.2em;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,body{
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
    background:#f4f4f4;
}


#top_bar{
    position:relative;
    width:100%;
    height:30px;
    line-height: 30px;
    text-align: right;
    background: #f0f0f0;
    font-size: 0px;
}

#top_bar.fixed{
    z-index: 2147483645;
    position:fixed;
    top:0px;
    width:100%;
    height:30px;
    line-height: 30px;
    text-align: right;
    background: #006699;
}



#subnav{
    position:relative;
    margin:0px;
    border-bottom:1px solid #d0d0d0;
    background: white;
}

#subnav.fixed{
    position:fixed;
    top:75px;
    width:100%;
    z-index: 2147483646;
}

#subnav ul{
    text-align: right;
    padding:0px;
    margin:0px auto;
}

#subnav ul li{
    margin:0px;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
    height:30px;
    line-height:30px;
    padding:0px 20px;
    color:#a0a0a0;
    border-right:1px solid #d0d0d0;
}

#subnav ul li a{
    font-size: 12px;
    text-decoration: none;
}
#subnav ul li a:hover{
    color:#009966;
}
#subnav ul li:last-child{
    border:none;
}

.margin_fix{
    width:100%;
    /*height:120px;*/
}



#top_bar >div > div{
    display:inline-block;
    vertical-align: top;
    padding:0px 10px;
    color:#92999f;
    font-size: 11px;
    cursor: pointer;
    text-shadow:none;
    border-left:1px solid rgba(0,0,0,.1);
}


#top_bar.fixed  >div > div{
    color:#f0f0f0;
    color:rgba(255,255,255,.8);
}



#top_bar >div > div > a{
    color:inherit;
    text-decoration: none;
    display: block;
    width:100%;
    height:100%;
}

#top_bar >div > div.main{
    color:#40B27B;
    border-right:1px solid rgba(255,255,255,.6);
}

#top_bar.fixed >div > div.main{
    color:springgreen;
}

#top_bar >div > div:hover{
    color:#009966;
    background:#e0e0e0;
}
#top_bar.fixed >div > div:hover{
    background:#009966;
}
#top_bar.fixed  >div > div:hover{
    color:white;
    color:rgba(255,255,255,1);
}

#top_bar >div > i{
    height:30px;
    width:40px;
    text-align: center;
    line-height: 30px;
    display:inline-block;
    vertical-align: top;
    padding:0px;
    color:white;
    color:rgba(255,255,255,.5);
    font-size: 16px;
    cursor: pointer;
    border-left:1px solid rgba(0,0,0,.1);
}
#top_bar >div > i:last-child{
    border-right:1px solid rgba(0,0,0,.1);
}


#top_bar >div > i:hover{
    background:#e0e0e0;
    color:rgba(255,255,255,.9);
}
#top_bar.fixed >div >i:hover{
    background:#e0e0e0;
}

#top_bar >div > i:last-child{
    margin-right: 10px;
}

#top_bar.fixed >div > i{
    color:#f0f0f0!important;
    ;
    color:rgba(255,255,255,.8)!important;
    ;
}

#top_bar.fixed >div > i:hover{
    color:white!important;
    color:rgba(255,255,255,1)!important;
    background: #009966!important;
}

#contact_origami{
    font-size: 18px;
    color:white;
    color:rgba(255,255,255,.9);
    text-align: center;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/img/assets/origami_1.png);
    width:300px;
    height:60px;
    float: right;
}


#innovate p{
    margin-top: 50px;
    margin: 0px;
    padding-top: 10px;
    border-top: 1px dashed #444;
    font-size: 14px;
    max-width: 350px;
    padding-left: 20px;
    color:#444;
}

#innovate h2{
    margin: 0px;
    padding: 10px 0px;
    font-size: 48px;
    font-weight: 300;
    line-height: 48px;
    padding-left: 20px;
}

#innovate h3{
    margin: 0px;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #444;
    font-size: 18px;
    max-width: 350px;
    padding-left: 20px;
}

#innovate > div{
    color:#f0f0f0;
    width:100%;
    height:100%;
    background:url(/img/innovate_bg.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

#innovate{
    width:100%;
    height:300px;
    background:rgb(53, 122, 154);
}



.footer-distributed{
    background-color: #A32043;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;

    padding: 55px 50px;
    margin-top: 0px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 40%;
}

/* The company logo */

.footer-distributed h3{
    color:  #92999f;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

.footer-distributed h3 span{
    color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
    color:  #92999f;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-company-name{
    color:  #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 35%;
}

.footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    color: #92999f;
    vertical-align: middle;
    margin:0;
}

.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.footer-distributed .footer-center p a{
    color:  #5383d3;
    text-decoration: none;
    ;
}


/* Footer Right */

.footer-distributed .footer-right{
    width: 20%;
}

.footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span{
    display: block;
    color:  #92999f;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons{
    margin-top: 25px;
}

.footer-distributed .footer-icons a{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */
@media (min-width: 881px) {

    .cols_d1{
        width:100%;
        margin-left:0%;
        margin-right:0%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }

    .cols_d2{
        width:50%;
        margin-left:0.0%;
        margin-right:0.0%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }

    .cols_d3{
        width:33.3%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }



    .cols_d4{
        width:25%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }

    .cols_d6{
        width:16.66%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }

    .cols_d3_2{
        width:66.05%;
        margin-left:0.05%;
        margin-right:0.05%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }


    .cols_d4_3{
        width:74.8%;
        margin-left:0.05%;
        margin-right:0.05%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }

    .cols_d8{
        width:12.4%;
        margin-left:0.05%;
        margin-right:0.05%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }
}

@media (max-width: 880px) {

    .footer-distributed{
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i{
        margin-left: 0;
    }

    .cols_t1{
        width:100%;
        margin-left:0%;
        margin-right:0%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }

    .cols_t2{
        width:49.8%;
        margin-left:0.05%;
        margin-right:0.05%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }

    .cols_t3{
        width:33.05%;
        margin-left:0.05%;
        margin-right:0.05%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }

    .cols_t4{
        width:24.8%;
        margin-left:0.05%;
        margin-right:0.05%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }

    .cols_t6{
        width:16.66%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }

    .cols_t8{
        width:12.4%;
        margin-left:0.05%;
        margin-right:0.05%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }

    .cols_t3_2{
        width:66.05%;
        margin-left:0.05%;
        margin-right:0.05%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }


    .cols_t4_3{
        width:74.8%;
        margin-left:0.05%;
        margin-right:0.05%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
    }
}

.bg_a{
    background: #23bc87;
}
.color_a{
    color: #23bc87;
}

.bg_b{
    background: #258dc8;
}
.color_b{
    color: #258dc8;
}

.cool_borders{
    border-top:1px solid #f0f0f0;
}

.generic_header{
    border-radius: 20px;
    font-size: 2em;
    line-height: 1.2em;
    color:#006699;
    background: #f6f6f6;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    width:100%;
    border:1px dashed #a5a5a5;
    padding:2em 1em;
}

.generic_header span{
    color:#006699;
}


.page_header_container .button{
    width:125px;
    height:125px;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
    margin: 5px;
}

.page_header_container button > a{
    text-decoration: none;
    color:gray;
    font-size: 1.2em;
}


.page_header_container{
    width:100%;
    margin: 50px auto;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.separator{
    margin:4em auto;
    width:60%;
    max-width: 500px;
    height: 1px;
    background: #c0c0c0;
}

#big_header{
    font-size: 2em;
    line-height: 1em;
    color:#777;
    margin-top: 4em;
    text-align: center;
    width:100%;
}
#big_header span{
    color:#009966;
    font-weight: 700;
}
.second_blocks {
    width:96%;
    margin-left: 2%;
    cursor: pointer;
    background: #e2e2e2;
    border:1px solid #a0a0a0;
    text-decoration: none;
    color: #222;
    padding: 10px 0px;
    /* Prevent highlight colour when element is tapped */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.second_blocks:hover {
    background: #d0d0d0;
}

.second_blocks h1{
    text-align: start;
    font-weight: bolder;
    font-size: 18px!important;
    margin-top: 5px;
    margin-bottom: 0px;
    border:none!important;
    line-height: 18px!important;
    vertical-align: middle;
    color:#566c78;
}

.second_blocks h2{
    text-align: start;
    color:#3070b9;
    font-weight: lighter;
    font-size: 11px!important;
    margin-bottom: 30px!important;
    border:none!important;
    vertical-align: middle;
}

.second_blocks p{
    color:black;
    font-weight:400;
    text-align: start;
    font-size: 12px!important;
    margin: 0px;
    width:90%;
}

.second_blocks_icon{
    font-size: 18px;
}

.more_info {
    margin-top: 10px;
    padding: 5px 15px;
    background: #002d54;
    color: white;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}

/* Float Shadow */
.hvr-float-shadow {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


#demo_request{

    text-align: left;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.5);
    border:1px solid rgba(0,0,0,.2);
    display:none;
    background-color: white;
}

.overlay{
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:fixed;
    text-align: center;
    background:rgba(0,0,0,.6);
    z-index:2147483647;
    display:none;

}
.form {
    max-width: 350px;
}
.form .button{
    margin: auto;
    /*width:100%;*/
    padding:3%;
    line-height: 1em;
    text-align:center;
    /*width:90%;*/
    font-size: 2em;
    color:white;
    background:#006699;
}

.form .button:hover{
    background: #009966;
}

.form .button:active{
    background:green;
}

.form label{
    font-size: 12px;
    width:100%;
    display:block;
    margin-bottom: 1px;
    margin-top: 3px;
    color:#777;
}

.form input{
    padding: 5px;
    font-size: 12px;
    color:black;
    width:90%;
}

.form textarea{
    padding: 5px;
    font-size: 12px;
    color:black;
    width:90%;
}

#demo_request{
    margin: 2em auto;
    width:100%;
    max-width: 90%;
    border:1px solid #a0a0a0;
}
.form > .header{
    font-size: 3em;
    padding:0px;
}
.form > .header > span{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    padding:5px;

}

.form > .header > button{
    width:30px;
    height:30px;
    float:right;
    margin: 5px;
}

.form > p{
    font-size: 1.4em;
    padding:0px 5%;
}

#contact_form{

}

#map{

}
.standard{
    margin-top: 40px;
    text-align: left;
    max-width: 400px;
}
.standard h2{
    font-size: 3em;
    color:#777;
}

.standard p{
    font-size: 1.8em;
    color:#a0a0a0;
}

.legal{
    /*margin: 10px auto;*/
    padding: 20px;
    /*border-left: 1px solid #a0a0a0;*/
    /*border-right: 1px solid #a0a0a0;*/
    font-size: 16px;
    max-width: 600px;
    line-height: 1.5em;
}

.legal p:first-child::first-letter {
    font-size: 1.5em;
    color: #006699;

}

.legal h2 {
    font-size: 1.5em;
    color: #444;

}

.panel_image{
    width:100%;
    height:300px;
    background-size: cover;
}





.item_message_container> div > .pages{
    position: relative;
    width:100%;
    height:100%;
    padding:0px 0px;
    font-size: 12px;
    color:#e5e5e5;
}

.item_message_container> div > .pages > div{
    position: absolute;
    width:100%;
    height:100%;
    left:100px;
    opacity:0;
    padding:0px;
    pointer-events: none;
    transition: .2s ease all;
}

.item_message_container> div > .pages .header{
    /*white-space: nowrap;*/
    font-size: 28px;
    color:#f0f0f0;
    font-family:'Sansita', sans-serif;
    background: rgba(0,0,0,.5);
    padding:5px 10px;
    margin-top: 20px;
}
.item_message_container> div > .pages .subheader{
    font-size: 18px;
    color:#f0f0f0;
    font-family: 'Pontano Sans', sans-serif;
    background: rgba(0,0,0,.4);
    padding:5px 10px;
    margin-bottom: 50px;
}

.item_message_container> div > .pages ul{
    font-size: 16px;
    list-style: none;
    font-weight: 700;
    margin: 15px 20px;
    text-align: right;
}
.item_message_container> div > .pages ul li{
    margin: 5px 0px;
}

.item_message_container> div > .pages > div.active{
    left:0px;
    opacity:1;
    pointer-events: auto;
}


.item_message_container> div > .thumbs{
    width:100%;
    height:35px;
    text-align: center;
    background: rgba(0,0,0,.2);
    position: absolute;
    bottom:0;
}

.item_message_container > div > .thumbs > div{
    min-width:25px;
    height:25px;
    line-height:25px;
    font-size: 12px;
    padding: 0px 10px;
    background:#d0d0d0;
    margin:5px 5px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    user-select:none;
}

.item_message_container > div > .thumbs > div:hover{
    background:#fff;
}

.item_message_container > div > .thumbs > div.active{
    background:#009966;
}

.item_message_container > div{
    position: relative;
    background-size:cover;
    background-position: left;
}

.item_message_container{
    width:100%;
    height:350px;
    background: #111;
    text-align: left;
}

.item_container_bg{
    /*border-left: 20px solid gray;*/
    margin:20px 0px;
    width:100%;
    box-sizing: border-box;
}


.showcase_timetabling{
    text-align: right;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a054f+0,000000+100&0.65+0,1+100 */
    background: -moz-linear-gradient(-45deg,  rgba(58,5,79,0.65) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(58,5,79,0.65) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(58,5,79,0.65) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a63a054f', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.showcase_timetabling>div{
    width:100%;
    height:100%;
    background-image:url(/img/timetabling_bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.showcase_timetabling_fg{
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.item_paragraph{
    font-size: 18px;
    color:gray;
    text-align: center;
    padding: 20px 0px;
}
.item_container{
    position: relative;
    width:100%;
    text-align: left;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 40px 0px;
}
.item_container{

}

.item_container > .block_text{
    width:250px;
    height:250px;
    background: rgba(255,0,0,.5);
    position: absolute;
    right:10px;
    top:-25px;
}



.item_container > .border{
    width:2px;
    margin-left: 2px;
    margin-right: 7px;
    background:#111;
    display: inline-block;
    vertical-align: top;
    height:50px;
    margin-top: 40px;
}

.item_container > .border > div{
    width:100%;
    height:100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.38+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.38) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.38) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.38) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.item_container > .icons > h3{
    color:#006699;
    font-size: 18px;
    margin: 5px;
    margin-left: 2.5%;
    height:30px;
}


div.icon:hover{
    background: #006699;
    color:#e5e5e5;
    z-index: 1000;
    transform: scale(1.1,1.1);
}
div.icon:active{
    background: #009966;
    transform: scale(1.05,1.05);
    color:#fff;
}
div.icon:hover span{
    color:#fff;
}

div.icon >div{
    /*overflow: hidden;*/
    width:100%;
    height:100%;
    padding:5px;
}
div.icon > .img{
    position:relative;
    width:100%;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    font-size: 0px;
    transition: .2s all ease;
    background: rgba(255,255,255,.5);
}
/*div.icon:hover > .img{
    top:30px;
    transform:scale(0.5,0.5);
}*/

div.icon > .img2{
    opacity: 0.8;
    position:absolute;
    top:5px;
    left:5px;
    width:40%;
    padding:0px;
    height:auto;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    font-size: 0px;
    transition: .2s all ease;
    background: rgba(255,255,255,.5);
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.37);
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.37);
}
div.icon:hover > .img2{
    opacity: 1;
    top:-10px;
    transform:scale(1.2,1.2);
}

div.icon > .img > i{
    width:40px;
    height:40px;
    text-align: center;
    line-height: 40px;
    border:1px solid #006699;
    bottom:10px;
    left:10px;
    background:#222;
    background: rgba(50,50,50,.9);
    font-size: 22px;
    color:#009966;
    position: absolute;
}
div.icon span{
    margin-top:10px;
    width:100%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color:#009966;
}

div.icon div.soon{
    display: block;
    width:100%;
    color:#009966;
    font-size: 12px;
}

div.icon div.more_info{
    position:absolute;
    top:5px;
    right:-5px;
    color:#fff;
    padding: 2px 10px;
    transition: .2s all ease;
    font-size: 11px;
    width: auto!important;
    height: auto!important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#57a8f9+2,05abe0+100 */
    background: rgb(87,168,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(87,168,249,1) 2%, rgba(5,171,224,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(87,168,249,1) 2%,rgba(5,171,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(87,168,249,1) 2%,rgba(5,171,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57a8f9', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.37);
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.37);
}

div.icon:hover > .more_info{
    transform:scale(1.2,1.2);
    z-index: 100;
}

div.icon p{
    width:100%;
    display: block;
    line-height: 14px;
    font-size: 14px;
    margin: 10px 0px;
}


#main_banner{
    margin: 20px auto;
    text-align: center;
}

#main_banner > img{
    height:400px;
    margin-top: 30px;
}

.item_container > .item{
    display:inline-block;
    vertical-align: top;
    width:50px;
    height:50px;
    margin: 5px;
    margin-top: 40px;
    border:1px solid #b0b0b0;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.2);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,f6f6f6+53,ffffff+100 */
    background: rgb(237,237,237); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.item_container > .item > .item_icon{
    top:1px;
    left:1px;
    width:30px;
    height:30px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    color:rgba(255,255,255,.5);
}
.item_container > .item > .item_icon>i{
    display: block;
    width:100%;
    height:100%;
    line-height: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.16+99 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.16) 99%, rgba(0,0,0,0.16) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.16) 99%,rgba(0,0,0,0.16) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.16) 99%,rgba(0,0,0,0.16) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#29000000',GradientType=0 ); /* IE6-9 */

}

.item_container > .item_big{
    width:780px;
    max-width: 100%;
    height:auto;
}

.item_container > .item > img{
    margin-top: 10px;
    width:30px;
}

.item_container > .item > .name{
    font-size: 14px;
    color:#444;
    height:70px;
}


.item_container > .item > .name > B{
    font-size: 16px;
    color:#111;
}

.item_container > .item > p{
    font-size: 10px;
    height:40px;
    color:#444;
}

.feature_anim .anim1,.feature_anim .anim2,.feature_anim .anim3,.feature_anim .anim4,.feature_anim .anim5{
    /*transform: scale(1.2) translate(0px,20px);*/
    transition: all ease .2s;
}
.feature_anim:hover .anim1,.feature_anim:hover .anim2,.feature_anim:hover .anim3,.feature_anim:hover .anim4,.feature_anim:hover .anim5{
    transform: scale(1.1) translate(0px,0px);
}
.feature_anim .anim1{
    transition-delay: .1s;
}
.feature_anim .anim2{
    transition-delay: .2s;
}
.feature_anim .anim3{
    transition-delay: .22s;
}
.feature_anim .anim4{
    transition-delay: .24s;
}
.feature_anim .anim5{
    transition-delay: .25s;
}

#gallery{
    width:100%;
    font-style: 0px;
}


/*    #gallery_preview >.caption{
        position: absolute;
        bottom:20px;
        font-size: 1.4em;
        color:#fff;
        background: rgba(0,0,0,.7);
        padding:20px;
    }*/
#gallery_preview{
    width:100%;
    height:100%;
    position: fixed;
    z-index: 2147483647;
    left:0px;
    display:none;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    pointer-events: none;
    opacity:0;
    transition: all .2s ease;
    top:0px;
    background:rgba(0,0,0,.43);
}
#gallery_preview > div{
    height:576px;
    position: relative;
    display:block;
    background:#fff;
    border:1px solid #444;
}

#gallery_preview.active{
    pointer-events: auto;
    opacity:1;
    transition: all .2s ease;
    top:0px;
}

#gallery_preview > div > .closer{
    position: absolute;
    top:-45px;
    right:0px;
    width:40px;
    height:40px;
    line-height:40px;
    font-size: 18px;
    text-align: center;
    background: #006699;
    color:#fff;
}

#gallery_preview > div > .closer:hover{
    transform: scale(1.2,1.2);
    background:#009966;
}
#gallery_preview > div > .closer:active{
    background:#006699;
}

#gallery_preview >  div >.next{
    width:50px;
    height:50px;
    line-height:50px;
    color:#fff;
    font-size: 32px;
    margin: auto;
    position: absolute;
    background: rgba(0,0,0,.5);
    /*top:10px;*/
    /*left: 0;*/
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1000000;
}
#gallery_preview > div >.prev{
    width:50px;
    height:50px;
    line-height:50px;
    color:#fff;
    font-size: 32px;
    margin: auto;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1000000;
}

#gallery_preview >div >.prev:hover,#gallery_preview >div >.next:hover{
    color:#006699;
}

#gallery_preview>div >.prev:active,#gallery_preview >div >.next:active{
    color:#009966;
}

#gallery_contents{
    width:100%;
    height:100%;
}
#gallery_contents>.item{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#gallery_contents .content{
    width:100%;
    height:100%;
    text-align: left;
}
#gallery_contents .content .padder{
    /*margin-top: 100px;*/
}

#gallery_contents .content p{
    font-size: 16px;
    margin: 0px 0px;
    padding: 10px;
    color:#006699;
}

#gallery_contents .content ul{
    font-size: 13px;
    color:#777;
    font-weight: 700;
    margin: 20px 0px;
    padding: 0px 50px;
}
#gallery_contents .content ul li{
    margin-bottom: 5px;
}

.gallery_heading{
    min-width: 300px;
    text-align: left;
    color:#111;
    font-size: 28px;
    font-weight: 700;
    margin: auto;
    position: absolute;
    top: -45px;
    left: 0px;
    padding: 5px 20px;
    padding-left: 130px;
    text-align: left;
    background: rgba(0,0,0,.7);
    z-index: 1000000;
}
.gallery_heading>img{
    position: absolute;
    left: 10px;
    top:10px;
    width:80px;
}
.gallery_heading>span{
    display: block;
    height:20px;
    line-height:20px;
    font-size: 16px;
    color:#fff;
}

.gallery_heading>div{
    display: block;
    height:32px;
    line-height:32px;
    font-size: 26px;
    color:#e0ecff;
}

.et_button {
    /*background-color: #006699;*/
    border-radius: 5px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    background-size: cover;
    background: #fff;
    /*background-image: url(/img/header_bg.png);*/
    width:auto;
    display: inline-block;
    vertical-align: top;
}
.et_button >div{
    padding: .5em 2em;
}
.et_button:focus >div,
.et_button:hover  >div{
    background-color: rgba(0,0,0,.1);
}
.nav_content.social i{
    width:25px;
    height:25px;
    line-height:25px;
    display: inline-block;
    font-size: 20px;
}


.nav_content{
    font-size: 0px;
    z-index: 2000000000!important;
    width:350px;
    position: absolute;
    top:70px;
    padding-top: 10px;
    /*transform: translate(-50%, -0%);*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    color:#111;
    text-align: center;
}
header.fixed .nav_content{
    top:45px;
    padding-top: 10px;
}
.nav_content.active{
    opacity: 1;
    pointer-events: auto;
}

.nav_content.active{
    opacity: 1;
    pointer-events: auto;
}

.anims .anim1,.anims .anim2,.anims .anim3,.anims .anim4,.anims .anim5{
    transform: scale(1.2) translate(0px,20px);
    transition: all ease .2s;
    opacity: 0;
}
.anims.active .anim1,.anims.active .anim2,.anims.active .anim3,.anims.active .anim4,.anims.active .anim5{
    transform: scale(1) translate(0px,0px);
    opacity: 1;
}
.anims .anim1{
    transition-delay: .1s;
}
.anims .anim2{
    transition-delay: .2s;
}
.anims .anim3{
    transition-delay: .22s;
}
.anims .anim4{
    transition-delay: .24s;
}
.anims .anim5{
    transition-delay: .25s;
}

.other_anims{
    transform: scale(1.2) translate(0px,20px);
    transition: all ease .2s;
    opacity: 0;
    pointer-events: none;
}
.other_anims.active{
    transform: scale(1) translate(0px,0px);
    opacity: 1;
    pointer-events: auto;
}
.other_anims,.other_anims .other_anim1,.other_anims .other_anim2,.other_anims .other_anim3,.other_anims .other_anim4,.other_anims .other_anim5{
    transform: scale(1.2) translate(0px,20px);
    transition: all ease .2s;
    opacity: 0;
}
.other_anims.active .other_anim1,.other_anims.active .other_anim2,.other_anims.active .other_anim3,.other_anims.active .other_anim4,.other_anims.active .other_anim5{
    transform: scale(1) translate(0px,0px);
    opacity: 1;
}
.other_anims .other_anim1{
    transition-delay: .1s;
}
.other_anims .other_anim2{
    transition-delay: .2s;
}
.other_anims .other_anim3{
    transition-delay: .22s;
}
.other_anims .other_anim4{
    transition-delay: .24s;
}
.other_anims .other_anim5{
    transition-delay: .25s;
}

.nav_content >div >.heading{
    font-size: 16px;
    font-weight: 600;
    color:#444;
    padding:10px 20px;
    background-size: cover;
    /*background-image: url(/img/header_bg.png);*/
}
.nav_content >div .text{
    padding:10px 20px;
    text-align: left;
    font-size: 14px;
}
a{
    text-decoration: none;
    /*line-height:20px;*/
    margin-bottom: 5px;
    font-size: 14px;
    color:#006699;
    display: block;
}

#gallery_preview_legend{
    text-align: left;
    position: absolute;
    bottom:0px;
    padding:1px 1px;
    height:50px;
    width:100%;
    background: rgba(0,0,0,.8);
}
#gallery_preview_legend > .container{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 1px 2px;
    color:#fff;
    padding: 1px;
}
#gallery_preview_legend > .container >span{
    display: block;
    width:100%;
    height:15px;
    line-height:15px;
    font-size: 11px;
    border-bottom: 1px dashed rgba(255,255,255,.2);
    margin-bottom: 2px;
}
#gallery_preview_legend > .container >div{
    width:20px;
    height:20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    margin-bottom: 2px;
    background: #fff;
    transform: scale(.7,.7);
    transition: .2s all ease;
    position: relative;
    z-index: 1;

}

#gallery_preview_legend > .container >div>div{
    width:100%;
    height:100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0.34+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.34) 0%, rgba(255,255,255,0.34) 1%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.34) 0%,rgba(255,255,255,0.34) 1%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.34) 0%,rgba(255,255,255,0.34) 1%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

#gallery_preview_legend > .container >div.active{
    transform: scale(1.2,1.2);
    border:1px solid #fff;
}

#gallery_preview_legend > .container >div:hover{
    transform: scale(1,1);
}

#gallery_preview_legend > .container >div .caption{
    opacity: 0;
    pointer-events: none;
    padding: 5px 10px;
    font-size: 11px;
    color:#fff;
    background: rgba(0,0,0,.6);
    position: absolute;
    top:25px;
    left:0px;
    transition: .1s all ease;
    z-index: 1000000;
}

#gallery_preview_legend > .container >div:hover .caption{
    opacity: 1;
}


.page_banner{
    width:100%;
    height:400px;
    background-position: bottom;
}


#nav_all_features{
    font-size: 0px;
}
#nav_all_features >.group{
    padding:2px;
}
#nav_all_features >.group >.header{
    border-bottom: 1px solid #111;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}
#nav_all_features >.group >.item{
    padding:1px;
    border-bottom: 1px dashed #d5d5d5;
    margin-bottom: 1px;
}
#nav_all_features >.group >.item:hover{
    background:#006699;
    color:#fff;
}
#nav_all_features >.group >.item img{
    border: 1px solid #d5d5d5;
    width:40px;
    vertical-align: top;
}
#nav_all_features >.group >.item span{
    width:calc(100% - 50px);
    vertical-align: top;
    display: inline-block;
    padding:2px 5px;
    font-size: 14px;
}
footer .copyright{
    width: 100%;
    height:30px;
    line-height: 30px;
    border-top:1px solid #d0d0d0;
    background: #e5e5e5;
    color:#777;
    font-size: 12px;
    text-align: center;
}

footer .col h3{
    font-size: 1.6em;
    color:#ddd;
}
footer a{
    text-decoration: none;
    color:#ddd;
}
footer .col ul{
    padding: 0px;
}
footer .col ul > li{
    width:100%;
    display: block;
    /*border-bottom: solid 1px #d0d0d0;*/
    padding:10px 0px;
    font-size: 1.3em;
    padding: 5px 5px;
}

footer .col ul > li:hover{
    background: rgba(0,0,0,.3);
}

footer .paragraph{
    font-size: 1.3em;
    color:#777;
    margin-top: 10px;
}

footer i{
    font-size: 16px!important;
    width:25px;
    display: inline-block;
    color:#006699;
    margin-right: 5px;
}

footer p{
    margin:0px;
    display: inline-block;
    vertical-align: top;
}

footer .col{
    /*height:300px;*/
    padding:10px;
    box-sizing: border-box;
    border-right: 1px dashed #d0d0d0;
}

footer .col:last-child{
    border-right: none;
}

footer{
    border-top:1px dashed #A32043;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#474747+0,2d2d2d+100 */
    background: rgb(71,71,71); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #A32043 0%, #7F192A 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  #A32043 0%,#7F192A 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  #A32043 0%,#7F192A 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


footer >.inner{
    padding-top: 10px;
    background-image: url(/img/header_bg.png);
}

.features_images{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 0!important;
}

.special_grad_1{
    /*font-family: "Montserrat", serif;*/
    font-weight: 600;
    color:#444;
}

.special_grad_2{
    /*    font-family: "Montserrat", serif;*/
    font-weight: 400;
    color:#444;
}

.special_grad_1.light{
    /*    font-family: "Montserrat", serif;*/
    font-weight: 600;
    background: -webkit-linear-gradient(#ddd, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.special_grad_2.light{
    /*    font-family: "Montserrat", serif;*/
    font-weight: 400;
    background: -webkit-linear-gradient(#ddd, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info_block{
    padding: 20px;
    font-size: 16px;
}
.info_block h2{
    font-size: 1.5em;
    margin-top: 50px;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(#111, #006699);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info_block p{
    padding:20px;
}



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000000001; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
    overflow: hidden; /* Enable scrolling if needed */
}

.modal-content {
    top:50%;
    transform: translate(0px,-60%);
    position: relative;
    transition: .2s ease all;
    background-color: #fff;
    padding: 0px;
    padding-top: 60px;
    padding-bottom: 0px;
    border: 1px solid #888;
    opacity: 0;

}
.modal.displaying .modal-content {
    transform: translate(0px,-50%);
    opacity:1;
}

.modal-content >.inner{
    width:100%;
    height:100%;
    overflow:auto;
}

.modal-content.demo {
    margin: auto;
    height:98%;
    width: 98%; /* Default width */
    max-width: 700px; /* Max width for large screens */
    max-height:700px;
}

.modal-content.info {
    top:50%;
    margin: 0px auto;
    width: fit-content;
    max-width: 98%; /* Max width for large screens */
    height:fit-content;
    max-height:98%;
}

.modal-content > .close {
    display: block;
    width:30px;
    height:30px;
    line-height:30px;
    text-align: center;
    background: maroon;
    color: #fff;
    position: absolute;
    top:5px;
    right:5px;
    font-size: 28px;
    font-weight: bold;
    z-index: 1000;
    border-radius: 5px;
}

.modal-content > .close:hover,
.modal-content > .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

/* Responsiveness */
@media screen and (max-width: 600px) {
    .modal-content {
        width: 90%; /* Adjust width on small screens */
    }
}
#modal_book_demo_header{
    text-align: center;
    color:#fff;
    font-size: 18px;
    font-weight: 600;
    width:100%;
    height:60px;
    line-height:60px;
    position:absolute;
    top:0;
    left:0;
    background: linear-gradient(135deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
}

#modal_request_info_header{
    text-align: center;
    color:#fff;
    font-size: 18px;
    font-weight: 600;
    width:100%;
    height:60px;
    line-height:60px;
    position:absolute;
    top:0;
    left:0;
    background: linear-gradient(135deg,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
}

#modal_request_image{
    padding:20px;
    width:400px;
    flex:1;
    background-image:url(/img/features_extra/form_discovery.png);
    background-size: cover;
    display: flex;           /* Make the item a flex container */
    align-items: center;     /* Vertically center content */
    justify-content: center; /* Horizontally center content */
}

.form_notification{
    padding:5px 5px;
    /*background: #EEFFD6;*/
    font-size: 14px;
    color:#627260;
}


/*dropping textx*/
.dropping-texts {
    display: inline-block;
    text-align: left;
    height: 36px;
    vertical-align: -2px;
    white-space: nowrap;
}

.dropping-texts > div {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    position:absolute;
    padding: 3px 5px;
    border-radius: 5px;
}

.dropping-texts > div:nth-child(1) {
    animation: roll 5s linear infinite 0s;
}
.dropping-texts > div:nth-child(2) {
    animation: roll 5s linear infinite 1s;
}
.dropping-texts > div:nth-child(3) {
    animation: roll 5s linear infinite 2s;
}
.dropping-texts > div:nth-child(4) {
    animation: roll2 5s linear infinite 3s;
}

@keyframes roll {
    0% {
        font-size:0px;
        opacity:0;
        margin-left:-30px;
        margin-top:0px;
        transform: rotate(-25deg);
    }
    3% {
        opacity:1;
        transform: rotate(0deg);
    }
    5% {
        font-size:inherit;
        opacity:1;
        margin-left:0px;
        margin-top:0px;
    }
    20% {
        font-size:inherit;
        opacity:1;
        margin-left:0px;
        margin-top:0px;
        transform: rotate(0deg);
    }
    27% {
        font-size:0px;
        opacity:0.5;
        margin-left:20px;
        margin-top:100px;
    }
    100% {
        font-size:0px;
        opacity:0;
        margin-left:-30px;
        margin-top:0px;
        transform: rotate(15deg);
    }
}

@keyframes roll2 {
    0% {
        font-size:0px;
        opacity:0;
        margin-left:-30px;
        margin-top:0px;
        transform: rotate(-25deg);
    }
    3% {
        opacity:1;
        transform: rotate(0deg);
    }
    5% {
        font-size:inherit;
        opacity:1;
        margin-left:0px;
        margin-top:0px;
    }
    30% {
        font-size:inherit;
        opacity:1;
        margin-left:0px;
        margin-top:0px;
        transform: rotate(0deg);
    }
    37% {
        font-size:1500px;
        opacity:0;
        margin-left:-1000px;
        margin-top:-800px;
    }
    100% {
        font-size:0px;
        opacity:0;
        margin-left:-30px;
        margin-top:0px;
        transform: rotate(15deg);
    }
}


.flex_container {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap onto the next row */
    gap: 10px; /* Space between items */
}

.flex_container >.box {
    flex: 1 1 150px; /* Makes sure each box has a minimum width of 150px */
    min-width: 150px; /* Ensures no box is smaller than 150px */
    height: 200px; /* Set a fixed height or you can use auto to make it dynamic */
    background-color: lightblue;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#peek_overflow{
    padding: 10px 70px;
    padding-top: 55px;
    transition: .1s all ease;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top:0;
    left:0;
    background: rgba(0,0,0,.9);
    width:100%;
    height:100%;
    z-index: 2147483646;
    display: flex;
    flex-direction: column;
}
#peek_overflow.active{
    opacity: 1;
    pointer-events: auto;
}

#peek_overflow .top{
    position: absolute;
    top:0px;
    left:0px;
    z-index: 100;
    width: 100%;
    height:50px;
    padding: 5px;
    text-align: right;
}
#peek_overflow .img{
    flex-grow: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#peek_overflow .text{
    text-align: center;
    padding: 10px;
    color:#fff;
    background: rgba(0,0,0,.8);
}

#peek_overflow .closer{
    border-radius: 5px;
    display: inline-block;
    width:40px;
    height:40px;
    text-align: center;
    line-height: 40px;
    color:#fff;
    background: rgba(200,50,50,.7);
}
#peek_overflow .closer:hover{
    background: rgba(220,30,30,.8);
}
#peek_overflow .closer:active{
    background: rgba(220,50,50,.9);
}

#peek_overflow .right{
    position: absolute;
    top:0px;
    right:5px;
    width:60px;
    height: 100%;
    z-index: 0;
}
#peek_overflow .left{
    position: absolute;
    top:0px;
    left:5px;
    width:60px;
    height: 100%;
    z-index: 0;
}
#peek_overflow .right i,#peek_overflow .left i{
    display: block;
    width:60px;
    height:60px;
    line-height:60px;
    text-align: center;
    color:#fff;
    top:50%;
    right:0px;
    transform: translate(0px,-50%);
    background: rgba(10,90,120,.8);
    font-size: 48px;
}


#peek_overflow .right i:hover,#peek_overflow .left i:hover{
    background: rgba(40,120,180,.8);
}

ul.checklist {
    list-style: none;
    padding: 0;
}

ul.checklist li {
    padding-bottom: 5px;
    margin: 5px 0;
    padding-left: 30px;
    border-bottom: 1px dashed rgba(0,0,0,.15);
}

ul.checklist li::before {
    content: '\f058'; /* Font Awesome check icon */
    font-family: "Font Awesome 5 Pro";
    font-weight: 900; /* Ensure the check icon is shown */
    color: green; /* Change color of the check icon */
    position: absolute;
    top:0;
    left:10px;

}