a {
  color:#444444 !important;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  text-decoration: none !important
}
a:hover { color:#b9172d !important;;}

.sporcu_kategori_secimi {
	display:flex;
	align-content: center;
	justify-content: center;
	border-bottom:1px solid #Cc0000;
}
.sporcu_kategori_secimi a{
	padding:5px 20px;
}
.sporcu_kategori_secimi a.selected{
	background-color:#cc0000;
	color: white !important;
}

.menu_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.7);
	z-index: 1000;
}

.site_link {
	font-size:12px;
}

#logo {
	top:0;
	position:absolute;
	overflow: auto;
	z-index: 999;
}

.toplogo a:hover {
	margin-top:-10px;
}

.navbarHolder {
	position:relative;
}
.navbar {
	position:relative;
	top:0;
	z-index: 10;
}

.social-top {
	position:absolute;
	top:23px;
	right:10px;
	z-index:999;
}

#navbarSupportedContent {
	position:absolute;
	top:15px;
	left:190px;
}
.navbar-toggler {
	position:absolute;
	top:15px;
	right:0;
}

.nav-link {
	color:#444444;
	font-size:14px;
	font-weight: 600;
	font-family: "Open Sans",sans-serif;
}


.sliderHolder {
	margin-top:15px;
}

.mapHolder {
	margin-top:-15px;
}

.slider-text {
	font-size:3em;
	color:#FFFFFF;
	font-weight:700;
	font-family: "Open Sans",sans-serif;
	line-height: 1.3em
}
.slider-text span {
	font-weight:400;
}

html, body {
	color:#777777;
}
p strong {
	font-weight: 600
}
h1{
	font-family:"Open Sans", sans-serif;
	font-size:36px;
	font-weight: 400;
	color:#434842;
}

h1 strong {
	font-weight: 700;
}


.card {
	border:none;
}
.card-body {
	padding:0;
}

.img-zoom {
	top: 0;
	left: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.img-zoom img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	transition: all 0.5s cubic-bezier(0.25, 0.26, 0.25, 0.54);
}
.img-zoom img:hover {
	-webkit-transform: scale(1.11);
	-ms-transform: scale(1.11);
	transform: scale(1.11);
}


.haberbaslik {
	color:#000000;
	margin: 10px 0 0 0;
	font-size:17px;
	font-weight: 600
}

.haberozet {
	margin-top:5px;
	font-weight: 400;
	font-size:14px;
	line-height:17px;
}
#neden_kuzey_okculuk {
	background:transparent url("../images/neden_kuzey_okculuk_bg.jpg") no-repeat;
	background-size: cover;
}
.kuzey_okculuk_txt {
	font-family:"Open Sans",sans-serif;
	font-weight: 400;
	color:#434842;
	right:50px;
	max-width:1000px;
	top:0;
	margin-top:7%;
	font-size:0.8em;
	padding-bottom:100px;
	float:right;
}
.kuzey_okculuk_txt p.baslik {
	font-size:36px;
}
.kuzey_okculuk_txt .baslik strong {
	font-weight: 700;
}

.kuzey_okculuk_txt li{
	margin-bottom:5px;
}

.image_holder {
	position: relative;
	max-height: 100px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.image_holder_2 {
	position: relative;
	max-height: 200px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.programtablosu thead{
	background-color:#b9172d;
	color:#FFFFFF;
}

#kuzey_okculuk_hakkimizda {
	background:transparent url("../images/hakkimizda_bg.jpg") no-repeat;
	background-size: cover;
}

#map {
    width: 100%;
    height: 376px;
    margin-top: 70px;
    border-bottom: 15px solid #f3f3f3
}

#footer {
	margin-top:150px;
	height:auto;
	background:#26313c;
	color:#FFFFFF;
	font-size:13px;
}


#altlogo {
	position:absolute;
	bottom:5px;
}

.footer-data .adres {
	margin-top:15px;
}
.footer-data .social {
	width:150px;
	margin-top:30px;
}
.footer-data .social i {
	margin-left:15px;
}

.footerlink {
	color:#FFFFFF !important;
}

#back-to-top {
    position: fixed;
    bottom: 140px;
    right: 40px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}


#back-to-top.show {
    opacity: 1;
}

.click_hover_data {
	background: rgba(0,0,0,0.5);
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	z-index:9;
	cursor: pointer;
}