* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, form {
  height: 100%;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  background: #000;
}

.bg {
  background-position: center center !important;
  background-attachment: scroll !important;
  background-size: cover !important;
}

.owl-wrapper-outer {
  height: 100%;
}

.owl-wrapper-outer div {
  height: 100%;
}

#sol {
  width: 213px;
  height: 100%;
  float: left;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
}

#slider {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

#slider::before {
  content: "";
  width: 802px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url(../images/solg.png) top right repeat-y;
  z-index: 1;
}

#anaslider {
  width: 100%;
  height: 100%;
  float: left;
}

.sic {
  width: 100%;
  height: 100%;
  float: left;
}

.ff {
  width: 100%;
  height: 100%;
  float: left;
}

.logo {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.menu {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.menu ul {
  float: left;
  width: 100%;
}

.menu ul li {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  position: relative;
}

.menu ul li::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.menu ul li:hover::before {
  width: 100%;
}

.menu ul li a {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 24px;
  height: 46px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.footer {
  width: 100%;
  height: 61px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  z-index: 9;
}

.sosyal a {
  padding: 0 13px;
  position: relative;
  top: 0;
}

.sosyal a:hover {
  top: -5px;
}

.bulutomo:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.anaicerik {
  width: 100%;
  min-height: 100%;
  float: left;
  display: flex;
  background-image: url(../images/bg.jpg);
}

#solic {
  width: 213px;
  height: 100%;
  background: #000;
  flex-shrink: 0;
  position: fixed;
  left: 0;
  top: 0;
}

.menuic ul li {
  border-bottom: 5px solid #1a1a1a;
  margin-bottom: 0 !important;
}

.menuic ul li::before {
  background: #1a1a1a;
}

.menuic ul li a {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  font-size: 20px;
  line-height: 24px;
  height: 46px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.footeric {
  position: relative !important;
}

.icerik {
  width: 100%;
  padding: 100px 70px 100px 300px;
  float: left;
}

.projeler {
  width: 100%;
  float: left;
  padding-right: 10px;
}

.presim {
width: 415px;
  height: 313px;
  position: relative;
}

.presim::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.presim:hover::before {
  width: 100%;
}

.proje {
  width: 100%;
  float: left;
  display: flex;
}

.proje:nth-child(2n+2) {
  flex-direction: row-reverse;
}

.proje:nth-child(2n+2) .pic {
  width: 100%;
}

.proje:nth-child(2n+2) .pic span {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
}

.proje:nth-child(2n+2) .pic span::before {
  content: "";
  width: 57px;
  height: 1px;
  background: #fff;
  margin-right: 0;
  margin-left: 10px;
}

.proje:nth-child(2n+2) .pic h2 {
  padding-left: 0;
  padding-right: 67px;
  text-align: right;
}

.proje:nth-child(2n+2) .pic p {
  padding-left: 0;
  padding-right: 67px;
  overflow: hidden;
  text-align: right;
}

.proje:nth-child(2n+2) .pic a {
  float: right;
  padding-left: 30px;
  padding-right: 67px;
  background: url(../images/solok.png) center left no-repeat;
}

.proje:nth-child(2n+2) .pic a:hover {
  padding-left: 35px;
}

.pic {
  width: 100%;
}

.pic span {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
}

.pic span::before {
  content: "";
  width: 57px;
  height: 1px;
  background: #fff;
  margin-right: 10px;
}

.pic h2 {
  width: 100%;
  float: left;
  padding-left: 67px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 38px;
  font-size: 32px;
  margin-top: 30px;
}

.pic p {
  width: 100%;
  float: left;
  padding-left: 67px;
  margin-top: 20px;
  max-height: 85px;
  overflow: hidden;
}

.pic a {
  float: left;
  padding-left: 67px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 38px;
  font-size: 20px;
  margin-top: 20px;
  color: #fff;
  padding-right: 30px;
  background: url(../images/sagok.png) center right no-repeat;
}

.pic a:hover {
  padding-right: 35px;
}

.sayfa {
  width: 100%;
  float: left;
  padding-right: 230px;
  padding-left: 67px;
  padding-top: 55px;
  display: flex;
}

.sayfa .owl-controls {
  display: none !important;
}

.hslider {
  width: 393px;
  height: 666px;
  float: left;
  position: relative;
}

.hslider::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: -67px;
  top: -55px;
  border: 4px solid #f9790d;
}

.sayfaslider {
  width: 393px;
  height: 666px;
  position: relative;
}

.sileri {
  width: 40px;
  height: 40px;
  background: url(../images/sagok1.png) center center no-repeat #fff;
  position: absolute;
  z-index: 9;
  bottom: 45px;
  right: -10px;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.sileri:hover {
  width: 50px;
  right: -20px;
}

.sgeri {
  width: 40px;
  height: 40px;
  background: url(../images/solok1.png) center center no-repeat #fff;
  position: absolute;
  z-index: 9;
  bottom: 5px;
  right: -10px;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.sgeri:hover {
  width: 50px;
}

.sicerik {
  width: 100%;
  padding-left: 30px;
}

.sicerik h3 {
  width: 100%;
  font-size: 26px;
  line-height: 38px;
  color: #f9790d;
  font-weight: 400;
  float: left;
}

.sicerik h1 {
  width: 100%;
  font-size: 32px;
  line-height: 38px;
  color: #f9790d;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
}

.sicerik span {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 15px;
  float: left;
}

.sicerik p {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}

.iletisim {
  width: 100%;
  float: left;
  padding-right: 230px;
}

.adresform {
  width: 100%;
  float: left;
  display: flex;
}

.adres {
  width: 400px;
  float: left;
  flex-shrink: 0;
}

.adres h1 {
  width: 100%;
  float: left;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.adres p {
  width: 100%;
  float: left;
  padding: 20px 10px 20px 67px;
  border-bottom: 1px solid #6f6f6f;
  font-size: 18px;
  line-height: 25px;
}

.home {
  background: url(../images/home.png) left 10px center no-repeat;
}

.tel {
  background: url(../images/tel.png) left 10px center no-repeat;
}

.mail {
  background: url(../images/mail.png) left 10px center no-repeat;
}

.iform {
  width: 100%;
  padding-left: 65px;
  padding-top: 30px;
}

.ialan {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 17px;
}

.ialan span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #f9790d;
  pointer-events: none;
  text-align: right;
  color: #f9790d;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5px;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 9;
}

.itext {
  width: 100%;
  border: 0;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.61);
  color: #fff;
  font-weight: 400;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  border-left: 0px solid #f9790d;
  font-family: 'Titillium Web', sans-serif;
}

.itext:focus {
  border-left: 5px solid #f9790d;
}

.i50 {
  width: 48% !important;
}

.sd {
  float: right !important;
}

.iarea {
  width: 100%;
  border: 0;
  font-size: 18px;
  height: 187px;
  line-height: 30px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.61);
  color: #fff;
  font-weight: 400;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  border-left: 0px solid #f9790d;
  font-family: 'Titillium Web', sans-serif;
}

.iarea:focus {
  border-left: 5px solid #f9790d;
}

.ibuton {
  width: 100%;
  border: 0;
  font-size: 24px;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  background: #f9790d;
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  cursor: pointer;
}

.ibuton:hover {
  background: #fe8927;
}

.basarili {
  width: 100%;
  float: left;
  color: #2cd176;
  padding: 5px 10px;
}

.map {
  width: 100%;
  height: 320px;
  float: left;
  margin-top: 30px;
}

.map iframe {
  width: 100% !important;
  height: 100% !important;
}

.referanslar {
  width: 100%;
  float: left;
  display: flex;
}

.referanslar h1 {
  width: 260px;
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 600;
  position: relative;
}

.referanslar h1::before {
  content: "";
  width: 48px;
  height: 321px;
  background: url(../images/cizgi.png) no-repeat;
  position: absolute;
  right: 0;
  top: 12px;
}

.kare {
  width: 618px;
  height: 618px;
  background: url(../images/kare.png) no-repeat;
  position: absolute;
  left: 200px;
  top: 230px;
  pointer-events: none;
}

.reficerik {
  width: 100%;
  padding-left: 5px;
}

.ref {
  width: 100%;
  float: left;
  height: 145px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  flex-direction: column;
  margin-bottom: 29px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.ref h2 {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  width: 100%;
  text-align: center;
}

.ref span {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  width: 100%;
  text-align: center;
}

.ref p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.ref:hover {
  background: #fff;
}

.ref:hover h2 {
  color: #161616;
}

.ref:hover span {
  color: #161616;
}

.ref:hover p {
  color: #161616;
}

.reflist {
  width: 30%;
  float: left;
  max-width: 343px;
}

.rresim {
  width: 35%;
  height: 666px;
  float: left;
  max-width: 393px;
  margin: 0 2.5%;
}

#detayslider {
  width: 100%;
  height: 665px;
  float: left;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
}

#detayslider img {
  width: 100%;
  float: left;
}

#detayslider li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: left;
}

#detaycarousel {
  width: 294px;
  height: 665px;
  float: right;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

#detaycarousel img {
  width: 100%;
  float: left;
  border: 1px solid #000;
  margin: 5px 0;
  cursor: pointer;
}

#detaycarousel .flex-active-slide img {
  border: 1px solid #f9790d !important;
}

.slides {
  width: 100% !important;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}

.ns-img {
  width: 100%;
  height: 610px;
  float: left;
}

.flex-prev {
  width: 100%;
  height: 20px;
  background: url(../images/yukariok.png) center center no-repeat;
  float: left;
  cursor: pointer;
  margin-bottom: 5px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.flex-next {
  width: 100%;
  height: 20px;
  background: url(../images/assaok.png) center center no-repeat ;
  float: left;
  cursor: pointer;
  margin-top: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-indent: -9999px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}


.dc {
  height: 2000px !important;
}

#detayslider .flex-direction-nav {
  display: none;
}

.flex-viewport {
  margin-top: 25px;
  height: 620px;
}

.zoomContainer {
  z-index: 9999;
}

.zoom {
  width: 100%;
  height: 600px;
  position: relative;
}

.wm-zoom-box, .wm-zoom-container {
  position: relative;
}

img.wm-zoom-default-img {
  height: auto;
}

.wm-zoom-lens {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}

.wm-zoom-hight {
  display: none;
  overflow: hidden;
  position: absolute;
}

.wm-zoom-hight img {
  left: 0;
  position: absolute;
  top: 0;
}

img.wm-zoom-loader {
  z-index: 1;
}

img.wm-zoom-hight-img {
  z-index: 2;
}

.wm-zoom-lens {
  background: #fff;
  -moz-opacity: .3;
  -khtml-opacity: .3;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=30;
  filter: alpha(opacity=30);
}

.wm-zoom-hight {
  background: #fff;
}

.wm-zoom-box:hover .wm-zoom-hight {
  display: block !important;
}

.wm-zoom-hight-img {
  width: auto !important;
  height: auto !important;
}

.wm-zoom-loader {
  width: 28px !important;
  height: 28px !important;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -14px;
}

.wm-zoom-hight-img {
  cursor: all-scroll;
}

.dslider {
  width: 100%;
  float: left;
  display: flex;
}

.detay {
  width: 100%;
  float: left;
  padding-right: 230px;
}

.once {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background: url(../images/solok2.png) center center no-repeat;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.once:hover {
  width: 60px;
}

.sonra {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  background: url(../images/sagok2.png) center center no-repeat;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.sonra:hover {
  width: 60px;
}

.gizle {
  display: none;
}

.dicerik {
  width: 100%;
  float: left;
  padding-top: 40px;
}

.dicerik h1 {
  width: 100%;
  float: left;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.dicerik span {
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 33px;
}

.dicerik span b {
  font-weight: 600;
  width: 150px;
  float: left;
}

.dicerik h3 {
  width: 100%;
  float: left;
  padding: 15px 20px;
  background: #fff;
  color: #070707;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
}

.dicerik p {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.dicerik ul {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.dicerik ul li {
  width: 50%;
  float: left;
  padding: 10px 20px;
  font-size: 18px;
  background: url(../images/yanok.png) left center no-repeat;
}

.paktif {
  display: flex !important;
}
.mgoster{
	display: none;
}
.mgizle{
	display: block;
}

.icslider1{
	width: 100%;
	float: left;
}
.dsic{
	width: 100%;
	height: 680px !important;
	float: left;
}
.icslider1 .owl-pagination{
	display: none;
}

@media (max-width: 900px) {

.mgoster{
	display: block;
}
.mgizle{
	display: none;
}
.dsic {
    height: 200px !important;
}
.owl-prev {
    top: 78px;
	width: 28px !important;
}
.owl-next {
	width: 28px !important;
    top: 78px;
}
.mac{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/mmenu.png) center center no-repeat;
	cursor: pointer;
	z-index: 101;
}
#sol {
    width: 100%;
}
#solic {
    z-index: 100 !important;
}
.owl-controls {
    width: 7px;
    right: 10px;
}
.owl-theme .owl-controls .owl-page span {
    width: 7px;
    height: 7px;
    margin: 3px 0;
}
.logo {
    margin-top: 28px;
}
.menu {
	display: none;
}
.menu ul li a {
    font-size: 16px;
    height: 30px;
}
::before{
	display: none;
}
::after{
	display: none;
}
.menu ul li {
    margin-bottom: 0;
}
.footer {
    height: 40px;
    padding: 0 10px;
    z-index: 9;
}

.sosyal img {
    max-height: 15px;
}
.sosyal a {
    padding: 0 7px;
    top: 0 !important;
}

.bulutomo img {
    width: 65px;
}
#solic {
    width: 100%;
    height: auto;
    position: absolute;
    float: left;
	z-index: 10;
}

#solic .logo img{
	width: 100px;
}
	
#solic .logo {
    margin-top: 14px;
    margin-bottom: 14px;
}

#solic .menu {
    width: 100%;
    float: left;
    margin-top: 0;
}
.icerik {
    width: 100%;
    padding: 121px 15px 40px;
    float: left;
}
.sayfa {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
	display: block;
}
.sayfaslider {
    width: 100%;
    height: 380px;
}
.hslider {
    width: 100%;
    height: 380px;
}
.hslider .sic {
	width: 100% !important;
    height: 380px !important;
}
.sicerik {
    width: 100%;
    padding-left: 0;
	padding-top: 10px;
}
.sicerik h3 {
    font-size: 22px;
    line-height: 34px;
}
.sicerik h1 {
    font-size: 24px;
    line-height: 29px;
}
.sicerik span {
    font-size: 18px;
    line-height: 24px;
    margin-top: 17px;
    margin-bottom: 15px;
}
.projeler {
    padding-right: 0;
}
.proje {
    display: block;
	margin-bottom: 15px;
	float: left;
}
.presim {
    width: 100%;
    height: 197px;
}
.pic {
    width: 100%;
    float: left;
    padding-top: 10px;
}
.pic span {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
}
.pic h2 {
    padding-left: 0;
    line-height: 28px;
    font-size: 24px;
    margin-top: 0px;
}
.pic p {
    padding-left: 0;
    margin-top: 0;
    max-height: 100px;
}
.pic a {
    padding-left: 0 !important;
    font-weight: 400;
    line-height: 38px;
    font-size: 16px;
    margin-top: 0;
}
.proje:nth-child(2n+2) .pic span {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
}
.proje:nth-child(2n+2) .pic h2 {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.proje:nth-child(2n+2) .pic p {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    text-align: left;
}
.proje:nth-child(2n+2) .pic a {
    float: left;
    padding-left: 0;
    padding-right: 30px;
    background: url(../images/sagok.png) center right no-repeat;
}
.detay {
    padding-right: 0;
}
.dslider{
	justify-content: space-between;
}
#detayslider {
    width: 75%;
    height: 260px;
    float: left;
    overflow: hidden;
    padding-right: 0;
    position: relative;
    flex-shrink: 0;
}
#detaycarousel {
    width: 22%;
    height: 260px;
    flex-shrink: 0;
}
.dslider .sic {
    width: 100% !important;
    height: 260px !important;
}
.once {
    width: 18px !important;
    background: url(../images/solok2.png) center left no-repeat #000;
    background-size: 10px;
}
.sonra {
    width: 18px !important;
    background: url(../images/sagok2.png) center right no-repeat #000;
    background-size: 10px;
	right: 0;
}
.dicerik {
    padding-top: 19px;
}
.dicerik h1 {
    font-size: 25px;
    margin-bottom: 13px;
}
.dicerik span b {
    width: 121px;
}
.dicerik span {
    font-size: 16px;
    line-height: 27px;
}

.dicerik h3 {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
.referanslar h1 {
    width: 100%;
    font-size: 24px;
    float: left;
}
.referanslar {
    display: block;
}
.reficerik {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
    float: left;
}
.reflist {
    width: 100%;
    float: left;
    max-width: 100%;
    margin-bottom: 0;
}
.ref {
    height: 122px;
    border: 1px solid #fff;
    margin-bottom: 3px;
}
.rresim {
    width: 100%;
    height: 197px;
    float: left;
    max-width: 100%;
    margin: 0 0 3px;
}
.adresform {
    display: block;
}
.adres {
    width: 100%;
}
.iletisim {
    padding-right: 0;
}
.adres p {
    padding: 15px 10px 15px 65px;
    border-bottom: 1px solid #6f6f6f;
    font-size: 14px;
    line-height: 23px;
}
.adres h1 {
    font-size: 24px;
}
.iform {
    width: 100%;
    padding-left: 0;
    padding-top: 18px;
    float: left;
}
.itext {
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    padding: 0 11px;
    border: 1px solid #6f6f6f;
}
.iarea {
    font-size: 14px;
    height: 90px;
    line-height: 22px;
    padding: 11px;
    border: 1px solid #6f6f6f;
}
.ialan {
    margin-bottom: 7px;
}
.ibuton {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
}
.map {
    height: 220px;
    margin-top: 25px;
}
.sileri {
    width: 40px !important;
	right: -10px !important;
}
.sgeri {
    width: 40px !important;
}
.kare {
    width: 100%;
    height: 100%;
    background: url(../images/kare.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 67%;
}



}