::selection {
	color: #333;
	background-color: #ccc;
}

::-moz-selection {
	color: #333;
	background-color: #ccc;
}

img.sampleimg.lazy {
	margin: 50px auto 0 auto;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	cursor: zoom-in;
}

.temp-intro {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #121240;
	background-image: url('../images/gamma-logo-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 250px;
}

.bg-primary.pb0.intro img,
.cndkbeforeafter img,
.appscrn img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.appscrn img {
	border-radius: 50px 0 0 50px;
}

.appscrn.nordius img {
	border-radius: 0;
}

section#support p {
	font-size: 18px;
	line-height: 30px;
}

h4 {
	font-weight: 400;
}

span.pre {
	font-family: Menlo, Consolas, Monaco, "Lucida Console", monospace;
	font-size: 10pt;
	padding: 3px 5px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .2);
}

span.pre a {
	color: inherit;
	font-weight: inherit;
}

.offset {
	 background-color: #f8f8f8;
}

.form-newsletter.halves {
	text-align: center;
	border-radius: 0 25px;
}

.btn.explrbtn {
	border-radius: 0 25px;
}

.btn.bgwhite {
	background: #fff;
	color: #121240;
}

.module.right {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

section#get-it-now {
	/*border-bottom:  10px solid #121240;
	border-top:  10px solid #121240;*/
}

body.terms p.datatxt {
	text-align: justify;
}

span.bldr {
	font-weight: 400;
}

span.brand {
	font-weight: 600;
}

h1.large {
	font-size: 54px;
	letter-spacing: 0.15em;
	line-height: 70px;
	font-weight: 400;
	text-transform:  uppercase;
}

h1.large span {
	font-weight: 800;
	letter-spacing: -0.065em;
}

h1.medium {
	font-size: 22px;
	font-weight: 300;
	margin: -40px auto 30px auto;
	letter-spacing: 0.35em;
}

b.xtrbld {
	font-weight: 800;
	letter-spacing: -0.15em;
	margin: 0 3px 0 0;
}

.appscrn a {
	font-weight: initial;
	color: inherit;
}

.contact-block a,
.link a {
	font-weight: initial;
	color: inherit;
	text-decoration: underline;
}

.pb60 {
	padding-bottom: 60px;
}

.appscrn.pb0 {
	padding-bottom: 10px;
}

.mb12 {;
	margin-bottom: 12px;
}

.limitless {
	background-color: #121240;
	/*border-bottom: 10px solid #fff;*/
}

.overlay.limitless:before {
	background-color: transparent;
}

body.explore p.subtitle {
	display: block;
	text-align:  center;
	font-size: 18px;
	font-weight: 400;
	margin: 0 auto 80px auto;
	padding: 20px 0;
	background-color: #141440;
	color: #fff;
}

body.explore p.subtitle:last-of-type {
	margin: 0 auto 0 auto;
}

body.explore p.subtitle b {
	font-weight: 500;
}

h6.uppercase.list {
	font-weight: initial;
	display: block;
}

h6.list.bld {
	font-weight: 600;
}

.legend {
	font-size: 10px;
	line-height: 15px;
	font-weight: 400;
	text-transform: uppercase;
}

img.softwares {
	display: block;
	max-width: 80%;
	border-radius: 0;
}

.intro img.softwares {
	display: inline-block;
	max-width: 50%;
	text-align: center;
}

.legend i {
	margin: 0 3px 0 0;
}

.bg-dark.alt {
	background: #121240; /* 0c0c30 */
}

.bg-dark.alt2 {
	background: #9498a1;
}

footer.bg-dark {
	background: linear-gradient(0deg, rgba(18,18,64,1) 0%, rgba(47,47,106,1) 100%);
}

.bg-primary.intro {
	background: linear-gradient(180deg, rgba(12,12,43,1) 0%, rgba(18,18,64,1) 15%, rgba(47,47,106,1) 100%) !important;
	/*background: linear-gradient(90deg, #0c0c2b, #2f2f6a, #121240);
	background-size: 300% 300%;
	animation: gradient 10s ease infinite;*/
	/*border-bottom: 10px solid #fff;*/
}

body.explore .bg-primary.intro {
	background-image: url('../images/bg-2.jpg') !important;
	background-position: center 55% !important;
	background-repeat: no-repeat !important;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.fade-half.logo-footer {
	opacity: 1;
}

.bannerimg {
	background-image: url('../images/bg-2.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* *********************************** */

@media only screen and (max-width: 736px) {
	h1.large {
		font-size: 44px;
		line-height: 50px;
	}

	h1.medium {
		font-size: 22px;
		margin: -25px auto 30px auto;
	}

	.intro p.lead {
		font-size: 18px;
		line-height: 28px;
	}

	.btn.explrbtn {
		margin-right: 0;
	}

	.btn.bgwhite {
		margin-top: 10px;
	}

	.bg-primary.intro .pt80 {
		padding-top: 50px;
	}
}



