@import url("/libraries/slick/slick/slick-theme.css");

* {
    outline: none;
}

a:hover {
    color: #012f87 !important;
}

body {
    font-family: 'Barlow', sans-serif;
    color: #292929;
    font-size: 15px;
}

main:not(.homepage) article {
    min-height: 250px;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ced4d9;
    border-color: #ced4d9;
}

img {
    max-width: 100%;
}

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

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

a {
    color: #2e3840;
    text-decoration: none;
    font-weight: 600;
}

main {
    z-index: 3;
}

.logo {
    height: 72px;
    margin: 10px 0;
}

.logo a {
    display: block;
}

.logo div, .logo a,
.logo img {
    height: 100%;
}

.logo-menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

header.header {
    position: relative;
}

header.header .header-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.header-right {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.cevre-sehircilik-logo {
    text-align: center;
    height: 80px;
}

.cevre-sehircilik-logo div,
.cevre-sehircilik-logo img {
    height: 100%;
}

.cevre-search-container {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.search {
    margin-top: 14px;
    width: 180px;
    position: relative;
}

.search input {
    border-radius: 25px;
    font-size: 14px;
    border-color: #ececec !important;
    padding-right: 28px;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1) !important;
}

.search input:focus {
    outline: none !important;
}

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

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

.search input::placeholder {
    color: #ddd;
}

.year-banner {
    height: 86px;
    display: flex;
    align-items: start;
    flex-direction: row;
}

.year-banner div,
.year-banner img {
    height: 100%;
}

.year-banner img {
    float: left;
}

.year-banner .language-link .links {
    float: left;
    margin-top: 15px;
    margin-left: -10px;
    list-style: none;
    padding: 0;
}

.year-banner .language-link .is-active {
    display: none;
}

.year-banner .language-link {
    float: left;
    margin-top: 10px;
    margin-left: -5px;
}

.year-banner .language-link .tr a::before {
    content: 'TR';
}

.year-banner .language-link .en a::before {
    content: 'ENG';
}

.year-banner .language-link a::before {
    font-size: 14px;
}

.year-banner .language-link a {
    color: #ea8001;
    text-decoration: none;
    font-weight: 600;
    font-size: 0;
}

.phone-number {
    font-size: 13px;
    margin-top: 20px;
    margin-left: 25px;
}

.phone-number a {
    text-decoration: none;
    font-weight: 700;
    color: #002e87;
}

.menu-divider {
    margin-top: 10px;
    background-image: url("../images/header-divider-with-bg.png");
    background-position: top center;
    background-size: cover;
    height: 60px;
    background-repeat: no-repeat;
    padding: 15px;
    text-align: center;
    position: relative;
}

.menu-divider span {
    font-weight: 300;
    font-size: 17px;
    color: #656565;
}

header .ataturk {
    height: 155px;
    position: absolute;
    top: 0;
    left: 20px;
}

header .ataturk div,
header .ataturk img {
    height: 100%;
}

.header-logos ul {
    padding: 0;
}

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

.header-logos {
    position: absolute;
    width: 100%;
    top: 0;
    right: 15px;
}

.header-logos > ul {
    float: right;
}

.header-logos > ul > li img {
    height: 26px;
}

.header-logos > ul > li {
    margin-left: 25px;
    float: left;
}

.header-logos > ul > li:nth-child(3) img {
    height: 20px;
    margin-right: -6px;
}

.header-logos > ul > li:nth-child(2) img {
    margin-top: -6px;
}

ul.social-media-links li {
    float: left;
    margin-left: 15px;
}

ul.social-media-links li img {
    height: 20px;
}

#block-tkgm2-anasayfa-slayt {
    color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin-bottom: 60px;
}

.service-big {
    float: left;
    width: 100%;
}

.service-big .service-image {
    width: 130px;
    float: left;
    margin: 10px 10px 0 -30px;
}

.service-big .service-content {
    float: left;
    width: calc(100% - 125px);
}

.service-big .service-content p {
    font-size: 13px;
}

.service-big .service-content h4 {
    font-size: 14px;
    border-bottom: 3px solid #173c71;
    padding-bottom: 7px;
    font-weight: 700;
}

.service-big .service-content h4 a {
    color: #ec8001;
    text-decoration: none;
}

.service-small .service-content h4 {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    border-bottom: 2px solid #3164a3;
    text-align: center;
    color: #3164a3;
}

.service-small {
    display: flex;
}

.service-small .service-image {
    margin-right: 15px;
    width: 84px;
}

.service-small .service-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.small-service-button {
    color: #4d98d0;
    border-color: #ec8001 !important;
    border-radius: 8px !important;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 2px;
    font-weight: 600;
    position: relative;
}

.small-service-button img {
    position: absolute;
    top: 15px;
    right: -5px;
    width: 24px !important;
    height: 27px !important;
}

.small-service-button:hover {
    background: #fff;
    color: #3164a3;
}


.small-services {
    margin-bottom: 50px;
}

.small-services .owl-stage-outer {
    padding: 15px 0;
}

.service-big .service-content .big-service-button {
    margin-top: 15px;
    font-size: 14px;
}

.big-service-button {
    color: #e3803a;
    border-color: #4e97d0 !important;
    border-radius: 8px !important;
    padding-left: 28px;
    padding-right: 28px;
    border-width: 2px;
    font-weight: 600;
    position: relative;
}

.big-service-button img {
    position: absolute;
    top: 15px;
    right: -5px;
    width: 30px !important;
    height: 34px !important;
}

.big-service-button:hover {
    background: transparent !important;
    color: #ec8001;
}

#block-tkgm2-veriler,
.counter-slider .counter-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    margin: 30px;
}

#views-bootstrap-tkgm-veriler-bg-block-1 {
    margin: 0 auto;
}

.counter-slider {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding-left: 15px;
    padding-right: 15px;
}

.counter-field {
    font-weight: 900;
    font-size: 23px;
}

.counter-text {
    font-size: 12px;
    margin-top: 5px;
}

.project-field {
    position: relative;
}

.project-field .big-service-button {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.big-service-button.btn-sm img {
    width: 23px !important;
    height: 26px !important;
}


.big-service-button.btn-sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.project-field {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.field-title {
    font-size: 25px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 5px;
    border-bottom: 3px solid #f2a058;
    display: inline-block;
    padding-right: 10px;
    color: #607c97;
}

.field-title.text-dark {
    color: #2e3840 !important;
}

.news-field {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #efefef;
    float: left;
    width: 100%;
}

.news-slider .owl-stage-outer {
    padding-bottom: 5px;
    padding-right: 5px;
}

.news-content {
    padding: 15px;
    float: left;
    width: 100%;
}

.news-container .views-field-title {
    line-height: 1.2;
    font-size: 13px;
    height: 45px;
    overflow: hidden;
    font-weight: 600;
    text-transform: uppercase;
    color: #2e3840;
    font-family: 'Montserrat', sans-serif;
    margin: 15px;
}

.news-container .views-field-title .field-content a {
    color: #2e3840;
    text-decoration: none;
}

.news-container .duyurutarih {
    font-size: 9px;
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

.news-container .duyurutarih, .announce-container .duyurutarih {
    color: #7d7d7d;
    font-size: 11px;
}

.announce-container .duyurutarih span {
    display: none;
}

.news-container .views-field-body {
    font-size: 12px;
    float: left;
    width: calc(100% - 30px);
    overflow: hidden;
    height: 108px;
    margin: 0 15px 13px 15px;
}

.news-container .views-field-body a {
    color: #2e3741;
    text-decoration: none;
    margin-top: 5px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.news-container .views-field-created {
    font-size: 9px;
    float: left;
    width: 100%;
    margin: 0 15px 3px 15px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #f2a058 !important;
}

.classic-button {
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 0;
}

.classic-button.btn-dark {
    background: #aba7a6;
    border-color: #aba7a6;
}

.classic-button.btn-dark:hover {
    background: #a5a1a0 !important;
    border-color: #a5a1a0 !important;
}

.classic-button.btn-info {
    background: #956097;
    border-color: #956097;
    color: #fff !important;
}

.classic-button.btn-info:hover {
    background: #956097 !important;
    border-color: #956097 !important;
}

.news-border {
    width: 100%;
    float: left;
    height: 30px;
    background: #e7e5e3;
    margin-top: 20px;
}

.announce-container {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #efefef;
    padding: 0 15px;
    overflow-y: auto;
    height: 333px;
}

.announce-container ul {
    padding: 0;
    width: 100%;
}

.announce-container ul li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px dashed #999;
}

.announce-container ul li a {
    text-decoration: none;
    color: #2e3840;
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
}

.announce-container ul li span {
    color: #7d7d7d;
    font-size: 11px;
}

.announce-button {
    margin-top: 15px;
}

.activity-field {
    width: 100%;
    height: 158px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #efefef;
    padding: 15px 20px;
}

.activity-field img:not(.activity-book) {
    height: 35px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.activity-field span {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
}

.activity-field {
    position: relative;
}

.activity-field a {
    position: absolute;
    left: 20px;
    bottom: 10px;
    text-decoration: none;
    color: #9f5c9b;
    font-size: 14px;
    font-weight: 700;
}

.activity-field img.activity-book {
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.activity-field.edergi img.activity-book {
    right: 15px;
}

.activity-field.makaleler .activity-book {
    height: 105px;
    top: 51px;
}

.activity-field.edergi, .activity-field.makaleler {
    margin-bottom: 16px;
}

.activity-field {
    overflow: hidden;
}

.activity-field.sanal-muze img.activity-book {
    height: 85px;
    top: 61px;
    right: 13px;
}

.activity-field.e-egitim img.activity-book {
    height: 81px;
    top: auto;
    bottom: -4px;
}

.activity-field img.activity-book {
    z-index: -1;
}

.activity-container .classic-button {
    margin-top: 15px;
}

.news-border-space {
    margin-top: 90px;
}

footer {
    background: #1c2433;
    padding-bottom: 40px;
}

footer a {
    text-decoration: none;
    color: #a5bfee
}

.footer-logo img {
    max-height: 130px;
}

.footer-list h4 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.footer-list h4:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 7px;
    left: -15px;
    background: #ec8101;
}

.footer-list ul {
    padding: 0;
}

.footer-list ul li {
    list-style: none;
}

.footer-list ul li a {
    font-size: 13px;
    transition-duration: 0.2s;
}

.footer-list ul li a:hover {
    color: #b2c9f3;
}

.footer-logos {
    width: 90px;
    margin-right: 30px;
    float: left;
}

.footer-logos img {
    width: 100%;
}

.footer-logos a:last-child img {
    width: 65px;
    margin-top: 20px;
    margin-left: 5px;
}

.footer-contact {
    width: calc(100% - 120px);
    float: left;
}

.footer-logos a {
    display: block;
}

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

ul.footer-social-media li {
    list-style: none;
    float: left;
    margin-right: 25px;
}

ul.footer-social-media li:last-child {
    margin-right: 0;
}

ul.footer-social-media li i {
    font-size: 20px;
    color: #ec8101;
}

footer > .container-xxl {
    padding: 30px;
}

.footer-address {
    font-size: 13px;
    margin-top: 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #ec8101;
}

.footer-number {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #b2b3b5;
}

.footer-number a {
    color: #b2b3b5;
    transition-duration: 0.2s;
}

.footer-number a:hover {
    color: #c6c7ca;
}

.footer-totals {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
}

.footer-green {
    margin-top: 25px;
    padding: 15px;
}

.footer-green ul {
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0;
}

.footer-green ul li {
    list-style: none;
    margin-right: 30px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
}

.footer-green {
    background: #288194;
}

.footer-green ul li a {
    color: #fff;
}

.footer-green ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 6px;
    left: -17px;
    background: #ec8101;
}

.footer-green ul li:first-child:before {
    background: transparent !important;
}

footer ul {
    margin-bottom: 0;
}

.search i {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #bdbdbd;
    z-index: 9999;
    cursor: pointer;
}

.news-link i {
    margin-left: 6px;
}

.activity-field i {
    margin-left: 6px;
    color: #4e4e4e;
}

.classic-button i {
    font-size: 14px;
    margin-left: 5px;
}

main:not(.homepage) {
    padding-bottom: 50px;
}

main:not(.homepage) .menu-divider-bottom {
    margin-top: -30px;
}

/* NOT REVIEWED */
.bottom-divider {
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
}

.menu-divider-bottom {
    position: relative;
}

.sub-page-news a {
    display: block;
}

.sug-page-news-box {
    float: left;
    width: 50px;
    height: 50px;
    background: #dabd7f;
}

.sug-page-news-content {
    float: left;
    width: calc(100% - 50px);
}

.sug-page-news-content h4 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 0;
}

.sug-page-news-content {
    padding: 7px;
}

.sug-page-news-content span {
    font-size: 14px;
}

.sug-page-news-content {
    background: #edeef0;
    height: 50px;
    overflow: hidden;
    color: #5f6062;
}

.owl-nav {
    margin-top: 0 !important;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    margin: -21px 0 0 0 !important;
    border-radius: 100% !important;
}

.owl-nav button span {
    font-size: 50px;
    line-height: 37px;
    float: left;
    margin-top: -10px;
    margin-left: 13px;
}

.owl-nav button.owl-prev span {
    margin-left: 11px !important;
}

.owl-nav button.owl-next {
    right: -21px;
}

.owl-nav button.owl-prev {
    left: -21px;
}

.secondary-divider .service-divider {
    margin-top: 0;
}

/*.service-divider {
    margin-top: -50px;
}*/

.region-home-bottom-content .service-divider {
    margin: 0;
}

.footer-top-logos {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.footer-top-logos .header-logos {
    margin-top: 0;
    position: unset;
    width: auto;
}

.footer-top-logos {
    width: 100%;
    margin-top: -20px;
}

.footer-top-logos .header-logos > ul {
    float: none;
}

.footer-top-logos .header-logos ul li {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}

.footer-top-logos .header-logos ul li:before {
    position: absolute;
    width: 1px;
    height: 50px;
    content: '';
    left: 0;
    top: -10px;
    background: rgba(247, 247, 247, 1);
    background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(133, 133, 133, 1) 50%, rgba(247, 247, 247, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(50%, rgba(133, 133, 133, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(133, 133, 133, 1) 50%, rgba(247, 247, 247, 1) 100%);
    background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(133, 133, 133, 1) 50%, rgba(247, 247, 247, 1) 100%);
    background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(133, 133, 133, 1) 50%, rgba(247, 247, 247, 1) 100%);
    background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(133, 133, 133, 1) 50%, rgba(247, 247, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=0);
}

.footer-top-logos .header-logos ul li:first-child:before {
    display: none !important;
}

.footer-top-logos .header-logos ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.footer-top-logos .header-logos > ul > li:last-child img {
    height: 23px;
}

.search form {
    margin-bottom: 0;
}

.text-justify {
    text-align: justify;
}

.project-list-title h3 {
    float: left;
    color: #607c97;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin-right: 10px;
    border-bottom: 4px solid #d9bc7e;
    padding-bottom: 5px;
}

.project-list {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.project-list ul {
    padding-left: 0;
}

.project-list ul li {
    list-style: none;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #dabd7f;
}

.project-list ul li:first-child {
    border-top: 1px dashed #dabd7f;
}

.project-list ul li a {
    transition-duration: 0.2s;
    text-decoration: none;
    color: #2e3840;
}

.project-list ul li a:hover {
    color: #030304;
}

.project-list ul li:before {
    width: 6px;
    height: 6px;
    background: #dabd7f;
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
}

.w-full {
    width: 100%;
    float: left;
}

strong {
    font-weight: 600;
}

.font-barlow {
    font-family: 'Barlow', sans-serif;
}

p {
    margin-bottom: 10px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-video {
    float: left;
    width: 370px;
    margin-right: 20px;
}

.project-video-content {
    float: left;
    width: calc(100% - 390px);
}

.project-video-content h4 {
    color: #956097;
    font-size: 22px;
}

.project-video-content span {
    font-weight: 500;
}

.project-custom-bg {
    width: 100%;
    background: #d9d1d9;
    font-weight: 600;
    padding: 15px;
}

.line-height-30 {
    line-height: 30px;
}

.project-odul {
    background: #f7f1eb;
    padding: 30px;
}

.project-odul {
    max-width: 260px;
}

.project-odul img {
    margin-bottom: 15px;
}

.project-odul span {
    color: #956097;
    font-size: 18px;
}

.project-birim {
    width: 100%;
    padding-top: 20px;
    border-top: 1px dashed #956097;
}

.project-birim h5 {
    color: #956097;
    font-weight: 600;
    font-size: 20px;
}

.project-birim span {
    font-size: 19px;
}

.footer-list h4 {
    color: #a5bfee;
}

.slick-arrow::before {
    color: #fff;
}

.slick-dots li {
    margin: 0;
}

#block-tkgm2-anasayfa-slayt .slick-dots li button:before {
    color: #ec8101;
    opacity: .25;
    content: '■';
    font-size: 20px;
}

#block-tkgm2-anasayfa-slayt .slick-dots li.slick-active button:before {
    opacity: .75;
}

.news-container .slick-dots li button:before {
    color: #D6D6D6;
    content: '●';
    font-size: 18px;
    opacity: 1;
}

.news-container .slick-dots li:hover button:before {
    color: #869791;
}

.news-container .slick-dots li.slick-active button:before {
    color: #f2a058;
}

#block-tkgm2-anasayfa-slayt .slick-slide {
    position: relative;
}

.slick-prev, .slick-next {
  width: auto;
  height: auto;
}

.slick-prev {
  left: 5px;
}

.slick__arrow button::before {
  font-size: 60px;
  line-height: 10px;
  margin: 0 !important;
}

.slick-prev::before {
    content: '‹';
}

.slick-next {
    right: 5px;
}

.slick-next::before {
    content: '›';
}

#block-tkgm2-anasayfa-slayt .manset-color {
    display: none;
}

#block-tkgm2-anasayfa-slayt .slide__caption {
    right: 10px;
    top: 20%;
    width: 550px;
    min-height: 90px;
    max-height: 200px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    left: auto;
    display: none !important;
}

.views-field-field-tgkm2-manset-baslik {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
}

.views-field-field-tkgm2-manset-metin {
    font-size: 15px;
    color: #fff;
    transform-origin: 50% 50%;
    z-index: 1;
    transform-style: preserve-3d;
}

#block-tkgm2-anasayfa-slayt .view-footer {
    display: none;
}

.news-container h2,
.announcement-container h2,
.tenders-container h2 {
    font-size: 25px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 5px;
    border-bottom: 3px solid #f2a058;
    display: inline-block;
    padding-right: 10px;
    color: #607c97;
}

.news-container h2 {
    color: #2e3840 !important;
}

.local-news-container h2 {
    color: #6d9cc8 !important;
}

.tenders-container h2 {
    color: #6d9cc8 !important;
}

#block-tkgm2-anasayfa-faaliyetler .slick-slide,
#block-tkgm2-anasayfa-birimhaberler .slick-slide {
    margin-right: 10px;
}

#block-tkgm2-anasayfa-faaliyetler .slick__slide,
#block-tkgm2-anasayfa-birimhaberler .slick__slide {
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
    border: 1px solid #efefef;
    float: left;
    width: 100%;
}

footer .region-footer {
    padding: 0;
}


.views-field-field-manset-faaliyetler-resim,
.views-field-field-haber-slayt-resim {
  border-bottom: 1px solid #ececec;
}
.slick.blazy {
  position: relative;
}
@keyframes slide_caption_animation {
  0% {
    right: 200px;
  }

  100% {
    right: 10px;
  }
}


/* The element to apply the animation to */
.slide__caption {
  animation-name: slide_caption_animation;
  animation-duration: 4s;
  animation-delay: 3s;
}

.views-field-field-manset-faaliyetler-resim,
.views-field-field-haber-slayt-resim {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.region-content {
    padding: 0;
}

.header3 {
    text-align: center;
    margin-top: 15px;
}

.header3 h1, .header4 h1 {
    font-size: 18px;
    font-weight: 600;
    color: #173c71;
}

.header4 {
    text-align: center;
    margin-top: 12px;
}

.seperated-page .header4 {
    text-align: left;
    margin-top: 0;
}

.seperated-page .header4 .secondary-divider {
    display: none;
}

.header3 h1 {
    text-transform: uppercase;
}

.secondary-divider {
    margin-top: -20px;
}

.block-superfish {
    clear: both;
}

.sf-menu {
    text-transform: uppercase;
    padding: 0;
    width: 100% !important;
}

.sf-menu li {
    list-style: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 10px 10px 30px;
}

ul.sf-menu li {
    float: none;
}

.sf-menu li a, .sf-menu li span {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    display: block;
    /* padding: 10px 10px 10px 30px; */
    color: #878a8e;
    position: relative;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

.sf-menu li:hover > a, .sf-menu li:hover > span,
.sf-menu li.active-trail > a, .sf-menu li.active-trail > span {
    color: #f48a31;
}

.sf-menu li:hover > a:before, .sf-menu li:hover > span:before,
.sf-menu li.active-trail > a:before, .sf-menu li.active-trail > span:before {
    background: #f48a31;
}

.sf-menu li a:before, .sf-menu li span:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    left: 5px;
    top: 15px;
    background: #878a8e;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

.flexslider .slides {
    float: left;
}

.flex-control-thumbs {
    width: 280px;
    float: left;
}

.show-more a,
.region-sidebar-first .view-header .tums {
    float: left;
    width: 50px;
    color: #797875;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #dabd7f;
    position: relative;
    font-size: 14px;
}

.show-more a::before,
.region-sidebar-first .view-header .tums::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 5px;
    background: #dabd7f;
    right: 15px;
    bottom: -3px;
}

.region-sidebar-first h2 {
    color: #607c97;
    font-size: 16px;
    font-weight: 700;
    padding-right: 20px;
    position: relative;
    margin-right: 10px;
}

.region-sidebar-first .view-header .tums i {
    display: none;
    width: auto;
}

.region-sidebar-first .block-views {
    margin-top: 30px;
}

.region-sidebar-first .block-views > div {
    position: relative;
}

.region-sidebar-first .block-views .view-header {
    position: absolute;
    right: 0;
    top: -30px;
}

.region-sidebar-first .block-views .view-content span {
    float: left;
    width: 100%;
    font-size: 13px;
}

.region-sidebar-first .block-views .view-content a {
    text-decoration: none;
    font-size: 15px;
    color: #2e3840;
    transition-duration: 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    float: left;
}

.region-sidebar-first .slick__arrow {
  display: none;
}

.slick-vertical .slick-slide {
    border-bottom: 1px dashed #dabd7f;
    padding: 10px 0;
}

.menu-divider {
    height: 50px;
    margin-bottom: -40px;
}

.header2 {
    text-align: center;
    position: relative;
    height: 30px;
    z-index: 2;
    margin-top: 5px;
    margin-bottom: 15px;
}

.header2 span {
    font-weight: 300;
    font-size: 17px;
    color: #656565;
}

.media--loading:not([data-animation])::before, .is-b-loading:not([data-animation])::before {
    background-color: #fea956 !important;
}


.view-bolge-duyuru .slick-arrow {
  display: none !important;
}

#block-superfishistanbul-bolge-menu > .menu {
  display: block !important;
}

.view-bolge-duyuru .slick-arrow {
  display: none !important;
}

.views-field-field-manset-faaliyetler-resim img,
.views-field-field-haber-slayt-resim img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.views-field-field-manset-faaliyetler-resim > .field-content,
.views-field-field-haber-slayt-resim > .field-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.view-id-duyuru .views-field-field-manset-faaliyetler-resim,
.view-id-duyuru .views-field-field-haber-slayt-resim {
  padding-bottom: 56.25% !important;
}

.view-id-duyuru .views-col {
  float: left;
  margin: 0 10px 20px 10px;
}

.view-id-duyuru .views-col .views-field-title {
  margin-top: 5px;
}

.view-id-duyuru .views-col .views-field-title a {
  font-weight: 500;
  font-size: 14px;
}

.view-id-duyuru .duyurutarih {
  margin-bottom: 5px;
}


.form-type-select select {
  font-size: 13px;
  height: 38px;
}

.form-type-textfield input {
  font-size: 13px;
  height: 38px;
}

.form-item > label {
  font-weight: 500;
  margin-bottom: 3px;
  width: 100%;
}


.view-lihkab-iletisim-adresleri .views-field-field-lihkab-ad-soyad > span,
.view-lihkab-iletisim-adresleri .views-field-field-lihkabtelefon > span,
.view-lihkab-iletisim-adresleri .views-field-field-likab-buro-no > span,
.view-lihkab-iletisim-adresleri .views-field-field-lisans-no > span,
.view-lihkab-iletisim-adresleri .views-field-field-bagli-oldugu-il > span,
.view-lihkab-iletisim-adresleri .views-field-field-likab-adres > span {
  float: left;
  width: 110px;
  font-size: 14px;
  font-weight: 500;
}

.view-lihkab-iletisim-adresleri .views-field-title a {
  color: #ea7e04;
  margin-bottom: 7px;
  display: block;
}


.view-lihkab-iletisim-adresleri .views-field-field-likab-adres {
  height: 66px;
  overflow: hidden;
}

.view-lihkab-iletisim-adresleri .js-form-item {
  float: left;
  width: calc(25% - 20px);
  margin: 15px 10px;
}

.view-lihkab-iletisim-adresleri .js-form-item .chosen-container {
  width: 100% !important;
  min-width: auto !important;
}

.node--type-takbis-kitap .field__label {
  margin-bottom: 10px;
}

.node--type-takbis-kitap .field__items {
  margin-bottom: 20px;
}

.view-id-haberler_arsiv .views-row .views-col .views-field-title a,
.view-id-baskanlik_tamamlanan_projeler .views-field-title a {
  font-size: 14px;
}

.view-id-haberler_arsiv .views-row .views-col .views-field-created,
.view-id-baskanlik_tamamlanan_projeler .views-field-created {
  margin-bottom: 5px;
}

.field--name-field-resims-tkgm .field__item a,
.node--type-baskanlik-icerik .field__items .field__item a,
.node--type-bolge-icerik .field__items .field__item a {
  display: block;
}

.field--name-field-resims-tkgm .field__item a img,
.node--type-baskanlik-icerik .field__items .field__item a img,
.node--type-bolge-icerik .field__items .field__item a img {
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.field--name-field-resims-tkgm {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.field--name-field-resims-tkgm .field__item,
.node--type-baskanlik-icerik .field__items .field__item,
.node--type-bolge-icerik .field__items .field__item{
  position: relative;
  overflow: hidden;
  padding-top: 15%;
  float: left;
}
.sayfatarihi {
  color: #f48930;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.view-id-bagli_birimler .item-list .views-field-title a,
.baskanliklar ul li a {
  text-transform: uppercase;
}
.node--type-baskanlik-icerik .field__items,
.node--type-bolge-icerik .field__items {
  margin-top: 20px;
}

.vtarih {
  color: #f48930;
  font-size: 12px;
  font-weight: 500;
  margin: 3px 0;
  float: left;
  width: 100%;
  text-align: left;
}

.vtitle {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 13px;
  overflow: hidden;
  height: 38px;
}

.view-anasayfa-video .views-row .views-col .cercevevd {
  position: relative;
  padding-top: 56.25%;
}

.view-anasayfa-video .views-row .views-col .cercevevd a, .view-anasayfa-video .views-row .views-col .cercevevd img {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.view-anasayfa-video .views-row .views-col .cercevevd img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.view-anasayfa-video .views-row .views-col .cercevevd > a > i {
  width: 36px;
  height: 36px;
  top: 50% !important;
  margin-top: -18px !important;
  left: 50% !important;
  margin-left: -18px !important;
}

.view-manset-slayt .slide__content a {
  display: block;
}

.slick__arrow button {
  height: 30px;
}

.field--name-field-dosya .field__item {
  float: left;
  width: 100% !important;
}

.field--name-field-dosya {
  float: left;
  width: 100%;
}
.field--name-field-dosya .field__item {
  width: 100%;
  padding: 20px 0 !important;
}
