html,body {
	height: 100%;
}

body {
	background: #272425;
	line-height: 1.4;
	font-size: 13px;
	font-family: 'Roboto Slab', serif;
	padding-right: 0 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	overflow-x: hidden;
}

.body {
	background: #9C9282;
}

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;
}

.mb150 {
	margin-bottom: 150px;
}

.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-icons {
	margin-top: 50px;
}

.social-icon{
	display: inline-block;
	min-width: 26px;
	padding:6px 0;
	color: #fff;
	margin-left: 5px;
	background: #272425;
	text-align:center;
	border-radius: 50%;
}

.social-icon:hover {
	background: #FFFFFF;
	color: #272425;
}

/*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 1*/
.navbar {
	margin-bottom: 0;
	border-radius :0 ;
}

.navbar-default {
	background: #272425 url(../images/main-spray.png);
	border: none;
	z-index: 9999;
	position: relative;
}

.navbar-brand {
	height: auto;
}

.navbar-brand img {
	height: 50px;
}

.navbar-default .navbar-nav > li > a {
  color: #9C9282;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 80px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #272425;
  background-color: #9C9282;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #9C9282;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
	.navbar-nav {
		margin-top: 0px;
	}
}

.navbar-toggle {
	margin-top: 22px;
}


.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #9C9282;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
	font-size: 12px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #9C9282;
	background-color: #fff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #9C9282;
    background-color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #9C9282;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.dropdown-menu {
  background-color: #9C9282;
  border: 1px solid #9C9282;
  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: #121212;
	padding: 20px 0;
}

#footer .row {
	margin-right: -20px;
	margin-left: -20px;
}

#footer [class*="col-"] {
	padding-right: 20px;
	padding-left: 20px;
}

.column {
	padding: 30px 0;
	font-size: 12px;
	color: #666;
	line-height: 1.3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

@media (max-width: 767px) {
	.column {
		margin-bottom: 10px;
		padding: 10px;
	}
}

.column h3 {
	color: #555;
	font-size: 16px;
	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;
}

.column li a {
	color: #666;
	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: #000;
	padding: 10px 0;
	text-align:center;
	color: #444;
	font-size: 12px;
}

.dip i {
	color: #9C9282;
}
/* FOOTER */

/* SAYFA BASLIKLARI */
.page-header {
  position: relative;
  background-color: #9C9282;
  color:#fff;
  padding:60px 0;
  margin:0 0 30px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border-bottom:none;
}

.page-header.bg-red {
  background-color: #9C9282;
}

.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:38px;
  color:#fff;
  margin:0 0 15px;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

@media (max-width: 767px) {
  .page-header h1 {
    font-size:25px;
    margin-bottom: 10px;
  }
}

.bg-red .breadcrumb {
  background-color:#9C9282;
}

/* Breadcrumb */
.breadcrumb {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 0;
  background-color: #9C9282;
  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: #9C9282;
	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: 20px 0 10px 0 !important;
  color: #9C9282;
  font-size: 17px;
  font-weight: 700; 
  padding: 10px 0;
  text-align:center;  
}


.harita {
  width: 100%;
  height: 350px;
  background: #f5f5f5;
}

@media (max-width: 767px) {
	.harita {
		height: 300px;
	}
}

.contact-form-custom {
  background: transparent;
  padding: 10px 0px;
  border:1px solid #ddd;
  border: none;
}

.contact-form-custom label {
	color: #9C9282;
}

.contact-section .list-group-item {
	background-color: transparent !important;
	border: none;
	color: #9C9282;
}

.contact-section .list-group-item:nth-child(odd) {
	background-color: transparent !important;
}

/* İ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: #9C9282;
	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: #9C9282;
  margin-bottom: 30px;
  transition: border-color 0.4s;
  webkit-transition: border-color 0.4s;
}

.video .title {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align:center;
}

.video .title a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: block;
  padding: 5px 0;
}

.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: #F04836;
}

.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;
}

#nav-toggle span { position: absolute; left: 10px; top: 30px; z-index: 9999; }

#nav-toggle span, 
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #272425;
  position: absolute;
  display: block;
  content: '';
  z-index: 9999;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px; 
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

#mobile-menu {
	background: rgba(0,0,0,0.8);
	left: 0;
	right: 0;
	top: 65px;
	bottom: 0;
	display: none;
	position:fixed;
	z-index: 888;
	text-align:center;
}

#mobile-menu ul {
	list-style: none;
	padding: 0;
	margin: 80px auto;
}

#mobile-menu ul li {
	position: relative;
}

#mobile-menu ul li a {
	display: block;
	color: #969696;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 0;
}

#mobile-menu ul li a:hover {
	color: #fff;
}

.slider-area {
	margin: 70px auto;
	background: #D8CDBB;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.35);
	overflow: hidden;	
}

.logo-section {
	left: 0;
	right: 0;
	top: 140px;
	text-align:center;
	position: absolute;
	z-index: 9999;
}

.menu-section {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -40px;
	z-index: 11;
    transform: rotate(3deg) ;
    -webkit-transform: rotate(3deg) ;
    -moz-transform: rotate(3deg) ;
    -o-transform: rotate(3deg) ;
    -ms-transform: rotate(3deg) ;
    width: 110%;
    margin-left: -5%;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px -5px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px -5px 5px 0px rgba(0, 0, 0, 0.32);
}

@media (max-width: 767px) {
	.logo-section img {
		height: 200px;
	}
}


.header-section {
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	z-index: 9999;
    transform: rotate(3deg) ;
    -webkit-transform: rotate(3deg) ;
    -moz-transform: rotate(3deg) ;
    -o-transform: rotate(3deg) ;
    -ms-transform: rotate(3deg) ;
    width: 110%;
    margin-left: -5%;
    background: #9C9282 url(../images/main-spray.png);
    min-height: 110px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.32);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.32);
}

@media (max-width: 767px) {
	.header-section, .menu-section {
	    transform: rotate(0deg) ;
	    -webkit-transform: rotate(0deg) ;
	    -moz-transform: rotate(0deg) ;
	    -o-transform: rotate(0deg) ;
	    -ms-transform: rotate(0deg) ;
	}

	.header-section {
		min-height: auto;
		padding-left: 10px;
		padding-right: 10px;
		top: 0;
	}
	
	.social-icons {
		margin-top: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.menu-section {
		display: none;
	}
}

.ozel-icerik {
	color: #fff;
	font-size: 16px;
}

.sol {
	position: fixed;
	left: 15px;
	top: 15%;
}

.sag {
	position: fixed;
	right: 15px;
	bottom: 15%;
}

.sol img, .sag img {
	opacity: 0.2;
}


.cover {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	background: rgba(0,0,0,1);
    z-index: 999;
    display: table;
    width: 100%;
    height: 100%;
    text-align:center;
}

.cover p {
    vertical-align: middle;
    display: table-cell;

}

.home-logo {
    display: none;
}