body {
    overflow-x: hidden;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

a:hover {
    text-decoration: none
}

.header-menu {
    position: relative;
    width: 100%;
    height: 70px;
    left: 0;
    top: 0;
    background-color: #0e416f; /*#312783*/
}

.navbar {
    position: sticky;
    z-index: 3
}

.site-logo {
    position: absolute;
    z-index: 2;
    width: 87.46px;
    height: 60px;
    left: 9px;
    top: 5px
}

.header-menu ul li, .footer-menu ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    list-style: none;
    padding-right: 30px !important
}

.header-menu ul li a, .footer-menu ul li a {
    color: #fff;
    padding-right: 0 !important
}

.header-menu ul li a:hover, .footer-menu ul li a:hover {
    text-decoration: none;
    color: #ee7203
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    height: 2em;
    width: 2em
}

.navbar-collapse {
    background-color:  #0e416f; /*#312783;*/
    padding: 1em;
    z-index: 1
}

.prefooter-wrapper {
    background-color: #ee7203;
    height: 114px;
    display: flex;
    align-items: center;
}

.prefoot-wrap {
    background-color: #ee7203
}

.prefooter-wrapper-mobile {
    background-color: #ee7203
}

.flex-vert-center {
    display: flex;
    align-items: center
}


.footer {
    background: #0e416f;
}

.footer-link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 31px;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff
}

.footer-link:hover {
    color: #ee7203;
    text-decoration: none
}

.footer-copy {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 31px;
    text-align: right;
    color: #fff
}

.footer-mobile {
    display: none;
    height: auto !important
}

.footer-link-mobile {
    text-align: center !important
}

.navbar-collapse {
    max-height: none;
    transition: .1s height
}

#kerdeznel {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 49px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0
}

#kerdeznel-desc {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
    /*margin-left: 7em;*/
    margin-bottom: 0
}



/* form */
.form-button-wrapper{
    margin-top: 10px;
}

.form-group label{
    font-weight: 700;
    margin-bottom: 10px;
}

.form-group input, .form-group textarea{
    border: none;
    outline: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #312783;
    height: 50px;
    padding-left: 1.5em;
    width: 100%;
    background-color: #efefef;
}

.form-check-input{
    border: 1px solid #312783;
    width: 20px;
    height: 20px;
    margin-left: -18px;
    padding-right: 10px;
}

.form-check-label{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #312783;
    text-align: left;
}

.ujhaz-input option {
    border: 1px solid #312783;
    font-size: 14px;
    line-height: 17px;
    color: #312783
}

.ujhaz-input:focus {
    border: 2px solid #312783
}

.ujhaz-input::placeholder {
    color: #312783;
    font-size: 12px;
}

.ujhaz-select {
    /*margin-top: 20px;*/
    font-weight: 600;
    font-size: 12px;
}

.ujhaz-select select {
    display: none
}

.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    height: 30px;
}

.select-wrapper:after {
    content: "▼";
    font-size: 1rem;
    top: 6px;
    right: 10px;
    position: absolute;
}

.file-upload {
    width: 162px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    background-color: #2f257e;
    color: #efefef;
    margin-top: 20px;
    line-height: 50px;
    font-weight: 600
}

.ujhaz-input-textarea {
    height: 100px !important;
    background-color: #fff !important;
    padding-top: 10px;
    resize: none
}

.ujhaz-checkbox{
    border: 1px solid #312783;
    width: 20px;
    height: 20px;
    margin-left: -18px;
    padding-right: 10px;
}

.form-check-label{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    color: #312783;
    text-align: left;
}

.form-check .form-check-input {
    margin-left: -1.6em;
}

label a {
    color: #ee7203
}

label a:hover {
    text-decoration: none;
    color: #312783
}

.submit-button {
    border: none;
    width: 480px;
    height: 50px;
    background-color: #ee7203;
    color: #efefef;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 2
}

.disabled-submit-button {
    background-color: #a9a9a9 !important
}

.submit-button:hover {
    background-color: #d35a01;
}

.submit-button:focus {
    outline: 0
}



/* links */
.link-button {
    display: inline-block;
    border: none;
    width: auto;
    min-height: 50px;
    background-color: #ee7203;
    color: #efefef;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    z-index: 2;
    padding: 10px 20px;
    text-decoration: none;
}

.link-button-long{
    max-width: 500px;
}

.link-button:hover {
    background-color: #d35a01;
    color: white;
}

.link-button:focus {
    outline: 0
}

a.email-link{
    text-decoration: none;
    color: #fff
}

a.email-link:hover {
    background-color: #d35a01;
    color: #fff;
    text-decoration: none
}

a.email-link:focus {
    outline: 0
}

/* site */
.content-header{
    background-color: #0e416f; /*#4b7193ff;*/
    height: 150px;
}

.content-header h4.title{
    font-size: 56px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.content-header h4.title .subtitle{
    font-size: 26px;
    font-weight: bold;
    color: white;
    text-transform: none;
}

.page-defaults{
    color: #2f257e;
    /*font-weight: 700;*/
    font-size: 16px;
    font-family: Montserrat;
    line-height: 23px;
}

h4.title{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 35px;
}

.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%;
}


/* index */
.hero{
    position: relative;
    background-color: #0e416f;
    color: white;
    height: 100px;
}

.hero-title{
    font-size: 40px;
}

.hero-detail{
    text-transform: uppercase;
}

.hero-detail span.number{
    font-size: 40px;
}

/* comptetion form */
.page-competition-form{
    margin-top: 70px;
}
.page-competition-form p.title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 35px;
}

.page-competition-form ul{
    padding-left: 16px;
    list-style-type: decimal;
}


/* competition list */
.competition-list-item div.card{
    background-color: #efefef;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    height: auto;
    /*height: 250px;*/
}

.comptetition-list-item-image{
    max-height: 250px;
    overflow-y: hidden
}


/* competition tender */
.page-competition-tender a{
    color: #d35a01;
}

.page-competition-tender a.link-button{
    color: #efefef;
}

.page-competition-tender .card{
    border: none;
}

.page-competition-tender .card h4.title{
    margin-bottom: 15px;
}

.winner-list-item div.card{
    height: 340px;
    background-color: #f5f5f5;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}


/*.title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 51px;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    color: #efefef;
    background-color: #2f257e;
    max-width: 460px;
    width: auto;
    line-height: 28px;
    height: auto;
    margin-top: 48px;
    padding: 10px;
}

h4.title-text, h4.title-text-inverse{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    align-items: center;
    text-transform: uppercase;


    height: auto;
    margin-top: 48px;
    padding: 10px 10px 10px 0;
}

h4.title-text span{
    color: #efefef;
    background-color: #2f257e;
    padding: 10px;
    display: inline-block;
}

h4.title-text-inverse span{
    color: #2f257e;
    background-color: #efefef;
    padding: 10px;
    display: inline-block;
}*/

@media only screen and (max-width: 576px) {
    .my-xs-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }

    .submit-button{
        width: 330px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 600px) {

    .mobile-no-margin-top {
        margin-top: 1em !important
    }

    .submit-button-mobile-wrapper {
        margin-top: 0 !important
    }

    .submit-button-mobile {
        top: initial !important
    }
}

@media only screen and (max-width: 1200px) {
    .footer {
        display: none
    }

    .footer-mobile {
        display: block !important
    }

    .logo-img{
        height: auto;
        max-height: 55px;
    }
}

@media only screen and (max-width: 992px){

}

@media only screen and (max-width: 1300px) and (min-width: 993px){

    .form-button-wrapper {
        margin-top: 21px;
    }
}

@media only screen and (max-width: 768px) {

    .form-button-wrapper{
        margin-top: 35px;
        margin-bottom: 20px;
        justify-content: center!important;
        display: flex!important;
    }

    .submit-button{
        margin-top: 0;
    }

    .submit-button-mobile {
        display: block !important;
        top: 1em
    }

    .submit-button-mobile-wrapper {
        margin-top: 10em
    }
}

@media only screen and (max-width: 991px) {
    .navbar {
        padding: .5rem 0
    }

    .header-menu ul li {
        padding-right: 0 !important
    }

    .navbar-collapse {
        text-align: center;
        height: 100vh
    }

    .mobile_no_br {
        display: none
    }

    .nav-item {
        padding-top: 1em;
        padding-bottom: 1em;
        border-bottom: 1px solid #fff
    }

    .navbar-toggler {
        padding-top: 6px;
        padding-right: 15px
    }
}

div.loading {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, .5)
}

.loading-hidden {
    display: none
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.uil-ring-css {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px
}

.uil-ring-css > div {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 80px;
    box-shadow: 0 6px 0 0 #fff;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -moz-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    -o-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite
}