
/*			___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; }
#places-to-buy {
  position: relative;
  display: block;
  background-color: #e8e8e8;
  margin: 20px;
  height: 547px;
  padding: 50px; }
  #places-to-buy .loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 547px;
    background-color: #e8e8e8; }
    #places-to-buy .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); } }
  #places-to-buy .close-img:hover {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #places-to-buy .return {
    font-family: "DINPro-medium";
    font-size: 16px;
    color: #1163a5;
    padding-left: 15px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 20px; }
  #places-to-buy h2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 0; }
  #places-to-buy #places-list {
    position: relative;
    display: block;
    width: 100%;
    height: 380px;
    overflow-y: auto; }
  #places-to-buy .place {
    padding: 20px; 
	height: 145px;}
    #places-to-buy .place span {
      display: block; }
    #places-to-buy .place a {
      font-family: "DINPro-medium";
      font-size: 16px;
      color: #666666; }
  #places-to-buy .place-title {
    font-family: "DINPro-medium";
    font-size: 16px;
    color: #ff6548; }
  #places-to-buy .place-description {
    font-family: "DINPro-light";
    font-size: 16px;
    color: #666666;
    padding-top: 5px;
    padding-bottom: 10px; }

/*			___ RESPONSIVE___			*/
/* md devices */
@media (max-width: 992px) {
  #places-to-buy h2 {
    text-align: left;
    font-size: 25px;
    padding-bottom: 10px; } }
/* sm devices */
@media (max-width: 768px) {
  #places-to-buy {
    padding: 50px 10px 10px 10px; }
    #places-to-buy #places-list div {
      border-bottom: 1px dotted grey; } }
/* xs devices */
@media (max-width: 400px) {
  #places-to-buy {
    margin: 20px 0; } }
