html, body {
	height: 100% !important;
	width: 100% !important;
}
body {
	background: transparent;
	font-family: 'Georama', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
}
* {
	outline: none;
	font-variant-ligatures: none;
}
a, a:visited, a:link {
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #000;
	transition: all 0.3s;
	cursor: pointer;
}
p {
	margin-bottom: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
	color: #000;
	font-weight: bold;
}
sup {
	line-height: 0;
}

::-moz-selection {
	color: white;
	background: #000;
}
::selection {
	color: white;
	background: #000;
}
::placeholder {
	font-size: 16px;
	color: #999;
	font-weight: 400;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.container {
	position: relative;
	padding: 0 16px;
	width: 96%;
	max-width: 1248px;
}
.container-fluid {
	position: relative;
	padding: 0 16px;
}
.row {
	margin-right: -16px;
	margin-left: -16px;
}
[class*='col-'] {
	padding-right: 16px;
	padding-left: 16px;
}

#tepe,
#gizliTepe {
	display: flex;
	align-items: center;
	padding: 16px;
	min-height: 117px;
}
#tepe .row {
	align-items: center;
}
.tepe-sag {
	text-align: right;
}
.tepe-sag a {
	margin-left: 16px;
}
.logo {
	position: relative;
	z-index: 99;
}
.logo img {
	max-width: 100%;
}
#gizliTepe .logo {
	opacity: 0;
}

/* MENÜ */
.portfolyo {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	overflow-y: auto;
	background-color: #FFF;
}
a.portfolyo-kapat {
	display: inline-block;
	padding: 12px 18.5px;
	background: black;
	color: #FFF;
	text-decoration: none;
}

.portfolyo .overlay-close {
	width: 96px;
	height: 96px;
	position: absolute;
	right: 100px;
	top: 100px;
	overflow: hidden;
	border: 2px solid #FFF;
	background: url(../gorseller/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Effects */
.portfolyo.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	        transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	z-index: 98;
}
.overlay-slidedown.close {
	z-index: 98;
}

/* MENÜ BİTTİ */

#asKG,
#asHizmet {
	padding: 0 32px;
	width: 100%;
	height: calc(100% - 150px);
}
.as-hizmetler.slick-slider .slick-track,
.as-hizmetler.slick-slider .slick-list {
	height: 100%;
}
.as-hizmetler,
.as-hizmetler .slick-list {
	height: 100%;
}
.as-hizmetler .slick-prev,
.as-hizmetler .slick-next,
.as-kayan-gorseller .slick-prev,
.as-kayan-gorseller .slick-next {
	padding: 24px 29px 24px 19px;
	background: #FFF;
}
.as-hizmetler .slick-prev,
.as-kayan-gorseller .slick-prev {
	z-index: 1;
	left: 0;
}
.as-hizmetler .slick-next {
	right: 4px;
}
.as-kayan-gorseller .slick-next {
	right: 0px;
}
.as-hizmetler .slick-prev:before,
.as-hizmetler .slick-next:before,
.as-kayan-gorseller .slick-prev:before,
.as-kayan-gorseller .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #000;
	line-height: 0;
}
.as-hizmetler .slick-prev:before,
.as-kayan-gorseller .slick-prev:before {
	content: '\f053';
}
.as-hizmetler .slick-next:before,
.as-kayan-gorseller .slick-next:before {
	content: '\f054';
}
.as-hizmet {
	position: relative;
	margin-right: 4px;
	height: 100%;
}
a.kg-kapsa {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.as-hizmet img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.as-hizmet h2 {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -20%);
	color: #FFF;
	letter-spacing: 6px;
	font-weight: 400;
	text-align: center;
	transition: top .4s;
}
.as-hizmet::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	content: '';
	opacity: 0;
	transition: opacity .4s;
}
.as-hizmet:hover:after {
	opacity: 0.32;
	transition: opacity .4s;
}
.as-hizmet:hover h2 {
	top: 20%;
	transform: translate(-50%, -50%);
	transition: top .4s;
}
.as-kayan-gorseller,
.kayan-gorsel,
.as-kayan-gorseller.slick-slider .slick-track,
.as-kayan-gorseller.slick-slider .slick-list {
	position: relative;
	height: 100%;
}
.kayan-gorsel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.as-kg-yazi {
	position: absolute;
	top: 0;
	left: 0;
	padding: 48px;
	width: 50%;
}
.as-kg-yazi::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	filter: blur(24px);
	z-index: 0;
}
.as-kg-yazi h2,
.as-kg-yazi p {
	position: relative;
	z-index: 1;
}

#icerik {
	padding: 0 32px;
}

.hakkimizda [class*='col-'] {
	padding: 0;
}
.hakkimizda-gorsel {
	padding-top: 72%;
	background-image: url(http://profofotograf.com/resimler/genel/anasayfa_02.JPG);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.hakkimizda-yazilar {
	position: relative;
	padding-top: 72%;
	background-color: rgba(204,153,51,0.1);
}
.hakkimizda-yazi {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 72px;
	width: 100%;
	height: 100%;
}
.hakkimizda-yazi h1 {
	margin-bottom: 0;
	font-weight: 300;
}
.hakkimizda-yazi h5 {
	font-weight: 400;
}
.hakkimizda-yazi hr {
	margin: 32px 0;
	width: 32px;
	border-top: 1px solid rgba(0,0,0,.2);
}

.hizmet,
.iletisim {
	margin-top: 72px;
}
.hizmet-baslik {
	margin-bottom: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 72px;
	color: #999;
	letter-spacing: -1px;
	transform: scaleX(0.48);
	transform-origin: left;
	line-height: 1.1;
  white-space: nowrap;
}
.hizmet-aciklama {
	margin-bottom: 32px;
}
.hizmet-gorsel {
	position: relative;
	margin-bottom: 32px;
	padding-top: 56.25%;
}
.hizmet-gorsel img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: filter 0.4s;
}
.hizmet-gorsel:hover img {
	filter: grayscale(100%) contrast(150%);
	transition: filter 0.4s;
}

.hizmet-dugme {
	margin-bottom: 32px;
	position: relative;
	padding-top: 75%;
}
.hizmet-dugme::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.hizmet-dugme:hover:after {
	background-color: rgba(0,0,0,.6);
}
.hizmet-dugme img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: filter 0.4s;
}
.hizmet-dugme:hover img {
	filter: grayscale(100%) contrast(150%);
	transition: filter 0.4s;
	transition: filter 0.4s;
}
.hizmet-adi {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 0 8px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: center;
	color: #FFF;
}
.hizmet-adi h4 {
	margin-bottom: 8px;
	color: #FFF;
	text-align: center;
}

.iletisim-yazilar {
	margin-bottom: 32px;
}
.iletisim-form {
	padding: 32px;
	border: 1px solid rgba(0,0,0,.1);
}
.iletisim-form label {
	display: block;
	margin-bottom: 8px;
}
.iletisim-form input:not([type="submit"]),
.iletisim-form textarea {
	margin-bottom: 32px;
	padding: 16px;
	width: 100%;
	background: rgba(204,153,51,0.07);
	border: 1px solid transparent;
}
.iletisim-form textarea {
	height: 160px;
	resize: none;
}
.iletisim-form input:not([type="submit"]):focus,
.iletisim-form textarea:focus {
	border: 1px solid rgba(0,0,0,.1);
}
.iletisim-form input[type="submit"] {
	padding: 8px 24px;
	border: none;
	background: rgba(204,153,51,1);
	color: #FFF;
}
.iletisim-form input[type="submit"]:hover {
	background-color: #000;
}

footer {
	margin-top: 72px;
	padding: 32px;
	background-color: rgba(204,153,51,0.1);
	font-size: 14px;
}
.alt-hizmetler a {
	display: block;
	margin-bottom: 8px;
}

/* EKRAN AYARLAMALARI */

/* --------- ÇOK KÜÇÜK EKRANLAR --------- */
@media (max-width: 375px) {
}
@media (max-width: 479px) {
}

/* --------------- col-xs --------------- */
@media (min-width: 376px) and (max-width: 575px) {
}

@media (max-width: 575px) {
}
@media (max-width: 575px) and (orientation: portrait) {
}

/* --------------- col-sm --------------- */
@media (min-width: 576px) and (max-width: 767px) {
	.as-hizmet h2 {
		top: 55%;
		font-size: 24px;
		letter-spacing: 4px;
	}
}
@media (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
}
@media (max-width: 767px) {
	.as-kg-yazi {
		padding: 16px 16px 16px 64px;
		width: 80%;
	}
	.hakkimizda-yazilar {
		padding-top: initial;
	}
	.hakkimizda-yazi {
		position: relative;
		padding: 24px;
	}
	footer {
		padding: 16px;
	}
}

/* --------------- col-md --------------- */
@media (min-width: 768px) and (max-width: 991px) {
	.hakkimizda-gorsel,
	.hakkimizda-yazilar {
		padding-top: initial;
		height: 100%;
	}
	.hakkimizda-yazi {
		position: relative;
	}
}
@media (min-width: 768px) {
}

@media (max-width: 991px) {
}

/* --------------- col-lg --------------- */
@media (min-width: 992px) {
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hakkimizda-gorsel,
	.hakkimizda-yazilar {
		padding-top: 100%;
	}
}
@media (max-width: 1199px) {
}

/* --------------- col-xl --------------- */
@media (min-width: 1200px) and (max-width: 1440px) {
	
}
@media (max-width: 1441px) {
}

@media (min-width: 1510px) {
	
}
@media (orientation: portrait) {
}
@media (orientation: portrait) and (max-width: 767px){
}
@media (orientation: portrait) and (width: 768px){
}
@media screen and (device-aspect-ratio: 4/3) {
}
