@CHARSET "UTF-8";
.sDropdown-wrapper {
  display: inline-block;
  position: relative;
  color: black; }
  .sDropdown-wrapper a {
    color: black;
    text-decoration: none; }
  .sDropdown-wrapper .sDropdown-title {
    padding: 10px 0 0 0;
    font-size: 1.4rem; }
    .sDropdown-wrapper .sDropdown-title.active {
      border-color: #801340; }
    .sDropdown-wrapper .sDropdown-title svg {
      margin-left: 5px; }
  .sDropdown-wrapper .sDropdown-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: none;
    z-index: 50;
    box-shadow: 0 0 10px -6px; }
  .sDropdown-wrapper .item {
    white-space: nowrap;
    cursor: pointer;
    padding: 5px;
    font-size: 1.4rem;
    border-top: 1px solid #C1C1C1;
    color: black; }
    .sDropdown-wrapper .item small {
      display: none; }
    .sDropdown-wrapper .item.not-available {
      cursor: default; }
      .sDropdown-wrapper .item.not-available span {
        opacity: 0.5; }
      .sDropdown-wrapper .item.not-available small {
        display: flex; }
    .sDropdown-wrapper .item:hover, .sDropdown-wrapper .item.active {
      color: #8f2342; }

.slider-section {
  height: 442px; }
  .slider-section .slide-body {
    width: 1020px;
    margin: 0 auto;
    margin-top: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .slider-section .slide-body form .upload-button {
      bottom: auto;
      margin: 0 auto;
      position: relative;
      overflow: hidden; }
      .slider-section .slide-body form .upload-button .fileinput {
        display: none; }
      .slider-section .slide-body form .upload-button .filebutton {
        font-size: 22px;
        line-height: 55px;
        height: 55px;
        width: 100%;
        padding: 0 40px 0 20px;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        background-color: #801340;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#801340), to(#b32b62));
        background-image: -webkit-linear-gradient(#801340, #b32b62);
        background-image: -moz-linear-gradient(#801340, #b32b62);
        background-image: -o-linear-gradient(#801340, #b32b62);
        background-image: linear-gradient(#801340, #b32b62);
        -webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear;
        text-decoration: none;
        border-radius: 4px;
        border: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center; }
      .slider-section .slide-body form .upload-button .filebutton:hover {
        background-color: #991457;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#991457), to(#b32b62));
        background-image: -webkit-linear-gradient(#991457, #b32b62);
        background-image: -moz-linear-gradient(#991457, #b32b62);
        background-image: -o-linear-gradient(#991457, #b32b62);
        background-image: linear-gradient(#991457, #b32b62); }
      .slider-section .slide-body form .upload-button .filebutton:after {
        height: 18px;
        width: 11px;
        margin-left: 8px;
        right: 21px;
        margin-top: -9px;
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        background-repeat: no-repeat; }
    .slider-section .slide-body .info {
      width: 465px;
      background: #fff;
      padding: 25px !important;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-top: 20px;
      box-sizing: border-box;
      margin-bottom: 20px; }
      .slider-section .slide-body .info h2 {
        font-size: 25px;
        font-family: "Open Sans";
        font-weight: 700;
        line-height: 1.038;
        margin-top: 0; }
      .slider-section .slide-body .info .features {
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
        list-style-type: none; }
        .slider-section .slide-body .info .features li {
          margin-bottom: 7px;
          position: relative;
          color: #4a4a4a;
          font-size: 1.7rem;
          font-family: "Open Sans", sans-serif !important; }
        .slider-section .slide-body .info .features span {
          padding-left: 10px; }
        .slider-section .slide-body .info .features i {
          position: absolute;
          left: 0;
          top: 5px;
          background-position: -726px -645px;
          width: 20px;
          height: 15px;
          background-repeat: no-repeat;
          overflow: hidden;
          -moz-background-size: 773px 666px;
          background-size: 773px 666px; }

@media only screen and (max-device-width: 767px) {
  .slider-section .slide-body {
    width: 350px; }
    .slider-section .slide-body .pull-right {
      float: none !important; }
    .slider-section .slide-body .info {
      width: 350px; }
      .slider-section .slide-body .info h2 {
        font-size: 20px; }
    .slider-section .slide-body form .upload-button .filebutton {
      font-size: 18px; } }
