﻿@font-face {
    font-family: 'Museo500';
    src: url('/fonts/museosansrounded-500-webfont.ttf');
}

@font-face {
    font-family: 'Museo900';
    src: url('/fonts/museosansrounded-900-webfont.ttf');
}

    .m-t-50 {
    margin-top: 50px;
}

.header-section-1 .btn-text,
.features-section-6 .btn-text {
    min-width: 180px;
}

.btn {
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
    overflow: hidden;
    outline: 0;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn:last-child {
margin-right: 0px !important;
}

.btn .icon {
position: relative;
top: 2px;
}

.btn.left-icon .icon {
margin-right: 8px;
}

.btn.right-icon .icon {
margin-left: 8px;
}

.btn.btn-fill {
padding: 15px 30px;
}

.btn.btn-border {
background-color: transparent;
border: 2px solid;
padding: 13px 30px;
}

.btn.btn-icon {
padding: 0px 30px;
}

.btn.btn-icon .btn-text {
    display: inline-block;
    padding: 15px 0;
}

.btn.btn-icon .icon {
    font-size: 22px;
}

.btn.btn-icon .icon {
    position: relative;
    top: 5px;
}

.btn.btn-icon.btn-border .btn-text {
    padding: 13px 0;
}

.header-section-1 .btn-text,
.features-section-6 .btn-text {
    min-width: 180px;
}

.btn {
    color: #ffffff;
}

.btn.btn-border {
    background-color: #643094;
    border-color: #643094;
    color: #ffffff;
}

    .btn.btn-border:hover {
        background-color: transparent;
        border-color: #643094;
        color: #643094;
    }

.btn:hover {
    box-shadow: 0 5px 28px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 5px 28px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 5px 28px 0 rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 5px 28px 0 rgba(0, 0, 0, 0.35);
}

.big-btn {
    padding: 10px 0px 11px 0px;
    width: 215px;
    margin-top: 5px;
}

    .big-btn i {
        font-size: 65px;
        margin-right: 0px !important;
    }

    .big-btn strong {
        font-size: 25px;
        text-shadow: 1px 2px 0px #34659B;
        color: #fff;
        line-height: 24px;
    }

    .big-btn .btn-text {
        margin-top: 6px;
    }

    .big-btn small {
        font-size: 75%;
    }

.android-btn {
    width: 240px;
    padding: 13px 17px 13px 0px;
    background-color: #000;
    border-color: #000;
}

    .android-btn:hover {
        background-color: #272727;
    }

    .android-btn i {
        font-size: 55px;
    }

    .android-btn .btn-text {
        margin-top: 0px;
    }

    .android-btn strong {
        font-size: 25px;
        text-shadow: none;
        color: #fff;
        line-height: 24px;
    }

.windows-btn {
    background-color: #008A00;
    width: 235px;
    padding: 13px 5px 13px 10px;
    border-color: #055805;
}

    .windows-btn:hover {
        background-color: #008A00;
    }

    .windows-btn .btn-text {
        text-shadow: none;
        font-size: 26px;
        line-height: 25px;
    }

.subject {
    display: none;
}