@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600,700&subset=latin-ext');

html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {/*background:#1d1b26;*/ font-family:Dosis, sans-serif; font-size:16px;}

a{color:#333}
a:hover{color:#999}

header{background:#1e489a;}

.navbar-brand{margin-bottom:-40px; position:relative; z-index:999;}

.menu{margin:0 auto !important; display:inline-block; float:none !important;}
.menu > li > a{color:#fff !important; padding-top:27px;}
.menu > li.active > a{color:#FE0865 !important; background:none !important;}
.menu > li > a:hover{color:#FE0865 !important; transition:color 0.4s ease 0s;}


.slider{position:relative; margin-bottom:3px}
.slider .title{
	position:absolute;
	font-size:70px;
	color:#fff;
	top:50px;
	width:100%;
	text-align:center;
	
	text-shadow: 2px 2px 5px #000000;
}
.slider .buttons{position:absolute; bottom:-45px; width:100%; text-align:center;}
.slider .buttons .btn{font-size:24px; margin:0 10px;}

.counter .sq .bord {background:#000; border-radius:50%; width:75px; height:75px; line-height:75px; font-size:35px !important;}

#owl .item img {
	display: block;
	width: 100%;
	height: auto;
}

.slogan{text-align:center; font-size:35px; margin-top:50px; font-weight:bold;}

.delegate{
	margin-top:20px;
	background:#e8e8e8;
	padding:10px;
	font-size:16px;
}

.galeri{background:#efefef;}
.galeri .title{color:#160900; font-size:16px; font-weight:bold; margin:10px 0; text-align:center; height:45px; overflow:hidden;}

.detay{}
.detay img{border:solid 1px #ccc; padding:5px;}
.baslik{background:#eee; text-align:center; padding:30px; font-size: 20px; font-weight:bold; }
.icerik{margin:20px 0;}

.baslik2{color:#1a3852; font-weight:bold; font-size:18px; margin-bottom:10px;}

footer{background:#201a16; padding:25px 0; color:#e9e9e8; text-align:center; margin-top:20px;}
footer .container{ padding:0 50px;}
footer .title{font-size: 20px; font-weight:bold; margin:20px 0;}
footer .adres{color:#fff; font-size:13px;}
footer .copy{color:#767170;}
footer .sosyal{font-size:18px; margin-top:10px;}
footer a{color:#999 !important;}

.padding15 {
	padding: 15px;
}

.btn-register{background:#2a3b52;}

.team{text-align:center; margin-bottom:15px;}
.team img{border-radius:50%;}
.team .name{font-weight:bold; margin-top:10px;}

@media (max-width:720px){
	.slider .buttons .btn{font-size:18px; margin:0 10px;}
	.slogan{font-size:36px;}
	
}

@media (max-width:480px){
	.slider .buttons .btn{font-size:14px; margin:0 10px;}
	.slogan{font-size:36px;}
	
	.counter .sq .bord {border-radius:50%; width:50px; height:50px; line-height:50px;}
}