<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Sürücü Kursu Theme
Theme URI: https://www.renkteknoloji.com
Description: Cemre Sürücü Kursları için özel olarak tasarlanmış bir temadır.
Version: 1.0
Author: Rasim İSEN
Tags: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
﻿/*
/*------------------*/
/*
font-family: 'Oxygen', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Sarala', sans-serif;
font-family: 'Shadows Into Light Two', cursive;
font-family: 'Inder', sans-serif;
font-family: 'Ruluko', sans-serif;
font-family: 'Andika', sans-serif;
font-family: 'Varela Round', sans-serif;
font-family: 'Rajdhani', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/
/*------------------------------------------------------*/
/*------------------*/
/*	SITE STRUCTURE
/*------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700|Open+Sans:400,400italic,600,600italic,700,700italic,800,800italic,300italic,300|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Sarala:400,700|Shadows+Into+Light+Two|Inder|Ruluko|Andika|Varela+Round|Rajdhani:400,300,500,600,700|Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic&amp;subset=latin,latin-ext,greek,greek-ext,vietnamese,cyrillic-ext,cyrillic,devanagari);

body {font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 1em; line-height: 1.4em;}
a {
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
/* Circle */
.sube {
    background: #0083cb;
    padding: 20px;
}
.sube h2 {
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #FFF;
}
.column {
	margin: 15px 15px 0;
	padding: 0;
}

.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 31%;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
.hover15 figure {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.hover15 figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/* HEADER ALANI */
.topbar {
    min-height: 45px;
    width: 100%;
    background: #f6f6f6;
    font-size: 14px;
    color: #231f20;
    border: 0;
	z-index: 98;
	overflow: hidden;
	font-weight:400;
}
.topiletisim {
    height: 45px;
	float:none;
	margin:auto;
	width:100%;
}
.topiletisim ul {
    margin: 0;
    padding: 0;
    height: 45px;
    list-style: none;
}
.topiletisim li {
    float: left;
    height: 45px;
    line-height: 45px;
	padding:0;
}
.iletisimbilgi {
    font-size: 17px;
    line-height: 30px;
	margin-bottom:20px;
	background: url('images/mira14iletisim.jpg') no-repeat right;
}
.iletisimbilgi strong {
    width: 135px;
    display: block;
    float: left;
    color: #0083cb;
    font-weight: 600;
}
.adresler div {
	margin: 0.16%;
}
.ialan1 {
    width: 33%;
    float: left;
    line-height: 26px;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fdfdfd;
	-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.ialan2 {
    width: 33%;
    float: left;
    text-align: center;
    line-height: 26px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fbfbfb;
	-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.ialan3 {
    width: 33%;
    float: left;
    line-height: 26px;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    min-height: 100px;
    background: #fdfdfd;
	-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.ialan1:hover {
	border:1px solid #0083cb;
	background:#e6f0f6;
}
.ialan2:hover {
	border:1px solid #0083cb;
	background:#e6f0f6;
}
.ialan3:hover {
	border:1px solid #0083cb;
	background:#e6f0f6;
}
.adresler {
    margin: 20px auto;
    overflow: hidden;
}
.topiletisim a {
    color: #231f20;
    padding: 0 10px 1px;
    display: inline-block;
	font-weight:600;
	font-size:120%;
}
.topiletisim li:hover a {
	background:#f0f0f0;
	color:#0083cb;
}
.topiletisim .sep {
    color: #7F7F7F;
    font-weight: 300;
    font-size: 20px;
    float: left;
    line-height: 40px;
}
.topsocial {
    height: 45px;
	font-size:16px;
}
.topsocial ul {
    margin: 0;
    padding: 0;
    height: 45px;
    list-style: none;
	float:right;
}
.topsocial li {
    float: left;
    height: 45px;
    line-height: 45px;
}
.topsocial a {
    color: #231f20;
    padding: 7px;
    display: inline-block;
}
.topsocial li:hover a {
	background:#f0f0f0;
	color:#0083cb;
}
.logo {
	margin:10px auto;
	text-align:center;
	display:table;
}
nav.menu {
    font-family: roboto;
    font-weight: 400;
    background: #0083cb;
    border: 0;
    border-radius: 0;
	margin:0;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #fff;
	padding:15px 20px;
	font-weight:600;
	font-size:15px;
}
.navbar-default .navbar-nav &gt; li &gt; a:focus, .navbar-default .navbar-nav &gt; li &gt; a:hover {
    color: #fff;
    background-color: #04689f;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
	background:#005b8d;
	color: #fff;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:focus, .navbar-default .navbar-nav &gt; .open &gt; a:hover {
    background:#005b8d;
	color: #fff;
}
.iletisimalani {
    font-size: 110%;
    line-height: 20px;
}
.harita {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.dropdown-menu {padding:0;box-shadow: inherit;background:#005b8d;border:0;}
.dropdown-menu &gt; li &gt; a {padding:10px 15px;color:#fff;}
.dropdown-menu &gt; li &gt; a:hover {background:#014970;color:#fff;border-radius:0 0 4px 4px;}

/* ANASAYFA RANDEVU AL KISMI */
.randevutalep {
    background: #231f20;
    padding: 15px 0 0 0;
}
.alticizgili {
    border-bottom: 3px solid #0083cb;
    width: 12%;
    height: auto;
    clear: both;
    overflow: hidden;
    display: block;
}
.randevutalep h1 {
    color: #fff;
    font-weight: 600;
}
.randevutalep p {
    color: #fff;
}
.btn3d {
    position:relative;
    top: -6px;
    border:0;
     transition: all 40ms linear;
     margin-top:10px;
     margin-bottom:10px;
     margin-left:2px;
     margin-right:2px;
}
.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
    -moz-outline-style:none;
         outline:medium none;
}
.btn3d:active, .btn3d.active {
    top:2px;
}
.btn3d.btn-white {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#fff;
}
.btn3d.btn-white:active, .btn3d.btn-white.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#fff;
}

/* FAALİYET ALANLARI KISMI */
.hizmetler {
	display:grid;
    margin: auto;
}
.hizmetlerimiz {
    max-width: 277px;
	margin: auto;
}
.anahizmet {
    padding: 30px 0px;
    background: #fdfdfd;
	border-bottom: 1px solid #f2f2f2;
}
.anahizmet h2 {
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 0;
	color:#005b8d;
}
.aligned-row {
  display: flex;
  flex-flow: row wrap;
}
figure.hizmet {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  background: #0083cb;
  color: #333;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
figure.hizmet * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.hizmet img {
  max-width: 100%;
  vertical-align: top;
}
figure.hizmet .image {
  position: relative;
  border-bottom: 5px solid #0083cb;
  z-index: 1;
}
figure.hizmet .image:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #0083cb transparent transparent transparent;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
  z-index: -1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.hizmet .image p {
  font-weight: 500;
  margin: 0;
  padding: 0 30px;
  line-height: 1.6em;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  font-style: italic;
}
figure.hizmet figcaption {
  background-color: #ffffff;
  padding: 20px 10px 10px 10px;
}
figure.hizmet h3 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 17px;
}
figure.hizmet h3 span {
  font-weight: 800;
}
figure.hizmet h4 {
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 16px;
}
figure.hizmet h4 span {
  font-weight: 800;
}
figure.hizmet h5 {
  margin: 0 0 15px;
  font-weight: 400;
}
figure.hizmet i {
  margin-right: 5px;
  display: inline-block;
  font-size: 24px;
  color: #000000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.05);
}
figure.hizmet i:hover {
  background-color: #0083cb;
  color: white !important;
}
figure.hizmet:hover .image:before,
figure.hizmet.hover .image:before {
  border-color: #0083cb transparent transparent transparent;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
figure.hizmet:hover .image p,
figure.hizmet.hover .image p {
  opacity: 1;
}
figure.hizmet:hover img,
figure.hizmet.hover img {
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* AVUKAT BİLGİ KISMI */
.avukatbilgi {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.avukatbilgi h1 {
    font-weight: 600;
	color:#005b8d;
}
.page ul {
    margin: 20px;
}
.page ul li {
    list-style: inside;
}
/* ANASAYFA SABİT YAZI */
#sabityazialani {
	background-image: url("images/sabitbg.jpg");
	background-attachment: fixed;
	background-size: 100%;
}

.sabityazi {
	text-align: center;
	position: relative;
	width: 100%;
}

.inner {
	min-height: 400px;
	position: relative;
}

.sabityazi .inner {
	background: rgba(0, 0, 0, 0.3) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
}

.copy {
    position: absolute;
    top: 40%;
    height: 20em;
    margin-top: -8%;
    width: 100%;
}
.copy h1 {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
}
.copy p {
    color: #fff;
    font-size: 115%;
}

.sabityazi h2 {
    color: #edd9a1;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 36px;
}
.sabityazi h3 {
    color: #f5f5f5;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 27px;
}

/* HUKUKİ MAKALELER */
.hukukimakaleler {
    min-height: 300px;
    padding: 40px 0;
	background: #e1c986;
}
.hukukimakaleler h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;

}

/* KATEGORİ SAYFASI */
.kategori {
    min-height: 300px;
    padding: 20px 0;
	background: #fdfdfd;
}
.kategori h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

/* SAYFAİÇİ ALANI */
.sayfaic {
    background: #fdfdfd;
}
.sayfaici {
    margin: 20px auto;

}
.sayfaici h1, .sayfaici h2, .sayfaici h3, .sayfaici h4 {
	font-weight:600;
	margin:0 0 10px 0;
	letter-spacing: -1px;
}
.sayfaici img {
    max-width: 100%;
    height: auto;
}
.sayfaicerik {
    border: 1px solid #ddd;
    background: #fff;
	padding: 20px;
	clear:both;
	overflow:hidden;
}
/* BREADCRUMB ALANI */
.breadcrumbfull {
    margin: 0;
    text-align: left;
}
.breadcrumbfull ol {
    margin: 0 0 10px 0;
}
.breadcrumbfull ol li a {
    color: #524419;
}
.breadcrumbfull ol li.btn-default {
	border-color: #524419
}
.breadcrumbfull ol li.btn-default:hover {
	background: #e1c986;
}
.breadcrumbfull .btn.btn-default {
	padding: 3px 5px;
}

/* SİDEBAR ALANI */
.sidebaralani {
	padding: 0;
	margin:20px auto;
}
.sidebar {
    overflow: hidden;
    clear: both;
    text-align: center;
    margin: auto;
    background: #fff;
    border: 1px solid #ddd;
}
.list-group-item.listebaslik {
    border-radius: 0;
    background: #0083cb;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
	border: 1px solid #0083cb;
}
.sidebarlist {
	padding:0;
}
#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 23%;
    margin: 1%;
}
.teklifbutonu {
    font-family: roboto;
    width: 100%;
    border-radius: 4px;
    background: #0083cb;
    border: 3px solid #0083cb;
	text-align:center;
	margin-bottom:10px;
	-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.teklifbutonu:hover {
    background: #fff;
    border: 3px solid #0083cb;
}

.teklifbutonu a {
	color:#fff;
    font-weight: 600;
    padding: 12px;
    margin: 0;
    font-size: 0.95em;
	display:block;
}
.teklifbutonu:hover a {
	color: #0083cb;
}
.telbutonu {
    font-family: roboto;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    border: 3px solid #0083cb;
	text-align:center;
	margin-bottom:10px;
	-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.telbutonu:hover {
    background: #0083cb;
    border: 3px solid #0083cb;
}

.telbutonu a {
	color:#0083cb;
    font-weight: 600;
    padding: 12px;
    margin: 0;
    font-size: 0.90em;
	display:block;
}
.telbutonu span {
    clear: both;
    overflow: hidden;
    display: block;
    font-size: 1.3em;
}
.telbutonu:hover a {
	color: #fff;
}


.sidebarlist a {
    padding: 10px 10px;
    display: block;
    font-size: 0.9em;
    line-height: 0.9em;
    font-weight: 600;
	color: #0083cb;
}
.sidebarlist a:hover {
	color:#00576f;
	background: #f6f6f6;
}
.list-group-item:first-child {
	border-radius:0;
}
.list-group-item:last-child {
	border-radius:0;
}

/* FOOTER ALANI */
footer {
	background:#0083cb;
	min-height:200px;
	height:auto;
	padding:20px 0;
}
.altlogo {
    padding: 0;
    text-align: center;
}
.footer h2 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}
footer a {
    color: #fff;
    margin-left: 5px;
    text-transform: lowercase;
	font-size: 14px;
}
footer a:hover{
	color:#e1c986;
}
.bottomsocial {
    margin: 15px auto 0 auto;
	display: table;
}
.bottomsocial ul {
    margin: 0;
}
.bottomsocial ul li {
    float: left;
	display: table-cell;
}
footer .bottomsocial ul li a {
    padding: 3px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    min-width: 27px;
    display: block;
    text-align: center;
    margin: 2px;
}
footer .bottomsocial ul li a:hover {
	color:#e1c986;
	border:1px solid #e1c986;;
}
.sayfalama {
    margin: 0 auto;
    text-align: center;
}
.pagination li.active span {
    background: #00576f;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
	color:#00576f;
}


/* Lightbox Alanı */

#lightBox {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20000;
}

#overlay {
	background: #333;
	background: rgba(0,0,0,0.8);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 10000;
}

#lightBox .container {
	background: #FFF;
	display: inline-block;
	padding: 0.9em;
	position: relative;
}

#lightBox .image {
	background: url(../media/lightbox/ajax-loader.gif) no-repeat center center #FFF;
	display: block;
	position: relative;
	z-index: 1;
}

#lightBox .image img {
	display: block;
}

#lightBox .navigatory {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-position 0.1s linear;
	z-index: 2;
}

#lightBox #nextImage {
	background: url(../media/lightbox/right-tab.png) no-repeat 100% center;
	background-position: calc(100% - 1em) center;
	left: 66%;
}

#lightBox #nextImage:hover {
	background-position: calc(100% - 0.5em) center;
}

#lightBox #nextImage:active {
	background-position: calc(100% - 0em) center;
}

#lightBox #prevImage {
	background: url(../media/lightbox/left-tab.png) no-repeat 0 center;
	background-position: calc(0% + 1em) center;
	right: 66%;
}

#lightBox #prevImage:hover {
	background-position: calc(0% + 0.5em) center;
}

#lightBox #prevImage:active {
	background-position: calc(0% + 0em) center;
}

#lightBox .data {
	display: block;
	padding: 0.9em 0 0 0;
}

#lightBox .leftData, #lightBox .rightData {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

#closeBtn {
	background: url(../media/lightbox/close.png) center no-repeat #FFF;
	border-radius: 50%;
	height: 50px;
	position: absolute;
	right: -25px;
	right: calc(-25px - 0.45em);
	top: -25px;
	top: calc(-25px - 0.45em);
	width: 50px;
	z-index: 3;
}

/* İletişim Formu */
html .formcraft-css .fc-form {
	box-shadow:0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
}

/* Toogle mobil menu butonu */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #00576f;
}
.navbar-default .navbar-toggle {
    border-color: #313131;
    background: #313131;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #fff;
    padding: 10px 30px;
    border-bottom: 1px solid #075884;
    background: #004165;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
    background: #075884;
	color:#fff;
}
/* Responsive Alan */
@media only screen and (max-width: 1280px) {
	.container {width:100%;}
	.topbar .container {
    margin: 0;
    padding: 0;
    width: 100%;
}
	.topbar .container div {
    width: auto;
}
	.topbar .container div.topiletisim {
    width: 100%;
    font-size: inherit;
}
	.topiletisim li {
    float: left;
    width: auto;
}
	.tablet1 {
		width:60%;
		float:left;
	}
	.tablet1 ul li {
    float: left;
    width: auto;
}
	.tablet2 {
    width: 40%;
    float: right;
}
	.menu .container {

    width: 100%;
}
	.navbar-nav {
		float:none;
	}
	.navbar-default .navbar-nav &gt; li &gt; a {
    padding: 15px;
    font-size: 16px;

}
	.hizmetlerimiz {
    margin: auto;
}
	
	figure.hizmet .image p {
		font-size:12px;
	}
	figure.hizmet h3 {
		font-size:14px;
	}
	figure.hizmet figcaption {
		padding:20px 5px 10px 5px;
	}
	.sidebarlist a {
		font-size:0.8em;
	}
	.list-group-item.listebaslik{
		font-size:0.9em;
	}
	figure.hizmet h4 {
    font-weight: 600;
    font-size: 0.8em;
}
}
@media only screen and (max-width: 900px) {
	
}
@media only screen and (max-width: 767px) {
.column div {
	position: relative;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
	.column div img {
		width:100%;
	}
	.copy {
    top: 10%;
}
	.inner {
	min-height: 570px;
	position: relative;
}
	.copy p {
    color: #fff;
    font-size: 100%;
}
	.iletisimbilgi {
		text-align:center;
		background: none;
	}
	.iletisimbilgi strong {
		width:100%;
		float:none;
	}
.iletisimbilgi span {
    display: none;
}
	.ialan1 {
		width:99%;
		float:none;
	}
	.ialan2 {
		width:99%;
		float:none;
		margin: 1% auto;
	}
	.ialan3 {
		width:99%;
		float:none;
	}
	.topiletisim {
		height:auto;
	}
	.topiletisim ul {
		height:auto;
		text-align:center;
	}
	.tablet1 ul li {
		float:none;
	}
.hizmetlerimiz {
    margin: 0;
	padding:0;
    width: 100%;
	max-width:100%;
}
	.hizmetlerimiz img {
		width:100%;
	}
.sidebar figure.hizmet {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    float: none;
    overflow: hidden;
    margin: 15px;
    width: auto;
    background: #0083cb;
    color: #333;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 17px;
}
.footer1 {
    text-align: center;
}
.footer2 {
    text-align: center;
}
.footer3 {
    text-align: center;
}
	.sosyalmedya {
    text-align: center;
}
	.topbar .container div {
		width:100%;
	}
	.topiletisim li {
	height: auto;
	line-height: normal;
	}
	.topiletisim a {
    padding: 5px;
    display: block;

}
.topsocial {
    display: table;
    margin: auto;
}
.randevutalep {
	text-align:center;
}
.sayfaici h1, .sayfaici h2, .sayfaici h3, .sayfaici h4 {
	text-align:center;
}
.sidebaralani {
	clear: both;
	overflow: hidden;
}
.sidebar {
	padding:0;
}
.sayfaici {
	padding:0;
}
.sayfaici img {
    width: 100%;
}
.sayfaicerik {
	padding:15px;
}
.iletisimbilgisi {
	padding:0
}
.iletisimformu {
    font-size: 13px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding: 20px 0;
}
.iletisimformu span.main-label, .iletisimformu span.sub-label {
	font-size:13px;
}
.harita iframe {
	width:100%;
	height:auto;
}
}</pre></body></html>