﻿body {
    /*background-image: url('../images/site-bg.png');
    background-position: top center;
    background-repeat: no-repeat;*/
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    background: #e2edfc url('/_catalogs/masterpage/dhmi/Assets/images/hl-eskiz.png') no-repeat center -15px !important;
    overflow-x: hidden;
}

.gradient-bg-4 {

	background: #fff;
	
	background: -moz-linear-gradient(top, #fff 0%, #fff  100%);
	
	background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
	
	background: linear-gradient(to bottom, #fff 0%, #fff 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
}
.gradient-bg-5 {

	background: #aee1ea;
	
	background: -moz-linear-gradient(top, #aee1ea 0%, #aee1ea 100%);
	
	background: -webkit-linear-gradient(top, #aee1ea 0%, #aee1ea 100%);
	
	background: linear-gradient(to bottom, #aee1ea 0%, #aee1ea 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aee1ea', endColorstr='#aee1ea', GradientType=0);
}

#header {
    z-index: 1000;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a:visited {
color: inherit;
}

.hover-color-white:hover {
    color: #FFF;
}

.color-gray-1 {
    color: #6c7786;
}

.color-gray-2 {
    color: #5d646c;
}

.color-gray-3 {
    color: #818a97;
}

.color-blue-1 {
    color: #097bff;
}

.color-blue-2 {
    color: #a5c4ff;
}

.color-blue-3 {
    color: #525b69;
}

.color-white {
    color: #FFF;
}

.overflow-hidden {
    overflow: hidden;
}

*:hover.hover-opacity-8 {
    opacity: 0.8;
}

.bg-black-1 {
    background-color: #222831;
}

.bg-blue-1 {
    background-color: #097bfe;
}

.bg-blue-2 {
    background-color: #097bff;
}

.bg-turquoise-1 {
    background-color: #2acdf8;
}

.border-blue-2px {
    border: 2px solid #097bff;
}

.border-blue-4px {
    border: 4px solid #097bff;
}
	.flight-board-center{
		width:50% !important;
	}

@media (min-width: 1465px) {
    .container {
        max-width: 1298px !important;
    }

    .overflow-div {
        margin: 0 -87px;
    }

    .overflow-div-inside {
        margin: 0 87px;
    }

    .fly-bg {
        background-image: url('../images/fly-img.png');
        background-repeat: no-repeat;
        background-position: right center;
    }
}

@media (max-width: 1464px) {
    .xl-down-mx-15 {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.radius-8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.radius-15 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.radius-bottom-15 {
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.radius-left-15 {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.radius-25 {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.footer-content {
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 40px 149px 0px rgba(6, 37, 48, 0.4);
    -moz-box-shadow: 0px 40px 149px 0px rgba(6, 37, 48, 0.4);
    box-shadow: 0px 40px 149px 0px rgba(6, 37, 48, 0.4);
}

/*a.footer-link {
    margin:0 15px;
}*/
a:hover.footer-link {
    color: #bebebe;
}

a.social-link {
    width: 48px;
    height: 48px;
    text-align: center;
    background-color: #FFF;
    color: #222831;
    padding: 0 !important;
}

a:hover.social-link {
    background-color: #7b8590;
}

.btn-circle {
    background-color: #eaf2fd;
    display: inline-block;
}

.btn-circle:hover {
    background-color: #d1e0f4;
}

.wh-74 {
    width: 74px;
    height: 74px;
}

.wh-96 {
    width: 96px;
    height: 96px;
}

.box-shadow-1 {
    -webkit-box-shadow: 0px 40px 95px -31px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 40px 95px -31px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 40px 95px -31px rgba(0, 0, 0, 0.44);
}

*:hover.hover-box-shadow-1 {
    -webkit-box-shadow: 0px 40px 95px -31px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 40px 95px -31px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 40px 95px -31px rgba(0, 0, 0, 0.44);
}

.box-shadow-2 {
    -webkit-box-shadow: 0px 20px 72px -20px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 20px 72px -20px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 20px 72px -20px rgba(0, 0, 0, 0.38);
}

.box-shadow-3 {
    -webkit-box-shadow: 0px 45px 87px 0px rgba(11, 40, 91, 0.64);
    -moz-box-shadow: 0px 45px 87px 0px rgba(11, 40, 91, 0.64);
    box-shadow: 0px 45px 87px 0px rgba(11, 40, 91, 0.64);
}

.box-shadow-4 {
    -webkit-box-shadow: 0px 14px 35px -10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 14px 35px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 14px 35px -10px rgba(0, 0, 0, 0.4) !important;
}

.box-shadow-unset {
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}

.scroll-up {
    top: -38px;
}

.z-inde-2 {
    z-index: 2;
}

.sub-box {
	min-height: 160px !important; 
	height: 160px !important;
    margin-bottom: 40px;
}

.sub-box-btn {
    bottom: -46px;
    left: calc(50% - 46px);
}

.sub-box-btn .btn-circle {
    width: 92px;
    height: 92px;
}

.btn-outline-blue {
    border: 2px solid #097bff;
    color: #097bff;
    border-radius: 15px;
}

.btn-outline-white {
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 50px;
}

.btn-outline-white:visited {
color:#fff !important;
}

.btn-outline-white:hover {
    background-color: #FFF;
    color: #333 !important;
}



.overflow-hidden {
    overflow: hidden;
}

.expand-box {
    /*min-height:420px;*/
}

.hidden {
    display: none;
}

.expand-box figure {
    min-height: 420px;
}

.expand-box-over {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f1f5fc;
}

.custom-figure-1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

.bg-top-center {
    background-position: top center;
}

.expand-box-sub {
    padding: 27px 30px 23px 30px;
    height: 112px;
    width: 101%;
    left: 0;
    bottom: -120px;
    transition: all .5s ease 0s;
}

.expanded-col > .expand-box {
    -webkit-box-shadow: 0px 20px 72px -20px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 20px 72px -20px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 20px 72px -20px rgba(0, 0, 0, 0.38);
}

.expand-col:not(.expanded-col) .expand-box:hover {
    -webkit-box-shadow: 0px 20px 72px -40px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 20px 72px -40px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 20px 72px -40px rgba(0, 0, 0, 0.38);
}

.expanded-col .expand-box-sub {
    bottom: 0;
}

.gradient-bg-1 {
    background: #f2f5fc;
    background: -moz-linear-gradient(top, #f2f5fc 0%, #e8f2fe 100%);
    background: -webkit-linear-gradient(top, #f2f5fc 0%, #e8f2fe 100%);
    background: linear-gradient(to bottom, #f2f5fc 0%, #e8f2fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f5fc', endColorstr='#e8f2fe', GradientType=0);
}

.gradient-bg-2 {
    background: #d2e6fe;
    background: -moz-linear-gradient(top, #d2e6fe 0%, #eff3fb 100%);
    background: -webkit-linear-gradient(top, #d2e6fe 0%, #eff3fb 100%);
    background: linear-gradient(to bottom, #d2e6fe 0%, #eff3fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2e6fe', endColorstr='#eff3fb', GradientType=0);
}

.gradient-bg-3 {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #eff3fb 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #eff3fb 100%);
    background: linear-gradient(to bottom, #fff 0%, #eff3fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2e6fe', endColorstr='#eff3fb', GradientType=0);
}

.expand-col:not(.expanded-col) figure {
    opacity: 0.3;
}

.expand-box-sub-right {
    width: 130px;
}

.expand-box-sub-left {
    width: calc(100% - 155px);
}

.expanded-col .expand-box-over,
.expand-box:not(:hover) .expand-box-over {
    display: none !important;
}

@media (max-width: 991px) {
	body{
		    background-color: #e2edfc;
		    background-image:none;
	}
	.home-carousel .carousel-inner img{	
	   width:100%;
	   height:100%;
    }
    .home-slider-container{
        height:300px !important;
    }
	.flight-board-center{
		width:100% !important;
	}
	.carousel-indicators, .home-slider-change-ul{
	    margin-top:-13px !important;
	}
	.titles{
	display:none;
}
    .expand-box-over {
        display: none !important;
    }

    .expand-box-sub {
        bottom: 0;
    }

    .expand-col figure {
        opacity: unset !important;
    }

    .expand-box {
        -webkit-box-shadow: 0px 20px 72px -40px rgba(0, 0, 0, 0.38) !important;
        -moz-box-shadow: 0px 20px 72px -40px rgba(0, 0, 0, 0.38) !important;
        box-shadow: 0px 20px 72px -40px rgba(0, 0, 0, 0.38) !important;
    }

    .quick-box {
        font-size: 15px;
    }
}

.custom-box figure {
    width: 144px;
    height: 144px;
    margin:0 auto;
}

.custom-box-right {
    width: calc(100% - 168px);
    padding: 32px 0 0 0;
}

.filter-bg {
    padding-bottom: 187px;
}

.filter-content {
    margin-top: -180px;
    z-index: 3;
    min-height: 300px;
}

.fly-table {
    color: #5d646c;
}

.fly-table th {
    padding: 25px 5px 20px 5px;
}

.fly-table td {
    padding: 15px 5px;
}

.durum-kalkti .fa-circle {
    color: #4cfa07;
}

.durum-rotar .fa-circle {
    color: #ff8400;
}

.durum-kontuaracik .fa-circle {
    color: #ffea00;
}

.durum-iptal .fa-circle {
    color: #fb1434;
}

.durum-indi .fa-circle {
    color: #67bb2f;
}

.fly-table tbody tr.active,
.fly-table:not(.no-hover) tbody tr:hover {
    background-color: #f4f8fe;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 38px -2px rgba(24, 66, 115, 0.53);
    -moz-box-shadow: 0px 0px 38px -2px rgba(24, 66, 115, 0.53);
    box-shadow: 0px 0px 38px -2px rgba(24, 66, 115, 0.53);
}

.fly-table tbody tr.active td:nth-last-child(1),
.fly-table:not(.no-hover) tbody tr:hover td:nth-last-child(1) {
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.fly-table tbody tr.active td:nth-child(1),
.fly-table:not(.no-hover) tbody tr:hover td:nth-child(1) {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 15px;
}

.fly-table tbody tr td:nth-child(1),
.fly-table thead tr th:nth-child(1) {
    padding-left: 15px;
}

.filter-form-ilnine {
    padding: 30px 0 0 0;
    vertical-align: top;
    position: relative;
    min-width: 100px;
}

.filter-form-ilnine > label {
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

/*START Switch Box*/
.switch-box {
    display: inline-block;
}

.switch-box > label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.switch-box > label > input[type="radio"] {
    display: none;
}

.switch-box > label > input[type="radio"]:checked + span {
    color: #FFF;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

.switch-box-switch {
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 30px;
    width: 48px;
    height: 24px;
    cursor: pointer;
    position: relative;
    margin: 0 12px;
    vertical-align: middle;
}

.switch-box-switch-circle {
    width: 12px;
    height: 12px;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

.switch-box.switch-box-right .switch-box-switch-circle {
    left: calc(100% - 16px);
    /*right:4px;*/
}

.switch-box.switch-box-blue .switch-box-switch {
    border-color: #097bff;
}

.switch-box.switch-box-blue .switch-box-switch-circle {
    background-color: #097bff;
}

.switch-box.switch-box-blue > label > input[type="radio"] + span {
    color: #80b7f6;
    font-weight: bold;
}

.switch-box.switch-box-blue > label > input[type="radio"]:checked + span {
    color: #097bff;
}

/*END Switch Box*/
.btn-1 {
    min-width: 128px;
    min-height: 44px;
    line-height: 44px;
    color: #097bff;
}

.btn-1:hover {
    color: #547dad;
}

.section-home-slider {
    padding-top: 182px;
}

.quick-menu-container {
    margin-top: 24px;
}

.quick-box {
    display: block;
    min-height: 186px;    color: #FFF;
    -webkit-transition: background-color .5s; /* Safari */
    transition: background-color .5s;
}

a:hover.quick-box {
    background-color: #edf3fc;
    color: #27bbe7 !important;
    -webkit-box-shadow: 0px 20px 72px -20px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 20px 72px -20px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 20px 72px -20px rgba(0, 0, 0, 0.38);
}

.quick-box:not(:hover) .visible-only-quick-box-hover,
.quick-box:hover .visible-only-quick-box-not-hover {
    display: none;
}

.quick-box-content {
    word-wrap: break-word;
}

.home-carousel {
    height: 50%;
}
.home-carousel .carousel-inner img{
	width:100%;
	height:auto;
	border-radius: 15px;
}
.home-carousel .carousel-inner,
.home-carousel .carousel-item {
}

.home-carousel .carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor:pointer;
}

.home-slider-container {
    margin-top: -210px;
    height: 586px;
}

.home-sliders-container {
    height: 1200px;
    width: 100%;
    -webkit-transition: top .5s; /* Safari */
    transition: top .5s;
}

.home-sliders-container.slider-show-duyuru {
    /*top: -600px;*/
}

.home-sliders-container.slider-show-haber {
    /*top: 0;*/
}
.home-sliders-container.slider-show-duyuru .slider-carousel-haber {
    display: none;
}
.home-sliders-container.slider-show-haber .slider-carousel-duyuru {
    display: none;
}
.home-slider-change-ul{
	right:-67px;
	z-index: 3;
	margin-top:180px;
}
.home-slider-change-ul > li{
	margin:0 0 26.5px 0;
}
.home-slider-change-btn {
	width: 48px;
    height: 48px;
    border: 2px solid #FFF;
    z-index: 3;
    border-radius: 30%;
    padding: 10px;
    text-align: center;
    overflow: hidden;
}
.home-slider-change-btn:hover{
	background-color:rgba(255,255,255,0.2);
}
.home-slider-change-btn:not(.active) .visible-only-active,
.home-slider-change-btn.active .visible-only-not-active {
    display: none;
}

*/
.home-slider-change-btn-haber {
    top: 181px;
}

.home-slider-change-btn-duyuru {
    top: 256px;
}
.home-slider-change-btn-tanitimfilmleri {
    top: 330px;
}

.home-slider-change-btn-dhmi-tv {
    top: 404px;
}

.home-slider-change-btn-genelmudurumuz {
    top: 476px;
}

.home-slider-change-btn-undergileri {
    top: 550px;
}

.home-slider-change-btn.active {
    background-color: #FFF;
}

.home-indicator {
    right: auto;
    bottom: auto;
    margin: 0;
    display: block;
    background-color: transparent;
    left:auto;
    margin-left: -65px;
    margin-top: 180px;
    }
    

.home-indicator > li {
    text-indent: 0;
    width: 48px;
    height: 48px;
    line-height: 45px;
    font-weight: 500;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    flex: 0 1 auto ;
    border: 2px #FFF solid;
    margin: 0 0 26.5px 0;
    border-radius: 30%;
    background: none;
    cursor: pointer;
    
}.home-indicator > li:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.3);
}

.home-indicator > li.active {
    color: #097bfe;
}

.home-slider-shadow {
    background-repeat: repeat-x;
    background-size: contain;
}

.home-slider-content {
    bottom: 0;
    width: 100%;
    padding: 30px 64px;
}

.slide-title {
    width: 80%;
    position: relative;
}

ul.menu-icon,
ul.menu-icon > li {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.menu-icon {
    border: 2px solid #097bff;
    width: 32px;
    height: 30px;
    position: relative;
}

ul.menu-icon > li {
    display: block;
    height: 2px;
    left: 7px;
    background-color: #097bff;
    position: absolute;
    width: 14px;
}

ul.menu-icon li:nth-child(1) {
    top: 9px;
}

ul.menu-icon li:nth-child(2) {
    top: 13px;
}

.menu-button.open ul.menu-icon li:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
}

.menu-button.open ul.menu-icon li:nth-child(2) {
    transform: rotate(-45deg);
    top: 12px;
}

.transition-1 {
    transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .1s;
    -webkit-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .1s;
    -moz-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .1s;
    -o-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .1s;
}

.transition-3 {
    transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .3s;
    -webkit-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .3s;
    -moz-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .3s;
    -o-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .3s;
}

.transition-5 {
    transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .5s;
    -webkit-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .5s;
    -moz-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .5s;
    -o-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .5s;
}

.transition-8 {
    transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .8s;
    -webkit-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .8s;
    -moz-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .8s;
    -o-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) .8s;
}

/*START Top Menu*/
body.menu-open,
body.search-open {
    overflow: hidden;
}

.top-menu-container {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    top: -100%;
}

body.menu-open .top-menu-container {
    top: 0;
}

.top-menu-container .container-fluid {
    max-width: 1600px;
    min-height: 100px;
    padding: 96px 50px 50px 50px;
    background-color: #222831;
}

.menu-box {
    min-height: 170px;
    position: relative;
}

.menu-box:hover,
.menu-box.sub-menu-open {
    background-color: #425063;
}

.visible-menu-box-hover img {
    width: 32px;
    height: 32px;
}

.menu-box:not(:hover) .visible-menu-box-hover,
.menu-box:hover .visible-menu-box-not-hover {
    display: none;
}

.menu-box.sub-menu-open .visible-menu-box-hover {
    display: initial;
}

.menu-box.sub-menu-open .visible-on-sub-menu-open {
    display: initial !important;
}

.menu-box-header {
    padding: 30px 0 15px 0;
}

.menu-box-header > img {
    width: 32px;
    height: 32px;
}

.menu-box .sub-menu-open {
}

.menu-box-over {
    top: 45px;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: #9aabc5;
    padding: 8px 2px;
    height: 250px !important;
    z-index: 4;
}

.sub-menu-open .menu-box-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1001;
    width: 25px;
    height: 25px;
}

.sub-menu-open .menu-box-title {
    position: absolute;
    padding: 0 !important;
    font-size: 12px;
    left: 48px;
    top: 15px;
    z-index: 1001;
    width: calc(100% - 60px);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-box-title-hover {
    margin-bottom: 10px;
}

.menu-box:not(.sub-menu-open) .menu-box-over {
    display: none;
}

ul.menu-box-ul {
    /*max-height: 260px;
    overflow-y: auto;*/
}

ul.menu-box-ul,
ul.menu-box-ul > li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

ul.menu-box-ul > li > a {
    color: #404856;
    font-size: 12px;
    display: block;
    margin: 0 5px;
    padding: 8px 12px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

ul.menu-box-ul > li > a:hover {
    background-color: #c8d2e0;
    -webkit-box-shadow: 0px 40px 95px -31px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 40px 95px -31px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 40px 95px -31px rgba(0, 0, 0, 0.44);
}

/*END Top Menu*/
body:not(.search-open) .search-container {
    display: none;
}

.search-container {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1002;
	top: 0;
}

.search-container .container {
    padding-top: 200px;
}

.search-container .search-text {
    width: 100%;
    padding: 15px 60px 15px 15px;
    font-size: 25px;
    border: unset;
    border-bottom: 2px solid #ccc;
    background: unset;
}

.search-container .search-text:focus {
    border-color: #097bff;
    outline: none;
}

.search-container .search-button {
    width: 48px;
    height: 48px;
    display: block;
    background: unset;
    background-image: url('../images/search.png');
    background-position: center center;
    background-repeat: no-repeat;
    border: unset;
    right: 0;
    top: 10px;
}

.drop-menu-container {
    margin-top: 74px;
}

.drop-box {
    border: 2px solid #40464e;
    height: 80px;
}

.drop-box-title {
    top: 28px;
    left: 25px;
    width: calc(100% - 80px);
}

.drop-box-down-icon {
    background-image: url('../images/drop-box-down-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 19px;
    height: 9px;
    right: 25px;
    top: 34px;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.drop-box:not(.open) {
    cursor: pointer;
}

.drop-box:hover:not(.open) {
    border-color: #9da0a3;
}

.drop-box.open {
    border-color: #425063;
    background-color: #425063;
}

.drop-box.open .drop-box-down-icon {
    top: 26px;
    transform: rotate(180deg);
}

.drop-box.open .drop-box-title {
    top: 19px;
    left: 54px;
}

.drop-box-plus {
    background-image: url('../images/drop-box-plus.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 22px;
    left: 17px;
    top: 18px;
}

.drop-box:not(.open) .visible-drop-box-open,
.drop-box.open .visible-drop-box-not-open {
    display: none;
}

.drop-box-over {
    top: 56px;
    left: 0;
    width: calc(100% + 4px);
    min-height: 100%;
    background-color: #9aabc5;
    padding: 20px;
    height: 440px;
    z-index: 4;
    margin: 0 -2px;
}

a.sefer-box {
    text-align: center;
    min-height: 186px;
}

a:hover.sefer-box {
    background-color: #1363bf;
    color: #FFF;
}

/*.sefer-box-text{
    position:relative;
    margin:0 auto;
    max-width:250px;
}*/
.sefer-box-image {
    min-height: 32px;
}

.page-header-bg {
    height: 93px;
}

.page-header-content {
    margin-top: -61px;
    height: 93px;
    padding: 35px 30px;
}

.list-table-bg {
    height: 355px;
}

.list-table-content {
    margin-top: -275px;
}

.list-table-content-2 {
    margin-top: -210px;
}

.list-table-content-3 {
    margin-top: -244px;
}

.breadcrumb-link {
    color: #5d646c;
}

.breadcrumb-link.active {
    font-weight: bold;
}

.breadcrumb-link:not(.active) {
    font-style: italic;
}

/*START overlow td */
.text-overflow-dynamic-container {
    position: relative;
    max-width: 100%;
    padding: 0 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    vertical-align: text-bottom !important;
}

.text-overflow-dynamic-ellipsis {
    position: absolute;
    white-space: nowrap;
    overflow-y: visible;
    overflow-x: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    top: 0;
    left: 0;
}

.text-overflow-dynamic-container:after,
.text-overflow-dynamic-ellipsis:after {
    content: '-';
    display: inline;
    visibility: hidden;
    width: 0;
}

/*END overlow td */
@media (min-width: 991px) {
    .tooltip-inner {
        max-width: 500px;
    }
}

.settings-container {
    right: 0;
    width: 93px;
    min-height: 93px;
    height: auto;
    margin-top: 19px;
    z-index: 998;
    padding: 5px;
}

.settings-container > ul > li {
    padding: 10px 0;
    margin: 6px 5px;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.settings-container > ul > li:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.settings-container:not(.open) .visible-on-open,
.settings-container.open .visible-on-not-open {
    display: none;
}

.noon-container .fa {
    font-size: 8px;
}

.noon-container.noon-1 .fa:nth-child(2),
.noon-container.noon-1 .fa:nth-child(3),
.noon-container.noon-2 .fa:nth-child(3) {
    display: none;
}

.mw-40 {
    min-width: 40px;
}

    .right-links div.home-slider-change-btn:hover {
        background-color: #fff;
    }

    ol.right-links {
        float: right;
        margin-right: -70px;
        list-style: none;
        position: absolute;
        right: 0;
        top: 178px;
        background-color: transparent;
        width: 48px;
        padding: 0;
    }

        ol.right-links li {
            border: solid 2px #fff;
            padding: 10px 9px;
            border-radius: 15px;
            margin-bottom: 26px;
            text-align: center;
        }

            ol.right-links li:hover {
                background-color: white;
                cursor: pointer;
            }

        ol.right-links img {
            width: 24px;
        }
        /*
        .visible-only-active{
			display:none;
		}
		*/
    
@media (max-width: 1464px) {
	ol.right-links {
	    float: right;
	    margin-right: 0px;
	    list-style: none;
	    position: absolute;
	    right: 0;
	    top: 178px;
	    background-color: #0a67d6;
	    width: 45px;
	    padding: 10px;
	    border-radius: 16px;
	}
	
	ol.right-links li {
	    border: solid 2px #fff;
	    padding: 11px;
	    border-radius: 8px;
	    margin-bottom: 26px;
	    text-align: center;
	}
		
      ol.right-links img {
      	display:none;
      }
	
    .scrollview {
        overflow-x: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .scrollview table {
        min-width: 800px;
    }

    .slide-title, .slide-btn {
        width: 100%;
        font-size: 14px;
    }

    .home-indicator > li, .home-indicator > li.active {
        font-size: 14px;
        width: 24px;
        height: 24px;
        color: rgba(0, 0, 0, 0);
    }

    .home-slider-content {
        padding: 30px 30px;
    }

    .home-indicator {
		border-radius: 15px;
	    background-color: #0a65d1;
	    padding: 10px;
		left: auto;
    	margin-left: -44px;	    
        }
	.home-slider-change-ul{
		right:-44px;
		background-color:#0a65d1;
		padding:10px;
		border-radius:15px;
	}
	.home-slider-change-ul .home-slider-change-btn{
        font-size: 14px;
        width: 24px;
        height: 24px;
        color: rgba(0, 0, 0, 0);
	}
	.home-slider-change-btn img{
		display:none;
	}
	/*
    .home-slider-change-btn-haber {
        top: 181px;
    }
	
    .home-slider-change-btn {
        right: 10px;
        width:40px;
        height:40px;
        padding:6px;
    }

    .home-slider-change-btn-duyuru {
        top: 300px;
    }
	*/
}

/*START SVG MAP*/
.svgmap svg path {
    /*fill: #a111db;
    stroke: #fff;*/
    stroke-width: .5px;
    stroke-linejoin: round;
}

.svgmap svg path:hover {
    /*fill: #F00;*/
}

.svgmap {
    max-width: 100% !important;
    width: 1050px;
    height: 620px;
    position: relative;
    margin: auto;
    top: -100px;
}

.svgmap svg {
    position: relative;
}

/*END SVG MAP*/
.map_popup {
    max-width: 100% !important;
    width: 266px;
    height: 0;
    background-color: #F00;
    background-image: url('../images/map_popup_arrow.png');
    background-position: center top;
    background-repeat: no-repeat;
}

.map_popup_arrow {
    background-image: url('../images/map_popup_arrow.png');
    background-position: center top;
    background-repeat: no-repeat;
    bottom: -13px;
    left: calc(50% - 13px);
    width: 26px;
    height: 13px;
}

.map_popup:not(.open) {
    display: none;
}

.map_popup_content {
    bottom: 0;
    background-color: #FFF;
    min-height: 50px;
    width: 100%;
}

.map_popup > .relative {
    max-width: 100%;
    height: 0;
    background-color: #F00;
    margin: 0 auto;
}

.map-status-1 {
    color: #74f75f;
}

.map-status-2 {
    color: #f86828;
}

.map-status-3 {
    color: #097bff;
}

.bootstrap-select2-style-2 {

}

.visible-on-print {
    display: none;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
        height: 0;
    }

    .visible-on-print {
        display: block;
    }

    .unstyled-table-on-print {
        max-width: 100% !important;
        min-width: unset !important;
    }

    .unstyled-table-on-print,
    .unstyled-table-on-print * {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 14px;
        background: unset !important;
        border: unset !important;
        box-shadow: unset !important;
        white-space: unset !important;
        overflow: unset !important;
    }

    .unstyled-table-on-print td, th {
        margin: 5px !important;
        padding: 5px !important;
    }

    .mp-lr-0-on-print {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.max-width-750 {
    max-width: 750px !important;
}

.text-underline {
    text-decoration: underline;
}

.cdrop-box.open {
    z-index: 99;
}

.cdrop-box:hover, .cdrop-box.open {
    background-color: #0a69d7;
    color: #FFF;
}

.cdrop-box:not(.open) .cdrop-box-content,
.cdrop-box:not(.open) .cdrop-box-arrow,
.cdrop-box:not(.open) .cdrop-box-content-bridge {
    display: none;
}

.cdrop-box-arrow {
    left: calc(50% - 10px);
    bottom: 5px;
}

.cdrop-box-content {
    background-color: #edf4fe;
    left: 0;
    top: 93px;
    width: 100%;
}

.cdrop-box-content a {
    display: block;
    padding: 5px;
    color: #7b7b79;
}

.cdrop-box-content a:hover {
    color: #0a7bff;
}

.cdrop-box-content-bridge {
    width: 100%;
    height: 20px;
    bottom: -18px;
    left: 0;
    position: absolute;
}

.haber-box-shadow,
.video-box-over {
    background-image: url('../images/slide-over-shadow.png');
    background-repeat: repeat-x;
    background-size: contain;
    top: 0;
    left: 0;
}

.video-box-over {
    background-image: url('../images/video-box-over.png');
}

.haber-box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 0 38px 0;
}

.haber-box-content {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 34px 15px 34px;
}

*:hover.hover-color-gray-1 {
    color: #c9d1da !important;
}

.haber-box:hover .haber-box-content {
    text-decoration: underline;
}

.pagination-1 > .page-item {
    display: inline-block;
}

.pagination-1 {
    display: block;
}

ul.pagination-1 li button {
    cursor: pointer;
}

ul.pagination-1 li a, ul.pagination-1 li button {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 0 0 20px;
    color: #097bfe;
    border: 2px solid #097bfe;
    background: unset;
}

ul.pagination-1 li button {
    margin: 10px !important;
}

ul.pagination-1 li a:hover, ul.pagination-1 li button:hover {
    background-color: #097bfe;
    border-color: #097bfe;
    color: #FFF;
}

ul.pagination-1 li.active a, ul.pagination-1 li.active button {
    background-color: #FFF !important;
    border-color: #FFF !important;
    color: #097bfe !important;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.46);
}

.radius-half {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}


.haber-detay-slider-bg {
    padding-bottom: 280px;
    padding-top:40px;
}

.link-box {
    border: 2px solid #097bff;
    display: -webkit-flex;
    display: flex;
    padding: 10px 25px;
    height: 80px;
}

.link-box-content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-self: center;
    max-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.link-box:hover {
    border-color: #6389b4;
    color: #6389b4;
}

.max-width-800 {
    max-width: 800px;
}

.max-width-900 {
    max-width: 900px;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.min-height-640 {
    min-height: 640px;
}

.min-height-165 {
    min-height: 165px;
}

.video-box-iframe iframe {
    width: 100%;
    height: 100%;
}

.flex-start {
    align-self: flex-start;
}

.flex-center {
    align-self: center;
}

.l-0 {
    left: 0;
}

.t-0 {
    top: 0;
}

.border-unset {
    border: unset;
}

.fly-table.color-blue-1 td {
    color: #097bff;
}

.wh-192 {
    width: 192px;
    height: 192px;
}

.line-1 {
    display: inline-block;
    height: 1px;
    width: 54px;
    background-color: #5d646c;
}

.color-pink-1 {
    color: #ff2850;
}

.expand-box-control .carousel-control-prev,
.expand-box-control .carousel-control-next {
    width: 85px;
    margin-bottom: 63px;
    background-repeat: no-repeat;
}

.expand-box-control .carousel-control-prev {
    background-image: url('../images/slider-left.png');
    background-position: left center;
}

.expand-box-control .carousel-control-next {
    background-image: url('../images/slider-right.png');
    background-position: right center;
}

.max-width-660 {
    max-width: 660px;
}

.height-25 {
    height: 25px;
}

.bg-unset {
    background: unset;
}

.outline-0:focus {
    outline-width: 0;
}

.date-input input {
    width: 135px;
}

.color-black-1 {
    color: #222831;
}

.imglink-box {
    min-height: 185px;
}

.imglink-box:hover {
    background-color: #edf3fc;
}

.map_popup_point {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /*background-color:rgba(9,123,255,0.7);*/
    background-color: #ccc;
    margin: 0 2px;
    cursor: pointer;
}

.map_popup_point.active {
    background-color: rgba(9, 123, 255, 1);
}

.map_popup_single_content:not(.active) {
    display: none;
}

.map_popup:not(.map_popup_multi) .map_popup_points {
    display: none;
}

.link-primary a {
    color: #097bff;
}

.link-hover-underline a:hover,
.link-underline a {
    text-decoration: underline;
}

.link-hover-color-1 a:hover {
    color: #7fb9fb;
}

.haber-line-img {
    width: 96px;
    height: 96px;
}

.nav-tabs .nav-link {
    font-size: 16px;
    color: #8b9198;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    color: #097bff;
    font-weight: 600;
}

.nav-tabs .nav-link:hover {
    color: #222831;
    border-color: transparent;
}

.nav-tabs .nav-link.active:hover {
    color: #097bff;
}

#outsideMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a69d7;
    z-index: -1;
    opacity: 0;
}

.submitContactBook {
    margin-bottom: 100px;
}

.form-control {
    border-radius: 555px;
    line-height: 2;
    padding: .575rem 1.75rem;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 8rem;
    width: 1.3rem;
    height: 1.3rem;
}

.custom-control-description {
    line-height: 1.3rem;
    margin-top: 5px;
    margin-left: 5px;
    display: block;
}

.custom-control {
    margin: auto;
    display: table;
    margin-bottom: 30px;
}

.video-thumb {
}


.card-header:first-child {
    border-radius: 555px;
}

.card {
    background-color: transparent;
    border: none;
}

.card-header {
    padding: 1rem 1.25rem;
}

.langKeysBlock
{
	display:none;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.overflow-x-visible {
    overflow-x: visible;
}

ul.menu-icon li:nth-child(3) {
    top: 17px;
}