﻿
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
body {
    font-family: "Lato",sans-serif;
    background: #fff;
    color: #222;
    font-size: 15px;
}


#footer {
    padding: 0 0 15px 0;
    font-size: 14px;
    background: #ffffff;
}

    #footer .footer-top {
        padding: 15px 0 30px 0;
        background: #1a1919;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 34px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-family: "Montserrat", sans-serif;
                color: white;
                font-weight: 400;
                letter-spacing: 3px;
                text-transform: uppercase;
            }

            #footer .footer-top .footer-info p {
                font-size: 13px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Montserrat", sans-serif;
                color: white;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #ffffff;
            color: #000000;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #0a98c0;
                color: #fff;
            }

        #footer .footer-top h4 {
            font-size: 14px;
            font-weight: bold;
            color: white;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 10px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul li {
                    padding: 0 0;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: white;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: red;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

        #footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-newsletter input[type="email"] {
                border: 0;
                padding: 6px 8px;
                width: 65%;
                border: 1px solid #d9dde6;
            }

            #footer .footer-top .footer-newsletter input[type="submit"] {
                background: #1bb1dc;
                border: 1px solid #1bb1dc;
                width: 35%;
                padding: 6px 0;
                text-align: center;
                color: #fff;
                transition: 0.3s;
                cursor: pointer;
            }

                #footer .footer-top .footer-newsletter input[type="submit"]:hover {
                    background: #0a98c0;
                }

        #footer .footer-top .form .form-group {
            margin-bottom: 15px;
        }

        #footer .footer-top .form #sendmessage {
            color: #fff;
            background: #1bb1dc;
            display: none;
            text-align: center;
            padding: 15px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        #footer .footer-top .form #errormessage {
            color: #fff;
            display: none;
            background: red;
            text-align: center;
            padding: 15px;
            font-weight: 600;
            margin-bottom: 15px;
        }

            #footer .footer-top .form #sendmessage.show,
            #footer .footer-top .form #errormessage.show,
            #footer .footer-top .form .show {
                display: block;
            }

        #footer .footer-top .form .validation {
            color: red;
            display: none;
            margin: 0 0 20px;
            font-weight: 400;
            font-size: 13px;
        }

        #footer .footer-top .form label {
            color: #413e66;
            font-weight: 500;
        }

        #footer .footer-top .form input,
        #footer .footer-top .form textarea {
            border-radius: 0;
            box-shadow: none;
            border: 1px solid #dce1ec;
            font-size: 14px;
        }

            #footer .footer-top .form input::-webkit-input-placeholder,
            #footer .footer-top .form textarea::-webkit-input-placeholder {
                color: #a2a0bd;
            }

            #footer .footer-top .form input::-moz-placeholder,
            #footer .footer-top .form textarea::-moz-placeholder {
                color: #a2a0bd;
            }

            #footer .footer-top .form input:-ms-input-placeholder,
            #footer .footer-top .form textarea:-ms-input-placeholder {
                color: #a2a0bd;
            }

            #footer .footer-top .form input::placeholder,
            #footer .footer-top .form textarea::placeholder {
                color: #a2a0bd;
            }

        #footer .footer-top .form button[type="submit"] {
            background: #1bb1dc;
            border: 0;
            border-radius: 3px;
            padding: 8px 30px;
            color: #fff;
            transition: 0.3s;
        }

            #footer .footer-top .form button[type="submit"]:hover {
                background: #0a98c0;
                cursor: pointer;
            }

    #footer .copyright {
        text-align: center;
        padding-top: 15px;
        color: #000000;
        font-size: 15px;
    }

    #footer .credits {
        text-align: center;
        font-size: 14px;
        padding-top: 4px;
        color: #000000;
    }

        #footer .credits a {
            color: white;
        }

            #footer .credits a:hover {
                color: white;
            }


.vce div {
    border: solid 1px #fff;
    background-color: #c9c9c9;
    color: #fff;
}
.vce_extender td {
    border: solid 1px #fff;
    background-color: #c9c9c9;
    color: #fff;
}