@charset "UTF-8";
/**
* Template Style
*
* [Table of contents]
*   3 Plugins
*     3.20 RD Audio Player
*     3.21 RD Video Player
*     3.22 RD Event Calendar
*     3.23 RD Facebook Feed
*     3.24 Soundcloud Player
*     3.25 Material Datetime Picker
*     3.26 ToTop Button
*/
/** 3 Plugins */
/** 3.20 RD Audio Player */
.rd-audio {
  position: relative; }
  .rd-audio.muted .rd-audio-volume:before {
    content: "ď™®"; }
  .rd-audio.state-playing .rd-audio-play-pause:before {
    content: "ď““"; }

.rd-audio-icon {
  font-size: 16px;
  color: #434345; }
  @media (min-width: 480px) {
    .rd-audio-icon {
      font-size: 18px; } }

.rd-audio-play-pause {
  position: relative;
  font-size: 20px; }
  .rd-audio-play-pause.has-controls {
    margin: 0 5px; }
    .rd-audio-play-pause.has-controls:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 28px;
      height: 28px;
      content: '';
      border-radius: 50%;
      border: 2px solid rgba(67, 67, 69, 0.5);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .rd-audio-play-pause {
      font-size: 24px; }
      .rd-audio-play-pause.has-controls {
        margin: 0 13px; }
        .rd-audio-play-pause.has-controls:after {
          width: 36px;
          height: 36px; } }

.rd-audio-progress-bar {
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  height: 8px;
  cursor: pointer; }
  .rd-audio-progress-bar:before {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    right: 0;
    background: #f2f4f9;
    content: ''; }
  .rd-audio-progress-bar .current {
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    z-index: 0; }
    .rd-audio-progress-bar .current {
      background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: linear-gradient(90deg, #554e9f 0%, #84c450 100%); }
  @media (min-width: 480px) {
    .rd-audio-progress-bar {
      position: relative;
      width: 100%;
      top: 0; } }

.rd-audio-progress-bar-wrap {
  width: 60%;
  margin: 0 5px 0 15px; }
  @media (min-width: 480px) {
    .rd-audio-progress-bar-wrap {
      margin: 0 17px 0 18px;
      position: relative;
      width: 100%; } }

.rd-audio-controls {
  position: relative;
  z-index: 3;
  padding: 8px 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  will-change: opacity;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: .3s all ease; }
  .rd-audio-controls-left {
    white-space: nowrap;
    width: 20%; }
    .rd-audio-controls-left:before {
      content: '';
      display: inline-block;
      height: 100%; }
    .rd-audio-controls-left > * {
      display: inline-block;
      vertical-align: middle; }
  .rd-audio-controls-right {
    width: 10%; }
  @media (min-width: 480px) {
    .rd-audio-controls {
      padding: 18px 10px; } }
  @media (min-width: 992px) {
    .rd-audio-controls {
      padding: 18px 30px; } }

.rd-audio-prev {
  transform: rotate(180deg); }

.rd-audio-volume {
  margin-right: 5px; }
  .rd-audio-volume-bar {
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 80px; }
    .rd-audio-volume-bar:before {
      content: '';
      position: absolute;
      top: 3px;
      bottom: 3px;
      left: 0;
      right: 0;
      background: #f2f4f9; }
    .rd-audio-volume-bar .current {
      position: absolute;
      left: 0;
      top: 3px;
      bottom: 3px;
      width: 100%;
      z-index: 0; }
      .rd-audio-volume-bar .current {
        background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
        background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
        background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
        background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
        background: linear-gradient(90deg, #554e9f 0%, #84c450 100%); }
  @media (min-width: 480px) {
    .rd-audio-volume {
      margin-right: 10px; } }

.rd-audio-volume, .rd-audio-volume-bar {
  display: none; }
  @media (min-width: 992px) {
    .desktop .rd-audio-volume, .desktop .rd-audio-volume-bar {
      display: block; } }

.rd-audio-title-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 10px;
  overflow: hidden;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left; }
  @media (min-width: 480px) {
    .rd-audio-title-wrap {
      position: absolute;
      bottom: 100%;
      left: 0;
      width: auto;
      margin: 0; } }
  @media (min-width: 768px) {
    .rd-audio-title-wrap {
      max-width: 70%; } }

.rd-audio-title-divider {
  display: none; }

.rd-audio-title-wrap .rd-audio-title, .rd-audio-title-wrap .rd-audio-author {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden; }

@media (min-width: 480px) {
  .rd-audio-title-wrap .rd-audio-title, .rd-audio-title-wrap .rd-audio-author, .rd-audio-title-wrap .rd-audio-title-divider {
    display: inline; } }

.rd-audio-time {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  font-size: 13px;
  font-style: italic; }
  @media (min-width: 480px) {
    .rd-audio-time {
      display: block; } }
  @media (min-width: 768px) {
    .rd-audio-time {
      top: auto;
      bottom: 100%; } }

.rd-audio-playlist-button {
  margin-left: 15px; }
  @media (min-width: 480px) {
    .rd-audio-playlist-button {
      margin-left: 20px; } }

.rd-audio-playlist-wrap {
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
  display: none;
  margin-bottom: -5px;
  padding-bottom: 5px;
  text-align: left;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.15);
  background: #fff; }

.rd-audio-playlist-title {
  padding: 7px 18px;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 13px;
  text-align: left;
  letter-spacing: .12em;
  border-bottom: 1px solid #d3dbe8;
  text-transform: uppercase; }

.rd-audio-playlist {
  list-style-type: none;
  padding-left: 0;
  max-height: 170px;
  overflow-y: auto; }
  .rd-audio-playlist li {
    position: relative;
    overflow: hidden;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    text-overflow: ellipsis;
    cursor: pointer;
    white-space: nowrap;
    transition: .3s all ease; }
    .rd-audio-playlist li:before, .rd-audio-playlist li:after {
      content: " ";
      display: table; }
    .rd-audio-playlist li:after {
      clear: both; }
    .rd-audio-playlist li:before {
      font-family: 'Material Design Icons';
      display: inline-block;
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      margin-right: 10px;
      vertical-align: middle;
      content: "ď“Ľ";
      opacity: .5; }
    .rd-audio-playlist li.playing, .rd-audio-playlist li.paused {
      background: #f7f7f7; }
    .rd-audio-playlist li.playing:before {
      content: '\f4d5';
      opacity: 1; }
    .rd-audio-playlist li:hover {
      background: #f0f1f4; }
    @media (min-width: 480px) {
      .rd-audio-playlist li {
        padding: 8px 70px 8px 18px; } }

.song-duration {
  position: absolute;
  right: 18px;
  font-style: italic;
  opacity: .5;
  display: none; }
  @media (min-width: 480px) {
    .song-duration {
      display: inline-block; } }

/** 3.21 RD Video Player */
.rd-video-player {
  cursor: none;
  position: relative; }
  .rd-video-player > * {
    z-index: 1; }
  .rd-video-player.playlist-show video {
    opacity: .5; }
  .rd-video-player.playlist-show .rd-video-playlist {
    opacity: 1;
    visibility: visible; }
  .rd-video-player video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none; }
    .desktop .rd-video-player video::-webkit-media-controls {
      display: none !important; }
    .desktop .rd-video-player video::-webkit-media-controls-enclosure {
      display: none !important; }
  .rd-video-player.hovered {
    cursor: default; }
  .rd-video-player.muted .rd-video-volume:before {
    content: "ď™®"; }
  .rd-video-player.state-loading .rd-video-wrap:before, .rd-video-player.state-loading .rd-video-preloader {
    opacity: 1;
    visibility: visible; }
  .rd-video-player.state-playing .rd-video-controls, .rd-video-player.state-playing .rd-video-top-controls {
    opacity: 0;
    visibility: hidden; }
  .rd-video-player.state-playing .rd-video-play-pause:before {
    content: "ď““"; }
  .rd-video-player.hovered .rd-video-controls, .rd-video-player.hovered .rd-video-top-controls {
    opacity: 1;
    visibility: visible; }
  .rd-video-player.fullscreen .rd-video-fullscreen:before {
    content: "ďŽ‰"; }
  .rd-video-player.fullscreen .rd-video-controls, .rd-video-player.fullscreen .rd-video-top-controls, .rd-video-player.fullscreen .rd-video-playlist {
    z-index: 2147483647; }

.rd-video-title {
  float: left;
  font-size: 13px;
  font-weight: 700;
  color: #fff; }

.rd-video-volume-bar {
  position: relative;
  cursor: pointer;
  background: #fff; }
  .rd-video-volume-bar .current {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0; }
    .rd-video-volume-bar .current {
      background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: linear-gradient(90deg, #554e9f 0%, #84c450 100%); }

.rd-video-wrap {
  position: relative;
  background: #212121; }
  .rd-video-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(33, 33, 33, 0.7) no-repeat;
    transition: .4s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 5; }

.rd-video-fullscreen {
  float: right;
  font-size: 18px;
  line-height: 16px; }
  @media (min-width: 768px) {
    .rd-video-fullscreen {
      font-size: 20px;
      line-height: 15px; } }

.rd-video-play-pause {
  position: relative;
  font-size: 20px; }
  .rd-video-play-pause.has-controls {
    width: 28px;
    height: 28px;
    margin: 0 5px;
    line-height: 24px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5); }
  @media (min-width: 768px) {
    .rd-video-play-pause {
      font-size: 24px; }
      .rd-video-play-pause.has-controls {
        width: 36px;
        height: 36px;
        margin: 0;
        line-height: 32px; } }

@-webkit-keyframes sprite-animation {
  from {
    background-position: 0 0; } }

@keyframes sprite-animation {
  from {
    background-position: 0 0; } }

.rd-video-preloader {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/preloader.png) no-repeat center center;
  background-position: -648px 0;
  animation: 0.7s sprite-animation steps(12) infinite;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: .4s all ease;
  z-index: 6; }

.rd-video-duration, .rd-video-current-time {
  font-size: 13px;
  font-style: italic; }

.rd-video-duration, .rd-video-time-divider {
  display: none; }
  @media (min-width: 480px) {
    .rd-video-duration, .rd-video-time-divider {
      display: inline-block; } }

.rd-video-time-divider {
  margin: 0 3px; }

.rd-video-progress-bar {
  position: relative;
  width: 100%;
  height: 8px;
  margin: 0 10px 0 10px;
  cursor: pointer; }
  .rd-video-progress-bar:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    right: 0;
    background: #fff; }
  .rd-video-progress-bar .current {
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    z-index: 0; }
    .rd-video-progress-bar .current {
      background: -moz-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: -webkit-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: -o-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: -ms-linear-gradient(90deg, #554e9f 0%, #84c450 100%);
      background: linear-gradient(90deg, #554e9f 0%, #84c450 100%); }
  @media (min-width: 768px) {
    .rd-video-progress-bar {
      margin: 0 17px 0 18px; } }

.desktop .rd-video video::-webkit-media-controls, .desktop .rd-video video::-webkit-media-controls-enclosure {
  display: none !important; }

.rd-video-volume-wrap {
  position: relative;
  margin-left: 16px;
  display: none; }
  .rd-video-volume-wrap.hover .rd-video-volume-bar-wrap {
    visibility: visible;
    opacity: 1; }
  .desktop .rd-video-volume-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }

.rd-video-volume-bar-wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  text-align: center; }

.rd-video-volume-bar-vertical {
  width: 4px;
  height: 70px;
  display: inline-block; }

.rd-video-volume-bar-horizontal {
  width: 100px;
  height: 10px; }

.rd-video-controls {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 10px 10px;
  transition: .3s all ease;
  z-index: 3;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 0;
  will-change: opacity; }
  .rd-video-controls {
    background: -moz-linear-gradient(0deg, rgba(67, 67, 69, 0.4) 0%, rgba(67, 67, 69, 0.2) 40%, transparent 100%);
    background: -webkit-linear-gradient(0deg, rgba(67, 67, 69, 0.4) 0%, rgba(67, 67, 69, 0.2) 40%, transparent 100%);
    background: -o-linear-gradient(0deg, rgba(67, 67, 69, 0.4) 0%, rgba(67, 67, 69, 0.2) 40%, transparent 100%);
    background: -ms-linear-gradient(0deg, rgba(67, 67, 69, 0.4) 0%, rgba(67, 67, 69, 0.2) 40%, transparent 100%);
    background: linear-gradient(0deg, rgba(67, 67, 69, 0.4) 0%, rgba(67, 67, 69, 0.2) 40%, transparent 100%); }
  .rd-video-controls a {
    color: #fff; }
  .rd-video-controls > * {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .rd-video-controls-buttons {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
  .rd-video-controls > .rd-video-time {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #fff; }

.rd-video-controls-buttons .rd-video-prev, .rd-video-controls-buttons .rd-video-next {
  position: relative;
  top: -2px; }

.rd-video-top-controls {
  position: absolute;
  padding: 10px 10px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
  transition: 0.3s all ease;
  color: #fff;
  will-change: opacity; }
  .rd-video-top-controls {
    background: -moz-linear-gradient(0deg, transparent 0%, rgba(67, 67, 69, 0.2) 60%, rgba(67, 67, 69, 0.4) 100%);
    background: -webkit-linear-gradient(0deg, transparent 0%, rgba(67, 67, 69, 0.2) 60%, rgba(67, 67, 69, 0.4) 100%);
    background: -o-linear-gradient(0deg, transparent 0%, rgba(67, 67, 69, 0.2) 60%, rgba(67, 67, 69, 0.4) 100%);
    background: -ms-linear-gradient(0deg, transparent 0%, rgba(67, 67, 69, 0.2) 60%, rgba(67, 67, 69, 0.4) 100%);
    background: linear-gradient(0deg, transparent 0%, rgba(67, 67, 69, 0.2) 60%, rgba(67, 67, 69, 0.4) 100%); }
  @media (min-width: 480px) {
    .rd-video-top-controls {
      padding: 23px 30px; } }

.rd-video-prev {
  transform: rotate(180deg); }

.rd-video-preview {
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  z-index: 1;
  transition: .3s all ease; }
  .rd-video-preview.show {
    visibility: visible;
    opacity: 1; }

.rd-video-playlist {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  list-style-type: none;
  padding-left: 0;
  opacity: 0;
  visibility: hidden;
  will-change: opacity; }
  .rd-video-playlist li {
    opacity: .7;
    transition: .3s opacity ease;
    will-change: opacity; }
    .rd-video-playlist li:hover {
      opacity: 1; }
    .rd-video-playlist li p {
      display: none;
      overflow: hidden;
      max-width: 100%;
      font-weight: 700;
      font-size: 13px;
      text-align: center;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #fff; }
    .rd-video-playlist li img {
      backface-visibility: hidden;
      width: 100%; }
    .rd-video-playlist li.video-active {
      opacity: 1; }
  @media (min-width: 992px) {
    .rd-video-playlist li {
      margin-top: 25px; }
      .rd-video-playlist li p {
        display: block; } }

/** 3.22 RD Event Calendar */
.rd-calendar {
  position: relative;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15); }

.rdc-today_month, .rdc-fullyear {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff; }

.rdc-panel {
  position: relative;
  padding: 18px 30px;
  text-align: center;
  background: #554e9f; }

.rdc-next, .rdc-prev, .rdc-events_close {
  font: 400 24px/38px "Material Design Icons";
  cursor: pointer;
  transition: .3s all ease;
  opacity: .8; }
  .rdc-next:hover, .rdc-prev:hover, .rdc-events_close:hover {
    opacity: 1; }

.rdc-next, .rdc-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff; }

.rdc-next {
  right: 13px; }
  .rdc-next:before {
    content: "ď¸"; }

.rdc-prev {
  left: 13px; }
  .rdc-prev:before {
    content: "ď·"; }

.rdc-events_close {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 18px;
  line-height: 20px; }
  .rdc-events_close:before {
    content: "ď‰Ś"; }

.rdc-events {
  position: absolute;
  top: 40px;
  right: 15px;
  left: 15px;
  padding: 10px 20px 15px;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 3px solid #55bbeb;
  z-index: 1; }
  .rdc-events > ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .rdc-events > ul > li + li {
      margin-top: 5px; }
  .rd-calendar.show-events .rdc-events {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible; }

.rdc-event {
  display: none; }
  .rdc-event.active {
    display: block; }
    .rdc-event.active + .rdc-event.active,
    .rdc-event.active ~ .rdc-event.active {
      border-top: 1px solid #f0f1f4;
      padding-top: 5px; }

.rdc-table {
  position: relative;
  width: 100%; }
  .rdc-table table {
    border-spacing: 10px;
    border-collapse: separate;
    margin-left: auto;
    margin-right: auto; }
  .rdc-table td {
    position: relative; }

.rdc-table_day {
  padding: 5px 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #9b9b9b; }

.rdc-month {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff; }

.rdc-table_events,
.rdc-table_events-count {
  display: none; }

.rdc-table_date {
  transition: .3s;
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #434345;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1; }

.rdc-table_today {
  background-color: #554e9f;
  color: #fff; }

.rdc-table_has-events {
  cursor: pointer;
  transition: .3s all ease; }
  .rdc-table_has-events .rdc-table_date:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    line-height: 4px;
    border-radius: 50%;
    background: #55bbeb;
    -webkit-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    transition: 0.35s all ease;
    z-index: -1; }
  .rdc-table_has-events .rdc-table_date:hover {
    color: #fff; }
    .rdc-table_has-events .rdc-table_date:hover:after {
      width: 100%;
      height: 100%;
      margin-left: -12px; }
  .rdc-table_has-events .rdc-table_date .rdc-table_today {
    background: #55bbeb; }

.rdc-table_event {
  display: none; }
  .rdc-table_event:hover {
    color: #fff;
    background-color: #55bbeb; }

.rdc-events .rdc-event-wrap {
  background: transparent; }
  .rdc-events .rdc-event-wrap .post-title h6 {
    color: #434345; }

.rd-calendar-fullwidth .rd-calendar .rdc-panel {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto; }

.rd-calendar-fullwidth .rd-calendar .rdc-events {
  max-height: 90%;
  overflow-y: auto; }

@media (min-width: 1200px) {
  .rd-calendar-fullwidth .rd-calendar {
    background: transparent;
    max-width: none;
    box-shadow: none; }
    .rd-calendar-fullwidth .rd-calendar .rdc-month, .rd-calendar-fullwidth .rd-calendar .rdc-fullyear, .rd-calendar-fullwidth .rd-calendar .rdc-next, .rd-calendar-fullwidth .rd-calendar .rdc-prev {
      color: #434345; }
    .rd-calendar-fullwidth .rd-calendar .rdc-panel {
      background: transparent; }
    .rd-calendar-fullwidth .rd-calendar .rdc-table table {
      width: 100%; }
    .rd-calendar-fullwidth .rd-calendar .rdc-table td {
      border-radius: 5px;
      padding-bottom: 9%;
      background: #fff;
      box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15); }
    .rd-calendar-fullwidth .rd-calendar .rdc-table_day {
      color: #9b9b9b;
      font-size: 22px;
      padding-left: 15px;
      text-align: left; }
    .rd-calendar-fullwidth .rd-calendar .rdc-table_today {
      border-radius: 50%;
      border: 2px solid #434345;
      background-color: transparent;
      color: #434345; }
    .rd-calendar-fullwidth .rd-calendar .rdc-table_date {
      top: 10px;
      left: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px;
      line-height: 38px;
      font-weight: 700; }
    .rd-calendar-fullwidth .rd-calendar .rdc-table_events,
    .rd-calendar-fullwidth .rd-calendar .rdc-table_event {
      display: block; }
    .rd-calendar-fullwidth .rd-calendar .rdc-events {
      max-width: 320px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .rd-calendar-fullwidth .rd-calendar .rdc-events_close {
      top: 3px;
      right: 1px; }
    .rd-calendar-fullwidth .rd-calendar .widget-event {
      padding: 5px;
      text-align: left; }
    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-table_today {
      border-color: #fff; }
    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .widget-event {
      bottom: 10px;
      position: absolute;
      left: 15px; }
      .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .widget-event .post-title h6 {
        font-size: 16px; }
        .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .widget-event .post-title h6 a:hover {
          color: #fff; }
      .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .widget-event time,
      .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .widget-event .icon {
        color: #fff; }
    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-table_date {
      color: #fff; }
      .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-table_date:after {
        display: none; }
    .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events:hover {
      box-shadow: none; } }

@media (min-width: 1800px) {
  .rd-calendar-fullwidth .rd-calendar .rdc-table table {
    border-spacing: 20px; }
  .rd-calendar-fullwidth .rd-calendar .rdc-table td {
    padding-bottom: 7%; }
  .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .widget-event {
    bottom: 20px;
    left: 20px; } }

@media (min-width: 1200px) {
  .ie-11 .rd-calendar-fullwidth .rd-calendar .rdc-table td,
  .ie-10 .rd-calendar-fullwidth .rd-calendar .rdc-table td,
  .ie-edge .rd-calendar-fullwidth .rd-calendar .rdc-table td {
    height: 145px; }
  .ie-11 .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap,
  .ie-10 .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap,
  .ie-edge .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap {
    height: 146px; } }

@media (min-width: 1800px) {
  .ie-11 .rd-calendar-fullwidth .rd-calendar .rdc-table td,
  .ie-10 .rd-calendar-fullwidth .rd-calendar .rdc-table td,
  .ie-edge .rd-calendar-fullwidth .rd-calendar .rdc-table td {
    height: 163px; }
  .ie-11 .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap,
  .ie-10 .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap,
  .ie-edge .rd-calendar-fullwidth .rd-calendar .rdc-table_has-events .rdc-event-wrap {
    height: 164px; } }

/** 3.23 RD Facebook Feed */
.post-facebook {
  position: relative;
  padding: 20px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15); }
  .post-facebook .post-meta:before, .post-facebook .post-meta:after {
    content: " ";
    display: table; }
  .post-facebook .post-meta:after {
    clear: both; }
  .post-facebook .post-meta time {
    margin: 5px 0 8px 0;
    font-size: 15px;
    color: #9b9b9b; }
  .post-facebook .post-meta_profile-img {
    display: inline-block;
    border-radius: 50%; }
  .post-facebook .post-meta_profile-name {
    display: inline-block;
    margin: 0; }
  .post-facebook .post-message {
    text-align: left;
    overflow: hidden; }
    .post-facebook .post-message > a {
      color: #55bbeb; }
  .post-facebook .post-attachment {
    margin: 25px 0;
    position: relative; }
    .post-facebook .post-attachment-wrap {
      margin-top: 15px; }
      .post-facebook .post-attachment-wrap > p {
        margin-top: 5px;
        color: #9b9b9b; }
  .post-facebook .icon-xxs {
    font-size: 20px; }
  .post-facebook .post-comments h6 {
    margin-bottom: 0; }
  .post-facebook .post-comments .post-comment {
    padding: 15px 0; }
    .post-facebook .post-comments .post-comment .comment-message {
      margin-top: 10px; }
  @media (min-width: 1200px) {
    .post-facebook {
      padding: 24px 30px 30px 30px; }
      .post-facebook .post-attachment {
        padding-left: 20px;
        border-left: 1px solid #d3dbe8; } }

/** 3.24 Soundcloud Player */
.soundcloud-player-classic iframe {
  width: 100%;
  border: none; }

/** 3.25 Material Datetime Picker */
.dtp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.4);
  z-index: 2000; }
  .dtp > .dtp-content {
    background: #fff;
    max-width: 300px;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    left: 50%;
    margin: 0 auto; }
    .mobille .dtp > .dtp-content {
      max-height: 500px;
      overflow-y: auto; }
  .dtp-header {
    background: #554e9f;
    color: #fff;
    text-align: center;
    padding: 0.3rem;
    position: relative; }
  .dtp-date, .dtp-time {
    background: #716ab6;
    text-align: center;
    color: #fff;
    padding: 10px; }
  .dtp-date > div {
    padding: 0;
    margin: 0; }
  .dtp-actual-month {
    font-size: 1.5em; }
  .dtp-actual-num, .dtp-actual-maxtime {
    font-size: 3em;
    line-height: 0.9; }
  .dtp-actual-year {
    font-size: 1.5em;
    color: #fff; }
  .dtp-picker {
    padding: 1rem;
    text-align: center; }
  .dtp-picker-month, .dtp-actual-time {
    font-weight: 500;
    text-align: center; }
  .dtp-close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem; }
    .dtp-close > a {
      display: inline-block;
      vertical-align: middle;
      color: #fff; }
  .dtp table.dtp-picker-days {
    margin: 0;
    border: none; }
    .dtp table.dtp-picker-days tr {
      border: none; }
      .dtp table.dtp-picker-days tr > td {
        border: none;
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        padding: 1rem 0.3rem; }
        .dtp table.dtp-picker-days tr > td > span.dtp-select-day {
          color: #BDBDBD !important; }
        .dtp table.dtp-picker-days tr > td > a {
          color: #191919;
          width: 24px;
          height: 24px;
          display: inline-block;
          text-align: center;
          line-height: 24px;
          border-radius: 50%;
          transition: .3s all ease; }
  .dtp .dtp-picker-time > a {
    color: #191919;
    padding: 0.4rem 0.5rem 0.5rem 0.6rem;
    border-radius: 50% !important; }
  .dtp table.dtp-picker-days tr > td > a.selected {
    background: #554e9f;
    color: #fff; }
  .dtp table.dtp-picker-days tr > th {
    color: #191919;
    text-align: center;
    font-weight: 700;
    padding: 0.4rem 0.3rem;
    border-bottom: none; }
  .dtp .p10, .dtp .p20, .dtp .p60, .dtp .p80 {
    display: inline-block;
    vertical-align: middle; }
  .dtp .p10 {
    width: 10%; }
    .dtp .p10 > a {
      color: #f2f4f9;
      transition: .3s all ease; }
      .dtp .p10 > a:hover {
        color: #fff; }
  .dtp .p20 {
    width: 20%; }
  .dtp .p60 {
    width: 60%; }
  .dtp .p80 {
    width: 80%; }
  .dtp-picker-month {
    display: none !important; }
  .dtp-meridien-am, .dtp-meridien-pm {
    position: relative;
    top: 10px;
    color: #191919;
    font-weight: 500;
    padding: 0.7rem 0.5rem;
    border-radius: 50% !important;
    text-decoration: none;
    background: #eee;
    font-size: 1rem; }
  .dtp-actual-meridien a.selected {
    background: #554e9f;
    color: #fff; }
  .dtp-picker-time {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 1em;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 500;
    text-align: center !important; }
    .dtp-picker-time > a {
      display: block;
      line-height: 23px;
      padding: 0.3rem 0.3rem 0.3rem 0.3rem; }
      .dtp-picker-time > a.dtp-select-hour.selected {
        background: #554e9f;
        color: #fff; }
      .dtp-picker-time > a.dtp-select-hour.disabled {
        color: #9b9b9b; }
      .dtp-picker-time > a.dtp-select-minute.disabled {
        color: #9b9b9b; }
      .dtp-picker-time > a.dtp-select-minute.selected {
        background: #554e9f;
        color: #fff; }
  .dtp-picker-clock {
    margin: 1rem 2rem 0 2rem;
    padding: 1rem;
    border-radius: 50% !important;
    background: #f0f1f4; }
  .dtp-clock-center {
    width: 15px;
    height: 15px;
    background: #9b9b9b;
    border-radius: 50%;
    position: absolute;
    z-index: 50; }
    html[class*="ie"] .dtp-clock-center {
      display: none; }
  .dtp-hand, .dtp-hour-hand {
    position: absolute;
    width: 4px;
    margin-left: -2px;
    background: #9b9b9b;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 1; }
    html[class*="ie"] .dtp-hand, html[class*="ie"] .dtp-hour-hand {
      display: none; }
  .dtp-minute-hand {
    width: 2px;
    margin-left: -1px; }
  .dtp-hand.on {
    background: #554e9f; }
  .dtp-buttons {
    padding: 0 1rem 1rem 1rem;
    text-align: right; }
  .dtp .invisible {
    visibility: hidden; }
  .dtp .left {
    float: left; }
  .dtp .right {
    float: right; }

/** 3.26 ToTop Button */
.ui-to-top {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translateY(100px);
  transform: translateY(100px); }
  .ui-to-top:focus {
    color: #fff; }
  .ui-to-top:hover {
    color: #fff;
    background: #f41818; }
  .ui-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important; }

@media (min-width: 480px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px; } }

/** 3.27 RD Material Tabs */
/*
* @subsection   RD Material Tabs
*
* @description  Describes style declarations for RD Material Tabs extension
*/
.rd-material-tabs {
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  position: relative; }
  .rd-material-tabs__list {
    white-space: nowrap; }
    .rd-material-tabs__list ul {
      padding-left: 0;
      list-style: none; }
    .rd-material-tabs__list .rd-material-tab {
      display: inline-block; }
  .rd-material-tabs img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .rd-material-tabs__stage-outer {
    position: relative;
    overflow: hidden; }
  .rd-material-tabs__stage {
    transition: all 0.5s cubic-bezier(0.005, 0.3, 0.2, 1); }
    .rd-material-tabs__stage:before, .rd-material-tabs__stage:after {
      content: " ";
      display: table; }
    .rd-material-tabs__stage:after {
      clear: both; }

.rd-material-tabs__container {
  padding: 0 5px;
  margin-top: 60px; }
  .rd-material-tabs__container .rd-material-tab {
    float: left;
    width: 100%; }
  .rd-material-tabs__container .thumb {
    margin-top: 10px; }

.rd-material-tabs-canMove {
  cursor: w-resize; }

.rd-material-tabs-grab, .rd-material-tabs-grab a {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.checkout-tabs .rd-material-tabs__list .rd-material-tab a {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 13px;
  transition: .3s all ease;
  border-radius: 5px; }
  .checkout-tabs .rd-material-tabs__list .rd-material-tab a:hover {
    color: #554e9f; }

@media (min-width: 768px) {
  .checkout-tabs .rd-material-tabs__list .rd-material-tab + .rd-material-tab {
    margin-left: 6px; } }

.checkout-tabs .rd-material-tabs__list .rd-material-tab-active a {
  background: #554e9f;
  color: #fff; }
  .checkout-tabs .rd-material-tabs__list .rd-material-tab-active a:hover {
    color: #fff; }
