body {
	background-color: #000;
	color: #d1d3d4;
	font-family: 'visionthin', sans-serif;
}
a {
	color: #efce00;
	text-decoration: none;
}
a:hover, a:focus {
	color: #662d91;
}
h1 {
	font-size: 48px;
	padding: 30px 10px 15px 10px;
}
#fb {
	display: flex;
	flex-wrap: wrap;
}
#fb > a {
	margin: 1px;
	background-color: #f60;
	position: relative;
}
#fb > a > i {
	display: block;
	background-color: #efce00;
}
#fb > a > img {
	position: absolute;
	vertical-align: bottom;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -o-transition: all .7s;
  -ms-transition: all .7s;
  transition: all .7s;
}
#fb > a > img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
h3 {
  font-size: 28px;
  padding: 15px 10px 30px 10px;
}
h2 {
	font-size: 32px;
	padding: 30px 10px 15px 10px;
}
#nav {
	list-style-type: none;
	font-size: 24px;
	padding: 0 15px 50px 15px;
}
#nav li {
	display: inline-block;
	margin: 10px;
	background: #efce00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
#nav li a {
	display: block;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	color: #231f20;
	text-align: left;
}
#nav li:hover {
	background: #662d91;
}
#nav li:hover a {
	color: #fff;
}
#nav li.active {
	background: #f60;
}
#nav li.active a {
	color: #fff;
}
h1, h2, h3, #nav {
	text-align: center;
}
.flag {
  width: 64px;
  height: 48px;
  margin: 5px;
  vertical-align: middle;
  border: 1px solid #999;
}
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 8;
  bottom: 30px;
  right: 10px;
}
.scrolltopicon {
  position: absolute;
  right: 5px;
  bottom: 20px;
  background: #b2b2b2;
  background: rgba(110, 110, 110, 0.8);
  padding: 20px;
  border: 1px solid #efce00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  }
.scrolltopicon:hover {
  background: #662d91;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.scrolltopicon .fa {
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 10;
}
.scrolltopicon span {
  font-size: 20px;
  line-height: 20px;
  position: relative;
  z-index: 10;
}
#bgScrollChange {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0;
  background-color: #662d91;
  z-index: 0;
}
.fancybox-image {
  border: 1px solid #d1d3d4;
}
.fancybox-caption {
  font-size: 18px;
}
.fancybox-thumbs {
  background: #000;
}
.fancybox-button:hover:not([disabled]) {
  background: rgb(102, 45, 145);
  background: transparent\9;
  background: rgba(102, 45, 145, 0.75);;
  zoom: 1;
}
.fancybox-button--close:hover:not([disabled]) {
  background: rgb(204, 0, 0);
  background: transparent\9;
  background: rgba(204, 0, 0, 0.5);
  zoom: 1;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #efce00;
}