@font-face {
    font-family: BebasNeue;
    src: url(/fonts/BebasNeue.otf);
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

#page-container {
    position: relative;
    padding-top: 80px 0px;
}

/*-------------NAVBAR-------------*/

.mobile-logo {
    padding-top: 20px;
}

#navbar {
    position: relative;
    top: 0;
    left: 0;
    height: 80px;
    background-color: #FFFFFF;
    z-index: 1000;
}

#navbar-logo {
    margin-top: 17px;
    padding-left: 40px;
}

.navbar-menu {
    height: 80px;
    line-height: 80px;
}

.navbar-menu-item {
    font-family: "Roboto" sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #48525A;
}

.navbar-menu-download {
    height: 40px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: #51C28F;
    border: 1px solid #51C28F;
    border-radius: 5px;
}

.navbar-menu-download:hover {
    height: 40px;
    margin-top: 20px;
    margin-left: 20px;
    line-height: 40px;
    color: #51C28F;
    background-color: #FFFFFF;
    border: 1px solid #51C28F;
    border-radius: 5px;
}

.navbar-download-container:hover {
    background-color: #FFFFFF;
}

.navbar-devices-btn {
    padding: 0px 15px;
    cursor: pointer;
}

#devices-arrow {
    margin-top: 8px;
    margin-left: 5px;
}

#navbar-devices-container {
    position: absolute;
    display: none;
    top: 80px;
    left: 0;
    width: 100%;
    height: 160px;
    padding-bottom: 20px;
    border-top: 1px solid #D2D2D2;
    background-color: #FFFFFF;
    text-align: center;
    z-index: 101;
}

#collapsed-menu {
    height: 100%;
    padding: 0px 20px;
    color: #000000;
}

#collapsed-menu i {
    line-height: 80px !important;
}

.collapsed-devices {
    padding: 0px 30px;
    color: #000000;
}

.collapsed-submenu-item {
    padding: 0px 30px !important;
}

.device-img {
    position: relative;
    display: block;
    width: auto;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}

.device-text {
    font-family: "Roboto" sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #48525A;
}

/*-------------NAVBAR-------------*/

/*-------------FOOTER-------------*/
#footer {
    background-color: #FFFFFF;
}

#footer-top{
    padding: 5px 25px;
}

.footer-social {
    padding: 0px 75px !important;
}

.footer-back-to-top {
    text-align: right;
    cursor: pointer;
}

.back-top-text {
    position: relative;
    top: -7px;
    font-family: "Roboto" sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #757575;
}

#footer-menu {
    background-color: #F5F5F5;
}

.footer-logo-container {
    margin-right: -30px;
    max-width: 100px;
}

.footer-logo {
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 23px;
}

.footer-menu {
    margin: 0px;
}

.footer-menu-item {
    display: inline;
    float: left;
    padding: 0px 10px;
    line-height: 50px;
}

.footer-menu-link {
    font-family: "Roboto" sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #455A64;
}

.footer-menu-link:hover {
    font-family: "Roboto" sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #455A64;
}

.footer-menu-item:hover {
    background-color: #F0F0F0;
}

.footer-language {
    cursor: pointer;
    position: relative;
    left: -15px;
    text-align: right;
}

.footer-language-flag {
    position: relative;
    padding-right: 5px;
    left: -55px;
}

.footer-language-text {
    position: relative;
    top: -3px;
    left: -55px;
    font-family: "Roboto" sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #455A64;
}

#language-menu {
    text-align: right;
    padding-right: 50px;

}

#dropdown-language {
    width: 100%;
    text-align: right;
    background-color: #F5F5F5;
    font-family: "Roboto" sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #455A64;
    box-shadow: none;
}

.language-flag {
    top: 2.5px;
    position: relative;
}

 .social-icon {
     margin: 5px;
 }

.dropdown-content li > a, .dropdown-content li > span {
    text-align: right;
    font-family: "Roboto" sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #455A64;
}

@media screen and (max-width: 992px) and (min-width: 600px) {
    /*#dropdown1 {
        left: 1440px !important;
        top: 5495px !important;
    }*/
}

@media screen and (max-width: 600px) {
    #footer-menu {
        height: auto !important;
    }

    .footer-logo-container {
        text-align: center;
        max-width: 100%;
        margin: 0px;
    }

    .footer-menu-item {
        display: block;
        float: none;
    }

    .footer-logo {
        margin: 0;
        margin-top: 20px;
    }

    .footer-menu {
        text-align: center;
    }

    #dropdown-language {
        text-align: center;
        padding-right: 10.5px;
    }

    .footer-social {
        text-align: center;
    }

    .footer-back-to-top {
        padding-top: 20px !important;
    }

    /*#dropdown1 {
        left: 75px !important;
        top: 6782px !important;
    }

    #dropdown1 a {
        text-align: center;
    }*/
}

/*-------------FOOTER-------------*/

/*-------------FRONT-PAGE-------------*/

.download-btn-container {
    text-align: center;
    padding: 25px;
}

.download-btn-text {
    margin-top: 25px;
    padding: 10px 40px;
    background-color: #46B381;
    border: 1px solid #46B381;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Roboto" sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.download-btn-text:hover {
    margin-top: 25px;
    padding: 10px 40px;
    background-color: #FFFFFF;
    border: 1px solid #46B381;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Roboto" sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #46B381;
}

.subscribe-text {
    font-family: "Roboto" sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #46B381;
}

.subscribe-link {
    font-family: "Roboto" sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #46B381;
}

.subscribe-link:hover {
    font-family: "Roboto" sans-serif;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    color: #46B381;
}


.top-panel-container {
    background-color: #A8E0C7;
    padding-top: 125px;
}

.top-panel-image {
    width: 100%;
    height: auto;
    margin-bottom: -0.95vh;
}

.top-panel-title {
    display: block;
    padding-top: 100px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}

.top-panel-divider {
    color: #46B381;
    border: 1px solid #46B381;
    width: 30%;
}

.feature-container {
    padding-top: 150px;
    padding-bottom: 100px;
}

#feature-simple {
    background-image: url("/images/front-page/features/simple/background.svg");
    /*background-color: #E1D157;*/
}

#feature-multiplatform {
    background-image: url("/images/front-page/features/multiplatform/background.svg");
}

#feature-oneclick {
    background-image: url("/images/front-page/features/oneclick/background.svg");
}

#feature-tools {
    background-color: #F2F2F2;
}

#feature-stats {
    background-color: #FFFFFF;
}

#feature-db {
    background-color: #F2F2F2;
}

#bottom-panel {
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.feature-img {
    width: 100%;
    height: auto;
    max-height: 350px;
}

.feature-title-grey {
    display: block;
    font-family: "Roboto" sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #48525A;
    max-width: 50%;
}

.feature-text-grey {
    display: block;
    padding: 20px 0px;
    font-family: "Roboto" sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #48525A;
}

.feature-title-white {
    display: block;
    font-family: "Roboto" sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
}

.feature-text-white {
    display: block;
    padding: 20px 0px;
    font-family: "Roboto" sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.multiplat-text {
    padding: 20px 5px;
    font-family: "Roboto" sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #0A87A5;
}

.multiplat-icon {
    padding: 3px;
    color: #0A87A5;
}

.tools-top-title {
    padding-bottom: 75px;
    text-align: center;
    font-family: "Roboto" sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #384049;
}

.tools-img {
    padding-bottom: 10px;
}

.tools-img-container {
    height: 90px;
    padding-top: 15px;
    text-align: center;
}

.tools-title {
    display: block;
    text-align: center;
    font-family: "Roboto" sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #384049;
}

.tools-text {
    font-family: "Roboto" sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #384049;
}
.stats-top-title {
    padding-bottom: 15px;
    text-align: center;
    font-family: "Roboto" sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #384049;
}

.stats-img {
    width: 100%;
    border-radius: 2px;
    box-shadow: 2px 2px 2px #ccc;
}

.stats-top-text {
    display: block;
    font-family: "Roboto" sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #384049;
    text-align: center;
}

.stats-text {
    display: block;
    font-family: "Roboto" sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #384049;
}

.db-top-title {
    padding-bottom: 75px;
    text-align: center;
    font-family: "Roboto" sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #384049;
}

.db-img {
    width: 100%;
    border-radius: 2px;
    box-shadow: 2px 2px 2px #ccc;
}

.db-text {
    display: block;
    font-family: "Roboto" sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #384049;
}

.db-btn {
    padding: 12px 40px;
    background-color: #46C381;
    border: 1px solid #46C381;
    border-radius: 3px;
    font-family: "Roboto" sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.db-btn:hover {
    padding: 12px 40px;
    background-color: #FFFFFF;
    border: 1px solid #46C381;
    border-radius: 3px;
    font-family: "Roboto" sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #46C381;
}

.bottom-panel-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #CBCBCB;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.bottom-panel-text {
    display: block;
    padding-bottom: 10px;
    text-align: center;
    font-family: "Roboto" sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #A2A7AC;
}

.subscribe-bottom-text {
    font-family: "Roboto" sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #CBCBCB;
}

.subscribe-bottom-link {
    font-family: "Roboto" sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #CBCBCB;
}

.subscribe-bottom-link:hover {
    font-family: "Roboto" sans-serif;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    color: #CBCBCB;
}
.bottom-panel-divider {
    color: #46B381;
    margin-bottom: 50px;
    border: 1px solid #46B381;
    width: 30%;
}

/*-------------FRONT-PAGE-------------*/

/*-------------FRONT-PAGE-ANIMATIONS-------------*/

.animated-images {
    position: absolute;
    display: block;
    z-index: 99;
}

#simple-light {
    height: 15%;
    left: 75%;
    margin-top: -5vw;
    max-width: 150px;
}

#simple-notes {
    margin-top: 12vw;
    width: 15%;
    max-width: 275px;
}

#simple-timer {
    left: 85%;
    margin-top: 10vw;
    max-width: 200px;
}

#simple-pencil {
    margin-top: 13vw;
    width: 12%;
    max-width: 225px;
}

/*-------------FRONT-PAGE-ANIMATIONS-------------*/

/*-------------PRICES-PAGE-------------*/

@media screen and (min-width: 1700px) {
    #prices-banner-container {
        position: relative;
        width: 100%;
        height: 240px;
        border: 1px solid #51C28F;
        background-color: #9cd3bb;
    }

    .prices-banner {
        position: relative;
        display: inline;
        width: auto;
        height: 239px;
    }
}

@media screen and (max-width: 1700px) {
    #prices-banner-container {
        position: relative;
        width: 100%;
        height: 240px;
        border: 1px solid #51C28F;
        background-color: #9cd3bb;
    }

    .prices-banner {
        position: relative;
        display: none !important;
        width: 100%;
        height: 239px;
    }

    .prices-banner-content {
        position: absolute;
        display: inline;
        width:100% !important;
        height: 100%;
        padding: 10px 20px;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    #prices-banner-container {
        position: relative;
        width: 100%;
        height: 240px;
        border: 1px solid #51C28F;
        background-color: #9cd3bb;
    }

    .prices-banner {
        position: relative;
        display: none !important;
        width: 100%;
        height: 239px;
    }

    .prices-banner-content {
        position: absolute;
        display: inline;
        width:100% !important;
        height: 100%;
        padding: 10px 20px;
        text-align: center;
    }

    .prices-banner-title {
        font-family: BebasNeue;
        font-size: 55px !important;
        text-shadow: 3px 3px #1B8690;
        color: #FFF;
    }

    .prices-banner-desc {
        display: block;
        margin-top: -25px;
        font-family: BebasNeue;
        font-size: 30px !important;
        color: #1B8690;
    }
}


#prices-banner-container {
    position: relative;
    width: 100%;
    height: 240px;
    border: 1px solid #51C28F;
    background-color: #9cd3bb;
}

.prices-banner {
    position: relative;
    display: inline;
    width: auto;
    height: 239px;
}

.price-divider {
    width: 75%;
    margin-bottom: 25px;
    margin-top: 20px;
    border: 1px solid rgb(81, 194, 143);
}

.prices-banner-content {
    position: absolute;
    display: inline;
    width:50%;
    height: 100%;
    padding: 10px 20px;
    text-align: center;
}

.prices-banner-title {
    font-family: BebasNeue;
    font-size: 70px;
    text-shadow: 3px 3px #1b8690;
    color: white;
}

.prices-banner-desc {
    display: block;
    margin-top: -25px;
    font-family: BebasNeue;
    font-size: 44px;
    color: #1b8690;
}

.prices-banner-btn {
    padding: 5px 40px;
    font-family: BebasNeue;
    font-size: 20px;
    color: white;
    background-color: #ef6061;
    border-radius: 10px;
    box-shadow: 5px 5px 3px #8DBCA5;
}

.prices-banner-btn:hover {
    padding: 5px 40px;
    font-family: BebasNeue;
    font-size: 20px;
    color: #ef6061;
    background-color: white;
    text-decoration: none;
    border: 1px solid #ef6061;
    border-radius: 10px;
    box-shadow: 3px 3px 1px #8DBCA5;
}

#prices-plans {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

.prices-plan-container {
    position: relative;
    margin-bottom: 25px;
}

.prices-duration {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px;
    text-align: center;
    background-color: #51C28F;
}

.prices-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
}

.prices-info {
    position: relative;
    width: 100%;
    height: auto;
    padding: 45px;
    text-align: center;
    background-color: white;
    border: 1px solid #51C28F;
}

.prices-cost {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #51C28F;
    text-transform: uppercase;
}

.prices-btn {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    background-color: #51C28F;
    border-radius: 5px;
}

.prices-btn:hover {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #51C28F !important;
    background-color: white !important;
    border: 1px solid #51C28F;
    border-radius: 5px;
}

.prices-btn:visited {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    background-color: #51C28F;
    border-radius: 5px;
}

/*-------------PRICES-PAGE-------------*/

/*-------------STRATEGIES-------------*/

#strategies-filter {
    position: relative;
    padding: 25px 0px;
    padding-left: 25px;
}

.strategies-filter-title {
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}

.strategies-filter-item {
    position: relative;
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin: 0px 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999;
}

.strategies-filter-item:hover {
    position: relative;
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin: 0px 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #3DAF7A;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.strategies-filter-selected {
    position: relative;
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin-left: 0px 10px;
    background-color: #3DAF7A;
    border-radius: 5px;
    color: white;
}

.strategies-individual {
    padding: 15px 50px;
    margin-bottom: 25px;
    min-height: 475px;
    background-color: white;
}

.strategies-title-container {
    position: relative;
    padding: 20px;
    background-color: white;
    border-bottom: 5px solid #51C28F;
}

@media screen and (min-width: 993px) and (max-width: 1165px) {
    .strategies-individual {
        min-height: 690px !important;
    }
}

.strategies-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
}

.strategies-text-container {
    padding: 20px;
}

.strategies-desc {
    display: block;
    padding: 5px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #51C28F;
}

.strategies-text {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #6C6C6C;
}

.strategies-btn-container {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    text-align: right;
}

@media screen and (min-width: 992px) {
    #support-question-contact {
        height: 185.75px !important;
    }
}

.strategies-btn {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: #39A372;
    border-radius: 5px;
}

.strategies-btn:hover {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #39A372;
    background-color: white;
    border: 1px solid #39A372;
    border-radius: 5px;
}

#single-strategy-container {
    position: relative;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 75px;
}

.single-strategy-title {
    position: relative;
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #51C28F;
}

.single-strategy-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #6C6C6C;
}

#single-strategy-backbtn-container {
    padding: 20px;
    text-align: right;
}

.single-strategy-btn {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: #51C28F;
    border-radius: 5px;
}

.single-strategy-btn:hover {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #51C28F;
    background-color: white;
    border: 1px solid #51C28F;
    border-radius: 5px;
}

/*-------------STRATEGIES-------------*/

/*-------------SUPPORT-------------*/

#search-container {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0px;
    background-color: #38404B;
}

#search-box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    background-color: white;
    border-radius: 5px;
}

.search {
    position: relative;
    width: 95% !important;
    height: auto;
    border: 0px;

    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #B3B3B3;
}

.search-icon {
    position: absolute;
    right: 20px;
    font-size: 24px !important;
    color: #B3B3B3;
    margin-top: 15px;
    margin-right: 10px;
}

.questions-container {
    padding: 20px 0px;
    margin-bottom: 25px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
}

.header-questions {
    padding: 0px 20px;
}

.questions-header-title {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #51C28F;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #51C28F;
}

.question {
    position: relative;
    display: block;
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #666;
}

.question-link:hover {
    text-decoration: none;
}

#support-faq {
    background-color: #FBD79C;
    color: #746279;
    text-shadow: 1px 1px #d9ba88;
}

#support-user-guide {
    background-color: #EF7B54;
    color: #FBD79C;
    text-shadow: 1px 1px #ce6a48;
}

#support-contact {
    background-color: #8AC8BD;
    color: #EF7B54;
    text-shadow: 1px 1px #78aea5;
}

#support-basics {
    background-color: #746279;
    color: #fbd79c;
    text-shadow: 1px 1px #635468;
}


.support-side-item {
    position: relative;
    width: 200px;
    height: 200px;
    padding: 10px 25px;
    margin-bottom: 20px;
    text-align: center;
}

.support-side-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.support-side-img {
    position: relative;
    width: 125px;
    height: 125px;
}

@media (max-width: 670px) {
    .support-side-item {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 25vw;
        padding: 10px 25px;
        margin-bottom: 20px;
        text-align: center;
    }

    .support-side-title {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 2vw;
    }

    .support-side-img {
        position: relative;
        width: 75%;
        height: auto;
        min-height: 15vw;
    }
}

#support-path-bar {
    padding-top: 20px;
    padding-left: 60px;
    padding-bottom: 20px;
}

.support-path-bar-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #B3B3B3;
}

#support-path-bar-open {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #51C28F;
}

#support-icon-bar {
    position: relative;
    padding: 30px 15px;
}

.support-icon-bar-item {
    text-align: center;
}

.support-icon-bar-img {
    position: relative;
    width: 80%;
    height: 15vw;
    max-width: 125px;
    max-height: 125px;
    min-width: 50px;
    min-height: 50px;
}

.support-icon-bar-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #4D4D4D;
}

@media (max-width: 690px) {
    .support-icon-bar-text {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 2.25vw;
        color: #4D4D4D;
    }
}

#support-question-user-guide {
    width: 100%;
    height: auto;
    background-color: #EF7B54;
    color: #FBD79C !important;
    text-shadow: 1px 1px #ce6a48;
}

#support-question-contact {
    width: 100%;
    height: auto;
    background-color: #8AC8BD;
    color: #EF7B54 !important;
    text-shadow: 1px 1px #78aea5;
}

#support-question-basics {
    width: 100%;
    height: auto;
    background-color: #746279;
    color: #fbd79c !important;
    text-shadow: 1px 1px #635468;
}

.support-question-side-item {
    position: relative;
    width: 175px;
    height: 175px;
    padding: 10px 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.support-question-side-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.support-question-side-img {
    position: relative;
    width: 100px;
    height: 100px;
}

.side-search {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 5px;
    padding: 5px 10px;
    border: 0px;

    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #666;
}

.answer {
    padding: 40px;
    background-color: white;
}

.answer-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.answer-title-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #4D4D4D;
}

.answer-title-fa {
    color: #808080;
    margin-right: 5px;
}

.answer-text {
    padding-top: 20px;
    padding-bottom: 50px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #333;
}

.answer-footer {

}

.answer-feedback {
    text-align: left;
}

.answer-feedback-question {
    display: block;
    padding-bottom: 5px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    color: #333;
}

.answer-feedback-option {
    display: inline;
    margin-right: 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #808080;
    cursor: pointer;
}

.answer-feedback-ball {
    position: relative;
    display: inline-block;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

.green {
    background-color: #99CA6A;
}

.red {
    background-color: #E75D66;
}

.answer-feedback-thanks {
    display: none;
    padding-bottom: 5px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    color: #333;
}

.answer-social {
    text-align: right;
}

.answer-social-text {
    display: block;
    padding-bottom: 5px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    color: #333;
}

.answer-social-fa {
    width: 30px;
    height: 30px;
    padding-top: 8px;
    background-color: #51C28F;
    border-radius: 50px;
    text-align: center;
    color: white;
}

.support-answers-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #51C28F;
}

.support-answers-title-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #51C28F;
}

.support-list-item {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}

.support-list-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #808080;
}

.support-list-right {
    text-align: right;
}

.support-list-arrow {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    fill: #ccc;
}

.contact {
    padding: 20px;
    background-color: white;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
}

.contact-form-item {
    margin-bottom: 20px;
}

.contact-label {
    display: block;
    margin-bottom: 5px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #333;
}

.contact-text-input {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-submit {
    padding: 10px 40px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    background-color: #51C28F;
}

.contact-submit:hover {
    padding: 10px 40px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #51C28F;
    border: 1px solid #51C28F;
    border-radius: 5px;
    background-color: white;
}

.basics-container {
    margin-bottom: 20px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
}

.basics-img {
    width: 100%;
    height: 150px;
    background-color: #51C28F;
}

.basics-text-container {
    padding: 20px 40px;
}

.basics-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #666;
}

/*-------------SUPPORT-------------*/

/*-------------USER-GUIDE-------------*/

#user-guide-title {
    display: block;
    padding-top: 50px;
    font-family: "Roboto";
    font-style: normal;
    font-size: 24px;
    font-weight: 600;
    color: #51C28F;
}

#user-guide-container {
    padding: 25px;
}

#user-guide-container img {
  max-width: 100%;
}

.user-guide-links {
    color: #000;
}

.user-guide-links:hover {
    color: #000;
    text-decoration: none;
}

.user-guide-text {
    display: block;
    margin-bottom: 15px;
}

.collapsible-body .collection-item {
    color: #919191 !important;
}

#header-user-guide {
    padding: 50px 0px;
    background-color: #51C28F;
    color: white;
}

@media screen and (max-width: 992px) {
    .user-guide-title {
        display: block;
        text-align: center;
        padding: 0px !important;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
    }
}

.user-guide-title {
    display: block;
    padding-left: 45px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
}

.user-guide-subtitle {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
}

.user-guide-search-box {
    padding: 0px 15px;
    background-color: white;
    border: 1px solid #37B266;
    border-radius: 5px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
}

.user-guide-search {
    display: inline-block;
    width: 80% !important;
    height: 25px;
    color: #333;
    border: none !important;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 18px !important;
    margin-bottom: 0px !important;
}

.user-guide-search-icon {
    position: relative;
    display: inline-block;
    font-size: 24px !important;
    color: #F1f1f1;
}

#navboard {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    background-color: #F5F5F5;
}

.navboard-item {
    display: inline;
    list-style: none;
}

.navboard-link {
    color: #333;
}

.navboard-link:hover {
    color: #37B266;
}

.navboard-selected {
    color: #37B266;
}

.navboard-popup {
    display: none;
}

.navboard-link:hover .navboard-popup {
    position: absolute;
    display: inline-block;
    margin-left: -45px;
    min-width: 50px;
    padding: 10px 20px;
    z-index: 10;
    vertical-align: text-top;
    text-align: left;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
}

.navboard-list {
    list-style: none;
}

.navboard-item-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #37B266;
}

.navboard-list-item {
    margin-left: -25px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #666;
}

.navboard-popup-none {
    margin-top: -50px;
}

.navboard-popup-3 {
    margin-top: -110px;
}

.navboard-popup-4 {
    margin-top: -130px;
}

.navboard-popup-5 {
    margin-top: -150px;
}

.navboard-popup-7 {
    margin-top: -190px;
}

.navboard-popup-9 {
    margin-top: -230px;
}

.navboard-link:hover .navboard-popup:after {
    position: absolute;
    display: block;
    content: "";
    border-color: white transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height:0;
    width:0;
    margin-left: 22.5px;
    bottom:-19px;
}

#user-guide-prev {
    position: relative;
    display: inline-block;
    width: 50%;
    height: auto;
    padding: 25px 50px;
    text-align: left;
    background-color: #51C28F;
    color: #F5F5F5;
}

#user-guide-next {
    position: relative;
    display: inline-block;
    width: 50%;
    height: auto;
    padding: 25px 50px;
    float: right;
    text-align: right;
    background-color: #17A6B3;
    color: #F5F5F5;
}

.user-guide-navigation-container {
    display: inline-block;
    vertical-align: middle;
}

.user-guide-navigation-img {
    width: 50px;
    height: 50px;
}

.user-guide-navigation-img-container {
display: inline;
    height: 100%;
}

.user-guide-navigation-tag {
    display: block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}

.user-guide-navigation-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}

.navigation-link {
    color: #F5F5F5;
}

.navigation-link:hover {
    text-decoration: none;
    color: #F5F5F5;
}

/*-------------USER-GUIDE-------------*/

/*-------------DOWNLOAD-------------*/

.osx-download-title {
    position: relative;
    display: block;
    padding-top: 50px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: #222;
}

.osx-download-guide {
    position: relative;
    padding: 20px 40px;
    background-color: #51C28F;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    box-shadow: 2px 2px 2px #ccc;
    color: #fff;
}

.betfair-link {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #3DAF7A;
    text-decoration: none;
}

.betfair-link:hover {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #3DAF7A;
    text-decoration: underline;
}

.osx-download-betfair {
    position: relative;
    margin-top: 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #6C6C6C;
}

.osx-text-container {
    margin-top: 40px;
}

.osx-text {
    text-align: left;
    display: block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #6C6C6C;
}

.osx-download-help {
    display: block;
    padding-bottom: 40px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #222;
}

.osx-user-guide {
    position: relative;
    padding: 20px 40px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 2px #ccc;
    border-radius: 2px;
    background-color: #fff;
    text-transform: uppercase;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #51C28F;
}

.windows-download-img {
    width: 75%;
}

.windows-download-title {
    position: relative;
    display: block;
    padding-top: 9.5%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: #222;
}

.windows-download-desc {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #6C6C6C;
}

.windows-download-betfair {
    display: block;
    padding-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #6C6C6C;
}

.windows-download-failed {
    display: block;
    padding-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #6C6C6C;
}

.windows-download-help {
    display: block;
    padding-bottom: 30px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #222;
}

.windows-user-guide {
    position: relative;
    padding: 20px 40px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 2px #ccc;
    border-radius: 2px;
    background-color: #fff;
    text-transform: uppercase;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #51C28F;
}

/*-------------DOWNLOAD-------------*/

#legal-stuff-title {
    font-family: "Roboto";
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: #000;
    padding-top: 25px;
    padding-bottom: 15px;
}

.legal-stuff-text {
    display: block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #6C6C6C;
    padding-bottom: 10px;
}

/*-------------GUIDE-------------*/

.guide-title {
    display: block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    color: #222;
}

.guide-enumeration {
    display: block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    color: #51C28F;
}

.guide-description {
    display: block;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #6C6C6C;
    padding-bottom: 10px;
}

.guide-link {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #51C28F;
    text-decoration: none;
}

.guide-link:hover {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #51C28F;
    text-decoration: underline;
}

.guide-grey {
    background-color: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.guide-white {
    background-color: #FFF;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*-------------GUIDE-------------*/

.error-text-container {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.page-not-found {
    display: block;
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    color: #000000;
    line-height: 50px;
}

.error-description {
    display: block;
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    color: #078E6D;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    line-height: 50px;
}

/*-------------ALTERNATIVE-BUTTONS-------------*/

.new-btns {
    position: relative;
    bottom: 0;
}

.new-before {
    padding: 10px 20px;
    background-color: #51C28F;
}

.new-after {
    background-color: #17A6B3;
    text-align: right;
    padding: 10px 40px;
}
.new-double {
    color: #fff;
}

.new-initial {
    background-color: #51c28f;
    text-align: center;
    font-size: 18px;
    padding: 15px 40px;
}

/*-------------ALTERNATIVE-BUTTONS-------------*/

/*-------------COOKIES-BANNER-------------*/

#cookies-banner {
    position: fixed;
    width: 100%;
    height: 35px;
    line-height: 35px;
    bottom: 0;
    background-color: #ffffff;
    opacity: 0.7;
}

.cookies-banner-container {
    text-align: center;
}

.cookies-banner-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #4A4A4A;
}

.cookies-banner-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    color: #58C28D;
}

#cookies-close {
    text-align: right;
}

.cookies-close-btn {
    color: white !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    background-color: #58C28D;
    border-radius: 20px;
    padding: 5px 8px;
}

#cookies-title {
    color: #58C28D;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}

#cookies-accordion {
    border: 0px;
    box-shadow: none;
}

.collapsible-header {
    background-color: #fafafa !important;
}

.cookies-descriptions {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    color: #9A9898;
    font-size: 13px;
}

.cookies-titles {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #7F7D7D;
    font-size: 16px;
}

/*------------*/
