@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=KoHo:400,500,600&subset=latin-ext');

body {
    margin-top: 200px;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #333;
	font-family: 'KoHo', sans-serif;
}
.navbar {
	min-height: 140px;
	background-size: cover;
	background-position: center;
}

.navbar-brand { 
    height: auto;
	padding: 0 15px;
	    margin-top: -22px;
}
.navbar-inverse {
    background-color: rgba(247, 247, 247, 0.6);
    border-color: #f5f5f5;
}
.navbar-inverse .navbar-nav>li>a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
	
	-webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px;
}
.page{
	height: 100%;
	width: 100%;
	display: block;
}

.h3, h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 300;
    color: #ffc015;
    padding-bottom: 20px;
}
.column2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
footer{
    margin: 30px 0 0 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 30px;
	color: #fff;
    padding-bottom: 20px;
}
hr {
    margin-top: 10px;
	margin-bottom: 34px;
}
@media (min-width: 768px){
		.navbar-nav {
			margin: 25px 0 0 0;
		}
	.nav-tabs.nav-justified>li>a {
			border-bottom: 1px solid #ffc015;
			border-radius: 0;
		}
}

.card{
	background-color: #fff;
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid #ffc015;
}
.card a{
	text-decoration: none;
}
.card h5{font-size: 17px;font-weight: 300;padding-top: 12px;}
.card-body{
    min-height: 50px;
	text-align: center;
}

.mtb{
	margin-top: 50px;
	margin-bottom: 50px;
}
.pT50{
	padding-top: 50px!important;
}
.pB50{
	padding-bottom: 50px!important;
}
.pTB50{
	padding-bottom: 50px!important;
	padding-top: 50px!important;
}

.nav-tabs {border-bottom: 1px solid #DDD;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a {
    border: none;
    color: #ffffff;
    background: #ffc015;
    line-height: 2;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
	
	 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {border: none;color: #000!important;background: #fff;}
.nav-tabs > li > a::after {content: "";background: #ffc015;height: 1px;position: absolute;width: 100%;left: 0px;bottom: -1px;transition: all 250ms ease 0s;transform: scale(0);}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #5a4080 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.nav-tabs > li  {width:20%; text-align:center;}
.content-area {
	background: #FFF none repeat scroll 0% 0%; 
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); 
	margin-bottom: 30px; 
	height: 100%;
	padding: 30px;
}
.nav-tabs>li>a {
    border-radius: 0;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 0px solid #ddd;
}
@media all and (max-width:724px){
.nav-tabs > li > a > span {display:none;}	
.nav-tabs > li > a {padding: 5px 5px;}
}



.program h4{
	margin: 0 0 5px 0;
}
.program .adres{
	 font-size: 16px;
    font-weight: 600;
    color: #f5b302;
}
.sponsorlar img{
    padding: 20px;
    border: 1px solid #ffc015;
    margin: 20px 0 0 20px;
    float: left;
    width: calc(20% - 20px);
}
.mekanlar .map{
	min-height: 400px;
    padding: 15px 30px;
    margin: 0 0 30px 0;
    border: 1px solid #ffc015;
}
.iletisim p{
	line-height: 25px;
}
.sosyal{
	float: right;
}
.social-icons {
    text-align: left;
}

.social-icons a {
	color: #000;
	float: left;
	padding: 8px 0 0 10px;
	font-size: 20px;
}

.social-icons .fa {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 3px;
    -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;
}
.social-icons .fa-facebook:hover {
    color: #3c599f;
}
.social-icons .fa-twitter:hover {
    color: #32ccfe;
}
.social-icons .fa-instagram:hover {
    color: #a1755c;
}
.social-icons .fa-linkedin:hover {
    color: #0085ae;
}
.social-icons .fa-youtube-play:hover {
    color: #cc2127;
}


@media (max-width: 1024px){
	
body {
	margin-top: 250px;
	}
	.navbar-nav {
		width: 100%;
	}
}

@media (max-width: 768px){
	.navbar {
		min-height: 125px;
	}
	.navbar-brand>img {
		max-width: 150px;
	}
	.navbar-toggle {
		margin-top: 40px;
	}
}

@media (max-width: 640px){
	.column2 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}