@charset "UTF-8";
/* CSS Document */

* {
	outline: none;
}
html, body {
	padding: 0;
	margin: 0;
}
body {
	margin: 15px;
	font-family: "Work Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}
a {
	color: #E94362;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
h1 {
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 60px;
}
h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #E94362;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 16px;
	margin-bottom: 3px;
}
.nopadding {
	padding: 0;
}
.ad {
	letter-spacing: 3px;
	padding: 30px;
	font-weight: 300;
}
.ad small {
	font-size: 50px;
	color: #000;
}
.unvan {
	text-align: center;
	font-size: 20px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin: 40px 0;
	width: 100%;
}
#hakkimda h6 {
	margin-top: 20px;
}
.baslik {
	display: block;
	border-bottom: 1px solid #E94362;
	margin-bottom: 20px;
}
.eskiis {
	font-weight: 600;
}
.fa-star-o {
	color: rgba(232,66,97,0.3);
	padding: 0 2px;
}
.ornekkapsa {
	padding: 0 15px 0 0;
}
.ornek {
	border: 1px solid #E2E2E2;
	margin-bottom: 30px;
  -o-transition: border .2s ease-in;
  -ms-transition: border .2s ease-in;
  -moz-transition: border .2s ease-in;
  -webkit-transition: border .2s ease-in;
  transition: border .2s ease-in;
}
.ornekic {
	margin: 5px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat;
}
.ornekicyazi {
  vertical-align: middle;
  line-height: 22px;      
	background-color: rgba(232,66,97,0.9);
	text-align: center;
	color: #FFF;
	opacity: 0;
  -o-transition: opacity .2s ease-in;
  -ms-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
	height: 200px;
}
.ornekicyazi_yazi {
	position: relative;
	top: 30%;
}
.ornekicyazi h5 {
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	/*font-weight: 600;*/
	color: #FFF;
	letter-spacing: 1px;
}
.aciklama {
	font-weight: 300;
}
.ornekic:hover .ornekicyazi {
	cursor: pointer;
	opacity: 1;
}
.ornek:hover {
	border: 1px solid #E94362;
	cursor: pointer;
}
#iletisim a {
	color: #000;
}
#iletisim a:hover {
	color: #E94362;
}
.fa-behance, .fa-facebook, .fa-twitter, .fa-instagram {
	font-size: 20px !important;
	margin: 0 10px 0 0;
}
@media all and (max-width: 1024px) {
	#hakkimda {
		margin-top: 40px;
	}
}
@media all and (max-width: 1199px) {
}
@media all and (max-width: 991px) {
}
@media all and (max-width: 767px) {
	#calismalarim {
		margin-top: 40px;
	}
}
@media all and (max-width: 600px) {
	.ornekicyazi {
		height: 140px;
	}
	.unvan {
		font-size: 14px;
		padding: 5px 0;
	}
	.ad {
		padding: 0px;
		font-size: 36px;
	}
	.ad small {
		font-size: 30px;
		color: #000;
	}
	.baslik {
		font-size: 16px;
	}
}
@media all and (max-width: 480px) {
	.unvan {
		font-size: 12px;
		padding: 3px 0;
	}
	.ornekicyazi h5 {
		font-size: 16px;
		line-height: 18px;
	}
	.aciklama {
		font-size: 13px;
		line-height: 14px;
	}
}