/* ***********************************************************
## CSS reset
*********************************************************** */
/* ***********************************************************
## RESET
*********************************************************** */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ffff99;
	color: black;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ffff99;
	color: black;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/* ******************************************************** */
/* ***********************************************************
## COLORS
*********************************************************** */
/* ***********************************************************
## COLORS
*********************************************************** */
/* set up colors that will be used over and over again, in RGBA, A ommitted so that it can be set as needed but maintain base color */
/* ******************************************************** */
/* ***********************************************************
## FONTS
*********************************************************** */
/* ***********************************************************
## FONTS
*********************************************************** */
html,
body {
	font-size: 62.5%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: grayscale;
}

/*@font-face {
	font-family: entypo;
	font-style: normal;
	font-weight: normal;
	src: url(http://weloveiconfonts.com/api/fonts/entypo/entypo.eot);
	src: url(http://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix) format("eot"), url(http://weloveiconfonts.com/api/fonts/entypo/entypo.woff) format("woff"), url(http://weloveiconfonts.com/api/fonts/entypo/entypo.ttf) format("truetype"), url(http://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo) format("svg");
}*/
/* ******************************************************** */
/* ***********************************************************
## FUNCTIONS
*********************************************************** */
.neow3hide {
	display: none;
	visibility: hidden;
	overflow: initial;
}

img.lazy {
	display: block;
}


.animated.delay100{-webkit-animation-delay:100ms;animation-delay:100ms}
.animated.delay200{-webkit-animation-delay:200ms;animation-delay:200ms}
.animated.delay300{-webkit-animation-delay:300ms;animation-delay:300ms}
.animated.delay400{-webkit-animation-delay:400ms;animation-delay:400ms}
.animated.delay500{-webkit-animation-delay:500ms;animation-delay:500ms}

/* ******************************************************** */
/* ***********************************************************
## PROJECT SPECIFIC STYLES
*********************************************************** */
* {
	font-size: 1.5rem;
	font-weight: 200;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html,
body {
	background: black;
}

html {
/*
	overflow-x: hidden;
	overflow-y: scroll;
*/
	overflow: auto;
	height: 100%;
}

h1,
h2,
h1 span,
h2 span {
	color: white;
	font-style: normal;
	font-stretch: normal;
	font-variant: initial;
	font-family: "Roboto";
	letter-spacing: normal;
	text-transform: initial;
	text-decoration: none;
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	font-size: 36px;
}
@media screen and (max-width: 1480px) {
	h1,
	h2,
	h1 span,
	h2 span {
	font-size: calc(36px + -4 * (100vw - 1480px) / -520);
	}
}
@media screen and (max-width: 960px) {
	h1,
	h2,
	h1 span,
	h2 span {
	font-size: 32px;
	}
}

h4 {
	color: white;
	font-style: normal;
	font-stretch: normal;
	font-variant: initial;
	font-family: "Roboto";
	letter-spacing: normal;
	text-transform: initial;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	font-size: 18px;
}
@media screen and (max-width: 1480px) {
	h4 {
	font-size: calc(18px + -2 * (100vw - 1480px) / -520);
	}
}
@media screen and (max-width: 960px) {
	h4 {
	font-size: 18px;
	}
}

ul {
	list-style: none;
	list-style-type: none;
}

p, a, li {
	font-size: 16px;
	color: white;
	font-style: normal;
	font-stretch: normal;
	font-weight: 300;
	font-variant: initial;
	font-family: "Roboto";
	line-height: 1.8rem;
	letter-spacing: normal;
	text-transform: initial;
	text-decoration: none;
}

header {
	position: relative;
	background: #2b2b2b;
	min-height: 125px;
	width: calc(100vw - (100vw - 100%));
}
header > div {
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
	height: auto;
	position: relative;
}
header > div > a {
	height: auto;
	display: block;
	margin: 40px auto;
}
header > div > a img, header > div > a svg {
	height: 22px;
	width: auto;
}
header > nav {
	width: auto;
	position: absolute;
	right: 2vw;
	bottom: 2vw;
}
header > nav > ul {
	width: auto;
	list-style: none;
	list-style-type: none;
}
header > nav > ul > li {
	display: inline-block;
	margin: 0 0 0 2vw;
}
header > nav > ul > li > a {
	font-size: 2.5rem;
}
header > nav > ul > li > a:hover {
	color: #45afd6;
}

.neo_logo svg,
.neo_logo img {
	max-width: 100%;
}

main {
	margin: 0 0 0 0;
	width: calc(100vw - (100vw - 100%));
	font-size: 16px;
	color: white;
	font-style: normal;
	font-stretch: normal;
	font-weight: 300;
	font-variant: initial;
	font-family: "Roboto";
	line-height: 1.8rem;
	letter-spacing: normal;
	text-transform: initial;
	text-decoration: none;
	min-height: 90vh;
}

footer {
	-webkit-transition: transform 2s ease;
	-moz-transition: transform 2s ease;
	-ms-transition: transform 2s ease;
	-o-transition: transform 2s ease;
	transition: transform 2s ease;
	width: calc(100vw - (100vw - 100%));
	background: #636466;
	position: relative;
	bottom: 0;
}
footer > div {
	width: 100%;
	padding: 45px 0 25px;
	text-align: center;
	color: #919191;
}
footer > div p {
	font-family: "Roboto";
	font-size: 12px;
	color: #919191;
	line-height: 26px;
}
footer > div p span {
	background: #fff;
	font-size: 10px;
	margin: -2px 10px;
	content: "";
	width: 1px;
	height: 10px;
	display: inline-block;
	opacity: .2;
}
footer > div p a {
	font-family: "Roboto";
	font-size: 10px;
	color: #848484;
	text-transform: uppercase;
}
footer > div p a:hover {
	color: white;
}
footer.fixfoot {
	position: fixed;
}

footer .copyright p {
	color: #919191;
	line-height: 22px;
	margin-top: 3px;
}

section {
	position: relative;
	display: block;
	margin: 0 auto;
}
section:before, section:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
section.neo_pop_maps {
	position: relative;
	width: 90%;
	height: 80vh;
	margin: 0 auto;
}
section.neo__data {
	margin: 0 auto;
	padding: 0 0 3vw 0;
	text-align: center;
	background: #2b2b2b;
}
section.neo__data p {
	max-width: 600px;
	color: rgba(255, 255, 255, 0.75);
	margin: 30px auto 0;
	text-align: center;
}
section.neo__grid {
	background: transparent;
	margin: 0 auto 50px;
	position: relative;
	padding: 0 0 0;
}
section.neo__grid .neo_noreturn {
	position: absolute;
	top: 16vh;
	left: calc(50% - 125px);
	display: none;
	text-align: center;
	background: white;
	color: #2b2b2b;
	padding: 25px 0;
	width: 250px;
	height: auto;
	z-index: 100;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
section.neo__grid .neo_noreturn span {
	position: absolute;
	top: 0;
	right: 0;
	margin: 7px 10px;
	cursor: pointer;
}
.neo__grid .error-msg {
	display: none;
	margin: 0;
}
.neo__grid .error-msg.active {
	display: block;
	text-align: center;
	padding: 60px 30px;
	margin: 80px auto -40px;
}
section.neo__grid .neo__sites {
	width: 86%;
	margin: -40px auto 0;
	max-width: 100%;
	position: relative;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
section.neo__grid .neo__sites:before, section.neo__grid .neo__sites:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
section.neo__grid .neo__sites .item {
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	-o-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
	overflow: hidden;
	position: absolute;
	z-index: 1;
/*  cursor: move;*/
	display: inline-block;
	height: 20vw;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px;
	min-height: 300px;
}
section.neo__grid .neo__sites .item.half {
	width: calc(50% - 20px);
}
section.neo__grid .neo__sites .item.quarter {
	width: calc(25% - 20px);
}
section.neo__grid .neo__sites .item.col {
	width: calc(50% - 20px);
	height: calc(20vw - 10px);
}
section.neo__grid .neo__sites .item .item-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.8s all ease-in-out;
	-moz-transition: 0.8s all ease-in-out;
	-ms-transition: 0.8s all ease-in-out;
	-o-transition: 0.8s all ease-in-out;
	transition: 0.8s all ease-in-out;
}
section.neo__grid .neo__sites .item .item-content figure {
	background-size: cover;
	background-position: center center;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	height: auto;
	position: relative;
	height: 100%;
	overflow: hidden;
/*  cursor: pointer;*/
	z-index: 0;
	display: table;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-box: fill-box;
}
section.neo__grid .neo__sites .item .item-content figure:before, section.neo__grid .neo__sites .item .item-content figure:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
section.neo__grid .neo__sites .item .item-content figure span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
}
section.neo__grid .neo__sites .item .item-content figure img {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	display: block;
	width: 100%;
}
section.neo__grid .neo__sites .item .item-content figure:before {
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-ms-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	-ms-opacity: 0.2;
	-o-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-webkit-transform: opacity 0.35s;
	-moz-transform: opacity 0.35s;
	-ms-transform: opacity 0.35s;
	-o-transform: opacity 0.35s;
	transform: opacity 0.35s;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.54) 59%, black 103%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
}
section.neo__grid .neo__sites .item .item-content h4 {
	position: absolute;
	width: calc(100% - 40px);
	top: 14px;
	left: 20px;
	z-index: 2;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.65s;
	-webkit-transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-ms-transform: translate3d(0, 10px, 0);
	-o-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}
section.neo__grid .neo__sites .item .item-content small {
	position: absolute;
	top: 43px;
	right: 40px;
	z-index: 2;
	width: 6px;
	height: 6px;
	background: white;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.65s;
	-webkit-transform: translate3d(0, 200%, 0);
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-o-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
section.neo__grid .neo__sites .item .item-content small:before, section.neo__grid .neo__sites .item .item-content small:after {
	display: inline-block;
	content: "";
	z-index: 2;
	width: 6px;
	height: 6px;
	background: white;
	margin: 0 4px;
	position: absolute;
	top: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
section.neo__grid .neo__sites .item .item-content small:before {
	left: -15px;
}
section.neo__grid .neo__sites .item .item-content small:after {
	right: -15px;
}
section.neo__grid .neo__sites .item .item-content .neo_caption {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 5%;
	right: 5%;
	padding: 3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
section.neo__grid .neo__sites .item .item-content .neo_caption:before, section.neo__grid .neo__sites .item .item-content .neo_caption:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
section.neo__grid .neo__sites .item .item-content .neo_caption:before, section.neo__grid .neo__sites .item .item-content .neo_caption:after {
	pointer-events: none;
}
section.neo__grid .neo__sites .item .item-content .neo_caption:before {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 90%;
	height: 90%;
	content: "";
	border: solid rgba(43, 43, 43, 0.2) 1px;
}
section.neo__grid .neo__sites .item .item-content .neo_caption p {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 100%;
}
section.neo__grid .neo__sites .item .item-content .neo_caption p a {
	position: relative;
	top: 0;
	background: rgba(255, 255, 255, 0.4);
	display: table;
	margin: -50px auto;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	padding: 7px 20px 5px;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	font-variant: initial;
	font-family: "Roboto";
	line-height: 1.8rem;
	letter-spacing: normal;
	text-transform: initial;
	text-decoration: none;
	font-weight: 700;
	color: white;
}
section.neo__grid .neo__sites .item .item-content .neo_caption p a:nth-of-type(2) {
	margin: 20px auto;
	z-index: 10;
}
section.neo__grid .neo__sites .item .item-content .neo_caption p a:hover {
	background: rgba(69, 175, 214, 0.85);
	color: rgba(255, 255, 255, 0.75);
}
section.neo__grid .neo__sites .item .item-content .neo_caption:before, section.neo__grid .neo__sites .item .item-content .neo_caption p {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.85s, -webkit-transform 0.85s;
	transition: opacity 0.85s, transform 0.85s;
}
section.neo__grid .neo__sites .item .item-content:hover figure {
	-webkit-transform: translateZ(0) scale(1.05, 1.05);
	-moz-transform: translateZ(0) scale(1.05, 1.05);
	-ms-transform: translateZ(0) scale(1.05, 1.05);
	-o-transform: translateZ(0) scale(1.05, 1.05);
	transform: translateZ(0) scale(1.05, 1.05);
	filter: blur(1px) grayscale(2%);
	-webkit-filter: blur(1px) grayscale(1%);
}
section.neo__grid .neo__sites .item .item-content:hover figure:before {
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	-ms-opacity: 0.75;
	-o-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
section.neo__grid .neo__sites .item .item-content:hover h4 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
section.neo__grid .neo__sites .item .item-content:hover small {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
section.neo__grid .neo__sites .item .item-content:hover .neo_caption p {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
section.neo__grid .neo__sites .item .item-content:hover .neo_caption p a {
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-ms-transform: translateY(25px);
	-o-transform: translateY(25px);
	transform: translateY(25px);
}
section.neo__grid .neo__sites .item .item-content:hover .neo_caption p a:nth-of-type(2) {
	-webkit-transform: translateY(75px);
	-moz-transform: translateY(75px);
	-ms-transform: translateY(75px);
	-o-transform: translateY(75px);
	transform: translateY(75px);
}
section.neo__grid .neo__sites .item .item-content:hover .neo_caption p a:nth-of-type(3) {
	-webkit-transform: translateY(125px);
	-moz-transform: translateY(125px);
	-ms-transform: translateY(125px);
	-o-transform: translateY(125px);
	transform: translateY(125px);
}

.fullPicLink {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.filter-controls {
	background: #2b2b2b;
	padding: 0 0 140px 0;
}
.filter-controls > div {
	width: 84%;
	margin: 0 auto 0;
	max-width: 100%;
	position: relative;
	height: 100%;
	padding: 1vw auto;
	background: #2b2b2b;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.filter-controls > div a.neo_mobile_menu {
	display: none;
	padding: 1vw;
}
.filter-controls > div.lockedMenu {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	padding: 10px 8% 0;
}
.filter-controls > div div.neo_filter {
	display: block;
	margin: 0 0 15px;
	float: left;
	width: 75%;
}
.filter-controls > div div.neo_filter span {
	display: inline-block;
	margin-right: 10px;
}
.filter-controls > div div.neo_filter a {
	margin: 0 1vw 0 0;
	background: transparent;
	padding: 4px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	font-variant: initial;
	font-family: "Roboto";
	line-height: 1.8rem;
	letter-spacing: normal;
	text-transform: initial;
	text-decoration: none;
	font-weight: 500;
	color: white;
	display: inline-block;
}
.filter-controls > div div.neo_filter a.filterActive {
	cursor: pointer;
	background: #45afd6;
}
.filter-controls > div div.neo_filter a:hover {
	background: rgba(69, 175, 214, 0.55);
}
.filter-controls > div div.neo_filter.neo_mobile_menu {
	padding: 0 10px 0 0;
	margin: 0 0;
	display: inline-block;
}
.filter-controls > div div.neo_filter.neo_mobile_menu:hover {
	background: transparent !important;
}
.filter-controls > div div.neo_search {
	display: inline-block;
	float: right;
	position: relative;
}
.filter-controls > div div.neo_search input {
	background: transparent;
	border: none;
	outline: none;
	padding: 6px 20px 5px;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	font-variant: initial;
	font-family: "Roboto";
	line-height: 1.8rem;
	letter-spacing: normal;
	text-transform: initial;
	text-decoration: none;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.4);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: solid rgba(255, 255, 255, 0.1) 1px;
}

.mfp-container {
	background: rgba(0, 0, 0, 0.8);
}


/** Private Login Page **/
/** 404 Page **/
.page-header,
.entry-header {
	width: auto;
	text-align: center;
	padding: 30px 30px 0;
}

.page-header p,
.entry-header p {
	max-width: 600px;
	color: rgba(255, 255, 255, 0.75);
	margin: 30px auto 0;
	text-align: center;
}

.page-content,
.search-result-count,
.entry-content {
	width: auto;
	text-align: center;
	padding: 60px 30px;
	margin: 80px 0 -40px;
}

.page-content p,
.search-result-count p,
.entry-content p {
	margin-bottom: 30px;
}

.post-password-form label {
	display: none;
}

.search-form .search-field,
.post-password-form .post-password-form__input {
	background: transparent;
	border: none;
	outline: none;
	padding: 6px 10px 5px;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	font-variant: initial;
	font-family: "Roboto";
	line-height: 1.8rem;
	letter-spacing: normal;
	text-transform: initial;
	text-decoration: none;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: solid rgba(255, 255, 255, 0.7) 1px;
	text-align: center;
}

.search-form .search-submit,
.post-password-form .post-password-form__submit,
.button {
	display: block;
	margin: 20px auto;
	background: rgba(255, 255, 255, 0.4);
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	padding: 7px 20px 5px;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	font-variant: initial;
	font-family: "Roboto";
	line-height: 1.8rem;
	letter-spacing: normal;
	text-transform: initial;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.button {
	display: inline-block;
}

.search-form .search-submit:hover,
.post-password-form .post-password-form__submit:hover,
.button:hover {
	background: rgba(69, 175, 214, 0.85);
	color: rgba(255, 255, 255, 0.75);
}

.backbtn {
	position: absolute;
	right: 0;
	top: 25px;
}



/* ***********************************************************
## LOAD
*********************************************************** */
/* ***********************************************************
## LOAD SASS LIBRARIES
*********************************************************** */
/* ******************************************************** */
/* ***********************************************************
## LARGE SCREENS
*********************************************************** */
/* ******************************************************** */
/* ***********************************************************
## MEDIUM SCREENS
*********************************************************** */
@media screen and (max-width: 1080px) {
	header > div {
	width: 92%;
	}

	.filter-controls > div {
	width: 92%;
	}
	.filter-controls > div a.neo_mobile_menu {
	display: inline-block;
	float: left;
	}
	.filter-controls > div.lockedMenu {
	padding: 10px 4% 0;
	}
	.filter-controls > div div.neo_filter {
	position: absolute;
	top: 5vw;
	max-width: 130px;
	padding: 1vw;
	display: none;
	background: white;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-right: 10px;
	}

	.filter-controls > div div.neo_filter.mMenuOpen {
		display: block;
	}
	.filter-controls > div div.neo_filter:nth-of-type(2) {
	margin-left: 160px;
	}
	.filter-controls > div div.neo_filter span {
		display: block;
		color: black;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.filter-controls > div div.neo_filter a {
	line-height: 2.4rem;
	color: black;
		display: block;
	}
	.filter-controls > div div.neo_filter a.filterActive {
	display: block;
	background: transparent;
	color: #45afd6;
	}

	section.neo__grid .neo__sites {
	width: 94%;
	}
	section.neo__grid .neo__sites .item {
	margin: 10px;
	}
	section.neo__grid .neo__sites .item.half {
	width: calc(50% - 20px);
	}
	section.neo__grid .neo__sites .item.quarter {
	width: calc(50% - 20px);
	height: 20vw;
	}
	section.neo__grid .neo__sites .item.col {
	width: calc(50% - 20px);
	height: 20vw;
	}
}
@media screen and (max-width: 720px) {
	header > div {
	width: 90%;
	}

	section.neo__data {
	padding: 0 0 7vw 0;
	}
	section.neo__data p {
	width: 84%;
	}

	section.neo__grid .neo__sites .item {
	margin: 15px;
	height: 88vw;
	}
	section.neo__grid .neo__sites .item.half {
	width: calc(100% - 30px);
	}
	section.neo__grid .neo__sites .item.quarter {
	width: calc(100% - 30px);
	height: 88vw;
	}
	section.neo__grid .neo__sites .item.col {
	width: calc(100% - 30px);
	height: 88vw;
	}

	.filter-controls > div {
	width: 88%;
	}
	.filter-controls > div.lockedMenu {
	padding: 10px 6% 0;
	}
	.filter-controls > div div.neo_filter {
	position: absolute;
	top: 9vw;
	}
}
/* ******************************************************** */
/* ***********************************************************
## SMALL SCREENS
*********************************************************** */
@media screen and (max-width: 640px) {
	header {
	text-align: center;
	}
	header > div {
	width: 88%;
	}

	header > div > a {
	margin: 25px auto;
	}

	.backbtn {
	position: relative;
	top: 0;
	}
}
/* Landscape */
/* ******************************************************** */
