﻿
/*************************
*******Typography******
**************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,100,500,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Abel&subset=latin,latin-ext);

@font-face {
        font-family: 'Neo Sans TR';
        src: url('../fonts/Century_Gothic.eot');
        src: local('Neo Sans TR'), local('NeoSans_TR'), url('../fonts/NeoSans_TR.woff') format('woff'), url('../fonts/NeoSans_TR.woff2') format('woff2'), url('../fonts/NeoSans_TR.svg#NeoSans_TR') format('svg'), url('../fonts/NeoSans_TR.TTF') format('truetype');
}

body {
	font-family: 'Neo Sans TR', sans-serif;
	font-weight:400px;
	overflow-x: hidden;
	position: relative;
}

ul{
	margin: 0;
	padding: 0;
}

ul li {
  list-style: none;
}
ul.disc li{
	list-style: disc;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Neo Sans TR', sans-serif;
}

img{
	max-width: 100%;
}

.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}

.navbar-toggle {
  background-color: #000;
}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #5a5a54;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}


/*************************
*******Header CSS******
**************************/

.logo{
	padding: 20px 0;
}
.header_top {
	border-top: 15px solid #0663A7;
}
.shadow{
	position: relative;
	height: 130px;
}
.shadow::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    border-radius: 50% / 20px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
    clip: rect(130px, auto, 250px, 0);
}
.menuler{
	text-align: center;
	width: 1200px 
}
.menuler > ul{
	padding: 0;
	margin: 0;
	display: inline-block;
}
.menuler > ul > li{
	background: #054F85;
	background: -moz-linear-gradient(top, #054F85 0%, #065FA0 54%, #0664A9 100%);
	background: -webkit-linear-gradient(top, #054F85 0%, #065FA0 54%, #0664A9 100%);
	background: linear-gradient(to bottom, #054F85 0%, #065FA0 54%, #0664A9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054F85', endColorstr='#0664A9',GradientType=0 );
	
	border-radius: 0 0 30px 30px;
	float: left;
	margin-left: 5px;
	width: 175px;
	
	-webkit-box-shadow: 2px 0px 9px -4px rgba(0,0,0,0.55);
	-moz-box-shadow: 2px 0px 9px -4px rgba(0,0,0,0.55);
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.55);
}
.menuler > ul > li > a{
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-style: italic;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
.mavi-kutu{
	background-color: #0663A7;
	width: 100%;
}
.fix-bottom{
	position: fixed;
	bottom: 0;
}
.center{
	text-align: center;
}
h2.mavi{
	background-color: #fff;
	color: #0663A7;
	display: inline-block;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}
ul.beyaz > li{
	color: #fff;
	font-size: 14px;
}

ul.beyaz > li:before{
	content: url('../images/li-icon.png');
	display: table-cell;
	float: left;
	margin-left: -20px;
	vertical-align: middle;
}
.beyaz{
	color: #fff;
}
.mavi{
	color: #065FA0;
}
.mavi-bg{
	background-color: #065FA0;
	color: #fff;
}
.footer-top-image{
	-webkit-box-shadow: 0 40px 30px -20px rgba(0,0,0,0.55);
	-moz-box-shadow: 0 40px 30px -20px rgba(0,0,0,0.55);
	box-shadow: 0 40px 30px -20px rgba(0,0,0,0.55);
}
.gri-kutu{
	background-color: #E2EDF5;
}
.iletisim-bg{
	background-image: url('../images/iletisim-bg.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.iletisim span{
	display: block;
	font-size: 21px;
	margin-bottom: 30px;
}
.iletisim-bg span:first-child{
	margin-bottom: 60px;
}
.iletisim-bg span:last-child{
	margin-bottom: 60px;
}
.bilgi-formu{
	-webkit-box-shadow: 0 15px 20px -20px rgba(0,0,0,0.55);
	-moz-box-shadow: 0 15px 20px -20px rgba(0,0,0,0.55);
	box-shadow: 0 15px 20px -20px rgba(0,0,0,0.55);
}
.bilgi-formu input[type="text"]{
	background-color: transparent;
	-webkit-box-shadow: inset 2px 2px 5px -2px #444;
	-moz-box-shadow: inset 2px 2px 5px -2px #444;
	box-shadow: inset 2px 2px 5px -2px #444;
	
	border: 0 none;
	outline: none;
	width: 100%;
}
.bilgi-formu textarea{
	border-width: 1px;
	background-color: transparent;
	-webkit-box-shadow: inset 2px 2px 5px 0 #B2CFE5;
	-moz-box-shadow: inset 2px 2px 5px 0 #B2CFE5;
	box-shadow: inset 2px 2px 5px 0 #B2CFE5;
}
.bilgi-formu input[type="submit"]{
	background-color: #065FA0;
	border: 0 none;
	border-radius: 0 0 30px 30px;
	color: #fff;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	outline: none;
	padding: 10px 0;
	width: 175px;
	
	-webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,0.55);
	-moz-box-shadow: 0 5px 10px -5px rgba(0,0,0,0.55);
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.55);
}
#loading{
	display: none;
	left: 45%;
	opacity: 0.7;
	position: absolute;
	top: 20%;
	width: 200px;
	z-index: 120;
}