body{
    overflow: scroll;
}
button:focus {
    outline: none;
}
body.modal-open.fix-modal-bar {
    margin-right: 0!important;
    padding-right: 0!important;
}
body.modal-open {
    overflow: hidden;
}
.btn:focus, .btn.focus {
    box-shadow: unset !important;
}
.btn-link:hover {
    color: unset !important;
    text-decoration: underline;
}
 .page-item{
     margin-left: 20px;
 }
.page-link {
    color: #000000;
    background-color: #fff;
    border: 1px solid #000000;
}
.page-item.active .page-link {
    color: #000000;
    background-color: #fff;
    font-weight: bolder;
    border: 2px solid #000000;
}
.page-link:hover {
    color: #000000;
    background-color: #ffffff;
    font-weight: bolder;
    border: 2px solid #000000;
}
.link > strong {
    border: solid 2px;
    border-color: #212529;
    color: #212529;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    font-size: 20px;
    margin-right: 5px;
    margin-left: 5px;
}
.link > a {
    border: solid 1px;
    border-color: black;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    font-size: 20px;
    margin-right: 5px;
    margin-left: 5px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #000;
    outline: 0;
    box-shadow: none;
}
.filter-addon{
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 3;
}
.filter-addon span{
    font-size: 20px;
}
.profile-expand-more{
    top: 6px;
    position: relative;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.login-btn{
    border: 1px solid #000000;
    font-family: 'Merriweather', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    border-radius: 0;
    font-weight: 700;
}
section.header{
    background: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.06), inset 0 1px 0 0 #E6E6E6;
    height: 90px;
    padding: 0 35px;
}
.header-text{
    height: 90px;
}
.logo {
    height: 75px;
    margin-top: 8px;
}
.logo-text {
    font-family: 'Khand', sans-serif;
    font-size: 24px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 62px;
    margin-left: 20px;
    padding-top: 18px;
    font-weight: 700;
}
.date{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.date-shape {
    width: 4px;
    height: 4px;
    background: #808080;
    border-radius: 2px;
}
.language > a{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    vertical-align: middle;
}
.language.active > a{
    text-decoration: underline;
}
.language-select{
    font-family: Helvetica;
    font-size: 14px;
    color: #000000;
    vertical-align: middle;
    line-height: 90px;
    margin-left: 10px;
}

.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    border-radius: 30px;
    padding: 10px;
    padding-right: 2px;
}

.search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    position: absolute;
    left: -80px;
}

.searchbar:hover > .search_input{
    padding: 0 10px;
    width: 100px;
    caret-color:black;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
}

.search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:black;
    text-decoration:none;
}
.user-profile{
    font-family: 'Merriweather', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    cursor: pointer;
    padding: 0 15px;
    font-weight: 700;
}
.user-profile img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    top: -2px;
    position: relative;
}
.dropdown{
    padding: 12px 6px !important;
    width: fit-content;
}
.dropdown.show{
    border: 1px #E6E6E6 solid;
    padding: 12px 5px !important;
    margin: auto 0;
    box-shadow: inset 0 -1px 0 0 #E6E6E6;

}
.dropdown-item{
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    line-height: 22px;
    width: initial;
    height: 52px;
    border: 1px #E6E6E6 solid;
    padding: 14px 30px;
    background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #E6E6E6;
}
.dropdown-menu.show{
    top: 11px !important;
    right: 4px !important;
    padding: 0;
    border: none;
    margin: 0;
    width: initial;
    border-radius: 0;
    left: -6px !important;
}
.panel-btn{
    height: 52px;
    width: 137px;
}

.navbar{
    background: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.06), inset 0 1px 0 0 #E6E6E6;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.06), inset 0 1px 0 0 #E6E6E6;
    z-index: 2;
}
.nav-link.active{
    border-bottom:3px #000 solid;
}
.nav-link{
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    line-height: 18px;
    text-transform: uppercase;
    padding: 12px 0;
}
li.nav-item {
    margin-right: 35px;
}

/*** CAROUSEL *****/
#carousel-tak>.carousel{
    background: #F5F5F5;
    height: 525px;
}
.carousel-item{
    background: #F5F5F5;
    height: 525px;
}
.news-details-carousel-item{
    height: 517px !important;
}
.news-details-carousel-item:hover .downloadButton{
    display:block;
}
.carousel-text {
    height: 370px;
    position: relative;
    top: 50px;
    z-index: 3;
    left: -40px;
}

.carousel-stroke.active{
    border: 1px solid #000;
    padding: 4px 5px;
    background: initial !important;
}
.caption-shape{
    width: 4px;
    height: 4px;
    background: #808080;
    border-radius: 2px;
    margin-top: 15px;
}
.carousel-image {
    padding-top: 30px;
    padding-bottom: 30px;
}
.caption-category-image {
    margin-top: 4px;
}
.image-dashed {
    width: 800px;
    height: 450px;
    margin-top: 9px;
    margin-left: 9px;
    z-index: -1;
}
.image-dashed-contact{
    position: absolute;
    width: 559px;
    height: 376px;
    border: 1px dashed #000;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 1;
}
.carousel-image {
    z-index: 2;
    position: absolute;
    right: 13%;
}

.caption-category{
    font-family: 'Merriweather', serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-right: 10px;
    padding: 4px 0;
    font-weight: 400;
}
.caption-date{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    padding: 3px 10px;
}
.caption-description {
    font-family: 'Khand', sans-serif;
    font-size: 2.4rem;
    color: #000000;
    line-height: 4rem;
    margin-top: 20px;
    font-weight: 600;
    min-height: 232px;
    width: 83%;
}

span.slider-title-span {
    background: #F5F5F5;
}
a.slider-title-link {
    color: black;
}
a.slider-title-link :hover {
    text-decoration: none !important;
}
.caption-button{
    font-family: 'Merriweather', serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    border-radius: 0 !important;
    margin-top: 32px;
    width: 137px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.carousel-ind-relative{
    position: relative;
    top:20px;
}
.carousel-indicators {
    top: 0;
}
.carousel-indicators li {
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-color: #f5f5f5;
    transition: opacity 0.6s ease;
    border-radius: 7px;
    border: 1px #000 solid;
    margin: -2px 6px;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #000;
}
.carousel-indicators a{
    opacity: 1;
    color: #000;
}
.carousel-control-prev {
    left: 34%;
    top: 540px;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 21;
}
.carousel-control-next{
    right: 33%;
    top: 540px;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 21;
}
.slider-icon-left{
    background: url(../images/left-arrow.svg) no-repeat;
    width: 32px;
    height: 32px;
}
.slider-icon-right{
    background: url(../images/right-arrow.svg) no-repeat;
    width: 32px;
    height: 32px;
}

/***** Categories ***/
.categories{
    margin-top: 62px;
}
.last-update {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #005587;
    margin-bottom: 0px !important;
    line-height: 15px;
    text-align: right;
    margin-top: 21px;
    font-weight: 500;
}
.categories-news{
    margin-bottom: 40px;
}
.category-title >h2{
    font-family: 'Merriweather', serif;
    font-size: 34px;
    color: #005587;
    line-height: 46px;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 0;
}
.col.all-news-div.d-flex.align-items-center.justify-content-end > img {
    filter: invert(16%) sepia(84%) saturate(3128%) hue-rotate(187deg) brightness(92%) contrast(101%);
}
.category-image{
    margin-left: 10px;

}
.all-news{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #005587;
    text-align: justify;
    line-height: 28px;
    font-weight: 600;
    margin-right: 8px;
}
.all-news-icon{
    background: url("../images/right-arrow-all-news.svg") no-repeat;
    width: 24px;
    height: 24px;
}
.category-news{
    min-height: 457px;
}
.news-details{
    padding: 32px 32px 15px;
}
.news-details>.row{
    margin : 0 !important;
}
.news-cat-flag{
    background: #005587;
    width: 4px;
    height: 22px;
}
.news-category-name{
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #005587;
    line-height: 22px;
    padding-left: 12px;
}
.card {
    border-radius: 0;
}
.news-description{
    font-family: 'Khand', sans-serif;
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    line-height: 34px;
    padding-top: 16px;
    min-height: 125px;
    margin-bottom: 17px;
}
.news-timeleft{
    font-family: 'Merriweather', sans-serif;
    font-size: 13px;
    color: #808080;
    line-height: 18px;
    margin-top: 17px;
    font-style: italic;
    font-weight: 300;
}

/***** Banner *******/
.banner{
    margin-top: 62px;
}
.categories>.container>.row {
    background: #ececec;
}
.banner-box{
    background: #DADADA;
    height: 238px;
}
.banner-title{
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 34px;
    color: #000000;
    line-height: 46px;
    margin-top: 40px;
    margin-left: 67px;
}
.banner-title strong{
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
}
.banner-desc{
    font-family: 'Merriweather', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-top: 16px;
    margin-left: 67px;
}
.banner-image{
    position: relative;
    left: 18px;
}
.banner-image-left{
    position: relative;
    top: 33px;
    left: 69px;
    z-index: 2;
}
.banner-image-center{
    position: absolute;
    top: 0px;
    left: 171px;
    z-index: 1;
}
.banner-image-right{
    position: absolute;
    top: 33px;
    left: 363px;
    z-index: 3;
}
.banner-image-sms {
    position: absolute;
    top: 65px;
    left: 310px;
    z-index: 4;
}
.banner-image-sms-text {
    position: absolute;
    top: 84px;
    left: 350px;
    z-index: 5;
}

/*** Footer ***/
.footer{
    margin-top: 82px;
    height: 206px;
}
.footer-members{
    height: 206px;
}
.navbar-footer{
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    height: 121px;
}
.navbar-footer > ul >li{
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.social-buttons{
    margin-top: 33px;
}
.facebook{
    margin-right: 10px;
}
.twitter{
    margin-left: 10px;
}
.copyright{
    margin-top:20px;
    font-family: 'Khand', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 32px;
}
.copyright a{
    color:#000;
    text-decoration: none;
}
.dot{
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background: #808080;
    margin: 10px;
}

.news-category{
    margin-top: 32px;
    margin-left: 0;
}
.news-details-category-name{
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.news-details-category-shape{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    margin: 10px 16px;
    background: #808080;
}
.news-details-publish-date{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}
.news-title-h1{
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    line-height: 58px;
    margin-top: 33px;
}
section.news-picture {
    margin-top: 32px;
}
div.news-title{
    margin-top: 32px;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    line-height: 58px;
}
.row.news-title-row {
    margin-right: 0;
    margin-left: 0;
}
#carousel-news{
    margin-top: 32px;
}
.downloadButton{
    display: none;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 10px;
    right: 25px;
    background: #fff;
    padding: 8px 10px;
}
.news-carousel-indicators{
    bottom: 0;
    top: 20px;
    position: relative;

}
section.news-related{

}
.news-carousel-indicators li{
    display: inline !important;
    text-indent: 0;
    width: 85px;
    height: 49px;
    border: none;
    border-radius: 0;
}
.news-carousel-controller{
    position: relative;
    height: 0px;
}
.carousel-control-prev.news {
    position: absolute;
    top: 38px;
    left: 25%;
}

.carousel-control-next.news {
    top: 38px;
    right: 24%;
    opacity: 1;
}
.news-slider-icon-left{
    background: url(../images/keyboard_arrow_down.png) no-repeat;
    width: 32px;
    height: 32px;
}
.news-slider-icon-right{
    background: url(../images/chevron-right.png) no-repeat;
    width: 32px;
    height: 32px;
}
.news-content{
    margin-top: 76px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
.related-posts-title{
    margin-top: 165px;
}
.related-posts-title p{
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    line-height: 46px;
}
.related-posts-title>p>img {
    margin-left: 20px;
}
.related-cards{
    margin-top: 40px;
}
.page-title{
    height: 248px;
    background: #F5F5F5;
}
.page-title h1{
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    text-align: center;
    line-height: 58px;
}
section.page-description{
    margin-top: 85px;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}
h2.adress-title{
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
}
h3.adress-desc{
    font-family: 'Merriweather', serif;
    font-weight: 200;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 32px;
    margin-top: 16px;
}
h3.adress-desc-phone{
    font-family: 'Merriweather', sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
}

.login-card{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.login-form{
    width: 458px;
    height: 402px;
    margin-top: 100px;
    padding: 10px;
}
.login-card-title{
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    text-align: center;
    line-height: 58px;
}
.login-inputs input::placeholder{
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 28px;
}
.login-inputs input{
    background: #FFFFFF;
    border: 1px solid #000000;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 28px;
    width: 100%;
    height: 64px;
    margin-bottom: 16px;
    padding: 20px;
}
.login-inputs input.invalid{
    border: 1px solid #f00;
}
small.pull-right.form-error {
    width: 100%;
    text-align: right;
    color: #f00;
    line-height: 0px;
}
.login-email{
    margin-top:28px
}
.login-button button{
    background: #000000;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    height: 64px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    border: none;
    margin-top: 8px;
}
.seperator{
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 60px;
    line-height: 18px;
}
.abone-ol{
    margin-top: 55px;
    height: 200px;
    width: 100%;
    background: #D5D5D5;
}
.abone-ol p{
    font-family: 'Merriweather', sans-serif;
    font-size: 24px;
    color: #000000;
    line-height: 38px;
    padding: 62px 90px;
    width: 626px;
    text-align: center;
}
.abone-ol p span{
    font-family: 'Merriweather', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    color: #000000;
    line-height: 38px;
}
.abone-ol-dot{
    height: 200px;
    width: 280px;
    background: url(/assets/images/Oval.png) no-repeat;
    background-size: 280px 200px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 4vw;
}
.abone-ol-dot img{
    width: 71px;
    height: 71px;
    display: flex;
    align-items: center;
}
.abone-ol-btn{
    width: 140px;
    height: 52px;
    background: #000;
    position: relative;
    left: 4vw;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    border: none;
}
.filter{
    height: 314px;
    background: #F5F5F5;
}
.filter-title{
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    line-height: 58px;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    letter-spacing: 0.4px;

}
.filter-category{
    border-radius: 0;
    background: #FFFFFF;
    border: 1px solid #000000;
    height: 56px;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 28px;
    -webkit-appearance:none;

}
.filter-date, .filter-text{
    border-radius: 0;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-left: 0;
    height: 56px;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.4px;
    line-height: 28px;
}
.filters-button {
    background: #000000;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    position: relative;
    bottom: 1px;
    height: 58px;
    right: 1px;
    border-radius: 0;
}
.list-new{
    margin-top: 65px;
    margin-bottom: 65px;
}
.bulk-news{
    margin-top: 170px;
    margin-bottom: 164px;
}
.count{
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 12px;
    font-family: 'Khand', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    line-height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bulk-title{
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    line-height: 44px;
}
.bulk-category{
    margin-top: 17px;
    display: flex;
}
.bulk-category-title{
    font-family: 'Merriweather', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    padding: 2px 10px;
}
.bulk-category-dot{
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #808080;
    margin: 13px 5px;
}
.bulk-category-date{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    padding: 2px 10px;
}
.bulk-content{
    margin-top: 32px;
}
.bulk-content p{
    font-family: 'Merriweather', serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #000000 !important;
    line-height: 30px !important;

}
.bulk-content span{
    font-family: 'Merriweather', serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #000000 !important;
    line-height: 30px !important;

}
.bulk-images {
    margin-top: 29px;
}
.bulk-image{
    display: flex;
    align-items: center;
}
.bulk-image img{
    margin-right: 10px;
}
.bulk-download{
    font-family: 'Merriweather', sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}
.bulk-download img{
    width: 27px;
    height: 24px;
}
section.photo{
    margin-top: 60px;
}
p.photo-tags{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 60px;
    margin-top: 25px;
}
.member{
    background: #F5F5F5;
    height: 1200px;
}
.member-title{
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    text-align: center;
    line-height: 58px;
    display: flex;
    justify-content: center;
    padding-top: 112px;
    margin-bottom: 48px;
}
.member-card{
    background: #fff;
    padding-left: 40px;
    padding-top: 60px;
    position: relative;
    z-index: 2;
    height: 536px;
}
.image-dashed-member-card{
    position: absolute;
    width: 350px;
    height: 536px;
    border: 1px dashed #000;
    margin-top: 9px;
    margin-left: 9px;
    z-index: 1;
}
.member-card-title{
    font-family: 'Merriweather', sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 26px;
    color: #000000;
    line-height: 38px;
    width: 188px;
}
.member-card-title span{
    font-family: 'Merriweather', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    color: #000000;
    line-height: 38px;
}
.member-card-image{
    width: 48px;
    height: 48px;
    position: absolute;
    top: 70px;
    right: 33px;
}
.member-card-price span{
    margin-top:55px;
    font-family: 'Merriweather', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    color: #000000;
    line-height: 36px;
}
.member-card-price{
    font-family: 'Merriweather', sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    margin-top: 40px;
}
.member-card-period{
    margin-top: 15px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
}
.member-card-description{
    margin-top: 32px;
    font-family: 'Khand', sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}
ul.member-card-list {
    margin-top: 16px;
    padding-left: 18px;
}
.member-description{
    font-family: 'Khand', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #000000;
    line-height: 36px;
    margin-top: 164px;
    display: flex;
    justify-content: center;
}
.member-card-list >  li{
    font-family: 'Khand', sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}
.phone-icon{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.phone-icon p{
    font-family: 'Merriweather', sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #000000;
    line-height: 48px;
    padding-left: 17px;
}
.news-archives{
    margin-bottom: 40px;
}
.news-archive-details{
    display: flex;
    padding-top: 15px;
}
.news-archive-category-title {
    padding: 1px 10px;
    font-family: 'Merriweather', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.news-archive-category-date{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    padding: 1px 10px;
}
.news-archive-description{
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    margin-top: 16px;
    line-height: 34px;
}
.angle-down{
    background: url("/assets/images/keyboard_arrow_down.svg");
    width: 16px;
    height: 16px;
}



.lightbox-closer {
    position: absolute;
    top: -38px;
    right: 0px;
    z-index: 12020;
    color: #fff;
    cursor: pointer;
}

.mobile-navbar {
    padding-left: 14px;
}
.mobile-logo {
    margin-top: 12px;
    margin-left: 17px;
}
.row.header-mobile-row {
    margin: 0 auto;
}
.mobile-navbar-toggler{
    background-size: 24px 20px;
    margin: 28px 8px;
    padding: 0;
}

.mobile-logo-text{
    font-family: 'Khand', sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #000000;
    letter-spacing: 0.88px;
    line-height: 32px;
    margin: 25px 0 25px 19px;
}
.profile-icon {
    margin-top: 20px;
}
.mobile-user-profile img {
    width: 28px;
    height: 28px;
}
.mobile-slider{
    background: #F5F5F5;
    padding: 28px 27px;
}
.owl-tak{
    margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px !important;
    height: 14px !important;
    margin: 5px 7px;
    background: #fff !important;
    border: 1px solid #000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000 !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 24px !important;
}
.mobile-slider-news-details {
    padding: 34px 31px;
}
.mobile-news-details {
    padding: 36px 30px 11px;
}
.mobile-news-description {
    margin-top: 16px;
    height: 140px;
}
.mobile-slider-news-description{
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    line-height: 34px;
    margin-top: 14px;
    height: 144px;
}
.mobile-news-description a{
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    line-height: 34px;

}
.mobile-news-description a:hover{
    text-decoration: none;
}

.mobile-carousel-indicators{
    bottom: inherit;
    position: relative;
    top: 32px;
    margin-bottom: 32px;
}
.login-password-title{
    font-family: 'Khand', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #000000;
    text-align: center;
    line-height: 36px;
    margin-top: 80px;
}
.login-desc-phone{
    font-family: 'Merriweather',sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #000000;
    line-height: 48px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 80px;
}
section.agenda-title {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    margin: 80px 0 40px 0;
}

section.agenda-title>div>div>h1{
    font-family: 'Khand',sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    line-height: 58px;
}
.agenda-dates{
    margin: 4px 0 4px 0;
    font-family: 'Khand',sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    line-height: 34px;
}
.agenda-arrow{
    float: right;
    font-size: 28px;
    margin-top: 3px;
}

section.agenda-detail{
    margin-top: 112px;
}
.agenda-date{
    opacity: 0.9;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.agenda-detail-title{
    font-family: 'Khand',sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    line-height: 34px;
    margin-top: 16px;
}
.agenda-detail-content-panel{
    margin-top: 40px;
}
.agenda-detail-content{
    font-family: 'Merriweather',sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 25px;
}
.after_day{
    right: 0;
    position: absolute;
    bottom: 0;
}

/** Mobil TasarÄ±m ***/


#site-search{
    padding-right: 0 !important;
}
.modal-dialog.search-dialog{
    transition: transform .3s ease-out !important;
    transform: translate(0,-29px) !important;
    min-width: 100vw;
}

.modal-body.search-modal {
    padding: 36px 0 !important;
}
.container-hg.search-container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
#website-search {
    position: relative;
    padding: 16px 32px;
    border-radius: 32px;
    border: 1px solid #e7e7e7;
}
.form-control-search {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 28px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input.form-control-search:focus {
    outline: none;
}

#site-search #website-search>input {
    border-radius: 28px;
}
#website-search>input {
    color: #000;
    background: #fff;
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
    height: auto;
    border-radius: 32px;
    border: 0;
    padding: 0;
    font-size: 1rem;
}
#site-search .close {
    width: 32px;
    height: 32px;
    margin: 12px 32px 12px auto;
}
button.search_icon{
    background: none;
    border: none;
}
button.search_icon:focus{
    background: none;
    border: none;
    outline: none;
}
.search-not-found{
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 27px;
    color: #000000;
    line-height: 58px;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    letter-spacing: 0.4px;
}
.agenda-add-section {
    display: none;
    transition: display 0.5s, ease-in-out 0.5s linear;
    padding-bottom: 52px;
    border-bottom: 1px solid #ececec;
}
.agenda-loading {
    width: 100%;
    height: 55%;
    background: #f9f9f9;
    position: absolute;
    border-radius: 10px;
    display: flex;
}
img.loading-image {
    margin-left: 16vw;
    opacity: 0.4;
}
.agenda-update-section {
    border: 1px solid #ececec;
    padding: 30px 35px 51px 30px;
    margin-top: 30px;
}
.cropable-image-anasayfa{
    height : 192px !important;
}
.cropable-image:hover{
    border: 1px solid #ff001a;
}
.cropable-image:before {
    width: 100px;
    height:100px
}
.cropable-image:after {
    width: 100px;
    height:100px
}
.croppie-container .cr-image {
    position:relative !important;
}
small.login-error {
    text-align: center;
    display: flex;
    justify-content: center;
    color: #f00;
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
img.cropable-image {
    position: relative;
    /*width: 100%;*/
}


@media screen and (max-width: 768px) {
    .carousel-control-prev {
        left: 17vw !important;
    }
    .carousel-control-next {
        right: 15vw !important;
    }
    .banner-title {
        margin-top: 15px;
    }
    .news-description {
        font-size: 2.3vw;
        margin-bottom: 55px;
    }
    .dropdown {
        position: relative;
        bottom: 55px;
    }
    .login-btn {
        position: relative;
        bottom: 3.5rem;
        right: 3rem;
    }
    img.cropable-image {
        position: relative;
        width: 100% !important;
        height: auto;
    }
    .caption-category {
        font-size: 14px !important;
    }
     .caption-date {
        font-size: 14px !important;
    }

}
@media screen and (max-width: 576px) {
    button.owl-dot.active:focus {
        outline: none;
    }
    .banner-title {
        margin-top: 12vw;
    }
    .news-description {
        font-size: 7.5vw;
        margin-bottom: 55px;
    }
}
@media only screen and (min-width : 370px) and (max-width : 576px) {
    .mobile-logo-text {
        font-size: 18px;
        margin: 25px 0 25px 8px;
    }
    .head-navbar{
        display: none;
    }
    .carousel-item{
        height: 491px;
    }
    .carousel-indicators li {
        width: 12px;
        height: 8px;
        cursor: pointer;
        background-color: #f5f5f5;
        transition: opacity 0.6s ease;
        border-radius: 12px;
        border: 1px #000 solid;
        margin: -2px 0 0 6px;
    }
    section.categories{
        margin-top: 30px;
    }
    section.banner{
        margin-top: 30px;
    }
    .banner-title{
        margin-top: 56px;
        margin-left: 0;
        text-align: center;
    }
    .category-title >h2{
        font-size: 18px;
    }
    .last-update{
        margin-bottom: auto !important;
        font-size: 10px;
    }
    .banner-desc{
        margin-top: 8px;
        margin-left: 0;
        text-align: center;
    }
    .footer{
        margin-top: 30px;
        height: fit-content;
        background: #FFFFFF;
    }
    img.cropable-image {
        width: 100%;
    }
    .copyright {
        border-top: none;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 32px;
    }
    .navbar-footer {
        background: #FFFFFF;
        border: 1px solid #979797;
        border-left: none;
        height: initial;
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: none;
    }
    li.nav-item {
        margin-right: 0;
        text-align: center;
        width: 100%;
        outline: 1px solid #D8D8D8;
    }
    .nav-link {
        font-family: 'Merriweather', serif;
        font-weight: 700;
        font-size: 16px;
        color: #000000;
        line-height: 24px;
        text-transform: uppercase;
        padding: 10px 0;
    }
    .categories-news {
        margin-bottom: 30px;
    }
    .news-category {
        margin-top: 41px;
        margin-left: 7px;
    }
    div.news-title{
        margin-top: 40px;
    }
    section.news-picture{
        margin-top: 16px;
    }
    .news-content{
        margin-top: 32px;
    }
    .mobile-news-content{
        padding: 0 24px !important;
    }
    .mobile-abone-ol {
        margin-top: 70px;
        height: 278px;
        background: #D5D5D5;
    }
    .mobile-abone-ol p {
        font-family: 'Merriweather', sans-serif;
        font-size: 24px;
        color: #000000;
        line-height: 38px;
        padding: 29px 40px;
        width: initial;
        text-align: center;
        margin-bottom: 0 !important;
    }
    .mobile-abone-ol p span {
        font-family: 'Merriweather', sans-serif;
        font-weight: 900;
        font-style: italic;
        font-size: 24px;
        color: #000000;
        line-height: 38px;
    }
    div.mobile-abone-ol-btn > button.abone-ol-btn{
        left:initial;
    }
    .filter{
        height: 380px;

    }
    .filter-title{
        margin-top: 40px;
    }
    .filter-date, .filter-text {
        border-left: 1px solid #000000;
    }
    .bulk-news {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .card-header {
        padding: 0 !important;
        margin-bottom: 0 !important;
        background-color: #fff !important;
        border-bottom: none !important;
    }
    .bulk-card{
        border:none !important;
    }
    .bulk-title {
        text-align: left;
    }
    p.photo-tags{
        margin-top: 16px;
        margin-bottom: 32px;
        padding: 0 11px;
    }
    section.page-description{
        margin-top: 40px;
        margin-left: 24px;
    }
    .footer-contact{
        margin-top: 0 !important;
    }
    .login-form {
        width:100%;
        height:100%;
        margin-top:87px;
        padding:0;
    }
    .login-password-title{
        font-family: 'Khand', sans-serif;
        font-weight: 700;
        font-size: 26px;
        color: #000000;
        text-align: center;
        line-height: 36px;
        margin-top: 80px;
    }
    .login-desc-phone{
        font-family: 'Merriweather',sans-serif;
        font-weight: 900;
        font-size: 32px;
        color: #000000;
        line-height: 48px;
        text-align: center;
        margin-top: 32px;
        margin-bottom: 80px;
    }
    .member-title {
        padding-top: 50px;
        padding-bottom: 24px;
    }
    .member {
        height: fit-content;
    }
    .members-package{
        margin-top: 16px;
    }
    .image-dashed-member-card {
        width: 382px;
    }
    .member-description {
        text-align: center;
        margin-top: 80px;
    }
    .phone-icon{
        padding-bottom: 80px;
    }
    .footer-members {
        height: fit-content;
    }
    .menu-search-input{
        font-family: 'Merriweather',sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #808080;
        line-height: 24px;
        border: none;
        border-bottom: 1px solid #D8D8D8;
        height: 64px;
        padding: 24px 20px;
    }
    .input-group-append>span.material-icons {
        position: absolute;
        top: 15px;
        right: 30px;
        width: 20px;
        font-size: 33px;
    }
    .owl-tak{
        margin-top: 9px !important;
    }
    section.header-mobile {
        height: 80px;
        box-shadow: inset 0 -1px 0 0 #C0C0C0;
        -webkit-box-shadow: inset 0 -1px 0 0 #C0C0C0;
        -ms-box-shadow: inset 0 -1px 0 0 #C0C0C0;
    }
    #navbarNav{
        position: relative;
        z-index: 17;
        background: #fff;
        margin-top: -7px;
        border: 1px solid #979797;
    }
    .navbar-backdrops{
        width: 100%;
        display: none;
        height: 100%;
        background: #000000b4;
        z-index: 16;
        position: absolute;
        top: 100px;
    }
    .navbar-backdrops.active{
        display: block;
    }
    span.navbar-toggler-icon:focus:active:hover {
        border: none;
    }
    .container {
        width: 100%;
        padding-right: 24px;
        padding-left: 24px;
        margin-right: auto;
        margin-left: auto;
    }
    .all-news-div{
        margin-bottom: 9px;
    }
    .mobile-news-description {
        margin-top: 7px;
        height: 122px;
    }
    .news-timeleft{
        margin-top:-10px;
    }

    .input-group-append {
        margin-left: 0 !important;
    }
    .mobile-language-select{
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #808080;
        line-height: 24px;
        padding: 20px 20px;
    }
    .mobile-language-select.active{
        font-weight: 600;
        color: #000;
    }
    #profileNav {
        position: relative;
        z-index: 17;
        background: #fff;
        margin-top: -7px;
        border: 1px solid #979797;
    }
    .profile-nav-link{
        font-family: 'Merriweather', serif;
        font-weight: 700;
        font-size: 16px;
        color: #000000;
        line-height: 24px;
        text-transform: none !important;
        padding: 20px 0;
    }
    .nav-link.green{
        color: #358F19;
    }
    .nav-link.red{
        color: #B63535 !important;
    }
    .navbar-footer ul li{
        outline: none !important;
    }
    .carousel-indicators .active{
        background-color: #000 !important;
    }
    .news-details-carousel-item{
        height: 205px !important;
    }
    .carousel-stroke.active {
        border: 1px solid #000;
        padding: unset !important;
        background: #000 !important;
    }
    .related-posts-title {
        margin-top: 80px;
    }
    .bulk-content{
        margin-top: 5px;
    }
    .agenda{margin: 24px;}
    section.agenda-detail{
        margin-top: 55px;
    }
}
@media only screen and (min-width : 321px) and (max-width: 369px) {
    .mobile-navbar {
        padding-left: 2px;
    }
    .head-navbar{display: none}
    .mobile-logo {
        margin-top: 12px;
        margin-left: 5px;
    }
    .navbar-toggler {
        padding: 0.25rem 0;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }

    .mobile-logo-text{
        margin: 25px 0 25px 2px !important;
        font-size: 15px !important;
    }
    .last-update {
        font-size: 10px !important;
    }
    .news-description {
        margin-bottom: 40px !important;
    }
    .news-details-carousel-item{
        height: 153px !important;
    }
    .carousel-stroke.active {
        border: 1px solid #000;
        padding: unset !important;
        background: #000 !important;
    }
    .mobile-slider {
        background: #F5F5F5;
        padding: 28px 7px;
    }
    .carousel-indicators li {
        width: 7px;
        height: 7px;
    }
    section.categories {
        margin-top: 30px;
    }
    .category-title >h2{
        font-size: 18px;
        line-height: 34px;
        width: 120px;
        height: 41px;
    }
    .all-news-div {
        margin-bottom: 0;
    }
    .all-news {
        font-size: 16px;
        line-height: 24px;
        margin-right: 4px;
    }
    .col.all-news-div > img {
        width: 12px;
        height: 12px;
    }
    .mobile-news-details {
        padding: 21px 15px;
    }
    .mobile-news-description a {
        font-family: 'Khand', sans-serif;
        font-weight: 600;
        font-size: 23px;
        color: #000000;
        line-height: 34px;
    }
    hr {
        margin-top: 0;
        margin-bottom: 0px;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .news-timeleft {
        font-family: 'Merriweather', sans-serif;
        font-size: 12px;
        color: #808080;
        line-height: 16px;
        margin-top: 7px;
        font-style: italic;
        font-weight: 300;
    }
    .mobile-card {
        height: 430px;
    }
    section.banner {
        margin-top: 30px;
    }
    .banner-box {
        background: #DADADA;
        height: 302px;
    }
    .footer {
        margin-top: 30px;
    }
    .navbar-footer {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .nav-link {
        font-size: 14px;
        line-height: 18px;
        padding: 11px 0;
    }
    #navbarNav {
        margin-top: -17px;
    }
    li.nav-item {
        height: fit-content;
    }
    .input-group.mb-3 {
        margin-bottom: 0px !important;
    }
    .last-update {
        margin-bottom: revert !important;
        margin-top: unset;
    }
    .news-description {
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        min-height: min-content;
    }
    .agenda-dates {
        font-size: 15px;
        line-height: 42px;
    }
    .agenda-detail-title {
        font-size: 18px;
        line-height: 14px;
        margin-top: 0;
    }
    .agenda-detail-content {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .caption-button {
        font-size: 9px;
        line-height: 24px;
        margin-top: 20px;
        width: 96px;
        height: 40px;
        font-weight: 500;
    }
    .count {
        width: 20px;
        height: 20px;
        border: 1px solid #000000;
        border-radius: 6px;
        font-size: 12px;
        line-height: 11px;
    }
    .bulk-title {
        font-family: 'Khand', sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #000000;
        line-height: 24px;
    }
    .bulk-category-title {
        font-family: 'Merriweather', sans-serif;
        font-size: 13px;
        color: #000000;
        line-height: 18px;
        padding: 0 5px;
    }
    .bulk-category-dot {
        margin: 7px 4px;
    }
    .bulk-category-date {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 13px;
        color: #000000;
        line-height: 17px;
        padding: 0 5px;
    }
    .bulk-content {
        margin-top: 0;
        margin-left: 0;
        padding: 0 12px !important;
        max-width: 100% !important;
        flex: none;
    }
    .bulk-download {
        font-family: 'Merriweather', sans-serif;
        font-size: 12px;
        color: #000000;
        line-height: 22px;
    }

}
@media only screen and (max-width: 320px) {
    .mobile-logo-text {
        font-size: 18px;
        color: #000000;
        letter-spacing: 0;
        margin: 25px 0 25px 5px;
    }
    .navbar-toggler {
        padding: 0;
    }
}
