@import 'normalize.css';

body {
    font-family: libre franklin, Helvetica, Arial, sans-serif;
    color: #888;
    font-weight: 300;
    line-height: 1.88889;
}

h1, h2, h3, h4, h5, h6{
   text-align: left;
}

h2{
    margin-bottom: 20px;
    padding: 0;
    margin-top: 40px;
}

div.col-lg-6>h2{
    text-align: left;
    /*font-size: 40px;*/
    line-height: 1.35;
}

div.col-lg-6>h2+p{
    font-size: 1em;
}

.slide-image{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;   
}

.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bg-image-wrapper {
    background: transparent no-repeat center;
    background-size: cover;
}

a.read-more{
    color:#b11f24;
    /*font-size: 12px;*/
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: .06em;
    transition: .33s all ease;
    white-space: normal;
    text-transform: uppercase;
}

a.read-more:hover{
    color:#b11f24 ;
    text-decoration: underline;
}

a.news-title-h4:hover{
    color: #b11f24;
}

/************ LAYOUT ************/

div.content{
    padding-top: 20px;
    /*font-size: 18px;*/
    font-size: 1.25em;    
    margin-bottom:20px;
}

.index-row-1{
    background-color: #ec1f32;
    color: #ffffff;
}

.index-row-2-wrapper{
    background-color:#ffffff ;
}

.index-row-2 .bg-image-wrapper {
    height: 200px;
    margin-bottom: 25px;
}

.index-row-2>.article{
    padding: 20px;

}

a.title{
    /*font-size: 24px;*/
    font-size: 1.5em;
    color: #151515;
    padding: 20px;
}

h2.col-12{
    /*font-size: 40px;*/
}

.news-title-h4{
    /*padding: 20px;*/
    color: #151515;
    /*font-size: 24px;*/
}

.onama-div{
   background-color:#ec1f32;
   color: #ffffff;
}

/******************** HEADER **********************/
header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 1px 0 rgba(169,169,169,0.45);
    box-shadow: 0 4px 1px 0 rgba(169,169,169,0.45);
    margin-bottom: 4px;
    text-align: center;
}

header .site-logo {
    display: inline-block;
    float: left;
}

header .site-logo a {
    /*font-size: 20px;*/
    font-size: 1.5em;
    color: #b11f24;
    vertical-align: middle;
    text-transform: uppercase;
}

header .languages a {
    display: inline-block;
    margin-right: 7px;
    color: #ffffff;
}

header .languages a:last-child {
    margin: 0;
}

header .languages a.active {
    color: #f39c12;
}

header .search-wrapper button {
    background-color: transparent;
    color: #ffffff;
}

div#fb-and-wheelchair {
    margin-top: 17px;
}

a#facebook-anchor,
#accessability-tools-widget {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-color: #b11f24 !important;
    color: #ffffff !important;
    font-size: 23px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#accessability-tools-widget {
    margin-left: 7px;
}

a#facebook-anchor i,
#accessability-tools-widget i {
    margin-top: 5px;
}

@media (min-width: 768px) {
    div#fb-and-wheelchair {
        float: right;
    }
}

/******************* FOOTER **************************/

footer {
    margin-top: 30px;
    padding: 15px 5px;
    background-color: #d2d2d28f;
    text-align: center;
}

footer p {
    color: #b11f24;
}

footer a {
    text-decoration: underline;
    color: #b11f24;
}

.read-more-button{
    position: relative;
    top: 20px;
    border-radius: 8px;
    margin-top: 15px;
    padding: 15px 30px;
    /*font-size: 12px;*/
    font-size: 0.75em;
    line-height: 24px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.read-more-button:hover{
    color: #ec1f33;
    background-color: #ffffff;
}
div#fb-and-wheelchair{
    display: inline-block !important;
}
/***************** SEARCH FORM *************

#searchOverlay {
    background-color: rgba(49, 157, 181, 0.96);
}

#searchOverlay button {
    background-color: transparent;
    position: fixed;
    top: 40px;
    right: 5%;
}

#searchOverlay button i {
    font-size: 50px;
    color: #ffffff;
}

#searchOverlay .search-form-wrapper {
    width: 80%;
    max-width: 800px;
    z-index: 999;
}

#searchOverlay .search-form-wrapper h3 {
    margin-bottom: 70px;
    font-size: 60px;
    color: #ffffff;
}

#searchOverlay .search-form-wrapper .field {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 20px;
}

#searchOverlay .search-form-wrapper button {
    position: absolute;
    right: 0;
    bottom: -60px;
    background-color: transparent;
    font-size: 30px;
}

#searchOverlay .search-form-wrapper button i {
    color: #ffffff;
}*/

#static-img{
    height: 500px;
    max-width: 100%;
    width: 100%;
    background: transparent url('img/manifestacije.jpg') no-repeat center;
    background-size: cover;
}

.onama-h1{
    margin-left: auto;
    margin-right: auto;
    /*font-size: 50px;*/
    margin-top: 20px;
}

.category-h1{
    margin-top: 30px;
    margin-bottom: 30px;
}

.paragraphs-onama{
    /*font-size: 18px;*/
    font-size: 1.25em;
    margin-top: 30px;
    padding-bottom: 30px;
}

.onama-split-div{
    padding-top:30px ;
}

ul.unordered-list>li{
    list-style: circle;
    /*font-size: 18px;*/
    font-size: 1.2em;
}

ol.ordered-list>li{
    list-style: unset;
    /*font-size: 18px;*/
    font-size: 1.2em;
}

.col-lg-6>h4{
    /*font-size: 40px;*/
    line-height: 1.35;
    text-align: left;
}

.unordered-list{
    margin-top: 25px
}

.ordered-list{
    margin-top: 25px;
}

button.read-more-button:hover{
    color:#ec1f32;
    background-color: #ffffff;
    border: 1px solid #ec1f32;
}
.bg-image-wrapper .bg-image {
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
h2.col-12>a{    
    color: #b11f24;
}

/************RESPONSIVE***************/



@media(max-width: 1200px){
    #static-img{
        height: 400px;
    }
}

@media(max-width: 992px){
    #static-img{
        height: 300px ;
    }
}

@media(max-width: 768px){
    #static-img{
        height: 200px;
    }
}

.gallery-description-overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #b11f24;
}

.bg-image-wrapper:hover .gallery-description-overlay {
  opacity: 0.7;
}

.gallery-description-paragraph {
  color: #ffffff;
  /*font-size: 40px;*/
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 43px;
  width: 90%;
}

.fa-arrow-right:before {
    position: relative;
    top: 4px;
    right: 4px;
}
.read-all-news{
    float: right;
}

/*******FOR CHANGING FONTS AND COLORS FOR ACCESSIBILITY********/


/****************BLACK BACKGROUND***************/
.page-bg-black{
    /*added to the body element to change bg color*/
    background-color: #000000;
}

.page-bg-black  .container-fluid{
    background-color: #000000;
    color: #fff;
}

.page-bg-black a,
.page-bg-black p,
.page-bg-black header,
.page-bg-black ul,
.page-bg-black footer,
.page-bg-black h1,
.page-bg-black h2,
.page-bg-black h3,
.page-bg-black h4{
    background-color: #000 !important;
    color: #fff !important;
}

.page-bg-black .fa-facebook-square:before{
    color: #ffffff;
}

.page-bg-black #accessability-tools-widget {
    background-color: #ffffff;
}
.page-bg-black button#menuOpener{
    background-color: #000000;
    border: 1px white solid;
}

/********************HIGHLIGHTED LINKS**************************/

.page-highlighted-links a{
    /*added to the body element*/
    background-color: #ffe13e !important;
}

.page-highlighted-links a>h4{
    background-color: #ffe13e !important;   
}

.page-highlighted-links img,
.page-highlighted-links #facebook-anchor,
.page-highlighted-links #accessability-tools-widget {
    background-color: #ffe13e !important;
}

.page-highlighted-links button#menuOpener{
    background-color: #ffe13e;
    border: 1px white solid;
}

/**********************TEXT ENHANCMENT*****************************/

.page-font-size-zoom-1{
    /*added to the html element*/
    font-size: 21px !important;
}

.page-font-size-zoom-2{
    /*added to the html element*/
    font-size: 24px !important;
}

/********************************************************************/


/******************style for 3As in a button************/
span.font-size-18px{
    font-size: 18px;
    vertical-align: middle;
    margin-right: 7px;
}
span.font-size-21px{
    font-size: 21px;
    vertical-align: middle;
}
span.font-size-24px{
    font-size: 24px;
    vertical-align: middle;
    margin-left: 7px;
}
/***************************************/
/*****************ACCESSABILITY WIDGET**********************/


div#accessability{
    display: none;
    position: fixed;
    right: 10px;
    top: 50px;
    width: 255px;
    padding: 10px;
    background: #ffffff;
    color: #2b2b2b;
    text-align: center;
    -webkit-box-shadow: 0 0 8px 1px rgba(177,32,37,0.75);
    -moz-box-shadow: 0 0 8px 1px rgba(177,32,37,0.75);
    box-shadow: 0 0 8px 1px rgba(177,32,37,0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 999;
}

div#accessability a{
    background-color: #b11f24 !important;
    color: #ffffff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 17px;
}

div#accessability a#link-highlight {
    font-size: 24px !important;
}

div#accessability a#link-highlight i {
    vertical-align: middle;
}

div#accessability a#cancel-changes {
    font-size: 18px !important;
}

button#wheelchair>i.fa-wheelchair:before{
    color: #ffffff !important;
}
h3.accessability-heading{
    font-size: 20px !important;
    color: #000 !important;
    background-color: #fff !important;
    margin: 20px 0 8px;
}

h4.accessability-heading{
    font-size: 19px;
    margin: 20px 10px 10px 10px;
    color: #000 !important;
    background-color: #fff !important;
}

a.one-button{
    display: block;
    width: 90%;
    margin-bottom: 15px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}

a.two-buttons{
    width: 45%;
    font-size: 26px;
}

button#wheelchair{
    font-size: 30px;
    width: 30%;
}
a#cancel-changes{
    margin-top: 35px;
    width: 100%;
}

div#accessability #close-widget{
    position: absolute;
    width: 33px;
    height: 33px;
    right: 10px;
    top: 5px;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #b11f24 !important;
    font-size: 33px !important;
    /*background-color: #ec1f33 !important;*/
}
#dual-buttons-div{
    width: 100%;
}

::-moz-focus-inner {
    outline: #b11f24 2px solid !important;
}
a:focus{
    outline: #b11f24 2px solid !important;
}

a.read-more-button:focus{
    background-color: #ffffff;
    color: #000;
}
.news-title-h4 {
    text-align: left;
}
a.index-anchor-wrapper:focus{
    outline: 2px solid  #b11f24;
}
.news-title-h4:focus{
    outline: #b11f24 2px solid !important;

}
a.news-title-h4{
    font-size: 1.5em;
}
#cancel-changes-div{
    margin-top: 35px;
    width: 100%;
}
#cancel-changes-div>a{
    padding: 10px;
    width: 100%;
}


/********************R E S P O N S I V E*************************/
@media(max-width: 768px) {
    .news-title-h4 {
        text-align: left;
    }
}

div#accessability a#contrast-white-bgd{
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ec1f33;
    font-size: 22px !important;
    padding: 7px 40px 7px 40px;
}
div#accessability a#contrast-black-bgd{
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    font-size: 22px !important;
    padding: 7px 40px 7px 40px;
}
@media (min-width: 576px){
    .container {
        max-width: 100% !important;
    }
}

@media (min-width: 768px){
    .container {
        max-width: 90% !important;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
}


@media (max-width: 768px) {

    header div.container{
        width: 100% !important;
        padding: 0;
        margin: 0;
    }
}
/*******POPUP*******/

.pop-up-wrapper {
    display: none;
}

.wrapper-class {
    display: block !important;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: #000000bb;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    z-index: +99999;

}

#popUp {
    display: none;
    padding: 40px 40px;

    -webkit-box-shadow: 0px 0px 20px -5px rgba(36,36,36,1);
    -moz-box-shadow: 0px 0px 20px -5px rgba(36,36,36,1);
    box-shadow: 0px 0px 20px -5px rgba(36,36,36,1);
}

#popUp .pop-up-desc {
    display: flex;
    flex-direction: column;
    text-align: center;
}

#popUp .pop-up-desc p {
    font-size: 21px;

    color: #000000;
}

#popUp .pop-up-desc p a {
    color: #ec1f32;
}

#popUp .pop-up-desc p strong {
    font-weight: 700;
}

#popUp .pop-up-logo {
    display: flex;
    justify-content: space-between;
}

#popUp .pop-up-logo #closeBtn {
    font-size: 40px;
    color: #000000;
    cursor: pointer;
}

#popUp .pop-up-logo h1 {
    color: #000000;
}

.active-pop-up {
    display: block !important;
    height: 90%;
    width: 50%;
    margin: 0 auto;
    position: fixed;
    top: 5%;
    left: 25%;
    right: 25%;
    bottom:5%;
    z-index: +99999;
    background: #ecbfbf;
    overflow-x: scroll ;
}

@media (max-width: 1300px) {
    .active-pop-up {
        width: 70%;
        left: 15%;
        right: 15%;
    }
}

@media (max-width: 992px) {
    .active-pop-up {
        width: 80%;
        left: 10%;
        right: 10%;
    }

    #popUp .pop-up-logo h1 {
        color: #000000;
        font-size:34px ;
    }

    #popUp .pop-up-desc p {
        font-size: 18px;
        color: #000000;
    }
}

@media (max-width: 680px) {
    .active-pop-up {
        width: 90%;
        left: 5%;
        right: 5%;
    }

    #popUp .pop-up-logo h1 {
        color: #000000;
        font-size:32px ;
    }

    #popUp .pop-up-desc p {
        font-size: 17px;

        color: #000000;
    }
}

@media (max-width: 575px) {
    .active-pop-up {
        width: 96%;
        left: 2%;
        right: 2%;
        height: 90%;
    }

    #popUp .pop-up-desc p {
        font-size: 17px;

        color: #000000;
    }
}

@media (max-width: 480px) {
    .active-pop-up {
        width: 96%;
        left: 0%;
        right: 0%;
        height: 98%;
    }

    #popUp .pop-up-logo h1 {
        color: #000000;
        font-size:28px ;
    }

    #popUp .pop-up-desc p {
        font-size: 15px;

        color: #000000;
    }
}

