body {
    font-family: Arial;
    background-color: #fff;
    height: 100%;
    position: relative;
}

div {
    font-family: Arial !important;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

p {
    color: #b3b3b3;
    font-family: Arial;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Arial;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a, a:hover {
        text-decoration: none !important;
    }

.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Header */
header {
    font-family: Arial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 0px 0;
}

@media (min-width: 768px) {
    header {
        padding: 30px 0;
    }
}

header .navbar-brand {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 800;
    font-size: 2rem;
}

    header .navbar-brand.absolute {
        position: absolute;
    }

@media (max-width: 991.98px) {
    header .navbar-brand.absolute {
        position: relative;
    }
}

header .navbar-brand span {
    color: #fff;
}

.cities-label {
    display: none;
}

label.small-cities-label {
    display: block;
}
.cities-row {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    header .navbar-brand span {
        color: #ced4da;
    }

    .cities-label {
        display: flex;
    }

    label.small-cities-label {
        display: none!important;
    }
    .cities-row {
        margin-bottom: 0px;
    }
}

header .navbar {
    background: black !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media (min-width: 768px) {
    header .navbar {
        padding-top: 0;
        padding-bottom: 0;
        background: none !important;
        position: relative;
    }
}

header .navbar .nav-link {
    padding: 1.7rem 1rem;
    outline: none !important;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 1199.98px) {
    header .navbar .nav-link {
        padding: .5rem 0rem;
    }
}

header .navbar .nav-link.active {
    color: #fff !important;
}

header .navbar .dropdown-menu {
    font-size: 14px;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
    min-width: 13em;
    margin-top: -10px;
}

    header .navbar .dropdown-menu:before {
        bottom: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        border-width: 7px;
    }

@media (max-width: 991.98px) {
    header .navbar .dropdown-menu:before {
        display: none;
    }
}

header .navbar .dropdown-menu .dropdown-item:hover {
    background: #007bff;
    color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
    background: #007bff;
    color: #fff;
}

header .navbar .dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
}

header .navbar .cta-btn a {
    background: #007bff;
    color: #fff !important;
    text-transform: uppercase;
    font-size: .8rem;
    font-family: Arial;
    padding: 15px 20px !important;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    header .navbar .cta-btn a:hover {
        background: #fff;
        color: #007bff !important;
        -webkit-box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
    }


.searchform {
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 40px;
}

@media (min-width: 992px) {
    .searchform {
        width: 600px;
    }
}

.searchform .form-control {
    width: calc(100% - 150px);
    border: none;
    background: #fff !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 25px;
}

    .searchform .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.7) !important;
    }

    .searchform .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.7) !important;
    }

    .searchform .form-control:-ms-input-placeholder {
        /* IE 0+ */
        color: rgba(0, 0, 0, 0.7) !important;
    }

    .searchform .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.7) !important;
    }

.searchform .search {
    width: 50px;
    height: 50px;
    background: #fecb00 !important;
    margin-left: 3px;
}

.searchform .search-select {
    width: 100px;
    height: 50px;
    background: #fff !important;
    color: rgba(0, 0, 0, 0.7) !important;
    margin-left: 4px;
    margin-right: 4px;
}

.searchform .search span {
    font-size: 16px;
    color: #fff;
}

.form-control {
    height: 50px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial;
    padding-left: 15px;
}

.form-control-text-area {
    height: 400px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial;
    padding-left: 15px;
    width: 100%;
}

.form-control-head {
    height: 50px !important;
    width: 100%;
    background: #F2F2F2 !important;
    color: #000 !important;
    font-size: 14px;
    border-radius: 20px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial;
    padding-left: 15px;
}

.form-control-round {
    height: 50px !important;
    width: 100%;
    background: #fff !important;
    color: #000 !important;
    font-size: 14px;
    border-radius: 20px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial;
    padding-left: 15px;
}

.form-control-b {
    height: 30px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    width: 100%;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid grey;
    padding-left: 15px;
}

.form-control-grey-b {
    height: 50px !important;
    background: #000000 !important;
    color: #000 !important;
    font-size: 14px;
    border-radius: 20px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 15px;
}

.form-control:focus, .form-control:active {
    border-color: #000;
}

#homeblue {
    color: #ffffff;
    font-weight: bold;
    font-size: 5vw;
    font-family: Arial;
    margin-bottom: 2rem;
}

#homl1 {
    background: #15368c;
}

.padding-top-50 {
    padding-top: 50%;
}

.bgl-image {
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Images used */
.img1 {
    background-image: url(../../../wwwroot/images/mobHome.jpg);
}


/*.g-recaptcha {
    position: relative;
    width: 100%;
    background: #15368c;
    overflow: hidden;
}

    .g-recaptcha > * {
        float: left;
        left: 0;
        margin: -9px -4px -12px;*/ /*remove borders*/
/*}

    .g-recaptcha::after {
        display: block;
        content: "";
        position: absolute;
        left: 150px;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #15368c;
        clear: both;
    }*/
.full-img {
    background-image: url(/Blue_v2/layout/images/Nic-Home-Registracija-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150%;
}

.full-img-Header {
    /*background-image: linear-gradient(#3e66bedc, #6395e3), url(/Blue_v2/layout/images/blue-creative-background.jpg);*/
    background-image: linear-gradient(90deg, rgb(255, 255, 255, 0) 0%, rgba(255,255,255, 0.60) 50%, rgba(255,255,255, 0.90) 75%, rgba(255,255,255, 1) 100%), linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgba(255,255,255, 1) 50%), url(/Blue_v2/layout/images/rm222batch2-mind-03.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    /*background-size: contain;*/
}

.full-img-hand {
    background-image: url(/Blue_v2/layout/images/Nic-Home-image.png);
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-position-x: -88px; */
    /* background-position: -360px 72%;*/
}

.lopte {
    background-image: url(/Blue_v2/layout/images/lopte.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position-x: -88px; */
    /* background-position: -360px 72%;*/
}

.full-img-map {
    background-image: url(/Blue_v2/layout/images/map.png);
    background-position: left top;
    background-repeat: no-repeat;
    /* background-position: -360px 72%;*/
}

#div2-1 {
    height: 70%;
}

#div2-2 {
    height: 30%;
}

#div2.col-xs-6 {
    padding: 0px !important;
}


div.container4 {
    height: 10em;
    position: relative
}

    div.container4 p {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 25%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }

h1.price-list-header {
    font-family: Arial;
    font-weight: bold;
    color: #15368C;
    font-size: 5vw;
}

p.price-list-text {
    font-family: Arial;
    font-size: 1rem;
    padding-bottom: 2rem;
}

.rounded-btn {
    font-family: Arial;
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    background-color: #15368C;
    border-color: #15368C;
    border: 0px;
}

.rounded-btn-m {
    font-family: Arial;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    background-color: #15368C;
    border-color: #15368C;
    border: 0px;
}

.rounded-btn-white {
    font-family: Arial;
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: black;
    background-color: #FFFFFF;
    border-color: #000000;
    border: 1px solid #000000;
}

.rounded-btn-white-m {
    font-family: Arial;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    background-color: #FFFFFF;
    border-color: #000000;
    border: 1px solid #000000;
}

.rounded-btn-white-m {
    font-family: Arial;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
    background-color: #FFFFFF;
    border-color: #000000;
    border: 1px solid #000000;
}

.rounded-btn-orange-s {
    font-family: Arial;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    background-color: #FE8900;
    border-color: #FE8900;
    border: 1px solid #000000;
    border: 0px;
}

.rounded-btn-blue-s {
    font-family: Arial;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    background-color: #15368C;
    border-color: #15368C;
    border: 1px solid #000000;
    border: 0px;
}

.rounded-btn-orange {
    font-family: Arial;
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    background-color: #FE8900;
    border-color: #FE8900;
    border: 0px;
}

.rounded-btn-orange-m {
    font-family: Arial;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    background-color: #FE8900;
    border-color: #FE8900;
    border: 0px;
}

.rounded-btn-lb {
    font-family: Arial;
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    background-color: #207DFF;
    border-color: #207DFF;
    border: 0px;
}

.rounded-btn-trnsp {
    font-family: Arial;
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    border: 0px;
}

.rounded-btn-trnsp-m {
    font-family: Arial;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    border: 0px;
}

.rounded-btn-white-m {
    font-family: Arial;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    background-color: #FFFFFF;
    border-color: #616161;
    border: 1px solid #616161;
}

.full-img-search-bar {
    /*background-image: linear-gradient(#3e66bedc, #6395e3), url(/Blue_v2/layout/images/blue-creative-background.jpg);*/
    background-image: url(/Blue_v2/layout/images/Nic-Home-image3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 40% 0%;
}

.full-img-news {
    background-image: url(/Blue_v2/layout/images/Nic-Home-image4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.full-img-megaphone {
    background-image: url(/Blue_v2/layout/images/Nic-Home-image8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position:  100% 50%;*/
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.g-recaptcha-outer {
    text-align: center;
    border-radius: 40px;
    background: #f9f9f9;
    border-style: solid;
    border-color: #185abc;
    border-width: 0px;
    border-bottom-width: 1px;
    width: 222px;
}

.g-recaptcha-inner {
    width: 154px;
    height: 82px;
    overflow: hidden;
    /* margin: 0 auto; */
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: -8px;
    margin-left: auto;
}

.g-recaptcha {
    position: relative;
    left: -2px;
    top: -1px;
}


/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
body {
    font-family: Arial;
    transition: background-color .5s;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

a.sidenav {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    right: 25px;
    font-size: 36px;
    padding-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    a.sidenav {
        font-size: 18px;
    }
}
/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/

.subheading {
    color: red;
    border-bottom: 1px solid;
    padding: 0 20px 0 0;
}




/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/



.form-control-blue {
    height: 50px !important;
    color: #000 !important;
    font-size: 14px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: Arial;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: none;
    width: 100%;
}

    .form-control-blue:active, .form-control-blue:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #000;
    }


.modal-info {
    z-index: 54564654654564;
    top: 15%;
    right: 6%;
    width: 30%;
    border: none;
    left: auto;
}

.log-reg {
    font-size: 24px;
    font-family: Arial;
    font-weight: 700;
    cursor: pointer;
}


.log-reg-off {
    font-size: 20px;
    font-family: Arial;
    font-weight: 700;
    color: grey !important;
    cursor: pointer;
}

.info-cirkle {
    margin-left: 50px;
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    border: 1px solid grey;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.info-cirkle-s {
    /*margin-left: 12px;*/
    border-radius: 50%;
    height: 1.5rem;
    width: 1.5rem;
    border: 1px solid grey;
    text-align: center;
    vertical-align: middle;
    background-color: #fe8900
    /*display: table-cell;*/
}

.info-span {
    display: inline-block;
    vertical-align: central;
    font-size: 2rem;
    color: grey;
}

.info-span-s {
    display: inline-block;
    vertical-align: central;
    font-size: 1rem;
    color: #fff;
}







#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    color: #b3b3b3 !important;
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        position: relative
    }

    #msform fieldset {
        /*background: #207dff;*/
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

    /*#msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E
        }

    #msform input,
    #msform textarea {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px
    }*/

    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: none;
        border-bottom: 2px solid skyblue;
        outline-width: 0
    }

    #msform .action-button {
        width: 100px;
        background: skyblue;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
        }

    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
        }

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue
    }

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}
/*#############NIHAD########################################################*/

.table-header-text {
    color: #15368C;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #15368C
}

.button-table1 {
    /*background-color: white;*/
    color: black;
    border: 1px solid #000000;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
}

#statistics {
    max-height: 400px !important;
    min-height: 400px !important;
    height: 400px !important;
}

#progressbar .active {
    color: #15368C
}

.button-table3 {
    /*background-color: white;*/
    color: black;
    border: 1px solid #000000;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #F2F2F2;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#button-color-1:hover {
    background-color: #508FF4;
    color: white;
}

#button-color-2:hover {
    background-color: #15368C;
    color: white;
}
/*#progressbar #account:before {
        font-family: FontAwesome;
        content: "\f023"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }


    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f09d"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }*/

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: white;
    background: #b3b3b3;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #b3b3b3;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #15368C;
    color: #fff;
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204px;
    height: 104px;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
    }

.fit-image {
    width: 100%;
    object-fit: cover
}

.hidden {
    display: none;
}
/*NIHAD Design*/
#homl1 {
    background: #15368c;
}

.padding-top-50 {
    padding-top: 50%;
}

/*BackGround Left Mobile*/
.bgl-image {
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Images used */
.img1 {
    background-image: url("../../images/mobHome.jpg");
}

.bgl-padding-top {
    padding-top: 350px;
}

#cjenovnik {
    color: #15368C;
    font-weight: bold;
    font-size: 5vw;
    padding-top: 130px;
}

.cjbutton {
    background-color: #15368C;
    border: none;
    border-radius: 30px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.regh {
    background-image: url("../../images/registrarih.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

#registrari {
    color: #ffffff;
    font-weight: bold;
    font-size: 5vw;
    padding-top: 130px;
}

#registrariBtn {
    color: #ffffff;
    font-weight: bold;
    font-size: 5vw;
    padding-top: 130px;
}

.regbutton {
    background-color: #ffffff;
    border: none;
    border-radius: 30px;
    color: #598ED8;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button-table2 {
    color: white;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    /*background-color: #ffffff;*/
}

.button-table4 {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    /*background-color: #ffffff;*/
}

.button-table5 {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #15368C;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-bottom-90 {
    padding-bottom: 0px;
}

.padding-bottom-180 {
    padding-bottom: 100px;
}

.padding-top-115 {
    padding-top: 115px;
}

.padding-top-130 {
    padding-top: 130px;
}

div.polaroid-bck {
    /*width: 50%;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    padding-left: 10px;
    border-radius: 34px;
}

div.polaroid-bck2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*    text-align: center;*/
    padding: 10px;
    border-radius: 20px;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        position: relative
    }

    #msform fieldset {
        /*background: #207dff;*/
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

        #msform fieldset:not(:first-of-type) {
            display: none
        }

    /*#msform fieldset .form-card {
        text-align: left;
        color: #9E9E9E
    }

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}*/

    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: none;
        border-bottom: 2px solid skyblue;
        outline-width: 0
    }

    #msform .action-button {
        width: 100px;
        background: skyblue;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
        }

    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
        }


.text-sm-gray {
    color: gray;
}

header .white .nav-link {
    color: #000 !important;
}

.radiusl {
    border-radius: 34px 0 0 34px;
}

.radiusr {
    border-radius: 0 34px 34px 0;
}

.formh {
    height: 68px !important;
}

.texto {
    text-align: left;
    margin-top: 0px;
}

#noradius-transparent {
    background-color: transparent !important;
}

#radius-transparent {
    background-color: transparent !important;
    border-radius: 34px !important;
}

#radius-transparent-tab {
    background-color: transparent !important;
    border-radius: 34px 34px 0px 0px !important;
}

.w-domain {
    width: 50%;
}

@media (max-width: 768px) {
    .radiusl {
        border-radius: 34px 34px 34px 34px;
    }

    header .white .nav-link {
        color: #fff !important;
    }

    .radiusr {
        border-radius: 0 34px 34px 0;
    }

    .w-domain {
        width: 100%;
    }

    .padding-bottom-90 {
        padding-bottom: 200px;
    }

    .padding-bottom-180 {
        padding-bottom: 600px;
    }

    .radiusc {
        border-radius: 34px 0 0 34px;
    }

    #homeblue {
        color: #ffffff;
        font-weight: bold;
        font-size: 10vw;
        font-family: Arial;
        margin-bottom: 2rem;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 50%;
        float: left;
        position: relative
    }

    .formh {
        height: 134px !important;
    }

    .texto {
        text-align: center;
        margin-top: 20px;
    }

    .modal-info {
        z-index: 54564654654564;
        top: 0%;
        right: 0%;
        width: 100%;
        border: none;
        left: auto;
    }

    div.container4 p {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }

    #div2-1 {
        height: 55%;
    }

    #div2-2 {
        height: 45%;
    }

    .full-img {
        background-image: url(/Blue_v2/layout/images/Nic-Home-Registracija-image.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 230%;
    }
}

#reg-pdf {
    border: 2px solid lightgrey;
    padding: 10px;
    border-radius: 25px;
    background-color: lightgrey;
}

#reg-pdf-blue {
    border: 2px solid lightgrey;
    padding: 10px;
    border-radius: 25px;
    background-color: #15368C;
}

#reg-light-blue {
    border: 2px solid #3254AC;
    padding: 10px;
    border-radius: 25px;
    background-color: #3254AC;
}

#cje-blue {
    border: 2px solid #13317E;
    padding: 10px;
    border-radius: 150px;
    background-color: #13317E;
}

#cje-light-blue {
    border: 2px solid #3254AC;
    padding: 10px;
    border-radius: 150px;
    background-color: #3254AC;
}

#cje-grey {
    border: 2px solid lightgrey;
    padding: 10px;
    border-radius: 150px;
    background-color: lightgrey;
}

.vrpca {
    background-image: url(/Blue_v2/layout/images/vrpca.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position-x: -88px; */
    /* background-position: -360px 72%;*/
}
/*Slideshow*/
*, *::before, *::after {
    box-sizing: border-box;
}

/*body {
    font-family: "Work Sans", Arial;
    font-weight: 400;
    height: 100vh;
}*/

.wrapper {
    background: linear-gradient(60deg, #15368C, #15368C);
    height: 100%;
    width: 100%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
}

.carousel {
    position: relative;
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.carousel__item {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 0 12px;
    opacity: 0;
    filter: drop-shadow(0 2px 2px #555);
    will-change: transform, opacity;
    -webkit-animation: carousel-animate-vertical 39s linear infinite;
    animation: carousel-animate-vertical 39s linear infinite;
}

    .carousel__item:nth-child(1) {
        -webkit-animation-delay: calc(3s * -1);
        animation-delay: calc(3s * -1);
    }

    .carousel__item:nth-child(2) {
        -webkit-animation-delay: calc(3s * 0);
        animation-delay: calc(3s * 0);
    }

    .carousel__item:nth-child(3) {
        -webkit-animation-delay: calc(3s * 1);
        animation-delay: calc(3s * 1);
    }

    .carousel__item:nth-child(4) {
        -webkit-animation-delay: calc(3s * 2);
        animation-delay: calc(3s * 2);
    }

    .carousel__item:nth-child(5) {
        -webkit-animation-delay: calc(3s * 3);
        animation-delay: calc(3s * 3);
    }

    .carousel__item:nth-child(6) {
        -webkit-animation-delay: calc(3s * 4);
        animation-delay: calc(3s * 4);
    }

    .carousel__item:nth-child(7) {
        -webkit-animation-delay: calc(3s * 5);
        animation-delay: calc(3s * 5);
    }

    .carousel__item:nth-child(8) {
        -webkit-animation-delay: calc(3s * 6);
        animation-delay: calc(3s * 6);
    }

    .carousel__item:nth-child(9) {
        -webkit-animation-delay: calc(3s * 7);
        animation-delay: calc(3s * 7);
    }

    .carousel__item:nth-child(10) {
        -webkit-animation-delay: calc(3s * 8);
        animation-delay: calc(3s * 8);
    }

    .carousel__item:nth-child(11) {
        -webkit-animation-delay: calc(3s * 9);
        animation-delay: calc(3s * 9);
    }

    .carousel__item:nth-child(12) {
        -webkit-animation-delay: calc(3s * 10);
        animation-delay: calc(3s * 10);
    }
    /*    .carousel__item:nth-child(13) {
        -webkit-animation-delay: calc(3s * 11);
        animation-delay: calc(3s * 11);
    }*/

    .carousel__item:last-child {
        -webkit-animation-delay: calc(-3s * 2);
        animation-delay: calc(-3s * 2);
    }

.carousel__item-head {
    border-radius: 50%;
    background-color: #d7f7fc;
    width: 90px;
    height: 90px;
    padding: 14px;
    position: relative;
    margin-right: -45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
}

.carousel__item-body {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 20px 16px 70px;
}

.title {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 10px;
}

@-webkit-keyframes carousel-animate-vertical {
    0% {
        transform: translateY(100%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }

    3%, 11.1111111111% {
        transform: translateY(100%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
    }

    14.1111111111%, 22.2222222222% {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
    }

    25.2222222222%, 33.3333333333% {
        transform: translateY(-100%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
    }

    36.3333333333% {
        transform: translateY(-100%) scale(0.5);
        opacity: 0;
        visibility: visible;
    }

    100% {
        transform: translateY(-100%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes carousel-animate-vertical {
    0% {
        transform: translateY(100%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }

    3%, 11.1111111111% {
        transform: translateY(100%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
    }

    14.1111111111%, 22.2222222222% {
        transform: translateY(0) scale(1);
        opacity: 1;
        visibility: visible;
    }

    25.2222222222%, 33.3333333333% {
        transform: translateY(-100%) scale(0.7);
        opacity: 0.4;
        visibility: visible;
    }

    36.3333333333% {
        transform: translateY(-100%) scale(0.5);
        opacity: 0;
        visibility: visible;
    }

    100% {
        transform: translateY(-100%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }
}
/*Slideshow ende*/

/*div {
    border: 1px solid black;
}*/
