html, body { height: 100%; }

body {
	background: #ffffff;
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

blockquote {padding: 16px; background: #eee;}


.logo {
	/*position: absolute;*/
	z-index: 999;
	display: block;
	width: 260px;
	height: 40px;
	background: url("../img/kontrast_iletisim_logo.svg") no-repeat center;
	text-indent: -9999px;
	margin: 30px 50px;
	/*filter: drop-shadow(3px 3px 5px rgba(255, 255, 255, 1));*/
}

.logo a {
	display: block;
	line-height: 40px;
}

.intro {
	position: relative;
	background: #f4f4f4;
}

.plyr.plyr--stopped .plyr__controls { display: none; }
.plyr__controls { display: none !important; }



.plyr__control svg {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.81);
            transform: scale(0.81);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.77);
            transform: scale(0.77);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


section header {
	text-align: center;
	padding: 50px;
}
section header h2 {
	font-size: 24px;
	font-weight: bold;
	color: #e6aa00;
	margin-bottom: 20px;
}
section header p {
	color: #aaaaaa;
	line-height: 1.7em;
}
section header p span {
	font-size: 22px;
}

.markalar {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	max-width: 955px;
	margin: auto;
}
.markalar li {
	max-width: 180px;
	margin: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ekibimiz {
	background: #aaaaaa;
}
.ekibimiz header {
	background: #ffffff;
}
.ekip {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	max-width: 955px;
	margin: auto;
}
.ekip li {
	max-width: 90px;
	margin: 0 10px 10px 10px;
}
.ekip a {
	display: block;
}
.ekip h3 {
	font-weight: 700;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.25em;
	margin-bottom: 3px;
}
.ekip p {
	color: #ffffff;
	font-size: 10px;
	line-height: 1.25em;
	margin-bottom: 5px;
}

.swiper-slide {
	text-align: center;
}

footer {
	color: #ffffff;
	background: #aaaaaa;
	text-align: center;
	padding: 40px 20px;
}
footer small {
	font-size: 12px;
}


.iletisim {
	background: #aaaaaa;
	text-align: center;
	padding: 40px 20px;
}

.iletisim h4 {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 20px;
}
.iletisim h4 a {
	color: #ffffff;
	text-decoration: none;
}

.iletisimForm {
	max-width: 650px;
	margin: 0 auto 30px auto;
	position: relative;
	z-index: 1;
}

.iletisimForm ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.iletisimForm ul li {
	flex-basis: 50%;
	padding: 5px;
}
.iletisimForm ul li:nth-child(5),
.iletisimForm ul li:nth-child(6),
.iletisimForm ul li:nth-child(7) {
	flex-basis: 100%;
}

.iletisimForm input {
	width: 100%;
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	line-height: 1em;
	padding: 8px;
	
	border: 0;
	border-left: 3px solid #aaaaaa;
	outline: none;
}

.iletisimForm textarea {
	width: 100%;
	min-height: 100px;
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	padding: 8px;
	
	border: 0;
	border-left: 3px solid #aaaaaa;
	outline: none;
}

.iletisimForm input:focus,
.iletisimForm textarea:focus {
	border-color: #e6aa00;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);	
}

.iletisimForm input[type="submit"] {
	color: white;
	background: #e6aa00;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 50%;
}

.desktop_hide {
	display: none;
}

#iletisim_msg_ok {
	display: none;
	width: 100%;
	background: green;
	color: white;
	padding: 10px;
}
#iletisim_msg_fail {
	display: none;
	width: 100%;
	background: red;
	color: white;
	padding: 10px;
}

/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {

.logo {
	width: 154px;
	height: 24px;
	margin: 15px 15px;
}
section header {
	padding: 30px;
}	
.markalar li {
	max-width: 140px;
}
.iletisimForm ul li {
	flex-basis: 100%;
}
.iletisimForm input[type="submit"] {
	width: 100%;
}
	.mobile_hide {
		display: none;
	}
	.desktop_hide {
		display: block;
	}

}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}