body {
  padding-top: 105px;
  font-family: 'Roboto', sans-serif;
}
.navbar{
  min-height: 105px;
  font-size: 15px;
}
#navbar {
  padding-top: 30px;
}
.navbar-brand {
  padding-top:30px;
  height: 105px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
  color:#fff;
}
.navbar-nav>.active>a {
  
}
.navbar-nav>.dropdown>a>.glyphicon {
  font-size:11pt;
}
.dropdown-menu {
  background-color: rgba(0,0,0,0.6);
}
.dropdown-menu>li>a {
  color: #fff;
  text-align: left;
  font-size:15px;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color:#4A4A49;
  text-decoration:none;
  background-color:rgba(177, 175, 178, 0.7);
}
.navbar-nav>li.search {
  padding-top: 10px;
}
#searchform {
  max-width: 167px;
  border:1px #fff solid;
  margin-left: 15px;
}
#searchform input {
  background: none;
  border:0;
  color:#fff;
  width:135px;
}
#searchform button {
  background: none;
  border:0;
  color:#fff;
  line-height: 21px;
  padding: 3px 5px 0;
  cursor: pointer;
}
.navbar-nav>li.lang {
  padding-top: 10px;
  margin-left: 15px;
}
.navbar-nav>li.lang a {
  border:1px #fff solid;
  height:27px;
  width:27px;
  text-align:center;
  padding:0;
  line-height: 27px;
}
#footer {
  background: #000;
  padding: 40px 0 50px;
}
.footer-links {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.footer-links li {
  list-style: none;
  line-height: 17pt;
  font-size: 11pt;
  color:#89868A;
}
.footer-links li.footer-header {
  /*font-family: 'ridley_grotesksemibold';*/
  font-weight: 700;
  font-size: 12pt;
  color:#fff;
}
.footer-links li a {
  color:#89868A;
}
.footer-links li a:hover {
  color:#fff;
  text-decoration: none;
}
#subfooter {
  position: relative;
  min-height: 60px;
  padding:20px 0;
  /*font-family: 'ridley_groteskmedium';*/
  font-weight: 300;
  color: #000;
  background: #B1AFB2;
}
#subfooter a {
  color:#000;
  position: relative;
  display: inline-block;
}
.subfooter-logo {
  width: 161px;
  height: 28px;
  margin:0 auto 15px;
}
.subfooter-logo img {
  display: block;
  width: 100%;
}
#subfooter .col-md-6 {
  text-align: center;
  margin-bottom: 10px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.firms {
  border-bottom:4px #0967B1 solid;
}
.firms .col-sm-3 {
	position:relative;
	overflow:hidden;
}
.firmbox {
  color:#fff;
  background-size: cover;
  height:100%;
  text-align: center;
}
.firmbox:before {
  content:"";
  position: absolute;
  display: block;
  z-index:1;
  width:100%;
  height:100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s; 
	-moz-transition: width 0.5s, height 0.5s, -moz-transform 0.5s;
  transition: width 0.5s, height 0.5s, transform 0.5s;
}
.firmbox:hover:before {
	width:0;
	height:0;
}
.firmbox a {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.firmbox.green:before {
  background:rgba(162,198,44,0.7);
}
.firmbox.blue:before {
  background:rgba(0,103,178,0.7);
}
.firmbox span {
  position: relative;
  z-index:2;
}
.firmbox .icon {
  margin: 0 auto;
  display: block;
  max-width: 80%;
  height: 60%;
  padding-top:30px;
  text-align: center;
}
.firmbox .icon img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.firmbox .text {
  display: block;
  padding-top:10px;
  font-size: 18px;
  line-height: 25px;
  /*font-family: 'ridley_grotesksemibold';*/
  font-weight: 700;
  color:#fff;
}

.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1  {
  width: 33.33333%;
  *width: 33.33333%;
  float:left;
}
.seven-cols .lasttwo {
  display:none;
}
.adresler .seven-cols .col-md-1,
.adresler .seven-cols .col-sm-1,
.adresler .seven-cols .col-lg-1  {
  width: 50%;
  *width: 50%;
}
.page-header {
  border-bottom: 0;
}
#yk {
  margin-bottom: 20px;
}
.ykbox > a {
  border: 1px #dbdbdb solid;
  border-bottom: 0;
  text-align: center;
  display: block;
  padding:15px 0;
  color: #000;
  font-size:16px;
  font-weight:300;
}
.ykbox:last-child {
  border-bottom: 1px #dbdbdb solid;
}
.ykbox .yktext {
  border: 1px #dbdbdb solid;
  border-bottom: 0;
  padding: 15px 0;
  background: #f1f1f1;
  font-size:16px;
}
.ykbox .yktext:after {
  content: "";
  display: table;
  clear: both;
}
.ykbox .img img {
    display: block;
    max-width: 100%;
} 
.bg-grey {
  background: #DBDADC;
  padding-top:20px;
  padding-bottom:20px;
}
.fullbg {
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fullbg.hakkimizda {
  background-image:url("../img/hakkimizda1.jpg");
  background-position:center top;
}
.fullbg.degerlerimiz {
  background-image:url("../img/degerlerimiz.jpg");
}
.fullbg.iletisim-formu {
  background-image:url("../img/iletisim-formu2.jpg");
  background-position: center top;
}
.fullbg.insan-kaynaklari {
  background-image:url("../img/insan-kaynaklari.jpg");
}
.vertical-col-text {
  padding:50px 30px;
  /*background:rgba(255,255,255,0.7);*/
  background: rgba(255,255,255,0.9);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.69) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(25%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0.69)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.69) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.69) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.69) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.69) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.vertical-col-text .text, .text16L {
  font-size:10pt;
}
.vertical-col-text .text .firstp {
  font-size:14pt;
  font-weight: 500;
}
.vertical-col-text .page-header, 
.vertical-col-text .page-header h2 {
  margin-top: 0;
}
#elektrikmenu {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: none;
  position: absolute;
  z-index:10;
  top: 0;
  left:0;
  padding:0;
}
#elektrikmenu a {
  
  height: 20%;
  display: flex;
  color:#fff;
  font-size: 12px;
  line-height: 25px;
  font-weight: 500;
  padding-left:10px;
  justify-content:center;
  flex-direction:column; /* column | row */
}
#elektrikmenu a:hover {
  text-decoration: none;
  background-color: #B1AFB2;
  color: #4A4A49;
}
.logos {
  padding:50px 0 0;
  font-size: 0;
}
.logos .logobox {
  margin-bottom: 50px;
}
.logobox .img {
  margin-bottom: 30px;
}
.logobox .buttons {
  text-align: center;
}
.logobox .buttons a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding:3px 0;
  width: 50px;
  margin:0 5px;
  font-size: 14px;
}
.logos .logobox {
  display: inline-block;
  margin-right: 25px;
  padding-right: 25px;
}
.logos .logobox .img img {
  max-width: 170px;
  max-height: 60px;
}
.bg-grey.logos .logobox .img img {
  width: auto;
  max-width: none;
  height:45px;
}
.logos .logobox:last-child {
  border-right: 0;
}
#timeline .timeline-block {
  margin-bottom: 40px;
  margin-bottom: 5px;
}
#timeline .timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
#timeline .timeline-content p {
    /*font-weight: 300;*/
}
#timeline .timeline-content .date {
  font-size: 20px;
  /*font-family: 'ridley_grotesksemibold';*/
  font-weight: 700;
  color: #89868A;
  line-height: 20px;
 }
.iletisim-bilgileri {
  margin-bottom: 30px;
  text-align: left;
}
.iletisim-bilgileri .icon {
  color: #89868A;
  font-size:40px;
  line-height: 40px;
  float:left;
}
.iletisim-bilgileri .text {
  color: #000;
  margin-left:50px;
}
.iletisim-bilgileri .text a {
  color: #000;
}
.iletisim-bilgileri .col-sm-4 {
  clear:both;
  margin-bottom: 20px;
}
.harita {
  border-top:5px #B1AFB2 solid;
  border-bottom:5px #B1AFB2 solid;
  margin-bottom: 30px;
}
.harita iframe {
  display: block;
}
.adresler {
  text-align: center;
  font-size: 12px;
}
.adresler .col-md-1 {
  margin-bottom: 30px !important;
}
.adresler .col-md-1 > div {
  margin-left: 5px;
  margin-right: 5px;
}
.adresler .title {
  /*font-family: 'ridley_grotesksemibold';*/
  font-weight: 700;
  font-size: 16px;
  height: 45px;
}
.adresler .adres {
  overflow: hidden;
  margin-bottom: 20px;
}
.adresler .web {
  background-color: #DBDADC;
  overflow: hidden;
}
.adresler .web a {
  /*font-family: 'ridley_groteskbold';*/
  font-weight: 700;
  font-size: 14px;
  color: #000;
}
#iletisimFormu label, #IKForm label {
  text-align: left;
}
#iletisimFormu input, #iletisimFormu select, #iletisimFormu textarea,
#IKForm input, #IKForm select, #IKForm textarea {
  background:transparent;
  border-radius: 0;
  box-shadow: none;
  border-color:#000;
}
.formBtn {
  margin-top: 20px;
  border:0;
  background: #000;
  color: #fff;
  border-radius: 0;
  /*font-family: 'ridley_grotesksemibold';*/
  font-weight: 700;
}
img.kod {
  height: 34px;
  max-width: 100%;
}
.req {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 20px;
  font-size: 20px;
}
.sl {
  position: absolute;
  right: -5px;
  top: 7px;
  line-height: 20px;
  font-size: 20px;
}
span.red {
  font-size:16px;
  color: #E30613;
}
#tamam {
  text-align: center;
  display: none;
  font-size:20px;
  color:#000;
  /*font-family: 'ridley_grotesksemibold';*/
  font-weight: 700;
}
.bolgekodu {
  font-size:20px;
  line-height: 34px;
  padding-top:0;
  padding-bottom:0;
}
#footerSubMenu {
  padding-left:20px;
  display: none;
}
#footerSubMenu li {
  font-size: 12px
}
#bth {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
#bth > div {
  display: none;
  text-align: left;
}
#bth > div a {
  display: block;
  line-height: 25px;
}
.cvyukletext {
  text-align: center;
}

.slider-img {
    position:relative;
    max-height:420px;
    overflow:hidden;
    height:420px;
}
.slider-img img {
        /*width:100%;*/
    display:block;
	height:100%;
    position:absolute;
	left: 50%;
	transform: translateX(-50%);
}
.slider-img img.mobile {
    display:none;
}

/*** Çerez Ayd?nlatma Metni ***/
.cerezDiv {
	-moz-box-sizing: border-box !;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
	position: fixed;
	bottom: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	z-index: 5555;
	background-color: #efefef;
	padding: 8px 20px;
	color: #000;
	border-top: 2px solid #0067b2;
	border-left: 2px solid #0067b2;
}

	.cerezDiv.goster {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	.cerezDiv a {
		white-space: nowrap;
		color: #000000;
		font-weight: bold;
		display: inline-block !important;
	}

	.cerezDiv div {
		margin-bottom: 10px;
	}

	.cerezDiv p {
		margin-bottom: 0;
		text-align: justify;
	}

	.cerezDiv .switch {
		position: relative;
		display: inline-block;
		width: 60px;
		height: 20px;
	}

		.cerezDiv .switch input {
			opacity: 0;
			width: 0;
			height: 0;
		}

	.cerezDiv .slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: .4s;
		transition: .4s;
	}

		.cerezDiv .slider:before {
			position: absolute;
			content: "";
			height: 26px;
			width: 26px;
			left: -4px;
			bottom: -4px;
			background-color: white;
			-webkit-transition: .4s;
			transition: .4s;
			border: 1px #0067b2 solid;
		}

	.cerezDiv input:checked + .slider {
		background-color: #006DB7;
	}

	.cerezDiv input:focus + .slider {
		box-shadow: 0 0 1px #006DB7;
	}

	.cerezDiv input:checked + .slider:before {
		-webkit-transform: translateX(40px);
		-ms-transform: translateX(40px);
		transform: translateX(40px);
	}

	.cerezDiv .slider.round {
		border-radius: 34px;
	}

		.cerezDiv .slider.round:before {
			border-radius: 50%;
		}

	.cerezDiv .ozellestir {
		display: none;
		border-bottom: 2px solid #0067b2;
		height: 0;
		transition: all 0.3s;
		padding-top: 5px;
	}

		.cerezDiv .ozellestir.active {
			height: auto;
			display: block;
		}

		.cerezDiv .ozellestir .row {
			display: block;
			margin-bottom: 15px;
		}

			.cerezDiv .ozellestir .row .title {
				display: flex;
				align-items: center;
			}

				.cerezDiv .ozellestir .row .title span {
					font-size: 16px;
					font-weight: 700;
					color: #006DB7;
				}

				.cerezDiv .ozellestir .row .title .checkDiv {
					margin-left: auto;
				}

			.cerezDiv .ozellestir .row .desc {
				font-size: 12px;
				padding-top: 5px;
			}

			.cerezDiv .ozellestir .row .button {
				text-align: center;
			}

				.cerezDiv .ozellestir .row .button .onaylaBtn {
					margin: 0;
				}

	.cerezDiv .alwaysOn {
		font-size: 14px;
		font-weight: 700;
		color: #006DB7;
		margin-left: auto;
	}

.tamamBtn {
	display: block;
	margin: 0 auto;
	width: 150px;
	cursor: pointer;
	-webkit-appearance: none;
	color: #ffffff;
	font-size: 15px;
	height: 40px;
	outline: 0;
	line-height: 18px;
}

.cookieButton {
	background-color: #2991D6;
}

	.cookieButton:hover {
		background-color: #278ACB;
		transition: 0.7s;
	}

@media (max-width: 500px) {
	.dropdown-menu.satis-sonrasi li:last-child {
		display: block
	}

	.cerezDiv {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		position: fixed;
		bottom: 0;
		right: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s,-webkit-transform .3s;
		z-index: 5555;
		background-color: #efefef;
		padding: 8px 20px;
		color: #000;
		border-top: 2px solid #0067b2
	}

		.cerezDiv.goster {
			-webkit-transform: translateX(0);
			transform: translateX(0)
		}

		.cerezDiv a {
			white-space: nowrap;
			color: #000;
			font-weight: 700;
			display: inline-block !important
		}

		.cerezDiv div {
			margin-bottom: 10px
		}

		.cerezDiv p {
			font-size: 16px;
			font-weight: 400;
			margin-bottom: 0;
			text-align: justify
		}

	.tamamBtn {
		display: block;
		margin: 0 auto;
		width: 150px;
		cursor: pointer;
		-webkit-appearance: none;
		color: #fff;
		font-size: 15px;
		height: 40px;
		outline: 0;
		line-height: 18px
	}

	@media (min-width:768px) {
		.cerezDiv {
			font-size: 13px;
			line-height: 22px
		}

			.cerezDiv div {
				float: left;
				width: calc(100% - 200px);
				margin-bottom: 0
			}

		.tamamBtn {
			float: right;
			margin-top: 15px
		}
	}
}
/*** Çerez Ayd?nlatma Metni ***/