#swipe-gallery {
	text-align: center;
	padding: 0vw 0vw;
	display: inline-block;
}
.pswp__bg { background: rgba(0, 0, 0, 0.5); }
.PS_thumb {
	vertical-align: top;
	display: inline-block;
	display: inline-table;
	width: 1%;
	text-decoration: none;
}
div.word_wrap{
	  word-break: break-all;
   position: relative;
}
div.description {
   max-width:60%; 
}

/* Download mechanism */
.download{
	 position: absolute;
	 left: 5px;
	 top:5px;
	 border: 0;
	 background: transparent;
}
div.plain {
   position: relative;
}

/* Like mechanism */
.click-trigger{
	 position: absolute;
	 left: 25px;
	 top:5px;
	 border: 0;
	 background: transparent;
	 z-index: 1000;
}
.click-count{
  color: black;
	 position: absolute;
	 left: 47px;
	 top:5px;
	 z-index: 1000;
}
.gem-pos-1{
	 position: absolute;
	 right: -30px;
	 top: -40px;
	 border: 0;
	 background: transparent;
}
.gem-pos-2{
	 position: absolute;
	 right: -40px;
	 top: 60px;
	 border: 0;
	 background: transparent;
}
.gem-pos-3{
	 position: absolute;
	 right: -40px;
	 top: 140px;
	 border: 0;
	 background: transparent;
}
.gem-pos-4{
	 position: absolute;
	 right: -40px;
	 top: 235px;
	 border: 0;
	 background: transparent;
}
.gem-pos-5{
	 position: absolute;
	 right: -40px;
	 top: 340px;
	 border: 0;
	 background: transparent;
}
.gem-text-1{
	 position: absolute;
	 left: 50%;
	 top: 43%;
	 font-size: 10px;
	 color: #606060;
	 transform: translate(-50%, -50%);
}
.gem-text-2{
	 position: absolute;
	 left: 40%;
	 top: 67%;
	 font-size: 10px;
	 color: #ffffff;
	 transform: translate(-50%, -50%);
}
.gem-text-3{
	 position: absolute;
	 left: 40%;
	 top: 67%;
	 font-size: 10px;
	 color: #ffffff;
	 transform: translate(-50%, -50%);
}
.gem-text-4{
	 position: absolute;
	 left: 48%;
	 top: 25%;
	 font-size: 10px;
	 color: #606060;
	 transform: translate(-50%, -50%);
}
.gem-text-5{
	 position: absolute;
	 left: 50%;
	 top: 20%;
	 font-size: 10px;
	 color: #404040;
	 transform: translate(-50%, -50%);
}

/* Thumbtack mechanism */
div.thumbtack{
	 position: absolute;
	 left: 0px;
	 right: 0px;
	 margin: auto;
	 top: -1.07142857142857vw;
}


/* Background mechanism */
body {
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.300000) 0%,rgba(255,255,255,0.300000) 50%, rgba(255,255,255,0.300000) 100%), url('background.jpg');
	background-color: #AABBDD;
font-family:  Verdana, Arial, Helvetica; font-size: 12pt;  color: #ffffff; 
}


/* Polaroid mechanism */
div.polaroid{
	border: 0.312500vw double rgba(0,0,0,1);
	padding: 0.812500vw 0.812500vw 0.812500vw 0.812500vw;
	margin: 1.562500vw;
	border-radius: 30px;
	background-color: rgba(221,221,221,1);
	box-shadow: -10px 10px 20px #202020;
	position: relative;
}
div.rotate0{
	float: left;
	-ms - transform: rotate(0deg); /* IE 9 */
	-webkit - transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
}
div.rotate_right1{
	float: left;
	-ms - transform: rotate(5deg); /* IE 9 */
	-webkit - transform: rotate(5deg); /* Chrome, Safari, Opera */
	transform: rotate(5deg);
}
div.rotate_right2{
	float: left;
	-ms - transform: rotate(5deg); /* IE 9 */
	-webkit - transform: rotate(5deg); /* Chrome, Safari, Opera */
	transform: rotate(5deg);
}
div.rotate_right3{
	float: left;
	-ms - transform: rotate(5deg); /* IE 9 */
	-webkit - transform: rotate(5deg); /* Chrome, Safari, Opera */
	transform: rotate(5deg);
}
div.rotate_left1{
	float: left;
	-ms - transform: rotate(-5deg); /* IE 9 */
	-webkit - transform: rotate(-5deg); /* Chrome, Safari, Opera */
	transform: rotate(-5deg);
}
div.rotate_left2{
	float: left;
	-ms - transform: rotate(-6deg); /* IE 9 */
	-webkit - transform: rotate(-6deg); /* Chrome, Safari, Opera */
	transform: rotate(-6deg);
}
div.rotate_left3{
	float: left;
	-ms - transform: rotate(-4deg); /* IE 9 */
	-webkit - transform: rotate(-4deg); /* Chrome, Safari, Opera */
	transform: rotate(-4deg);
}
div.rotate_right_panorama{
	float: left;
	-ms - transform: rotate(2deg); /* IE 9 */
	-webkit - transform: rotate(2deg); /* Chrome, Safari, Opera */
	transform: rotate(2deg);
}
div.rotate_left_panorama{
	float: left;
	-ms - transform: rotate(-2deg); /* IE 9 */
	-webkit - transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-2deg);
}

/* Font mechanism */
<!--  
TD{font-family:  Verdana, Arial, Helvetica; font-size: 10pt; color: #707070}
H1{font-family:  Verdana, Arial, Helvetica; font-size: 28pt; color: #707070}
H2{font-family:  Verdana, Arial, Helvetica; font-size: 20pt; color: #707070}
H3{font-family:  Verdana, Arial, Helvetica; font-size: 12pt; color: #707070}
H6{font-family:  Verdana, Arial, Helvetica; font-size: 10pt; color: #707070}
p{font-family:  Verdana, Arial, Helvetica; font-size: 10pt; color: #eeeeee}
p#p1{font-family:  Verdana, Arial, Helvetica; font-size: 8pt; color: #eeeeee}
--->
@import "https://fonts.googleapis.com/css?family=Raleway";
* { box-sizing: border-box; }
#contact { 
  -webkit-user-select: none; /* Chrome/Safari */ 
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  margin: 4em auto;
  width: 100px; 
  height: 30px; 
  line-height: 30px;
  background: teal;
  color: white;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 1px solid white;
}
#contact:hover { background: #666; }
#contact:active { background: #444; }
#contactForm { 
  display: none;
  color: black;
  border: 6px solid salmon; 
  padding: 2em;
  width: 400px;
  text-align: center;
  background: #fff;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.formBtn { 
  width: 100px;
  display: inline-block;
  background: teal;
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  height: 30px;
}


.signin_img{
  display: inline-block;
  vertical-align: middle;
}
.signin_name {
  display: inline-block;
  vertical-align: middle;
}
#loginusername {
	display: inline;
	padding: 8px;
	border-radius: 20px;
	font-weight: bold;
}
#administrator {
	display: none;
	padding: 8px;
	color: #ff4040;
	font-weight: bold;
	font-style: italic;
}
#logs {
	float: right;
}
/* ------------ tooltips ------------ */
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 0%;
    margin-left: -60px;
    margin-bottom: 10px;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 2s;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1.0;
}
.tooltip .tooltiptext::after{ 
	 content: "   "; 
	 position: absolute; 
	 top: 100%; /* At the bottom of the tooltip */
	 left: 33%; 
	 margin-left: -5px; 
	 border-width: 10px; 
	 border-style: solid; 
	 border-color: black transparent transparent transparent; 
}
.tooltip_social {
    position: relative;
    display: inline-block;
}
.tooltip_social .tooltiptext_social {
    visibility: hidden;
    white-space: nowrap;
    background-color: black;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 0%;
    margin-left: 0px;
    margin-bottom: 0px;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 2s;
}
.tooltip_social:hover .tooltiptext_social {
    visibility: visible;
    opacity: 1.0;
}
.tooltip_social .tooltiptext_social::after{ 
	 content: "   "; 
	 position: absolute; 
	 bottom: 100%; /* At the bottom of the tooltip */
	 left: 10%; 
	 margin-left: -5px; 
	 border-width: 10px; 
	 border-style: solid; 
	 border-color: transparent transparent black transparent; 
}
/* phone looking horizontal */
@media (min-width: 800px) and (max-width: 1200px) {
	div.polaroid {
		padding: 0.270833vw;
	}
}
/* phone looking vertical */
@media (max-width: 800px) {
	div.polaroid {
		padding: 0vw;
	}
}
/* phone looking horizontal */
@media (max-width: 1200px) {
	.gem_icon {
		width: 75px;
	}
}
/* phone looking vertical */
@media (max-width: 800px) {
	.gem_icon {
		width: 50px;
	}
	.gem-pos-1 {
		top: -30px;
	}
	.gem-pos-2 {
		top: 10px;
	}
	.gem-pos-3 {
		top: 50px;
	}
	.gem-pos-4 {
		top: 90px;
	}
	.gem-pos-5 {
		top: 130px;
	}
}
