body {
    font-family: 'Raleway', sans-serif;
    
}

/* .popup-container Styles */
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(65, 83, 100, 0.95); /* Arkaplan rengi ve opaklık */
    justify-content: center;
    align-items: center;
	z-index: 99998; /* Popup'ı diğer öğelerin üzerine getirme */
}

@media (max-width: 768px) {
    .popup-container {
        align-items: flex-start; /* Mobil cihazlarda üst kenara hizalama */
		max-width: 100%;
    }
}

/* .popup-content Styles */
.popup-content {
	position: fixed;
    background-color: #fff;
    padding: 20px;
    /* text-align: center;*/
	margin-top: 10%;
	border-style: solid;
    border-radius: 25px;
    border-width: thick;
    z-index: 99999; /* Popup içeriğini popup container'dan bir üst seviyeye getirme */
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .popup-content {
        max-width: 100%; /* Mobil cihazlarda daha dar bir içerik alanı */
    }
}

/* .close-btn Styles */
.close-btn {
	align-self: flex-end; 
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 40px;
    cursor: pointer;
    color: #333;
	font-weight: bold;
}

@media (max-width: 768px) {
    .close-btn {
        font-size: 20px; /* Mobil cihazlarda daha küçük bir çarpı işareti boyutu */
    }
}

/* .popup-content button Style */
.popup-content button {
    display: none;
}

/* .popup-content img Styles */
.popup-content img {
    max-width: 97%;
    height: auto; /* İsteğe bağlı olarak oranı korumak için */
}

.btn-full {

    width:100%;
    display:inline-block;
    padding:20px;
    text-align:center;
    margin-bottom:30px;
    max-width:1040px;
    word-wrap:break-word;
    background-color:#275581;
    color:#fff;
    text-decoration:none;
    font-size:20px;
    border-radius:5px;
}

.btn-full:hover {
    background-color:#275581;
    color:#fff;
    text-decoration:none;
}

.btn-full:focus {
     background-color:#275581;
    color:#fff;
    text-decoration:none;
}


.modal-header {
    border-bottom:none !important;
}

#popcontent p {
    font-size: 16px !important;
}

#popcontent h1 {
    font-size: 23px !important;
}

#popcontent iframe {
    width:100%;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.fc-daygrid-event {
    white-space: break-spaces !important;
}



 .cookieContainer {
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    width: 100%;
    padding:10px;
    font-size: 13px;
    font-family: "Gotham SSm A", "Gotham SSm B", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    
}


.cookieContainer a {
    text-decoration: underline;
    color:#fff;
}

.cookieContainer a:hover {
    text-decoration: none;
}


.cookieContainerLnk {

    background-color: #43515d;
    font-weight: bold;
    color:#fff;
    padding:5px;
    margin-right: 10px;
    text-decoration: none !important;
    
}

.tab-content>.tab-pane {
    padding-top:20px;
}

.nav-tabs>li>a {
    font-size: 18px;
}

.nav-tabs a {
    color:#43515d;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #43515d;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.highlight-menu {
    color: #ff9696 !important; /* İstediğiniz renge göre değiştirin */
}

.yonetici h2 {
    font-size: 19px;
}


.yonetici img {
    max-width:150px;
    border:1px solid #35393c;
}



.komiteCol {
    border:1px solid #c5c5c5;
}

.komite h2 {
    font-size: 25px;
    margin-bottom:30px;
}

.komiteCol {
    padding:30px;
}

.yoneticiCol {
    padding:20px;
}

.fileDownload {
    margin-bottom:10px;
    display: inline-block;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #43515d;
    color: #ffffff;
    font-size: 11px;
    border-radius: 30px;
}

.fileDownload:hover {
    text-decoration: none;
    color:#ffffff;
}

.boxContent {
    padding-top:10px;
    padding-bottom:10px;
    padding-right: 100px;
    
    font-size: 18px;
    line-height: 24px;
    color: #5d5d5d;
    margin-bottom: 20px;
    display: block;
    
}

.list-group {
    margin-top:30px;
}


.list-group a {
    text-decoration: none !important;
}

.list-group-item span {
    display: block;
    font-style: italic;
    color:#b1b1b1;
}

.videoplay {
    top:0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/play.png");
    background-position: center center;
    background-repeat: no-repeat;
    
}

.templateCol {
    padding:40px !important;
}

.contentCol h2 {
    margin: 0px;
    padding: 0px;
    margin-bottom:20px;
    font-size: 31px;
    font-weight: 700;
    color: #43515d;
}

.templateCol:first-of-type{
    padding-left:0px !important;
}

.templateCol:last-of-type{
    padding-right:0px !important;
}


.templateCol h2 {
    margin: 0px;
    padding: 0px;
    margin-bottom:20px;
    font-size: 31px;
    font-weight: 700;
    color: #43515d;
}

.templateCol li {
    font-size: 18px;
    line-height: 27px;
    color: #5d5d5d;
    margin-bottom: 20px;
}

.templateRow {
    margin-bottom:50px;
}

.timeanime {
    
    -webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.widget-header-div {
  display: flex;
  flex-wrap: wrap;
}


/* carusel slider */

/* Carousel Fading slide */
.carousel-fade .carousel-inner {  }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  



.carousel-indicators {
    position:relative;
    bottom: 0px;
    z-index: 15;
    padding-left: 0;
    list-style: none;
    left:40px;
    padding-top:20px;
}


.carousel-indicators li {
    display: inline-block;
    border-radius: 100px !important;
    width: 30px;
    height: 30px;
    margin: 0px;
    text-indent: -999px;
    border: 3px solid #43515d;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    margin-right: 5px;
}

.carousel-indicators .active {
    margin: 0;
    width: 30px;
    height: 30px;
    background-color: #43515d;
    margin-right: 5px;
}







/* drop down */



.dropdown-menu {
    background-color: #43515d;
    border:none;
    padding: 0px 0;
    border-top:3px solid #a1a6aa;
}

.dropdown-menu>li>a {
    padding:15px;
    padding-left:25px;
    padding-right: 25px;
    color: #ffffff;
    font-weight: 600;
    
    -webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
    
}


.dropdown-menu>li>a:hover {
    background-color:#596773;
    color: #ffffff;
    
    -webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}



/* drop down */












.owl-carousel .owl-item {

	height: 130px;
	border:1px solid #eeeeee;
	
}

.owl-carousel .owl-item img {
	
	width: auto !important;
	
}

.owl-centered .owl-wrapper {
  display: table !important;
}
.owl-centered .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.owl-centered .owl-item > div {
  text-align: center;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

	background-color:#35393c;
	
}

.owl-centeredTWO .owl-item {
  display: table-cell;
  float: none;
  vertical-align: top !important;
}


















.navFluid {
    background-color:#43515d !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.navFluid .mobileMenuFluid {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
}

.navFluid .navbar-brand img {
    
    max-width: 120px;
    
}

.navFluid .navbar-collapse {
    padding-top: 10px;
}

.navFluid .open>a:focus {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #5c6a76 !important;
}






.mainContainerFluid {
    
    background-image: url("../img/hero-banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 860px;
    
}


.fluidBannerRow {
    padding:100px;
    padding-bottom:130px;
    
}


.fluidMenu nav {
    
    padding-top:18px;
    
}

.fluidMenu nav ul {
    
    float:right;
    padding:0px;
    margin:0px;
    
}

.fluidMenu nav ul li {
    
    list-style: none;
    float:left;
    padding-right: 20px;
    
}

.fluidMenu nav ul li:nth-last-child(1){
    padding-right: 0px;
}


.fluidMenu nav ul li a {
    
    font-size: 18px;
    font-weight: 600;
    color:#ffffff;
    
}


.fluidMenu nav ul li a:hover {
    
    text-decoration: none;
    
}

.bannerTxtCol h2 {
    
    color:#ffffff;
    font-weight: 800;
    font-size:35px;
    padding:0px;
    margin:0px;
    
}


.bannerTxtCol p {
    
    font-weight: 500;
    padding-top:15px;
    padding-bottom:15px;
    font-size: 17px;
    line-height: 23px;
    color:#ffffff;
    
}


.bannerTxtCol a {
    
    display: inline-block;
    font-weight: 900;
    
    padding-left:20px;
    padding-right: 20px;
    padding-top:10px;
    padding-bottom:10px;
    
    color:#fff;
    font-size: 15px;
    border-radius: 30px;
    border:3px solid #43515d;
    
}

.bannerTxtCol a:hover {

    background-color:#43515d;
    color:#ffffff;
    text-decoration: none;
    
}


.bannerTxtCol {
    
    padding-right: 50px;
    
}


.sektorCerceve {
    
    background-color:#ededed;
    
    -webkit-box-shadow: 0px 6px 17px -3px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 6px 17px -3px rgba(0,0,0,0.27);
    box-shadow: 0px 6px 17px -3px rgba(0,0,0,0.27);
    
    padding-top:40px;
    padding-bottom:40px;
    
    padding-left:30px;
    padding-right:30px;
    
    
    border-radius: 10px;
    
    height: 100%;
    
}


.sektorCerceve img {
    display: block;
    margin-bottom: 20px;
}


.sektorCerceve h2 {
    
    font-size: 20px;
    line-height: 23px;
    font-weight: 900;
    padding:0px;
    margin:0px;
    color:#43515d;
    
}


.sektorCol {
    
    padding-right: 15px;
    
}


.sektorCol:nth-last-child(1){ 
 
    padding-right: 0px;
    
}


.sektorlerContainer h1 {
    
    font-size: 35px;
    font-weight: 900;
    padding-bottom:20px;
    color:#43515d;
    
}


.sektorlerContainer {
    
    margin-top:-150px;
    
}

.firstMargin {
    
    margin-top:150px !important;
    
}

.marginContainer {
    
    margin-top:100px;
    
}


h1 {
    
    font-size: 35px;
    font-weight: 500;
    
}


.darkColor {
    
    color:#43515d;
    
}

.whiteColor {
    
    color:#ffffff;
    
}


.hakkimizdaCol p {
    
    margin-top:30px;
    margin-bottom:30px;
    font-weight:500;
    font-size: 18px;
    line-height: 23px;
    
}


.hakkimizdaCol a {
    
    display: inline-block;
    font-weight: 700;
    
    padding-left:20px;
    padding-right: 20px;
    padding-top:10px;
    padding-bottom:10px;
    
    background-color:#43515d;
    color:#ffffff;
    
    font-size: 13px;
    border-radius: 30px;
    
}

.hakkimizdaCol a:hover {

    text-decoration: none;
    background-color:#576470;
    
}


.duyuruBg {
    
    padding-bottom:150px;
    background-image: url("../img/sep-bg.png");
    background-repeat: no-repeat;
    background-position: bottom -100px right;
    
}

.heroDuyuru {
    
    padding-top:40px;
    
}


.heroDuyuru h2 {
    
    font-size: 25px;
    font-weight: 800;
    color:#43515d;
    
}

.heroDuyuru p {
    
    margin-top:30px;
    margin-bottom:30px;
    font-weight:500;
    font-size: 18px;
    line-height: 23px;
    
}


.heroDuyuru a {
    
    display: inline-block;
    font-weight: 700;
    
    padding-left:20px;
    padding-right: 20px;
    padding-top:10px;
    padding-bottom:10px;
    
    background-color:#43515d;
    color:#ffffff;
    
    font-size: 13px;
    border-radius: 30px;
    
}

.heroDuyuru a:hover {

    text-decoration: none;
    background-color:#576470;
    
}

.heroCol {
    
    
    padding-right: 50px;
    
}

.heroImage {
    background-color:#43515d;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}


.duyuruTitleRow {
    
    padding-bottom:50px;
    
}

.heroRow {
    
    padding-bottom:50px;
    
}

.flexCerceve {
    height: 100%;
}


.thumbCerceve {
    background-color:#cccccc;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom:10px;
    
}

.thumbCol {
    
    padding-right: 20px;
    
}

.thumbCol:nth-last-child(1){
    
    padding-right: 20px;
    
}

.thumbCol p {
    
    margin-top:20px;
    font-size: 17px;
    color:#43515d;
    font-weight: 600;
    line-height: 20px;
    line-height: 22px;
    
}

.marginZero {
    
    margin-top:0px !important;
    
}


.etkinlikDuyuruBg {
    
    background-image: url("../img/etkinlik-bg.png");
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.etkinlikDuyuruContainer {
    
    padding:10px;
    padding-top:100px;
    padding-bottom:100px;
    
}

.etkinlikDuyuruBorder {
    
    border:3px solid #ffffff;
    border-radius: 5px;
    padding:50px;
    
}

.etkinlikDuyuruCol ul {
    
    padding:0px;
    margin:0px;
    max-width: 450px;
    margin-top:30px;
    
}

.etkinlikDuyuruCol ul li {
    
    list-style: none;
    margin-bottom:20px;
    
}

.etkinlikDuyuruCol ul li a {
    display: block;
    padding-right: 50px;
    background-image: url("../img/href-w-row.png"); 
    background-repeat: no-repeat;
    background-position: right top 34px;
    color:#ffffff;
    font-weight: 600;
    font-size: 20px; 
    
}

.etkinlikDuyuruCol ul li a:hover {
    text-decoration: none;
    
}

.etkinlikDuyuruCol ul li span {
    
    display: block;
    color:#d1d1d1;
    font-weight: 700;
    font-size: 20px; 
}


.uyelerColTxt p {
    
    color:#43515d;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}


.sliderRow {
    margin-top:50px;
    
}


.footerContainerFluid {
    
    background-color:#35393c;
    padding-top:100px;
    padding-bottom:100px;
    
}


.footerSM {
    margin-top:30px;
    margin-bottom:30px;
}


.footerSM ul {
    padding:0px;
    margin:0px;
    float:right;
    
}

.footerSM ul li {
    list-style: none;
    float:left;
    margin-right: 5px;
    
}

.footerSM ul li:nth-last-child(1){
    margin-right: 0px;
}


.footerInfo {margin-top:30px;}

.footerInfo span {
    
    display: block;
    font-weight: 900;
    color:#7d8489;
    font-size: 15px;
    
}

.footerInfo a {
    
    display: block;
    font-weight: 700;
    color:#ffffff;
    font-size: 15px;
    
}

.footerInfo a:hover {
    
    text-decoration: none;
    
}


.footerCol{
    
    padding-right: 30px;
    
}

.footerCol:nth-last-child(1){
    
    padding-right: 0px;
    
}


.footerMenuRow h3 {
    font-weight: 700;
    font-size: 15px;
    color:#ffffff;
}


.footerMenuRow ul {
    padding:0px;
    margin:0px;
}


.footerMenuRow ul li {
    list-style: none;
    margin-bottom:8px;
}

.footerMenuRow ul li a {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color:#828282;
}


.footerMenuCol {
    
    padding-right: 20px;
    
}


.navbar-inverse {
    background-color: transparent;
    border-color:transparent;
    padding-left: 50px;
    padding-right: 50px;
    padding-top:20px;
}

.navbar-collapse {
    
    padding-top:20px;
    
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    padding-left:17px;
    padding-right:17px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color:#43515d;
}


/* suppage */

.sunHeaderContainerFluid {
    
    min-height: 340px !important;
}

.suppageTitle {
    
    font-size: 35px;
    font-weight: 400;
    color:#FFFFFF;
}

.suppageTitle span {
    
    font-weight: 900;
    
}

.listHeroBoxCol {
    
    padding-right: 20px;
    
}

.listHeroBoxCol h2 {
    margin:0px;
    padding:0px;
    font-size: 31px;
    font-weight: 800;
    color: #43515d;
}

.listHeroBoxCol span {
    font-family: georgia;
    font-size: 20px;
    font-style: italic;
    display: block;
    margin-bottom:30px;
    margin-top:10px;
    color:#5d5d5d;
}

.listHeroBoxCol p {
    
    font-size: 18px;
    line-height: 24px;
    color:#5d5d5d;
    margin-bottom:20px;
    display: block; 
}

.listHeroBoxRow {
    margin-bottom:50px;
}

.listHeroBoxImage {
    
    position: relative;
    background-color:#e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    
.listHeroBoxCol:nth-last-of-type(1) {
    
    padding-right: 50px;
    
}


.listBoxRow {
    
    margin-top:50px;
    
}

.listBoxCol {
    
    margin-bottom:50px;
    padding-left:20px;
    padding-right: 20px;
    
}

.listBoxCol h2 {
    margin:0px;
    padding:0px;
    font-size: 23px;
    font-weight: 800;
    color: #43515d;
}

.listBoxCol span {
    font-family: georgia;
    font-size: 20px;
    font-style: italic;
    display: block;
    margin-bottom:10px;
    margin-top:30px;
    color:#5d5d5d;
}


.listBoxImage {
    position: relative;
    background-color:#e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}


.listBoxCol a {
    
    display: block;
    margin-top:15px;
}


.pagContainerFluid {
    padding-top:30px;
    padding-bottom:30px;
    border-top: 2px solid #e5e5e5;
    
}

.pagCol { text-align: center; }
.pagCol ul { display:inline-table; }
.pagCol li { display:inline; margin-right: 20px; }

.pagCol ul li a{
    
    font-size: 25px;
    color:#909090;
    font-weight: 400;
}

.pagActive {
    
    color:#5d5d5d !important; 
    font-weight: 700 !important;
}

.marginZero {
    margin:0px !important;
}


.fileCol h2 {
    
    margin: 0px;
    padding: 0px;
    font-size: 35px;
    font-weight: 600;
    color: #43515d;
    margin-bottom:30px;
    
}

.fileCol p {
    
    font-size: 18px;
    line-height: 24px;
    color: #5d5d5d;
    margin-bottom: 20px;
    display: block;
    
}


.fileRow {
    margin-bottom:50px;
}

.fileBox {
    margin-bottom:10px;
    display: block;
    border-radius: 5px;
    background-color:#f1f1f1;
    padding:15px 0px 15px 20px;
    background-image: url("../img/downloadicon.png");
    background-repeat: no-repeat;
    background-position: right 40px center;
    color:#5d5d5d;
    text-decoration: none;
}

.fllink {
    padding-right: 60px;
    display: block;
}

.fileBox .fllink:hover {
    text-decoration: none;
}

.fileBox .fllink:focus {
    text-decoration: none;
}

.fileBox h3 {
    
    color:#5d5d5d;
    font-weight: 500;
    font-size: 20px;
    margin:0px;
    margin-bottom:5px;
    
}


.fileBox span {
    font-family: Georgia;
    font-size: 17px;
    font-style: italic;
    color:#a6a6a6;
}


.logoBorderOLD {
    min-height: 150px;
    border:1px solid #c5c5c5;
        display: flex;
      align-items: center;
      justify-content: center;
}


.logoBorder {
    padding:40px 30px 40px 30px;
    border:1px solid #c5c5c5;
}


.logoBorder h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom:20px;
    word-wrap:break-word;
}



.listHeroBoxImage .label {
    
    margin-right: 15px;
    margin-top:15px;
    float:right;
    padding:10px 20px 10px 20px;
    border-radius: 20px;
    font-size: 12px;
    
}

.listBoxImage .label {
    
    margin-right: 15px;
    margin-top:15px;
    float:right;
    padding:7px 15px 7px 15px;
    border-radius: 20px;
    font-size: 10px;
    
}

.label-primary {
 background-color:#334553 !important;   
}


.contentCol h1 {
    margin:0px;
    padding:0px;
    font-size: 31px;
    font-weight: 800;
    color: #43515d;
    margin-bottom:20px;
}

.contentCol img {
    
    margin-bottom:5px;
    
}
/*
.contentCol p {
    font-size: 18px;
    line-height: 27px;
    color: #5d5d5d;
    margin-bottom: 20px;
    display: block;
}
*/

.contentCol {
    font-size: 18px;
    line-height:inherit;
    color: #5d5d5d;
    margin-bottom: 20px;
    display: block;
}

.contentCol a {
    
    color: #5d5d5d;
    text-decoration: underline;
    font-weight: 600;
    
}


.contentCol:first-child {
    padding-right: 100px;
}

.contentCol li {
    font-size: 18px;
    line-height: 27px;
    color: #5d5d5d;
    margin-bottom: 10px;
}

.backBTN {
    display: block;
    font-weight: 900 !important;
    font-size: 19px;
    color:#4b4b4b;
    text-align: right;
    text-decoration: none !important;
}

.etkinlikCerceve {
    display: block;
    margin-top:30px;
    background-color:#e5e5e5;
    border-radius: 10px;
    padding:40px 50px 40px 50px;
}

.etkinlikCerceve .label {
    float: right;
    padding:8px 15px 8px 15px;
    font-size: 16px;
    border-radius: 20px;
    margin-bottom:20px;
}

.etkinlikInfo span {
    font-family: georgia;
    font-size: 18px;
    font-style: italic;
    display: block;
    margin-top: 30px;
    color: #5d5d5d;
}


.etkinlikInfo h3 {
    margin:0px;
    padding:0px;
    font-size: 30px;
    font-weight: 800;
    color: #5d5d5d;
}

.etkinlikInfo {
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom: 1px solid #919191;
    
}

.etkinlikOnlineKayitBtn {
    font-weight: 900 !important;
    text-decoration: underline !important;
    font-size: 26px;
    color:#79a662 !important;
}

a {
    text-underline-position: under !important;
}


.modal-content {
    padding:40px;
    border-radius: 20px;   
}

.modal-dialog {
    max-width: 700px;
}


.etkinlikModalBody h2 {
    
    margin:0px;
    padding:0px;
    font-weight: 900;
    font-size: 30px;
    color:#43515d;
    
}

.etkinlikModalBody h3 {
    font-weight: 900;
    font-size: 20px;
    margin-bottom:50px;
    margin-top:50px;
    color:#43515d;
    
}

.etkinlikModalBody label {
    
    font-family: georgia;
    font-size: 15px;
    font-style: italic;
    display: block;
    margin-top: 20px;
    color: #5d5d5d;
    
}

.etkinlikModalBody textarea {
    min-height: 150px;
}

.etkinlikModalBody .btn-default {
    
    display: inline-block;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #43515d;
    color: #ffffff;
    font-size: 13px;
    border-radius: 30px;
}



.embed-responsive-16by9 {
    padding-bottom: 30% !important;
}


.haritaBaslik {
    font-family: georgia;
    font-size: 15px;
    font-style: italic;
    display: block;
    margin-top: 20px;
    color: #5d5d5d;
    padding-top:50px;
    padding-bottom:20px;
}

.contactCol h2 {
    margin:0px;
    padding:0px;
    font-size: 31px;
    font-weight: 800;
    color: #43515d;
    margin-bottom:20px;
}

.contactCol span {
    font-family: georgia;
    font-size: 18px;
    font-style: italic;
    display: block;
    margin-top: 20px;
    color: #5d5d5d;
}

.contactCol a {
    font-weight: 400;
    color: #5d5d5d;
    font-size: 20px;
}

.contactCol em {
    font-family: georgia;
    font-size: 18px;
    font-style: italic;
    margin-top: 0px;
    color: #5d5d5d;
}

.contactCol p {
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
    color: #5d5d5d;
    font-size: 20px;
}


.contactCol {
    padding-right: 50px;
}


.contactCol:nth-last-of-type(1){
    
    border-left: 2px solid #c8c8c8;
    padding-left:80px;
    
}

.contactCol .btn-default {
    
    display: inline-block;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #43515d;
    color: #ffffff;
    font-size: 13px;
    border-radius: 30px;
}

.contactCol .form-group label {
    font-family: georgia;
    font-size: 15px;
    font-style: italic;
    display: block;
    margin-top: 20px;
    color: #5d5d5d;
}



.contactItem {
    display: block;
    margin-bottom:20px;
    font-weight: 400;
    color:#5d5d5d;
    font-size: 20px;
}

.contactItem a {
    font-weight: 400;
    color:#5d5d5d;
    font-size: 20px;
}

.contactItem a:hover {
    text-decoration: none;
}

.contactItem span {
    font-family: georgia;
    font-size: 18px;
    font-style: italic;
    display: block;
    margin-top: 20px;
    color: #5d5d5d;
}


.contactCol .form-group textarea {
    min-height: 150px;
}

.mainContentCol {
    padding:50px;
    font-size: 18px;
    line-height: 27px;
    color: #5d5d5d;
    margin-bottom: 20px;
    display: block;
}



.mainContentCol h2 {
    margin: 0px;
    padding: 0px;
    font-size: 35px;
    font-weight: 800;
    color: #43515d;
    margin-bottom: 20px;
}

.mainContentTitle {
     padding:50px;
     padding-bottom:0px;
     padding-top:0px;
}

.mainContentTitle h2 {
    margin: 0px;
    padding: 0px;
    font-size: 35px;
    font-weight: 800;
    color: #43515d;
    margin-bottom: 20px;
}

.maincontentSoz {
    margin-top:50px;
    margin-bottom:50px;
    font-family: Georgia;
    font-size: 24px;
    font-style: italic;
    color:#838287;
    padding:50px;
    border-radius: 10px;
    background-color:#ebebeb;
    
}

.maincontentSoz span {
    margin-top:10px;
    display: block;
    font-size: 16px;
}

/* suppage */



@media only screen and (max-width : 1580px) {
    
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        padding-left:10px;
        padding-right:10px;
    }

}

@media only screen and (max-width : 1300px) {
    
    .duyuruBg {
        background-position: bottom -50px right -140px;
    }
    
    .etkinlikDuyuruCol {
        
        padding-right: 50px;
        
    }
    
    .etkinlikDuyuruCol:nth-last-child(1){ 
    
        padding-right: 0px;
        
    }
    
    .etkinlikDuyuruBorder {
        padding: 40px;
    }
    
    .sektorCerceve h2 {
        font-size: 17px;
    }
    
    .sektorCerceve {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .navbar-inverse {
        padding-left: 0px;
        padding-right: 0px;
        padding-top:0px;
    }
 
    .mobileMenuFluid {
        
        background-color:#43515d !important;
        padding-left:50px;
        padding-right: 50px;
        padding-bottom: 20px;
        
    }
    
    
    .sektorlerContainer h1 {
        font-size: 30px;
    }
    
    .navbar-toggle {
        
        margin-top:20px;
        
    }
    
    .mainLogo {
        
        max-width: 150px;
        
    }
    
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding-left:10px;
        padding-right:10px;
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        transition: 0.7s;
    }
    
    .navbar-collapse.in {
        overflow-y: auto;
        overflow-x: auto !important;
        box-shadow:none;
        
    }
    
    .collapsing {
        box-shadow:none !important;
        
    }
    
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height:none;
    }
    
    
    
    
    /* DROP DOWN */
    
    
      .navbar-header {
      float: none;
      }
      .navbar-left,.navbar-right {
          float: none !important;
      }
      .navbar-toggle {
          display: block;
      }
      .navbar-collapse {
          border-top: 1px solid transparent;
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      }
      .navbar-fixed-top {
          top: 0;
          border-width: 0 0 1px;
      }
      .navbar-collapse.collapse {
          display: none!important;
      }
      .navbar-nav {
          float: none!important;
          margin-top: 7.5px;
      }
      .navbar-nav>li {
          float: none;
      }
      .navbar-nav>li>a {
          padding-top: 10px;
          padding-bottom: 10px;
      }
      .collapse.in{
          display:block !important;
      }
    
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border:none;
    }
    
    
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .navbar-collapse {
        overflow-x: visible;
        padding-right: 0;
        padding-left: 0;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        -webkit-overflow-scrolling: touch;
    }
    
    .navbar-collapse.in {
        overflow-y: auto;
        overflow-x:auto !important;
    }
    
    /* DROP DOWN */
    
    .etkinlikCerceve {
        padding:30px 40px 30px 40px;
    }
    
    .etkinlikOnlineKayitBtn {
        font-size: 22px;
    }
    
    .contentCol:first-child {
        padding-right: 50px;
    }

    .mainContentCol {
        padding: 30px;
        font-size: 17px;
        line-height: 23px;
    }
    
    .mainContentTitle {
        padding-left:30px;
    }
    
  
}

@media only screen and (max-width : 992px) {
    
    .contactCol:nth-last-of-type(1) {
        border:none;
        padding-left: 0px;
        margin-top:100px;
    }
    
    .embed-responsive-16by9 {
        padding-bottom: 100% !important;
    }
    
    .contentCol:first-child {
        padding-right: 0px;
    }
    
    .fileBox { padding-right:70px; background-size: 20px; }
    
    
    .bannerTxtCol h2 {
        font-size: 25px;
    }
    
    .bannerTxtCol p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .bannerTxtCol a {
        font-size: 13px;
    }
    
    .carousel-inner {
        min-height: 350px;
    }
    
    .sektorCerceve h2 {
        font-size: 19px;
    }
    
    .sektorCol {
        padding-right: 10px;
        padding-bottom:20px;
    }
    
    .sektorCol:nth-last-child(1){ 
        padding-right: 10px;
        padding-bottom:20px;
    }
    
    .mainContainerFluid {
        background-image: url(../img/hero-banner-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 760px;
    }
    
    .hakkimizdaCol p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .hakkimizdaImg img {
        max-width: 380px;
    }
    
    .heroDuyuru h2 {
        font-size: 20px;
    }
    
    .heroDuyuru p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .thumbCol:nth-last-child(1){ 
        display: none !important;
    }
    
    h1 {
        font-size: 30px;
        font-weight: 500;
    }
    
    .etkinlikDuyuruCol ul li a {
        display: block;
        padding-right: 50px;
        background-image: url(../img/href-w-row.png);
        background-repeat: no-repeat;
        background-position: right top 34px;
        color: #ffffff;
        font-weight: 500;
        font-size: 15px;
    }
    
    .etkinlikDuyuruCol ul li span {
        font-size: 17px;
    }
    
    .uyelerCol img {
        max-width: 300px;
    }
    
    .uyelerColTxt p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .footerMenuRow {
        
        display: none;
    }
    
    
    .footerSM ul {
        float:left;
    }
    
    .footerLogo img {
        float:left !important;
    }
    
    .footerInfo {
        text-align: left !important;
    }
    
    .marginContainer {
        margin-top: 50px;
    }
    
    .duyuruBg {
        padding-bottom:80px;
        background-image:none;
    }
    
    .firstMargin {
        margin-top: 80px !important;
    }
    
    
    .listHeroBoxCol:nth-last-of-type(1) {
        padding-right: 50px;
        padding-left: 20px;
    }
        
    
}


@media only screen and (max-width: 767px) {
    
    .fileCol p {
        font-size: 16px;
        line-height: 23px;
    }
    
    .pagCol ul li a {
        font-size: 20px;
    }
    
    .fileBox span {
        font-size: 15px;
    }
    
    .fileBox h3 {
        font-size: 18px;
    }
    
    .fileBox a { background-position: right 15px center; }
    
    .listHeroBoxCol:nth-last-of-type(1) {
        padding-right: 50px;
        padding-left: 10px;
    }
    
    .sunHeaderContainerFluid {
        min-height: 240px !important;
    }
    
    .listHeroBoxCol h2 {
        padding-top:20px;
    }
    
    .suppageTitle {
        font-size: 30px;
        padding-top:50px;
        padding-left:20px;
    }

    .listBoxCol {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .listHeroBoxCol {
        padding-right: 0px;
    }
    
    .dropdown-menu>li>a {
        background-color:#5a6773;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
        padding-top:10px;
        padding-bottom:10px;
    }

    .container {
        
        padding-left:50px;
        padding-right:50px;
        
    }
    
    .owl-centered .owl-item > div {
        text-align: left;
        padding: 20px;
        border:none;
    }
    
    .owl-carousel .owl-item {
        height: 130px;
        border:none;
    }
    
    .sektorCerceve {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .sektorlerContainer {
        margin-top: -130px;
    }
    
    .mainContainerFluid {
        min-height:850px;
    }
    
    .sektorlerContainer h1 {
        font-size: 25px;
        padding-right: 23px;
        font-weight: 900;
        padding-bottom: 0px;
        color: #43515d;
    }
    
    .sektorListRow { display: none; }
    
    .sektorOwlRow { display: block !important; }
    
    .sektorCerceve h2 {
        font-size: 25px;
    }
    
    .fluidBannerRow {
        padding: 0px;
        padding-top:100px;
    }
    
    .bannerImage {
        
        padding-top:50px;
        
    }
    

    
    .carousel-inner {
        min-height: 600px;
    }
    
    .bannerTxtCol {
        padding-right: 0px;
    }
    
    h1 {
        font-size: 25px;
        font-weight: 500;
    }
    
    .heroCol {
        padding-right: 0px;
    }
    
    .heroDuyuru {
        padding-top: 20px;
    }
    
    .heroImage {
        height: 380px;
    }
    
    .thumbCol {
        padding-right: 0px;
    }
    
    .footerContainerFluid {
        background-color: #35393c;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .carousel-indicators .active {
        width: 20px;
        height: 20px;
    }
    
    .carousel-indicators li {
        width: 20px;
        height: 20px;
    }
    
    .bannerTxtCol a {
        background-color:#43515d;
        border: 3px solid #43515d;
    }
    
    .uyelerCol img {
        max-width: 250px;
        margin:0 auto;
    }
    
    .hakkimizdaImg img {
        float:none !important;
        max-width: 350px;
        margin:0 auto;
        margin-top:50px;
    }
    
    .thumbCerceve {
        height: 380px;
    }
    
    .etkinlikDuyuruContainer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    

}


@media only screen and (max-width : 580px){
    
    
    .listHeroBoxCol h2 {
        font-size: 24px;
    }
    
    .listHeroBoxCol span {
        font-size: 18px;
    }
    
    .listHeroBoxImage {
        height: 250px;
    }
    
    .listBoxImage {
        height: 250px;
    }
    
    .fluidBannerRow {
        padding-top: 50px;
    }
    
    .sunHeaderContainerFluid {
        min-height: 180px !important;
        padding-left:15px;
        padding-right:15px;
    }
    
    .suppageTitle {
        font-size: 25px;
        padding-bottom:50px;
    }
    
    .container {
        
        padding-left:10px;
        padding-right:10px;
        
    }
    
    .footerCol {
        padding-left: 20px !important;
    }
    
    .thumbCol {
        padding-right: 0px;
        padding-bottom: 50px;
    }
    
    .sektorCerceve h2 {
        font-size: 20px;
    }
    
    .bannerTxtCol p {
        display: none !important;
    }
    
    .bannerTxtCol h2 {
        padding-bottom:10px;
    }
    
    .navFluid .mobileMenuFluid {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    
    
    .mobileMenuFluid {
        padding-bottom: 20px;
        padding-left:20px;
        padding-right:20px;
    }
    
    
    .carousel-inner {
        min-height: 500px;
    }
    
    .thumbCerceve {
        height: 180px;
        padding-bottom: 50px;
    }
    
    .heroImage {
        height: 180px;
    }
    
    .mainContainerFluid {
        padding-top:50px;
        min-height:750px;
    }

    .firstMargin {
        margin-top: 50px !important;
    }
    
    .etkinlikDuyuruContainer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .etkinlikDuyuruCol:nth-last-child(1){ 
    
        padding-top:40px;
        
    }
    
    .etkinlikDuyuruCol {
        padding-right: 0px;
    }
    
    .footerCol {
        padding-left:40px;
    }
    
    .carousel-inner {
        min-height: 350px;
    }
    
    .footerLogo img {
        
        max-width: 130px;
        
    }


}

@media only screen and (max-width : 520px) {
	
}


@media only screen and (max-width : 480px) {


}

@media only screen and (max-width : 370px){


}

@media only screen and (max-width : 320px) {


}


@media only screen and (min-width : 1200px) {



}

@media only screen and (min-width : 1360px) {


}

@media only screen and (min-width : 1439px) {


}

@media only screen and (min-width : 1599px) {



}

