/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3/jul/2017, 12:07:26
    Author     : Milu
*/

/* FOOTER */
.footer_container {
    background: #004B6C;
}
.top_footer_container_overlay {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 300px;
    padding: 50px 0 0;
}
.top_footer_wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    min-height: 150px;
}
.bottom_footer_wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.top_footer_section_title {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-table;
    padding: 0 12px 0 0px;
    margin-bottom: 12px;
}
.top_footer_section_text {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    cursor:pointer;
}

.top_footer_section_wrapper.top_footer_section_wrapper_social button {
    margin: 0;
    width: 50px;
    height: 50px;
}
.top_footer_section_wrapper.top_footer_section_wrapper_social button .svg_icon_img {
    width: 34px;
    height: 34px;
}

.bottom_footer_container {
    background: #fff;
    padding: 6px 0;
}
.svg_logo_horiz {
    width: 100px;
    height: 100%;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
.login_copyright_text {
    color: #004b6c;
    font-size: 13px;
    padding: 0 6px;
}
.top_footer_bottom_copyright {
    background: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding: 8px 0;
}
.top_footer_bottom_copyright_text {
    color: #fff;
    padding: 0 6px;
    font-size: 14px;
    cursor:pointer;
    font-weight: bold;
}

.svg_icon_creditcard {
    width: 36px;
    height: 100%;
    min-height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 3px;
}

.payshop{
    width: 86px;
    height: 100%;
    min-height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 84px;
    margin: 0 3px;
}
.mb{
    width: 36px;
    height: 100%;
    min-height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    margin: 0 3px;
}




input.newsletter_input {
    line-height: 30px;
    height: 36px;
    border: 0;
    padding: 0 6px;
}
button.newsletter_input_button {
    margin: 0;
    background: #26cad3;
    color: #fff;
    border-radius: 0;
    padding: 0 12px;
    font-size: 12px !important;
}

@media screen and (max-width: 600px) {
    .svg_icon_img2 {
        width: 35px !important;
        height: 35px !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .top_footer_section_title {
        padding: 0 !important;
    }
    .top_footer_container_overlay {
        padding: 20px 0 0;
    }

    .top_footer_section_container {
        margin-bottom: 15px;
    }
    .payments {
        margin: 40px 0;
    }
    .svg_logo_horiz {
        margin-bottom: 10px;
    }
    .svg_icon_creditcard {
        width: 60px;
    }
}