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

body {
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    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: #fff;
}

.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;
    color: #2c64b5;
}

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

.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 {
    -moz-appearance: none;
}

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

/* Header */

.header {
    padding-top: 30px;
    background: #edeef0;
}

.header h1 {
    font-size: 28px;
    color: #2c64b5;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    margin-top: 30px;
    text-align: center;
}

.header h2 {
    font-size: 23px;
    color: #2c64b5;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    margin-top: 30px;
    text-align: center;
}

.header .content img {
    margin: 0 auto;
    margin-top: 20px;
}

.header .logo {
    display: block;
}

/* Content */

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.section {
    position: relative;
    background: #2c64b5;
}

.section .left {
    width: 55%;
    float: left;
}

.section .right {
    position: absolute;
    left: 55%;
    width: 45%;
    height: 100%;
}

.section .left-big {
    position: absolute;
    left: 0;
    width: 45%;
    height: 100%;
}

.section .right-big {
    position: relative;
    width: 55%;
    left: 45%;
    float: left;
}

.section .content {
    color: #fff;
    padding-top: 118px;
    padding-bottom: 119px;
    padding-left: 40px;
    font-size: 16px;
}

.section .bg {
    background: url("images/content-one.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section .bg-two {
    background: url("images/content-two.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section .bg-three {
    background: url("images/content-three.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section .content h2,
.section .content h3 {
    margin-bottom: 30px;
}

.section .content h3 {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 10px;
}

.section .content p {
    line-height: 30px;
}

.section .content p.bigger {
    font-size: 20px;
}

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


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

.icons {
    padding: 100px 0;
}

.numbers {
    padding: 100px 0;
}

.numbers p {
    text-align: center;
    font-size: 20px;
}

.numbers p.number {
    color: #2c64b5;
    font-weight: 700;
    font-size: 50px;
}

.icons h3 {
    color: #2c64b5;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.icons p {
    text-align: center;
    font-size: 17px;
}

.icons p.icon {
    color: #2c64b5;
    font-weight: 700;
    font-size: 50px;
}

.images [class*='col-'] {
    padding: 0;
}

.contact {
    padding: 80px 0;
}

.contact h3 {
    font-size: 40px;
    color: #2c64b5;
    margin-bottom: 20px;
}

.contact p {
    font-size: 20px;
}

.contact .s22 {
    height: 22px;
    clear: both;
}

.btn-send {
    border: 0;
    outline: 0;
    background: #2c64b5;
    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;
}

/* Responsive */

@media (max-width: 767px) {

    .s30-mobile {
        height: 30px;
        clear: both;
    }

    .header {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .header h1 {
        font-size: 30px;
    }

    .row-eq-height {
        display: block;
    }

    .section .left {
        width: 100%;
        float: none;
    }

    .section .right,
    .section .left-big {
        position: relative;
        width: 100%;
        left: auto;
    }

    .section .right-big {
        float: none;
        left: auto;
        width: 100%;
    }

    .section .content {
        padding: 10px;
        padding-top: 30px;
    }

    .section .bg,
    .section .bg-two,
    .section .bg-three {
        height: 250px;
    }

    .numbers,
    .icons {
        padding: 30px 0;
    }

    .contact .s22 {
        height: auto;
    }

    .footer {
        text-align: center;
    }

    .footer .social {
        margin-top: 30px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {

    .header h1 {
        font-size: 25px;
    }

    .header .s20 {
        height: 10px;
    }
}

@media (max-width: 1200px) {

    .container {
        width: 100%;
    }
}