html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	background: url() no-repeat scroll center top;
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/* Menü */
#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
}
#cssmenu {
	line-height: 1;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #141414;
	background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
	background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
	background: -o-linear-gradient(top, #333333 0%, #141414 100%);
	background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
	background: linear-gradient(to bottom, #333333 0%, #141414 100%);
	border-bottom: 2px solid #0fa1e0;
	width: auto;
}
#cssmenu:after, #cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}
#cssmenu a {
	background: #141414;
	background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
	background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
	background: -o-linear-gradient(top, #333333 0%, #141414 100%);
	background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
	background: linear-gradient(to bottom, #333333 0%, #141414 100%);
	color: #ffffff;
	display: block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 19px 20px;
	text-decoration: none;
}
#cssmenu ul {
	list-style: none;
}
#cssmenu > ul > li {
	display: inline-block;
	float: left;
	margin: 0;
}
#cssmenu.align-center {
	text-align: center;
}
#cssmenu.align-center > ul > li {
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul {
	float: right;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu > ul > li > a {
	color: #ffffff;
	font-size: 12px;
}
#cssmenu > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #0fa1e0;
	margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}
#cssmenu.align-right > ul > li:first-child > a, #cssmenu.align-center > ul > li:first-child > a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a, #cssmenu > ul > li:hover > a {
	color: #ffffff;
	box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	background: #070707;
	background: -moz-linear-gradient(top, #262626 0%, #070707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #070707));
	background: -webkit-linear-gradient(top, #262626 0%, #070707 100%);
	background: -o-linear-gradient(top, #262626 0%, #070707 100%);
	background: -ms-linear-gradient(top, #262626 0%, #070707 100%);
	background: linear-gradient(to bottom, #262626 0%, #070707 100%);
}
#cssmenu .has-sub {
	z-index: 1;
}
#cssmenu .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	width: 220px;
	top: 100%;
	left: 0;
}
#cssmenu.align-right .has-sub ul {
	left: auto;
	right: 0;
}
#cssmenu .has-sub ul li {
 *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
	background: #0fa1e0;
	border-bottom: 1px dotted #31b7f1;
	font-size: 13px;
	filter: none;
	display: block;
	line-height: 120%;
	padding: 10px;
	color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
	background: #0c7fb0;
}
#cssmenu ul ul li:hover > a {
	color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul, #cssmenu.align-right ul ul ul {
	left: auto;
	right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
	background: #0c7fb0;
	border-bottom: 1px dotted #31b7f1;
}
#cssmenu .has-sub .has-sub ul li a:hover {
	background: #0a6d98;
}
#cssmenu ul ul li.last > a, #cssmenu ul ul li:last-child > a, #cssmenu ul ul ul li.last > a, #cssmenu ul ul ul li:last-child > a, #cssmenu .has-sub ul li:last-child > a, #cssmenu .has-sub ul li.last > a {
	border-bottom: 0;
}
/* Body */
body {
	background: url() no-repeat scroll center top;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
#cssmenu {
	float: right;
	border-radius: 0;
	background: none transparent;
	border-bottom: 0;
}
#cssmenu a {
	background: none transparent;
	font-family: "Open Sans", sans-serif;
	padding: 10px 15px;
}
#cssmenu > ul > li {
	margin-right: 5px;
}
#cssmenu > ul > li:first-child > a {
	border-radius: 0;
}
#cssmenu > ul > li > a {
	color: #333333;
	font-size: 14px;
}
#cssmenu > ul > li.active > a, #cssmenu > ul > li:hover > a {
	color: #F85D0B;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
}
#cssmenu > ul > li:hover:after {
	display: none;
	visibility: hidden;
}
#cssmenu .has-sub {
	z-index: 9999;
}
#cssmenu .has-sub ul {
	box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
}
#cssmenu .has-sub ul li a {
	background: #fff;
	border-bottom: 1px solid #ddd;
	display: block;
	line-height: 120%;
	padding: 15px 15px;
	color: #999;
}
#cssmenu .has-sub ul li:hover a {
	color: #fff;
	background: #F85D0B;
}
#cssmenu .has-sub .has-sub ul li a {
	background: #fff;
	border-bottom: 1px solid #ddd;
}
#cssmenu .has-sub .has-sub ul li a:hover {
	background: #f5f5f5;
}
.baslik {
	font-size: 20px;
	font-weight: 700;
	margin: 0px 0px 10px;
	line-height: normal;
	border-bottom: 1px solid #ddd;
}
.baslik:after {
	background-color: #F85D0B;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	width: 90px;
}
.spot {
	background: #fff;
	border: 1px solid #ddd;
	min-height: 250px;
}
.spot-baslik {
	font-size: 18px;
	margin: 0;
	padding: 10px 10px 5px;
	text-align: center;
}
.spot-baslik a {
	color: #666;
	text-decoration: none;
}
.spot-baslik a:hover {
	color: #F85D0B;
}
.spot-baslik a:after {
	margin: 10px auto;
	background-color: #F85D0B;
	content: "";
	display: block;
	height: 1px;
	position: relative;
	width: 90px;
	vertical-align: middle;
}
.spot-yazi {
	padding: 0 10px 10px;
	color: #aaa;
	font-size: 12px;
}
.rsABlock {
	top: 20% !important;
	left: 50% !important;
	margin-left: -490px;
}
.rsABlock > div {
	text-align: left;
}
.rsABlock h2 {
	display: inline-block;
	margin: 0;
	padding: 15px;
	font-size: 26px;
	color: #fff;
	text-align: left;
}
.rsABlock h3 {
	display: inline-block;
	margin: 0;
	padding: 15px;
	font-size: 24px;
	color: #666;
	text-align: left;
	margin-left: 20px;
	margin-top: 4px;
}
.rsABlock h4 {
	display: inline-block;
	margin: 0;
	padding: 15px;
	font-size: 18px;
	color: #2d3c4d;
	background: #fff;
	text-align: left;
	margin-left: 100px;
	margin-top: 2px;
}
.copyright {
	font-size: 13px;
	color: #8e9aa7;
}
#cssmenu .facebook {
	margin-right: 0;
}
#cssmenu .facebook a {
	padding: 5px 0 0;
}
#cssmenu > ul > li.active.facebook > a, #cssmenu > ul > li.facebook:hover > a {
	color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none transparent;
}
.facebook img {
	display: inline-block;
	vertical-align: middle;
}
.spot-img {
	width: 310px;
	height: 200px;
	overflow: hidden;
}
.spot-img img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.spot-img:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
.rs02.royalSlider {
	width: 614px !important;
	height: 278px !important;
}
.rs02.royalSlider .rsABlock {
	width: 614px;
	top: 100% !important;
	bottom: 0 !important;
	left: 0 !important;
	margin-top: -35px;
	margin-left: 0;
}
.rs02.royalSlider .rsABlock h2 {
	display: block;
	background: #000;
	font-size: 18px;
	color: #fff;
}
.bgalt {
	background-color: #fff;
	color: #968B80;
	font-size: 13px;
}
.borderb {
	border-bottom: 1px solid #;
}
.amenu {
	display: block;
	position: relative;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	list-style: none;
	border-right: 1px solid #;
}
.amenu li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
.amenu li a {
	display: block;
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
	color: #666;
	font-size: 14px;
	text-decoration: none;
}
.amenu .mbaslik a {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.amenulast .amenu:last-child {
	margin: 0;
}
/* Logo */
.logo {
	display: block;
	position: relative;
	width: auto;
	height: 122px;
	background-color: #fff;
	margin-top: -22px;
}
.logo img {
	display: block;
	width: auto;
	height: 95px;
	padding-top: 10px;
}
/* Bayraklar */
.bayraklar {
	display: block;
	float: right;
	background-color: #ddd;
	border: 1px solid #F2F2F2;
	padding: 0 10px 0 4px;
}
.bayraklar a {
	margin-top: 3px;
	margin-left: 6px;
	width: 16px;
	height: 14px;
	display: inline-block;
	overflow: hidden;
}
/* Haberler Spot */
.haberspot {
	min-height: 336px;
	position: relative;
	padding: 10px 15px 15px;
	margin-top: -75px;
	z-index: 100;
}
.haberspot .baslik {
	text-align: left;
	margin-bottom: 15px;
}
.haberspot .baslik span {
	display: block;
	padding-bottom: 8px;
}
.rs03.royalSlider {
	width: 280px !important;
	height: 278px !important;
}
.rs03.rsMinW, .rs03.rsMinW .rsOverflow, .rs03.rsMinW .rsSlide {
	background: transparent;
}
.rs03.rsMinW .rsArrowLeft {
	right: 137px;
	bottom: 100px;
}
.rs03.rsMinW .rsArrowRight {
	right: 107px;
	bottom: 100px;
}
.haberspot .rsContent {
	color: #666;
	text-align: left;
}
.haberspot .rsContent img {
	display: block;
	margin-bottom: 42px;
}
.haberspot .rsContent h2 {
	font-size: 18px;
}
.haberspot.mr0 {
	min-height: 200px;
	margin-top: 0;
}
