
@import "_vendor/bootstrap.min.css?v=2.05";
@import "_vendor/font-awesome.min.css?v=2.00";
@import "_vendor/slick.css?v=2.00";
@import "layout/header.css?v=2.25";
@import "layout/navigation.css?v=1.00";
@import "layout/footer.css?v=2.05";
@import "layout/contentpage.css?v=2.65";
/***************/

/**** FONTS ****/

@import url('https://use.typekit.net/yql0tpr.css');
/**** /FONTS ****/

/***************/

/***********************/

/**** MISCELLANEOUS ****/

body {
  font-family: 'myriad-pro', sans-serif;
  position: absolute;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body>main#page {
  position: relative;
  z-index: 5;
  background-color: #FFF;
  margin-top: 75vh;
  min-height: 60vh;
}

@media (max-width: 991px) {
  body>main#page {
    margin-top: 95vh;
  }
}

body>main#page section {
  position: relative;
  padding: 30px 0;
}

@media (min-width: 1600px) {
  .container {
    width: 1580px;
    max-width: 100%;
  }
}

body.detail-page>main#page {
  background-color: #E6E6E7;
  margin: 40vh auto 0;
  padding: 0 0 100px;
}

body.detail-page>main#page>main.container:first-child {
  padding: 40px 15px;
  min-height: 60vh;
}

@media (max-width: 575px) {
  body.detail-page>main#page {
    padding: 0;
  }
}

body.detail-page.green>main#page {
  background-color: #75CB9F;
}

body.detail-page.yellow>main#page {
  background-color: #EED999;
}

body.detail-page .sidebar-block {
  background-color: #00A350;
  color: #FFF;
}

body.detail-page.black .sidebar-block {
  background-color: #000;
  color: #FFF;
}

body.detail-page.green h1, body.detail-page.green h2, body.detail-page.green h3 {
  color: #00A350;
  margin-bottom: 10px;
}

@media (min-width: 1600px) {
  .container {
    width: 1230px;
  }
}

@media (min-width: 1200px) {
  .mobile {
    display: none;
  }
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.text-green {
  color: #00A350;
}

.text-yellow {
  color: #E0B942;
}

.text-blue {
  color: #0051D9;
}

.text-black {
  color: #000;
}

.bg-white {
  background-color: #FFF;
}

.bold {
  font-weight: bold;
}

.title {
  margin: 0 0 10px;
}

.hidden {
  display: none !important;
}

body.detail-page ol.breadcrumbs a {
  color: #000;
}

body.detail-page.green ol.breadcrumbs a, body.detail-page.green ol.breadcrumbs li:after {
  color: #00A350;
}

ol.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

#wedstrijd_content {
  margin: 0 0 80px;
}

/*********************/

/**** BREADCRUMBS ****/

ol.breadcrumbs li {
  position: relative;
  font-style: italic;
  display: inline-block;
  margin: 0 12.5px 0 0;
  padding-right: 15px;
}

ol.breadcrumbs li:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '\f105';
  color: #9A9A9A;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}

ol.breadcrumbs li:last-child:after {
  display: none;
}

/**** /BREADCRUMBS ****/

/**********************/

/*************************/

/**** FONTAWESOME ICON ***/

.info-choiches .info-select-wrapper form {
  padding: 175px 0 0;
  margin: -175px 0 0;
}

.toppage-options .toppage-block-link:after, nav#main-menu #main-menu-control>li.active .menu-dropdown-toggle::after, nav#main-menu #main-menu-control>li:after, .info-choiches .info-select-wrapper:after, .matches-container .match-row:after, ol.breadcrumbs li:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**** /FONTAWESOME ICON ****/

/***************************/

/**** BUTTONS ****/

/*****************/

.btn {
  -webkit-transition: .5s all;
  transition: .5s all;
  display: inline-block;
  font-weight: 200;
  line-height: 45px;
  height: 45px;
  padding: 0 20px;
  font-style: italic;
  color: #FFF;
}

.btn-special {
  font-weight: bold;
  font-style: normal;
  width: 100%;
  padding: 0 30px;
}

.btn:hover, .btn:focus {
  text-decoration: none;
  outline: 0;
}

.btn.btn-green {
  background-color: #00A34F;
}

.btn.btn-green:hover, .btn.btn-green:focus {
  background-color: #017936;
  color: #FFF;
}

.btn.btn-black {
  background-color: #000;
}

.btn.btn-black:hover, .btn.btn-black:focus {
  background-color: #222;
  color: #FFF;
}

.btn.btn-yellow {
  background-color: #C7A332;
}

.btn.btn-yellow:hover, .btn.btn-yellow:focus {
  background-color: #E0B942;
  color: #FFF;
}

/**** /BUTTONS ****/

/******************/

#back-to-top {
  background-image: url('../images/layout/back-to-top.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  opacity: .5;
  z-index: 8;
  width: 30px;
  height: 30px;
  -webkit-transition: .5s opacity;
  transition: .5s opacity;
}

@media (max-width: 575px) {
  #back-to-top {
    bottom: 15px;
    right: 15px;
  }
}

#back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}

/**** /MISCELLANEOUS ****/

/************************/

/*********************/

/**** STARTPAGINA ****/

section main.container {
  position: relative;
}

section .section-title-container.messages {
  background-image: url('../images/layout/section-titles/stick-messages.png');
}

section .section-title-container.sponsors {
  background-image: url('../images/layout/section-titles/stick-sponsors.png');
}

section .section-title-container.videos {
  background-image: url('../images/layout/section-titles/stick-videos.png');
}

section .section-title-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: -129px;
  top: -7px;
  height: 90px;
  width: 450px;
  font-size: 0;
}

section .section-item-container {
  background-image: url('../images/layout/hockeyball.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 425px;
  top: 40px;
  height: 40px;
  width: 40px;
}

section .section-item-container.black {
  background-image: url('../images/layout/hockeyball-black.png');
}

@media (max-width: 575px) {
  section.green .section-title-container, section.yellow .section-title-container {
    color: #FFF;
  }
  section .section-title-container {
    background-image: none !important;
    font-size: 2.5rem;
    height: auto;
    left: 15px;
  }
  .btn.btn-news {
    margin: 70px 0 0 !important;
  }
  section.news main.container {
    padding: 135px 15px 0 !important;
  }
  section .section-item-container {
    display: none;
  }
}

@media (max-width:1400px;
) {
  section .section-title-container {
    left: -5px;
  }
}

/**************/

/**** NEWS ****/

.news.green {
  background-color: #75CB9F;
}

.news.green .news-body a.news-read-more {
  color: #75CB9F;
}

.news.green .news-body h1.news-title>a {
  color: #00A34F;
}

.news.green .news-body h1.news-title>a:hover {
  text-decoration: none;
}

.news.yellow {
  background-color: #EED999;
}

.news.yellow .news-body a.news-read-more {
  color: #EED999;
}

.news.yellow .news-body h1.news-title>a {
  color: #E0B942;
}

.news.yellow .news-body h1.news-title>a:hover {
  text-decoration: none;
}

.news.black {
  background-color: #E6E6E7;
}

.news.black .news-body h1.news-title>a {
  color: #000;
}

.news.black .news-body h1.news-title>a:hover {
  text-decoration: none;
}

.news.green .news-filter {
  background-color: #00A34F;
  color: #FFF;
}

.news.black .news-filter {
  background-color: #000;
  color: #FFF;
}

section.news main.container {
  padding: 100px 15px 0;
}

section#news-messages, section#news-sponsors {
  padding-bottom: 0 !important;
}

.news-filter {
  padding: 15px;
  margin: 15px 0 30px;
}

.news-filter>a {
  color: #FFF;
  padding: 0;
  margin-right: 7.5px;
  display: inline-block;
  font-style: italic;
  font-weight: 200;
}

.news-filter>a:last-child {
  margin-right: 0;
}

.news-filter a.active {
  font-weight: bold;
  font-style: normal;
}

.news-item {
  background-color: #FFF;
  margin: 0 0 30px;
}

.news-image {
  width: 100%;
  height: 200px;
  display: block;
}

.news-image .fa-stack {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 4em;
  height: 4em;
  line-height: 4em;
}

.news-image .fa-stack-2x {
  font-size: 4em;
}

.news-image .fa-circle {
  color: #FFF;
}

.news-image .fa-play {
  color: #000;
  font-size: 2em;
}

.news-body {
  height: 255px;
  padding: 20px;
}

.news-body .news-category {
  font-weight: 400;
  color: #CCC;
  font-size: 18px;
}

.news-body h1.news-title {
  height: 70px;
  overflow-y: hidden;
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
  margin: 10px 0;
}

.news-body p.news-content {
  font-weight: 200;
  height: 58px;
  overflow-y: hidden;
  font-size: 21px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.news-body a.news-read-more {
  font-style: italic;
  font-weight: 200;
}

.btn.btn-news {
  position: absolute;
  top: 0;
  right: 15px;
  margin: 25px 0 0;
  font-weight: 200;
  float: right;
}

@media (max-width: 575px) {
  section.news main.container {
    padding: 230px 15px 0;
  }
  .btn.btn-news {
    margin: 150px 0 0;
    width: auto;
    width: calc(100% - 30px);
    text-align: center;
  }
}

@media (max-width: 991px) {
  section#news-messages, section#news-sponsors {
    padding-top: 15px !important;
  }
  .news-item {
    margin: 0 0 15px;
  }
}

/**** /NEWS ****/

/***************/

/******************/

/**** SECTIONS ****/

section#block-menu {
  padding-bottom: 0 !important;
}

.block-item.blue {
  background-color: #74A4EB
}

.block-item.blue:hover, .block-item.blue:focus {
  background-color: #5582C5
}

.block-item.green {
  background-color: #75Cb9D
}

.block-item.green:hover, .block-item.green:focus {
  background-color: #00A34F
}

.block-item.yellow {
  background-color: #EED999
}

.block-item.yellow:hover, .block-item.yellow:focus {
  background-color: #E0B942
}

.block-item {
  position: relative;
  -webkit-transition: .25s all;
  transition: .25s all;
  display: block;
  margin: 0 0 30px;
}

.block-item:hover, .block-item:focus {
  text-decoration: none;
}

.block-item .block-placeholder {
  position: relative;
  height: 225px;
}

.block-item.large .block-placeholder {
  height: 530px;
}

.block-item img.block-image, .block-item img.block-image-hover {
  position: relative;
  -webkit-transition: .25s opacity;
  transition: .25s opacity;
  width: 100%;
}

.block-item img.block-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.block-item:hover img.block-image-hover {
  opacity: 1;
}

.block-item:hover img.block-image {
  opacity: 0;
}

.block-item .block-placeholder.align-bottom-right img.block-image {
  bottom: 0;
  right: 30px;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  padding-bottom: 0;
}

.block-item span.block-title {
  background-color: RGBA(33, 33, 33, .65);
  -webkit-transition: .25s all;
  transition: .25s all;
  line-height: 50px;
  display: block;
  font-style: italic;
  font-weight: 600;
  padding: 0 15px;
  width: 100%;
  color: #FFF;
}

.block-item:hover span.block-title, .block-item:focus span.block-title {
  background-color: #000;
}

@media (max-width: 991px) {
  section#block-menu {
    padding-top: 15px !important;
  }
  .block-item {
    margin: 0 0 15px;
  }
}

section#club-intro {
  background-color: #E6E6E7;
}

section#club-intro img.club-logo {
  max-width: 100%;
}

section#club-intro .club-content {
  margin: 0 0 20px;
}

section#hockey-quote {
  padding: 0 !important;
  background-color: #0051D9;
  height: 400px;
}

section#hockey-quote main.container {
  background-image: url('../images/layout/quote-hockey.png');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: contain;
  padding: 150px 15px;
  height: 100%;
}

section#hockey-quote .quote-title {
  color: #FFF;
  margin: 0 0 25px;
}

section#hockey-quote .quote-content {
  color: #FFF;
  font-weight: 200;
}

/**** /SECTIONS ****/

/*******************/

/***********************/

/**** GAME SCHEDULE ****/

.option-header {
  margin: 0 30px 30px 30px;
}

.option-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.option-links li {
  display: inline-block;
  margin-right: 5px;
}

.option-links li a {
  color: #75CB9D;
  text-decoration: underline;
}

.info-choiches .info-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

, .info-choiches .info-select-wrapper:after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\f0dc';
  pointer-events: none;
}

.info-choiches.green .info-select-wrapper:after {
  color: #00A350;
}

.info-choiches.blue .info-select-wrapper:after {
  color: #0051D9;
}

.lisatr-filter-container select, .info-choiches .info-select-wrapper select {
  position: relative;
  height: 50px;
  background-color: #FFF;
  padding: 7.5px 15px;
  color: #858585;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  -webkit-box-shadow: 2px 2px 2px #D2D2D2;
  box-shadow: 2px 2px 2px #D2D2D2;
  outline: none;
  font-weight: 200;
  max-width: 100%;
}

.info-choiches .match-checkboxes {
  display: inline-block;
  margin: 0 15px;
  line-height: 40px;
}

.info-choiches .match-checkboxes label {
  font-weight: 200;
  margin: 0 7.5px 0 0;
  color: #232829;
}

.info-choiches .match-checkboxes label>input[type="checkbox"] {
  margin-right: 5px;
  border-radius: 2.5px;
  border: 1px solid #D2D2D2;
  -webkit-box-shadow: 2px 2px 2px #D2D2D2;
  box-shadow: 2px 2px 2px #D2D2D2;
}

/***********************/

/**** GAME OVERVIEW ****/

#match-form {
  width: 100%;
}

#overview_info {
  background-color: #75CB9F;
  padding: 30px 30px 0;
  color: #FFF;
  display: none;
}

.detail-page #wedstrijd_content .bg-white {
  padding-top: 30px;
}

.lisatr-category, .match-category {
  background: #75CB9D;
  padding: 10px 30px;
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}

.match-row-container {
  display: block;
}

.match-row-container:hover, .match-row-container:focus {
  text-decoration: none;
}

.matches-container.green {
  background-color: #00A350;
}

.matches-container.green .match-row-container:hover {
  background-color: #017936;
}

.matches-container.green .match-row-container.overview_row_visited {
  background-color: #017936;
}

.matches-container.blue {
  background-color: #0051D9;
}

.matches-container.blue .match-row-container:hover {
  background-color: #032C71;
}

.match-poule-container {
  margin: 30px -30px 0;
  background-color: #FFF;
  padding: 30px;
  color: #00A350;
}

#wedstrijdpouleStand tr:nth-child(odd) {
  background-color: #E6E6E6;
}

#wedstrijdpouleStand tr:first-child {
  background-color: #FFF;
}

#wedstrijdpouleStand tr td:first-child {
  padding-left: 10px;
}

#wedstrijdpouleStand tr:first-child td:first-child {
  padding-left: 0;
}

.matches-container .match-row-container {
  -webkit-transition: .5s all;
  transition: .5s all;
  display: block;
  color: #FFF;
  padding: 0 30px;
}

.matches-container .match-row-container:first-child {
  padding: 15px 30px 0;
}

.matches-container .match-row-container:last-child, .matches-container .match-row-container:only-child {
  padding: 0 30px 15px;
}

.matches-container .match-row-container:hover, .matches-container .match-row-container:focus {
  text-decoration: none;
  cursor: pointer;
}

.matches-container .match-row-container.overview_row_visited .match-row {
  border-bottom: none;
}

.matches-container .match-row {
  position: relative;
  border-bottom: 2px solid #F1F1F1;
  padding: 15px 0 15px 0;
}

.matches-container .match-row-container:first-child .match-row {
  padding: 0 0 15px 0;
}

.matches-container .match-row-container:last-child .match-row {
  border-bottom: 0;
  padding: 15px 0 0 0;
}

.matches-container .match-row:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '\f105';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}

.matches-container .match-row-container.overview_row_visited .match-row:after {
  content: '\f107';
}

.matches-container .match-row .match-info {
  font-weight: 200;
}

.matches-compact {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/**** /GAME OVERVIEW ****/

/************************/

/**** /GAME SCHEDULE ****/

/************************/

/**********************/

/**** TEAMOVERVIEW ****/

.matches-container .table {
  color: #FFF;
}

/**** /TEAMOVERVIEW ****/

/***********************/

/**************************/

/**** TRAININGSCHEDULE ****/

.lisatr-row-info {
  background-color: #00A350;
  padding: 15px 30px;
  color: #FFF;
}

.lisatr-filter-container {
  padding: 0 30px;
}

.lisatr-filter-container select {
  width: auto;
  margin-right: 7.5px;
}

.lisatr-filter-container>div {
  font-weight: 200;
  color: #232829;
  margin: 5px 0;
}

.lisatr-row-extra .lisatr-row {
  margin: 0;
}

.lisatr-row-extra {
  padding: 0;
}

/**** /TRAININGSCHEDULE ****/

/***************************/

/******************/

/**** SPONSORS ****/

section.sponsors-row {
  background-color: #E6E6E7;
  height: 200px;
  padding: 0 !important;
  position: relative;
}

footer section.sponsors-row {
  margin: 0 0 60px;
}

.sponsors-row>.sponsors-container {
  height: 200px;
  padding: 0;
}

.sponsors-container a.sponsor-item {
  position: relative;
}

.sponsors-container .sponsor-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  padding: 15px;
}

.sponsoractie-item.large {
  height: 100%;
  position: relative;
}

.sponsoractie-item.large .sponsoractie-wrap {
  margin: 200px 20px 150px;
  width: auto;
}

.sponsoractie-item.large .sponsoractie-link {
  margin: 15px 0 0;
}

/**** /SPONSORS ****/

/*******************/

/**** /STARTPAGINA ****/

/**********************/

/**** /EXTEA CSS ****/

.tekst-blok {
  margin-bottom: 30px;
}

img.block-image {
  -o-object-fit: cover;
  object-fit: cover;
}

img.block-image-hover {
  -o-object-fit: cover;
  object-fit: cover;
}

/*sponsorpagina*/

.sponsoritem {
  width: 100%;
  height: 200px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}

.sponsoritem_image {
  width: 100%;
  height: 150px;
  line-height: 150px;
  text-align: center;
  background: #fff;
  overflow: hidden;
  vertical-align: middle;
}

.sponsoritem_image img {
  max-width: 100%;
  max-height: 150px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  line-height: 150px;
  vertical-align: middle;
  display: initial !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sponsoritem_image img:hover {
  opacity: 0.5;
}

.sponsoritem_title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.sponsoritem_title h3 {
  background: #00A350;
  width: 100%;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  padding: 10px 5px;
  margin: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sponsoritem_title h3:hover {
  background-color: #017936;
  text-decoration: none;
  color: #fff;
}

.sponsoritem_title h3 a {
  color: #fff;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: none;
}

/**********************/

main#page .questions-container {
  background-color: #383838;
  border-top: none;
}


i.fa.fa-instagram {
  font-size: 30px;
  color: #fff;
}

i.fa.fa-facebook {
  font-size: 30px;
  color: #fff;
}

i.fa.fa-twitter {
  font-size: 30px;
  color: #fff;
}

i.fa.fa-webshop {
  font-size: 30px;
  color: #fff;
}

.sponsors-container a.sponsor-item {
  width: 150px!important;
}

/* HEADER / SLIDE CSS */

.slick-dots li button {
  width: 15px!important;
  height: 15px;
  border-radius: 100%;
}

header #head-intro {
  bottom: 150px!important;
}
header #head-intro h1.head-intro-title {
  font-size: 3em!important;
}


/* ENTRY FORM CSS */

.entry_form
{
	/* margin: 20px 80px; */
	padding: 50px;
  background: #fff;
}

.entry_form table{
	width: 100%;
}
.entry_form table tr
{
		margin-bottom: 5px;
}
.entry_form table td
{
		vertical-align: top;
}

.customGroupLeft{ display: none; }
.customGroupRight{ display: none; }
.entry_form legend
{
	font-size: 18px;
	color: #00A34F;
	font-weight: 400;
	padding-bottom: 10px;
	border:0px;
}

.entry_form fieldset
{
	border: 0px solid #c0c0c0;
	margin-bottom:10px;
}

.entry_form label
{

	color: #6a6868;
	vertical-align: top;
	margin-right: 10px;
	width:100%;
	font-weight: 400;
	text-align: left;
	padding-top: 5px;
}

.entry_form select
{
	border: none;
	border-bottom: 1px solid #c0c0c0;
	font-size: 12px;
	background: #F0F0F0;
		height:35px;
	width: 100%;
	margin-bottom:15px;
}

.entry_form input
{
	border: none;
	border-bottom: 1px solid #c0c0c0;
	font-size: 12px;
	background: #F0F0F0;
	height:35px;
	width: 100%;
	margin-bottom: 15px;
}

.entry_form textarea
{
	border: none;
	border-bottom: 1px solid #c0c0c0;
	font-size: 12px;
	background: #F0F0F0;
		width: 100%;
		margin-bottom: 15px;
}

.entry_form .error
{
	padding-left: 20px;
	font-size: 12px;
	color: #EB6D59;
	font-weight: bold;
	background: url('../images/exclamation.png') no-repeat;
	background-position: left;
}

.customFieldDescription_small
{
	font-size: 9px;
	width:90%;
  float:left;
}


#ui-datepicker-div{
    z-index: 100;
}

/* EXTRA CSS */

.play-button {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.circle {
  background: #fff;
  border-radius: 100%;
  height: 75px;
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.play-button i {
  font-size: 2rem;
  color: red;
}


/* EXTRA CSS END */
