@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700');

body {
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    width: 100%;
    overflow-y: scroll;
}

html {
    width: 100%;
}

/* Normalizer & help classes */

h1, h2, h3, h4, h5 {
    margin: 0;
}

a:hover, a:focus {
    text-decoration: none;
}

a[href^=tel] {
    color: #2c64b5;
}

.s10 { height: 10px; clear: both; }
.s20 { height: 20px; clear: both; }
.s30 { height: 30px; clear: both; }
.s40 { height: 40px; clear: both; }
.s50 { height: 50px; clear: both; }

.form-control {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding-left: 15px;
}

label {
    font-size: 16px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}

button[type="submit"] {
    outline: none;
}

button[type="submit"]::-moz-focus-inner {
    border: 0;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.alert {
    font-size: 18px;
    border-radius: 0;
}

/* Header */

.header {
    height: 100px;
    padding: 20px 0;
    background: #fff;
}

.header .content p {
    font-size: 20px;
    color: #2c64b5;
    letter-spacing: -1px;
    margin-top: 20px;
    text-align: right;
}

/* Content */

.section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section p {
    font-size: 18px
}

.section h2 {
    margin-bottom: 20px;
}

.section.fixed {
    height: 640px;
}

.section.parallax {
    background-attachment: fixed;
}

.section .content {
    color: #444;
    font-size: 16px;
    padding: 50px 0;
}

.section .content-form {
    margin-top: 130px;
    background: rgba(62, 62, 62, 0.7);
    color: #fff;
    padding: 10px;
}

.section .content-blue {
    background: rgba(0, 187, 211, 0.9);
    color: #fff;
    padding: 15px;
    padding-top: 100px;
    height: 640px;
}

.section .content-form h1 {
    margin-bottom: 20px;
}

.section  ul {
    margin: 0;
    padding: 0;
    list-style: square;
    padding-left: 20px;
}

.section ul li {
    padding: 10px 0;
}

.section ul.with-arrow {
    font-size: 20px;
    list-style: none;
    padding-left: 0;
}

.section ul.with-arrow li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #00bbd3;
    padding-left: 10px;
    padding-right: 10px;
}

.section.video {
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    margin-bottom: 50px;
}

.section.video .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.section.video .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section.blue {
    background: #00bbd3;
    text-align: center;
}

.section.blue .content {
    color: #fff;
}

.section.blue h4 {
    margin-bottom: 50px;
}

.section.reviews h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section.reviews blockquote {
    margin-top: 20px;
    background: #00bbd3;
    color: #fff;
    border-color: #0d8b9b;
    line-height: 30px;
    font-style: italic;
}

.section.contact {
    background: #f9f9f9;
    border-top: 1px solid #bbb;
}

.section.contact h3 {
    margin: 40px 0;
}

.section.contact .content-contact {
    padding: 0 50px;
}

.section.contact .content-contact h3 {
    margin-top: 0;
}

.section.contact textarea {
    width: 100%;
}

.link {
    font-weight: bold;
    display: inline-block;
    padding: 20px;
    color: #00bbd3;
    background: #fff;
    margin-bottom: 20px;
}

.btn-send {
    border: 0;
    outline: 0;
    background: #00bbd3;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    text-transform: uppercase;
}

.btn-send:hover {
    color: #fff;
}

.prijava {
    display: inline-block;
}

.prijava:focus,
.prijava:active {
    color: #fff;
}

.tooltip.bottom {
    right: 15px !important;
    left: auto !important;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.top .tooltip-arrow {
    left: auto !important;
    right: 15px !important;
}

/* Footer */

.footer {
    background: #292929;
    padding: 30px 0;
    color: #fff;
    font-size: 16px;
    line-height: 55px;
}

.footer .social {
    text-align: center;
}

.footer p {
    margin-bottom: 0;
}

.footer a {
    color: #000;
    display: inline-block;
}

.footer a i {
    font-size: 50px;
}

/* Costum Checkbox */

.costumradio {
    margin-top: 5px;
}

.costumradio.nml {
    margin-left: 0;
}

.costumradio label {
    font-weight: normal;
}

.costumradio input[type="radio"]:empty {
    display: none;
}

.costumradio.checked input[type="radio"]:empty ~ label {
    text-indent: 0;
    width: 100%;
}

.costumradio input[type="radio"]:empty ~ label {
    position: relative;
    line-height: 19px;
    text-indent: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.costumradio.checked input[type="radio"]:empty ~ label:before {
    right: 0;
    left: auto;
}

.costumradio input[type="radio"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: #eee;
    border: 1px solid #ddd;
}

.costumradio input[type="radio"]:checked ~ label:before {
    font-family: FontAwesome;
    content: "\f00c";
    text-indent: 1px;
    text-align: center;
    font-size: 13px;
    color: #333;
}


/* Responsive */

@media (max-width: 767px) {

    .s50m {
        height: 50px;
        clear: both;
    }

    .header {
        height: auto;
        padding-bottom: 0;
    }

    .header img {
        margin: 0 auto;
    }

    .header .content p {
        text-align: center;
    }

    .section .content-form h1 {
        font-size: 20px
    }

    .section .content-form {
        margin-top: 10px;
    }

    .section.fixed,
    .section .content-blue {
        height: auto;
    }

    .section.contact .content-contact {
        margin-top: 20px;
        padding: 0;
    }

    .section .content-blue {
        padding-top: 15px;
    }
}

@media (max-width: 1200px) {

    .container {
        width: 100%;
    }
}