@charset "utf-8";
/* CSS Document */

#loading {
	position: fixed;
	z-index: 1000001;
	height: 32px;
	width: 32px;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -16px;
}

#canvas {
	display: none;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 1000000;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	top:0%;
	left:0%;
	/*text-align: center;*/
}

#photo {
	display: none;
	/*background-color: red;*/
	/*position: absolute;
	z-index: 1000001;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	height: 500px;
	width: auto;*/
	position: absolute;
	left: 50%;
	z-index: 1000001;
	height: 500px;
	/*margin-top: 20px;*/
	border: 4px solid;
	border-color: white;
	box-shadow: 8px 8px 20px;
}

#left, #right {
	position: absolute;
	z-index: 1000002;
	width: 50%;
	height: 100%;
	background-image: url(images/overlay.png);
	cursor: pointer;
}
#right {
	z-index: 1000002;
	left: 50%;
}

#bottom {
	display: none;
	position: absolute;
	z-index: 1000001;
	left: 50%;
	margin-top: 550px;
	margin-left: -275px;
	width: 600px;
	height: 77px;
	/*border: 1px solid;
	border-color: blue;*/
	/*overflow: hidden;*/
	text-align: center;
}

#leftArrow {
	float: left;
	background-color: #333;
	height: 42px;
	margin-top: 17px;
	/*border-radius: 10px;*/
}
#rightArrow {
	float: right;
	background-color: #333;
	height: 42px;
	margin-top: 17px;
	/*border-radius: 10px;*/
}

#box {
	display: none;
	position: absolute;
	z-index: 1000001;
	left: 50%;
	margin-top: 550px;
	margin-left: -238.5px;
	width: 477px;
	height: 69.5px;
	/*border: 1px solid;
	border-color: gray;*/
	overflow: hidden;
}

#bottomGallery {
	/*display: none;*/
	position: absolute;
	z-index: 1000001;
	/*left: 50%;
	margin-top: 550px;*/
	text-align: left;
	/*border: 1px solid;
	border-color: blue;*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bottomGallery {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 90px;
	height: 65.5px;
	cursor: pointer;
	background-size: 90px 65.5px;
	background-repeat: no-repeat;
	/*transition: width 1s;*/
}
.bottomGallery .overlay {
	width: 90px;
	height: 65.5px;
	background-image: url(images/overlay.png);
	background-size: 90px 65.5px;
	background-repeat: repeat;
}
/*.bottomGallery:hover {
	width: 100px;
}*/

.bottomGallery img {
	margin-top: 1px;
	height: 100%;
}


#galerija {
	display: inline-block;
	float: left;
	width: 700px;
	margin-top: 10px;
}

.slike {
	width: 200px;
	height: 150px;
	background-size: 200px 150px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.slike .overlay {
	width: 200px;
	height: 150px;
	background-image: url(images/overlay.png);
	background-size: 200px 150px;
	background-repeat: repeat;
}

.imageBoxes {
	display: inline-block;
	min-height: 175px;
	height: auto;
	width: 100%;
	padding: 0 0 10px 15px;
	margin-bottom: 10px;
	/*border: 1px solid black;*/
	-webkit-box-shadow: 0 15px 25px -27px black;
	-moz-box-shadow: 0 15px 25px -27px black;
	box-shadow: 0 15px 25px -27px black;
}

.imageBoxes span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

.imageBoxes img {
	display: block;
	width: 190px;
	margin-top: 5px;
	cursor: pointer;
}

.leftBoxes, .rightBoxes {
	display: inline-block;
	float: left;
}
.leftBoxes span {
	color: #595350;
}
.rightBoxes {
	margin-left: 20px;
	margin-top: 20px;
	height: auto;
}

.rightBoxes p {
	display: inline-block;
	width: 350px;
	margin: 0;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #595350;
}
.rightBoxes p span {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #71c227;
}

.title {
	font-weight: bold;
}