/* 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;
  font-weight: 100;
}

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;
}

@font-face {
  font-family: "Graphik LCG Web";
  src: url("Graphik-BoldItalic-Cy-Gr-Web.eot");
  src: url("Graphik-BoldItalic-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("Graphik-BoldItalic-Cy-Gr-Web.woff2") format("woff2"), url("Graphik-BoldItalic-Cy-Gr-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik LCG Web";
  src: url("Graphik-Bold-Cy-Gr-Web.eot");
  src: url("Graphik-Bold-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("Graphik-Bold-Cy-Gr-Web.woff2") format("woff2"), url("Graphik-Bold-Cy-Gr-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik LCG Web";
  src: url("Graphik-MediumItalic-Cy-Gr-Web.eot");
  src: url("Graphik-MediumItalic-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("Graphik-MediumItalic-Cy-Gr-Web.woff2") format("woff2"), url("Graphik-MediumItalic-Cy-Gr-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik LCG Web";
  src: url("Graphik-Medium-Cy-Gr-Web.eot");
  src: url("Graphik-Medium-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("Graphik-Medium-Cy-Gr-Web.woff2") format("woff2"), url("Graphik-Medium-Cy-Gr-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik LCG Web";
  src: url("Graphik-RegularItalic-Cy-Gr-Web.eot");
  src: url("Graphik-RegularItalic-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("Graphik-RegularItalic-Cy-Gr-Web.woff2") format("woff2"), url("Graphik-RegularItalic-Cy-Gr-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik LCG Web";
  src: url("Graphik-Regular-Cy-Gr-Web.eot");
  src: url("Graphik-Regular-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("Graphik-Regular-Cy-Gr-Web.woff2") format("woff2"), url("Graphik-Regular-Cy-Gr-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik LCG Web";
  src: url("Graphik-LightItalic-Cy-Gr-Web.eot");
  src: url("Graphik-LightItalic-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("Graphik-LightItalic-Cy-Gr-Web.woff2") format("woff2"), url("Graphik-LightItalic-Cy-Gr-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik LCG Web";
  src: url("Graphik-Light-Cy-Gr-Web.eot");
  src: url("Graphik-Light-Cy-Gr-Web.eot?#iefix") format("embedded-opentype"), url("Graphik-Light-Cy-Gr-Web.woff2") format("woff2"), url("Graphik-Light-Cy-Gr-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
body {
  background-color: #fff;
  font-family: "Graphik LCG Web", sans-serif;
  -webkit-font-smoothing: antialiased;
}

input, textarea {
  font-family: "Graphik LCG Web", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}

strong {
  font-weight: 400;
}

p a {
  color: #E2263C;
}

::selection {
  background: #E2263C;
  color: #fff;
}

.header-bar {
  height: 60px;
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
  background-color: #E2263C;
}
.header-bar .logo {
  display: block;
  padding-left: 30px;
  flex: 1;
}
.header-bar .logo path {
  fill: white;
}
.header-bar .logo svg {
  height: 20px;
}
.header-bar .nav {
  text-decoration: uppercase;
  display: flex;
  justify-content: right;
}
.header-bar .nav > * {
  border-left: 1px solid white;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}
.header-bar .nav > * path, .header-bar .nav > * polygon {
  fill: white;
}
.header-bar .nav > * svg {
  height: 20px;
}
.header-bar .nav > * svg:first-child {
  margin-right: 15px;
}
.header-bar .nav > * svg:last-child {
  margin-left: 15px;
}

.language-switch {
  width: 170px;
  position: relative;
}
.language-switch--topics {
  width: 220px;
  
}
.language-switch--topics .language{
	padding:0 10px;
}
.language-switch:hover .language-switch-dropdown {
  display: block;
}

.language-switch-head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
}

.language-switch-dropdown {
  width: calc(100% + 2px);
  display: none;
  position: absolute;
  top: 60px;
  right: -1px;
  z-index: 50;
}
.language-switch-dropdown .language {
  height: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #E2263C;
  border: 1px solid white;
  border-width: 0 1px 1px 1px;
}
.language-switch-dropdown .language:hover {
  cursor: pointer;
  background-color: white;
  color: #E2263C;
}

.search-padder {
  padding: 20px;
}
.search-padder .search-bar > .inner input {
  border: 1px solid #E2263C;
}

.search-bar {
  width: 100%;
  position: relative;
}
.search-bar > .inner {
  height: 55px;
  display: flex;
  position: relative;
}
.search-bar > .inner > img {
  height: 30px;
  position: absolute;
  top: 13px;
  left: 30px;
  pointer-events: none;
}
.search-bar > .inner input {
  background-color: white;
  flex: 1;
  padding: 15px 15px 15px 90px;
  border: none;
  outline: none;
  font-size: 18px;
}

.search-dropdown:hover .search-dropdown-items {
  display: block;
}

.search-dropdown-head {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E2263C;
  text-transform: uppercase;
  font-weight: 100;
  width: 200px;
  text-align: center;
  color: white;
}
.search-dropdown-head img {
  margin-right: 10px;
}

.search-dropdown-items {
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 5;
}

.search-dropdown-item {
  font-weight: 100;
  font-size: 16px;
  text-transform: uppercase;
  width: 200px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E2263C;
  background: #fff;
  border-bottom: 1px solid #E2263C;
  cursor: pointer;
}
.search-dropdown-item img {
  margin-right: 10px;
}
.search-dropdown-item:last-child {
  border: none;
}

.tag {
  display: inline-block;
  width: 180px;
  border-radius: 15px;
  border: 1px solid white;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  padding: 7px 10px 5px 16px;
  margin-right: 12px;
  margin-bottom: 16px;
  color: white;
  text-decoration: none;
  background: url('/assets/icons/filter.svg');
  background-repeat: no-repeat;
  background-position-x: -2px;
  background-position-y: top;
  background-size: 32px;
}
.tag:hover {
	background-color: lightgray;
}

.inspiration-head {
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inspiration-head a {
  border: 1px solid #E2263C;
  font-size: 16px;
  color: #E2263C;
  height: 55px;
  width: 227px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  text-decoration: none;
}

.inspiration h1 {
  color: #E2263C;
  font-weight: 100;
  background: #fff;
  font-size: 35px;
  text-align: center;
}

.inspiration-items {
  display: flex;
  flex-wrap: wrap;
}

.inspiration-item {
  height: 380px;
  position: relative;
}
.inspiration-item .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.inspiration-item .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.inspiration-item .content .location {
  display: flex;
  align-items: center;
}
.inspiration-item .content .location img {
  height: 30px;
  margin-right: 15px;
}
.inspiration-item .content .location span {
  font-size: 16px;
}
.inspiration-item .content .cart {
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  border: 1px solid white;
  padding: 15px;
  cursor: pointer;
}
.inspiration-item .content .cart img {
  width: 30px;
}
.inspiration-item .content .data .title {
  font-weight: 100;
  font-size: 30px;
}
.inspiration-item .content .data .number {
  font-weight: 100;
  font-size: 16px;
  margin-top: 15px;
}
.inspiration-item.single {
  width: 25vw;
}
.inspiration-item.double {
  width: 50vw;
}
.inspiration-item:hover .content {
  display: flex;
}

.footer {
  background-color: #E2263C;
  display: flex;
  padding: 45px 75px;
  font-size: 11px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .links a {
  display: block;
  margin-bottom: 10px;
}
.footer .links a:hover {
  text-decoration: underline;
}
.footer .social {
  margin-top: 20px;
}
.footer .social a {
  margin-right: 5px;
}
.footer a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.footer a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  height: 35px;
  padding: 0 14px;
  border: 1px solid white;
  margin-bottom: 10px;
}
.footer a.button img {
  height: 19px;
  margin-right: 10px;
}
.footer a.button:last-child {
  margin-bottom: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  justify-content: center;
  align-items: center;
}
.popup.open {
  opacity: 1;
  display: flex;
  pointer-events: all;
}
.popup .close {
  cursor: default;
}
.popup .curtain {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.popup .overlay {
  position: relative;
  z-index: 1001;
}
.popup .overlay .buttons {
  display: flex;
  justify-content: center;
}
.popup .overlay .buttons .button {
  margin-right: 15px;
  padding: 18px 20px 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-color: #E2263C;
  min-width: 220px;
  text-align: center;
}
.popup .overlay .buttons .button.ghost {
  border: 1px solid #E2263C;
  background: white;
  color: #E2263C;
  font-size: 16px;
}
.popup .overlay .buttons .button:last-child {
  margin-right: 0;
}

.popup.faq .overlay {
  max-width: 1050px;
  padding: 40px;
  background: white;
  color: #E2263C;
}
.popup.faq .overlay h1 {
  font-size: 36px;
  margin: 50px 0;
  text-align: center;
}
.popup.faq .overlay p {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5em;
}
.popup.faq .overlay .buttons {
  margin-top: 50px;
}

.popup.video .overlay {
  max-width: 1050px;
  padding: 40px;
  background: white;
  color: #E2263C;
}
.popup.video .overlay h1 {
  font-size: 36px;
  margin: 50px 0;
  text-align: center;
}
.popup.video .overlay p {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5em;
}
.popup.video .overlay .buttons {
  margin-top: 50px;
}

.popup.video .overlay form {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.popup.video .overlay .close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.popup.login .overlay {
  background-color: #E2263C;
  padding: 75px 90px 40px;
}
.popup.login .overlay .close {
  position: absolute;
  top: 25px;
  right: 25px;
}
.popup.login .overlay form {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.popup.login .overlay form input {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  font-size: 19px;
  padding: 12px;
  font-weight: 100;
  background-color: white;
  margin-bottom: 20px;
}
.popup.login .overlay form a {
  display: block;
  color: black;
  padding: 12px;
  font-size: 19px;
  text-align: center;
  margin-bottom: 30px;
}
.popup.login .overlay .buttons .button {
  color: #E2263C;
  background-color: white;
}
.popup.login .overlay .buttons .button.ghost {
  border-color: white;
  color: white;
  background-color: #E2263C;
}

.header {
  height: 600px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.header > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.header .header-bar {
  border-color: white;
  background-color: transparent;
}
.header .header-bar .logo path {
  fill: white;
}
.header .header-bar .nav > * {
  color: white;
  border-color: white;
}
.header .header-bar .nav > * path, .header .header-bar .nav > * polygon {
  fill: white;
}
.header .header-bar .language-switch-dropdown .language {
  background-color: transparent;
}
.header .header-bar .language-switch-dropdown .language:hover {
  background-color: white;
}
.header .header-bar .language-switch-dropdown .language.language--redbg {
  background-color: #E2263C;
  color:white;
}
.header .header-bar .language-switch-dropdown .language.language--redbg:hover {
  background-color: #FFFFFF;
  color:#E2263C;
  
}
.header .hero {
  flex: 1;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header .hero h1 {
  font-size: 30px;
  padding: 50px 120px;
}
.header .hero > a {
  margin-top: 25px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 100;
}
.header .hero > a:hover {
  text-decoration: underline;
}
.header .search-bar {
  width: 750px;
}

.gallery h1 {
  padding: 50px 100px;
  color: #E2263C;
  font-weight: 100;
  background: #fff;
  font-size: 35px;
  text-align: center;
}

.gallery-nav {
  border: 1px solid #E2263C;
  border-width: 1px 0;
  display: flex;
}

.gallery-nav-item {
  flex: 1;
  border-right: 1px solid #E2263C;
  font-size: 16px;
  color: #E2263C;
  padding: 25px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.gallery-nav-item:last-child {
  border-right: none;
}
.gallery-nav-item:hover {
  background-color: #E2263C;
  color: white;
  cursor: pointer;
}

.gallery-photos {
  overflow: auto;
}

.gallery-photos-inner {
  display: flex;
}

.gallery-photo {
  flex:1;
  position:relative;
}
.gallery-photo .image {
  
  width: 100%;
  padding-bottom:100%;
  background-position: center center;
  background-size: cover;
}
.gallery-photo .content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  padding: 50px;
  color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gallery-photo .content img {
  height: 30px;
}
.gallery-photo .content h2 {
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  margin: 24px 0 28px;
}
.gallery-photo .content a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 100;
  font-size: 16px;
}
.gallery-photo .content a:hover {
  text-decoration: underline;
}
.gallery-photo:hover {
  cursor: pointer;
}
.gallery-photo:hover .content {
  display: flex;
}




.overview-bar {
  display: flex;
  height: auto;
						 
									 
					 
}
.overview-bar .filter-head {
					 
		 
		  
		   
  background: rgba(0, 0, 0, 0.7);
  width: 340px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px;
}
.overview-bar .filter-head img {
  height: 20px;
  margin-right: 10px;
}
.overview-bar .filter-head .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview-bar .filter-head span {
  color: white;
  text-transform: uppercase;
  text-align: center;
																		 
			  
 
														 
								
}
.overview-bar .filter-head.show img {
  transform: rotate(180deg);
}
.overview-bar .bar-other {
  flex: 1;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
						 
						  
  align-items: center;
  justify-content: space-between;
				  
				  
  padding: 0 20px;
}
.overview-bar .bar-other .message {
				   
  color: white;
  text-transform: uppercase;
				  
				   
 
						 
							 
}

.overview-main {
  display: flex;
}

.overview-filter {
  background: rgba(0, 0, 0, 0.7);
  width: 340px;
  display: none;
}
.overview-filter.show {
  display: block;
}

.accordion {
  background: #676767;
  margin-bottom: 2px;
}
.accordion.show .accordion-head .icon .minus {
  display: block;
}
.accordion.show .accordion-head .icon .plus {
  display: none;
}
.accordion.show .accordion-body {
  display: block;
}
.accordion.show .accordion-body.format, .accordion.show .accordion-body.people, .accordion.show .accordion-body.view {
    display: flex;
}
.accordion.show .accordion-body.season {
    display: flex;
}

.accordion-head {
    padding: 20px;
    display: flex;
    align-items: center;
    color: white;
    cursor: pointer;
}
.accordion-head .title {
  text-align: center;
  flex: 1;
  font-size: 16px;
}
.accordion-head .icon .plus {
  display: block;
}
.accordion-head .icon .minus {
  display: none;
}

.accordion-body {
  padding: 0 20px 20px 20px;
  display: none;
}
.accordion-body.format {
  color: #E2263C;					 
}
.accordion-body.view {
    color: #E2263C;
}
.accordion-body.season {
    color: #E2263C;
}
.accordion-body .landscape {
  display: inline-block;
  width: 144px;
		 
		  
									   
  height: 100px;
  display: flex;
				
			   
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-top: 22px;
}
.accordion-body .portrait {
  display: inline-block;
  width: 100px;
  height: 144px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-left: 36px;
}
.accordion-body .people, .accordion-body .trees {
  display: inline-block;
  width: 144px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.accordion-body .people img, .accordion-body .trees img {
  height: 38px;
  margin-bottom: 15px;
}
.accordion-body .people span, .accordion-body .trees span {
  color: #E2263C;
  font-size: 16px;
}
.accordion-body .people {
  margin-right: 20px;
}
.accordion-body .photographer-search {
  background-color: white;
  margin-bottom: 10px;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.accordion-body .photographer-search img {
  height: 20px;
}
.accordion-body .photographer-search input {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  flex: 1;
  margin-left: 5px;
  padding: 10px;
}
.accordion-body .photographer-results {
  background: white;
  padding: 20px;
  max-height: 330px;
  overflow: auto;
}
.accordion-body .photographer-results label {
  display: block;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.accordion-body .photographer-results label:last-child {
  margin-bottom: 0;
}
.accordion-body .photographer-results input {
  margin-right: 5px;
}
.accordion-body .photographer-results span {
  color: black;
  font-size: 16px;
}

.overview-images {
  flex: 1;
  background: rgba(0, 0, 0, 0.85);
  padding: 20px 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.bg-white{
	background:white;
}
.overview-images .item {
  display: block;
  height: 380px;
  margin-bottom: 20px;
  position: relative;
}
.overview-images .item .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.overview-images .item .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.overview-images .item .content .location {
  display: flex;
  align-items: center;
}
.overview-images .item .content .location img {
  height: 30px;
  margin-right: 15px;
}
.overview-images .item .content .location span {
  font-size: 16px;
}
.overview-images .item .content .cart {
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  border: 1px solid white;
  padding: 15px;
  cursor: pointer;
}
.overview-images .item .content .cart img {
  width: 30px;
}
.overview-images .item .content .data .title {
  font-weight: 100;
  font-size: 30px;
}
.overview-images .item .content .data .number {
  font-weight: 100;
  font-size: 16px;
  margin-top: 15px;
}
.overview-images .item.single {
  width: 25vw;
}
.overview-images .item.double {
  width: 50vw;
}
.overview-images .item:hover .content {
  display: flex;
}

.overview-images .item:nth-child(10n+1) {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.overview-images .item:nth-child(10n+2) {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.overview-images .item:nth-child(10n+3) {
  width: calc((100% - 40px) / 3);
  margin-right: 0px;
}
.overview-images .item:nth-child(10n+4) {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.overview-images .item:nth-child(10n+5) {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.overview-images .item:nth-child(10n+6) {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.overview-images .item:nth-child(10n+7) {
  width: calc((100% - 60px) / 4);
  margin-right: 0px;
}
.overview-images .item:nth-child(10n+8) {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.overview-images .item:nth-child(10n+9) {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.overview-images .item:nth-child(10n+10) {
  width: calc((100% - 20px) / 2);
  margin-right: 0px;
}



.overview-main.filter-open .overview-images .item:nth-child(10n+1) {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.overview-main.filter-open .overview-images .item:nth-child(10n+2) {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.overview-main.filter-open .overview-images .item:nth-child(10n+3) {
  width: calc((100% - 40px) / 3);
  margin-right: 0px;
}
.overview-main.filter-open .overview-images .item:nth-child(10n+4) {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.overview-main.filter-open .overview-images .item:nth-child(10n+5) {
  width: calc((100% - (20px / 2)) / 3 * 2);
  margin-right: 0px;
}
.overview-main.filter-open .overview-images .item:nth-child(10n+6) {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.overview-main.filter-open .overview-images .item:nth-child(10n+7) {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.overview-main.filter-open .overview-images .item:nth-child(10n+8) {
  width: calc((100% - 40px) / 3);
  margin-right: 0px;
}
.overview-main.filter-open .overview-images .item:nth-child(10n+9) {
  width: calc((100% - (20px / 2)) / 3 * 2);
  margin-right: 20px;
}
.overview-main.filter-open .overview-images .item:nth-child(10n+10) {
  width: calc((100% - 40px) / 3);
  margin-right: 0px;
}



/*Content of detail.css*/

.detail-area {

  position:relative;
  
}

.detail-main {
  display:flex;
  flex-direction:column;
}
.detail-main img{
	align-self:center;
}

.detail-data {
  display: flex;
}

.detail-description {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 20px;
  line-height: 19px;
  font-weight: 16px;
}
.detail-description em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.detail-description .tags {
  margin-top: 20px;
  margin-bottom: 20px;
}

.detail-details {
  background-color: rgba(0, 0, 0, 0.6);
  width: 350px;
  color: white;
  padding: 20px;
  line-height: 19px;
  font-weight: 16px;
}
.detail-details em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cta {
    position:absolute;
    top:20px;
    right:20px;
    display: block;
    background: #E2263C;
    text-align: center;
    color: white;
    padding: 25px;
    text-decoration: none;
}
.ctvideo {
    position:absolute;
    top:100px;
    right:20px;
    display: block;
    background: #E2263C;
    text-align: center;
    color: white;
    padding: 25px;
    text-decoration: none;
}

.ctRestriction {
    position:absolute;
	margin-top:-66px;
    right:121px;
    display: block;
    background: #E2263C;
    text-align: center;
    color: white;
    padding: 25px;
    text-decoration: none;
}

.ctImageRestriction {
    position:relative;
	bottom:10px;
	width:250px;
    background: #E2263C;
    text-align: center;
    color: white;
    padding: 25px;
    text-decoration: none;
}

.notification{
	width:300px;
	height:80px;
	background:#E2263C;
	position:fixed;
	bottom:20px;
	right:20px;
	-webkit-transition:all 300ms;
	-o-transition:all 300ms;
	transition:all 300ms;
	opacity:0;
	pointer-events:none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px;
	color:white;
	border:1px solid white;
}
.notification svg{
	height:20px;
	margin-right:20px;
}
.notification svg path{
	fill: white;
}
.notification.visible{
	opacity:1;
	pointer-events: auto;
}
.detailink-back {
    position: absolute;
    top: 300px;
    left: -10px;
    font-size: 16px;
    color: transparent;
    height: 55px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    text-decoration: none;
}
.detailink-forward {
    position: absolute;
    top: 300px;
    right: 20px;
    font-size: 16px;
    color: transparent;
    height: 55px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    text-decoration: none;
}