@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700');

html body {
	height: 100%;
	width: 100%;
	background-color: #170701;
	color: #fff;
	line-height: 135%;
	font-size: 16px;
	font-family: 'Old Standard TT', "Georgia", "Baskerville", serif;
}


*:focus 
{outline:none}

h1 {
	font-size: 360%;
	line-height: 100%;
	padding-bottom: 20px;
	padding-top: 5px;
	display: inline;
}

h1 a.link-home, h1 a.link-home:hover, h1 a.link-home:active, h1 a.link-home:visited { 
	color: white;
	text-decoration: none;}


.grey {
	color: #555;
	font-size: 100%;
	display: inline;
	line-height: 0;
	margin-right: 10px;
}
.grey:after {
    content:"\a";
    white-space:pre;
}



.logo {
	position: fixed;
	/*width: 150px;
	height: 200px;
	background-image: url(img/logo.jpeg);*/
	padding: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	color: white;
}
.description {
	position: fixed;
	width: 95%;
	padding: 20px;
	top: 85%;
	font-size: 20px;
	line-height: 1.4em;
	color: #555;
}

.container {
	height: 100%;
	width: 90%;	
	position: relative;
	top: 170px;
	left: 10px;
	transition: all 0.2s ease 0s;
}
.content{
	min-width: 1600px;
   	width: auto;
   	white-space:nowrap; 
}


.img-c {
	position: relative;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	/*float: left;
	display: inline;*/
	display: inline-flex;
	margin: 15px 10px;
	white-space: normal;
}

.img {
	opacity:  1;
	width: 100%;
	height: 100%;
	transition: all 0.05s ease 0s;}


.img img {
	max-height: 350px;
}

img.lazy {
	background-image: url("img/load-scroll.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: initial;
}
.the-caption {
	float: none;
	color: white;
}




/* ---- button ---- */


.filters {
	position: fixed;
	z-index: 999;
	top: 140px;
	left: 20px;
	height: 14px;
}

.filters-mobile, .mobile-menu {
	display: none;
}


.button {
	display: inline-block;
	padding: 1px 3px;
	background: transparent;
	border: 0;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	border-radius: 0px;
	color: #444;
	font-size: 1em;
	cursor: pointer;
	font-family: 'Old Standard TT', serif;
	transition: all 0.3s linear 0s;
}

.button:hover {
  color: #888;
}

.button.mixitup-control-active {
	color: white;
}




#swipebox-top-bar {
	font-family: 'Old Standard TT', serif;
	
}

#swipebox-bottom-bar, #swipebox-top-bar {
    background: transparent none repeat scroll 0 0;
}
#swipebox-bottom-bar {
  bottom: 50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

#swipebox-top-bar {
  top: 50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}
#swipebox-arrows {
    min-width: 200px;
    width: 20%;
}




@media only screen and (max-width: 1024px) {
	

	h1 {
    display: inline;
    font-size: 240%;
	float: left;
	}
	.grey {
		display: none;
		font-size: 140%;
		float: left;
		line-height: 48px;
	}
	.grey:after {
    content:" ";
    white-space: nowrap;
}
	
	
	.button {
	padding: 1px 3px;
	}
	.filters {
	top: 80px;
	left: 20px;
	height: 14px;
	}
	.description {
	position: fixed;
	top: 80%;
	font-size: 1.1em;
	}

	.container {
	position: relative;
	top: 120px;
	}
	
}

@media only screen and (max-width: 770px) {
	

	html body {
		font-size: 18px;
	}
	
	h1 {
    display: inline;
    font-size: 200%;
	float: left;
	}
	.grey {
		font-size: 140%;
		float: left;
		line-height: 48px;
	}
	.grey:after {
    content:" ";
    white-space: nowrap;
}

	.button {
	padding: 1px 3px;
		font-size: 1em;
	}
	.filters {
	top: 76px;
	left: 20px;
	height: 14px;
	}
	.description {
	position: fixed;
	top: 550px;
	}

	.container {
	position: relative;
	top: 100px;
	}
	
}



/* Landscape */


@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape), screen and (max-width: 680px) { 
	  
	
	.filters {
	display:  none;
	}

	.mobile-menu {
	font-size: 1.3em;
	}

	.mobile-menu, .filters-mobile {
	display: block;
	z-index: 9999;
	}

	.mobile-menu {
	position: fixed;
	right: 20px;
	top: 40px;
	}

	.filters-mobile {
	position: absolute;
	left: inherit;
	right: -240px;
	top: 30px;
	height: auto;
	background-color: #170701;
	display: block;
	transition: all 0.3s linear 0s;
	width: 200px;
	}
	.mobile-menu:hover .filters-mobile {
	right: -20px;
	}

	.button {
	display: inline-block;
	text-align: right;
	padding: 3px 6px;
	font-size: 1.1em;
	line-height: 1.2em;
	border: 0;
	float: left;
	background-color: #170701;
	/*clear: both;*/
	}

	.container {
	top: 70px;
	position: relative;
	}
	.description {
	position: fixed;
	width: 95%;
	padding: 20px;
	top: 510px;
	font-size: 1.1em;
	line-height: 1.3em;
	}


}





@media only screen
	and (min-device-width: 375px) 
  	and (max-device-width: 667px) 
  	and (-webkit-min-device-pixel-ratio: 2)
  	and (orientation: portrait),
	screen and (max-width : 420px)  {	
	
	html body {
	font-size: 13px;
	line-height: 1.2em;
	}

	.filters {
	display:  none;
	}

	.mobile-menu {
	font-size: 1.5em;
	}

	.mobile-menu, .filters-mobile {
	display: block;
	z-index: 9999;
	}

	.mobile-menu {
	position: fixed;
	right: 20px;
	top: 36px;
	}

	.filters-mobile {
	position: absolute;
	left: inherit;
	right: -20px;
	top: -330px;
	display: table;
	display:  none;
	padding: 7px 13px 7px 13px;
	transition: all 0.3s linear 0s;
	}
	.mobile-menu:hover .filters-mobile {
		display: block;
	right: -20px;
	top: 30px;
	}

	.button {
	display: block;
	text-align: right;
	padding: 2px 5px;
	font-size: 1.2em;
	line-height: 1.5em;
	border: 0;
	clear: both;
	float: right;
	}


	.description {
	position: fixed;
	top: 436px;
	max-width: 360px;
	width: 98%;
	}

	.container {
	position: relative;
	top: 54px;
	}
	
}