@charset "utf-8";

::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .5); 
}

body{
	background-color: #2E2E2E;
	color: #fff;
	font-family: 'Rubik', sans-serif;
}


#header{
	width: 100%;
	background-color: #2a5934;
	position: sticky;
	top: 0;
	z-index: 1000;
}
#header .row{
	align-items: center;
}

#header_top {
    position: relative;
    z-index: 1000;
}
#header_top .logo{
	display: inline-block;
}
#header_top .logo img {
	height: 33px;
	width: 200px;
}
#header_top > .container > .row{
	height: 50px;
}


#footer{
	background-color: #191919;
}
#footer_top{
	padding: 15px 0px;
	background-color: #212121;
}
#footer_top p {
	font-size: 13px;
	font-weight: 100;
	color: #d8d8d8;
	margin: 0;
	text-align: justify;
}
#footer_top p strong {
	font-weight: 600;
}
#footer_bottom{
	padding: 15px 0px;
}
#footer_bottom .row{
	align-items: center;
}
#footer_bottom .logo{
	padding: 5px 0px;
	display: inline-block;
}
#footer_bottom .logo img {
	height: 33px;
	width: 200px;
}
#footer_bottom p {
	margin: 0;
	font-size: 13px;
	text-align: right;
	color: #999;
}
#footer_bottom a {
	color: #FFF;
	text-decoration: none;
}
#footer_bottom a:hover {
	text-decoration: underline;
}

#body {
	margin-bottom: 15px;
	margin-top: 15px;
}
#body > .container > .row{
	background-color: #212121;
	border-radius: 10px;
	margin-left: 0px;
	margin-right: 0;
}
#body > .container .right{
	border-left: 1px solid hsla(0,0%,84.7%,.13);
}
.box{
	min-height: 400px;
}
.box > .head {
	border-bottom: 1px solid hsla(0,0%,84.7%,.13);
	padding-bottom: 15px;
	padding-top: 3px;
}
.box > .head h1,
.box > .head h2,
.box > .head h3{
	margin: 0;
	padding: 0;
	color: #ffcb00;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}
.box > .head h1:not(.min),
.box > .head h2:not(.min),
.box > .head h3:not(.min){
	text-transform: uppercase;
}
.box > .head h1 img,
.box > .head h2 img,
.box > .head h3 img{
	height: 24px;
	margin-right: 7.5px;
	margin-top: -2.5px;
}
.box > .content{
	padding-top: 15px;
}
.box > .content p {
	margin: 0;
}
.box > .content:after{
	display: block;
	width: 100%;
	clear: both;
	content: ' ';
}



/*Ana Menü*/
ul#menu_ana{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu_ana li {
	padding: 5px 0px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#menu_ana li a,
ul#menu_ana li span {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 15px;
	border-right: 1px solid hsla(0,0%,84.7%,.13);
	cursor: pointer;
}
ul#menu_ana li span i{
	padding-left: 5px;
}
ul#menu_ana li:last-child a{
	border-right: none;
}
ul#menu_ana li > a:hover,
ul#menu_ana li.secili > a,
ul#menu_ana li > span:hover,
ul#menu_ana li.secili > span{
	color: #ffcb00;
}
ul#menu_ana li > ul{
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #212121;
    z-index: 100;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
    display: none;
    padding: 0px 10px;
}
ul#menu_ana li:hover > ul{
	display: block;
}
ul#menu_ana li > ul li{
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
    height: auto;
}
ul#menu_ana li > ul li:last-child{
	border-bottom:none;
}
ul#menu_ana li > ul li a{
	display: block;
    float: left;
    width: 100%;
    padding: 5px 0px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    border: none;
    text-transform: none;
    font-weight: normal;
    color: #fff;
}

.post{
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #2E2E2E; 
}
.post a,
a.blog_cat{
	display: block;
	text-decoration: none;
}
.post a:hover{
	text-decoration: underline;
}
.post > a.title{
	color: #fff;
	font-size: 20px;
}
.post > a.cat,
a.blog_cat{
	color: #ffcb00;
	font-size: 13px;
	opacity: 0.5;
}
.post > .desc{
	color: #DDD;
	font-size: 14px;
	font-weight: 400;
}


.oys{
	margin: -1%;
	margin-bottom: 15px;
}
.oys:after{
	display: block;
	width: 100%;
	clear: both;
	content: ' ';
}
.oy{
	width: 31.3333%;
	float: left;
	padding: 5px;
	margin: 1%;
	border: 1px solid rgba(255, 255, 255, .1);
	background-color: rgba(255, 255, 255, .05);
	border-radius: 5px;
}
.oy a.logo{
	background-color: #fff;
	display: block;
	padding: 15px 0px;
	margin-bottom: 5px;
	border-radius: 3px;
}
.oy a.logo img {
	width: 100%;
	height: 60px;
}
.oy strong {
	font-size: 22px;
	display: block;
	text-align: center;
	color: #ffcb00;
}
.oy span {
	font-size: 13px;
	display: block;
	text-align: center;
	color: rgba(255, 255, 255, .5);
	font-weight: 100;
}
.oy a.btn{
	display: block;
	width: 100%;
	background-color: #017d36;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-style: 14px;
	text-transform: uppercase;
	padding: 10px 0px;
	margin-top: 5px;
}
.oy a.btn:hover{
	background-color: #ffcb00;
	color: #000;
}

.sites{
	margin-bottom: 15px;
}
.site{
	width: 100%;
	padding: 10px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	display: flex;
    align-items: center;
    border-radius: 5px;
}
.site:hover{
	background-color: rgba(0, 0, 0, .1);
}

.site > * {
	flex: 2;
}
.site > .bonus{
	flex: 3;
	padding: 0px 15px;
}

.site > a.logo{
	display: block;
	width: 100%;
}
.site > a.logo img{
	width: 100%;
	height: auto;
}
.site > .bonus{
	display: flex;
    flex-direction: column;
}
.site > .bonus a{
	color: #fff;
	text-decoration: none;
}
.site > .bonus a:hover{
	text-decoration: underline;
}
.site > .bonus strong{
	font-weight: 400;
	font-size: 14px;
}
.site > .bonus span{
	font-weight: 100;
	font-size: 13px;
	color: rgba(255, 255, 255, .75);
}
.site > .btn{
	display: flex;
    flex-direction: column;
}
.site > .btn a.out{
	display: block;
	width: 100%;
	background-color: #017d36;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 0px;
	margin-top: 5px;
}
.site > .btn a.out:hover{
	background-color: #ffcb00;
	color: #000;
}
.site > .btn a.in{
	display: block;
	width: 100%;
	color: #ffcb00;
	text-align: center;
	text-decoration: underline;
	opacity: 0.5;
	font-weight: 100;
}
.site > .btn a.in:hover{
	opacity: 0.8;
}
.sites .site:last-child{
	border-bottom: none;
}
.sites.single{
	padding: 0;
}
.sites.single > .site{
	background-color: rgba(0, 0, 0, .1);
}



#sayfalama{
	margin-top: 15px;
	margin-bottom: 15px;
}
#sayfalama a,
#sayfalama span{
	display: block;
    padding: 7.5px 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .1);
}
#sayfalama a{
	cursor: pointer;
	color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .5);
}
#sayfalama a:hover{
	color: #ffcb00;
	border-color: #ffcb00;
}



table.sitetable,
table.bonustable,
table.pytable{
	width: 100%;
	font-weight: 100;
	font-size: 13px;
	background-color: #212121;
}
table.sitetable tr th,
table.pytable tr th{
	padding: 12.5px 7.5px;
	text-align: left;
	background-color: #017d36;
	color: #FFF;
	font-weight: 400;
	font-size: 13px;
	border: 1px solid #212121;
}
table.sitetable tr td,
table.bonustable tr td,
table.pytable tr td{
	border: 1px solid #2E2E2E;
	padding: 12.5px 7.5px;
	text-align: left;
}

table.sitetable tr:nth-child(2n) td,
table.bonustable tr:nth-child(2n) td,
table.pytable tr:nth-child(2n) td{
    background-color: #292929;
}

table.bonustable tr td:first-child{
	text-align: center;
}
table.bonustable tr td:first-child i{
	font-size: 26px;
	color: #1de070;
}
table.bonustable tr td strong,
table.bonustable tr td span{
	display: block;
	width: 100%;
}
table.bonustable tr td strong{
	font-size: 16px;
	font-weight: bold;
}

table.bonustable tr td span{
	opacity: 0.8;
}
table.pytable tr th:first-child,
table.pytable tr td:first-child,{
	text-align: left;
}
table.pytable thead td{
	font-weight: bold;
}
table.pytable tr td a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed rgba(255, 255, 255, .1);
}
table.pytable tr td a:hover{
	border-bottom-color: #ffcb00;
}


table.avde{
	width: 100%;
	font-weight: 100;
	font-size: 13px;
	background-color: #212121;
}
table.avde tr th{
	padding: 7.5px;
	text-align: center;
	background-color: #017d36;
	color: #FFF;
	font-weight: 500;
	font-size: 14px;
	border: 1px solid #212121;
	width: 50%;
}
table.avde tr td{
	border: 1px solid #2E2E2E;
	padding: 12.5px 7.5px;
	text-align: left;
}

table.avde tr:nth-child(2n) td{
    background-color: #292929;
}




ul.ulavde{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.ulavde li {
	display: block;
	padding: 3px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
}
ul.ulavde li:first-child{
	padding-top: 0;
}
ul.ulavde li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
ul.ulavde li i {
	margin-right: 5px;
}
ul.ulavde li a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed rgba(255, 255, 255, .1);
}
ul.ulavde li a:hover{
	border-bottom-color: #ffcb00;
}
ul.ulavde.av li i{
	color: #1de070;
}
ul.ulavde.de li i{
	color: #ff6a00;
}

span.mactic i{
	margin-right: 5px;
}
span.mactic i.fa-check-circle{
	color: #1de070;
}
span.mactic i.fa-minus-circle{
	color: #ff6a00;
}




/*

table.karsilasma{
	width: 100%;
	font-weight: 100;
	font-size: 12px;
	background-color: #212121;
}
table.karsilasma thead tr th{
	padding: 12.5px 7.5px;
	text-align: center;
	background-color: #017d36;
	color: #FFF;
	font-weight: 500;
	font-size: 14px;
	border: 1px solid #212121;
	position: sticky;
	top: 89px;
	z-index: 999;
}
table.karsilasma tbody tr td{
	border: 1px solid #2E2E2E;
	padding: 12.5px 7.5px;
	text-align: center;
}
table.karsilasma tbody tr:nth-child(2n) td{
    background-color: #292929;
}
table.karsilasma tbody tr td.lig,
table.karsilasma tbody tr td.tarih{
	color: #919191;
}
table.karsilasma tbody tr td.lig {
	text-align: left;
}
table.karsilasma tbody tr td.lig span {
    width: 50px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
table.karsilasma tbody tr td.saat{
	font-weight: 500;
	color: #1db954;
}
table.karsilasma tbody tr td.karsilasma{
	text-align: left;
	color: #fff;
}
table.karsilasma tbody tr td.karsilasma a{
	color: #fff;
	text-decoration: none;
}
table.karsilasma tbody tr td.karsilasma a i {
	color: #ffcb00;
	padding-right: 2px;
}
table.karsilasma tbody tr td.karsilasma a em {
	color: #1db954;
    font-style: normal;
    border: 1px solid #1db954;
    border-radius: 1px;
    padding: 0px 3px;
    padding-top: 1px;
    margin-left: 2px;
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
}
table.karsilasma tbody tr td.karsilasma a:hover span{
	text-decoration: underline;
}

table.karsilasma tbody tr td.oran{
	font-weight: 500;
}

table.karsilasma.min thead tr th{
	top: 49px;
}
table.karsilasma.min tbody tr td:nth-child(1){
	text-align: center;
}
table.karsilasma.min tbody tr td img{
	width: 24px;
}

*/


#mac_box {
	width: 100%;
	padding-top: 56.25%;
	background-color: #000;
	position: relative;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px !important;
    overflow: hidden;
}
#player,
#mac_info{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#mac_info{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
#mac_info > .s{
	text-align: center;
}

#mac_info > .s span{
	color: rgba(255, 255, 255, .5);
	font-weight: 400;
	font-size: 13px;
	white-space: nowrap;
}

#mac_info > .s.teams{
	display: flex;
	flex-direction: row;
}
#mac_info > .s.teams .team{
	flex: 1;
	display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}
#mac_info > .s.teams .team .name {
    flex: 1;
    text-align: left;
    padding: 0px 15px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#mac_info > .s.teams .team.home .name {
    text-align: right;
}
#mac_info > .s.teams .team .logo {
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 50%;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#mac_info > .s.teams .team .logo img {
	width: 100%;
}
#mac_info > .s.teams .time{
	flex: 0;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#mac_info > .s.teams .time .hour{
	font-size: 26px;
	font-weight: 300;
	color: #fff;
}

#mac_info > .s.orans{
	display: flex;
    flex-direction: row;
    padding: 0px 100px;
    padding-top: 50px;
}
#mac_info > .s.orans .oran{
	flex: 1;
	padding: 5px 7.5px;
    white-space: nowrap;
}
#mac_info > .s.orans .oran a{
	display: block;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
#mac_info > .s.orans .oran a strong,
#mac_info > .s.orans .oran a span{
	display: block;
	width: 100%;
	font-weight: 300;
}
#mac_info > .s.orans .oran a strong {
	border-top: 1px solid rgba(255, 255, 255, .2);
	color: #ffcb00;
	font-size: 16px;
	font-weight: 400;
}


#sayac {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    padding: 15px 0px;
    padding-bottom: 60px;
}
#sayac .last{
	color: #FFF;
	font-size: 16px;
}
#sayac .last span{
	color: #FFF;
	font-size: 22px;
}
.box > .content p,
.karsilasma_text p {
	margin: 0;
	font-weight: 100;
	font-size: 13px;
}
.box > .content p strong,
.karsilasma_text p strong{
	color: #ffcb00;
	font-weight: 400;
}
.box > .content p.ii{
	color: #1db954;
	text-align: center;
}
.betform label{
	display: block;
	width: 100%;
	margin-bottom: 0;
}
.betform input[type=text],
.betform textarea{
	width: 100%;
	padding: 5px 15px;
	background-color: rgba(0, 0, 0, .3);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.betform input[type=text].red,
.betform textarea.red{
	border-color: #ffcb00;
}



.betform input[type=text] {
	height: 40px;
}
.betform textarea{
	padding: 15px;
	min-height: 150px;
	max-height: 250px;
}

.betform input[type=submit]{
	display: block;
	background-color: #000;
	color: #FFF;
	cursor: pointer;
	height: 40px;
	width: 100%;
	border: none;
	border-radius: 5px;
}
.betform input[type=submit]:hover{
	background-color: #ffcb00;
	color: #000;
}

.divider {
	width: 100%;
	height: 0.5px;
	background-color: rgba(255, 255, 255, .1);
}


ul.sitedetay{
	width: 100%;
	list-style: none;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    margin: 0;
    padding: 0;
    display: inline-flex;
    float: right;
    white-space: nowrap;
    margin-bottom: 15px;
}
ul.sitedetay li {
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	margin-bottom: -2px;
	width: 25%;
}
ul.sitedetay li a {
	display: block;
	padding: 5px 10px;
	color: rgba(255, 255, 255, .5);
	text-decoration: none;
	width: 100%;
	text-align: center;
}
ul.sitedetay li a span{
	background-color: rgba(255, 255, 255, .5);
	color: #000;
	margin-left: 5px;
	padding: 0px 2px;
	border-radius: 3px;
}
ul.sitedetay li:hover{
	border-bottom-color: rgba(255, 255, 255, .2);
}
ul.sitedetay li:hover a{
	color: rgba(255, 255, 255, .8);
}
ul.sitedetay li:hover a span{
	background-color: rgba(255, 255, 255, .8);
}
ul.sitedetay li.secili{
	border-bottom-color: #ffcb00;
}
ul.sitedetay li.secili a{
	color: #ffcb00;
}
ul.sitedetay li.secili a span{
	background-color: #ffcb00;
}


.r_ben {
	width: 100%;
	height: auto;
}
.r_ben > a.r{
	text-decoration: none;
}
.r_ben > a.r > img.r{
	width: 100%;
}
.r_ben > iframe{
	width: 100%;
}

#sabit_ben {
	position: relative;
}
#sabit_ben > #sabit_ben_sol{
	width: 120px;
	height: 600px;
	position: fixed;
	left: 15px;
	top: 65px;
}
#sabit_ben > #sabit_ben_sag{
	width: 120px;
	height: 600px;
	position: fixed;
	right: 15px;
	top: 65px;
}

.sidebar{
	position: sticky;
    top: 65px;
}

#bg_cover{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

ul.spond{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.spond li {
	margin-bottom: 15px;
	list-style: none;
}
ul.spond li:last-child{
	margin: 0;
}
ul.spond li a{
	display: block;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
}
ul.spond li a .info{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%);
	padding: 5px 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.spond li a .info span{
	font-weight: 300;
}
ul.spond li a .info img{
	max-width: 50%;
}
ul.spond li a .desc{
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 5px 15px;
	text-align: center;
}
ul.spond li a:hover{
	opacity: 0.9;
}
ul.spond li a:hover .info span{
	text-decoration: underline;
}

ul.mobilmenu{
    float:left;
    list-style:none;
    position:relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    float: right;
}
ul.mobilmenu li{
    list-style:none;
    float:left;
    height:40px;
    position:relative;
}
ul.mobilmenu li > ul{
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #212121;
    z-index: 100;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
    display: none;
    padding: 0px 10px;
}
ul.mobilmenu li > ul li{
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
    height: auto;
}
ul.mobilmenu li > ul li:last-child{ border-bottom:none;}
ul.mobilmenu li > ul li a{     display: block;
    float: left;
    width: 100%;
    padding: 5px 0px;
    color: #fff;
    font-weight: 100;
        white-space: nowrap;
    font-size: 13px;}
ul.mobilmenu li > ul li:hover a, ul.mobilmenu li > ul li.secili a{color:#ffcb00;}
ul.mobilmenu li:hover ul, ul.mobilmenu li:focus ul{ display:block;}

ul.mobilmenu li span { height:40px; line-height:40px; white-space: nowrap;}

ul.mobilmenu.sport{
    padding:0;
    float: left;
}
ul.mobilmenu.sport li span{
    color: #1db954;
}
ul.mobilmenu.sport li > ul{
    left:0;
    min-width: 150px;
}

.container,
#footer{
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 1200px) {
    #sabit_ben{
        display:none;
    }
}
@media screen and (max-width: 992px) {
    ul#menu_spor_tarih li a strong,
    ul#menu_spor_tarih li a span em{
        display:none;
    }
}
@media screen and (max-width: 768px) {
    

    ul#menu_ana li a {
        padding: 3px 7px;
        font-size: 12px;
    }
    table.karsilasma thead tr th.lig,
    table.karsilasma tbody tr td.lig,
    table.karsilasma thead tr th.tarih,
    table.karsilasma tbody tr td.tarih{
        display:none;
    }
    #mac_info > .s.teams .team .logo{
        width:24px;
        height:24px;
        padding:2px;
    }
    #mac_info > .s.orans{
        padding-top:20px;
    }
    #sayac{
        padding-bottom:20px;
    }
    ul.sitedetay li a {
	    padding: 5px 2px;
	    font-size: 12px;
	}
	.oy{
		width: 48%;
	}
}
@media screen and (max-width: 576px) {
    #mac_info > .s.orans{
        padding-top:5px;
    }
    #sayac{
        padding-bottom:5px;
    }
    #mac_info > .s.teams .time{
        padding: 0px 5px;
    }
    #mac_info > .s.teams .time .hour{
        font-size:14px;
    }
	.oy{
		width: 98%;
	}
}




