/*
	Bolt CMS Theme for heidenspass.
	Url: heidenspass.cc

	Font:
	- Lato Latin med

	Colors:
	- Background: #DFDCD7
	- Text: #222
    - Gray: #BEC6C9
    - Dark Gray: #8b8c8e
    - Green: #C1D83F
*/


/* Foundation Override */
.top-bar,
.top-bar ul {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
	position: relative;
	z-index: 10;
}

.top-bar-title svg {
    margin-left: 0.5rem;
}

.top-bar-center nav {
    float: right;
    position: relative;
    left: -50%;
}
.top-bar nav ul.bg-gray {
	float:right;
}
.top-bar-center nav ul {
    float: right;
    position: relative;
    left: 50%;
}

/* Styles */

body {
    background: #DFDCD7 url(../images/bg_pattern.png) fixed;
    color: #222;
    font-family: 'lato';
    font-size: 14px;
    letter-spacing: 0.5px;
    min-width: 350px;
}

h1 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-family: 'latobold';
    margin-bottom: 30px;
    line-height: 1.25;
    padding-bottom: 8px;
    position: relative;
}

h1:before {
    content: "";
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #222;
}

h1.no-line:before {
    border: 0;
    width: auto;
}

h1 a {
    color: #222;
}

h1 a:hover {
    color: #C1D83F;
}


/*h1.underline {
    padding-bottom: 8px;
    position: relative;
}

h1.underline:before {
    content: "";
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #222;
}

h1.underline a:hover {
    color: #C1D83F;
}*/

small {
    color: #8b8c8e;
}

a[href^=tel],
a[href^=tel]:hover {
    color: inherit;
    text-decoration: none;
}

.bg-white {
    background-color: #FFF;
}

.bg-gray {
    background-color: #BEC6C9 !important;
}

.bg-green {
    background-color: #C1D83F;
}

.bg-image {
    position: relative;
    min-height: 180px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-image a.bg-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bring-to-front {
    z-index: 100;
    position: relative;
}

.text-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.margin-top-half {
    margin-top: 15px !important;
}

.margin-top {
    margin-top: 30px !important;
}

.margin-top-x2 {
    margin-top: 60px !important;
}

.margin-bottom-half {
    margin-bottom: 15px !important;
}

.margin-bottom {
    margin-bottom: 30px !important;
}

.padding-top-half {
    padding-top: 15px !important;
}

.padding-top {
    padding-top: 30px !important;
}

.padding-top-x3 {
    padding-top: 90px !important;
}

.padding-bottom {
    padding-bottom: 30px !important;
}

.padding-bottom-x2 {
    padding-bottom: 60px !important;
}

.padding-bottom-x3 {
    padding-bottom: 90px !important;
}

.padding-bottom-x4 {
    padding-bottom: 120px !important;
}

.margin-top-negative {
    margin-top: -30px !important;
}

.margin-top-negative-x2 {
    position: relative;
    margin-top: -60px !important;
}

.margin-bottom-negative-x3 {
    margin-bottom: -90px !important;
}

.lowercase {
    text-transform: lowercase;
}

nav {
    text-transform: uppercase;
    letter-spacing: 1px;
}

a {
    color: #8b8c8e;
    -o-transition: color .2s ease-out, background .1s ease-in;
    -ms-transition: color .2s ease-out, background .1s ease-in;
    -moz-transition: color .2s ease-out, background .1s ease-in;
    -webkit-transition: color .2s ease-out, background .1s ease-in;
    transition: color .2s ease-out, background .1s ease-in;
}

a:hover,
a:active {
    color: #C1D83F;
}

nav a {
    color: #222;
}


/*nav a:active,
nav a:hover {
    color: #222;
    background-color: #fff;
}*/

nav a:active,
nav a:hover,
nav .menu .active>a,
nav .menu .active>a:hover {
    background-color: transparent;
}

.highlight {
    position: relative;
    background-color: #C1D83F;
    color: #222;
    padding: 2px 4px;
}

nav .menu .active a.highlight,
a.highlight:hover,
a.highlight:active {
    color: #fff;
    background-color: #C1D83F;
}

ul.unstyled li {
    margin: 0;
    list-style: none;
}

#shoplink a {
    background: url('../images/bg_stripes.png') center repeat-x;
    display: block;
    padding: 16px 0;
    font-size: 1rem;
    letter-spacing: 1px;
    font-family: 'latobold';
    background-position: 100% center;
    -o-transition: color .2s ease-out, background-position .1s ease-in;
    -ms-transition: color .2s ease-out, background-position .1s ease-in;
    -moz-transition: color .2s ease-out, background-position .1s ease-in;
    -webkit-transition: color .2s ease-out, background-position .1s ease-in;
    transition: color .2s ease-out, background-position 1s ease-in-out;
}

#shoplink a:active,
#shoplink a:hover {
    color: #fff;
    background-position: -100%;
}

header.main {
    height: 250px;
    background: #fff no-repeat center -100px;
    position: relative;
    overflow: hidden;
    /*background-size: cover;
    background-position: center top;*/
}

header.main.big-header,
.homepage header.main {
    height: 600px;
}

header.main .screen {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    position: absolute;
}

header.main .superscreen {
	position: absolute;
    overflow: hidden;
    width: 100%;
	height: 600px;
    background-size: auto 120%;
    background-repeat: no-repeat;
	background-position: 50% 50%;
}

header.main .superscreen-content,
header.main .superscreen-fish {
	position: absolute;
	overflow: hidden;
}

header.main .superscreen-fish .label {
	color: #ffffff;
}

header.main .superscreen-fish .label strong {
	text-transform: uppercase;
}

header.main .superscreen-content {
	top: 35%;
	left: 60px;
}

header.main .superscreen-fish.layer_1 {
	top: 10%;
	left: 360px;
	width: 300px;
}

header.main .superscreen-fish.layer_1 svg {
	position: absolute;
	width: 30px;
	left: 20px;
	top: 56px;
}

header.main .superscreen-fish.layer_1 .label {
	display: block;
	transform: rotate(5deg);
	padding-top: 20px;
	padding-bottom: 40px;
}

header.main .superscreen-fish.layer_2 {
	top: 10%;
	right: 5%;
}

header.main .superscreen-fish.layer_2 svg {
	position: absolute;
	width: 50px;
    right: 108px;
    bottom: 65px;
}

header.main .superscreen-fish.layer_2 img {
	margin-right: 50px;
	width: 280px;
}

header.main .superscreen-fish.layer_2 .label {
	display: block;
	transform: rotate(-3deg);
	margin-left: 190px;
	margin-bottom: 25px;
}

header.main .superscreen-fish.layer_3 {
	bottom: 10%;
	right: 3%;
	width: 160px;
}

header.main .superscreen-fish.layer_3 svg {
	position: absolute;
	width: 28px;
	left: 52px;
	bottom: 68px;
}

header.main .superscreen-fish.layer_3 .label {
	display: block;
	transform: rotate(5deg);
	margin-top: 25px;
}

header.main .superscreen-fish.layer_4 {
	top: 50%;
	right: 0;
	width: 500px;
}

header.main .superscreen-fish.layer_4 svg {
	position: absolute;
	width: 20px;
	left: 152px;
	bottom: 50px;
}

header.main .superscreen-fish.layer_4 .label {
	display: block;
	transform: rotate(5deg);
}

header.main .superscreen-fish.layer_5 {
	bottom: 2%;
	left: 50px;
	width: 300px;
}

header.main .superscreen-fish.layer_5 svg {
	position: absolute;
	width: 20px;
	right: 128px;
	bottom: 35px;
}

header.main .superscreen-fish.layer_5 .label {
	display: block;
	transform: rotate(-3deg);
	padding-bottom: 10px;
}

@media screen and (max-width: 77.857em) {
	header.main .superscreen-fish.layer_1 {
		top: 0;
		left: 60px;
	}
}

@media screen and (max-width: 62.857em) {
	header.main .superscreen,
	.homepage header.main {
		height: 800px;
	}

	header.main .superscreen-fish.layer_4 {
		top: 60%;
		right: 0;
		width: 460px;
	}
}

@media screen and (max-width: 39.9375em) {
	header.main .superscreen-fish.layer_1 {
		left: 20px;
		width: 260px;
	}

	header.main .superscreen-fish.layer_2 {
		right: 0;
	}

	header.main .superscreen-fish.layer_4 {
		top: 55%;
		width: 420px;
	}

	header.main .superscreen-content {
		top: 40%;
	}
}

@media screen and (max-width: 590px) {
    header.main .superscreen-fish.layer_2 {
        top: 27%;
        right: auto;
        left: -10%;
	}

    header.main .superscreen-fish.layer_3 {
        display: none;
    }

    header.main .superscreen-fish.layer_4 {
        right: -80px;
    }

    header.main .superscreen-fish.layer_5 {
        bottom: 0;
        left: 10px;
        width: 300px;
    }

	header.main .superscreen-content {
        top: 46%;
        left: 0;
        right: 0;
        text-align: center;
	}
}

header.main .superscreen-content h1 {
	color: #ffffff;
	font-size: 3.8rem;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}

header.main .superscreen-content h1::before {
	display: none;
}

header.main .superscreen-content h2 {
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
}

header.main .top-bar {
    position: absolute;
    right: 0;
    top: 0;
}

nav.top a,
nav.top-shop a {
    font-size: 0.6em;
    color: #fff;
}

nav.top a:hover,
nav.top a:active,
nav.top .active a,
nav.top-shop a:hover,
nav.top-shop a:active,
nav.top-shop .active a {
    color: #222;
    background-color: transparent;
}

nav.top-shop ul {
    float: right;
    margin-top: 5px;
}

nav.main {
    font-family: 'latobold';
}

nav.main li a,
nav.main li.active a {
    color: #222;
}

nav.main li:hover span,
nav.main li.active a span {
    padding-bottom: 0.5rem;
    border-bottom: 4px solid #222;
}

nav .menu .active a.highlight span,
nav.main li a.highlight:hover span {
    border: 0;
}

nav.main ul ul {
    position: absolute;
    list-style: none;
    margin: 0;
    padding-top: 0rem;
    visibility: hidden;
    /* text-transform: none; */
    font-size: 0.9rem;
    /* font-family: 'lato'; */
}

/* nav.main ul li.active ul, */
nav.main ul li:hover>ul,
nav.main ul li:active>ul {
    visibility: visible;
}

nav.main ul ul li {
    display: block;
    padding-top: 22px;
    margin-left: 1rem;
	white-space: nowrap;
}

nav.main ul ul a {
	display: inline;
	padding: 10px 10px;
	background: rgba(180, 180, 180, 0.9);
	font-family: 'lato';
}

nav.main ul ul .active a,
nav.main ul ul li:hover a {
	background: #ffffff;
}

nav.main ul ul .active a,
nav.main ul ul .active a:hover {
    background: #ffffff;
}

nav.main ul li.active ul a span,
nav.main ul li:hover ul a span {
    border: 0;
    padding: 0;
}

nav.main ul ul ul {
	visibility: hidden;
	display: inline-block;
	padding: 0;
	margin-top: -5px;
}

nav.main ul ul ul li {
	padding-top: 0;
	padding-bottom: 12px;
	text-transform: none;
	margin-left: 4px;
}

nav.main ul ul .active ul a,
nav.main ul ul ul li a {
	padding: 6px;
	font-size: 0.8rem;
	background: #ffffff;
	color: #222;
}

nav.main ul ul ul a:hover,
nav.main ul ul ul .active a {
	background: #C1D83F !important;
}

/*
nav.main ul ul {
    position: absolute;
    list-style: none;
    margin: 0;
    padding-top: 8px;
    visibility: hidden;
    text-transform: none;
    font-size: 0.9rem;
    font-family: 'lato';
}

nav.main ul li.active>ul,
nav.main ul li:hover>ul,
nav.main ul li:active>ul {
    visibility: visible;
}

nav.main ul ul li {
    display: block;
    padding-top: 22px;
    margin-left: 1rem;
	white-space: nowrap;
}

nav.main ul ul a,
nav.main ul ul .active a,
nav.main ul ul .active a:hover {
	display: inline;
    padding: 10px 10px;
    background: #fff;
}

nav.main ul ul .active a {
    color: #C1D83F;
    background: #fff;
}

nav.main ul li.active ul a span,
nav.main ul li:hover ul a span {
    border: 0;
    padding: 0;
}

nav.main ul ul a:hover {
    color: #C1D83F
}

nav.main ul ul ul {
	position: relative;
	display: inline-block;
}

nav.main ul ul li.active ul,
nav.main ul ul li:hover ul,
nav.main ul ul li:active ul {
    /* visibility: visible; *
}

nav.main ul ul ul li {
    display: inline-block;
    padding-top: 22px;
    margin-left: 1rem;
	white-space: normal;
}
*/
nav.main-mobile {
  position: absolute;
  display: none;
  top: 166px;
  left: .9375rem;
  right: .9375rem;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10;
}

nav.main-mobile ul li {
  display: block;
  width: 100%;
  text-align: center;
}

nav.main-mobile > ul > li > a {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}


.hamburger {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-top: 0.4em solid #000;
  border-bottom: 0.4em solid #000;
  border-radius: 2px;
  margin: 13px 0 0 -1.5rem;
  cursor: pointer;
}

.hamburger:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0px;
  width: 100%;
  border-top: 0.4em solid #000;
}

nav.category li::before {
    display: none;
}

nav.category a {
    color: #8b8c8e;
    font-size: 0.7em;
}

nav.category .active a,
nav.category a:hover {
    color: #C1D83F;
}

nav.footer {
    position: relative;
}

nav.footer a {
    font-size: 0.7em;
}

nav.footer .active a,
nav.footer .active a:hover,
nav.footer a:hover {
    background: #C1D83F;
    color: #222;
}

.news-list a.image {
    overflow: hidden;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.news-article-preview .bg-white a,
.news-article-preview a .newsletter {
    color: #222;
}

.news-article-preview .bg-white a:hover {
    color: #C1D83F;
}

.news-article-preview {
    margin-bottom: 30px;
}

.lity .newsletter,
.news-article-preview .newsletter {
    background: #C1D83F url(../images/bg-newsletter.jpg) no-repeat center center;
}

.lity .newsletter {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.lity button {
  color: #000;
  font-weight: bold;
  float: right;
  border: 2px solid;
  padding: 10px 20px;
  border-radius: 0;
  cursor: pointer;
}

.lity button:hover,
.lity button:active,
.lity button:focus {
  background: #000;
  color: #fff;
}

.page-content h2 {
    margin: 20px 0 5px;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #8b8c8e;
    letter-spacing: 1px;
}

.page-content h2 a {
    color: #8b8c8e;
}

.page-content h2 a:hover,
.page-content h2 a:active {
    color: #222;
}

.page-content ul {
    margin: 0;
    padding-left: 1.2em;
    list-style-type: none;
}

.page-content ul>li {}

.page-content ul>li:before {
    content: '—';
    width: 1.2em;
    margin-left: -1.2em;
    padding-right: .4em;
}

article.page p,
.page-content p {
    margin-bottom: 15px;
}

.author {
    margin-top: -24px;
    margin-bottom: 24px;
    color: #8b8c8e;
    font-size: 0.8em;
}

.additional-info-box {
    position: absolute;
    bottom: 0;
}

#locations,
#map {
    position: relative;
    height: 300px;
}

#locations ul {
    margin: 0;
}
#locations li {
    cursor: pointer;
    padding: 10px 0 10px 1.25rem;

    -o-transition: background .25s ease-in-out;
    -ms-transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
}

#locations li.active {
    cursor: default;
    background: #C1D83F;
}

#locations li.active a:hover,
#locations li.active a:active,
#locations li.active a:focus {
    color: #222;
}

.gm-style div div div div div div div div {
    display: none;
}

.gm-style div div div div div div {
    border-left: 0 !important;
    border-right: 0 !important;
}

.zoom-map {
    z-index: 1000;
    position: absolute;
    padding: 6px 10px;
    margin: 5px;
    -o-transition: transform .1s ease-in-out;
    -ms-transition: transform .1s ease-in-out;
    -moz-transition: transform .1s ease-in-out;
    -webkit-transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
}

.zoom-map:hover {
    transform: scale(1.2);
}

.gm-style-iw {
    min-width: 150px !important;
}

.gm-style-iw dl {
    margin: 0;
}

.gm-style-iw dt {
    display: inline-block;
    min-width: 40px;
    color: #8b8c8e;
    font-size: 80%;
    text-transform: uppercase;
    margin: 0;
}

.gm-style-iw dd {
    display: inline;
    margin: 0;
}

.gm-style-iw dd:after{
  display: block;
  content: '';
}

#icon_facebook {
    background: #fff;
    border-radius: 100px;
}

#icon_facebook:hover {
    animation: wiggle 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    border: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Special Animations */

a.highlight:before {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    content: '';
    margin: -0.1875rem;
    width: 0.375rem;
    height: 0.375rem;
    box-shadow: 0.32476rem -3.3125rem 0 -0.1875rem #c1b83f, -0.32476rem -2.9375rem 0 -0.1875rem #c1b83f, 2.57193rem -2.11265rem 0 -0.1875rem #c1c83f, 1.84749rem -2.30677rem 0 -0.1875rem #c1c83f, 3.3125rem 0.32476rem 0 -0.1875rem #c1d83f, 2.9375rem -0.32476rem 0 -0.1875rem #c1d83f, 2.11265rem 2.57193rem 0 -0.1875rem #c1e83f, 2.30677rem 1.84749rem 0 -0.1875rem #c1e83f, -0.32476rem 3.3125rem 0 -0.1875rem #c1f83f, 0.32476rem 2.9375rem 0 -0.1875rem #c1f83f, -2.57193rem 2.11265rem 0 -0.1875rem #c1ff3f, -1.84749rem 2.30677rem 0 -0.1875rem #c1ff3f, -3.3125rem -0.32476rem 0 -0.1875rem #c1ff3f, -2.9375rem 0.32476rem 0 -0.1875rem #c1ff3f, -2.11265rem -2.57193rem 0 -0.1875rem #c1ff3f, -2.30677rem -1.84749rem 0 -0.1875rem #c1ff3f;
}

a.highlight:hover:before {
    -webkit-animation: sparkles 2s cubic-bezier(0.17, 0.89, 0.32, 1.49);
    animation: sparkles 2s cubic-bezier(0.17, 0.89, 0.32, 1.49);
}

.blurup {
    -webkit-filter: blur(5px) grayscale(1);
    filter: blur(5px) grayscale(1);
    transition: filter .4s ease-out, -webkit-filter 400ms;
}

.blurup.lazyloaded {
    -webkit-filter: blur(0) grayscale(0);
    filter: blur(0) grayscale(0);
}

.video_thumb {
  position: relative;
}

.video_thumb .video_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  text-align: center;
  font-size: 5rem;
  padding-top: 20%;
  color: #fff;
}

.video_thumb .video_overlay:hover {
  color: #C1D83F;
}

@-webkit-keyframes sparkles {
    0%,
    20% {
        opacity: 0;
    }
    25% {
        opacity: 1;
        box-shadow: 0.32476rem -3.3125rem 0 -0.1875rem #c1c23f, -0.32476rem -2.9375rem 0 -0.1875rem #c1c23f, 2.57193rem -2.11265rem 0 -0.1875rem #c1d23f, 1.84749rem -2.30677rem 0 -0.1875rem #c1d23f, 3.3125rem 0.32476rem 0 -0.1875rem #c1e23f, 2.9375rem -0.32476rem 0 -0.1875rem #c1e23f, 2.11265rem 2.57193rem 0 -0.1875rem #c1f23f, 2.30677rem 1.84749rem 0 -0.1875rem #c1f23f, -0.32476rem 3.3125rem 0 -0.1875rem #c1ff3f, 0.32476rem 2.9375rem 0 -0.1875rem #c1ff3f, -2.57193rem 2.11265rem 0 -0.1875rem #c1ff3f, -1.84749rem 2.30677rem 0 -0.1875rem #c1ff3f, -3.3125rem -0.32476rem 0 -0.1875rem #c1ff3f, -2.9375rem 0.32476rem 0 -0.1875rem #c1ff3f, -2.11265rem -2.57193rem 0 -0.1875rem #c1ff3f, -2.30677rem -1.84749rem 0 -0.1875rem #c1ff3f;
    }
}

@keyframes sparkles {
    0%,
    20% {
        opacity: 0;
    }
    25% {
        opacity: 1;
        box-shadow: 0.32476rem -2.6875rem 0 0rem #c1c23f, -0.32476rem -2.3125rem 0 0rem #c1c23f, 2.12999rem -1.67071rem 0 0rem #c1d23f, 1.40554rem -1.86482rem 0 0rem #c1d23f, 2.6875rem 0.32476rem 0 0rem #c1e23f, 2.3125rem -0.32476rem 0 0rem #c1e23f, 1.67071rem 2.12999rem 0 0rem #c1f23f, 1.86482rem 1.40554rem 0 0rem #c1f23f, -0.32476rem 2.6875rem 0 0rem #c1ff3f, 0.32476rem 2.3125rem 0 0rem #c1ff3f, -2.12999rem 1.67071rem 0 0rem #c1ff3f, -1.40554rem 1.86482rem 0 0rem #c1ff3f, -2.6875rem -0.32476rem 0 0rem #c1ff3f, -2.3125rem 0.32476rem 0 0rem #c1ff3f, -1.67071rem -2.12999rem 0 0rem #c1ff3f, -1.86482rem -1.40554rem 0 0rem #c1ff3f;
    }
}


/* CSS Wiggle */

@keyframes wiggle {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}


/* Webfonts */

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-medium-webfont.woff2') format('woff2'), url('../fonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Media Queries */
@media screen and (max-width: 39.9375em) {
    .top-bar-title {
        width: 100%;
    }
    header.main .top-bar {
        position: relative;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    /*.small-top-bar-center nav {
        float: right;
        position: relative;
        left: -50%;
    }
    .small-top-bar-center nav ul {
        float: right;
        position: relative;
        left: 50%;
    }*/
    /* .homepage header.main {
        height: 300px;
        background-size: cover;
    } */
    header.main {
        background-position: center top;
        background-size: auto;
    }
    .margin-top-negative,
    .margin-top-negative-x2 {
        margin-top: 0px !important;
    }
    .margin-bottom-negative-x3 {
        margin-bottom: 0px !important;
    }
    .small-margin-bottom-negative-x3 {
        margin-bottom: -90px !important;
    }
    /*.top-bar-right ul.menu {
        font-size: 0.6rem;
    }*/
    .text-columns-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #icon_facebook {
        position: absolute;
        right: 5px;
        top: -25%;
    }
}

/*@media screen and (max-width: 31.250em) {
    nav.main {
        font-size: .8em;
    }
}*/
