
/*			___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; }
#region-detail-section {
  position: relative;
  display: block;
  background-color: #e8e8e8;
  margin: 20px;
  height: 547px; }
  #region-detail-section .loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 547px;
    background-color: #e8e8e8; }
    #region-detail-section .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); } }
  #region-detail-section .close-img:hover {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #region-detail-section h2 {
    padding-bottom: 0;
    padding-left: 0;
    font-family: "NeutraText-bold";
    font-size: 28px;
    color: #ff6548;
    text-align: left; }
  #region-detail-section p {
    font-family: "DINPro-light";
    font-size: 16px;
    color: #666666;
    padding-right: 30px;
    margin-bottom: 50px; }
  #region-detail-section .left-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  #region-detail-section .button-group {
    display: block;
    position: relative;
    margin-top: 60px;
    margin-bottom: 40px; }
    #region-detail-section .button-group button {
      margin-right: 20px;
      position: relative;
      display: inline-block; }
  #region-detail-section .do .small-title {
    font-family: "DINPro-medium";
    font-size: 16px;
    color: #666666;
    padding-bottom: 10px;
    display: block; }
  #region-detail-section .do img {
    padding-top: 10px;
    padding-right: 10px; }
  #region-detail-section #region-detail {
    overflow-y: auto;
    height: 547px;
    background-color: #e8e8e8;
    margin-bottom: 30px; }

/*			___ RESPONSIVE___			*/
/* medium devices */
@media (max-width: 992px) {
  #region-detail-section .button-group button {
    width: 100%;
    margin: 10px auto; }
  #region-detail-section #region-detail {
    overflow-y: auto;
    height: auto;
    padding: 0 30px; } }
/* xs devices */
@media (max-width: 400px) {
  #region-detail-section {
    margin: 30px 0; } }
