html {
    overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #3c3b38;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', serif;
}

h7 {
    font-family: ' ', serif;
}

b, strong {
    font-weight: 600;
}

p {
    font-size: 13px;
    color: #555451;
    line-height: 2.0;
}

header {
    height: 74px;
}

.relative {
    position: relative;
}
/* Sayfanın en üstteki headeri iç sayfalardaki */
.other_header {
    background-position: center;
    /*background-repeat: no-repeat;*/
    background-image: url('../img/other_header_bg.jpg');
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    z-index: 9999;
}

.logo {
    position: absolute;
    left: 0;

}

.logo img {
    float: left;
    margin-right: 10px;
}

.logo .logo_text {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    float: left;
    margin-top: 19px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.menu {
    float: right;
    margin-top: 25px;
}

.menu ul {
    padding: 0;
    margin: 0;
}

.menu ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 8px;
}

.menu ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    position: relative;
}

.menu ul li a:hover {
    color: #c59948;
}

.menu {
    position: absolute;
    right: 0;
}

.social_sidebar {
    position: absolute;
    height: 220px;
    right: 0;
    border-left: 1px solid #dfbc78;
    padding-left: 10px;
    width: 140px;
}

.social_sidebar .white_desc {
    float: left;
    width: 100%;
    color: #fff;
}

.social_sidebar .white_desc a {
    color: #fff;
    text-decoration: none;
}

.social_sidebar .white_desc img {
    float: left;
    margin-right: 9px;
    margin-top: 3px;
}

.social_sidebar .white_desc span.number {
    float: left;
    font-size: 23px;
    font-weight: 600;
    margin-top: 14px;
}

.social_sidebar .white_desc span.title {
    float: left;
    font-size: 15px;
    margin-top: -3px;
}

.social_sidebar .social_media {
    float: left;
    width: 100%;
}

.social_sidebar .social_media ul {
    padding: 0;
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}

.social_sidebar .social_media ul li {
    list-style-type: none;
}

.social_sidebar .social_media ul li a {
    color: #dfbc77;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.hamburger-icon {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #8c661f;
    background: #dfbc78;
    margin-top: -10px;
    cursor: pointer;
}

.hamburger-icon i {
    margin-top: 9px;
    font-size: 22px;
}

.video-back {
    display: block;
    padding: 0 0 760px 0;
    text-align: center;
}

.video-back::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 0 0 50vw;
    border-color: transparent transparent transparent #ffffff;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.video-back::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 70px 50vw;
    border-color: transparent transparent #ffffff transparent;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
}

/*.video-back:before {
    content: "";
    border-left: 840px solid #fff;
    border-right: 840px solid #fff;
    border-top: 100px dotted transparent;
    width: 100%;
    height: 31px;
    position: absolute;
    bottom: 0;
    left: 0;
}*/

.video-back h1 {
    display: block;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    font-size: 50px;
}

.video-back p {
    display: block;
    color: #fff;
    text-shadow: 2px 2px 1px #000;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.video-back img.slider_text {
    width: 180px;
}

.clearfix {
    display: block;
    clear: both;
    float: none;
}

/* Sitenin en üstteki Bar sabitleme renk */
header.homepage_header {
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

input:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 0;
    background-color: rgb(250, 250, 250);
    border-color: #ced4da !important;
}

.search_box_field input, .search_box_field textarea {
    box-shadow: inset 1px 1px 5px 0 rgba(216, 216, 216, 0.6) !important;
    -webkit-box-shadow: inset 1px 1px 5px 0 rgba(216, 216, 216, 0.6) !important;
}

.search_box_field {
    width: 370px;
    position: relative;
    margin: 0 auto;
}

.search_box_field input, .search_box_field label {
    width: 100%;
}

.search_box_field input {
    height: 70px;
    padding-left: 75px;
    border-radius: 120px;
    font-size: 19px;
    outline: 0 !important;
    box-shadow: inset 1px 1px 5px 0 rgba(216, 216, 216, 0.6);
    -webkit-box-shadow: inset 1px 1px 5px 0 rgba(216, 216, 216, 0.6);
}


.search_box_field i {
    font-size: 30px;
    position: absolute;
    top: 19px;
    left: 30px;
    color: #dfbb77;
}

.search_box_field input::-webkit-input-placeholder { /* Edge */
    color: #dfbb77;
}

.search_box_field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dfbb77;
}

.search_box_field input::placeholder {
    color: #dfbb77;
}

.quick_menu_title, .quick_menu_icon {
    text-align: center;
}

.quick_menu_title {
    font-size: 18px;
    font-weight: 700;
    color: #dfbb76;
    line-height: 20px;
}

.quick_menu_icon {
    color: #aca3a3;
    font-weight: bold;
    font-size: 29px;
    width: 140px;
    margin: 3px auto 0 auto;
    background: url('../img/bg_140.png');
    background-position: top center;
    background-repeat: no-repeat !important;
}

.quick_menu_title span:after {
    content: '';
    width: 160px;
    height: 1px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(167, 144, 102, 0.7) 50%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: -25px;
}

.quick_menu_title span {
    position: relative;
}

.quick_menu_items ul {
    padding: 0;
    margin: 0;
}

.quick_menu_items ul li {
    list-style-type: none;
    float: left;
    width: calc((100% - 150px) / 9);
}

.quick_menu_items {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.quick_menu_items ul li a {
    color: #8a8a8a;
    padding: 10px;
    transition-duration: 0.1s;
}

.quick_menu_items ul li a:hover {
    color: #dfbb76;
}

.quick_menu_items ul li img {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px auto;
}

.quick_menu_items ul li span {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
}

.quick_menu_title span, .quick_menu_icon {
    cursor: pointer;
}

.default-title {
    position: relative;
    margin-bottom: 32px;
    display: inline-block;
}

.default-title a {
    color: #3c3b38;
    text-decoration: none;
}

.default-title a:hover {
    color: #c59948;
}

.default-title::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c59948;
    bottom: -8px;
    content: '';
}

span.default-title::after {
    position: absolute;
    width: 34%;
    height: 3px;
    background: #c59948;
    bottom: -9px;
    content: '';
    left: 33%;
}
/* Haber alanındaki siyahlık yerleşim vs */
span.slider_title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    height: 130px;
    line-height: 220px;
    font-size: 18px;
    padding: 0 10px;
    overflow: hidden;
    font-family: 'Montserrat', serif;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Haber alanındaki başlık rengi */
.news_and_announcements_slider a {
    display: block;
    color: #fff;
}

/* Haber alanındaki sağ sol ok işareti */
.news_and_announcements_slider .owl-prev, .news_and_announcements_slider .owl-next {
    width: 40px;
    background: rgba(19, 19, 19, 0.6) !important;
    display: block;
    color: #fff !important;
    height: 40px;
    border-radius: 100% !important;
    font-size: 40px !important;
    position: absolute;
    top: 50%;
    margin-top: -20px !important;
}

.news_and_announcements_slider .owl-prev span, .news_and_announcements_slider .owl-next span {
    float: left;
    margin-top: -13px;
    margin-left: 15px;
    cursor: pointer;
}

.news_and_announcements_slider .owl-prev {
    left: -13px;
}

.news_and_announcements_slider .owl-prev span {
    margin-left: 12px !important;
}

.news_and_announcements_slider .owl-next {
    right: -13px;
}

.news_and_announcements_slider .owl-next span {
    margin-left: 17px;
}

* {
    outline: none !important;
}

.news_and_announcements_vertical_slider_item .news_image {
    width: 48px;
    height: 48px;
    background-size: cover;
    margin-right: 9px;
    float: left;
}

.news_and_announcements_vertical_slider_item {
    float: left;
    width: 100%;
    margin-bottom: 7.7px;
    padding-bottom: 7.7px;
    border-bottom: 1px solid #d7d7d7;
}

.news_and_announcements_vertical_slider_item a {
    display: block;
    color: #0a0a0a;
    text-decoration: none;
}

.news_and_announcements_vertical_slider_item .news_date {
    float: left;
    width: calc(100% - 104px);
    font-size: 12px;
    font-weight: 500;
    color: #05081c;
}

.news_and_announcements_vertical_slider_item .news_title {
    float: left;
    width: calc(100% - 0px);
    font-weight: 200;
    height: 35px;
    overflow: hidden;
     display: flex;
    flex-direction: column;
    border-left: 3px solid #0a4d73; /* sol çizgi rengi */
    padding-left: 5px;

}

.news_and_announcements_vertical_slider_item .news_title h6 {
    margin-bottom: 0;
    overflow: hidden;
    float: left !important;
    width: 100%;
    font-size: 14px;
}


.gezi_rehberi_items ul {
    padding: 0;
    margin: 0;
}

.gezi_rehberi_items ul li {
    list-style-type: none;
}

.gezi_rehberi_items {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.gezi_rehberi_items ul li a {
    color: #dfbb76;
    transition-duration: 0.1s;
}

.gezi_rehberi_items ul li a:hover {
    color: #c59948;
}

.gezi_rehberi_items ul li img {
    width: 90px !important;
    height: 74px !important;
    margin: 0 auto 10px auto;
}

.gezi_rehberi_items ul li span {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
}

.center-title {
    width: 100%;
    text-align: center;
    position: relative;
}

.center-title span {
    position: relative;
    padding: 10px;
    background: #fff;
    display: inline-block;
    z-index: 1;
    color: #797775;
    line-height: 15px;
    font-size: 14px;
    font-weight: 500;
}

.center-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #dfbb76;
    z-index: 0;
}

.center-title {
    margin-bottom: 5px;
}

.footer-activities {
    float: left;
    width: 100%;
    text-align: center;
}

.footer-activities img {
    width: 180px;
    max-width: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}

.footer-announcements {
    float: left;
    width: 100%;
    text-align: center;
}

.footer-announcements img {
    width: 150px;
    max-width: 100%;
}

.footer-projects {
    float: left;
    width: 100%;
    text-align: center;
}

.footer-projects img {
    width: 132px;
    max-width: 100%;
}

.footer_links {
    margin-top: 10px;
    text-align: left;
}

.footer_links,
.footer_links ul,
.footer_links ul li {
    float: left;
    width: 100%
}

.footer_links ul {
    padding: 0;
    margin: 0;
}

.footer_links li {
    list-style-type: none;
}

.footer_links li h6 {
    font-size: 16px;
}

.footer_links li h6 a {
    color: #3a3a3a;
    text-decoration: none;
    padding: 1px 0;
    display: block;
    transition-duration: 0.1s;
}

.footer_links li h6 a:hover {
    color: #dfbb76;
}

.gallery, .gallery ul {
    float: left;
    width: 100%;
}

.gallery ul {
    padding: 0;
    margin: 0;
}

.gallery ul li {
    list-style-type: none;
    margin: 3px;
    width: calc(33.33% - 6px);
    float: left;
}

.gallery ul li div {
    padding-top: 100%;
    position: relative;
    width: 100%;
}

.gallery ul li div a {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer_menu, .footer_menu ul {
    float: left;
    width: 100%;
}

.footer_menu ul {
    padding: 0;
    margin: 8px 0 5px 0;
}

.footer_menu ul li {
    display: inline-block;
    list-style-type: none;
    padding-right: 55px;
}

.footer_menu ul li a {
    font-size: 13px;
    text-decoration: none;
    transition-duration: 0.1s;
    color: #a97c40;
    font-weight: 600;
}

.footer_menu ul li a:hover {
    color: #c59948;
}

.footer-informations {
    color: #454545;
    background: #e2cca3;
    padding-top: 65px;
    padding-bottom: 40px;
    margin-top: 10px;
}

.footer-logo {
    text-align: center;
}

.footer-address p {
    margin-bottom: 0;
    font-size: 15px;
}

.footer-link-top {
    float: left;
    width: 100%;
}

.footer-social-media {
    float: left;
    margin-top: 13px;
    width: 45%;
}

.footer-social-media ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-social-media ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
}

.footer-social-media ul li a {
    color: #bd9661;
}

.footer-social-media ul li a i {
    font-size: 18px;
}

.footer-white-desc {
    float: left;
    width: 55%;
}

.footer-white-desc a {
    display: block;
    color: #8a806c;
    text-decoration: none;
    float: right;
}

.footer-white-desc a img {
    float: left;
    width: 43px;
    height: 43px;
}

.footer-white-desc a span.number {
    height: 43px;
    float: left;
    font-size: 25px;
    line-height: 43px;
    margin-left: 10px;
    font-weight: 700;
}

.footer-white-desc a span.title {
    float: left;
    height: 43px;
    margin-left: 5px;
    line-height: 15px;
    margin-top: 5px;
}

.footer-link-bottom {
    margin-top: 5px;
}

.footer-link-bottom, .footer-link-bottom ul {
    float: left;
    width: 100%;
}

.footer-link-bottom ul {
    padding: 0;
    margin: 0;
}

.footer-link-bottom ul li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    text-align: center;
}

.footer-link-bottom ul li:first-child {
    text-align: left;
}

.footer-link-bottom ul li:last-child {
    text-align: right;
}

.classic-bg {
    padding-top: 30px;
    background: url('../img/bg.png');
    background-position: top center;
    background-repeat: no-repeat !important;
    position: relative;
}

.classic-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(203, 203, 203, 1) 50%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
}

.classic-bg-small {
    padding-top: 30px;
    background: url('../img/bg_140.png');
    background-position: top center;
    background-repeat: no-repeat !important;
    position: relative;
}

.classic-bg-small::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(203, 203, 203, 1) 50%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
}

.footer_columns {
    padding-top: 50px;
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.search_field {
    position: fixed;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    height: 60px;
    z-index: 1000;
    color: #fff;
    top: 200px;
}

.search_field .select2-container {
    width: 210px !important;
    float: left;
}

.search_field .select2-container .select2-selection__arrow b {
    font-size: 22px !important;
    border-width: 11px 9px 0 9px !important;
    margin-left: -14px !important;
    margin-top: -5px !important;
    border-color: #fff transparent transparent transparent;
}

.search_field .select2-container .select2-selection {
    background: transparent !important;
    border: none !important;
}

.search_field .select2-container .select2-selection .select2-selection__rendered {
    color: #dfbb76;
}

.search_field .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent !important;
    border-width: 0 9px 11px 9px !important;
}

.search_category_dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #fff !important;
    color: #bd9661 !important;
}

.search_category_dropdown .select2-results__option[aria-selected=true] {
    background-color: #fff !important;
    color: #bd9661 !important;
}

.search_category_dropdown .select2-results__options li:first-child {
    display: none !important;
}

.search_category_dropdown .select2-results__options .select2-results__option {
    font-size: 13px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 500;
    color: #6f6f6f !important
}

.search_category_dropdown .select2-results__options {
    padding: 8px;
}

.search_category_dropdown .select2-results__options .select2-results__option:last-child {
    border-bottom: 0 !important;
}

.search-input {
    float: right;
    margin-top: -14px;
    width: calc(100% - 220px);
}

.search-input input {
    background: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #fff !important;
    font-size: 20px;
    border-color: #5d5d5d !important;
    border-radius: 0 !important;
    position: relative !important;
    padding-right: 32px;
    margin-top: -2px;
    height: 55px;
}

.search-input input::-webkit-input-placeholder { /* Edge */
    color: #c7c7c7;
}

.search-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c7c7c7;
}

.search-input input::placeholder {
    color: #c7c7c7;
}

.search-input .search-icon {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 24px;
    color: #c7c7c7;
    cursor: pointer;
}

.search_results, .search_results ul {
    float: left;
    width: 100%;
}

.search_results {
    background: #fff;
    margin-top: 10px;
    position: relative;
}

.search_results ul {
    padding: 20px;
    margin: 0;
}

.search_results ul li {
    float: left;
    width: 100%;
    padding-bottom: 3px;
}

.search_results ul li a {
    text-decoration: none;
    transition-duration: 0.1s;
    color: #848484;
    font-size: 14px;
}

.search_results ul li:last-child {
    padding-bottom: 0 !important;
}

.search_results ul li a:hover {
    color: #bd9661;
}

.search_results ul li span.search-loading {
    color: #bd9661;
}

.search_results ul li span.search-error {
    color: #cc0000;
}

.search-result-close {
    position: absolute;
    top: 4px;
    right: 4px;
    color: #dfbb76;
    cursor: pointer;
}

.search-overlay-close {
    position: absolute;
    top: 15px;
    right: 14px;
    color: #ccc;
    cursor: pointer;
    font-size: 25px;
}

.video-content {
    width: 340px;
    position: absolute;
    top: 300px;
    left: 200px;
}

.video-content img {
    width: 100%;
    margin-bottom: 15px;
}

.video-content span {
    font-size: 26px;
    font-weight: 700;
    color: #eaeaea;
}

.video-content a {
    float: left;
    width: 100%;
    background: #dfbb79;
    color: #8c661f;
    font-size: 12px;
    text-align: center;
    padding: 8px;
    text-decoration: none;
}

.detail-page {
    padding: 70px 0;
}

.sidebar-title {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.sidebar-title span {
    width: 100%;
    text-align: center;
    position: relative;
    color: #363636;
    font-size: 14px;
    font-weight: 600;
}

.sidebar-title span::before {
    content: '';
    background: url('../img/sidebar-title-left.jpg');
    width: 40px;
    height: 9px;
    position: absolute;
    top: 4px;
    left: -50px;
}

.sidebar-title span::after {
    content: '';
    background: url('../img/sidebar-title-right.jpg');
    width: 40px;
    height: 9px;
    position: absolute;
    top: 4px;
    right: -50px;
}

.color-yellow {
    color: #dfbb79 !important;
}

.color-dark-yellow {
    color: #bd9661 !important;
}

.sidebar-divider {
    width: 100%;
    text-align: center;
    margin: 50px 0 10px 0;
    float: left;
}

.sidebar-divider img {
    margin: 0 auto;
    max-width: 100%;
}

.sidebar-list, .sidebar-list ul {
    float: left;
    width: 100%;
}

.sidebar-list > span {
    padding: 5px 10px 10px 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}

.sidebar-list ul li {
    float: left;
    width: 100%;
    text-align: left;
    list-style-type: none;
    border-bottom: 1px solid #d7d7d7;
}

.sidebar-list ul {
    padding: 0;
    margin: 0;
}

.sidebar-list ul li a {
    text-decoration: none;
    padding: 10px;
    display: block;
    color: #797775;
    transition-duration: 0.2s;
    font-size: 13px;
}

.sidebar-list ul li a:hover {
    color: #bd9661;
}

.footer-search-box {
    position: relative;
}

.footer-search-box .search_box {
    margin-bottom: 0 !important;
    position: absolute;
    z-index: 999;
    left: 50%;
    margin-left: -185px;
    bottom: -56px;
}

main.announcements .news_and_announcements_vertical_slider_item {
    padding-bottom: 8.7px !important;
    margin-bottom: 8.7px !important;
}

.detail > img {
    width: 100%;
}

.detail-content {
    float: center;
    width: 100%;
    padding: 15px 25px;
}

.detail-content .detail-date {
    margin-bottom: 15px;
}


.detail-prev-next-buttons {
    float: left;
    width: 100%;
}

.detail-prev-next-buttons > div {
    width: 50%;
    float: left;
}

.detail-prev-button {
    float: left;
}

.detail-prev-button i {
    background: #979797;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px;
    text-align: center;
    line-height: 31px;
    font-size: 23px;
    color: #fff;
    border-radius: 100%;
}

.detail-prev-button span {
    float: left;
    width: calc(100% - 42px);
    line-height: 31px;
}

.detail-next-button {
    float: right;
}

.detail-next-button i {
    background: #979797;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 10px;
    text-align: center;
    line-height: 31px;
    font-size: 23px;
    color: #fff;
    border-radius: 100%;
}

.detail-next-button span {
    float: right;
    width: calc(100% - 42px);
    line-height: 31px;
    text-align: right;
}

.detail-prev-next-buttons a {
    color: #545454;
    transition-duration: 0.2s;
}

.detail-prev-next-buttons a:hover {
    color: #bd9661;
}

.footer_quick_menu {
    margin-top: 10px;
    padding-top: 12px;
}

.footer_quick_menu, .footer_quick_menu ul {
    float: left;
    width: 100%;
}

.footer_quick_menu ul li {
    float: left;
    width: calc((100% - 220px) / 8);
    list-style-type: none;
    text-align: center;
    line-height: 16px;
    font-weight: 500;
}
.footer_quick_menu ul li.ulasim {
    width: 80px;
}
.footer_quick_menu ul li.bakim-onarim {
    width: 140px;
}

.footer_quick_menu ul li a {
    font-size: 12px;
    text-align: center;
    color: #737373;
    text-decoration: none;
    transition-duration: 0.2s;
}

.footer_quick_menu ul li a:hover {
    color: #bd9661;
}


.scroll-downs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 23px;
    height: 43px;
}

.mousey {
    width: 3px;
    padding: 1px 8px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 7px;
    margin-left: -2px;
    height: 7px;
    border-radius: 100%;
    border: 2px solid white;
    animation-name: scroll;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.scroll-for-slider {
    position: absolute;
    bottom: 70px;
    width: 72px;
    height: 72px;
    margin-left: -36px;
    left: 50%;
    border: 1px dashed #fff;
    border-radius: 100%;
    cursor: pointer;
}

.scroll-arrow-for-slider {
    color: #949494;
    position: absolute;
    font-size: 19px;
    left: 50%;
    margin-left: -5px;
    bottom: 16px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.footer_quick_menu ul {
    margin-bottom: 0;
}
.footer-menu-container {
    float: left;
    width: 100%;
    background: #e8d6b6;
    margin: 10px 0;
}

.font-17 {
    font-size: 17px !important;
}
.visibility-hidden {
    visibility: hidden !important;
}
.footer_links li h6 {
    font-size: 16px;
    margin-bottom: 6px;
}
.pagination {
    display: inline-block;
}

.pagination a {
    color: dimgrey;
    float: left;
    padding: 3px 9px;
    text-decoration: none;
    font-size: 13px;
}

.pagination a.active {
    background-color: #dfbb76;
    color: white;
}

.pagination a:hover:not(.active) {
    color: #bd9661;
}
.pagination a.disabled {
    color: #a0a0a0 !important;
    pointer-events: none;
}
.mt15 {
    margin-top: 15px !important;
}

main.homepage .news_and_announcements_vertical_slider_item .news_image {
    width: 56px;
    height: 56px;
}
main.homepage .news_and_announcements_vertical_slider_item .news_title {
    height: 38px;
}
main.homepage .news_and_announcements_vertical_slider_item .news_title h6 {
    font-size: 15px;
}
.gallery-page, .gallery-page ul {
    float: left;
    width: 100%;
}

.gallery-page ul li {
    float: left;
    width: calc(33.33% - 10px);
    margin: 5px;
    list-style-type: none;

}

.gallery-page ul li div {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.gallery-page ul {
    padding-left: 0;
}


.gallery-page ul li div a {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-block {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.contact-block h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 10px 0;
    font-size: 15px;
    color: #4a4a4a;
}

.contact-block p {
    margin-bottom: 0;
}

.contact-block b {
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

.contact-block p span {
    line-height: 18px;
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
.contact-block p a {
    color: #555451;
    text-decoration: none;
}

.contact-153-block .white_desc {
    float: left;
    width: 120px;
}

.contact-153-block .white_desc a {
    color: #c79c47;
    text-decoration: none;
}

.contact-153-block .white_desc img {
    float: left;
    margin-right: 8px;
    margin-top: 3px;
    width: 40px;
}

.contact-153-block .white_desc span.number {
    float: left;
    font-size: 21px;
    font-weight: 700;
    margin-top: 14px;
}

.contact-153-block .white_desc span.title {
    float: left;
    font-size: 14px;
    margin-top: -3px;
}
.contact-153-block {
    float: left;
    width: 100%;
    background: #e7e7e7;
    padding: 20px;
    margin: 35px 0 50px 0;
}
.contact-153-content {
    float: left;
    width: calc(100% - 120px);
    margin-top: 8px;
}

.contact-153-content p {
    margin-bottom: 0;
    line-height: 22px;
}

.contact-153-content p a {
    color: #c59948;
    text-decoration: none;
}

.contact-153-content p a:hover {
    color: #b78d39;
}
.contact-social-media {
    float: left;
    width: 100%;
}

.contact-social-media-block {
    float: left;
    width: 100%;
    text-align: center;
}

.contact-social-media h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 15px;
    color: #4a4a4a;
}


.contact-social-media-block a {
    float: left;
    width: 100%;
    text-align: left;
    color: #555451;
    margin-top: 5px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-social-media-block a:hover {
    color: #c69a42;
}

.contact-block p a:hover {
    color: #c69a42;
}

.contact-map {
    float: left;
    width: 100%;
    border: 2px solid #c59948;
    margin: 40px 0;
}
.contact-map iframe {
    width: 100% !important;
}
.justify-text {
    text-align: justify;
}
.justify-text * {
    text-align: justify;
}
.membership-image {
    position: relative;
    width: 100%;
    padding-bottom: 33%;
    padding-top: 100%; /* 16:9 Aspect Ratio */
}

.membership-image-src {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 25px;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
}
.membership-item {
    background: #efdbb7;
    border-radius: 5px;
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
}

.membership-content * {
    font-family: 'Montserrat', sans-serif !important;
}

.membership-content h5 {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin: 0;
    padding: 6px 0;
    height: 46px;
    overflow: hidden;
    display: table;
    font-weight: bold;
}

.membership-content h6 {
    font-size: 14px;
}

.membership-content h5 span {
    display: table-cell;
    vertical-align: middle;
    height: 39px;
    overflow: hidden;
}

.membership-content h5 {
    color: #020202;
}
.membership-content h6 {
    color: #333;
}

.membership-content {
    float: left;
    width: 100%;
}

.membership-content h6 {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.president-contact-form input, .president-contact-form textarea {
    background: #ededec !important;
    border: none;
    color: #bd9661 !important;
    font-size: 16px;
    padding: 26px 20px !important;
}
.president-contact-form input {
    padding: 26px 20px !important;
}
.president-contact-form textarea {
    padding: 16px 20px !important;
    min-height: 200px;
    resize: none;
}

.president-contact-form input::-webkit-input-placeholder, /* Edge */
.president-contact-form textarea::-webkit-input-placeholder { /* Edge */
    color: #bd9661;
}

.president-contact-form input:-ms-input-placeholder, /* Internet Explorer 10-11 */
.president-contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bd9661;
}

.president-contact-form input::placeholder,
.president-contact-form textarea::placeholder {
    color: #bd9661;
}

.president-contact-form .form-group {
    margin-bottom: 30px;
}

.president-contact-form {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.president-contact-form-submit {
    float: right;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 35px;
    border-color: #dfbc78 !important;
    background: #dfbc78 !important;
    font-weight: 600;
}

.president-contact-form-submit:hover {
    background: #caa866 !important;
    border-color: #caa866 !important;
}
.president-contact-form form {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.footer-designer-link, .footer-designer-link a {
    color: #555451;
    clear: both;
    padding-top: 10px;
    font-size: 12px;
}