/* Minification failed. Returning unminified contents.
(12,1): run-time error CSS1019: Unexpected token, found '@import'
(12,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Open+Sans|Lato|Raleway|Roboto|Roboto+Condensed&display=swap')'
 */
@import url('https://fonts.googleapis.com/css?family=Anton|Bahianita|Courgette|Dancing+Script|Indie+Flower|Lato|Lobster|Montserrat|Muli|Open+Sans|Oswald|Permanent+Marker|Raleway|Righteous|Roboto|Satisfy|Squada+One|Titillium+Web|Ubuntu&display=swap');

/* Icons */
@font-face {
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;
    src: url('/Content/fonts/icons/icons.eot');
    src: url('/Content/fonts/icons/icons.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/icons/icons.woff') format('woff'), url('/Content/fonts/icons/icons.ttf') format('truetype'), url('/Content/fonts/icons/icons.svg#icons') format('svg');
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Lato|Raleway|Roboto|Roboto+Condensed&display=swap');

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

body {
    margin: 0px;
}

.warning {
    display: inline-block;
    background-image: url('../images/icon-warning.png');
    background-repeat: no-repeat;
    background-position: 0px center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
    padding: 2px 2px 2px 34px;
    margin: 10px 0px 10px 0px;
    background-repeat: no-repeat
}

.information {
    background-image: url('../images/icon-information.png');
    background-repeat: no-repeat;
    background-position: 0px center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #4784b7;
    padding: 2px 2px 2px 34px;
    margin: 10px 0px 10px 0px;
    background-repeat: no-repeat
}

/* Estilos das validações de campos */

.field-validation-error {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    display: block;
    color: #ff0000;
    margin: 5px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
}

.validation-summary-errors {
    background-image: url('../Content/images/ico-alerta.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    padding: 2px 2px 2px 20px;
    margin: 10px 0px 10px 0px;
    background-repeat: no-repeat
}

.validation-summary-valid {
    display: none;
}

h1 {
    font-family: Lato, sans-serif;
    font-size: 26px;    
    font-weight: bold;
    margin: 20px 0px;
    color: #000000;
}

h2 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    margin: 10px 0px;
    color: #000000;
}

h3 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    margin: 10px 0px;
    color: #000000;
}

p, ul, .default-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0px;
}

ul.addresses li {
    padding: 5px 0px 5px 0px;
}

.global-link {
    font-family: Arial;
    font-size: 14px;
    color: #2d3894;
    text-decoration: none;
}

    .global-link:hover {
        text-decoration: underline;
    }

.breadcrumb {
    float: left;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    padding: 10px 0px;
    text-transform: uppercase;
}

    .breadcrumb a {
        font-weight: normal;
        color: #000000;
        text-decoration: none;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

.btn {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding: 15px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

    .btn.btn-danger {        
        color: #ffffff;        
        border: solid 1px #6f0000 !important;
        background-color: #ff0000;
    }

.button {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 15px 20px;
    border: solid 1px #000a2b !important;
    background-color: #000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

    .button:hover {
        background-color: #ec268f;
    }

.btn-calculate {
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 8px 10px;
    border-top: solid 1px #000a2b;
    border-right: solid 1px #000a2b;
    border-bottom: solid 1px #000a2b;
    border-left: none;
    background-color: #000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

    .btn-calculate:hover {
        background-color: #2857b9;
    }

.btn-more-products {
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    padding: 8px 15px;
    background-color: #1820a8;
    border: solid 1px #000a2b;
    border-radius: 5px;
    cursor: pointer;
}

    .btn-more-products:hover {
        background-color: #2857b9;
    }

/*input[type=radio] {
    width: 5%;
    margin-right: 10px;
}*/

span.brands {
    display: inline-block;
    margin-top: 5px;
}

.navigation {
    float: left;
    width: 100%;
    margin: 40px 0px 20px 0px;
}

    .navigation .button-back {
        float: left;
    }

    .navigation .button-next {
        float: right;
    }

    /*.navigation .button-back, .navigation .button-next {
        padding: 10px 15px;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        color: #ffffff;
        border: solid 1px #000a2b;*/
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e97100+0,141d68+0,6a6ced+100 */
        /*background: linear-gradient(to bottom, #e97100 0%,#141d68 0%,#6a6ced 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*cursor: pointer;
        text-decoration: none;
    }*/    

.area {
    float: left;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.element-selector {
    position: absolute;
    border: dashed 2px #000;
    background-color: rgba(255, 255, 255, 0.5);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
}

.cookies-popup p {
    font-family: Arial;
    font-size: 14px;
    padding: 0px;
}

.cookies-popup .coockie-popup-close {
    display: inline-block;
    width: 100%;
    height: 42px;
    margin-top: 12px;
    padding: 10px 15px;
    background-color: #2d3894;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.align-content-end {
    text-align: right;
}

.border-light {
    border: solid 1px #b1b1b1;
}

.border-top-light {
    border-top: solid 1px #b1b1b1;
}

@media screen and (min-width: 1000px) {

    .body {
        float: left;
        width: 100%;
        min-height: 70vh;
        margin: 142px 0px 15px 0px;
    }

    .whatsapp-popup {
        position: fixed;
        width: 82px;
        height: 82px;
        background: url(../images/whatsapp-popup.png);
        background-size: cover;
        background-repeat: no-repeat;
        bottom: 30px;
        right: 25px;
    }

    .align-center {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
    }    

    .align-content-center {
        text-align: center;
    }    

    .center-form {
        margin: 40px auto;
        width: 450px;
    }

    .form-line {
        float: left;
        width: 100%;
    }

        .form-line .column-large {
            float: left;
            width: 100%;
            padding: 10px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .form-line .column-large.spotlight {
            background-color: #ededed;
        }

        .form-line .column {
            float: left;
            width: 50%;
            padding: 10px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    .cookies-popup {
        position: fixed;
        width: 1000px;
        height: 90px;
        left: 25%;
        bottom: 30px;
        padding: 5px 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #d7d7d7;
        background-color: #fff;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 10px 10px 19px -10px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 19px -10px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 19px -10px rgba(0,0,0,0.75);
        z-index: 100;
    }

        .cookies-popup .col-text {
            float: left;
            width: 70%;
            padding: 3px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .cookies-popup .col-button {
            float: left;
            width: 30%;
            padding: 3px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
    
}
@media screen and (max-width: 999px) {

    .body {
        float: left;
        width: 100%;
        min-height: 50vh;        
    }

    .whatsapp-popup {
        position: fixed;
        width: 64px;
        height: 64px;
        background: url(../images/whatsapp-popup.png);
        background-size: cover;
        background-repeat: no-repeat;
        bottom: 30px;
        right: 20px;
        z-index: 9999;
    }

    .align-center {
        float: left;
        width: 100%;
        padding: 0px 10px 0px 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .center-form {
        margin: 30px auto;
        width: 100%;
        max-width: 450px;
    }

    #frmRegister table {
        float: left;
        width: 100%;        
    }

    .textbox.large {
        width: 100%;        
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .textbox.short {
        width: 160px;
    }

    .form-line {
        float: left;
        width: 100%;
    }

        .form-line .column-large {
            float: left;
            width: 100%;
            padding: 10px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .form-line .column-large.spotlight {
                background-color: #ededed;
            }

        .form-line .column {
            float: left;
            width: 100%;
            max-width: 225px;
            padding: 10px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    .cookies-popup {
        position: fixed;
        width: 90%;
        height: 190px;
        left: 5%;
        bottom: 90px;
        padding: 5px 20px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #d7d7d7;
        background-color: #fff;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 10px 10px 19px -10px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 19px -10px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 19px -10px rgba(0,0,0,0.75);
        z-index: 100;
    }

        .cookies-popup .col-text, .cookies-popup .col-button {
            float: left;
            width: 100%;
        }

}

.list-item-product {
    height: 74px;
    background-position: 10px 10px;
    background-size: 64px 64px;
    background-repeat: no-repeat;
    padding: 15px 0px 10px 84px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.list-item-keyword {
    padding: 15px 0px 15px 10px;
}

.list-item-product, .list-item-keyword {
    display: inline-block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

    .list-item-product .product-price {
        font-family: Roboto, sans-serif;
        font-weight: bold;
        font-size: 16px;
        color: #FF0000;
    }

    .list-item-product:hover, .list-item-keyword:hover {
        color: #ffffff;
        background-color: #ededed;
    }

.list-item-product {
    min-height: 74px;
    background-position: 10px 10px;
    background-size: 64px 64px;
    background-repeat: no-repeat;
    padding: 15px 0px 10px 84px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-item-keyword {
    padding-left: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-item-product, .list-item-keyword {
    display: inline-block;
    width: 100%;
}

    .list-item-product .product-price {
        font-weight: bold;
        font-size: 16px;
        color: #FF0000;
    }

.ui-autocomplete .ui-menu-item a {
    font-family: Arial;
    font-size: 13px;
    color: #000;
    line-height: 1.5em;
    text-decoration: none;
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
    background-color: #d9d9d9;
}

    .ui-autocomplete .ui-menu-item.ui-state-focus a {
        color: #000;
    }

@media screen and (min-width: 1000px) {

    .top {
        position: fixed;
        width: 100%;
        height: 140px;
        background-color: #ffffff;
        text-decoration: none;        
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: top 250ms, height 250ms;
        z-index: 998;
    }

        .top.main {
            float: left;
            width: 100%;
            height: 121px;
        }

        .top.moveUp {
            height: 150px;
            padding: 15px 0px;
            top: -25px;
        }

        .top .top-table {
            display: table;
            width: 100%;
            height: 91px;
            transition: height 250ms;
        }

            .top .top-table.compressed {                
                height: 71px;
            }

            .top .row {
                display: table-row;
                width: 100%;
                height: 100%;
            }                

                .top .row .col {
                    display: table-cell;
                    vertical-align: middle;
                }

                    .top .row .col.logo {
                        width: 10%;
                    }

                    .top .row .col.institutional-menu {
                        width: 56%;                        
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;                        
                        padding: 0px 30px;
                    }

                        .top .row .col.institutional-menu ul {
                            float: left;
                            width: 100%;
                            list-style: none;
                            margin: 0px;                            
                            -moz-box-sizing: border-box;
                            box-sizing: border-box;
                        }

                            .top .row .col.institutional-menu ul li {
                                float: left;
                            }

                                .top .row .col.institutional-menu ul li a {
                                    color: #000;
                                    text-decoration: none;
                                    font-size: 15px;
                                    padding: 10px 13px;
                                }

                                    .top .row .col.institutional-menu ul li a:hover {
                                        color: #ec268f;
                                    }

                    .top .row .col.icons {
                        width: 34%;
                    }

                    .top .row .col .logo {
                        float: left;
                        width: 224px;
                        height: 57px;
                        margin: 5px 0px 5px 0px;
                        background-image: url(../images/logo.png);
                        background-size: cover;
                        background-repeat: no-repeat;
                        transition: width 250ms, height 250ms;
                    }
                    
                        .top .row .col .logo.compressed {
                            width: 184px;
                            height: 47px;
                        }

                    .top .row .col .account-icons {
                        display: table;
                        width: 100%;
                        height: 100%;
                        text-align: right;
                    }

                        .top .row .col .account-icons .row {
                            display: table-row;
                            width: 100%;
                            height: 100%;
                        }

                            .top .row .col .account-icons .row .col {
                                display: table-cell;
                                width: 25%;
                                text-align: center;                                
                                padding: 0px 10px;
                                -moz-box-sizing: border-box;
                                box-sizing: border-box;
                                font-family: 'Roboto Condensed', sans-serif;
                                font-size: 14px;                                                                
                                vertical-align: middle;
                            }

                                .top .row .col .account-icons .row .col a {
                                    font-family: 'Roboto Condensed', sans-serif;
                                    font-size: 15px;
                                    color: #6b6b6b;                                    
                                    text-decoration: none;
                                }

                                    .top .row .col .account-icons .row .col a:hover {
                                        color: #ec268f;
                                    }

                                .top .row .col .account-icons .row .col .icon {
                                    display: inline-block;
                                    width: 36px;
                                    height: 36px;
                                    background-size: cover;
                                }

                                    .top .row .col .account-icons .row .col .icon.phone {
                                        background-image: url(../images/phone-icon.png);
                                    }

                                    .top .row .col .account-icons .row .col .icon.whatsapp {
                                        background-image: url(../images/whatsapp-icon.png);
                                    }

                                    .top .row .col .account-icons .row .col .icon.account {
                                        background-image: url(../images/account-icon.png?v=2);
                                    }

                                    .top .row .col .account-icons .row .col .icon.my-orders {
                                        background-image: url(../images/my-orders-icon.png?v=2);
                                    }

                                    .top .row .col .account-icons .row .col .icon.cart {
                                        background-image: url(../images/shopping-cart.png?v=2);
                                    }

                                        .top .row .col .account-icons .row .col .icon.cart .count-itens {
                                            position: absolute;
                                            bottom: 0;
                                            right: 0;
                                            background-color: #ff0000;
                                            padding: 10%;
                                            font-family: Arial;
                                            font-size: 12px;
                                            color: #ffffff;
                                            -moz-border-radius: 50%;
                                            border-radius: 50%;
                                        }    

    .top-mob {
        display: none;
    }

    .top-menu {
        float: left;        
        width: 100%;
        border: none;
        background-color: #000;
        transition: top 250ms, height 250ms;
        z-index: 62;
    }

        .top-menu.moveUp {
            top: 57px;
        }

        .top-menu .nav-menu {
            float: left;
            width: 25%;
            padding: 0px;
            list-style: none;
        }

            .top-menu .nav-menu img {
                vertical-align: middle;
                margin: -3px 5px 0px 0px;
            }

            .top-menu .nav-menu .nav-item {
                float: left;
                margin-top: 12px;
            }

                .top-menu .nav-menu .nav-item a {
                    padding: 20px 20px 20px 10px;
                    font-family: 'Open Sans', sans-serif;
                    font-size: 16px;
                    color: #fff;
                    text-decoration: none;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    font-weight: normal;
                    font-style: normal
                }

                    .top-menu .nav-menu .nav-item a:hover {
                        color: #fff;
                        background-color: rgb(0, 9, 85);
                    }

            .top-menu .nav-menu .nav-submenu {
                position: absolute;
                margin-top: 7px;
                list-style: none;
                padding: 10px;
                -webkit-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.5);
                -moz-box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.5);
                box-shadow: 2px 4px 5px 0px rgba(50, 50, 50, 0.5);
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                z-index: 999;
                display: none;
                background-color: #000955;
            }

                .top-menu .nav-menu .nav-submenu a {
                    float: left;
                    width: 230px;
                    padding: 10px 20px 10px 10px;
                    font-family: 'Open Sans', sans-serif;
                    font-size: 14px;
                    color: #fff;
                    text-decoration: none;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    font-weight: normal;
                    font-style: normal
                }

                    .top-menu .nav-menu .nav-submenu a:hover {
                        color: #000955;
                        font-weight: normal;
                        font-style: normal;
                        text-decoration: none;
                        background-color: #fff;
                    }

        .top-menu .search {
            float: left;
            width: 75%;
        }

            .top-menu .search .search-box {
                display: inline-block;
                width: 80%;
                height: 45px;
                margin: 10px auto;
                overflow: hidden;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                background-color: #fff;
                border: solid 1px #fff;
            }

                .top-menu .search .search-box .textbox-search {
                    float: left;
                    width: 78%;
                    height: 40px;
                    margin: 0px 0px 0px 5px;
                    padding: 5px 10px 3px 10px;
                    outline: none;
                    font-family: 'Open Sans',sans-serif;
                    font-size: 16px;
                    color: #000;
                    background-color: #fff;
                    border: none;
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    font-weight: normal;
                }

                    .top-menu .search .search-box .textbox-search::placeholder {
                        color: #808080;
                    }

                .top-menu .search .search-box .button-search {
                    display: none;
                }

                .top-menu .search .search-box .image-button-search {
                    float: right;
                    width: 10%;
                    height: 45px;
                    border-left: solid 1px #808080;
                    border-top: none;
                    border-right: none;
                    font-family: 'icons';
                    font-size: 28px;
                    line-height: 28px;
                    color: #808080;
                    cursor: pointer;
                    outline: none;
                    padding-bottom: 5px;
                    background-color: #fff;
                }

                    .top-menu .search .search-box .image-button-search:hover {
                        color: #ffffff;
                        background-color: #ec268f;
                    }

    .mobile-menu {
        display: none;
    }

}
@media screen and (max-width: 999px) {

    .top {
        display: none;
    }

    .top-mob {
        float: left;
        width: 100%;
        background-color: #000;
        padding: 5px 0px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .top-mob .row {
            float: left;
            width: 100%;
            margin: 5px 0px;
        }

        .top-mob .logo-mob {
            float: left;
            width: 126px;
            height: 32px;
            margin-top: 7px;
            margin-left: 10px;     
            background-image: url(../images/logo-mob.png);
            background-size: cover;
        }

        .top-mob .account-area-mob {
            float: right;
            width: 120px;
            margin-top: 7px;
            text-align: right;
        }

            .top-mob .account-area-mob .top-login, .top-mob .account-area-mob .top-cart {
                display: inline-block;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                margin-left: 10px;
            }

            .top-mob .account-area-mob .icon {
                display: inline-block;
                width: 32px;
                height: 32px;
                vertical-align: middle;
                background-size: cover;
            }

                .top-mob .account-area-mob .icon.user-icon {
                    background-image: url(../images/account-icon-mob.png);
                }

                .top-mob .account-area-mob .icon.cart-icon {
                    background-image: url(../images/shopping-cart-mob.png);
                }

        .top-mob .search {
            float: left;
            width: 100%;
            margin: 10px 0px;
        }

            .top-mob .search .textbox-search {
                float: left;
                width: 85%;
                height: 45px;
                border: none;
                background-color: #fff;
                padding: 8px 15px;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                font-family: 'Open Sans', sans-serif;
                font-size: 16px;
                color: #000;
                border-radius: 5px 0px 0px 5px;
                outline: none;
            }

                .top-mob .search .textbox-search::placeholder {
                    font-style: italic;
                    color: #6f6f6f;
                }

                .top-mob .search .textbox-search::-webkit-input-placeholder {
                    font-style: italic;
                    color: #6f6f6f;
                }

                .top-mob .search .textbox-search:-ms-input-placeholder {
                    font-style: italic;
                    color: #6f6f6f;
                }

            .top-mob .search .search-button {
                float: right;
                width: 15%;
                height: 45px;
                border: none;
                border-radius: 0px 5px 5px 0px;
                font-family: 'icons';
                font-size: 28px;
                line-height: 28px;
                color: #000;
                cursor: pointer;
                background-color: #fff;
            }

    .top-menu {
        display: none;
    }

    .mobile-menu {
        float: left;
        width: 32px;
        height: 32px;
        margin: 10px 10px 0px 0px;
    }

        .mobile-menu a {
            float: left;
            font-family: 'icons';
            font-size: 24px;
            line-height: 24px;
            width: 24px;
            padding: 5px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            color: #ffffff;
            text-decoration: none
        }

    .mobile-submenu {
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 0px;
        background-color: #000;
        border-left: solid 1px #fff;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 999;
        display: none;
    }

    .mobile-submenu-title {
        float: left;
        position: relative;
        width: 100%;
        padding: 10px 20px 10px 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #000;
        border-bottom: solid 1px #fff;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        color: #ffffff;
        text-transform: uppercase
    }

    .mobile-submenu-close {
        position: absolute;
        width: 24px;
        height: 24px;
        top: 6px;
        right: 10px;
        font-family: 'icons';
        font-size: 24px;
        line-height: 24px;
        cursor: pointer;
        color: #ffffff;
    }

        .mobile-submenu-close:before {
            content: 'G';
        }

    .mobile-submenu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .mobile-submenu a {
        float: left;
        width: 100%;
        padding: 10px 20px 10px 10px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: normal;
        text-transform: uppercase;
    }

        .mobile-submenu a:hover {
            color: #ffffff;
        }

}

.footer {
    float: left;
    width: 100%;
    min-height: 150px;
    background-color: #e2e2e2;
}

   .footer .table {
       display: table;
       width: 100%;
       padding: 10px 0px 0px 0px;
   }

    .footer .table h2 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

    .footer .table h3 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #000;
    }

    .footer .table .row {
        display: table-row;
        width: 100%;
    }

        .footer .table .row .col ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .footer .table .row .col ul li a {
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                color: #000;
                text-decoration: none;
                line-height: 28px;
                font-weight: normal;
                font-style: normal;
            }

                .footer .table .row .col ul li a:hover {
                    text-decoration: underline;
                }

        .footer .table .row .col .phone {
            margin: 0px;
        }

            .footer .table .row .col .phone a {
                font-family: 'Roboto Condensed', sans-serif;
                font-size: 22px;
                color: #000;
                margin: 0px;
                text-decoration: none;
                font-style: normal
            }

            .footer .table .row .col .phone .icon {
                font-family: 'icons';
                font-size: 24px;
                color: #000;
                margin-right: 5px;
                vertical-align: middle;
            }

        .footer .table .row .col .more-phones {
            font-family: Arial;
            font-size: 14px;
            color: #000;
            text-transform: uppercase;
            text-decoration: none;
        }

            .footer .table .row .col .more-phones:hover {
                color: #ffd800;
            }

            .footer .table .row .col .more-phones .icon {
                font-family: 'icons';
                font-size: 16px;
                margin-right: 5px;
                vertical-align: middle;
            }

    .footer .table .security-stamp {
        color: #000;
        margin: 10px 0px 0px 0px;
    }

    .footer .table .powered p {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        color: #000;
    }

    .footer .table .copyright p {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: #000;
    }

    .footer .table .social-networks h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: #000;
        margin: 5px 0px 5px 0px;
    }

    .footer .table .social-networks a {
        text-decoration: none;
    }

    .footer .table .social-networks .icon {
        font-family: 'icons';
        font-size: 28px;
        color: #000;
    }

@media screen and (min-width: 1000px) {

    .footer .table .row .col.align-center {
        text-align: center;
    }

    .footer .table .row .col.align-right {
        text-align: right;
    }

    .footer .table .row.first .col {
        display: table-cell;
        width: 25%;
        padding-bottom: 10px;
        border-bottom: solid 1px #000;
    }

    .footer .table .row.second .col {
        display: table-cell;
        width: 33%;
        padding-bottom: 10px;
        border-bottom: solid 1px #000;
    }

    .footer .table .row.third {
        margin-bottom: 40px;
    }

    .footer .table .row.third .col {
        display: table-cell;
        width: 100%;
        vertical-align: top;
    }

        .footer .table .row .col ul {
            display: inline-block;
            list-style: none;
            margin: 0px;
            padding: 0px;
        }

            .footer .table .row .col ul li {
                display: block;
                margin: 0px 10px;
            }

                .footer .table .row .col ul li a {
                    font-family: 'Open Sans', sans-serif;
                    font-size: 14px;
                    color: #000;
                    text-decoration: none;
                    line-height: 28px;
                    font-weight: normal;
                    font-style: normal
                }

                    .footer .table .row .col ul li a:hover {
                        text-decoration: underline;                        
                    }

        .footer .table .row .col .phones {
            text-align: right;
        }

    .footer .table .logo {
        display: inline-block;
        width: 180px;
        height: 120px;
        margin: 5px 0px 5px 0px;
        background-image: url(../images/logo.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: -30px;
    }

    .footer .table .line.last {
        display: table;
        width: 100%;
        margin-bottom: 30px;
    }

    .footer .table .security-stamp {
        display: table-cell;
        width: 33%;
        vertical-align: middle;
    }

        .footer .table .security-stamp img {
            float: left;
            margin-right: 10px;
        }

        .footer .table .security-stamp .line1 {
            font-family: 'Open Sans', sans-serif;
            font-size: 18px;
        }

        .footer .table .security-stamp .line2 {
            font-family: 'Open Sans', sans-serif;
            font-size: 13px;
        }

        .footer .table .security-stamp .line3 {
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
        }

    .footer .table .social-networks {
        display: table-cell;
        width: 44%;
        vertical-align: middle;
        text-align: center;
    }

    .footer .table .powered {
        display: table-cell;
        width: 23%;        
        text-align: right;        
    }

        .footer .table .powered .line1 {
            float: left;
            width: 100%;
            text-align: right;            
        }

        .footer .table .powered .line2 {
            float: left;
            width: 100%;
            text-align: right;
        }

        .footer .table .powered .line1 p {
            font-size: 12px;
            padding-right: 15px;
        }

        .footer .table .powered .line2 .creator-logo {
            height: 38px;
            vertical-align: middle;
        }
}

@media screen and (max-width: 999px) {

    .footer .table .row .col {
        text-align: center;
        padding-bottom: 20px;
    }

    .footer .table .security-stamp {
        float: left;
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

        .footer .table .security-stamp img {
            display: inline-block;
        }

        .footer .table .security-stamp .line1 {
            display: block;
            font-family: 'Open Sans', sans-serif;
            font-size: 18px;
        }

        .footer .table .security-stamp .line2 {
            display: block;
            font-family: 'Open Sans', sans-serif;
            font-size: 13px;
        }

        .footer .table .security-stamp .line3 {
            display: block;
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
        }

    .footer .table .social-networks {
        float: left;
        width: 100%;
        margin: 20px 0px;
        text-align: center;
    }

}

