﻿
footer {
    z-index: 15;
}

    footer .topContent {
        height: 250px;
        background-color: #f64138;
    }

        footer .topContent .leftCol {
            float: left;
            padding-top: 77px;
        }

            footer .topContent .leftCol .navFooterMenu {
                margin-left: -10px;
                margin-bottom: 20px;
            }

                footer .topContent .leftCol .navFooterMenu ul {
                    font-size: 0;
                }

                    footer .topContent .leftCol .navFooterMenu ul li {
                        display: inline-block;
                        margin-right: 20px;
                    }

                        footer .topContent .leftCol .navFooterMenu ul li:last-child {
                            margin-right: 0;
                        }

                        footer .topContent .leftCol .navFooterMenu ul li a {
                            display: block;
                            height: 30px;
                            padding: 0 10px 0 10px;
                        }

            footer .topContent .leftCol .socialContent {
                display: table;
                margin-left: -10px;
            }

                footer .topContent .leftCol .socialContent li {
                    display: block;
                    float: left;
                    margin-right: 25px;
                }

                    footer .topContent .leftCol .socialContent li:last-child {
                        margin-right: 0;
                    }

                    footer .topContent .leftCol .socialContent li a {
                        display: block;
                        width: 30px;
                        height: 30px;
                    }

                        footer .topContent .leftCol .socialContent li a.facebook img {
                            width: 10px;
                            height: 20px;
                        }

                        footer .topContent .leftCol .socialContent li a.twitter img {
                            width: 19px;
                            height: 15px;
                        }

                        footer .topContent .leftCol .socialContent li a.linkedin img {
                            width: 19px;
                            height: 19px;
                        }

                        footer .topContent .leftCol .socialContent li a.instagram img {
                            width: 18px;
                            height: 18px;
                        }


        footer .topContent .middleCol {
            position: absolute;
            top: 86px;
            left: 50%;
            width: 96px;
            height: 96px;
            margin-left: -43px;
            border: 1px solid #ec5f58;
        }

            footer .topContent .middleCol a {
                display: block;
                width: 100%;
                height: 100%;
                text-align: center;
            }

                footer .topContent .middleCol a img {
                    width: 70px;
                    height: 57px;
                }



        footer .topContent .rightCol {
            float: right;
            padding-top: 67px;
        }

            footer .topContent .rightCol .mailContent {
                width: 356px;
                font-size: 0;
            }

                footer .topContent .rightCol .mailContent .item {
                    border-bottom: 1px solid #fff;
                }

                    footer .topContent .rightCol .mailContent .item.v1 {
                        display: none;
                        /*display: inline-block;*/
                        width: 173px;
                        margin-right: 10px;
                    }

                        footer .topContent .rightCol .mailContent .item.v1:nth-child(2n+2) {
                            margin-right: 0;
                        }

                footer .topContent .rightCol .mailContent a {
                    float: right;
                    text-align: right;
                }



            footer .topContent .rightCol .emailAlert {
                display: none;
                float: left;
                margin-top: 16px;
            }

            footer .topContent .rightCol .emailConfirm {
                display: none;
                float: left;
                margin-top: 16px;
            }

                footer .topContent .rightCol .emailConfirm.on {
                    display: block;
                }

            footer .topContent .rightCol .mailContent.errorC .emailAlert {
                display: block;
            }



    footer .bottomContent {
        height: 75px;
        background-color: #e74037;
    }

        footer .bottomContent p {
            float: left;
            margin-top: 30px;
        }

        footer .bottomContent .footerScrollTop {
            display: block;
            position: absolute;
            top: 16px;
            left: 50%;
            width: 44px;
            height: 40px;
            margin-left: -22px;
        }

            footer .bottomContent .footerScrollTop img {
                width: 20px;
                height: auto;
                margin: 14px auto 0 auto;
                opacity: 0.5;
            }

        footer .bottomContent .stop63Logo {
            float: right;
            margin-top: 30px;
        }



    /* sst-StartAnim */
    footer.sst-StartAnim .topContent .leftCol {
        -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.5s 0.2s, -moz-transform 0.5s 0.2s;
        -ms-transition: opacity 0.5s 0.2s, -ms-transform 0.5s 0.2s;
        -o-transition: opacity 0.5s 0.2s, -o-transform 0.5s 0.2s;
        transition: opacity 0.5s 0.2s, transform 0.8s 0.2s;
    }

    footer.sst-StartAnim .topContent .middleCol {
        -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.5s 0.2s, -moz-transform 0.5s 0.2s;
        -ms-transition: opacity 0.5s 0.2s, -ms-transform 0.5s 0.2s;
        -o-transition: opacity 0.5s 0.2s, -o-transform 0.5s 0.2s;
        transition: opacity 0.5s 0.2s, transform 0.8s 0.2s;
    }

    footer.sst-StartAnim .topContent .rightCol {
        -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.5s 0.2s, -moz-transform 0.5s 0.2s;
        -ms-transition: opacity 0.5s 0.2s, -ms-transform 0.5s 0.2s;
        -o-transition: opacity 0.5s 0.2s, -o-transform 0.5s 0.2s;
        transition: opacity 0.5s 0.2s, transform 0.8s 0.2s;
    }


    footer.sst-StartAnim .bottomContent p {
        -webkit-transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
        -moz-transition: opacity 0.5s 0.4s, -moz-transform 0.5s 0.4s;
        -ms-transition: opacity 0.5s 0.4s, -ms-transform 0.5s 0.4s;
        -o-transition: opacity 0.5s 0.4s, -o-transform 0.5s 0.4s;
        transition: opacity 0.5s 0.4s, transform 0.8s 0.4s;
    }

    footer.sst-StartAnim .bottomContent #scrollTop {
        -webkit-transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
        -moz-transition: opacity 0.5s 0.4s, -moz-transform 0.5s 0.4s;
        -ms-transition: opacity 0.5s 0.4s, -ms-transform 0.5s 0.4s;
        -o-transition: opacity 0.5s 0.4s, -o-transform 0.5s 0.4s;
        transition: opacity 0.5s 0.4s, transform 0.8s 0.4s;
    }

    footer.sst-StartAnim .bottomContent .stop63Logo {
        -webkit-transition: color 0.5s, opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
        -moz-transition: color 0.5s, opacity 0.5s 0.4s, -moz-transform 0.5s 0.4s;
        -ms-transition: color 0.5s, opacity 0.5s 0.4s, -ms-transform 0.5s 0.4s;
        -o-transition: color 0.5s, opacity 0.5s 0.4s, -o-transform 0.5s 0.4s;
        transition: color 0.5s, opacity 0.5s 0.4s, transform 0.8s 0.4s;
    }
/* End - sst-StartAnim */



@media all and (max-width: 767px) {

    footer {
    }

        footer .topContent {
            height: 540px;
        }

            footer .topContent .leftCol {
                float: none;
                padding-top: 40px;
            }

                footer .topContent .leftCol .navFooterMenu {
                    margin-left: 0;
                    margin-bottom: 20px;
                }

                    footer .topContent .leftCol .navFooterMenu ul li {
                        display: block;
                        margin-right: 0;
                    }

                        footer .topContent .leftCol .navFooterMenu ul li a {
                            display: block;
                            height: 40px;
                            padding: 0 0 0 0;
                            text-align: center;
                        }

                footer .topContent .leftCol .socialContent {
                    position: absolute;
                    top: 430px;
                    left: -10px;
                    float: none;
                    width: 100%;
                    padding-top: 0;
                    margin: 0 0 0 0;
                }

                    footer .topContent .leftCol .socialContent li {
                        margin-right: 22px;
                    }

                        footer .topContent .leftCol .socialContent li a {
                            width: 35px;
                            height: 35px;
                        }

                            footer .topContent .leftCol .socialContent li a.facebook img {
                                width: 10px;
                                height: 20px;
                            }

                            footer .topContent .leftCol .socialContent li a.twitter img {
                                width: 21px;
                                height: 17px;
                            }

                            footer .topContent .leftCol .socialContent li a.linkedin img {
                                width: 21px;
                                height: auto;
                            }

                            footer .topContent .leftCol .socialContent li a.instagram img {
                                width: 21px;
                                height: 21px;
                            }

            footer .topContent .middleCol {
                display: none;
            }

            footer .topContent .rightCol {
                float: none;
                width: 100%;
                padding-top: 10px;
            }

                footer .topContent .rightCol .mailContent {
                    width: 100%;
                }

                    footer .topContent .rightCol .mailContent .item {
                        border-bottom: 2px solid #fff;
                    }

                        footer .topContent .rightCol .mailContent .item.v1 {
                            width: 48%;
                            margin-right: 4%;
                        }

                    footer .topContent .rightCol .mailContent a {
                    }

                footer .topContent .rightCol .emailAlert {
                    width: 170px;
                }

                footer .topContent .rightCol .emailConfirm {
                    width: 170px;
                }


        footer .bottomContent .footerScrollTop {
            top: -40px;
        }
}

@media all and (min-width: 768px) and (max-width: 1023px) {

    footer .topContent {
        height: 500px;
    }

        footer .topContent .leftCol {
            float: none;
            padding-top: 88px;
        }

            footer .topContent .leftCol .navFooterMenu {
                margin-left: 0;
                margin-bottom: 20px;
            }

                footer .topContent .leftCol .navFooterMenu ul li {
                    margin-right: 15px;
                }

                    footer .topContent .leftCol .navFooterMenu ul li:first-child a {
                        padding-left: 0;
                    }

                    footer .topContent .leftCol .navFooterMenu ul li:last-child a {
                        padding-right: 0;
                    }



            footer .topContent .leftCol .socialContent {
                position: absolute;
                top: 400px;
            }

                footer .topContent .leftCol .socialContent li {
                    margin-right: 20px;
                }

                    footer .topContent .leftCol .socialContent li a {
                        width: 45px;
                        height: 45px;
                    }

                        footer .topContent .leftCol .socialContent li a.facebook img {
                            width: 14px;
                            height: auto;
                        }

                        footer .topContent .leftCol .socialContent li a.twitter img {
                            width: 29px;
                            height: auto;
                        }

                        footer .topContent .leftCol .socialContent li a.linkedin img {
                            width: 27px;
                            height: auto;
                        }

                        footer .topContent .leftCol .socialContent li a.instagram img {
                            width: 23px;
                            height: 23px;
                        }


        footer .topContent .middleCol {
            display: none;
        }

        footer .topContent .rightCol {
            float: none;
            padding-top: 40px;
        }

            footer .topContent .rightCol .mailContent {
                width: 512px;
            }

                footer .topContent .rightCol .mailContent .item.v1 {
                    width: 251px;
                }

            footer .topContent .rightCol .emailAlert {
                width: 350px;
                margin-top: 18px;
            }

            footer .topContent .rightCol .emailConfirm {
                width: 350px;
                margin-top: 18px;
            }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
    footer .topContent .leftCol .navFooterMenu ul li {
        margin-right: 10px;
    }

        footer .topContent .leftCol .navFooterMenu ul li a {
            padding: 0 5px 0 5px;
        }

    footer .topContent .middleCol {
        width: 86px;
        height: 86px;
    }

        footer .topContent .middleCol a img {
            width: 60px;
            height: auto;
        }
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
}
