/*+clearfix {*/
H1:after, #wrapper:after, #content:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
H1, #wrapper, #content
{
	display: block;
	*height: 1px;
}
@media (max-width: 480px)
{
	BODY .page-haber .haber-images:after
	{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		font-size: 0;
	}
	BODY .page-haber .haber-images
	{
		display: block;
		*height: 1px;
	}
}
/*+}*/
BODY
{
	color: #323232;
	line-height: 1.5em;
	font-family: renaissance, sans-serif, arial;
	font-size: 1em;
	height: 100%;
	background-color: #FFF;
}
A:link, A:visited
{
	color: #068BCF;
	text-decoration: none;
}
A:hover
{
	color: #0074D6;
	text-decoration: none;
}
H1, H2, H3, H4, H5, H6
{
	margin: 0;
	padding: 0;
	color: #004B8C;
	font-weight: normal;
}
H1 A:link, H2 A:link, H3 A:link, H4 A:link, H5 A:link, H6 A:link
{
	color: #000000;
}
H1 A:visited, H2 A:visited, H3 A:visited, H4 A:visited, H5 A:visited, H6 A:visited
{
	color: #000000;
}
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover
{
	color: inherit;
}
/*[clearfix]*/
H1
{
	font-size: 2.25em;
	font-weight: 300;
	margin: 1.2em 0 0.5px;
}
H2
{
	margin: 1.2em 0 0.5em;
	font-size: 2em;
}
H3
{
	margin: 1em 0 0.5em;
	margin: 1em 0 0.5em;
	font-size: 1.7em;
	font-weight: 300;
}
H4
{
	margin: 1em 0 0.5em;
	font-size: 1.5em;
}
H5
{
	margin: 1em 0 0.5em;
	font-size: 1.25em;
	font-weight: normal;
}
H6
{
	margin: 1em 0 0.5em;
	font-size: 1.15em;
	font-weight: 600;
}
.stage P, .stage LI, .stage TD, .stage TH
{
	font-weight: 400;
	/*color: #000000;*/
}
.page-title
{
	margin: 0;
}
.layout-B .page-title, .layout-D .page-title
{
	/*display: none;*/
}
#content .layout-B .stage-0 > .body
{
	/*max-width: 720px;*/
	margin: auto;
}
BLOCKQUOTE
{
	font-size: 1.3856em;
	font-weight: lighter;
}
/*Layout
-- stages-------*/
#wrapper, #wrapper-content
{
}
/*[clearfix]*/
#wrapper
{
	min-height: 100%;
	background-color: #004B8C;
}
#wrapper-content
{
	position: relative;
	background-color: #E4E4E4;
	background-repeat: repeat;
	padding-top: 25px;
}
#pbody
{
	position: relative;
	margin: 0 auto;
	height: 100%;
	max-width: 1170px;
	background-color: #FFFFFF;
}
.pre-top
{
	border-bottom: 1px solid #EAE9E9;
	margin-top: -16px;
	overflow: auto;
	display: none;
}
.pre-top P
{
	margin: 0px;
}
.pre-top > .wrap
{
	max-width: 1170px;
	margin: auto;
}
.pre-top .columns
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#top
{
	height: 80px;
	border-bottom: 1px solid #D7D7D7;
	padding: 1px 0 0px;
	width: auto;
	background-color: rgba(255, 255, 255, 0.95);
	/*+box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.650);*/
	-moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.650);
	-webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.650);
	box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.650);
	-webkit-transition: background-color 0.5s ease, height 0.5s ease;
	transition: background-color 0.5s ease, height 0.5s ease;
}
#top.opak
{
	background-color: rgba(255, 255, 255, 1);
}
#top.fixed
{
	height: 42px;
	/*(*+box-shadow: 0 0 30px -9px rgba(0, 0, 0, 0.650);*)
							-moz-box-shadow: 0 0 30px -9px rgba(0, 0, 0, 0.650);
							-webkit-box-shadow: 0 0 30px -9px rgba(0, 0, 0, 0.650);
							box-shadow: 0 0 30px -9px rgba(0, 0, 0, 0.650);*/
}
#top.fixed .logo-overlay
{
	height: 40px;
	line-height: 40px;
	width: 34px;
	overflow: hidden;
}
.logo-overlay
{
	height: 80px;
	line-height: 80px;
	float: left;
	width: 195px;
	-webkit-transition: width 0.5s ease, height 0.5s ease, line-height 0.5s ease;
	transition: width 0.5s ease, height 0.5s ease, line-height 0.5s ease;
}
.logo-overlay IMG
{
	transition: height 0.5s ease;
	height: 42px;
}
#top.fixed .logo-overlay IMG
{
	height: 30px;
}
.site-title
{
	display: none;
}
#flags .txt
{
	position: relative;
	float: right;
	margin: 28px 0 0 30px;
	font-size: 0.85em;
	font-weight: 200;
	-webkit-transition: margin 0.5s ease;
	transition: margin 0.5s ease;
}
#top.fixed #flags .txt
{
	margin-top: 10px;
}
#flags .txt A:link, #flags .txt A:visited
{
	color: #3A3A3A;
	display: inline-block;
	padding: 0 7px;
}
#flags .txt .active A
{
	font-weight: 600;
}
#flags .drop-down
{
	width: 115px;
	position: relative;
	float: right;
	height: 68px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px 0px 0px;
	font-weight: 300;
	font-size: 0.95em;
}
#top.fixed #flags .drop-down
{
	background-repeat: no-repeat;
	margin: -12px 0px 0px;
}
#flags .lang-selector
{
	width: 115px;
	position: absolute;
	top: 24px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	width: 115px;
	color: #606060;
}
#flags .lang-selector LI:first-of-type
{
	background-image: url(imgeler/arrow_down02.gif);
	background-repeat: no-repeat;
	background-position: 93% center;
	text-align: justify;
	margin-top: 0px;
	margin-left: 17px;
}
#flags .lang-selector, #flags .lang-selector LI
{
	list-style: none;
	padding: 0;
	margin: 0;
	cursor: default;
}
#flags .lang-selector.open
{
	top: 21px;
	left: -10px;
	height: auto;
	border-bottom: none;
	box-shadow: 0px 3px 12px -5px #4D4D4D;
	width: 120px;
	z-index: 100000;
}
#flags .lang-selector.open LI
{
	list-style: none;
	padding: 3px 8px;
	margin: -1px 0 0;
	background-color: #FFFFFF;
	border: 1px solid #DCD8D8;
	text-align: left;
}
#flags .lang-selector.open LI:first-of-type
{
	margin: 0;
	background-color: transparent;
	border: none;
	text-align: left;
}
#flags .lang-selector A:link, #flags .lang-selector A:visited
{
	color: #000000;
	display: block;
}
#flags IMG
{
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	margin-top: -2px;
}
#flags .listed
{
	float: right;
	margin: 27px 0px 0px 25px;
	-webkit-transition: margin 1s ease;
	transition: margin 1s ease;
}
#top.fixed #flags .listed
{
	margin-top: 14px;
}
#flags .listed IMG
{
	border: 1px solid #C0CDEA;
	padding: 2px;
	background-color: #FFF;
	margin: 0;
}
#top.fixed #flags .listed IMG
{
	border: none;
	padding: 3px;
	background-color: #8CBAD2;
	margin: 0;
}
.site-search-wrap
{
	float: right;
	margin: -1px -16px 0px 20px;
}
.site-search
{
	background-color: #EAEAEA;
	height: 26px;
}
.site-search .text
{
	background-color: transparent;
	border: none;
	color: #828282;
	font-size: 0.8em;
	padding: 2px 0px 0 10px;
	width: 115px;
}
.site-search .text:focus
{
	border: none;
	box-shadow: none;
}
.site-search INPUT.ara
{
	border: none;
	background-color: transparent;
	font-size: 0;
	width: 25px;
	height: 25px;
	background-image: url(imgeler/ara-s.png);
	vertical-align: middle;
	cursor: pointer;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: center center;
}
.box_login_s
{
	color: #8F8F8F;
	font-size: 0.9em;
	text-align: right;
	left: 0;
	float: right;
}
.box_login_s.online
{
	display: block;
}
.box_login_s .user-acts
{
	border-left: 1px solid #CFCFCF;
	display: inline-block;
	margin-left: 10px;
	padding-left: 26px;
	background-image: url(imgeler/info.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
}
.box_login_s .logout
{
	display: inline-block;
	padding-left: 14px;
	background-image: url(imgeler/error_s.png);
	background-repeat: no-repeat;
	background-position: -1px 3px;
}
/*[clearfix]*/
#content
{
	margin: 0;
	height: 100%;
	padding-top: 81px;
}
/*FullWidth: 1170px
MainWidth: 710px
PartWidth: 255px*/
.stage, .stage-body
{
	margin: 0;
	height: 100%;
	width: 100%;
}
.layout-B .stage-0 > .body
{
	/*max-width: 1140px;*/
}
.layout-B .stage-0 > .body > .node-content > *:not(SECTION)
{
	max-width: 1140px;
}
.stage
{
	max-width: 1170px;
	margin: auto;
	padding-bottom: 15px;
}
.stage-0
{
	min-height: 150px;
	padding-bottom: 20px;
}
.stage-body
{
	padding-bottom: 20px;
}
.layout-C .stage-0, .layout-D .stage-0
{
	float: left;
	width: 73%;
	padding: 0px 0 20px 0px;
	margin: 0;
	border-right: 1px solid #CDCDCD;
}
.layout-C .stage-0 > .body, .layout-D .stage-0 > .body
{
	margin-right: 15px;
}
.layout-C .stage-1, .layout-D .stage-1
{
	width: 27%;
	float: right;
	margin: 0 -1px;
	height: 100%;
	border-left: 1px solid #CDCDCD;
}
.layout-C .stage-1 .body, .layout-D .stage-1 .body
{
	margin: 15px 0 0 15px;
}
.layout-B
{
}
.layout-B .stage-0, .layout-B .stage-1
{
	width: 100%;
}
.layout-B .stage-0 > .body
{
	width: 100%;
	margin: 0 0px;
	padding: 0px 0px 8px 0px;
}
.layout-B .stage-1 > .body
{
	width: 100%;
	margin: 0 0px;
}
.layout-B .stage-sep
{
	height: 0;
}
.stage-1 P
{
	text-align: left;
}
.share-box
{
	width: 100%;
	border-left: none;
	border-right: none;
	margin-top: 0;
}
.share-box > .body
{
	margin: auto;
	max-width: 1170px;
}
#footer
{
	line-height: 1.2em;
	font-size: 0.9em;
	width: 100%;
	margin: auto;
	clear: both;
	padding: 15px 0px;
}
#footer .body
{
	margin: auto;
	color: #98AFDF;
	max-width: 1170px;
}
#footer A:link, #footer A:visited
{
	color: #D5DDED;
	text-decoration: none;
}
#footer A:hover
{
	border-bottom: 1px solid #518AF1;
}
#footer .filweb
{
}
#footer .filweb P, #footer .filweb A
{
	font-size: 0.85em;
	color: rgba(255, 255, 255, 0.252);
}
A._button
{
}
.button, A.button:link, A.button:visited
{
	font-size: 1em;
	display: inline-block;
	padding: 0.5em 0;
	border-radius: 3px;
	font-weight: normal;
	color: #FFF;
	border: none;
	background: #0F72A4;
}
A.button:link, A.button:visited
{
	padding: 0.3em 0.7em;
	display: inline-block;
}
.headline, ._headline
{
	font-size: 1.30em;
	font-weight: 200;
	color: #000000;
	line-height: 1.65em;
}
BODY SECTION.band-gray
{
	background-color: #EAEAEA;
	padding-top: 1px;
	padding-bottom: 1px;
}
SECTION.band-gray > DIV
{
	margin: 60px 0;
}
SECTION.band-gray H5, SECTION.band-gray H5 A:link, SECTION.band-gray H5 A:visited
{
	font-weight: 200;
	color: #000000;
	font-size: 2em;
	v;
}
.bhsec H2
{
	margin: -23px 0 1em;
}
.bhsec .columns
{
	max-width: 1170px;
	margin: auto;
}
.bhsec .columns .col3
{
	background-color: #FFFFFF;
	min-height: 350px;
	position: relative;
	/*+box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.3);*/
	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.3);
	margin-bottom: 14px;
}
.bhsec .columns .col3 P
{
	margin: 1px;
}
.bhsec .columns .col3 P.c
{
	margin: 1px 10px;
	font-size: 0.95em;
}
.bhsec .columns .col3 > H3
{
	background-color: #1FBECA;
	color: #FFFFFF;
	font-size: 1.35em;
	font-weight: 300;
	padding: 5px 0;
	margin: 0;
}
.bhsec .columns .col3 P:last-child
{
	position: absolute;
	bottom: 11px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}
/*base override*/
.page-break
{
	background-size: 100%;
}
.layout-B .stage-1 .res-slider-wrap, .layout-D .stage-2 .res-slider-wrap
{
}
.form-custom UL LI.row
{
	/*[disabled]border:1px solid #DCDCDC;*/
	/*[disabled]border-radius:0;*/
	/*[disabled]padding:10px 15px;*/
	/*[disabled]background-color:#F7F7F7;*/
	/*[disabled]margin:0px 0px 15px;*/
}
.form-custom UL LI.row
{
	border-radius: 0;
	border-bottom: 1px solid #E7E7E7;
	margin: 15px 0px;
	padding: 0px 0px 15px;
}
.form-custom UL LI.row H4.title
{
	margin: 5px 0 0;
	color: #000000;
	font-weight: 600;
}
.form-custom UL LI.row LABEL
{
	margin: 0px 0px 5px;
}
.form-custom UL LI.row-title, .form-custom UL LI.row-desc, .form-custom UL LI.row-submit
{
	border: none;
	padding: 0px;
	background-color: inherit;
}
BODY .box01 H5
{
	font-size: 1.143em;
}
BODY .box01 P
{
	font-size: 0.929em;
}
/*PROJECT -----------------*/
.go-to-top
{
	width: 100%;
	text-align: right;
	-webkit-transition: margin 1s ease;
	transition: margin 1s ease;
}
.go-to-top A
{
	display: inline-block;
	position: relative;
	top: -60px;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 50px;
	-webkit-transition: line-height 0.3s ease;
	transition: line-height 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.go-to-top A:before
{
	content: "\e75b";
	font-family: icomoon;
	color: #FFFFFF;
	font-size: 40px;
	text-align: center;
	vertical-align: middle;
}
.go-to-top A.rev:before
{
	content: "\e75a";
}
.go-to-top A:hover
{
	background-color: rgba(0, 0, 0, 0.6);
	line-height: 45px;
}
.layout-B .stage-1 .res-slider SECTION.slide, .layout-D .stage-2 .res-slider SECTION.slide
{
	margin-top: 179px;
}
SECTION.slide .c
{
	width: 1170px;
	margin: auto;
}
SECTION.slide H1, SECTION.slide P, SECTION.slide A:link, SECTION.slide A:visited
{
	color: #FFFFFF;
	cursor: default;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
SECTION.slide H1
{
	font-size: 3.125em;
	font-weight: bold;
}
SECTION.slide P
{
	font-size: 1.5em;
	font-weight: 200;
}
SECTION.slide A.button
{
	background-color: rgba(31, 190, 202, 0.5);
	padding: 15px 30px;
	/*+border-radius: 6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #4D8488;
	cursor: pointer;
	text-shadow: none;
	font-size: 1.3em;
	font-weight: 200;
}
SECTION.slide A.button:hover
{
	background-color: rgba(31, 190, 202, 0.75);
	padding: 15px 30px;
	/*+border-radius: 6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
.img-banner
{
	height: 300px;
	background-size: cover;
	background-position: top center;
	/*+box-shadow: inset 0px -2px 10px -2px rgba(0, 0, 0, 0.5);*/
	-moz-box-shadow: inset 0px -2px 10px -2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px -2px 10px -2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px -2px 10px -2px rgba(0, 0, 0, 0.5);
}
.link-galeri-view
{
	display: none;
}
#footer H1, #footer H2, #footer H3, #footer H4, #footer H5, #footer H6
{
	color: #D9D9D9;
}
BODY .blog-guncel-item .date
{
	display: none;
}
BODY .blog-guncel-item P
{
	font-size: 1.000em;
	color: #555;
	max-height: 88px;
	overflow: hidden;
	position: relative;
	text-align: justify;
}
BODY .blog-guncel-item P A
{
	position: absolute;
	bottom: 4px;
	right: 0;
	width: 111px;
	text-align: right;
	background-color: #FFFFFF;
	background: -moz-linear-gradient(left, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(252,252,252,0)), color-stop(45%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fcfcfc', endColorstr='#ffffff',GradientType=1 );
	font-size: 0.9em;
}
@media (max-width: 768px)
{
	BODY .blog-guncel-item P
	{
		max-height: none;
	}
	BODY .blog-guncel-item P A
	{
		position: static;
	}
}
BODY .blog-guncel-item H5
{
	font-size: 1.429em;
	font-weight: 300;
	text-shadow: 0px 0px 0 #000000;
}
.grs-col
{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.grs-col:hover
{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
/** bütlten kayıt*/
.bulten-kayit INPUT[type=text]
{
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}
.bulten-kayit INPUT[type=submit]
{
	width: 41px;
	margin-left: auto;
	display: block;
	position: relative;
	:;
	margin-right: -2px;
	margin-top: -40px;
	border: 1px solid #C9C9C9;
	padding: 0;
	height: 33px;
	background-color: #EDEDED;
	font-size: 1.8em;
	line-height: 0;
	text-align: center;
	color: #606060;
}
/** --- */
UL.sub-page-list > LI.box-large I
{
	background-size: 100% auto;
	transition-property: background-size, line-height, color;
	transition-duration: 0.8s, 0.6s, 0.8s;
	transition-timing-function: ease, ease, ease;
	transition-delay: 0s, 0s, 0s;
}
UL.sub-page-list > LI.box-large:hover I
{
	background-size: 120% auto;
}
/*footer form*/
#footer .email-list .inp
{
	bac;
	background-color: #323232;
	color: #FFFFFF;
	border: 1px solid black;
	width: 70%;
}
#footer .email-list .button
{
	background-color: #000000;
	padding: 6px 15px;
	color: #C9C9C9;
}
#footer .email-list .validation-advice
{
	position: absolute;
	top: 41px;
	left: 0;
	color: #FF9797;
}
#footer .email-list
{
	position: relative;
}
.breadcrumbs, UL.sub-page-list
{
	max-width: 1170px;
	border: none;
	margin-bottom: 0.5em;
}
.scroll-down
{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -39px;
	z-index: 99;
}
/*page-navi*/
BODY .stage DIV.page_navi
{
	margin-bottom: 5px;
	margin-left: -13px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 1.05em;
}
DIV.page_navi UL LI
{
	display: block;
	padding: 0px;
	margin: 0;
}
DIV.page_navi > UL > LI:first-of-type
{
	background-image: none;
}
DIV.page_navi UL LI A, DIV.page_navi UL > LI > A
{
	padding-left: 15px;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 0;
}
.page_navi A:hover
{
	color: #000000;
	background-color: #E9E9E9;
}
DIV.page_navi > UL > LI:first-of-type
{
	border-top: none;
	padding-bottom: 0;
}
DIV.page_navi > UL > LI:first-of-type > A:link, DIV.page_navi > UL > LI:first-of-type > A:visited
{
	color: #002672;
	font-weight: 400;
	font-size: 1.3em;
	margin: 0 0 1px 0;
	border: none;
}
DIV.page_navi UL LI, DIV.page_navi UL LI.page, DIV.page_navi UL LI UL LI, DIV.page_navi UL LI UL LI UL LI
{
	background-image: none;
	padding-left: 0;
}
DIV.page_navi UL LI UL LI
{
	margin-left: 0;
}
DIV.page_navi UL LI.page, DIV.page_navi UL LI UL LI UL LI, DIV.page_navi UL LI, DIV.page_navi UL LI UL LI
{
	border: none;
	margin: 0;
	padding: 0;
}
DIV.page_navi UL LI.page A, DIV.page_navi UL LI UL LI UL LI A, DIV.page_navi UL LI A
{
	padding-left: 25px;
	border: none;
	margin: -1px 0 0;
	background-repeat: no-repeat;
}
DIV.page_navi UL LI UL LI UL LI.page A, DIV.page_navi UL LI UL LI UL LI.active A
{
	padding-left: 35px;
	font-size: 0.95em;
	padding-bottom: 10px;
	padding-top: 10px;
}
.page_navi > UL:first-of-type > LI:first-of-type > UL
{
	margin-left: 0;
}
.page_navi UL LI:last-of-type
{
	padding-bottom: 0px;
}
.page_navi .active > A
{
	font-weight: inherit;
	font-size: inherit;
	color: #0074D6;
}
/* tips */
.tip-wrap
{
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	color: #FFF;
	font-size: 12px;
	padding: 1px;
	max-width: 350px;
}
.tip-wrap.fw-tip.bot .tip-top
{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
	margin: -9px auto 0;
}
.tip-wrap.fw-tip.top .tip-bottom
{
	position: relative;
	bottom: 0;
	margin: 0 auto -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0;
	border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.tip-wrap .tip
{
	margin: 5px 10px;
}
.tip-wrap .tip-title
{
	font-weight: 600;
	line-height: 100%;
}
/*haber list*/
.duyuru-box .duyuru-item
{
	width: 24%;
	float: left;
	margin: 0 1% 0 0;
	border: none;
}
.duyuru-box .duyuru-item .thumb
{
	overflow: hidden;
	display: block;
}
.duyuru-box .duyuru-item H5
{
	font-weight: 300;
	margin: 0.5em 0 0;
	font-size: 1.1em;
}
.duyuru-box .duyuru-item .thumb IMG
{
	max-width: 100%;
}
DIV.band-gray, DIV._band-gray, SECTION.band-gray, SECTION._band-gray
{
	max-width: none !important;
	background-color: #F0F0F0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding-top: 45px;
	padding-bottom: 45px;
	margin: 45px 0px 0;
	/*box-shadow: inset 0px 0px 15px -5px #AAAAAA;*/
}
.band-gray H3, .band-gray P
{
	margin: 0.2em 0;
}
.band-gray H1:first-of-type
{
	margin-bottom: 1em;
	margin-top: 1em;
}
.band-gray SECTION:last-of-type
{
	margin: 0 0 4em 0;
}
.page-haber, .haber-grup
{
	max-width: 1000px !important;
}
BODY .page-haber .haber-images
{
	text-align: center;
	border: none;
	padding: 0;
	background-color: transparent;
}
BODY .box01e IMG, BODY .box01e A IMG
{
	border: none;
	padding: 0;
	margin: 0.5em 1em 1em 0;
}
.banner
{
	height: 250px;
	background-color: #E9E9E9;
	background-repeat: no-repeat;
	background-position: center;
	margin: -1px auto auto;
	/*+box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, 0.4);*/
	-moz-box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, 0.4);
	padding-top: 1px;
}
.banner P
{
	margin-top: 0 !important;
}
@media (max-width: 480px)
{
	/*[clearfix]*/
	BODY .page-haber .haber-images
	{
		margin: 0;
		width: 100%;
		max-width: 100%;
		float: none;
	}
}
.videobox .videoInfo .facebook-paylas
{
	display: none;
}
