html,body {
	overflow-x: hidden;
}

body {
	background-color: #fff;
	line-height: 1.8;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	padding-right: 0 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	overflow-x: hidden;
}

h1,h2,h3,h4 {
	margin-top: 0;
}

.row {
	margin-right: -5px;
	margin-left: -5px;
}

[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.pt0 {
	padding-top: 0 !important;
}

.mrl10 {
	margin-right: 10px;
	margin-left: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mbr10 {
	margin-bottom: 10px;
	margin-right: 10px;
}

.mbl10 {
	margin-bottom: 10px;
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

.pt20 {
	padding: 20px 0 0;
}

a:focus {
	outline: none;
}

a:hover {
	text-decoration: none;
}

.social-icon{
	display: block;
	min-width: 26px;
	padding:6px 0;
	color: #fff;
	margin-left: 5px;
	background: #EC1D24;
	text-align:center;
	border-radius: 50%;
	float: left;
}

.social-icon:hover {
	
}

/*BOOTSTRAP KESKIN KOSELER*/
.btn, .panel, .form-control, .list-group, .list-group-item {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
/*BOOTSTRAP KESKIN KOSELER*/

.header-top {
	background: #EC1D24;
	padding: 5px 0;
	font-size: 13px;
	font-weight: 700;	
}

.header-top .telefon {
	color: #fff;
}

.header-top span {
	margin-right: 10px;
}

.telefon i {
	display: inline-block;
	min-width: 26px;
	padding:6px 0;
	color: #fff;
	margin-right: 5px;
	background: #000;
	text-align:center;	
}

.header-top .social-icons {
	text-align: right;
}

.header-top .social-icons .social-icon1 {
	display: inline-block;
	min-width: 26px;
	padding:6px 0;
	color: #fff;
	margin-left: 5px;
	background: #000;
	text-align:center;
}

.line {
	background: url(../images/line.png) repeat-x;
	width: 100%;
	height:20px;
}

/*HEADER 1*/
#header1 .navbar {
	margin-bottom: 0;
	border: none;
	border-radius:0;
}

#header1 .navbar-default {
	background: #000;
	border: none;
}

#header1 .navbar-brand {
	height: auto;
}

@media (max-width: 767px) {
	#header1 .navbar-brand {
		position: static;
	}

	#header1 .navbar-brand img {
		height: 30px;
	}

}

#header1 .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  padding-right: 20px;
  padding-left: 20px;
}

#header1 .navbar-default .navbar-nav > li > a i {
	display: block;
	margin-bottom: 5px;
	color: #EC1D24;
}

#header1 .navbar-default .navbar-nav > li > a:hover,
#header1 .navbar-default .navbar-nav > li > a:focus {
  color: #EC1D24;
}

#header1 .navbar-default .navbar-nav > .active > a,
#header1 .navbar-default .navbar-nav > .active > a:hover,
#header1 .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #EC1D24;
}

#header1 .navbar-default .navbar-nav > .disabled > a,
#header1 .navbar-default .navbar-nav > .disabled > a:hover,
#header1 .navbar-default .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
	#header1 .navbar-nav {
		margin-top: 15px;
	}
}

#header1 .navbar-toggle {
	margin-top: 15px;
}

#header1 .navbar-default .navbar-toggle {
  border-color: transparent;
}

#header1 .navbar-default .navbar-toggle:hover,
#header1 .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

#header1 .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

#header1  .navbar-default .navbar-nav > .open > a,
#header1 .navbar-default .navbar-nav > .open > a:hover,
#header1 .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #EC1D24;
}

#header1 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
	font-size: 12px;
}

#header1 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
#header1 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #EC1D24;
	background-color: #fff;
}

@media (max-width: 767px) {
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }

  #header1 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #EC1D24;
    background-color: #fff;
  }

  #header1 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #EC1D24;
  }
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  #header1 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.dropdown-menu {
  background-color: #EC1D24;
  border: 1px solid #EC1D24;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
}


/*HEADER 1*/

/* FOOTER */
#footer {
	background: #eee;
	padding: 20px 0;
}

#footer .row {
	margin-right: -5px;
	margin-left: -5px;
}

#footer [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.column {
	padding: 30px 0;
	font-size: 12px;
	color: #000;
	line-height: 1.3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-family: 'Oswald', sans-serif;
}

@media (max-width: 767px) {
	.column {
		margin-bottom: 10px;
		padding: 10px;
	}
}

.column h3 {
	color: #000;
	font-size: 19px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 0;
}

.column ul {
	list-style: none;
	padding: 0;
	list-style-position: inherit;
}

.column li {
	padding-left: 0.85em;
	position: relative;
}

.column li:before {
	content: "\f054"; 
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	left: 0; 
	top: 0.50em;
	color: #ED1D24;
}

.column li a {
	color: #000;
	font-size: 12px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0.85em;
}

.column li a:hover {
	color: #969696;
}

.parallax-window {
    min-height: 80px;
    padding: 30px 0;
    background: transparent;
    margin-bottom:0;
    margin-top: 0;
    background: #121212;
}

.dip {
	background: #ED1D24;
	padding: 10px 0;
	text-align:center;
	color: #fff;
	font-size: 12px;
}

.dip i {
	color: #ED1D24;
}
/* FOOTER */

/* SAYFA BASLIKLARI */
.page-header {
  position: relative;
  background-color: #ED1D24;
  color:#fff;
  padding:60px 0;
  margin:0 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border-bottom:none;
}

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

.page-header .overlay-gradient {
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  z-index: 1;
}

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

.page-header h1 {
  font-weight: 700;
  font-size:48px;
  color:#fff;
  margin:0 0 15px;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

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

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

/* Breadcrumb */
.breadcrumb {
  display: inline-block;
  padding: 6px 38px;
  margin-bottom: 0;
  background-color: #ED1D24;
  border-radius: 0;
}

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

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

.breadcrumb a {
  color:#fff;
}

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

/* ikinci tip baslik */
.pages-h1 {
	background: #ED1D24;
	margin-bottom: 10px;
}

.pages-h1 h1 {
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	margin-top: 0;
	margin-bottom: 0px;
	font-weight: 700;
}

/* ikinci tip baslik */

/* SAYFA BASLIKLARI */

/* Ä°LETÄ°ÅÄ°M SAYFALAR */
.contact-section {
  margin-bottom: 20px;
}

.sub-title {
  margin: 0px 0 10px 0 !important;
  color: #000;
  font-size: 17px;
  font-weight: 700; 
  padding: 10px 0;
  text-align:center;  
}


.harita {
  width: 100%;
  height: 550px;
  background: #f5f5f5;
}

@media (max-width: 767px) {
	.harita {
		height: 300px;
	}
}

.contact-form-custom {
  background: #fff;
  padding: 10px 15px;
  border:1px solid #ddd;
}

.contact-section .list-group-item:nth-child(odd) {
	background-color: #f2f2f2;
}

/* Ä°LETÄ°ÅÄ°M SAYFALAR */

/* SAYFA Ä°CERIKLERI */
.sayfa-icerik {
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
}

.sayfa-icerik h2 {
	font-size: 15px;
	color: #000;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 2;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.sayfa-icerik h2:after {
	content: '';
	width: 25%;
	height: 4px;
	margin-top: -2px;
	top: 100%;
	left: 0;
	background: #ED1D24;
	position: absolute;
}

.ekstraphoto {
	padding: 0;
	background: transparent;
	margin-bottom: 10px;
	transition: background 0.4s;
	-webkit-transition: background 0.4s;
}

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

.label {
	margin-right: 5px;
}

.label-tag {
  background-color: #fff;
  font-weight: 400;
  font-size: 11px;
  border:1px solid #ddd;
  color: #000;
}

.label-tag[href]:hover,
.label-tag[href]:focus {
  background-color: #f5f5f5;
  color: #121212;
}

.label-tag i {
	vertical-align: middle;
	margin-right: 5px;
}

.galeri {
	padding: 0px;
	margin-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.35);	
}

.galeri img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.galeri:hover img {
  transform:scale(1.3) rotate(10deg);
  -webkit-transform:scale(1.3) rotate(10deg);
  -ms-transform:scale(1.3) rotate(10deg);
}

.video {
  padding: 0;
  background: #fff;
  margin-bottom: 30px;
  transition: border-color 0.4s;
  webkit-transition: border-color 0.4s;
}

.video .title {
  margin-bottom: 10px;
  margin-top: 10px;
}

.video .title a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.video .image {
  position: relative;
}

.video .image img {
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 1;
}

.video .image .play {
  position: absolute;
  top: 35%;
  left: 45%;
  right: 45%;
  color: #fff;
  font-size: 350%;
  z-index:1;
  transition: color 0.4s;
  -webkit-transition: color 0.4s;
}

.video .image .play a {
  color: #fff;
}

.hizmet {
	margin-bottom: 15px;
	background: #000;
}

.hizmet .image {
	margin-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	overflow: hidden;	
}

.hizmet .image img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}

.hizmet .image:hover img {
  transform:scale(1.3) rotate(10deg);
  -webkit-transform:scale(1.3) rotate(10deg);
  -ms-transform:scale(1.3) rotate(10deg);
}

.hizmet-link {
	display: block;
	text-align:center;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
}

.referans {
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow:    inset 0px 0px 10px 0px rgba(50, 50, 50, 0.10);
	box-shadow:         inset 0px 0px 10px 0px rgba(50, 50, 50, 0.10);	
	border: 1px solid #ddd;
	text-align:center;
	display: table;
	height: 150px;
	width: 100%;
	margin-bottom: 10px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.referans:hover {
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(50, 50, 50, 0.20);
	-moz-box-shadow:    inset 0px 0px 10px 0px rgba(50, 50, 50, 0.20);
	box-shadow:         inset 0px 0px 10px 0px rgba(50, 50, 50, 0.20);	
}

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

.referans img {
	width: auto;
	height: 50px;
}

/* SAYFA Ä°CERIKLERI */

#bypill {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

#bypill img {
	height: 35px;
}

.container-x {
	margin: 20px 0;
}

.container-x .kutu {
	padding: 20px;
	background: #ED1D24;
	text-align:center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin-bottom: 10px;
	border:6px solid #ED1D24;
}

.container-x .kutu:hover {
	border-color: #000;
}

.container-x .kutu img {
	height: 110px;
}

.container-x .kutu .link {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	display: block;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: 'Oswald', sans-serif;
}

.home-text {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.6;
	margin-bottom: 20px;
	margin-top: 20px;
}

.home-text h1 {
	color: #000;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 700;
}

.btn-primary {
  color: #fff;
  background-color: #ED1D24;
  border-color: #ED1D24;
  font-family: 'Oswald', sans-serif;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.yesil {
	color: #53b20d;
	font-size: 20px;
	margin-right: 5px;
}

.item {
	width: 100%;
}

.item img {
	display: block;
	width: 100%;
	height: auto;
	border:5px solid #ED1D24;
}

.owl-nav {
	display: none;
}

.car {
	width: 100%;
	height: 350px;
	background: url(../images/ibg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	margin-bottom: 0;
	padding: 20px 0;
}

.car .text {
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	margin-top: 0;
	color: #fff;
}

@media (max-width: 767px) {
	.car .text {
		font-size: 22px;
	}
}

.icerikler {
	margin: 0 0 0;
	background: #e5e5e5;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 2px solid #ED1D24;
	border-bottom: 2px solid #ED1D24;
}

.icerikler h1 {
	color: #000;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align:center;
	font-weight: 700;
}

.icerikler h2 {
	color: #969696;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align:center;
}

.icerik {
	padding: 20px;
	background: #fff;
	margin-bottom: 15px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border:5px solid transparent;
}

.icerik:hover {
	border-color: #ED1D24;
}

.icerik .title {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
}

.icerik .title a {
	color: #000;
	font-weight: 700;
	
}