#footerDummy {
    position:relative;
    display:block;
    width:100%;
    overflow:hidden;
}

#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
    background-color: #E9E9E9;
    overflow: hidden;
    text-align: center;
}

.centeredContent {
    width: 1100px;
}

.columnsContainer {
    margin: auto;
    margin-top: 50px;
    width: 90%;
    position:relative;
    height:auto;
    overflow:hidden;
    margin-bottom: 45px;
}

.column {
    float: left;
    color: #58595B;
    margin-right: 6%;
}

.columnHeading {
    font-weight: 900;
    margin-bottom: 15px;
    color: #000000;
    text-align: left;
    font-size: 15px;
    margin-top: 12px;
    text-transform: uppercase;
}

.columnItem {
    margin-top: 12px;
    text-align: left;
    font-size: 13px;
    font-weight: 100;
}

.centerWrapper {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
}

.lastRow {
    width: 100%;
    float: left;
    margin-top: 108px;
    color: white;
    margin-bottom: 15px;
    font-size: 13px;
}

.footerColumn {
    position: relative;
    float: left;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
    color: white;
    width: 198px;
    margin-right: 35px;
    margin-left: 35px;
    text-align: left;
}

.footerLogo {
    width: 100px;
    float: left;
}

.followUsColumn {
    width: 135px;
}

.footerColumnLink {
    cursor: pointer;
}

.footerColumnLink:hover {
    text-decoration: underline;
}

.newsletterColumn {
    width: 250px;
    margin-right: 0px;
    display: flex;
    float: right;
    color: white;
}

.footerColumnTitle {
    position: relative;
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footerColumnRow {
    position: relative;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 13px;
    float: left;
    width: 100%;
}

#emailFooterInput {
    position: relative;
    width: calc(100% - 42px);
    padding-left: 10px;
    height: 30px;
    background-color: white;
    color: #58595B;
    line-height: 30px;
    font-size: 14px;
    float: left;
    border-radius: 2px;
    font-weight: 100;
    font-family: Soin;
}

#emailFooterInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #58595B;
    opacity: 1;
    font-weight: 100;
}

#emailFooterInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #58595B;
    opacity: 1;
    font-weight: 100;
}

#emailFooterInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #58595B;
    opacity: 1;
    font-weight: 100;
}

#emailFooterInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #58595B;
    opacity: 1;
    font-weight: 100;
}

#emailFooterInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #58595B;
    opacity: 1;
    font-weight: 100;
}


#subscribeNewsletterButton {
    position: absolute;
    height: 26px;
    margin-top: 3px;
    float: right;
    cursor: pointer;
    margin-right: 0px;
    margin-left: -5px;
}

#subscribeNewsletterButton:hover {
    opacity: 0.6;
}

#footerSocialIcons {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}

.footerSocialIcon {
    position: relative;
    width: 42px;
    /* margin-left: 5px; */
    margin-right: 20px;
}

.newsletter_go {
    width: 15px;
    background-color: transparent;
    right: 32px;
    float: left;
    position: relative;
    height: 32px;
    border-radius: 2px;
}
#footerBottom{
    background-color: #313131;
}
#footerLogo{
    float: left;
    margin-top: 12px;
    margin-left: 5%;
    width: 120px;
}
.rights{
    line-height: 48px;
    text-align:left !important;
    text-indent: 235px !important;
}
.footerIcon{
    float: left;
    margin-right: 8px;
    width: 36px;
}
.byluna{
    margin-right: 7%;
}
@media screen and (min-width: 770px) and (max-width: 1100px) {
    #footer {
        width: 1100px;
    }
}


@media screen and (max-width: 768px) {

    #footer {
        height: auto;
        overflow:hidden;
    }
    .rights {
        margin-right: 0;
        text-indent: 0px!important;
        /* width: 55px; */
        line-height: 10px;
        text-align: center !important;
        margin-top: 16px;
        font-size: 9px;
        width: 95%;
        margin-left: 5%;
    }

    .footerLogo {
        display: block;
        width: 80px;
        height: auto;
        margin: 0 auto;
        margin-top: 10px;
        float: none;
        margin-bottom: 15px;
    }

    .centerWrapper {
        display: block;
        width: 100%;
    }

    .footerColumn {
        width: 100%;
        margin-top: 40px;
        float: none;
        margin-left: 0px;
        text-align: center;
    }
    .column{
        float:none;
    }
    .column.footerLogoColumn {
        display: block;
        margin: 0 auto;
        float: none;
        height: auto;
        overflow: hidden;
    }


    .newsletterColumn {
        margin: 0 auto;
        margin-top: 0px;
        display: flex;
        float: none;
        margin-bottom: 30px;
    }

    .newsletterColumn {
        width: 80% !important;
        float: left;
        float: left;
        color: white;
        margin-left: 10%;
    }

    .footerColumnTitle {
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 15px;
        text-align: center;
    }

    .footerColumnRow {
        font-size: 12px;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .footerColumnTime {
        position: relative;
        float: left;
        font-size: 12px;
        margin-right: 10px;
    }

    .footerSocialIcon {
        margin-bottom: 20px;
    }

    .column {
        width: 80% !important;
        margin-left: 9%;
    }

    .columnsContainer {
        width: 100%;
        margin-top: 10px;
    }

    #footer-mobile .centeredContent, .widthContainer {
        width: 90% !important;
        margin-left: 5%;
        margin-bottom: 30px;

    }

    .columnHeading {
        font-size: 13px;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .columnItem {
        font-size: 14px;
        text-align: center;
        font-weight: 300;
        margin-bottom: 15px;
        margin-top: 0;
    }


    .lastRow {
        margin-top: 15px;
    }

    #emailFooterInput{
        margin: 0px auto;
        margin-left: 16px;
    }
    .newsletter_go{
        width: 4px;
        right: 24px;
    }
    .footerIcon {
        float: none;
    }
    #footerLogo {
        width: 115px;
        margin-left: 2%;
        margin-top: 17px;
    }
    .byluna{
        margin-right:4%
    }
}