﻿@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900');
@import url("reset.css");

* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	
	overflow-x: hidden;
	overflow-y: auto;
}

/* automatically absolutely positioned */
div.overlay {
	width: 100%;
	display: none;
	color: #fff;
}

div.overlay a.close {
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 27px;
	height: 27px;
	border: 1px solid #000000;
	padding: 0;

	background: url(../img/002715.png);
	background-size: 27px 27px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	
	z-index: 700;
	cursor: pointer;
	transition: all .2s ease-in;
}

div.overlay a.close:hover  {
}

#overlay {
	height: 100%;		
	background-color: #fff;
}

#overlay2 {
	background-image: url(../img/overlay.png)	
}

#img {
	position: absolute;		
}

.next, .prev {
	position: absolute;		
	cursor: pointer;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/next.png) no-repeat;
}

.prev {
	left: 10px;		
}

.next {
	right: 10px;		
}

.info {
	position: absolute;
	bottom: 10px;
	background-color: #333;
	opacity: 0.7;
	padding: 4px 15px;
}

.info strong {
	display: block;	
}

.disabled {
	visibility: hidden;		
}
