@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald:400,700&subset=latin,latin-ext);
iframe{
	width: 100%;
}
body{
	background-image: url(../images/slider1.jpg);
	background-size: 100%;
	font-family: open Sans;
	background-attachment: fixed;
	background-color: #272822;
}
ul{
	display: none;
}
#sorular{
	padding:15px;
	background-color: #1F1F1F;
	color:#fff;
	text-align: left;
	border:solid 2px #939393;

}
#ad,#soru{
	margin:2px;
	padding:2px;
	border: solid 1px #282828;
}
#canli{
	display: none;
	transition:all 900ms;
}
#cevap{
	background-color: #265425;
	margin-left: 15px;
	padding:4px;
	border: solid 1px #282828;
}
#canli img{
	width: 100px;
	transition:all 900ms;
	opacity: 0.8;
}
#canli img:hover{
	width: 120px;
	transition:all 900ms;
	cursor: pointer;
}
#middle ul{
	margin:auto;
	padding: 10px;
	z-index: 111111;
	display: none;
	background-color: #BE0E12;
	width: 150px;
}
#middle ul li{
	list-style: none;
}
#middle ul li:hover{
	list-style: none;
	background-color: #366C15;
}
#big{
	width: 100%;
	height: 100%;
	display: table;
	font-size: 16px;
	background-image: url(../images/slider1.jpg);
	background-size: 100%;
	position: absolute;
	transition:all 900ms;
	font-family: Open Sans;
	font-weight: 10;
	top:0;
	left:0;
}
#golge{
	box-shadow: 0 0 25px rgb(24, 24, 24),0 0 96px black;
	height: 180px;
	transition:all 3s;
	border-bottom: solid 9px #5E0C0C;
	border-top: solid 1px #5E0C0C;
	margin-top: 19px;
}
#middle{
	display: table-cell;
	height: 200px;
	vertical-align: middle;
	color:#fff;
	transition:all 3s;
	text-align: center;
}
#icerik #middle{
	display: block !important;
}
#box{
	width: 14.28%;
	height: 180px;
	background-color: #CD070D;
	color: #fff;
	padding: 
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	float:left;
	transition:all 200ms;
}
#box:hover{
	opacity: 0.9;
	cursor: pointer;
	transition:all 200ms;
	background-color: rgb(23, 82, 7);
}
#box span img{
	width: 35px;
	margin-top:40px;
}
#box .text{
	height: 98px;
	margin: 1px;
	font-weight: 600;
	line-height: 98px;
	background-color: rgb(199, 5, 5);
	vertical-align: middle;
	display: block;
	

}
#box .text:hover{
}
input[type="submit"]{
	padding: 15px;
	margin-bottom: 0;
	font-size: 14px;
	box-shadow: -3px 5px 12px rgb(68, 68, 68),inset 0 18px 31px #FFF;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	line-height: 1.42857143;
	background-color: rgb(226, 226, 226);
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	height: 51px;
	-moz-user-select: none;
	font-family: Open Sans;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #A09191;
}
#icerik{
	width: 1100px;
	min-height: 500px;
	height: auto;
	padding: 15px;
	margin:auto;
}
#ropbox{
	transition:all 200ms;
	width: 350px;
	height: auto;
	min-height: 250px;
	float:left;
	background-color: #fff;
	position: relative;
	margin-right: 4px;
	color:#262721;
	margin-top: 15px;
	border-bottom: solid 6px #242424;
}
#ropbox:hover{
	border-bottom: solid 6px #A81115;
	transition:all 200ms;
}
.play{
	position: absolute;
	left: 32%;
	top: 22%;
}
.play:hover{
	box-shadow: 0 0 85px red;
	opacity: 0.8;
	cursor: pointer;
}
#title{
	padding-bottom: 25px;
	padding-top:15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	font-weight: 100;
	font-family: Oswald;
}
label{
	margin:8px;
}
input[type="submit"] {
	margin:8px;
	width: 40% !important;
}
input[type="text"]  {
  padding: 15px;
  width: 40% !important;
  margin:8px;
  font-family: Open Sans;
  height: 9px;
  border: solid 5px #c9c9c9;
  box-shadow: inset 0 0 0 1px #707070,0 0 55px black;
  transition: box-shadow 0.3s, border 0.3s;
}
textarea{
  padding: 8px;
  width: 40% !important;
  margin:8px;
  font-family: Open Sans;
  
  border: solid 5px #c9c9c9;
  box-shadow: inset 0 0 0 1px #707070,0 0 55px black;
  transition: box-shadow 0.3s, border 0.3s;
}
input[type="text"]:focus,
input[type="text"].focus {
  border: solid 5px #969696;
}
@media screen and (max-width: 700px) {
	
	input[type="submit"] {
	margin:8px;
	width: 80% !important;
}
input[type="text"]  {
  padding: 15px;
  width: 80% !important;
  margin:8px;
  font-family: Open Sans;
  height: 9px;
  border: solid 5px #c9c9c9;
  box-shadow: inset 0 0 0 1px #707070,0 0 55px black;
  transition: box-shadow 0.3s, border 0.3s;
}
textarea{
  padding: 8px;
  width: 80% !important;
  margin:8px;
  font-family: Open Sans;
  
  border: solid 5px #c9c9c9;
  box-shadow: inset 0 0 0 1px #707070,0 0 55px black;
  transition: box-shadow 0.3s, border 0.3s;
}
	#leftz{
		width: 80% !important;
		border:none !important;
	}
	#rightz{
		float: none !important;
		padding-top: 29px;
		width: 80% !important;
	}
	textarea{
		width: 100%;
	}
	input{
		width: 100% !important;
		margin-top:5px;
		margin-bottom:5px;
	}
	.stataciklama img{
		width: 100% !important;
		height: 100% !important;
	}
	#menu{
		padding: 5px;
	}
	.kucuk{
		width: auto !important;
		margin:auto;
		margin-top: 4px;
		display: block;
	}
	.stat{
	padding: 25px;
	height: 79px;
	}
   #box{
	width: 100%;
	height: 180px;
	background-color: #CD070D;
	color: #fff;
	text-align: center;
	border-bottom-left-radius: 0px !important;
	transition:all 200ms;
	border-bottom: solid 1px black;
}
#box:hover{
	opacity: 0.9;
	cursor: pointer;
	transition:all 200ms;
	background-color: rgb(23, 82, 7);
}
#box span img{
	width: 35px;
	margin-top:40px;
}
#box .text{
	height: 98px;
	margin: 1px;
	width:100% important; 
	background-color: rgb(199, 5, 5);
	line-height: 98px;
	display: block;
}
#big{
	font-size: 17px;
	width: 100%;
	background-image: url(../images/slider1.jpg);
	background-repeat: ;
	}
#golge{
	width: 100%;
}
#middle{
	width: 100%;
	position: absolute;
	display: block;
}
#icerik{
	width: 100%;
	min-height: 500px;
	height: auto;
	padding: 0 !important;
	margin:0;
	left: -0;
	right: 0;
	position: absolute;
}
#icerik .stat{
	width: 100%;
}
#ropbox{
	transition:all 100ms;
	width:100%;
	left: 0;
	right: 0;
	height: auto;
	min-height: 250px;
	background-color: #fff;
	color:#262721;
	border-bottom: solid 3px #242424;
}
#ropbox input{
	width: 100%;
	position: relative;
}
#image #kapak{
	width: 100%;
}

}
