*, :before, :after {
	box-sizing: border-box;
}

.isotope-toolbar {
	background: rgba(66, 66, 99, 0.3);
	padding: 10px;
	margin: 10px;
	color: #eee;
}
.isotope-toolbar p {
	border-top: 1px solid #fff;
	padding-top: 15px;
}
.isotope-toolbar a {
	color: #fff;
}

.isotope-item {
	position: relative;      
	padding: 0;
}

.isotope-item img {
	width: 100%;
	min-height: 150px;
	height: auto;
}

.isotope-item {
	background: transparent url(loader.gif) no-repeat center;   
}

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}







body {
	background: #0b395b;
}

.isotope-item {
	padding-bottom: 20px;
}

.isotope-item img {
	border-radius: 5px;
	box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.9);
	transition: box-shadow 0.5s;
}

.isotope-item img:hover {
	box-shadow: 1px 2px 5px #000, 1px 2px 30px #84bef4;
}

.topper {
	background-image: url('header.jpg');
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100vw;
	color: #fff;
	letter-spacing: 0.5px;
	padding-top: 50px;
	text-shadow: #000 2px 2px 2px;
}

h1 {
	color: #ffe673;
	text-align: center;
}

.isotope-box {
	position: relative;
	left: 20px;
}


#navi {
	background-color: #05141f;
	color: #84bef4;
	margin-bottom: 40px;
	padding: 20px 0;
	text-shadow: none !important;
}

#navi .btn {
	background-color: #b35;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 2px 0;
	transition: 0.25s;
}

#navi .btn:hover {
	background-color: #fff;
	color: #000;
}

#navi .btn + .is-checked {
	background-color: #ffe673;
	color: #000;
	text-shadow: 0;
}

#navi input{
	color: #000;
}

.isotope-item a {
	position: relative;
	height: 0;
	display: block;
	width: 100%;
}
.isotope-item a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}