body {
	line-height: 1.25;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 0.90em;
	font-family: 'Roboto', sans-serif;
}
.menusec {
	min-height: 60px;
}
.mobilmenu {
	padding: 12px 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	box-shadow: 0 0 0px rgba(0,0,0,0.00);
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,0.00);
}
.scrollheader.headroom--top {
	position: static;
	background-color: #fff;
	top: -75px;
}
.scrollheader.headroom--not-top.slideUp {
	position: fixed;
	left: 0;
	top: -80px;
	right: 0;
	z-index: 99;
	background-color: #fff;
}
.scrollheader.headroom--not-top.slideDown {
	position: fixed;
	left: 0;
	top: 0px;
	right: 0;
	z-index: 99;
	background-color: #fff;
}
.scrollheaderm.headroom--top.slideDown {
	position: static;
	background-color: #fff;
	top: -80px;
}
.scrollheaderm.headroom--not-top.slideUp {
	position: fixed;
	left: 0;
	top: -80px;
	right: 0;
	z-index: 99;
	background-color: #fff;
}
.scrollheaderm.headroom--not-top.slideDown {
	position: fixed;
	left: 0;
	top: 0px;
	right: 0;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 0 25px #0000004d;
}
body.readmode {
	overflow: hidden;
}
#modechange.night-mode {
	background-color: #272727;
	color: #ffffff;
}
#modechange.night-mode a {
	color: #ffffff;
}
#modechange.night-mode .news-pic {
	background-color: #272727;
	color: #ffffff;
	border-color: #000;
}
#modechange.night-mode .news-title h1 {
	color: #FFFFFF;
}
#modechange.night-mode .news-spot {
	color: #E7E7E7;
}
#modechange.readmode {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	bottom: 0;
	color: #151515;
	overflow: auto;
	background-color: #fff;
}
#modechange.readmode.night-mode {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	bottom: 0;
	overflow: auto;
	background-color: #272727;
	color: #ffffff;
}
.login-sec {
	padding: 70px 0;
}
.loginform {
	max-width: 400px;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 0 auto;
}
.loginrop-cont {
	padding: 14px;
}
.login-title h1 {
	white-space: nowrap;
	font-size: 25px;
	margin-bottom: 14px;
	padding: 0 24px 0 0;
}
.loginrop-cont .loginform {
	max-width: inherit;
	width: 100%;
	padding: 0px;
	border: none;
	margin: 0 auto;
}
.card-body {
	border-top: 1px solid #ddd;
	min-height: 170px;
}
.news-oku li {
}
.news-oku li a {
	padding: 10px;
}
.header-logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	line-height: 1.1;
}
p {
	font-family: 'Roboto', sans-serif;
}
.card-foto {
	position: relative;
}
.card-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.card-a {
	color: #212529;
	text-decoration: none;
}
.card-a:hover {
	color: #212529;
	text-decoration: none;
}
.card-title {
	margin-bottom: .75rem;
	color: #272626;
	font-weight: 400;
	font-size: 18px;
}
.link-area ul {
	padding: 0;
	text-align: right;
	display: block;
	list-style: none;
}
.link-areac ul {
	padding: 0;
	text-align: left;
	display: block;
	list-style: none;
}
.link-areac ul li {
	padding: 5px 0 5px 0;
	display: flex;
	list-style: none;
}
.link-area ul li {
	padding: 5px 0 5px 0;
	display: inline-block;
	list-style: none;
}
.nav.sosyal-nav li a {
	color: #fff;
	display: inline-block;
	padding: 10px;
	font-size: 18px;
	background-color: #000;
	margin-right: 5px;
	min-width: 43px;
	text-align: center;
	border-radius: 4px;
}
.editor-text a {
	color: #414141;
	text-decoration: none;
}
h4.editor-title {
	font-size: 18px;
	margin-top: 10px;
}
.latest-row {
	margin: 25px 0;
}
.latest-text a {
	color: #414141;
	text-decoration: none;
}
.latest-text a p {
	color: #494949;
	margin: 0;
}
.uyeolarrow {
	position: relative;
	background: #E10918;
	border: 1px solid #E10918;
	margin: 15px auto;
	color: #fff;
	display: inline-block;
	padding: 4px 5%;
	border-radius: 4px;
}
.uyeolarrow:after, .uyeolarrow:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.uyeolarrow:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #E10918;
	border-width: 15px;
	margin-left: -15px;
}
.uyeolarrow:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #E10918;
	border-width: 16px;
	margin-left: -16px;
}
.latest-list li {
	list-style: none;
	margin-bottom: 42px;
}
.latest-list {
	padding: 0;
	list-style: none;
	display: block;
}
.latest-list li a {
	color: #414141;
	text-decoration: none;
}
.latest-list li a .latest-title {
	font-size: 18px;
	font-weight: 400;
}
.latest-list li p {
	margin: 0;
	padding: 2px 0;
}
.right-line {
	border-right: 1px solid #ddd;
}
.main-tabs .nav-item {
}
.tab-content.maintab-content>.active {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 14px;
}
.main-tabs .nav-link {
	background-color: #E10918;
	color: #fff;
	border-color: #E10918;
	padding: 5px 8px;
	margin-top: 10px;
}
.main-tabs .nav-link.active {
	background-color: #FFFFFF;
	color: #292929;
	padding: 10px;
	margin-top: 0;
}
.popular-text a {
	color: #000;
}
.popular-text a:hover {
	color: #000;
	text-decoration: none;
}
.main-newssec {
	margin: 25px 0;
}
.owl-caption {
	position: absolute;
	bottom: 7px;
	left: 5px;
	font-family: 'Oswald', sans-serif;
}
.dil-box {
	background-color: #000000;
	display: inline-block;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 20px;
	padding: 5px;
	margin-left: -2px;
}
.slide-baslik {
	background-color: #d92f32;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	margin: 0;
	padding: 5px 15px;
}
.slide-baslik h3 {
	font-family: 'Oswald', sans-serif;
	display: block;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.slide-baslik-dis {
	display: block;
}
.slide-spot {
	display: block;
	background-color: rgba(255,255,255,0.78);
	color: rgba(0,0,0,1.00);
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 20px;
	text-align: center;
	max-width: 570px;
	margin-top: -8px;
}
#detaysl2 .owl-item .item {
	cursor: pointer;
	background-color: #000000;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	margin: 0 4px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
.news-cont {
	min-height: 500px;
}
#detaysl2 .owl-item.synced .item {
	background-color: #cb0411;
	color: #ffffff;
	cursor: pointer;
	position: relative;
}
#detaysl2 {
	border-bottom: 4px solid #cb0411;
}
#detaysl2 .owl-item .item:first-child {
	margin-top: 0;
	margin-right: 4px;
	margin-left: 0px;
	margin-bottom: 0;
}
.footer {
	background-color: #20201F;
	color: #ddd;
	padding: 30px 0;
}
.copy-c {
	margin: 0;
	color: #9b8f8f;
	text-align: center;
	display: block;
	width: 100%;
}
.footer-social {
	background-color: #181818;
	padding: 14px 0;
}
.navbar.navbar-expand-lg > .container {
	/*background-color: #20201F; */   margin-top: .5rem;
	position: relative;
}
.navbar.navbar-expand-lg.affix > .container {
	margin-top: 0rem;
}
.news-pic {
	text-align: center;
	background-color: #f9f9f9;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.mleft {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.mright {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.5);
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.header-logo {
	padding-top: 15px;
	padding-bottom: 8px;
	margin: 0 auto;
	max-width: 550px;
}
.header {
	background-color: #fff;
	padding-bottom: 10px;
}
.ourttips {
	margin: 0 auto;
	display: block;
	max-width: 180px;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	letter-spacing: -.02em;
	position: relative;
	background: #d6b500;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	padding: 3px;
}
.ourttips:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(225, 9, 24, 0);
	border-top-color: #E10918;
	border-width: 10px;
	margin-left: -10px;
}
a.ourttipsmenu {
	margin: 0 auto;
	display: block;
	max-width: 180px;
	text-decoration: none;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	letter-spacing: -.02em;
	position: relative;
	background: #fff;
	text-align: center;
	color: #2E2E2E;
	border-radius: 2px;
	padding: 3px;
}
.ourttipsmenu:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(225, 9, 24, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.search-title {
	margin: 0 auto;
	display: block;
	max-width: 180px;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	letter-spacing: -.02em;
	position: relative;
	background: #E10918;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	padding: 3px;
}
.search-title:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(225, 9, 24, 0);
	border-top-color: #E10918;
	border-width: 10px;
	margin-left: -10px;
}
.aramahead.fixedarama {
	background-color: rgba(0, 0, 0, 0.83);
	bottom: 0;
	height: 100%;
	left: 0;
	margin: auto;
	max-width: 100%;
	padding: 15px;
	right: 0;
	width: 100%;
	top: 0;
	position: fixed;
	z-index: -1;
	opacity: 0;
}
.aramakapat {
	position: absolute;
	right: 17px;
	top: 5px;
	z-index: 999;
	border-radius: 50%;
	padding: 8px;
}
.aramaheader > h3 {
	color: #fff;
	font-weight: 700;
	font-size: 25px;
}
.aramaform .form-group {
	margin: 0;
}
.aramaform input.form-control {
	border: medium none;
	border-radius: 0;
	color: #121212;
	margin-top: 20px;
}
.aramahead.fixedarama.aramaacik {
	background-color: rgba(0, 0, 0, 0.83);
	opacity: 1;
	z-index: 99999999;
	overflow: auto;
}
.anlikarama {
	padding: 0;
}
.editor-box {
	min-height: 340px;
}
body.aramaacik {
	overflow: hidden;
}
.aramaform {
	max-width: 800px;
	margin: auto;
}
 .aramaform input.form-control::placeholder {
 color: #222222;
 opacity: 1;
}
.anlikarama > li {
	display: block;
	list-style: outside none none;
	width: 100%;
}
.aramaacan.btn.aramakapat {
	color: #fff;
	padding: 8px 12px;
	cursor: pointer;
}
.anlikarama > li a {
	color: #ffffff;
	display: block;
	padding: 8px 14px;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #2F2C2C;
	background-color: rgba(0, 0, 0, 0.56);
}
.anlikarama > li a:hover {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.86);
}
nav.navbar {
	background-color: rgba(0,0,0,0.00);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	padding: 0;
	border-bottom: 1px solid #dedede;
}
.news-title {
	padding-top: 10px;
}
.news-flag {
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 5px 13px;
	text-transform: uppercase;
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
	background-color: #E10918;
}
.news-title h1 {
	color: #000;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	margin-top: 15px;
}
.news-spot {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 15px;
	width: 100%;
	font-style: italic;
	margin-bottom: 15px;
}
.news-cont {
	position: relative;
	padding-left: 55px;
}
#share.jssocials {
	position: absolute;
	top: 0;
	left: 0;
}
#share .jssocials-shares .jssocials-share {
	display: block;
}
.main-newssec .card-columns {
	-webkit-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
}
.canvas-sliding {
	-webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
	transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}
.offcanvas-clone {
	height: 0px !important;
	width: 0px !important;
	overflow: hidden !important;
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
	position: absolute !important;
	top: auto !important;
	left: auto !important;
	bottom: 0px !important;
	right: 0px !important;
	opacity: 0 !important;
}
form.signupform {
	max-width: 800px;
	width: 100%;
	padding: 16px;
	border: 1px solid #ddd;
	margin: 0 auto;
}
.signup-title h1 {
	margin: 14px 0;
}

@media only screen and (max-width: 1200px) {
/* lg  mod  */







.offcanvas-lg {
	display: none;
}
.offcanvas-lg.in {
	display: block;
}
.main-newssec .card-columns {
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
}
}

@media only screen and (max-width: 992px) {
/* md  mod  */



.mright {
	position: relative;
	right: 0;
	top: 0;
	z-index: 99;
}
.loginrop-cont .loginform .login-title h1 {
	color: #fff;
}
.slideright {
	padding: 15px 0;
}
.main-newssec .card-columns {
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
}
.scrollheader.headroom--not-top.slideUp {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
	background-color: #fff;
}
.scrollheader.headroom--not-top.slideDown {
	position: relative;
	left: 0;
	top: 0px;
	right: 0;
	z-index: 99;
	background-color: #fff;
}
.navbar.navbar-expand-lg > .container {
	background-color: #20201F;
	margin-top: 0;
	position: relative;
}
.blog-dongu h4 {
	color: #474646;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.navbar-brand {
	max-width: 165px;
	padding-bottom: 0;
	padding-top: 0;
}
.loginmenulink {
	background-color: #522d2e;
	box-shadow: none;
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 100%);
}
.head-top {
	display: none;
}
.m-menulogo {
	display: block;
	margin: 15px auto;
	max-width: 200px;
	padding: 10px;
}
.navbar .navbar-toggler {
	border-color: transparent;
}
.ourttipsm {
	margin: 0 auto;
	font-size: 20px;
	display: block;
	max-width: 250px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	letter-spacing: -.02em;
	position: relative;
	background: #E10918;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	padding: 4px 14px;
	cursor: pointer;
	white-space: nowrap;
}
.menubtn .fa-align-right {
	transform: rotate(180deg);
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
	border-radius: 0;
	background-color: rgba(0,0,0,0.20);
	border: none;
}
.navbar .navbar-nav .nav-link {
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	padding: 20px;
	text-align: left;
}
.dropdown-item {
	font-weight: 400;
	color: #fff;
}
.offcanvas-md {
	display: none;
}
.offcanvas-md.in {
	display: block;
}
.offcanvas {
	width: 300px;
	height: auto;
	background-color: #343A40;
}
.navmenu-fixed-left, .navmenu-fixed-right, .offcanvas {
	position: fixed;
	z-index: 1040;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	border-radius: 0;
}
.navmenu-fixed-left, .offcanvas.navmenu-fixed-left {
	left: 0;
	right: auto !important;
	border-width: 0 1px 0 0;
}
.navmenu-fixed-right, .offcanvas {
	left: auto;
	right: 0;
	border-width: 0 0 0 1px;
}
}

@media only screen and (max-width: 768px) {
.owl-caption {
	position: static;
	bottom: 7px;
	left: 5px;
	font-family: 'Oswald', sans-serif;
}
.slide-baslik {
	background-color: #d92f32;
	color: #ffffff;
	display: block;
	font-size: 18px;
	margin: 0;
	padding: 5px 15px;
}
/*  sm mod */



.main-newssec .card-columns {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
}
.offcanvas-sm {
	display: none;
}
.offcanvas-sm.in {
	display: block;
}
}

@media only screen and (max-width: 576px) {
/* telefon genel  */







.offcanvas-xs {
	display: none;
}
.offcanvas-xs.in {
	display: block;
}
}

@media only screen and (min-width: 33.9em) {
}

@media only screen and (min-width: 47.9em) {
}

@media only screen and (min-width: 61.9em) {
}

@media only screen and (min-width: 74.9em) {
}
