﻿@font-face {
  font-family: "simplerregular";
  src: url("../fonts/simpler-regular-webfont.eot");
  src: url("../fonts/simpler-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/simpler-regular-webfont.woff") format("woff"), url("../fonts/simpler-regular-webfont.ttf") format("truetype"), url("../fonts/simpler-regular-webfont.svg#simplerregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "simplerbold";
  src: url("../fonts/simpler-bold-webfont.eot");
  src: url("../fonts/simpler-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/simpler-bold-webfont.woff") format("woff"), url("../fonts/simpler-bold-webfont.ttf") format("truetype"), url("../fonts/simpler-bold-webfont.svg#simplerbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HadassaLineProV2-Regular";
  src: url("../fonts/HadassaLineProV2-Regular.eot");
  src: url("../fonts/HadassaLineProV2-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HadassaLineProV2-Regular.woff") format("woff"), url("../fonts/HadassaLineProV2-Regular.ttf") format("truetype"), url("../fonts/HadassaLineProV2-Regular.svg#HadassaLineProV2-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HadassaLineProV2-Semibold";
  src: url("../fonts/HadassaLineProV2-Semibold.eot");
  src: url("../fonts/HadassaLineProV2-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/HadassaLineProV2-Semibold.woff") format("woff"), url("../fonts/HadassaLineProV2-Semibold.ttf") format("truetype"), url("../fonts/HadassaLineProV2-Semibold.svg#HadassaLineProV2-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* start reset*/
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

ul, ol, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  min-width: 0;
  padding: 0;
  background: none;
  border: none;
}

button, a {
  color: #4c4c4c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:focus,
a:hover {
  color: #4c4c4c;
  text-decoration: none;
}

strong {
  font-family: "simplerbold", arial;
  font-weight: normal;
}

textarea, input {
  font: 1em/1.4 "simplerregular", arial;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
}

textarea {
  resize: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.focus,
:focus {
  outline: none !important;
}

label {
  font-weight: normal;
  margin-bottom: 0;
}

select {
  opacity: 0;
  font-size: 16px !important;
}

input::-ms-clear {
  display: none;
}

.container,
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

.col-xs-20 {
  float: right;
  width: 20%;
}

.dropdown-menu {
  font-size: 10px;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-bottom-color: transparent;
}

.panel {
  margin-bottom: 0;
  background: none;
  border: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-group {
  margin-bottom: 0;
}

.panel-body {
  padding: 0;
}

.noCursor {
  cursor: default;
}

a[href^="tel:"] {
  text-decoration: underline;
  white-space: nowrap;
}

a[href^="mailTo:"] {
  text-decoration: underline;
  -ms-word-break: break-all;
  word-break: break-all;
}

.dropdown-backdrop {
  position: static;
}

svg {
  vertical-align: middle;
  display: inline-block;
}
svg:not(:root) {
  overflow: visible;
}
svg polyline,
svg use,
svg path {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.popover {
  color: #4c4c4c;
  font: 10px "simplerregular", arial;
  direction: rtl;
  text-align: right;
  padding: 0;
  border: none;
  max-width: none;
  background: none;
  box-shadow: none;
  opacity: 0;
  -webkit-transition: opacity 0s ease-out;
  -moz-transition: opacity 0s ease-out;
  -o-transition: opacity 0s ease-out;
  transition: opacity 0s ease-out;
}
.popover .popover-content {
  padding: 0;
}
.popover.in {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.carousel {
  visibility: hidden;
}
.carousel.slick-slider {
  visibility: visible;
}
.carousel.slickNoSlide {
  left: 0 !important;
  right: 0 !important;
}
.carousel.slickNoSlide .slick-track {
  width: 100% !important;
  text-align: center !important;
  -moz-transform: inherit !important;
  -ms-transform: inherit !important;
  -o-transform: inherit !important;
  -webkit-transform: inherit !important;
  transform: inherit !important;
  white-space: nowrap;
}
.carousel.slickNoSlide .slick-slide {
  float: none !important;
  display: inline-block !important;
  white-space: normal;
}
.carousel .slick-slide {
  float: right;
}

.radio, .checkbox {
  padding: 0;
  margin: 0;
  min-height: 0;
}

.modal-open {
  /*position: fixed;
  width: 100%;*/
}

html {
  direction: ltr;
}

body {
  background: #f5f6f8;
  direction: ltr;
}

.modal,
main {
  color: #4c4c4c;
  font: 10px "simplerregular", arial;
  direction: rtl;
  text-align: right;
}

.modal.fade .modal-dialog {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

main.embedded {
  padding-bottom: 0;
}

.container-fluid {
  max-width: 1200px;
}
.container-fluid.col10 {
  max-width: 1052px;
}

/* end reset*/
.colorLightGray {
  color: #acacac;
}

.colorBlue {
  color: #2500d4;
}

.colorMainViolet .searchResults .title,
.colorMainViolet .mainPopover .titlePop,
.colorMainViolet .programList .date,
.colorMainViolet .sortList > li.active .link,
.colorMainViolet .rteContainer h2,
.colorMainViolet .teamCarousel .content:active .name,
.colorMainViolet .formContainer .form-control,
.colorMainViolet footer .linkTo,
.colorMainViolet .colorBlue,
.colorMainViolet .mainMenuAccordion .panel-heading .tab,
.colorMainViolet .thxContainer,
.colorMainViolet .latestShows .linkPop:active,
.colorMainViolet .chooseTabs > li:active .tab,
.colorMainViolet .chooseTabs > li.active .tab,
.colorMainViolet .playerControl .video-js .vjs-play-control:before,
.colorMainViolet .mainPlayer .textBlock .info,
.colorMainViolet .operatingList li.active .btnToggle,
.colorMainViolet .operatingList .btnToggle:active,
.colorMainViolet .formContainer .bootstrap-select.btn-group > .btn,
.colorMainViolet .sendMailModal .modalTitle,
.colorMainViolet .tabControlContainer .topTitle,
.colorMainViolet .tabControl > li.active .tab,
.colorMainViolet .picPopover .name,
.colorMainViolet .titleList li,
.colorMainViolet .linkArrow:active,
.colorMainViolet .daysCarousel .active,
.colorMainViolet .subMenu > li.active .tab,
.colorMainViolet .subMenu > li:active a.tab,
.colorMainViolet .newsflash .text,
.colorMainViolet .mainMenu .tab {
  color: #7e05c7;
}
.colorMainViolet .teamCarousel .content:active .pic,
.colorMainViolet .featuredSet.v3 .btnRemove:active,
.colorMainViolet .mainMenuAccordion .panel-heading .tab:after,
.colorMainViolet .chooseTabs .tab:after,
.colorMainViolet .miniPlayer .controlOptions .btnToggle:active:after,
.colorMainViolet .formContainer .bootstrap-select.btn-group > .btn .caret:after,
.colorMainViolet .linkArrow:active:after,
.colorMainViolet .subMenu .tab:before,
.colorMainViolet .mainMenu .tab:after {
  border-color: #7e05c7;
}
.colorMainViolet .btnPlay.btnPaused:before,
.colorMainViolet .btnPlay.btnPaused:after,
.colorMainViolet .featuredSet.v3 .btnRemove:active:after,
.colorMainViolet .mainMenu > li:not(.active):active:after,
.colorMainViolet .btnClose:active:before,
.colorMainViolet .btnClose:active:after,
.colorMainViolet .playerControl .video-js .vjs-play-control:active,
.colorMainViolet .playListSection .list .info:active:after,
.colorMainViolet .tabControl > li:not(.active) .tab:active:after,
.colorMainViolet .mainSearchContainer .tagContainer,
.colorMainViolet .programCarousel .progressBar {
  background-color: #7e05c7;
}
.colorMainViolet .mainPlayer .controlOptions > li > .link:active > svg g > polyline,
.colorMainViolet .mainPlayer .controlOptions > li > .link:active > svg g > path,
.colorMainViolet .mainPlayer .controlOptions > li > .link:active > svg g > g,
.colorMainViolet .mobileSearch a g > g,
.colorMainViolet .mainMenuAccordion .panel-heading .tab g > g,
.colorMainViolet .miniPlayer .controlOptions .list .colorFill:active .link g > g,
.colorMainViolet .miniPlayer .controlOptions .list .colorStroke:active .link g > g,
.colorMainViolet .mainSearchContainer.v2 .btnSort.active svg g > g,
.colorMainViolet .mainSearchContainer.v2 .btnSort:active svg g > g,
.colorMainViolet .mainPlayer .topLine .btnToggle:active g > use,
.colorMainViolet .operatingList li.active.colorFill .btnToggle g > g,
.colorMainViolet .operatingList li.active.colorStroke .btnToggle g > g,
.colorMainViolet .operatingList li.active.colorStroke.v2 .btnToggle g > g > path,
.colorMainViolet .operatingList li.active.colorStroke.v2 .btnToggle g > g > use,
.colorMainViolet .operatingList .colorFill .btnToggle:active g > g,
.colorMainViolet .operatingList .colorStroke .btnToggle:active g > g,
.colorMainViolet .operatingList .colorStroke.v2 .btnToggle:active g > g > path,
.colorMainViolet .operatingList .colorStroke.v2 .btnToggle:active g > g > use,
.colorMainViolet .contrastBtn svg g,
.colorMainViolet .contrastBtn svg circle,
.colorMainViolet .mainSearchContainer .searchSubmit:active svg g,
.colorMainViolet .mainMenu .tab svg g {
  stroke: #7e05c7;
}
.colorMainViolet .contrastBtn svg path,
.colorMainViolet .miniPlayer .controlOptions .list .colorFill:active .link path,
.colorMainViolet .operatingList li.active.colorFill .btnToggle path,
.colorMainViolet .operatingList .colorFill .btnToggle:active path,
.colorMainViolet .contrastBtn svg rect {
  fill: #7e05c7;
}
.colorMainViolet .programsSection:before,
.colorMainViolet .featuredSet.v3 .imgContainer:before,
.colorMainViolet .sendMailModal .modalBody:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEXMreft5fX6+vra4TENAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}
.colorMainViolet .itemSection .featuredSection .picTile:after,
.colorMainViolet .smallItemSection .picTile:after,
.colorMainViolet .searchResults .picTile:after {
  content: "";
  pointer-events: none;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 228, 228, 0.1);
  background: -webkit-linear-gradient(225deg, rgba(228, 228, 228, 0.1) 4%, rgba(109, 5, 173, 0.55) 98%);
  background: linear-gradient(-135deg, rgba(228, 228, 228, 0.1) 4%, rgba(109, 5, 173, 0.55) 98%);
}
.colorMainViolet .mainPlayer .figureContainer:after,
.colorMainViolet .featuredSet.v3 .imgContainer:after {
  background: rgba(228, 228, 228, 0.1);
  background: -webkit-linear-gradient(270deg, rgba(228, 228, 228, 0.1) 4%, rgba(109, 5, 173, 0.55) 98%);
  background: linear-gradient(-180deg, rgba(228, 228, 228, 0.1) 4%, rgba(109, 5, 173, 0.55) 98%);
}
.colorMainViolet .mainPlayer .figureContainer:before {
  background: rgba(109, 5, 173, 0);
  background: -webkit-linear-gradient(135deg, rgba(109, 5, 173, 0) 0%, rgba(109, 5, 173, 0.5) 100%);
  background: linear-gradient(-45deg, rgba(109, 5, 173, 0) 0%, rgba(109, 5, 173, 0.5) 100%);
}
.colorMainViolet .miniPlayer .playerControl .btnPlay:after {
  border-color: transparent transparent transparent #7e05c7;
}
.colorMainViolet .miniPlayer .playerControl .btnPlay:active {
  background: #4f0aca !important;
  background: -moz-linear-gradient(top, #4f0aca 0, #4a0ab9 100%) !important;
  background: -webkit-linear-gradient(top, #4f0aca 0, #4a0ab9 100%) !important;
  background: linear-gradient(to bottom, #4f0aca 0, #4a0ab9 100%) !important;
}
.colorMainViolet .miniPlayer .playerControl .btnPlay:active:after {
  border-color: transparent transparent transparent #fff;
}
.colorMainViolet .btn.btnDefault {
  background: #7e05c7;
}
.colorMainViolet .btn.btnDefault:active, .colorMainViolet .btn.btnDefault.active, .colorMainViolet .btn.btnDefault:focus, .colorMainViolet .btn.btnDefault:hover {
  background-color: #5f0495;
}
.colorMainViolet .btn.btnLink {
  color: #7e05c7;
  background: none;
}
.colorMainViolet .btn.btnLink:active, .colorMainViolet .btn.btnLink.active, .colorMainViolet .btn.btnLink:focus, .colorMainViolet .btn.btnLink:active {
  color: #7e05c7;
}
.colorMainViolet .btn.btnLink:active {
  color: #5f0495;
  background: none;
}
.colorMainViolet .mainMenuContainer > li {
  box-shadow: 0 10px 30px 0 rgba(92, 82, 139, 0.5), inset 0 -2px 0 0 #7e05c7;
  border-bottom: solid 1px rgba(126, 5, 199, 0.5);
}
.colorMainViolet .newsflash .btnPlay:after {
  border-color: transparent transparent transparent #7e05c7;
}
.colorMainViolet .newsflash .btnPlay:active {
  background: #4f0aca !important;
  background: -moz-linear-gradient(top, #4f0aca 0, #4a0ab9 100%) !important;
  background: -webkit-linear-gradient(top, #4f0aca 0, #4a0ab9 100%) !important;
  background: linear-gradient(to bottom, #4f0aca 0, #4a0ab9 100%) !important;
}
.colorMainViolet .newsflash .btnPlay:active:after {
  border-color: transparent transparent transparent #fff;
}
.colorMainViolet .brand .link {
  right: 10px;
  top: 43%;
}
.colorMainViolet .brand2 {
  margin-top: -2px;
}
.colorMainViolet .brand2 .pic {
  width: 40px;
}
@media (max-width: 767px) {
  .colorMainViolet .brand2 svg g > path:first-child {
    fill: rgb(21, 76, 133);
  }
  .colorMainViolet .brand2 svg g + path {
    fill: rgb(253, 207, 5);
  }
}
.colorMainViolet .playerControl .videoStatic .vjs-loading-spinner,
.colorMainViolet .playerControl .video-js .vjs-loading-spinner,
.colorMainViolet .btnPlay .btnLoader {
  background: #7e05c7;
  background: -moz-linear-gradient(top, #7e05c7 0, #8c82ea 100%);
  background: -webkit-linear-gradient(top, #7e05c7 0, #8c82ea 100%);
  background: linear-gradient(to bottom, #7e05c7 0, #8c82ea 100%);
}
.colorMainViolet .playerControl .videoStatic .vjs-loading-spinner:before,
.colorMainViolet .playerControl .video-js .vjs-loading-spinner:before,
.colorMainViolet .btnPlay .btnLoader:before {
  background: #f0effc;
  background: -moz-linear-gradient(top, #f0effc 0, #8c82ea 100%);
  background: -webkit-linear-gradient(top, #f0effc 0, #8c82ea 100%);
  background: linear-gradient(to bottom, #f0effc 0, #8c82ea 100%);
}
.colorMainViolet .nextItemModal .btnPlay:after {
  border-color: transparent transparent transparent #7e05c7;
}
.colorMainViolet .programList .tile:not(.picTile):hover .btnPlay {
  background: #6625e3;
  background: -moz-linear-gradient(top, #6625e3 0, #530ccf 100%);
  background: -webkit-linear-gradient(top, #6625e3 0, #530ccf 100%);
  background: linear-gradient(to bottom, #6625e3 0, #530ccf 100%);
}
.colorMainViolet .programList .tile:not(.picTile):hover .btnPlus:after, .colorMainViolet .programList .tile:not(.picTile):hover .btnPlus:before {
  background: #6625e3;
}

.mCustomScrollbar {
  direction: ltr;
  overflow: hidden;
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #d8d8d8;
}
.mCustomScrollbar .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 12px;
  bottom: 0;
}
.mCustomScrollbar .mCSB_scrollTools.mCSB_scrollTools_vertical {
  width: 4px;
  left: auto;
  right: 0;
}
.mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin: 0;
  direction: rtl;
}
.mCustomScrollbar.mCS_touch_action, .mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollbar .mCustomScrollBox {
  -ms-touch-action: pan-x pinch-zoom;
  touch-action: pan-x pinch-zoom;
}
.mCustomScrollbar .mCustomScrollBox.mCSB_vertical_horizontal {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar .mCustomScrollBox.mCSB_horizontal {
  -ms-touch-action: pan-y pinch-zoom;
  touch-action: pan-y pinch-zoom;
}

.skip {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 9999;
}
.skip.active {
  height: 20px;
  width: auto;
}
.skip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.skip a {
  display: block;
  text-decoration: none;
  line-height: 20px;
  font-size: 20px;
}

.wrapper {
  min-height: calc(100vh - 300px);
}

.btn.btnDefault {
  position: relative;
  display: inline-block;
  background: none;
  box-shadow: none;
  padding: 0 10px;
  margin: 0 auto;
  border: none;
  border-radius: 3px;
  height: 31px;
  color: #fff;
  font: 1.8em/31px "simplerbold", arial;
  background: #2500d4;
}
.btn.btnDefault:active, .btn.btnDefault.active, .btn.btnDefault:focus, .btn.btnDefault:hover {
  background-color: #1c00a1;
}
.btn.btnLink {
  color: #2500d4;
  font-size: 1.4em;
  font-family: "simplerregular", arial;
  text-decoration: underline;
  background: none !important;
}
.btn.btnLink:active, .btn.btnLink.active, .btn.btnLink:focus, .btn.btnLink:active {
  background: none;
  color: #2500d4;
}
.btn.btnLink:active {
  color: #1c00a1;
}
.btn.disabled, .btn[disabled] {
  opacity: 0.1;
}

header {
  height: 70px;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
  padding: 0 12px;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
}
header .container-fluid {
  height: 100%;
}

.btnHamburger {
  background: none;
  position: relative;
  border: none;
  display: block;
  height: 100%;
  width: 40px;
  z-index: 10;
  float: left;
}
.btnHamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  right: 7px;
  height: 1px;
  background: none;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.btnHamburger span:before, .btnHamburger span:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #979797;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.btnHamburger span:before {
  top: 0;
  -moz-transition-property: top, transform;
  -o-transition-property: top, transform;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnHamburger span:after {
  bottom: 0;
  -moz-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btnHamburger.collapsed span {
  background-color: #979797;
}
.btnHamburger.collapsed span:before {
  top: -7px;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.btnHamburger.collapsed span:after {
  bottom: -7px;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.btnHamburger.collapsed span:before, .btnHamburger.collapsed span:after {
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.mainMenuAccordion {
  text-align: right;
  width: 100%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.mainMenuAccordion:not(.generalAccordion) > .panel:last-child {
  display: none;
}
.mainMenuAccordion.generalAccordion .panel-heading {
  height: 32px;
}
.mainMenuAccordion.generalAccordion .panel-heading .tab {
  color: #4c4c4c;
  font-family: "simplerregular", arial;
}
.mainMenuAccordion.generalAccordion .panel-heading .tab:after {
  border-color: #4c4c4c;
}
.mainMenuAccordion #tab2-collapse,
.mainMenuAccordion #tab3-collapse {
  display: none !important;
}
.mainMenuAccordion > .panel {
  border-bottom: 1px solid #d7d7d7;
}
.mainMenuAccordion .panel + .panel {
  margin-top: 0;
}
.mainMenuAccordion .panel-heading {
  background: none;
  border-radius: 0;
  height: 60px;
  padding: 0;
}
.mainMenuAccordion .panel-heading .tab {
  color: #2500d4;
  padding: 0 20px;
  position: relative;
  font: 1.8em "simplerbold", arial;
  /*&:not([data-url]) {
      display: none;
  }*/
  /*&:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 25px;
      display: inline-block;
      vertical-align: middle;
      width: 7px;
      height: 7px;
      border-top: solid 2px $colorBlue;
      border-left: solid 2px $colorBlue;
      -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      -o-transform: translateY(-50%) rotate(45deg);
      -webkit-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      @include transitionMove();
  }*/
}
.mainMenuAccordion .panel-heading .tab.collapsed:after, .mainMenuAccordion .panel-heading .tab[data-url]:after {
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.mainMenuAccordion .panel-heading label {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.mainMenuAccordion .panel-title {
  display: table;
  height: 100%;
  width: 100%;
  font-size: 10px;
}
.mainMenuAccordion .panel-title:before, .mainMenuAccordion .panel-title:after {
  display: none;
}
.mainMenuAccordion .panel-title > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.mainMenuAccordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding-bottom: 10px;
}
.mainMenuAccordion .panel-collapse {
  background: none;
}
.mainMenuAccordion .subMenu {
  padding: 0 20px;
  border-top: 1px solid #e5e5e5;
}
.mainMenuAccordion .subMenu > li {
  display: table;
  height: 44px;
  width: 100%;
}
.mainMenuAccordion .subMenu > li:before, .mainMenuAccordion .subMenu > li:after {
  display: none;
}
.mainMenuAccordion .subMenu > li > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.mainMenuAccordion .subMenu > li + li {
  border-top: 1px solid #e5e5e5;
  margin: 0;
}
.mainMenuAccordion .subMenu .tab {
  font-size: 1.8em;
  padding: 0;
  font-family: "simplerregular", arial !important;
  color: #4c4c4c !important;
}
.mainMenuAccordion .subMenu .tab:before {
  display: none;
}
.mainMenuAccordion .subMenu .tab:active {
  color: #2500d4 !important;
}

.mobileSearch {
  padding: 20px 10px 10px;
}
.mobileSearch .formSearch {
  position: relative;
  height: 42px;
  overflow: hidden;
}
.mobileSearch input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.8em;
  font-family: "simplerbold", arial;
  color: #4c4c4c;
  background: #ffffff;
  border: solid 1px #e6e6e6;
  padding: 5px 16px 5px 30px;
  line-height: 30px;
  border-radius: 31px;
}
.mobileSearch input.keyboard-focus:focus {
  outline: none !important;
}
.mobileSearch input::-webkit-input-placeholder {
  color: #acacac;
  opacity: 1;
  font-family: "simplerregular", arial;
}
.mobileSearch input::-moz-placeholder {
  color: #acacac;
  opacity: 1;
  font-family: "simplerregular", arial;
}
.mobileSearch input:-ms-input-placeholder {
  color: #acacac;
  opacity: 1;
  font-family: "simplerregular", arial;
}
.mobileSearch a {
  height: 100%;
  width: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 42px;
  text-align: center;
}

.brand {
  height: 100%;
  float: right;
}
.brand .link {
  display: inline-block;
  position: relative;
  right: 0;
  top: 16px;
}
.brand .pic {
  display: block;
  width: 40px;
}

.navBarContainer {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 1px;
  background: #fafafa;
  box-shadow: 0 10px 10px 0 rgba(92, 82, 139, 0.3);
}

.sideHeader {
  padding: 34px 20px 10px 20px;
}
.sideHeader:before, .sideHeader:after {
  display: table;
  content: "";
}
.sideHeader:after {
  clear: both;
}

.btnPlay {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-color: #edebf5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.05) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.05) 100%);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: all;
}
.btnPlay:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #2500d4;
  -moz-transform: translate(-30%, -50%) translateZ(0);
  -ms-transform: translate(-30%, -50%) translateZ(0);
  -o-transform: translate(-30%, -50%) translateZ(0);
  -webkit-transform: translate(-30%, -50%) translateZ(0);
  transform: translate(-30%, -50%) translateZ(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btnPlay:active {
  background: #3916e9 !important;
  background: -moz-linear-gradient(top, #3916e9 0, #2601d5 100%) !important;
  background: -webkit-linear-gradient(top, #3916e9 0, #2601d5 100%) !important;
  background: linear-gradient(to bottom, #3916e9 0, #2601d5 100%) !important;
}
.btnPlay:active:after {
  border-color: transparent transparent transparent #fff;
}
.btnPlay.btnSmall {
  height: 22px;
  line-height: 22px;
  border-radius: 5px;
}
.btnPlay.btnSmall:after {
  border-color: transparent transparent transparent #c9181e;
}
.btnPlay.btnSmall:active {
  background: #c9181e !important;
}
.btnPlay.btnSmall:active:after {
  border-color: transparent transparent transparent #fff;
}
.btnPlay.btnPaused:before, .btnPlay.btnPaused:after {
  content: "";
  z-index: 20;
  display: block;
  position: absolute;
  top: 50%;
  width: 3px;
  background: #2500d4;
  height: 10px;
  border: none;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btnPlay.btnPaused:before {
  left: 35%;
}
.btnPlay.btnPaused:after {
  left: 56%;
}
.btnPlay.btnPaused:active:before, .btnPlay.btnPaused:active:after {
  background-color: #fff;
}
.btnPlay .btnLoader {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #2500d4;
  background: -moz-linear-gradient(top, #2500d4 0, #8c82ea 100%);
  background: -webkit-linear-gradient(top, #2500d4 0, #8c82ea 100%);
  background: linear-gradient(to bottom, #2500d4 0, #8c82ea 100%);
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-animation: spin 4s linear infinite;
  -o-animation: spin 4s linear infinite;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btnPlay .btnLoader:before {
  content: "";
  float: right;
  display: block;
  margin: 0;
  width: 50%;
  height: 100%;
  background: #f0effc;
  background: -moz-linear-gradient(top, #f0effc 0, #8c82ea 100%);
  background: -webkit-linear-gradient(top, #f0effc 0, #8c82ea 100%);
  background: linear-gradient(to bottom, #f0effc 0, #8c82ea 100%);
}
.btnPlay .btnLoader:after {
  content: "";
  margin: 0;
  background: #fff;
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  z-index: 20;
}
.btnPlay.btnNextItem {
  height: 28px;
  width: 28px;
  line-height: 28px;
  background-color: #fff;
}
.btnPlay.btnNextItem:after {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #a2a4a6;
}
.btnPlay.btnNextItem:before {
  content: "";
  z-index: 20;
  display: block;
  position: absolute;
  top: 50%;
  width: 2px;
  left: 18px;
  background: #a2a4a6;
  height: 9px;
  border: none;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btnPlay.btnNextItem:hover:before, .btnPlay.btnNextItem:active:before {
  background-color: #fff;
}

.btnPlus {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-color: #edebf5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.05) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.05) 100%);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: all;
}
.btnPlus:focus {
  opacity: 1;
}
.btnPlus:after, .btnPlus:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  background: #2100a4;
  -moz-transform: translate(49%, -51%);
  -ms-transform: translate(49%, -51%);
  -o-transform: translate(49%, -51%);
  -webkit-transform: translate(49%, -51%);
  transform: translate(49%, -51%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btnPlus:before {
  width: 10px;
  height: 2px;
}
.btnPlus:after {
  width: 2px;
  height: 10px;
}
.btnPlus:active:after, .btnPlus:active:before {
  background: #2500d4 !important;
}
.btnPlus.btnSmall {
  height: 22px;
  line-height: 22px;
  border-radius: 5px;
}
.btnPlus.btnRemove {
  -moz-transform: rotate(-135deg) !important;
  -ms-transform: rotate(-135deg) !important;
  -o-transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
}
.btnPlus[aria-describedby] {
  opacity: 1;
}

.btnIcon {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-color: #edebf5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.05) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.05) 100%);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.btnIcon path {
  fill: #2900d2;
}
.btnIcon:active path {
  fill: #2100a4;
}

.tile {
  display: block;
}
.tile.boxTile.v2 .btnPlay, .tile.picTile .btnPlay {
  border: solid 0.5px #b0a9d4;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.1) 100%);
}
.tile.boxTile.v2 .btnPlay:after, .tile.picTile .btnPlay:after {
  border-color: transparent transparent transparent #fff;
}
.tile.boxTile.v2 .btnPlus, .tile.picTile .btnPlus {
  border: solid 0.5px #b0a9d4;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.1) 100%);
}
.tile.boxTile.v2 .btnPlus:after, .tile.boxTile.v2 .btnPlus:before, .tile.picTile .btnPlus:after, .tile.picTile .btnPlus:before {
  background: #fff;
}
.tile.boxTile.v2.colorViolet .btnPlay, .tile.picTile.colorViolet .btnPlay {
  background: #6625e3;
  background: -moz-linear-gradient(top, #6625e3 0, #530ece 100%);
  background: -webkit-linear-gradient(top, #6625e3 0, #530ece 100%);
  background: linear-gradient(to bottom, #6625e3 0, #530ece 100%);
}
.tile.boxTile.v2.colorViolet .btnPlay:after, .tile.picTile.colorViolet .btnPlay:after {
  border-color: transparent transparent transparent #fff;
}
.tile.boxTile.v2 .btnPaused:before, .tile.boxTile.v2 .btnPaused:after, .tile.picTile .btnPaused:before, .tile.picTile .btnPaused:after {
  background-color: #fff;
}
.tile.boxTile.v2 .figureContainer, .tile.picTile .figureContainer {
  border-radius: 3px;
}
.tile.boxTile.v2:after, .tile.picTile:after {
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .tile:not(.picTile) > .textBox .bottomContainer play-and-add .controlsContainer {
    background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
.tile.colorViolet .btnPlay:after {
  border-color: transparent transparent transparent #7e05c7;
}
.tile.colorViolet .btnPlus:after, .tile.colorViolet .btnPlus:before {
  background: #600d97;
}
.tile.colorViolet .btnPlus:active:after, .tile.colorViolet .btnPlus:active:before {
  background: #7e05c7 !important;
}
.tile.colorViolet.boxTile .info,
.tile.colorViolet .picPopover .name {
  color: #7e05c7;
}
.tile.colorViolet.boxTile .imgContainer:after {
  content: "";
  pointer-events: none;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(120, 112, 125, 0.38);
  background: -webkit-linear-gradient(225deg, rgba(120, 112, 125, 0.38) 0%, rgba(99, 0, 161, 0.53) 100%);
  background: linear-gradient(-135deg, rgba(120, 112, 125, 0.38) 0%, rgba(99, 0, 161, 0.53) 100%);
}
.tile .videoLine .btnPlus {
  opacity: 1;
  visibility: visible;
}
.tile .playerControl {
  width: auto;
  right: 0;
  left: 80px;
  padding: 0 10px 0 0;
}
.tile .playerControl .progressControl {
  background-color: rgba(163, 163, 163, 0.3);
}
.tile .playerControl .loadProgress {
  background-color: rgba(255, 255, 255, 0.4);
}
.tile .playerControl .cellDuration {
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.tile .playerControl .durationDisplay {
  color: #dedde7;
  text-align: right;
}
.tile .playerControl .durationDisplay:after {
  content: "/";
}
.tile .playerControl .endDisplay {
  color: #c1bed2;
  text-align: left;
}

.newsflash {
  float: right;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #f0f0f0;
}
.newsflash .text {
  color: #2500d4;
  overflow: hidden;
  font-size: 1.4em;
  text-align: left;
  line-height: 30px;
  vertical-align: middle;
  padding-left: 10px;
  float: left;
}
.newsflash .btnPlay {
  float: left;
}

.brand2 {
  float: left;
}
@media (max-width: 767px) {
  .brand2 svg g > g {
    fill: #7e05c7;
  }
}

.tabPaneContainer {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tabCollapseSection.active .tabPaneContainer {
  /*-moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  transform: rotateX(0);*/
  max-height: 100vh;
}
.tabCollapseSection.active .mainMenu > li.active .tab:not(.redirectAnyway):before {
  opacity: 1;
}

.mainMenuContainer .scrollbarContainer {
  max-height: calc(100vh - 293px);
  overflow: hidden;
}
.mainMenuContainer .bottomGrid {
  max-height: calc(100vh - 293px);
}
.mainMenuContainer .inner {
  padding: 23px 0;
}
.mainMenuContainer.tab-content {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  /*-moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;*/
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mainMenuContainer > li {
  background-color: #f5f5f5;
  box-shadow: 0 10px 30px 0 rgba(92, 82, 139, 0.5), inset 0 -2px 0 0 #2500d4;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px rgba(37, 0, 211, 0.5);
}
.mainMenuContainer .linkContainer {
  text-align: left;
  margin-top: 20px;
}
.mainMenuContainer .subMenu.v2 {
  padding-top: 13px;
}

.subMenu > li {
  width: auto;
  height: auto;
  border-top: none;
  display: block;
}
.subMenu > li + li {
  margin-top: 16px;
}
.subMenu > li.active .tab {
  color: #2500d4;
  font-family: "simplerbold", arial;
}
.subMenu > li.active .tab:before {
  opacity: 1;
}
.subMenu > li:active a.tab {
  color: #2500d4;
  font-family: "simplerbold", arial;
}
.subMenu .tab {
  position: relative;
  overflow: hidden;
  height: auto;
  font-size: 1.4em;
  line-height: 1;
  display: block;
  padding: 0 10px 0 4px;
}
.subMenu .tab:before {
  content: "";
  position: absolute;
  vertical-align: middle;
  right: 0;
  left: auto;
  top: 5px;
  opacity: 0;
  margin-left: 4px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: solid 1px #2500d4;
  border-left: solid 1px #2500d4;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.subMenu .hashtag {
  float: right;
  margin: 1px 0 0 5px;
}
.subMenu .tabText {
  overflow: hidden;
  display: block;
}
.subMenu.v2 {
  padding-top: 13px;
}
.subMenu.v2 > li + li {
  margin-top: 90px;
}

.tileGrid {
  margin: 0 -7.5px;
}
.tileGrid > div {
  padding: 0 7.5px;
}

.picTile {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  height: 307px;
  display: block;
  -moz-perspective: 1px;
  -ms-perspective: 1px;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.picTile:after {
  content: "";
  pointer-events: none;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(115, 112, 125, 0.38);
  background: -webkit-linear-gradient(225deg, rgba(115, 112, 125, 0.38) 0%, rgba(27, 0, 161, 0.53) 100%);
  background: linear-gradient(-135deg, rgba(115, 112, 125, 0.38) 0%, rgba(27, 0, 161, 0.53) 100%);
}
.picTile.noCover:after {
  display: none;
}
.picTile .figureContainer {
  overflow: hidden;
  height: 100%;
  position: relative;
  display: block;
}
.picTile img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  right: 50%;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.picTile .pic2 {
  position: absolute;
  top: 0;
  left: 26px;
}
.picTile .pic3 {
  position: absolute;
  top: 0;
  left: 60px;
}
.picTile .textTile {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: none;
  border: none;
}
.picTile .textTile:before {
  display: none;
}
.picTile .textTile .textBox {
  height: auto;
}
.picTile .textTile .text,
.picTile .textTile .info {
  pointer-events: none;
}
.picTile a ~ .textTile {
  pointer-events: none;
}
.picTile.v2 {
  padding-right: 7px;
}
.picTile.v2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEW9sfzp5vr6+vr3piJbAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}
.picTile.v2 .textBox {
  padding-right: 32px;
}
.picTile.v2 .text {
  font-size: 2em;
  height: 56px;
}
.picTile.v3 {
  padding-right: 7px;
}
.picTile.v3:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEW9sfzp5vr6+vr3piJbAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}
.picTile.v3 .textBox {
  padding-right: 20px;
}
.picTile.v3 .textBox .imgContainer {
  float: right;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  border: 2px solid #fff;
  overflow: hidden;
}
.picTile.v3 .textBox .smallPic {
  width: 100%;
  display: block;
}
.picTile.v3 .textBox .textContainer {
  overflow: hidden;
  padding-right: 20px;
  min-height: 130px;
}
.picTile.v3 .textBox .textContainer .link {
  display: block;
}
.picTile.v3 .textBox .info {
  margin-bottom: 5px;
}
.picTile.v3 .textBox .text q {
  position: relative;
}
.picTile.v3 .textBox .text q:before {
  position: absolute;
  right: -10px;
  top: 0;
}
.picTile.smallTile {
  height: 146px;
}
.picTile.smallTile + .smallTile {
  margin-top: 14px;
}

.talentContainer {
  position: absolute;
  left: 12px;
  top: 12px;
  height: 30px;
  z-index: 3;
}
.talentContainer > li {
  float: left;
}
.talentContainer > li + li {
  margin-left: -10px;
}
.talentContainer .btn1 {
  z-index: 5;
}
.talentContainer .btn2 {
  z-index: 4;
}
.talentContainer.v2 {
  left: 30px;
  top: auto;
  bottom: -15px;
  height: auto;
}
.talentContainer.v2 > li + li {
  margin-left: 10px;
}
.talentContainer.v2 .popoverContainer .smallPic {
  border: solid 2px #fff;
}
.talentContainer.v2 .popoverContainer .talentText {
  color: #4c4c4c;
  left: 50%;
  top: 100%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popoverContainer {
  height: 30px;
  width: 30px;
  position: relative;
}
.popoverContainer .smallPic {
  display: block;
  height: 100%;
  border-radius: 50%;
  border: solid 1px #b0a9d4;
  overflow: hidden;
}
.popoverContainer .smallPic img {
  height: 100%;
  display: block;
}
.popoverContainer .talentText a {
  color: #fff;
  font-size: 1.4em;
  position: absolute;
  left: 130%;
  top: 0;
  line-height: 30px;
  white-space: nowrap;
}

.talentTextContainer {
  position: absolute;
  left: 12px;
  top: 45px;
  height: 30px;
  z-index: 3;
}
.talentTextContainer a {
  color: #fff;
  font-size: 1.4em;
  position: absolute;
  left: 130%;
  top: 0;
  line-height: 30px;
  white-space: nowrap;
}

.popoverContent {
  display: none;
}

.picPopover {
  padding-top: 28px;
}
.picPopover > .arrow:after {
  display: none;
}
.picPopover.bottom > .arrow {
  display: none;
}
.picPopover.top > .arrow {
  content: "";
  border: none;
  margin: 0 0 -6px;
  z-index: 10;
  right: auto;
  background-color: #f9f9f9;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: 0;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.picPopover .innerPopover {
  width: 282px;
  border-radius: 5px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
  border: solid 1px #d9d9d9;
  position: relative;
}
.picPopover .topContent {
  z-index: 30;
  position: relative;
  text-align: center;
  height: 98px;
  padding: 36px 0;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(187, 187, 187, 0.4);
}
.picPopover .topContent:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEBAMAAABb34NNAAAAJFBMVEX39v/h2//v7P/NxP/Lwf/x7//i3f/Mwv/5+P/f2f/u6//49/8+wENmAAAAH0lEQVR4XgWAgRAAAAgDP4YEYphDLGOJZZIdtYzR0XkKiQJHa3jKNgAAAABJRU5ErkJggg==") repeat 0 0;
}
.picPopover .topContent:before {
  content: "";
  overflow: hidden;
  margin: 0 auto;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: -30px;
  box-shadow: 0 2px 10px 0 rgba(187, 187, 187, 0.4);
  left: 50%;
  z-index: -1;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.picPopover .imgPop {
  overflow: hidden;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 1;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.picPopover .imgPop img {
  width: 100%;
}
.picPopover .name {
  font: 1.8em/1 "HadassaLineProV2-Regular", arial;
  color: #2500d4;
  margin-bottom: 8px;
  display: block;
}
.picPopover .latestShows {
  padding: 0 5px;
  display: flex;
  justify-content: center;
}
.picPopover .latestShows > li {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.picPopover .latestShows .linkPop {
  color: #acacac;
  font-size: 1.4em;
  padding: 0 10px;
  font-family: "simplerregular", arial;
}
.picPopover .latestShows .linkPop:active {
  color: #2500d4;
}
.picPopover .bottomContent {
  background: #f8f8f8;
  position: relative;
  z-index: 20;
  padding: 13px 40px 13px 45px;
}
.picPopover .bottomContent:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 16px;
  bottom: 16px;
  width: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEW9sfzp5vr6+vr3piJbAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}
.picPopover .newsFeedCarousel {
  height: 76px;
  overflow: hidden;
  position: relative;
  top: 10px;
  opacity: 0;
  /*@include transitionMove();*/
}
.picPopover .newsFeedCarousel.slick-slider {
  opacity: 1;
  top: 0;
}
.picPopover .newsFeedCarousel .infoPop {
  font-size: 1.4em;
  color: #acacac;
  margin-bottom: 3px;
  font-family: "simplerregular", arial;
}
.picPopover .newsFeedCarousel .textPop {
  font-size: 1.4em;
  line-height: 1.3;
  font-family: "simplerregular", arial;
}
.picPopover .noNewsFeed {
  height: 76px;
  overflow: hidden;
  position: relative;
  top: 10px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.picPopover .noNewsFeed .infoPop {
  font-size: 1.4em;
  color: #acacac;
  margin-bottom: 3px;
  font-family: "simplerregular", arial;
}
.picPopover .noNewsFeed .textPop {
  font-size: 1.4em;
  line-height: 1.3;
  font-family: "simplerregular", arial;
}

.textTile {
  position: relative;
  padding-right: 7px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
}
.textTile.tile {
  height: 146px;
}
.textTile + .textTile {
  margin-top: 15px;
}
.textTile:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEW9sfzp5vr6+vr3piJbAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}
.textTile .textBox {
  height: 144px;
}
.textTile .textBox .text:first-child {
  height: auto;
}
.textTile .textBox .text:first-child + .info {
  height: 58px;
  margin-bottom: 2px;
  overflow: hidden;
}
.textTile .textLink {
  display: block;
}
.textTile.colorViolet.textTile:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEXMreft5fX6+vra4TENAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}
.textTile.colorViolet .textBox .text {
  color: #7e05c7;
}
.textTile.colorWhite .textBox .info {
  color: #fff;
}
.textTile.colorWhite .textBox .text {
  color: #fff;
}

.textBox {
  padding: 12px;
  display: block;
}
.textBox .info {
  font-size: 1.4em;
  margin-bottom: 12px;
  padding-left: 28px;
  height: 19px;
  overflow: hidden;
}
.textBox .info a {
  display: inline-block;
  color: inherit;
}
.textBox .info a:active {
  text-decoration: underline;
}
.textBox .text {
  color: #2500d4;
  font: 1.7em/1.4 "HadassaLineProV2-Regular", arial;
  padding-left: 28px;
  margin-bottom: 6px;
  height: 46px;
  overflow: hidden;
}
.textBox .text a {
  display: inline-block;
  color: inherit;
}
.textBox .text a:active {
  text-decoration: underline;
}
.textBox .bottomContainer {
  padding-top: 3px;
  height: 33px;
  position: relative;
}
.textBox .bottomContainer .linkIcon {
  float: left;
}
.textBox .bottomContainer play-and-add {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.textBox .time {
  color: #bfbfbf;
  font-size: 1.3em;
  float: right;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.textBox .controlsContainer {
  height: 100%;
  float: left;
  position: relative;
  z-index: 30;
  padding-right: 45px;
}
.textBox .controlsContainer > li {
  float: right;
}
.textBox .controlsContainer > li + li {
  margin-right: 7px;
}

.navArrow {
  overflow: visible;
  border: none;
  background: none;
  z-index: 2;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navArrow:active, .navArrow:active {
  -moz-transform: translateY(-50%) scale(0.8);
  -ms-transform: translateY(-50%) scale(0.8);
  -o-transform: translateY(-50%) scale(0.8);
  -webkit-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
}
.navArrow:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 17px;
  height: 17px;
  border-top: 2px solid #b1b1b1;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.navArrow.slick-prev {
  right: 0;
  padding-right: 30px;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.navArrow.slick-prev:after {
  right: 0;
  border-right: 2px solid #b1b1b1;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.navArrow.slick-next {
  left: 0;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.navArrow.slick-next:after {
  left: 0;
  border-left: 2px solid #b1b1b1;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.dropdownGrid {
  background-color: #f4f4f4;
}
.dropdownGrid .topGrid {
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 2px 0 rgba(217, 217, 217, 0.5);
}
.dropdownGrid .topGrid .container-fluid > .row {
  padding: 0 8.5% 0 7.5%;
}
.dropdownGrid .fixedShareSection {
  padding-top: 38px;
}
.dropdownGrid .bottomGrid {
  padding-top: 25px;
}
.dropdownGrid .bottomGrid.search {
  padding: 25px 10px 10px;
}

.daysCarousel {
  height: 66px;
}
.daysCarousel .navArrow.disabled {
  opacity: 0.3;
}
.daysCarousel .slick-slide {
  text-align: center;
}
.daysCarousel .slick-list,
.daysCarousel .slick-track {
  height: 100%;
}
.daysCarousel .day {
  font-size: 1.4em;
  margin: 13px 0 3px;
}
.daysCarousel .date {
  font-size: 1.2em;
}
.daysCarousel .active {
  color: #2500d4;
  font-family: "simplerbold", arial;
  padding-top: 1px;
}
.daysCarousel .active .day {
  margin-bottom: 2px;
}

.programCarousel .slick-slide {
  padding: 0 7px 0 0;
  vertical-align: top;
}
.programCarousel .slick-slide:before, .programCarousel .slick-slide:after {
  display: table;
  content: "";
}
.programCarousel .slick-slide:after {
  clear: both;
}
.programCarousel .list > li + li {
  margin-top: 5px;
}
.programCarousel .list > li:first-child:not(.hours0_15) .box {
  padding-top: 12px;
}
.programCarousel .box {
  padding: 2px 10px 0 5px;
  display: block;
  position: relative;
  height: 100px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-right-width: 3px;
}
.programCarousel .box[aria-describedby] .name {
  color: #2500d4;
}
.programCarousel .box[aria-describedby] .name:after {
  opacity: 1;
}
.programCarousel .hours0_15 .box {
  height: 20px;
  padding-top: 0;
}
.programCarousel .hours0_15 .box .name {
  font-size: 1em;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.programCarousel .hours0_15 .box .presenter {
  display: none;
}
.programCarousel .hours0_30 .box {
  height: 47.5px;
}
.programCarousel .hours0_30 .box .presenter {
  display: none;
}
.programCarousel .hours0_45 .box {
  height: 75px;
}
.programCarousel .hours24 .box {
  height: 2515px;
}
.programCarousel .hours23 .box {
  height: 2410px;
}
.programCarousel .hours22 .box {
  height: 2305px;
}
.programCarousel .hours21 .box {
  height: 2200px;
}
.programCarousel .hours20 .box {
  height: 2095px;
}
.programCarousel .hours19 .box {
  height: 1990px;
}
.programCarousel .hours18 .box {
  height: 1885px;
}
.programCarousel .hours17 .box {
  height: 1780px;
}
.programCarousel .hours16 .box {
  height: 1675px;
}
.programCarousel .hours15 .box {
  height: 1570px;
}
.programCarousel .hours14 .box {
  height: 1465px;
}
.programCarousel .hours13 .box {
  height: 1360px;
}
.programCarousel .hours12 .box {
  height: 1255px;
}
.programCarousel .hours11 .box {
  height: 1150px;
}
.programCarousel .hours10 .box {
  height: 1045px;
}
.programCarousel .hours9 .box {
  height: 940px;
}
.programCarousel .hours8 .box {
  height: 835px;
}
.programCarousel .hours7 .box {
  height: 730px;
}
.programCarousel .hours6 .box {
  height: 625px;
}
.programCarousel .hours5 .box {
  height: 520px;
}
.programCarousel .hours4 .box {
  height: 415px;
}
.programCarousel .hours3 .box {
  height: 310px;
}
.programCarousel .hours2 .box {
  height: 205px;
}
.programCarousel .hours1 .box {
  height: 100px;
}
.programCarousel .name {
  font-size: 1.3em;
  height: 34px;
  overflow: hidden;
}
.programCarousel .name:after {
  content: "";
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 7px;
  border-top: solid 1px #2500d4;
  border-left: solid 1px #2500d4;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.programCarousel .presenter {
  color: #acacac;
  font-size: 1.2em;
  position: absolute;
  right: 10px;
  left: 5px;
  bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
}
.programCarousel .progressBar {
  left: 100%;
  right: auto;
  background: #2500d4;
}
.programCarousel .active .box {
  border-right-color: transparent;
}
.programCarousel .active .box:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEW9sfzp5vr6+vr3piJbAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}

.mainPopover {
  border: none;
  box-shadow: none;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.mainPopover > .arrow:after {
  display: none;
}
.mainPopover.left > .arrow {
  content: "";
  border: none;
  background: #f9f9f9;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: -5px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.mainPopover.right > .arrow {
  content: "";
  border: none;
  background: #f9f9f9;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: -5px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.mainPopover .popover-content {
  overflow: hidden;
  width: 252px;
  height: 317px;
  border-radius: 3px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
}
.mainPopover .innerPopover {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.mainPopover .figurePop img {
  display: block;
  width: 100%;
}
.mainPopover .textContainer {
  padding: 27px 20px 0 22px;
  position: relative;
}
.mainPopover .textContainer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEBAMAAABb34NNAAAAJFBMVEX39v/h2//v7P/NxP/Lwf/x7//i3f/Mwv/5+P/f2f/u6//49/8+wENmAAAAH0lEQVR4XgWAgRAAAAgDP4YEYphDLGOJZZIdtYzR0XkKiQJHa3jKNgAAAABJRU5ErkJggg==") repeat 0 0;
}
.mainPopover .titlePop {
  color: #2500d4;
  font: 1.7em/1 "HadassaLineProV2-Semibold", arial;
  margin-bottom: 20px;
}
.mainPopover .titlePop:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 7px;
  border-top: solid 1px #2500d4;
  border-left: solid 1px #2500d4;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mainPopover .textPop {
  font-size: 1.4em;
  margin-bottom: 10px;
  line-height: 1.3;
  height: 108px;
  overflow: hidden;
}
.mainPopover .time {
  color: #acacac;
  font-size: 1.3em;
}

.linkArrow {
  position: relative;
  color: #acacac;
  font: 1.3em/1 "simplerbold", arial;
  display: inline-block;
  padding-left: 10px;
}
.linkArrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 4px;
  border-top: solid 1px #acacac;
  border-left: solid 1px #acacac;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linkArrow:focus, .linkArrow:active {
  color: #2500d4;
}
.linkArrow:focus:after, .linkArrow:active:after {
  border-top-color: #2500d4;
  border-left-color: #2500d4;
}
.linkArrow.colorViolet:focus, .linkArrow.colorViolet:active {
  color: #7e05c7;
}
.linkArrow.colorViolet:focus:after, .linkArrow.colorViolet:active:after {
  border-top-color: #7e05c7;
  border-left-color: #7e05c7;
}

.linkList {
  padding: 40px 15px 0 0;
}
.linkList li + li {
  margin-top: 10px;
}
.linkList .linkArrow {
  display: block;
}

.mainSearchContainer.row {
  padding: 0 !important;
}
.mainSearchContainer .content {
  margin: 20px 0;
  padding: 0;
}
.mainSearchContainer .formSearch {
  position: relative;
  height: 40px;
  padding: 5px 6px;
  line-height: 30px;
  border-radius: 31px;
  background: #ffffff;
  border: solid 1px #e6e6e6;
  white-space: nowrap;
  color: #4c4c4c;
  overflow: hidden;
  display: flex;
}
.mainSearchContainer .mainSearch {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  font-size: 1.6em;
  font-family: "simplerbold", arial;
  background: none;
  border: none;
}
.mainSearchContainer .mainSearch.mouse-focus:focus, .mainSearchContainer .mainSearch.keyboard-focus:focus {
  outline: none !important;
  box-shadow: none !important;
}
.mainSearchContainer .mainSearch::-webkit-input-placeholder {
  color: #acacac;
  opacity: 1;
  font-family: "simplerregular", arial;
}
.mainSearchContainer .mainSearch::-moz-placeholder {
  color: #acacac;
  opacity: 1;
  font-family: "simplerregular", arial;
}
.mainSearchContainer .mainSearch:-ms-input-placeholder {
  color: #acacac;
  opacity: 1;
  font-family: "simplerregular", arial;
}
.mainSearchContainer .searchSubmit {
  height: 100%;
  width: 40px;
  line-height: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.mainSearchContainer .searchSubmit svg {
  display: inline-block;
}
.mainSearchContainer .searchSubmit svg g {
  stroke: #bdbdbd;
}
.mainSearchContainer .searchSubmit:active svg g {
  stroke: #2500d4;
}
.mainSearchContainer .tagContainer {
  display: inline-block;
  background: #2500d4;
  border-radius: 20px;
  height: 100%;
  padding: 0 8px 0 34px;
  position: relative;
}
.mainSearchContainer .tagContainer + .tagContainer {
  margin-right: 3px;
}
.mainSearchContainer .tagContainer .tagText {
  font-size: 1.4em;
  color: #fff;
  line-height: 26px;
}
.mainSearchContainer .tagContainer .btnClose {
  left: 7px;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mainSearchContainer .tagContainer .btnClose:before, .mainSearchContainer .tagContainer .btnClose:after {
  width: 55%;
  background: #2500d4;
}
.mainSearchContainer.v2 {
  padding: 5px 14px 5px 45px;
  background: #f6f4f8;
  position: relative;
  text-align: center;
  line-height: 50px;
}
.mainSearchContainer.v2 .btnSort {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainSearchContainer.v2 .btnSort.active svg g > g, .mainSearchContainer.v2 .btnSort:active svg g > g {
  stroke: #2500d4;
}
.mainSearchContainer.v2 .featuredSet {
  height: auto;
}

.syncScroll .titleList,
.syncScroll .programsList {
  width: 924px;
}

.titleList {
  display: table;
  width: 100%;
  min-width: 768px;
}
.titleList:before, .titleList:after {
  display: none;
}
.titleList > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.titleList li {
  width: 14.2857142857%;
  color: #2500d4;
  font: 1.4em/1 "simplerbold", arial;
  padding-left: 10px;
}

.programsList {
  display: table;
  width: 100%;
  padding: 37px 0 23px;
}
.programsList:before, .programsList:after {
  display: none;
}
.programsList > * {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.programsList ul {
  width: 14.2857142857%;
  padding-left: 30px;
}
.programsList li + li {
  margin-top: 18px;
}
.programsList a {
  font-size: 1.3em;
  line-height: 1.4;
}

.itemResult {
  overflow: hidden;
  margin: 0 -7px 20px;
  direction: rtl;
}
.itemResult > li {
  font-size: 1.4em;
  line-height: 1;
  float: right;
  padding: 0 7px;
}
.itemResult .number {
  color: #acacac;
}
.itemResult a:active {
  text-decoration: underline;
}

.searchResults {
  direction: rtl;
}
.searchResults > li {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}
.searchResults > li > div {
  display: table;
  width: 100%;
  height: 100%;
}
.searchResults > li > div:before, .searchResults > li > div:after {
  display: none;
}
.searchResults > li > div > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.searchResults > li + li {
  margin-top: 15px;
}
.searchResults .picTile {
  border-radius: 0;
  -moz-perspective: none;
  -ms-perspective: none;
  -webkit-perspective: none;
  perspective: none;
}
.searchResults .figureContainer {
  height: 100%;
  position: relative;
}
.searchResults .pic1 {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.searchResults .pic2 {
  position: absolute;
  top: 0;
  left: 26px;
}
.searchResults .pic3 {
  position: relative;
  top: 0;
  left: 60px;
}
.searchResults .textContainer {
  background: #ffffff;
  border-left: solid 1px #e6e6e6;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  height: 100%;
  position: relative;
  padding: 10px 17px 10px 10px;
}
.searchResults .textContainer:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEW9sfzp5vr6+vr3piJbAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}
.searchResults .controlsContainer {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
}
.searchResults .controlsContainer > li {
  float: right;
}
.searchResults .controlsContainer > li + li {
  margin-right: 7px;
}
.searchResults .link {
  display: block;
}
.searchResults .title {
  color: #2500d4;
  font: 1.7em/1.4 "HadassaLineProV2-Semibold", arial;
  margin-bottom: 12px;
}
.searchResults .subText {
  color: #acacac;
  font-family: "simplerregular", arial;
}
.searchResults .text {
  font-size: 1.4em;
  line-height: 1.4;
  height: 38px;
  overflow: hidden;
  margin-bottom: 20px;
}
.searchResults .time {
  color: #acacac;
  font-size: 1.3em;
  display: inline-block;
}
.searchResults .size1 .figureContainer {
  width: 80px;
}
.searchResults .size2 .figureContainer {
  width: 120px;
}
.searchResults .size3 .figureContainer {
  width: 150px;
}
.searchResults .size4 {
  height: 120px;
  padding-right: 60px;
}
.searchResults .size4 .figureContainer {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEVYFP8AAABZEP8kg5esAAAAA3RSTlMaAF8QE64dAAAAIElEQVR4Xk3GMREAAAjDwEjgUABuIqzCWdmeLhJ20O8DLhoD94IV48UAAAAASUVORK5CYII=") repeat 0 0;
  width: 120px;
  padding: 7px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.searchResults .size4 .figureContainer > div {
  border-radius: 50%;
  overflow: hidden;
}
.searchResults .size4 img {
  display: block;
  height: 100%;
}
.searchResults .size4 .textContainer {
  padding-right: 75px;
}
.searchResults .size4 .textContainer:before {
  display: none;
}
.searchResults talents-list {
  display: none;
}

.gridSection {
  padding: 0 12px;
}
.gridSection .gridContainer > .row {
  margin-left: -12px;
  margin-right: -12px;
}
.gridSection .gridContainer > .row > div {
  padding: 0 12px;
}
.gridSection .blockRow {
  margin-bottom: 15px;
}
.gridSection .blockRow + .blockRow {
  margin-top: 15px;
}
.gridSection .dropdownGrid {
  background: none;
}
.gridSection .bottomGrid .scrollbarContainer {
  overflow: hidden;
}
.gridSection .col-lg-11_5 > .subMenu,
.gridSection .itemResultContainer {
  padding-top: 23px;
}

.featuredContainer {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.featuredContainer.in {
  opacity: 1;
  visibility: visible;
}
.featuredContainer.in .generalAccordion .panel {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featuredContainer .generalAccordion > .panel {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featuredContainer .generalAccordion > .panel:nth-child(10) {
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.featuredContainer .generalAccordion > .panel:nth-child(9) {
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.featuredContainer .generalAccordion > .panel:nth-child(8) {
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.featuredContainer .generalAccordion > .panel:nth-child(7) {
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.featuredContainer .generalAccordion > .panel:nth-child(6) {
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.featuredContainer .generalAccordion > .panel:nth-child(5) {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.featuredContainer .generalAccordion > .panel:nth-child(4) {
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.featuredContainer .generalAccordion > .panel:nth-child(3) {
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.featuredContainer .generalAccordion > .panel:nth-child(2) {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.featuredContainer .generalAccordion > .panel:nth-child(1) {
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.featuredContainer .featuredSet .box {
  padding-right: 0;
}

.featuredSection {
  background: #fff;
  border-radius: 0 3px 3px 0;
}
.featuredSection .picTile {
  border-radius: 0;
}
.featuredSection .textTile.tile {
  height: auto;
}

.progressBar {
  position: absolute;
  right: 100%;
  top: 0;
  width: 3px;
  background: #ffd421;
  z-index: 1;
  height: 0;
}

.featuredSet {
  border: 1px solid #e6e6e6;
  height: 307px;
  border-radius: 3px 0 0 3px;
}
.featuredSet .mCustomScrollbar {
  height: 274px;
}
.featuredSet a.figureContainer {
  display: block;
}
.featuredSet .linkIcon {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.featuredSet .list {
  padding: 0 14px;
}
.featuredSet .list > li {
  position: relative;
}
.featuredSet .list > li + li {
  border-top: 1px solid #e6e6e6;
}
.featuredSet .box {
  padding: 20px 15px 20px 40px;
  position: relative;
  display: block;
  border-radius: 3px;
}
.featuredSet .box:before, .featuredSet .box:after {
  display: table;
  content: "";
}
.featuredSet .box:after {
  clear: both;
}
.featuredSet .box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEW9sfzp5vr6+vr3piJbAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}
.featuredSet .info {
  color: #acacac;
  font-size: 1.4em;
}
.featuredSet .text {
  font-size: 1.4em;
}
.featuredSet .btnPlay {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.featuredSet .linkContainer {
  border-top: 1px solid #e6e6e6;
  text-align: left;
  padding: 8px 12px 0;
  overflow: hidden;
}
.featuredSet .linkContainer .linkArrow {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.featuredSet .controlsContainer {
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  padding-right: 45px;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featuredSet .controlsContainer > li {
  float: right;
}
.featuredSet .controlsContainer > li + li {
  margin-right: 7px;
}
.featuredSet .controlsContainer .btnPlay,
.featuredSet .controlsContainer .btnPlus {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.featuredSet .imgContainer {
  position: relative;
  float: right;
  margin-left: 14px;
  min-height: 38px;
}
.featuredSet .imgContainer:after {
  content: "";
  pointer-events: none;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(115, 112, 125, 0.38);
  background: -webkit-linear-gradient(225deg, rgba(115, 112, 125, 0.38) 0%, rgba(27, 0, 161, 0.53) 100%);
  background: linear-gradient(-135deg, rgba(115, 112, 125, 0.38) 0%, rgba(27, 0, 161, 0.53) 100%);
}
.featuredSet .imgContainer:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEW9sfzp5vr6+vr3piJbAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}
.featuredSet .textContainer {
  overflow: hidden;
  padding-left: 32px;
}
.featuredSet.v2 {
  border: none;
  height: auto;
  margin-top: 10px;
}
.featuredSet.v2 .list {
  margin: 0;
  padding: 0;
}
.featuredSet.v2 .list > li {
  padding: 0;
}
.featuredSet.v2 .list > li + li {
  border-top: none;
}
.featuredSet.v2 .list > li:after {
  content: "";
  position: absolute;
  left: 7px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #e6e6e6;
}
.featuredSet.v2 .list .box {
  padding-left: 90px;
  padding-right: 0;
  display: table;
  width: 100%;
}
.featuredSet.v2 .list .box:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
  cursor: pointer;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featuredSet.v2 .list .box:active {
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featuredSet.v2 .list .box:active:after {
  opacity: 1;
  visibility: visible;
}
.featuredSet.v2 .list .box:active .controlsContainer {
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
}
.featuredSet.v2 .controlsContainer {
  background: -moz-linear-gradient(left, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0.9) 60%, rgba(250, 250, 250, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0.9) 60%, rgba(250, 250, 250, 0) 100%);
  background: linear-gradient(to right, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0.9) 60%, rgba(250, 250, 250, 0) 100%);
  left: 12px;
}
.featuredSet.v2 .imgContainer {
  display: table-cell;
  vertical-align: top;
  float: none;
  margin-left: 0;
  width: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEW9sfzp5vr6+vr3piJbAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}
.featuredSet.v2 .imgContainer:before {
  display: none;
}
.featuredSet.v2 .imgContainer:after {
  display: none;
}
.featuredSet.v2 .textContainer {
  display: table-cell;
  vertical-align: top;
  padding-right: 14px;
  padding-left: 0;
}
.featuredSet.v2 .progressBar {
  right: 0;
}
.featuredSet.v3 {
  border: none;
}
.featuredSet.v3 .list {
  padding: 0;
  background: #f8f8f8;
}
.featuredSet.v3 .list > li {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featuredSet.v3 .list > li.active {
  background-color: #fff;
}
.featuredSet.v3 .list > li:active {
  background-color: #fff;
}
.featuredSet.v3 .list > li:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
  cursor: pointer;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featuredSet.v3 .list.in {
  opacity: 1;
  visibility: visible;
}
.featuredSet.v3 .list.in .generalAccordion .panel {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featuredSet.v3 .list .generalAccordion > .panel {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featuredSet.v3 .list .generalAccordion > .panel:nth-child(10) {
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.featuredSet.v3 .list .generalAccordion > .panel:nth-child(9) {
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.featuredSet.v3 .list .generalAccordion > .panel:nth-child(8) {
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.featuredSet.v3 .list .generalAccordion > .panel:nth-child(7) {
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.featuredSet.v3 .list .generalAccordion > .panel:nth-child(6) {
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.featuredSet.v3 .list .generalAccordion > .panel:nth-child(5) {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.featuredSet.v3 .list .generalAccordion > .panel:nth-child(4) {
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.featuredSet.v3 .list .generalAccordion > .panel:nth-child(3) {
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.featuredSet.v3 .list .generalAccordion > .panel:nth-child(2) {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.featuredSet.v3 .list .generalAccordion > .panel:nth-child(1) {
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.featuredSet.v3 .mCustomScrollbar {
  height: 100%;
}
.featuredSet.v3 .box:before {
  display: none;
}
.featuredSet.v3 .textContainer {
  overflow: hidden;
  padding-left: 0;
}
.featuredSet.v3 .btnRemove {
  position: absolute;
  left: 20px;
  top: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d1d1;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featuredSet.v3 .btnRemove:after {
  content: "";
  background: #d1d1d1;
  height: 2px;
  width: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featuredSet.v3 .btnRemove:active {
  border-color: #2500d4;
}
.featuredSet.v3 .btnRemove:active:after {
  background: #2500d4;
}

.itemSection {
  margin: -7px;
}
.itemSection > home-magazine,
.itemSection > div {
  padding: 7px;
}
.itemSection > home-magazine.col-sm-6:nth-child(odd),
.itemSection > div.col-sm-6:nth-child(odd) {
  clear: right;
}
.itemSection > home-magazine > .row > div,
.itemSection > div > .row > div {
  padding: 0 7px;
}
.itemSection > home-magazine {
  padding-left: 0;
  padding-right: 0;
}
.itemSection .sideTitle {
  margin-top: 20px;
  height: 36px;
  overflow: hidden;
}
.itemSection .sideTitle a {
  color: inherit;
  display: inline-block;
}

.smallItemSection {
  padding-bottom: 25px;
}
.smallItemSection > .container-fluid > .row {
  margin: 0 -7px;
}
.smallItemSection > .container-fluid > .row.rowContainer {
  overflow: hidden;
}
.smallItemSection > .container-fluid > .row.rowContainer .formContainer .btnContainer {
  padding: 0 74px 0 0;
}
.smallItemSection > .container-fluid > .row.rowContainer .formContainer .formControlContainer {
  margin-left: 13px;
}
.smallItemSection > .container-fluid > .row > div {
  padding: 15px 7px;
}
.smallItemSection > .container-fluid > .row > div:nth-child(odd) {
  clear: right;
}
.smallItemSection .titleContainer {
  margin-bottom: 30px;
}
.smallItemSection .teamCarousel {
  margin: 0;
}

.twitterSection {
  border-radius: 3px;
  background: #ffffff;
  border: solid 1px #e6e6e6;
  overflow: hidden;
}

.facebookSection {
  height: 307px;
  overflow: hidden;
  border-radius: 3px;
  background: #ffffff;
  border: solid 1px #e6e6e6;
}

.sideTitle {
  color: #2500d4;
  font: 1.4em "simplerbold", arial;
}

.smallBanner {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  display: block;
}
.smallBanner + .smallBanner {
  margin-top: 15px;
}
.smallBanner img {
  width: 100%;
  display: block;
  /*position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);*/
}

.anchors {
  position: relative;
  height: 307px;
}
.anchors .list {
  position: absolute;
  width: 101px;
  height: 101px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.anchors .list > li {
  border-radius: 50%;
}
.anchors .popoverContainer {
  position: absolute;
  display: block;
}
.anchors .centerPic {
  height: 100%;
  width: 100%;
  position: relative;
}
.anchors .rightPic {
  height: 50px;
  width: 50px;
  left: 100%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.anchors .bottomRightPic {
  width: 74px;
  height: 74px;
  left: 77%;
  top: 75%;
}
.anchors .bottomPic {
  width: 85px;
  height: 85px;
  left: -2%;
  top: 100%;
}
.anchors .bottomLeftPic {
  width: 56px;
  height: 56px;
  left: -41%;
  top: 70%;
}
.anchors .leftPic {
  width: 74px;
  height: 74px;
  right: 100%;
  top: 0;
}
.anchors .topLeftPic {
  width: 72px;
  height: 72px;
  left: -30%;
  top: -60%;
}
.anchors .topPic {
  width: 44px;
  height: 44px;
  left: 43%;
  bottom: 100%;
}

.categoryTile {
  border-radius: 3px;
  overflow: hidden;
}
.categoryTile .imgContainer {
  position: relative;
  height: 161px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  display: block;
}
.categoryTile .imgContainer:after {
  content: "";
  pointer-events: none;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(115, 112, 125, 0.38);
  background: -webkit-linear-gradient(225deg, rgba(115, 112, 125, 0.38) 0%, rgba(27, 0, 161, 0.53) 100%);
  background: linear-gradient(-135deg, rgba(115, 112, 125, 0.38) 0%, rgba(27, 0, 161, 0.53) 100%);
}
.categoryTile .imgContainer:after {
  border-radius: 3px 3px 0 0;
}
.categoryTile .pic {
  display: block;
  width: 100%;
}
.categoryTile .textTile {
  padding-right: 0;
  padding-top: 7px;
  border-radius: 0 0 3px 3px;
}
.categoryTile .textTile .textBox {
  height: 137px;
}
.categoryTile .textTile:before {
  height: 7px;
  width: 100%;
}

footer .topContainer {
  padding: 0 12px;
  text-align: center;
}
footer .topContainer .container-fluid {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0 40px;
}
footer .linksContainer {
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
footer .reserved {
  color: #acacac;
  font-size: 1.4em;
  display: inline-block;
}
footer .linkTo {
  color: #2500d4;
  font: 1.4em "simplerbold", arial;
  display: inline-block;
}
footer .linkTo:active {
  text-decoration: underline;
}
footer social-links {
  margin: 0 auto;
}

.shareMenu {
  margin: 0 -8px;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
}
.shareMenu > li {
  display: inline-block;
  height: 100%;
}
.shareMenu path {
  fill: #acacac;
}
.shareMenu .link {
  display: block;
  padding: 0 8px;
  height: 100%;
}
.shareMenu .link:active path {
  fill: inherit;
}
.shareMenu .link.iconV2 path {
  fill: inherit;
}
.shareMenu .colorStroke .link g > g {
  stroke: #acacac;
}
.shareMenu .colorStroke:active .link g > g {
  stroke: #4c4c4c;
}

.bannerSection {
  height: 200px;
  position: relative;
  margin-bottom: 45px;
}
.bannerSection.v2 {
  height: 350px;
}
.bannerSection.cover:after {
  content: "";
  pointer-events: none;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(115, 112, 125, 0.38);
  background: -webkit-linear-gradient(225deg, rgba(115, 112, 125, 0.38) 0%, rgba(27, 0, 161, 0.53) 100%);
  background: linear-gradient(-135deg, rgba(115, 112, 125, 0.38) 0%, rgba(27, 0, 161, 0.53) 100%);
}
.bannerSection .imgContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bannerSection .pic {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bannerSection .title {
  text-align: center;
  color: #fff;
  font: 3em/1 "HadassaLineProV2-Regular", arial;
  width: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rteContainer h2 {
  font: 3em/1 "HadassaLineProV2-Semibold", arial;
  color: #2500d4;
}
.rteContainer p {
  font-size: 1.8em;
  line-height: 30px;
}
.rteContainer .comment {
  font-size: 1.8em;
  color: #acacac;
}
.rteContainer .number {
  font-size: 1.4rem;
}
.rteContainer a {
  text-decoration: underline;
}
.rteContainer a:active {
  text-decoration: none;
}
.rteContainer img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.videoContainer {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.videoContainer > iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.videoContainer > iframe.keyboard-focus.focus {
  outline: none !important;
}

.fixedShareSection {
  padding-bottom: 20px;
}

.fixedShareMenu {
  text-align: center;
  position: relative;
  padding: 20px 0 0;
  top: 0;
  z-index: 1;
  white-space: nowrap;
}
.fixedShareMenu .title {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.fixedShareMenu .list {
  text-align: center;
}
.fixedShareMenu .list li {
  height: 44px;
  width: 44px;
  display: inline-block;
  padding: 0;
}
.fixedShareMenu .list .link {
  display: block;
  height: 100%;
}
.fixedShareMenu .list img {
  display: block;
  width: 100%;
  height: 100%;
}
.fixedShareMenu .facebookUrl:active linearGradient > stop:first-child {
  stop-color: #345292;
}
.fixedShareMenu .facebookUrl:active linearGradient > stop:last-child {
  stop-color: #3b5da6;
}
.fixedShareMenu .twitterUrl:active linearGradient > stop:first-child {
  stop-color: #5fa9e2;
}
.fixedShareMenu .twitterUrl:active linearGradient > stop:last-child {
  stop-color: #64afe9;
}
.fixedShareMenu .mailUrl:active linearGradient > stop:first-child {
  stop-color: #c4c4c4;
}
.fixedShareMenu .mailUrl:active linearGradient > stop:last-child {
  stop-color: #b0b0b0;
}

.articleSection .title {
  font-size: 3em;
  color: #acacac;
  margin-bottom: 20px;
}
.articleSection .title .colorBlue {
  font-family: "HadassaLineProV2-Semibold", arial;
}
.articleSection .subscriptionList {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}
.articleSection .talentPic {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 18px 18px;
  float: right;
}
.articleSection .talentPic img {
  display: block;
  width: 100%;
}
.articleSection.v2 .title {
  margin-top: 34px;
}

.creditsList {
  padding-bottom: 20px;
  overflow: hidden;
  display: inline-block;
}
.creditsList li {
  text-align: right;
}
.creditsList li + li {
  margin-top: 10px;
}
.creditsList .name {
  font-size: 1.4em;
  color: #acacac;
}
.creditsList .info {
  font: 1.4em "simplerbold", arial;
  color: #acacac;
}
.creditsList .info a {
  color: #acacac;
  display: inline-block;
  position: relative;
}
.creditsList .info a:after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 100%;
  background: #acacac;
  -moz-transition: width 0.3s ease, background-color 0.3s ease;
  -o-transition: width 0.3s ease, background-color 0.3s ease;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.creditsList .info a:hover:after {
  width: 0;
  background: transparent;
}

.subscriptionList {
  margin: 0 -5px;
  height: 30px;
  white-space: nowrap;
  text-align: center;
}
.subscriptionList > li {
  padding: 0 5px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.subscriptionList > li:active .tooltipContainer {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.subscriptionList .btnPlus {
  opacity: 1;
}
.subscriptionList .btnPlus:after, .subscriptionList .btnPlus:before {
  background: #6625e3;
}

.tooltipContainer {
  opacity: 0;
  visibility: hidden;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  position: absolute;
  top: 80%;
  left: 50%;
  white-space: nowrap;
  font-size: 1.3em;
  line-height: 30px;
  height: 30px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tooltipContainer:after {
  content: "";
  border: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  background-color: #fff;
  width: 6px;
  height: 6px;
  z-index: 10;
  display: block;
  box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transform: translate(-50%, 50%) rotate(45deg);
  -ms-transform: translate(-50%, 50%) rotate(45deg);
  -o-transform: translate(-50%, 50%) rotate(45deg);
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
}

.programsSection {
  height: 307px;
  border: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  padding-top: 7px;
  background: #f9f9f9;
}
.programsSection:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEW9sfzp5vr6+vr3piJbAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}

.sortList {
  height: 30px;
  padding: 5px 0 0 0;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(187, 187, 187, 0.4);
  position: relative;
  z-index: 1;
  text-align: center;
}
.sortList > li {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
.sortList > li:not(.active) .link {
  position: relative;
}
.sortList > li:not(.active) .link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  background: transparent;
  -moz-transition: width 0.3s ease, background-color 0.3s ease;
  -o-transition: width 0.3s ease, background-color 0.3s ease;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.sortList > li:not(.active) .link:hover:after {
  width: 100%;
  background: #2500d4;
}
.sortList > li + li:before {
  content: "/";
  padding: 0 5px;
}
.sortList > li.active .link {
  color: #2500d4;
  font-family: "simplerbold", arial;
}
.sortList .link {
  font-size: 1.3em;
}

.programList {
  background: #f9f9f9;
  height: 268px;
  direction: ltr;
}
.programList play-and-add {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.programList .content {
  padding: 0 15px;
  direction: rtl;
}
.programList .content > li {
  padding: 10px 0 10px 75px;
  position: relative;
}
.programList .content > li + li {
  border-top: 1px solid #e6e6e6;
}
.programList .controlsContainer:before, .programList .controlsContainer:after {
  display: table;
  content: "";
}
.programList .controlsContainer:after {
  clear: both;
}
.programList .controlsContainer > li {
  float: right;
}
.programList .controlsContainer > li + li {
  margin-right: 10px;
}
.programList .controlsContainer .btnPlus:focus {
  opacity: 1;
}
.programList .date {
  color: #2500d4;
  font-size: 1.4em;
  line-height: 20px;
  padding-left: 10px;
}
.programList .name {
  font-size: 1.8em;
  line-height: 20px;
}

.tabControlContainer {
  margin: 0 0 20px;
  text-align: center;
}
.tabControlContainer .titleContent {
  text-align: center;
}
.tabControlContainer .topTitle {
  color: #2500d4;
  font: 3em/36px "HadassaLineProV2-Semibold", arial;
  display: inline-block;
  vertical-align: top;
}
.tabControlContainer .titleLogo {
  width: 122px;
  height: 80px;
  display: inline-block;
}
.tabControlContainer .titleLogo path {
  fill: #7e05c7;
}

.tabControl {
  display: block;
  padding: 8px 0 0 0;
  line-height: 36px;
  vertical-align: top;
  margin: 0 -10px;
}
.tabControl > li {
  width: 33.3333%;
  display: inline-block;
  margin: 0 -0.125em;
  padding: 0 10px;
  max-width: 113px;
}
.tabControl > li:not(.active) .tab {
  position: relative;
}
.tabControl > li:not(.active) .tab:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  background: transparent;
  -moz-transition: width 0.3s ease, background-color 0.3s ease;
  -o-transition: width 0.3s ease, background-color 0.3s ease;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.tabControl > li:not(.active) .tab:hover:after {
  width: 100%;
  background: #2500d4;
}
.tabControl > li.active .tab {
  color: #2500d4;
  font-family: "simplerbold", arial;
}
.tabControl .tab {
  font-size: 1.4em;
  position: relative;
  height: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.tabControl .tab:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEW9sfzp5vr6+vr3piJbAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}

.peopleSection .subMenu {
  padding: 0 0 20px;
}

.staffList {
  margin: 0 -32px;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staffList:before, .staffList:after {
  display: none;
}
.staffList > li {
  padding: 0 32px 40px;
}
.staffList .imgContainer {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  float: right;
  margin: 0 0 22px 20px;
}
.staffList .pic {
  display: block;
  width: 100%;
}
.staffList .textContainer {
  overflow: hidden;
}
.staffList .name {
  color: #2500d4;
  font: 1.8em "HadassaLineProV2-Semibold", arial;
  margin-bottom: 16px;
}
.staffList .quote {
  font: 1.8em/1.44 "simplerbold", arial;
  margin-bottom: 14px;
  display: block;
  overflow: hidden;
}
.staffList .text {
  font-size: 1.8em;
  line-height: 1.44;
  margin-bottom: 16px;
  overflow: hidden;
}

.shareMenuContainer .subTitle {
  font-size: 1.4em;
  color: #acacac;
  margin-bottom: 5px;
}
.shareMenuContainer .shareMenu {
  float: none;
}
.shareMenuContainer .shareMenu path {
  fill: #4c4c4c;
}
.shareMenuContainer .shareMenu .link:active path {
  fill: #2500d4;
}

.slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40px;
  z-index: 2;
  height: 11px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.slick-dots li {
  vertical-align: top;
  padding: 0 7px;
  height: 100%;
  position: relative;
  display: inline-block;
  list-style: none;
}
.slick-dots li button {
  width: 11px;
  height: 100%;
  border-radius: 50%;
  padding: 0;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: none;
  border: solid 1px rgba(255, 255, 255, 0.7);
}
.slick-dots li button:after {
  display: none;
}
.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.7);
}

.paradeSection {
  padding: 0 0 40px;
  overflow: hidden;
}
.paradeSection .slick-slide {
  position: relative;
  padding: 7px 7px 0 0;
}
.paradeSection .slick-dots {
  bottom: -40px;
}
.paradeSection .slick-dots li button {
  background: #fff;
  border: 1px solid #b9b9b9;
}
.paradeSection .slick-dots li.slick-active button {
  background: #7e05c7;
  border-color: #7e05c7;
}
.paradeSection .content {
  display: block;
}
.paradeSection .imgContainer {
  overflow: hidden;
  height: 307px;
  margin: 0 0 0;
  position: relative;
  border-radius: 3px;
}
.paradeSection .imgContainer:after {
  content: "";
  pointer-events: none;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 228, 228, 0.1);
  background: -webkit-linear-gradient(270deg, rgba(228, 228, 228, 0.1) 4%, rgba(109, 5, 173, 0.55) 98%);
  background: linear-gradient(-180deg, rgba(228, 228, 228, 0.1) 4%, rgba(109, 5, 173, 0.55) 98%);
}
.paradeSection .pic {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.paradeSection .grade {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 1;
}
.paradeSection .textContainer {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.paradeSection .logo {
  margin-bottom: 20px;
  display: inline-block;
}
.paradeSection .title {
  color: #fff;
  font: 3em/1 "simplerbold", arial;
}

.titleContainer {
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
}
.titleContainer .mainTitle {
  font: 3em/1 "HadassaLineProV2-Semibold", arial;
  color: #7e05c7;
}
.titleContainer .sub {
  color: #4c4c4c;
  font: 2.4rem "simplerregular", arial;
}

.teamCarousel .pic {
  overflow: hidden;
  height: 85px;
  width: 85px;
  margin: 0 auto 12px;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamCarousel .slick-slide.popoverPic {
  text-align: center;
}
.teamCarousel .name {
  font-size: 1.4em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.teamCarousel .content {
  display: block;
  padding: 0 10px;
}
.teamCarousel .content:hover .pic {
  border-color: #2500d4;
}
.teamCarousel .content:hover .name {
  color: #2500d4;
}
.teamCarousel .navArrow {
  margin-top: -20px;
}

.boxTile {
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.boxTile .popoverContainer {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
.boxTile .imgContainer {
  border-radius: 3px 3px 0 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.boxTile .imgContainer:after {
  content: "";
  pointer-events: none;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(115, 112, 125, 0.38);
  background: -webkit-linear-gradient(225deg, rgba(115, 112, 125, 0.38) 0%, rgba(27, 0, 161, 0.53) 100%);
  background: linear-gradient(-135deg, rgba(115, 112, 125, 0.38) 0%, rgba(27, 0, 161, 0.53) 100%);
}
.boxTile .imgContainer:after {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.boxTile .pic {
  display: block;
  width: 100%;
}
.boxTile .timeText {
  position: absolute;
  left: 16px;
  bottom: 16px;
  font-size: 1.3em;
  line-height: 1;
  color: #afafaf;
  z-index: 10;
}
.boxTile .quantity {
  text-align: center;
  padding-top: 10px;
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  border-radius: 3px 0 0 0;
  background-color: rgba(40, 40, 40, 0.8);
}
.boxTile .number {
  font-size: 2em;
  line-height: 1;
  color: #e6e6e6;
}
.boxTile .name {
  font-size: 1.4em;
  line-height: 1;
  color: #e6e6e6;
}
.boxTile .textContainer {
  overflow: hidden;
  position: relative;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 3px 3px;
  padding: 0 20px 0 80px;
  height: 73px;
}
.boxTile .textContainer:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEXMreft5fX6+vra4TENAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}
.boxTile .content {
  font-size: 1.4em;
  line-height: 1.29;
  padding: 7px 0 0;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.boxTile .info {
  color: #2500d4;
}
.boxTile .text {
  color: #4c4c4c;
}
.boxTile .controlsContainer {
  position: absolute;
  padding-top: 7px;
  left: 10px;
  top: 50%;
  z-index: 1;
  padding-right: 45px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.boxTile .controlsContainer > li {
  float: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.boxTile .controlsContainer > li + li {
  margin-right: 7px;
}
.boxTile .btnRemove {
  opacity: 1;
}
.boxTile + .smallTile {
  margin-top: 14px;
}
.boxTile.smallTile {
  height: 66px;
}
.boxTile.smallTile .imgContainer {
  position: relative;
  overflow: hidden;
  float: right;
  border-radius: 0 3px 3px 0;
  height: 100%;
}
.boxTile.smallTile .imgContainer:after {
  border-radius: 0 3px 3px 0;
}
.boxTile.smallTile .textContainer {
  border-right: none;
  border-top: 1px solid #e6e6e6;
  border-radius: 3px 0 0 3px;
  height: 100%;
}
.boxTile.smallTile .textContainer:before {
  width: 7px;
  height: 100%;
}
.boxTile.smallTile .content {
  padding-top: 0;
}
.boxTile.smallTile .controlsContainer {
  padding-top: 0;
}
.boxTile.v2 {
  height: 146px;
}
.boxTile.v2 .imgContainer {
  height: 100%;
}
.boxTile.v2 .textContainer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  border: none;
}
.boxTile.v2 .textContainer:before {
  display: none;
}
.boxTile.v2 .info {
  font-family: "simplerbold", arial;
  color: #fff;
}
.boxTile.v2 .text {
  color: #fff;
}
.boxTile.v2:active .controlsContainer {
  background: none;
}
.boxTile.v2:active .controlsContainer li {
  background: none;
}
.boxTile.v3 {
  height: 146px;
}
.boxTile.v3 .imgContainer {
  position: relative;
  overflow: hidden;
  float: right;
  width: calc(50% - 7px);
  height: 100%;
}
.boxTile.v3 .pic {
  width: auto;
  height: 100%;
}
.boxTile.v3 .progressBar {
  right: 0;
}
.boxTile.v3 .textContainer {
  border-right: none;
  border-top: 1px solid #e6e6e6;
  border-radius: 3px 0 0 3px;
  height: 100%;
}
.boxTile.v3 .textContainer:before {
  width: 7px;
  height: 100%;
}
.boxTile.v3 .content {
  top: 0;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.boxTile.v3 .controlsContainer {
  padding-top: 0;
  top: auto;
  bottom: 10px;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 11;
}
.boxTile.v3 .timeText {
  position: absolute;
  right: 20px;
  bottom: 17px;
}

.trafficSectionContainer {
  padding: 23px 0;
}

.trafficSection .mCustomScrollbar {
  max-height: 307px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
  box-shadow: inset 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
}
.trafficSection .mCustomScrollbar .mCSB_scrollTools.mCSB_scrollTools_vertical {
  right: 4px;
}
.trafficSection > .row {
  height: 100%;
}
.trafficSection .list {
  background: #fff;
}
.trafficSection .list > li {
  position: relative;
  border-right: 3px solid #e6e6e6;
  border-left: none;
  border-top: none;
  border-bottom: none;
  display: block;
  font-size: inherit;
  line-height: inherit;
  text-align: right;
  white-space: normal;
  border-radius: 0;
  padding: 10px 10px 10px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trafficSection .list > li + li {
  border-top: 1px solid #e6e6e6;
}
.trafficSection .list > li.btn:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: solid 2px #acacac;
  border-left: solid 2px #acacac;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trafficSection .list > li.btn.active, .trafficSection .list > li.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right-color: #7e05c7;
}
.trafficSection .list > li.btn.active:before, .trafficSection .list > li.btn:active:before {
  border-top-color: #7e05c7;
  border-left-color: #7e05c7;
}
.trafficSection .link {
  color: rgba(37, 0, 212, 0.5);
  display: block;
  margin-bottom: 5px;
  font-size: 1.4em;
}
.trafficSection .link:active {
  text-decoration: underline;
}
.trafficSection .text {
  font-size: 1.4em;
  display: block;
}
.trafficSection .mapContainer {
  height: 307px;
  position: relative;
}
.trafficSection .mapContainer > div {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.trafficSection .mapContainer > div > div {
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}
.trafficSection .mapContainer > div.keyboard-focus.focus {
  outline: none !important;
}

.playListSection .list {
  counter-reset: ol-counter;
}
.playListSection .list.v2 {
  counter-reset: ol-counter 5;
}
.playListSection .list > li {
  position: relative;
  min-height: 60px;
  padding: 0 60px 0 0;
}
.playListSection .list > li:before {
  content: counter(ol-counter, decimal);
  counter-increment: ol-counter;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font: 900 50px/57px arial;
  color: #e1d1f0;
  letter-spacing: -7px;
}
.playListSection .list > li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVQYV2P89evXfzY2NkYGBgYGMAETAHNgAgDppgvx7gwLiwAAAABJRU5ErkJggg==") repeat 0 0;
}
.playListSection .list .content {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  display: table;
}
.playListSection .list .content:before, .playListSection .list .content:after {
  display: none;
}
.playListSection .list .content > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.playListSection .list .content > div + div {
  text-align: left;
  direction: ltr;
}
.playListSection .list .info {
  color: #7e05c7;
  font: 1.7em/1 "HadassaLineProV2-Semibold", arial;
  display: inline-block;
  position: relative;
}
.playListSection .list .info:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  background: transparent;
  -moz-transition: width 0.3s ease, background-color 0.3s ease;
  -o-transition: width 0.3s ease, background-color 0.3s ease;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.playListSection .list .info:hover:after {
  width: 100%;
  background: #2500d4;
}
.playListSection .list .name {
  font-size: 1.4em;
  margin-top: 2px;
}
.playListSection .btnContainer {
  overflow: hidden;
  padding: 10px 0 0 0;
}
.playListSection .linkArrow {
  float: left;
}
.playListSection .linkArrow.right {
  float: right;
}

.musicCharts {
  margin: 0 -6px;
}
.musicCharts > li {
  padding: 6px;
}
.musicCharts .boxTile .imgContainer {
  border-radius: 3px;
}
.musicCharts .boxTile .imgContainer:after {
  content: "";
  pointer-events: none;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 228, 228, 0.1);
  background: -webkit-linear-gradient(225deg, rgba(228, 228, 228, 0.1) 4%, rgba(109, 5, 173, 0.55) 98%);
  background: linear-gradient(-135deg, rgba(228, 228, 228, 0.1) 4%, rgba(109, 5, 173, 0.55) 98%);
}
.musicCharts .boxTile .imgContainer:after {
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.musicCharts .boxTile .info {
  color: #fff;
}
.musicCharts .boxTile .controlsContainer {
  background: none;
}
.musicCharts .boxTile:active .imgContainer:after {
  background: rgba(126, 5, 199, 0.5);
}
.musicCharts .boxTile:active .btnCheck.active ~ .imgContainer:after {
  background: rgba(61, 171, 10, 0.5);
}
.musicCharts .boxTile:active .btnCheck .remove,
.musicCharts .boxTile:active .btnCheck .add {
  opacity: 1;
}
.musicCharts .boxTile:active .btnCheck:not(.active) .checkPic {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAolBMVEXbu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7bu+7cve/fwvDgxPDiyPHfw/Ddv+/gxfDhxvHhx/Hewe/iyfHjyvLjy/Lky/Lm0fPo0/Tr2fXr2vbt3Pb7+P3y5/ncve7s2vbz6Pncvu/8+f7ewO/2fm5YAAAAGnRSTlMAAwYJP0tOUVRXcnV4hIeTlqjGyczh5Or5/HQxG5gAAAEuSURBVHhehZPncsIwEIQVU5JgMB3Dqrj3Qn//V0t8joOBBH9/TqOdOZ2kXXajbyxXu91qafTZE72RiV/MUe9eHa5xx3rYVg08YdzUOf5g3qgT1FylF4aevKJmwoh3EOdASZ9zX6rgDOK9UrUNra1I4AcRWVQ32res12rAcYjTPE/jA3hQ6zpjbyZ1jjhklri27SaZBI+ov6mxASoCAXl0QDhHCaFoOWBTmlnhkDkQp7I8CTjZAYrmn7JFVaREnEBcCssqLgJJXO0AWDA62vORujgVAFDs4abwPTqcbasScuQ2SprXKmHn4CEAbDvkjuZdo83aF9uX5b59sVnXs2ivH5WN//+S8esP7bXtoBo7qMYOL81kdFqx28jEx0MMNp8PIdLbIdKbED1EELiP4BcOnlIMvDIrZQAAAABJRU5ErkJggg==");
}
.musicCharts .boxTile:active.v2 .btnPlay {
  background: #4f0aca;
  background: -moz-linear-gradient(top, #4f0aca 0, #4a0ab9 100%);
  background: -webkit-linear-gradient(top, #4f0aca 0, #4a0ab9 100%);
  background: linear-gradient(to bottom, #4f0aca 0, #4a0ab9 100%);
}
.musicCharts .btnCheck {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  padding: 0;
  border: none;
  display: block;
  font-size: inherit;
  line-height: inherit;
  text-align: right;
  white-space: normal;
  border-radius: 0;
}
.musicCharts .btnCheck:active .checkText:after {
  width: 100%;
  background: #fff;
}
.musicCharts .btnCheck .checkPic {
  width: 30px;
  height: 30px;
  box-shadow: inset 0 4px 3px 0 rgba(125, 5, 199, 0.3);
  border: 2px solid #d9d4f0;
  border-radius: 50%;
  display: block;
  position: relative;
  background: #efe5f6 no-repeat center center;
}
.musicCharts .btnCheck .checkPic:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  height: 11px;
  width: 7px;
  opacity: 0;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -moz-transform: translate(-50%, -50%) rotate(48deg);
  -ms-transform: translate(-50%, -50%) rotate(48deg);
  -o-transform: translate(-50%, -50%) rotate(48deg);
  -webkit-transform: translate(-50%, -50%) rotate(48deg);
  transform: translate(-50%, -50%) rotate(48deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.musicCharts .btnCheck img {
  height: 100%;
  width: 100%;
}
.musicCharts .btnCheck .checkText {
  color: #fff;
  font-size: 1.4rem;
  line-height: normal;
  text-align: center;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.musicCharts .btnCheck .checkText:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  background: transparent;
  -moz-transition: width 0.3s ease, background-color 0.3s ease;
  -o-transition: width 0.3s ease, background-color 0.3s ease;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.musicCharts .btnCheck .remove {
  display: none;
}
.musicCharts .btnCheck .add {
  display: inline-block;
}
.musicCharts .btnCheck.active {
  border-color: transparent;
  box-shadow: none;
}
.musicCharts .btnCheck.active ~ .imgContainer:after {
  background: -moz-linear-gradient(left, rgba(198, 222, 186, 0.5) 0, rgba(61, 171, 10, 0.5) 100%);
  background: -webkit-linear-gradient(left, rgba(198, 222, 186, 0.5) 0, rgba(61, 171, 10, 0.5) 100%);
  background: linear-gradient(to right, rgba(198, 222, 186, 0.5) 0, rgba(61, 171, 10, 0.5) 100%);
  border: 3px solid rgba(61, 171, 10, 0.5);
}
.musicCharts .btnCheck.active .remove {
  display: block;
}
.musicCharts .btnCheck.active .add {
  display: none;
}
.musicCharts .btnCheck.active .checkPic {
  box-shadow: none;
  background: #3dab0a;
}
.musicCharts .btnCheck.active .checkPic:after {
  opacity: 1;
}

.sendMailModal .btnClose {
  top: 7px;
  height: 40px;
  width: 30px;
}
.sendMailModal .modalBody {
  position: relative;
  margin: 0 auto;
  max-width: 644px;
  padding: 2.6%;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
  border: solid 1px #d9d9d9;
}
.sendMailModal .modalBody:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEW9sfzp5vr6+vr3piJbAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}
.sendMailModal .modalTitle {
  color: #2500d4;
  font: 1.8em/1 "simplerbold", arial;
  margin: 10px 0 20px;
}
.sendMailModal .videoLine .form-control {
  padding: 0;
  text-align: center;
}
.sendMailModal .videoLine > div + div {
  margin-top: 10px;
}
.sendMailModal .playerControl {
  position: static;
  height: 31px;
  width: auto;
  padding: 0;
}
.sendMailModal .playerControl .cellDuration {
  text-align: right;
}

.toggleContainer1:before, .toggleContainer1:after {
  display: table;
  content: "";
}
.toggleContainer1:after {
  clear: both;
}

.thxLine {
  position: absolute;
  left: 0;
  top: 0;
}

.thxContainer {
  color: #2500d4;
  text-align: center;
  font: 1.8em/31px "simplerbold", arial;
}

.has-error .btn.btn-checkbox .checkboxPic,
.has-error .bootstrap-select.btn-group .btn,
.has-error .bootstrap-select.btn-group .btn .bs-caret,
.has-error .form-control {
  border-color: #c9181e !important;
}
.has-error .form-control:focus {
  box-shadow: none;
}
.has-error .errorText {
  display: block;
}
.has-error .label {
  color: #c9181e !important;
}

.errorText {
  color: #c9181e;
  font-size: 1.4em;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  display: none;
}

.colorPink .errorText {
  color: #4c4c4c;
}

.formContainer .form-group {
  margin-bottom: 29px;
  padding: 0;
}
.formContainer .form-group:before, .formContainer .form-group:after {
  display: table;
  content: "";
}
.formContainer .form-group:after {
  clear: both;
}
.formContainer .form-group:last-child {
  margin-bottom: 0 !important;
}
.formContainer .form-group > .row {
  margin: 0 -24px;
}
.formContainer .form-group > .row > div {
  padding: 0 24px;
}
.formContainer .form-group > .row > div + div {
  margin-top: 29px;
}
.formContainer .toggleCollapse {
  float: left;
}
.formContainer .form-control {
  position: relative;
  z-index: 1;
  border-radius: 3px;
  height: 31px;
  padding: 4px 10px;
  font-size: 1.4em;
  color: #2500d4;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.formContainer textarea.form-control {
  height: auto;
}
.formContainer .label {
  font-weight: normal;
  font-size: 1.4em;
  text-align: right;
  display: block;
  padding: 9px 0 0;
  color: #4c4c4c;
  float: right;
  width: 74px;
}
.formContainer .formControlContainer {
  margin-right: 74px;
  position: relative;
}
.formContainer .formControlContainer .form-group {
  margin-bottom: 0;
}
.formContainer .bootstrap-select.btn-group > .btn {
  border: 1px solid #e6e6e6;
  box-shadow: none;
  background: #f3f3f3;
  padding: 0 10px 0 20px;
  height: 31px;
  line-height: 29px;
  border-radius: 3px;
  color: #2500d4;
}
.formContainer .bootstrap-select.btn-group > .btn .caret {
  left: 10px;
  right: auto;
  color: transparent;
  border-top: none;
}
.formContainer .bootstrap-select.btn-group > .btn .caret:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  border-top: none;
  border-left: none;
  margin-top: 0;
  border-right: 1px solid #2500d4;
  border-bottom: 1px solid #2500d4;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.formContainer .bootstrap-select.btn-group > .btn .filter-option {
  float: right !important;
  text-align: right;
}
.formContainer .bootstrap-select.btn-group div.dropdown-menu {
  position: absolute;
  text-align: right;
  overflow: hidden;
  right: 0;
  width: 100%;
  float: none;
  min-width: 0;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 0 0 3px 3px;
  border: none;
  bottom: auto;
  top: 100%;
}
.formContainer .bootstrap-select.btn-group ul.inner {
  float: none;
  padding: 0;
  margin: 0;
  height: auto;
}
.formContainer .bootstrap-select.btn-group ul.inner > li {
  background: none;
  list-style: none;
}
.formContainer .bootstrap-select.btn-group ul.inner > li.selected a, .formContainer .bootstrap-select.btn-group ul.inner > li:active a, .formContainer .bootstrap-select.btn-group ul.inner > li:focus a, .formContainer .bootstrap-select.btn-group ul.inner > li.active a {
  color: #4c4c4c;
  text-decoration: none;
  background: #dae9ef;
  outline: none !important;
}
.formContainer .bootstrap-select.btn-group ul.inner > li > a {
  font-size: 1.4em;
  line-height: 32px;
  height: 32px;
  color: #4c4c4c;
  display: block;
  padding: 0 11px;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: none;
  text-decoration: none;
}
.formContainer .btnContainer {
  padding-top: 20px;
}
.formContainer .btnContainer .btn {
  display: block;
}
.formContainer .btnContainer .btn + .btn {
  margin-top: 10px;
}
.formContainer .btnContainer .btnSubmit {
  overflow: hidden;
  max-width: 267px;
  width: 100%;
  display: block;
}
.formContainer .mailContainer {
  height: auto !important;
  display: block;
}
.formContainer .mailContainer .form-group {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.formContainer .mailContainer .form-group.row .mailGroup .label {
  text-align: center;
}
@media (max-width: 767px) {
  .formContainer .mailContainer .extraSpace {
    margin-top: 29px;
  }
  .formContainer .mailContainer .extraSpace .label {
    position: absolute;
    right: -60px;
    top: 0;
    text-align: right !important;
  }
  .formContainer .mailContainer .extraSpace .formControlContainer {
    margin-right: 0 !important;
  }
}
.formContainer .mailContainer .innerContent {
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.formContainer .mailContainer .labelCollapse span:first-child {
  display: block;
}
.formContainer .mailContainer .labelCollapse span:last-child {
  display: none;
}
.formContainer .mailContainer.collapsing .labelCollapse span:first-child, .formContainer .mailContainer.in .labelCollapse span:first-child {
  display: none;
}
.formContainer .mailContainer.collapsing .labelCollapse span:last-child, .formContainer .mailContainer.in .labelCollapse span:last-child {
  display: block;
}
.formContainer .mailContainer.collapsing .innerContent, .formContainer .mailContainer.in .innerContent {
  padding: 15px;
  background-color: #f5f5f5;
}
.formContainer .mailContainer.collapsing .label, .formContainer .mailContainer.in .label {
  width: 59px;
}
.formContainer .mailContainer.collapsing .formControlContainer, .formContainer .mailContainer.in .formControlContainer {
  margin-right: 59px;
}
.formContainer .mailContainer.collapsing .form-group, .formContainer .mailContainer.in .form-group {
  position: relative;
  margin-bottom: 29px;
}
.formContainer .mailContainer.collapsing .btnContainer, .formContainer .mailContainer.in .btnContainer {
  padding-top: 0;
}
.formContainer.mandatoryFields .required .formControlContainer:after {
  content: "*";
  position: absolute;
  left: -13px;
  top: 6px;
  color: #7e05c7;
  font-size: 2em;
}

.captchaContainer {
  margin-bottom: 20px;
}

.multiCollapse .inner {
  padding: 8px 0 30px;
}
.multiCollapse .panel {
  border-bottom: 1px solid #e5e5e5;
}
.multiCollapse .btnCollapse {
  display: block;
  margin-right: 20px;
  position: relative;
  padding: 0;
  height: 67px;
  color: #2500d4;
  font: 1.8em/1 "simplerbold", arial;
}
.multiCollapse .btnCollapse:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: solid 1px #4c4c4c;
  border-left: solid 1px #2500d4;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.multiCollapse .btnCollapse.collapsed {
  color: #acacac;
}
.multiCollapse .btnCollapse.collapsed:after {
  border-top-color: #acacac;
  border-left-color: #acacac;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.multiCollapse .btnCollapse:active, .multiCollapse .btnCollapse:active {
  color: #2500d4;
}
.multiCollapse .btnCollapse > div {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.multiCollapse .rteContainer {
  padding: 12px 0 25px;
}

.highlights .title {
  color: #2500d4;
  font: 1.4em "simplerbold", arial;
  margin-bottom: 10px;
}
.highlights .list {
  overflow: hidden;
}
.highlights .list > li {
  padding: 0 13px 0 0;
  position: relative;
}
.highlights .list > li + li {
  margin-top: 10px;
}
.highlights .list > li:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: solid 1px #2500d4;
  border-left: solid 1px #2500d4;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.highlights .list > li:active:before {
  opacity: 1;
}
.highlights .time {
  color: #2500d4;
  font-size: 1.4em;
  width: 70px;
  float: right;
}
.highlights .text {
  font-size: 1.4em;
  overflow: hidden;
}

.playerSection {
  height: calc(100vh - 70px);
  max-height: 618px;
}
.playerSection > .container-fluid {
  height: 100%;
  max-width: none;
  overflow: hidden;
}
.playerSection .playerContainer {
  height: 100%;
  position: relative;
  /*-webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0 50%;
  -moz-perspective-origin: 0 50%;
  -ms-perspective-origin: 0 50%;
  perspective-origin: 0 50%;*/
  border-bottom: solid 2px #e6e6e6;
}
.playerSection .playerContainer > div {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.playerSection .playerContainer .featuredSet.v3 .list {
  background: #fff;
}
.playerSection .playerContainer .featuredSet.v3 li {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.playerSection .playerContainer.active .featuredSet.v3 li {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.playerSection .playerContainer.active .featuredSet.v3 li:nth-child(10) {
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.playerSection .playerContainer.active .featuredSet.v3 li:nth-child(9) {
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.playerSection .playerContainer.active .featuredSet.v3 li:nth-child(8) {
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.playerSection .playerContainer.active .featuredSet.v3 li:nth-child(7) {
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.playerSection .playerContainer.active .featuredSet.v3 li:nth-child(6) {
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.playerSection .playerContainer.active .featuredSet.v3 li:nth-child(5) {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.playerSection .playerContainer.active .featuredSet.v3 li:nth-child(4) {
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.playerSection .playerContainer.active .featuredSet.v3 li:nth-child(3) {
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.playerSection .playerContainer.active .featuredSet.v3 li:nth-child(2) {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.playerSection .playerContainer.active .featuredSet.v3 li:nth-child(1) {
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.playerSection .playerContainer.active .sidePlaylist {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  /*visibility: visible;
  -webkit-transform: translate3d(0, 0, 0) rotateY(0);
  -moz-transform: translate3d(0, 0, 0) rotateY(0);
  -ms-transform: translate3d(0, 0, 0) rotateY(0);
  -o-transform: translate3d(0, 0, 0) rotateY(0);
  transform: translate3d(0, 0, 0) rotateY(0);*/
}
.playerSection .playerContainer .operatingContainer {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
}
.playerSection .playerContainer .mainPlayer {
  width: 100%;
}
.playerSection .playerContainer .sidePlaylist {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*-webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
}

.btnOperating {
  height: 30px;
  width: 30px;
  position: relative;
  margin: 5px 18px 0 0;
}
.btnOperating:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  /*width: 14px;
  height: 14px;
  border-top: 2px solid $colorBlue;
  border-left: 2px solid $colorBlue;*/
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  -o-transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.operatingContainer.open .btnOperating:after {
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.operatingContainer.open .operatingList {
  opacity: 1;
  visibility: visible;
}
.operatingContainer.open ~ .mainPlayer .controlOptions,
.operatingContainer.open ~ .mainPlayer .textBlock {
  opacity: 0;
  visibility: hidden;
}
.operatingContainer.open ~ .mainPlayer .figureContainer:before {
  opacity: 1;
}

.operatingList {
  padding-right: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.operatingList > li {
  line-height: 30px;
}
.operatingList > li + li {
  padding-top: 21px;
}
.operatingList > li.active .btnToggle {
  color: #2500d4;
}
.operatingList .iconContainer {
  width: 25px;
  text-align: left;
  float: right;
  margin-left: 12px;
}
.operatingList .btnToggle {
  display: block;
  font-size: 1.3em;
  color: #fff;
  font-family: "simplerbold", arial;
}
.operatingList .btnToggle:active {
  color: #2500d4;
}
.operatingList .text {
  overflow: hidden;
}
.operatingList .colorStroke .btnToggle g > g {
  stroke: #fff;
}
.operatingList .colorStroke .btnToggle:active g > g {
  stroke: #2500d4;
}
.operatingList .colorStroke.active .btnToggle g > g {
  stroke: #2500d4;
}
.operatingList .colorStroke.v2 .btnToggle g > g > path,
.operatingList .colorStroke.v2 .btnToggle g > g > use {
  stroke: #fff;
}
.operatingList .colorStroke.v2 .btnToggle:active g > g > path,
.operatingList .colorStroke.v2 .btnToggle:active g > g > use {
  stroke: #2500d4;
}
.operatingList .colorStroke.v2.active .btnToggle > path,
.operatingList .colorStroke.v2.active .btnToggle > use {
  stroke: #2500d4;
}
.operatingList .colorFill .btnToggle g > g {
  stroke: #fff;
}
.operatingList .colorFill .btnToggle path {
  fill: #fff;
}
.operatingList .colorFill .btnToggle:active g > g {
  stroke: #2500d4;
}
.operatingList .colorFill .btnToggle:active path {
  fill: #2500d4;
}
.operatingList .colorFill.active .btnToggle g > g {
  stroke: #2500d4;
}
.operatingList .colorFill.active .btnToggle path {
  fill: #2500d4;
}

.sideCarouselContainer {
  display: none;
}

.shareTooltip {
  letter-spacing: -9px;
  position: relative;
}
.shareTooltip .tool {
  display: inline-block;
  height: 42px;
  padding: 10px 5px;
  position: relative;
  border-radius: 4px;
  background-color: rgba(249, 249, 249, 0.15);
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.shareTooltip .tip {
  display: none;
}
.shareTooltip .shareMenu {
  float: none;
  z-index: 5;
  position: relative;
  margin: 0;
}
.shareTooltip .shareMenu .link:not(.iconV2) path {
  fill: #fff;
}
.shareTooltip .shareMenu .link:not(.iconV2):active path {
  fill: inherit;
}
.shareTooltip .shareMenu svg {
  position: relative;
}
.shareTooltip .shareMenu > li.border {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

.mainPlayer {
  padding-right: 7px;
  height: 100%;
  position: relative;
}
.mainPlayer.keyboard-focus:focus {
  outline: none !important;
}
.mainPlayer:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 100%;
  z-index: 25;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAIAgMAAABIag2VAAAACVBMVEW9sfzp5vr6+vr3piJbAAAAIElEQVR4Xk3GQRUAAATA0MWgjyfJAtHY1e2TQRc76PcBOGgFSdZ04J0AAAAASUVORK5CYII=") repeat 0 0 #fff;
}
.mainPlayer .figureContainer {
  height: 100%;
  position: relative;
}
.mainPlayer .figureContainer:after {
  content: "";
  pointer-events: none;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, rgba(228, 228, 228, 0.1) 4%, rgba(27, 0, 161, 0.55) 98%);
}
.mainPlayer .figureContainer:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, rgba(36, 10, 160, 0) 0%, rgba(37, 11, 160, 0.5) 100%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mainPlayer .figurePic {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background: no-repeat 30% 0;
}
.mainPlayer .textBlock {
  z-index: 30;
  position: absolute;
  right: 24px;
  bottom: 30%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mainPlayer .textBlock .imgContainer {
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 10px;
}
.mainPlayer .textBlock .smallPic {
  width: 100%;
  display: block;
  border-radius: 2px;
  border: 2px solid #fff;
}
.mainPlayer .textBlock .textContainer {
  max-width: 520px;
}
.mainPlayer .textBlock .info {
  margin-bottom: 5px;
  color: #fff;
  font: 1.4em/1 "simplerbold", arial;
}
.mainPlayer .textBlock .text {
  color: #fff;
  font: 1.7em/1.4 "HadassaLineProV2-Semibold", arial;
  text-shadow: 0 1px 5px rgba(79, 50, 221, 0.25);
}
.mainPlayer .textBlock .text q {
  position: relative;
}
.mainPlayer .textBlock .text q:before {
  position: absolute;
  right: -10px;
  top: 0;
}
.mainPlayer .textBlock .text .popoverContainer {
  display: inline;
}
.embeddedhtml .mainPlayer .textBlock {
  display: table;
}
.embeddedhtml .mainPlayer .textBlock > * {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.embeddedhtml .mainPlayer .textBlock .textContainer {
  padding-right: 10px;
}
.embeddedhtml .mainPlayer .talentContainer {
  z-index: 21;
}
.mainPlayer .topLine {
  position: absolute;
  top: 13px;
  left: 13px;
  overflow: hidden;
  line-height: 20px;
  z-index: 30;
}
.mainPlayer .topLine .text {
  display: inline-block;
  vertical-align: middle;
  font: 2em "simplerbold", arial;
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.mainPlayer .topLine .number {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  padding: 0 10px;
}
.mainPlayer .topLine .btnToggle {
  display: inline-block;
  vertical-align: middle;
}
.mainPlayer .topLine .btnToggle:active g > use {
  stroke: #2500d4;
}
.mainPlayer .controlOptions {
  position: absolute;
  left: 26px;
  bottom: 160px;
  z-index: 30;
  direction: ltr;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mainPlayer .controlOptions > li {
  position: relative;
}
.mainPlayer .controlOptions > li:hover .shareTooltip {
  opacity: 1;
  visibility: visible;
}
.mainPlayer .controlOptions > li + li {
  margin-top: 20px;
}
.mainPlayer .controlOptions > li:active .tool {
  opacity: 1;
  visibility: visible;
}
.mainPlayer .controlOptions > li > .link:active polyline,
.mainPlayer .controlOptions > li > .link:active g > path,
.mainPlayer .controlOptions > li > .link:active g > g {
  stroke: #fff !important;
}
.mainPlayer .controlOptions > li .shareTooltip {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mainPlayer .controlOptions > li .shareTooltip .tool {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mainPlayer .controlOptions > li .shareTooltip .tool:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 17px;
  border-radius: 0 4px 0 0;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.mainPlayer .controlOptions > li .shareTooltip .tool:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 17px;
  border-radius: 0 4px 0 0;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.mainPlayer .controlOptions > li .shareTooltip .tool .tip {
  display: block;
  margin-left: 0;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 8px;
  height: 10px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mainPlayer .controlOptions > li .shareTooltip .tool .tip:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  left: -2px;
  background-color: rgba(249, 249, 249, 0.15);
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.mainPlayer .controlOptions > li .shareTooltip.left .tool {
  right: auto;
  left: 10px;
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.mainPlayer .controlOptions > li .shareTooltip.left .tool:before {
  right: auto;
  left: 0;
  border-radius: 4px 0 0 0;
  border-right: none;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.mainPlayer .controlOptions > li .shareTooltip.left .tool:after {
  right: auto;
  left: 0;
  border-radius: 0 0 0 4px;
  border-right: none;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.mainPlayer .controlOptions > li .shareTooltip.left .tool .tip {
  left: auto;
  right: 100%;
  display: block;
}
.mainPlayer .controlOptions > li .shareTooltip.left .tool .tip:before {
  left: auto;
  right: -9px;
  border-top: none;
  border-right: none;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.mainPlayer .controlOptions > li .shareTooltip.left .shareMenu {
  direction: ltr;
}
.mainPlayer .controlOptions > li .shareTooltip.left .shareMenu svg {
  top: 0;
}
.mainPlayer .controlOptions > li .shareTooltip.left .shareMenu > li.border {
  border-right: none;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.mainPlayer .modal-backdrop {
  position: absolute;
  right: 7px;
  background-color: rgba(51, 51, 51, 0.85);
  opacity: 1;
}
.mainPlayer .modal {
  text-align: center;
  position: absolute;
  padding: 10px 0;
}
.mainPlayer .modal .modal-dialog {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mainPlayer .modal.fade .modal-dialog .selectionCarousel {
  position: relative;
  opacity: 0;
  top: 0;
  -moz-transition: all 1s ease 0.3s;
  -o-transition: all 1s ease 0.3s;
  -webkit-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}
.mainPlayer .modal.fade .modal-dialog .selectionCarousel .slick-active .tile {
  opacity: 0;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mainPlayer .modal.fade.in .modal-dialog .selectionCarousel {
  opacity: 1;
}
.mainPlayer .modal.fade.in .modal-dialog .slick-active .tile {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mainPlayer .modal.fade.in .modal-dialog .slick-slide + .slick-active .tile {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.mainPlayer .modal.fade.in .modal-dialog .slick-slide + .slick-active + .slick-active .tile {
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.mainPlayer .modal.fade.in .modal-dialog .slick-slide + .slick-active + .slick-active + .slick-active .tile {
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.mainPlayer .modal.fade.in ~ .figureContainer img,
.mainPlayer .modal.fade.in ~ * div,
.mainPlayer .modal.fade.in ~ * svg {
  filter: blur(10px);
}

.mySelectionModal .modal {
  padding-right: 0;
}
.mySelectionModal .modalTitle {
  color: #fff;
  text-align: center;
  font: 3em "HadassaLineProV2-Semibold", arial;
  margin-bottom: 4px;
}
.mySelectionModal .modalBody {
  padding-top: 18px;
  max-width: 805px;
  margin: 0 auto;
}
.mySelectionModal .selectionCarousel {
  text-align: right;
  padding-bottom: 20px;
}
.mySelectionModal .selectionCarousel .slick-slide {
  padding: 7px;
}
.mySelectionModal .selectionCarousel .slick-dots {
  bottom: 0;
}
.mySelectionModal .selectionCarousel .tile {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}
.mySelectionModal .btnClose {
  height: 40px;
  width: 30px;
}

.btnClose {
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  height: 60px;
  width: 60px;
  color: #dfd8d5;
  display: block;
  z-index: 60;
}
.btnClose:active {
  outline: none !important;
}
.btnClose:active:before, .btnClose:active:after {
  background-color: #2500d4;
}
.btnClose:before, .btnClose:after {
  content: "";
  height: 2px;
  width: 15px;
  display: block;
  background-color: #c4c4c4;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btnClose:before {
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.btnClose:after {
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sidePlaylist {
  background: #fff;
  overflow: hidden;
  z-index: 100;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.sidePlaylist .headContainer {
  background: #fff;
  height: 60px;
  position: relative;
  padding: 0 22px 0 60px;
  line-height: 23px;
}
.sidePlaylist .headContainer .text {
  display: inline-block;
  vertical-align: middle;
  font: 1.8em "simplerbold", arial;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidePlaylist .headContainer .number {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  padding: 0 5px;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidePlaylist .bodyContainer {
  height: calc(100% - 60px);
}
.sidePlaylist .featuredSet {
  height: auto;
}
.sidePlaylist .featuredSet.v3 .list > li:active .btnRemove, .sidePlaylist .featuredSet.v3 .list > li:active:before {
  opacity: 1;
  visibility: visible;
}

.playerControl {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 17px 10px 10px;
  bottom: 0;
  z-index: 20;
}
.playerControl.affix {
  position: static;
}
.playerControl .videoStatic,
.playerControl .video-js {
  height: 100%;
  width: 100%;
  background: none;
  position: static;
}
.playerControl .videoStatic.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.playerControl .video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 1;
}
.playerControl .videoStatic .vjs-tech,
.playerControl .video-js .vjs-tech {
  left: auto;
  right: 0;
}
.playerControl .videoStatic .vjs-user-inactive,
.playerControl .video-js .vjs-user-inactive {
  visibility: visible;
}
.playerControl .videoStatic .vjs-control-bar,
.playerControl .video-js .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  height: 62px;
  background: none;
  padding: 0 17px 0 10px;
}
.playerControl .videoStatic .vjs-progress-control,
.playerControl .video-js .vjs-progress-control {
  height: 100%;
  order: 1;
}
.playerControl .videoStatic .vjs-live-display,
.playerControl .video-js .vjs-live-display {
  font-size: 0;
}
.playerControl .videoStatic .vjs-time-control,
.playerControl .video-js .vjs-time-control {
  display: flex;
  order: 2;
  padding: 0;
  min-width: 0;
}
.playerControl .videoStatic .vjs-time-control > div,
.playerControl .video-js .vjs-time-control > div {
  align-self: center;
  font: 10px "simplerregular", arial;
}
.playerControl .videoStatic .vjs-current-time,
.playerControl .video-js .vjs-current-time {
  margin-left: 10px;
}
.playerControl .videoStatic .vjs-current-time > div,
.playerControl .video-js .vjs-current-time > div {
  text-align: right;
}
.playerControl .videoStatic .vjs-remaining-time,
.playerControl .videoStatic .vjs-big-play-button,
.playerControl .videoStatic .vjs-fullscreen-control,
.playerControl .videoStatic .vjs-mute-control,
.playerControl .videoStatic .vjs-volume-menu-button,
.playerControl .video-js .vjs-remaining-time,
.playerControl .video-js .vjs-big-play-button,
.playerControl .video-js .vjs-fullscreen-control,
.playerControl .video-js .vjs-mute-control,
.playerControl .video-js .vjs-volume-menu-button {
  display: none;
}
.playerControl .videoStatic .vjs-slider,
.playerControl .video-js .vjs-slider {
  border-radius: 5px;
  background-color: rgba(163, 163, 163, 0.3);
}
.playerControl .videoStatic .vjs-load-progress,
.playerControl .video-js .vjs-load-progress {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}
.playerControl .videoStatic .vjs-progress-holder .vjs-play-progress,
.playerControl .video-js .vjs-progress-holder .vjs-play-progress {
  background-color: #f9d747;
  border-radius: 5px;
}
.playerControl .videoStatic .vjs-progress-holder .vjs-play-progress:before,
.playerControl .video-js .vjs-progress-holder .vjs-play-progress:before {
  color: #f9d747;
  z-index: 101;
  text-shadow: 0 0 2px #999;
  opacity: 0;
}
.playerControl .videoStatic .vjs-loading-spinner,
.playerControl .video-js .vjs-loading-spinner {
  display: block;
  visibility: hidden;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 10px;
  margin: 0;
  opacity: 1;
  border: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: #2500d4;
  background: -moz-linear-gradient(top, #2500d4 0, #8c82ea 100%);
  background: -webkit-linear-gradient(top, #2500d4 0, #8c82ea 100%);
  background: linear-gradient(to bottom, #2500d4 0, #8c82ea 100%);
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-animation: spin 4s linear infinite;
  -o-animation: spin 4s linear infinite;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.playerControl .videoStatic .vjs-loading-spinner:before,
.playerControl .video-js .vjs-loading-spinner:before {
  content: "";
  float: right;
  display: block;
  margin: 0;
  width: 50%;
  height: 100%;
  border-radius: 0;
  position: static;
  background: #f0effc;
  background: -moz-linear-gradient(top, #f0effc 0, #8c82ea 100%);
  background: -webkit-linear-gradient(top, #f0effc 0, #8c82ea 100%);
  background: linear-gradient(to bottom, #f0effc 0, #8c82ea 100%);
}
.playerControl .videoStatic .vjs-loading-spinner:after,
.playerControl .video-js .vjs-loading-spinner:after {
  content: "";
  margin: 0;
  background: #fff;
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 20;
}
.playerControl .videoStatic.vjs-scrubbing .vjs-loading-spinner,
.playerControl .video-js.vjs-scrubbing .vjs-loading-spinner {
  visibility: visible;
}
.playerControl .videoStatic.vjs-scrubbing .vjs-play-control,
.playerControl .video-js.vjs-scrubbing .vjs-play-control {
  width: 48px;
  height: 48px;
  margin-left: 2px;
  margin-top: 2px;
}
.playerControl .videoStatic.vjs-scrubbing .vjs-play-control:before,
.playerControl .video-js.vjs-scrubbing .vjs-play-control:before {
  line-height: 48px;
}
.playerControl .videoStatic .vjs-play-control,
.playerControl .video-js .vjs-play-control {
  display: block;
  margin-right: 10px;
  left: 0;
  top: 0;
  overflow: hidden;
  text-align: center;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  border-color: #fff;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.playerControl .videoStatic .vjs-play-control:before,
.playerControl .video-js .vjs-play-control:before {
  font-size: 26px;
  vertical-align: middle;
  line-height: 52px;
  text-shadow: none;
  color: #2500d4;
  z-index: 30;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.playerControl .videoStatic .vjs-play-control:active,
.playerControl .video-js .vjs-play-control:active {
  background: #2500d4;
  text-shadow: none;
}
.playerControl .videoStatic .vjs-play-control:active:before,
.playerControl .video-js .vjs-play-control:active:before {
  color: #fff;
  font-size: 26px;
  text-shadow: none;
}
.playerControl .videoStatic .vjs-icon-pause:before,
.playerControl .videoStatic .vjs-play-control.vjs-playing:before,
.playerControl .video-js .vjs-icon-pause:before,
.playerControl .video-js .vjs-play-control.vjs-playing:before {
  content: "\f103";
}
.playerControl .videoStatic .vjs-marker,
.playerControl .video-js .vjs-marker {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGBAMAAAAMK8LIAAAAElBMVEUAAAD///9NTU1NTU1NTU1NTU3R8MqwAAAABnRSTlMAADI/vezjZOuwAAAAKklEQVR4Xg3GQQ0AMAgEwQ0YoQkC+JyBs4B/L+U3OBxoNBxMdTWbmxzeBzcfA5gkjP4/AAAAAElFTkSuQmCC") repeat 0 0 !important;
  height: 100%;
  width: 12px;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.playerControl .videoStatic .vjs-marker:active,
.playerControl .video-js .vjs-marker:active {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.playerControl .videoStatic .vjs-mouse-display,
.playerControl .video-js .vjs-mouse-display {
  top: 3px;
  font-family: "simplerregular", arial;
}
.playerControl .videoStatic .vjs-mouse-display:after,
.playerControl .videoStatic .vjs-play-progress:after,
.playerControl .video-js .vjs-mouse-display:after,
.playerControl .video-js .vjs-play-progress:after {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.45);
  font-size: 1em;
  color: #ffd421;
  padding: 3px 8px;
}
.playerControl .videoStatic .vjs-play-progress:after,
.playerControl .video-js .vjs-play-progress:after {
  display: none !important;
}
.playerControl .textContainer {
  position: absolute;
  left: 77px;
  bottom: 41px;
  text-align: left;
  z-index: 1;
  height: 52px;
  display: flex;
}
.playerControl .textContainer .btnPlay {
  margin-right: 17px;
}
.playerControl .textContainer .detailsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1;
}
.playerControl .textContainer .name {
  font: 1.4em "simplerbold", arial;
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.playerControl .textContainer .name svg {
  margin-left: 10px;
}
.playerControl .textContainer .info {
  font-size: 1.4em;
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.playerControl .textContainer .info:empty {
  display: none;
}
.playerControl .textContainer .nextItem {
  display: inline-block;
}
.playerControl .textContainer .nextItem:active {
  color: #2500d4;
}
.playerControl .textContainer .nextItem:active svg use {
  stroke: #2500d4;
}

.miniPlayer {
  background: #fafafa;
  position: fixed !important;
  top: auto !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.05);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.miniPlayer.affix, .miniPlayer.affix-bottom {
  z-index: 1000;
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.miniPlayer .headContainer {
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  height: 65px;
  position: relative;
  width: 100%;
  display: table;
}
.miniPlayer .headContainer:before, .miniPlayer .headContainer:after {
  display: none;
}
.miniPlayer .headContainer > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.miniPlayer .collapseContainer {
  background: rgba(250, 250, 250, 0.95);
}
.miniPlayer .collapseContainer .box {
  opacity: 0;
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.miniPlayer .collapseContainer.in .box {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.miniPlayer .collapseContainer.in .box:nth-child(10) {
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.miniPlayer .collapseContainer.in .box:nth-child(9) {
  -moz-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.miniPlayer .collapseContainer.in .box:nth-child(8) {
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}
.miniPlayer .collapseContainer.in .box:nth-child(7) {
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}
.miniPlayer .collapseContainer.in .box:nth-child(6) {
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.miniPlayer .collapseContainer.in .box:nth-child(5) {
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.miniPlayer .collapseContainer.in .box:nth-child(4) {
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.miniPlayer .collapseContainer.in .box:nth-child(3) {
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.miniPlayer .collapseContainer.in .box:nth-child(2) {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.miniPlayer .collapseContainer.in .box:nth-child(1) {
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.miniPlayer .footerContainer {
  height: 190px;
  display: flex;
  align-items: stretch;
}
.miniPlayer .footerContainer .chooseContainer {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.miniPlayer .footerContainer .chooseContainer > li {
  width: 100%;
}
.miniPlayer .footerContainer .chooseContainer .backdropBG .itemSection {
  background-color: rgba(51, 51, 51, 0.85);
}
.miniPlayer .controlOptions {
  width: 52px;
  height: 100%;
  position: relative;
  padding-right: 52px;
  border-left: 2px solid #f4f4f4;
}
.miniPlayer .controlOptions .btnToggle {
  width: 52px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.miniPlayer .controlOptions .btnToggle:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #4c4c4c;
  border-left: 2px solid #4c4c4c;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -moz-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  -o-transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.miniPlayer .controlOptions .btnToggle:active:after {
  border-color: #2500d4;
}
.miniPlayer .controlOptions .btnToggle.collapsed:after {
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.miniPlayer .controlOptions .list {
  padding: 0 10px;
  text-align: center;
  height: 100%;
}
.miniPlayer .controlOptions .list > li {
  display: inline-block;
  width: 40px;
  height: 100%;
}
.miniPlayer .controlOptions .list .link {
  display: block;
  height: 100%;
  line-height: 40px;
}
.miniPlayer .controlOptions .list .colorFill .link g > g,
.miniPlayer .controlOptions .list .colorStroke .link g > g {
  stroke: #4c4c4c;
}
.miniPlayer .controlOptions .list .colorFill:active .link g > g,
.miniPlayer .controlOptions .list .colorStroke:active .link g > g {
  stroke: #2500d4;
}
.miniPlayer .controlOptions .list .colorFill .link path {
  fill: #4c4c4c;
}
.miniPlayer .controlOptions .list .colorFill:active .link path {
  fill: #2500d4;
}
.miniPlayer .mainSearchContainer {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background: none;
  margin-bottom: 20px;
}
.miniPlayer .mainSearchContainer .formSearch {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.miniPlayer .itemSection {
  white-space: nowrap;
  margin: 0;
  display: flex;
  height: 100%;
  padding-top: 15px;
  direction: rtl;
}
.miniPlayer .itemSection > div {
  padding: 0 0 12px;
}
.miniPlayer .itemSection .box {
  display: inline-block;
  margin: 0 -0.125em;
  width: 320px;
  padding: 0 7px;
  vertical-align: top;
}
.miniPlayer .itemSection .textTile {
  white-space: normal;
  padding-top: 8px;
}
.miniPlayer .playerControl {
  position: relative;
  height: 100%;
  width: auto;
  padding: 0 10px;
}
.miniPlayer .playerControl .textContainer {
  position: static;
  width: 380px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.miniPlayer .playerControl .textContainer .name {
  color: #4c4c4c;
  text-shadow: none;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  direction: rtl;
  justify-content: flex-end;
  width: 100%;
  line-height: 1;
}
.miniPlayer .playerControl .textContainer .name svg g > g {
  stroke: #4c4c4c;
}
.miniPlayer .playerControl .textContainer .name svg path {
  fill: #4c4c4c;
}
.miniPlayer .playerControl .textContainer .info {
  color: #4c4c4c;
  text-shadow: none;
  justify-content: flex-end;
  width: 100%;
}
.miniPlayer .playerControl .btnPlay:not(.btnNextItem) {
  width: 40px;
  height: 40px;
}
.miniPlayer .playerControl .btnPlay:not(.btnNextItem):after {
  border-width: 5.5px 0 5.5px 10px;
}
.miniPlayer .playerControl .btnPlay:not(.btnNextItem).btnPaused:before, .miniPlayer .playerControl .btnPlay:not(.btnNextItem).btnPaused:after {
  width: 4px;
  height: 14px;
}
.miniPlayer .playerControl .btnPlay:not(.btnNextItem).btnPaused:before {
  left: 36%;
}
.miniPlayer .playerControl .btnPlay:not(.btnNextItem).btnPaused:after {
  left: 56%;
}
.miniPlayer .videoStatic .cellProgress {
  width: 100%;
}
.miniPlayer .videoStatic .cellText {
  width: auto;
}
.miniPlayer .videoStatic .cellDuration .durationDisplay {
  padding: 0 10px 0 25px;
}
.miniPlayer .videoStatic .cellDuration .endDisplay {
  padding: 0 25px 0 10px;
}
.miniPlayer .playerControl .textContainer {
  width: auto;
}

.darkPopover {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
.darkPopover > .arrow:after {
  display: none;
}
.darkPopover.bottom > .arrow {
  content: "";
  margin: 0 0 -6px;
  z-index: 10;
  right: auto;
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: 0;
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.darkPopover.top > .arrow {
  content: "";
  margin: 0 0 -6px;
  z-index: 10;
  right: auto;
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: 0;
  -moz-transform: translateX(-50%) rotate(-135deg);
  -ms-transform: translateX(-50%) rotate(-135deg);
  -o-transform: translateX(-50%) rotate(-135deg);
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
}
.darkPopover .innerPopover {
  padding: 5px 10px;
  position: relative;
  z-index: 20;
}
.darkPopover .linkContainer {
  margin: -5px -10px;
}
.darkPopover .linkContainer svg {
  max-width: 100%;
}
.darkPopover .link {
  padding: 5px 10px;
  width: 100%;
  display: table;
}
.darkPopover .link:before, .darkPopover .link:after {
  display: none;
}
.darkPopover .link > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.darkPopover .link + .link {
  border-top: 1px solid #e1e1e1;
}
.darkPopover .iconContainer {
  width: 20px;
  padding-left: 7px;
}
.darkPopover .text {
  font-size: 1.3em;
  text-align: center;
}
.darkPopover .shareMenu {
  margin: 0;
  float: none;
}

.chooseTabs {
  padding: 20px 12px;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.chooseTabs > li {
  height: 100%;
}
.chooseTabs > li:active .tab {
  color: #2500d4;
}
.chooseTabs > li.active .tab {
  color: #2500d4;
  /*&:after {
      opacity: 1;
  }*/
}
.chooseTabs .tab {
  display: block;
  font: 1.4em/1 "simplerbold", arial;
  position: relative;
  height: 100%;
  /*&:after {
      content: "";
      opacity: 0;
      display: inline-block;
      vertical-align: middle;
      width: 4px;
      height: 4px;
      margin-right: 4px;
      border-top: solid 1px $colorBlue;
      border-left: solid 1px $colorBlue;
      -moz-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
      -o-transform: translateY(-50%) rotate(-135deg);
      -webkit-transform: translateY(-50%) rotate(-135deg);
      transform: translateY(-50%) rotate(-135deg);
      @include transitionMove();
  }*/
}

.nextItemModal .modalBody {
  color: #fff;
  text-align: center;
}
.nextItemModal .title {
  font-size: 1.4em;
  margin-bottom: 16px;
}
.nextItemModal .name {
  font-size: 1.8em;
  font-family: "simplerbold", arial;
  margin-bottom: 6px;
}
.nextItemModal .info {
  font-size: 1.4em;
  margin-bottom: 25px;
}
.nextItemModal .btnPlay {
  position: relative;
  background: none;
  margin: 0 auto 15px;
  height: 52px;
  width: 52px;
  line-height: 52px;
}
.nextItemModal .btnPlay:active:after {
  border-color: transparent transparent transparent #2500d4;
}
.nextItemModal .btnPlay:after {
  border-width: 7.5px 0 7.5px 12px;
}
.nextItemModal .link {
  color: #fff;
  font-size: 1.4em;
}
.nextItemModal .link:active {
  color: #2500d4;
}

.collapseFeaturedSection {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  display: block;
}

.btnFeatured {
  color: #2500d4;
  position: relative;
  display: block;
  font: 1.8em "simplerbold", arial;
  width: 100%;
  text-align: right;
  padding: 10px;
  border-bottom: solid 1px #e6e6e6;
}
.btnFeatured:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: solid 2px #2500d4;
  border-left: solid 2px #2500d4;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btnFeatured.collapsed:after {
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.shareList {
  display: table;
  height: 100%;
  text-align: right;
}
.shareList:before, .shareList:after {
  display: none;
}
.shareList > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.shareList > li + li {
  padding-right: 10px;
}

.myChoices > li {
  padding: 0 0 15px;
}

.videoStatic {
  width: 100%;
  direction: ltr;
  display: table;
}
.videoStatic:before, .videoStatic:after {
  display: none;
}
.videoStatic > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.videoStatic .cellBtn {
  width: 62px;
  padding-right: 10px;
}
.videoStatic .cellNextItem {
  width: 43px;
  padding-right: 15px;
}
.videoStatic .cellProgress {
  width: 100%;
}
.videoStatic .cellProgress:active .progressControl {
  height: 5px;
}
.videoStatic .cellDuration {
  width: 40px;
  text-align: center;
}
.videoStatic .cellText {
  width: 400px;
  padding-right: 20px;
  border-right: 2px solid #f4f4f4;
}
.videoStatic .progressControl {
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: rgba(166, 166, 166, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.videoStatic .progressControl > a,
.videoStatic .progressControl > div {
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.videoStatic .loadProgress {
  background-color: rgba(104, 104, 104, 0.08);
}
.videoStatic .playProgress {
  background-color: #ffd421;
  z-index: 2;
  cursor: pointer;
}
.videoStatic .playProgress:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  right: -0.5em;
  width: 13px;
  height: 13px;
  background: #ffd421;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.videoStatic .mouseProgress {
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.videoStatic .markers {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.videoStatic .markers > li {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.videoStatic .markers .btnMarker {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGBAMAAAAMK8LIAAAAElBMVEUAAAD///9NTU1NTU1NTU1NTU3R8MqwAAAABnRSTlMAADI/vezjZOuwAAAAKklEQVR4Xg3GQQ0AMAgEwQ0YoQkC+JyBs4B/L+U3OBxoNBxMdTWbmxzeBzcfA5gkjP4/AAAAAElFTkSuQmCC") repeat 0 0 !important;
  display: block;
  height: 100%;
}

.popoverContainer .vjs-tip {
  display: none;
}

.vjs-tip {
  direction: rtl;
  width: 227px;
  min-height: 120px;
  border-radius: 4px;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  background-color: rgba(51, 51, 51, 0.9);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px rgba(0, 0, 0, 0.45);
  top: auto !important;
  bottom: 20px !important;
}
.vjs-tip .textContainerTip {
  padding: 16px;
}
.vjs-tip .vjs-tip-arrow {
  display: none;
}
.vjs-tip .vjs-tip-inner {
  background: none;
  text-align: right;
  max-width: none;
}
.vjs-tip .titleTip {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.vjs-tip .textTip {
  color: #fff;
  font: 1.7em/1.4 "HadassaLineProV2-Semibold", arial;
}
.vjs-tip .picTip {
  width: 100%;
  display: block;
}

.fb_iframe_widget,
.fb_iframe_widget_fluid {
  display: block !important;
}
.fb_iframe_widget > span,
.fb_iframe_widget_fluid > span {
  display: block;
  width: 100% !important;
}
.fb_iframe_widget iframe,
.fb_iframe_widget_fluid iframe {
  width: 255px !important;
}

.titleSyncScroll {
  margin-bottom: -20px;
}
.titleSyncScroll .mCSB_draggerContainer {
  visibility: hidden;
}
.titleSyncScroll .titleList {
  height: 50px;
}

.spaceDropdown {
  padding: 16px;
}

play-and-add {
  display: block;
}

@-moz-keyframes animateRollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-10px) rotate(-135deg);
    -ms-transform: translateX(-10px) rotate(-135deg);
    -o-transform: translateX(-10px) rotate(-135deg);
    -webkit-transform: translateX(-10px) rotate(-135deg);
    transform: translateX(-10px) rotate(-135deg);
  }
  50% {
    opacity: 1;
    -moz-transform: translateX(4px) rotate(20deg);
    -ms-transform: translateX(4px) rotate(20deg);
    -o-transform: translateX(4px) rotate(20deg);
    -webkit-transform: translateX(4px) rotate(20deg);
    transform: translateX(4px) rotate(20deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0) rotate(0deg);
    -ms-transform: translateX(0) rotate(0deg);
    -o-transform: translateX(0) rotate(0deg);
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@-o-keyframes animateRollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-10px) rotate(-135deg);
    -ms-transform: translateX(-10px) rotate(-135deg);
    -o-transform: translateX(-10px) rotate(-135deg);
    -webkit-transform: translateX(-10px) rotate(-135deg);
    transform: translateX(-10px) rotate(-135deg);
  }
  50% {
    opacity: 1;
    -moz-transform: translateX(4px) rotate(20deg);
    -ms-transform: translateX(4px) rotate(20deg);
    -o-transform: translateX(4px) rotate(20deg);
    -webkit-transform: translateX(4px) rotate(20deg);
    transform: translateX(4px) rotate(20deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0) rotate(0deg);
    -ms-transform: translateX(0) rotate(0deg);
    -o-transform: translateX(0) rotate(0deg);
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes animateRollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-10px) rotate(-135deg);
    -ms-transform: translateX(-10px) rotate(-135deg);
    -o-transform: translateX(-10px) rotate(-135deg);
    -webkit-transform: translateX(-10px) rotate(-135deg);
    transform: translateX(-10px) rotate(-135deg);
  }
  50% {
    opacity: 1;
    -moz-transform: translateX(4px) rotate(20deg);
    -ms-transform: translateX(4px) rotate(20deg);
    -o-transform: translateX(4px) rotate(20deg);
    -webkit-transform: translateX(4px) rotate(20deg);
    transform: translateX(4px) rotate(20deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0) rotate(0deg);
    -ms-transform: translateX(0) rotate(0deg);
    -o-transform: translateX(0) rotate(0deg);
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes animateRollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-10px) rotate(-135deg);
    -ms-transform: translateX(-10px) rotate(-135deg);
    -o-transform: translateX(-10px) rotate(-135deg);
    -webkit-transform: translateX(-10px) rotate(-135deg);
    transform: translateX(-10px) rotate(-135deg);
  }
  50% {
    opacity: 1;
    -moz-transform: translateX(4px) rotate(20deg);
    -ms-transform: translateX(4px) rotate(20deg);
    -o-transform: translateX(4px) rotate(20deg);
    -webkit-transform: translateX(4px) rotate(20deg);
    transform: translateX(4px) rotate(20deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0) rotate(0deg);
    -ms-transform: translateX(0) rotate(0deg);
    -o-transform: translateX(0) rotate(0deg);
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
.controlsContainer.noBG {
  background: none !important;
}
.controlsContainer.noBG li {
  background: none !important;
}

re-captcha {
  display: block;
  -moz-transform: scale(0.69) translateZ(0);
  -ms-transform: scale(0.69) translateZ(0);
  -o-transform: scale(0.69) translateZ(0);
  -webkit-transform: scale(0.69) translateZ(0);
  transform: scale(0.69) translateZ(0);
  -moz-transform-origin: right 0;
  -ms-transform-origin: right 0;
  -o-transform-origin: right 0;
  -webkit-transform-origin: right 0;
  transform-origin: right 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

player-strip {
  display: block;
}

chart-form .btnContainer .btn.btnSubmit {
  max-width: none;
}

.addedComma:after {
  content: ",";
  margin-right: -0.125em;
}
.addedComma:last-child:after {
  display: none;
}

.posRContent {
  position: relative;
  height: 100%;
  /*.talentText{
  left: 12px;
  top: 36px;
  position: absolute;
  height: 30px;
  z-index: 3;
  }*/
}

a.link-title {
  color: #ffffff;
}

.programsListContainer.scrollbarContainer {
  margin-right: -10px;
}
.programsListContainer.scrollbarContainer .mCustomScrollBox {
  padding-right: 10px;
}

.embeddedPlayer .logo {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  z-index: 10;
}
.embeddedPlayer .picTile.v3 .textBox {
  padding-right: 7px;
}
.embeddedPlayer .playerControl {
  padding-right: 0;
}
.embeddedPlayer .controlsContainer li:first-child {
  opacity: 1;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}
.embeddedPlayer .tile.picTile a ~ .textTile {
  pointer-events: all;
}
.embeddedPlayer .tile .playerControl {
  left: 0;
}
.embeddedPlayer .video-js .vjs-control-bar {
  height: 30px;
  padding: 0;
}
.embeddedPlayer .video-js .vjs-current-time {
  margin-left: 10px;
}
.embeddedPlayer .video-js .vjs-loading-spinner {
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.embeddedPlayer .video-js.vjs-scrubbing .vjs-play-control {
  width: 30px;
  height: 30px;
  margin-left: 2px;
  margin-top: 2px;
}
.embeddedPlayer .video-js.vjs-scrubbing .vjs-play-control:before {
  line-height: 30px;
}
.embeddedPlayer .video-js .vjs-play-control {
  width: 30px;
  height: 30px;
}
.embeddedPlayer .video-js .vjs-play-control:before {
  font-size: 17px;
  line-height: 30px;
}
.embeddedPlayer .video-js .vjs-play-control:active:before {
  font-size: 17px;
}

.miniOpen {
  padding-bottom: 272px;
}

.embeddedhtml {
  height: 100%;
}
.embeddedhtml body, .embeddedhtml .embedded, .embeddedhtml .playerSection {
  height: 100%;
}

.btnPlay.notactive .btnLoader {
  display: none;
}
.btnPlay.notactive.loader .btnLoader {
  display: block;
}

.strip-play-btn .btnLoader {
  display: none;
}
.strip-play-btn.loader .btnLoader {
  display: block;
}

.coverVioletLeftRight:after {
  content: "";
  pointer-events: none;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(228, 228, 228, 0.1);
  background: -webkit-linear-gradient(225deg, rgba(228, 228, 228, 0.1) 4%, rgba(109, 5, 173, 0.55) 98%);
  background: linear-gradient(-135deg, rgba(228, 228, 228, 0.1) 4%, rgba(109, 5, 173, 0.55) 98%);
}

.subscriptionTitle {
  display: flex;
}

.subscriptionListContainer {
  padding-right: 20px;
}
