html,body {
	font-family:'Montserrat',sans-serif;
	font-weight:400;
	background:#f8f8f8;
	color:#333;
}

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

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

.full_container {
	position:relative;
}

.start {
	margin:0 auto;
	position:relative;
	height:330px;
	width:100%;
	text-align:center;
}

.name {
	margin-top:80px;
	font-weight:700;
	font-size:38px;
	text-align:center;
	color:#ec1b2e;
}

.skill {
	margin-top:10px;
	font-size:24px;
	text-align:center;
}

.umbrella {
	display:block;
	margin:auto;
	width:75px;
	height:65px;
	font-weight:700;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	background:url(/content/img/umbrella.svg) center center no-repeat;
	background-size:65px 55px;
}

.umbrella:hover {
	background-size:75px 65px;
}

.start .plus {
	position:absolute;
	width:60px;
	height:60px;
	left:292px;
	top:185px;
	background:url(/content/img/plus.svg) center center no-repeat;
	background-size:60px 60px;
}

.start .equals {
	position:absolute;
	width:40px;
	height:36px;
	left:409px;
	top:302px;
	background:url(/content/img/equals.svg) center center no-repeat;
	background-size:40px 36px;
}

.scroll_down {
	border-top:3px solid #acaeb3;
	padding-top:20px;
	display:block;
	position:absolute;
	text-align:center;
	color:#acaeb3;
	width:100%;
	height:75px;
	bottom:0;
	background:url(/content/img/arrow_down.svg) center 40px no-repeat;
	background-size:25px 40px;
}

.scroll_down span,.title span,.skill span {
	color:#ec1b2e;
}

.noSelect {
	user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}

h1 {
	font-weight:700;
	font-size:36px;
	line-height:36px;
	margin:10px 0;
}

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

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

b,strong {
	font-weight:700;
}

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

a {
	color:#303441;
}

a:hover {
	color:#ec1b2e;
}

.anchor {
	clear:both;
	display:block;
	width:100%;
	height:60px;
}

.title {
	position:relative;
	display:block;
	width:100%;
	height:30px;
	text-align:center;
	font-size:36px;
	margin-top:50px;
	margin-bottom:50px;
	font-weight:700;
}

.iletisim a {
	color:#303441;
}

.content {
	width:100%;
	margin:0 auto 30px;
	text-align:center!important;
	font-size:18px;
	line-height:26px;
}

.contact_container {
	max-width:640px;
	padding:0 10px;
	margin:0 auto 30px;
	text-align:left;
	font-size:26px;
	line-height:26px;
}

.contact_form {
	width:100%;
	margin:0 auto;
	font-size:16px;
	line-height:20px;
}

.form {
	float:left;
	width:660px;
}

.main_container {
	width:100%;
}

.top_menu_img {
	background:url(/content/img/umbrella.svg) center center no-repeat;
	width:100%;
	height:100px;
}

.top_menu_outer {
	background:rgba(248,248,248,0.9);
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}

.top_menu_outer .top_menu {
	position:relative;
	margin:0 auto;
	text-align:center;
	max-width:1550px;
	min-width:640px;
	height:60px;
}

.top_menu a {
	color:#303441;
	font-size:16px;
	text-decoration:none;
	padding:22px 10px 0;
	display:block;
}

.top_menu a img {
	margin-top:-7px;
}

.top_menu a:hover {
	color:#ec1b2e;
}

ul li.current a {
	color:#ec1b2e;
}

.social_container {
	width:100%;
}

.social_container .btn_social {
	display:block;
	width:60px;
	height:60px;
	margin-right:10px;
	margin-bottom:40px;
	float:left;
	cursor:pointer;
	opacity:.5;
}

.social_container .btn_social:hover {
	opacity:1;
}

.social_container .behance {
	background:url(/content/img/scl_behance.svg) center center no-repeat;
}

.social_container .facebook {
	background:url(/content/img/scl_facebook.svg) center center no-repeat;
}

.social_container .twitter {
	background:url(/content/img/scl_twitter.svg) center center no-repeat;
}

.social_container .linkedin {
	background:url(/content/img/scl_linkedin.svg) center center no-repeat;
}

.social_container .instagram {
	background:url(/content/img/scl_instagram.svg) center center no-repeat;
}

.social_container .pinterest {
	background:url(/content/img/scl_pinterest.svg) center center no-repeat;
}

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

@media only screen and (max-width: 1550px) {
	#container,.top_menu_outer .top_menu {
		width:1280px!important;
	}
}

@media only screen and (max-width: 1300px) {
	#container,.top_menu_outer .top_menu {
		width:960px!important;
	}
}

@media only screen and (max-width: 980px) {
	#container,.top_menu_outer .top_menu {
		width:640px!important;
	}
}

/* Layout */
#container {
	position:relative;
	margin:0 auto;
	max-width:1600px;
	min-width:640px;
}

.page_header {
	position:relative;
	display:block;
	margin-top:60px;
	padding:30px 0;
	float:left;
	width:100%;
	text-align:center;
	font-size:2.2em;
}

#navigation {
	position:relative;
	margin:0 auto;
}

#btn_work {
	display:block;
	float:left;
	margin:10px;
	width:300px;
	height:210px;
	overflow:hidden;
	position:relative;
	outline:1px solid silver;
}

#btn_work:hover {
	outline:1px solid #ec1b2e;
}

#btn_work .digi {
	background:transparent;
}

#btn_work .digi {
	width:100%;
	height:20px;
	position:absolute;
	top:0;
	left:0;
	background:rgba(191,191,191,0.9) url(/content/img/icon_digi2.svg) left center no-repeat;
}

#title_hover {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:88%;
	height:90%;
	background:rgba(238,27,45,0.8);
	color:#fff;
	z-index:999;
	text-align:left;
	line-height:26px;
	padding:5% 6%;
	font-size:21px;
	opacity:0;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

#title_hover:hover {
	color:#fff;
	opacity:1;
}

.projectThumb {
	width:300px;
}

div.description {
	width:100%;
	max-width:800px;
	margin:30px auto;
	text-align:left;
}

div#contentwork {
	float:right;
	width:100%;
}

#media {
	margin:10px;
	text-align:center;
}

#media p {
	text-align:left;
}

#media img {
	margin:10px 0;
	width:100%;
}

.view_source {
	display:block;
	border:3px solid #303441;
	padding:15px 30px;
	margin:10px auto;
	width:300px;
	font-size:22px;
	text-align:center;
	text-decoration:none;
}

.view_source:hover {
	border:3px solid #ec1b2e;
}

.media {
	position:relative;
	float:left;
	max-width:100%;
}

#hide,.hide {
	display:none!important;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clearfix {
	clear:both;
}

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

.btn-gonder {
	position:relative;
	display:block;
	margin:4px auto!important;
	width:100%;
	padding:14px;
	color:#f8f8f8;
	background:#303441;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border-radius:0;
}

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

form td {
	padding-right:34px!important;
}

input,textarea,select {
	width:100%;
	background:transparent;
	padding:14px;
	margin:7px 0;
	font-size:14px;
	border:3px solid silver;
	font-family:inherit;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border-radius:0;
	box-sizing: content-box;
}

input:focus,textarea:focus,select:focus {
	outline:none;
	border:3px solid #303441;
}

.uyari {
	color:#ee1b2d;
}

.sonuc {
	text-align:center;
	color:#2e323f;
}