*{
    margin: 0;
    padding: 0;
}
:focus{
    outline: none;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #ffffff;
}
::-webkit-scrollbar-thumb {
    background: rgb(28, 139, 231);
}
::-webkit-scrollbar-thumb:hover {
    background: rgb(10, 103, 172);
}
#container{
    width: 1200px;
    margin: 0 auto;
}
#clear{
    width: 100%;
    clear: both;
}

/* Header */
header{
    width: 100%;
}
header #top{
    background: rgb(28, 139, 231);
    display: table;
    width: 100%;
    height: 55px;
}
header #top #sol{
    float: left;
    margin-top: 12px;
}
header #top #sol section{
    float: left;
    padding: 5px;
    margin-right: 20px;
}
header #top #sol section i{
    color: white;
    margin-right: 5px;
}
header #top #sol section a,
header #top #sol section span{
    color: white;
    font-family: Quicksand , sans-serif;
    font-size: 12px;
    text-decoration: none;
}
header #top #sag{
    float: right;
}
header #top #sag a{
    height: 35px;
    line-height: 35px;
    padding: 10px 30px;
    background: #edbe38;
    display: block;
    color: white;
    text-decoration: none;
    font-family: Quicksand , sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .2s ease-in-out;
}
header #top #sag a:hover{
    background: #d9a929;
}
header #top #sag a i{
    margin-right: 10px;
}
header #bottom{
    padding: 10px 0;
    display: table;
    width: 100%;
}
header #bottom #logo{
    float: left;
}
header #bottom #logo img{
    height: 70px;
}
header #bottom i.fa-bars{
    display: none;
}
header #bottom #container > nav{
    float: right;
    margin-top: 22px;
}
header #bottom #container > nav > i{
    display: none;
}
header #bottom nav > ul > a,
header #bottom nav > ul > li{
    float: left;
    color: #1c8be7;
    font-family: Quicksand , sans-serif;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    margin-left: 40px;
    cursor: pointer;
    font-size: 16px;
}
header #bottom nav > ul > a.secili,
header #bottom nav > ul > li.secili{
    color: #f2d06f;
}
header #bottom nav > ul > li > i{
    margin-left: 7px;
}
header #bottom nav > ul > li{
    position: relative;
}
header #bottom nav > ul > li > ul{
    position: absolute;
    z-index: 999;
    top: 30px;
    display: none;
}
header #bottom nav > ul > li > ul > a{
    background: #122a4c;
    display: block;
    padding: 7px;
    color: white;
    font-size: 13px;
    text-decoration: none;
}
header #bottom nav > ul > li > ul > a:hover{
    background: #06152a;
}
header #bottom nav > ul > li > ul > a > li{
    list-style: none;
    white-space: nowrap;
}

/* Slider */
#slider{
    width: 100%;
    position: relative;
}
#slider ul.swiper-wrapper li{
    position: relative;
    height: 400px;
    overflow: hidden;
}
#slider ul.swiper-wrapper li img{
    width: 100%;
}
#slider ul.swiper-wrapper li h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: 60px;
    color: white;
    font-family: Work Sans , sans-serif;
    text-shadow: 2px 2px 2px #000000;
}
ul.slider-pagination{
    display: flex;
    width: 50%;
    margin: 0 auto;
    margin-top: -65px;
    position: relative;
    z-index: 999;
}
ul.slider-pagination li{
    float: left;
    background: #122a4c;
    width: calc(100% - 40px);
    padding: 20px;
    list-style: none;
    color: white;
    cursor: pointer;
}
ul.slider-pagination li.secili{
    background: #1c8be7 !important;
}
ul.slider-pagination li i{
    float: left;
    width: 40px;
    font-size: 30px;
    color: white;
    margin-right: 10px;
}
ul.slider-pagination li.secili i{
    color: white;
}
ul.slider-pagination li #yazi{
    width: 100%;
}
ul.slider-pagination li #yazi h4{
    font-family: Ubuntu , sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}
ul.slider-pagination li #yazi span{
    font-family: Quicksand , sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
}
ul.slider-pagination li:last-child{
    border-right: 0;
}

/* Tab */
.tab{
    padding: 20px 0;
}
.tab h2{
    font-family: Work Sans , sans-serif;
    font-size: 30px;
    color: #2f2f2f;
}
.tab p{
    font-family: Quicksand , sans-serif;
    font-size: 13px;
    margin: 10px 0;
    color: #6f6f6f;
}
.tab #flex{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* Tab-1 */
.tab-1 p{
    width: 95%;
    display: table;
    margin: 10px auto;
    text-align: center;
}
.tab-1 p:first-child{
    font-size: 18px;
    line-height: 35px;
    margin-top: 0;
    font-weight: bold;
}
.tab-1 p:first-child b{
    color: #0097D7;
}
.tab-1 p:first-child b.sari{
    color: #EDBE38;
}

/* Tab-2 */
.tab-2{
    padding: 70px 0;
    background-image: url("../img/tab-2.png");
    background-size: cover;
    background-attachment: fixed;
    display: table;
    width: 100%;
    border-bottom: 50px solid white;
}
.tab-2 #sol{
    float: left;
    width: 70%;
}
.tab-2 #sol h2{
    color: white;
    text-shadow: 2px 2px 2px #000000;
    font-size: 35px;
    margin-bottom: 20px;
}
.tab-2 #sol p{
    color: white;
    text-shadow: 2px 2px 2px #000000;
    font-size: 14px;
    line-height: 25px;
}
.tab-2 #sag{
    float: right;
    width: 18%;
}
.tab-2 #sag a{
    display: table;
    background: #1c8be7;
    width: 100%;
    padding: 10px 0;
    color: white;
    text-decoration: none;
    text-align: center;
    font-family: Ubuntu , sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 43px;
    transition: .2s ease-in-out;
}
.tab-2 #sag a:hover{
    background: #0a5995;
}

/* Tab-4 */
.tab-4{
    background: #f3f3f3;
}
.tab-4 h2{
    text-align: center;
    font-size: 40px;
    font-family: Quicksand , sans-serif;
}
.tab-4 #flex{
    width: 100%;
}
.tab-4 #flex section{
    padding: 10px;
    width: calc((100% / 5) - 36px);
    margin-bottom: 20px;
    margin-right: 20px;
    background: #3a67b1;
}
.tab-4 #flex section:nth-child(2n + 0){
    margin-right: 20px;
}
.tab-4 #flex section:nth-child(5n + 0){
    margin-right: 0;
}
.tab #flex section:nth-last-of-type(2){
    margin-bottom: 20px;
}
.tab-4 #flex section #resim{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.tab-4 #flex section #resim img{
    width: 100%;
    min-height: 200px;
}
.tab-4 #flex section h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Quicksand , sans-serif;
    margin: 10px 0;
    font-size: 20px;
    color: white;
    text-shadow: 1px 1px 1px rgb(35, 35, 35);
    height: 50px;
}
.tab-4 #flex section h3 a{
    color: white;
    text-decoration: none;
}
.tab-4 #flex section #tarih{
    font-family: Quicksand , sans-serif;
    font-size: 13px;
    color: white;
    text-shadow: 1px 1px 1px rgb(35, 35, 35);
}
.tab-4 #flex section > a{
    padding: 7px 10px;
    font-family: Quicksand , sans-serif;
    font-size: 14px;
    color: white;
    background: #edbe38;
    display: table;
    margin-top: 20px;
    text-decoration: none;
    transition: .2s ease-in-out;
}
.tab-4 #flex section > a:hover{
    background: #d9a929;
}

/* Tab-5 */
.tab-5{
    width: 100%;
}
.tab-5 h2{
    text-align: center;
    font-size: 40px;
    font-family: Quicksand , sans-serif;
}
.tab-5 #flex{
    width: 100%;
    margin-top: 20px;
}
.tab-5 #flex a{
    width: calc((100% / 3) - 14px);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
}
.tab-5 #flex a:nth-child(3n + 0){
    margin-right: 0;
}
.tab-5 #flex a #resim{
    width: 100%;
    height: 220px;
    background: rgba(0,0,0,.1);
    overflow: hidden;
}
.tab-5 #flex a #resim img{
    min-height: 220px;
    width: 100%;
    transition: .3s ease-in-out;
}
.tab-5 #flex a:hover #resim img{
    transform: scale(1.3);
}
.tab-5 #flex a h3{
    width: calc(100% - 10px);
    font-family: Quicksand , sans-serif;
    color: white;
    text-shadow: 1px 1px 1px rgb(69, 69, 69);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    background: #edbe38;
    padding: 5px;
}
.tab-5 #flex a #tarih,
.tab-5 #flex a #kategori{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    font-size: 10px;
    background: #ff0000;
    z-index: 3;
    font-family: Quicksand , sans-serif;
    color: white;
    font-weight: bold;
}
.tab-5 #flex a #kategori{
    right: initial;
    left: 10px;
}

/* Tab-6 */
.tab-6{
    width: 100%;
    background: rgb(28, 139, 231);
}
.tab-6 h2{
    text-align: center;
    font-size: 40px;
    font-family: Quicksand , sans-serif;
    color: white;
}
.tab-6 #flex{
    width: 100%;
    margin-top: 20px;
}
.tab-6 #flex a{
    width: calc((100% / 3) - 14px);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
}
.tab-6 #flex a:nth-child(3n + 0){
    margin-right: 0;
}
.tab-6 #flex a #resim{
    width: 100%;
    height: 220px;
    background: rgba(0,0,0,.1);
    overflow: hidden;
}
.tab-6 #flex a #resim img{
    min-height: 220px;
    width: 100%;
    transition: .3s ease-in-out;
}
.tab-6 #flex a:hover #resim img{
    transform: scale(1.3);
}
.tab-6 #flex a h3{
    width: calc(100% - 10px);
    font-family: Quicksand , sans-serif;
    color: white;
    text-shadow: 1px 1px 1px rgb(69, 69, 69);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    background: #edbe38;
    padding: 5px;
}
.tab-6 #flex a #tarih{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    font-size: 10px;
    background: #ff0000;
    z-index: 3;
    font-family: Quicksand , sans-serif;
    color: white;
    font-weight: bold;
}

/* Başlık */
#baslik{
    width: 100%;
    padding: 30px 0;
    color: white;
    background: #122a4c;
}
#baslik h1{
    font-family: Work Sans , sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
}
#baslik h2{
    font-family: Quicksand , sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* Veriler */
#veriler{
    width: 100%;
    padding: 20px 0;
}
#veriler #flex{
    display: flex;
    flex-wrap: wrap;
}
#veriler .pagination{
    display: table;
}
#veriler .pagination li{
    float: left;
    margin-right: 10px;
    list-style: none;
}
#veriler .pagination li.disabled span,
#veriler .pagination li.active span{
    background: #ff694e;
}
#veriler .pagination li span,
#veriler .pagination li a{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: Quicksand , sans-serif;
    font-size: 12px;
    background: rgb(28, 139, 231);
    display: block;
    color: white;
    text-decoration: none;
}
#veriler .pagination li:last-child{
    margin-right: 0;
}

/* Projeler */
#veriler.projeler #flex a{
    width: calc((100% / 3) - 14px);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 25px;
}
#veriler.projeler #flex a:nth-child(3n + 0){
    margin-right: 0;
}
#veriler.projeler #flex a #resim{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
#veriler.projeler #flex a #resim img{
    width: 100%;
    min-height: 200px;
}
#veriler.projeler #flex a h3{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    font-family: Lato , sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 2;
}
#veriler.projeler #flex a #kategori{
    position: absolute;
    top: -25px;
    left: 0;
    height: 15px;
    line-height: 15px;
    padding: 5px 10px;
    background: #ff694e;
    color: white;
    font-size: 12px;
    font-family: Quicksand , sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
#veriler.projeler #flex a #tarih{
    top: 0;
    right: 0;
    padding: 5px;
    position: absolute;
    font-size: 10px;
    font-family: Quicksand , sans-serif;
    background: #122a4c;
    color: white;
}
#veriler.projeler #flex a #tarih i{
    margin-right: 5px;
}
#veriler.projeler #flex a #shadow{
    -webkit-box-shadow: inset 0px -93px 35px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -93px 35px -21px rgba(0,0,0,0.75);
    box-shadow: inset 0px -93px 35px -21px rgba(0,0,0,0.75);
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    z-index: 1;
    width: 100%;
}

/* Paydaşlar */
#veriler.paydaslar h3{
    font-family: Work Sans , sans-serif;
    font-size: 27px;
    margin-bottom: 20px;
}
#veriler.paydaslar h3:before{
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    background: #ff694e;
    margin-bottom: 5px;
}
#veriler.paydaslar #flex{
    margin-bottom: 70px;
}
#veriler.paydaslar #flex section{
    width: calc((100% / 5) - 16px);
    margin-right: 20px;
    margin-bottom: 20px;
}
#veriler.paydaslar #flex section:nth-child(5n + 0){
    margin-right: 0;
}
#veriler.paydaslar #flex section #resim{
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}
#veriler.paydaslar #flex section #resim img{
    width: 80%;
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
#veriler.paydaslar #flex section h4{
    font-family: Quicksand , sans-serif;
    font-size: 12px;
    text-align: center;
    color: #acacac;
}

/* Etkinlikler */
#veriler.etkinlikler #flex a{
    margin-top: 0;
}

/* Başkanlar */
#veriler.baskanlar{
    display: table;
}
#veriler.baskanlar #baskan{
    width: calc(20% - 20px);
    float: left;
}
#veriler.baskanlar #baskan a{
    width: 100%;
    text-decoration: none;
    text-align: center;
}
#veriler.baskanlar #baskan a #resim{
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 5px solid rgb(28, 139, 231);
    overflow: hidden;
}
#veriler.baskanlar #baskan a #resim img{
    width: 100%;
    min-height: 130px;
}
#veriler.baskanlar #baskan a h3{
    font-family: Ubuntu , sans-serif;
    font-size: 20px;
    margin: 7px 0;
    color: black;
}
#veriler.baskanlar #baskan a h4{
    font-family: Quicksand , sans-serif;
    font-size: 14px;
    width: 100%;
    color: #505050;
    margin-bottom: 5px;
}
#veriler.baskanlar #baskan a #tarih{
    font-size: 11px;
    font-family: Quicksand , sans-serif;
    color: #6d6d6d;
}
#veriler.baskanlar #flex{
    width: 80%;
    float: right;
}
#veriler.baskanlar #flex a{
    width: calc((100% / 6) - 17px);
    margin-right: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    text-align: center;
}
#veriler.baskanlar #flex a:nth-child(6n + 0){
    margin-right: 0;
}
#veriler.baskanlar #flex a #resim{
    margin: 0 auto;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid rgb(28, 139, 231);
}
#veriler.baskanlar #flex a #resim img{
    width: 100%;
    min-height: 100px;
}
#veriler.baskanlar #flex a h3{
    font-family: Ubuntu , sans-serif;
    font-size: 16px;
    margin: 5px 0;
    color: black;
}
#veriler.baskanlar #flex a h4{
    font-family: Quicksand , sans-serif;
    font-size: 11px;
    width: 100%;
    color: rgb(28, 139, 231);
    margin-bottom: 5px;
}
#veriler.baskanlar #flex a h4:first-of-type + h4{
    color: #edbe38;
}
#veriler.baskanlar #flex a #tarih{
    font-size: 8px;
    font-family: Quicksand , sans-serif;
    color: #6d6d6d;
}

/* Yönetim Kurulu */
#veriler.yonetim-kurulu #flex{
    width: 100%;
    float: none;
}

/* Yazı */
#icerik-yazi{
    width: 100%;
    padding: 20px 0;
}
#icerik-yazi #thumbnail{
    width: 100%;
    margin-bottom: 20px;
}
#icerik-yazi #thumbnail img{
    max-width: 100%;
}
#icerik-yazi #baslik-h1{
    margin-bottom: 10px;
}
#icerik-yazi #baslik-h1 h1{
    font-family: Work Sans , sans-serif;
    font-size: 45px;
    margin-bottom: 5px;
}
#icerik-yazi #icerik{
    width: 100%;
}
#icerik-yazi #icerik h1{
    font-family: Work Sans , sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
}
#icerik-yazi #icerik h2{
    font-family: Work Sans , sans-serif;
    font-size: 26px;
    margin-bottom: 10px;
}
#icerik-yazi #icerik h3{
    font-family: Work Sans , sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}
#icerik-yazi #icerik h4{
    font-family: Work Sans , sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}
#icerik-yazi #icerik p{
    font-family: Quicksand , sans-serif;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
}
#icerik-yazi #icerik p a{
    color: #ff694e;
}
#icerik-yazi #icerik ul,
#icerik-yazi #icerik ol{
    margin-left: 15px;
}
#icerik-yazi #icerik ul li,
#icerik-yazi #icerik ol li{
    font-family: Quicksand , sans-serif;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
}
#icerik-yazi #icerik img{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#icerik-yazi #bilgiler{
    display: table;
}
#icerik-yazi #bilgiler #kategori,
#icerik-yazi #bilgiler #tarih{
    font-family: Quicksand , sans-serif;
    font-size: 12px;
    padding: 5px 7px;
    background: #ff694e;
    display: table;
    color: white;
    float: left;
    margin-right: 10px;
}
#icerik-yazi #bilgiler #kategori i,
#icerik-yazi #bilgiler #tarih i{
    margin-right: 7px;
}
#icerik-yazi.profil{
    display: table;
    width: 100%;
}
#icerik-yazi.profil #sol{
    width: calc(20% - 20px);
    float: left;
    text-align: center;
}
#icerik-yazi.profil #sol #resim{
    margin: 0 auto;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid rgb(28, 139, 231);
}
#icerik-yazi.profil #sol #resim img{
    min-height: 150px;
    width: 100%;
}
#icerik-yazi.profil #sol h2{
    font-family: Ubuntu , sans-serif;
    font-size: 20px;
    margin: 7px 0;
    color: black;
}
#icerik-yazi.profil #sol h3{
    font-family: Quicksand , sans-serif;
    font-size: 14px;
    width: 100%;
    color: #656565;
    margin-bottom: 5px;
}
#icerik-yazi.profil #sol h3.makam{
    color: #002040;
}
#icerik-yazi.profil #sol #tarih{
    font-size: 11px;
    font-family: Quicksand , sans-serif;
    color: #878787;
}
#icerik-yazi.profil #sag{
    width: 80%;
    float: right;
}

/* Form */
#form{
    width: 100%;
    display: table;
    padding: 20px 0;
}
#form #sol{
    width: 70%;
    float: left;
}
#form #sol span{
    display: block;
    margin-bottom: 10px;
    font-family: Quicksand , sans-serif;
    font-size: 12px;
    color: red;
    font-weight: bold;
}
#form #sol span.yesil-yazi{
    color: #26bb01;
}
#form #sol input,
#form #sol textarea{
    padding: 20px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    width: calc(100% - 42px);
    margin-bottom: 10px;
    font-family: Quicksand , sans-serif;
    font-size: 14px;
    font-weight: bold;
}
#form #sol textarea{
    resize: none;
    height: 200px;
}
#form #sol input::placeholder,
#form #sol textarea::placeholder{
    color: #b8b8b8;
}
#form #sol p{
    font-family: Quicksand , sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
#form #sol .siklar{
    display: flex;
    margin-bottom: 10px;
}
#form #sol .siklar section{
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    font-family: Quicksand , sans-serif;
    background: #efefef;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    transition: .2s ease-in-out;
}
#form #sol .siklar section:last-child{
    margin-right: 0;
}
#form #sol .siklar section.secili{
    background: rgb(28, 139, 231);
    color: white;
}
#form #sol label{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    display: table;
}
#form #sol label:first-of-type{
    margin-top: 20px;
}
#form #sol label input[type="checkbox"]{
    position: absolute;
    top: 5px;
    left: 10px;
    width: auto;
    z-index: -1;
}
#form #sol label #checkbox{
    width: 30px;
    height: 30px;
    border: 1px solid #b8b8b8;
    background: white;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    float: left;
}
#form #sol label input:checked ~ #checkbox::after{
    content: "✓";
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 48%;
    left: 48%;
    transform: translate(-50% , -50%);
    color: rgb(28, 139, 231);
}
#form #sol label span{
    float: left;
    color: black;
    margin-left: 10px;
    margin-top: 8px;
    width: calc(100% - 42px);
}
#form #sol label span a{
    color: rgb(28, 139, 231);
    text-decoration: none;
}
#form #sol button{
    border: 0;
    background: none;
    cursor: pointer;
    margin-top: 10px;
}
#form #sol button i{
    width: 40px;
    height: 40px;
    background: #122a4c;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    float: left;
}
#form #sol button span{
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-family: Quicksand , sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: rgb(28, 139, 231);
    display: block;
    float: left;
    color: white;
    text-transform: uppercase;
    transition: .2s ease-in-out;
}
#form #sol button:hover span{
    background: #122a4c;
}
#form #sag{
    width: 25%;
    float: right;
}
#form #sag table{
    font-family: Quicksand , sans-serif;
    font-size: 13px;
    font-weight: bold;
}
#form #sag table tr td{
    padding-right: 10px;
    padding-bottom: 10px;
    color: #242424;
}
#form #sag table tr td:last-child{
    padding-right: 0;
}
#form #sag table tr:last-child td{
    padding-bottom: 0;
}
#form #sag table i{
    color: #ff694e;
}
#form #sag table a{
    color: #242424;
    text-decoration: none;
}

/* Footer */
footer{
    width: 100%;
    background: #002040;
    padding: 30px 0;
    display: table;
}
footer section{
    width: calc((100% / 4) - 30px);
    float: left;
    margin-right: 30px;
}
footer section:last-child{
    margin-right: 0;
}
footer section #logo{
    margin-bottom: 10px;
}
footer section #logo img{
    width: 60%;
}
footer section span{
    font-family: Quicksand , sans-serif;
    font-size: 12px;
    color: white;
    line-height: 20px;
}
footer section #sosyal{
    display: flex;
    margin-top: 20px;
}
footer section #sosyal a{
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-size: 17px;
}
footer section h4{
    font-family: Ubuntu , sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    color: white;
}
footer section table tr td{
    color: white;
    font-family: Quicksand , sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    padding-right: 5px;
}
footer section table tr td a{
    color: white;
    text-decoration: none;
}
footer section table tr td:last-child{
    padding-right: 0;
}
footer section table tr:last-child td{
    padding-bottom: 0;
}
footer section ul a{
    text-decoration: none;
}
footer section ul li{
    margin-bottom: 10px;
    color: white;
    font-family: Quicksand , sans-serif;
    font-size: 12px;
    list-style: none;
}
footer section ul li i{
    margin-right: 5px;
    transition: .2s ease-in-out;
}
footer section ul li:hover i{
    margin-right: 10px;
}
footer #copyright{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 10px;
    margin-top: 40px;
    font-family: Quicksand , sans-serif;
}
footer #mangodo{
    width: 100%;
    text-align: center;
    font-size: 10px;
    margin-top: 15px;
    font-family: Quicksand , sans-serif;
}
footer #mangodo a{
    color: white;
    text-decoration: none;
}
footer #mangodo a b{
    color: #f89925;
}











































@media only screen and (max-width: 1199px){
    #container{
        width: 992px;
    }
    #slider ul.swiper-wrapper li h3{
        width: 80%;
        text-align: center;
    }
    ul.slider-pagination{
        width: 70%;
    }
    ul.slider-pagination li #yazi h4{
        font-size: 13px;
    }
    ul.slider-pagination li #yazi span{
        line-height: 15px;
        font-size: 10px;
    }
    .tab-2{
        border-bottom: 30px solid white;
    }
    .tab-4 #flex section #resim{
        height: 180px;
    }
    .tab-4 #flex section #resim img{
        min-height: 180px;
    }
    .tab-5 #flex a #resim,
    .tab-6 #flex a #resim{
        height: 180px;
    }
    .tab-5 #flex a #resim img,
    .tab-6 #flex a #resim img{
        min-height: 180px;
    }
    #veriler.baskanlar #flex a{
        width: calc((100% / 4) - 38px);
        margin-right: 50px !important;
        margin-bottom: 30px;
    }
    #veriler.baskanlar #flex a:nth-child(4n + 0){
        margin-right: 0 !important;
    }
    #veriler.baskanlar #flex a:nth-child(6n + 0){
        margin-right: 0;
    }
    #veriler.baskanlar #flex a #resim{
        width: 100px;
        height: 100px;
    }
    #veriler.baskanlar #flex a #resim img{
        min-height: 100px;
    }
    #veriler.baskanlar #flex a h3{
        font-size: 14px;
    }
    #veriler.projeler #flex a #resim,
    #veriler.projeler #flex a #shadow{
        height: 160px;
    }
    #veriler.projeler #flex a #resim img{
        min-height: 160px;
    }
    #form #sol input,
    #form #sol textarea{
        padding: 15px;
        width: calc(100% - 32px);
    }
    #form #sol label span{
        margin-top: 0;
    }
}
@media only screen and (max-width: 991px){
    #container{
        width: 740px;
    }
    header #bottom i.fa-bars{
        display: block;
        font-size: 30px;
        float: right;
        margin-top: 20px;
    }
    header #bottom #container > nav{
        position: fixed;
        top: 0;
        right: calc(-30% - 77px);
        width: 30%;
        height: 100vh;
        background: rgb(28, 139, 231);
        z-index: 99999;
        margin-top: 0;
        border-left: 3px solid #ff694e;
        transition: .3s ease-in-out;
    }
    header #bottom nav > ul > a,
    header #bottom nav > ul > li{
        width: 100%;
        margin-left: 0;
        padding: 10px;
        background: rgba(0,0,0,.1);
        color: white;
    }
    header #bottom nav > ul > li > ul{
        position: unset;
        margin-top: 10px;
    }
    header #bottom nav > ul > li > ul > a,
    header #bottom nav > ul > li > ul > a:hover{
        background: none;
    }
    header #bottom #container > nav > i{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -25px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        border-radius: 50%;
        background: #ff694e;
        display: block;
        text-align: center;
        color: white;
    }
    ul.slider-pagination{
        width: 80%;
    }
    ul.slider-pagination li{
        padding: 15px;
        width: calc(100% - 30px);
    }
    ul.slider-pagination li #yazi h4{
        font-size: 11px;
    }
    .tab #flex{
        width: 100%;
    }
    .tab-1 p{
        line-height: 23px;
    }
    .tab-1 p:first-child{
        font-size: 16px;
        line-height: 29px;
    }
    .tab-2 #sag a{
        line-height: 25px;
    }
    .tab-4 #flex section{
        width: calc((100% / 4) - 35px);
    }
    .tab-4 #flex section:nth-child(4n + 0){
        margin-right: 0 !important;
    }
    .tab-4 #flex section:nth-child(5n + 0){
        margin-right: 20px;
    }
    .tab-4 #flex section #resim{
        height: 160px;
    }
    .tab-4 #flex section #resim img{
        min-height: 160px;
    }
    .tab-4 #flex section:first-of-type + section + section + section + section + section + section + section + section,
    .tab-4 #flex section:first-of-type + section + section + section + section + section + section + section + section + section{
        display: none;
    }
    .tab-5 #flex a #resim,
    .tab-6 #flex a #resim{
        height: 130px;
    }
    .tab-5 #flex a #resim img,
    .tab-6 #flex a #resim img{
        min-height: 130px;
    }
    .tab-5 #flex a h3,
    .tab-6 #flex a h3{
        font-size: 15px;
    }
    #veriler.baskanlar #baskan{
        width: calc(27% - 50px);
    }
    #veriler.baskanlar #baskan a #resim{
        width: calc(100% - 10px);
        height: 140px;
    }
    #veriler.baskanlar #baskan a #resim img{
        width: 100%;
        min-height: 140px;
    }
    #veriler.baskanlar #baskan a h3{
        font-size: 17px;
    }
    #veriler.baskanlar #baskan a h4{
        font-size: 12px;
    }
    #veriler.baskanlar #flex{
        width: 73%;
    }
    #veriler.baskanlar #flex a #resim{
        width: calc(100% - 6px);
        height: 90px;
    }
    #veriler.baskanlar #flex a #resim img{
        width: 100%;
        min-height: 90px;
    }
    #veriler.yonetim-kurulu #flex{
        width: 100%;
    }
    #veriler.yonetim-kurulu #flex a #resim{
        width: 90px;
        height: 90px;
    }
    #veriler.yonetim-kurulu #flex a #resim img{
        width: 100%;
        min-height: 90px;
    }
    #icerik-yazi.profil #sol #resim{
        width: calc(100% - 10px);
        height: 122px;
    }
    #icerik-yazi.profil #sol #resim img{
        min-height: 122px;
    }
    #icerik-yazi.profil #sol h2{
        font-size: 17px;
    }
    #icerik-yazi.profil #sol h3{
        font-size: 12px;
    }
    #veriler.projeler #flex a #resim, #veriler.projeler #flex a #shadow{
        height: 140px;
    }
    #veriler.projeler #flex a #resim img{
        min-height: 140px;
    }
    footer section #logo img{
        width: 80%;
    }
}
@media only screen and (max-width: 767px){
    #container{
        width: 90%;
    }
    header #top{
        display: none;
    }
    header #bottom #container > nav{
        width: 50%;
        right: calc(-50% - 77px);
    }
    header #bottom #container > nav > i{
        left: -15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 24px;
    }
    #slider ul.swiper-wrapper li{
        height: 200px;
    }
    #slider ul.swiper-wrapper li h3{
        font-size: 44px;
    }
    ul.slider-pagination{
        display: none;
    }
    .tab-1 p{
        width: 100%;
        font-size: 11px;
        line-height: 24px;
    }
    .tab-1 p:first-child{
        font-size: 13px;
        line-height: 25px;
    }
    .tab-2 #sol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tab-2 #sol h2,
    .tab-2 #sol p{
        text-align: center;
    }
    .tab-2 #sag{
        width: 100%;
    }
    .tab-2 #sag a{
        margin-top: 20px;
    }
    .tab-4 #flex section{
        width: calc((100% / 2) - 30px);
        margin-right: 20px;
    }
    .tab-4 #flex section:nth-child(2n + 0){
        margin-right: 0;
    }
    .tab-4 #flex section #resim{
        height: 20vh;
    }
    .tab-4 #flex section #resim img{
        min-height: 20vh;
    }
    .tab-4 #flex section h3{
        font-size: 16px;
        height: 40px;
    }
    .tab-4 #flex section #tarih{
        font-size: 11px;
    }
    .tab-4 #flex section > a{
        padding: 5px;
        margin-top: 40px;
    }
    .tab-5 #flex a,
    .tab-6 #flex a{
        width: 100%;
        margin-right: 0;
    }
    .tab-5 #flex a #resim,
    .tab-6 #flex a #resim{
        height: 160px;
    }
    .tab-5 #flex a #resim img,
    .tab-6 #flex a #resim img{
        min-height: 160px;
    }
    .tab-5 #flex a h3,
    .tab-6 #flex a h3{
        font-size: 17px;
    }
    #veriler.baskanlar #baskan,
    #veriler.baskanlar #flex{
        width: 100%;
    }
    #veriler.baskanlar #baskan{
        margin-bottom: 20px;
    }
    #veriler.baskanlar #baskan a #resim{
        width: 130px;
        height: 130px;
    }
    #veriler.baskanlar #baskan a #resim img{
        min-height: 130px;
    }
    #veriler.baskanlar #flex a{
        width: calc((100% / 2) - 10px);
        margin-right: 20px !important;
    }
    #veriler.baskanlar #flex a:nth-child(2n + 0){
        margin-right: 0 !important;
    }
    #veriler.baskanlar #flex a #resim{
        width: 100px;
        height: 100px;
    }
    #veriler.baskanlar #flex a #resim img{
        min-height: 100px;
    }
    #veriler.projeler #flex a{
        width: 100%;
        margin-right: 0;
    }
    #baslik h1{
        font-size: 20px;
    }
    #icerik-yazi #baslik-h1 h1{
        font-size: 30px;
        margin-bottom: 15px;
    }
    #icerik-yazi.profil #sol{
        margin-bottom: 20px;
    }
    #icerik-yazi.profil #sol,
    #icerik-yazi.profil #sag{
        width: 100%;
    }
    #icerik-yazi.profil #sag{
        text-align: center;
    }
    #icerik-yazi.profil #sol #resim{
        width: 122px;
    }
    #veriler.projeler #flex a #resim, #veriler.projeler #flex a #shadow{
        height: 24vh;
    }
    #veriler.projeler #flex a #resim img{
        min-height: 24vh;
    }
    #veriler.paydaslar #flex section{
        width: calc((100% / 3) - 14px);
        margin-right: 20px !important;
    }
    #veriler.paydaslar #flex section:nth-child(3n + 0){
        margin-right: 0 !important;
    }
    #veriler.paydaslar #flex section #resim{
        height: 10vh;
    }
    #veriler.paydaslar #flex section #resim img{
        width: 90%;
    }
    #veriler.paydaslar #flex section h4{
        font-size: 10px;
    }
    #form #sol,
    #form #sag{
        width: 100%;
    }
    #form #sol p{
        text-align: center;
    }
    #form #sol .siklar{
        flex-wrap: wrap;
    }
    #form #sol .siklar section{
        margin-right: 0;
        margin-bottom: 10px;
    }
    #form #sag{
        margin: 30px 0;
    }
    #form #sag table{
        font-size: 13px;
    }
    footer section{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    footer section #logo img{
        width: 50%;
    }
}
