@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700,900&subset=latin-ext);

.fix-height, header {
    height: 61px;
}

body, h1, h2, h3 {
    font-weight: 400;
}

.ana-modul a:hover, .ana-modul li, .ek-modul a:hover, .ek-modul li, a {
    text-decoration: none;
}

#main-menu a, #main-menu ul a {
    font-style: normal;
}

#main-menu ul a, body {
    font-family: Roboto,sans-serif;
}

*, .price-box * {
    box-sizing: border-box;
}

.icon-box, .icon-box-mod {
    min-width: 40px;
}

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    display: block;
}

#site-content, .cover {
    position: relative;
}

header .navbar {
    margin-bottom: 0;
}

#main-menu .main.head-btn {
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 5px;
    transition: .3s ease;
}

    #main-menu .main.head-btn.blue {
        border: 1px solid #3F95EA;
        color: #fff;
        background: #3F95EA;
    }

    #main-menu .main.head-btn.transparent {
        border: 1px solid #3F95EA;
        color: #3F95EA;
        background: 0 0;
    }

        #main-menu .main.head-btn.blue:hover, #main-menu .main.head-btn.transparent:hover {
            border-color: #56afe8;
            background: #56afe8;
            color: #fff;
        }

#main-menu .nav .open > a, #main-menu .nav .open > a:focus, #main-menu .nav .open > a:hover {
    background: #FFF !important;
}

.navbar-toggle {
    border: 2px solid #000;
    top: 5px;
}

    .navbar-toggle .icon-bar {
        background: #000;
    }

.mega-dropdown > ul.mega-dropdown-menu {
    display: none !important;
}

.mega-dropdown.open > ul.mega-dropdown-menu {
    display: block !important;
}

#main-menu .main {
    padding: 20px 15px;
}

    #main-menu .main.head-btn {
        top: 10px;
    }

body, html {
    width: 100%;
    height: 100%;
}

td, th {
    border-style: none;
}

body {
    color: #777;
    font-size: 15px;
    line-height: 1.2em;
}

h1, h2, h3 {
    line-height: 1.4em;
}

a {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.button {
    background: #1a7fd8;
    border-radius: 3px;
    padding: 10px 20px;
    color: #FFF;
    display: inline-block;
    margin-bottom: 10px;
}

    .button:active, .button:focus, .button:hover {
        color: #FFF;
        background: #1564ab;
        text-decoration: none;
    }

.title-h2, .title-h3 {
    margin-top: 0;
    line-height: 1.2em;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
}

.title-h2 {
    font-size: 40px;
}

.title-h3 {
    font-size: 30px;
}

#mobile-menu {
    display: none;
}

header {
    background: rgba(255,255,255,1);
    border-bottom: 1px solid #DDD;
}

.logo {
    max-width: 120px;
    height: auto;
    padding-top: 5px;
}
.logoWidth100 {
    max-width: 100px;
    height: auto;
    padding-top: 5px;
}



.presentation {
    padding: 100px 0;
    line-height: 1.5em;
}

    .presentation h1 {
        color: #2c3e50;
    }

    .presentation h3 {
        margin-bottom: 20px;
        color: #666;
    }

.banks {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    .banks img {
        width: 16%;
        padding: 1%;
        float: left;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: .4;
        cursor: pointer;
    }

        .banks img:hover {
            -webkit-filter: inherit;
            filter: inherit;
            opacity: 1;
        }

.banks-menu {
    margin-top: 10px;
    border-top: 1px solid #EFEFEF;
    float: left;
    width: 100%;
}

    .banks-menu img {
        width: 15%;
        padding: 0;
        margin-right: 70px;
        float: right;
    }

.cover {
    background: url(../images/aymada-cover2.jpg) center center no-repeat;
    background-size: cover;
    height: 600px;
    max-height: 600px;
}

    .cover .text {
        bottom: 20%;
        color: #444;
        font-size: 16px;
        position: absolute;
        width: 100%;
        top: 100px;
    }

        .cover .text .button {
            background: #1a7fd8;
            border-radius: 3px;
            padding: 10px 20px;
            color: #FFF;
            display: inline-block;
            margin: 0 10px;
        }

        .cover .text h2, .cover .text h3, .page-cover .text h2, .page-cover .text h3 {
            margin-top: 0;
            margin-bottom: 20px;
        }

        .cover .text .button:hover {
            background: #1564ab !important;
            color: #FFF;
        }

        .cover .text a {
            color: #444;
            white-space: nowrap;
        }

        .cover .text h2 {
            font-size: 40px;
            font-weight: 400;
            line-height: 1.2em;
        }

        .cover .text h3 {
            font-size: 25px;
            font-weight: 300;
            line-height: .3em;
        }

.page-cover {
    background-size: cover;
    position: relative;
    height: 600px;
}

    .page-cover .text {
        font-size: 16px;
        padding-top: 100px;
        padding-bottom: 100px;
    }

        .page-cover .text h2 {
            font-size: 40px;
            font-weight: 400;
            line-height: 1.2em;
        }

        .page-cover .text h3 {
            font-size: 25px;
            font-weight: 300;
            line-height: 1em;
        }

.mobile-header {
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
}

    .mobile-header .mobile-menu-trigger {
        position: absolute;
        right: 25px;
        top: 10px;
        font-size: 30px;
        color: #222;
    }

.mobile-menu, .mobile-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .mobile-menu li {
        padding: 0;
        margin: 0;
    }

        .mobile-menu li a {
            padding: 10px 0;
            color: rgba(255,255,255,.5);
            border-bottom: 1px solid rgba(255,2552,255,.1);
            display: block;
        }

            .mobile-menu li a:hover {
                color: #FFF;
            }

.mobile-menu-inner {
    padding: 20px;
}

    .mobile-menu-inner h3 {
        font-size: 20px;
        color: #fdf1f1;
        font-weight: 700;
    }

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
    background: #444;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF;
    min-height: 100vh;
}

.slideout-open, .slideout-open .slideout-panel, .slideout-open body {
    overflow: hidden;
}

    .slideout-open .slideout-menu {
        display: block;
    }

.header-module {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background: #f2f5f5;
    width: 100%;
    box-shadow: 0 0 2px 1px #bbb;
}

.ana-modul {
    float: left !important;
}

.ek-modul {
    float: right !important;
}

.ana-modul, .ek-modul {
    display: inline-block !important;
}

    .ana-modul a, .ek-modul a {
        color: #000;
        font-weight: 500;
        font-size: 14px;
    }

    .ana-modul li, .ek-modul li {
        padding: 10px 18px;
        float: left !important;
        list-style-type: none;
    }

.button-demo, .button-payment {
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
}

.button-demo {
    background: #f9b404;
    color: #FFF;
    margin-top: 10px;
    margin-left: 15px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.button-payment {
    background: #717174;
    color: #fff !important;
    margin: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

    .button-payment:focus, .button-payment:hover {
        background: #5e5e67 !important;
        color: #fff !important;
        text-decoration: none !important;
    }

.button-demo:focus, .button-demo:hover {
    background: #d89c03 !important;
    color: #FFF !important;
}

.button-login {
    background: #1a7fd8;
    border-radius: 3px;
    padding: 10px 20px;
    color: #FFF;
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

    .button-login:focus, .button-login:hover {
        background: #1564ab !important;
        color: #FFF;
    }

#main-menu {
    letter-spacing: -.2pt;
    line-height: 2em;
    padding-left: 0;
    padding-right: 0;
}

    #main-menu ul a {
        font-weight: 500;
    }

    #main-menu .main {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #000;
        font-size: 14px;
        letter-spacing: -.2pt;
    }

    #main-menu .navbar {
        min-height: inherit;
        margin-bottom: 0;
        border: none;
    }

    #main-menu .main:active, #main-menu .main:focus, #main-menu .main:hover, #main-menu .main:visited {
        background: #eee;
    }

    #main-menu .dropdown-menu {
        border: 0;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
        background: #FFF;
        border-radius: 0;
    }

.menu-products {
    background: #F5F5F5;
    border-radius: 3px;
    margin-top: 20px !important;
}

.menu-product-box {
    padding-left: 5px;
}

#main-menu .menu-contact p {
    padding-left: 5px;
    font-size: 16px;
}

#main-menu .menu-contact .glyphicon {
    padding-right: 5px;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

.main-slider-thumbs, .main-slider-thumbs-first {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

    .mega-dropdown-menu > li > ul > li > a {
        display: block;
        color: #222;
        border-radius: 2px;
        transition: all .2s;
        -webkit-transition: all .2s;
        padding-left: 5px;
        font-weight: 400 !important;
    }

.mega-dropdown-menu > li ul > li > a:focus, .mega-dropdown-menu > li ul > li > a:hover {
    text-decoration: none;
    background: #c8c5c5;
    color: #444;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #737376;
    font-weight: 500;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.navbar-collapse {
    overflow-y: hidden;
    background: #fff;
    position: relative;
}

    .navbar-collapse.in {
        overflow-y: hidden;
        border-bottom: 1px solid #ddd;
    }

.main-slider-wrapper {
    background: #f5f5f5;
}

.main-slider {
    float: left;
    width: 100%;
    height: 600px;
}

    .main-slider img {
        position: relative;
        padding-top: 0;
    }

    .main-slider .left {
        width: 60%;
        color: #000;
        font-size: 20px;
        float: left;
    }

    .main-slider .right {
        width: 40%;
        color: #000;
        font-size: 20px;
        float: left;
        line-height: 1.5em;
        padding-top: 50px;
    }

    .main-slider h1 {
        font-weight: 700;
    }

.main-slider-thumbs {
    float: left;
    width: 100%;
    background: #f5f5f5;
}

    .additional-home-box, .main-slider-thumbs .inner {
        background-color: #fafafa;
        transition: all .3s;
        float: left;
    }

    .main-slider-thumbs > div {
        display: inline-block;
        font-weight: 500;
        width: 16%;
        padding: 15px;
        float: left;
        min-height: 160px;
    }

    .additional-home-box a, .main-slider-thumbs div a {
        display: block;
        font-size: 18px;
        text-decoration: none;
    }

    .main-slider-thumbs div a {
        color: rgba(0,0,0,.7);
    }

    .main-slider-thumbs div:last-child a {
        border-bottom: 0;
    }

    .main-slider-thumbs div a:hover, .main-slider-thumbs div.active a {
        color: #000;
    }

.additional-home-box {
    border: 1px solid #e2e7ec;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    padding: 15px;
    min-height: 140px;
}

    .additional-home-box a {
        color: rgba(0,0,0,.7);
    }

    .additional-home-box img {
        padding-bottom: 10px;
        vertical-align: middle;
    }

    .additional-home-box:hover {
        border: 1px solid #e2e7ec;
        box-shadow: 0 0 21px 2px #e2e7ec;
        color: #000;
    }

.main-slider-thumbs .inner img {
    padding-bottom: 10px;
}

.main-slider-thumbs .inner {
    border: 1px solid #e2e7ec;
    border-radius: 4px;
    width: 100%;
    padding: 15px;
}

    .main-slider-thumbs .inner:hover {
        border: 1px solid #e2e7ec;
        box-shadow: 0 0 21px 2px #e2e7ec;
        color: #000;
    }

.main-slider-thumbs-first {
    float: left;
    width: 100%;
    background: #f5f5f5;
}

    .main-slider-thumbs-first div {
        display: inline-block;
        font-weight: 500;
        width: 16%;
        padding: 15px;
        float: left;
        min-height: 160px;
    }

        .main-slider-thumbs-first div a {
            display: block;
            color: rgba(0,0,0,.7);
            text-decoration: none;
            font-size: 18px;
        }

        .main-slider-thumbs-first div:last-child a {
            border-bottom: 0;
        }

        .main-slider-thumbs div.active a, .main-slider-thumbs-first div a:hover {
            color: #000;
        }

    .main-slider-thumbs-first .inner img {
        padding-bottom: 10px;
    }

    .main-slider-thumbs-first .inner {
        background-color: #fafafa;
        border: 1px solid #e2e7ec;
        border-radius: 4px;
        width: 100%;
        float: left;
        transition: all .3s;
    }

        .main-slider-thumbs-first .inner:hover {
            border: 1px solid #e2e7ec;
            box-shadow: 0 0 21px 2px #e2e7ec;
            color: #000;
        }

.owl-theme .owl-dots .owl-dot.active span {
    width: 14px;
}

.owl-theme .owl-dots {
    bottom: 50px;
    left: calc(50% - 70px);
}

.owl-next, .owl-prev {
    position: absolute;
    top: 35%;
    background: #869791 !important;
    font-size: 20px !important;
    opacity: .3;
}

.owl-prev {
    left: -20px;
}

.custom-list li:before, .specs ul li:before {
    content: '\f00c';
    font-family: FontAwesome;
    left: 0;
}

.owl-next {
    right: -20px;
}

    .owl-next:hover, .owl-prev:hover {
        background: #333 !important;
        opacity: .5;
    }

.boxes {
    background: #F2F5F5;
    padding: 70px 0;
}

    .boxes .box {
        background: #fff;
        padding: 0;
        max-width: 360px;
        margin: 40px auto 0;
        border: 1px solid #e2e7ec;
        transition: all .3s;
        min-height: 250px;
        border-radius: 12px;
    }

.modules-box {
    min-height: 525px;
}

.boxes .box:hover {
    border: 1px solid #e2e7ec;
    box-shadow: 0 0 21px 2px #e2e7ec;
    color: #000;
}

.boxes .box h2 {
    font-size: 20px;
    margin: 10px 0;
    color: #555;
    font-weight: 700;
}

.boxes .box p {
    line-height: 20px;
}

.boxes .box .icon {
    width: 100%;
    height: 140px;
    margin: auto;
    background: #53bc54;
    border-bottom: 1px solid #dae6eb;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.boxes .box .box-icon {
    width: 140px;
    max-width: 140px;
    height: auto;
    display: inline-block;
    padding: 25px;
}

.boxes .box .button {
    border: 1px solid #555;
    background: #FFF;
    border-radius: 3px;
    padding: 10px 30px;
    color: #555;
    margin-top: 10px;
}

    .boxes .box .button:hover {
        border: 1px solid #555;
        background: #555;
        color: #FFF;
    }

.boxes .box .text {
    padding: 20px;
}

.custom-list, .custom-list li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.custom-list {
    margin-bottom: 30px;
}

    .custom-list li {
        padding-left: 30px;
    }

        .custom-list li:before {
            color: #53bc54;
            position: absolute;
            font-size: 80%;
        }

.boxes .box .custom-list {
    margin-bottom: 10px;
    min-height: 200px;
}

    .boxes .box .custom-list li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.module-boxes {
    margin-top: -190px;
}

.specs {
    padding: 70px 0 40px;
    background: url(../images/aymada-specsbg.jpg) top center no-repeat #FFF;
    position: relative;
}

    .specs h4 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px;
        line-height: 1.4em;
    }

.columns h5, .price .grey {
    font-weight: 400;
}

.specs ul, .specs ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

    .specs ul li {
        margin: 5px 0;
        position: relative;
        padding-left: 20px;
    }

        .specs ul li:before {
            position: absolute;
            font-size: 12px;
        }

.specs ul {
    margin-bottom: 20px;
}

.slogans {
    background-image: url(../images/aymada-slogans-bg.svg);
    background-size: cover;
    padding: 30px 0;
}

    .slogans h4 {
        text-align: center;
    }

    .slogans h2, .slogans h3, .slogans h4 {
        color: #fff;
        line-height: 1.1em;
    }

.references {
    background: #FFF;
    padding: 30px 0;
}

.columns {
    float: left;
    width: 33.3%;
    padding: 10px 10px 30px;
}

.modules-img, .price-img {
    float: right;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: .3s;
    transition: .5s;
}

    .price:hover {
        /*box-shadow: 0 8px 12px 0 rgba(0,0,0,.2);
        transform: scale(1.02) translateY(-5px);*/
    }

    .price .header {
        background-color: #2196f3;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
        height: 80px;
        line-height: 40px;
    }

    .price .first-header {
        background-color: #f2f2f2;
        color: #717174;
        font-weight: 600;
        font-size: 16px;
    }

    .price li {
        border-bottom: 1px solid #eee;
        padding: 20px;
        text-align: center;
    }

        .price li:nth-child(5) {
            padding: 5px;
        }

        .price li:nth-child(n+6) {
            padding: 8px;
            background-color: #fafafa;
        }

    .price .grey {
        background-color: #fff;
        font-size: 14px;
    }

    .price .black {
        background-color: #fff;
        font-size: 16px;
        color: #717174;
        font-family: Roboto,sans-serif;
        font-weight: 400;
    }

.prices-button {
    width: 100%;
    border-radius: 2px;
    border: none;
    color: #fff;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

    .prices-button:active, .prices-button:focus, .prices-button:hover, .prices-button:visited {
        opacity: .9;
        text-decoration: none;
        background: #000;
        color: #fff;
    }

.page-title, .page-title-big {
    background: #1a7fd8;
    border-bottom: 1px solid #EEE;
}

.features {
    padding: 10px;
}

.page-title {
    padding: 30px 0;
    color: #DDD;
}

    .page-title h1 {
        color: #FFF;
        line-height: 1.6em;
        font-size: 30px;
        margin: 0;
    }

.page-title-big {
    padding: 0;
    color: #DDD;
    min-height: 250px;
}

    .page-title-big h1 {
        color: #FFF;
        line-height: 1.6em;
        font-size: 50px;
        margin: 50px 0 0;
    }

.page-sub-title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
}

.page-section {
    padding: 70px 0;
    background: #FFF;
}

.price-box {
    font-size: 16px;
}

    .price-box .title {
        font-size: 30px;
        font-weight: 400;
        line-height: 1em;
        margin-bottom: 0;
        padding: 20px;
        border-radius: 4px 4px 0 0;
        background: #000;
    }

    .price-box .title-color1 {
        background: #4CAF50;
        color: #FFF;
    }

    .price-box .title-color2 {
        background: #2196F3;
        color: #FFF;
    }

    .price-box .title-color3 {
        background: #ef6c00;
        color: #FFF;
    }

    .price-box .title-color4 {
        background: #E91E63;
        color: #FFF;
    }

    .price-box .price-month1 {
        color: #4CAF50 !important;
    }

    .price-box .price-month2 {
        color: #2196F3 !important;
    }

    .price-box .price-month3 {
        color: #ef6c00 !important;
    }

    .price-box .price-month4 {
        color: #E91E63 !important;
    }

    .price-box table {
        margin-bottom: 0;
    }

    .price-box .title small {
        font-size: 18px !important;
        font-weight: 400;
        line-height: 1em;
    }

    .price-box .price-month {
        font-size: 40px;
        font-weight: 700;
        margin-top: 20px;
        background: #FFF;
        color: #000;
        padding: 20px 0;
        border-right: 1px solid #DDD;
        border-left: 1px solid #DDD;
        letter-spacing: -2px;
    }

        .price-box .price-month small {
            font-size: 12px !important;
            font-weight: 700;
            letter-spacing: normal !important;
        }

    .price-box .price-year {
        border: 1px solid #DDD;
        border-top: 0;
        padding: 20px 0;
        border-radius: 0 0 4px 4px;
    }

        .price-box .price-year h3 {
            margin: 0;
        }

    .price-box .price-sale {
        text-decoration: line-through;
    }

.price-button {
    padding: 20px;
}

    .price-button .button {
        display: block;
        margin: 0;
        background: #444;
    }

        .price-button .button:hover {
            background: #807b7b;
        }

.price-img {
    margin-top: 50px;
    margin-right: 70px;
}

.contact-page h5 {
    font-size: 15px;
}

.contact-page .item {
    position: relative;
    margin-bottom: 30px;
}

    .contact-page .item:before, footer span:before {
        position: absolute;
        font-family: FontAwesome;
    }

    .contact-page .item:before {
        left: 30px;
        top: 45px;
        color: #001b74;
        font-size: 70px;
    }

    .contact-page .item h1 {
        margin: 0;
        color: #001b74;
    }

.contact-page .item-phone {
    background: #f2f5f5;
    padding: 20px 20px 20px 120px;
    border-radius: 6px 0 0 6px;
}

    .contact-page .item-phone:before {
        content: '\f098';
    }

.contact-page .item-email {
    background: #eee;
    padding: 20px 20px 20px 120px;
    border-radius: 0 6px 6px 0;
}

    .contact-page .item-email:before {
        content: '\f199';
    }

.contact-img {
    margin-top: 60px;
    float: right;
}

.site-form input[type=email], .site-form input[type=password], .site-form input[type=text] {
    border: 2px solid #EEE;
    box-shadow: none;
    padding: 10px;
    font-size: 15px;
    height: inherit;
    width: 70%;
    float: left;
}

.site-form label {
    width: 30%;
    float: left;
    padding-top: 16px;
}

.site-form .form-group {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.site-form textarea {
    width: 70%;
    float: left;
    max-height: 120px;
    border: 2px solid #EEE;
    box-shadow: none;
    padding: 10px;
}

.site-form .button {
    border: 0;
    font-size: 18px;
    padding-right: 50px;
    padding-left: 50px;
}

.site-form input:focus, .site-form select:focus, .site-form textarea:focus {
    border: 2px solid #DDD;
    box-shadow: none;
}

.demo-img {
    margin-top: 35px;
    float: right;
}

.trial {
    background: #1a7fd8;
    padding: 50px 0;
    color: #FFF;
}

    .trial h2 {
        color: #FFF;
        margin-bottom: 20px;
        font-weight: 300;
    }

    .trial .button {
        background: 0 0;
        border: 2px solid #fff;
        font-size: 18px;
        border-radius: 3px;
        padding: 10px 30px;
        color: #FFF;
        display: inline-block;
    }

        .trial .button:hover {
            background: #f6f6f6 !important;
            color: #2d2b2b;
        }

footer {
    background: #F2F5F5;
    padding-top: 25px;
    color: #727271;
    font-size: 11px;
}

    footer .logo {
        max-width: 120px;
        height: auto;
        margin-bottom: 10px;
    }

    footer .logo-desc {
        line-height: 1.5em;
    }

    footer span {
        width: 100%;
        display: block;
        padding-left: 22px;
        position: relative;
    }

        footer span:before {
            left: 0;
            width: 16px;
            text-align: center;
        }

    footer .phone:before {
        content: '\f098';
    }

    footer .phonem:before {
        content: '\f10b';
    }

    footer .address:before {
        content: '\f041';
    }

    footer .email:before {
        content: '\f003';
    }

    footer h2 {
        margin-top: 10px;
        margin-bottom: 17px;
        font-size: 18px;
        font-weight: 700;
    }

    footer .footer-menu, footer .footer-menu li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-position: inside;
    }

        footer .footer-menu li a {
            display: block;
            padding: 3px 0;
            color: #727271;
        }

    footer .bottom {
        background: #d5d5d5;
        padding: 10px 0;
        margin-top: 25px;
        font-size: 13px;
        border-top: 1px solid #d1cccc;
    }

.blog-detail, .blog-item {
    padding: 20px 0;
}

footer .bottom p {
    margin: 10px 0 0;
    color: #363636;
}

footer .bottom .social {
    margin-top: 10px;
}

    footer .bottom .social a {
        font-size: 20px;
        color: #363636;
        margin: 8px;
    }

.footer-download {
    height: 55px;
    width: auto;
    margin-left: -10px;
}

.blog-link, .blog-link:active, .blog-link:focus, .blog-link:hover, .blog-link:visited {
    text-decoration: none;
}

.blog-item {
    border-bottom: 1px solid #eee;
}

    .blog-item:hover {
        border-bottom: 1px solid #a1c5c7;
    }

.blog-text {
    height: 100px;
}

.blog-img {
    line-height: 150px;
    display: inline-block;
    vertical-align: middle;
}

    .blog-detail-img > img, .blog-img > img {
        width: 100%;
        max-width: 300px;
        max-height: 500px;
        vertical-align: initial !important;
    }

    .blog-img > img {
        margin-top: 25px;
    }

.blog-detail-img > img {
    margin-top: 40px;
}

.blog-time {
    color: #6a6a6a;
}

.blog-title {
    height: 250px;
    background-color: #dff0d8;
    color: #fff;
}

.pagination-detail > span {
    line-height: 34px;
    margin-right: 5px;
}

.pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pgr {
    text-align: center;
}

.blog-detail-time {
    font-size: 16px;
    font-weight: 600;
    color: #4c7374;
    text-align: center;
    line-height: 0;
    padding-top: 50px;
}

.blog-content {
    color: #475d5e;
    line-height: 3rem;
    font-family: Adelle,Times,Times New Roman,serif;
    margin: 20px;
}

    .blog-content img {
        width: 100% !important;
        height: auto !important;
    }

.blog-page-title {
    min-height: 170px;
    background-color: #9ab98d;
}

    .blog-page-title h1 {
        text-align: center;
        color: #fff;
        line-height: 70px;
        font-size: 50px;
        margin-top: 4%;
    }

.blog-header h2 {
    color: #557249;
    font-size: 25px;
}

    .blog-header h2:hover {
        color: #32661d;
    }

.blog-summary {
    font-size: 16px !important;
    color: #525252 !important;
    padding: 0 !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    font-family: calibri !important;
    margin: 10px 0 !important;
}

.blog-img h3 {
    font-size: 3rem;
    color: #4c7374;
    text-align: center;
}

.recent-posts {
    margin-top: 30px;
    padding: 10px;
}

    .recent-posts h2 {
        font-size: 16px;
        margin-top: 0;
        color: #557249;
    }
    .recent-posts a:hover, .recent-posts h2:hover {
    text-decoration: none;
    color: #32661d;
}

.container-custom-demo, .detail-box {
    margin-bottom: 20px;
    margin-top: 20px;
}



.navbar-brand {
    padding-top: 5px;
    display: block;
    position: relative;
    z-index: 1;
}

.container-custom-demo {
    padding-top: 40px;
    background-color: #f9f8f6;
    min-height: 400px;
}

.container-custom-contact {
    padding: 20px;
    margin: 20px;
    background: #f2f5f5;
    min-height: 540px;
}

.more-information {
    padding: 5px 10px;
}

.navbar-right {
    margin-right: 0 !important;
}

.payment-box {
    padding: 20px;
    margin: 20px;
    background: #f2f5f5;
    border: 1px solid #000;
}

.detail-box {
    display: inline-block;
    font-weight: 500;
    width: 100%;
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #707474;
    border-radius: 15px;
}

legend {
    color: #877c7c;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}

.client-image {
    text-align: center;
}

    .client-image img {
        border-radius: 100%;
        width: 100%;
        height: 100%;
        vertical-align: top;
    }

.client-info {
    padding-left: 20px;
}

.single-testimonial h5 {
    font-weight: 300;
    color: #777;
}

    .single-testimonial h5 small {
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: #000;
    }

.boxes .box-modules .col-xs-3, .boxes .box-modules h3 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.container-fluid {
    padding: 70px 0;
}

.bg-1 {
    background-color: #fff;
    color: #555;
}

.blockquote {
    font-size: 14px;
    line-height: 2em;
    font-weight: 300;
    letter-spacing: .05em;
    font-family: Calibri;
}

.boxes .box-default {
    background: #fff;
    padding: 15px;
    margin: 20px auto 0;
    border: 1px solid #e2e7ec;
    transition: all .3s;
    min-height: 170px;
    border-radius: 12px;
}

    .boxes .box-default h2 {
        font-size: 20px;
        font-weight: 500;
    }

    .boxes .box-default p {
        line-height: 20px;
    }

.references h4 {
    line-height: .9em;
    text-align: center;
}

.boxes .box-modules {
    background: #fff;
    margin: 40px auto 0;
    border: 1px solid #e2e7ec;
    transition: all .3s;
    border-radius: 5px;
    min-height: 111px;
    border-bottom: 2px solid #b4b7b7;
}

    .boxes .box-modules h3 {
        color: #505456;
        margin: 0;
        width: 100%;
    }

    .boxes .box-modules .text {
        line-height: 111px;
    }

    .boxes .box-modules .col-xs-3 {
        border-right: 1px solid #f5f5f5;
        background: #f5f5f5;
        height: 107px;
        font-size: 24px;
        line-height: 107px;
    }

.input-group-mod {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon-mod {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.fail-box, .success-box {
    padding: 70px 20px;
    min-height: 350px;
}

.blogheaderlbl, .fail-btn, .page-title-big-additional-modules h1, .row .col-xs-4 {
    font-weight: 700;
}

.fail-box {
    background: #f2dede;
}

.fail-btn {
    border: 2px solid #987b7b;
    background: 0 0;
    color: #987b7b;
    margin-top: 30px;
}

    .fail-btn:hover {
        color: #fff;
        background: #987b7b;
    }

    .fail-btn:active, .fail-btn:focus, .fail-btn:visited {
        border: none;
        color: #fff;
        background: #987b7b;
    }

.success-box {
    background: #dff0d8;
}

.firm-info-block {
    padding: 10px 0;
    border-top: 5px double green;
}

.row > .firm-info-block:first-child {
    border: none;
}

.ReferenceName {
    border-right: 3px dotted #999;
    font-size: 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inherit;
    vertical-align: middle;
}

.blogheaderlbl, .stepcircle {
    display: inline-block;
    text-align: center;
}

.ReferenceRight {
    z-index: 50;
    height: 80px;
    width: 15px;
    position: absolute;
    right: 30px;
    background: #fff;
    top: 0;
}

.sub-container {
    margin: auto 150px;
}

.captchalbl {
    width: 165px;
    float: left;
}

.blogheaderlbl {
    vertical-align: middle;
    margin-top: 20px;
}

.stepcircle {
    border-radius: 50%;
    border: 3px solid;
    height: 60px;
    width: 60px;
    padding: 20px;
    position: relative;
    font-size: 20px;
    color: green;
    background: #fff;
    z-index: 2;
}

.steplineleft, .steplineright {
    position: absolute;
    width: 50%;
    height: 3px;
    top: 35%;
    display: block;
}

.steplineright {
    left: 50%;
}

.step {
    padding: 0;
    text-align: center;
}

.stepTitle {
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
}

.done-step, .done-step > .stepTitle {
    color: #26c281;
}

    .done-step > .steplineleft, .done-step > .steplineright {
        background-color: #26c281;
    }

    .done-step > .stepcircle {
        border-color: #26c281;
        color: #26c281;
    }

.active-step, .active-step > .stepTitle {
    color: #32c5d2;
}

    .active-step > .steplineleft, .active-step > .steplineright {
        background-color: #32c5d2;
    }

    .active-step > .stepcircle {
        border-color: #32c5d2;
        color: #32c5d2;
    }

.next-step, .next-step > .stepTitle {
    color: #e5e5e5;
}

    .next-step > .steplineleft, .next-step > .steplineright {
        background-color: #e5e5e5;
    }

    .next-step > .stepcircle {
        border-color: #e5e5e5;
        color: #e5e5e5;
    }

.fail-step, .fail-step > .stepTitle {
    color: #f36a5a;
}

    .fail-step > .steplineleft, .fail-step > .steplineright {
        background-color: #f36a5a;
    }

    .fail-step > .stepcircle {
        border-color: #f36a5a;
        color: #f36a5a;
    }

.modules-boxes {
    border: 1px solid #e2e7ec;
    width: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    margin: 20px 0;
    min-height: 170px;
    transition: all .3s;
}

    .modules-boxes:hover {
        border: 1px solid #a3a5a7;
        box-shadow: 0 0 21px 2px #a3a5a7;
        top: -2px;
    }

#tb-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: block;
    background: #fff;
}

.tb-preloader-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

    .tb-preloader-wave:after, .tb-preloader-wave:before {
        position: absolute;
        display: inline-block;
        content: "";
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #222;
        -webkit-animation: preloader-wave 1.6s linear infinite;
        animation: preloader-wave 1.6s linear infinite;
    }

    .tb-preloader-wave:after {
        animation-delay: -.8s;
        -webkit-animation-delay: -.8s;
    }

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0,0);
        transform: scale(0,0);
        opacity: .5;
        filter: alpha(opacity=50);
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0,0);
        opacity: .5;
        filter: alpha(opacity=50);
    }

    100% {
        -webkit-transform: scale(1,1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

.page-title-big-additional-modules {
    padding: 0;
    color: #DDD;
    border-bottom: 1px solid #EEE;
    min-height: 300px;
}

    .page-title-big-additional-modules i {
        font-size: 200px;
        line-height: 300px;
    }

.additional-box {
    background: 0 0;
    border: 2px solid #fff;
    font-size: 18px;
    border-radius: 3px;
    padding: 10px 30px;
    color: #FFF;
    display: inline-block;
    min-height: 60px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

    .additional-box:hover {
        background: #f6f6f6 !important;
        color: #2d2b2b;
    }

.additional-modules-bg {
    background-color: #ed857d;
}

    .additional-modules-bg :after {
        position: absolute;
        background: url(../images/aymada-bg3.jpg);
        background-size: cover;
        opacity: .1;
        /*z-index: 0;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .additional-modules-bg img {
        margin-top: 80px;
        float: right;
    }

.additional-modules-header-text {
    color: #fff;
    font-size: 5.6em;
    font-weight: 600;
    font-family: Poppins,sans-serif;
}

    .additional-modules-header-text h2 {
        line-height: 350px !important;
        vertical-align: middle;
        display: inline-block;
    }

.side-text {
    padding: 0;
}

    .side-text i {
        color: #7e6361;
        font-size: 30px;
        padding: 10px;
    }

.additional-properties {
    padding: 0;
}

    .additional-properties h5 {
        font-weight: 700;
    }

.additional-thumbs div {
    min-height: inherit;
}

.additional-box-icon {
    height: 70px;
}

.target-text {
    font-size: .8em;
    line-height: 110px !important;
    display: inline-block;
    vertical-align: middle;
}

.additional-properties p {
    font-size: 12px !important;
}

.customer-mockup-image {
    height: 500px !important;
    width: auto !important;
    margin-left: 15%;
}

.additional-left {
    text-align: left;
}

.additional-right {
    text-align: right;
}

.additional-modules-specifications:nth-child(odd) > div {
    float: right;
    text-align: right;
}

.additional-modules-specifications :nth-child(even) > div {
    float: left;
    text-align: left;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}


/**********************RESPONSIVE**********************/

@media only screen and (max-width:1200px) {
    .price .black {
        min-height: 100px;
    }

    .ana-modul li, .ek-modul li {
        padding: 10px;
    }

    .blog-header h2 {
        font-size: 25px;
    }

    .boxes .box {
        min-height: 230px;
    }

    .page-title-big h1 {
        line-height: 1em;
    }

    .main-slider .right {
        padding-top: 10px;
    }

    .blogheaderlbl {
        line-height: 50px;
    }

    .additional-modules-header-text h2 {
        font-size: 1.5em !important;
    }

    .target-text {
        font-size: .6em;
    }

    .page-cover .text {
        font-size: 12px;
    }
}

@media only screen and (max-width:1024px) {
    .boxes .box {
        min-height: 260px;
    }
}

@media only screen and (max-width:992px) {
    #non-container {
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .price li:nth-child(1) {
        min-height: 80px;
    }

    .price .header {
        line-height: 80px;
        min-height: 110px;
    }

    .mobile-hide-large {
        display: none;
    }

    .sub-container {
        margin: 0;
    }

    .page-cover .text h2 {
        font-size: 32px;
    }

    .page-cover .text h3 {
        font-size: 18px;
    }

    .page-cover .text {
        padding-top: 40px;
    }

    .page-cover {
        height: 500px;
    }

    footer .logo {
        margin-left: calc(50% - 60px);
    }

    .price-div {
        margin-bottom: 25px;
    }

    .additional-modules-header-text h2 {
        font-size: 1.2em !important;
    }

    .target-text {
        font-size: .5em;
    }

    .main-slider-thumbs-first .inner {
        min-height: 120px;
    }

    .main-slider-thumbs .inner {
        min-height: 130px;
    }

    .default-icon {
        height: 50px;
        width: auto;
    }
}

@media only screen and (max-width:991px) {
    #mobile-menu, .mobile-menu-trigger {
        display: block;
    }

    .download-row {
        text-align: center;
    }

    #mobile-menu {
        width: 100%;
    }

    .steplineleft, .steplineright {
        display: none;
    }

    #main-menu .main {
        padding: 20px 10px;
    }
}

@media only screen and (max-width:900px) {
    .btnsendDemo, .captchalbl {
        margin-top: 5px;
    }

    .captchalbl {
        margin-right: 5px;
    }
}

@media only screen and (max-width:850px) {
    .owl-prev {
        left: 0;
    }

    .owl-next {
        right: 0;
    }
}

@media only screen and (max-width:800px) {
    .main-slider-thumbs div a {
        font-size: 12px;
    }

    .main-slider-thumbs .inner img {
        max-width: 40px;
        height: auto;
    }

    .cover .text {
        top: 30px;
        bottom: 20%;
    }

        .cover .text a {
            color: #444;
        }

        .cover .text h2 {
            font-size: 40px;
            color: #42426b;
        }

        .cover .text h3 {
            font-size: 30px;
            color: #292946;
        }

        .cover .text p {
            color: #292946;
        }

        .cover .text .mobile-link, .mobile-menu-trigger {
            display: block;
        }

    .module-boxes {
        margin-top: inherit;
    }

    .page-cover .text {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-cover {
        height: inherit;
    }

    .main-slider-thumbs .inner {
        min-height: 120px;
    }

    .additional-modules-bg {
        display: grid;
    }
}

@media only screen and (max-width:768px) {
    .boxes .box h2, .boxes .box p, .boxes .box-default h2, .price-text, .text-inner, footer .footer-menu li a, footer h2 {
        text-align: center;
    }

    .columns {
        width: 100%;
    }

    .mobile-hide-medium, .responsive-hide {
        display: none;
    }

    .blog-header h2 {
        font-size: 22px;
    }

    .main-slider-thumbs-first div a {
        font-size: 14px;
    }

    .additional-home-box {
        margin: 5px;
    }

    .additional-modules-bg img {
        margin-top: 0;
        float: inherit;
        margin-left: 15%;
    }

    .specs {
        padding: 30px 0;
        background: #f9f9f9;
        background-size: cover;
    }

    .cover {
        background: url(../images/aymada-cover-mobile.jpg) center center no-repeat;
        background-size: cover;
    }

        .cover .text .button {
            margin-right: 0;
        }

    .special {
        width: 100% !important;
    }

    footer h2 {
        margin-bottom: 0;
    }

    .boxes .box {
        min-height: 280px;
    }

    .price-div {
        margin-bottom: 25px;
    }

    footer .fa, footer span {
        display: initial;
    }

    .slogans {
        color: #433e3e;
        background-size: cover;
    }

        .slogans h4 {
            font-size: 16px;
        }

        .slogans h3 {
            font-size: 20px;
            font-weight: 500;
        }

        .slogans h2 {
            font-size: 26px;
        }

    .price-img {
        margin-right: 41%;
        margin-bottom: 10px;
        float: right;
    }

    .contact-img {
        float: right;
        margin-right: 35%;
    }

    .demo-img {
        margin-bottom: 5px;
        margin-left: 35%;
        float: none;
    }

    .modules-img {
        margin-right: 30%;
    }

    .additional-modules-header-text h2 {
        line-height: 1em !important;
    }

    .client-image img {
        height: 50px;
        width: auto;
        margin-top: 20px;
    }

    .container-fluid {
        padding-top: 0;
    }

    .customer-mockup-image {
        margin: initial;
    }
}

@media only screen and (max-width:767px) {
    .additional-modules-specifications > div {
        float: left !important;
        text-align: center !important;
        width: 100%;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 0;
    }

    #main-menu .main {
        padding: 10px 15px;
    }

        #main-menu .main.head-btn {
            top: 0;
            margin-bottom: 5px;
        }
}

@media only screen and (max-width:724px) {
    .main-slider-thumbs .inner {
        min-height: 110px;
    }

    .customer-mockup-image {
        height: 450px !important;
        width: auto !important;
        margin-left: 0;
    }
}

@media only screen and (max-width:600px) {
    .owl-theme .owl-dots {
        bottom: -100px;
    }

    .title-h2 {
        font-size: 26px;
    }

    .title-h3 {
        font-size: 20px;
    }

    .main-slider-wrapper {
        padding: 20px 0 40px;
        min-height: 750px;
    }

    .main-slider .left, .main-slider .right {
        width: 100%;
        padding: 0;
    }

    .main-slider .right {
        text-align: center;
        margin-bottom: 20px;
    }

    footer .footer-menu {
        margin-bottom: 10px;
    }

    footer {
        font-size: 14px;
    }

    .boxes .box .custom-list {
        min-height: auto;
    }

    .boxes {
        background: url(../images/aymada-specs-mobilebg.jpg) top center no-repeat #FFF;
        background-size: cover;
        padding: 10px 0;
    }

    .modules-img {
        margin-right: 25%;
    }

    .customer-mockup-image {
        height: 350px !important;
        width: auto !important;
        margin-left: 20%;
    }
}

@media only screen and (max-width:548px) {
    .blog-detail-time {
        padding-top: 30px;
    }

    .blog-img h3 {
        font-size: 3rem;
    }

    .blogheaderlbl {
        line-height: 30px;
        font-size: 20px;
    }
}

@media only screen and (max-width:540px) {
    .additional-modules-bg img {
        margin-left: 0;
    }
}

@media only screen and (max-width:480px) {
    .ReferenceName {
        display: block;
    }

    .page-cover .text h2 {
        line-height: 1.2em;
        font-size: 1.4em;
    }

    .blog-header h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width:440px) {
    .footer-download {
        height: 40px;
    }

    .blog-img h3 {
        font-size: 2.3rem;
    }

    .blog-header h2 {
        font-size: 16px;
    }

    .blog-summary {
        font-size: 14px;
    }

    .blog-time {
        font-size: 13px;
    }

    .mobile-hide {
        display: none;
    }

    .price-img {
        margin-right: 32%;
    }

    .contact-img {
        margin-right: 25%;
        margin-top: 0;
    }

    .demo-img {
        margin-bottom: 5px;
        margin-left: 25%;
        margin-top: 0;
    }

    .modules-img {
        margin-right: 15%;
    }

    .additional-modules-header-text h2 {
        font-size: .9em !important;
    }

    .side-text i {
        font-size: 24px;
        padding-left: 0;
    }

    .customer-mockup-image {
        height: 300px !important;
        width: auto !important;
        margin-left: 10%;
    }

    .cover .text h3 {
        font-size: 25px;
        font-weight: 400;
    }

    .main-slider .right {
        font-size: 17px;
    }

    .owl-theme .owl-dots {
        bottom: 0;
    }

    .main-slider-wrapper {
        min-height: initial;
    }
}

@media only screen and (max-width:320px) {
    .page-cover .text h2 {
        font-size: 22px;
    }

    .page-cover .text h3 {
        font-size: 14px;
    }

    .price-img {
        margin-right: 0;
    }

    .contact-img {
        margin-right: 10%;
    }

    .demo-img {
        margin-bottom: 5px;
        margin-top: 0;
        margin-left: 10%;
    }

    .cover .text h3 {
        font-size: 20px;
    }

    .customer-mockup-image {
        height: 200px !important;
    }

    .blog-detail-time {
        padding-top: 10px;
    }
}
.btn.btn-outline-secondary.active {
    background: #03A9F4;
    color: white;
}