@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700|Teko:400,600,700&display=swap&subset=latin-ext');
@font-face {
  font-family: 'TTNorms-Regular';
  src: url('../font/TTNorms-Regular.eot?#iefix') format('embedded-opentype'), url('../font/TTNorms-Regular.otf') format('opentype'), url('../font/TTNorms-Regular.woff') format('woff'), url('../font/TTNorms-Regular.ttf') format('truetype'), url('../font/TTNorms-Regular.svg#TTNorms-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TTNorms-Bold';
  src: url('../font/TTNorms-Bold.eot?#iefix') format('embedded-opentype'), url('../font/TTNorms-Bold.otf') format('opentype'), url('../font/TTNorms-Bold.woff') format('woff'), url('../font/TTNorms-Bold.ttf') format('truetype'), url('../font/TTNorms-Bold.svg#TTNorms-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.button.button-v1 {
  display: inline-block;
  width: 150px;
  height: 33px;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  border: 1px solid #fff;
  box-shadow: none;
  transition: all 0.2s linear;
}
.button.button-v1:hover {
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.6);
}
@media (max-width: 600px) {
  .button.button-v1 {
    width: 120px;
  }
}
.page-wrapper {
  background-color: #1b2129;
}
.box-list {
  overflow: hidden;
  padding: 40px 36px;
}
@media (max-width: 992px) {
  .box-list {
    padding: 40px 18px;
  }
}
.horizontal-list.v1 {
  display: flex;
  margin: 0 -18px;
}
@media (max-width: 992px) {
  .horizontal-list.v1 {
    flex-wrap: wrap;
  }
}
.horizontal-list.v1 li,
.horizontal-list.v1 .list-item {
  width: 33.333%;
  padding: 0 18px;
}
@media (max-width: 992px) {
  .horizontal-list.v1 li,
  .horizontal-list.v1 .list-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.box-v1 {
  display: flex;
  justify-content: space-between;
  background: transparent url("https://v3.pronetstatic.com/perabet/upload_files/landing-box-bg-v1.jpg") no-repeat center / cover;
  box-shadow: none;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .box-v1 {
    max-width: 450px;
    margin: 0 auto;
  }
}
.box-v1:hover {
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.6);
}
.box-v1:hover .text figure img {
  transform: rotate(-360deg);
}
.box-v1.color-green {
  background: transparent url("https://v3.pronetstatic.com/perabet/upload_files/landing-box-bg-v2.jpg") no-repeat center / cover;
}
.box-v1 .text {
  padding: 30px 0 30px 25px;
}
@media (max-width: 600px) {
  .box-v1 .text {
    padding: 15px 0 15px 15px;
  }
}
.box-v1 .text figure {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .box-v1 .text figure {
    margin-bottom: 15px;
  }
}
.box-v1 .text figure img {
  max-width: 100%;
  transition: all 0.2s linear;
}
.box-v1 .text h2 {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .box-v1 .text h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.box-v1 .text h2 span {
  display: block;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 600px) {
  .box-v1 .text h2 span {
    font-size: 25px;
    line-height: 25px;
  }
}
.box-v1 > figure {
  margin: -42px 10px -22px 0;
  align-self: flex-end;
}
@media (max-width: 600px) {
  .box-v1 > figure {
    margin: -42px 10px -19px 0;
  }
}
.box-v1 > figure img {
  width: 180px;
}
@media (max-width: 600px) {
  .box-v1 > figure img {
    width: 150px;
  }
}
.box-v2 {
  display: flex;
  align-items: center;
}
.box-v2 figure {
  margin-right: 15px;
}
.box-v2 p {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0 0 5px #000000;
}
.box-v2 p span {
  display: block;
  font-weight: 400;
}
.banner-v1 {
  position: relative;
  background: #1b2129 url("https://v3.pronetstatic.com/perabet/upload_files/landing-bg-figure-v1.png") no-repeat right center;
  padding: 100px 0 50px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .banner-v1 {
    padding: 20px 0 10px;
    background: none;
  }
}
.banner-v1 .right-point-icons,
.banner-v1 .left-point-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .banner-v1 .right-point-icons,
  .banner-v1 .left-point-icons {
    display: none;
  }
}
.banner-v1 .right-point-icons {
  right: 30px;
}
.banner-v1 .left-point-icons {
  left: 30px;
}
.banner-v1 .text {
  width: 100%;
  max-width: 950px;
  padding: 0 0 0 150px;
}
@media (max-width: 992px) {
  .banner-v1 .text {
    padding: 0 80px;
  }
}
@media (max-width: 600px) {
  .banner-v1 .text {
    padding: 0 15px;
  }
}
.banner-v1 .text h2 {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 44px;
  color: #fff;
  margin-bottom: 50px;
  text-shadow: 0 0 5px #000000;
}
@media (max-width: 600px) {
  .banner-v1 .text h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.banner-v1 .text > p {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 50px;
  text-shadow: 0 0 5px #000000;
}
@media (max-width: 600px) {
  .banner-v1 .text > p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.banner-v1 .text ul {
  display: flex;
}
@media (max-width: 600px) {
  .banner-v1 .text ul {
    flex-direction: column;
  }
}
.banner-v1 .text ul li {
  border-right: 1px solid #fff;
  margin-right: 50px;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .banner-v1 .text ul li {
    margin-right: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .banner-v1 .text ul li {
    margin: 0;
    padding: 0;
    border-right: none;
    margin-bottom: 10px;
  }
}
.banner-v1 .text ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
header#header {
    font-size: 12px;
}
#slider-wrapper #main-landing-slider .banner-custom-content {
  display: none!important;
}
.slider button.btn-floating {
  border-radius: 0!important;
  opacity: 0.8!important;
}
#navbar-top #header-fix-menu {
  margin-top: 0!important;
}
#navbar-top #menu-other {
  margin-top: 0!important;
}
ul.top-menu li {
  border-right: 1px solid #454e5f;
}
#navbar-bottom .main-menu>ul>li>a {
  position: relative;
  padding: 10px 7px!important
}
#navbar-bottom .main-menu>ul>li>a.active:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #1f5135;
    position: absolute;
    bottom: 0;
    left: 45%;
}
#navbar-bottom .main-menu>ul>li>a {
    font-weight: 600!important;
}
.custom_deposit_link .col {
    margin: 10px 0 0;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 14px;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2, .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

#navbar-bottom .main-menu-sub ul {
  height: 30px!important;
  overflow: hidden!important;
}
#navbar-bottom .main-menu-sub ul span li>a {
  font-weight: 500;
  font-size: 11px!important;
}
#navbar-bottom .main-menu-sub ul li {
    padding: 0;
    margin: 0;
    border-right: 1px solid #4c745d;
}
.section-bonus {
  background: #1b2129 url("https://v3.pronetstatic.com/perabet/upload_files/promo-bg.jpg") top center no-repeat;
  padding-bottom: 40px;
  font-family: 'Source Sans Pro',sans-serif;
}
.section-bonus .section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 700px;
  margin: auto;
  padding: 60px 0 50px;
}
@media screen and (max-width: 768px) {
  .section-bonus .section-head {
    padding: 60px 0 30px;
  }
}
.section-bonus .section-head .head-icon {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .section-bonus .section-head .head-icon {
    margin-bottom: 30px;
  }
}
.section-bonus .section-head .title {
  margin-bottom: 40px;
  font-size: 6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-bonus .section-head .title {
    margin-bottom: 30px;
    font-size: 3rem;
  }
}
.section-bonus .section-head .description {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .section-bonus .section-head .description {
    font-size: 1.6rem;
  }
}
.bonus-card {
  margin-bottom: 36px;
  padding: 0 18px !important;
}
@media screen and (max-width: 768px) {
  .bonus-card {
    padding: 0 8px !important;
    margin-bottom: 16px;
  }
}
.bonus-card .card-inner {
  display: block;
  position: relative;
  background: #30394a;
  border-radius: 10px;
  overflow: hidden;
  min-height: 292px;
}
.bonus-card .card-inner:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: linear-gradient(65deg, transparent 40%, rgba(255, 255, 255, 0.2) 40%, transparent 80%);
  z-index: -1;
  transition: all 0.2s linear;
  background-position: -80px 0;
}
.bonus-card .card-inner:hover:after {
  background-position: 0 0;
  z-index: 3;
}
.bonus-card .card-inner:hover .card-title {
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .bonus-card .card-inner:hover .card-title {
    bottom: 30px;
  }
}
.bonus-card .card-inner:hover figure img {
  transform: scale(1.05);
}
.bonus-card figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bonus-card figure.v1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #1f5135);
}
.bonus-card figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.2s linear;
}
.bonus-card .card-title {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .bonus-card .card-title {
    bottom: 15px;
    font-size: 2rem;
  }
}
.bonus-card .card-title strong {
  display: block;
  font-size: 36px;
  color: #f5bb1b;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bonus-card .card-title strong {
    font-size: 28px;
  }
}
.bonus-card .card-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.register-menu li {
  border-right: 0!important;
}
figcaption.banne1r-text h2 {
  display: none!important;
}
#navbar-top .header-topline .top-left li:nth-child(2),
#navbar-top .header-topline .top-left li:nth-child(3),
#navbar-top .header-topline .top-left li:nth-child(4){
    padding: 0 0px!important;
}
#navbar-top .header-topline .top-left li:nth-child(2) a.left,
#navbar-top .header-topline .top-left li:nth-child(3) a.left,
#navbar-top .header-topline .top-left li:nth-child(4) a.left{
    font-size: 14px;
}
#navbar-top .header-topline .top-left li:nth-child(2) a.left:before {
    font-size: 16px;
    content: "\f03d";
    color: #f5bb1b;
    font-family: Fontawesome;
    padding: 0px 6px;
}
#navbar-top .header-topline .top-left li:nth-child(3) a.left:before {
    font-size: 16px;
    content:"\f06b";
    color: #f5bb1b;
    font-family: Fontawesome;
    padding: 0px 6px;
}
span.menu-new-item {
  background: #f4ba1a;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 11px;
    margin-left: 5px;
}
#navbar-top #header-fix-menu>li>a.active, #navbar-top #header-fix-menu>li>a:hover span.menu-new-item{
    color: #fff;
}
@media only screen and (min-width: 768px) {
  li.aviator a:before {
      content: 'YENİ';
      position: absolute;
      top: -17px;
      left: 30px;
      background: #f5bb1b;
      z-index: 9998;
      font-size: 12px;
      padding: 0 10px;
      border-radius: 5px;
  }
  li.aviator a:after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 44px;
      border-style: solid;
      border-top-width: 10px;
      border-right-width: 10px;
      border-left-width: 10px;
      border-top-color: #f5bb1b;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
  }
}

.vendor-filter .vendor-filter-btn {
  background-color: #323c4a;
    color: #fff;
    width: 24.6%;
    margin: 0.2%;
    padding: 5px 10px;
    height: auto;
    line-height: normal;
    font-weight: 400;
}
.vendor-filter .btn-large:hover, .vendor-filter .btn:hover {
    background-color: #414e61!important;
}
.vendor-filter {
    margin: 5px 0 30px;
}
