body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h1 {
	text-align: center;
}
a {
	text-decoration: none;
	color: black;
}

/* ------------- HEADER/FOOTER ---------------- */
#copyright_div {
	text-align: center;
	font-size: 11px;
	margin-top: 20px;
}
.cd-top {
  display: inline-block;
  z-index: 100;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(100, 100, 100, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/* ------------------------------------------ */

/* ------------- PHOTO SLIDESHOW ---------------- */
#photo_slideshow {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 10;
}
#photo_slideshow_close {
	position: fixed;
	top: 10px;
	right: 30px;
	cursor: pointer;
}
#current_photo_slideshow {
	margin: auto;
	text-align: center;
	max-width: 100%;
	height: auto;
	display: block;
}
#photo_slideshow div.social_header  {
	margin-top: 10px;
	position: absolute;
	right: 0;
	width: 300px;
}
#photo_slideshow div.social_header img  {
	padding-left: 0;
}
/* ----------------------------------- */

/* ------------- PHOTOS ---------------- */
#div_photo {
	text-align: center;
}
.photo_column {
	display: inline-block;
	vertical-align: top;
	margin: -3px;
    width: 24%;
    min-width: 310px;
}
.photo_column_mobile {
    min-width: 152px;
	width: 49%;
}
.photo_column_tablet {
    min-width: 152px;
	width: 33%;
}
.photo {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	width: 97%;
	cursor: pointer;
    margin: 5px;
}
.photo:hover {
	opacity: 0.5;
}
.loupe {
	display: none;
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 5;
	left: 5;
	z-index: 2;
    margin: 5px;
}
/* ----------------------------------- */

#display_choice {
	text-align: right;
	margin-right: 10px;
}

/* ------------- SLIDER PHOTOS ---------------- */
/*#slider_photos {
	position: relative;
}*/
#slider_photos_div {
	cursor: pointer; 
	position: absolute; 
	overflow: hidden; 
	left: 0; 
	top: 0;
}
#slider_photos_close {
	position: fixed;
	top: 15px;
	right: 30px;
	z-index: 200;
	cursor: pointer;
	-moz-border-radius: 70px; 
	-webkit-border-radius: 70px; 
	border-radius: 70px;
	background-color: white;
	padding: 5px;
	opacity: 0.7;
}
/* ----------------------------------- */

/* ------------- MENU ---------------- */
.menu_desktop {
	text-align: center;
	text-transform: uppercase;
}
.menu_desktop ul {
	list-style: none;
}
.menu_desktop ul > li {
	display: inline-block;
	list-style-type: none;
	line-height: 1.3em;
	padding: 0 20px;
	margin: 5px 11px;
}
.menu_desktop ul > li a {
	color: grey;
	text-decoration: none;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.menu_desktop ul > li a:hover {
	color: black;
	text-decoration: underline;
}
.menu_desktop ul > li.selected {
	font-weight: bold;
	text-decoration: underline;
}

#menu.open {
	top: 0;
	display: block;
}
.menu_mobile {
	display: none;
	position: fixed;
	left: 50px;
	right: 0;
	z-index: 9998;
	height: 100%;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.menu_mobile div {
	font-size: 15px;
	padding: 0 0 3px;
	line-height: 50px;
	max-height: 100%;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	z-index: 9999;
}
.menu_mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu_mobile ul > li a {
	display: block;
	width: 100%;
	border-bottom: solid 1px #e2e2e2;
	color: #979797;
	padding: 0 20px;
}
.menu_mobile ul > li.selected {
	background: rgba(179,179,179,0.94);
}
.menu_mobile ul > li.selected a {
	color: #fff;
}
@media only screen and (min-width: 700px) {
	.menu_mobile {
		min-width: 300px;
		max-width: 700px;
		right: auto;
		top: auto;
	}
}

#site_title_mobile {
	display: block;
}
#site_title_mobile a {
	font-weight: bold;
	background: rgba(234,234,234,0.94);
}

#menu_icon {
	background: rgba(179,179,179,0.94);
	color: #fff;
	cursor: pointer;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9997;
}
#menu_icon img {
	width: 100%;
}
#menu_icon.open {
	background: #555;
	color: #ccc;
}
/* ----------------------------------- */

/* ------------- SOCIAL NETWORKS ---------------- */
.social_links {
	text-align: center;
	width: 500px;
	height: 50px;
	margin: auto;
	padding-bottom: 20px;
	vertical-align: middle;
	position: relative;
}
.social_links img {
	width: 25px;
	padding-left: 25px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.social_links img:hover {
	width: 28px;
}
/* ----------------------------------- */

/* -------------- ABOUT -------------------- */
#about_div {
	margin: auto;
	min-width: 350px;
	width: 80%;
	text-align: justify;
}
#about_div img {
	float: right;
    max-height: 250px;
	max-width:30%;
    margin: 0 20px 20px;
}
#about_div_en img {
	max-height: 450px;
}
#about_div_flags {
	text-align: center;
}
#about_div_flags img {
	height: 40px;
	float: none;
	margin: auto;
	padding-left: 25px;
	cursor: pointer;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
#about_div_flags img:hover {
	height: 43px;
}
/* ----------------------------------- */

/* -------------- CONTACT -------------------- */
#contact_div {
	margin: auto;
	max-width: 380px;
}
#contact_div input,textarea {
	border: 1px solid rgba(127,127,127,0.5);
	border-radius: 2px;
	margin-bottom: 10px;
}
#contact_div textarea {
	width: 100%;
}
#contact_div input[type='text'] {
	width: 180px;
	height: 25px;
}
#contact_div label {
	margin-right: 50px;
	width: 150px;
	display: inline-block;
}
#contact_div input[type='submit'] {
	cursor: pointer;
	padding: 15px 30px;
	margin: 0;
	outline: none;
	background-color: transparent;
	transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	-webkit-transition: background-color .1s ease-in-out;
}
#contact_div input[type='submit']:hover {
	background-color: lightgrey;
}
/* ----------------------------------- */

/* ---------------- LOGIN ------------- */
.login-form-div {
	margin: auto;
	width: 320px;
}
.login-error {
	color: red;
}
.login-secure-img {
	width: 50px;
	vertical-align: middle;
}
/* ----------------------------------- */

/* ----------------------------------- */
.jssora01l, .jssora01r {
	display: block;
	position: absolute;
    width: 45px;
	height: 45px;
	cursor: pointer;
	background: url(../img/a12.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 45%;
	zoom: 150%;
}
.jssora01l {
	left: -8px;
	background-position: -8px -38px; 
}
.jssora01r { 
	right: -8px;
	background-position: -68px -38px; 
}
.jssora01l:hover { 
	background-position: -128px -38px; 
}
.jssora01r:hover { 
	background-position: -188px -38px; 
}
.jssora01l.jssora01ldn { 
	background-position: -8px -38px; 
}
.jssora01r.jssora01rdn { 
	background-position: -68px -38px; 
}
/* ----------------------------------- */