@import url("/addons/RegalRoyal/styles/css/style-light-only.css");


body.regal-royal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a.nav-logo,
a.nav-logo:hover {
	background: #fff;
	border: 3px solid #84950d;
	box-shadow: 0 0 15px #dfdfdf;
	border-radius: 5px;
	position: absolute;
	z-index: 3;
	left: 1.1rem;
	top: 1.1rem;
	height: 5rem;
	width: 5rem;
	overflow: hidden;
	cursor: pointer;
}

a.nav-logo img {
	height: 110%;
	margin: -5%;
}

body > header {
	position: relative;
	z-index: 2;
	max-width: 1360px;
	margin: 0 auto;
	display: block !important;
	padding: 1px;
	background-color: #fff;
	box-shadow: 0 0 15px #c0c0c0;
}

body > header > sgapps-slider {
	margin: 0 auto;
	max-width: 100%;
	box-shadow: inset 0 0 5px #fff;
}

body > header nav li,
body > header nav li > a {
	background-color:  #fff !important;
	border-width: 0 !important;
	box-shadow: none !important;
	font-weight: bold;
	color: #84950d !important;
	text-shadow: 0 0 2px #fff !important;
	cursor: pointer;
}

body > header nav li {
	border-bottom: 2px solid #fff !important;
}
body > header nav li:hover {
	border-bottom: 2px solid #84950d !important;
}
body > header nav li > a.active {
	background-color: #a6bb11 !important;
	color: #fff !important;
	text-shadow: 0 0 3px #000 !important;;
}

.landingPage-circle {
	background: #dfdfdf;
	background: linear-gradient(90deg, rgba(200,200,200,0.694) 0%, rgba(223,223,223,0.554) 35%, rgba(238,238,238,0.632) 100%);
	z-index: -1;
	height: 30vmin;
	width: 30vmin;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;

	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	transform-origin: center center;

	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.landingPage-circle--active {
	background: #8bd11b9c;
	background: linear-gradient(90deg, rgba(146, 219, 27, 0.795) 0%, rgba(175, 238, 28, 0.432) 35%, rgba(188, 255, 33, 0.274) 100%);
}

.rr-content {
	position: relative;
	z-index: 1;
	max-width: 1360px;
	box-sizing: border-box;
	margin: 1px auto 10px auto;
	/* box-shadow: none !important; */

	border: 1px solid #c0c0c0;

	border-left-width: 0;
	border-right-width: 0;

	background-color: #fff !important;
	color: #000;
	font-size: 1rem !important;
}
.rr-content h1,
.rr-content h2,
.rr-content h3,
.rr-content h4,
.rr-content {
	line-height: 1.5;
	font-family: Roboto, Oxygen, Ubuntu, Droid Sans, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.rr-content h1,
.rr-content h2,
.rr-content h3,
.rr-content h4 {
	font-weight: 500;
	border-bottom: 3px solid #a6bb11;
	margin-top: 2.7rem;
}

body > header:hover,
body > footer:hover,
.rr-content:hover {
	z-index: 200;
}

.rr-content > h1:first-child {
	padding: 32px 0 12px 0;
	/* background-color: #c0c0c0; */
	/* color: #fff; */
	/* text-shadow: 0 0 15px #232323; */
	border-bottom: 2px solid #000;
	margin-bottom: 20px;
}

.application--link,
.application--link-secondary {
	display: inline-block;
	text-decoration: none;

	position: relative;
	z-index: 2;
	white-space: nowrap;

	padding: 0.1px;
}

body > header > div > .application--link.rr-button {
	background-color: #efefef;
	color: #232323;
}

body > header > div > .application--link.rr-button:hover {
	background-color: #f5f5f5;
	color: #232323;
}

body > header > div > .application--link-secondary.rr-button {
	background-color: #a6bb11;
	color: #fff;
	text-shadow: 0 0 3px #000;
}

body > header > div > .application--link-secondary.rr-button:hover {
	background-color: rgba(154,205,50, 0.6);
	color: #fff;
}

.application--link img,
.application--link-secondary img {
	max-height: 48px;
	vertical-align: middle;
	position: absolute;
	top: 38px;
	left: 40px;

	transform: translate(-50%, -50%);
}

.application--link span,
.application--link-secondary span {
	display: inline-block;
	font-size: 18px;
	padding: 0 10px;
}

.application--link img + span {
	margin-left: 64px;
	line-height: 64px;
}

.application--link span + span:last-child,
.application--link-secondary span + span:last-child {
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	left: 64px;
	padding-left: 3px;
}

.application--links {
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	border-top: 3px solid #a6bb11;
}

.application--badges {
	position: relative;
	z-index: 2;
	background-color: #c0c0c0;
	padding: 0.9rem;
	text-align: center;
}

body > footer {
	display: table;
	border-top: 3px solid #a6bb11;
	background-color: #fff;

	padding: 0.9rem;
	width: 100%;

	box-sizing: border-box;

	position: relative;
	z-index: 2;
	max-width: 1360px;
	margin: 0 auto;
}

body > footer > section {
	display: table-row;
}

body > footer > section > article {
	display: table-cell;
	color: #000;
	background-color: #fff;
	margin: 0.9rem;
	padding: 0.9rem 1.1rem;
}

body > footer > section > article h1 {
	color: #000;
	font-weight: bolder;
}

body > footer > section > article a:hover,
body > footer > section > article a {
	color: #8a9b0e !important;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 0 0 3px #fff;
}

body > footer > section > article a:hover {
	background-color: #454545 !important;
	color: #fff !important;
}

body.regal-royal > footer > section > article ul li {
	list-style-type: square;
	line-height: 1.9;
	font-size: larger;
}

div[itemtype="https://schema.org/Person"] {
	background-color: #f5f5f5;
	margin: 5px 0;
	padding: 10px;
	min-width: 320px;
}

div[itemtype="https://schema.org/Person"] a {
	text-decoration: none;
}

div[itemtype="https://schema.org/Person"] > [itemprop="image"] {
	float: left;
	margin-right: 10px;
	border: 2px solid #fff;
	box-shadow: 0 0 3px #c0c0c0, inset 0 0 5px #555;
	width: 85px;
	border-radius: 50%;
	margin-top: 3px;
}

div[itemtype="https://schema.org/Person"] > [itemprop="name"] {
	font-weight: bold;
}

div[itemtype="https://schema.org/Person"] > [itemprop="jobTitle"] {
	font-style: italic;
}

div[itemtype="https://schema.org/Person"] > [itemprop="telephone"] {
	display: block;
}

div[itemtype="https://schema.org/Person"] > [itemprop="telephone"]::before {
	content: '☎ ';
}

div[itemtype="https://schema.org/Person"] > [itemprop="email"] {
	display: block;
}

div[itemtype="https://schema.org/Person"] > [itemprop="email"]::before {
	content: '📧 ';
}

div[itemtype="https://schema.org/Person"] > [itemprop="url"] {
	display: block;
}

div[itemtype="https://schema.org/Person"] > [itemprop="url"]::before {
	content: '💻 ';
}

@media (max-width: 960px) {
	body > footer,
	body > footer > section,
	body > footer > section > article {
		display: block;
	}
}


p > a[href="#screenshots"] ~ a {
	display: inline-block;
	text-indent: 0;
}

p > a[href="#screenshots"] + a > img,
p > a[href="#screenshots"] ~ a + a > img,
p > a[href="#screenshots"] + img,
p > a[href="#screenshots"] ~ img + img {
	height: 200px;
	border: 5px solid #dfdfdf;
	border-radius: 4px;
	margin: 5px;
}

.screenshot-preview {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	max-height: 100vh;
	width: 100%;
	max-width: 100vw;
	z-index: 400;
	background-color: #454545b0;
}

.screenshot-preview > h1 {
	position: absolute;
	top: 20px;
	height: 18px;
	width: 90%;
	text-align: center;
	text-shadow: 0 0 3px #000;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
}

.screenshot-preview > img {
	position: absolute;
	height: auto;
	top: 204px;
	left: 50%;
	transform: translateX(-50%);
	max-height: calc(100vh - 256px);
	box-shadow: 0 0 15px #000;
}

.screenshot-preview > section {
	position: absolute;
	top: 108px;
	left: 0;
	height: 96px;
	width: 100%;
	padding: 10px;
	text-align: center;
	background-color: #454545;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
}

.screenshot-preview > section > a {
	position: relative;
	display: inline-block;
	height: 100%;
	box-sizing: border-box;
}

.screenshot-preview > section > a > img {
	height: 100%;
}

.screenshot-preview > section > a:hover {
	z-index: 2;
}

.screenshot-preview > section > a:hover::before {
	position: absolute;
	width: 100%;
	content: attr(title);
	transform: translateX(-50%);
	left: 50%;
	top: 10px;
	z-index: 4;
	background-color: #454545;
	color: #fff;
	padding: 2px;
	pointer-events: none;
	font-weight: bold;
	white-space: normal;
}