@import url("din.css");

body {
    margin: 0 !important;
    padding: 0 !important;
    direction: ltr;
    font-family: PFDinText,Arial,sans-serif !important;
    font-size: 14px;
    background: #fff;
    line-height: 1.6em;
}

h1 {
    font-family: PFDinText,Arial,sans-serif;
    color: #1868A6;
    font-size: 16pt;
    padding: 5px;
    border-bottom: 1px solid #F1F1F1;
}

h4, h5, h6 {
    font-family: PFDinText,Arial,sans-serif;
}

h1 {
    padding-top: 0;
    margin-top: 0;
}
#animation_container, canvas, #dom_overlay_container {
    width: 100% !important;
    height: 100% !important;
}

h4 {
    color: #909090;
    font-size: 15px;
}

h5 {
    color: #057BCB;
    font-size: 15px;
    padding-top: 5px;
    margin-top: 3px;
}

h2 {
    font-family: PFDinText,Arial,sans-serif;
    ;
    color: #59A1B0;
    font-size: 17px;
    padding-top: 4px;
    margin-top: 0px;
}

h3 {
    font-family: PFDinText,Arial,sans-serif;
    ;
    color: #306161;
    font-size: 15px;
    font-weight: bold;
    margin-top: 3px;
}

h1.widgetH1 {
    font-size: 25px;
    font-family: PFDinText,Arial,sans-serif;
    ;
}

h3.boxh3 {
    font-size: 15px;
    font-family: PFDinText,Arial,sans-serif;
    ;
    margin: 0;
    padding: 10px 0;
    letter-spacing: 0.9px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

a:hover {
    text-decoration: none;
}

.wide {
    width: 100%;
    height: 100%;
    height: calc(100% - 1px);
    background-image: url(../images/headerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.widefooter {
    width: 100%;
    height: 100%;
    height: calc(100% - 1px);
    background-image: url(../images/footerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.icerikbg {
    background-image: url(../images/bg.png);
    background-repeat: repeat;
}

.icbg {
    -webkit-box-shadow: 0 3px 24px rgba(2,2,2,.15);
    -moz-box-shadow: 0 3px 24px rgba(2,2,2,.15);
    box-shadow: 0 3px 24px rgba(2,2,2,.15);
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-bottom: : 0px;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
	min-height:500px
}

.menuwide {
    width: 100%;
    height: 50px;
    background-color: #ff7800;
    -webkit-box-shadow: 0 5px 5px rgba(0,1,1,.11);
    -moz-box-shadow: 0 5px 5px rgba(0,1,1,.11);
    box-shadow: 0 5px 5px rgba(0,1,1,.11);
    background-image: -webkit-linear-gradient(bottom, #035390, #3484c3);
    background-image: -moz-linear-gradient(bottom, #035390, #3484c3);
    background-image: -o-linear-gradient(bottom, #035390, #3484c3);
    background-image: -ms-linear-gradient(bottom, #035390, #3484c3);
    background-image: linear-gradient(to top, #035390, #3484c3);
}

.topmenu {
    color: #fff;
}

    .topmenu:hover {
        color: #fff;
    }

@media (min-width: 992px ) {
    .vmargin {
        margin-top: 50px;
        position: relative;
    }
	.covid {
		width: 20%;
	}
}

@media (max-width: 768px) {
    .col-xs-12-center {
        text-align: center;
    }
	.covid {
		width: 20%;
	}
}

a.imgHover img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity:50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


.araInput {
    background: #FFF url(../images/searchicon.png) no-repeat !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -khtml-border-radius: 20px !important;
    border-radius: 20px !important;
    padding-left: 37px !important;
    margin-right: 30px !important;
    color: #000 !important;
    border: none !important;
    height: 30px;
    font-size: 12px !important;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 72%;
    margin: auto;
}

@media (max-width:750px) {
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 30%;
        margin: auto;
    }
	.covid {
		width: 20%;
	}
}


.carousel-control.left {
    background: #F2F2F2;
    height: 70px;
    margin-top: 30%;
}

.carousel-control.right {
    background: #F2F2F2;
    height: 70px;
    margin-top: 30%;
}

.tumHaberler {
    color: #231F20;
    font-family: PFDinText,Arial,sans-serif;
    font-weight: bold;
    font-size: 15px;
    display: block;
    padding-left: 160px;
    padding-top: 10px;
}

ul.rightBox {
    margin: 0;
    padding: 0;
}

    ul.rightBox li {
        display: block;
        margin: 0;
        padding: 0;
        border-top: 1px solid #D9D9D9;
    }

        ul.rightBox li a {
            display: block;
            padding: 6px 10px;
            text-decoration: none;
            color: #505050;
        }

            ul.rightBox li a:hover {
                background: #F5F4F2;
                text-decoration: none;
            }

        ul.rightBox li.oynama a:hover {
            background: none !important;
            cursor: default !important;
        }


@media all and (max-width: 991px) and (min-width: 768px) {
    .butongiris {
        font-size: 12px !important;
    }
	.covid {
		width: 20%;
	}
}

.anaSliderWrapper {
    visibility: hidden;
    position: relative;
    width: 1140px;
    height: 462px;
    overflow: hidden;
}

.anaSlider {
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1140px;
    height: 416px;
    overflow: hidden;
	transition(.6s ease-in-out left);
}




    .anaSlider h2 {
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 20px;
        color: #fff;
        position: absolute;
        bottom: 30px;
        height: 100px;
        width: 100%;
        font-size: 20px;
        font-family: DINTr;
        text-align: justify;
    }

@media (max-width: 479px ) {
    .anaSlider h2 {
        bottom: 80px;
    }
	.covid {
		width: 100%;
	}
}

.box {
    padding: 5px;
}

.jssorb05 {
    position: absolute;
    left: 0 !important;
    width: 100% !important;
}

    .jssorb05 span {
        display: block;
        padding: 7px;
    }

    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        /*
position: absolute;
width: 32px;
height: 32px;
background: url(assets/b05.png) no-repeat;
overflow: hidden; */
        text-align: center;
        cursor: pointer;
    }

    .jssorb05 div {
        background: #EEEEEE;
        color: #494949 !important;
    }

        .jssorb05 div:hover, .jssorb05 .av:hover {
            background: #2575b4;
            color: #FFF !important;
        }

    .jssorb05 .av {
        background: #2575b4;
        color: #FFF !important;
    }

    .jssorb05 .dn, .jssorb05 .dn:hover {
        background-position: -97px -7px;
    }

.jssora11l, .jssora11r {
    display: block;
    position: absolute;
    width: 37px;
    height: 37px;
    cursor: pointer;
    background: url(a11.png) no-repeat;
    overflow: hidden;
}

.jssora11l {
    background-position: -11px -41px;
}

.jssora11r {
    background-position: -71px -41px;
}

.jssora11l:hover {
    background-position: -131px -41px;
}

.jssora11r:hover {
    background-position: -191px -41px;
}

.jssora11l.jssora11ldn {
    background-position: -251px -41px;
}

.jssora11r.jssora11rdn {
    background-position: -311px -41px;
}

.borderDiv {
    border: 1px solid #EBEBEB;
    background-image: -webkit-linear-gradient(bottom, #fcfbfb, #fff);
    background-image: -moz-linear-gradient(bottom, #fcfbfb, #fff);
    background-image: -o-linear-gradient(bottom, #fcfbfb, #fff);
    background-image: -ms-linear-gradient(bottom, #fcfbfb, #fff);
    background-image: linear-gradient(to top, #fcfbfb, #fff);
    padding: 10px 10px 0px 10px;
}


.account ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}

    .account ul li {
        list-style-type: disc;
        display: inline-block;
        color: #000;
        padding-top: 10px;
        padding-right: 20px;
        text-decoration: none;
    }

.girisheader {
    background-color: #75935D;
    height: 41px;
    width: 100%;
    color: #fff;
}

.twitterheader {
    background-color: #0097E0;
    height: 37px;
    width: 100%;
}

    .twitterheader strong {
        float: left;
        font-size: 15px;
        padding: 10px 10px;
        align-items: center;
        color: #fff;
        font-family: PFDinText,Arial,sans-serif;
        font-weight: bold;
    }

.facebookheader {
    background-color: #3b5998;
    height: 37px;
    width: 100%;
}

    .facebookheader strong {
        float: left;
        font-size: 15px;
        padding: 8px 10px;
        align-items: center;
        color: #fff;
        font-family: PFDinText,Arial,sans-serif;
        font-weight: bold;
    }

.girisheader strong {
    float: left;
    font-size: 15px;
    padding: 10px 10px;
    align-items: center;
    color: #fff;
    font-family: PFDinText,Arial,sans-serif;
    font-weight: bold;
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .butongiris {
        font-size: 12px !important;
    }
	.covid {
		width: 20%;
	}
}

.mainbox img {
    width:18.39%;
    margin-right: 1%;
    margin-bottom: 10px;
    min-width: 100px;
}

@media all and (max-width: 596px) and (min-width: 484px) {
    .mainbox img {
        width: 20%;
        margin-right: 0;
        margin-bottom: 10px;
        min-width: 100px;
    }
	.covid {
		width: 100%;
	}
}

.haberlerbaslik {
    border-bottom: 2px solid #255a7a;
    padding-bottom: 5px;
    padding-left: 0px;
	padding-top: 7px;
}

.haberlerbaslikcovid {
    color: #126a8a;
    font-size: 11pt;
}

.haberbaslikcovid a {
	color: #fff;
}

.newscovid {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
	padding-left: 5px;
}

.allnewscovid a {
	font-size: 13px;
    padding: 2px 8px 2px 8px;
    color: #DFED19;
}


.haberboxbordercovid{
    padding-bottom:10px !important;
}

.covid {
	width: 20%;
	float: left;
	padding-top: 0px;
}


.news {
    font-size: 15px;
    font-weight: bold;
    color: #255a7a;
}

.allnews a {
    background-color: #255a7a;
    padding: 2px 8px 2px 8px;
    color: #fff;
}
.heightautobox {
    display: flex;
    flex-flow: wrap;
}
.haberbox {
 
   padding-left:8px;
   padding-right:8px;
    padding-top: 15px;
    
}
.haberboxborder{
    padding-bottom:10px !important;
      border-bottom:1px dashed #ccc;
}
.haberresim {
    padding-left: 0px;
    padding-right: 0px;
}
.haberresim img {
    border:1px solid #ccc;
}

@media all and (max-width: 767px) and (min-width: 525px) {
    .haberresim {
        padding-left: 0px;
        padding-right: 10px;
    }

    .haberbox {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
	.covid {
		width: 20%;
	}
}

@media all and (max-width: 525px) and (min-width: 1px) {
    .haberresim {
        display: none;
    }

    .haberyazi {
        width: 100%;
        font-size: 13px;
    }

    .haberbox {
        padding-right: 0px;
        border-bottom: 1px dashed #e8e8e8;
    }
	.covid {
		width: 100%;
	}
}

.haberyazi {
    padding-left: 0px;
    font-size: 10pt;
        line-height: 12pt !important;
}

.haberbaslik {
    color: #126a8a;
    font-size: 11pt;

}
a {
    color:#347cc4;
}

.etkinlikbaslik {
    margin-top: 10px;
    padding-left: 0px;
    color: #255a7a;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #255a7a;
}

.etkinliklerbox {
    border: 1px solid #ddd;
    padding: 10px;
}

.etkinliktarih {
    float: left;
    text-align: center;
    width: 65px;
    height: 57px;
    margin-right: 5px;
    border: 1px solid #DEE2ED;
    background-color: #FEFEFE;
}

.gunfont {
    color: #5B5E67;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px solid #D2D8E6;
    padding-bottom: 5px;
    padding-top: 10px;
    line-height: 18px;
}

.yilfont {
    font-size: 13px;
    line-height: 23px;
}

.etkinlikadi {
    color: #575757;
    font-weight: bold;
    float: left;
    font-size: 13px;
    width: 210px;
    line-height:12pt;
}

.etkinlikyer {
    color: #008496;
    font-size: 13px;
}

.etkinlikbox {
        padding: 7.45px 0px;
    border-bottom: 1px dotted #C3C1C2;
}

.footerfont {
    color: #fff;
    font-size: 12px;
}

    .footerfont h6 {
        color: #fff;
        font-weight: bold;
        font-size: 15px;
    }

.footerBox {
    border-left: 1px solid #2c6ba0;
}

.footer {
    font-size: 12px;
}

ul.footer {
    padding-left: 0;
    list-style-type: none;
}

    ul.footer a {
        color: #fff;
    }


.readMore {
    color: #008496;
    font-size: 14px;
    font-weight: bold;
}

.boxGray {
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.looktext {
    font-family: PFDinText,Arial,sans-serif;
    color: #457AA8;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}

a.looktext {
    color: #457AA8;
    text-decoration: none;
}

    a.looktext:hover {
        *color: #AE4797;
        color: #fff;
    }

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 70px !important;
    height: 30px !important;
}

.gsc-input-box {
    border: 1px solid #D9D9D9;
    background: #fff;
    height: 27px !important;
}

.gsib_a {
    width: 100%;
    padding: 0px 6px 0 !important;
}

.gsc-input-box {
    border: 1px solid #D9D9D9;
    background: #fff;
    padding-top: 3px !important;
    height: 33px !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 13px;
    height: 13px;
    padding: 6px 27px;
    min-width: 13px;
    margin-top: 2px;
}

.menudeneme {
    color: #044572;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

.mark, mark {
    padding: .2em;
    background-color: #59a1b0 !important;
    font-weight: bold;
    color: #fff;
    padding-left: 7px;
}

.acc-section {
    opacity: 1 !important;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px !important;
}

@media (max-width: 768px) {
    .topmenu {
        text-align:center !important;
    }
 
    .footerBox {
        border-left: 0px !important;
    }
	.covid {
		width: 100%;
	}
}


.eventDay {
    font-size: 14px;
    float: left;
    margin-top: 5px;
    margin-left: 4px;
    color: #1868a6;
    font-weight: bold;
    text-align: center;
}

.eventMonth {
    font-size: 14px;
    float: left;
    margin-top: -3px;
    margin-left: 4px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}



@keyframes bigg {
    0% {
        font-size: 16px;
    }
    25% {
        font-size: 17px;
    }
    50% {
        font-size: 17px;
    }
    75% {
        font-size: 17px;
    }
    100% {
        font-size: 18px;
    }
}

.videos {
    text-align: center;
    padding: 5rem !important;
    margin: 2rem !important;
    box-shadow: 0px 0px 10px 0px #01548D;
    border-radius: .25rem !important;
    background-color: #fff;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    animation: videocolor 0.5 infinite;
}
    .videos:hover {
        background-color: #01548D;
        color: #ffffff;
    }


.bigger:hover {
    font-size: 20px;
    animation: bigg 0.5s infinite;
}


.videoButton {
    border: none;
    background-color: #fff;
    width: 100%;
    margin: 10px !important;
    padding: 30px !important;
}


.bodyVideo {
    margin: 2rem;
	z-index: 99999;
}


.modal-bodyVideo {
    position: relative;
    padding: 0px;
}

.closeVideo {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    background-color: transparent;
    border: none;
}

.imgVideo {
    width: 100%;
    padding-top: 15px;
    margin-bottom: 10px;
    -webkit-box-shadow: -8px 10px 6px -6px rgba(0,0,0,0.26);
    -moz-box-shadow: -8px 10px 6px -6px rgba(0,0,0,0.26);
    box-shadow: -8px 10px 6px -6px rgba(0,0,0,0.26);
}

.popVideo {
    max-width: 100%;
    height: 512px;
    max-height:512px;
	position: relative;
}

.popPlay {
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	z-index: 0;
}
		
		
.popVideo:hover .popPlay{
    display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.bigPop{
    align-content:baseline;
    padding-bottom:64.25%;
}

@media (min-width: 930px){
	.md-mobile {
		width: 900px !important;
}
@media(max-width:768px){
		.newsPhoto{
			width: 100%!important;
		}
	}  
	
 .wfns-cc-wrap{
    border:1px solid #e6e6e6;
    border-radius:6px;
    background:#fff;
    padding:15px;
    margin:0 0 20px 0;
  }

  .wfns-cc-title{
    margin:0 0 12px 0;
    font-size:18px;
    font-weight:700;
    color:#222;
    line-height:1.2;
  }

  .wfns-cc-subtle{
    color:#777;
    font-size:12px;
    margin-top:2px;
  }

  .wfns-cc-grid{ margin-left:-10px; margin-right:-10px; }
  .wfns-cc-grid > [class*="col-"]{ padding-left:10px; padding-right:10px; }

  .wfns-cc-card{
    border:1px solid #eee;
    border-radius:6px;
    padding:12px;
    margin-bottom:12px;
    background:#fafafa;
  }

  .wfns-cc-head{
    display:table;
    width:100%;
    margin-bottom:8px;
  }

  .wfns-cc-avatar{
    display:table-cell;
    width:64px;
    vertical-align:top;
  }

  .wfns-cc-avatar img{
    width:78px;
    height:104px;
    border-radius:50%;
    border:1px solid #e3e3e3;
    background:#fff;
    display:block;
  }

  .wfns-cc-meta{
    display:table-cell;
    vertical-align:top;
    padding-left:10px;
  }

  .wfns-cc-name{
    font-size:14px;
    font-weight:700;
    color:#222;
    margin:0;
  }

  .wfns-cc-country{
    font-size:12px;
    color:#666;
    margin:2px 0 0 0;
  }

  .wfns-cc-body{
    font-size:13px;
    color:#333;
    line-height:1.45;
  }

  .wfns-cc-kv{
    border-top:1px dashed #e8e8e8;
    padding-top:12px;
    margin-top:6px;
  }

  .wfns-cc-kv-row{
    margin:0 0 8px 0;
  }

  .wfns-cc-kv-label{
    font-weight:700;
    color:#222;
    margin-bottom:4px;
  }

  .wfns-cc-link a{
    color:#1a0dab;
    text-decoration:none;
    word-break:break-word;
  }
  .wfns-cc-link a:hover{ text-decoration:underline; }

  .wfns-cc-members{
    margin:0;
    padding-left:16px;
  }
  .wfns-cc-members li{
    margin:0 0 6px 0;
    line-height:1.35;
  }
  .wfns-cc-members .wfns-cc-email{
    color:#1a0dab;
    text-decoration:none;
  }
  .wfns-cc-members .wfns-cc-email:hover{ text-decoration:underline; }

  /* Small screens tweaks */
  @media (max-width: 767px){
    .wfns-cc-wrap{ padding:12px; }
    .wfns-cc-title{ font-size:16px; }
  }
  
	/* --- WFNS Avatar popup (no html changes) --- */
.wfns-cc-avatar{ position:relative; }

.wfns-cc-avatar img{
  cursor: zoom-in;
  transition: transform .18s ease, box-shadow .18s ease;
}

.wfns-cc-avatar:hover img{
  transform: scale(1.03);
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
}

/* overlay icon */
.wfns-cc-avatar:after{
  content: "\e105"; /* Bootstrap glyphicon-search */
  font-family: 'Glyphicons Halflings';
  position:absolute;
  left:50%;
  top:50%;
  width:36px;
  height:36px;
  margin-left:-18px;
  margin-top:-18px;
  border-radius:50%;
  background: rgba(0,0,0,.55);
  color:#fff;
  text-align:center;
  line-height:36px;
  opacity:0;
  transform: scale(.9);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events:none;
}
.wfns-cc-avatar:hover:after{ opacity:1; transform:scale(1); }

.wfns-cc-modal-img{
  width:100%;
  height:auto;
  display:block;
}
