body#front.promotions {
  color: #777;
  margin: 0px;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  /* Copy pasted from Tipsy for help bubbles */
  /* Rounded corners */
  /* Uncomment for shadow */
  /* Rules to colour arrows */
  /* ----------------------------------------------------------------
  Footer
  -----------------------------------------------------------------*/ }
  body#front.promotions * {
    -webkit-font-smoothing: antialiased !important;
    --brand-color: #5c2c94; }
  body#front.promotions .tipsy {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    z-index: 1000000;
    opacity: 0.8; }
  body#front.promotions .tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 300px;
    padding: 5px 8px 4px 8px;
    text-align: center; }
  body#front.promotions .tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  body#front.promotions .tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000; }
  body#front.promotions .tipsy-arrow-n {
    border-bottom-color: #000; }
  body#front.promotions .tipsy-arrow-s {
    border-top-color: #000; }
  body#front.promotions .tipsy-arrow-e {
    border-left-color: #000; }
  body#front.promotions .tipsy-arrow-w {
    border-right-color: #000; }
  body#front.promotions .tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent; }
  body#front.promotions .tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent; }
  body#front.promotions .tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent; }
  body#front.promotions .tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent; }
  body#front.promotions .tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent; }
  body#front.promotions .tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent; }
  body#front.promotions .tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent; }
  body#front.promotions .tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent; }
  body#front.promotions html, body#front.promotions body, body#front.promotions div, body#front.promotions span,
  body#front.promotions h1, body#front.promotions h2, body#front.promotions h3, body#front.promotions h4, body#front.promotions h5, body#front.promotions h6, body#front.promotions p,
  body#front.promotions img, body#front.promotions ol, body#front.promotions ul, body#front.promotions li, body#front.promotions fieldset, body#front.promotions form, body#front.promotions label, body#front.promotions table, body#front.promotions tbody, body#front.promotions tfoot, body#front.promotions thead, body#front.promotions tr, body#front.promotions th,
  body#front.promotions td, body#front.promotions footer, body#front.promotions header, body#front.promotions section {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  body#front.promotions .clearfix:after {
    content: "";
    clear: both;
    display: table; }
  body#front.promotions .container {
    width: 100%;
    margin: 0; }
  body#front.promotions #wrapper {
    margin: 0 auto;
    width: 100%; }
  body#front.promotions #top-bar {
    background-color: #FFF !important;
    position: relative;
    background-color: #FFF;
    height: 60px; }
  body#front.promotions #top-bar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  body#front.promotions #top-bar > .container > .search_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-top: 16px; }
  body#front.promotions .search_menu_link {
    margin: 0px 15px 8px 0px;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
    font-weight: bold; }
  body#front.promotions .search_menu_link i {
    font-size: 1.2rem; }
  body#front.promotions .search_menu_signup > a {
    background-color: white;
    color: #57068c;
    border: 1px solid #FFFFFF; }
  body#front.promotions .search_menu_signup > a:hover {
    border: 1px solid #57068c;
    text-decoration: none; }
  body#front.promotions .search_menu_news > a, body#front.promotions .search_menu_login > a {
    background-color: #57068c;
    border: 1px solid #57068c;
    color: white; }
  body#front.promotions .search_menu_news > a:hover, body#front.promotions .search_menu_login > a:hover {
    background-color: white;
    color: #57068c;
    text-decoration: none; }
  body#front.promotions .search_menu_news .yellow-icon {
    color: #ffcc80; }
  body#front.promotions .search_menu_language {
    font-size: 1.1rem;
    margin: 0px 5px 5px 0px;
    padding: 2px 12px 3px 5px;
    position: relative;
    display: inline-block;
    color: #57068c; }
  body#front.promotions .search_menu_language .flag {
    top: 1px;
    position: relative; }
  body#front.promotions .search_menu_language_content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 40px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0; }
    body#front.promotions .search_menu_language_content a {
      display: block;
      padding: 10px 30px; }
    body#front.promotions .search_menu_language_content a:hover {
      color: white;
      background-color: #57068c; }
    body#front.promotions .search_menu_language_content a:hover,
    body#front.promotions .search_menu_language_content a:active,
    body#front.promotions .search_menu_language_content a:focus {
      text-decoration: none; }
    body#front.promotions .search_menu_language_content a:first-of-type {
      padding-top: 15px; }
    body#front.promotions .search_menu_language_content a:last-of-type {
      padding-bottom: 15px; }
  body#front.promotions .search_menu_language:hover .search_menu_language_content {
    display: block; }
  @media only screen and (max-width: 979px) {
    body#front.promotions #top-bar > .container > .search_menu {
      display: none; } }
  body#front.promotions #logo {
    line-height: unset;
    position: relative;
    float: left;
    margin-top: 10px;
    max-width: 230px;
    margin-right: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px; }
  body#front.promotions .page_title {
    padding-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #273155; }
  body#front.promotions .left_margin {
    margin-left: calc(2rem + 10px); }
  body#front.promotions #content {
    position: relative; }
  body#front.promotions .content-wrap {
    padding: 20px 0 40px 0px; }
  body#front.promotions .col_full {
    clear: both;
    float: none;
    margin-right: 0;
    display: block;
    position: relative;
    width: 100%; }
  body#front.promotions .col_three_fifth {
    margin-right: 0%;
    width: 60%;
    float: left; }
  body#front.promotions .col_two_fifth {
    margin-right: 0%;
    width: 40%;
    float: left; }
  body#front.promotions .col_last {
    margin-right: 0 !important;
    clear: right; }
  body#front.promotions .col_one_third {
    width: 33.3%;
    padding-bottom: 30px;
    float: left; }
  body#front.promotions .line, body#front.promotions .double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0;
    border-top: 1px solid #EEE; }
  body#front.promotions .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  body#front.promotions input[type="text"], body#front.promotions select {
    margin-bottom: 10px;
    color: #666; }
  body#front.promotions .wstyled-select select {
    background: white;
    display: inline !important;
    font-size: 16px;
    border: 1px solid #a3a3a3;
    height: 40px;
    padding: 5px;
    width: 218px;
    border-radius: 5px;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    margin-right: 10px; }
  body#front.promotions .wstyled-select input {
    font-size: 16px;
    max-width: 440px;
    height: 40px;
    padding: 5px;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    margin-top: 5px;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    margin-right: 10px; }
  body#front.promotions a {
    text-decoration: none;
    color: var(--brand-color); }
  body#front.promotions a:hover, body#front.promotions a:focus {
    text-decoration: underline;
    color: var(--brand-alt-color); }
  body#front.promotions .btn-primary {
    position: relative;
    margin-left: 0px;
    padding: 5px 9px;
    border-color: #2e2f30;
    border-width: 1px;
    border-radius: 3px;
    font-size: 16px;
    color: white;
    background-color: var(--brand-color);
    display: block;
    top: 8px;
    cursor: pointer; }
  body#front.promotions .btn-primary:hover {
    color: white;
    text-decoration: none;
    background: #6443A5; }
  body#front.promotions .pagination {
    margin: 10px 0px 20px 0px; }
    body#front.promotions .pagination a {
      background-color: white;
      border-radius: 3px;
      border: 1px solid lightgrey; }
    body#front.promotions .pagination a:hover {
      background-color: #6443A5;
      color: white;
      border-radius: 3px;
      border: 1px solid lightgrey; }
  body#front.promotions div.pagination {
    text-align: center;
    font-size: 14.5px;
    line-height: 36px; }
    body#front.promotions div.pagination a, body#front.promotions div.pagination span, body#front.promotions div.pagination em {
      padding: 0.2em 0.5em; }
    body#front.promotions div.pagination .disabled {
      color: #aaaaaa; }
    body#front.promotions div.pagination .current {
      font-style: normal;
      font-weight: bold; }
    body#front.promotions div.pagination a {
      padding: 0.2em 0.5em;
      text-decoration: none; }
    body#front.promotions div.pagination .previous_page {
      margin-right: 1em; }
    body#front.promotions div.pagination .next_page {
      margin-left: 1em; }
  body#front.promotions #footer {
    position: relative;
    background-color: #f8f8f8;
    padding: 40px 30px;
    border-top: 2px solid #eeeeee;
    font-size: 14px; }
  body#front.promotions #footer.footer-grey {
    background-color: #f8f8f8;
    color: #333333; }
  body#front.promotions #footer.footer-grey a {
    text-decoration: none;
    color: var(--brand-color); }
  body#front.promotions #footer.footer-grey a:hover {
    text-decoration: underline;
    color: var(--brand-alt-color); }
  body#front.promotions .footer-widgets-wrap {
    overflow: hidden;
    margin: 0;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto; }
  body#front.promotions .our_location {
    height: 100px; }
    body#front.promotions .our_location ul {
      font-size: 13px; }
  body#front.promotions .widget h4 {
    font-weight: bold;
    color: var(--brand-color);
    margin-bottom: 10px; }
  body#front.promotions .widget ul {
    margin-left: 20px; }
  body#front.promotions .widget ul li {
    margin-bottom: 10px; }
  body#front.promotions .copyrights-grey {
    text-align: center; }
  body#front.promotions .align-middle tr td {
    vertical-align: middle; }
  @media only screen and (max-width: 979px) {
    body#front.promotions .col_one_third {
      margin-bottom: 30px !important;
      margin-right: 0;
      float: none;
      width: 100%; }
    body#front.promotions .col_two_fifth {
      float: none;
      width: 100%; }
    body#front.promotions .col_three_fifth {
      float: none;
      width: 100%; }
    body#front.promotions .col_half {
      margin-right: 1%;
      width: 100%;
      float: none; }
    body#front.promotions #top-bar {
      text-align: center;
      height: auto; }
    body#front.promotions .wstyled-select input {
      max-width: 100% !important; }
    body#front.promotions .wstyled-select select {
      width: calc(50% - 6px);
      margin-right: 0; } }
body#front.promotions {
  /* ----------------------------------------------------------------
  Portfolio Single
  -----------------------------------------------------------------*/
  /* ----------------------------------------------------------------
  Portfolio Single - Slider
  -----------------------------------------------------------------*/ }
  body#front.promotions .container {
    width: 960px;
    position: relative;
    max-width: 97%;
    margin: auto; }
  body#front.promotions #page-title {
    padding: 20px 0px 20px 20px;
    position: relative;
    background-color: #F5F5F5;
    padding: 25px 0;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE; }
  body#front.promotions #page-title h1 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 0;
    text-shadow: 1px 1px 1px #fff;
    color: #555; }
  body#front.promotions.show #google-map {
    height: 330px; }
  body#front.promotions.show .discount span {
    font-size: 35px;
    line-height: 35px;
    color: #7b1c21; }
  body#front.promotions .postcontent {
    margin-right: 30px;
    display: block;
    position: relative;
    margin-bottom: 30px;
    float: left;
    width: 720px; }
  body#front.promotions .sidebar.col_last {
    width: 210px;
    float: right; }
  body#front.promotions .sidebar-widgets-wrap {
    position: relative;
    margin: 0;
    background-color: #4f6492;
    padding: 10px;
    border-radius: 6px;
    color: white; }
  body#front.promotions .sidebar-widgets-wrap .widget {
    margin: 0 45px 45px 0;
    border-top: none;
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
    float: none; }
  body#front.promotions .sidebar-widgets-wrap h4 {
    color: #FFFFFF;
    font-weight: bold; }
  body#front.promotions #newsletter_recipient_email {
    margin: 10px 0px;
    width: 190px !important; }
  body#front.promotions .style-msg {
    display: block;
    border-left: 4px solid rgba(0, 0, 0, 0.1); }
  body#front.promotions .successmsg {
    background: #C1FFCC;
    color: #184B21; }
  body#front.promotions #newsletter_recipient_canton_id {
    width: 190px !important;
    background-color: white; }
  body#front.promotions #posts {
    position: relative; }
  body#front.promotions .simple-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    color: #FFF;
    font-size: 14px;
    padding: 0 15px;
    font-weight: bold;
    border-radius: 3px;
    line-height: 36px;
    background: #492295;
    border: none;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    text-align: left; }
    body#front.promotions .simple-button i {
      width: 18px; }
    body#front.promotions .simple-button:hover {
      text-decoration: none;
      opacity: 0.9;
      color: white; }
  body#front.promotions .clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden; }
  body#front.promotions #promotions h2 span {
    font-weight: bold;
    color: #492295; }
  body#front.promotions #promotions .entry {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #DDDDDF;
    border-radius: 4px; }
    body#front.promotions #promotions .entry:hover {
      -webkit-box-shadow: 0px 3px 20px 0px #DDDDDF;
              box-shadow: 0px 3px 20px 0px #DDDDDF; }
    body#front.promotions #promotions .entry .entry_image {
      float: left;
      width: 300px;
      margin: 0;
      position: relative; }
    body#front.promotions #promotions .entry .entry_image a, body#front.promotions #promotions .entry .entry_image img {
      display: block;
      position: relative;
      width: 100%; }
    body#front.promotions #promotions .entry .post-overlay {
      display: block;
      position: absolute;
      top: auto;
      bottom: 0;
      left: auto;
      right: 0;
      width: 24px;
      height: 24px;
      padding: 6px;
      line-height: 24px;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.5);
      font-size: 20px;
      color: #FFF; }
    body#front.promotions #promotions .entry .entry_c {
      width: 390px;
      float: left;
      margin-left: 20px; }
    body#front.promotions #promotions .entry .entry_date {
      width: 60px;
      margin-right: 10px;
      float: left;
      text-align: center; }
    body#front.promotions #promotions .entry div.day, body#front.promotions #promotions .entry div.month {
      background-color: #492295;
      color: #FFF;
      line-height: 1; }
    body#front.promotions #promotions .entry div.day {
      font-size: 28px;
      padding: 12px 0 0; }
    body#front.promotions #promotions .entry div.month {
      font-size: 16px;
      padding: 0 0 12px; }
    body#front.promotions #promotions .entry .entry_title {
      margin-bottom: 5px; }
      body#front.promotions #promotions .entry .entry_title h2 {
        font-size: 16px;
        line-height: 20px; }
        body#front.promotions #promotions .entry .entry_title h2 a {
          color: #555; }
    body#front.promotions #promotions .entry ul {
      list-style: none; }
    body#front.promotions #promotions .entry .entry_meta {
      position: relative;
      margin: 10px 0px 0 3px;
      float: left;
      text-align: left;
      padding: 0px; }
      body#front.promotions #promotions .entry .entry_meta li {
        margin: 0 7px 3px 0;
        float: left;
        font-size: 14px;
        color: #999; }
        body#front.promotions #promotions .entry .entry_meta li i {
          display: inline-block;
          position: relative;
          top: 1px;
          margin-right: 2px;
          font-size: 15px; }
        body#front.promotions #promotions .entry .entry_meta li a {
          color: #999; }
        body#front.promotions #promotions .entry .entry_meta li span {
          display: inline-block;
          margin-right: 7px;
          font-size: 14px; }
    body#front.promotions #promotions .entry .page-divider {
      margin: 20px 0 12px;
      display: block; }
    body#front.promotions #promotions .entry .page-divider span {
      display: block;
      width: 15%;
      border-bottom: 2px solid #492295;
      width: 20%; }
    body#front.promotions #promotions .entry .entry_content {
      position: relative;
      font-size: 13px;
      margin-bottom: -20px; }
      body#front.promotions #promotions .entry .entry_content h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 15px; }
        body#front.promotions #promotions .entry .entry_content h3 .discount {
          font-weight: 200;
          font-size: 18px;
          padding: 8px 12px; }
        body#front.promotions #promotions .entry .entry_content h3 .label-important {
          background-color: #b94a48;
          border-radius: 3px;
          display: inline-block;
          font-weight: bold;
          line-height: 14px;
          color: #ffffff;
          vertical-align: baseline;
          white-space: nowrap; }
        body#front.promotions #promotions .entry .entry_content h3 .old_price {
          font-size: 0.7em;
          color: inherit; }
        body#front.promotions #promotions .entry .entry_content h3 del {
          text-decoration: line-through; }
      body#front.promotions #promotions .entry .entry_content .simple-buttons {
        padding: 20px 0px;
        text-align: center; }
  body#front.promotions #portfolio-single-wrap {
    position: relative; }
  body#front.promotions #portfolio-single-wrap #slider {
    float: left;
    padding: 0;
    background: none;
    width: 580px;
    height: auto; }
  body#front.promotions #portfolio-single-wrap .flexslider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  body#front.promotions #portfolio-single-wrap .slider-wrap {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    border: none; }
  body#front.promotions #portfolio-single-wrap .slide {
    display: block;
    width: 100%;
    height: auto; }
  body#front.promotions #portfolio-single-wrap.portfolio-single-full #slider {
    float: none;
    margin-bottom: 30px;
    position: relative; }
  body#front.promotions .tab_widget {
    display: block;
    position: relative;
    margin: 30px 0 30px 0; }
    body#front.promotions .tab_widget ul.tabs {
      display: block;
      position: relative;
      list-style: none;
      height: 42px;
      border-bottom: 1px solid #DDD;
      margin: 0;
      padding: 0; }
      body#front.promotions .tab_widget ul.tabs li {
        float: left;
        margin: 0;
        padding: 0;
        height: 39px;
        line-height: 39px;
        border: 1px solid #DDD;
        border-left: none;
        overflow: hidden;
        position: relative;
        border-radius: 9px 9px 0px 0px;
        background-color: #f9f9f9;
        top: 2px; }
        body#front.promotions .tab_widget ul.tabs li a {
          text-decoration: none;
          color: #888;
          font-size: 14px;
          display: block;
          padding: 0 13px;
          outline: none;
          font-weight: bold;
          border: none; }
          body#front.promotions .tab_widget ul.tabs li a:hover {
            background-color: #492295;
            color: white; }
      body#front.promotions .tab_widget ul.tabs li:first-child {
        border-left: 1px solid #DDD; }
      body#front.promotions .tab_widget ul.tabs li.active {
        border-top-color: #EEEEEE;
        border-top: 2px solid #492295;
        background: #FFF;
        border-bottom: 1px solid #FFF; }
        body#front.promotions .tab_widget ul.tabs li.active a {
          background: #FFF;
          color: #492295; }
          body#front.promotions .tab_widget ul.tabs li.active a i {
            color: #492295 !important; }
          body#front.promotions .tab_widget ul.tabs li.active a:hover i {
            color: white; }
    body#front.promotions .tab_widget .tab_container {
      display: block;
      overflow: hidden;
      position: relative;
      clear: both;
      background: #FFF;
      border: 1px solid #DDD;
      border-top: none;
      min-height: 500px; }
      body#front.promotions .tab_widget .tab_container .tab_content {
        display: block;
        position: relative;
        padding: 15px; }
        body#front.promotions .tab_widget .tab_container .tab_content h1, body#front.promotions .tab_widget .tab_container .tab_content h2 {
          color: #492295;
          margin: 10px 0px;
          font-size: 17px;
          font-weight: bold; }
        body#front.promotions .tab_widget .tab_container .tab_content h4 {
          margin: 10px 0px;
          font-size: 17px; }
        body#front.promotions .tab_widget .tab_container .tab_content p {
          margin: 0px 0px 5px 0px; }
  body#front.promotions #portfolio-details-wrap {
    float: right;
    width: 350px;
    margin-left: 30px; }
  body#front.promotions #portfolio-details-wrap .port-details {
    margin-top: 35px; }
  body#front.promotions #portfolio-details-wrap h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold; }
  body#front.promotions #portfolio-details-wrap span.page-divider {
    margin-top: 10px; }
  body#front.promotions #portfolio-details-wrap .port-details {
    margin-top: 35px; }
  body#front.promotions #portfolio-details-wrap .port-details h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold; }
  body#front.promotions #portfolio-details-wrap .port-terms {
    position: relative;
    border-bottom: 1px dotted #DDD;
    margin-bottom: 15px;
    padding-bottom: 15px; }
  body#front.promotions #portfolio-details-wrap .port-terms h5 {
    color: #333;
    margin: 0 !important;
    float: left;
    width: 170px;
    font-size: 12px;
    line-height: 20px;
    padding: 0; }
  body#front.promotions #portfolio-details-wrap .port-terms span {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 14px; }
  body#front.promotions #portfolio-details-wrap .center {
    text-align: center; }
  @media only screen and (max-width: 479px) {
    body#front.promotions .postcontent {
      width: 100% !important; }
    body#front.promotions .content-wrap {
      margin-left: 10px !important;
      margin-right: 10px !important; }
    body#front.promotions .entry_image {
      float: none !important;
      width: 100% !important; }
    body#front.promotions .entry_c {
      width: 95% !important;
      margin-left: 0 !important;
      padding: 0 10px 0 20px !important; }
    body#front.promotions .sidebar.col_last {
      width: 80%;
      float: right;
      padding: 0 10% 0 10%; }
    body#front.promotions #portfolio-single-wrap #slider {
      width: 100% !important;
      float: none; }
    body#front.promotions #portfolio-details-wrap {
      width: 100% !important;
      float: none;
      margin-left: 0px; }
    body#front.promotions #page-title {
      padding: 0 10px !important; } }
/*

*/
