/*------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FONTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
* {
  box-sizing: border-box; }

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif; }

.limit {
  position: relative;
  margin: 0 auto;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

/*-----------------------USE---------------------------
footer {
   @include text-shadow(1px, #000);
   @include gradient($color1, $color2);
   @include hr_gradient($color1, $color2);
   @include transition(all,0.5s);
   @include transform(skew(20deg));
   @include transform(translate(-50% , -50%));
   @include custom_border(border-color,border-weight,dash-size,gap-size);
}
-----------------------------------------------------*/
/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
/*-----------------------USE---------------------------
footer {
   @include text-shadow(1px, #000);
   @include gradient($color1, $color2);
   @include hr_gradient($color1, $color2);
   @include transition(all,0.5s);
   @include transform(skew(20deg));
   @include transform(translate(-50% , -50%));
   @include custom_border(border-color,border-weight,dash-size,gap-size);
}
-----------------------------------------------------*/
/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
/*-----------------------USE---------------------------
footer {
   @include text-shadow(1px, #000);
   @include gradient($color1, $color2);
   @include hr_gradient($color1, $color2);
   @include transition(all,0.5s);
   @include transform(skew(20deg));
   @include transform(translate(-50% , -50%));
   @include custom_border(border-color,border-weight,dash-size,gap-size);
}
-----------------------------------------------------*/
/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  opacity: .75;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

.slick-prev {
  left: -25px; }

.slick-prev:before {
  content: '';
  background-image: url("../images/arrow-left.png"); }

.slick-next {
  right: -25px; }

.slick-next:before {
  content: '';
  background-image: url("../images/arrow-right.png"); }

/* Arrows end */
.news-top-container {
  background: url("../images/bg.svg") top center no-repeat;
  padding: 30px 0; }
  .news-top-container h1 {
    text-align: center;
    font-size: 50px;
	padding: 45px;
    margin: 0;
    color: #cc5319; }

.news-container {
  background: radial-gradient(53.33% 384.94% at 4.69% 11.1%, #63c68f 0, #212829 100%);
  padding: 30px 0; }

.all-news-title {
  color: #fff;
  display: block;
  margin-bottom: 18px;
  font-size: 28px;
  text-decoration: none; }
  .all-news-title h2 {
    color: #fff;
    display: block;
    margin: 0 0 18px 0;
    font-size: 28px; }
  .all-news-title:hover {
    text-decoration: underline; }

.news-wrapper {
  display: flex;
  justify-content: space-between; }

.last-news-card-primary-wrapper, .news-cards-wrapper {
  display: inline-block;
  width: calc(50% - 10px); }

.last-news-card-primary-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 400px; }
  .last-news-card-primary-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .last-news-card-primary-wrapper:hover .last-news-text {
    text-decoration: underline; }

.last-news-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 40px;
  color: #fff;
  font-size: 20px; }

.news-card {
  display: flex;
  color: #fff;
  text-decoration: none;
  padding: 20px 45px 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .news-card:first-of-type {
    padding-top: 0; }
  .news-card:hover .news-card-title {
    text-decoration: underline; }

.news-card__img_wrapper {
  width: 60px;
  height: 40px;
  display: inline-block;
  margin-right: 24px;
  overflow: hidden;
  border-radius: 4px; }
  .news-card__img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.news-card-title {
  color: #fff;
  text-decoration: none;
  flex: 1; }

.all-news-content-container {
  background: #f8f8f8;
  padding: 30px 0; }
  .all-news-content-container h2 {
    text-align: center; }

.morelink {
  text-decoration: none;
  color: #1e4e40; }
  .morelink:hover {
    color: #1e4e40;
    text-decoration: underline; }

.slot-card {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.02), 0 5px 6px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px 14px;
  border-radius: 10px;
  text-align: center; }

.slot-img-wrapper {
  display: block;
  margin: 0 auto 20px;
  height: 90px;
  width: 90px;
  border-radius: 100%;
  overflow: hidden; }
  .slot-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.slot-card-button {
  padding: 7px 15px;
  background: #224e41;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-align: center; }

.slot-link {
  color: #1c1c1c;
  font-size: 16px; }
  .slot-link h4 {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 400; }
  .slot-link:hover {
    color: #1c1c1c; }

.slot-card a {
  text-decoration: none; }

.slot-card-wrapper {
  padding: 5px; }

.morecontent span {
  display: none; }

.one-news-container {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 30px 0; }
  .one-news-container .limit {
    display: flex; }

.one-news-sidebar {
  width: 280px;
  margin-left: 40px; }

.one-news-wrapper {
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.5; }
  .one-news-wrapper p, .one-news-wrapper li {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif; }
  .one-news-wrapper ul, .one-news-wrapper ol {
    margin: 0 0 20px 20px;
    padding: 0; }

.news-top-block {
  background: url("../images/top-img.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 350px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); }
  .news-top-block h1 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-family: 'Roboto Condensed', sans-serif; }

.author-photo-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden; }
  .author-photo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.author-news-block {
  display: inline-flex;
  align-items: center;
  margin-right: 20px; }

.news-data-block {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center; }

.author-news-name {
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff; }
  .author-news-name:hover {
    color: #fff;
    text-decoration: none; }

.one-news-block {
  padding: 40px; }

.latest-news-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 54px;
  font-size: 22px; }

.one-news-primary-wrapper {
  flex: 1; }

.last-news-card {
  height: 360px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 20px);
  margin: 0 10px 20px;
  color: #333;
  text-decoration: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }
  .last-news-card:hover {
    color: #333;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); }

.last-news-card__img-wrapper {
  width: 100%;
  height: 180px; }
  .last-news-card__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.last-news-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px; }

.last-news-card__text-wrapper {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column; }
  .last-news-card__text-wrapper h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.last-news-card__date {
  margin-top: auto;
  text-transform: uppercase;
  font-size: 14px; }

.show-more-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px; }
  .show-more-button:hover {
    color: #333; }

.button-center-wrapper {
  text-align: center; }

.sidebar-casinos-title {
  background-color: #f8f8f8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #333;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5); }

.sidebar-see-all-link, .sidebar-casinos-title {
  padding: 14px 10px;
  text-align: center;
  display: block; }

.sidebar-casinos-wrapper {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px; }

.sidebar-casino-card {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 48px; }
  .sidebar-casino-card:hover .sidebar-casino-button {
    right: 0; }
  .sidebar-casino-card:hover .sidebar-casino-img-wrapper {
    display: none; }

.sidebar-see-all-link {
  text-decoration: none;
  color: #333; }

.sidebar-casino-img-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden; }
  .sidebar-casino-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.sidebar-casino-button {
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #212829;
  color: #fff;
  padding: 10px 30px;
  position: absolute;
  right: -100%;
  top: 0;
  display: flex;
  text-decoration: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.sidebar-casino-name {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis; }

.slots-cards-slider-wrapper {
  padding-left: 25px;
  padding-right: 25px; }

.one-news-block p {
  margin: 0 0 20px 0; }
  .one-news-block p:last-of-type {
    margin-bottom: 0; }

@media (max-width: 902px) {
  .one-news-container .limit {
    flex-wrap: wrap; }

  .one-news-sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 40px; } }
@media (max-width: 852px) {
  .news-wrapper {
    flex-wrap: wrap; }

  .last-news-card-primary-wrapper, .news-cards-wrapper {
    display: inline-block;
    width: 100%; }

  .last-news-card-primary-wrapper {
    margin-bottom: 40px; } }
@media (max-width: 680px) {
  .last-news-cards-wrapper {
    margin-left: 0;
    margin-right: 0; }

  .last-news-card {
    width: 100%;
    flex-direction: row;
    height: auto;
    margin: 0 0 10px 0; }

  .last-news-card__img-wrapper {
    width: 140px;
    height: auto; } }
@media (max-width: 652px) {
  .last-news-text {
    padding: 20px; }

  .last-news-card-primary-wrapper {
    height: 250px; }

  .last-news-text {
    font-size: 18px; }

  .news-card {
    padding: 20px 0; }

  .news-top-block h1 {
    font-size: 28px; }

  .one-news-wrapper {
    font-size: 16px; }

  .one-news-block {
    padding: 20px 14px; }

  .news-top-block {
    padding: 20px; }

  .one-news-wrapper, .one-news-wrapper p, .one-news-wrapper li {
    font-size: 16px; }

  .news-top-container h1 {
    font-size: 28px; }

  .all-news-title h2 {
    font-size: 22px; } }
@media (max-width: 452px) {
  .news-card__img_wrapper {
    margin-right: 14px; }

  .last-news-card__img-wrapper {
    width: 90px;
    height: auto; }

  .news-data-block {
    flex-wrap: wrap; }

  .date-news-block {
    width: 100%;
    text-align: center; }

  .author-news-block {
    margin-right: 0;
    margin-bottom: 10px; }

  .news-top-block h1 {
    font-size: 22px; }

  .last-news-card__text-wrapper {
    padding: 12px; } }

/*# sourceMappingURL=style.css.map */
