html,body {
	position:relative;
	margin:0;
	padding:0;
	background:#111;
	color:#f8f8f8;
	font-family:'Ropa Sans';
	width:100%;
	height:100%;
}

#preloader {
	position:fixed;
	left:0;
	top:0;
	z-index:9999999;
	width:100%;
	height:100%;
	overflow:visible;
	background:#000 url(../img/loader_b.gif) no-repeat center center;
}

nav {
	position:fixed;
	width:100%;
	padding:20px 40px;
	z-index:9999;
}

nav .menu {
	margin:0 auto;
	list-style:none;
}

nav .menu li {
	float:left;
	margin-right:20px;
}

nav .menu li.right {
	float:right;
	margin-right:0;
	margin-left:20px;
}

nav .menu li a {
	color:#fff;
	font-size:24px;
	text-shadow:2px 2px 3px rgba(0,0,0,0.5);
	text-decoration:none;
}

.clearfix {
	clear:both;
}

h1 {
	font-size:36px;
	margin:10px 0;
}

h2 {
	font-size:21px;
	line-height:26px;
	margin:20px 0 10px;
	font-weight:700;
}

h3 {
	line-height:18px;
	line-height:26px;
	margin:20px 0 10px;
	font-weight:700;
}

b,strong {
	font-weight:700;
}

p {
	font-size:18px;
	margin:15px 0;
}

a {
	color:#f8f8f8;
}

::-moz-selection {
	background:#FF4338;
	color:#f8f8f8;
}

::selection {
	background:#FF4338;
	color:#f8f8f8;
}

.bottom_up {
	position:relative;
	display:block;
	color:#acaeb3;
	margin-top:40px;
	width:100%;
	height:70px;
	background:url(/content/img/arrow_up.svg) center center no-repeat;
	background-size:25px 40px;
}

.grid {
	width:100%;
}

.grid .btn_work {
	float:left;
	width:25%;
	overflow:hidden;
}

.grid .btn_work a {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	transition:all .3s ease-in-out;
	transform:scale(1);
	z-index:0;
}

.grid .btn_work a:hover {
	display:block;
	transition:all .3s ease-in-out;
	transform:scale(1.2);
}

.grid .btn_work #title_hover {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.6);
	color:#fff;
	z-index:999;
	opacity:0;
	box-sizing:border-box;
}

.grid .btn_work #title_hover span {
	position:absolute;
	top:50%;
	left:50%;
	font-size:21px;
	transform:translate(-50%,-50%);
}

.grid .btn_work #title_hover:hover {
	color:#fff;
	opacity:1;
}

.hide #title_hover {
	color:#fff!important;
	opacity:1!important;
}

.btn_work .projectThumb {
	width:100%;
	height:auto;
	display:block;
}

.hide {
	display:none!important;
}

.btn-gonder,input,select,textarea {
	width:100%;
	padding:14px;
	-webkit-appearance:none;
}

#media {
	width:100%;
	max-width:1024px;
	text-align:center;
	display:block;
	margin:0 auto;
}

.image {
	display:flex;
	align-items:center;
	text-align:center;
	width:100%;
	height:100%;
	padding: 1% 0;
}

.image img {
	display:inline-flex;
	width:100%;
	height:100%;
	object-fit:contain;
}
}

.right {
	float:right;
}

.btn {
	display:inline-block;
	font-weight:700;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	border:3px solid transparent;
	white-space:nowrap;
	font-size:22px;
	user-select:none;
}

.btn-gonder {
	position:relative;
	display:block;
	margin:4px auto!important;
	color:#f8f8f8;
	background:#303441;
	border-radius:0;
}

.btn-gonder:hover {
	background:#ee1b2d;
}

input,select,textarea {
	background:0 0;
	margin:7px 0;
	font-size:14px;
	border:3px solid silver;
	font-family:inherit;
	border-radius:0;
	box-sizing:border-box;
}

input:focus,select:focus,textarea:focus {
	outline:0;
	border:3px solid #2e323f;
}

.uyari {
	font-size:16px;
	margin:-3px 0 5px;
	color:#ee1b2d;
}

.sonuc {
	color:#2e323f;
}

@media only screen and (max-width:1280px) {
	.grid .btn_work {
		width:33.3333333%;
	}
}

@media only screen and (max-width:460px) {
	.grid .btn_work {
		width:50%;
	}

	nav {
		padding:20px;
	}
}