@charset "utf-8";

* {
	margin:0px;
	padding:0;
	text-decoration:none;
}
textarea{
	resize:none;
}
:focus {
	outline:0;
}
a{
	color:inherit;
}
a:hover{
}
a:visited{
	color:inherit;
}
html, body {
	width:100%;
	height:100%;
} 
body{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:12px;
}

.tepemenu {
	width:100%;
	margin-top:20px;
		margin-bottom:20px;
	}

.logo {
	float:left;	
	}
	
.sitemenu {
	float:right;	
	}

.anacerceve {
	max-width:1220px;
	margin:0 auto;
	width:100%;
	box-sizing:border-box;	
	}
	
.solliste {
	background-color:#24b6ba;
	padding:10px;
	float:left;
	width:20%;
	position:absolute;
	z-index:5;
	left:30px;
	top:30px;
	min-width:150px;
	}
	
.solliste ul {
	list-style:none;
	}
	
.solliste ul li {
	display:block;
	float:left;
	width:100%;
	}
	
.solliste ul li a {
	color:#fff;
	padding:9px;
	float:left;
	width:90%;
	border-bottom:1px solid #19a1a5;
	}
	
.solliste ul li a:hover {
	background-color:#fbdf1c;
	color:#19a1a5;
	}
	
.kategoriler {
	width:100%;
	margin:40px 0;
	}
	
.kategoriler ul {
	list-style:none;
	}
	
.kategoriler ul li {
	display:inline;
	float:left;
	width:32%;
	min-height:200px;
	margin:5px;
	}		
	
.anabanner {
	width:100%;
	position:relative;
	}
	
.aciklamalar {
	float:left;
	width:100%;	
	}	
	
.aciklamalar h1 {
	float:left;
	width:100%;
	font-size:36px;
	color:#daa520;
	font-weight:bold;
	letter-spacing:0;
	}
	
.aciklamalar p {
	float:left;
	width:100%;
	color:#222222;
	font-weight:normal;
	font-size:15px;
	}
	
.aciklamalar_foto {
	width:100%;
	float:left;	
	}
	
.aciklamalar_foto img {
	width:100%;	
	}					
	
.bannerimaj {
	width:100%;
	float:left;
	}	
		
.temiz {
	clear:both;	
	}
	
.ortabanner {
	float:left;
	width:100%;
	}
	
.ortabanner ul {
	list-style:none;
	}
	
.ortabanner ul li {
	display:block;
	float:left;
	width:24%;
	margin-right:10px;
	}

.ortabanner ul li img {
	width:100%;
	height:auto;
	border:3px solid transparent;
	}
						
.ortabanner ul li img:hover {
	border:3px solid #333333;
	-webkit-transition: border .4s ease-in;
       -o-transition: border .4s ease-in;
          transition: border .4s ease-in;
	}
	
.foo img:last-child{display:none; }
.foo:hover img:first-child{display:none; }
.foo:hover img:last-child{display:inline-block;}	

.ayrac {
	float:left;
	width:100%;
	border-bottom:1px solid #dbdbdb;
	margin-bottom:10px;	
	}
	
.ayrac h1 {
	color:#828282;
	font-size:20px;
	padding:5px;	
	}	
	
.footerust {
	width:100%;
	background-color:#000;
	padding:15px 0 15px 0;
	float:left;
	}
	
.sayfapaylas {
	float:left;
	margin-left:15%;
	}
	
.sayfapaylas p {
	color:#FFF;
	font-size:14px;
	font-weight:400;
	float:left;
	}

.sosyal {
	float:left;	
	}
	
.koraysporlogo {
	float:right;	
	margin-right:15%;
	}		

.ticarihaklar {
	margin:0 auto;
	text-align:center;
	font-size:11px;
	color:#cfcfcf;
	border-top:1px solid #3b3b3b;
	padding:20px 5px;
	width:100%;
	background-color:#000;
	}
	
.tiempovideo {
	width:100%;
	height:800px; 
	float:left;
	}	

	
.modeller {
	margin:0 auto;	
	}
.modellistele {
	float:right;	
	}	
.modellistele ul {
	list-style:none;	
	}	 		
.modellistele ul li {
    display: inline;
	}
	
.modellistele ul li a {
	padding:10px 15px;
	float:left;
	background: #b12d10;
	}	
	
.modellistele ul li a:hover {
    background: #000;
	}	
	
.modellistele ul li:first-child a {
   	background: #000;
	}	
	
@media (min-width: 768px) {
  .modeller {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modeller {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modeller {
    width: 1170px;
  }
}	
	
/**/

.sosyalIcon {float:left; margin-top:10px;}
.sosyalIcon.sosyalres {display:none;}
.sosyalIcon li { float:left; width:30px; height:30px; background:url(../images/sosyalicon.png) no-repeat; margin-right:15px; margin-bottom:10px; }
.sosyalIcon li a{width:30px; height:30px; display:inline-block; cursor:pointer;}
.sosyalIcon li.fb {background:url(../images/sosyalicon.png) 0px 0 no-repeat;}
.sosyalIcon li.tw {background:url(../images/sosyalicon.png) -30px 0 no-repeat;}
.sosyalIcon li.gp {background:url(../images/sosyalicon.png) -60px 0 no-repeat;}
.sosyalIcon li.pt {background:url(../images/sosyalicon.png) -90px 0 no-repeat;}
.sosyalIcon li.rss {background:url(../images/sosyalicon.png) -120px 0 no-repeat;}
.sosyalIcon li.blog {background:url(../images/sosyalicon.png) -150px 0 no-repeat;}

.sosyalIcon li:hover {background-position-y:bottom;}											

.temiz {
	clear:both;	
	}		
	
/* media queries */
		
		@media screen and (max-width:1024px) {
			.ortabanner ul li {
				width:48%;
				}		
		}	

		@media screen and (max-width:650px) {
			.ortabanner ul li {
				width:100%;
				}
			.solliste {
				display:none;
				}	
				.kategoriler {
				box-sizing:border-box;
				padding:10px;
				}	
			.kategoriler ul li {
				width:100%;
				min-height:135px;
				}
			.aciklamalar {
				box-sizing:border-box;
				padding:10px;
				}
			.aciklamalar h1 {
				font-size:26px;
				line-height:130%;
				}
				
			.aciklamalar p {
				font-size:13px;
				}		
		}
		@media screen and (max-width:480px){
	
		}	
	
	