/* FONTLAR */
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700&subset=latin-ext');

/*AYARLAR*/
html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 200px;
	background: url('../images/bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: top
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: #155a2b;
	padding: 15px 0
}


.lang {
	position: absolute;
	right: 10px;
}

.navbar {
	padding: 0;
	position: relative;
	z-index: 3
}

.nav-item {
	position: relative;

}

.nav-item a {
	color: #fff !important;
}

.nav-item a:hover {
	background: rgba(0, 0, 0, 0.40);
	color: #ffffff !important;
}

.nav-item .nav-link {
	font-family: 'Oswald', sans-serif;
	padding: 1rem
}

.icon-m {
	border-bottom: 1px solid #9093a9;
}

.sub-navbar {
	position: absolute;
	width: 300px;
	background: #ddd;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 5px solid #bb1724;
	display: none;
}

.nav-item:hover .sub-navbar {
	display: block;
}

.sub-navbar .sub-item-link {
	padding: 5px;
	color: #8f93a8;
	display: block;
	background: #425e6d;
	font-family: 'Oswald', sans-serif;

}

.sub-navbar .sub-item-link:hover {
	color: rgba(255, 255, 255, .75);
	text-decoration: none;
}

.dropdown ul {
	position: absolute;
	width: 200px;
	padding: 0;
	list-style: none;
	background: #094769;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

.dropdown ul li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
}

.dropdown:hover ul {
	visibility: visible;
	opacity: 1;
	display: block;
}

@media (max-width: 991.98px) {

	.dropdown ul {
		position: relative;
		display: none;
		width: 100%
	}

	.navbar {
		display: block;
	}

	.navbar-toggler {
		margin: 10px;
		font-size: 16px;
	}

	.nav-item .nav-link {
		font-family: 'Oswald', sans-serif;
		padding: 0.5rem 1rem;
	}

	.sub-navbar {
		position: relative;
		width: 100%;
		padding-left: 20px;
		background: #00062c;
	}

	.navbar .container {
		max-width: 100%;
	}

	.nav-item, .sub-item {
		text-align: left !important;
	}

	.lang {
		top: 6px;
		position: absolute;
		right: 10px;
	}

	.nav-item:hover .nav-link {
		background: rgba(255, 255, 255, 0.45);
	}

	.navbar-dark .navbar-toggler {
		color: #fff;
		border-color: rgb(255 255 255 / 0%);
		transition: 0.5s;
	}

	button:focus {
		outline: none;
	}

	.navbar-dark .navbar-toggler:hover {
		background: #fff;
		color: #2394b7;
	}
}

.bg-theme {
	background: #4a8920;
	position: sticky;
	top: 0;
}



/*HEADER*/
.header {}

.header .sponsor {
	background: #fff;
}

.header .sponsor .lGroup {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.header .sponsor .lGroup .item {
	border-left: 1px solid #ddd;
}

/*BODY*/
.box-system {
	margin-top: -2px;

}

.box-system .box {
	position: relative;
	height: 180px;
	width: 100%;

}

.box-system .box a {
	display: flex;
	width: calc(100% - 20px);
	text-align: center;
	margin-left: 36px;
	padding-top: 49px;
	align-items: center;
	justify-content: center;
}

.box-system .box a p {
	margin: 0;
	margin-top: 5px;
	font-size: 21px;
	width: 100%;
	color: #000;
	height: 75px;
	font-weight: bold;
}

.box-system .box a:hover {
	color: #000;
	text-decoration: none;
}

.box-system .box a img {
	width: 59px;
}

.box-system .box-bg-1 {
	background: url('../images/box-1.png');
	background-size: 235px;
	background-position: top center;
	background-repeat: no-repeat;
}

.box-system .box-bg-2 {
	background: url('../images/box-3.png');
	background-size: 235px;
	background-position: top center;
	background-repeat: no-repeat;
}

.box-system .box-bg-3 {
	background: url('../images/box-2.png');
	background-size: 235px;
	background-position: top center;
	background-repeat: no-repeat;
}

.box-system .box-bg-4 {
	background: url('../images/box-4.png');
	background-size: 235px;
	background-position: top center;
	background-repeat: no-repeat;
}




/*SLİDER*/
.slider-system {
	padding: 20px;
	-webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	margin-bottom: 50px;
	background: #d80038;
}

.bslide {
	-webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	position: relative;
}

.bslide .owl-dots {
	position: absolute;
	bottom: 0px;
	right: 45px;
	z-index: 999;
}

.bslide .owl-dots .owl-dot span {
	background: #db0033
}

.bslide .owl-dots .owl-dot.active span {
	background: #420211;
}

.slider-system:after {
	content: ' ';
}



/*Content Area*/
.content-section {
	position: relative;
	margin-top: 10px
}

.content-section .no-gutters {
	padding: 0;
}

.content-section .mini-menu {
	display: table;
	width: 100%;
	margin-top: 37px;
}

.content-section .mini-menu a {
	display: table-cell;
	clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
	background: #d80038;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	height: 87px;
	padding: 0 10px;
	vertical-align: middle;
	text-decoration: none;
}

.content-section .mini-menu a:hover {
	text-decoration: none;
}

.content-section .mini-menu a:nth-child(1) {
	clip-path: polygon(17% 0%, 100% 0%, 86% 100%, 0% 100%)
}

.n-width {
	margin-bottom: 30px;

}

.n-width:after {
	content: ' ';
	clear: both;
	display: block;
}

.n-width .coll-4 {
	width: 235px;
	float: right;
}

.n-width .coll-8 {
	width: calc(100% - 280px);
	float: right;
}

.boxing {
	height: 470px;
	background: url(../images/boxing.png);
	background-size: auto;
	background-repeat: no-repeat;
	position: relative;
}

.boxing span {
	width: 100%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	color: #ffffff;
	padding-top: 8px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.boxing1 {
	width: 293px;
	background-size: contain;
}

.boxing1 .dating {
	width: 210px !important;
}

.n-width .content-web {
	text-align: justify;
	padding: 10px;
	box-shadow: 0px 0px 5px 1px #4a8920;
	background: #fff;

}

.n-width .content-web p {
	margin-left: 10px;
}

.n-width .content-web h1 {
	margin: 0px;
	margin-top: -10px;
	text-transform: uppercase;
	font-size: 26px;
	color: #006089;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
	font-family: 'Oswald', sans-serif;
	background-color: ;
}



.n-width .content-web h2 {
	font-size: 19px;
	color: #fff;
	margin: 0;
	font-family: 'Oswald';
	margin-bottom: 10px;
	text-align: center;
	background-color: #001870;
	padding: 8px;
}




.dating {
	width: 180px;
	text-align: center;
	position: absolute;
	top: 201px;
	left: 30px;
	;
}

.dating font {
	font-weight: bold;
	font-size: 66px;
	color: #000;
}

.dating .p1 {
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 16px;
	margin-top: -22px;
	font-weight: bold;
	color: #000;
}

.dating .p2 {
	padding: 5px;
	margin-top: 20px;
	color: #000;
	font-weight: bold;
	padding-top: 10px
}

.nbuton {
	padding: 10px;
	background: #00354b;
	color: #fff;
	display: inline-block;
	width: 150px;
	text-decoration: none;
	text-align: center;
	transition: 0.5s all;
}

.nbuton:hover {
	background: #012635;
	text-decoration: none;
	color: #fff;
}

.onlymobile {
	display: none;
}

/*TABLET*/
@media (max-width: 991.98px) {
	.n-width {
		display: grid;
	}

	.n-width .coll-4 {
		float: none;
		display: block;
		margin: auto;
	}

	.n-width .coll-8 {
		width: 100%;
	}

	.boxing {
		margin-top: 10px;
	}

	.mini-menu {
		margin-top: 0 !important;

	}

	.mini-menu a {
		width: 100%;
		display: flex !important;
		clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%) !important;
		margin-bottom: 5px;
		vertical-align: middle !important;
		align-items: center;
		justify-content: center;
		height: 50px !important;
	}

	.box-system {
		margin: 0;
	}

	.box-system .box a img {
		display: initial;
	}

	.box-system .col-6 {
		margin: auto
	}



	.box-system .owl-nav button.owl-prev {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}

	.box-system .owl-nav button.owl-next {
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}

	.owl-theme .owl-nav [class*='owl-']:hover {
		background: transparent;
		color: #000;
	}

	.content-menu {
		display: none;
	}

	.onlymobile {
		display: block;
	}
}

.content-menu {
	position: relative;
	padding-right: 20px;
	margin-top: 15px;
	font-family: Oswald
}

.content-menu ul {
	list-style: none;
	padding: 0;
}

.content-menu ul li {
	position: relative;
}

.content-menu ul li a {
	padding: 10px;
	background: #dc002d;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: block;
	text-decoration: none;
	transition: 0.5s all;
}

.content-menu ul li:last-child a {
	border: none;
}

.content-menu ul li:hover a {
	background: #b31901;
	text-decoration: none;
}

.content-menu .day-left {
	background: #dc002d;
	padding: 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.content-menu .day-left img {
	width: 50px;
	float: left;
	margin: 10px 0;
}

.content-menu .day-left p {
	padding-left: 65px;
	font-size: 23px;
	margin-bottom: 10px;
}

/*CONTACT*/
.contact {
	display: block;
	margin-bottom: 3px;
	text-align: center;
}



.contact .contact-title {

	width: 100%;
	font-weight: bold;
	position: relative;
	margin-right: 5px;
	margin-top: 30px;
	text-align: center;
}


.contact .contact-text {
	float: left;
	width: 100%;
	text-align: center;
}

img {
	max-width: 100%;
}

.lang a {
	display: inline-block;
	vertical-align: middle;
}

.facebook, .instagram {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.facebook:hover, .instagram:hover {
	color: #fff;
	text-decoration: none;
}

.sub {
	width: 1px;
	background: #fff;
	height: 35px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.grey-box {
	background: #fbfbfb;
	border: 1px solid #e9e9e9;
	padding: 9px;
	border-radius: 3px;
	margin-left: 5px;
	margin-right: 5px;
	max-width: calc(50% - 20px);
}


.sslider, .sslider2 {
	text-align: center;
	display: table;
	width: 100%;
}

.sslider .item {

	margin: 1px;
	display: table-cell;

}

.sslider .item img {
	overflow: hidden;
}

.sslider2 {
	width: 100%;
	margin: auto;
}

.sslider2 .item {
	margin: 1px;
	display: table-cell;
	padding: 0 10px;
}

.sslider2 .item img {
	max-width: 100px;
}


.blocker {
	z-index: 999999999 !important;
}

.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 700px !important;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 0;
	border-radius: 0 !important;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
	height: auto;
}

.modal a.close-modal {
	top: 5px !important;
	right: 5px !important;

}

@media (max-width: 767.98px) {
	


	.header .sponsor .fGroup {
		margin: 0 -15px;
		background: #e6e7e9;
		margin-bottom: 10px
	}

	.header .sponsor .lGroup .item {
		display: flex;
		align-content: center;
		justify-content: center;
	}

	.header .sponsor .lGroup img {
		width: auto;
		height: 80px
	}

	.box-system {
		margin-top: 20px
	}
}

.onemli-tarihler {
	width: 100%;
}

.kutular {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 5px;
}
.kutular>div{
	width: calc(50% - 10px) !important;
}

.kutu1 {
	background-color: #fff;
	width: 200px;
	border-bottom: 6px solid #00cce4;
	height: 100px;
	margin: 5px;
	box-shadow: -1px 1px 5px #4a8920;
}

.kutu2 {
	background-color: #fff;
	width: 200px;
	border-bottom: 6px solid #17ba58;
	height: 100px;
	margin: 5px;
	box-shadow: -1px 1px 5px #4a8920;
}

.kutu3 {
	background-color: #fff;
	width: 200px;
	border-bottom: 6px solid #fff200;
	height: 100px;
	margin: 5px;
	box-shadow: -1px 1px 5px #4a8920;
}

.kutu4 {
	background-color: #fff;
	width: 200px;
	border-bottom: 6px solid #db0e0e;
	height: 100px;
	margin: 5px;
	box-shadow: -1px 1px 5px #4a8920;
}

.kutular a {
	text-decoration: none;
	color: #006089;
	font-size: 20px;
	font-weight: bold;
}

.kutular img {
	width: 50px;
	margin-left: 20px;
	margin-top: 20px;
}

.kutu-icon {}

.kutu-yazi {
	margin-top: 10px;
	margin-left: 30px;
}

.icerik {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #717171;
	margin: 5px;
	padding: 5px;
}

.icerik-alani span {
	color: #006177;

}

.icerik-alani {
	background-color: #fff;
	box-shadow: 1px 1px 5px #515151;
	width: calc(100% - 65px);
}

.baslik-alani {
	background: #4a8920;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 10px;
    color: #fff;
    margin-bottom: -5px;
    margin-left: -45px;
    padding-left: 65px;
}

.baslik-alani span::before {
	content: '';
    position: absolute;
    left: -39px;
    top: 57px;
    z-index: -999999999;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 65px 41px 9px;
    border-color: transparent #3c6322 transparent transparent;

}
.icerik-alani .icerik:last-child{
	border:none;
}
@media (max-width: 767.98px) {
	
	.baslik-alani {
		background: #e13958;
		border-top-right-radius: 25px;
		border-bottom-right-radius: 25px;
		padding: 10px;
		color: #fff;
		margin-bottom: -5px;
		margin-left: -9px;
		padding-left: 14px;
	}
	.kutular{
		flex-direction: column;
		flex-wrap: wrap;
	}
	.kutular>div {
		width: 100% !important;
		margin: 0;
		margin-bottom: 10px;
	}
	.baslik-alani span::before {
		position: absolute;
		left: 28px;
		top: 57px;
		z-index: -999999999;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0px 65px 41px 9px;
		border-color: transparent #c1334d transparent transparent;
	
	}
}
.modal{
	width: 40% !important;
}
@media (max-width: 767.98px) {
	.modal{
		width: 80% !important;
	}
}