/* IMPORT FONTS */

@import url('https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200');

html, body {	
  width:100%;
}

body {
	background: #f5f4f4;
	overflow-x: hidden;
	margin:0;
	padding:0;
	position: relative;
}

html, button, input, select, textarea, 
.pure-g [class *= "pure-u"] {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	/*
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    */
    text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
}

html, button, input, select, textarea {
	color: #000;
}

input, select, textarea {
	outline: none !important;
}

.page-width {
	width: 1024px;
	max-width:92%;
	margin: 0 auto;
}

.page-width-narrow {
	width: 710px;
	max-width:92%;
	margin: 0 auto;
}

.page-width-medium {
	width: 980px;
	max-width:92%;
	margin: 0 auto;
}

.page-width-wide {
	width: 1280px;
	max-width:92%;
	margin: 0 auto;
}

.page-width-full {
	max-width: 92%;
	margin: 0 auto;
}

.page-width-bleed {
	max-width: 100%;
	margin: 0 auto;
}

/* UTILITY */

.vertical-center {
	display: table;
	width: 100%;
	height: 100%;
}

.vertical-center-cell {
	display: table-cell;
	vertical-align: middle;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.height-100 {
	height: 100%;
	box-sizing: border-box;
}

/* CORE TYPOGRAPHY */


h1 a, h2 a, h3 a, h4 a {
	
}

p {
	margin: 0;
	padding: 0 0 28px 0;
	line-height: 1.2em;
}

a {
	color: #000;
}

a:hover {
	font-weight: 600;
}

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

/* BACKGROUNDS */

.bg-white {
	background: #FFF;
}

/* BUTTONS */


/* BORDERS AND SPACERS */


/* HEADER */

.con {
	cursor: pointer;
	display: inline-block;
	margin-top: 26px;
}
	
.bar {
	display: block;
	height: 2px;
	width: 25px;
	background: #000;
	margin: 6px auto;
}
	
.con {
	width: auto;
	margin: 0 auto;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
	
.middle {
	margin: 0 auto;
}
	
.bar {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
	
.con.x .top {
	-webkit-transform: translateY(6px) rotateZ(45deg);
	-moz-transform: translateY(6px) rotateZ(45deg);
	-ms-transform: translateY(6px) rotateZ(45deg);
	-o-transform: translateY(6px) rotateZ(45deg);
	transform: translateY(6px) rotateZ(45deg);
}
	
.con.x .bottom {
	-webkit-transform: translateY(-10px) rotateZ(-45deg);
	-moz-transform: translateY(-10px) rotateZ(-45deg);
	-ms-transform: translateY(-10px) rotateZ(-45deg);
	-o-transform: translateY(-10px) rotateZ(-45deg);
	transform: translateY(-10px) rotateZ(-45deg);
}
	
.con.x .middle {
	width: 0;
}

/* NAVIGATION */

.navigation {
	font-size: 19px;
}

.navigation ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation ul.menu li {
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
	text-transform: lowercase;
}

.navigation ul.menu li a {
	text-decoration: none;
}

.navigation ul.menu li.current_page_item a {
	font-weight: 600;
}

/* MAILING LIST */

.mailing-list {
	padding-top: 40px;
}

@media screen and (max-width:47.938em) {
	
	.mailing-list {
		padding-top: 0;
		padding-bottom: 40px;
	}
	
}

.mailing-list p {
	text-transform: lowercase;
	font-size: 20px;
	font-weight: 600;
}

.mailing-list form {
	display: block;
	width: 100%;
	max-width: 150px;
	position: relative;
}

.mailing-list form input[type="email"] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border: none;
	border-bottom: #000 solid 1px;
	padding: 0 20px 5px 0;
}

.mailing-list form input[type="submit"] {
	width: 30px;
	text-align: right;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	margin:0;
	padding:0;
	background: transparent;
	border: none;
}

/* VIDEO */

/* fixed header */

/* FOOTER */

/* CONTENT AREA */

.page-content {
	padding-top: 0;
	padding-bottom: 36px;
}

.page-content img {
	max-width: 100% !important;
	height: auto !important;
}

.page-content-text {
	margin-top: 20vh;
}

.page-content-text.b {
	margin-top: 35.5vh;
}

/* FORMS */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	opacity:  1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}

/* SLICK FIXES */

.slick-initialized .slick-slide {
	outline: none;
}

/* SIDEBAR */

.hatchers-mark {
	position: fixed;
	top:0;
	left:0;
	padding: 5vh 0 0 2.8%;	
	z-index: 1000;
}

.hatchers-mark .logo {
	position: relative;
}

.hatchers-mark .logo img {
	width: auto;
	height: auto;
	max-height: 45px;
	max-width: 100%;
}

.hatchers-mark .logo img.reveal {
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
}

.hatchers-mark .logo:hover img {
	opacity: 0;
}
.hatchers-mark .logo:hover img.reveal {
	opacity: 1;
}

.hatchers-sidebar,
.hatchers-sidebar * {
    transition: all 0.6s ease-in;
}

.hatchers-sidebar {
   	position: fixed;
	top:0;
	left:0;
	bottom:0;
	padding: 5vh 3% 20px 3.8%;	
	width: 100%;
	box-sizing: border-box;
	z-index: 1000;
	background:#ceeafd;
	-webkit-animation: color-bgs 300s linear infinite;
	margin-left:-100%;
	overflow-y: hidden;
}

@media screen and (max-width: 767px){
	.hatchers-sidebar {
		overflow-y: scroll;
	}
}

@media screen and (min-width: 768px){
	.hatchers-sidebar .scrolling-content-area-position {
		position: relative;
		height: 100%;
	}
	
	.hatchers-sidebar .scrolling-content-area {
		overflow-y: scroll;
		position: absolute;
		top:0;right:0;bottom:0;left:0;
		padding-bottom: 600px;
		box-sizing: border-box;
		padding-left:35px;
		padding-right:35px;
	}
}

/*
.home .hatchers-sidebar::before {
	content: '';
	display: block;
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	width: 15px;
	background: rgb(237,237,255);
	background: linear-gradient(180deg, rgba(237,237,255,1) 0%, rgba(253,238,253,1) 35%, rgba(250,237,237,1) 100%); 
}
*/

.hatchers-sidebar .logo img {
	width: auto;
	height: auto;
	max-height: 45px;
	max-width: 100%;
	opacity: 1; /* was 0 */
	transition-delay: 0.8s;
	margin-left: -35px;
}

/* -- open */

.hatchers-sidebar.open {
	margin-left: 0;
	overflow-x: hidden;
}

.hatchers-sidebar.wide {
	width:100%;
}

.hatchers-sidebar.open .logo img {
	opacity: 1;
}

.hatchers-sidebar .sidebar-content.home h2 {
	text-align: left;
	border-bottom: #000 solid 2px;
	font-size: 1.75em;
    padding-bottom: 10px;
}

.hatchers-sidebar .sidebar-content.home .event {
	margin-bottom: 20px;
	background:#FFF;
	padding:10px;
	box-sizing: border-box;
}

.hatchers-sidebar .sidebar-content.home .event.transparent {
	border-top:#000 solid 3px;
	background:transparent;
}

.hatchers-sidebar .sidebar-content.home .event p {
	margin: 0;
	padding: 0;
}

.hatchers-sidebar .sidebar-content.home .event .hidden {
	display:none;	
}

.hatchers-sidebar .sidebar-content.home .event .description p {
	margin-top:15px;
}

.hatchers-sidebar .sidebar-content.home .event img {
	width:100%;
	height: auto;
	display: block;	
	margin: 0 0 20px 0;
}

.hatchers-sidebar .sidebar-content.home .event .date {
	margin:0 0 10px 0;
	padding:0;
	text-align: right;
	font-weight: 700;
}

.hatchers-sidebar .sidebar-content.home .event p.title {
	font-weight: 700;
	margin: 0 0 20px 0;
}

.hatchers-sidebar .sidebar-content.home .event ul.time-place {
	list-style: none;
	margin: 0 0 4px 0;
	padding: 0;
}

.hatchers-sidebar .sidebar-content.home .event ul.time-place li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0 8px 0 0;
	line-height: 1em;
}

.hatchers-sidebar .sidebar-content.home .event ul.time-place li {
	border-right: #000 solid 1px;
}

.hatchers-sidebar .sidebar-content.home .event ul.time-place li:last-child {
	border-right: none;
}

.hatchers-sidebar .sidebar-content.home .partners {
	padding-top:15px;
	padding-bottom: 35px;
}

@media screen and (max-width:47.938em) {
	.hatchers-sidebar .sidebar-content.home .partners .carousel {
		margin-left:15px;
		margin-right: 15px;
	}
}

.hatchers-sidebar .sidebar-content.home .partners .slick-prev:before {
	color: #000;
	content: '<';
}

.hatchers-sidebar .sidebar-content.home .partners .slick-next:before {
	color: #000;
	content: '>';
}

.hatchers-sidebar .sidebar-content.home .partners .slide {
	box-sizing: border-box;
	padding: 10px;
	display: flex;
    align-items: center;
    height: 60px;
    text-align: center;
}

.hatchers-sidebar .sidebar-content.home .partners .slide img {
	max-width: 100%;
	height: auto;
	max-height: 60px;
    margin: 0 auto;
}

/* CONTACT */

/*
.page.page-id-13 {
	 background: rgb(236,253,243);
	 background: linear-gradient(135deg, rgba(236,253,243,1) 0%, rgba(236,248,252,1) 35%, rgba(242,235,249,1) 100%); 
	 background-attachment: fixed;
}
*/

/* WORK WITH US */

/*
.page.page-id-11 {
	 background: rgb(237,246,251);
	 background: linear-gradient(135deg, rgba(237,246,251,1) 0%, rgba(237,235,253,1) 35%, rgba(248,237,245,1) 100%);  
	 background-attachment: fixed;
}
*/

/* ABOUT */

/*
.page.page-id-9 {
	  background: rgb(249,237,244);
	  background: linear-gradient(135deg, rgba(249,237,244,1) 0%, rgba(248,235,231,1) 35%, rgba(243,246,231,1) 100%); 
	  background-attachment: fixed;  
}
*/

.page.page-template-page-text {	
	animation: color-bgs 20s linear infinite;
	-webkit-animation: color-bgs 20s linear infinite;
}

.page.page-template-page-holding {
	animation: color-bgs 20s linear infinite;
	-webkit-animation: color-bgs 20s linear infinite;
}

@-webkit-keyframes color-bgs {
   0% { background: #ccecff; }
   25% { background: #fbd6db; }
   50% { background: #fffee1; }
   75% { background: #dbd6fb; }
   100% { background: #ccecff; }
}

/* HOME */

.viewport {
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}

.viewport .item {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  text-align: center;
}

.viewport .item.has-modal {
	cursor: pointer;
}

.viewport .item:hover {
	z-index: 100;
}

.viewport .item img {
  width:auto;
  height:auto;
  max-width:300px;
  max-height:300px;
}

.modal-overlay {
	position: fixed;
	top:0;right:0;bottom:0;left:0;
	background: rgba(255,255,255,0.96);
	display: none;
}

.modals .modal {
	display: none;
}

.modals .modal.show {
	display: block;
	position: absolute;
	top: 50px;
	left: 25%;
	right: 25%;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.modals .modal .modal-inner {
	position: relative;
}

.modals .modal .modal-inner .close {
	text-align: right;
	margin: 0 0 15px 0;
}

.modals .modal .modal-inner .close a {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../images/close.png') center center no-repeat;
	background-size: contain;
}

.modals .modal .modal-inner .image img {
	 width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 52vh;
}

@media(max-width:767px){
	.modals .modal .modal-inner .image img {
		max-width: 100%;	
	}
}


.modals .modal .modal-inner .title h2 {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	padding: 8px 0 8px 0;
}

.modals .modal .modal-inner .title p {
	display: none;
}

.modals .modal .modal-inner .more,
.modals .modal .modal-inner .less {
	display: none;
}

.cursor {
	position: absolute;
	z-index: 200;
}

.cursor .title {
	font-size: 24px;
	font-weight: 700;	
	line-height: 1em;
}

.cursor .subtitle {
    font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 1em;
}

/* SUBSCRIPTIONS */

.leaky-paywall-payment-button a {
	background:#000;
	color:#FFF;
	border-radius: none;
	padding:10px;
	-webkit-appearance: none;
}

.leaky-paywall-payment-button a:hover {
	background:#000;
	border-radius: 0;
}

.leaky-paywall-payment-form input[type="submit"],
.leaky-paywall-payment-form button {
	background:#000;
	color:#FFF;
	border-radius: none;
	padding:10px;
	-webkit-appearance: none;
}

.leaky-paywall-payment-form input[type="text"],
.leaky-paywall-payment-form input[type="email"],
.leaky-paywall-payment-form input[type="tel"],
.leaky-paywall-payment-form input[type="number"],
.leaky-paywall-payment-form input[type="password"]{
	box-sizing: border-box;
	padding:10px;
	border:#000 solid 2px;
	background:transparent;
	border-radius: none;
	-webkit-appearance: none;
	margin:10px 0 0 0;
	width: 100%;
	
}

.leaky_paywall_message_wrap {
	background: transparent !important;
}

/* FANCYBOX */

@media screen and (min-width: 800px){
	.chasbain-vid .fancybox-content {
	  max-width: 75%;
	  max-height: 80%;
	}
}

.fancybox-bg {
	background: #FFF;
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.7;	
}

.fancybox-caption {
	color: #000;
	width: 80%;
	margin: 0 auto;
}

.fancybox-caption::before {
	background: transparent !important;	
}

.fancybox-button {
    background: transparent;
    height: 64px;
    width: 64px;
}

/* UNDER CONSTRUCTION PAGE */

.page-template-page-holding {
    font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 18px;
	line-height: 1.3em;
	text-align: center;
	text-transform: uppercase;
	-webkit-animation: gradbg 10s linear infinite;
}

@-webkit-keyframes gradbg {
   0% {
	   background: rgb(236,253,243);
	   background: linear-gradient(135deg, rgba(236,253,243,1) 0%, rgba(236,248,252,1) 35%, rgba(242,235,249,1) 100%);
   }
   30% {
	   background: rgb(237,246,251);
	   background: linear-gradient(135deg, rgba(237,246,251,1) 0%, rgba(237,235,253,1) 35%, rgba(248,237,245,1) 100%);
   }
   60% {
	   background: rgb(249,237,244);
	   background: linear-gradient(135deg, rgba(249,237,244,1) 0%, rgba(248,235,231,1) 35%, rgba(243,246,231,1) 100%); 
   }
   90% {
	   background: rgb(237,246,251);
	   background: linear-gradient(135deg, rgba(237,246,251,1) 0%, rgba(237,235,253,1) 35%, rgba(248,237,245,1) 100%);
   }
   100% {
	   background: rgb(236,253,243);
	   background: linear-gradient(135deg, rgba(236,253,243,1) 0%, rgba(236,248,252,1) 35%, rgba(242,235,249,1) 100%); 
   }
}

.page-template-page-holding .main {
    height: 100%;
    width: 100%;
    display: table;
}

.page-template-page-holding .wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.page-template-page-holding p {
	margin: 0;
	padding: 0;
}

.page-template-page-holding img {
	width: 420px;
	max-width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 32px auto;
}

.tongue-page-text {
	max-width: 1040px;
	margin: 0 auto;
}

.tongue-page-text h1 {
	font-size: 50px;
	line-height: 1.3em;
}

@media (max-width:767px){
	.tongue-page-text h1 {
		font-size: 38px;
		line-height: 1.3em;
	}
}

.tongue-image {
	text-align: center;
}

.tongue-content img {
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto;
}

@media (min-width: 1025px){
	.culture-content,
	.culture-title {
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
}

/* WORDPRESS IMAGE ALIGNMENTS */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* GRID ADJUST */

.cell-pad-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.cell-pad-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.cell-pad-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.cell-pad-30 {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width:767px){
	.cell-pad-30-mobile {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.cell-pad-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.has-gutters-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.has-gutters-15 {
	margin-left: -15px;
	margin-right: -15px;
}

.has-gutters-20 {
	margin-left: -20px;
	margin-right: -20px;
}

.has-gutters-30 {
	margin-left: -30px;
	margin-right: -30px;
}

.cell-margin-15 {
	margin-left: 15px;
	margin-right: 15px;
}

/* RESPONSIVE */

/* pure-hidden-xs */
@media screen and (max-width:35.438em) {
    .pure-visible-sm{display:none !important}
    .pure-visible-md{display:none !important}
    .pure-visible-lg{display:none !important}
    .pure-visible-xl{display:none !important}
    .pure-hidden-xs{display:none !important}
}
/* pure-hidden-sm */
@media screen and (min-width:35.5em) and (max-width:47.938em) {
    .pure-visible-xs{display:none !important}
    .pure-visible-md{display:none !important}
    .pure-visible-lg{display:none !important}
    .pure-visible-xl{display:none !important}
    .pure-hidden-sm{display:none !important}
}
/* pure-hidden-md */
@media screen and (min-width:48em) and (max-width:63.938em) {
    .pure-visible-xs{display:none !important}
    .pure-visible-sm{display:none !important}
    .pure-visible-lg{display:none !important}
    .pure-visible-xl{display:none !important}
    .pure-hidden-md{display:none !important}
}
/* pure-hidden-lg */
@media screen and (min-width:64em) and (max-width:79.938em) {
    .pure-visible-xs{display:none !important}
    .pure-visible-sm{display:none !important}
    .pure-visible-md{display:none !important}
    .pure-visible-xl{display:none !important}
    .pure-hidden-lg{display:none !important}
}
/* pure-hidden-xl */
@media screen and (min-width:80em) {
    .pure-visible-xs{display:none !important}
    .pure-visible-sm{display:none !important}
    .pure-visible-md{display:none !important}
    .pure-visible-lg{display:none !important}
    .pure-hidden-xl{display:none !important}
}

/* pure-lg */

@media screen and (min-width:64em) and (max-width:79.938em) {
	
	
	
}


/* pure-md */

@media screen and (min-width:48em) and (max-width:63.938em) {
	
	
	
}

.mobile-title {display: none;}

/* pure-sm-xs */
@media screen and (max-width:47.938em) {
	
	.mobile-title {
		display: block;
		border-top:#000 solid 2px;
		margin: 0 0 25px 0;
		padding: 0;
	}
	
	.mobile-title h1 {
		font-size: 18px;
		line-height: 1.3em;
		text-transform: lowercase;
		margin:0;
		padding: 8px 0 0 0;
	}
	
	.menu-toggle {
		position: fixed;
		top:4px;
		left:15px;
		background: #f5f4f4;
		z-index: 2010;
		text-align: left;
		font-size: 9px;
	}
	
	.mobile-header {
		position: fixed;
		top:0;
		left:0;
		right:0;
		height: 50px;
		background: #f5f4f4;
		z-index: 2000;
	}
	
	/*
	.mobile-header::after {
		content: '';
		display: block;
		position: fixed;
		top: 50px;
		left:0;
		right:0;
		height:10px;
		background: rgb(237,237,255);
		background: linear-gradient(90deg, rgba(237,237,255,1) 0%, rgba(253,238,253,1) 35%, rgba(250,237,237,1) 100%); 
	}
	*/
	
	.mobile-header .menu-toggle {
		margin-top:10px;
	}
	
	.mobile-header img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		max-height: 23px;
		padding-top: 13px;
		height: auto;
	}
	
	.mobile-header-menu {
		position: fixed;
		top:-280px;
		left:0;
		right:0;
		background: #f5f4f4;
		z-index: 2005;
		overflow: hidden;
		display: block;
		transition: all 0.8s;
	}
	
	/*
	.mobile-header-menu-border {
		margin-top:20px;
		display: block;
		height:10px;
		background: rgb(237,237,255);
		background: linear-gradient(90deg, rgba(237,237,255,1) 0%, rgba(253,238,253,1) 35%, rgba(250,237,237,1) 100%); 
	}
	*/
	
	.mobile-header-menu.open {
		height: auto;
		top:0;
		transition: all 0.8s;
		padding-top: 15px;
	}
	
	.mobile-header-menu ul {
		list-style: none;
		margin: 0;
		padding: 0 15px 0 0;
		text-align: right;
	}
	
	.mobile-header-menu ul li {
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
		line-height: 38px;
		font-size: 18px;
	}
	
	.mobile-header-menu ul li a {
		text-decoration: none;
	}
	
	.mobile-header-menu ul li.current-menu-item a {
		font-weight: 700;
	}
	
	.mobile-header-menu .mailing-list {
		text-align: right;
		padding-right: 15px;
		padding-top: 10px;
	}
	
	.mobile-header-menu .mailing-list form {
		display: inline-block;
	}
	
	.viewport {
		top: 40px;
	}
	
	.viewport .item img {
	  width:auto;
	  height:auto;
	  max-width:150px;
	  max-height:150px;
	}
	
	.page-content-text {
		margin-top: 0;
	}
	
	.page-text {
		padding-top:80px;
	}
	
	.page-content-text.b {
		margin-top: 20px;
	}
	
	* {
    	-webkit-overflow-scrolling: touch;
	}
	
	.modals.open {
		display: block;
		position: fixed;
		top: 70px;
		left:0;
		right:0;
		bottom:0;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	.modals.open .modal,
	.modals .modal.show {
		display: block;
		position: relative;
		top: auto;
		right:auto;
		bottom: auto;
		left: auto;
	}
	
	.modals .modal .modal-inner {
		background: #f5f4f4;
		width: 90%;
		margin: 0 auto 30px auto;
		padding:0;
	}
	
	.modals .modal .modal-inner .close {
		display: none;
	}
	
	.modals .modal .modal-inner .title {
		padding: 5px 15px 10px 15px;
	}
	
	.modals .modal .modal-inner .title h2 {
		font-size: 17px;
		margin: 0;
		padding:10px 0 5px 0;
		line-height: 1.1em;
	}
	
	.modals .modal .modal-inner .title p {
		display: block;
		font-family: 'Sorts Mill Goudy', serif;
		font-style: italic;
		font-weight: normal;
		line-height: 1em;
		font-size: 15px;
		margin:0;
		padding:0;
	}
	
	.modals .modal .modal-inner .text {
		padding: 0 15px 25px 15px;
		display: none;
	}
	
	.modals .modal .modal-inner .text p {
		margin: 0;
		padding: 0 0 20px 0;
	}
	
	.modals .modal .modal-inner .text p:last-of-type {
		padding:0;
	}
	
	.modals .modal .modal-inner .more {
		padding: 0 15px 15px 0;
		display: block;
		text-align: right;
		font-size: 11px;
	}
	
	.modals .modal .modal-inner .more a {
		color:rgba(0,0,0,0.6);
		text-decoration: none;
	}
	
	.modals .modal .modal-inner .less {
		padding: 10px 15px 10px 0;
		display: none;
		text-align: right;
		font-size: 11px;
	}
	
	.modals .modal .modal-inner .less a {
		color:rgba(0,0,0,0.6);
		text-decoration: none;
	}
	
	.cursor {
		display: none;
	}
	
}

/* News */

.home-news .home-news-item {
	padding: 0 0 20px 0;
}

.home-news .home-news-item h3 {
	padding: 0 0 0px 0;
	margin: 0;
}

.home-news .home-news-item h3 a {
	text-decoration: none;
}

.home-news .home-news-item h4 {
	padding: 0 0 8px 0;
	margin: 0;
}

.home-news .home-news-item img {
	display: block;
	width: 100%;
	height: auto;
}

.home-news .more-news {
	text-align: right;
	margin-top: -15px;
}

.home-news .more-news p {
	margin: 0;
	padding: 0;
}

.home-news .more-news p a {
	
}

.more-news-full {
	text-align: right;
	margin-top: -15px;
}

.more-news-full p {
	margin: 0;
	padding: 0;
}

.more-news-full p a {
	font-family: 'Quicksand', sans-serif;	
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.09em;
}

.news-desktop,
.news-mobile {
	width: 100%;
}

.news-mobile {
	display: none;
}
@media screen and (max-width: 1024px){
	.news-mobile {
		display: block;
	}
	.news-desktop {
		display: none;
	}
}