html, body {height: 100%; width: 100%; font-family: "Roboto", sans-serif; color: #333333;}

a {color: #ad0b32; text-decoration: underline;}
a:hover {color: #7a0722;}

h1, h2, h3, h4, h5 {
    color: #545454;
    text-transform: uppercase;
}

    h1 a, h2 a, h3 a, h4 a, h5 a {
        text-decoration: none;
    }

h1 {font-size: 36px;}
h2 {font-size: 32px; letter-spacing: 5px;}
h3 {font-size: 27px;}
h4 {font-size: 24px;}
h5 {font-size: 21px;}

.text-success {}
.text-default {color: #333333;}
.text-muted {color: #848484;}
.text-danger {color: #ad0c33;}

i.fa {font-size: 14px;}
big i.fa {font-size: 21px; vertical-align: text-bottom;}

p.lead {}

hr {
}

.manual-animation {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.btn {
    padding: 14px 15px;
    border: 0;
    border-radius: 0;
    background: #ad0b32;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: none;
    vertical-align: middle;
    text-align: left;
    height: 40px;
    color: #ffffff !important;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.btn.btn-sm {
    padding: 10px 15px;
    font-size: 11px;
    height: 32px;
}

.btn.btn-block.text-center {
    text-align: center;
}

.btn-primary, .btn-primary:focus {background: #116873;}
.btn-primary:hover {background: #094a50;}

.btn-success, .btn-success:focus {background: transparent;}
.btn-success:hover {background: transparent;}

.btn-danger, .btn-danger:focus {background: #3c763d;}
.btn-danger:hover {background: #940a2d;}

.btn-default, .btn-default:focus {background: #333235;}
.btn-default:hover {background: #000000;}

.btn-muted {background: #848484;}
.btn-muted:hover {background: #545454;}

.btn i.fa {margin: -1px 0 0 20px; float: right;}
.btn-sm i.fa {margin-top: -2px;}
.btn i.fa.before {margin: -1px 20px 0 0; float: left;}

input[type="text"], input[type="text"].form-control, input[type="password"].form-control, input[type="email"].form-control, textarea.form-control, select.form-control {
    padding: 13px 12px;
    border-radius: 0;
    border: 1px #d0d0d3 solid;
    background: #f3f3f6;
    font-size: 14px;
    line-height: 40px;
    text-shadow: none;
    text-decoration: none;
    box-shadow: none;
    vertical-align: top;
    height: 40px;
    color: #4d4c4f;
}

textarea.form-control {
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.2;
    height: 100px;
}

select.form-control {
    padding: 0 12px;
    line-height: 36px;
}

strong, b {font-weight: 700; font-size: 1.1em;}
em, i {font-size: 1.1em;}

.gray-bg {background-color: #ededed;}
.white-bg {background-color: #ffffff;}

.annotation {font-weight: 700; font-size: 1.1em;}

#general-content {
    min-height: 100%;
    padding-bottom: 300px;
}

#transparent-block {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    display: none;
    z-index: 30;
}

/* --- HEADER --- */

#header {
    // border-top: 3px #fafafa solid;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    position: relative;
    z-index: 50;
}

@media (max-width: 767px) {
    #header {
    }
}

@media (max-width: 992px) {
    .site-name {
        font-size: 10px;
    }
}

@media (max-width: 1200px) {
    #top-block form input {
        width: 120px;
    }
}

    #header .top-menu {
        font-size: 11px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: right;
        position: relative;
        z-index: 10;
    }

        #header .top-menu ul {
            right: 0;
            position: absolute;
        }

            #header .top-menu ul li {
                margin: 10px 0 10px 14px;
                list-style: none;
                line-height: 1;
                display: inline-block;
            }

                #header .top-menu ul li a {
                    color: #777;
                    text-decoration: none;
                }
                #header .top-menu ul li a:hover {color: #96172e;}

            #header .top-menu ul li.contacts {
                margin: 10px 20px 10px 0;
            }

            @media (max-width: 768px) {
                #header .top-menu ul li.contacts {
                    margin-right: 15px;
                }
            }

            #header .top-menu ul li.facebook-link {
                margin-left: 24px;
            }

                #header .top-menu ul li.facebook-link a {color: #3864a3; text-decoration: none;}
                #header .top-menu ul li.facebook-link a:hover {color: #2f558a;}

    #header .logo {
        padding: 3px 3px;
    }

    #header .main-menu {
        padding-top: 35px;
        padding-left: 15px;
    }

    @media (max-width: 992px) {
        #header .main-menu-cover {
            background-color: #ffffff;
            top: 82px;
            display: none;
            position: absolute;
        }

        #header .main-menu {
            padding: 0;
        }
    }

        #header .main-menu div {
            margin: 0;
            padding: 0;
            // border-left: 1px #cacbcc solid;
            border-top: 2px #b61e31 solid;
            list-style: none;
            line-height: 60px;
            font-size: 15px;
            text-align: center;
            text-transform: uppercase;
            position: relative;
        }

        // #header .main-menu div.last {
        //     border-right: 1px #cacbcc solid;
        // }

        @media (max-width: 992px) {
            #header .main-menu div {
                border: 0;
                border-top: 1px #cacbcc solid;
                line-height: 42px;
            }

            #header .main-menu div.last {
                border-bottom: 1px #cacbcc solid;
            }
        }

            #header .main-menu a {
                padding: 0 10px;
                color: #545454;
                text-decoration: none;
                display: block;
            }
            #header .main-menu a:hover {color: #96172e;}

                #header .main-menu a i.fa {
                    top: 23px;
                    right: 10px;
                    position: absolute;
                }

                @media (max-width: 992px) {
                    #header .main-menu a i.fa {
                        display: none;
                    }
                }

        #header .hidden-sitename {
            margin: 0;
            padding: 22px 0 0 0;
            font-size: 12px;
            font-weight: 400;
        }

            #header .hidden-sitename span {
                font-size: 18px;
                font-weight: 300;
                display: block;
            }

        #header a.main-nav {
            margin: 21px 0 0 0;
            padding: 0;
            list-style: none;
            line-height: 60px;
            text-align: right;
            text-transform: uppercase;
            float: right;
            position: relative;
            color: #545454;
            display: inline-block;
        }

            #header a.main-nav {
                color: #545454;
            }
            #header a.main-nav:hover {color: #96172e;}

                #header a.main-nav i.fa {
                    font-size: 21px;
                }

        #header .main-submenu {
            margin: 96px 0 0 0;
            padding: 10px 15px 0 15px;
            border: 1px #dedede solid;
            border-top: 0;
            right: 0;
            background-color: #ffffff;
            position: absolute;
            z-index: 50;
        }

        @media (max-width: 992px) {
            #header .main-submenu {
                display: none;
            }
        }

            #header .main-submenu div.col-sm-4 {
                padding: 0 0 15px 0;
            }

            #header .main-submenu div.col-sm-4.middle {
                border-left: 1px #cacaca dotted;
                border-right: 1px #cacaca dotted;
            }

                #header .main-submenu div.col-sm-4 img.menu-promo {
                    margin: 0 0 30px 0;
                }

                #header .main-submenu div.col-sm-4 h2 {
                    margin: 30px 30px 15px 30px;
                    font-size: 18px;
                    font-weight: 300;
                    letter-spacing: 0;
                }

                #header .main-submenu div.col-sm-4 p {
                    margin: 15px 30px 30px 30px;
                    font-size: 12px;
                }

                #header .main-submenu div.col-sm-4 p.btn-paragraph {
                    margin: 45px 30px 0 30px;
                }

                #header .main-submenu div.col-sm-4 ul {
                    margin: 30px;
                    padding: 0;
                    font-size: 12px;
                }

                    #header .main-submenu div.col-sm-4 ul li {
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        text-transform: uppercase;
                        font-size: 12px;
                        border-top: 1px #b6b6b6 dotted;
                    }

                    #header .main-submenu div.col-sm-4 ul li.last {
                        border-bottom: 1px #b6b6b6 dotted;
                    }

                        #header .main-submenu div.col-sm-4 ul li a {
                            padding: 7px 0;
                            text-decoration: none;
                            display: block;
                        }

                            #header .main-submenu div.col-sm-4 ul li i.fa {
                                margin-right: 7px;
                                float: right;
                            }

/* --- CONTENT --- */

/* --- jCarousel --- */

.jcarousel {
    padding: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .jcarousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .jcarousel li {
        float: left;
    }

#home-slider {
    margin: 0;
    position: relative;
}

    #home-slider .carousel-indicators {
        margin: 0;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        position: absolute;
    }

        #home-slider .carousel-indicators li {
            margin: 0 4px;
            border: 2px #ffffff solid;
            border-radius: 7px;
            background-color: #ffffff;
            text-decoration: none;
            width: 11px;
            height: 11px;
            display: inline-block;
        }

        #home-slider .carousel-indicators li.active {
            background-color: #b20a2e;
            width: 11px;
            height: 11px;
        }



    .news-carousel {
        margin: 0;
        padding: 10px 0 30px 0;
        position: relative;
    }

        .news-carousel .jcarousel img {
            margin: 0 auto;
            position: relative;
        }

        .news-carousel .jcarousel-prev, .news-carousel .jcarousel-next {
            margin: -107px 0 0 0;
            line-height: 50px;
            text-align: center;
            color: #bcbcbc;
            text-shadow: none;
            display: block;
            position: absolute;
        }

            .news-carousel .jcarousel-prev i.fa, .news-carousel .jcarousel-next i.fa {
                font-size: 72px;
            }

        .news-carousel .jcarousel-prev {left: -30px;}
        .news-carousel .jcarousel-next {right: -30px;}

        @media (max-width: 992px) {
            .news-carousel .jcarousel-prev, .news-carousel .jcarousel-next {margin-top: -140px;}
        }

        .news-carousel .jcarousel-prev:hover, .news-carousel .jcarousel-next:hover {
            color: #a4a3a8;
        }

.page-top-promo {
    width: 100%;
    text-align: center;
}

    .page-top-promo img {
        margin-top: -100px;
        display: inline-block;
    }

    .page-top-promo h1 {
        margin: -80px 0 100px 0;
        color: #ffffff;
        text-align: left;
        font-weight: 700;
        text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
    }

.action-top-preview {
    margin-bottom: 30px;
}

    .action-top-preview .white-bg {
        padding: 15px;
        border-top: 5px #96172e solid;
    }

        .action-top-preview .white-bg h3 {
            margin: 0;
        }

            .action-top-preview .white-bg h3 a {
                color: #545454;
            }

            .action-top-preview .white-bg h3 a:hover {
                color: #ad0b32;
                text-decoration: none;
            }

.action-preview {
}

    .action-preview .action-text {
        margin-bottom: 30px;
        padding: 15px;
    }

.news-gallery {
    padding: 20px 0 0 0;
}

    .news-gallery a {
        margin: 0 0 30px 0;
        display: block;
    }

.stock-cover {
    margin-bottom: 50px;
    padding: 0px 15px 20px 15px;
    border-top: 5px #ad0b32 solid;
    background-color: #ffffff;
}

.stockcar-link {
    margin: 20px 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #ad0b32;
}

    .stockcar-link a {
        text-decoration: none;
        color: #ad0b32;
    }

.stockcar-view {
    font-size: 14px;
}

    .stockcar-view h5 {
        margin: 5px 0 15px 0;
    }

    .stockcar-view ul {
        margin: 0;
        padding: 5px 0;
    }

        .stockcar-view ul li {
            margin: 0 0 10px 0;
            padding: 0 0 0 25px;
            background: url(../img/car-tick.jpg) 0 3px no-repeat;
            list-style: none;
        }

    .stockcar-view a {
        color: #ad0b32;
    }

    .stockcar-view a:hover {
        color: #7a0722;
    }

    .stockcar-preview {
    }

        .stockcar-price {
            margin: 10px 0 0 -10px;
            padding: 5px 0;
            background-color: #ad0b32;
            text-shadow: 1px 1px 1px #5c0114;
            font-size: 15px;
            color: #ffffff;
            text-align: center;
            text-decoration: none;
            width: 150px;
            position: absolute;
            display: block;
        }

        .stockcar-price:hover {
            background-color: #7a0722;
            text-decoration: none;
            color: #ffffff;
        }

    div.stockcar-gallery {
        padding-left: 0;
    }

        .stockcars-preview-photo {
            margin: 0 15px 15px 0;
            padding: 0;
            width: 50px;
            height: 50px;
            overflow: hidden;
            display: block;
        }

            .stockcars-preview-photo img {
                margin: -50% 0 0 -50%;
                display: block;
            }

.sidebar-form {
    padding: 40px 15px 0 15px;
}

.car-list {
    margin-top: 60px;
}

.themed-car-list {
    padding: 25px;
    border: 2px #dcdcdc solid;
    border-radius: 10px;
}

.themed-car-list:before {
    content: " ";
    background-image: url("../img/500logo.png");
    background-repeat: no-repeat;
    height: 34px;
    width: 139px;
    position: absolute;
    top: -21px;
    left: 50px;
    z-index: 2;
}

.unthemed-car-list {
    padding: 25px;
    border: 2px #ffffff solid;
}

.car-square {
    margin: 0 0 10px 0;
    padding: 0 10px;
    width: 33.333%;
    float: left;
    position: relative;
}

    .car-square img {
        margin: 0 auto 0 auto;
    }

    .car-square a.btn {
        margin: 0 0 2px 0;
        padding: 3px 0;
        text-align: center;
        font-size: 16px;
        height: auto;
    }

    .car-square a.car-new-label {
        top: 0;
        right: 10px;
        display: block;
        position: absolute;
    }

    .car-square p {
        text-align: center;
        font-size: 12px;
    }

.car-top-promo {
    margin-top: -100px;
    padding-top: 100px;
    width: 100%;
    height: 402px;
    overflow: hidden;
    position: relative;
}

    .car-top-promo img {
        margin: -100px 0 0 -720px;
        left: 50%;
        position: absolute;
        z-index: 0;
    }

    .car-top-promo .car-annotation {
        margin: 130px 0 0 -680px;
        font-size: 18px;
        font-weight: 300;
        color: #ffffff;
        left: 50%;
        width: 300px;
        z-index: 10;
        float: left;
        position: relative;
    }

        .car-top-promo .car-annotation p {
            margin: 0 0 30px 0;
        }

            .car-top-promo .car-annotation p strong {
                font-weight: 400;
            }

    .car-top-promo ul {
        margin: 130px 0 0 680px;
        font-weight: 700;
        color: #272727;
        left: 50%;
        width: 300px;
        z-index: 10;
        position: relative;
    }

        .car-top-promo ul li {
            margin: 0 0 4px -200px;
            padding: 8px 50px 0 15px;
            border-left: 6px #bd2226 solid;
            background-color: #ffffff;
            line-height: 16px;
            list-style: none;
            text-transform: uppercase;
            height: 45px;
            width: 200px;
            display: block;
        }

            .car-top-promo ul li a {
                color: #272727;
                text-decoration: none;
                display: block;
                position: relative;
            }

                .car-top-promo ul li a i.fa {
                    background-color: #bd2226;
                    font-size: 28px;
                    line-height: 45px;
                    color: #ffffff;
                    height: 45px;
                    width: 45px;
                    top: -8px;
                    right: -50px;
                    display: block;
                    position: absolute;
                }

#car-menu {
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 3px #ad0c33 solid;
    text-align: center;
    width: 100%;
    display: table;
}

    #car-menu li {
        margin: 0;
        background-color: #ffffff;
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

        #car-menu li a {
            padding: 0 27px;
            font-size: 14px;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 400;
            color: #565656;
            text-align: center;
            vertical-align: middle;
            line-height: 1.4;
            max-width: 170px;
            height: 56px;
            display: table-cell;
            position: relative;
        }

        #car-menu li:hover {
            background-color: #dedede;
        }

        #car-menu li.active {
            background-color: #ad0c33;
            color: #ffffff;
        }

            #car-menu li.active a {
                color: #ffffff;
            }

.car-downloads {
    margin: 0 0 50px 0;
    padding: 0;
}

    .car-downloads li {
        margin: 0 50px 20px 0;
        padding: 0;
        list-style: none;
        display: inline-block;
    }

/* --- FOOTER --- */

#footer {
    margin-top: -250px;
    padding: 0 0 25px 0;
    background-color: #fafafa;
    color: #333333;
    height: 270px;
    width: 100%;
    position: absolute;
}

    #footer a {
        text-decoration: none;
        color: #545454;
    }
    #footer a:hover {color: #96172e;}
    #footer a.btn {color: #ffffff;}

    #footer h2 {
        margin: 25px 0 10px 0;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
    }

    #footer p {
        font-size: 12px;
    }

        #footer p a {
            text-decoration: underline;
        }

    #footer form {
        margin: 0 -5px;
    }

        #footer form div {
            padding: 0 5px;
        }

        #footer form input {
            width: 100%;
        }

    #footer ul {
        margin: 10px 0 30px 0;
        padding: 0;
        font-size: 12px;
    }

        #footer ul li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #footer ul li i.fa {
                margin-right: 5px;
            }

    #footer ul.social-icons {
        margin: 10px 0 10px 0;
    }

        #footer ul.social-icons li {
            margin: 0 10px 0 0;
            display: inline-block;
        }

            #footer ul.social-icons li i.fa {
                font-size: 28px;
            }

    #footer .footer-alfaromeo {
        font-size: 14px;
    }

        #footer .footer-alfaromeo img {
            margin: 0 15px 0 0;
        }

        #footer .footer-alfaromeo a.alfa-link {
            padding: 10px 0 0 0;
            font-size: 15px;
            font-weight: 300;
            text-decoration: none;
            display: block;
        }

    #footer a.dev-link {
        margin: 33px 0 0 0;
        color: #545454;
        text-decoration: none;
        display: block;
    }

        #footer a.dev-link span {
            text-decoration: underline;
            color: #96172e;
            display: block;
        }


@media (max-width: 992px) {
    #footer {height: auto;}
}