@import '../common/vars.less';

.footer-container {
    position: relative;
    height: 324px;
    margin: 0 0 0;
    text-align: center;
    background: #fff;
    border-top: 1px solid #c8c8c8;

    ul {

        li {
            display: inline;
        }
        a {
            color: #323232;
            letter-spacing: 0.1em;
            &:hover {
                text-decoration: none;
                color: @mainColorScheme;
            }
        }
    }
    .social-links {
        display: inline-block;
        vertical-align: middle;
        margin: 1px 0 0 -11px;

        li {
            margin-right: 25px;
        }
        a {
            font-size: 24px;
            color: #4b4b4b;
        }
        .icon-instagram-1 {
            font-size: 20px;
        }
        .icon-tumblr {
            font-size: 22px;
        }
        .icon-google-plus {
            &:before {
                background: url(@sprite) -185px -76px no-repeat;
                content: '';
                width: 24px;
                height: 22px;
                position: relative;
                top: 3px;
            }
            &:hover {
                &:before {
                    background-position: -185px -133px;
                }
            }
        }
        .icon-box {
            &:before {
                background: url(@sprite) -127px -73px no-repeat;
                content: '';
                width: 18px;
                height: 22px;
                position: relative;
                top: 3px;
            }
            &:hover {
                &:before {
                    background-position: -127px -133px;
                }
            }
        }
    }
}
.footer-top {
    padding: 46px 0 41px;
}
.footer-middle {
    color: @titleColor;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 53px;

    .currency {
        display: inline;
        letter-spacing: 0.1em;
        * {
            display: inline-block;
            line-height: 1;
        }
        ul {
            text-align: left;
            cursor: default;
            li {
                border-left: 1px solid @lightLinkColor;
                padding: 0 10px;
                &:first-child {
                    border-left: none;
                }
                span {
                    display: none;
                }
                a {
                    color: @lightLinkColor;
                    &:hover {
                        color: @mainColorScheme;
                    }
                    &.active {
                        border-bottom: 1px solid @titleColor;
                        text-decoration: none;
                        color: @titleColor;
                    }
                }
                .default:before {
                    content: '£';
                }
                .us_dollar_view:before {
                    content: '$';
                }
                .euro_view:before {
                    content: '€';
                }
            }
        }
    }

    @media @tablet {
        font-size: 13px;
    }
}
.footer-cms-links {
    display: inline;
    ul {display: inline;}
    li {margin: 0 46px 0 0;}
}

.footer-bottom {
    font-size: 11px;
    color: @lightLinkColor;
    text-align: center;
    padding: 52px 0 61px;
    letter-spacing: 0.1em;

    ul {
        display: inline;
        margin: 0;

        li {
            display: inline;

            &:after {
                content: '| ';
                padding: 0 3px;
            }
            a {
                color: inherit;
                &:hover {color: @titleColor;}
            }
        }
    }
    p {
        display: inline;
        margin: 0;
    }
}
.fixed-bottom {
    background: none repeat scroll 0 0 rgba(0, 225, 245, 0.95);
    left: 0;
    bottom: 0;
    min-width: 920px;
    padding: 9px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1030;
    .transition(left 0.3s);
    .side-menu-opened & {
        left: 274px;
    }

    .btn-close {
        color: #0096a5;
        cursor: pointer;
        font-size: 10px;
        letter-spacing: 1px;
        position: absolute;
        right: 20px;
        text-transform: uppercase;
        top: 10px;

        &:after {
            background:  url(@sprite) -172px -222px no-repeat;
            content: '';
            display: inline-block;
            height: 8px;
            margin: -3px 0 0 5px;
            vertical-align: middle;
            width: 8px;
        }
        &:hover {
            color: #eee;
            text-decoration: none;
            &:after {background-position: -127px -222px;}
        }
    }
    ul {
        color: #fff;
        font-size: 13px;
        letter-spacing: 1px;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-transform: uppercase;

        li {
            display: inline;
            &:before {
                content: '| ';
                margin: 0 8px;
            }
            &:first-child {
                &:before {display: none;}
            }
        }
        a {
            color: inherit;
            font-size: 13px;
            letter-spacing: 1px;
            list-style: outside none none;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
            text-decoration: none;
            &:hover {
                color: #eee;
            }
        }
    }
}
.copyright {
    a {
        color: #afafaf;
        text-decoration: underline;
        &:hover {
            color: @mainColorScheme;
        }
    }
}


/* Subscribe
============================================================================= */
.block-subscribe {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0 0 60px;
    text-align: left;
}


/* Hello Message
============================================================================= */
.hello {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;

    .table-view {
        height: 100%;
    }

    .content {
        background: #fff;
        color: #323232;
        line-height: 20px;
        font-size: 15px;
        width: 510px;
        padding: 54px 40px;
        display: inline-block;
        position: relative;
        letter-spacing: 0;
        top: -300px;
        opacity: 0;
        .transition-2pr(top 0.3s ease, opacity 0.3s ease);

        a {
            color: #323232;
            text-decoration: underline;
            &:hover {
                color: @mainColorScheme;
            }
        }
    }

    h5 {
        font-size: 17px;
        line-height: 24px;
        color: #323232;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin: 0 0 20px;
    }

    .close-small {
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
        background: url(@sprite) -576px -349px no-repeat;
        display: block;
        text-indent: -9999px;
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .close-button {
        border: 1px solid #323232;
        text-transform: uppercase;
        font: 12px @fontBody;
        display: inline-block;
        cursor: pointer;
        letter-spacing: 0.1em;
        width: 90px;
        height: 28px;
        line-height: 28px;
    }
    /* Button
============================================================================= */
    .button {
        display: block;
        background-color: @mainColorScheme;
        height: 42px;
        padding: 10px 15px;
        border: 0;
        text-align: left;
        color: @titleColor;
        font-size: 17px;
        letter-spacing: 0.1em;
        outline: none;
        position: relative;
        white-space: nowrap;
        .transition(background-color 0.15s);
        margin: 20px 0 0 0;

        &::-moz-focus-inner {
            padding: 0 !important;
            border: 0 none !important;
            margin-top:-2px;
            margin-bottom: -2px;
        }

        &:hover {
            background-color: @buttonHoverBg;
            color: #fff;
            padding: 9px 15px;
        }
    }
}