@font-face {
	font-family: 'Courgette-Regular';
	src: url('../fonts/Courgette-Regular.eot');
	src: local('☺'), url('../fonts/Courgette-Regular.woff') format('woff'), url('../fonts/Courgette-Regular.ttf') format('truetype'), url('../fonts/Courgette-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
    background-color: #fff;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1.baslik {
    color: #3265a4;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
}
header {
    padding: 15px 0px 15px 0px;
}
.logo img {
    width: auto;
    height: 90px;
}
.kisa h1 {
    background: #fff;
    text-align: center;
    padding: 27px 0px 0px 0px;
    font-family: 'Courgette-Regular';
	font-weight: normal;
	font-style: normal;
    text-align: center;
    font-size: 28px;
    color: #444;
}
.iletisim img {
    width: 210px;
    float: right;
}
.navbar {
    z-index: 9;
    background-color: #0072bd;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.navbar .container {
    padding: 0px;
}
.navbar button {
    outline: none;
}
.navbar-toggler {
    color: #fcda65;
    background: none;
    border: none;
    margin-left: auto;
    margin-right: auto;
}
.navbar .nav-link {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 0.92rem;
    padding: 0px!important;
}
.nav-item {
    padding: 5px 40px;
}
.nav-item:hover{
    background-color: #005790;
}
.nav-item:nth-of-type(1){
   margin-left: -20px;
}
.nav-item:nth-child(even) {
    margin-top: 6px;
    margin-right: 1.5px;
    color: #fcda65;
    font-size: 18px;
}
.nav-item:nth-child(even):hover {
    background-color:transparent;
}
#slayt1 {
    margin-top: 35px;
}
.slayt {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
}
.slayt img {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.banner img {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
}
.yazi {
    background: #f9f9f9 url(../img/bg1.png) no-repeat center center;
    text-align: center;
    padding: 50px 0px 40px 0px;
    margin: 50px auto 0px auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-style: italic;
    font-size: 17px;
    line-height: 180%;
    color: #333;
}
.yazi h1 {
    font-size:20px;
}
.kutular {
    margin-top:50px;
    margin-bottom:50px;
}
.kutu {
    height: 150px;
    background-color: #F8F8F8;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.kutu img {
    float: left;
    height: 150px;
    width: 200px;
    border-right: 1px solid #f1f1f1;
}
.metin {
    float: left;
    width: calc(100% - 200px);
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #F8F8F8;
}
.metin p {
    color: #333;
    margin: 0px;
    font-size: 15.5px;
}
.metin a {
    background-color: #666;
    color: #fff;
    font-family: "SansaBd", Arial;
    font-size: 11px;
    padding: 5px 15px;
    margin-top: 15px;
    float: right;
}
.metin a:hover {
    background-color: #3265a4;
    color: #fff;
}
footer {
    background: #171717;
    border-top: 1px solid #141414;
    color: #aaa;
    font-size: 1em;
    padding: 15px 0px 15px 0px;
}
footer .sol img{
    height: 25px;
    margin-right:15px;
}
footer .sag {
    text-align: right;
}
footer .sag img {
    height: 22px;
}
.galeri {
    margin-top: 50px;
    margin-bottom: 30px;
}
.galeri img {
    width: 100%;
    height: 120px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#banner {
    color: #333;
    position: relative;
    margin-bottom: 30px;
    padding: 80px 0px 80px 0px;
    text-align: center;
    background:url(../img/sayfa.jpg) center;
    background-size:cover;
}
#banner:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.55);
}
#banner h1 {
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 0px;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.1);
}
.hakkimizda img{
    margin-bottom: 40px;
    box-shadow: 0px 0px 5px 0px rgba(189,189,189,0.75);
}
.hakkimizda p {
    color: #333;
    font-size: 16px;
    line-height: 160%;
    text-align: justify;
    margin-top:0px;
}
.hakkimizda h2 {
    color: #3265a4;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom:10px;
}
.hakkimizda table tr td {
    padding-top:5px;
    padding-bottom:5px;
    font-size: 15px;
}
.hakkimizda a {
    color:#3265a4;
    text-decoration:none;
}
#harita {
    width: 100%!important;
    height: 300px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(179, 179, 179, 1);
    box-shadow: 0px 0px 5px 0px rgba(179, 179, 179, 1);
}
.table {
    width: 100%;
    border: none;
}
.table tr th,
.table tr td {
    line-height: 150%;
    padding:0px;
    border: none!important;
}
.table a {
    color: #333;
}
.table a:hover {
    color: #0072bd;
    text-decoration: none;
}
.table strong {
    color: #0072bd;
    display: block;
    padding-top:25px;
    padding-bottom: 5px;
    font-size:1.1rem;
}
#content {
    margin-top: 50px;
    margin-bottom: 50px;
    min-height:350px;
}
.belgekutu {
    width: 85%;
    height: auto;
    margin-bottom:50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 5px solid #3265a4;
    text-align: center;
    transition: 1s;
}
.belgekutu:hover{
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.belgekutu img {
    width: 100%;
    height: 240px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.urunkutu {
    width: 85%;
    height: auto;
    margin-bottom:50px;
    background-color: #ffffff;
    color: #333;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 5px solid #3265a4;
    text-align: center;
    transition: 1s;
}
.urunkutu a {
    text-decoration:none;
}
.urunkutu img {
    width: 100%;
    height: 160px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.urunkutu figcaption {
    padding: 15px;
    background-color: #ffffff;
}
.urunkutu h1 {
    height: 20px;
    color: #3265a4;
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    overflow: hidden;
}
.urunkutu p {
    font-size: 16px;
    margin-bottom: 0px;
}
.urunkutu:hover{
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
@media (max-width: 767px) {
    .logo {
        text-align: left;
    }
    .yazi{
        margin-top: 30px;
        margin-bottom: 20px;
        padding: 30px 0px 20px 0px;
        font-size: 15px;
        line-height: 150%;
    }
    .yazi h1 {
        font-size:17px;
    }
    .kisa h1 {
        padding-top:20px!important;
        font-size:25px!important;
    }
    .kutular {
        margin-top:30px;
        margin-bottom:30px;
    }
}
@media (max-width: 991px) {
    .logo {
        margin: 0px!important;
    }
    .logo img {
        height:70px;
        padding: 0px!important;
    }
    .kisa h1 {
        font-size:21px!important;
    }
    .nav-item:hover{
        background-color: #3265a4;
    }
    .nav-item {
        margin: auto;
        padding: 0px!important;
    }
    .navbar button {
        margin: auto;
    }
    .nav-item:hover {
        background: #30619c;
    }
    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .navbar-toggler .fa-lg {
        line-height: 1em!important;
        font-size: 1.2em!important;
    }
    .kutu {
        height: auto;
        background-color: #f1f1f1;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    }
    .metin {
        height: auto;
        width: 100%;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .metin p {
        font-size: 16px;
    }
    .metin a {
        margin-top: 20px;
        float: none;
    }
    .kutu img {
        float: none;
        height: 150px;
        width: 100%;
    }
}
@media (max-width: 576px) {
    .logo {
        text-align: center;
    }
    .nav-item:nth-of-type(1){
       margin-left: auto;
    }
    .nav-item:hover{
        background-color: #3265a4;
    }
    #slayt1 {
        width: 100%;
        margin-top: 20px;
        padding: 0px!important;
    }
    .slayt {
        height: 220px;
    }
    .slayt img {
        height:220px;
    }
    #content p {
        margin-bottom: 25px;
    }
    .yerli {
        float: left;
        margin: 0px;

    }
    .sag img{
        float: right;
        margin: 0px;
    }
    #content {
        margin-bottom: 50px;
    }
    .table {
        margin: 0px;
    }
    #harita {
        height: 250px;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .logo {
        text-align: center;
    }
    .nav-item:hover{
        background-color: #3265a4;
    }
    .nav-item:nth-of-type(1){
        margin-left: auto;
    }
    #slayt1 {
        width: 100%;
        margin-top: 20px;
        margin-right: 0px!important;
        padding: 0px!important;
    }
    .slayt {
        height: 220px;
    }
    .slayt img {
        height:220px;
    }
    .galeri img {
        margin-left: 0px!important;
    }
    #content p {
        margin-bottom: 25px;
    }
    .yerli {
        float: left;
    }
    .sag img{
        float: right;
    }
    #content {
        margin-bottom: 50px;
    }
    .table {
        margin: 0px;
    }
    #harita {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo img {
        height: 90px;
    }
    .nav-item:hover{
        background-color: #3265a4;
    }
    .nav-item:nth-of-type(1){
        margin-left: auto;
    }
    .iletisim img {
        margin: 10px 0px 0px 0px!important;
        max-width: 100%;
        height: 70px;
        margin: 0px;
        padding: 0px!important;
    }
    .galeri img {
        margin-left: 0px!important;
    }
    #content p {
        margin-bottom: 25px;
    }
    .sag img{
        float: right;
    }
    footer{
        padding: 10px 0px 10px 0px;
    }
    #content {
        margin-bottom: 50px;
    }
    .table {
        margin: 0px;
    }
    #harita {
        margin-top: 20px;
    }
    .yazi{
        margin-top: 40px;
        margin-bottom: 20px;
        padding: 30px 0px 20px 0px;
        font-size: 15px;
        line-height: 150%;
    }
    .yazi h1 {
        font-size:17px;
    }
    .kisa h1 {
        padding-top:20px!important;
        font-size:25px!important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .nav-link {
        font-size: 0.92rem;
    }
    .nav-item {
        padding: 5px 24px;
    }
}
@media (max-width: 1200px) {
    .kisa h1 {
        padding-top:30px;
        font-size:28px;
    }
    .metin p {
        font-size: 14px;
    }
    .nav-item {
        padding: 5px 30px;
    }
}
@media (max-width: 500px) {
    .kutu img {
        height:auto;
    }
    footer .sol img {
        height: 20px;
        margin-right: 10px;
    }
    footer .sag img {
        height: 18px;
        margin-top:3px;
    }
    .urunkutu {
        width:95%;
    }
    .urunkutu figcaption {
        padding: 5px;
    }
    .urunkutu h1 {
        font-size: 0.95em;
        margin-bottom: 10px;
    }
    .urunkutu p {
        font-size: 14px;
    }
    .urunkutu img {
        height:auto;
    }
    .belgekutu img {
        height: auto;
    }
}