@charset "utf-8";

/* CSS Document */

body {
    background: #000;
    font-family: Open Sans, sans-serif;
}

/*body { background: url(../img/fiat500l-back3.jpg) no-repeat fixed; font-family:Open Sans, sans-serif;}*/

.container {
    background: black;
    margin-top: 20px;
}

.header {
    position: relative;
}

.video {
    position: absolute;
    bottom: -40px;
    padding-left: 30px;
}

i.fa.fa-car {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -13px;
    font-size: 27px;
}

video {
    border: 3px solid #4a4d4d;
}

.video-tekst {
    position: relative;
}

.tekst {
    position: absolute;
    bottom: 60px;
}

.logo {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 15%;
    text-align: right;
}

.row.promo {
    margin-top: 0;
    background: #292929;
    padding-top: 20px;
    padding-bottom: 70px;
    position: relative;
    /*border-top: 2px solid #c92015;
border-bottom: 2px solid #c92015;
*/
}

#cycler {
    position: relative;
    border-bottom: 2px solid #F7A800;
    box-sizing: content-box;
}

#header_image {
    position: relative;
    border-bottom: 2px solid #F7A800;
    box-sizing: content-box;
}

#header_image img {
    position: relative;
    z-index: 3;
}

#cycler img {
    position: absolute;
    z-index: 1
}

#cycler img.active {
    z-index: 3
}

.promo h2 {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    /* color: lightgrey; */
    display: inline-block;
    margin: 0;
    padding: 15px;
    padding-left: 0;
}

a.pdf-button {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: white;
    padding: 15px;
    width: 100%;
    /* height: 100%; */
}

a.pdf-button {
    text-decoration: none;
}

h2 span {
    text-transform: initial;
    font-weight: 700;
    color: #c92015;
}

.pdf {
    background: #ffb700;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

.pdftwo {
    background: #F7A800;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

.pdf:hover,
.pdftwo:hover,
.pdf:active,
.pdftwo:active {
    background: #ff9c00;
}

i.fa.fa-download {
    font-size: 18px;
    margin-right: 5px;
}

.dileri {
    background: #292929;
    padding: 15px 15px 80px 15px;
}

.dileri ul {
    padding: 0;
    margin: 0;
}

.dileri ul li {
    padding: 12px 10px;
    border-bottom: 1px solid #F7A800;
    color: white;
    list-style: none;
    font-size: 13px;
    background: #292929;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

.dileri ul li:hover,
.dileri ul li:active,
.dileri ul li:focus {
    background: #323333;
}

.dileri ul li < .click < .collapse {
    background: #323333;
}

.kontakt {
    color: lightgrey;
    font-size: 12px;
    margin-top: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

.click:hover {
    cursor: pointer;
    background: #323333;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

.click:hover .kontakt {
    color: #F7A800;
}

strong {
    text-transform: uppercase;
    font-weight: 700;
}

.footer {
    background: black;
}

.footer p {
    color: gray;
    font-size: 10px;
    text-align: center;
    margin: 10px 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.promo .col-md-8.col-md-pull-4 {
    padding: 0;
}

.promo .col-md-4.col-md-push-8 {
    padding: 0;
}

i.fa.fa-download,
i.fa.fa-globe,
i.fa.fa-file-text {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -13px;
    font-size: 27px;
}

a.pdf-button {
    color: #272727;
    text-align: left;
    padding-left: 50px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: normal;
}

#katalog input {
    width: 100%;
    border-radius: 0;
    border: 3px solid #525252;
    height: 40px;
    box-shadow: none;
    background: #3d3d3d;
    color: whitesmoke;
}

#katalog select {
    width: 100%;
    border-radius: 0;
    border: 3px solid #525252;
    height: 40px;
    box-shadow: none;
    background: #3d3d3d;
    max-width: 100%;
    color: whitesmoke;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
    padding-left: 4px;
}

small {
    font-size: 10px;
    color: grey;
}

sup {
    color: #F7A800
}

.form-btn {
    height: 40px;
    border-radius: 0;
    background: #F7A800;
    color: white;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}

.form-btn:hover,
.form-btn:active,
.form-btn:focus {
    background: #ff9c00;
    color: white;
}

.modal-content {
    border-radius: 0;
    background: #323333;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #272727;
    min-height: 16.42857143px;
    background: #292929;
    color: #F7A800;
    text-transform: uppercase;
}

.modal-dialog {
    margin: 5% auto;
}

.item {
    position: absolute;
}

i.fa.fa-cog.fa-spin {
    margin-left: 10px;
    font-size: 20px;
    color: lightgrey;
}

small.help-block {
    position: absolute;
    bottom: -12px;
}

.btn-default[disabled] {
    background: #F7A800;
    opacity: 0.5;
}

.success-txt {
    color: grey;
    font-weight: 700;
}

li {
    position: relative;
}

input[type=checkbox].css-checkbox,
input[type=checkbox].css-checkbox,
input[type=radio].css-checkbox,
input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    display: none;
}

input[type=checkbox].css-checkbox+label.css-label,
input[type=checkbox].css-checkbox+label.css-label.clr,
input[type=radio].css-checkbox+label.css-label,
input[type=radio].css-checkbox+label.css-label.clr {
    padding-left: 28px;
    height: 23px;
    display: inline-block;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 23px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked+label.css-label,
input[type=checkbox].css-checkbox+label.css-label.chk,
input[type=radio].css-checkbox:checked+label.css-label,
input[type=radio].css-checkbox+label.css-label.chk {
    background-position: 0 -23px;
}

label.css-label {
    /*background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_f8a327596255d62a510452310eaa1fce.png);*/
    background-image: url(../img/fiat-check.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox].css-checkbox+label.css-label,
input[type=checkbox].css-checkbox+label.css-label.clr,
input[type=radio].css-checkbox+label.css-label,
input[type=radio].css-checkbox+label.css-label.clr {
    padding-left: 28px;
    padding-right: 20px;
    height: 23px;
    display: inline-block;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}

.form-horizontal .checkbox {
    min-height: 27px;
    padding-left: 0;
    /*margin-bottom: 20px;*/
}

.checkbox span {
    display: block;
    font-size: 12px;
    color: grey;
}

a.face {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 25px;
    left: 87px;
}

a.youtube {
    width: 50px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 25px;
    left: 117px;
}

.float-left {
    float: left;
}

p {
    color: #ffffff;
}

input#checkboxG6 {
    position: relative !important;
    left: 0 !important;
    height: auto;
    width: auto;
}

input#checkboxG7 {
    position: relative !important;
    left: 0 !important;
    margin-left: 15px;
    height: auto;
    width: auto;
}

@media only screen and (max-width: 1200px) {
    .promo h2 {
        font-size: 28px;
    }

    a.pdf-button {
        padding-right: 10px;
    }

    .kontakt {
        display: block;
        position: static;
    }

    a.face {
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        z-index: 10;
        bottom: 20px;
        left: 70px;
    }

    a.youtube {
        width: 50px;
        height: 20px;
        display: block;
        position: absolute;
        z-index: 10;
        bottom: 20px;
        left: 97px;
    }
}

@media only screen and (max-width: 990px) {
    .container {
        background: black;
        margin-top: 0;
    }

    .kontakt {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    a.face {
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        z-index: 10;
        bottom: 15px;
        left: 63px;
    }

    a.youtube {
        width: 50px;
        height: 20px;
        display: block;
        position: absolute;
        z-index: 10;
        bottom: 15px;
        left: 87px;
    }
}

@media only screen and (max-width: 768px) {
    .kontakt {
        display: block;
        position: static;
    }

    .promo h2 {
        font-size: 28px;
    }

    .tekst {
        position: initial;
        margin-top: -60px;
        padding: 0 15px;
    }

    .video {
        position: initial;
        margin-top: 20px;
        padding-left: 15px;
    }

    .promo h2 {
        font-size: 28px;
        text-align: center;
    }

    .spisak {
        text-align: center;
    }

    /*.spisak h2 img {display:block !important;}*/
    .logo {
        top: 10px;
    }

    .modal-dialog {
        margin: 10% auto;
        width: 90%;
    }

    #katalog input {
        width: auto;
        color: whitesmoke;
    }

    #katalog input.form-control {
        width: 100%;
    }

    a.face {
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        z-index: 10;
        bottom: 6%;
        left: 9%;
    }

    a.youtube {
        width: 50px;
        height: 15px;
        display: block;
        position: absolute;
        z-index: 10;
        bottom: 6%;
        left: 12%;
    }
}

@media only screen and (max-width: 500px) {
    .form-horizontal .checkbox {
        min-height: 80px;
        padding-left: 0;
        margin-bottom: 20px;
    }

    a.face {
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        z-index: 10;
        bottom: 6%;
        left: 12%;
    }

    a.youtube {
        width: 50px;
        height: 15px;
        display: block;
        position: absolute;
        z-index: 10;
        bottom: 6%;
        left: 16%;
    }
}

@media only screen and (max-width: 340px) {
    .spisak h2 {
        font-size: 25px;
    }

    .promo h2 {
        font-size: 20px;
    }

    .form-horizontal .checkbox {
        min-height: 100px;
        padding-left: 0;
        margin-bottom: 20px;
    }
}

/*ANIMATIONS*/

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

i.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.telefon {
    color: #F7A800;
}

.telefon:hover,
.telefon:active,
.telefon:focus {
    color: #c92015;
    text-decoration: none
}

h2 {
    color: white;
}

.form-group {
    color: white;
}

label {
    color: whitesmoke;
}

p.hide-on-submit {
    color: whitesmoke;
}