
/* CSS Guide:

- Use text editor that collapses code based on indents (eg. Sublime Text)
- Indent using 2 spaces
- Collapse everything for a better overview and a faster workflow
- Write media queries right after the original selector and extra indent it
- Use classes for everything and leave tag selectors only for scopes
- Continue the same formatting style and keep it clean

*/


/* BUG FIXES
** ========================================================================== */

/* Fix Windows Phone 8 and Device-Width 
  --------------------------------------------------------------------------- */

  /* http://timkadlec.com/2013/01/windows-phone-8-and-device-width */

  @-webkit-viewport   { width: device-width; }
  @-moz-viewport      { width: device-width; }
  @-ms-viewport       { width: device-width; }
  @-o-viewport        { width: device-width; }
  @viewport           { width: device-width; }
/* Bring back Google maps UI controls 
  --------------------------------------------------------------------------- */

  /*
  #google-map img {
    max-width: none;
    width: auto;
  }
  */


/* FONTS
** ========================================================================== */

/* Rambla
  --------------------------------------------------------------------------- */

  @font-face {
    font-family: 'rambla-regular';
    src: url('../assets/rambla-regular-webfont.eot');
    src: url('../assets/rambla-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/rambla-regular-webfont.woff') format('woff'),
         url('../assets/rambla-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'rambla-bold';
    src: url('../assets/rambla-bold-webfont.eot');
    src: url('../assets/rambla-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/rambla-bold-webfont.woff') format('woff'),
         url('../assets/rambla-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'rambla-italic';
    src: url('../assets/rambla-italic-webfont.eot');
    src: url('../assets/rambla-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/rambla-italic-webfont.woff') format('woff'),
         url('../assets/rambla-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
/* Philosopher
  --------------------------------------------------------------------------- */

  @font-face {
    font-family: 'philosopher-bold';
    src: url('../assets/philosopher-bold-webfont.eot');
    src: url('../assets/philosopher-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/philosopher-bold-webfont.woff') format('woff'),
         url('../assets/philosopher-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'philosopher';
    src: url('../assets/philosopher-regular-webfont.eot');
    src: url('../assets/philosopher-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/philosopher-regular-webfont.woff') format('woff'),
         url('../assets/philosopher-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
/* PT Sans
  --------------------------------------------------------------------------- */

  @font-face {
    font-family: 'ptsans-regular';
    src: url('../assets/ptsregular-webfont.eot');
    src: url('../assets/ptsregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/ptsregular-webfont.woff') format('woff'),
         url('../assets/ptsregular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'ptsans-bold';
    src: url('../assets/ptsbold-webfont.eot');
    src: url('../assets/ptsbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/ptsbold-webfont.woff') format('woff'),
         url('../assets/ptsbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'ptsans-italic';
    src: url('../assets/ptsitalic-webfont.eot');
    src: url('../assets/ptsitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/ptsitalic-webfont.woff') format('woff'),
         url('../assets/ptsitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
/* PT serif
  --------------------------------------------------------------------------- */

  @font-face {
    font-family: 'ptserif-bold';
    src: url('../assets/ptserifbold-webfont.eot');
    src: url('../assets/ptserifbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/ptserifbold-webfont.woff') format('woff'),
         url('../assets/ptserifbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }


/* SCOPES
** ========================================================================== */

/* Default scope 
  --------------------------------------------------------------------------- */

  body {
    min-width: 300px;
    font-family: "rambla-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
    overflow-x: hidden;
  }

  body.ru {
    font-family: "ptsans-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: "philosopher-bold", "Helvetica Neue", Helvetica, arial, sans-serif;
    color: #c1272d;
  }

  body.ru h1,
  body.ru h2,
  body.ru h3,
  body.ru h4,
  body.ru h5,
  body.ru h6 {
    line-height: 1;
    font-family: "philosopher-bold", "Helvetica Neue", Helvetica, arial, sans-serif;
  }

  body.lv h1,
  body.lv h2,
  body.lv h3,
  body.lv h4,
  body.lv h5,
  body.lv h6 {
    line-height: 1;
    font-family: "ptserif-bold", "Helvetica Neue", Helvetica, arial, sans-serif;
  }


  p {
    font-family: "rambla-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 15px;
  }

  body.ru p {font-family: "ptsans-regular", "Helvetica Neue", Helvetica, arial, sans-serif;}
  body.lv p {font-family: "ptsans-regular", "Helvetica Neue", Helvetica, arial, sans-serif;}

  strong, b {
    font-family: "rambla-bold", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  body.ru strong,
  body.lv strong,
  body.ru b, 
  body.lv b {
    font-family: "ptsans-bold", "Helvetica Neue", Helvetica, arial, sans-serif;
  }

  span {font-family: "rambla-regular", "Helvetica Neue", Helvetica, arial, sans-serif;}
  body.ru span, body.lv span {font-family: "ptsans-regular", "Helvetica Neue", Helvetica, arial, sans-serif;}

  i, em {
    font-family: "rambla-italic", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  body.ru i,
  body.ru em {
    font-family: "ptsans-italic", "Helvetica Neue", Helvetica, arial, sans-serif;
  }

  a {
    font-family: "rambla-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
    color: #c1272d;
  }

  body.ru a,
  body.lv a {
    font-family: "ptsans-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
  }

  a:focus,
  a:hover,
  a:active {
    text-decoration: none;
    color: #c1272d;
  }
  
  ul, ol {
  }

  blockquote {
  }

  img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }

  table {
  }

  tr {
  }

  th {
  }

  td {
  }
/* user added content scope
  --------------------------------------------------------------------------- */

  .user-added-content {
    margin-bottom: 50px;
  }

  .user-added-content img {
    padding: 5px;
  }

  .user-added-content a {
    font-family: "rambla-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
    color: #c1272d;
    border-bottom: 2px solid transparent;
  }

  .user-added-content a:focus,
  .user-added-content a:hover,
  .user-added-content a:active {
    text-decoration: none;
    color: #c1272d;
    border-bottom: 2px solid #c1272d;
  }

  .user-added-content p {
    font-family: "rambla-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 15px;
  }

  body.lv .user-added-content p,
  body.ru .user-added-content p,
  body.lv .user-added-content span,
  body.ru .user-added-content span,
  body.lv .user-added-content a,
  body.ru .user-added-content a {
    font-family: "ptsans-regular", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }

  body.ru .user-added-content h1,
  body.ru .user-added-content h2,
  body.ru .user-added-content h3 {
    font-size: 24px;
    line-height: 0.91;
  }

  body.lv .user-added-content h1,
  body.lv .user-added-content h2,
  body.lv .user-added-content h3 {
    font-family: "ptserif-bold", "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 22px;
    line-height: 1;
  }

  /*table*/

  .user-added-content table tr {
    background: #fdeedb;
  }

  .user-added-content table tr:nth-child(even) {
    background: #fffcf8;
  }

  .user-added-content table td {
    padding: 10px 12px;
    border-left: 1px solid #c2bfb0;
  }

  .user-added-content table td:first-child {
    border-left: none;
  }
/* fontawesome and glyphicons
  --------------------------------------------------------------------------- */

  .glyphicon {
    font-family: 'Glyphicons Halflings'!important;
  }

  .fa {
    font-family: 'FontAwesome'!important;
  }

/* SMALL MODULES AND MODIFIER CLASSES
** ========================================================================== */

/* backgrounds
  * -------------------------------------------------------------------------- */

  .footer {background:#eae9e4;}
  .footer-bg {background:#fef7ed;}
  .content-bg {background:#fef7ed;}
  .inner-content-bg {background:#fffcf8;}
  .sidebar-bg {
    position: relative;
    
  }

  @media(min-width: 768px) {
    .sidebar-bg:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 75%;
      bottom: 0;
      margin-right: 7px; /* I dont even.... fix this if you got time */
      background: #eae9e4;
    }
  }
/* absolute-cover
  * -------------------------------------------------------------------------- */

  .absolute-cover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
/* side-paddings-removed/messed around with bootstrap grid
  * -------------------------------------------------------------------------- */
  
  @media(min-width: 768px) {
    .no-side-padding {
      padding-left: 0;
      padding-right: 0;
    }

    .row-no-margin {
      margin-left: 0;
      margin-right: 0;
    }

    .modified-row {
      margin-left: -10px;
      margin-right: -10px;
    }

    .modified-col-paddings {
      padding-left: 10px;      
      padding-right: 10px;      
    }
  }

  @media(max-width: 767px) {
    .mob-no-side-padding {
      padding-left: 0;
      padding-right: 0;
    }

  }
/* primary-heading
  * -------------------------------------------------------------------------- */

  .primary-heading {
    font-family: 'philosopher', "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 24px;
    color: #c1272d;
  }
/* buttons
  * -------------------------------------------------------------------------- */
  
  .primary-button {
    background: #c1272d;
    text-transform: uppercase;
    font-family: 'rambla-regular', "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    padding: 0 4px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
  }

  .primary-button:focus,
  .primary-button:hover,
  .primary-button:active {
    background: #801C20;
    text-decoration: none;
    color: #fff;
  }
/* main-dropdown
  * -------------------------------------------------------------------------- */

  .main-dropdown {
    position: relative;
  }

  .main-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #111;
    list-style-type: none;
  }

  .main-dropdown-menu.active {
    display: block;
    z-index: 999999;
  }
/* social-icons
  * -------------------------------------------------------------------------- */

  .social-icons {
    margin-top: 15px;
    font-size: 18px;
  }
  .social-icons a {
    color: #dfc3ac;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
  }
  .social-icons a:focus,.social-icons a:hover,.social-icons a:active {
    color: #CEB7A4;
  }

  .social-icons input {
    margin-bottom: 10px;
  }



/* PERFORMANCES
** ========================================================================== */

/* performances-headings
  * -------------------------------------------------------------------------- */

  .performances-secondary-heading {
    margin-left: 15px;
    font-family: 'rambla-bold', "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #c1272d;
  }


/* SIDEBAR
** ========================================================================== */

/* Sidebar
  * -------------------------------------------------------------------------- */
  .sidebar {padding-left: 30px;}
/* Sidebar-heading
  * -------------------------------------------------------------------------- */
  
  .sidebar-heading {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: 'philosopher-bold', "Helvetica Neue", Helvetica, arial, sans-serif;
    color: #4d4d4d;
  }
/* Sidebar-item
  * -------------------------------------------------------------------------- */

  .sidebar-item {
    padding-bottom: 20px;
  }

  .sidebar-item a {
    font-size: 16px;
    font-family: 'rambla-regular', "Helvetica Neue", Helvetica, arial, sans-serif;
    color: #4d4d4d;
  }


/* HEADER
** ========================================================================== */

/* header
  * -------------------------------------------------------------------------- */

  .header {
    position: relative;
  }
/* header-top
  * -------------------------------------------------------------------------- */

  @media(min-width: 768px) {
    .header-top {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      background: #fef7ed;
      z-index: 999999;
    }
  }

  .header-top-title {
    display:inline-block;
    width: 70%;
    text-align: left;
    vertical-align: middle;
  }

  @media(min-width: 768px) {
    .header-top-title {
      vertical-align: baseline;
    }
  }

  .header-top-title a {
    display: block;
  }

  .header-top-title a:focus,
  .header-top-title a:hover {
    text-decoration: none;
  }

  .header-top-title h1 {
    font-family: 'philosopher', "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 25px;
    color: #c1272d;
  }

  @media(min-width: 768px) {
    .header-top-title h1 {
      font-size: 34px;
    }
  }

  .header-top-contact {
    display:inline-block;
    width: 30%;
    margin-left: -5px;
    text-align: right;
    vertical-align: middle;
  }

  @media(min-width: 768px) {
    .header-top-contact {
      vertical-align: baseline;   
    }
  }

  .header-top-contact-item,
  .header-top-contact-icon {
    display: inline-block;
  }

  .header-top-contact-item {
    font-size: 18px;
    font-family: 'rambla-regular', "Helvetica Neue", Helvetica, arial, sans-serif;
  }

  .header-top-contact-icon {
    margin-right: 5px;
  } 
/* header-mid
  * -------------------------------------------------------------------------- */
  
  .header-mid {
    position: relative;
    z-index: 1;
  }

  .header-image-wrap {
    position: relative;
    height: 0;
    padding-top: 50%;
    width: 100%;
  }

  @media(min-width: 768px) {
    .header-image-wrap {
      padding-top: 30%;
    }
  }

  @media(min-width: 768px) {
    .header-image-wrap:before,
    .header-image-wrap:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      background-color: #eae9e4;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
    }
  }

  .header-image-wrap:after {
    right: -99999px;
    left: 100%;
    background-image: url(../images/header_right.png);
    background-position: center left;
  }

  .header-image-wrap:before {
    right: 100%;
    left: -99999px;
    background-image: url(../images/header_left.png);
    background-position: center right;
  }

  .header-image {
    width: 100%;
    height: 100%;
    background: url(../images/header_img.png) no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  @media(min-width: 768px) {
    .header-image {
      background-position: top center;
    }
  }

  .mob-header-mid {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(193, 39, 45, 0.85);
    padding: 8px 0;
    color: #fff;
  }

  .no-rgba .mob-header-mid {background:#c1272d;}

  .mob-header-mid .header-top-contact-item {
    color: #fff;
  }
/* header-nav
  * -------------------------------------------------------------------------- */
  
    .header-nav {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(193, 39, 45, 0.85);
      z-index: 2;
    }

    .header-nav.fixed {
      position: fixed;
      bottom: auto;
      top: 0;
      z-index: 999999;
    }

    .no-rgba .header-nav {background:#c1272d;}

    .header-nav-main {
      display: inline-block;
      width: 90%;
      margin-bottom: 0;
      vertical-align: middle;
    }

    .header-nav-main a {
      display: block;
      padding: 8px 0;
      text-transform: uppercase;
      font-size: 16px;
      font-family: 'rambla-bold', "Helvetica Neue", Helvetica, arial, sans-serif;
      /*font-family: 'ptsans-bold', "Helvetica Neue", Helvetica, arial, sans-serif;*/
      color: #fff;
    }

    body.ru .header-nav-main a,
    body.lv .header-nav-main a {
      font-family: 'ptsans-bold', "Helvetica Neue", Helvetica, arial, sans-serif;
    }
/* header-logo
  * -------------------------------------------------------------------------- */

  .header-logo-wrap {
    position: absolute;
    top: 50%;
    left: 30px;
    background: #fffaf5;
    height: 60%;
    width: 30%;
    z-index: 99;
    border-radius: 100%;
    margin-top: -22%;
  }

  @media(min-width: 768px) {
    .header-logo-wrap {
      height: 67%;
      width: 20.1%;
      margin-top: -12.5%;
    }
  }

  .header-logo {
    position: relative;
    bottom: -8%;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url('../images/logo.png') no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
  }
/* mob-menu-wrapper
  * -------------------------------------------------------------------------- */

  .mob-menu-wrapper {
    display: inline-block;
    width: 30%;
    margin-left: -5px;
    vertical-align: middle;
  }

  @media(min-width: 768px) {
    .mob-menu-wrapper {
      display: none;
    }
  }
/* header-nav-dropdown-wrap
  * -------------------------------------------------------------------------- */

  .header-nav-dropdown-wrap {
    list-style-type: none;
  }

  .header-nav-languages a {
    color:#fff;
  }
  
  .header-nav-dropdown-wrap {
    display: inline-block;
    width: 10%;
    margin-left: -5px;
    vertical-align: middle;
    text-align: right;
  }

  .header-nav-dropdown-button {
    position: relative;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: transparent;
    border: none;
    font-family: 'rambla-bold', "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
  }

  .header-nav-dropdown-button:focus,
  .header-nav-dropdown-button:hover,
  .header-nav-dropdown-button:active {
    text-decoration: none;
    outline: none;
  }

  .header-nav-dropdown-button:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 1px;
    border-left: 1px dotted #fff;
  }

  .header-nav-dropdown-button:before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .header-nav-languages-menu {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background: #c1272d;
    max-width: 100%;
    width: auto;
  }

  .header-nav-languages-menu a {
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
    font-family: 'rambla-bold', "Helvetica Neue", Helvetica, arial, sans-serif;
    text-align: left;
    font-size: 16px;
    color: #fff;
  }


/* MAIN-TABLE
** ========================================================================== */

/* main-table
  * -------------------------------------------------------------------------- */

  .main-table {
    margin-bottom: 30px;
  }

  .main-table-wrapper {margin-left: -15px;}
/* main-table-mob-label
  * -------------------------------------------------------------------------- */
  
  .main-table-mob-label {
    display: none;
  }

  @media(max-width: 767px) {
    .main-table-mob-label,
    .main-table-mob-wrap {
      display: inline-block;
      text-align: left;
    }
    .main-table-mob-label {
      vertical-align: top;
      width: 30%;
      font-size: 17px;
      font-family: 'rambla-bold', "Helvetica Neue", Helvetica, arial, sans-serif;
      color: #4d4d4d;
    }

    .main-table-mob-wrap {
      width: 70%;
      margin-left: -5px;
    }
  }
/* thead/th
  * -------------------------------------------------------------------------- */

  .main-table thead {
    background:#eae9e4;
  }

  .main-table thead th {
    font-family: 'rambla-bold', "Helvetica Neue", Helvetica, arial, sans-serif;
    text-align: center;
    border-left: 1px dotted #c2bfb0; 
    font-size: 17px;
    color: #4d4d4d;
  }

  .main-table thead th:first-child {
    border-left: none;
  }
/* tbody/tr/td
  * -------------------------------------------------------------------------- */

  .main-table tbody tr {
    background: #fdeedb;
  }

  .main-table tbody tr:nth-child(even) {
    background: #fffcf8;
  }

  .main-table.table>tbody>tr>td {
    display: block;
    border-top: none;
    border-bottom: none;
    border-left: 1px dotted #c2bfb0;
    font-size: 17px;
    font-family: 'rambla-regular', "Helvetica Neue", Helvetica, arial, sans-serif;
    color: #4d4d4d;
  }

  @media(min-width: 768px) {
    .main-table.table>tbody>tr>td {
      display: table-cell;
    }
  }

  .main-table.table>tbody>tr>td:first-child {
    border-left: none;
  }

  .main-table.table>tbody>tr>td .table-title {
    display: block;
    font-family: 'rambla-bold', "Helvetica Neue", Helvetica, arial, sans-serif;
    text-align: left;
    font-size: 17px;
    color: #c1272d;
  }

  /* tbody td fixed widths
  * -------------------------------------------------------------------------- */

  @media(min-width: 768px) {
    .main-table.table>tbody>tr>td:first-child,
    .main-table.table>tbody>tr>td:nth-child(2), {
      max-width: 10 0px;
    }
  }


/* INTRO
** ========================================================================== */

/* intro
  * -------------------------------------------------------------------------- */

  .intro {
    margin-top:20px;
  }

  .intro-news {
    padding: 25px;
  }

  @media(max-width: 767px) {
    .intro-img {
      margin: 0 -15px;
    }
  }

  .intro-top {
    position: relative;
    margin-bottom: 20px;
  }
  
  @media(min-width: 992px) {
    .intro-top:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 66.66666667%;
      margin-left: 15px;
      background: #fffcf8;
    }
  }
/* intro-col-img
  * -------------------------------------------------------------------------- */

  .intro-col-img {
    position: relative;
    line-height: 0;
  }

  .intro-col-img label {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .intro-col-img-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(193, 39, 45, 0.85);
    padding: 8px 0;
    color: #fff;
  }

  .no-rgba .mob-header-mid {background:#c1272d;}
/* intro-news
  * -------------------------------------------------------------------------- */

  @media(max-width: 767px) {
    .intro-news {
      margin: 10px -15px;
      padding: 20px 15px;
      background: #fffcf8;
    }
  }

  .intro-news-block {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
  }

  .intro-news-block {
    border-top: 1px solid #c1272d;
  }

  .intro-news-block:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .intro-news-block h3 {
    margin-top: 0;
  }


/* EMPLOYEES
** ========================================================================== */

/* employee-block
  * -------------------------------------------------------------------------- */

  .employee-block {
    display: inline-block;
    width: 50%;
    margin-left: -5px;
  }

  .employee-block span {
    display: block;
    font-size: 16px;
    color: #4d4d4d;
  }

  .employee-name {
    font-family: 'rambla-bold', "Helvetica Neue", Helvetica, arial, sans-serif;
  }

  .employee-info {
    font-family: 'rambla-regular', "Helvetica Neue", Helvetica, arial, sans-serif;
  }

  .employee-break {
    margin-bottom: 15px;
  }


/* VOOG
** ========================================================================== */

/* cover-image
  * -------------------------------------------------------------------------- */

  .main-image-cover-link {
    display: block;
  }

  .main-cover-image {
    background-repeat: no-repeat;
    background-position: center center!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 50%;
    height: 0;
  }

  .cover-image-info-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }  

  .cover-image-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    transition: transform .5s ease;

  }

  .cover-image-info-heading,
  .cover-image-info-text {
    display: block;
    text-align: center;
    color: #fff;
    background: rgba(193, 39, 45, 0.85);
  }

  .cover-image:focus .cover-image-info,
  .cover-image:hover .cover-image-info {
    transform: translateY(0)!important;
  }

  .cover-image-info-heading {
    padding: 10px 0;
    font-family: 'rambla-bold', "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
  }

  .cover-image-info-text {
    font-size: 15px;
    font-family: 'rambla-regular', "Helvetica Neue", Helvetica, arial, sans-serif;
    line-height: 1;
  }

  .intro-editmode-text {
    line-height: 1;
  }


/* DL-MENU
** ========================================================================== */

/* dl-menu
  * -------------------------------------------------------------------------- */

  .dl-menuwrapper .dl-menu,
  .dl-menuwrapper > .dl-submenu {
    margin-top: 0;
    border-bottom:none;
  }

  .dl-menuwrapper > .dl-submenu {
    top: 0;
  }

  .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu .dl-parent-title,
  .dl-parent-title {
    display: none!important;
  }
/* dl-button
  * -------------------------------------------------------------------------- */
  .dl-button {
    width: 27px;
    height: 27px;
    margin-left: auto;
    background: #c1272d;
  }
  .dl-menuwrapper .dl-menu, .dl-menuwrapper > .dl-submenu,
  .dl-menuwrapper ul,
  .dl-button.dl-active {background: #c1272d;}
  .dl-menuwrapper li.dl-back > a {background: none!important }
  .dl-burger-icon {height: 2px;}
  .dl-burger-icon:before,.dl-burger-icon:after {height: 2px}
  .dl-burger-icon:before {top: -6px}
  .dl-burger-icon:after {bottom: -6px}
/* dl-menuwrapper
  * -------------------------------------------------------------------------- */

  .dl-menuwrapper {
    max-width: none;
  }

  .dl-menuwrapper li a {
    padding: 20px 40px;
    text-align: center;
    text-transform: uppercase;
  }

  .no-touch .dl-menuwrapper li a:hover {
    background: #c1272d;
  }

  .dl-menuwrapper li.dl-back:after,
  .dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    display: inline-block;
    height: 0;
    border: 6px solid transparent;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
  }

  .dl-menuwrapper li > a:not(:only-child):after,
  .dl-menuwrapper li.dl-back:after {
    content: none;
  }

  .dl-menu-icon {position: relative;}
  .dl-menu-icon-left {
    right: 10px;
  }

  .dl-menu-icon-right {
    left: 10px;
  }
/* dl-menu-languages
  * -------------------------------------------------------------------------- */

  .dl-menu-languages {
    position: relative;
    text-align: center;
  }

  .dl-menu-languages ul li,
  .dl-menu-languages ul {
    display: inline-block;
    padding-left: 0;
  }

  .dl-menu-languages ul {
    border-top: 1px dotted #fff;
  }

  .dl-menu-languages ul li a {
    padding: 20px;
  }


/* FOOTER
** ========================================================================== */

/* footer-top
  * -------------------------------------------------------------------------- */

  .footer-top {
    margin-top: 70px;
    margin-bottom: 20px;
  }
/* footer-bottom
  * -------------------------------------------------------------------------- */

  .footer-gmaps {
  }

  .footer-bottom-rights {
    margin-top: 20px;
    margin-bottom: 20px;
  }

/* CUSTOM
** ========================================================================== */

/* item-block
  * -------------------------------------------------------------------------- */

    .item-block {margin-bottom: 10px;}

    .item-block-item {
      display: inline-block;
      width: 70%;
      padding-left: 10px;
      text-align: left;
      vertical-align: middle;
    }
    .item-block-label {
      display: inline-block;
      width: 30%;
      margin-left: -5px;
      text-align: right;
      vertical-align: middle;
      font-family: 'rambla-bold', "Helvetica Neue", Helvetica, arial, sans-serif;
      font-size: 13px;
    }