/* ===== Primary Site Styles =====
   Author: Falko Birner
   ===============================
*/
/* =============================================================================
   Project Variables
   ========================================================================== */
/* =============================================================================
   Standard Project Variables
   ========================================================================== */
/* =============================================================================
   Mixins
   ========================================================================== */
/* =============================================================================
   Standard Mixins
   ========================================================================== */
/* =============================================================================
   Plugins
   ========================================================================== */
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 80200;
}
.fancybox-skin {
  position: relative;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 80300;
}
.fancybox-opened .fancybox-skin {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-type-inline {
  padding-bottom: 20px;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 80600;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 80400;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #c2024f;
  font-size: 1.2em;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.fancybox-close i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.fancybox-close:hover {
  background-color: #70012d;
  text-decoration: none;
  color: #fff;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 80400;
  text-align: center;
}
.fancybox-nav:hover {
  text-decoration: none;
}
.fancybox-nav:hover span {
  color: #70012d;
  text-decoration: none;
}
.fancybox-type-iframe .fancybox-nav,
.fancybox-type-inline .fancybox-nav {
  width: 60px;
}
.fancybox-prev {
  left: 0;
}
.fancybox-type-iframe .fancybox-prev,
.fancybox-type-inline .fancybox-prev {
  left: -60px;
}
.fancybox-next {
  right: 0;
}
.fancybox-type-iframe .fancybox-next,
.fancybox-type-inline .fancybox-next {
  right: -60px;
}
.fancybox-nav span {
  display: block;
  cursor: pointer;
  z-index: 80400;
  opacity: 0;
  text-align: center;
  height: 60px;
  font-family: icon-font;
  margin: 0 auto;
  line-height: 60px;
  width: 60px;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  background-color: #c2024f;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  font-size: 2em;
}
.fancybox-type-iframe .fancybox-nav span,
.fancybox-type-inline .fancybox-nav span {
  opacity: 1;
}
.fancybox-prev span {
  left: 0;
}
.fancybox-prev span:before {
  content: "\e903";
}
.fancybox-next span {
  right: 0;
}
.fancybox-next span:before {
  content: "\e904";
}
.fancybox-nav:hover span {
  opacity: 1;
  color: #fff;
  background-color: #c2024f;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 80100;
  background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 80500;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0.7em;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 80500;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding: 15px;
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  font-size: 0.8em;
}
.fancybox-title-inside-wrap a {
  color: #fff;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.fancybox-title-inside-wrap a:hover {
  background-color: #70012d;
  color: #000;
  text-decoration: none;
}
.fancybox-type-iframe .fancybox-title-inside-wrap,
.fancybox-type-inline .fancybox-title-inside-wrap {
  position: relative;
  bottom: auto;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* Thumbs */
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 80500;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../images/singleones/logo_fancy.png");
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
#fancybox-thumbs.bottom {
  bottom: 0;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 2px;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 6px solid #222;
  background: #111;
  outline: none;
  opacity: 0.8;
}
#fancybox-thumbs ul li a:hover {
  opacity: 1;
  border-color: #fff;
}
#fancybox-thumbs ul li.active a {
  border-color: #70012d;
  opacity: 1;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
}
/* =============================================================================
   Fancy Box
   ========================================================================== */
.fancybox-html-content {
  width: 900px;
  background-color: #fff;
  padding: 40px;
  color: #222;
}
.fancybox-html-content .fancybox-html-content__header {
  margin: -40px;
  padding: 20px 40px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-bottom: 1px solid #e1e1e1;
}
.fancybox-html-content .fancybox-html-content__header h1,
.fancybox-html-content .fancybox-html-content__header h2,
.fancybox-html-content .fancybox-html-content__header h3,
.fancybox-html-content .fancybox-html-content__header h4,
.fancybox-html-content .fancybox-html-content__header h5,
.fancybox-html-content .fancybox-html-content__header h6 {
  margin-bottom: 0;
}
.fancybox-fullsize {
  width: 96vw;
  min-height: 96vh;
  background-color: #fff;
}
.fancybox-fullsize .fancybox-fullsize__header {
  padding: 0 40px;
  padding-right: 60px;
  position: relative;
  height: 80px;
  line-height: 80px;
  background-color: #70012d;
  color: #fff;
}
.fancybox-fullsize .fancybox-fullsize__header h1,
.fancybox-fullsize .fancybox-fullsize__header h2,
.fancybox-fullsize .fancybox-fullsize__header h3,
.fancybox-fullsize .fancybox-fullsize__header h4,
.fancybox-fullsize .fancybox-fullsize__header h5,
.fancybox-fullsize .fancybox-fullsize__header h6 {
  color: #fff;
  line-height: 80px;
}
.fancybox-fullsize .fancybox-fullsize__header p.h1,
.fancybox-fullsize .fancybox-fullsize__header p.h2,
.fancybox-fullsize .fancybox-fullsize__header p.h3,
.fancybox-fullsize .fancybox-fullsize__header p.h4,
.fancybox-fullsize .fancybox-fullsize__header p.h5,
.fancybox-fullsize .fancybox-fullsize__header p.h6 {
  color: #fff;
  line-height: 80px;
}
.fancybox-fullsize .fancybox-fullsize__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 80px;
}
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url("../images/royalslider/grab.png") 8 8, move;
}
.grabbing-cursor {
  cursor: url("../images/royalslider/grabbing.png") 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url("../images/royalslider/blank.gif");
}
/* =============================================================================
   Plugin Royal Slider
   ========================================================================== */
/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #eeeeee;
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsMinW .rsArrow {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 30;
  top: 50%;
  margin-top: -30px;
}
.rsMinW .rsArrowLeft {
  left: -60px;
}
.rsMinW .rsArrowRight {
  right: -60px;
}
.rsMinW .rsArrowIcn {
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  font-family: icon-font;
  color: #d4d4d4;
  font-size: 3em;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.rsMinW .rsArrowLeft .rsArrowIcn:before {
  content: "\e903";
}
.rsMinW .rsArrowRight .rsArrowIcn:before {
  content: "\e904";
}
.rsMinW .rsArrowIcn:hover {
  color: #3B85CB;
}
.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
  position: absolute;
  bottom: 26px;
  right: 42px;
  width: auto;
  z-index: 35;
  height: 30px;
  text-align: center;
  overflow: hidden;
  cursor: auto;
}
.rsMinW .rsBullet {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 4px;
  cursor: pointer;
  *display: inline;
  *zoom: 1;
}
.rsMinW .rsBullet span {
  display: block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rsMinW .rsBullet span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  background-color: #70012d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.rsMinW .rsBullet.rsNavSelected span:before {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/***************
*
*  3. Thumbnails
*
****************/
.rsMinW .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsMinW .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsMinW .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsMinW .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
  background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
  filter: alpha(opacity=40);
  opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
}
.rsMinW .rsTmb {
  display: block;
}
/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsMinW .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsMinW .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsMinW .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsMinW .rsThumbsHor {
    height: 44px;
  }
  .rsMinW .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsMinW .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsMinW .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  *display: inline;
  *zoom: 1;
}
.rsMinW .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsMinW .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected {
  color: #000;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsMinW .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
}
.rsMinW .rsFullscreenIcn:hover {
  opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rsMinW .rsPlayBtnIcon:before {
  display: block;
  /*content: @icf-video;*/
  font-family: icon-font;
  height: 64px;
  width: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 2em;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}
.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsMinW .rsCloseVideoIcn {
  width: 44px;
  height: 44px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsMinW .rsCloseVideoIcn:before {
  display: block;
  content: "\e909";
  font-family: icon-font;
  height: 44px;
  width: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 1.4em;
}
.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsMinW .rsPreloader {
  width: 100%;
  height: 100%;
  background-image: url("../images/singleones/loading_black_bg.gif");
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-color: #000;
}
/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
  z-index: 40;
}
/* Special Layouts */
/* Full Width Base Layout */
.rsABlock {
  display: block;
  left: auto;
  position: relative;
  top: auto;
}
.full-width-slider {
  width: 100% !important;
  height: 100% !important;
}
/* Site Layout */
.royalSlider-holder {
  max-width: 1200px;
  height: 600px;
  margin: 0 auto;
  padding: 0 60px;
}
.touchevents .royalSlider-holder {
  padding: 0;
}
.royalSlider-holder .grid {
  height: 600px;
}
.royalSlider-holder .grid .single-image {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.royalSlider-holder .grid img {
  max-height: 600px;
}
/* =============================================================================
   Base Font
   ========================================================================== */
/* =============================================================================
   Base Font
   ========================================================================== */
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/3E 54FB_ 1_ 0.woff2') format('woff2'), url('../fonts/3E 54FB_ 1_ 0.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/3E 54FB_ 0_ 0.woff2') format('woff2'), url('../fonts/3E 54FB_ 0_ 0.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/* =============================================================================
   Icon Font
   ========================================================================== */
@font-face {
  font-family: 'icon-font';
  src: url('../fonts/icon-font.eot?i55zqa');
  src: url('../fonts/icon-font.eot?#iefixi55zqa') format('embedded-opentype'), url('../fonts/icon-font.woff?i55zqa') format('woff'), url('../fonts/icon-font.ttf?i55zqa') format('truetype'), url('../fonts/icon-font.svg?i55zqa#icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icf {
  font-family: 'icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icf-alert-circle:before {
  content: "\e900";
}
.icf-arrow-down:before {
  content: "\e901";
}
.icf-arrow-down-filled:before {
  content: "\e902";
}
.icf-arrow-left:before {
  content: "\e903";
}
.icf-arrow-right:before {
  content: "\e904";
}
.icf-arrow-up:before {
  content: "\e905";
}
.icf-chat:before {
  content: "\e906";
}
.icf-check:before {
  content: "\e907";
}
.icf-check-circle:before {
  content: "\e908";
}
.icf-cross:before {
  content: "\e909";
}
.icf-dots:before {
  content: "\e90a";
}
.icf-download:before {
  content: "\e90b";
}
.icf-facebook:before {
  content: "\e90c";
}
.icf-heart:before {
  content: "\e90d";
}
.icf-info-circle:before {
  content: "\e90e";
}
.icf-map-marker:before {
  content: "\e90f";
}
.icf-twitter:before {
  content: "\e910";
}
.icf-youtube:before {
  content: "\e911";
}
/* =============================================================================
   Generic
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
/* Reset Space (Added) */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
hr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
  font-family: 3E 54FB_ 1_ 0;
  font-weight: 400;
}
html {
  font-size: 20px;
  line-height: 1.3;
}
body {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background: #c2024f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #c2024f;
  color: #fff;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #222;
  opacity: 0.6;
}
::-moz-placeholder {
  color: #222;
  opacity: 0.6;
}
:-ms-input-placeholder {
  color: #222;
  opacity: 0.6;
}
:-moz-placeholder {
  color: #222;
  opacity: 0.6;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/* Added */
a {
  color: #c2024f;
  text-decoration: none;
}
a:hover {
  color: #c2024f;
  text-decoration: underline;
}
a:active,
a:hover,
a:focus {
  outline: 0;
}
ul,
ol {
  list-style: none;
  list-style-image: none;
}
em {
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* =============================================================================
   Base
   ========================================================================== */
/* =============================================================================
   Base Headlines
   ========================================================================== */
h1,
h2,
h3 {
  font-family: 3E 54FB_ 0_ 0;
}
h4,
h5,
h6 {
  font-family: 3E 54FB_ 1_ 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 0.9;
  margin-bottom: 0.5em;
  position: relative;
  font-weight: 900;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #222;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
  font-size: 80%;
}
h1 {
  font-size: 3vw;
}
h1.striped {
  font-size: 1.2em;
}
h2 {
  font-size: 2vw;
}
h2.striped {
  font-size: 1em;
}
h3 {
  font-size: 1.6vw;
}
h3.striped {
  font-size: 0.9em;
}
h4 {
  font-size: 1.2vw;
}
h4.striped {
  font-size: 0.8em;
}
h5 {
  font-size: 1vw;
}
h5.striped {
  font-size: 0.8em;
}
h6 {
  font-size: 0.8vw;
}
h6.striped {
  font-size: 0.8em;
}
/* Replacement with <p> */
p.h1,
p.h2,
p.h3,
p.h4,
p.h5,
p.h6 {
  line-height: 1;
  margin-bottom: 0.5em;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}
p.h1.light,
p.h2.light,
p.h3.light,
p.h4.light,
p.h5.light,
p.h6.light {
  font-weight: 400;
}
p.h1.lower,
p.h2.lower,
p.h3.lower,
p.h4.lower,
p.h5.lower,
p.h6.lower {
  text-transform: none;
}
p.h1 {
  font-family: 3E 54FB_ 0_ 0;
  font-size: 3.2vw;
}
p.h1.striped {
  font-size: 1.2em;
}
p.h2 {
  font-family: 3E 54FB_ 0_ 0;
  font-size: 2vw;
}
p.h2.striped {
  font-size: 1em;
}
p.h3 {
  font-family: 3E 54FB_ 0_ 0;
  font-size: 1.6vw;
}
p.h3.striped {
  font-size: 0.9em;
}
p.h4 {
  font-size: 1.2vw;
}
p.h4.striped {
  font-size: 0.8em;
}
p.h5 {
  font-size: 1vw;
}
p.h5.striped {
  font-size: 0.8em;
}
p.h6 {
  font-size: 0.8vw;
}
p.h6.striped {
  font-size: 0.8em;
}
.striped {
  font-weight: 400;
  background-color: #70012d;
  display: inline-block;
  padding: 8px 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}
/* =============================================================================
   Base Forms
   ========================================================================== */
legend {
  display: none;
}
fieldset {
  position: relative;
}
fieldset p {
  margin-bottom: 1em;
  position: relative;
}
fieldset form > .grid {
  margin-bottom: 1em;
}
label {
  display: block;
  margin-bottom: 4px;
  cursor: pointer;
}
label.error {
  color: #cc0000;
  position: absolute;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-group {
  max-width: 706px;
  margin-bottom: 2.5em;
}
.label-hint {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 4px;
}
input[type=text],
input[type=password],
input[type=file],
input[type=email],
input[type=tel],
textarea,
select {
  padding: 10px;
  border: 1px solid #bbbbbb;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 10;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
}
input[type=text].error,
input[type=password].error,
input[type=file].error,
input[type=email].error,
input[type=tel].error,
textarea.error,
select.error {
  border-color: #cc0000;
}
input[type=text].disabled,
input[type=password].disabled,
input[type=file].disabled,
input[type=email].disabled,
input[type=tel].disabled,
textarea.disabled,
select.disabled {
  background-color: #eeeeee;
  color: #555555;
  font-family: 3E 54FB_ 0_ 0;
  font-weight: bold;
  border-color: #e1e1e1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #70012d;
  outline: 0 none;
  -moz-box-shadow: 0 0 6px rgba(112, 1, 45, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(112, 1, 45, 0.2);
  box-shadow: 0 0 6px rgba(112, 1, 45, 0.2);
}
input[type=text]:focus.error,
input[type=password]:focus.error,
input[type=file]:focus.error,
input[type=email]:focus.error,
input[type=tel]:focus.error,
textarea:focus.error,
select:focus.error {
  border-color: #cc0000;
}
input[type=text],
input[type=password],
input[type=file],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
}
textarea {
  height: 240px;
}
select {
  color: #222;
  padding: 10px;
}
input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  padding-top: 2px;
  font-weight: 400;
}
input[type=text] + label,
select + label {
  padding-top: 3px;
}
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
input[type=checkbox].error + label::before {
  border: 1px solid #cc0000;
}
input[type=checkbox] + label:hover:before {
  border-color: #70012d;
}
input[type=checkbox]:checked + label:before {
  border-color: #70012d;
  background-color: #70012d;
}
input[type=checkbox] + label::after {
  content: "\e907";
  position: absolute;
  left: 0;
  top: 1px;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  display: block;
  z-index: 1;
  opacity: 0;
  font-family: icon-font;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
input[type=checkbox]:checked + label::after {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  padding-top: 1px;
  font-weight: 400;
}
input[type=radio] + label::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type=radio] + label:hover:before {
  border-color: #70012d;
}
input[type=radio]:checked + label:before {
  border-color: #70012d;
  background-color: #70012d;
}
input[type=radio] + label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 11px;
  height: 11px;
  line-height: 24px;
  text-align: center;
  display: block;
  z-index: 10;
  opacity: 0;
  font-style: normal;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
input[type=radio]:checked + label::after {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* =============================================================================
   Base Textlayout
   ========================================================================== */
p {
  margin-bottom: 2em;
}
p.small {
  font-size: 90%;
  line-height: 1.3;
}
.standard-ci-color-1 {
  color: #70012d;
}
.standard-ci-color-2 {
  color: #c2024f;
}
.big-letter {
  float: left;
  font-family: 3E 54FB_ 0_ 0;
  font-size: 90px;
  margin-top: -3px;
  margin-left: -10px;
  margin-right: 20px;
  line-height: 90px;
}
.highlight-color {
  color: #3B85CB !important;
}
.bold {
  font-family: 3E 54FB_ 0_ 0;
  font-weight: 900;
}
.light {
  font-weight: 400;
}
.letter-spacing {
  letter-spacing: 0.12em;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: none;
}
small {
  display: block;
  font-size: 80%;
  color: #888888;
  line-height: 1.2;
}
hr {
  display: block;
  height: 0;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
  clear: both;
  width: 100%;
  margin-bottom: 2em;
}
hr.hr--dashed {
  border-style: dashed;
}
sup {
  font-size: 60%;
  font-weight: 300;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: block;
  position: relative;
  quotes: none !important;
  font-weight: normal;
  border: 1px solid #d4d4d4;
  font-size: 18px;
  padding: 2vw;
  margin-bottom: 2em;
}
q cite {
  color: #888888;
  display: block;
  font-size: 16px;
  font-style: normal;
  margin-top: 10px;
}
q cite:before {
  content: "— ";
}
.label {
  display: inline-block;
  background-color: #70012d;
  color: #fff !important;
  padding: 4px 6px;
  line-height: normal;
  text-shadow: none;
  font-size: 0.6em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.grey-5 {
  color: #f5f5f5;
}
.grey-10 {
  color: #eeeeee;
}
.grey-20 {
  color: #e1e1e1;
}
.grey-30 {
  color: #d4d4d4;
}
.grey-40 {
  color: #bbbbbb;
}
.grey-50 {
  color: #a2a2a2;
}
.grey-60 {
  color: #888888;
}
.grey-70 {
  color: #6f6f6f;
}
.grey-80 {
  color: #555555;
}
.grey-90 {
  color: #3c3c3c;
}
.grey-base {
  color: #222;
}
/* =============================================================================
   Base Lists
   ========================================================================== */
ol {
  list-style-type: decimal;
  margin-left: 22px;
  margin-bottom: 2em;
}
ol li {
  margin-bottom: 5px;
}
ol ol {
  margin-bottom: 5px;
  margin-top: 10px;
}
ol ol li {
  list-style-type: lower-alpha;
  margin-bottom: 5px;
}
dl {
  margin-bottom: 2em;
}
dt {
  font-family: 3E 54FB_ 0_ 0;
  font-weight: bold;
}
dd {
  margin-bottom: 5px;
}
.normal-list {
  list-style-type: none;
  margin-left: 15px;
  margin-bottom: 2em;
}
.normal-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 0.9em;
}
.normal-list li:before {
  content: "■ ";
  color: #70012d;
  position: absolute;
  left: 0;
  top: -2px;
}
.normal-list li ul {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
}
.normal-list li ul li {
  margin-bottom: 6px;
  line-height: 1.4;
}
.check-list {
  list-style-type: none;
  margin-left: 15px;
  margin-bottom: 2em;
}
.check-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 0.9em;
}
.check-list li:before {
  content: "■ ";
  color: #70012d;
  position: absolute;
  left: 0;
  top: -2px;
}
.check-list li ul {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
}
.check-list li ul li {
  margin-bottom: 6px;
  line-height: 1.4;
}
.check-list li {
  padding-left: 26px;
  font-size: 1em;
}
.check-list li:before {
  content: "\e907";
  font-family: icon-font;
  color: #5cba00;
}
.blank-list {
  margin-bottom: 2em;
}
.blank-list li {
  margin-bottom: 5px;
}
.center-list {
  text-align: center;
  margin-bottom: 2em;
}
.center-list img {
  padding: 5px;
  margin-bottom: 10px;
}
.center-list .btn {
  margin: 0 5px;
  margin-bottom: 10px;
}
.center-list a {
  margin: 0 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.btn-list {
  margin-bottom: 2em;
}
.btn-list li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
}
.btn-list li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.btn-list.btn-list--centered {
  text-align: center;
}
.btn-list.btn-list--centered li {
  float: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}
/* =============================================================================
   Base Messages
   ========================================================================== */
/* Alert Messages */
.alert {
  padding: 15px;
  border: 1px solid transparent;
  position: relative;
  margin-bottom: 2em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.alert > i {
  margin-right: 5px;
  font-size: 24px;
  position: absolute;
  left: 15px;
  top: 14px;
}
.alert.alert--has-icon {
  padding-left: 48px;
}
.alert.alert--fullsize {
  border-left: 0;
  border-right: 0;
  padding: 0 !important;
}
.alert.alert--fullsize .alert__inner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 1vw 2vw;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.alert.alert--fullsize .alert__inner i {
  margin-right: 5px;
}
.alert.alert--success {
  background-color: #dff8d4;
  border-color: #D6E9C6;
  color: #0f6210;
}
.alert.alert--success i {
  color: #0f6210;
}
.alert.alert--success p.small {
  color: #0f6210;
}
.alert.alert--info {
  background-color: #D9EDF7;
  border-color: #BCE8F1;
  color: #31708F;
}
.alert.alert--info i {
  color: #31708F;
}
.alert.alert--info p.small {
  color: #31708F;
}
.alert.alert--warning {
  background-color: #FCF8E3;
  border-color: #FAEBCC;
  color: #8A6D3B;
}
.alert.alert--warning i {
  color: #8A6D3B;
}
.alert.alert--warning p.small {
  color: #8A6D3B;
}
.alert.alert--danger {
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  color: #cc0000;
}
.alert.alert--danger i {
  color: #cc0000;
}
.alert.alert--danger p.small {
  color: #cc0000;
}
/* Small Status Message */
.alert-small {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  line-height: normal;
  font-size: 13px;
}
.item-count-input-list .alert-small {
  margin-top: -10px;
}
fieldset .alert-small {
  margin-top: 4px;
}
.alert-small i {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 1px;
}
.alert-small.alert-small--success {
  color: #0f6210;
}
.alert-small.alert-small--info {
  color: #31708F;
}
.alert-small.alert-small--warning {
  color: #8A6D3B;
}
.alert-small.alert-small--danger {
  color: #cc0000;
}
/* =============================================================================
   Base Tables
   ========================================================================== */
.table-holder {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2em;
}
.content-table {
  border-collapse: seperate;
  width: auto;
  font-size: 0.8em;
}
.content-table td,
.content-table th {
  padding-bottom: 4px;
  text-align: left;
  vertical-align: top;
}
.content-table tr td:first-child {
  padding-right: 40px;
}
.content-table th {
  font-weight: 700;
}
.content-table h1,
.content-table h2,
.content-table h3,
.content-table h4,
.content-table h5,
.content-table p {
  margin-bottom: 0;
}
/* ==========================================================================
   Base Animations
   ========================================================================== */
.animation-pulse {
  -moz-animation: pulse 0.4s ease 1 normal forwards;
  -o-animation: pulse 0.4s ease 1 normal forwards;
  -webkit-animation: pulse 0.4s ease 1 normal forwards;
  -ms-animation: pulse 0.4s ease 1 normal forwards;
  animation: pulse 0.4s ease 1 normal forwards;
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.4);
    opacity: 0;
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  -moz-animation: fadeIn 0.6s ease 1 normal forwards;
  -o-animation: fadeIn 0.6s ease 1 normal forwards;
  -webkit-animation: fadeIn 0.6s ease 1 normal forwards;
  -ms-animation: fadeIn 0.6s ease 1 normal forwards;
  animation: fadeIn 0.6s ease 1 normal forwards;
}
@-webkit-keyframes rippleAnimation {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes rippleAnimation {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rippleAnimation {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.ripple {
  -moz-animation: rippleAnimation 0.4s ease 1 normal forwards;
  -o-animation: rippleAnimation 0.4s ease 1 normal forwards;
  -webkit-animation: rippleAnimation 0.4s ease 1 normal forwards;
  -ms-animation: rippleAnimation 0.4s ease 1 normal forwards;
  animation: rippleAnimation 0.4s ease 1 normal forwards;
}
.animated-background {
  -moz-animation: animatedBackground 70s linear infinite;
  -o-animation: animatedBackground 70s linear infinite;
  -webkit-animation: animatedBackground 70s linear infinite;
  -ms-animation: animatedBackground 70s linear infinite;
  animation: animatedBackground 70s linear infinite;
}
@-moz-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-o-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-ms-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
/* =============================================================================
   Grid
   ========================================================================== */
/*! Reflex v1.1.1 - https://github.com/leejordan/reflex */
/*
 *
 * Reflex is a flexbox grid which provides a way to take advantage of emerging
 * flexbox support while providing a fall back to inline-block on older browsers
 *
 * Built by Lee Jordan G.C.S.E.
 * email: ldjordan@gmail.com
 * github: https://github.com/leejordan
 *
 * Structure and calculations are inspired by twitter bootstrap
 *
 */
.grid {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: relative;
  margin-left: -2vw;
  letter-spacing: -0.31em !important;
  *letter-spacing: normal !important;
  word-spacing: -0.43em !important;
  list-style-type: none;
}
.grid:before,
.grid:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  max-width: 100%;
}
.grid *:before,
.grid *:after {
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
.grid .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.grid * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid *:before,
.grid *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="grid__col-"] {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding-left: 2vw;
}
.grid__cell {
  position: relative;
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
_:-ms-fullscreen,
:root .grid__cell {
  width: 100%;
}
.grid__col-12 {
  width: 100%;
  *width: 99.9%;
}
.grid__col-11 {
  width: 91.66666667%;
  *width: 91.56666667%;
}
.grid__col-10 {
  width: 83.33333333%;
  *width: 83.23333333%;
}
.grid__col-9 {
  width: 75%;
  *width: 74.9%;
}
.grid__col-8 {
  width: 66.66666667%;
  *width: 66.56666667%;
}
.grid__col-7 {
  width: 58.33333333%;
  *width: 58.23333333%;
}
.grid__col-6 {
  width: 50%;
  *width: 49.9%;
}
.grid__col-5 {
  width: 41.66666667%;
  *width: 41.56666667%;
}
.grid__col-4 {
  width: 33.33333333%;
  *width: 33.23333333%;
}
.grid__col-3 {
  width: 25%;
  *width: 24.9%;
}
.grid__col-2 {
  width: 16.66666667%;
  *width: 16.56666667%;
}
.grid__col-1 {
  width: 8.33333333%;
  *width: 8.23333333%;
}
@media (min-width: 480px) {
  .grid__col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 769px) {
  .grid__col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 991px) {
  .grid__col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1281px) {
  .grid__col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1600px) {
  .grid__col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .grid__col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .grid__col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .grid__col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .grid__col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .grid__col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .grid__col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .grid__col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .grid__col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .grid__col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .grid__col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .grid__col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
.grid__col-auto {
  -ms-flex: 1 0 auto;
  -ms-flex: 1 0 0px;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto !important;
  max-width: 100%;
}
@media (min-width: 480px) {
  .grid__col-xs-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .grid__col-sm-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .grid__col-md-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 1281px) {
  .grid__col-lg-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .grid__col-xlg-auto {
    -ms-flex: 1 0 auto;
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto !important;
    max-width: 100%;
  }
}
.grid--order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}
.grid--order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}
.grid--order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.grid--order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}
.grid--order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}
.grid--order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}
.grid--order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
.grid--order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.grid--order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.grid--order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.grid--order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.grid--order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.grid--order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.grid--bleed {
  margin-left: 0;
}
.grid--bleed > [class*="grid__col-"] {
  padding: 0;
}
.grid--has-border > [class*="grid__col-"]:before {
  content: "";
  position: absolute;
  width: 1px;
  right: -1vw;
  top: 0;
  bottom: 0;
  background-color: #e1e1e1;
}
.grid--has-border > [class*="grid__col-"]:last-child:before {
  display: none;
}
.grid--has-border.grid--padding-sm > [class*="grid__col-"]:before {
  right: -0.5vw;
}
.grid--has-border.grid--padding-lg > [class*="grid__col-"]:before {
  right: -1.5vw;
}
.grid--has-border.grid--padding-xl > [class*="grid__col-"]:before {
  right: -3vw;
}
.grid--has-border.grid--bleed > [class*="grid__col-"]:before {
  right: 0;
  top: 2vw;
  bottom: 2vw;
}
.grid--padding-sm {
  margin-left: -1vw;
}
.grid--padding-sm > [class*="grid__col-"] {
  padding-left: 1vw;
}
.grid--padding-md {
  margin-left: -2vw;
}
.grid--padding-md > [class*="grid__col-"] {
  padding-left: 2vw;
}
.grid--padding-lg {
  margin-left: -3vw;
}
.grid--padding-lg > [class*="grid__col-"] {
  padding-left: 3vw;
}
.grid--padding-xl {
  margin-left: -6vw;
}
.grid--padding-xl > [class*="grid__col-"] {
  padding-left: 6vw;
}
.grid--wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid--no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.grid--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.grid--direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.grid--direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.grid--direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.grid--direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.grid--align-start {
  -ms-flex-align: start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.grid--align-end {
  -ms-flex-align: end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.grid--align-end [class*="grid__col-"] {
  vertical-align: bottom;
}
.grid--align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.grid--align-center [class*="grid__col-"] {
  vertical-align: middle;
}
.grid--align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.grid--align-baseline [class*="grid__col-"] {
  vertical-align: baseline;
}
.grid--align-content-start {
  -ms-flex-line-pack: start;
  -ms-flex-line-pack: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.grid--align-content-end {
  -ms-flex-line-pack: end;
  -ms-flex-line-pack: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.grid--align-content-end [class*="grid__col-"] {
  vertical-align: bottom;
}
.grid--align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.grid--align-content-space-between {
  -ms-flex-line-pack: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.grid--align-content-space-around {
  -ms-flex-line-pack: space-around;
  -webkit-align-content: space-around;
  align-content: space-around;
}
.grid--align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.grid--align-self-start {
  -ms-flex-item-align: start;
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.grid--align-self-end {
  -ms-flex-item-align: end;
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}
.grid--align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}
.grid--align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}
.grid--justify-start {
  text-align: left;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.grid--justify-end {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.grid--justify-end .grid__cell,
.grid--justify-end [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-center {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.grid--justify-center .grid__cell,
.grid--justify-center [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-space-between {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.grid--justify-space-between .grid__cell,
.grid--justify-space-between [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid--justify-space-around {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.grid--justify-space-around .grid__cell,
.grid--justify-space-around [class*="grid__col-"] {
  text-align: left;
  text-align: start;
  text-align: initial;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  -moz-text-align-last: initial;
  text-align-last: left;
  text-align-last: start;
  text-align-last: initial;
}
.grid__col--bleed {
  padding: 0;
}
.grid__cell--padding-sm {
  padding: 1vw;
}
.grid__cell--padding-md {
  padding: 2vw;
}
.grid__cell--padding-lg {
  padding: 3vw;
}
.grid__cell--padding-xl {
  padding: 6vw;
}
.grid__cell-img {
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.grid__cell-footer {
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-top: auto;
}
/* =============================================================================
   Objects
   ========================================================================== */
/* =============================================================================
   Standard Buttons
   ========================================================================== */
.btn {
  display: inline-block;
  padding: 16px 42px;
  line-height: normal !important;
  height: auto !important;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
  position: relative;
  color: #fff;
  background: none;
  text-shadow: none;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  background-color: #c2024f;
  text-transform: uppercase;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.btn.btn--light {
  background-color: #fff;
  color: #222;
  border: 1px solid #bbbbbb;
}
.btn.btn--small {
  font-size: 16px !important;
  padding: 10px 18px;
}
.btn.btn--tiny {
  font-size: 14px !important;
  padding: 8px 12px;
}
.btn.btn--full-size {
  width: 100%;
  text-align: center;
  max-width: inherit !important;
}
.btn.btn--active {
  text-decoration: none;
  background-color: #e1e1e1;
  color: #555555;
}
.btn.btn--no-style,
.btn.btn--no-style:hover {
  background: none;
  color: #70012d;
  padding: 10px 14px;
}
.btn.btn--no-style:hover,
.btn.btn--no-style:hover:hover {
  text-decoration: underline;
  background: none;
}
.btn.btn--no-style:hover i,
.btn.btn--no-style:hover:hover i {
  color: #70012d;
}
.btn.btn--disabled,
.btn.btn--disabled:hover {
  background-color: #e1e1e1;
  color: #a2a2a2;
  cursor: not-allowed;
}
.btn:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #3B85CB;
  border-color: #3B85CB;
}
.btn:active {
  background-color: #2c6ba7;
}
/* =============================================================================
   Object Media
   ========================================================================== */
.single-image {
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 2em;
  -moz-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
}
.single-image img {
  max-width: 100%;
  height: auto;
}
.single-image.single-image--max-width-100 {
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.single-image.single-image--max-width-150 {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.single-image.single-image--max-width-200 {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.single-image.single-image--max-width-250 {
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.single-image.single-image--max-width-300 {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.single-image.single-image--max-width-350 {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.single-image.single-image--max-width-400 {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.single-image.single-image--max-width-450 {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.single-image.single-image--max-width-500 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.single-image.single-image--max-width-550 {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.single-image.single-image--has-overlay-border:before {
  z-index: 2;
  position: absolute;
  content: "";
  border: 5px solid #fff;
  left: 1vw;
  top: 1vw;
  bottom: 1vw;
  right: 1vw;
}
.single-image.single-image--has-border {
  padding: 2vw;
  background-color: #fff;
  -moz-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
}
.single-image.single-image--rounded {
  overflow: hidden;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-image.single-image--has-padding {
  padding: 30px;
}
.single-image.single-image--left {
  margin: 0;
  margin-bottom: 2em;
}
.single-image.single-image--right {
  margin: 0;
  margin-left: auto;
  margin-bottom: 2em;
}
.single-image .single-image__title {
  display: block;
  text-align: left;
  padding: 10px;
  line-height: normal;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 1;
}
.single-image .single-image__title p {
  margin-bottom: 0;
  font-size: 80%;
}
.media-image {
  display: block;
  position: relative;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  margin-bottom: 2em;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
}
.media-image img {
  max-width: 100%;
  height: auto;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  transition: transform 0.8s;
}
.media-image .media-image__title {
  display: block;
  text-align: left;
  padding: 10px;
  line-height: normal;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  font-size: 0.7em;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.media-image .media-image__title i {
  font-size: 18px;
  float: left;
  position: relative;
  margin-right: 5px;
}
.media-image > i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 44px;
  text-align: center;
  background-color: rgba(112, 1, 45, 0.4);
  z-index: 1;
  margin-left: -21px;
  margin-top: -21px;
  font-size: 1.2em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.media-image:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  height: 5px;
  background-color: #c2024f;
  width: 0;
  bottom: 0;
  left: 0;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  transition: width 0.3s;
}
a.media-image:hover {
  text-decoration: none;
}
a.media-image:hover:before {
  width: 100%;
}
a.media-image:hover > i {
  background-color: #70012d;
}
a.media-image:hover .media-image__title {
  background-color: rgba(112, 1, 45, 0.8);
}
a.media-image:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.media-video {
  display: block;
  position: relative;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  margin-bottom: 2em;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
}
.media-video img {
  max-width: 100%;
  height: auto;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  transition: transform 0.8s;
}
.media-video .media-image__title {
  display: block;
  text-align: left;
  padding: 10px;
  line-height: normal;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  font-size: 0.7em;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.media-video .media-image__title i {
  font-size: 18px;
  float: left;
  position: relative;
  margin-right: 5px;
}
.media-video > i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 44px;
  text-align: center;
  background-color: rgba(112, 1, 45, 0.4);
  z-index: 1;
  margin-left: -21px;
  margin-top: -21px;
  font-size: 1.2em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.media-video:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  height: 5px;
  background-color: #c2024f;
  width: 0;
  bottom: 0;
  left: 0;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  transition: width 0.3s;
}
.media-video i {
  background: none;
  line-height: 60px;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: rgba(59, 133, 203, 0.6);
  margin-left: -30px;
  margin-top: -30px;
  text-indent: 2px;
  font-size: 1.4em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
a.media-video:hover {
  text-decoration: none;
}
a.media-video:hover i {
  color: #fff;
}
a.media-video:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
a.media-video:hover .media-image__title {
  background-color: rgba(112, 1, 45, 0.5);
}
a.media-video:hover:before {
  width: 100%;
}
/* =============================================================================
   Object Gallery
   ========================================================================== */
.gallery {
  margin-left: -2em;
}
.gallery > li {
  float: left;
  padding-left: 2em;
  margin-bottom: 2em;
  width: 25%;
  position: relative;
}
.gallery > li > a {
  margin-bottom: 0;
}
.gallery.gallery--2-in-a-row {
  margin-left: -1em;
}
.gallery.gallery--2-in-a-row > li {
  padding-left: 1em;
  margin-bottom: 1em;
  width: 50%;
}
/* =============================================================================
   Object Icon List
   ========================================================================== */
.icon-list {
  margin-bottom: 1em;
}
.icon-list li {
  position: relative;
  padding-left: 26px;
  border-bottom: 1px dashed #e1e1e1;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.icon-list li i {
  position: absolute;
  left: 0;
  top: 4px;
}
.icon-list li:last-child {
  border: 0;
}
.icon-list li p {
  margin-bottom: 1em;
}
.icon-list li small {
  color: #888888;
}
/* =============================================================================
   Object Box
   ========================================================================== */
.box {
  padding: 2vw;
  position: relative;
  background-color: #fff;
  margin-bottom: 2em;
  -moz-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
}
/* =============================================================================
   Object Misc
   ========================================================================== */
.hint {
  font-size: 80%;
  line-height: 1.2;
  color: #555555;
}
.hint i {
  position: relative;
  top: 1px;
}
.border-grow {
  position: relative;
  display: block;
}
.border-grow:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0 solid transparent;
  z-index: 10;
  content: "";
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.border-grow:hover:before {
  border: 10px solid rgba(194, 2, 79, 0.6);
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.next-motion {
  display: block;
  margin-bottom: 10px;
}
.next-motion img {
  max-width: 100%;
}
/* =============================================================================
   Object Social Media Icons
   ========================================================================== */
.social-buttons {
  margin-bottom: 2em;
}
.social-buttons li {
  display: inline-block;
  margin-right: 5px;
}
.social-buttons li a {
  display: block;
  color: #70012d;
  overflow: hidden;
  border: 2px solid #70012d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.social-buttons li a i {
  font-size: 0.9em;
  line-height: 39px;
  height: 39px;
  width: 39px;
  text-align: center;
}
.social-buttons li a i.icf-instagram {
  position: relative;
  left: 2px;
}
.social-buttons li a span {
  display: none;
}
.social-buttons li a:hover {
  border-color: transparent !important;
  color: #fff;
}
.social-buttons li a:hover.social-buttons__facebook {
  background-color: #3b5998;
}
.social-buttons li a:hover.social-buttons__linked-in {
  background-color: #0976b4;
}
.social-buttons li a:hover.social-buttons__mail {
  background-color: #70012d;
}
.social-buttons li a:hover.social-buttons__twitter {
  background-color: #55acee;
}
.social-buttons li a:hover.social-buttons__instagram {
  background-color: #3f729b;
}
.social-buttons li a:hover.social-buttons__xing {
  background-color: #026466;
}
.social-buttons li.social-buttons__text {
  width: 100%;
  padding-bottom: 4px;
  color: #888888;
  font-size: 0.8em;
}
.page-section--blur .social-buttons li {
  margin: 10px;
}
.page-section--blur .social-buttons li a {
  color: #fff;
}
.page-section--blur .social-buttons li a i {
  font-size: 1.4em;
  line-height: 58px;
  height: 60px;
  width: 60px;
}
/* =============================================================================
   Object Flex Video
   ========================================================================== */
.flex-media {
  position: relative;
  height: 0;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  -moz-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 2em;
}
.flex-media.flex-media--widescreen {
  padding-bottom: 56.34%;
  padding-top: 0;
}
.flex-media img {
  width: 100%;
  max-width: 100%;
}
.flex-media iframe,
.flex-media video,
.flex-media embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border: 0;
}
/* =============================================================================
   Object Fullsize Video
   ========================================================================== */
.fullsize-video-holder {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fullsize-video {
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 1;
}
/* =============================================================================
   Object Teaser
   ========================================================================== */
.standard-teaser {
  padding: 2vw;
  position: relative;
  background-color: #fff;
  margin-bottom: 2em;
  -moz-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  padding: 0;
}
.standard-teaser .standard-teaser__content {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.standard-teaser .standard-teaser__content .single-image {
  overflow: hidden;
}
.standard-teaser .standard-teaser__content .single-image img {
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -moz-transform: scale(1.001);
  -o-transform: scale(1.001);
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
  -moz-transition: transform 0.8s;
  -o-transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  transition: transform 0.8s;
}
.standard-teaser .standard-teaser__content .standard-teaser__text {
  padding: 1.33333333vw 1vw;
  background-color: #70012d;
  position: relative;
}
.standard-teaser .standard-teaser__content .standard-teaser__text:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 10;
  height: 5px;
  background-color: #c2024f;
  width: 0;
  bottom: 0;
  left: 0;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  transition: width 0.3s;
}
.standard-teaser .standard-teaser__content .standard-teaser__text .standard-teaser__title {
  color: #fff;
  font-size: 1.2vw;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: none;
}
.standard-teaser .standard-teaser__content .standard-teaser__text .standard-teaser__subtitle {
  color: #fff;
  font-size: 1.3vw;
  margin-bottom: 0;
}
a.standard-teaser:hover {
  text-decoration: none;
}
a.standard-teaser:hover .single-image img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
a.standard-teaser:hover .standard-teaser__text:before {
  width: 100%;
}
/* =============================================================================
   Burger Nav
   ========================================================================== */
.burger-nav {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
}
.burger-nav span,
.burger-nav span:before,
.burger-nav span:after {
  cursor: pointer;
  width: 39px;
  height: 3px;
  background-color: #70012d;
  position: absolute;
  display: block;
  text-indent: -9999px;
  content: "";
  outline: 1px solid transparent;
  left: 10px;
}
.burger-nav span {
  top: 27px;
}
.burger-nav span:before {
  top: -7px;
  left: 0;
}
.burger-nav span:after {
  top: 7px;
  left: 0;
}
.mobile-nav-active .burger-nav span {
  top: 27px;
  background-color: transparent;
}
.mobile-nav-active .burger-nav span:before {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}
.mobile-nav-active .burger-nav span:after {
  top: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (max-width: 990px) {
  .burger-nav {
    display: block;
  }
}
/* =============================================================================
   GUI
   ========================================================================== */
/* =============================================================================
   General
   ========================================================================== */
html,
body {
  background-color: #f8f8f8;
}
body {
  min-height: 100vh;
}
.site-wrapper {
  max-width: 1780px;
  margin: 0 auto;
  padding: 1vw 2vw;
  position: relative;
  padding-bottom: 3vw;
}
.global-info {
  text-align: right;
  color: #888888;
  margin-bottom: 1em;
  font-size: 0.7em;
}
.site-content {
  background-color: #fff;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.site-content > hr {
  margin-left: 3vw;
  margin-right: 3vw;
  width: auto;
}
/* =============================================================================
   Header
   ========================================================================== */
.site-header {
  height: 110px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.site-header .brand {
  display: block;
  text-indent: -9999px;
  width: 240px;
  height: 50px;
  background-image: url("../images/singleones/heim-und-grund-logo.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 40px;
  top: 30px;
}
.site-header .main-nav {
  position: absolute;
  right: 40px;
  top: 0;
}
.site-header .main-nav ul li {
  float: left;
  margin-left: 26px;
}
.site-header .main-nav ul li a {
  display: block;
  color: #000;
  line-height: 110px;
  position: relative;
  font-size: 0.9em;
}
.site-header .main-nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #70012d;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.site-header .main-nav ul li a:hover {
  text-decoration: none;
  color: #70012d;
}
.site-header .main-nav ul li a:hover:before {
  left: 0;
  width: 100%;
}
.site-header .main-nav ul li a.active {
  color: #70012d;
}
.site-header .main-nav ul li a.active:before {
  left: 0;
  width: 100%;
}
/* =============================================================================
   Page Sections
   ========================================================================== */
.page-section {
  width: 100%;
  position: relative;
  padding: 3vw;
}
/* =============================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  z-index: 10;
  margin-top: -1px;
}
.hero .hero__left .hero__left__text {
  position: absolute;
  z-index: 10;
  left: 3vw;
  bottom: 3vw;
  color: #fff;
}
.hero .hero__left .hero__left__text .hero__headline {
  font-size: 3.8vw;
  line-height: 0.86;
  margin-bottom: 0.3em;
}
.hero .hero__left .hero__left__text .hero__headline a {
  color: #fff;
}
.hero .hero__left .hero__left__text .hero__subheadline {
  margin-bottom: 0;
  font-size: 1em;
}
.hero .hero__teaser {
  background-size: cover;
  background-repeat: no-repeat;
}
.hero .hero__teaser .hero__teaser__text {
  padding: 1.33333333vw;
  position: relative;
  z-index: 10;
  color: #fff;
}
.hero .hero__teaser .hero__teaser__text .hero__teaser__title {
  font-size: 2.3vw;
  display: block;
  font-family: 3E 54FB_ 0_ 0;
  font-weight: 900;
  line-height: 0.86;
  margin-bottom: 0.3em;
  text-transform: uppercase;
}
.hero .hero__teaser .hero__teaser__text .hero__teaser__subtitle {
  background-color: #c2024f;
  font-size: 0.8em;
}
.hero .hero__teaser:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.hero .hero__teaser.hero__teaser--wohnungen {
  background-image: url("../images/singleones/teaser/wohnungen.jpg");
}
.hero .hero__teaser.hero__teaser--wohnungen:before {
  background-color: rgba(112, 1, 45, 0.86);
}
.hero .hero__teaser.hero__teaser--verwaltung {
  background-image: url("../images/singleones/teaser/verwaltung.jpg");
}
.hero .hero__teaser.hero__teaser--verwaltung:before {
  background-color: rgba(87, 1, 35, 0.86);
}
.hero .hero__teaser:hover {
  text-decoration: none;
}
.hero .hero__teaser:hover.hero__teaser--wohnungen:before {
  background-color: #70012d;
}
.hero .hero__teaser:hover.hero__teaser--verwaltung:before {
  background-color: #570123;
}
/* =============================================================================
   GUI Content
   ========================================================================== */
.object-intro {
  text-align: center;
}
.object-details {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px;
}
.object-details ul {
  text-align: center;
}
.object-details ul li {
  display: inline-block;
  text-align: left;
  padding: 0 25px;
  position: relative;
}
.object-details ul li:before {
  display: block;
  height: 100%;
  width: 1px;
  background-color: #e1e1e1;
  position: absolute;
  left: 0;
  content: "";
}
.object-details ul li:first-child:before {
  display: none;
}
.object-details ul li span {
  display: block;
  line-height: 1;
}
.object-details ul li span.object-details__value {
  font-family: 3E 54FB_ 0_ 0;
  font-weight: 900;
  font-size: 1.6em;
}
.object-details ul li span.object-details__description {
  color: #888888;
  font-size: 0.9em;
}
.object-details.object-details--small {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
.object-details.object-details--small ul {
  text-align: left;
}
.object-details.object-details--small ul li {
  display: block;
  float: left;
  margin-right: 15px;
  background-color: #f5f5f5;
  padding: 8px;
  margin-bottom: 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.object-details.object-details--small ul li:before {
  display: none;
}
.object-details.object-details--small ul li span {
  display: block;
  line-height: 1;
}
.object-details.object-details--small ul li span.object-details__value {
  font-weight: 400;
  font-size: 1.2em;
}
.object-details.object-details--small ul li span.object-details__description {
  font-size: 0.8em;
}
.contact-person {
  text-align: center;
}
/* =============================================================================
   Footer
   ========================================================================== */
.site-footer {
  color: #888888;
  padding: 0 3vw;
  font-size: 0.7em;
}
.site-footer a {
  color: #888888;
}
.site-footer .site-footer__inner {
  position: relative;
  padding: 2vw 0;
  border-top: 1px solid #e1e1e1;
  background-image: url("../images/singleones/heim-und-grund-logo-grey.svg");
  background-repeat: no-repeat;
  background-size: 186px 40px;
  background-position: 0 1.81818182vw;
  padding-left: 210px;
}
.site-footer .site-footer__inner .legal {
  position: absolute;
  right: 0;
  top: 2vw;
}
.site-footer .site-footer__inner .legal li {
  float: left;
  margin-left: 5px;
}
/* =============================================================================
   Standard Delete & Extend Classes
   ========================================================================== */
/* =============================================================================
   Base Delete & Extend Classes
   ========================================================================== */
.no-margin {
  margin: 0;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-bottom-static {
  margin-bottom: 0 !important;
}
.margin-bottom-4vw {
  margin-bottom: 4vw !important;
}
.margin-bottom-3vw {
  margin-bottom: 3vw !important;
}
.margin-bottom-2vw {
  margin-bottom: 2vw !important;
}
.margin-bottom-1-5vw {
  margin-bottom: 1.5vw !important;
}
.margin-bottom-1vw {
  margin-bottom: 1vw !important;
}
.margin-bottom-4em {
  margin-bottom: 4em !important;
}
.margin-bottom-3em {
  margin-bottom: 3em !important;
}
.margin-bottom-2em {
  margin-bottom: 2em !important;
}
.margin-bottom-1em {
  margin-bottom: 1em !important;
}
.margin-bottom-0-2em {
  margin-bottom: 0.2em !important;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-80 {
  padding-top: 80px;
}
.display-inline {
  display: inline-block;
}
.display-block {
  display: block;
}
.standard-padding {
  padding-top: 2vw;
}
.center {
  text-align: center;
}
.center-static {
  text-align: center !important;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none !important;
}
.no-wrap {
  white-space: nowrap;
}
.hide {
  display: none;
}
.overflow-auto {
  overflow-y: auto;
}
.overflow-visible {
  overflow: visible;
}
.locked-scroll {
  overflow: hidden;
}
.locked-scroll-mobile {
  overflow: hidden;
}
.locked-scroll-mobile body {
  overflow: hidden;
}
.no-opacity {
  opacity: 0;
}
.position-static {
  position: static;
}
.screen-height {
  height: 100vh;
}
.clear-both {
  clear: both;
}
.white-text {
  color: #fff;
}
.relative {
  position: relative;
}
.show-on-xs {
  display: none;
}
.show-on-sm {
  display: none;
}
.show-on-md {
  display: none;
}
.show-on-lg {
  display: none;
}
.show-on-xlg {
  display: none;
}
@media only screen and (max-width: 480px) {
  .show-on-xs {
    display: block;
  }
  .hide-on-xs {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .show-on-sm {
    display: block;
  }
  .hide-on-sm {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .show-on-md {
    display: block;
  }
  .hide-on-md {
    display: none;
  }
}
@media only screen and (max-width: 1281px) {
  .show-on-lg {
    display: block;
  }
  .hide-on-lg {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  .show-on-xlg {
    display: block;
  }
  .hide-on-xlg {
    display: none;
  }
}
/* ==========================================================================
   IE Fixes
   ========================================================================== */
/* ==========================================================================
   IE Fixes
   ========================================================================== */
.is-ie .btn-list.btn-list--centered {
  display: table;
  margin: 0 auto;
}
.is-ie .btn-list.btn-list--centered li {
  float: left;
}
.is-ie .standard-teaser .standard-teaser__content .single-image div {
  height: 0;
  padding-bottom: 153.75%;
}
.is-ie .standard-teaser .standard-teaser__content .single-image div img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.is-ie .hero .hero__left .single-image div {
  height: 0;
  padding-bottom: 54.6875%;
}
.is-ie .hero .hero__left .single-image div img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.is-ie .single-image div {
  height: 0;
  padding-bottom: 55.24390244%;
}
.is-ie .single-image div img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.is-ie .object-list-item .media-image div {
  height: 0;
  padding-bottom: 100%;
}
.is-ie .object-list-item .media-image div img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.is-ie .center .single-image.single-image--rounded.single-image--max-width-300 div {
  height: 0;
  padding-bottom: 100%;
}
.is-ie .center .single-image.single-image--rounded.single-image--max-width-300 div img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .is-ie .standard-teaser .standard-teaser__content .single-image div {
    padding-bottom: 56.25%;
  }
}
/* ==========================================================================
   Low Bird Fixes
   ========================================================================== */
/* ==========================================================================
   Low Bird Fixes
   ========================================================================== */
/* ==========================================================================
   Touch Fixes
   ========================================================================== */
/* ==========================================================================
   Touch Fixes
   ========================================================================== */
.touchevents .site-header .main-nav ul li a:before {
  display: none;
}
.touchevents .site-header .stores li a:before {
  display: none;
}
.touchevents .standard-teaser .standard-teaser__content .single-image.single-image--has-overlay-border:before {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.touchevents .standard-teaser:hover {
  text-decoration: none;
}
.touchevents .standard-teaser:hover .single-image.single-image--has-overlay-border:before {
  border-width: 5px;
}
.touchevents .media-image:before {
  display: none;
}
.touchevents .fancybox-nav span {
  opacity: 1;
}
/* ==========================================================================
   Webkit Fixes
   ========================================================================== */
/* ==========================================================================
   Webkit Fixes
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1520px) {
  /* =============================================================================
   Standard Styles 1610
   ========================================================================== */
  /* =============================================================================
   Project Styles 1610
   ========================================================================== */
}
@media only screen and (max-width: 1460px) {
  /* =============================================================================
   Standard Styles 1430
   ========================================================================== */
  /* =============================================================================
   Project Styles 1430
   ========================================================================== */
}
@media only screen and (max-width: 1340px) {
  /* =============================================================================
   Standard Styles 1320
   ========================================================================== */
  /* =============================================================================
   Project Styles 1320
   ========================================================================== */
}
@media only screen and (max-width: 1280px) {
  /* =============================================================================
   Standard Styles 1280
   ========================================================================== */
  h1 {
    font-size: 3.4vw;
  }
  h2 {
    font-size: 3vw;
  }
  h3 {
    font-size: 2.4vw;
  }
  h4 {
    font-size: 2vw;
  }
  h5 {
    font-size: 1.8vw;
  }
  h6 {
    font-size: 1.7vw;
  }
  p.h1 {
    font-size: 3.4vw;
  }
  p.h2 {
    font-size: 3vw;
  }
  p.h3 {
    font-size: 2.4vw;
  }
  p.h4 {
    font-size: 2vw;
  }
  p.h5 {
    font-size: 1.8vw;
  }
  p.h6 {
    font-size: 1.7vw;
  }
  /* =============================================================================
   Project Styles 1280
   ========================================================================== */
  .site-header .brand {
    left: 20px;
  }
  .site-header .main-nav {
    right: 20px;
  }
  .site-header .main-nav ul li {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1180px) {
  /* =============================================================================
   Standard Styles 1180
   ========================================================================== */
  .standard-teaser .standard-teaser__content .standard-teaser__text .standard-teaser__title {
    font-size: 2.4vw;
  }
  .standard-teaser .standard-teaser__content .standard-teaser__text .standard-teaser__subtitle {
    font-size: 1.8vw;
  }
  /* =============================================================================
   Project Styles 1180
   ========================================================================== */
  .site-wrapper {
    padding: 0;
  }
  .global-info {
    display: none;
  }
  .site-header {
    height: 80px;
  }
  .site-header .brand {
    width: 200px;
    height: 42px;
    top: 18px;
  }
  .site-header .main-nav ul li {
    margin-left: 10px;
  }
  .site-header .main-nav ul li a {
    line-height: 80px;
    font-size: 0.8em;
  }
  .hero .hero__left .hero__left__text .hero__headline {
    font-size: 4.2vw;
  }
  .hero .hero__left .hero__left__text .hero__subheadline {
    font-size: 0.9em;
  }
  .hero .hero__teaser .hero__teaser__text .hero__teaser__title {
    font-size: 3vw;
  }
  .hero .hero__teaser .hero__teaser__text .hero__teaser__subtitle {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 1024px) {
  /* =============================================================================
   Standard Styles 1024
   ========================================================================== */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    /*line-height: 1;*/
  }
  h1.striped,
  h2.striped,
  h3.striped,
  h4.striped,
  h5.striped,
  h6.striped {
    line-height: 1;
  }
  h1 {
    font-size: 1.4em;
  }
  h1.striped {
    font-size: 1em;
  }
  h2 {
    font-size: 1.2em;
  }
  h2.striped {
    font-size: 0.8em;
  }
  h3 {
    font-size: 1.1em;
  }
  h3.striped {
    font-size: 0.7em;
  }
  h4 {
    font-size: 0.9em;
  }
  h4.striped {
    font-size: 0.7em;
  }
  h5 {
    font-size: 0.9em;
  }
  h5.striped {
    font-size: 0.7em;
  }
  h6 {
    font-size: 0.8em;
  }
  h6.striped {
    font-size: 0.7em;
  }
  p.h1,
  p.h2,
  p.h3,
  p.h4,
  p.h5,
  p.h6 {
    line-height: 1.2;
  }
  p.h1 {
    font-size: 1.6em;
  }
  p.h2 {
    font-size: 1.3em;
  }
  p.h3 {
    font-size: 1.2em;
  }
  p.h4 {
    font-size: 0.9em;
  }
  p.h5 {
    font-size: 0.9em;
  }
  p.h6 {
    font-size: 0.8em;
  }
  /* =============================================================================
   Project Styles 1024
   ========================================================================== */
  .site-footer .site-footer__inner {
    padding: 0 2vw 2vw 0;
    padding-top: 60px;
  }
  .site-footer .site-footer__inner .legal {
    position: relative;
    right: auto;
    top: auto;
  }
  .site-footer .site-footer__inner .legal li {
    margin-left: 0;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 990px) {
  /* =============================================================================
   Standard Styles 990
   ========================================================================== */
  .fancybox-html-content {
    border: 0;
    width: 92vw;
  }
  .no-margin-bottom {
    margin-bottom: 20px;
  }
  .fancybox-title-inside-wrap {
    padding: 5px;
  }
  .fancybox-type-inline {
    padding-bottom: 0;
  }
  .fancybox-type-iframe .fancybox-nav,
  .fancybox-type-inline .fancybox-nav {
    width: 30px;
    top: 100px;
  }
  .fancybox-type-iframe .fancybox-nav span,
  .fancybox-type-inline .fancybox-nav span {
    font-size: 2em;
  }
  .fancybox-type-iframe .fancybox-prev,
  .fancybox-type-inline .fancybox-prev {
    left: 0;
  }
  .fancybox-type-iframe .fancybox-next,
  .fancybox-type-inline .fancybox-next {
    right: 0;
  }
  .standard-padding {
    padding-top: 20px;
  }
  .margin-bottom-25 {
    margin-bottom: 1em !important;
  }
  .margin-bottom-30 {
    margin-bottom: 1em !important;
  }
  .margin-bottom-40 {
    margin-bottom: 1em !important;
  }
  .margin-bottom-50 {
    margin-bottom: 1em !important;
  }
  .margin-bottom-60 {
    margin-bottom: 1em !important;
  }
  .margin-bottom-70 {
    margin-bottom: 1em !important;
  }
  .margin-bottom-80 {
    margin-bottom: 1em !important;
  }
  .btn {
    padding: 16px 30px !important;
    font-size: 16px !important;
  }
  .btn.btn--no-style {
    padding: 16px 30px !important;
  }
  .single-image.single-image--left {
    margin: 0 auto;
    margin-bottom: 2em;
  }
  .single-image.single-image--right {
    margin: 0 auto;
    margin-bottom: 2em;
  }
  /* =============================================================================
   Project Styles 990
   ========================================================================== */
  .site-header {
    height: 60px;
    z-index: 100;
  }
  .site-header .brand {
    width: 170px;
    height: 36px;
    top: 12px;
    left: 66px;
  }
  .site-header .main-nav {
    left: 0;
    top: -9999px;
    width: 100%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.5);
  }
  .mobile-nav-active .site-header .main-nav {
    top: 60px;
  }
  .site-header .main-nav ul li {
    float: none;
    padding: 0;
    height: auto;
    opacity: 0;
    margin: 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translate3d(0, 60px, 0) scale3d(1, 0.2, 1);
    -o-transform: translate3d(0, 60px, 0) scale3d(1, 0.2, 1);
    -webkit-transform: translate3d(0, 60px, 0) scale3d(1, 0.2, 1);
    -ms-transform: translate3d(0, 60px, 0) scale3d(1, 0.2, 1);
    transform: translate3d(0, 60px, 0) scale3d(1, 0.2, 1);
  }
  .site-header .main-nav ul li > a {
    display: block;
    background-color: #fff;
    margin: 0.5em;
    padding: 15px;
    color: #222;
    height: auto;
    line-height: normal;
    font-size: 0.8em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .site-header .main-nav ul li > a:before {
    display: none;
  }
  .site-header .main-nav ul li > a.active {
    background-color: #c2024f;
    color: #fff;
  }
  .mobile-nav-active .site-header .main-nav ul li {
    opacity: 1;
    -moz-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
    -o-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
    -webkit-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
    -ms-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
    transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mobile-nav-active .site-header .main-nav ul li:first-child {
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    -ms-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(2) {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(3) {
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(4) {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(5) {
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(6) {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(7) {
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(8) {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(9) {
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
    -ms-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(10) {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(11) {
    -moz-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    -webkit-transition-delay: 0.55s;
    -ms-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(12) {
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(13) {
    -moz-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    transition-delay: 0.65s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(14) {
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .mobile-nav-active .site-header .main-nav ul li:nth-child(15) {
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
    -ms-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .object-details {
    margin-bottom: 0;
    padding: 15px;
    padding-bottom: 0;
  }
  .object-details ul {
    text-align: left;
  }
  .object-details ul li {
    display: block;
    float: left;
    margin-right: 15px;
    background-color: #f5f5f5;
    padding: 8px;
    margin-bottom: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .object-details ul li:before {
    display: none;
  }
  .object-details ul li span {
    display: block;
    line-height: 1;
  }
  .object-details ul li span.object-details__value {
    font-weight: 400;
    font-size: 1.2em;
  }
  .object-details ul li span.object-details__description {
    font-size: 0.8em;
  }
  .royalSlider-holder {
    height: 400px;
    padding: 0;
  }
  .royalSlider-holder .rsArrow {
    display: none !important;
  }
  .royalSlider-holder .grid {
    height: 400px;
  }
  .royalSlider-holder .grid img {
    max-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  /* =============================================================================
   Standard Styles 767
   ========================================================================== */
  html {
    font-size: 16px;
  }
  fieldset {
    margin-bottom: 0;
  }
  textarea {
    height: 200px;
  }
  .btn {
    width: 100%;
    text-align: center;
    max-width: inherit !important;
  }
  .btn.btn--has-icon {
    width: auto;
  }
  .btn-list {
    margin-bottom: 0.5em;
  }
  .btn-list li {
    float: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0.5em;
  }
  .center-on-mobile {
    text-align: center;
  }
  q {
    margin-bottom: 1em;
    font-size: 0.9em;
  }
  q cite {
    font-size: 0.7em;
  }
  .margin-bottom-4vw {
    margin-bottom: 1em !important;
  }
  .margin-bottom-3vw {
    margin-bottom: 1em !important;
  }
  .margin-bottom-2vw {
    margin-bottom: 1em !important;
  }
  .margin-bottom-1-5vw {
    margin-bottom: 1em !important;
  }
  .margin-bottom-1vw {
    margin-bottom: 1em !important;
  }
  .margin-bottom-4em {
    margin-bottom: 1em !important;
  }
  .margin-bottom-3em {
    margin-bottom: 1em !important;
  }
  .margin-bottom-2em {
    margin-bottom: 1em !important;
  }
  .margin-bottom-1em {
    margin-bottom: 1em !important;
  }
  .no-margin-bottom {
    margin-bottom: 1em !important;
  }
  p,
  .box,
  .normal-list,
  hr,
  .standard-teaser,
  .media-image {
    margin-bottom: 1em;
  }
  .grid--has-border > [class*="grid__col-"]:before {
    display: none !important;
  }
  .box {
    padding: 15px;
  }
  .box.box--has-overlay-border {
    padding: 15px;
  }
  .big-letter {
    float: left;
    font-size: 40px;
    margin-top: -3px;
    margin-left: -5px;
    margin-right: 10px;
    line-height: 40px;
  }
  .standard-teaser .standard-teaser__content .standard-teaser__text {
    padding: 2vw;
  }
  .standard-teaser .standard-teaser__content .standard-teaser__text .standard-teaser__title {
    font-size: 4vw;
  }
  .standard-teaser .standard-teaser__content .standard-teaser__text .standard-teaser__subtitle {
    font-size: 3.2vw;
  }
  .grid__cell--padding-sm,
  .grid__cell--padding-md,
  .grid__cell--padding-lg,
  .grid__cell--padding-xl {
    padding: 0;
  }
  /* =============================================================================
   Project Styles 767
   ========================================================================== */
  .hero .hero__left .hero__left__text .hero__headline {
    font-size: 8vw;
  }
  .hero .hero__left .hero__left__text .hero__subheadline {
    font-size: 0.9em;
  }
  .hero .hero__teaser .hero__teaser__text .hero__teaser__title {
    font-size: 4vw;
  }
  .hero .hero__teaser .hero__teaser__text .hero__teaser__subtitle {
    padding: 4px;
    font-size: 0.7em;
  }
  .object-intro .btn {
    width: auto;
    background-color: #fff;
    color: #222;
    border: 1px solid #bbbbbb;
  }
  .object-intro .btn:hover {
    color: #222 !important;
  }
  .normal-list li:before {
    top: 2px;
    left: 2px;
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 480px) {
  /* Small Devices max height 480 */
}
@media only screen and (max-height: 700px) {
  /* =============================================================================
   Standard Styles 700
   ========================================================================== */
  /* =============================================================================
   Project Styles 700
   ========================================================================== */
}
@media only screen and (max-height: 800px) {
  /* =============================================================================
   Standard Styles 800
   ========================================================================== */
  /* =============================================================================
   Project Styles 800
   ========================================================================== */
}
@media only screen and (max-height: 680px) {
  /* =============================================================================
   Standard Styles 680
   ========================================================================== */
  /* =============================================================================
   Project Styles 680
   ========================================================================== */
}
@media only screen and (max-height: 480px) {
  /* =============================================================================
   Standard Styles 480
   ========================================================================== */
  /* =============================================================================
   Project Styles 480
   ========================================================================== */
}
/* =============================================================================
   Base Includes End
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
