
/*			___IMPORTS___			*/
@font-face {
  font-family: 'Helveticalight';
  src: url("../../../fonts/helvetica/helveticalight.eot");
  src: url("../../../fonts/helvetica/helveticalight.eot?#iefix") format("embedded-opentype"), url("../../../fonts/helvetica/helveticalight.svg#DINRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Myriadpro-regular';
  src: url("../../../fonts/myriadpro/myriadpro-regular.eot");
  src: url("../../../fonts/myriadpro/myriadpro-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/myriadpro/myriadpro-regular.woff") format("woff"), url("../../../fonts/myriadpro/myriadpro-regular.ttf") format("truetype"), url("../../../fonts/myriadpro/myriadpro-regular.svg#DINRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-light';
  src: url("../../../fonts/din/DINPro-Light.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-medium';
  src: url("../../../fonts/din/DINPro-Medium.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINPro-bold';
  src: url("../../../fonts/din/DINPro-Bold.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Elkwood';
  src: url("../../../fonts/elkwood/elkwood-free.eot");
  src: url("../../../fonts/elkwood/elkwood-free.eot?#iefix") format("embedded-opentype"), url("../../../fonts/elkwood/elkwood-free.woff") format("woff"), url("../../../fonts/elkwood/elkwood-free.ttf") format("truetype"), url("../../../fonts/elkwood/elkwood-free.svg#DINRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NeutraText';
  src: url("../../../fonts/neutra/NeutraText-BookAlt.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NeutraText-bold';
  src: url("../../../fonts/neutra/Neutra-Text-TF-Alt-Bold_32140.ttf");
  font-weight: normal;
  font-style: normal; }
#four-columns-list-wrapper {
  position: relative;
  display: block;
  background-color: #e8e8e8;
  margin: 20px;
  height: 547px; }
  #four-columns-list-wrapper .loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 547px;
    background-color: #e8e8e8; }
    #four-columns-list-wrapper .loader-wrapper .loader {
      display: none;
      position: relative;
      margin: auto;
      margin-top: 200px;
      border-top: 5px solid #1163a5;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      animation: spin 1s linear infinite; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  #four-columns-list-wrapper .close-img:hover {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #four-columns-list-wrapper .left-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  #four-columns-list-wrapper .list-section {
    padding: 0; }
    #four-columns-list-wrapper .list-section .row {
      margin-top: 20px; }
    #four-columns-list-wrapper .list-section .return {
      font-family: "DINPro-medium";
      font-size: 16px;
      color: #1163a5;
      padding-left: 15px;
      cursor: pointer; }
    #four-columns-list-wrapper .list-section h2 {
      font-family: "NeutraText-bold";
      font-size: 26px;
      color: #666666;
      padding-top: 0;
      margin: 0;
      text-align: center; }
    #four-columns-list-wrapper .list-section .list-header {
      margin: 0 25px 5px 15px;
      border-bottom: 1px solid grey;
      position: relative; }
      #four-columns-list-wrapper .list-section .list-header span {
        font-family: "DINPro-medium";
        font-size: 16px;
        color: #666666;
        color: #555;
        font-size: 18px;
        display: inline-block;
        width: 23%;
        padding-left: 50px; }
    #four-columns-list-wrapper .list-section .list {
      position: relative;
      display: block;
      width: 99%;
      height: 390px;
      overflow-y: auto;
      padding-left: 15px; }
      #four-columns-list-wrapper .list-section .list .item {
        font-family: "DINPro-medium";
        font-size: 16px;
        color: #666666;
        width: 100%;
        margin: 10px 0; }
        #four-columns-list-wrapper .list-section .list .item a {
          font-family: "DINPro-medium";
          font-size: 16px;
          color: #666666;
          width: 23%;
          display: inline-block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding-top: 5px;
          text-decoration: none;
          color: #666666;
          padding-left: 50px; }
        #four-columns-list-wrapper .list-section .list .item a:hover {
          color: #ff6548; }
        #four-columns-list-wrapper .list-section .list .item .product:hover {
          color: #666666;
          cursor: default; }
        #four-columns-list-wrapper .list-section .list .item .divider {
          width: 96%;
          height: 2px;
          border-bottom-style: dotted;
          border-width: 1px;
          border-color: #666666;
          margin: 20px 0; }

@media (max-width: 992px) {
  #four-columns-list-wrapper .list-section .list-header {
    display: none; }
  #four-columns-list-wrapper .list-section .list .item a {
    width: 47%;
    padding-left: 0px;
    text-align: center; } }
/* xs devices */
@media (max-width: 400px) {
  #four-columns-list-wrapper {
    margin: 20px 0; }
    #four-columns-list-wrapper .list-section .list .item .small-right {
      text-align: right; }
    #four-columns-list-wrapper .list-section .list .item a {
      text-align: left; } }
