/**
	@Author:	Paul Strandoo/Places
	@Date:		23 January 2019
	@Notes:		Strandoo.com
		
	FONTS & COLORS
	-------------	
	Font-family: 'Raleway', sans-serif;
	available weight: 300, 400, 400i, 700;
	inner max-width: 1070px;
	possible bg: #f2f2f2;
	red: #ca3a31;
*/

@import url('reset.css');
/* @import url('font-awesome.min.css'); */

:root {
	--landmarks: #E6919B;
	--eat-drink: #638C95;
	--bars-nightlife: #976B92;
	--shopping: #BE6552;
	--accommodations: #73B656;
	
	--grey1: #3f3f3f;
	--grey2: #9f9f9f;
	--grey3: #939393;
	--white: #ffffff;
	--black: #222222;
	
	/* Layout variables 
	--content-width: 90rem;
	--content-padding: 5rem;
	--header-height: 10rem;
	--top-margin: 16rem;
    --inner: 1200px;
    --inner-narrow: 900px;
    --inner-wide: 1400px;
    --inner-max: 100%;
    --medium-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
    */
	}

* {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	font-size: 100%;
	}
body {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	background: #ffffff;
	}

body, input, textarea, table {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #222;
	}
	
/* ----- [ Typography ] -------------------------*/
p,
li,
td {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.6em;
	margin: 0 0 1em;
	}
li {
	margin: 0;
	}
em {
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	}
b,
strong {
	font-weight: 700;
	}

a {
	color: #222;
	border-bottom: 1px solid #ca3a31;
	}
a:hover {
	color: #ca3a31;
	}

h1,h2,h3,h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin: 0 0 0.5em;
	color: #222;
	}
h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 2.4rem;
	line-height: 1.15em;
	}

h2,
.project-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.3em;
	margin: 0 0 0.5em;
	letter-spacing: 0.03em;
	}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	line-height: 1.4em;
	font-weight: 700;
	color: #222;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}

h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 0.8rem;
	line-height: 1.4em;
	font-weight: 700;
	color: #222;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}


@media only screen and (min-width: 600px) { 
	/*
	h1 {
		font-size: 3em;
		line-height: 1.2em;
		text-align: left;
		max-width: 700px;
		}		
	*/
}


img {
	display: block;
	}


/* Utilities: global section centering */
.center,
.center p,
.center h2,
.center h3,
.center h4,
.centered,
.centered p,
.centered h2,
.centered h3,
.centered h4 {
	text-align: center;
	}


/* ----- [ Structure ] --------------------------*/
.page-wrapper {
	position: relative;
	padding-top: 0;
	background: #fff;
	min-height: 100%;
	z-index: 2;
	overflow: hidden;
	overflow: unset;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.page-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	background: rgba(0,0,0,0.4);
	z-index: 600;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
	
header,
section,
footer {
	background: #ffffff;
	width: 100%;
	margin: 0;
	position: relative;
	}
section {
	padding: 40px 0;
	padding: 100px 0;
	}
.inner {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
	}
	
.inner-full {
	max-width: 100%;
	padding: 0;
	}
.inner-narrow {
	max-width: 760px;
	}

/* ----- [ Strandoo Simple Grid System v2.8 ] -- */
.row {
	display: block;
	margin: 0 -15px;
	overflow: hidden;
	position: relative;
	}

.stretch {
	align-items: stretch;
	}

.row > .col {
	width: 100%;
	vertical-align: top;
	padding: 15px;
	}

.row.no-padding,
.row.padding-0 {
	margin: 0;
	}
.row.padding-1 {
	margin: 0 -1px;
	}
.row.padding-2 {
	margin: 0 -1px;
	}
.row.padding-5 {
	margin: 0 -5px;
	padding-top: 5px;
	}
.row.padding-5 {
	margin: 0 -5px;
	padding-top: 5px;
	}
.row.padding-10 {
	margin: 0 -10px;
	padding-top: 10px;
	}
.row.padding-20 {
	margin: 0 -20px;
	}

.no-padding > .col,
.padding-0 > .col {
	padding: 0;
	}
.padding-1 > .col {
	padding: 1px;
	}
.padding-2 > .col {
	padding: 2px;
	}
.padding-5 > .col {
	padding: 5px;
	}
.padding-10 > .col {
	padding: 10px;
	}
.padding-20 > .col {
	padding: 20px;
	}

.row.text-center > .col {
	text-align: center;
	}

.row > .col.fright {
	float: right;
	}
.row > .col.fleft {
	float: left;
	}

.col > img {
	max-width: 100%;
	}


/* 37.5 equivalent breakpoint */
@media only screen and (min-width: 600px) { 
	.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		}

	.row-2 > .col { width: 50%; }
	.row-3 > .col { width: 33.333%; }
	.row-4 > .col { width: 25%;}
	.row-5 > .col { width: 20%;}
	.row-6 > .col { width: 16.666%;}

	.row-2 .span-2 { width: 100%; }
	.row-3 .span-2 { width: 66.666%; }
	.row-4 .span-2 { width: 50%; }
	.row-4 .span-3 { width: 75%; }
	.row-5 .span-2 { width: 40%; }
	.row-5 .span-3 { width: 60%; }
	.row-5 .span-4 { width: 80%; }
}


/* ----- [ Masthead / Page Header ] -------------*/
.navbar {
	color: #fff;
	background: var(--black);
	position: sticky;
	top: 0;
	padding: 5px 30px;
	z-index: 99;
	}
.navbar a {
	color: var(--white);
	}

.page-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 20;
	background: #fff;
	background: transparent;
	/*box-shadow: 2px 15px 40px rgba(41,44,61,0.05);*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}

.open .page-header {
	height: 100vh;
	}

.page-header .inner {
	max-width: 1180px;
	margin: 40px auto;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}

.logowrap {
	width: auto;
	margin: 10px auto 10px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.logowrap a {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.home .logowrap {
	display: none;
	}
	
.menu-trigger,
.logowrap a,
.logowrap a:hover {
	border-bottom: none;
	}

.page-header.small {
	box-shadow: 2px 15px 40px rgba(41,44,61,0.05);
	}
.page-header.small .inner {
	margin: 15px auto;
	}

.head-meta {
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 700;
	text-align: right;
	display: none;
	}
	
.small .head-meta {
	display: none;
	}

@media only screen and (min-width: 800px) {
	.page-header {
		position: fixed;
		width: 25%;
		left: auto;
		right: 0;
		}
	.page-header .inner {
		align-items: flex-end;
		align-items: center;
		}
	.page-header.small .inner {
		/*justify-content: flex-start;*/
		align-items: center;
		}

	.logowrap {
		display: block;
		width: auto;
		margin: 10px auto 10px 10px;
		text-align: right;
		}
	.logowrap a {
		padding-bottom: 5px;
		border-bottom: 2px solid rgba(202,58,49,0);
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		}
		
	.logowrap a:hover {
		border-bottom: 2px solid #ca3a31;
		border-bottom: 2px solid rgba(202,58,49,1);
		}
		
	.small {
		position: fixed;
		}
		
	.head-meta {
		display: block;
		display: none;
		}
}


/* ----- [ Flex Container (Header) ] ----------- */
.flex-container {
	display: block;
	height: 100%;
	height: auto;
	}
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	}
.flex-container > * {
	/*width: 100%;*/
	display: block;
	}
	
@media only screen and (min-width: 1110px) { /* 800 */
	/* Make this a Utility Class */
	.flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		}
	.flex-container > * {
		/*border: 1px solid gold;*/
		}
	
	.f-top { align-items: flex-start; }
	.f-middle { align-items: center; }
	.f-bottom { align-items: flex-end; }
	.f-left { justify-content: flex-start; }
	.f-right { justify-content: flex-end; }
	.f-center { justify-content: center; }
}


/* ----- [ Navigation ] ------------------------ */
.main-navigation {
	display: none;
	}
.open .main-navigation {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	}

.main-navigation ul {
	text-align: center;
	margin: 0;
	}
.main-navigation li {
	position: relative;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	letter-spacing: 0.1em;
	}
.main-navigation li a {
	color: #222;
	text-decoration: none;
	display: block;
	}
.main-navigation li a:hover,
.main-navigation li a.on {
	color: #222;
	}

@media only screen and (min-width: 880px) { /* 1110 */
	.menu-toggle {
		display: none;
		}
		
	.main-navigation {
		display: block;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		width: auto;
		margin: 0;
		padding: 0;
		background: transparent;
		overflow: visible;
		}
	.main-navigation p {
		display: block;
		}
	.main-navigation ul {
		text-align: right;
		text-align: right;
		font-size: 1.4em;
		display: block;
		margin: 0;
		}
	.main-navigation li {
		position: relative;
		display: inline-block;
		font-size: 14px; /* 13 */
		font-weight: 300;
		text-transform: uppercase;
		margin: 0 0 0 1.2em;
		}

	.main-navigation li a {
		text-decoration: none;
		border-bottom: 2px solid transparent;
		padding-bottom: 5px;
		font-weight: 400;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		}
	.main-navigation li a:hover,
	.main-navigation li a.on {
		border-bottom: 2px solid #ca3a31;
		padding-bottom: 0;
		}
}

/* ----- [ Menu Trigger (Hamburger) ] ---------- */
.menu-trigger {
	position: absolute;
	position: relative;
	/*right: 0;
	top: 0;*/
	height: 44px;
	width: 44px;
	}

.menu-trigger:hover {
	border: none;
	}
.menu-trigger .menu-text {
	height: 100%;
	text-transform: uppercase;
	color: #000;
	display: none;
	}
.menu-trigger .menu-icon {
	/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 22px;
	height: 2px;
	background-color: #000;
	/* these are the upper and lower lines in the menu menu */
	}
.menu-trigger .menu-icon::before, 
.menu-trigger .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
	}
.menu-trigger .menu-icon::before {
	bottom: 7px;
	}
.menu-trigger .menu-icon::after {
	top: 7px;
	}
.menu-trigger.is-clicked .menu-icon {
    background-color: #000;
	background-color: rgba(255, 255, 255, 0);
	}
.menu-trigger.is-clicked .menu-icon::before, 
.menu-trigger.is-clicked .menu-icon::after {
	background-color: #000;
	}
.menu-trigger.is-clicked .menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.menu-trigger.is-clicked .menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	
@media only screen and (min-width: 1024px) { 
	.menu-trigger {
		display: none;
		}
	.menu-trigger .menu-text {
		display: inline-block;
		line-height: 70px;
		}
	.menu-trigger .menu-icon {
		left: auto;
		right: 1.25em;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		}
}



/* ----- [ Sections ] -------------------------- */
.top {
	border-top: 120px solid #fff;
	padding: 0;
	}


/* ----- [ Home / Intro ] ---------------------- */
/* ----- [ Hero Images ] -----------------*/
.hero {
	/*height: 300px;*/
	margin: 0;
	/* border-top: 90px solid #fff; */
	overflow: hidden;
	background-size: cover;
	}
.home-hero {
	/*border-top: 90px solid #fff;*/
	/*height: 620px;*/
	/*height: 100vh;*/
	padding: 20px 0 100px;
	}	
.hero-overlay {				
	/* z-index: 1; */
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	background: rgba(0, 0, 0, 0.3);
	}

.parallax-hero {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	height: 500px;
	background-attachment: scroll;
	}
	
.home-inner {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 5vw 30px;
	}

@media screen and (min-width: 600px) {
	.parallax-hero {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		height: 500px;
		background-attachment: fixed;
		}
}
@supports (-webkit-overflow-scrolling: touch) {
	.parallax-hero {
		background-attachment: scroll !important;
		background-position: 50% 50%;
		background-size: cover;
		height: 400px;
		}
}

/* ---- [ Home Cities ] ---------- */
.home-cities {
	}
.home-cities > .flex-row {
	align-items: flex-start;
	column-gap: 1.5em;
	overflow: visible;
	}
.home-cities-text {
	flex: 1;
	}
.home-cities-grid {
	flex: 2;
	display: grid;
	/*grid-template-columns: repeat(2, 1fr);*/
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	/*grid-template-rows: repeat(5, 1fr);*/
	gap: 1.5em;
	}
.city-card {
	box-shadow: 0 2px 20px rgba(0,0,0,0.15);
	}
.city-card a {
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	border: none;
	}
.city-card a div {
	overflow: hidden;
	}
.city-card img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
	}
.city-card:hover img {
	transform: scale(1.05);
	}
.city-card-title {
	padding: 0.8em 1em;
	background: var(--white);
	}
.city-card-title h4 {
	transition: all 0.2s ease;
	}
.city-card:hover h4 {
	color: var(--accent);
	}


/* ----- [ Places Section ] ------------------*/
.location-map {
	position:relative;
	padding:0;
	margin:0;
	height: 100vh;
	}

.main-map {
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	right: 25%;
	right: 0;
	}

.map-sidebar {
	height: 100vh;
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	}
.map-sidebar.is-open {
	right: 0;
	}

.category-list {
	margin: 0;
	padding: 0;
	width: 100%;
	}
.map-legend {
	margin: 0;
	}
.map-legend label {
	position: relative;
	display: block;
	font-size: 1rem;
	padding: 1.2rem 1.2rem 1.2rem 2.3rem;
	width: 100%;
	border-bottom: 2px solid #f3f0ef;
	text-transform: uppercase;
	}
.map-legend label:hover {
	cursor: pointer;
	background: #f1f1f1;
	}
.map-legend input {
	height:0;
	width:0;
	opacity:0;
	}
.map-legend label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2rem;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #000;
	margin-top: -5px;
	}

.map-legend li {
	opacity: 1;
	}
.map-legend li.is-hidden {
	opacity: 0.4;
	}

.info_content p {
	margin: 0;
	}

.search-results {
	padding: 30px;
	}
.search-results li {
	position: relative;
	padding: 3px 10px 3px 20px;
	border-bottom: 1px solid #f3f0ef;
	}
.search-results li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background: #000;
	margin-top: -3px;
	}
	
.landmarks-li label:before, .search-results .landmarks-li:before { background: var(--landmarks); }
.eat-drink-li label:before, .search-results .eat-drink-li:before { background: var(--eat-drink); }
.bars-nightlife-li label:before, .search-results .bars-nightlife-li:before { background: var(--bars-nightlife); }
.shopping-li label:before, .search-results .shopping-li:before { background: var(--shopping); }
.accommodations-li label:before, .search-results .accommodations-li:before { background: var(--accommodations); }


@media only screen and (min-width: 1000px) {
	.main-map {
		right: 25%;
		}
	.map-sidebar {
		right: 0;
		width: 25%;
		}
	.map-legend label {
		font-size: 1rem;
		padding: 1.2rem 1.2rem 1.2rem 2.5rem;
		border-bottom: 2px solid #f3f0ef;
		}
}
@media only screen and (min-width: 1110px) {
	.map-legend label {
		font-size: 1.25rem;
		padding: 1.6rem 1.6rem 1.6rem 3rem;
		border-bottom: 2px solid #f3f0ef;
		}
}



/* ----- [ Programme Section ] ------------------*/
/* ----- [ Pages: About and Services ] -----------------*/
.lnr {
	display: inline-block;
	fill: currentColor;
	width: 1em;
	height: 1em;
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.05em;
	}

.lnr-home {
	color: #0F52BA;
	font-size: 40px;
	}

.about-text p {
	line-height: 1.8em;
	}


/* ----- [ Portfolio Section ] ------------------*/
.portfolio-item {
	position: relative;
	border: 1px solid #eee;
	overflow: hidden;
	}
.gallery-img2 {
	position: relative;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	width: 100%;
	}


.thumb-link {
	display: block;
	border: none;
	}

.image-zoom {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	}
.thumb-link:hover .image-zoom {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	}

.thumb-text {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	}
.thumb-link:hover .thumb-text {
	opacity: 1;
	visibility: visible;
	}


/* Type h3 */
.thumb-text-head {
	color: #222;
	text-align: center;
	text-decoration: none;
	margin: 0 1em 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.thumb-link:hover .thumb-text-head {
	border-bottom: 2px solid #ca3a31;
	padding-bottom: 0;
	}
	
.thumb-text .icon {
	font-size: 30px;
	color: #fff !important;
	-webkit-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out;
	display: none;
	}

/* ----- [ PORTFOLIO:  ] --------------- */
/* ----- Portfolio Blocks ---- */
.project-section {
	padding: 60px 0;
	background: #f9f9f9;
	}
	
.project-image {
	margin: 0 0 80px;
	vertical-align: middle;
	line-height: 1;
	}
.project-image.border {
	border: solid 15px #fff;
	}

.sticky-parent {
	overflow: visible;
	}
.sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 120px;
	}
	

.portfolio-nav {
	position: relative;
	padding: 0 4%;
	margin: 50px auto -40px;
	z-index: 1;
	}
.prev,
.next {
	float: left;
	width: 40%;
	height: auto;
	text-align: left;
	padding: 10px 30px;
	background: url("../images/lnr-chevron-left.svg") 0 50% no-repeat;
	border: none
	}
.next {
	float: right;
	text-align: right;
	background: url("../images/lnr-chevron-right.svg") 100% 50% no-repeat;
	}

@media only screen and (min-width: 1180px) {
	.portfolio-nav {
		position: relative;
		padding: 0 4%;
		margin: 0 auto 10px;
		max-width: 900px;
		height: 0;
		}
		
	.portfolio-nav span {
		display: none;
		}
	.next,
	.prev {
		opacity: 0.7;
		float: none;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 6%;
		background: url("../images/lnr-chevron-left.svg") 40% 55% no-repeat;
		margin-top: -2em;
		background-size: 30%;
		border: none;
		}
	.next {
		float: none;
		right: 0;
		left: auto;
		background: url("../images/lnr-chevron-right.svg") 60% 55% no-repeat;
		background-size: 30%;
		}
	.next:hover,
	.prev:hover {
		opacity: 1;
		}
}

@media only screen and (min-width: 1270px) {
	.portfolio-nav {
		display: block;
		}
}


/* ----- [ Contact form ]----------------------- */
input,
select,
textarea {
	font-size: 1em;
	width: 100%;
	padding: 6px 10px;
	margin: 0 0 10px;
	color: #333;
	background: #fff;
	webkit-appearance: none;
	border: 1px solid #ccc;
	border-radius: 0;
    }
textarea {
	margin: 0 0 5px;
	}

input[type=submit],
input.button {
    -webkit-appearance: none;
	}

input:focus, 
textarea:focus {
	background: #fff;
	}

input[type="checkbox"] {
	width: auto !important;
	margin: 0 5px 0 0;
	}

select {
	height: 42px;
	font-size: 1.1;
	padding: 15px 19px;
	border: none;
	border-radius: 0;
	}

.error,
.success {
	color: #fff;
	background: #f36617;
	margin: 0 0 20px;
	padding: 10px;
	width: auto;
	}
.success {
	color: #00355e;
	background: #c5d301;
	}
.ui-widget-content p {
	text-align: right;
	margin: -1.6em 0 0;
	}
span.ui-state-error {
	color: #ca3a31;
	}



/* ----- [ Contact Page ] --------------- */
.form__item--c_contact_consent,
.form__item--c_terms_consent {
	line-height: 0.9em;
	margin-bottom: 0;
	}
	
.form__item--c_terms_consent {
	line-height: 1.3em;
	margin-bottom: 10px;
	text-align: center;
	}

.form__item label {
	font-size: 0.9em;
	}

.field__header--hidden,
.form__item--scf-website {
	display: none;
	}
	
.field--error input,
.field--error textarea {
	border: 1px solid #ca3a31;
	}
	
.field--error--message {
	/*float: right;*/
	color: #f36617;
	font-size: 0.95em;
	margin: 0;
	display: none;
	}

.form__item--c_terms_consent .field--error--message {
	float: none;
	}

.form--error--message,
.form--success--message {
	text-align: center !important;
	font-size: 0.95rem;
	font-weight: 400;
	color: #fff;
	background: #ca3a31;
	padding: 10px;
	margin: 5px 0 20px;
	width: auto;
	clear: both;
	}

.form--success--message {
	font-size: 1.2rem;
	color: #00355e;
	color: #fff;
	background: #c5d301;
	background: olive;
	}

.FieldtypeCheckbox {
	margin-right: 0.5em;
	}

#wrap_InputfieldSubmit span,
.form__item--label,
li label span {
	display: none;
	}

.form__item--submit {
	text-align: center;
	}


@media only screen and (min-width: 660px) {		
	.form__item--c_terms_consent {
		/*float: left;
		width: 60%;*/
		text-align: left;
		}
	
	.form__item--submit {
		text-align: left;
		/*float: right;*/
		}	
}


/* ----- [ Buttons ] --------------------------- */
/* see styles for Dynamic First Aid! */
.button {
	display: inline-block;
	padding: 10px 20px;
	background: none;
	cursor: pointer;
	width: auto;
	opacity: 1;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #fff;
	border: 1px solid #222;
	background: #222;
	}
.button:hover {
	color: #fff;
	background: #222;
	background: #ca3a31;
	border-color: #ca3a31;
	text-decoration: none;
	}
	
						.button.outline {
							background: none;
							color: #d64236;
							}
	
						.button.full,
						.content .button.full {
							width: 100%;
							}
						.button.right,
						.content .button.right {
							float: right;
							}

						.dark .button {
							color: #fff;
							background: transparent;
							border: 2px solid #fff;
							}
						.dark .button:hover {
							color: #222;
							background: #fff;
							border: 2px solid #fff;
							}

						.map-canvas {
							margin-top: 30px;
							}
						.gm-style .gm-style-iw {
							display: flex;
							flex-direction: row-reverse;
							font-size: 16px;
							line-height: 1.4em;
							padding: 10px;
							}
						.gm-style .gm-style-iw-d {
							padding: 15px 0 10px 10px;
							}

/*-------[ Footer ] ---------------------------- */
.page-footer {
	color: #fff;
	background: #222;
	padding: 0;
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
	}
	
.page-footer .inner {
	max-width: 1180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	align-items: center;
	padding: 30px 20px;
	}
.page-footer p,
.page-footer li {
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.6em;
	font-weight: 100;
	}

.page-footer a {
	color: #fff;
	border-bottom: 1px solid #fff;
	}
.page-footer a:hover {
	color: #fff;
	border-bottom: 1px solid #ca3a31;
	}

.copyright-credits {
	margin: 0 auto;
	margin: 0 auto 0 0;
	font-size: 0.75em;
	}

/* ----- [ Social Icons (header) ] ---------- */
.social-icons {
	margin: 0 auto;
	}

.social-icon {
    color: #fff;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 20px 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}

.social-icon a,
.social-icon a:hover {
	text-decoration: none;
	border: none;
    color: #fff;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}

.social-icon-dribbble:hover { color: #ea4c89 !important; }
.social-icon-facebook:hover { color: #3b5998 !important; }
.social-icon-instagram:hover { color: #f00 !important; }
.social-icon-linkedin:hover { color: #0077b5 !important; }
.social-icon-twitter:hover { color: #1da1f2 !important; }
.social-icon-vimeo:hover { color: #1ab7ea !important; }
.social-icon-youtube:hover { color: red !important; }
.social-icon-lastfm:hover { color: #aa2217 !important; }

.social-icon svg {
    fill: currentColor;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
	}


@media only screen and (min-width:840px) {
	.social-icons {
		text-align: center;
		margin: 0 0 0 auto;
		padding-right: 50px;
		}
	.social-icon {
	    display: inline-block;
		height: 24px;
		width: 24px;
		margin: 0 0 0 10px;
		}
}

@media only screen and (min-width:1220px) {
	.social-icons {
		padding-right: 0;
		}
}

.top-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 9;
	}
.top-link a {
	color: #ca3a31;
	color: #fff;
	background: #222;
	font-size: 20px;
	line-height: 50px;
    display: block;
    height: 40px;
    width: 40px;
    outline: medium none;
    position: relative;
    z-index: 0;
    text-align: center;
    border: none;
    }
.top-link a:hover {
	border: none;
	background: #ca3a31;
	}
.top-link.show {
	opacity: 1;
	}

/* ----- [ CMS Content ] ------------------------*/
.cms-text ul,
.cms-text ol {
	margin: 0 0 1em;
	}
.cms-text li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
.cms-text ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
	
.cms-text p > img {
	max-width: 100%;
	display: block;
	}
	

/* ----- [ Misc. / Utility Styles ] ------------ */
img.inline {
	display: inline !important;
	}
img.right {
	float: right;
	}
.fright {
	float: right;
	}
.fleft {
	float: left;
	}
.text-left,
.text-left p,
.text-left li,
.text-left h2,
.text-left h3 {
	text-align: left;
	}
.text-right,
.text-right p,
.text-right li {
	text-align: right;
	}
.text-center {
	text-align: center;
	}
.text-small {
	font-size: 1em;
	}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}

.align_left {
	float: left;
	margin: 0 1em 1em 0;
}
.align_right {
	float: right;
	margin: 0 0 1em 1em;
}
.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

#editpage {
	position: fixed;
	bottom: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
	z-index: 1000;
	}
#editpage:hover {
	background: #ffffcc;
	color: #000; 
	}
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}


/* last.fm */
/*
#fade {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, transparent 128px, rgb(0, 0, 0) 100%);
    }


#lastfm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
    }
#lastfm:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#lastfm .track {
    position: relative;

    width: 33.3333%;
    height: auto;
    padding: 14px 10px 14px 90px;
    margin: 10px 10px 10px 10px;
    margin: 0 0 20px;
    border: 1px solid hsl(0, 0%, 10%);
    background: hsl(0, 0%, 10%);
    -webkit-border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.6);
    overflow: hidden;
    }
#lastfm .track.nowplaying {
	}
#lastfm .track.nowplaying .nowplaying-banner {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 2px 6px 0 6px;
	font-size: 12px;
	border: 1px solid hsl(0, 0%, 20%);
	border-bottom-right-radius: 3px;
	background-image: -webkit-linear-gradient(top, hsl(0, 80%, 50%), hsl(0, 100%, 30%));
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	}

#lastfm .track .art {
    position: absolute;
    left: 10px;
    top: 16px;
    width: 72px;
    height: 72px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    }
#lastfm .track .art img {
    position: absolute;
    left: 0;
    top: 0;
    width:72px;
    height:72px;
    border-radius: 2px;
    }
#lastfm .track .art .gloss {
    position: absolute;
    left: 0;
    top: 0;
    width:72px;
    height:72px;
    border-radius: 2px;
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.4);
    background-image: -webkit-linear-gradient(-60deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0.05) 100%);
    }

#lastfm .track .song {
    padding-top: 2px;
    padding-bottom: 1px;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }

#lastfm .track .artist {
    padding-bottom: 1px;
    font-size: 14px;
    color: hsl(0, 0%, 60%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#lastfm .track .album {
    padding-bottom: 1px;
    font-size: 14px;
    color: hsl(0, 0%, 40%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }

#lastfm .track .time {
    padding-bottom: 3px;
    font-size: 12px;
    color: hsl(0, 0%, 30%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
*/

/* cookie consent */
.cc_container {
	font-family: 'Raleway', sans-serif !important;
	color: #fff !important;
	background: #000 !important;
	background: rgba(0,0,0,0.8) !important;
	border: none !important;
	}
.cc_container a,
.cc_container a:visited {
	color: #fff !important;
	text-decoration: none !important;
	}

.cc_container .cc_btn, 
.cc_container .cc_btn:visited {
	background-color: #ca3a31 !important;
	color: #fff !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	}
.cc_container .cc_btn:hover, 
.cc_container .cc_btn:active {
	}


/* PRINT STYLES */
@media print {
	/* If you're going to have a print stylesheet, now's the time */
}


