/*###############INDEX
01.GENEL
02.HEADER
03.ANA SAYFA
04.ICERIK
05.FOOTER
###################*/

/*#######01.GENEL########*/
body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 12px;
	/* background: url('../images/bodyBg.png') repeat;*/
	border-top: 7px solid #00157d;
}
#masthead {
	width: 982px;
	height: 120px;
	margin: 0 auto;
}
#container {
	width: 980px;
	min-height: 720px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #e1e1e1;
}
#anamenu {
	width: 980px;
	height: 42px;
	position: relative;
	z-index: 10000;
	border: 1px solid #e1e1e1;
	border-bottom-color: #666666;
	background-color: #fff;
}
#footer {
	width: 980px;
	height: 60px;
	margin: 0 auto;
	border: 1px solid #e1e1e1;
	background-color: #555;
}
#footer p {
    font-size: 17px !important;
    padding: 10px 20px;
    line-height: 22px;
    color: #f1f1f1;
    text-align: center;
}
#container .inner {
	margin: 20px;
	min-height: 300px;
}
#container .sidebar {
	width: 220px;
	margin: 20px 0 20px 20px;
	padding: 10px;
	float: left;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
}
#container .content {
	width: 670px;
	min-height: 400px;
	margin: 20px 20px 20px 0;
	float: right;
}
/*#######02.HEADER########*/
#ntepe {
	width: 980px;
	height: 32px;
	margin: -6px auto 0 auto;
	background: url(../images/tepe-bg.png) no-repeat top right;
	position: relative;
	font-size: 15px;
	color: #fff;
}
#ntepe .email {
	position: absolute;
	top: 5px;
	left: 650px;
	background: url('../images/email-icon.png') no-repeat 0px 3px;
}
#ntepe .email span {
	display: block;
	padding-left: 25px;
}
/*sosyal*/
ul.dil {
	float: right;
}
ul.dil {
	list-style-type: none;
	margin-top: 7px;
	margin-right: 30px;
}
ul.dil li {
	margin-right: 3px;
	width: 25px;
	height: 18px;
	float: left;
}
ul.dil li a {
	display: block;
	width: 25px;
	height: 18px;
	text-indent: -9999em;
}
ul.dil li a:hover {
	opacity: 0.8;
}
.blg {
	background: url(../images/flag-bg.png) no-repeat;
}
.eng {
	background: url(../images/flag-uk.png) no-repeat;
}
ul.dil li.aktif a {
	opacity: .4;
}
ul.dil li.aktif a:hover {
	opacity: 1.0;
}
/* logo */
.logo {
	float: left;
	width: 297px;
	height: 76px;
	margin: -15px 0 10px 0;
	padding: 0;
	z-index: 1000;
}
.logo h1 {
	display: block;
	width: 297px;
	height: 76px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/logo.png) no-repeat 0 0;
}
.en h1 {
	background: url(../images/logo-en.png) no-repeat 0 0;
}
.logo h1 a {
	width: 100%;
	overflow: hidden;
	height: 100%;
	display: block;
}
.menu {
	height: 42px;
	margin: 0;
	/* width: 850px; */
	float: left;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu ul li {
	position: relative;
	float: left;
}
.menu ul li a {
	display: block;
	height: 42px;
	padding: 0 10px;
	font: 12px/45px 'Oswald', sans-serif;
	color: #888;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background 190ms ease-in, color 190ms ease-in;
	-moz-transition: background 190ms ease-in, color 190ms ease-in;
	-ms-transition: background 190ms ease-in, color 190ms ease-in;
	-o-transition: background 190ms ease-in, color 190ms ease-in;
	transition: background 190ms ease-in, color 190ms ease-in;
}
.bg ul li a {
	font-family: 'PT Sans Narrow', sans-serif;
}
.menu ul:hover li.active > a {
	background: #2C2E83;
	color: #36A9E0;
}
.menu ul li.active > a, .menu ul li:hover > a, .menu ul li.active:hover > a {
	background: #666;
	color: #FFF;
}
.menu ul li a:active, .menu ul li.active a:active {
	color: #CCC;
}
.menu ul ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	padding-top: 4px;
	background: #666;
	border-bottom: solid 2px #5d5d5d;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-transition: all 210ms linear 20ms;
	-moz-transition: all 210ms linear 20ms;
	-ms-transition: all 210ms linear 20ms;
	-o-transition: all 210ms linear 20ms;
	transition: all 210ms linear 20ms;
}
.menu ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}
.menu ul ul li {
	cursor: pointer;
	border: solid 1px #5d5d5d;
	border-bottom: none;
}
.menu ul ul li a {
	width: 180px;
	height: 31px;
	padding-right: 0;
	font-size: 13px;
	color: #FFF;
	line-height: 32px;
	text-transform: none;
}
.menu ul ul li span {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 16px;
}
.menu ul ul li:hover > a {
	background: #757575;
}
.menu ul ul li a:active {
	color: #CCC;
}
.menu ul ul ul {
	top: -1px;
	left: 100%;
	padding: 0;
}
/*sosyal*/
#anamenu ul.sos {
	float: right;
}
#anamenu ul.sos {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 20px;
}
#anamenu ul.sos li {
	margin-right: 3px;
	width: 24px;
	height: 24px;
	float: left;
}
#anamenu ul.sos li a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999em;
}
#anamenu ul.sos li a:hover {
	opacity: 0.8;
}
.facebook {
	background: url(../images/facebook-sb.png) no-repeat;
}
.twitter {
	background: url(../images/twitter-sb.png) no-repeat;
}
/*#######03.ANASAYFA########*/
.kutu {
	width: 600px;
	height: 210px;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #c7c7c7;
}
.orta {
	margin: 0 9px;
	padding-left: 10px;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}
.kutu2 {
	width: 300px;
	float: left;
	margin: 5px;
	padding: 0px;
}
/*#######03.ANASAYFA########*/
#teaser {
	width: 980px;
	height: 280px;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}
/*#######04.ICERIK########*/
.sidebar h3 {
	background: #003471;
	line-height: 36px;
	padding-left: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
}
.sidebar ul {
	list-style-type: none;
}
.sidebar ul li {
	border-bottom: 1px solid #e1e1e1;
}
.sidebar li a {
	display: block;
	width: 215px;
	height: 28px;
	line-height: 28px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	padding-left: 5px;
}
.sidebar li a:hover {
	background-color: #e6e6e6;
}
/*GORSELLER*/
ul.gorsel {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.gorsel li {
	width: 210px;
	/*height: 187px;*/
	height: 157px;
	float: left;
	margin: 0 11px 20px 0;
	padding: 0;
	border: 1px solid #888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
}
ul.gorsel li img {
	display: block;
	width: 210px;
	height: 157px;
}
ul.gorsel li span {
	display: block;
	margin-top: 8px;
	width: 210px;
	text-align: center;
	font: normal 14px/14px 'Oswald', sans-serif;
	display: none !important;
}
/*---------------------------> 06.SLIDER */
#fwslider {
	position: relative;
	width: 980px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}
#fwslider .slider_container {
}
#fwslider .slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 980px;
}
#fwslider .slide img {
	display: block;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 400px;
	z-index: 1;
}
#fwslider .slidePrev {
	background: #000;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: -50px;
	opacity: 0.8;
	z-index: 10;
}
#fwslider .slidePrev span {
	background-image: url("../images/left_arrow.png");
	width: 50px;
	height: 50px;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#fwslider .slideNext {
	background: #000;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: -50px;
	opacity: 0.8;
	z-index: 10;
}
#fwslider .slideNext span {
	background-image: url("../images/right_arrow.png");
	width: 50px;
	height: 50px;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
/*
#fwslider .slidePrev {
		background:#000;
		width:50px;
		height:50px;
		position: absolute;
		top:50%;
		left:-50px;
		opacity:0.5;
		z-index: 10;
}

#fwslider .slidePrev span {
		background-image:url("../images/left_arrow.png");
		width:50px;
		height:50px;
		float:left;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		cursor: pointer;
}

#fwslider .slideNext {
		background:#000;
		width:50px;
		height:50px;
		position: absolute;
		top:50%;
		right:-50px;
		opacity:0.5;
		z-index: 10;
}

#fwslider .slideNext span {
		background-image:url("../images/right_arrow.png");
		width:50px;
		height:50px;
		float:left;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		cursor: pointer;
}
*/

#fwslider .timers {
	height: 12px;
	position: absolute;
	bottom: 5px;
	right: 0px;
	z-index: 3;
	opacity: 0.9;
}
#fwslider .timer {
	height: 12px;
	width: 48px;
	background: #000; /*#000 url(../images/prog-bg2.png) no-repeat;*/
	float: left;
	margin-right: 2px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-khtml-border-radius: 1px;
}
#fwslider .progress {
	height: 12px;
	width: 0%;
	background: #2C2E83;
	float: left;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-khtml-border-radius: 1px;
}
#fwslider .slide_content {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
#fwslider .slide_content_wrap {
	max-width: 980px;
	margin: 15% auto;
}
#fwslider .title {
	opacity: 0;
	color: #fff;
	font-size: 36px;
	background: #000;
	padding: 10px;
	float: left;
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 400;
}
#fwslider .description {
	color: #fff;
	background: #444;
	padding: 10px 20px;
	clear: both;
	position: absolute;
	top: 176px;
	left: 54px;
	height: 28px;
	font: bold 28px/28px 'PT Sans Narrow', sans-serif !important;
	opacity: .8;
	text-transform: uppercase;
}
#fwslider .readmore {
	opacity: 0;
	clear: both;
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	color: #919191;
	background: #000;
	padding: 10px;
	text-decoration: none;
	margin-top: 2px;
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 400;
}
#fwslider .readmore:hover {
	color: #fff;
}

@media only screen and (min-width:720px) and (max-width: 1300px) {
#fwslider .slide_content_wrap {
	margin-left: 50px;
	margin-top: 15%;
}
#fwslider .title {
	font-size: 26px;
}
#fwslider .description {
	font-size: 12px;
}
}

@media only screen and (max-width:719px) {
#fwslider .slide_content_wrap {
	display: none;
}
#fwslider .timers {
	display: none;
}
#fwslider .slide_content {
	cursor: pointer;
}
}
