body{font-family: 'dosis', sans-serif; font-size:16px; line-height:25px; background:#f2f2f2;}
::-webkit-scrollbar {width: 10px; background-color: #eaeaea;  border-left: 1px solid #ccc;}
::-webkit-scrollbar-thumb { background-color: #596971;}
::-webkit-scrollbar-thumb:hover {background-color: #2E3944;}
 
#preloader {position:fixed;    top:0;    left:0;    right:0;    bottom:0;    background-color:#fff;    z-index:9999999999;} 
#status {width:365px;    height:206px;    position:absolute;    left:45%;    top:50%;    background-image:url(/public/assets/img/preloder.gif); 
background-repeat:no-repeat;    background-position:center;    margin:-100px 0 0 -100px;}
.container{max-width:1024px;}
header{width:100%; height:100px; position:absolute;z-index:2; padding-top:10px;}
#logo{}
#logo img{}


.sil{clear:both;}
#ust{
	background-image: url(/public/assets/img/ustBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 87px;
	width: 100%;
	margin-top:30px;
	position:absolute; z-index:999;
}
#ustIc{width:1250px; margin:0px auto;  }
.logo{
	float: left;
	width: 215px;
	height: 87px;
}
.menuTasi{
	float: right;
	width: 950px;
	height: 53px;
	padding-top: 20px;
	padding-bottom: 14px;
}

#cssmenu {
  position: relative;
  line-height:53px;
  width: 1000px;
  float:left;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  text-decoration: none;
}
#cssmenu > ul > li > a {
      font-size: 15px;
    font-weight: 600;
  padding: 0px 12px;
  line-height:53px;
     color: #797979;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
	color: #006699;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 52px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  min-width: 190px;
  display:block;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #797979;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #f2f2f2;
  color: #8c9195;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}





.phone-text {    padding: 0px 15px;    font-size: 16px;   font-weight: 800;    color: #575757;}
#banner{position: relative;	height: 700px;	background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);	background-position: 50% 0%;background-repeat: no-repeat;	background-size:cover;}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
display: block;
height:auto;
max-width: 100%;
line-height: 1;
width: 100%; 
}
#onContent{position: relative;  z-index: 99999999;   padding: 20px 0; }

.temizlik{min-height:180px; margin-bottom:20px; border:5px solid #FFF; background:url(/public/assets/img/t1.jpg) no-repeat; background-size:cover;}
.guvenlik{min-height:180px; border:5px solid #FFF;background:url(/public/assets/img/g1.jpg) no-repeat; background-size:cover;}
.hover1 {background: rgba(41,170,225,0.5);width: 100%;min-height: 180px;transition: 200ms; color: #fff;display:block;}
.hover2 {background: rgba(33,65,146,0.5);width: 100%;min-height: 180px;transition: 200ms; color: #fff;display:block;}
.hover1:hover ,.hover2:hover{ background:rgba(0,0,0,0.5);color:#FFF;text-decoration:none; }
.hover1 h4,.hover2 h4{margin:0px auto; padding:80px 0 0 0; font-size:28px; width:100px; text-shadow:0px 0px 5px #555;}

.onBox,.onHaber{background:#fff; padding:25px 25px; min-height:400px; height:400px;}
.onBoximg1{background:url(/public/assets/img/sari.jpg)center center repeat-x;width: 100%;height: 5px;margin-bottom: 15px;}
.onBox h1{color: #343a47;font-size: 20px;  margin: 0 0 0 0; padding: 0; font-weight:600;}
.onBox p{ color: #343a47;   font-size: 16px; margin: 10px 0 11px 0;  padding: 0 0 10px 0; line-height: 21px; border-bottom: 2px solid #ced7df;}
.onBox img{ margin-top: 11px;   width: 260px; height: 155px;}
.onBox a{  color: #0a4f60;   font-size: 15px;    letter-spacing: 0px; text-decoration: none;}

.onHaberimg1{background:url(/public/assets/img/sari.jpg)center center repeat-x;width: 100%;height: 5px;margin-bottom: 15px;}
.onHaber h1{color: #343a47;font-size: 20px;  margin: 0 0 0 0; padding: 0; font-weight:600;}
.onHaber p{ color: #343a47;   font-size: 16px; margin: 10px 0 11px 0;  padding: 0 0 10px 0; line-height: 21px; border-bottom: 2px solid #ced7df;}
.onHaber img{ margin-top: 11px;   width: 260px; height: 155px;}
.onHaber a{  color: #0a4f60;   font-size: 15px;    letter-spacing: 0px; text-decoration: none;}
.onHaber h5{   color: #0ca4bd; font-size: 15px;margin: 13px 0;padding: 0;}
.onHaber { overflow:hidden;}
.onHaber li { padding:0px; margin:0px; list-style:none; float:left; width:260px; margin-right:40px; }
.onHaber ul { padding:0px; margin:0px; list-style:none; }
.onHaberScroller { width:900px; position:relative; transition:300ms all; left:0px; }
.myArrow { }

#sirketler{padding:25px 0px;}
.box{background-color:#FFF; text-align:center;    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);}
.box img{padding:10px;}
.box span.gokturk{display:block; padding:10px; background:#09C;color:#FFF;}
.box a{text-decoration:none;}
.box a:hover span.gokturk{background:#06C; text-decoration:none;}

.box span.ilkkent{display:block; padding:10px; background:#fff;color:#036;}
.box a:hover span.ilkkent{background:#CCC; color:#003 text-decoration:none;}

.breadcrumb{width: 100%;height: 400px;background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
background-repeat: no-repeat; -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%;background-size: 100% 100%; -o-background-size: 100% 100%;}
.breadcrumbHeading{padding-top:230px;}
.breadcrumbHeading h1{color:#FFF; font-size:48px !important;}
.breadcrumbHeading ul{padding:0 0 0 10px; margin:0px; list-style:none;}
.breadcrumbHeading ul li{float:left;}
.breadcrumbHeading ul li a{color:#FFF;}

.i-breadcrumb{width: 100%;height: 400px;}

.neredeyim{width:100%; height:246px;background: url(/public/assets/img/banneryeni.jpg) no-repeat;padding-top:80px;}
.snere{margin-top:70px;}
.snere h1{display:block; color:#FFF;font-size: 38px; font-weight:bold; margin:0px; padding:0px;}
.snere ul{margin:0px; padding:0px; list-style:none;}
.snere ul li{float:left;}
.snere ul li a{display:block; text-decoration:none; color:#fff; font-size:16px; padding:5px 0;}
.sayfa{min-height:500px; margin-bottom:20px;}
.sayfa .sidebar{margin:0px; padding:0px;}
.sidebar ul{margin:0px; padding:0px; list-style:none; background-color:#FFF;}
.sidebar ul li{position: relative;border-bottom: 1px solid #e9e9e9;}
.sidebar ul li a{padding: 13px;display: block;font-size: 18px;color: #2f2f2f;font-weight: 500;text-decoration: none; padding-left: 20px;
}
.sidebar ul li a:hover{color: #FFF;background-color: #5493bf;}
.sidebar h2{margin:0px;font-weight: 700;font-size: 24px;padding: 20px 15px 15px 15px;color: #5493bf;padding-left: 40px;position: relative; border-bottom: 1px solid #e9e9e9;}
.sidebar h2 span {display: block;position: absolute;top: 25px;left: 20px;padding: 7px 6px 6px 7px;background: #5493bf;}
.icerikBaslik{overflow: hidden;background: #ececec;}
.icerikBaslik h1{font-size: 24px; margin: 0;color: #5493bf;padding: 18px 0 18px 35px;font-weight: 700;border-bottom: 1px solid #eaeaea;}
.icerikBaslik h1 span {display: block;position: absolute;top: 25px;left: 30px;padding: 7px 6px 6px 7px;background: #5493bf;}
.yazilar{padding:20px; background-color:#FFF;}
.harita{margin-bottom:20px;}
.iletisim h3 {border-bottom: 1px solid #ddd;padding: 0 0 15px 0;font-size: 20px;color: #5493bf; font-weight: 700;}
.iletisim ul li {border-bottom: 1px solid #ddd; padding: 6px 0 6px 0; font-size:16px;}
footer{width:100%;padding:0px;}


#menuRes { display:none; position:absolute; top:20px; right:20px; font-size:30px; border:1px solid #ddd; z-index:99; padding:10px;}
#ustMenu { max-height:500px; transition:300ms all;}

.resim{height: 100px;margin-bottom: 20px;border: 5px solid #F7F7F7;}
.resim img{width:128px; height:90px;}
.video {
    width: 100%;
    height: 250px;
    padding: 5px 5px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #f0f0f0;
    -moz-box-box-shadow: 2px 2px 1px RGBa(0,0,0,0.035);
    -webkit-box-shadow: 2px 2px 1px RGBa(0,0,0,0.035);
    box-shadow: 2px 2px 1px RGBa(0,0,0,0.035);
}

iframe {
    height: 100%;
    width: 100%;
}






@media (max-width:780px){
    #ustBilgi{
    display:none;
    }
    #menuRes { display:block; }
    #ustMenu {
        max-height:0px;width:200px;  background:#fff;
        overflow:hidden;
        position:fixed; top:50px; right:5px;
    }
    #ustMenu li{ float:none; width:200px; }

}



footer{width:100%; background-color:#fff;padding:40px 0}
#altMenu{margin:0px; padding:0px; list-style:none;}
#altMenu li a{display:block; color:#333;}
.bold a{font-size:16px; font-weight:700;color: #333;}
#altMenu h5{margin: 0px;padding: 0px;display: block;	font-size: 16px;	font-weight: 700;	color: #333;}
.altIletisim{width:100%;display:block; padding:3px 0px;}
.copy{border-top:1px solid #F0F0F0; padding:5px 0; margin-top:20px;}

.yonetim{ width:100%; margin:5px 0px; padding:5px 0px; border-bottom:dotted 1px #999999;}
.yresim{float:left; width:150px; height:150px; padding:5px; background-color:#CCC;}
.yresim img{width:140px ;height:140px;}
.yyazi{float:right; width:480px;}
.alan1{
	float: left;
	width: 160px;
	padding: 4px 0px;
	font-weight: bold;
}
.alan2{float:left; width:280px; padding:4px 0px;}
a.hbr{width:100%; background-color:#666; position:absolute; height:30px; z-index:9999; top:0;left:0; display:block;}

