/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

body{-webkit-touch-callout:none;-webkit-user-select: none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; }
 body {
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[hidden] {
    display: none
}






* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%;
    overflow-y: scroll
}

body {
    background: #fff;
    position: relative;
    min-height: 100%;
    width: 100%
}

#container {
    position: relative;
    min-width: 320px;
    margin-top: 50px;
}

section {
    position: relative;
    width: 100%;
    padding-top: 40px
}

section.fullheight {
    min-height: 100vh
}

section.solid-bg {
    padding: 40px 0
}

section.solid-bg.with-overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

section.solid-bg.with-overlay .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

section.solid-bg.with-overlay .wrapper {
    position: relative;
    z-index: 1
}


@media (min-width: 768px) {
    section {
        padding-top:60px
    }

    section.solid-bg {
        padding: 60px 0
    }

}

@media (min-width: 1240px) {
    section {
        padding-top:80px
    }

    section.solid-bg {
        padding: 80px 0
    }

}

.preview-mode section.fullheight {
    min-height: 0
}

.wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .wrapper {
        padding:0 20px
    }
}

@media (min-width: 1240px) {
    .wrapper {
        max-width:1240px;
        padding: 0 40px
    }
}

@media (max-width: 767px) {

    .show-inline-sm {
        display: inline!important
    }

    .hide-sm {
        display: none!important
    }
}

@media (min-width: 768px) and (max-width:1239px) {
 

    .show-inline-md {
        display: inline!important
    }

    .hide-md {
        display: none!important
    }
}


.form-as,.hidden {
    display: none!important
}

::-moz-selection {
    background-color: #155f96;
    color: #fff
}

::selection {
    background-color: #155f96;
    color: #fff
}

.clearfix:after {
    display: table;
    clear: both;
    content: ""
}

.row>* {
    display: block
}

@media (max-width: 767px) {
    .row {
        display:block
    }

    .row.spacing-small {
        margin-top: -20px
    }

    .row.spacing-small>* {
        padding-top: 20px
    }

    .row.spacing-normal {
        margin-top: -40px
    }

    .row.spacing-normal>* {
        padding-top: 40px
    }

    .row.reverse-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .row>* {
        width: 100%
    }

    .row>.space-small-sm {
        padding-top: 20px
    }

    .row>.space-normal-sm {
        padding-top: 40px
    }
}

@media (min-width: 1150px) {
    .row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px
    }

    .row.tight {
        margin: 0 -10px
    }

    .row.tight>* {
        padding: 0 10px
    }

    .row>* {
        padding: 0 20px
    }
}

@media (min-width: 1150px) and (max-width:1239px) {
    .row>.space-small-md {
        padding-top:40px
    }

    .row>.space-normal-md {
        padding-top: 60px
    }

    .row>.col-md-1-6 {
        width: 16.66666667%
    }

    .row>.col-md-2-6 {
        width: 33.33333333%
    }

    .row>.col-md-3-6 {
        width: 50%
    }

    .row>.col-md-4-6 {
        width: 66.66666667%
    }

    .row>.col-md-5-6 {
        width: 83.33333333%
    }

    .row>.col-md-6-6 {
        width: 100%
    }
}

@media (min-width: 1240px) {
    .row>.space-extra-small-lg {
        padding-top:40px
    }

    .row>.space-small-lg {
        padding-top: 60px
    }

    .row>.space-normal-lg {
        padding-top: 80px
    }

    .row>.col-lg-1-12 {
        width: 8.33333333%
    }

    .row>.col-lg-2-12 {
        width: 16.66666667%
    }

    .row>.col-lg-3-12 {
        width: 25%
    }

    .row>.col-lg-4-12 {
        width: 33.33333333%
    }

    .row>.col-lg-5-12 {
        width: 41.66666667%
    }

    .row>.col-lg-6-12 {
        width: 50%
    }

    .row>.col-lg-7-12 {
        width: 58.33333333%
    }

    .row>.col-lg-8-12 {
        width: 66.66666667%
    }

    .row>.col-lg-9-12 {
        width: 75%
    }

    .row>.col-lg-10-12 {
        width: 83.33333333%
    }

    .row>.col-lg-11-12 {
        width: 91.66666667%
    }

    .row>.col-lg-12-12 {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width:1239px) {
    html[dir=ltr] .row>.col-md-offset-1-6 {
        margin-left:16.66666667%
    }

    html[dir=ltr] .row>.col-md-offset-2-6 {
        margin-left: 33.33333333%
    }

    html[dir=ltr] .row>.col-md-offset-3-6 {
        margin-left: 50%
    }

    html[dir=ltr] .row>.col-md-offset-4-6 {
        margin-left: 66.66666667%
    }

    html[dir=ltr] .row>.col-md-offset-5-6 {
        margin-left: 83.33333333%
    }
}

@media (min-width: 1240px) {
    html[dir=ltr] .row>.col-lg-offset-1-12 {
        margin-left:8.33333333%
    }

    html[dir=ltr] .row>.col-lg-offset-2-12 {
        margin-left: 16.66666667%
    }

    html[dir=ltr] .row>.col-lg-offset-3-12 {
        margin-left: 25%
    }

    html[dir=ltr] .row>.col-lg-offset-4-12 {
        margin-left: 33.33333333%
    }

    html[dir=ltr] .row>.col-lg-offset-5-12 {
        margin-left: 41.66666667%
    }

    html[dir=ltr] .row>.col-lg-offset-6-12 {
        margin-left: 50%
    }

    html[dir=ltr] .row>.col-lg-offset-7-12 {
        margin-left: 58.33333333%
    }

    html[dir=ltr] .row>.col-lg-offset-8-12 {
        margin-left: 66.66666667%
    }

    html[dir=ltr] .row>.col-lg-offset-9-12 {
        margin-left: 75%
    }

    html[dir=ltr] .row>.col-lg-offset-10-12 {
        margin-left: 83.33333333%
    }

    html[dir=ltr] .row>.col-lg-offset-11-12 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 768px) and (max-width:1239px) {
    html[dir=rtl] .row>.col-md-offset-1-6 {
        margin-right:16.66666667%
    }

    html[dir=rtl] .row>.col-md-offset-2-6 {
        margin-right: 33.33333333%
    }

    html[dir=rtl] .row>.col-md-offset-3-6 {
        margin-right: 50%
    }

    html[dir=rtl] .row>.col-md-offset-4-6 {
        margin-right: 66.66666667%
    }

    html[dir=rtl] .row>.col-md-offset-5-6 {
        margin-right: 83.33333333%
    }
}

@media (min-width: 1240px) {
    html[dir=rtl] .row>.col-lg-offset-1-12 {
        margin-right:8.33333333%
    }

    html[dir=rtl] .row>.col-lg-offset-2-12 {
        margin-right: 16.66666667%
    }

    html[dir=rtl] .row>.col-lg-offset-3-12 {
        margin-right: 25%
    }

    html[dir=rtl] .row>.col-lg-offset-4-12 {
        margin-right: 33.33333333%
    }

    html[dir=rtl] .row>.col-lg-offset-5-12 {
        margin-right: 41.66666667%
    }

    html[dir=rtl] .row>.col-lg-offset-6-12 {
        margin-right: 50%
    }

    html[dir=rtl] .row>.col-lg-offset-7-12 {
        margin-right: 58.33333333%
    }

    html[dir=rtl] .row>.col-lg-offset-8-12 {
        margin-right: 66.66666667%
    }

    html[dir=rtl] .row>.col-lg-offset-9-12 {
        margin-right: 75%
    }

    html[dir=rtl] .row>.col-lg-offset-10-12 {
        margin-right: 83.33333333%
    }

    html[dir=rtl] .row>.col-lg-offset-11-12 {
        margin-right: 91.66666667%
    }
}

.btn {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: center;
    color: #ffdd48;
    border-radius: 5px;
    border: 0 none
}


.btn.regular {
    min-height: 50px;
	min-width: 120px;
    font-size: inherit;
    line-height: inherit;
    padding: 12.5px 25px;
}
 

.btn.main {
    background: #155f96;
	overflow: hidden;
	
	position:relative;

	cursor:pointer;
}


.btn.main.regular {
    -webkit-box-shadow: 0 15px 10px -10px rgba(141,114,91,.4);
    box-shadow: 0 15px 10px -10px rgba(141,114,91,.4);
}



.btn.main:active,.btn.main:focus {
    background-color: #000
}

.btn.main.disabled:active,.btn.main.disabled:focus {
    background-color: #155f96
}

@media (min-width: 1240px) {
    .btn {
        -webkit-transition:all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .btn.main:hover {
        background-color: #000		
    }

    .btn.main.disabled:hover {
        background-color: #155f96
    }

}


/* btn vrh strane */
.btntop {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: top;
    font-weight: 700;
    text-align: center;
    color: #155f96;
    border-radius: 5px;
    border: 0 none
}


.btntop.regular {
    min-height: 50px;
    font-size: inherit;
    line-height: inherit;
    padding: 12.5px 25px
}


.btntop.maintop {
    background: #fff;
	border: solid 3px #155f96
}


.btntop.maintop.regular {
    -webkit-box-shadow: 0 15px 10px -10px rgba(141,114,91,.4);
    box-shadow: 0 15px 10px -10px rgba(141,114,91,.4)
}



.btntop.maintop:active,.btn.main:focus {
    background-color: #155f96;
	color: #fff
}

.btntop.maintop.disabled:active,.btn.main.disabled:focus {
    background-color: #155f96;
	color: #fff
}

@media (min-width: 1240px) {
    .btntop {
        -webkit-transition:all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .btntop.maintop:hover {
        background-color: #155f96;
		color: #fff
    }

    .btntop.maintop.disabled:hover {
        background-color: #155f96;
		color: #fff
    }

}

/* btn vrh strane orange */

.btnorange {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: top;
    font-weight: 700;
    text-align: center;
    color: #155f96;
    border-radius: 5px;
    border: 0 none
}


.btnorange.regular {
    min-height: 50px;
    font-size: inherit;
    line-height: inherit;
    padding: 12.5px 25px
}


.btnorange.mainorange {
    background: #edb23a;
	border: solid 3px #155f96
}


.btnorange.mainorange.regular {
    -webkit-box-shadow: 0 15px 10px -10px rgba(141,114,91,.4);
    box-shadow: 0 15px 10px -10px rgba(141,114,91,.4)
}



.btnorange.mainorange:active,.btn.main:focus {
    background-color: #155f96
}

.btnorange.mainorange.disabled:active,.btn.main.disabled:focus {
    background-color: #155f96
}

@media (min-width: 1240px) {
    .btntop {
        -webkit-transition:all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .btnorange.mainorange:hover {
        background-color: #155f96
    }

    .btnorange.mainorange.disabled:hover {
        background-color: #155f96
    }

}

/* btn vrh strane orange zavrsen*/



/* ===========================
   Futura BT
=========================== */

@font-face {
    font-family: "Futura BT";
    src: url("../font/futura-light-bt.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Futura BT";
    src: url("../font/FuturaBT-Heavy.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Line Icons";
    src: url(../assets/fonts/line_icons.eot);
    src: url(../assets/fonts/line_icons.eot?#iefix) format("embedded-opentype"),url(../assets/fonts/line_icons.woff) format("woff"),url(../assets/fonts/line_icons.ttf) format("truetype"),url(../assets/fonts/line_icons.svg#line-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

body,
html {
    font-family: "Futura BT", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: #000;
}

.h1,h1 {
    font-family: "Futura BT", sans-serif;
    font-weight: 700;
    font-size: 2.375rem;
    line-height: 2.8125rem;
    margin: 1.25rem 0
}

.h1:first-child,h1:first-child {
    margin-top: 0
}

.h1:last-child,h1:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .h1,h1 {
        font-size:4rem;
        line-height: 5rem;
        margin: .9375rem 0
    }
}

.h2,h2 {
    font-family: "Futura BT", sans-serif;
    font-weight: 700;
    font-size: 2.225rem;
    line-height: 2.5rem;
    margin: 1.25rem 0
}

.h2:first-child,h2:first-child {
    margin-top: 0
}

.h2:last-child,h2:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .h2,h2 {
        font-size:3.5rem;
        line-height: 3.75rem;
        margin: 1.5625rem 0
    }
}

.h3,h3 {
    font-family: "Futura BT", sans-serif;
    font-weight: 700;
    font-size: 1.775rem;
    line-height: 2.1875rem;
    margin: 1.25rem 0
}

.h3:first-child,h3:first-child {
    margin-top: 0
}

.h3:last-child,h3:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .h3,h3 {
        font-size:2.25rem;
        line-height: 3.125rem;
        margin: .9375rem 0
    }
}

.h4,h4 {
    font-family: "Futura BT", sans-serif;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.875rem;
    margin: 1.25rem 0
}

.h4:first-child,h4:first-child {
    margin-top: 0
}

.h4:last-child,h4:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .h4,h4 {
        font-size:1.875rem;
        line-height: 2.5rem;
        margin: .9375rem 0
    }
}

.h5,h5 {
    font-family: "Futura BT", sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin: .9375rem 0
}

.h5:first-child,h5:first-child {
    margin-top: 0
}

.h5:last-child,h5:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .h5,h5 {
        font-size:1.5rem;
        line-height: 2.1875rem
    }
}

.h6,h6 {
    font-family: "Futura BT", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin: .9375rem 0
}

.h6:first-child,h6:first-child {
    margin-top: 0
}

.h6:last-child,h6:last-child {
    margin-bottom: 0
}

.with-h-underlines h1,.with-h-underlines h2,.with-h-underlines h3 {
    position: relative
}

.with-h-underlines h1:after,.with-h-underlines h2:after,.with-h-underlines h3:after {
    position: absolute;
    display: block;
    background-color: #155f96;
    height: 2px;
    content: ""
}

.with-h-underlines h1 {
    margin-bottom: 2.5rem
}

.with-h-underlines h1:first-child {
    margin-top: 0
}

.with-h-underlines h1:last-child {
    margin-bottom: 0
}

.with-h-underlines h1:after {
    width: 60px;
    bottom: -19px
}

@media (min-width: 768px) {
    .with-h-underlines h1 {
        margin-bottom:1.875rem
    }

    .with-h-underlines h1:after {
        bottom: -14px
    }
}

.with-h-underlines h2 {
    margin-bottom: 2.5rem
}

.with-h-underlines h2:first-child {
    margin-top: 0
}

.with-h-underlines h2:last-child {
    margin-bottom: 0
}

.with-h-underlines h2:after {
    width: 60px;
    bottom: -19px
}

@media (min-width: 768px) {
    .with-h-underlines h2 {
        margin-bottom:3.125rem
    }

    .with-h-underlines h2:after {
        bottom: -24px
    }
}

.with-h-underlines h3 {
    margin-bottom: 2.5rem
}

.with-h-underlines h3:first-child {
    margin-top: 0
}

.with-h-underlines h3:last-child {
    margin-bottom: 0
}

.with-h-underlines h3:after {
    width: 40px;
    bottom: -19px
}

@media (min-width: 768px) {
    .with-h-underlines h3 {
        margin-bottom:1.875rem
    }

    .with-h-underlines h3:after {
        bottom: -14px
    }
}

.with-h-underlines.text-center h1:after,.with-h-underlines.text-center h2:after,.with-h-underlines.text-center h3:after {
    left: 50%
}

.with-h-underlines.text-center h1:after,.with-h-underlines.text-center h2:after {
    margin-left: -30px
}

.with-h-underlines.text-center h3:after {
    margin-left: -20px
}

.with-h-underlines.text-left h1:after,.with-h-underlines.text-left h2:after,.with-h-underlines.text-left h3:after {
    left: 0
}

.with-h-underlines.text-right h1:after,.with-h-underlines.text-right h2:after,.with-h-underlines.text-right h3:after {
    right: 0
}

.with-h-underlines h1.text-center:after,.with-h-underlines h2.text-center:after,.with-h-underlines h3.text-center:after {
    left: 50%
}

.with-h-underlines h1.text-center:after,.with-h-underlines h2.text-center:after {
    margin-left: -30px
}

.with-h-underlines h3.text-center:after {
    margin-left: -20px
}

.with-h-underlines h1.text-left:after,.with-h-underlines h2.text-left:after,.with-h-underlines h3.text-left:after {
    left: 0
}

.with-h-underlines h1.text-right:after,.with-h-underlines h2.text-right:after,.with-h-underlines h3.text-right:after {
    right: 0
}


.with-headline-space {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .with-headline-space {
        margin-bottom:50px
    }
}

@media (min-width: 1240px) {
    .with-headline-space {
        margin-bottom:70px
    }
}

.p,p {
    font-size: inherit;
    line-height: inherit;
    margin: .9375rem 0
}

.p:first-child,p:first-child {
    margin-top: 0
}

.p:last-child,p:last-child {
    margin-bottom: 0
}

.p.small,p.small {
    font-size: .875rem;
    line-height: 1.25rem;
    margin: .625rem 0
}

.p.small:first-child,p.small:first-child {
    margin-top: 0
}

.p.small:last-child,p.small:last-child {
    margin-bottom: 0
}

.p.big,p.big {
    font-size: 1.125rem;
    line-height: inherit
}

.p.big:first-child,p.big:first-child {
    margin-top: 0
}

.p.big:last-child,p.big:last-child {
    margin-bottom: 0
}

.p.large,p.large {
    font-size: 1.375rem;
    line-height: 1.875rem
}

.p.large:first-child,p.large:first-child {
    margin-top: 0
}

.p.large:last-child,p.large:last-child {
    margin-bottom: 0
}

.p.gray,p.gray {
    color: #666
}

.p.light-gray,p.light-gray {
    color: #999
}

.p.inline-buttons,p.inline-buttons {
    margin: 0 -.625rem 0 -.625rem
}

.p.inline-buttons .btn,p.inline-buttons .btn {
    margin: 1.25rem .625rem 0 .625rem
}

@media (min-width: 768px) {
    .p.big,p.big {
        font-size:1.25rem;
        line-height: 1.875rem;
        margin: 1.25rem 0
    }

    .p.large,p.large {
        font-size: 1.5rem;
        line-height: 2.1875rem;
        margin: 1.25rem 0
    }
}

ul {
    list-style-type: none;
    margin: .9375rem 0;
	padding-left: 23px;
}

ul:first-child {
    margin-top: 0
}

ul:last-child {
    margin-bottom: 0
}

ul>li {
    position: relative;
    margin-top: .625rem;
	margin: .7375rem 0;
}




ul>li:first-child {
    margin-top: 0
}

ul>li>ol:first-of-type,ul>li>ul:first-of-type {
    margin-top: 0
}

ul>li>ol:first-of-type>li:first-child,ul>li>ul:first-of-type>li:first-child {
    margin-top: .625rem
}

ul>li:before {
    position: absolute;
    background: #155f96;
    display: block;
    width: 5px;
    top: 10px;
    content: "";
    border-radius: 50%
}

.with-checked-checkboxes ul>li:before,ul.checked>li:before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 16px;
    height: 16px;
    top: 4px;
    left: -25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='12px' viewBox='0 0 16 16'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 7.5L6.5 11 13 4'/%3E%3C/svg%3E")
}

html[dir=ltr] ul {
    padding-left: 15px
}

html[dir=ltr] ul>li:before {
    left: -15px
}

html[dir=ltr] .with-checked-checkboxes ul,html[dir=ltr] ul.checked {
    padding-left: 25px
}

html[dir=ltr] .with-checked-checkboxes ul>li:before,html[dir=ltr] ul.checked>li:before {
    left: -25px
}

html[dir=rtl] ul {
    padding-right: 15px
}

html[dir=rtl] ul>li:before {
    right: -15px
}

html[dir=rtl] .with-checked-checkboxes ul,html[dir=rtl] ul.checked {
    padding-right: 25px
}

html[dir=rtl] .with-checked-checkboxes ul>li:before,html[dir=rtl] ul.checked>li:before {
    right: -25px
}

ol {
    margin: .9375rem 0
}

ol:first-child {
    margin-top: 0
}

ol:last-child {
    margin-bottom: 0
}

ol>li {
    margin-top: .625rem
}

ol>li:first-child {
    margin-top: 0
}

ol>li>ol:first-of-type,ol>li>ul:first-of-type {
    margin-top: 0
}

ol>li>ol:first-of-type>li:first-child,ol>li>ul:first-of-type>li:first-child {
    margin-top: .625rem
}

html[dir=ltr] ol {
    padding-left: 30px
}

html[dir=rtl] ol {
    padding-right: 30px
}

hr {
    background: #e6e6e6;
    width: 100%;
    height: 1px;
    border: 0 none;
    margin: 1.875rem 0
}

hr:first-child {
    margin-top: 0
}

hr:last-child {
    margin-bottom: 0
}

.with-dark-hr hr,hr.dark {
    background: #d9d9d9
}

a {
    color: #155f96;
    text-decoration: none;
    border-bottom: 1px solid rgba(166,134,107,.5)
}

a:active,a:focus {
    text-decoration: none;
    border-bottom-color: #155f96
}

a.disabled {
    cursor: default;
    opacity: .5
}

a.disabled:active,a.disabled:focus {
    border-bottom-color: rgba(166,134,107,.5)
}

@media (min-width: 1240px) {
    a {
        -webkit-transition:all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    a:hover {
        text-decoration: none;
        border-bottom-color: #155f96
    }

    a.disabled:hover {
        border-bottom-color: rgba(166,134,107,.5)
    }
}

blockquote {
    font-size: inherit;
    line-height: inherit;
    margin: .9375rem 0
}

blockquote:first-child {
    margin-top: 0
}

blockquote:last-child {
    margin-bottom: 0
}

b,strong {
    font-weight: 700
}

em,i {
    font-style: italic
}

u {
    text-decoration: underline
}

small {
    font-size: .75rem;
    line-height: 1.25rem
}

small.em {
    text-transform: uppercase;
    letter-spacing: .125rem
}

small.em.gray {
    color: #666
}

q {
    quotes: "Гўв‚¬Еѕ" "Гўв‚¬Вќ"
}

del {
    text-decoration: line-through
}

span.image-container {
    margin: .9375rem 0;
    display: block
}

span.image-container:first-child {
    margin-top: 0
}

span.image-container:last-child {
    margin-bottom: 0
}

span.image-container img {
    display: block;
    max-width: 100%;
    border-radius: 5px
}

@media (min-width: 768px) {
    span.image-container {
        margin:1.25rem 0
    }
}

p span.image-container {
    margin: .9375rem 0
}

p span.image-container:first-child {
    margin-top: .9375rem
}

p span.image-container:last-child {
    margin-bottom: .9375rem
}

@media (min-width: 768px) {
    p span.image-container {
        margin:1.25rem 0
    }

    p span.image-container:first-child {
        margin-top: 1.25rem
    }

    p span.image-container:last-child {
        margin-bottom: 1.25rem
    }
}

.text-center {
    text-align: center
}

.text-center span.image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.text-left {
    text-align: left
}

.text-left:after {
    display: table;
    clear: both;
    content: ""
}

.text-left:after {
    display: table;
    clear: both;
    content: ""
}

.text-left span.image-container {
    float: left;
    margin-right: .9375rem
}

@media (min-width: 768px) {
    .text-left span.image-container {
        margin-right:1.25rem
    }
}

.text-right {
    text-align: right
}

.text-right:after {
    display: table;
    clear: both;
    content: ""
}

.text-right:after {
    display: table;
    clear: both;
    content: ""
}

.text-right span.image-container {
    float: right;
    margin-left: .9375rem
}

@media (min-width: 768px) {
    .text-right span.image-container {
        margin-left:1.25rem
    }
}

@media (max-width: 767px) {
    .text-center-sm {
        text-align:center
    }

    .text-center-sm span.image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .text-left-sm {
        text-align: left
    }

    .text-left-sm:after {
        display: table;
        clear: both;
        content: ""
    }

    .text-left-sm:after {
        display: table;
        clear: both;
        content: ""
    }

    .text-left-sm span.image-container {
        float: left;
        margin-right: .9375rem
    }

    .text-right-sm {
        text-align: right
    }

    .text-right-sm:after {
        display: table;
        clear: both;
        content: ""
    }

    .text-right-sm:after {
        display: table;
        clear: both;
        content: ""
    }

    .text-right-sm span.image-container {
        float: right;
        margin-left: .9375rem
    }
}

@media (min-width: 768px) and (max-width:1239px) {
    .text-center-md {
        text-align:center
    }

    .text-center-md span.image-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .text-left-md {
        text-align: left
    }

    .text-left-md:after {
        display: table;
        clear: both;
        content: ""
    }

    .text-left-md:after {
        display: table;
        clear: both;
        content: ""
    }

    .text-left-md span.image-container {
        float: left;
        margin-right: 1.25rem
    }

    .text-right-md {
        text-align: right
    }

    .text-right-md:after {
        display: table;
        clear: both;
        content: ""
    }

    .text-right-md:after {
        display: table;
        clear: both;
        content: ""
    }

    .text-right-md span.image-container {
        float: right;
        margin-left: 1.25rem
    }
}

@media (min-width: 1240px) {
    .text-center-lg {
        text-align:center
    }

    .text-center-lg span.image-container {
        margin-left: auto;
        margin-right: auto
    }

    .text-left-lg {
        text-align: left
    }

    .text-left-lg:after {
        display: table;
        clear: both;
        content: ""
    }

    .text-left-lg:after {
        display: table;
        clear: both;
        content: ""
    }

    .text-left-lg span.image-container {
        float: left;
        margin-right: 1.25rem
    }

    .text-right-lg {
        text-align: right
    }

    .text-right-lg:after {
        display: table;
        clear: both;
        content: ""
    }

    .text-right-lg:after {
        display: table;
        clear: both;
        content: ""
    }

    .text-right-lg span.image-container {
        float: right;
        margin-left: 1.25rem
    }
}

section.solid-bg h1,section.solid-bg h2,section.solid-bg h3,section.solid-bg h4,section.solid-bg h5,section.solid-bg h6,section.solid-bg ol,section.solid-bg p,section.solid-bg ul {
    color: #fff
}

section.solid-bg .with-h-underlines h1:after,section.solid-bg .with-h-underlines h2:after,section.solid-bg .with-h-underlines h3:after {
    background-color: #fff
}

section.solid-bg p.gray {
    color: rgba(255,255,255,.6)
}

section.solid-bg p.light-gray {
    color: rgba(255,255,255,.4)
}

section.solid-bg hr {
    background: rgba(255,255,255,.1)
}

section.solid-bg a:not(.btn) {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.5)
}

section.solid-bg a:not(.btn):active,section.solid-bg a:not(.btn):focus {
    border-bottom-color: #fff
}

@media (min-width: 1240px) {
    section.solid-bg a:not(.btn):hover {
        border-bottom-color:#fff
    }
}

section.solid-bg span.headline-label {
    border-color: rgba(255,255,255,.2)
}

section.solid-bg span.headline-label>span>em {
    color: #fff
}

section.solid-bg span.headline-label>span>i {
    background: rgba(255,255,255,.2);
    height: 28px;
    color: #fff;
    border: 0 none
}

section.solid-bg .inverse-colors h1,section.solid-bg .inverse-colors h2,section.solid-bg .inverse-colors h3,section.solid-bg .inverse-colors h4,section.solid-bg .inverse-colors h5,section.solid-bg .inverse-colors h6,section.solid-bg .inverse-colors ol,section.solid-bg .inverse-colors p,section.solid-bg .inverse-colors ul {
    color: #000
}

section.solid-bg .inverse-colors .with-h-underlines h1:after,section.solid-bg .inverse-colors .with-h-underlines h2:after,section.solid-bg .inverse-colors .with-h-underlines h3:after {
    background-color: #155f96
}

section.solid-bg .inverse-colors p.gray {
    color: #666
}

section.solid-bg .inverse-colors p.light-gray {
    color: #999
}

section.solid-bg .inverse-colors hr {
    background: #e6e6e6
}

section.solid-bg .inverse-colors a:not(.btn) {
    color: #155f96;
    border-bottom: 1px solid rgba(166,134,107,.5)
}

section.solid-bg .inverse-colors a:not(.btn):active,section.solid-bg .inverse-colors a:not(.btn):focus {
    border-bottom-color: #155f96
}

@media (min-width: 1240px) {
    section.solid-bg .inverse-colors a:not(.btn):hover {
        border-bottom-color:#155f96
    }
}

section.solid-bg .inverse-colors span.headline-label {
    border-color: #e6e6e6
}

section.solid-bg .inverse-colors span.headline-label>span>em {
    color: #000
}

section.solid-bg .inverse-colors span.headline-label>span>i {
    background: #fff;
    height: 30px;
    color: #155f96;
    padding: 4px 9px;
    border: 1px solid #e6e6e6
}

html[dir=ltr] section.solid-bg span.headline-label>span>i {
    padding-left: 10px;
    margin: -4px 0 -4px 10px
}

html[dir=ltr] section.solid-bg .inverse-colors span.headline-label>span>i {
    margin: -5px -1px -5px 10px
}

html[dir=rtl] section.solid-bg span.headline-label>span>i {
    padding-right: 10px;
    margin: -4px 10px -4px 0
}

html[dir=rtl] section.solid-bg .inverse-colors span.headline-label>span>i {
    margin: -5px 10px -5px -1px
}

section.form.solid-bg form .field label,section.form.solid-bg form .field p.label {
    color: #fff
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

::-ms-input-placeholder {
    color: #666;
    opacity: 1
}

::placeholder {
    color: #666;
    opacity: 1
}

footer#footer {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #e6e6e6;
    margin-top: 0px
}

footer#footer.with-to-top {
    padding: 30px 0 70px 0
}

footer#footer a.logo {
    border: 0
}

footer#footer a.logo img {
    height: 40px;
    width: auto;
    max-width: 100%
}

footer#footer ul {
    padding: 0
}

footer#footer ul>li {
    color: #666;
    margin-top: 10px
}

footer#footer ul>li:before {
    content: none
}

footer#footer ul>li:first-child {
    margin-bottom: .3125rem
}

footer#footer ul>li strong {
    font-family: "Futura BT", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #000
}

footer#footer ul>li a {
    border: 0 none
}

footer#footer ul>li a:active,footer#footer ul>li a:focus {
    color: #155f96
}



footer#footer a.to-top {
    background: #155f96;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: -9999px;
    z-index: 1000;
    opacity: 0;
    padding: 12px;
    border: 0 none;
    border-radius: 50%;
    -webkit-transition: bottom 0s linear .2s,opacity .2s ease-in-out;
    -o-transition: bottom 0s linear .2s,opacity .2s ease-in-out;
    transition: bottom 0s linear .2s,opacity .2s ease-in-out
}

footer#footer a.to-top:active,footer#footer a.to-top:focus {
    background: #155f96
}

footer#footer a.to-top.visible {
    bottom: 15px;
    opacity: 1;
    -webkit-transition: bottom 0s linear,opacity .2s ease-in-out;
    -o-transition: bottom 0s linear,opacity .2s ease-in-out;
    transition: bottom 0s linear,opacity .2s ease-in-out
}

@media (min-width: 1240px) { 

     .row>.col-lg-3-12-footer {
        width: 25%
    }
}
	
@media (min-width: 768px) {
	
	.col-lg-3-12-footer {
    width: 25%;
  }

}



section.image-text-two-column img {
    display: block;
    max-width: 100%;
    border-radius: 5px
}

@media (min-width: 768px) {
    section.image-text-two-column .image-right {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 768px) {
    html[dir=ltr] section.image-text-two-column .image-right>div:nth-child(1) {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }

    html[dir=ltr] section.image-text-two-column .image-right>div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 768px) {
    html[dir=rtl] section.image-text-two-column .image-left>div:nth-child(1) {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }

    html[dir=rtl] section.image-text-two-column .image-left>div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}


@media (min-width: 768px) {
    section.image-text .image-text-box {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    section.image-text .image-text-box .content-box i:first-child+* {
        margin-top: 0
    }

    section.image-text .image-text-box img {
        max-width: 160px
    }
}

@media (min-width: 768px) {
    html[dir=ltr] section.image-text .image-text-box .content-box {
        margin-left:40px
    }
}

@media (min-width: 768px) {
    html[dir=rtl] section.image-text .image-text-box .content-box {
        margin-right:40px
    }
}

@media (min-width: 768px) {
    section.icon-text .icon-text-box {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    section.icon-text .icon-text-box .content-box i:first-child+* {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    html[dir=ltr] section.icon-text .icon-text-box .content-box {
        margin-left:40px
    }
}

@media (min-width: 768px) {
    html[dir=rtl] section.icon-text .icon-text-box .content-box {
        margin-right:40px
    }
}


section.text-columns .list img {
    display: block;
    max-width: 100%;
    overflow: hidden;
    border-radius: 5px
}



section.simple-video .embed-wrapper,section.simple-video .wistia-internal-wrapper {
    margin: 30px 0 10px 0
}

section.simple-video .embed-wrapper:last-child,section.simple-video .wistia-internal-wrapper:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    section.simple-video .embed-wrapper,section.simple-video .wistia-internal-wrapper {
        margin:50px 0 25px 0
    }
}

@media (min-width: 1240px) {
    section.simple-video .embed-wrapper,section.simple-video .wistia-internal-wrapper {
        margin:70px 0 25px 0
    }
}



section.pricing .row>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.pricing .price-box {
    width: 100%;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px
}

section.pricing .price-box.highlighted {
    background: #f2f2f2;
    border-color: #f2f2f2
}

section.pricing .price-box .action a.btn {
    width: 100%
}

section.pricing .price-box .price h1:after,section.pricing .price-box .price h2:after,section.pricing .price-box .price h3:after {
    content: none
}

section.pricing .price-box .price .current,section.pricing .price-box .price .discount {
    display: block;
    direction: ltr
}

section.pricing .price-box .price .discount {
    font-family: "Futura BT", sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #666;
    text-decoration: line-through;
    font-style: italic;
    font-weight: 400
}

section.pricing .price-box .vat {
    direction: ltr
}

@media (min-width: 768px) {
    section.pricing .price-box {
        padding:50px
    }
}



.responsive {
    max-width:100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:50px;
	margin-bottom:50px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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

.responsive-strategy {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* timeline*/


section.timeline .content {
    position: relative;
    padding: 20px 0
}

section.timeline .content:before {
    background-color: #e6e6e6;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    content: ""
}

section.timeline .content>div {
    position: relative
}

section.timeline .content>div:before {
    background-color: #e6e6e6;
    position: absolute;
    height: 1px;
    z-index: 1;
    content: ""
}

section.timeline .content>div:after {
    background-color: #fff;
    position: absolute;
    height: 13px;
    width: 13px;
    z-index: 1;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #155f96;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px #fff;
    box-shadow: 0 0 0 4px #fff
}

section.timeline .content>div.with-label:before {
    width: 20px;
    top: 14px
}

section.timeline .content>div.with-label:after {
    top: 8px
}

section.timeline .content>div.without-label:before {
    width: 100%;
    top: 0
}

section.timeline .content>div.without-label:after {
    top: -6px
}

section.timeline .content>div img {
    display: block;
    width: auto;
    max-width: 100%;
    border-radius: 5px
}

@media (min-width: 768px) {
    section.timeline .content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 0
    }

    section.timeline .content>div {
        width: 50%
    }

    section.timeline .content>div.with-label:before,section.timeline .content>div.without-label:before {
        width: 100%;
        top: 0
    }

    section.timeline .content>div.with-label:after,section.timeline .content>div.without-label:after {
        top: -6px
    }
}

html[dir=ltr] section.timeline .content:before {
    left: 0
}

html[dir=ltr] section.timeline .content>div {
    padding: 0 0 40px 20px
}

html[dir=ltr] section.timeline .content>div:before {
    left: 0
}

html[dir=ltr] section.timeline .content>div:after {
    left: -6px
}

html[dir=ltr] section.timeline .content>div.without-label {
    padding-top: 40px
}

html[dir=ltr] section.timeline .content>div:last-child {
    padding-bottom: 0
}

@media (min-width: 768px) {
    html[dir=ltr] section.timeline .content:before {
        left:50%
    }

    html[dir=ltr] section.timeline .content>div.with-label,html[dir=ltr] section.timeline .content>div.without-label {
        padding: 60px 30px
    }

    html[dir=ltr] section.timeline .content>div:nth-child(2n+1) {
        padding-left: 0
    }

    html[dir=ltr] section.timeline .content>div:nth-child(2n+1):after {
        left: auto;
        right: -6px
    }

    html[dir=ltr] section.timeline .content>div:nth-child(2n+2) {
        padding-right: 0;
        margin-top: 60px
    }

    html[dir=ltr] section.timeline .content>div:nth-last-child(-n+2) {
        padding-bottom: 0
    }
}

@media (min-width: 1240px) {
    html[dir=ltr] section.timeline .content>div.with-label,html[dir=ltr] section.timeline .content>div.without-label {
        padding:60px 120px
    }

    html[dir=ltr] section.timeline .content>div:nth-child(2n+1) {
        padding-left: 0
    }

    html[dir=ltr] section.timeline .content>div:nth-child(2n+2) {
        padding-right: 0
    }

    html[dir=ltr] section.timeline .content>div:nth-last-child(-n+2) {
        padding-bottom: 0
    }
}

html[dir=rtl] section.timeline .content:before {
    right: 0
}

html[dir=rtl] section.timeline .content>div {
    padding: 0 20px 40px 0
}

html[dir=rtl] section.timeline .content>div:before {
    right: 0
}

html[dir=rtl] section.timeline .content>div:after {
    right: -6px
}

html[dir=rtl] section.timeline .content>div.without-label {
    padding-top: 40px
}

html[dir=rtl] section.timeline .content>div:last-child {
    padding-bottom: 0
}

@media (min-width: 768px) {
    html[dir=rtl] section.timeline .content:before {
        right:50%
    }

    html[dir=rtl] section.timeline .content>div.with-label,html[dir=rtl] section.timeline .content>div.without-label {
        padding: 60px 30px
    }

    html[dir=rtl] section.timeline .content>div:nth-child(2n+1) {
        padding-right: 0
    }

    html[dir=rtl] section.timeline .content>div:nth-child(2n+1):after {
        right: auto;
        left: -6px
    }

    html[dir=rtl] section.timeline .content>div:nth-child(2n+2) {
        padding-left: 0;
        margin-top: 60px
    }

    html[dir=rtl] section.timeline .content>div:nth-last-child(-n+2) {
        padding-bottom: 0
    }
}

@media (min-width: 1240px) {
    html[dir=rtl] section.timeline .content>div.with-label,html[dir=rtl] section.timeline .content>div.without-label {
        padding:60px 120px
    }

    html[dir=rtl] section.timeline .content>div:nth-child(2n+1) {
        padding-right: 0
    }

    html[dir=rtl] section.timeline .content>div:nth-child(2n+2) {
        padding-left: 0
    }

    html[dir=rtl] section.timeline .content>div:nth-last-child(-n+2) {
        padding-bottom: 0
    }
}

/* menu.css */

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


	
.kontejner {

	height: 80px;
   position:fixed;
 width:100%;
padding: 0 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
    left: 0;
    z-index: 1000;

	
	border-bottom-style: ridge;
	border-bottom-color: #f1f1f1;

}

.kontejner .logo {
  max-width: 200px;
  padding: 0 10px;
  overflow: hidden;
  margin-top: 10px;

 

}

.kontejner .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  border: none;
 
}

.kontejner .logo a img {
  max-width: 70%;
  max-height: 60px;
}

.kontejner .navbar {
  
  margin-top:15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0px;
  top: -9999px;
  z-index: 9999;
  border: none;
}

.kontejner .navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;

}

.kontejner .navbar ul li a {
  text-decoration: none;
  color: #0a325e;
   
  display: block ;
  height: 45px;
  line-height: 30px;
  cursor: pointer;
  padding: 0 20px;
  list-style-type: none;
  border-bottom: none;
  font-weight:200;
  
  	font-size: 1rem;
    line-height: 2.125rem;
  
  
}

.big ul li  {
     font-size: 1.125rem;
    line-height: inherit
}

.kontejner .navbar ul>li:before {
    background: #fff;
    left: inherit;
	height:10px;
}

.kontejner .navbar ul li a:hover {
  text-decoration: underline;

}

.kontejner .navbar ul .close {
  display: none;
  text-align: right;
  padding: 10px;
padding-top:0px;

}

.kontejner .navbar ul .close span {
  font-size: 40px;
color:red;
  display: inline-block;
  border: 0px solid #cccccc;
  padding: 0 10px;
  cursor: pointer;

}

.kontejner .navbar .icon-bar {
  padding: 20px 8px;
  width: 50px;
  height: 60px;
   display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  
}

.kontejner .navbar .icon-bar i {
  background-color: #0a325e;
  height: 2px;
  font-size: 14px;
}



@media only screen and (max-width: 1258px) {
  .kontejner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	
  }

  .kontejner .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .kontejner .navbar {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
	margin-top:0px;
    

  }

  .kontejner .navbar ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap;
    position: fixed;
    left: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    width: 100%;
    height: 100%;

display: block; 


    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
	padding-left:10px;

  

  }

  .kontejner .navbar ul li a {
    padding: 0px;
    font-size: 16px;
    height: auto;
    line-height: 7px;
    color:  #0a325e;
	 font-weight:500;
	 margin-left:20px;
	 
  }
  
  .kontejner .navbar ul>li:before {
    background: #fff;
    left: inherit;
	position: static;
 
}

  .kontejner .navbar ul .close {
    display: block;
padding-bottom: 0px;
  margin-bottom: 0px;
  }

  .kontejner .navbar .icon-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	 
	
  }


  .kontejner .navbar ._Menus-show {
    left: 0;

	
  }
.hidemenu {
    display: block;
margin-bottom:0px;
padding-bottom:0px;
}

.kontejner .hidemenu ul li {
margin: .9375rem 0;
}


}
 

  
  .red {
  
    color: #ed2200; 
 
}
.responsiveform {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.responsiveform iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    
}

.calltoaction{
    font-family: "Futura BT", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #fff; 
}

.calltoaction:last-child{
    margin-bottom: 0;
}
.calltoaction:first-child{
    margin-top: 0;
}

@media (min-width: 768px) {}
.calltoaction {
    font-size: 3rem;
    line-height: 3.75rem;
    margin: 1.5625rem 0;
}

.background{
   
    background: #f9f9f9; 
}

 p.fa-child:before{
    display: inline-block;
    color: #155f96; 
    font-family: "FontAwesome";
    content: "\f1ae"; /*The actual character FontAwesome uses */
}

@media screen and (min-width: 1258px) and (max-width: 1336px){
/* sredjivanje padinga na medju dimenziji :) */
.kontejner .navbar ul li a {
    padding: 0 13px;
  }
  
}

/* At the top level of your code */
@media screen and (min-width: 1258px) {
  .hidemenu {
    display:none;
  }
  
}



/* At the top level of your code */
@media screen and (min-width: 1140px) {
.hidemenu2 {
    display:none;
	text-align: center;
   
  }
}

.live {
    text-decoration: underline;
  }
  
.centerimg{
    margin:auto;
  }
  
 .big2 {
	
    font-size: 1.5rem;
    line-height: 2.1875rem;
    font-family: "Futura BT", sans-serif;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin: .9375rem 0;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }

 .big3 {
	
    font-size: 1.125rem;
    line-height: 2.1875rem;
    font-family: "Futura BT", sans-serif;

    line-height: 1.875rem;
    margin: .9375rem 0;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }

.whatsapp {
    display: block;
margin-bottom:0px;
padding-bottom:0px;
align-items: center;
margin-top:5px;
}

.kontejner .whatsapp {
 
  padding: 0 10px;
  overflow: hidden;

}

.kontejner .whatsapp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border: none;

text-decoration:none;
}

.kontejner .whatsapp a img {
  max-width: 100%;


}

/* whatsapp*/
@media screen and (min-width: 800px) {
 .whatsapp {
display: none;
margin-bottom:0px;
padding-bottom:0px;
}
}


/* tablet*/
@media screen and (min-width: 768px) and (max-width: 850px){
.h1, h1 {
    font-size: 3rem;
    line-height: 3rem;
}
}

#breadcrumblist{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:13px;margin-top:0;padding-left:3px;padding-right: 10px;border-bottom:solid 1px;background-color:#fefefe}#breadcrumblist li{position:relative;margin-top:.625rem;margin:0 0;color:#000;margin-left:5px}#breadcrumblist a{font-size:14px;color:#155f96;text-decoration:none;border-bottom:0 solid rgba(166,134,107,.5)}

/* modal box*/
 

	 
div.fixed {
 position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  
  text-align: center;
}

div.fixed img{
	padding-right:15px;
	padding-left:15px;
	}
	
	

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  
 
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
 
.overlay2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay2:target {
  visibility: visible;
  opacity: 1;
  z-index: 2;
 
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}




















/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close2 {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 20px 16px;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #155f96;
  color: white;
  font-size: 28px;
}

.modal-body {padding: 20px 16px; margin-bottom:50px; }


.modal-footer {
  padding: 20px 16px;
  background-color: #155f96;
  color: white;
}

@media (max-width: 768px) {

.modal-body {font-size: 14px;}
.modal-header {font-size: 14px;}

}
/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}


.kontejner .top {
    padding: 0 10px;
    overflow: hidden;
	}
.kontejner .top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   
    border: none;
    text-decoration: none;
}
.kontejner .top a img {
    max-width: 100%;
   
}

.top {
    position: relative;
    animation-name: shake;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    align-items: center;
    margin-top: 5px;
}
	
.top:hover {
    animation-name: shakeAnim;
}
.swingimage {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;}
	
.btn.main:hover{animation-name:shakeAnim}@keyframes shakeAnim{0%{left:0}1%{left:-3px}2%{left:5px}3%{left:-8px}4%{left:8px}5%{left:-5px}6%{left:3px}7%{left:0}}@keyframes shake{0%{left:0}1%{left:-3px}2%{left:5px}3%{left:-8px}4%{left:8px}5%{left:-5px}6%{left:3px}7%{left:0}}.top{position:relative;animation-name:shake;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:ease-in;cursor:pointer}.top:hover{animation-name:shakeAnim}

#img1 {display:block;}
#img2 {display:none}

@media all and (max-width: 499px) {
    #img1 {display: none;}
    #img2 {display: block;}
}

.spacer {
   min-height:80px;
}


div.class-name {
    position: fixed;
    margin-top: -90px;
    top: 100%;
    left: 100%;
    margin-left: -220px;
    z-index: 1;
}
div.class-name img{
    max-width: 80%;
	box-shadow: 10px 10px 5px #ccc;
      -moz-box-shadow: 10px 10px 5px #ccc;
      -webkit-box-shadow: 10px 10px 5px #ccc;
      -khtml-box-shadow: 10px 10px 5px #ccc;
}


/* Style the header */ 
.breadheader {
  color: #f1f1f1;
}



/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 75px;
  z-index: 1000;



}
.max673 {
    max-width: 673px;

}

/*ikonice CTA */


.col-5 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%;
	float: left;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 767px) {
.col-5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
	float: left;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

}
col-5 .btn.main{
	animation-name: none;
}

.col-5 img {
	margin-top: 30px;
}	
.featured-box {
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 2px 4px 0px rgb(0 0 0 / 5%);
    margin: 22px; 
   
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.featured-box hover{
    
    box-sizing: border-box;
    border: 1px solid red;
  
    border-radius: 8px;
  
    box-shadow: 0 2px 4px 0px rgb(0 0 0 / 5%);
  
 
}


.row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
	width:100%;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
 
@media (max-width: 768px) {
body {
    font: normal 400 18px/1.7625rem Roboto,sans-serif;
}
}






.inline-buttons a{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color:#1670f0;
  padding:30px 60px;
  font-size:30px;
  /* letter-space:2px; */
  text-transform:uppercase;
  text-decoration:none;
  box-shadow:0 20px 50px rgba(0,0,0,0.5);
  overflow:hidden;
}
.inline-buttons a::before{
  content:"";
  position:absolute;
  top:2px;
  left:2px;
  bottom:2px;
  width:50%;

}

.inline-buttons a span:nth-child(1){
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:2px;
  background: linear-gradient(to right, #fff, #fff);
  animation:animate1 1.25s linear infinite;
}

@keyframes animate1{
  0% { transform:translateX(-100%);}
  100% { transform:translateX(100%);}
}

.inline-buttons a span:nth-child(2){
  position:absolute;
  top:0;
  right:0;
  width:2px;
  height:100%;
  background: linear-gradient(to bottom, #000, #000);
  animation:animate2 1.25s linear infinite;
  animation-delay:0.625s;
}

@keyframes animate2{
  0% { transform:translateY(-100%);}
  100% { transform:translateY(100%);}
}

.inline-buttons a span:nth-child(3){
  position:absolute;
  bottom:0;
  right:0;
  width:100%;
  height:2px;
  background: linear-gradient(to left, #fff, #fff);
    animation:animate3 1.25s linear infinite;
}

@keyframes animate3{
  0% { transform:translateX(100%);}
  100% { transform:translateX(-100%);}
}

.inline-buttons a span:nth-child(4){
  position:absolute;
  top:0;
  left:0;
  width:2px;
  height:100%;
  background: linear-gradient(to top, #fff, #fff);
  animation:animate4 1.25s linear infinite;
  animation-delay:0.625s;
}

@keyframes animate4{
  0% { transform:translateY(100%);}
  100% { transform:translateY(-100%);}
}

 /**! 21. Modals **/
.modal-instance .modal-body {
  display: none;
}
.modal-container {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal-container.modal-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.modal-container:before {
  background: rgba(0, 0, 0, 0.85);
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal-container .modal-content {
  backface-visibility: hidden;
  position: fixed;
  z-index: 2;
  top: 40%;
  left: 50%;
  max-height: 100%;
  
  border: none;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal-container .modal-content:not(.height--natural) {
  width: 50% !important;
  height: 50% !important;
}
.modal-container .modal-content .modal-close-cross {
  cursor: pointer;
  position: absolute;
  opacity: .5;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  top: 1em;
  right: 1em;
  z-index: 99;
}
.modal-container .modal-content .modal-close-cross:before {
  content: '\00D7';
  font-size: 1.5em;
}
.modal-container .modal-content .modal-close-cross:hover {
  opacity: 1;
}
.modal-container .modal-content.imagebg:not(.image--light) .modal-close-cross:before {
  color: #fff;
}
.modal-container .modal-content iframe {
  width: 100%;
  outline: none;
  border: none;
  height: 100%;
  backface-visibility: hidden;
}
.modal-container .modal-content iframe:first-child + .modal-close-cross:last-child {
  top: -3.71428571em;
}
.modal-content.section-modal {
  pointer-events: none;
}
.modal-content.section-modal [class*='col-'] {
  pointer-events: all;
}
@media all and (max-width: 767px) {
  .modal-container .modal-content {
    width: 90% !important;
    height: auto !important;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

/*! -- Stack Modals -- */
.modal-container .modal-content:not(.height--natural) {
  height: auto;
  width: auto;
}
.modal-instance:not(.block) {
  display: inline-block;
}
.modal-instance.block > .btn {
  display: block;
}
@media all and (min-width: 990px) {
  .modal-instance + span:last-child {
    display: inline-block;
    margin-left: 0.92857143em;
  }
}
.modal-container .modal-content {
  max-height: 95%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.modal-container .modal-content .feature:only-child {
  margin-bottom: 0;
}
.modal-container .modal-content .feature:only-child .boxed {
  margin-bottom: 0;
}
.modal-container .modal-content .imagebg:not(.image--light) .modal-close-cross:before {
  color: #fff;
}
.modal-container .modal-content .container {
  width: 100vw;
}
@media all and (max-width: 990px) {
  .modal-container .modal-content > .modal-close-cross {
    cursor: pointer;
  position: absolute;
  opacity: .5;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  top: 1em;
  right: 1em;
  z-index: 99;
  }
  .modal-container:not(.modal-active) .modal-content {
    display: none;
  }
}
.modal-content {
  -ms-overflow-style: none;
}
.modal-content::-webkit-scrollbar {
  display: none;
}

.cover .btn + .modal-instance {
  margin-top: 1.85714286em;
}

.cover .modal-instance.block:not(:first-child):not(:last-child) {
  margin: 2.78571429em 0;
}

input:not([class*='col-']), select:not([class*='col-']), .input-select:not([class*='col-']), textarea:not([class*='col-']), button[type="submit"]:not([class*='col-']) {
    width: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;}
	
.modal-content label {
    display: block;
}

@media (max-width: 990px){}
label {
    margin-top: 0.46428571em;
}

label {
    font-size: 1.35714286em;
}
label {
    margin: 0;
    font-size: 1.14285714em;
    font-weight: 400;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.modal-container.modal-active {
    opacity: 1;
    visibility: visible;
    /* pointer-events: all; */
}

form {
    position: relative;
	 
    max-width: 100%;
}
 form:before, form:after {
    content: '';
}

form:before, form:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

input:not([class*='col-']), select:not([class*='col-']), .input-select:not([class*='col-']), textarea:not([class*='col-']), button[type="submit"]:not([class*='col-']) {
    width: 100%;
}

button.btn.type--uppercase, input[type="submit"].btn.type--uppercase {
    letter-spacing: .5px;
    margin-right: -0.5px;
}

button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    color: #fff;
}

button.btn, input[type="submit"].btn {
    font-size: 0.85714286em;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
	height:40px;
}

.btn {
    position: relative;
}

.btn--primary, .btn--primary:visited {
    background: #4a90e2;
    border-color: #4a90e2;
}

button, input[type="submit"] {
    height: 3.25000000000001em;
}

.boxed:not([class*='bg-']) {
    background: #f5f5f5;
}
@media (max-width: 990px){}
.boxed.boxed--lg {
    padding: 3.23809524em;
}
.boxed {
    border-radius: 6px;
}
@media (max-width: 990px){}
.boxed {
    padding: 1.23809524em;
    margin-bottom: 15px;
}
.boxed {
    position: relative;
    overflow: hidden;
    padding: 1.85714286em;
    margin-bottom: 30px;
}
.modal-container:before {
    background: rgba(0, 0, 0, 0.85);
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
@media all and (max-width: 990px) {
  .modal-container .modal-content {
    width: 90% !important;
    height: auto !important;
    padding-top: 0em;
    padding-bottom: 2em; 
  }
 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;}
 .boxed	 {
padding-top: 1em !important;
}
}
@media all and (max-width: 990px) {
.modal-container .modal-content:not(.height--natural) {
    width: 80% !important; 
    height: 70% !important;
} 

.modal-container .modal-content{
top: 50%;
    left: 45%;
}

.boxed p{
 font-size: 14px;
}

label{
font-size: 0.8em; 
}

.boxed h4{
font-size: 1.125rem;
}
 
}

/*! -- https://www.digitalocean.com/community/tutorials/how-to-create-a-static-footer-with-html-and-css-section-7 -- */

/* Footer */


.footer {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  height: 45px;
  background-color: #e0dfdf;
  border-top:2px solid #155F96;
  z-index: 10;

 
}

@media (max-width: 768px) {
.footer {
 box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 90%);
  
}
}

.footer p{
 margin-bottom:0px !important;
}

.footer-text-left {
  font-size:14px;
  padding-left:20px;
  float:left;
  word-spacing:1px; 
  padding-top:7px;
  
}

.footer-text-left a{
  font-size:14px;
  border-bottom:none !important;
  color:#fff;
  background-color: #000; 
  padding: 2px 10px 2px 10px;
}

a.menu:hover {
  background-color:#165F96;
  font-size:14px;
  color:white;
}


.footer-content-right {
  padding-right:20px;
  margin-top:0px;
  float:right;
  padding-top:5px;
}

.footer-content-right a{
  border-bottom:none !important;
}

.icon-style {
  height:23px; 
  margin-left:20px;
  margin-top:5px;
}

.icon-style:hover {
  background-color:white;
  padding:5px;
}

@media (max-width: 768px) {
.nav-lists ul>li {border-bottom:solid 1px black}

}

.icon-style2 {
  height:23px; 
  margin-left:0px;
  margin-top:5px;
}

.icon-style2 a{
 border-bottom:none !important;
 text-decoration: none;
}

.form-error {
  margin-top: 1.5625em;
  padding: 0.78125em;
  background: #D84D4D;
  color: #fff;
  position: fixed;
  min-width: 350px;
  left: 50%;
  bottom: 1.5625em;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  z-index: 999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.form-success {
  margin-top: 1.5625em;
  padding: 0.78125em;
  background: #1DC020;
  color: #fff;
  position: fixed;
  min-width: 350px;
  left: 50%;
  bottom: 1.5625em;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  z-index: 999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.attempted-submit .field-error {
  border-color: #D84D4D !important;
}
.attempted-submit div.recaptcha.field-error {
  border-color: #D84D4D !important;
  border-style: solid;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
}
div.recaptcha iframe {
  min-height: 0;
} 

/*Katarina*/

.newForms {
    height: auto;
  
    width: 60%;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.newForms input {
    margin-top: 20px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid gray;
}
.newForms textarea {
    margin-top: 20px;
    height: 120px;
    border-radius: 5px;
}
.newForms button {
    height: auto;
    padding: 10px;
    width: 100%;
    background-color: #155F96;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    border: none;
}

/* ===========================
   Futura BT final typography override
   Ovaj blok ostaje na dnu fajla da mobile pravila ne vrate Roboto.
=========================== */

html,
body,
p,
li,
a,
button,
input,
textarea,
select {
    font-family: "Futura BT", sans-serif;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6,
.calltoaction,
footer#footer ul > li strong {
    font-family: "Futura BT", sans-serif;
    font-weight: 700;
}



/*acording pravio chatgpt*/
.faq-section {
    background-color: #f1f1f1;
    padding: 60px 0;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}

.faq-question {
    width: 100%;
    padding: 22px 26px;
    background: #fff;
    border: none;
    text-align: left;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    color: #132555;
    cursor: pointer;
    position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 300;
    color: #155f96;
}

.faq-item.active .faq-question::after {
    content: "−";
}

.faq-answer {
    display: none;
    padding: 0 26px 24px;
    font-size: 18px;
    line-height: 1.7;
    color: #222;
}

.faq-item.active .faq-answer {
    display: block;
}

@media (max-width: 767px) {
    .faq-section {
        padding: 40px 0;
    }

    .faq-question {
        font-size: 18px;
        padding: 18px 50px 18px 18px;
    }

    .faq-answer {
        font-size: 16px;
        padding: 0 18px 20px;
    }
}
 /*datum azuriranja chatgpt*/
 .article-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    margin:15px 0 35px;
    font-size:15px;
    color:#666;
}

.article-meta strong{
    color:#132555;
    font-weight:700;
}

.article-meta time{
    color:#132555;
}

.meta-separator{
    color:#bdbdbd;
}

@media(max-width:767px){

.article-meta{
    font-size:14px;
    gap:6px;
}

.meta-separator{
    display:none;
}

}
 
 
  /*dodajemo iz proba.css kako bi svuda stavili proba-font.css*/
  
/* nova forma 28 jun 2026 */

.wtr-consultation-section {
    background: linear-gradient(135deg, #eef7ff 0%, #ffffff 100%);
    padding: 70px 20px;
    font-family: Arial, sans-serif;
}

.wtr-consultation-card {
    max-width: 1250px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 26px;
    padding: 36px;
    display: grid;
    grid-template-columns: 370px 1fr;
    gap: 40px;
    box-shadow: 0 22px 70px rgba(21, 95, 150, 0.15);
}

.wtr-consultation-info {
    background: linear-gradient(180deg, #f4f9ff 0%, #eef7ff 100%);
    border-radius: 24px;
    padding: 42px 36px;
}

.wtr-main-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #dceeff;
    color: #155f96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 32px;
}

.wtr-consultation-info h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #111827;
    margin: 0 0 18px;
    font-weight: 800;
}

.wtr-consultation-info p {
    color: #5f6b7a;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 34px;
}

.wtr-info-item {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.wtr-info-item i {
    color: #155f96;
    font-size: 20px;
    margin-top: 3px;
}

.wtr-info-item strong {
    display: block;
    color: #111827;
    font-size: 16px;
    margin-bottom: 4px;
}

.wtr-info-item span {
    color: #6b7280;
    font-size: 14px;
}

.wtr-form-wrap {
    display: flex;
    align-items: center;
}

.wtr-app-form {
    width: 100%;
}

.wtr-field {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 8px;
    margin-bottom: 18px;
}

.wtr-field-icon {
    height: 56px;
    border: 1px solid #d7dee8;
    border-radius: 10px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
    color: #155f96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.wtr-field input,
.wtr-field textarea {
    width: 100%;
    border: 1px solid #d7dee8;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 16px;
    color: #111827;
    background: #ffffff;
    outline: none;
    transition: 0.2s ease;
}

.wtr-field input {
    height: 56px;
}

.wtr-field textarea {
    min-height: 120px;
    padding-top: 18px;
    resize: vertical;
}

.wtr-textarea-field .wtr-field-icon {
    height: 120px;
}

.wtr-field input:focus,
.wtr-field textarea:focus {
    border-color: #155f96;
    box-shadow: 0 0 0 4px rgba(21, 95, 150, 0.12);
}

.wtr-submit-btn {
    width: 100%;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #155f96 0%, #074b83 100%);
    color: #ffffff;
    padding: 18px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
}

.wtr-submit-btn i {
    margin-right: 8px;
}

.wtr-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 34px rgba(21, 95, 150, 0.3);
}

.wtr-form-note {
    margin: 18px 0 0;
    text-align: center;
    color: #7b8493;
    font-size: 14px;
}

.wtr-form-note i {
    margin-right: 6px;
    color: #9ca3af;
}

@media (max-width: 900px) {
    .wtr-consultation-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .wtr-consultation-info {
        padding: 30px 26px;
    }

    .wtr-consultation-info h2 {
        font-size: 26px;
    }

    .wtr-field {
        grid-template-columns: 52px 1fr;
    }

    .wtr-field-icon {
        height: 52px;
    }

    .wtr-field input {
        height: 52px;
    }
}



.badge-ai-overview{
    display:inline-block;
    margin-bottom:25px;
    padding:10px 18px;
    border-radius:30px;
    background:#eef6fd;
    color:#155f96;
    font-size:14px;
    font-weight:600;
    letter-spacing:.3px;
}


/* stranica izrada sajta*/

.ai-overview-hero {
    background: linear-gradient(135deg, #06365f 0%, #155f96 100%);
    padding: 70px 20px 0;
    overflow: hidden;
}

.ai-overview-wrapper,
.ai-content-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 50px;
    align-items: center;
}

.ai-label {
    color: #ffdd48;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 4px;
    margin-bottom: 22px;
}

.ai-overview-left h1 {
    color: #ffffff;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 900;
    margin: 0 0 26px;
}

.ai-overview-left h1 span {
    color: #ffdd48;
    display: block;
}

.ai-subtitle {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
    max-width: 680px;
    margin-bottom: 42px;
}

.ai-hero-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 50px;
}

.ai-hero-benefit {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #ffffff;
}

.ai-hero-benefit i {
    color: #ffdd48;
    font-size: 30px;
}

.ai-hero-benefit strong {
    display: block;
    font-size: 14px;
}

.ai-hero-benefit small {
    color: rgba(255,255,255,0.8);
    font-size: 12px;
}

/* Google mockup */

.google-card {
    background: #ffffff;
    border-radius: 22px 22px 0 0;
    padding: 34px;
    box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}

.google-logo {
    font-size: 28px;
    font-weight: 800;
    color: #4285f4;
    margin-bottom: 24px;
}

.google-search {
    background: #ffffff;
    border-radius: 40px;
    padding: 16px 22px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
    color: #111827;
    font-size: 17px;
    margin-bottom: 22px;
}

.google-tabs {
    display: flex;
    gap: 24px;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 20px;
}

.google-tabs span:first-child {
    color: #111827;
    font-weight: 700;
    border-bottom: 2px solid #111827;
    padding-bottom: 8px;
}

.ai-result-box {
    background: linear-gradient(180deg, #eef6ff 0%, #ffffff 100%);
    border: 1px solid #d9e8ff;
    border-radius: 14px;
    padding: 22px;
}

.ai-result-box h3 {
    color: #0d4f82;
    margin: 0 0 18px;
    font-size: 20px;
}

.result-line,
.organic-lines span,
.monitor-lines span {
    display: block;
    height: 9px;
    border-radius: 20px;
    background: #cfd8e6;
    margin-bottom: 10px;
}

.result-line.long {
    width: 85%;
}

.result-line.medium {
    width: 72%;
}

.result-line.short {
    width: 58%;
}

.ai-source-tags {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.ai-source-tags span {
    background: #e7f0ff;
    color: #155f96;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
}

.organic-lines {
    margin-top: 26px;
}

.organic-lines span:nth-child(1) {
    width: 58%;
    background: #4c83ff;
}

.organic-lines span:nth-child(2) {
    width: 36%;
    background: #91d6b3;
}

.organic-lines span:nth-child(3) {
    width: 72%;
}

/* Content section */

.ai-overview-content {
    background: #ffffff;
    padding: 70px 20px;
}

.ai-content-wrapper {
    grid-template-columns: 0.95fr 1.05fr;
}

.ai-content-image {
    border-right: 1px solid #dbe4ef;
    padding-right: 50px;
}

.monitor-card {
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
    border: 1px solid #dce8f6;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 18px 55px rgba(21,95,150,0.12);
}

.monitor-card h3 {
    color: #155f96;
    font-size: 26px;
    margin: 0 0 26px;
}

.monitor-lines span:nth-child(1) {
    width: 78%;
}

.monitor-lines span:nth-child(2) {
    width: 64%;
}

.monitor-lines span:nth-child(3) {
    width: 50%;
}

.monitor-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 36px;
}

.monitor-icons div {
    text-align: center;
    color: #155f96;
}

.monitor-icons i {
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
}

.monitor-icons small {
    color: #111827;
    font-size: 12px;
}

.ai-list-item {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 18px;
    padding: 0 0 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dbe4ef;
}

.ai-list-item i {
    width: 34px;
    height: 34px;
    background: #155f96;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-list-item h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 20px;
    line-height: 1.3;
}

.ai-list-item p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
}

/* Mobile */

@media (max-width: 980px) {
    .ai-overview-wrapper,
    .ai-content-wrapper {
        grid-template-columns: 1fr;
    }

    .ai-overview-left h1 {
        font-size: 38px;
    }

    .ai-hero-benefits {
        grid-template-columns: 1fr 1fr;
    }

    .ai-content-image {
        border-right: none;
        padding-right: 0;
    }
}

@media (max-width: 560px) {
    .ai-overview-hero {
        padding-top: 50px;
    }

    .ai-overview-left h1 {
        font-size: 32px;
    }

    .ai-subtitle {
        font-size: 17px;
    }

    .ai-hero-benefits {
        grid-template-columns: 1fr;
    }

    .google-card,
    .monitor-card {
        padding: 24px;
    }

    .google-tabs {
        overflow-x: auto;
        gap: 18px;
    }

    .ai-source-tags {
        flex-wrap: wrap;
    }

    .monitor-icons {
        grid-template-columns: 1fr;
    }
}

/* ===========================
   YouTube Shorts Responsive
=========================== */

.shorts-video{
    width:100%;
    max-width:420px;
    aspect-ratio:9 / 16;
    margin:0 auto;
    overflow:hidden;
    border-radius:12px;
    background:#000;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.shorts-video iframe{
    width:100%;
    height:100%;
    border:0;
    display:block;
}

/* Desktop */
@media (min-width:768px){

    .shorts-video{
        position:sticky;
        top:120px;
    }

}

/* Mobilni */
@media (max-width:767px){  

    .shorts-video{
        max-width:340px;
        position:static;
        margin:0 auto 40px;
    }

}



/* ===========================
  carosel fotke
=========================== */

.video-gallery-section{
    padding:60px 0;
    background:#fff;
}

.video-gallery-swiper{
    width:100%;
    overflow:hidden;
}

.video-gallery-swiper .swiper-slide{
    border-radius:14px;
    overflow:hidden;
}

.video-gallery-swiper .swiper-slide img{
    width:100%;
  
    display:block;
}

.desktop-arrow{
    display:flex;
    color:#155f96;
}

.video-gallery-controls{
    display:none;
}

.video-gallery-controls .swiper-pagination{
    position:relative;
    width:auto;
    bottom:auto;
}

.video-gallery-controls .swiper-pagination-bullet-active{
    background:#155f96;
}

@media(max-width:767px){

    .video-gallery-section{
        padding:40px 0;
    }

    .video-gallery-swiper .swiper-slide img{
         
    }

    .desktop-arrow{
        display:none;
    }

    .video-gallery-controls{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:20px;
        margin-top:22px;
    }

    .mobile-prev,
    .mobile-next{
        width:42px;
        height:42px;
        border-radius:50%;
        border:none;
        background:#155f96;
        color:#fff;
        font-size:22px;
        line-height:42px;
        cursor:pointer;
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .video-gallery-controls .swiper-pagination{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:6px;
    }

}

