.click {
    cursor: pointer
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.my-red {
    background: #f44336 !important;
    min-height: auto !important;
    /*margin-bottom: -1%;*/
    /*padding-bottom: 1%;*/
}
@media screen and (min-width:1024px) {
    .my-red{
        display: none !important;
    }
}
@media screen and (max-width:560px) {
    .my-red{
        margin-bottom:1%;
    }
}

* {
    font-family: 'Roboto', sans-serif;
    font-weight: 300
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

:-moz-placeholder,
::-moz-placeholder {
    color: rgba(0, 0, 0, .5)
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

.header {
    position: fixed;
    width: 100%;
    height: 72px;
    background: #fff;
    z-index: 8
}

.logo {
    position: absolute;
    height: 72px;
    padding: 8px;
    left: 50%;
    margin-left: -89px
}

.app-download-pane {
    height: 210px;
    width: 100%
}

.footer-pane {
    padding-top: 16px;
    height: 160px;
    width: 100%;
    background: #303036
}

.footer-left-pane {
    border-right: 1px solid #808290;
    padding-top: 16px;
    height: 130px;
    padding-right: 16px;
    font-size: 13px;
    text-align: right;
    color: #808290;
    line-height: 16px
}

.footer-left-pane .copy-text {
    margin-top: 70px
}

.footer-right-pane {
    padding-top: 16px;
    height: 130px;
    padding-left: 16px
}

.footer-right-pane .terms-text {
    font-size: 13px;
    text-align: left;
    margin-top: 70px;
    color: #808290;
    line-height: 16px
}

.social-share {
    /* display: inline-block;
    margin-top: 96px;
    margin-left: 4px;
    margin-right: 4px; */
    width: 32px;
    height: 32px
}

.social-share:hover {
    background: url(/dist/images/social_icon_bkg.png);
    background-size: 100% 100%
}

.social-share img {
    width: 32px;
    height: 32px;
    padding: 4px
}

.short {
    font-family: 'Conv_ClanPro-Bold', Sans-Serif;
    color: #44444d
}

.footer-pane a {
    color: #808290;
    decoration: none
}

@media only screen and (max-width:600px) {
    .footer-pane {
        height: 240px !important
    }

    .footer-left-pane,
    .footer-right-pane {
        margin-top: 20px
    }

    .social-share {
        margin-top: 10px !important;
        margin-bottom: 10px
    }
}