@charset "utf-8";
.logo > span {
    display: block;
    float: left;
    clear: both;
    color: #004a97;
    font-size: 12px;
    font-weight: 600
}

#map-canvas,
.coverImg {
    float: left;
    width: 100%;
    height: 480px
}

.prijevoz {
    position: relative;
}

.prijevoz > * {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.prijevoz > .vclass {
    left: 50px;
}

.prijevoz > .de {
    right: 0;
    height: 100%;
    width: auto;
 
}

.prijevoz > span {
    left: 600px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    line-height: 1.6em;
}

.titleBar {
    float: left;
    width: 100%;
    padding: 20px 100px;
    background: #004a97;
    color: #fff;
    z-index: 20
}

.titleBar > .container {
    width: 100%
}

h1 {
    float: left;
    font-size: 36px;
    font-weight: 600;
    font-style: italic
}

h1 > span {
    font-size: 30px;
    font-weight: 300
}

.tripData {
    float: right;
    margin-top: 6px
}

.tripData > span {
    float: left;
    padding-left: 45px
}

.tripData > span:first-child {
    background: url(../img/duration.svg) left center no-repeat;
    margin-right: 40px
}

.tripData > span:nth-child(2) {
    background: url(../img/distance.svg) left center no-repeat
}

.tripData > span:nth-child(3) {
    margin-left: 40px;
    background: url(../img/sight.svg) left center no-repeat
}

.tripSum {
    background: #004a97;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    padding: 20px 0
}

.transferNote {
    float: left;
    width: 100%;
    margin-top: 135px;
    color: #fff
}

.transferNote > p {
    float: left;
    line-height: 20px;
    font-style: italic
}

.transferNote > p > a {
    text-decoration: underline
}

.transferNote > form {
    position: relative;
    float: right;
    width: 23.0769%
}

.transferNote > form > label {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

.transferNote > form > input[type=text] {
    color: #fff;
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    cursor: pointer;
    padding-left: 45px;
    font-style: italic;
    font-weight: 600;
    background: url(../img/forms.svg) 15px -114px no-repeat
}

.vehicles {
    float: left;
    width: 100%;
    margin: 20px 0 118px
}

.vehicles > span {
    float: left;
    width: 100%;
    font-size: 12px;
    font-style: italic;
    color: #fff;
    padding-top: 10px
}

.vehicle {
    float: left;
    width: 23.0769%;
    padding: 15px 15px 20px
}

.vehicle:nth-child(-n+3) {
    margin-right: 2.5641%
}

.vehicle h3 {
    float: left;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #2c2c2c;
    line-height: 14px
}

.vehicle h3 > span {
    font-size: 12px;
    font-weight: 300
}

.vehicle > div {
    float: left;
    width: 100%
}

.vehicle > .wrapper {
    position: relative;
    height: 180px;
    margin-bottom: 30px
}

.vehicle img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.vehicle .price {
    font-size: 12px;
    color: #004a97;
    padding: 5px 0
}

.vehicle > div:nth-of-type(3) {
    border-top: 1px solid silver
}

.vehicle > a {
    float: left;
    width: 100%;
    margin-top: 31px
}

.secForm {
    padding: 83px 0 120px
}

.secForm .note {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    color: #fff
}

.pageForm {
    float: left;
    width: 42.735%
}

.pageForm h3 {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
    font-style: italic
}

.pageForm > #return {
    display: none
}

.pageForm input,
.pageForm textarea,
.pageForm select,
.pageForm .timeWrapper {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #004a97;
    border: 1px solid #fff;
    color: #fff
}

.pageForm input,
.pageForm select {
    height: 40px;
    padding: 0 15px;
    color: #fff
}

.pageForm input.jt {
    width: 40%
}

.pageForm input.dt {
    width: 60%;
    border-right: 0;
}

.pageForm select.drop {
    background: url(../img/forms.svg) right -148px no-repeat;
    background-color: #004a97
}

.pageForm input.address {
    background: url(../img/forms.svg) right -179px no-repeat;
    background-color: #004a97
}

.pageForm input.date {
    background: url(../img/forms.svg) right -214px no-repeat;
    background-color: #004a97;
    margin-right: 4%
}

.pageForm input[name=date_rt] {
    cursor: pointer
}

.pageForm input.time {
    background: url(../img/forms.svg) right -247px no-repeat;
    background-color: #004a97
}

.pageForm select.pers {
    background: url(../img/forms.svg) right -276px no-repeat;
    background-color: #004a97;
    margin-right: 4%
}

.pageForm select.baby {
    background: url(../img/forms.svg) right -309px no-repeat;
    background-color: #004a97
}

.pageForm input.airport {
    background: url(../img/forms.svg) right -340px no-repeat;
    background-color: #004a97
}

.pageForm span.time {
    float: left;
    height: 38px;
    padding: 11px 0 0 15px;
    font-size: 13px;
    width: 41.6666%
}

.pageForm select.timeList {
    float: left;
    width: 29.16666%;
    height: 38px;
    margin-bottom: 0;
    padding-left: 10px;
    border: 0;
    border-left: 1px solid #fff
}

.pageForm select.timeList.empty {
    border-left: 1px solid red
}

.pageForm .empty {
    border: 1px solid red
}

.pageForm .half {
    width: 48%
}

.pageForm textarea {
    height: 140px;
    padding: 15px
}

.pageForm input[type=submit] {
    float: left;
    width: 100%;
    cursor: pointer;
    background: #2c2c2c;
    border: 0
}

.reservation {
    float: right;
    width: 42.735%;
    padding: 30px;
    margin-top: 28px
}

.reservation > h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600
}

.reservation > h4 {
    float: left;
    font-size: 14px;
    font-weight: 600
}

.reservation > h4 > span {
    font-weight: 300;
    font-style: italic
}

.reservation > .veh {
    float: left;
    width: 100%;
    margin: 40px 0;
    -webkit-align-items: center;
    align-items: center
}

.reservation > .return {
    display: none;
    float: left;
    width: 100%
}

.reservation > .veh h4 {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 16px
}

.reservation > .veh h4 > span {
    font-size: 12px;
    font-weight: 300
}

.reservation > .veh a {
    display: block;
    font-size: 12px;
    color: #2d89d5;
    text-decoration: underline;
    margin-top: 8px
}

.reservation > .veh img {
    width: 180px
}

.reservation .row {
    float: left;
    width: 100%;
    margin-top: 10px
}

.reservation .row > span:last-child {
    font-weight: 600
}

.reservation > a {
    float: left;
    width: 100%;
    margin-top: 40px
}

::-webkit-input-placeholder {
    color: #fff
}

:-moz-placeholder {
    color: #fff
}

::-moz-placeholder {
    color: #fff
}

:-ms-input-placeholder {
    color: #fff
}

.conImmpressum {
    float: left;
    margin: 23px 0 0 17.094%;
    color: #fff
}

.conImmpressum > h3 {
    font-weight: 600;
    padding-bottom: 4px
}

.conImmpressum > p {
    line-height: 24px
}

.conImmpressum > span {
    display: block;
    font-style: italic;
    font-weight: 600;
    margin-top: 20px
}

.conImmpressum nav {
    width: 150px;
    height: 30px;
    margin-top: 5px
}

.conImmpressum nav > a {
    display: block;
    width: 30px;
    height: 100%;
    background: url(../img/social.svg) no-repeat
}

.conImmpressum nav > a:first-child {
    background-position: -200px 0
}

.conImmpressum nav > a:nth-child(2) {
    background-position: -250px 0
}

.conImmpressum nav > a:nth-child(3) {
    background-position: -300px 0
}

.conImmpressum nav > a:last-child {
    background-position: -350px 0
}

.terms {
    padding-top: 43px;
    padding-bottom: 135px;
    color: #fff
}

.terms h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px
}

.trips {
    padding-top: 80px
}

.trips > .tripItm {
    width: 31.6239%;
    margin: 0 0 2.5641%
}

.trips > .tripItm:nth-child(3n+2) {
    margin-left: 2.5641%;
    margin-right: 2.5641%
}

.trips > .tripItm:last-child {
    margin-bottom: 80px
}

.thBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 630px;
    padding: 25px 40px;
    color: #2c2c2c
}

.thBox > h2,
.thBox > p,
.thBox > a {
    float: left;
    width: 100%;
    text-align: center
}

.thBox > h2 {
    font-style: italic;
    font-size: 32px
}

.thBox > p {
    padding: 15px 0 40px
}

@media only screen and (max-width: 1780px) {
    .titleBar {
        padding: 20px 30px
    }
    .prijevoz > .vclass {
        left: -10px;
    }
    .prijevoz > span {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .titleBar {
        padding: 20px 0
    }


}

@media only screen and (max-width: 1000px) {
    #map-canvas,
    .coverImg {
        height: 380px
    }
    h1 {
        font-size: 24px;
        padding-top: 3px
    }
    h1 > span {
        font-size: 18px
    }
    .tripData > span {
        padding-left: 30px;
        font-size: 10px
    }
    .tripData > span:first-child {
        background-size: 25px auto;
        margin-right: 15px
    }
    .tripData > span:nth-child(2) {
        background-size: 25px auto
    }
    .tripData > span:nth-child(3) {
        background-size: 25px auto;
        margin-left: 15px
    }
    .tripSum {
        font-size: 18px
    }
    .transferNote {
        margin-top: 80px
    }
    .vehicles {
        margin: 20px 0 158px
    }
    .vehicle {
        width: 48.65%
    }
    .vehicle img {
        width: 70%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .vehicle:nth-child(-n+3) {
        margin-right: 0
    }
    .vehicle:nth-child(odd) {
        margin-right: 2.7%
    }
    .vehicle:nth-child(n+3) {
        margin-top: 2.7%
    }
    .vehFeatures > span {
        text-align: left;
        color: #fff
    }
    .terms {
        padding-top: 40px;
        padding-bottom: 95px
    }
    .trips > .tripItm {
        width: 48.6486%;
        margin: 0 0 2.7027%
    }
    .trips > .tripItm:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0
    }
    .trips > .tripItm:nth-child(odd) {
        margin-right: 2.7027%
    }
    .trips > .tripItm:last-child {
        margin-bottom: 100px
    }
    .reservation {
        width: 51.282%
    }
    .prijevoz > .vclass {
        width: 50%;
        left: -2%;
    }

}

@media only screen and (max-width: 850px) {
    .tripData {
        float: left;
        clear: both;
        margin-top: 20px
    }
    .transferNote {
        margin-top: 60px
    }
    .transferNote > form {
        float: left;
        clear: both;
        margin-top: 20px;
        width: 48.65%
    }
    .pageForm {
        width: 100%
    }
    .reservation {
        width: 100%
    }
    .conImmpressum {
        width: 100%;
        margin: 83px 0 0
    }
    .terms {
        padding-top: 20px;
        padding-bottom: 75px
    }
    .terms h3 {
        font-size: 14px
    }
    .terms p {
        font-size: 12px
    }
    .trips {
        padding-top: 40px
    }
    .trips > .tripItm {
        width: 100%;
        margin: 0 0 20px
    }
    .trips > .tripItm:nth-child(odd) {
        margin-right: 0
    }
    .trips > .tripItm:last-child {
        margin-bottom: 100px
    }
    .thBox {
        width: calc(100% - 40px);
        padding: 25px 15px
    }
    .thBox > h2 {
        font-size: 22px
    }
}

@media only screen and (max-width: 640px) {
    #map-canvas,
    .coverImg {
        height: 250px
    }
    h1 {
        font-size: 18px
    }
    h1 > span {
        font-size: 16px
    }
    .transferNote {
        margin-top: 40px
    }
    .transferNote > form {
        width: 100%
    }
    .transferNote > p {
        font-size: 12px;
        line-height: normal
    }
    .tripSum {
        font-size: 14px
    }
    .vehicle {
        width: 100%
    }
    .vehicle:nth-child(odd) {
        margin-right: 0
    }
    .vehicle:nth-child(n+2) {
        margin-top: 15px
    }
    .vehicle img {
        width: 65%
    }
    .terms {
        padding-top: 0;
        padding-bottom: 60px
    }
    .secForm {
        padding: 40px 0 120px
    }
    .pageForm .half {
        width: 100%
    }
    .pageForm > input.date,
    .pageForm > input.pers {
        margin-right: 0
    }
    .conImmpressum {
        float: left;
        margin: 25px 0 0;
        color: #fff
    }
    .conImmpressum > h3 {
        font-size: 16px
    }
    .reservation {
        padding: 15px
    }

    .coverImg.prijevoz {
        height: 150px;
    }
}

@media only screen and (max-width:420px) {
    .vehicle img {
        width: 80%
    }

    .tripSum {
        font-size: 12px
    }
    .reservation > .veh img {
        width: 48%
    }

    .coverImg.prijevoz {
        background-size: 80% auto;
    }
}