@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,600,500,300,100,200,800,900);

body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	background: #f5f5f5;
}


.container{
	position: relative;
}

.min-height{
	min-height:550px;
}

.wrapper{
	background: #fff;
	padding: 15px;
	margin-bottom:20px;
}

.mt-30{
	margin-top:30px;
}

.mt-20{
	margin-top:20px;
}

.mt-10{
	margin-top:10px;
}

.mb-20{
	margin-bottom:20px;
}

.mb-10{
	margin-bottom:30px;
}

.mb10{
	margin-bottom:10px;
}

h1.line{
	padding: 10px 0px;
	border-bottom:2px solid #ddd;
	margin:0px 10px;
	position: relative;
	color:#EB3535;
	font-weight: 600;
	font-size:13px;
}

h1.line:after{
	content:"";
	width: 25%;
	height: 4px;
	position: absolute;
	left:0px;
	bottom:-3px;
	background: #EB3535;
}

h1.title{
	padding: 0px 0px 10px;
	margin-bottom:15px; 
	border-bottom:2px solid #ddd;
	position: relative;
	color:#EB3535;
	font-weight: 600;
	font-size:15px;
}

h1.title:after{
	content:"";
	width: 25%;
	height: 4px;
	position: absolute;
	left:0px;
	bottom:-3px;
	background: #EB3535;
}

header.header{
	min-height:185px;
	margin:0px;
	border:0px;
	border-radius:0px;
	box-shadow:none;
	z-index: 999;
	background: none;
}

.header-top{
	width: 100%;
	height:40px;
	position: relative;
	background: url(images/header-top.jpg) no-repeat top center;
}

.left_box{
	line-height:40px;
	color:#eee;
	font-size:12px;
}

.left_box img{
	float:left;
	margin-top:11px;
}

.left_box span{
	color:#fff;
	display: block;
	float:left;
	position: relative;
	margin-left: 10px;
	margin-top:-2px;
	font-weight:600;
}

.right_box p{
	margin:0px;
	color:#fff;
	line-height:38px;
	font-size: 12px;
	font-weight: 600;
}

.header-center{
	width: 100%;
	height: 95px;
	position: relative;
	background: #fff;
}

a.logo{
	display: block;
	height:auto;
	padding-top:13px;
	padding-bottom:13px;
}

.number-box{
	height:95px;
}

.number-box b{
	display: block;
	font-size:11px;
	font-weight: 600;
	color:#000;
	margin-top:25px;
	margin-bottom:5px;
}

.number-box span{
	display: block;
	font-size:20px;
	color:#FC4F47;
	font-weight: 600;
}

.number-box span.span-2{
	font-size:11px;
	color:#7F7F7F;
	margin-right:140px;
	margin-top:13px;
}

.header-bottom{
	height:50px;
	width: 100%;
	margin-top:1px;
	position: relative;
	background: none;
}


#menu {
	background: rgba(0,0,0,0.2);
}

#menu ul{

}

#menu ul li a{
	display: block;
	font-size:14px;
	font-weight: 600;
	color:#fff;
	padding:15px 18px;
	transition: all 0.5s ease 0s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    text-shadow:none;
}

#menu ul li a:hover{
	color:#3A49A4;
}


.slide {
	width: 100%;
	height:auto;
	position: relative;
	top:-50px;
	margin-bottom:-50px;
}

.guidance{
	width: 100%;
	height:90px;
	position: relative;
	margin-top:-35px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
	background: #fff;
	z-index: 99;
}

.guidance p{
	line-height:90px;
	color:#242424;
	font-weight: 600;
	padding-left:35px;
}

.guidance a{
	position: absolute;
	display: block;
	padding: 0px 20px;
	height:35px;
	line-height:35px;
	color:#fff;
	font-weight: 600;
	font-size:13px;
	top:28px;
}

.guidance a.guidance_hizmet{
	right:30px;
	background: #3A49A4;
}

.guidance a.guidance_urun{
	right:165px;
	background: #FF5353;
}

.services{
	width: 100%;
}

.services p{
	text-align: center;
	color:#A8A8A8;
	font-size:13px;
	margin-top:35px;
	line-height:16px;
	margin-bottom:40px;
}

.services .row{
	margin:0px -10px;
}

.services [class*="col-"]{
	padding:0px 10px;
}

.service{
	width: 100%;
	position: relative;
	border:1px solid #E9E9E9;
	margin-bottom:20px;
}

.service a.service-title{
	font-family: 'Raleway', sans-serif;
	display: block;
	color:#242424;
	font-weight: 600;
	font-size:14px;
	padding:20px 15px 0px;
	line-height: 17px;
	text-align: center;
	margin-bottom:30px;
}

.service a.service-detail{
	display: block;
	line-height:32px;
	text-align: right;
	padding-right:45px;
	position: relative;
	margin-top:30px;
	border-top:1px solid #E9E9E9;
	font-size: 13px;
	color:#A8A8A8;
	transition: all 0.5s ease 0s;
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.service:hover a.service-detail{
	background: #3F51B5;
	color:#fff;
}

.service a.service-detail img{
	position: absolute;
	right:0px;
	top:0px;
}

.urun:hover a.service-detail{
	background: #BC2A2A;
	color:#fff;
}

.urun{
	padding-top:0px !important;
}

.urun a.service-title{
	font-size:12px;
	height:60px;
	line-height:60px;
	padding: 0px;
	margin-bottom: 0px;
	background: #f5f5f5;
}

.urun .urun-image{
	width: 100%;
	height:250px;
	position: relative;
	margin-top:-26px;
	padding: 0px;
	display: table;
	text-align:center;
}

.urun a.service-detail{
	margin-top:0px;
}

.urun-image p{
	display: table-cell;
	vertical-align: middle;
}

.urun-image p img{
	width: 100%;
}

/*********HABERLER**********/
.kampanya{
	width: 100%;
	position: relative;
	border:1px solid #E9E9E9;
	margin-bottom:20px;
}

.kampanya-detail{
	padding: 35px 0px 15px 25px;
}

.kampanya span{
	display: block;
	color:#A8A8A8;
	font-size:11px;
	font-weight: 600;
}

.kampanya a.kampanya-title{
	display: block;
	padding: 17px 0px;
	font-size:14px;
	font-weight: 600;
	color:#242424;
}

.kampanya p.kampanya-p{
	text-align: left;
	padding:0px !important;
}

.e-bulten{
	width: 100%;
	min-height:230px;
	position: relative;
	background: #F5F5F5;
	margin-top:30px;
}

.e-bulten h1{
	font-family: 'Raleway', sans-serif;
	padding:15px 0px 0px;
	line-height: 24px;
    font-size: 20px;
    text-align: center;
    color: #242424;
    font-weight: 600;
}

.e-bulten p{
	line-height: 18px;
	font-size: 13px;
	text-align: center;
	color: #A8A8A8;
	font-weight: 400;
	margin-top:40px;
	margin-bottom:0px;
}

.e-bulten .form-control{
	height:45px;
	width: 70%;
	position: relative;
	float:left;
	background: #fff;
	font-size: 13px;
	color: #A8A8A8;
	border-radius:0px;
	border:1px solid #ddd;
	border-right:0px;
	margin-top:30px;
}

.e-bulten button{
	width: 30%;
	height:45px;
	position: relative;
	float:left;
	border:1px solid #ddd;
	border-left:0px;
	background: #fff;
	margin-top:30px;
}

.e-bulten button img{
	background: #3A49A4;
	position: absolute;
	right:0px;
	top:0px;
	padding-left:70%;
	margin-top:5px;
	margin-right:5px;
}

.rapor{
	padding: 10px 0px 0px;
	font-size:12px;
}

.gallery{
	padding:45px 0px;
}

.gallery h1{
	font-family: 'Raleway', sans-serif;
	line-height: 24px;
    font-size: 20px;
    text-align: center;
    color: #242424;
    font-weight: 500;
}

.gallery p{
	line-height: 16px;
    font-size: 13px;
    text-align: center;
    color: #A8A8A8;
    font-weight: 400;
    margin-top:15px;
}

.gallery a.gallery-title{
	display: block;
	padding:10px 0px;
	margin:0px auto;
	width: 120px;
	background: #FF5353;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	margin-bottom:40px;
	transition: all 0.5s ease 0s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.gallery a.gallery-title:hover{
	background: #3A49A4;
}

.gallery .row{
	margin:0px -5px;
}

.gallery [class *= "col-"]{
	padding: 0px 5px;
}

.gallery-image{
	display: block;
	width: 100%;
	position: relative;
}

.kapla{
	display: none;
	width: 100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background: rgba(255,255,255,0.3);
}

.gallery-image:hover .kapla{
	display: block;
}

.footer-top{
	width: 100%;
	min-height:120px;
	position: relative;
	background: #EB3535;
}

.ftBox{
	width: 100%;
	height:120px;
	position: relative;
	border-left:1px solid #FF5353;
	display: table;
}

.ftBox p{
	display: table-cell;
	vertical-align: middle;
}

.ftBox h2{
	font-size: 12px;
	color: #FFF;
	font-weight: 600;
	margin-top: 40px;
}

.ftBox h3{
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    margin-top:5px;
}

.footer-center{
	width: 100%;
	min-height:275px;
	position: relative;
	background: #1A1F35;
}

.fcBox{
	padding: 30px 0px;
	line-height: 17px;
	font-size: 12px;
	color: #FFF;
	font-weight: 400;
}

.fcBox h1{
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	padding:15px 0px;
	margin-bottom:15px;
}

.fcBox  p{
	padding-right:50px;
}

.fcBox a{
	display: block;
	color:#fff;
	padding: 3px 0px;
}

.fcBox a:hover{
	color: #EB3535;
}

.fcBox .hizala{
	width: 25%;
	position: relative;
	float:left;
	clear: both;

}

.footer-bottom{
	width: 100%;
	height:80px;
	position: relative;
	background: #3A49A4;
	line-height:80px;
	color:#fff;
	font-size:12px;
}

.social{
	width: 114px;
	height:24px;
	position: relative;
	background: url(images/social.png);
	float:right;
	margin-top:28px;
}

.social a{
	display: block;
	width: 24px;
	height:24px;
	position: relative;
	float:left;
	margin-right:6px;
	cursor:pointer;
}

.social a:last-child{
	margin: 0;
}

/* Page header*/
.page-header {
  position: relative;
  background-color: #EB3535;
  color:#fff;
  height:50px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  border-bottom:none;
  margin-top: -50px;
}

.page-header.bg-red {
  background-color: #E61C1C;
}

.page-header .overlay-gradient {
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 50%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,0) 50%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,0) 50%,rgba(255,255,255,0.8) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 50%,rgba(255,255,255,10.8) 100%); /* W3C */
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.page-header h1 {
  font-weight: 700;
  font-size:30px;
  color:#fff;
  text-shadow: 0 2px 3px rgba(0,0,0, 0.35);
  margin:15px 0 15px;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .page-header h1 {
    font-size:24px;
    margin-bottom: 40px;
  }
}

.bg-red .breadcrumb {
  background-color: #8F2024;
}

/* Breadcrumb */
.breadcrumb {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 0;
  background-color: #D72605;
  border-radius: 5px;
  font-size:12px;

}

.breadcrumb > li + li:before {
  padding: 0 6px;
  color: #eaeaea;
}

.breadcrumb > .active {
  color: #fafafa;
}

.breadcrumb a {
  color:#e1e1e1;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color:#fff;
}

.page{
	line-height:22px;
	color:#666;
	font-size:13px;
}


.page-header .sosyal a{
	width: 30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:13px;
	background: #3F51B5;
    transition: all 1s ease 0s;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.page-header .sosyal .fa{
	color:#fff;
}

.page-header .sosyal a:hover{
	background: #B9240C;
}


/*REFERANSLAR***********/

.icerik .row{
	margin:0px -10px;
}

.icerik .row [class *= "col-"]{
	padding: 0px 10px;
}

.referans {
	width: 100%;
	height:170px;
	padding: 5px;
	position: relative;
	background: #fff;
	width: 100%;
	border:1px solid #ddd;
	overflow: hidden !important;
}

.referans .image{
	width: 100%;
	height:100%;
	position: relative;
	display: table;
	padding:15px;
	text-align:center;
	overflow: hidden !important;
}

.referans h3{
	font-size:13px;
	font-weight: 600;
}

.image p{
	display:table-cell;
	vertical-align: middle;
}


.title a {
	text-decoration: none;
	display:block;
	color: #000;
	font-weight: 600;
	padding: 5px 0 15px 0;
	font-size:14px;
}

.referans img {
	display: block;
	width: 100%;
	height: auto;
}

.ekstra .row{
	margin:0px -10px;
}

.ekstra .row [class *= "col-"]{
	padding:0px 10px;
}




.etiket 
{
	padding:4px 6px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.etiket a 
{
	color: #888;
	font-size: 9pt;
	text-decoration: none;
}

.etiket a:hover 
{
	text-decoration: underline;
}


.galeri-kategori{
	width:100%;
	height:auto;
	position:relative;
}

.galeri_title{
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	padding:10px;
	text-align:center;
	color:#fff;
	font-weight:600;
	background:rgba(0,0,0,0.7);
}



/******İLETİŞİM************/

.ibox
{
	font-family: 'Lato', sans-serif;
	width: 100%;
	float:left;		
	padding: 5px 0px;
}

.ibox table 
{
	width: 100%;
}

.ibox .bold {
	font-weight: 600;
	font-size:12px;
}

.ibox .title 
{
	width: 100%;
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
	text-align:center;
	font-weight: 700;
	padding:10px;
	border-bottom:2px solid #ddd;
}

.ibox td img 
{
	vertical-align:middle;
}

.ibox td 
{
	padding:10px 0px;
	font-size: 12px;
	line-height:21px;
	border-bottom:1px solid #e5e5e5;
}

.ibox .desc 
{
	margin-bottom: 5px;
	font-size: 8pt;
	color: #000;
}

.ibox input[type="text"]
{
	margin-bottom: 10px;
	width: 100%;
	padding: 5px;
	border:1px solid #ccc;
	background: #fff;
	display:block;
	font-size: 8pt;	
}

.ibox textarea
{
	margin-bottom: 10px;
	min-width: 100%;
	max-width: 100%;
	min-height: 255px;
	max-height: 255px;
	padding: 5px;
	border:1px solid #ccc;
	background: #fff;
	display:block;
	font-size: 8pt;
	font-family: Arial;	
}

.ibox input[type="submit"] 
{
	position: relative;
	float:right;
	cursor: pointer;
	padding:5px 10px;
	font-size: 8pt;
	margin-bottom:20px;
}

.harita 
{
	width: 100%;
	height: 520px;
	background: #121212;
}


.pagination {
	border-radius: 0px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
  color: #969696;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #EB3535;
  border-color: #EB3535;
}

.date , .hit{
	color:#666;
	font-size:12px;
}

.hit{
	padding-right:10px;
	margin-right:10px;
	border-right:2px solid #888;
}
