@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*======================================================================================================================*/

body,
html {
  /* overflow-x:hidden; */
}
body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden !important;
  color: #565656;
  background: #000;
  font-size: 14px;
}
body.gradient-top {
  /*background: linear-gradient(to bottom, #2d2d2d 0%, #000000 15%);*/
  background-color: #161616 !important;
}
.page-content {
  min-height: 480px;
}
.no-container {
  padding: 0 30px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.font-weight-bolder {
  font-weight: 800 !important;
}
p {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #fafafa;
}
p a {
  color: #444;
}
p a:hover {
  color: #394b80;
}
.fa-ul {
  list-style-type: none;
  margin-left: 1.6em;
  padding-left: 0;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.text-right {
  text-align: right;
}
.h4,
h4 {
  font-size: 1.3rem;
}

/* HEADER
--------------------------------*/
#header {
  padding: 0em 0em 0em 0em;
  background: #000;
  vertical-align: middle;
  font-size: 16px;
}
#header a,
#header .btn {
  color: #fafafa;
}
.header-right {
  text-align: right;
  padding: 36px 0;
}
.header-right .myaccount,
.header-right .search,
.header-right .subscribe {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
.header-right img {
  height: 24px;
}
.logo {
  padding: 24px 0;
}
.header-left {
  text-align: left;
  padding: 36px 0;
}
.header-left .btn {
  padding: 0;
}
.header-left .main-menu,
.header-left .change-language,
.header-left .notification {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.main-menu hr {
  border-top: 1px solid rgba(250, 250, 250, 1);
}
.dropdown-toggle::after {
  display: none;
}
.change-language ul li {
  display: inline-block;
}
.change-language ul li a {
  border: solid 1px #000;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: block;
}
.change-language ul li a.active {
  border: solid 1px #f97c3e;
  color: #f97c3e !important;
}

/* MAIN MENU
--------------------------------*/
header .dropdown-menu[style] {
  right: auto !important;
  left: -30px !important;
}
header .dropdown-menu {
  min-width: 30rem;
  padding: 0.5rem 30px 30px;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #fff;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 0;
  top: 10px !important;
}
header .dropdown-item:focus,
header .dropdown-item:hover {
  color: #1e2125;
  background-color: rgba(255, 255, 255, 0.2);
  /* color: #000 !important; */
}
header .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 0rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: url;
}
header .close-icon img {
  float: right;
}
header li.social-icon,
header li.downloadapp-icon {
  display: inline-block;
}
header .social-icon img {
  float: none;
}
header .dropdown-item:hover {
  padding: 0.5rem 0.8rem;
}
.form-control:focus {
  outline: 0 none;
  box-shadow: none;
}
#header .main-menu li a {
  background: url(../img/icons/chevron-32px.svg) no-repeat;
  background-position: right center;
  background-size: 20px;
  font-size: 16px;
}
/*.video-js .vjs-big-play-button{ display: none; }*/

/* COLORS
--------------------------------*/
.color-black {
  color: #000;
}
.color-white {
  color: #fff;
}
.color-orange {
  color: #f97c3e;
}
.color-gradient {
  background: linear-gradient(to right, #447efb 0%, #f97c3e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* BGCOLORS
--------------------------------*/
.bg-black {
  background: #000 !important;
}

/* BUTTONS
--------------------------------*/
.btn {
  /* cursor:pointer;
	border-radius:0px;
	background:#3D3D3D;
	color:#fff;
	border:none; */
}
.btn.btn-smashi:hover {
  background: white;
  color: #f15c17;
}
.btn.btn-smashi {
  font-size: 18px;
  font-weight: bolder;
  margin: 0;
  padding: 15px 24px;
  /*background:#3D3D3D;*/
  color: #fff;
  text-transform: capitalize;
  min-width: 185px;
  border: 2px solid white;
}
.btn.btn-smashi span {
  font-size: 12px;
  font-weight: 400;
}
.btn.btn-smashi.btn-orange,
.btn.btn-smashi.btn-transparent:hover {
  color: #fafafa;
  background: linear-gradient(to right, #f15c17, #f97c3e);
  border-color: transparent;
  text-transform: initial;
}
.btn.btn-smashi.btn-orange:hover {
  color: #fafafa;
  background: linear-gradient(to left, #f15c17, #f97c3e);
}
.form-group {
  /* margin-bottom: 1.8rem; */
}
.btn.btn-large {
  max-width: 100%;
  width: 360px;
  margin: auto;
}
.btn.btn-mid {
  max-width: 100%;
  width: 300px;
  margin: auto;
}
.btn.btn-smashi.btn-transparent {
  border: solid 1px #fff;
  background: transparent;
  color: #fff;
  height: 40px;
  padding: 9px 10px;
  max-width: 160px;
  font-size: 12px;
}

/* Padding & Margins
--------------------------------*/
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb1rem {
  margin-bottom: 1rem;
}

/* Home - Top Watch/About
--------------------------------*/
.top-watch-in {
  display: table;
  width: 100%;
  background: #000;
  margin: 22px 0 0 0;
}
.top-watch-img,
.top-watch-text,
.top-watch-arrow {
  display: table-cell;
  vertical-align: middle;
}
.top-watch-arrow {
  text-align: right;
  padding-right: 15px;
  width: 50px;
}
.top-watch-img {
  width: 110px;
}
.top-watch-img img {
  width: 100%;
}
.top-watch-text {
  padding: 0 15px;
}
.divider {
  background-image: linear-gradient(to right, #447efb, #f97c3e);
  height: 4px;
  width: 82px;
  margin: 50px 0;
}
.main-text {
  max-width: 280px;
}
.main-text h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
}

/* Home - About
--------------------------------*/
.h-about {
  margin-top: 20px;
}

/* Home - Subcribe
--------------------------------*/
.h-subscibe {
  color: #fff;
  font-size: 14px;
  background: url(../img/triangle-left.svg), url(../img/triangle-top.svg),
    url(../img/triangle-right.svg), url(../img/triangle-bottom.svg),
    linear-gradient(to bottom right, #447efb 0%, #5c44fb 100%);

  background-position: left top 15px, left 55% top, bottom 30% right,
    bottom left 9%, 100% 100%;
  background-repeat: no-repeat;
  background-blend-mode: multiply, multiply, multiply, lighten, normal;
  padding: 40px 40px;
}
.h-subscibe .btn.btn-smashi {
  font-size: 16px;
}
#home-subscribe .h-subscibe,
#subscribe-plan .h-subscibe {
  background: url(../img/triangle-left.svg), url(../img/triangle-top.svg),
    url(../img/triangle-right.svg), url(../img/triangle-bottom.svg),
    linear-gradient(to bottom right, #447efb 0%, #5c44fb 100%);

  background-position: left top 15px, left 55% top, bottom 65% right,
    bottom -10px left 12%, 100% 100%;
  background-repeat: no-repeat;
  background-blend-mode: multiply, multiply, multiply, lighten, normal;
  padding: 40px 80px;
}
.subscibe-reason {
  display: inline-block;
  padding: 0 22px;
  position: relative;
  max-width: 125px;
  vertical-align: top;
}
.subscibe-reason img {
  display: block;
  width: 48px;
  margin: auto auto 5px auto;
}
.subscibe-reason:after {
  content: "";
  background: rgba(250, 250, 250, 0.1);
  height: 56px;
  width: 1px;
  top: 30%;
  left: auto;
  right: 0px;
  position: absolute;
}
.subscibe-reason:last-child:after {
  display: none;
}
.voucher .form-control {
  background: black;
  color: white;
}
.h-watch {
  background: #0d0d0d;
  padding: 16px 15px;
}
.h-watch img {
  width: 30px;
  vertical-align: middle;
}
.h-watch li {
  vertical-align: middle;
  font-size: 14px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 7px 0;
  text-align: left;
}
.h-watch a {
  color: #fff;
}
.h-watch a.left-arrow {
  position: relative;
}
.h-watch a.left-arrow:after {
  content: "";
  position: absolute;
  background: url(../img/icons/chevron-32px.svg) no-repeat;
  background-position: right center;
  background-size: 27px;
  width: 23px;
  height: 23px;
  margin-left: 10px;
}

/* Home - Latest
---------------------------------*/
.video-box {
  margin-bottom: 60px;
}

.video-area {
  /*border-bottom: 3px solid;
	border-left: 0px;
    border-right: 0px;
    border-top: 0px;
	border-image-slice: 1;
	border-bottom-width: 2px;
	border-image-source: linear-gradient(to right, #447EFB , #F97C3E);
	margin-bottom:15px;*/
}
.video-block {
  width: 160px;
}
.border-gradient {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  margin-bottom: 15px;
}

.border-gradient-purple {
  border-image-source: linear-gradient(to right, #447efb, #f97c3e);
}
.save-share img {
  height: 24px;
  display: inline-flex;
}
.video-text h5 {
  font-weight: 500;
}
/*audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
    display: none;
}
audio::-webkit-media-controls,
video::-webkit-media-controls {
    display: none;
}*/

/* Smashi shows
---------------------------------*/
.h-shows {
  position: relative;
  /*background: linear-gradient(to right, #447EFB, rgba(0,0,0,0));
	padding:4px 0px 4px 4px;*/
  /*border: 4px solid;
	border-image-slice: 1;
	border-width: 4px 0px 4px 4px;
	border-image-source: linear-gradient(to right, #447EFB , rgba(0,0,0,0));*/
}
.h-shows:nth-child(2n + 1) {
  /*border-image-source: linear-gradient(to left, #447EFB , rgba(0,0,0,0));
	border-width:4px 4px 4px 0px;*/
  /*background: linear-gradient(to left, #447EFB, rgba(0,0,0,0));
	padding:4px 4px 4px 0px;*/
}
.show-text {
  position: absolute;
  border: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #447efb, rgba(0, 0, 0, 0));
  border-width: 4px 0px 4px 4px;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.h-shows:nth-child(2n + 1) .show-text {
  right: 0;
  left: 0;
  border: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #447efb, rgba(0, 0, 0, 0));
  border-width: 4px 4px 4px 0px;
}
.h-shows .show-text-in {
  padding: 25px;
  margin: 50px;
  float: left;
}
.h-shows:nth-child(2n + 1) .show-text-in {
  float: right;
}

/* Home - Shows
---------------------------------*/
.h-schedule-show {
  border-bottom: solid 2px #fff;
  padding: 25px 0;
}
.h-schedule-show:last-child {
  border-bottom: solid 2px #000;
}

/* Subscribe Now 02
--------------------------------*/
#home-subscribe .subscibe-reason {
  min-width: 180px;
  margin: 15px 0;
}

/* Download App/Newsletter
--------------------------------*/
.download-app {
  border: solid 1px rgba(255, 255, 255, 0.2);
  padding: 65px 60px;
}
.newsletter {
  background: #447efb;
  padding: 30px 60px;
}
.newsletter .form-control {
  max-width: 360px;
}
.form-control {
  height: 48px;
  padding: 0.8rem 0.75rem;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.2);
  border-radius: 0;
  margin: auto;
  font-size: 14px;
}
::-webkit-input-placeholder,
option:not(:first-of-type) {
  /* Chrome/Opera/Safari */
  color: #fff !important;
}
::-moz-placeholder,
option:not(:first-of-type) {
  /* Firefox 19+ */
  color: #fff !important;
}
:-ms-input-placeholder,
option:not(:first-of-type) {
  /* IE 10+ */
  color: #fff !important;
}
:-moz-placeholder,
option:not(:first-of-type) {
  /* Firefox 18- */
  color: #fff !important;
}

/* FOOTER
--------------------------------*/
footer {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  /*margin:0 30px;*/
}
.footer-content {
  padding: 40px 0;
}
.f-links {
  text-align: right;
}
.social-media {
  float: right;
}
.social-media li,
.f-links li {
  display: inline-block;
}
.social-media img {
  height: 26.67px;
}
.copyright,
.f-links li {
  font-size: 12px;
}
.f-links li {
  margin-left: 15px;
}
footer a {
  color: #9e9e9e;
}
footer a:hover {
  color: #ffffff;
}

/* BACK TO TOP SCROLL
--------------------------------*/
.cd-top {
  background: #fff;
  height: 35px;
  width: 35px;
  display: inline-block;
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size: 18px;
  color: #000;
  opacity: 0;
  text-align: center;
  line-height: 35px;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover,
.cd-top:hover {
  opacity: 1;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 0px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    right: 0px;
    bottom: 0px;
  }
}

/* HOVER
--------------------------------*/
a,
a:hover,
.btn.btn-pgb,
.slick-next:hover,
.slick-prev:hover,
.slick-next,
.slick-prev,
.product-grid,
.product-grid:hover {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

/* PAGE HEADER
--------------------------------*/
.page-title {
  padding: 40px 0 60px 0;
}
.page-title h4 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-title h4:after {
  content: "";
  border-top: 2px solid;
  border-image-slice: 1;
  border-width: 3px;
  border-image-source: linear-gradient(to right, #447efb, #f97c3e);
  /* margin: 0 0 0 8px; */
  flex: 1 0 20px;
}
/* .page-title h4:after {
    margin: 0 0 0 20px;
} */

/* Share This
----------------------------------*/
hr {
  border-top: 1px solid rgba(250, 250, 250, 0.1);
}
hr.hr-white {
  border-top: 1px solid rgba(255, 255, 255, 1);
}
hr.width-02 {
  border-width: 2px;
}
#shareModal .modal-dialog {
  max-width: 450px;
}
.share-this li {
  display: inline-block;
  width: 24%;
  margin: auto;
  text-align: center;
  padding: 15px 0;
}
.share-this a {
  color: #fff;
  font-size: 14px;
}
.share-this img {
  display: block;
  margin: auto;
}

/* My Account
------------------------------------*/
.personal-detail {
  line-height: 2;
}
.user-info {
  display: table;
  width: 100%;
  color: #fff;
}
.user-img,
.user-detail {
  display: table-cell;
  vertical-align: middle;
}
.user-img {
}
.user-img .user-initial {
  border: solid 2px #447efb;
  border-radius: 100px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
}
.membership-plan {
  background: linear-gradient(to right, #447efb 0%, #5c44fb 100%);
  padding: 15px;
  color: #fff;
}
.badge-primary {
  background: #0f5afa;
}
.badge {
  padding: 0.35em 0.5em;
  font-size: 100%;
  border-radius: 0;
}
.small,
small {
  font-size: 60%;
}
.user-links li {
  font-size: 14px;
  padding: 15px;
}
.user-links img {
  width: 24px;
}

/* Show Detail
-----------------------------*/
#show-detail {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/placeholder-img.jpg") center center no-repeat;
  background-size: cover;
}
#show-detail:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.2)
  );
}
.shortby {
  color: #fff;
}
@media only screen and (min-width: 990px) {
  #home-latest .custom-control-inline {
    margin-right: 6rem;
  }
}

/* Saved
-----------------------------*/
#saved .page-title {
  padding: 0 0 20px 0;
}
.saved-video,
.downloads-video {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.unsave_checkbox {
  min-width: 60px;
  display: none;
}
.saved-video .saved-video-img,
.saved-video .saved-video-text,
.downloads-video .downloads-video-img,
.downloads-video .downloads-video-text {
  display: table-cell;
  vertical-align: top;
}
.saved-video .saved-video-img,
.downloads-video .downloads-video-img {
  width: 180px;
  padding-right: 20px;
}
.saved-video .saved-video-img img,
.downloads-video .downloads-video-img img {
  width: 100%;
}

/* My Download
-----------------------------*/
#mydownload .page-title {
  padding: 0 0 20px 0;
}
.download-video,
.downloads-video {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.download_checkbox {
  min-width: 60px;
  display: none;
}
.download-video .download-video-img,
.download-video .download-video-text,
.downloads-video .downloads-video-img,
.downloads-video .downloads-video-text {
  display: table-cell;
  vertical-align: top;
}
.download-video .download-video-img,
.downloads-video .downloads-video-img {
  width: 180px;
  padding-right: 20px;
}
.download-video .download-video-img img,
.downloads-video .downloads-video-img img {
  width: 100%;
}

/* Downloads
-----------------------------*/
.progress {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: none;
  margin: 0 0 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 60%;
  border: 4px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar {
  left: 102%;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress .progress-value {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to right, #447efb 0%, #f97c3e 100%);
  border: 15px solid #000;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.progress .progress-value img {
  width: 30px;
}
.progress .progress-value .fa {
  font-size: 12px;
  padding: 0 0 0 3px;
}
.progress.blue .progress-bar {
  border-color: #447efb;
}
.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/* Subscription Plans
-----------------------------*/
#subscribe-plan .subscibe-reason {
  margin: 15px 0;
}
.package {
  border: solid 1px rgba(250, 250, 250, 0.1);
  padding: 15px;
  color: #9e9e9e;
  font-size: 16px;
  display: table;
  width: 100%;
}
.package-info,
.package-check {
  display: table-cell;
  vertical-align: middle;
}
.package-check {
  width: 15px;
}
.package.active {
  background: rgba(68, 126, 251, 0.1);
  border-color: rgba(68, 126, 251, 1);
}

@media only screen and (min-width: 990px) {
  #subscribe-plan .subscibe-reason {
    width: 180px;
    max-width: none;
  }
  #subscribe-plan .btn.btn-smashi {
    min-width: 380px;
  }
}
.custom-control {
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-control-label::before {
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border: #adb5bd solid 3px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 8px;
  text-align: center;
  line-height: 16px;
}

/* TV Schedule
-----------------------------*/
#tv-schedule .h-showtime {
  font-size: 16px;
}
#tv-schedule .h-show > div {
  margin-top: 10px;
}

/* Watch Smashi
-----------------------------*/
.watch-smashi {
  color: #fafafa;
}
.watch-smashi hr {
  border-color: #fff;
}

/* FAQ
-----------------------------*/
/* FAQ
-----------------------------*/
.accordion .card {
  background-color: #000;
  border-radius: 0.25rem;
  font-size: 20px;
  color: #fff;
}
.accordion .card-body {
  padding: 10px 0 30px 0;
  font-size: 24px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
#faq .accordion .card-header {
  padding: 30px 0 0 0;
  display: table;
  width: 100%;
}
#faq .card-title {
  margin-bottom: 0.75rem;
  display: table-cell;
  vertical-align: top;
}
#faq .accordion .card:first-child .card-header {
  padding: 0;
}
.accordion .card-header:after {
  content: "\f068";
  float: right;
  background: url(../img/icons/minus-32px.svg);
  height: 30px;
  width: 30px;
  background-size: 100% 100%;
  font-size: 0;
  width: 50px;
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
  background: url(../img/icons/plus-32px.svg);
  height: 30px;
  width: 30px;
  background-size: 100% 100%;
  width: 50px;
}

/* Models
-----------------------------*/
header .modal {
  position: absolute;
}
body.modal-open {
  padding-right: 0 !important;
}
#searchModal .modal-dialog {
  max-width: 100%;
  padding: 0;
  margin: 0;
  top: 98px;
}
#searchModal .modal-content {
  background-color: #000 !important;
}
#searchModal .search-now {
  padding: 16px 7px 10px 10px !important;
}
header .modal-open .modal {
  padding: 0 !important;
}
.modal-content {
  background-color: #000;
  border: none;
  border-radius: 0;
  color: #fff;
}
.modal .row > * {
  padding-right: 0px;
  padding-left: 0px;
}
.modal-open .modal {
  padding: 0 !important;
}

header .modal-header {
  border-bottom: none;
}
/*.btn-close {
    background: transparent url(../img/icons/close-32px.svg) center/1em auto no-repeat;
}*/
.modal-header .close {
  z-index: 1;
}
.modal-header .close img {
  width: 24px;
}
#searchModal .container {
  padding: 0 15px;
}
#searchModal .modal-body {
  padding: 1rem 0;
  /* padding: 1rem 1rem; */
}
#searchModal .modal-header .close,
#searchModal .modal-body .close {
  padding: 0rem 0.5rem;
  /* margin: -2rem -0.5rem -1rem auto; */
  position: absolute;
  right: 0;
  top: 22px;
}
#searchModal .modal-body .close img,
.modal-header .close img {
  width: 20px;
}
#searchModal .modal-body form {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #fff;
  /* margin-top: -60px; */
  color: #fff !important;
}
#searchModal.modal .form-control {
  background-color: rgba(250, 250, 250, 0);
  border-width: 0;
}
#searchModal.modal .modal-body i,
.modal-body input {
  display: table-cell;
}
#searchModal.modal .modal-body i {
  width: 30px;
}
header .modal-body .form-group {
  margin-bottom: 1rem;
}
header .modal-body .form-control {
  color: #fff !important;
}
header .btn-close {
  z-index: 1;
}
.modal-header {
  border-bottom: none;
}
.modal-backdrop {
  /*opacity:0 !important;*/
}
#signinModal .modal-dialog {
  max-width: 444px;
  margin: auto;
  padding: 0.5rem;
}
.has-header .modal-header {
  /*background:url(../img/bg@2x.png) no-repeat;
	background-size:100% 100%;*/
  display: block;
  border-radius: 0;
  /* padding: 30px; */
  color: #fff;
  font-size: 14px;
  background: url(../img/triangle-left.svg), url(../img/triangle-top.svg),
    url(../img/triangle-right.svg), url(../img/triangle-bottom.svg),
    linear-gradient(to bottom right, #447efb 0%, #5c44fb 100%);
  background-position: left top 15px, left 55% top, bottom 30% right,
    bottom left 9%, 100% 100%;
  background-repeat: no-repeat;
  background-blend-mode: multiply, multiply, multiply, lighten, normal;
  padding: 40px 40px;
}
.has-header .modal-header .subscibe-reason {
  width: 32%;
}
.has-header .modal-content {
  background-color: transparent;
}
.has-header .modal-body {
  background-color: #000;
  margin-top: -1px;
  padding: 30px;
}
.has-header .close img {
  margin-right: -33px !important;
}
.modal .close {
  text-align: right;
  margin: auto 0 auto auto;
  padding: 0;
}

.modal .close.register-close {
  position: absolute;
  right: 35px;
  /* right:0px;
	margin-right: 35px; */
}
.modal .close.register-close img {
  margin-right: -20px !important;
}
.modal-header .close.close-signin img {
  width: 48px;
  margin: -50px -35px 0 0;
}
.g-recaptcha.recaptcha_customcss div,
.g-recaptcha.recaptcha_customcss iframe {
  width: 100% !important;
}
.rc-anchor-normal {
  width: 100% !important;
}

.process-spinner {
  width: 100%;
  text-align: center;
  margin: 10px 0px;
  display: none;
}
.has-header .btn.btn-smashi {
  display: block;
  width: 100%;
  border-radius: 0;
  font-weight: 700;
}
.has-header .btn-social {
  background: #fff;
  color: #000 !important;
  height: 3.6rem;
}
.has-header .btn img {
  height: 24px;
  margin-right: 10px;
}

/* Date Picker
----------------------------------*/
#datepicker.form-control {
  background: #000;
  border: solid 1px rgba(250, 250, 250, 0.2);
}
.gj-picker-bootstrap {
  border: none;
  border-radius: 0;
  padding: 4px;
  background: #000;
  border: solid 1px rgba(250, 250, 250, 0.2);
  padding: 20px;
}
.gj-picker div[role="navigator"] div[role="period"] {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.gj-picker-bootstrap div[role="navigator"] {
  margin: 0px 0 10px;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
  background-color: #000;
  border-radius: 0px;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #000;
  border: solid 1x #9e9e9e;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  border: none;
  color: #000000;
}

.datepicker table tr td {
  padding: 1px;
}

.gj-picker-bootstrap table tr td div,
.gj-picker-bootstrap table tr th div {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px rgba(250, 250, 250, 0.1);
  background-color: #000;
  color: #fff;
}

.datepicker table tr th {
  color: #fff;
  line-height: 35px;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #f97c3e;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #000;
}

.datepicker table tr td.today {
}
.datepicker table tr td.today:hover,
.datepicker table tr td div:hover {
  color: #ffffff !important;
  background-color: #f97c3e;
  border-color: #f97c3e;
  border-radius: 0px;
}
.gj-picker-bootstrap table tr td.today div {
  background-color: #f97c3e;
  color: #fff;
  font-weight: 400;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
  color: #fff;
  background-color: #f97c3e;
  border-color: #f97c3e;
  border-radius: 0px;
}
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
  background: #f97c3e;
  border-radius: 0px;
  color: #fff;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #f97c3e;
  border-color: #f97c3e;
  border-radius: 0px;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #f97c3e;
  border-color: #f97c3e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #f97c3e;
  border-color: #f97c3e;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #f97c3e;
  border-color: #f97c3e;
}
.datepicker .datepicker-switch {
  font-size: 16px;
  width: 145px;
  background: #f97c3e;
  color: #fff;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #f97c3e;
  color: #fff;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 0px;

  color: #ffffff;
  appearance: auto;
  margin: 1px;
}

.datepicker table tr td {
  border: solid 1px rgba(255, 255, 255, 0.2);
}

.datepicker table tr th {
  /*color: #000;*/
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #f97c3e;
  cursor: pointer;
  border-color: #f97c3e;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #000;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffa953;
  border-color: #ffb76f;
}
.datepicker table tr td.today:hover {
  color: #ffffff;
  background-color: #884400;
  border-color: #f59e00;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #419841;
  border-color: #285e8e;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}
.datepicker .datepicker-switch {
  width: 70%;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #f97c3e;
}
td.old.day,
td.new.day {
  visibility: hidden;
}
th.dow {
  visibility: hidden;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: unset;
}
.datepicker-switch:hover {
  background-color: #f97c3e !important;
}
.table-condensed thead tr {
  text-align: center;
}
.datepicker table tr td:hover {
  background-color: #f97c3e !important;
}

td.other-month,
td.new.day {
  visibility: hidden;
}
thead tr[role="week-days"] {
  visibility: hidden;
  display: none;
}
th.dow {
  visibility: hidden;
}

.glyphicon-chevron-left,
.glyphicon-chevron-right {
  background: url(../img/icons/chevron-24px.svg);
  color: #fff;
  height: 30px;
  width: 30px;
  background-size: 30px;
  display: block;
  background-repeat: no-repeat;
}
.glyphicon-chevron-left {
  background: url(../img/icons/chevron-56px-left.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}

/*----------------------------------*/
/*
.vjs-play-control{
	background: #F15C17 !important;
	border-radius: 54% !important;
	padding: 8px !important;
	width: 31px !important;
	height: 30px !important;
	margin-left: 10px !important;
	color: black !important;
}*/
.search_modal .modal-backdrop {
  opacity: 0;
}
.right-extra-padding {
  padding: 49px 0px;
}
/* GET MORE FROM SMASHI
----------------------------------*/
.form-getmore .form-control {
  border-color: rgba(250, 250, 250, 0.1);
  background-color: rgba(250, 250, 250, 0.05);
}
.form-getmore {
}
.getmore .form-group {
  margin-bottom: 1rem;
}
form .small,
form small {
  font-size: 12px;
}
select.form-control {
  color: #fff;
}
.form-control option {
  background: #000;
}
.bottom-spacing {
  padding-bottom: 45px;
}
@media (min-width: 767.5px) {
  header .dropdown-menu {
    min-width: 458px;
  }
  header .dropdown-menu li img {
    height: 40px;
  }
  header .dropdown-menu li.close-icon img {
    height: 30px;
  }
}

.h-schedule-show:last-child {
  border-bottom: none;
}

.schedule-show-list:last-child {
  /* this will select the last child of .parent only if it is a div*/
  background: crimson;
}

/* SLICK
--------------------------------*/
/*
.slick-slide.video-box {
    padding: 10px;
}*/
.slick-list {
  /*padding:0 0 0 20% !important;*/
}

.bootstrap-row1 {
  position: relative;
  text-align: center;
}
.slick-next,
.slick-prev {
  height: 40px;
  width: 40px;
  background-color: #fff;
  background-size: 20px;
  top: auto;
  bottom: auto;
  position: relative;
  left: auto;
  right: auto;
  margin: auto 4px auto;
  display: inline-block;
  background-image: none;
  padding: 0;
}
.slick-prev {
}
.slick-next .fa,
.slick-prev .fa {
  color: #333;
  font-size: 26px;
}
.slick-next:hover,
.slick-prev:hover {
}
.slick-next:hover .fa,
.slick-prev:hover .fa {
  color: #bce9de;
}
.slick-next:hover,
.slick-prev:hover,
.slick-next,
.slick-prev,
.product-grid,
.product-grid:hover {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.subscibe-reason > div {
  height: 50px;
  display: table;
  width: 100%;
}
.subscibe-reason .align-bottom {
  display: table-cell;
  width: 100%;
}
/*
.video-js .vjs-control-bar{
    height: 5em !important;
}
.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button{  margin-top: 16px !important; }
.vjs-play-control{     margin-top: 12px !important; }
.video-js .vjs-volume-control{  margin-top: -70px !important; }
*/
.coupon-status {
  padding: 5px 0px;
}
.coupon-status-message {
  padding: 0px 5px;
}
.email-verify-container {
  min-height: 500px;
}
#mydownload {
  min-height: 500px;
}
.text-blink-me {
  animation: 1s linear infinite;
  font-size: 20px;
}
.search-result,
.email-verify-message {
  display: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#notificationDropdown .notification-count {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  font-family: sans-serif;
}
/*Done by Ahmed Attia*/
.user-initial img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-top: -7px;
}

.free-trial-btn {
  width: 50%;
  height: 56px;
  color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
}

.sub-features-item {
  margin-bottom: 10px;
}

.form-control {
  background-color: black !important;
  width: 50%;
}

p[name="continue"] {
  text-align: center;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.free-trial-btn {
  width: 90%;
  height: 56px;
  color: white;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
}
.sub-features-item {
  margin-bottom: 10px;
}

html,
body {
  height: 100%;
}
.color_white {
  color: white !important;
}
::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
