﻿.navcontainer {
	display: block;
	height: 40px;
	background-color: #000;
}
.navcontainer a.logo {
	font-weight: bold;
	float: left;
	text-align: center;
	padding: 8px 16px;
	text-decoration: none;
	font-size: 17px;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	background-color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #FFF;
	text-align: left;
	font-family: "Open Sans", sans-serif;
}
a, a:visited {
	color: #9CF;
	text-decoration: none
}
a:hover {
	color: #5090FC;
	text-decoration: none
}
.pr-title a, a:visited {
	color: #fff;
}
.pr-title a:hover {
	color: #5090FC;
	text-decoration: none
}
.container {
	max-width: 1200px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.header img {
	margin-right: 30px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
.container h1 {
	font-size: 2em;
	padding: 0px;
	margin: 0px;
	color: #FFF;
}
.dark-cont {
	margin: 5px;
	padding: 10px;
	background-color: #00000090;
}
.container h2 {
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
	color: #FFF;
}
.header h2 {
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
	color: #000;
}
.header h2 em {
	padding-left: 20px;
}
.header {
	display: block;
	background-color: #1e84cc;
	width: 100%;
	box-sizing: border-box;
	height: 116px;
	overflow: hidden;
	margin: 0px;
	background-image: url('/images/FindDuplicate-1200.webp');
}
.content {
	margin: 0px;
	padding: 5px;
	color: #ddd;
	background: linear-gradient(96deg, rgb(42 95 204) 0%, rgba(82,193,254,1) 35%, rgb(27 95 139) 64%, rgb(30 68 160) 100%);
}
.screenshots {
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}
.screenshots img {
	max-width: 100%;
	height: auto;
}
.footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: .8em;
	vertical-align: middle;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn {
	background-color: #4caf50;
	border: none;
	color: white;
	padding: 12px 30px;
	cursor: pointer;
	font-size: 20px;
	text-decoration: none;
}
.btn:hover {
	background-color: #44cc4a;
	color: #fff !important;
}
.notes {
	font-size: .8em;
	padding-bottom: 10px;
}
.topnav {
	overflow: hidden;
	line-height: normal !important;
	font-size: 14px;
}
.topnav-right {
	float: right;
}
.topnav .fa{
	width: 14px;
	height: 14px;
}
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 12px 16px;
	text-decoration: none;
}
.active {
	color: #0758AF;
}
.topnav .icon {
	display: none;
}
.dropdown {
	float: left;
	overflow: hidden;
}
.dropdown .dropbtn {
	border: none;
	outline: none;
	color: white;
	padding: 12px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	cursor: pointer;
	font-size: inherit;
}
.dropdown-content {
	display: block;
	visibility: hidden;
	position: absolute;
	background-color: #ffffff;
	min-width: 160px;
	box-shadow: 0 20px 60px #ddd;
	transform: scale(0.5);
	z-index: 1;
	transition: all .2s;
	opacity: 0;
}
.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	transition: all .3s ease-in;
}
.topnav a:hover, .dropdown:hover .dropbtn {
	color: #82c7ff;
	transition: all .3s ease-in;
}
.dropdown-content a:hover {
	background-color: #2F3452;
	color: #82c7ff;
	transition: all .3s ease-in;
}
.dropdown:hover .dropdown-content {
	display: block;
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition: all .5s;
}
.flagsdiv {
	float: right;
	display: block;
	padding-left: 20px;
}
.flagsdiv span {
	display: none;
	padding-bottom: 4px;
	padding-left: 15px;
}
.flagsdiv img {
	/*float: left;*/
}
.flagsdiv a {
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.flagsdiv a:hover img {
	transform: translate(0, -3px);
	transition: all .3s ease-in;
}
.dldiv {
	text-align: center;
	display: inline-block;
	width: 100%;
}
@media screen and (max-width: 650px) {
	.header h1 {
		font-size: 22px;
	}
	.header h2 {
		font-size: 16px;
	}
	.flagsdiv {
		float: none;
		padding-left: 0px;
	}
	.flagsdiv span {
		display: inline-block;
	}
	.flagsdiv a {
		padding-left: 15px;
		float: none;
	}
	.dropdown-content {
		display: none;
		box-shadow: none;
	}
	.topnav-right {
		float: none;
	}
	.topnav a, .dropdown .dropbtn {
		display: none;
	}
	.topnav .logo {
		display: block;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.topnav.responsive {
		position: relative;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
		background-color: #000;
		color: #fff;
	}
	.topnav.responsive .logo {
		background-color: transparent;
	}
	.topnav.responsive .dropdown {
		float: none;
		background-color: #000;
	}
	.topnav.responsive .dropdown-content {
		position: relative;
		background-color: #fff;
	}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
	.btn {
		font-size: 12px;
	}
	.container h1 {
		font-size: 2em;
	}
	.header h1 {
		font-size: 16px;
	}
	.header h2 {
		font-size: 12px;
	}
}
.gallery {
	width: 100%;
	text-align: center;
}
.gallery ul {
	padding: 5px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}
.gallery ul li {
	display: inline-block;
	margin: 5px;
}
.gallery ul img {
	border: 5px solid #fff;
	border-width: 5px 5px 5px;
	transition: .3s;
	box-sizing: content-box;
}
.gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 5px;
	color: #fff;
	box-shadow: 0 0px 20px #ddd;
	transform: translate(0px, 5px);
	z-index: 1;
	transition: all .2s;
}
.gallery ul a:hover {
	color: #fff;
}
.screenshot_title {
	color: #bed6ff;
	text-decoration: none;
}
.gallery_m {
	max-width: 958px;
	text-align: center;
	display: inline-block;
	overflow: hidden
}
.gallery_m ul {
	padding: 5px;
	display: block;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}
.gallery_m ul li {
	padding: 5px;
	display: block;
	float: left;
	text-align: center;
}
.gallery_m ul img {
	border: 5px solid #202020;
	border-width: 5px 5px 5px;
	box-sizing: content-box;
}
.gallery_m ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 5px;
	color: #fff;
}
.gallery_m ul a:hover {
	color: #fff;
}
.topitems {
	display: inline-block;
}
.pr-icon {
	display: inline-block;
	float: left;
}
.pr-title {
	display: inline-block;
	width: 100%;
	font-size: 22px !important;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px !important;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.mfp-s-loading .mfp-arrow {
	display: none !important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 df;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}