.negative {
	margin-top: -62px;
}

.space {
	padding-top: 62px;
}

.blog-wrapper {
	width: 100%;
	background: #e3e3e3;
	float: left;
	clear: left;
}

.blog-wrapper.white {
	background: #fff;
}

.blog-teaser {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.blog-teaser:after {
	content: '';
	background: rgba(0,0,0,.25);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	display: block;
}

#video_article .blog-teaser:after {
	display: none;
}

#video_article .video-js{
	width: 100%;
}

#video_article .article_vimeo{
	width: 100%;
}

.blog-teaser img {
	position: relative;
	z-index: 10;
	width: 100%;
	display: block;
}

.blog-teaser-text {
	position: absolute;
	bottom: 62px;
	left: 62px;
	z-index: 30;
}

.blog-teaser-text h1 {
	font-size: 79px;
}

.blog-teaser-text h2 {
	font-size: 27px;
	margin-top: -10px;
}

.fixed-section {
	overflow: visible !important;
	z-index: 9999;
}

.fixed-holder.no-shadow {
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.fixed-section.active .fixed-holder {
	-webkit-box-shadow: 0px 10px 10px -10px #000;
    -moz-box-shadow: 0px 10px 10px -10px #000;
    -ms-box-shadow: 0px 10px 10px -10px #000;
    -o-box-shadow: 0px 10px 10px -10px #000;
    box-shadow: 0px 10px 10px -10px #000;
}

.book-now {
	background-image: url(../../img/tab-bg-x2.png);
	background-size: 22px 252px;
	background-position: right -63px;
    background-repeat: no-repeat;
    display: block;
    padding-right: 22px;
    float: right;
}

.book-now:hover {
	background-position: right -190px;
}

.book-now:hover span {
	color: #ff0038;
	background: #fff;
}

.book-now span {
	font-family: "Chalet",Arial,Helvetica,serif;
	font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
	display: block;
    width: 136px;
    padding: 20px;
    background: #ff0038;
}

.blog-menu {

}

.hidden-top-bar {
	display: none;
}

.blog-menu-right {
	width: calc(100% - 198px);
	padding-left: 287px;
	background: #e3e3e3;
	float: left;
	height: 62px;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
	position: relative;
}

.blog-logo {
	margin-left: 29px;
	margin-top: 13px;
	left: 0;
	position: absolute;
}

.blog-logo strong {
	font-family: "Chalet",Arial,Helvetica,serif;
	font-size: 25px;
	color: #16171a;
	font-weight: normal;
}

.blog-logo strong em {
	font-style: normal;
	color: #fe0126;
}

.blog-logo .claim {
	font-family: "Chalet",Arial,Helvetica,serif;
	font-size: 11px;
	color: #16171a;
	display: block;
	margin-top: -3px;
}

.blog-menu {
	overflow: visible !important;
}

.blog-menu nav {
	font-family: "Chalet",Arial,Helvetica,serif;
	font-size: 16px;
	float: left;
	width: 66%;
}

.blog-menu nav span {
	text-align: center;
	white-space: nowrap;
	line-height: 62px;
	height: 62px;
	width: 25%;
	padding: 0 0px;
	display: block;
	float: left;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}

.blog-menu nav span a {
	color: #797979;
}

.blog-menu nav span a.active {
	color: #fe0126;
}

.open-location-selector {
	font-family: "Chalet",Arial,Helvetica,serif;
	width: 25%;
	margin: 0;
	padding: 0;
	float: left;
}

.open-location-selector * {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}

.open-location-selector li {
	list-style: none;
}

.open-location-selector>li>a {
	font-family: "Chalet",Arial,Helvetica,serif;
	font-size: 16px;
	color: #fe0126;
	white-space: nowrap;
	line-height: 62px;
	height: 62px;
	position: relative;
	padding: 0 10px;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}

.open-location-selector>li>a i {
	height: 14px;
	width: 14px;
	background: url(../img/choose-location.png);
	background-size: 14px 27px;
	display: inline-block;
	margin-left: 15px;
	top: 2px;
	position: relative;
}

.open-location-selector>li>a:after {
	content: '';
    width: 1px;
    height: 25px;
    background: #868889;
    position: absolute;
    right: -11px;
    top: -4px;
}

.open-location-selector>li>ul {
    z-index: 100;
    position: fixed;
    width: 100%;
    border: none;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    padding: 0 0 0 287px;
    background: rgba(15,15,15,.97);
    border-bottom: 1px solid #83827e;
    display: none;
    margin-top: 0px;
}

.open-location-selector>ul:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #83827e;
	position: absolute;
	top: 26px;
	left: 0;
}

ul.categories-nav {
	display: none;
}

.open-location-selector>li:hover>ul {
    display: block;
}

.open-location-selector>li>ul>li {
    width: 20%;
    border-left: 1px dotted #575757;
    float: left;
}

.open-location-selector>li>ul>li strong,.open-location-selector>li>ul>li a {
    font-size: 18px;
    font-weight: normal;
    color: #ff002b;
    display: block;
    width: 100%;
    padding: 20px 10px;
}

.open-location-selector>li>ul>li a:hover,.open-location-selector>li>ul>li.sfHover strong {
    background: #e3e3e3;
}

.open-location-selector>li>ul>li>ul {
    z-index: 99;
    position: fixed;
    width: 100%;
    border: none;
    margin-top: 1px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    padding: 0 0 0 287px;
    background: rgba(15,15,15,.90);
    display: none;
}

.open-location-selector>li>ul>li>ul>li {
    width: 20%;
    border-left: 1px dotted #575757;
    float: left;
}

.open-location-selector>li>ul>li>ul>li a {
    padding: 15px 10px;
}

/*.open-location-selector>li>ul>li>ul>li a:hover {
	color: #fff;
}*/

.open-location-selector>li>ul>li>ul>li>ul {
    display: block !important;
    opacity: 1 !important;
    min-height: 100px;
    padding: 0;
}

.open-location-selector>li>ul>li>ul>li>ul>li {
    font-size: 14px;
}

.open-location-selector>li>ul>li>ul>li>ul>li a {
    font-size: 14px;
    color: #fff;
    padding: 0 10px 12px;
}

.open-location-selector>li>ul>li>ul>li>ul>li:last-child a {padding-bottom: 0}

.open-location-selector>li>ul>li>ul>li>ul>li a:hover,.open-location-selector>li>ul>li>ul>li>ul>li.active>a {
    color: #ff002b;
}

.blog-menu-right .blog_continen{
	pointer-events: none;
  	cursor: default;
}


.open-search {
	background: url(../img/search.png) no-repeat center 20px;
	background-size: 21px 85px;
	width: 6.2%;
	height: 62px;
	border: none;
	float: right;
	position: absolute;
}

.open-search:focus {
	outline: none;
	background-position: center -44px;
}

.open-search:before {
	content: '';
	width: 1px;
	height: 25px;
	background: #868889;
	position: absolute;
	left: 0;
	top: 19px;
}

.search-form-header {
	width: 100%;
	height: 62px;
	text-align: center;
	position: absolute;
	top: 62px;
	background: #16171a;
	display: none;
}

.search-form-header input[type=text] {
	font-family: "Chalet",Arial,Helvetica,serif;
	font-size: 22px;
	text-align: center;
	color: #fe0126;
	width: 70%;
	height: 62px;
	margin: 0 auto;
	background: transparent;
	border: none;
}

.search-form-header input[type=text]:focus {
	outline: none;
}

.search-form-header input[type=submit] {
	background: transparent url(../img/arrow-red.png) no-repeat;
	background-size: 11px 16px;
	width: 11px;
	height: 16px;
	border: none;
	position: absolute;
	right: 25px;
	top: 23px;
}

.search-form-header input[type=submit]:focus {
	outline: none;
}

.blog-row {
	max-width: 1060px;
	margin: 0 auto 50px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.blog-row .article-block,.spotify-embed {
	background: #fff;
	margin: 0 30px;
	padding-bottom: 10px;
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 calc(33.333333333% - 60px);
    -ms-flex: 0 1 calc(33.333333333% - 60px);
    flex: 0 1 calc(33.333333333% - 60px);
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.spotify-embed {
	background: #181818;
}

.spotify-embed iframe {min-height: 338px}

.article-block {
	display: block;
}

.blog-row .article-block .overview-image {
	position: relative;
	overflow: hidden;
}

.blog-row .article-block .overview-image:after {
	content: '';
	border: 23px solid transparent;
	border-left-color: #fff;
	position: absolute;
	bottom: -23px;
	left: 0;
}

.blog-row .article-block .overview-inner {
	padding: 0 15px;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-row .article-block img {
	width: 100%;
	float: left;
}

.blog-row .article-block h3 {
	font-size: 25px;
	line-height: 30px;
	color: #000;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	padding: 11px 0 15px;
}

.blog-row .article-block footer {
	margin-top: auto;
	padding-top: 10px;
}

.blog-row .article-block .tags {
	font-family: "Chalet",Arial,Helvetica,serif;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
}

.blog-row .article-block .tags span {
	color: #fe0126;
}

.blog-row .article-block time {
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	margin-top: -1px;
	display: block;
}

.blog-row .article-block .overview-image {
	background-size: cover;
}

.blog-row .article-block.full {
	background: #fff;
	width: calc(100% - 60px);
	min-height: 339px;
	-webkit-flex: none;
	margin: 0 30px;
	padding-bottom: 0;
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.blog-row .article-block.full .overview-image {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 59.6%;
    -ms-flex: 0 1 59.6%;
    flex: 0 1 59.6%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.blog-row .article-block.full .overview-image img {
	position: absolute;
	max-width: 560px;
	min-height: 100%;
	width: auto;
}

.blog-row .article-block.full .overview-inner {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 40.4%;
    -ms-flex: 0 1 40.4%;
    flex: 0 1 40.4%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 16px 30px 25px;
}

.blog-row .article-block.full .overview-inner p,.blog-row .article-block.overview-grid-3 p {
	font-size: 15px;
	color: #000;
}

.blog-row .article-block.full .overview-image:after {
	content: '';
	border: none;
	position: absolute;
	width: 70px;
	height: 130%;
	top: -20px;
	left: -63px;
	background: #fff;
	display: block;
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
}

.blog-row .article-block.full.left-image .overview-image:after {
	display: none;
}

.blog-row .article-block.full.left-image .overview-image:before {
	content: '';
	border: none;
	position: absolute;
	width: 70px;
	height: 130%;
	top: -20px;
	right: -63px;
	background: #fff;
	display: block;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
}

.blog-row .article-block.full h3 {
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.blog-row .article-block.full p {
	margin: 0;
}

.blog-row .article-block.overview-grid-3 {
	-webkit-flex: 0 1 67.5%;
    -ms-flex: 0 1 67.5%;
    flex: 0 1 67.5%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0;
    margin: 0 0 0 30px;
    min-height: 338px;
}

.blog-row .article-block.overview-grid-3 .overview-image {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 59.6%;
    -ms-flex: 0 1 59.6%;
    flex: 0 1 59.6%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
}

.blog-row .article-block.overview-grid-3 .overview-image img {
	position: absolute;
	height: 100%;
	width: auto;
}

.blog-row .article-block.overview-grid-3 .overview-image:after {
	bottom: auto;
	left: auto;
	right: -35px;
	border: none;
	border: 35px solid transparent;
	border-top-color: #fff;
}

.blog-row .article-block.overview-grid-3 .overview-inner {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 40.4%;
    -ms-flex: 0 1 40.4%;
    flex: 0 1 40.4%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 30px 15px 30px 30px;
}

.blog-row .article-block.overview-grid-3 .overview-inner h3 {
	padding-bottom: 0;
}

.blog-row .article-block.overview-grid-3 .overview-inner p {
	margin: 10px 0 20px 0;
}

.booking-ad {
	background-size: cover;
	width: 100%;
	margin: 0 120px;
	padding: 30px 0 0 45px;
	display: block;
}

.booking-ad img {
	width: 100%;
}

.booking-ad h5 {
	font-size: 56px;
	width: 68%;
	padding: 0 0 30px;
}

.booking-ad h5 em {
	color: #fe002a;
}

.booking-ad button {
	font-family: "Chalet",Arial,Helvetica,serif;
	font-size: 15px;
	color: #fff;
	background: #fe002a;
	border: none;
	float: right;
	padding: 23px 60px;
	margin-top: -60px;
}

.booking-ad button:focus {
	outline: none;
}

.load-more {
	width: 100%;
	height: 370px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(243,243,243,0.88) 50%, rgba(237,237,237,1) 72%, rgba(230,230,230,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(243,243,243,0.88) 50%,rgba(237,237,237,1) 72%,rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(243,243,243,0.88) 50%,rgba(237,237,237,1) 72%,rgba(230,230,230,1) 100%);
	margin-top: -250px;
	position: relative;
	z-index: 10;
}

.list .load-more {
	margin-top: -340px;
}

.load-more a {
	font-family: "Chalet",Arial,Helvetica,serif;
	font-size: 15px;
	text-align: center;
	background: #fe002a;
	display: block;
	width: 200px;
	position: absolute;
	left: 50%;
	bottom: 135px;
	transform: translateX(-50%);
	padding: 20px 0 20px;
	-webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.load-more a:hover {
	-ms-transform: scale(1.04) translateX(-48.7%);
    -webkit-transform: scale(1.04) translateX(-48.7%);
    transform: scale(1.04) translateX(-48.7%);
}

/* article */
.article-detail {
	background: #fff;
	color: #1a1a1a;
}

.article-detail .blog-teaser-text h1 {
	font-size: 50px;
	color: #fff;
	width: 100%;
	clear: left;
	padding-top: 8px;
}

.article-detail .blog-teaser-text .tags {
	font-family: "Chalet",Arial,Helvetica,serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: #ff0038;
	float: left;
	padding: 8px 13px;
}

.article-detail .blog-teaser-text .tags span {
	text-decoration: underline;
}

.article-detail .blog-teaser-text time {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	float: left;
	padding: 8px 13px 0;
}

.article-content {
	max-width: 903px;
    margin: 0 auto 50px;
    padding-top: 50px;
    clear: left;
}

.article-content p {
	line-height: 25px;
	margin: 0;
	text-indent: 25px;
	border-left: 1px solid #f1f1f1;
	padding: 0 0 0 50px;
}

.article-content p:first-child {
	margin: 0;
	text-indent: 0;
	padding-top: 45px;
}

.article-text {
	border-top: 1px solid #f1f1f1;
	width: 64%;
	float: left;
}

.article-text img {
	width: 100%;
	padding: 25px 0 25px 12px;
}

.article-text blockquote {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	padding: 40px 0 40px 10px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.article-text blockquote cite {
	color: #ff0038;
	font-style: normal;
	display: block;
}

.article-sidebar {
	width: 23%;
	margin-left: 60px;
	float: left;
}

.article-sidebar .create-guide {
	background-size: cover;
	min-height: 450px;
	position: relative;
	display: block;
}

.article-sidebar .create-guide h6 {
	font-size: 31px;
	color: #fff;
	padding: 25px 25px 25px 20px;
}

.article-sidebar .create-guide button {
	font-family: "Chalet",Arial,Helvetica,serif;
	font-size: 16px;
	color: #fff;
	border: none;
	background: #fe002a;
	width: 100%;
	padding: 23px 0;
	position: absolute;
	bottom: 0;
}

.article-sidebar .create-guide button:focus {
	outline: none;
}

.blog-row .article-block:hover h3 {
	color: #fe0126;
}

/* ----------------------------------------------------------------

*/

.blog-menu-static {
	max-width: 1000px;
	margin: 0 auto;
	padding: 14px 30px 10px;
}

.blog-menu-static.blog-menu nav {
	width: 50%;
	float: left;
}

.blog-menu-static .blog-menu-right {
	width: 100%;
    padding-left: 0;
    position: static;
}

.blog-menu-static .search-form-static {
	width: 20%;
	background: #fff;
	float: right;
	position: relative;
}

.blog-menu-static .open-location-selector {
	margin-top: -6px;
}

.blog-menu-static .open-location-selector>li>ul {
	position: absolute;
}

.blog-menu-static .sf-menu li {position: static}

.blog-menu-static .search-form-static input[type=text] {
	font-family: "Chalet",Arial,Helvetica,serif;
	border: none;
	padding: 0 60px 0 15px;
	height: 50px;
	width: 100%;
	line-height: 50px;
	float: left;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}

.blog-menu-static .search-form-static input[type=submit] {
	background: url(../img/search.png) no-repeat 13px 14px;
	background-size: 21px 85px;
	border: none;
	height: 100%;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

.blog-menu-static.blog-menu nav span {
	height: 50px;
	line-height: 50px;
}

.article-footer * {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}

.article-footer {
	padding: 50px 0 50px 50px;
	margin-bottom: 30px;
	border-left: 1px solid #f1f1f1;
	border-bottom: 2px solid #95989a;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}

.article-footer.short {
	padding: 25px 0 25px 30px;
	margin-bottom: 0px;
	border: none;
	border-top: 1px solid #c6c8c9;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}

.article-footer .row {
	margin: 0 -10px;
}

.article-footer span {
	width: 40%;
	padding: 0 10px;
	display: block;
	float: left;
}

.blog-button {
	font-family: "Chalet",Arial,Helvetica,serif;
	font-size: 16px;
	text-align: center;
	background: #000;
	display: block;
	width: 50%;
	padding: 20px 0;
	float: left;
}

.blog-button.red {background: #fe002a}

.map-overlay {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

.map-overlay .map-overlay-content {
	width: 80%;
	margin: 0 auto 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.map-overlay .map-overlay-content > div {
	height: 600px;
	width: 100%;
}

.map-overlay .map-overlay-content .close {
	background: url(../img/close-map.png);
	background-size: 41px 41px;
	border: none;
	position: absolute;
	height: 41px;
	width: 41px;
	right: -22px;
	top: -22px;
	z-index: 99;
}

.map-overlay .map-overlay-content .close:focus {
	outline: none;
}

.article-footer span .blog-button {
	width: 100%;
}

.social {
  padding-bottom: 15px;
  margin-top: 30px;
  float: left;
}

.article-content .social {
	float: none;
}

.social .share a {
	background-position: 0 0;
	background-color: transparent !important;
	display: inline-block !important;
	height: 31px !important;
	width: 31px !important;
	max-height: 31px !important;
	max-width: 31px !important;
	margin: 0 0 0 12px !important;
	float: left;
}

.social .share a span {
	background-size: 93px 31px !important;
	height: 31px !important;
	width: 31px !important;
	display: block
}

.addthis_sharing_toolbox {
	position: relative;
	top: -6px;
	float: left;
	clear: none !important;
}

.at4-icon.aticon-facebook {background: url(../img/social.png);background-position: 0 0 !important;background-color: transparent !important;}
.at4-icon.aticon-twitter {background: url(../img/social.png);background-position: -124px 0 !important;background-color: transparent !important;}
.at4-icon.aticon-google_plusone_share {background: url(../img/social.png);background-position: -62px 0 !important;background-color: transparent !important;}

.social .social-label {
	font-size: 11px;
	float: left;
	top: 0px;
	position: relative;
}

.slider {
	width: calc(100% - 200px);
	margin: 50px 100px 50px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #c6c8c9;
    z-index: 500;
}

.slider_wrapper {
	margin: 50px 100px 50px;
	position: relative;
	z-index: 80;
}

.slider_wrapper .slider {
	margin: 0px;
	width: 100%;
}

.slider_wrapper .slider:first-child {
	margin-bottom: 0;
}

.slider_header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	border: none;
}

.slick-slide.slide .left {
	padding-top: 85px;
	border-right: 1px solid #c6c8c9;
}

.slider_header .left {
	height: 100%;
}

.slider .left,.slider .right {
	width: 50%;
	float: left;
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.slider .left {
    border-right: 1px solid #c6c8c9;
    background: #fff;
    margin-top: 1px;
    margin-left: 1px;
}

.slider .left header {
	border-bottom: 1px solid #c6c8c9;
	padding: 0 36px 0;
}

.slider .left header button.all-slides,button.go-back {
	font-family: "GeoSlab",Times,Georgia,sans-serif;
	font-size: 11px;
	border: none;
	background: transparent;
	float: right;
	margin-top: 30px;
}

button.go-back {
	margin: 0 0 42px 36px;
	padding: 0;
	float: left;
}

.slider .left header button.all-slides:focus,button.go-back:focus {
	outline: none;
}

.slider .left header button.all-slides i {
	background: url(../img/all-slides.png);
	background-size: 15px 16px;
	width: 15px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

button.go-back i {
	background: url(../img/back-arrow.png);
	background-size: 19px 13px;
	width: 19px;
	height: 13px;
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
}

.slider .left p {
	border-left: 0;
	padding: 0 45px 22px 45px;
	margin: 0;
}

.slider .left p a {
	color: #ff0038;
}

.slider .left .text {
	padding: 35px 0;
}

.slider .left .text h3 {
	padding: 0px 45px 0 45px;
	margin-bottom: 20px;
	font-size: 22px;
	color: #ff0038;
}

.slider .left .text em {
	font-size: 31px;
	margin-right: 15px;
	color: #000;
}

.slider .left .text.contact {
	border-top: 1px solid #c6c8c9;
}

.contact_info {
	padding: 0 45px 0 45px;
	margin: 0;
}

.contact_info span {
	float: left;
	margin: 0 0 3px 0;
	text-indent: 0;
}

.contact_info span strong {
	margin: 0 0 3px 0;
	display: block;
}

.contact_info br {
	float: none;
	margin: 0;
	text-indent: 0;
}

.slider .left .contact_info p {
	padding: 0;
	text-indent: 0;
}

.contact_info span {
	width: 60%;
}

.contact_info span:first-child {
	width: 40%;
}

.contact_info span strong {
	font-family: "Chalet",Arial,Helvetica,sans-serif;
}

.contact_info span a {
	font-family: "Chalet",Arial,Helvetica,sans-serif;
	color: #fe002a;
	text-decoration: underline;
}

.slider .right {
	background-size: cover;
	background-position: center;
	position: relative;
}

.slider .right .begin-slideshow {
	font-family: "Chalet",Arial,Helvetica,sans-serif;
	font-size: 22px;
	color: #fe002a;
	border: none;
	background: transparent;
	width: 100%;
	padding: 12px;
}

.slider .right .begin-slideshow:focus {
	outline: none;
}

.slider .right .begin-slideshow span {
	background: rgba(255,255,255,.6);
	width: 100%;
	padding: 20px 0;
	display: block;
	position: relative;
	-webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.slider .right span.prev,
.slider .right span.next {
	background: rgba(255,255,255,.6);
	width: 60px;
	height: 60px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 12px;
	float: left;
	-webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.slider .right .begin-slideshow span:hover,
.slider .right span.prev:hover,
.slider .right span.next:hover {
	background: rgba(255,255,255,1);
}

.slider .right span.next {
	float: right;
}

.slider .right .begin-slideshow i,
.slider .right span.prev i,
.slider .right span.next i {
	background: url(../img/arrow-red.png) no-repeat;
	background-size: 13px 20px;
	height: 20px;
	width: 14px;
	display: block;
	position: absolute;
	right: 25px;
	top: 22px;
}

.slider .right span.prev i {
	background: url(../img/arrow-red-reverse.png) no-repeat;
	background-size: 13px 20px;
}

.slider .right span.prev i,
.slider .right span.next i {
	right: 23px;
}

.slider .right img {
	width: auto;
	min-height: 100%;
	max-width: 500px;
	position: absolute;
	float: left;
}

.slider-list {
	width: calc(100% - 200px);
	margin: 50px 100px 50px;
	display: block;
}

.slider-list ul {
	padding: 0;
	margin: 0 -12px;
	clear: left;
}

.slider-list li {
	list-style: none;
	width: 20%;
	padding: 0 12px;
	margin-bottom: 24px;
	float: left;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
	position: relative;
}

.slider-list li a {
	position: relative;
	top: 0;
	display: block;
	overflow: hidden;
}

.slider-list li img {
	width: 100%;
	-webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    float: left;
}

.slider-list li a:hover img {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	-ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.slider-list li h3 {
	font-size: 22px;
	line-height: 28px;
	color: #fe002a;
	background: rgba(255,255,255,.6);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	text-align: center;
	opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.slider-list li a:hover h3 {
	opacity: 1;
	-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slider-list li h3 span {
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.slider-list li h3 em {
	font-size: 31px;
	color: #000;
	display: block;
	padding-bottom: 8px;
}

.hidden-list,.hidden-slider {
	display: none !important
}

.slick-slide {
	display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* ----------------------------------------------------------------
 related posts
*/
.related-posts {
	background: #d5d4c3;
	padding-bottom: 20px;
}

.related-posts header {
	max-width: 1000px;
    margin: 0 auto 27px;
    padding: 27px 30px 0;
}

.related-posts header h5 {
	font-size: 22px;
	color: #000;
	margin-top: 16px;
	float: left;
}

.related-posts header .blog-button {
	width: 200px;
	float: right;
}

.blog-row .article-block.full.ltr .overview-image:after {
    width: 70px;
    height: 110%;
    top: -20px;
    left: auto;
    right: -63px;
    background: #fff;
    display: block;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
}

.related-posts .load-more {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(213,212,195,.3) 10%, rgba(213,212,195,.8) 40%, rgba(213,212,195,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(213,212,195,.3) 10%,rgba(213,212,195,.8) 40%, rgba(213,212,195,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(213,212,195,.3) 10%,rgba(213,212,195,.8) 40%, rgba(213,212,195,1) 100%);
}

.results-header {
	text-align: center;
	padding: 20px 15px 20px;
}

.results-header h2 {
	font-family: "GeoSlab",Times,Georgia,sans-serif;
	font-size: 19px;
	color: #7a7a7a;
}

.results-header h1 {
	font-size: 44px;
	color: #fe0126;
}

.show-categories {
	text-align: center;
	width: 100%;
	display: block;
	color: #000;
	margin: 10px 0 10px;
	display: none;
}

.hide-on-desktop {display: none;}


/* ----------------------------------------------------------------
 responsvie
*/
@media screen and (max-width:1170px) {
	.blog-menu-right {
    	padding-left: 230px;
    }

    .open-location-selector>li>ul,.open-location-selector>li>ul>li>ul {padding-left: 230px}
}

@media screen and (max-width:1070px) {
	.blog-menu-right {
    	padding-left: 220px;
    }

    .open-location-selector>li>ul,.open-location-selector>li>ul>li>ul {padding-left: 220px}

/*    .open-location-selector {
    	width: 100%;
    }*/

}

@media screen and (max-width:950px) {
	.article-content .social {
		padding-left: 30px;
	}

	.article-text img {
	    width: 100%;
	    padding: 15px;
	}

	.blog-teaser-text {
    	left: 50px;
    	bottom: 50px;
    }

    .slider_wrapper {
    	margin: 30px;
    }

    .slider .left .text {
    	padding: 30px 0px;
    }

    .slider .left p {
    	padding: 0 30px;
    }

    .contact_info {
    	padding: 0 30px;
    }

}

@media screen and (max-width:880px) {

}

@media screen and (max-width:820px) {
	.booking-ad {
		margin: 0 30px;
	}

	.blog-teaser-text {
    	left: 30px;
    	bottom: 30px;
    }

    .article-detail .blog-teaser-text h1 {
    	font-size: 40px;
    }

	.booking-ad h5 {
		font-size: 40px;
		width: 60%
	}

/*	.article-content {
		padding-top: 0px;
	}*/

	.article-content * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.article-content p {
		padding: 0 30px;
	}

	.article-content p:first-child {
		padding-top: 24px;
	}

	.article-text {
		width: 100%;
		float: none;
	}

	.article-sidebar {
		width: 100%;
		max-width: 450px;
		float: none;
		margin: 0 auto;
		padding: 0 15px;
	}

	.article-sidebar .create-guide {
		min-height: 250px;
	}
}

@media screen and (max-width:768px) {
	.negative {
		margin: 0;
	}
}

.right-mobile {
	display: none;
}

@media screen and (max-width:780px) {
	.blog-row-grid-3 {
		display: block;
	}

	.blog-row .article-block.overview-grid-3 {
		margin: 0 30px 50px;
	}

	.spotify-embed {
		height: 300px;
		position: relative;
		padding-bottom: 40px;
	}

	.spotify-embed iframe {
		position: absolute;
	}

	.slick-slide {
		display: inline-block !important;
	}

	.slider.slider_header {
		border-bottom: 1px solid #c6c8c9;
	}

	.slider .left header,
	.slider .left {
		border: none;
	}

	.slick-slide.slide .left {
		width: 100%;
		padding-top: 0;
	}

	.slick-slide.slide .right {
		width: 100%;
		padding-top: 60%;
	}

	.slider .left {
		-webkit-order: 2;
		order: 2;
		float: none;
	}

	.slider .right {
		-webkit-order: 1;
		order: 1;
		float: none;
	}

	.slider.slider_header .right {
		background: #fff;
		margin-top: 1px;
		margin-right: 1px;
	}

	.slider .right span.prev, .slider .right span.next {
		background: rgba(0,0,0,.1)
	}

	.slider .left header button.all-slides {
		float: left;
		margin-top: 0;
		margin-bottom: 10px;
		clear: left;
		padding-left: 0px;
	}

	.hide-on-desktop {display: block;}
	.hide-on-mobile {display: none;}

	.blog-menu-right {
		width: auto;
	}

	.slider .right {
		display: none;
	}

	.right-mobile {
		background-size: cover;
	    background-position: center;
	    position: relative;
		display: block;
		width: 100%;
		margin-top: 108px;
	    padding-top: 60%;
	    -webkit-order: 0;
	    -ms-flex-order: 0;
	    order: 0;
	    -webkit-flex: 0 1 50%;
	    -ms-flex: 0 1 50%;
	    flex: 0 1 50%;
	    -webkit-align-self: stretch;
	    -ms-flex-item-align: stretch;
	    align-self: stretch;
	}
}

@media screen and (max-width:640px) {
	.blog-row .article-block,.blog-row .article-block.full,.spotify-embed {
		margin-bottom: 50px;
	}

	.blog-row,.blog-row .article-block.full,.blog-row .article-block, .spotify-embed {
		display: block;
	}

	.blog-row {
		margin: 0 auto 0;
	}

	.blog-row .article-block.full .overview-image {
		min-height: 300px;
	}

	.blog-row .article-block.full .overview-image:after {
	    content: '';
	    border: none;
	    position: absolute;
	    width: 120%;
	    height: 70px;
	    top: -60px;
	    left: -3px;
	    background: #fff;
	    display: block;
	    -webkit-transform: rotate(6deg);
	    -ms-transform: rotate(6deg);
	    transform: rotate(6deg);
	}

	.blog-row .article-block.full .overview-inner {
		padding: 5px 15px 20px;
	}

	.booking-ad {
		width: calc(100% - 105px);
		margin: 0 30px 50px;
	}

	.blog-row .article-block.overview-grid-3 .overview-inner {
		padding: 5px 15px 20px;
	}

	.blog-row .article-block.overview-grid-3 .overview-image {
		height: 300px;
	}

	.blog-row .article-block.overview-grid-3 .overview-image:after {
		right: auto;
		top: auto;
		left: 0;
		bottom: -36px;
		border-color: transparent;
		border-left-color: #fff;
	}

	.blog-teaser-text h1 {
		font-size: 30px;
		color: #000;
	}

	.blog-teaser-text h2 {
	    font-size: 14px;
	    margin-top: 2px;
	    color: #000;
	}

	.results-header h2 {
		font-size: 16px;
	}

	.results-header h1 {
		font-size: 30px;
	}

	.book-now {
		display: none
	}

	.article-text blockquote {
		width: 100%;
	    padding: 20px 30px 20px;
	    margin: 20px 0;
	}

	.related-posts header .blog-button {
		float: left;
		clear: left;
		margin-top: 15px;
	}

	.article-content .social {
		padding-left: 15px;
	}

	.article-content p {
		padding: 0 15px;
	}

	.blog-teaser-text {
		position: static;
		width: calc(100% - 30px);
		margin: 0 auto;
		margin-top: 10px;
	}

	.article-detail .blog-teaser-text h1 {
		font-size: 28px;
		color: #1a1a1a;
	}

	.article-detail .blog-teaser-text time {
		color: #1a1a1a;
	}

	.blog-menu-static .open-location-selector {
		width: 100%;
	}

	.blog-menu-right {
		height: auto;
	}

	.open-location-selector>li>a {
		text-align: center;
		width: 100%;
		display: block;
	}

	.open-location-selector>li>ul,.open-location-selector>li>ul>li>ul {
		    left: 0;
		    transform: translateX(0);
		    padding: 0 !important;
	}

	.open-location-selector>li>ul>li,.open-location-selector>li>ul>li>ul>li {
		text-align: center;
		width: 100%;
	}

	.open-location-selector>li>ul>li>ul {
		position: relative;
	}

	.blog-menu-static.blog-menu nav {
		width: 100%;
	}

	.blog-menu-static .search-form-static {
		width: 100%;
		margin: 0;
	}

	.blog-menu nav span {
		width: 100%;
		border-top: 1px solid rgba(0,0,0,.3);
	}

	.blog-menu ul.categories-nav > li {
		border-top: 1px solid rgba(0,0,0,.3);
		padding-top: 10px;
	}

	.blog-menu ul.categories-nav ul {
		padding: 10px 0;
	}

	.blog-menu nav span a {
		width: 100%;
		display: block;
	}

	.show-categories {
		display: block;
	}

	.categories-nav {
		display: none;
	}

	/*.negative {
		margin-top: 0;
	}*/

	.blog-menu {
		background: #e3e3e3;
	}

	.js-fixed-bar,.search-form-header,.open-search {
		display: none;
	}

	.blog-menu-right {
		width: 100%;
		padding-left: 0;
	}

	.blog-menu nav {
		width: 100%;
		position: relative;
	}

	.blog-menu .show-categories {
		width: 100%;
		position: relative;
		margin: 0;
		padding: 13px 0 13px;
		border-top: 1px solid #000;
	}

	.blog-menu .categories-nav {
		text-align: center;
		display: none;
		padding: 0;
		margin: 0;
	}

	.fixed-section.active.inactive {
		position: static;
	}

	.blog-menu .categories-nav ul {
		text-align: center;
		padding: 0 0 20px;
		margin: 0;
	}

	.blog-menu .categories-nav ul a {
		font-size: 13px;
		padding: 10px 0;
		display: block;
	}

	.blog-menu .categories-nav ul a.active {color: #fe0126 !important}

	.blog-menu .categories-nav li {
		list-style: none;
	}

	.blog-menu .categories-nav li a {
		color: #000;
	}

	.open-location-selector>li>a:after {
		display: none;
	}

	.slider-list li {
		width: 50%;
	}

	.blog-teaser:after {
		display: none;
	}

	.open-location-selector {
		width: auto;
		float: right;
		display: none;
	}

	.blog-logo {
		position: static;
		margin-bottom: 5px;
	}
}

@media screen and (max-width:540px) {
	.blog-row .article-block,.blog-row .article-block.full,.spotify-embed,.blog-row .article-block.overview-grid-3 {
		margin-bottom: 30px;
	}

	.blog-row .article-block.full .overview-image {
		min-height: 200px;
	}

	.blog-row .article-block,.spotify-embed {
    	margin-left: 15px !important;
    	margin-right: 15px !important;
	}

	.blog-row .article-block.full,
	.related-posts header  {
		width: calc(100% - 30px);
	}

	.spotify-embed {
		height: 300px;
	}

	.booking-ad {
		width: auto;
		padding: 0 0;
		margin: 0 15px 30px;
	}

	.booking-ad h5 {
		font-size: 34px;
		width: auto;
		padding: 20px 15px 20px;
	}

	.booking-ad button {
		width: 100%;
		margin-top: 0;

		float: none;
	}

	.article-footer {
		padding: 30px 15px;
	}

	.article-footer .row {
		margin: 0;
	}

	.article-footer span {
		clear: left;
		width: 100%;
		margin-top: 10px;
		padding: 0;
	}

	.article-footer span:first-child {
		margin-top: 0px;
	}

	.slider.slider_header {
		display: inline-block;
	}

	.slider.slider_header .left {
		width: auto;
	}

	.slider.slider_header .right {
		float: right;
		width: 168px;
	}

	.slider .left .text h3 {
		padding-left: 30px;
	}

	.blog-menu-static {
		padding: 14px 15px 10px;
	}

	.related-posts header {
		padding-left: 0;
		padding-right: 0;
	}

	.related-posts header .blog-button {
		width: 100%;
	}
}

@media screen and (max-width:480px) {

	.slider.slider_header .left,
	.slider.slider_header .right {
		float: left;
		clear: left;
		width: calc(100% - 2px);
	}

	.slider.slider_header .right {

	    float: right;
	    clear: right;
	}

	.slick-slide.slide .left {
		padding-top: 0;
	}

	.slider .left header {
		padding: 0 12px;
	}

	.slider-list li {
		width: 100%;
	}
}
