@font-face {
	font-family: 'BasisGrotesquePro-Bold';
	src: url('fonts/BasisGrotesquePro-Bold.eot');
	src: url('fonts/BasisGrotesquePro-Bold.woff2') format('woff2'), url('fonts/BasisGrotesquePro-Bold.woff') format('woff'), url('fonts/BasisGrotesquePro-Bold.ttf') format('truetype'), url('fonts/BasisGrotesquePro-Bold.svg#BasisGrotesquePro-Bold') format('svg'), url('fonts/BasisGrotesquePro-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BasisGrotesquePro-Regular';
	src: url('fonts/BasisGrotesquePro-Regular.eot');
	src: url('fonts/BasisGrotesquePro-Regular.woff2') format('woff2'), url('fonts/BasisGrotesquePro-Regular.woff') format('woff'), url('fonts/BasisGrotesquePro-Regular.ttf') format('truetype'), url('fonts/BasisGrotesquePro-Regular.svg#BasisGrotesquePro-Regular') format('svg'), url('fonts/BasisGrotesquePro-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
* {
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*-webkit-overflow-scrolling: touch;*/
	-webkit-touch-callout: none;
	-webkit-backface-visibility: hidden;
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
body, html {
	width: 100%;
	min-width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: "Cardo", "Times New Roman", Georgia, Serif;
	font-size: 18px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #000;
	overflow-y: auto;
	overflow-x: hidden;
}
/*html {
	overflow-y: hidden;
}
body {
	min-height: 100%;
	overflow-y: hidden;
}*/
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
	color: inherit;
}
a:visited {
	color: inherit;
}
a:hover {
	color: inherit;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.center {
	text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
img {
	border: 0;
}
.clr {
	clear: both;
}
.display-none {
	display: none;
}
.hidden {
	opacity: 0;
	pointer-events: none;
}
hr.style-videos {
  border: 0;
  width: 100%;
  height: 1px;
  margin-left: 24px;
  margin-right: 24px;
  background: #EAE6E2;
}
.min-height {
  min-height: 320px;
}
.min-height2 {
  min-height: 164px;
}
.content-wrapper {
	position: absolute;
	width: 100%;
	background-color: #FFF;
}
.content-wrapper.full { 
  min-height: 100%; 
  margin-top: -64px;
}
.content-wrapper.full-size {
  min-height: 100%; 
  margin-top: -64px;
}
.content-wrapper.beige {
  /*background-color: #eadacd;*/
  background-color: #EADBD5;
}
.margin-top-half {
	margin-top: 16px;
}
.margin-top {
	margin-top: 32px;
}
.margin-top-1-5x {
	margin-top: 48px;
}
.margin-top-2x {
	margin-top: 64px;
}
.margin-bottom-half {
	margin-bottom: 16px !important;
}
.margin-bottom {
	margin-bottom: 32px !important;
}
.margin-bottom-1-5x {
	margin-bottom: 48px !important;
}
.margin-bottom-2x {
	margin-bottom: 64px !important;
}
.margin-bottom-3x {
	margin-bottom: 72px !important;
}
.margin-bottom-big {
	margin-bottom: 112px !important;
}
.margin-resp {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.reset-mt {
	margin-top: 0 !important;
}
.reset-mb {
	margin-bottom: 0 !important;
}
.reset-padding {
	padding: 0 !important;
}
.no-pd {
  padding: 0!important;
}
.pd-vert {
  padding-top: 48px;
  padding-bottom: 48px;
}
.fixed-fixed {
  position: relative !important;
}
.no-color {
  background-color: transparent;
}
.relative {
  position: relative;
}
header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 64px;
	background-color: #f9f7f3;
	z-index: 2;
}
.logo {
	float: left;
	width: auto;
	height: 24px;
	margin-left: 24px;
	margin-top: 20px;
	cursor: pointer;
	z-index: 999;
}
.logo img {
	width: auto;
	height: 24px;
	border: 0;
}
.logo a:link {
	opacity: 1.0;
	transition: opacity .250s ease-in-out;
	-moz-transition: opacity .250s ease-in-out;
	-webkit-transition: opacity .250s ease-in-out;
	-o-transition: opacity .250s ease-in-out;
}
.logo a:hover {
	opacity: 0.4;
}
@media all and (min-width: 640px) {
	.logo {
		width: 195px;
		height: 32px;
	}
	.logo img {
		width: 195px;
		height: 32px;
	}
}
nav.menu {
	/*position: fixed;*/
	position: absolute;
	right: 24px;
	top: 16px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.menu li {
	position: relative;
	float: left;
	margin-top: 0;
	margin-left: 8px;
	font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 32px;
	font-weight: normal;
	vertical-align: top;
}
.menu li:first-child {
	margin-left: 0;
}
li.nav-toggle {
  margin-right: 0;
}
.menu li span a {
	float: left;
	height: 32px;
}
.menu li img {
	width: 32px;
	height: 32px;
}
.menu li a:link {
	color: #000000;
	transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	text-decoration: none;
}
.menu li a:visited {
	color: #000000;
	text-decoration: none;
}
.menu li a:hover {
	color: #8f514d;
}
.menu li a.active {
	color: #8f514d !important;
}
.menu li a.active img {
	opacity: 0.6;
}
.active.no-pointer {
  pointer-events: none;
}
li.lang span {
  display: none;
  margin-right: 12px;
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
}
.nav-toggle {
	position: absolute;
	right: 0;
	top: 3px;
	width: 24px;
	height: 26px;
	padding-top: 2px;
	padding-bottom: 6px;
	cursor: pointer;
}
.nav-toggle a {
	position: absolute;
	width: 24px;
	height: 22px;
}
.nav-toggle span {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 4px;
	background-color: #000;
	transition: all .25s;
}
.nav-toggle:hover span:first-child {
	width: 0%;
	opacity: 0;
}
.nav-toggle:hover span:last-child {
	transform: rotate(90deg) translate(0, 0);
	margin-top: -2px;
}
.nav-toggle.open span:first-child {
	width: 0%;
	opacity: 0;
}
.nav-toggle.open span:nth-child(2) {
	width: 100%;
	opacity: 1.0;
}
.nav-toggle.open span:last-child {
	width: 0%;
	opacity: 0;
	margin-top: 4px;
	transform: rotate(0deg) translate(0, 0);
}
.nav-toggle.open:hover span:first-child {
	width: 100%;
	opacity: 1.0;
}
.nav-toggle.open:hover span:nth-child(2) {
	width: 100%;
	opacity: 1.0;
}
.nav-toggle.open:hover span:last-child {
	width: 100%;
	opacity: 1.0;
}
li.search {
	display: none;
}
.search-menu {
	display: none;
}
li.search-resp {
	display: block;
  margin-left: 8px;
}
.search-resp-menu {
	display: block;
}
.close-search-o {
	position: fixed;
	right: 56px;
	top: 19px;
	width: 32px;
	padding-top: 2px;
	padding-bottom: 6px;
	cursor: pointer;
	z-index: 9999999;
}
.close-search-o a {
	position: absolute;
	width: 26px;
	height: 22px;
	right: 0;
}
.close-search-o span {
	position: relative;
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 4px;
	background-color: #000;
	transition: all .25s;
}
.close-search-o span:first-child {
	transform: rotate(45deg) translate(4.4px, 4.4px);
	background-color: #000;
}
.close-search-o span:nth-child(2) {
	width: 0%;
	opacity: 0;
	background-color: #000;
}
.close-search-o span:last-child {
	transform: rotate(-45deg) translate(4.4px, -4.4px);
	background-color: #000;
}
.close-search-o span {
	position: relative;
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 4px;
	background-color: #000;
	transition: all .25s;
}
.close-search-o:hover span:first-child {
	width: 0%;
	opacity: 0;
	background-color: #000;
}
.close-search-o:hover span:last-child {
	transform: rotate(0deg) translate(0, 0);
	margin-top: -2px;
	background-color: #000;
}
.content {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.content .row {
	-ms-box-orient: horizontal;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 72px;
}
.content .col-scroll .row {
  margin-left: 0;
	margin-right: 0;
  margin-top: 64px;
}
.content .col-scroll .row:nth-child(1) {
  margin-top: 40px;
} 
.col-scroll {
  margin-bottom: 64px;
  background-color: #fff;
}
.back-highlight {
  margin-left: 0 !important;
	margin-right: 0 !important;
  padding: 32px 24px 32px 24px;
  background-color: #EADBD5;
}
.section-highlight {
  background-color: #EADBD5;
}
.back-highlight.back-white {
  background-color: #FFF;
}
.back-highlight-col {
  padding: 32px 24px 32px 24px !important;
  background-color: #EADBD5;
}
.back-highlight-col.back-white {
  background-color: #FFF;
}
.back-color {
  /*background-color: #CACDCD;*/
  background-color: #f0f0f0;
}
.content .row.reset-grid-mt {
  margin-top: 32px;
}
.content .row.reset-grid-mt-alt {
  margin-top: 58px;
}
.content.first {
	padding-top: 48px;
}
.content.first.add-margin {
	margin-top: 64px;
}
.content .row.minus-margin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.content .row.news-extra {
	margin-top: 0 !important;
	margin-left: -24px !important;
	margin-right: -24px !important;
}
.back-wrapper {
	padding: 0 24px;
}
.content.margin-alt .row {
  margin-left: 0;
  margin-right: 0;
}
.content.margin-alt-2 .row {
  margin-left: 0;
  margin-right: 0;
}
.details-text .details-text-wrapper {
	position: relative;
  width: auto;
	margin-top: 48px;
  margin-left: 24px;
  margin-right: 24px;
  /*background-color: #f0f0f0;*/
  border-left: none;
}
.details-text .details-text-wrapper p span {
  font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
}
.details-text .details-text-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.col-two-thirds.article {
  width: 100%;
}
.margin-container {
  margin-left: 24px;
  margin-right: 24px;
}
.btn-text.big {
  line-height: 38px;
}
.wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row.grid-row {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.col-all {
	width: auto;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
}
.col-all.full-width {
  width: 100%;
  margin-left: 0;
	margin-right: 0;
}
.col-row {
  width: 100%;
}
.col-row .back-color {
  padding: 48px 32px;
}
.col-row .full-video {
  padding-left: 32px;
  padding-right: 32px;
}
.col-one-half {
	width: 100%;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
}
.col-one-half-alt {
	width: 100%;
  margin-top: 64px;
}
.col-one-half-back {
	width: 100%;
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
}
.col-one-third {
	width: 100%;
	box-sizing: border-box;
}
.col-thirds-alt {
	width: 100%;
	margin-top: 48px;
}
.col-thirds-alt:nth-child(1) {
	margin-top: 0;
}
.col-thirds-alt:nth-child(1n+0) {
	padding-left: 0;
	padding-right: 0;
}
.col-thirds-alt:nth-child(2n+0) {
	padding-left: 0;
	padding-right: 0;
}
.col-thirds-alt:nth-child(3n+0) {
	padding-left: 0;
	padding-right: 0;
}
.col-two-thirds {
	width: 100%;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
}
.grid-img {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
  text-align: center;
}
.grid-img img {
	width: 100%;
	border: 0;
}
.grid-img.small-img {
  min-height: 420px;
}
.grid-img.small-img img {
  width: auto;
  max-height: 420px;
}
.grid-img.small-img2 {
  width: auto;
  /*min-height: 420px;*/
  margin-left: 0;
  margin-right: 0;
  margin-top: 48px;
}
.grid-img.small-img2 img {
  width: auto;
  max-height: 420px;
}
.grid-img-back {
	width: 100%;
  height: 320px;
	margin-bottom: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #E9E8E8;
}
.grid-img-back.dark-img {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.dark-img {
  background-color: rgba(0, 0, 0, 1.0);
}
.col-background {
	padding: 24px;
	background-color: #E6EEF5;
}

.col-background-1 {
	padding: 24px;
	background-color: rgba(249, 247, 243, 1.0);
}
h2.section-title,
h2.section-title-alt {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
	margin-top: -10px;
  font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
	line-height: 26px;
	font-weight: normal;
  text-align: left;
  letter-spacing: 0.8px;
}
h2.section-title-alt {
	margin-top: 16px;
}
.section-title span,
.section-title-alt span {
  height: 2px;
  width: 24px;
  position: absolute;
  bottom: 32px;
  background-color: #000;
}
h4.title {
	margin-top: 8px;
	font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
h4.title2 {
	margin-top: 8px;
	font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
.h2 {
  clear: both;
  margin: 0;
  font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
	line-height: 26px;
	font-weight: normal;
  text-align: left;
}
.share {
  width: 100%;
}
p.share {
  float: left;
  margin-top: 0;
  padding-top: 8px;
}
.content p.share a:link {
  padding-left: 8px;
  padding-right: 8px;
	text-decoration: none;
  color: #000;
  transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
}
.content p.share a:visited {
	text-decoration: none;
  color: #000;
}
.content p.share a:hover {
	text-decoration: none;
  color: #8f514d;
}
a.share-fb, a.share-tw {
  text-decoration: none;
  color: #8f514d;
  transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
}
a.share-fb:visited, a.share-tw:visited {
  text-decoration: none;
  color: #8f514d;
}
a.share-fb:hover, a.share-tw:hover {
	text-decoration: none;
  color: #000;
}
.content p {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 24px;
}
.content p.bold {
	font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif !important;
}
.small-text h4 {
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 22px;
	line-height: 32px;
  margin-bottom: 16px;
}
.small-text h4.bold {
  font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif !important;
}
.small-text p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 24px;
}
.small-text2 p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 16px;
}
.col-all.full-width h4 {
  padding-bottom: 8px;
  margin-bottom: 32px;
  border-bottom: 1px solid #000;
}
.content .sans-serif p {
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
	line-height: 26px;
}
p.small-sans {
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
	line-height: 26px;
}
.content p a:link {
	text-decoration: none;
  color: #8f514d;
  font-weight: bold;
}
.content p a:visited {
	text-decoration: none;
  color: #8f514d;
}
.content p a:hover {
	text-decoration: underline;
  color: #000;
}
.content.link-under p a:link {
	text-decoration: none;
  color: #000;
}
.content.link-under p a:visited {
	text-decoration: none;
  color: #000;
}
.content.link-under p a:hover {
	text-decoration: underline;
  color: #000;
}
.content p:last-child, .content.small p:last-child {
	margin-bottom: 0;
}
.content p.double {
  font-size: 20px;
	line-height: 30px;
}
.content.big p {
  font-size: 22px;
  line-height: 34px;
	font-weight: 400;
  margin-top: 0;
}
.content.contacts {
  margin-bottom: 72px;
}
h4.section-subtitle {
  margin-bottom: 64px;
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
	line-height: 22px;
  font-weight: normal;
  max-width: 260px;
}
.content.contacts .row {
  margin-top: 0;
}
.content.contacts p {
  font-size: 16px;
  margin-bottom: 32px;
}
.content.contacts p a {
	display: block;
}
.btn-text a:link {
	font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	text-decoration: none;
}
.btn-text a:visited {
	color: #000000;
	text-decoration: none;
}
.btn-text a:hover {
	color: #8f514d;
}
.btn-text-color a:link {
	color: #000000;
	transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	text-decoration: none;
}
.btn-text-color a:visited {
	color: #000000;
	text-decoration: none;
}
.btn-text-color a:hover {
	color: #8f514d;
}
.btn-text-light {
	min-height: 32px;
}
.btn-text-light a {
	display: inline-block;
	margin-right: 8px;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
}
.btn-text-light a:link {
	color: #8A8A8B;
	text-decoration: underline !important;
	transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
}
.btn-text-light a:visited {
	color: #8A8A8B;
}
.btn-text-light a:hover {
	color: #8f514d;
}
.link-icon {
  margin-top: 4px;
  margin-bottom: 16px;
}
.link-icon a span {
  float: left;
  padding-top: -4px;
	font-size: 12px;
	line-height: 24px;
}
.link-icon a img {
  float: left;
  margin-right: 6px;
  height: 18px;
}
.link-icon {
  content: "";
  display: table;
  clear: both;
}
.link-icon a:link {
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
}
.link-icon a:visited {
  opacity: 1;
}
.link-icon a:hover {
	opacity: 0.4;
}
.btn-box {
  margin-top: 16px;
  min-height: 26px;
}
.btn-box a {
	display: inline-block;
	padding-left: 16px;
	padding-right: 16px;
  margin-right: 0;
	min-height: 24px;
	line-height: 24px;
	border: 1px solid #000;
	background-color: transparent;
	font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.content .btn-box p a:link {
  	transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
  background-color: transparent;
	color: #000;
}
.content .btn-box p a:visited {
	background-color: transparent;
  color: #000;
}
.content .btn-box p a:hover {
	background-color: #f9f7f3;
  color: #000;
}
.btn-box a:last-child {
  margin-right: 0;
}
.btn-box p a:link {
	text-decoration: none;
}
.details-text p {
	font-size: 12px;
	line-height: 22px;
	font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 16px;
}
.details-text ul {
	margin-left: 0;
	/*margin-top: 24px;*/
  font-size: 0;
  clear: both;
}
.details-text li {
	float: right;
	min-width: 40px !important;
}
.details-text li.next {
	float: right;
}
.details-text li.prev img {
	width: 32px;
	height: 32px;
}
.details-text li.next img {
	width: 32px;
	height: 32px;
}
.details-text li a:link {
	opacity: 1.0;
	transition: opacity .250s ease-in-out;
	-moz-transition: opacity .250s ease-in-out;
	-webkit-transition: opacity .250s ease-in-out;
	-o-transition: opacity .250s ease-in-out;
}
.details-text li a:hover {
	opacity: 0.4;
}
.details-text ul::after {
  content: "";
  display: table;
  clear: both;
}
span.list-all a:link {
	font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 0;
	text-transform: uppercase;
	color: #8f514d;
	transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	text-decoration: none;
	font-weight: bold;
}
span.list-all a:visited {
	color: #8f514d;
	text-decoration: none;
}
span.list-all a:hover {
	color: #000;
}
.news-extra p {
  margin-top: 8px;
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
	line-height: 24px;
}
.col-one-half p {
  margin-top: 16px;
}
.details-container {
  float: left;
  max-width: 240px;
}
.sections {
	display: none;
}
.content .sections {
  padding-top: 10px; 
}
.content .sections ul {
	list-style: none;
  position: fixed;
	margin-left: 24px;
  margin: 0;
	padding: 0;
  font-size: 0;
}
.content .sections-rel ul {
  position: relative;
	list-style: none;
  margin: 0;
	padding: 0;
  font-size: 0;
}
.margin-books {
  margin-top: 24px;
  margin-left: 0;
}
.content .sections li, .content .sections-rel li {
  position: relative;
	font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
	padding-bottom: 2px;
  margin-bottom: 12px;
	font-size: 12px;
	line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
	color: #000;	
}
.content .sections li a:link, .content .sections-rel li a:link {
	color: #000;
	transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	text-decoration: none;
}
.content .sections li a:visited, .content .sections-rel li a:visited {
	color: #000;
	text-decoration: none;
}
.content .sections li a:hover, .content .sections-rel li a:hover {
	color: #8f514d;
}
.content .sections li a.active {
	color: #8f514d;
  border-bottom: 2px solid #8f514d;
}
.content .sections li a.active span {
	position: absolute;
	top: 4px;
	left: -40px;
	width: 16px;
	height: 1px;
	background-color: #000;
}
.list-items {
  padding: 48px 24px 48px 24px;
  background-color:#EADBD5;
}
.list-items h4, h4.section-title {
	display: inline-block;
	margin-top: 72px;
	margin-bottom: 24px !important;
	font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
}
.list-items:first-child h4, h4.section-title:first-child {
	margin-top: 0;
}
.item {
	position: relative;
	border-top: 1px solid #000;
	padding-top: 32px;
	padding-bottom: 32px;
	margin-left: 0;
	color: #000;
}
.item:last-child {
	border-bottom: 1px solid #000;
}
.item p.date {
	font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}
.item h3 {
	font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
	padding-top: 0;
	padding-right: 40px;
	margin-bottom: 8px;
	font-size: 36px;
	line-height: 48px;
	border: 0;
	font-weight: normal;
}
.item p {
	font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	margin-bottom: 8px;
	padding-right: 64px;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
}
.item p:last-of-type {
	margin-bottom: 0 !important;
}
.item .open-link a:link {
	font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	right: 0;
	background-color: #262222;
	color: #f9f7f3;
	text-align: center;
	font-size: 28px;
	line-height: 32px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	font-weight: normal;
}
.item .open-link a:visited {
	color: #f9f7f3;
	background-color: #262222;
}
.item .open-link a:hover {
	color: #f9f7f3;
	background-color: #8f514d;
}
footer {
	width: 100%;
	min-height: 32px;
	background-color: #FFF;
  margin-top: 0;
}
footer.footer-abs {
  position: absolute; 
    bottom: 0;
}
.copy {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 0;
  text-align: center;
}
.copy p {
  display: inline-block;
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	line-height: 32px;
	text-align: center;
}
.copy p a:link span {
	margin-right: 6px;
	color: #000;
  font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
	text-decoration: none;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
  opacity: 1;
}
.copy p a:visited span {
	opacity: 1;
}
.copy p a:hover span {
	opacity: 0.4;
}
.copy span {
  float: left;
}
.copy img {
  height: 18px;
}
.copy .copy_logo {
  height: 22px;
  margin: 5px 0 5px 4px;
}
.copyrights {
  width: 100%;
}
.copyrights {
  margin-top: 0;
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	line-height: 32px;
}
.copyrights span {
  float: left;
}
.copyrights img {
  height: 18px;
}
.copyrights .copy_logo {
  height: 22px;
  margin: 5px 6px 5px 4px;
}
.copyrights::after {
  content: "";
  display: table;
  clear: both;
}
.group::after {
  content: "";
  display: table;
  clear: both;
}
footer ul {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	list-style: none;
	text-align: center;
  font-size: 0;
}
footer li {
	font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
	display: inline-block;
	height: 32px;
	padding-right: 0;
	font-size: 14px;
	line-height: 32px;
	vertical-align: top;
	font-weight: normal;
}
footer li span {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
}
footer li:last-child {
	margin-right: 0;
}
footer li a:link {
	color: #000000;
	transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	text-decoration: none;
}
footer li a:visited {
	color: #000000;
	text-decoration: none;
}
footer li a:hover {
	color: #8f514d;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999999;
	background: rgba(249, 247, 243, 1.0);
}
.overlay_logo {
	float: left;
	width: auto;
	height: 24px;
	margin-left: 24px;
	margin-top: 20px;
	z-index: 999;
}
.overlay_logo img {
	width: auto;
	height: 24px;
	border: 0;
}
@media all and (min-width: 640px) {
	.overlay_logo {
		width: 195px;
		height: 32px;
	}
	.overlay_logo img {
		width: 195px;
		height: 32px;
	}
}
.overlay_logo a:link {
	opacity: 1.0;
	transition: opacity .250s ease-in-out;
	-moz-transition: opacity .250s ease-in-out;
	-webkit-transition: opacity .250s ease-in-out;
	-o-transition: opacity .250s ease-in-out;
}
.overlay_logo a:hover {
	opacity: 0.4;
}
.overlay-menu {
	/*position: fixed;*/
	position: absolute;
	right: 24px;
	top: 16px;
	z-index: 9999999999;
}
.overlay-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.overlay-menu li {
	position: relative;
	display: inline-block;
	margin-top: 0;
	margin-left: 12px;
	font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 32px;
	font-weight: normal;
	vertical-align: top;
	z-index: 999999;
}
.overlay-menu li:last-child {
	margin-right: 0;
}
.overlay-menu li span a {
	float: left;
	height: 32px;
}
.overlay-menu li img {
	width: 32px;
	height: 32px;
}
.overlay-menu li a:link {
	color: #000000;
	text-decoration: none;
  transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
}
.overlay-menu li a:visited {
	color: #000000;
	text-decoration: none;
}
.overlay-menu li a:hover {
	color: #8f514d;
}
.overlay_well {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 99999;
}
.overlay nav {
	position: relative;
	width: 100%;
	padding-top: 128px;
	padding-bottom: 0;
	font-size: 26px;
	line-height: 40px;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}
.overlay nav ul {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
.overlay nav li {
	width: 100%;
	margin-bottom: 16px;
	text-align: center;
}
.overlay nav li a:link {
	color: #000000;
	transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	text-decoration: none;
}
.overlay nav li a:visited {
	color: #000000;
	text-decoration: none;
}
.overlay nav li a:hover {
	color: #8f514d;
}
.overlay nav li a.active {
	color: #8f514d !important;
}
.overlay-copy {
  position: fixed;
  width: 100%;
	left: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  text-align: center;
  font-size: 0;
  background-color: #f9f7f3;
}
.overlay-copy p {
  display: inline-block !important;
  width: auto !important;
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	line-height: 32px;
	font-weight: normal;
  padding: 0;
}
.overlay-copy p a:link span {
	margin-right: 6px;
	text-decoration: none;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
  opacity: 1;
}
.overlay-copy p a:visited span {
	opacity: 1;
}
.overlay-copy p a:hover span {
	opacity: 0.4;
}
.overlay-copy span {
  float: left;
}
.overlay-copy img {
  height: 18px;
}
.overlay-copy .copy_logo {
  height: 22px;
  margin: 5px 0 5px 4px;
}
.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.6s, visibility 0s 0.6s;
	transition: opacity 0.6s, visibility 0s 0.6s;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
.slider-gallery {
	position: relative;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 64px;
	padding-top: 0;
	padding-bottom: 24px;
}
.slider-gallery-box {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.slider-gallery .caption {
  margin-right: 56px;
  float: right;
}
.slider-gallery2 {
	position: relative;
	width: auto;
	margin-left: 0;
	margin-right: 0;
	margin-top: 64px;
	padding-top: 0;
	padding-bottom: 24px;
  background-color: #F0F;
}
.slider-gallery2 .caption {
  margin-right: 56px;
  float: right;
}
.bxslider {
	margin: 0;
	padding: 0;
}
ul.bxslider {
	list-style: none;
}
ul.bxslider {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
}
.slide {
	height: 480px;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slide-books {
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home-books .col-one-third {
  -webkit-flex: 0 0 288px;
	-moz-flex: 0 0 288px;
	-ms-flex: 0 0 288px;
	flex: 0 0 288px;
}
.home-books .col-two-thirds {
  -webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
  margin-left: 64px;
  margin-right: 96px;
}
p.caption {
  float: left;
  margin-top: 0;
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 10px;
	line-height: 20px;
  text-align: left;
  color: #444444;
}
.slide-caption.abs {
  position: absolute;
  left: 8px;
  max-width: 60%;
  bottom: 8px;
  z-index: 99;
}
.slide-caption.abs-right {
  position: absolute;
  right: 8px;
  max-width: 60%;
  bottom: 8px;
  z-index: 99;
}
p.slide-caption {
  float: left;
  margin-top: 8px;
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 10px !important;
	line-height: 12px !important;
  text-align: left;
  color: #444444;
}
p.slide-caption.all-white {
  background-color: #fff;
  padding-left: 4px;
  padding-right: 4px;
}
p.slide-caption.all-white2 {
  background-color: #F9F7F3;
  padding-left: 4px;
  padding-right: 4px;
	line-height: 16px;
}
.slide-caption.abs-rot {
  position: absolute;
  right: -32px;
  bottom: 96px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.slide-caption.abs-rot-left {
  position: absolute;
  left: -32px;
  bottom: 96px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.slide-caption.abs-rot2 {
  position: absolute;
  right: -56px;
  bottom: 96px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.slide-caption.abs-rot-left2 {
  position: absolute;
  left: -56px;
  bottom: 96px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.bx-pager {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 999;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.slider-gallery-box .bx-pager {
	bottom: -48px;
}
.slider-gallery-box.half-gal .bx-pager {
	bottom: -14px;
}
.bx-pager-item {
	display: inline-block;
	position: relative;
}
.bx-pager-link {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	text-indent: -999999px;
	border: 1px solid #000;
}
.bx-pager-link.active {
	background: #000;
}
.bx-controls-direction {
	position: relative;
}
.bx-wrapper-main .bx-prev {
	right: 48px;
	bottom: -32px !important;
	display: none;
}
.bx-wrapper-all .bx-prev {
	right: 48px;
	bottom: -34px !important;
}
.bx-wrapper-main .bx-prev, .bx-wrapper-all .bx-prev {
	background: url('../img/icon-arrow-left.png');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 1.0;
	transition: opacity .250s ease-in-out;
	-moz-transition: opacity .250s ease-in-out;
	-webkit-transition: opacity .250s ease-in-out;
	-o-transition: opacity .250s ease-in-out;
}
.bx-wrapper-main .bx-prev:hover, .bx-wrapper-all .bx-prev:hover {
	opacity: 0.4;
}
.bx-wrapper-main .bx-prev:focus, .bx-wrapper-all .bx-prev:focus {
	opacity: 1.0;
}
.bx-wrapper-main .bx-next {
	right: -64px;
	bottom: 180px !important;
}
.bx-wrapper-all .bx-next {
	right: 0;
	bottom: -34px !important;
}
.bx-wrapper-main .bx-next, .bx-wrapper-all .bx-next {
	background: url('../img/icon-arrow-right.png');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 1.0;
	transition: opacity .250s ease-in-out;
	-moz-transition: opacity .250s ease-in-out;
	-webkit-transition: opacity .250s ease-in-out;
	-o-transition: opacity .250s ease-in-out;
}
.bx-wrapper-main .bx-next:hover, .bx-wrapper-all .bx-next:hover {
	opacity: 0.4;
}
.bx-wrapper-main .bx-next:focus, .bx-wrapper-all .bx-next:focus {
	opacity: 1.0;
}
.bx-wrapper-main .bx-controls-direction a, .bx-wrapper-all .bx-controls-direction a {
	position: absolute;
	top: auto;
	bottom: 0;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
}
.bx-wrapper-main .bx-controls-direction a.disabled, .bx-wrapper-all .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper-all {
  position: relative;
}
.slide-half {
  height: 420px !important;
}
.slide.half {
	height: 420px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slide.half-small {
	height: 320px;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slide.half-small.half-contain {
	margin-right: 16px;
	height: 320px;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.border-left:after {
	content: '';
	position: absolute;
	left: -32px;
	top: 0;
	height: 160px;
	border-right: 1px solid #000;
}
h4.books-slide {
  margin-bottom: 0!important;
  line-height: 16px !important;
  margin-top: 8px !important;
	text-align: center;
}
h4.books-slide a {
  font-size: 14px !important;
  line-height: 16px !important;
}
.morphsearch {
	position: absolute;
  height: 72px;
	top: 50%;
	left: 24px;
	right: 24px;
  margin-top: -36px;
	z-index: 100;
}
.morphsearch-form {
	position: relative;
	width: 100%;
	height: 72px;
	margin: 0 auto;
}
.morphsearch-input {
	width: 100%;
	padding: 0;
	padding-right: 64px;
	border: none;
	background: transparent;
	font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
	font-size: 26px;
  height: 48px;
  margin-top: 24px;
	color: #000;
	border-bottom: 1px solid #000;
}
.morphsearch-input::-ms-clear {
	display: none;
}
.morphsearch-input::-webkit-input-placeholder {
	color: #c2c2c2;
}
.morphsearch-input:-moz-placeholder {
	color: #c2c2c2;
}
.morphsearch-input::-moz-placeholder {
	color: #c2c2c2;
}
.morphsearch-input:-ms-input-placeholder {
	color: #c2c2c2;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.morphsearch-input:focus, .morphsearch-submit:focus {
	outline: none;
}
.morphsearch-submit {
	position: absolute;
	right: 0;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	border: 0;
	outline: 0;
	opacity: 1;
	background: transparent url(../img/icon-search-big.png) no-repeat center center;
	background-size: auto 100%;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}
.morphsearch-submit:hover {
	opacity: 0.4;
}
@media all and (min-width: 480px) {
	.morphsearch-submit {
		width: 64px;
		height: 64px;	
		margin-top: -32px;
	}
}
.video_player {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.full-video {
  position: relative;
  width: 100%;
	height: 520px;
  margin-bottom: 64px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.full-video .video_player {
  height: 520px;
  width: auto;
  margin-left: 24px;
  margin-right: 24px;
}
.thumb-video {
	width: 100%;
	height: 100%;
  background-color: #F8F7F6; 
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.full-video .thumb-video {
  height: 520px;
}
.player {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: none;
	opacity: 0;
}
.player.visible {
  display: block;
	position: absolute;
  left: 0;
  top: 0;
	opacity: 1;
  width: 100%;
	height: 100%;
	min-height: 100%;
}
.margin-container .caption {
  margin-bottom: 32px;
}
.show_video {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.show_video iframe {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.third-effect_video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-animation: start 1s linear;
	-moz-animation: start 1s linear;
	-o-animation: start 1s linear;
	animation: start 1s linear;
}
.third-effect_video .mask {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background: rgba(38, 34, 34, 0.6);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.third-effect_video:hover .mask {
	border: 0;
	margin: 0;
	padding: 0;
	opacity: 1;
}
.full-video .third-effect_video .mask {
	opacity: 1;
}
.third-effect_video:hover a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
.third-effect_video a span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110px;
	height: 110px;
	margin-left: -55px;
	margin-top: -55px;
	background-image: url(../img/icon-play.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9;
}
.title-video-big {
  position: relative;
  clear: both;
  float: left;
  text-align: left;
}
.title-video-big h4 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.title-video-big p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
	font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.o-wrapper {
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.6s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.6s;
	height: 100%;
	min-height: 100%;
}
.c-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	background: "#FFF";
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.6s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.6s;
	z-index: 999999999;
}
.c-menu--slide-right {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	min-height: 100%;
	/*visibility: hidden;*/
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.c-menu--slide-right.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	/*visibility: visible;*/
	overflow-y: auto;
	z-index: 999999999;
}
.c-mask {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	background-color: #FFF;
	overflow-y: hidden;
}
.c-mask.is-active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.slide_wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	padding-top: 72px;
	background-color: #262222;
	color: #FFF;
	overflow-y: auto;
	z-index: 9999999999;
}
.slide-box-wrapper {
	min-height: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 72px;
	display: none;
}
.close-overlay {
	position: fixed;
	right: 32px;
	top: 32px;
	width: 28px;
	padding-top: 2px;
	padding-bottom: 6px;
	cursor: pointer;
	z-index: 99999999999;
}
.slide_wrapper p sub {
	font-size: 12px;
}
.close-overlay a {
	position: absolute;
	width: 28px;
	height: 22px;
}
.close-overlay span {
	position: relative;
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 4px;
	background-color: #FFF;
	transition: all .25s;
}
.close-overlay:hover span:first-child {
	width: 0%;
	opacity: 0;
	background-color: #FFF;
}
.close-overlay span:first-child {
	transform: rotate(45deg) translate(4.4px, 4.4px);
	background-color: #FFF;
}
.close-overlay span:nth-child(2) {
	width: 0%;
	opacity: 0;
	background-color: #FFF;
}
.close-overlay span:last-child {
	transform: rotate(-45deg) translate(4.4px, -4.4px);
	background-color: #FFF;
}
.close-overlay:hover span:last-child {
	transform: rotate(0deg) translate(0, 0);
	margin-top: -2px;
	background-color: #FFF;
}
.slide_wrapper p, .slide_wrapper h4, .slide_wrapper h5, .slide_wrapper .h5 p {
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 16px;
}
.slide_wrapper p a:link {
	color: #FFF;
	text-decoration: underline;
	transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
}
.slide_wrapper p a:visited {
	color: #FFF;
	text-decoration: underline;
}
.slide_wrapper p a:hover {
	color: #8f514d;
	text-decoration: none;
}
.slide_wrapper p.date {
	font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: normal;
}
.slide_wrapper h4 {
	font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
	margin-bottom: 16px;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	font-weight: normal;
}
.slide_wrapper h5, .slide_wrapper .h5 p {
	font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
	margin-top: 16px;
	font-size: 20px;
	line-height: 26px;
  min-height: 30px;
	text-align: center;
	font-weight: normal;
}
.details-buy {
	margin-top: 40px;
	text-align: center;
}
p.details {
	font-size: 16px;
	line-height: 26px;
	font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
}
p.details-small {
	font-size: 14px;
	line-height: 18px;
  padding-bottom: 8px;
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
}
.text-details.sans-serif p {
  float: left;
  font-size: 12px;
	line-height: 18px;
  padding-right: 8px;
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
}
.text-details::after {
  content: "";
  display: table;
  clear: both;
}
p.details-small span {
  font-size: 11px;
}
p.details-small a:link {
  font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
  text-decoration: none;
}
p.details-buy {
	font-size: 14px;
	line-height: 32px;
	font-family: 'BasisGrotesquePro-Bold', 'Helvetica', 'Arial', sans-serif;
}
.details-buy a {
  min-width: 96px;
	display: inline-block;
	padding-left: 16px;
	padding-right: 16px;
	min-height: 32px;
	line-height: 32px;
	border: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
p.details-buy a:link {
	text-decoration: none !important;
	background-color: #FFF;
  color: #262222;
	transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-webkit-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
}
p.details-buy a:visited {
	color: #262222;
  background-color: #FFF;
}
p.details-buy a:hover {
	color: #FFF;
	background-color: transparent;
}
.overlay-img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
	margin-bottom: 48px;
	text-align: center;
}
.overlay-img img {
	width: auto;
	height: 360px;
}
.content-wrapper.home-lock {
	position: absolute;
	min-height: 100%;
	height: 100%;
	/*overflow-x: hidden;*/
}
.content.home {
	position: relative;
	height: 100%;
	max-height: 1240px;
	margin-top: -64px;
	margin-bottom: 0;
	/*background-color: #76ACA2;*/
  background-color: #AECDC7;
	/*overflow-x: hidden;
	overflow-y: auto;*/
}
.content.home .row {
	margin-top: 0;
}
.homepage {
	position: relative;
  clear: both;
  float: left;
	top: 64px;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	background-color: #AECDC7;
}
.homepage::before {
	position: absolute;
	left: -24px;
	/*right: -24px;*/
	right: 0;
	top: 0;
	height: 100%;
	content: '';
	background-color: #AECDC7;
	z-index: 0;
}
@media all and (max-width: 799px) {
	.homepage::before {
		right: -24px;
	}
}
.homepage h1 {
	position: relative;
	z-index: 2;
}
.home-img {
  -webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain; 
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: auto;
  height: 100%; 
  max-height: 480px;
}
.home-left {
  margin-top: 72px;
  margin-bottom: 72px;
  margin-left: 0;
}
.home-box {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 460px;
  clear: both;
  float: left;
  padding-top: 64px;
  margin-top: 64px;
  margin-bottom: 104px;
  background-color: #fff;
}
.homepage h2 {
  margin: auto;
  font-size: 16px;
  line-height: 22px;
}
.homepage h1 {
	margin: auto;
	font-size: 36px;
  font-size: calc(18px + 2vw);
	line-height: calc(20px + 3vw);
	text-align: left;
	font-weight: 400;
  vertical-align: middle;
}
.homepage h1 a:link {
	text-decoration: none;
  color: #8f514d;
}
.homepage h1 a:visited {
	text-decoration: none;
  color: #8f514d;
}
.homepage h1 a:hover {
	text-decoration: underline;
  color: #000;
}

.about-home {
  margin-top: 104px;
  margin-bottom: 104px;
}
.full-videos{
  background-color: #f9f7f3;
  padding-bottom: 64px;
}
.big-videos-box {
  max-width: 960px; 
  width: auto; 
  margin-left: 0; 
  margin-right: 0;
}
.big-videos-wrapper {
  padding-top: 56.25%;
  position:relative;
  height:0;
}
.lastvideos {
  margin: 64px 48px;
}
.videos-wrapper-nr{
  padding-top: 56.25%;
  position:relative;
  height:0;
}
.full-awards {
  background-color: #f9f7f3;
  padding-bottom: 64px;
}
.sub-awards {
  clear: both;
  float: left; 
  width: 100%;
}
.sub-awards.awards-pd {
  padding-right: 0;
}
.contacts-box {
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 460px;
  background-color: #fff;
}
.contacts-box p {
  font-family: 'BasisGrotesquePro-Regular', 'Helvetica', 'Arial', sans-serif;
  font-size: 10px;
  line-height: 24px;
  position: absolute;
  bottom: 128px;
  right: -56px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  color: #444444;
	z-index: 9;
}
.contacts-back {
  -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  background-position: center top;
  position: relative;
  width: 100%;
  height: 100%; 
	max-width: 720px;
}
.contacts .col-one-half {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.col-three-quarters .row:first-child {
  margin-top: 0;
}
.small-text .back-highlight h4 {
  margin-bottom: 8px !important;
}
.col-two-thirds .col-scroll:first-child .list-items {
  margin-top: 0 !important;
}
.back-about {
  -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
  background-position: center center;
  position: relative;
  width: 100%;
  height: 100%; 
}
.back-about.homes {
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain; 
	background-position: center bottom;
}
.back-about.m-height {
  min-height: 260px;
}
.back-about.top-top {
  background-position: center top;
  min-height: 420px;
}
.official {
  letter-spacing: normal!important;
  padding-bottom: 16px;
}
.col-one-half.awards{
  padding-top: 48px;
}
.col-one-half.award-item {
  width: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 72px;
}
.col-one-half.award-item:last-child {
  margin-bottom: 0;
}
.col-one-third.details-text {
  width: 100%;
}
.col-three-quarters.expand {
  width: 100%;
}
.col-two-thirds.expand {
  width: 100%;
}
.home-books {
  background-color: #dcdcdc;
  padding-top: 64px;
  padding-bottom: 64px;
}
.fix-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.rel-img {
  position: relative;
  height: 100%;
}
.slide-caption.abs-rot2.top-up {
  position: relative;
  float: right;
  margin-right: 56px;
  margin-bottom: 32px;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.slide-caption.abs-rot-left2.top-up {
  position: relative;
  float: left;
  margin-bottom: 32px;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.col-one-third.fix-gal {
  flex: 1 33.33%;
  /*width: 66.66%;*/
	max-width: 380px;
}
.col-two.fix-gal {
  flex: 1 66.66%; 
  max-width: 66.66%;
  margin-left: 0;
  margin-right: 0;
}
.fix-gal-wrapper {
  margin-right: 96px;
  margin-left: 48px;
}
.content.home {
	z-index: 1;
}
@media all and (min-width: 800px) {
	.back-home-green {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 64px;
		width: 50%;
		background-color: #AECDC7;
		content: '';
	}
}
@media all and (min-width: 480px) {
	.menu li {
		margin-left: 8px;
	}
  li.nav-toggle {
    margin-right: 16px;
  }
  li.lang span {
    display: inline-block;
    margin-right: 8px;
  }
	li.search {
		display: block;
	}
  .search-menu {
		display: block;
	}
	li.search-resp {
		display: none;
    margin-left: 0;
	}
  .search-resp-menu {
		display: none;
	}
  .sub-awards {
    clear: none;
    float: left; 
    width: 50%;
  }
  .sub-awards.awards-pd {
    padding-right: 48px;
  }
  h4.title {
    font-size: 18px;
    line-height: 22px;
  }
  .title-video-big h4 {
    font-size: 26px;
    line-height: 32px;
  } 
  .morphsearch-input {
    font-size: 32px;
    height: 48px;
    margin-top: 24px;
  }
  .overlay nav {
    font-size: 32px;
    line-height: 50px;
  }
}
@media all and (min-width: 640px) {
	.logo {
		margin-left: 40px;
	}
	nav.menu {
		right: 40px;
	}
  .row.xs-reset-grid {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
  .content .row.minus-margin {
		margin-left: 24px !important;
		margin-right: 24px !important;
	}
  .content.margin-alt .row {
    margin-left: 16px;
    margin-right: 16px;
  }
  .content.margin-alt-2 .row {
    margin-left: 24px;
    margin-right: 24px;
  }
  .col-all {
		width: 100%;
		margin-left: 16px;
		margin-right: 16px;
	}
  .col-one-half {
		width: 50%;
	}
	.col-one-half:nth-child(1n+0) {
		margin-left: 16px;
		margin-right: 20px;
	}
	.col-one-half:nth-child(2n+0) {
		margin-left: 20px;
		margin-right: 16px;
	}
  .col-one-third {
		width: 33.33%;
	}
	.col-two-thirds {
		width: 66.66%;
		margin-left: 32px;
		margin-right: 32px;
	}
  .col-one-quarter {
    width: 25%;
  }
  .col-three-quarters {
    width: 75%;
  }
  .col-thirds-alt {
		width: 50%;
		margin-top: 64px;
	}
	.col-thirds-alt:nth-child(1), .col-thirds-alt:nth-child(2) {
		margin-top: 0 !important;
	}
	.col-thirds-alt:nth-child(1n+0) {
		padding-left: 16px;
		padding-right: 16px;
	}
	.col-thirds-alt:nth-child(2n+0) {
		padding-left: 16px;
		padding-right: 16px;
	}
	.col-thirds-alt:nth-child(3n+0) {
		padding-left: 16px;
		padding-right: 16px;
	}
	.col-thirds-alt:nth-child(1), .col-thirds-alt:nth-child(2) {
		margin-top: 0;
	}
  .lastvideos {
    margin: 72px 48px;
  }
  .col-one-half-alt {
		width: 100%;
	}
	.col-one-half-alt:nth-child(1n+0) {
		padding-left: 0;
		padding-right: 0;
	}
	.col-one-half-alt:nth-child(2n+0) {
		padding-left: 0;
		padding-right: 0;
	}
  .grid-img {
		width: auto;
		margin-left: 32px;
		margin-right: 32px;
	}
  .col-background {
		padding: 48px;
	}
  .col-background-1 {
		padding: 48px;
	}
  footer ul {
    float: right;
		width: auto;
		text-align: right;
    font-size: 0;
    margin-bottom: 8px;
	}
	footer ul li:last-child {
		margin-right: 40px;
	}
	.copy {
		clear: none;
    float: left;
		width: auto;
    margin-bottom: 8px;
	}
	.copy p {
		margin-left: 40px;
		text-align: left;
	}
  .overlay_logo {
		margin-left: 40px;
	}
  .overlay-menu {
		right: 40px;
	}
  .morphsearch {
		left: 40px;
		right: 40px;
	}
  .c-menu {
		left: 25%;
	}
	.c-menu--slide-right {
		width: 75%;
	}
	.slide_wrapper p {
		margin-left: 48px;
		margin-right: 48px;
	}
  .homepage h1 {
		margin-left: 16px;
		margin-right: 16px;
	}
  .homepage h2 {
		margin-left: 16px;
		margin-right: 16px;
	}
  .margin-container {
    margin-left: 40px;
    margin-right: 40px;
  }
  .content .sections ul {
	  margin-left: 40px;
  }
  .content .sections-rel ul {
	  margin-left: 16px;
  }
  .margin-books {
	  margin-left: 16px;
  }
  .list-items {
    padding: 48px 40px 48px 40px;
  }
  .contacts .col-one-half {
    padding-left: 16px;
    padding-right: 16px;
  }
  .big-videos-box {
    width: 100%; 
    margin-left: 16px; 
    margin-right: 16px;
  }
  .big-videos-wrapper {
    padding-top: 42.86%;
  }
  .contacts-box {
    position: absolute;
    top: 64px;
    bottom: 0;
    height: auto;
    width: 50%;
  }
  .content.contacts {
    margin-bottom: 112px;
  }
  .copyrights {
    margin-top: 0 !important;
    margin-bottom: 32px;
  }
  .title-video-big {
    position: absolute;
    bottom: 32px;
    left: 24px;
    right: 24px;
    text-align: center;
  }
  .title-video-big h4 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
  }
  .full-videos{
    padding-bottom: 72px;
  }
  .col-one-half.awards{
    padding-top: 0;
  }
  .full-awards {
    padding-bottom: 72px;
  }
  .col-one-half.award-item {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .col-all.full-width {
    margin-left: 16px;
    margin-right: 16px;
  }
  .col-one-half-back {
    margin-left: 16px;
    margin-right: 16px;
  }
  .details-text .details-text-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }
  .details-text .details-text-wrapper {
    padding-left: 0;
    padding-right: 0;
	}
  .grid-img.small-img2 {
    max-height: 560px;
    overflow: hidden;
  }
  .grid-img.small-img2 img {
    width: 100%;
    max-height: none;
  }
}
@media all and (min-width: 800px) { 
  .logo {
		margin-left: 56px;
	}
	nav.menu {
		right: 56px;
	}
  .overlay_logo {
		margin-left: 56px;
	}
  .overlay-menu {
		right: 56px;
	}
  .margin-container {
    margin-left: 56px;
    margin-right: 56px;
  }
  .col-one-half:nth-child(1n+0) {
		margin-left: 32px;
		margin-right: 20px;
	}
	.col-one-half:nth-child(2n+0) {
		margin-left: 20px;
		margin-right: 32px;
	}
  .content.margin-alt .row {
    margin-left: 32px;
    margin-right: 32px;
  }
  .content.margin-alt-2 .row {
    margin-left: 32px;
    margin-right: 32px;
  }
	.col-thirds-alt:nth-child(1n+0) {
		padding-left: 24px;
		padding-right: 24px;
	}
	.col-thirds-alt:nth-child(2n+0) {
		padding-left: 24px;
		padding-right: 24px;
	}
	.col-thirds-alt:nth-child(3n+0) {
		padding-left: 24px;
		padding-right: 24px;
	}
  footer ul li:last-child {
		margin-right: 56px;
	}
	.copy p {
		margin-left: 56px;
		text-align: left;
	}
  .content .sections ul {
	  margin-left: 56px;
  }
  .content .sections-rel ul {
	  margin-left: 32px;
  }
  .margin-books {
	  margin-left: 32px;
  }
  .list-items {
    padding: 48px 56px 48px 48px;
  }
  .contacts .col-one-half {
    padding-left: 32px;
    padding-right: 32px;
  }
  .lastvideos {
    margin-left: 56px;
    margin-right: 56px;
  }
  .big-videos-box {
    width: 100%; 
    margin-left: 32px; 
    margin-right: 32px;
  }
  .copyrights {
    margin-top: 128px;
  }
  .col-one-half.award-item {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .details-text .details-text-wrapper {
		/*position: fixed;*/
		position: absolute;
    right: 56px;
    left: 66.66%;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 24px 0 24px;
    border-left: 1px solid #1E1E1E;
	}
  .details-text .details-text-wrapper {
    padding-left: 40px;
    padding-right: 0;
	}
  .col-two-thirds.article {
    width: 66.66%;
  }
  .col-one-third.details-text {
    width: 33.33%;;
  }
  .row.xs-reset-grid-alt2 {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
  .col-one-half-back {
    margin-left: 32px;
    margin-right: 32px;
  }
  .col-all.full-width {
    margin-left: 32px;
    margin-right: 32px;
  }
  .sections {
    display: block;
  }
  .fixed-fixed {
    position: fixed !important;
  }
  .col-three-quarters.expand {
    width: 75%;
  }
  .col-two-thirds.expand {
    width: 66.66%;
  }
  .slide_wrapper h4, .slide_wrapper h5, .slide_wrapper .h5 p {
		margin-left: 96px;
		margin-right: 96px;
	}
  .c-menu {
		left: 40%;
	}
	.c-menu--slide-right {
		width: 60%;
	}
  .morphsearch-input {
    font-size: 46px;
    height: 64px;
    margin-top: 8px;
  }
  .morphsearch-form {
		width: 80%;
	}
  .overlay nav {
		font-size: 42px;
		line-height: 56px;
	}
  .col-all {
		width: 100%;
		margin-left: 32px;
		margin-right: 32px;
	}
  .home-box {
    position: absolute;
    top:64px;
    bottom: 0;
    left: 0;
    width: 50%;
    height: auto;
    clear: none;
    float: none;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .home-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 50%;
  }
  .home-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-position: center center;
    position: relative;
    width: 100%;
    height: 100%; 
    max-height: none;
  }
  .content .row.homepage {
    margin-left: 0;
    margin-right: 0;
  }
  .homepage h1 {
		margin-left: 48px;
		margin-right: 48px;
	}
  .homepage h2 {
		margin-left: 48px;
		margin-right: 48px;
	}
  .homepage {
    position: absolute;
    top: 64px;
    left: auto;
    bottom: 0;
    right: 0;
    width: 50%;
    clear: none;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (min-width: 1024px) {
	.margin-resp {
		margin-left: 80px;
		margin-right: 80px;
	}
  .content.first {
    padding-top: 96px;
  }
  .col-thirds-alt {
		width: 33.33%;
		margin-top: 64px;
	}
	.col-thirds-alt:nth-child(1), .col-thirds-alt:nth-child(2), .col-thirds-alt:nth-child(3) {
		margin-top: 0 !important;
	}
  .col-one-half-alt {
		width: 50%;
	}
  .col-one-half-alt:nth-child(2), .col-one-half-alt:nth-child(3) {
    margin-top: 0 !important;
  }
	.col-one-half-alt:nth-child(1n+0) {
		padding-left: 16px;
		padding-right: 56px;
	}
	.col-one-half-alt:nth-child(2n+0) {
		padding-left: 40px;
		padding-right: 32px;
	}
  .col-one-half-back {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .col-one-half-back:nth-child(2), .col-one-half-back:nth-child(3) {
    margin-top: 0 !important;
  }
	.col-one-half-back:nth-child(1n+0) {
		padding-left: 16px;
		padding-right: 32px;
	}
	.col-one-half-back:nth-child(2n+0) {
		padding-left: 32px;
		padding-right: 16px;
	}
  .grid-img {
		width: auto;
		margin-left: 84px;
		margin-right: 84px;
	}
  footer li span {
		padding-left: 4px;
		padding-right: 4px;
	}
  .morphsearch {
		left: 40px;
		right: 40px;
	}
  .homepage h1 {
		margin-left: 100px;
		margin-right: 76px;
	}
  .homepage h2 {
		margin-left: 100px;
		margin-right: 76px;
	}
  .col-one-half.award-item {
    width: 50% !important;
    margin-bottom: 0;
  }
  .row.xs-reset-grid-alt {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
  .morphsearch-form {
		width: 70%;
	}
  .contacts-back {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
  }
  .slide-caption.abs-rot2.top-up {
    position: absolute;
    right: -56px;
    bottom: 96px;
    left: auto;
    margin-right: 0;
    margin-bottom: 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .slide-caption.abs-rot-left2.top-up {
    position: absolute;
    left: -56px;
    bottom: 96px;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@media all and (min-width: 1072px) {
  .big-videos-box {
    width: 100%; 
    margin-left: auto; 
    margin-right: auto;
  }
}
@media all and (min-width: 1280px) {
  .morphsearch-form {
		width: 50%;
	}
  .overlay nav {
		font-size: 48px;
		line-height: 60px;
	}
  .sub-awards.awards-pd {
    padding-right: 48px;
  }
  .grid-img.small-img2 {
    min-height: 420px;
  }
  .grid-img.small-img2 img {
    width: auto;
    max-height: 420px;
  }
}
@media all and (min-width: 1440px) {
	.homepage h1 {
		font-size: 46px;
		line-height: 62px;
	}
}
@media all and (max-width: 799px) {
  .item-nav {
    margin-top: 32px;
  }
  .item-nav .prev {
    float: left;
  }
	.item h3 {
		font-size: 32px;
		line-height: 38px;
	}
	.item p {
		font-size: 20px;
		line-height: 26px;
	}
	.home-books .col-two-thirds {
    margin-left: 0;
  }
	.col-one-third.fix-gal {
    flex: 1 100%;
    width: 100%;
  }
  .col-two.fix-gal { 
    flex: 1 100%; 
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .fix-gal-wrapper {
    margin-right: 48px;
    margin-left: 48px;
  }
	.home-books .row.xs-reset-grid {
		flex-direction: column;
	}
	.content-wrapper.home-lock {
		height: auto;
	}
}
@media all and (max-width: 639px) {
	.border-left:after {
		display: none;
	}
}
@media all and (max-width: 479px) {
  .reset-mh {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .col-all.full-width h4 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .grid-img.small-img2 {
    min-height: auto;
  }
  .grid-img.small-img2 img {
    width: 100%;
    max-height: none;
  }
	.section-title, 
	.section-title-alt {
		max-width: 220px;
	}
	.homepage h1 {
		margin-top: 16px;
		font-size: 32px;
		line-height: 38px;
	}
	.item h3 {
		font-size: 28px;
		line-height: 34px;
	}
	.item p {
		font-size: 18px;
		line-height: 24px;
		font-weight: normal;
	}
	.fix-gal-wrapper {
    margin-right: 24px;
    margin-left: 24px;
  }
}

@media all and (max-width: 359px) {
	.copy p {
		font-size: 10px;
	}
 }
@media all and (max-height: 719px) {
	.overlay nav {
		padding-top: 96px;
		padding-bottom: 32px;
		font-size: 32px;
		line-height: 50px;
	}
}
@media all and (max-height: 799px) {
	.homepage h1 {
		font-size: 26px;
		font-size: calc(12px + 2vw);
		line-height: calc(14px + 3vw);
	}
}
@media all and (max-height: 639px) {
  .overlay-copy {
    position: relative;
    width: 100%;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 16px;
  }
	.home-img {
		background-size: contain;
		background-position: center bottom;
	}
}
@media all and (max-height: 569px) {
	.homepage h1 {
		font-size: 22px;
		font-size: calc(12px + 1vw);
		line-height: calc(14px + 2vw);
	}
	.overlay nav {
		padding-top: 48px;
		padding-bottom: 8px;
    font-size: 26px;
    line-height: 40px;
	}
}
.hf-wrapper {
	position: relative;
	width: 100%;
	max-width: 1440px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.content {
	max-width: 1440px;
}
.overlay_well {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
.col-scroll:last-child {
	margin-bottom: 0;
}
.list-items:first-child h4 {
	color: #8f514d;
}
.section-title.section-title-hh {
	display: block;
	margin-top: 0;
}
@media all and (min-width: 800px) {
	.section-title.section-title-hh {
		display: none;
	}
}
a::after {
  display: none;
  content: "";
}
a:hover::after {
  display: inline;
}
.copy-20 {
	clear: both;
	display: flex;
	align-items: center;
	justify-content: center;
}
.copy-20.copy-c20 {
	justify-content: center;
	margin-left: 0;
}
.copy-20 span {
	margin-left: 8px;
	margin-right: 8px;
}
@media all and (min-width: 480px) {
	.copy-20 span {
		margin-left: 16px;
		margin-right: 16px;
	}
}
@media all and (min-width: 640px) {
	.copy-20.copy-c20 {
		justify-content: flex-start;
		margin-left: 24px;
	}
}
@media all and (min-width: 800px) {
	.copy-20.copy-c20 {
		margin-left: 40px;
	}
}
.copy-20 img {
	height: 32px;
	/*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
	opacity:.86;
}