/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
/* IMPORT LESS PRESETS */
/* LESS VARIABLES CONCRETE5 EDITING  */
/* PRESET FULL PAGE COLORS */
/* FAMILY PAGE */
/* NEWS BUTTON */
/* CONTACT PAGE */
/* PRESET BODY TYPE */
/* FONTS */
/* copse-regular - latin */
@font-face {
  font-family: 'Copse';
  font-style: normal;
  font-weight: 400;
  src: url('/application/themes/kalashnikov/css/fonts/copse-v7-latin/copse-v7-latin-regular.eot');
  src: local('Copse'), url('/application/themes/kalashnikov/css/fonts/copse-v7-latin/copse-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/application/themes/kalashnikov/css/fonts/copse-v7-latin/copse-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/application/themes/kalashnikov/css/fonts/copse-v7-latin/copse-v7-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/application/themes/kalashnikov/css/fonts/copse-v7-latin/copse-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/application/themes/kalashnikov/css/fonts/copse-v7-latin/copse-v7-latin-regular.svg#Copse') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* holtwood-one-sc-regular - latin */
@font-face {
  font-family: 'Holtwood One SC';
  font-style: normal;
  font-weight: 400;
  src: url('/application/themes/kalashnikov/css/fonts/holtwood-one-sc-v8-latin/holtwood-one-sc-v8-latin-regular.eot');
  src: local('Holtwood One SC'), local('HoltwoodOneSC'), url('/application/themes/kalashnikov/css/fonts/holtwood-one-sc-v8-latin/holtwood-one-sc-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/application/themes/kalashnikov/css/fonts/holtwood-one-sc-v8-latin/holtwood-one-sc-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/application/themes/kalashnikov/css/fonts/holtwood-one-sc-v8-latin/holtwood-one-sc-v8-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/application/themes/kalashnikov/css/fonts/holtwood-one-sc-v8-latin/holtwood-one-sc-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/application/themes/kalashnikov/css/fonts/holtwood-one-sc-v8-latin/holtwood-one-sc-v8-latin-regular.svg#HoltwoodOneSC') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* FONT PRESETS */
/* LESS VARIABLES */
/* 
####################

	LESS MIXINS & DEFAULTS

####################	
*/
/* MEDIA QUERIES */
/* DEFAULT STYLES */
html {
  font-size: 62.5%;
}
@media (max-width: 690px) {
  html {
    font-size: 58%;
  }
}
body {
  background-color: #000;
  color: #fff;
  font-family: 'Copse', serif;
  font-size: 1.8rem;
}
body a {
  color: #fff;
  text-decoration: none;
}
.page-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1000;
}
.kalashnikov-link-button {
  border: 1px solid #ffffff;
  padding: 3px 6px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.kalashnikov-link-button-hover {
  color: #191919;
  background: #ffffff;
}
/* 
####################

	HEADER & MENU

####################	
*/
header.site-header {
  position: relative;
  text-align: center;
  padding: 10px 20px;
}
@media (max-width: 690px) {
  header.site-header {
    text-align: left;
  }
}
header.site-header .header-menu {
  position: relative;
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 140px;
}
@media (max-width: 690px) {
  header.site-header .header-menu {
    padding-bottom: 200px;
  }
}
@media (max-width: 489px) {
  header.site-header .header-menu {
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  header.site-header .header-menu .menu-wrapper {
    order: 1;
  }
  header.site-header .header-menu .language-switch-wrapper {
    order: 2;
    text-align: right;
  }
}
header.site-header .header-menu .banner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 550px;
  margin: auto;
  text-align: center;
  z-index: 1;
  padding: 20px 0;
}
@media (max-width: 690px) {
  header.site-header .header-menu .banner {
    width: 100%;
    top: 50px;
  }
}
@media (max-width: 489px) {
  header.site-header .header-menu .banner {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    left: initial;
    width: 100%;
    max-width: 100%;
    order: 3;
    top: initial;
  }
}
header.site-header .header-menu .menu-wrapper {
  position: relative;
}
header.site-header span.menu-trigger {
  border: 1px solid #ffffff;
  padding: 3px 6px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 4px 6px;
  border: none;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #fff;
  line-height: 0;
  background: rgba(0, 0, 0, 0.7);
}
header.site-header span.menu-trigger img {
  height: 40px;
  filter: width: auto;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header.site-header span.menu-trigger:hover,
header.site-header span.menu-trigger.show-menu {
  color: #191919;
  background: #ffffff;
}
header.site-header span.menu-trigger:hover img,
header.site-header span.menu-trigger.show-menu img {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}
header.site-header ul.nav {
  display: flex;
  justify-content: flex-start;
  display: none;
  padding-top: 12px;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  position: absolute;
  top: 51px;
  left: 0;
  width: 200px;
  flex-direction: column;
  z-index: 1000;
}
header.site-header ul.nav li {
  padding: 6px 0;
  margin: auto;
  font-size: 20px;
}
header.site-header ul.nav li:first-child {
  padding: 6px 0;
  margin: auto;
}
header.site-header ul.nav li.nav-selected {
  border-bottom: none;
}
header.site-header ul.nav li.nav-selected a {
  color: #ffffff;
}
header.site-header ul.nav li.nav-selected a:before {
  padding-right: 25px;
  color: #ffffff;
}
header.site-header ul.nav li.nav-selected a:after {
  padding-left: 25px;
  color: #ffffff;
}
header.site-header ul.nav li a {
  color: #e1e1e1;
  padding: 6px 0;
}
header.site-header ul.nav li a:before {
  content: '[';
  padding-right: 15px;
  color: #e1e1e1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header.site-header ul.nav li a:after {
  content: ']';
  padding-left: 15px;
  color: #e1e1e1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header.site-header ul.nav li a:hover:before {
  padding-right: 25px;
  color: #ffffff;
}
header.site-header ul.nav li a:hover:after {
  padding-left: 25px;
  color: #ffffff;
}
/* Old navigation without menu button */
/* 
		li {
			padding: 4px 8px;
			margin: 0 4px;
			border-bottom: 1px solid transparent;
			font-size: 2.2rem;
			// text-transform: lowercase;
			.soft-transition(.2s);
			
			@media @desktop and (max-width: 800px) {
				font-size: 2rem;
				margin: 0 2px;
				padding: 4px;
			}
			
			&:first-child {
				// padding-left: 0;
				margin-left: 0;
			}
			
			&.nav-selected {
				border-bottom: 1px solid fadein(#fff, -30%);
				
				a {
					cursor: default;
				}
			}
		}
		 */
.language-switch-wrapper {
  display: flex;
  align-items: center;
  height: 50px;
}
.custom-language-switch {
  position: relative;
  display: flex;
}
.custom-language-switch a {
  border: 1px solid #ffffff;
  padding: 3px 6px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #e1e1e1;
  border: 1px solid transparent;
  margin-left: 4px;
  background: rgba(0, 0, 0, 0.7);
}
.custom-language-switch a.active-language {
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: default;
}
.custom-language-switch a.active-language:hover {
  color: #ffffff;
  background: transparent;
  cursor: default;
}
.custom-language-switch a:hover {
  color: #191919;
  background: #ffffff;
}
.custom-language-switch a img {
  height: 30px;
  width: auto;
  margin-left: 5px;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.custom-language-switch a.ccm-block-switch-language-active-flag {
  cursor: default;
}
.custom-language-switch a.ccm-block-switch-language-active-flag img {
  opacity: 1;
}
.custom-language-switch a:hover img {
  opacity: 1;
}
.ccm-block-social-links {
  margin-left: 10px;
}
.ccm-block-social-links a {
  font-size: 2rem;
}
/* 
####################

	PAGE CONTENT 

####################	
*/
.default-heading-1 {
  font-size: 3.2rem;
  font-family: 'Copse', serif;
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.default-heading-2 {
  font-size: 2.8rem;
  font-family: 'Copse', serif;
  margin-bottom: 8px;
  font-weight: bold;
  letter-spacing: 1px;
}
.default-heading-3 {
  font-size: 2.4rem;
  font-family: 'Copse', serif;
  font-weight: bold;
  margin-bottom: 4px;
}
.content-area {
  position: relative;
  font-size: 2.2rem;
  padding-bottom: 5vh;
  min-height: 75vh;
  max-width: 1000px;
  margin: auto;
}
.content-area h1 {
  font-size: 3.2rem;
  font-family: 'Copse', serif;
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.content-area h2 {
  font-size: 2.8rem;
  font-family: 'Copse', serif;
  margin-bottom: 8px;
  font-weight: bold;
  letter-spacing: 1px;
}
.content-area h3 {
  font-size: 2.4rem;
  font-family: 'Copse', serif;
  font-weight: bold;
  margin-bottom: 4px;
}
.content-area strong,
.content-area b {
  font-weight: bolder;
}
.content-area i,
.content-area em {
  font-style: italic;
}
.content-area p {
  margin-top: 12px;
}
/* 
####################

	TEXT AREAS

####################	
*/
.text-area-wrapper {
  position: relative;
  width: 100%;
}
.text-area {
  position: relative;
  padding: 20px;
  background: rgba(25, 25, 25, 0.9);
  display: block;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 20px;
}
@media (max-width: 690px) {
  .text-area {
    max-width: 100% !important;
    width: 100% !important;
  }
}
/* 
####################

	NEWS BUTTON

####################	
*/
/* Loop for creating boxes for the star */
.news-button-wrapper {
  position: absolute;
  padding-left: 0;
  top: -100px;
  left: -15px;
  z-index: 100;
}
@media (max-width: 489px) {
  .news-button-wrapper {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    padding: 0;
    padding-left: 0;
  }
}
.news-button-wrapper .star-container {
  margin: 50px 25px 25px;
  padding: 0;
  width: 180px;
  height: 180px;
  max-width: 100%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  cursor: pointer;
}
@media (max-width: 489px) {
  .news-button-wrapper .star-container {
    margin: 0;
  }
}
.news-button-wrapper .boxes {
  position: relative;
  z-index: 1;
}
.news-button-wrapper .boxes .box-1 {
  position: absolute;
  width: 180px;
  height: 180px;
  background: #5f2981;
  box-shadow: 0 0 14px 3px rgba(95, 41, 129, 0.75);
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.news-button-wrapper .boxes .box-2 {
  position: absolute;
  width: 180px;
  height: 180px;
  background: #5f2981;
  box-shadow: 0 0 14px 3px rgba(95, 41, 129, 0.75);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.news-button-wrapper .boxes .box-3 {
  position: absolute;
  width: 180px;
  height: 180px;
  background: #5f2981;
  box-shadow: 0 0 14px 3px rgba(95, 41, 129, 0.75);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-button-wrapper .boxes .box-4 {
  position: absolute;
  width: 180px;
  height: 180px;
  background: #5f2981;
  box-shadow: 0 0 14px 3px rgba(95, 41, 129, 0.75);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.news-button-wrapper .boxes .box-5 {
  position: absolute;
  width: 180px;
  height: 180px;
  background: #5f2981;
  box-shadow: 0 0 14px 3px rgba(95, 41, 129, 0.75);
  -webkit-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  transform: rotate(75deg);
}
.news-button-wrapper .boxes .box-6 {
  position: absolute;
  width: 180px;
  height: 180px;
  background: #5f2981;
  box-shadow: 0 0 14px 3px rgba(95, 41, 129, 0.75);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news-button-wrapper .content {
  position: relative;
  z-index: 10;
  padding: 5px;
  color: #ebdf3f;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.news-overlay {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 40px 0;
  background: rgba(25, 25, 25, 0.9);
  box-shadow: 1px 1px 14px rgba(255, 255, 255, 0.2);
  display: none;
}
.news-overlay .content {
  padding: 20px;
}
.news-overlay .content h1 {
  font-size: 3.2rem;
  font-family: 'Copse', serif;
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.news-overlay .content h2 {
  font-size: 2.8rem;
  font-family: 'Copse', serif;
  margin-bottom: 8px;
  font-weight: bold;
  letter-spacing: 1px;
}
.news-overlay .content h3 {
  font-size: 2.4rem;
  font-family: 'Copse', serif;
  font-weight: bold;
  margin-bottom: 4px;
}
.news-overlay .content a {
  line-height: 4;
  padding: 6px 10px;
  border: 1px dashed #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.news-overlay .content a:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #ffffff;
  color: #000000;
}
.news-overlay button.overlay_close {
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  font-size: 28px;
  background: rgba(25, 25, 25, 0.9);
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 690px) {
  .news-overlay button.overlay_close {
    right: 0;
    top: -40px;
  }
}
.news-overlay button.overlay_close:hover {
  background: #fff;
  color: rgba(25, 25, 25, 0.9);
}
/* 
####################

	GALLERY

####################	
*/
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1000px;
  max-width: 100%;
  margin: auto;
  line-height: 0;
  /* Gallery variant 2 */
}
.gallery-container a {
  width: 50%;
}
.gallery-container a img {
  width: 100%;
  opacity: 0.9;
  transform: translateZ(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery-container a img:hover {
  opacity: 1;
}
.gallery-container a:nth-child(n+4) {
  display: none;
}
.gallery-container a:nth-child(3n+1) {
  width: 100%;
  padding-bottom: 5px;
}
.gallery-container a:nth-child(3n+2) {
  width: 50%;
  padding: 5px 5px 5px 0;
}
@media (max-width: 489px) {
  .gallery-container a:nth-child(3n+2) {
    width: 100%;
  }
}
.gallery-container a:nth-child(3n) {
  width: 50%;
  padding: 5px 0 5px 5px;
}
@media (max-width: 489px) {
  .gallery-container a:nth-child(3n) {
    width: 100%;
  }
}
.gallery-container .image-container {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-bottom: 56.25%;
  opacity: 0.8;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery-container .image-container:hover {
  opacity: 1;
}
.gallery-container .image-container .more-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.8);
}
.gallery-container .image-container .more-overlay .more-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* SWIPER GALLERY FRACTION PAGINATION */
.swiper-container .swiper-slide img {
  width: 100%;
}
.swiper-container .swiper-pagination {
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 16px 12px;
  background: rgba(0, 0, 0, 0.95);
  box-shadow: 1px 1px 10px 2px rgba(5, 5, 5, 0.7);
}
/* 
####################

	FAMILY

####################	
*/
.family {
  max-width: 1000px;
  margin: auto;
  perspective: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.family-member-trigger {
  width: 25%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.family-member-trigger:hover {
  animation: pulse 0.4s;
}
@media (max-width: 690px) {
  .family-member-trigger {
    width: 33.3%;
  }
}
@media (max-width: 489px) {
  .family-member-trigger {
    width: 50%;
  }
}
@media (max-width: 250px) {
  .family-member-trigger {
    width: 100%;
  }
}
.family-member {
  cursor: pointer;
  line-height: 0;
}
.family-member .profile-image img {
  width: 100%;
}
.family-member .details {
  display: none;
  line-height: 1.2;
}
/* family profile overlays  */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.9);
}
.featherlight-family {
  padding: 20px;
}
@media (max-width: 690px) {
  .featherlight-family {
    padding: 0;
  }
}
.featherlight-family .featherlight-content {
  width: 100%;
  max-width: 400px;
  max-height: 100%;
  padding: 0;
  background: rgba(25, 25, 25, 0.9);
  box-shadow: 2px 2px 18px 2px rgba(230, 230, 230, 0.25);
  text-align: left;
  border-bottom: none;
  word-wrap: break-word;
  /* IE */
  word-break: break-word;
  margin: 0;
}
@media (min-width: 691px) {
  .featherlight-family .featherlight-content {
    max-width: 800px;
    max-width: 1000px;
  }
}
.featherlight-family .featherlight-content .family-member {
  cursor: default;
}
@media (min-width: 691px) {
  .featherlight-family .featherlight-content .family-member {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
@media (max-width: 690px) {
  .featherlight-family .featherlight-content .family-member {
    flex-direction: column;
  }
}
@media (min-width: 691px) {
  .featherlight-family .featherlight-content .family-member .profile-image {
    width: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 450px;
    min-height: 250px;
  }
  .featherlight-family .featherlight-content .family-member .profile-image img {
    display: none;
  }
}
.featherlight-family .featherlight-content .family-member .details {
  display: block;
  padding: 20px;
}
@media (min-width: 691px) {
  .featherlight-family .featherlight-content .family-member .details {
    width: 70%;
  }
}
.featherlight-family .featherlight-content h3 {
  font-size: 2.4rem;
  font-family: 'Copse', serif;
  font-weight: bold;
  margin-bottom: 4px;
  margin-bottom: 20px;
}
@media (max-width: 690px) {
  .featherlight-family .featherlight-content h3 {
    text-align: center;
  }
}
.featherlight-family .featherlight-content span.label {
  margin-bottom: 8px;
  padding-right: 6px;
}
@media (max-width: 690px) {
  .featherlight-family .featherlight-content span.label {
    display: block;
    padding-right: 0;
  }
}
.featherlight-family .featherlight-content span.accent {
  padding: 2px 4px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}
.featherlight-family .featherlight-content span.accent:before {
  content: '»';
  padding-right: 3px;
  color: rgba(225, 225, 225, 0.8);
}
.featherlight-family .featherlight-content span.accent:after {
  content: '«';
  padding-left: 3px;
  color: rgba(225, 225, 225, 0.8);
}
.featherlight-family .featherlight-content a {
  padding: 3px 6px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  line-height: 28px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.featherlight-family .featherlight-content a:hover {
  color: #191919;
  background: #ffffff;
  border: 1px solid transparent;
}
.featherlight-family .featherlight-content p {
  margin-top: 20px;
}
.featherlight-family .featherlight-content img {
  max-width: 100%;
  width: 100%;
}
/* old family design | block template*/
.family-member {
  position: relative;
}
.family-member div.name-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.7);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.family-member div.name-overlay h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.8;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.family-member:hover div.name-overlay {
  opacity: 1;
}
/* 
####################

	VIDEO

####################	
*/
.outside-video-wrapper {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 30px;
}
.inside-video-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.inside-video-wrapper.aspect-ratio-4-3 {
  padding-bottom: 75%;
}
.inside-video-wrapper.aspect-ratio-16-10 {
  padding-bottom: 62.50%;
}
.inside-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 
####################

	PRESS

####################	
*/
.press-statement {
  margin: auto;
  max-width: 1000px;
  display: flex;
  background: #ffffff;
  color: #191919;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.press-statement .image-wrapper,
.press-statement .quote-wrapper {
  position: relative;
  width: 50%;
}
@media (max-width: 650px) {
  .press-statement .image-wrapper,
  .press-statement .quote-wrapper {
    width: 100%;
  }
}
.press-statement .image-wrapper {
  line-height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 281px;
}
@media (max-width: 650px) {
  .press-statement .image-wrapper {
    padding-bottom: 56.25%;
    /* aspect ratio 16:9 */
  }
}
.press-statement .quote-wrapper {
  padding: 20px;
}
@media (max-width: 489px) {
  .press-statement .quote-wrapper {
    padding: 10px;
  }
}
.press-statement .quote-wrapper p.date,
.press-statement .quote-wrapper p.source {
  font-size: 1.5rem;
  margin-top: 0;
  text-align: right;
}
.press-statement .quote-wrapper h1 {
  font-size: 2rem;
  text-align: center;
  margin-top: 12px;
}
.press-statement .quote-wrapper p.quote {
  font-size: 1.8rem;
  font-style: italic;
}
.press-statement .quote-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.press-statement .quote-wrapper footer {
  margin-top: 40px;
}
.press-statement .quote-wrapper footer p {
  font-size: 1.5rem;
  text-align: center;
}
.press-statement .quote-wrapper footer p:before {
  content: '— ';
}
/* 
####################

	CONTACT

####################	
*/
.contact-area {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  font-size: 1.6rem;
}
.contact-area .smallprint {
  padding: 20px;
}
.contact-area img {
  width: 100%;
  padding-bottom: 20px;
}
/* 
####################

	ERROR MESSAGES

####################	
*/
.error-message {
  background: rgba(25, 25, 25, 0.6);
  background: rgba(25, 25, 25, 0.9);
  max-width: 1000px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 2;
  padding: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.error-message h1 {
  font-size: 3.2rem;
  font-family: 'Copse', serif;
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.error-message a {
  border: 1px solid #ffffff;
  padding: 3px 6px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.error-message a:hover {
  color: #191919;
  background: #ffffff;
}
/* 
####################

	FOOTER

####################	
*/
footer.site-footer {
  padding: 20px 20px 50px;
}
/* 
####################

	ANIMATIONS

####################	
*/
@-webkit-keyframes menuFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menuFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menuFadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes menuFadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
