/**** LIGHTSLIDER CSS ****/
.lSSlideWrapper,
.lSSlideWrapper .lSFade {
	position: relative;
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade > * {
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper > .lightSlider:after {
	clear: both;
}

.lSSlideOuter {
	overflow: hidden;
	user-select: none;
}

.lightSlider:after,
.lightSlider:before {
	content: " ";
	display: table;
}

.lightSlider {
	overflow: hidden;
	margin: 0;
}

.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden;
}

.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform, height;
	transition-property: transform, height;
}

.lSSlideWrapper .lSFade > * {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.lSSlideWrapper .lSFade > .active {
	z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > .active {
	opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #428bca;
}

.lSSlideOuter .media {
	opacity: 0.8;
}

.lSSlideOuter .media.active {
	opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
	list-style: none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
	overflow: hidden;
	-webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
	transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
	content: " ";
	display: table;
}

.lSAction > a {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	background-image: url(../img/controls.png);
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
	opacity: 1;
}

.lSAction > .lSPrev {
	background-position: 0 0;
	left: 10px;
}

.lSAction > .lSNext {
	background-position: -32px 0;
	right: 10px;
}

.lSAction > a.disabled {
	pointer-events: none;
}

.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}

.lSSlideOuter.vertical {
	position: relative;
}

.lSSlideOuter.vertical.noPager {
	padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
	position: absolute !important;
	right: 0;
	top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
	width: 100% !important;
	max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
	left: 50%;
	margin-left: -14px;
	margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
	background-position: 31px -31px;
	bottom: 10px;
	top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
	background-position: 0 -31px;
	bottom: auto;
	top: 10px;
}

.lSSlideOuter.lSrtl {
	direction: rtl;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
	padding-left: 0;
	list-style: none;
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
	padding-right: 0;
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
	float: left;
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
	float: right !important;
}

@-webkit-keyframes rightEnd {
	0%,
	100% {
		left: 0;
	}

	50% {
		left: -15px;
	}
}

@keyframes rightEnd {
	0%,
	100% {
		left: 0;
	}

	50% {
		left: -15px;
	}
}

@-webkit-keyframes topEnd {
	0%,
	100% {
		top: 0;
	}

	50% {
		top: -15px;
	}
}

@keyframes topEnd {
	0%,
	100% {
		top: 0;
	}

	50% {
		top: -15px;
	}
}

@-webkit-keyframes leftEnd {
	0%,
	100% {
		left: 0;
	}

	50% {
		left: 15px;
	}
}

@keyframes leftEnd {
	0%,
	100% {
		left: 0;
	}

	50% {
		left: 15px;
	}
}

@-webkit-keyframes bottomEnd {
	0%,
	100% {
		bottom: 0;
	}

	50% {
		bottom: -15px;
	}
}

@keyframes bottomEnd {
	0%,
	100% {
		bottom: 0;
	}

	50% {
		bottom: -15px;
	}
}

.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}

.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}

.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd 0.3s;
	animation: topEnd 0.3s;
	position: relative;
}

.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd 0.3s;
	animation: bottomEnd 0.3s;
	position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}

.lightSlider.lsGrab > * {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lightSlider.lsGrabbing > * {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

/**** ICOMOON CSS ****/
@font-face {
	font-family: icomoon;
	src: url(../fonts/icomoon.eot?9hn6bm);
	src: url(../fonts/icomoon.eot?9hn6bm#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?9hn6bm) format("truetype"), url(../fonts/icomoon.woff?9hn6bm) format("woff"), url(../fonts/icomoon.svg?9hn6bm#icomoon) format("svg");
	font-weight: 400;
	font-style: normal;
}

[class*=" icon-"],
[class^="icon-"] {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
	content: "\e900";
}

.icon-copyright:before {
	content: "\e901";
}

.icon-detection:before {
	content: "\e902";
}

.icon-down:before {
	content: "\e903";
}

.icon-dropdown:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-forensics:before {
	content: "\e906";
}

.icon-intelligence:before {
	content: "\e907";
}

.icon-investigations:before {
	content: "\e908";
}

.icon-linkedin:before {
	content: "\e909";
}

.icon-lock:before {
	content: "\e90a";
}

.icon-mail:before {
	content: "\e90b";
}

.icon-menu:before {
	content: "\e90c";
}

.icon-next:before {
	content: "\e90d";
}

.icon-previous:before {
	content: "\e90e";
}

.icon-privacy:before {
	content: "\e90f";
}

.icon-takedown:before {
	content: "\e910";
}

.icon-trademark:before {
	content: "\e911";
}

.icon-twitter:before {
	content: "\e912";
}

.icon-up:before {
	content: "\e913";
}

/**** MAIN CSS ****/
.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	text-align: center;
	margin-right: -4px;
	vertical-align: top;
}

#bg {
	position: absolute;
	top: 0px;
	z-index: -1;
	background: radial-gradient(ellipse at center, #32759f 0%, black 100%);
	overflow: hidden;
	transform: rotateZ(360deg);
	transform: translateZ(0);
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

::selection {
	background-color: #419ed8;
	color: #fff;
}

::-moz-selection {
	background-color: #419ed8;
	color: #fff;
}

::-o-selection {
	background-color: #419ed8;
	color: #fff;
}

::-ms-selection {
	background-color: #419ed8;
	color: #fff;
}

::-webkit-selection {
	background-color: #419ed8;
	color: #fff;
}

.img-responsive {
	display: inline-block;
}

body {
	color: #444;
}

a {
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

a:hover,
a:focus {
	color: #419ed8;
	text-decoration: none;
}

p a {
	color: #419ed8;
	text-decoration: underline;
}

p a:hover,
p a:focus {
	color: #419ed8;
	text-decoration: underline;
}

p,
ul,
ol {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	line-height: 1.8em;
}

.col-xs-12 p {
	font-size: 1.2em;
}

h1 {
	font-family: "Lato", sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #70c3f6;
}

h2 {
	font-family: "Lato", sans-serif;
	font-size: 2.3em;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #444;
}

h3 {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 1.8em;
	color: #888;
	margin: 10px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}

h3 > a,
p > a {
	color: #444;
	font-weight: 700;
	text-decoration: none;
}

h3 > a:hover {
	color: #419ed8;
	text-decoration: none;
	font-weight: 700;
}

#footer-link a,
#footer-link a:hover,
#footer-link a:focus,
#social a,
#social a:hover,
#social a:focus,
h3 > a:hover,
h3 > a:focus,
p > a:hover,
p > a:focus {
	text-decoration: none;
}

h3 > a:hover {
	color: #419ed8;
	font-weight: 700;
}

a:hover,
a:focus {
	text-decoration: none;
}

h4 {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	letter-spacing: 1.5px;
	font-size: 1.1em;
	color: #555;
	text-transform: uppercase;
	margin: 0px 0px 40px 0px;
	text-align: center;
}

h5 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.8em;
	color: #555;
	margin: 40px 0px 10px 0px;
	text-align: left;
}

/* HEADER */

.header {
	width: 100%;
	position: absolute;
	z-index: 10;
}

.header ul {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	border: none;
	font-size: 1.5em;
	color: #fff;
	letter-spacing: 1px;
}

.navbar {
	position: absolute;
	right: 15px;
	z-index: 1000;
}

.navbar .navbar-btn {
	font-size: 1em;
	background-color: #2bd18f;
	margin-top: 15px;
	padding: 10px 30px;
	border-radius: 0;
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.navbar .dropdown-toggle {
	font-size: 1.2em;
	color: #fff;
	padding: 10px 30px;
	margin-top: 15px;
	margin-right: 5px;
}

.navbar .nav .open > a {
	background-color: #00000000;
}

.navbar .navbar-nav > li > .dropdown-menu {
	margin-right: 30px;
	top: 100%;
	background-color: #ffffff40;
}

.navbar .btn-default:hover,
.navbar .btn-default:active,
.navbar .btn-default:focus,
.navbar .btn-default:active:hover,
.navbar .btn-default.active:hover,
.navbar .btn-default:active:focus,
.navbar .btn-default.active:focus,
.navbar .btn-default:active.focus,
.navbar .btn-default.active.focus {
	background-color: #21b87c;
}

.header a,
.dropdown-menu > li > a {
	color: #fff;
}

.header a:focus,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	color: #419ed8;
	background-color: transparent;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-group > .btn:focus,
.btn-group > .btn:hover {
	color: #419ed8;
	background-color: rgba(0, 0, 0, 0.25);
}

.dropdown-menu {
	top: 90%;
	min-width: 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.25);
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header .container,
#intro .container {
	border-bottom: none;
}

.navbar-default {
	background-color: transparent;
	border: none;
}

.navbar-brand {
	padding: 0px;
}

.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

/* BUTTONS */
.btn {
	white-space: break-spaces;
}

.btn-default {
	font-family: "Lato", sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 2px;
	color: #fff;
	margin: 30px 0px 20px 0px;
	padding: 15px 50px 15px 50px;
	background-color: #419ed8;
	border: none;
	border-radius: 0;
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.btn-default:focus,
.btn-default.focus {
	outline: none;
	color: #fff;
	background-color: #419ed8;
}

.btn-default:hover,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
	outline: none;
	color: #fff;
	background-color: #2785bf;
}

.btn-secondary {
	font-family: "Lato", sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #419ed8;
	margin: 30px 0px 20px 10px;
	padding: 15px 50px 15px 50px;
	background-color: transparent;
	border: none;
	box-shadow: inset 0 0 0 2px #419ed8;
	border-radius: 0;
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.intro .btn-secondary {
	color: #fff;
}

.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus {
	outline: none;
	color: #419ed8;
	box-shadow: inset 0 0 0 4px #2785bf;
	background-color: transparent;
}

.btn-secondary:focus,
.btn-secondary.focus {
	background-color: transparent;
	color: #419ed8;
}

.contacts-bt {
	margin: 30px 0px 20px 0px;
}

.btn:active,
.btn.active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}

@media (max-width: 500px) {
	.btn {
		display: block;
		width: 100%;
	}
}

/* INTRO */
.page-section {
	width: 100%;
	padding: 50px 0px;
}

#overview-intro {
	display: flex;
	align-items: center;
}

.hero {
	display: flex;
	flex-direction: column;
}

.intro {
	width: 100%;
	text-align: center;
}

.main-logo {
	height: 250px;
}

.intro-content h1 {
	margin: 50px 0px 30px;
}

.intro-content > p {
	font-size: 1.6em;
	color: #fff;
}

@media (min-width: 768px) and (max-height: 700px) {
	.main-logo {
		height: 200px;
	}

	.intro-content h1 {
		font-size: 2em;
	}

	.intro-content > p {
		font-size: 1.4em;
	}
}

@media (min-width: 768px) and (max-height: 600px) {
	.main-logo {
		height: 150px;
	}

	.intro-content h1 {
		font-size: 1.5em;
		margin: 30px 0px 20px;
	}

	.intro-content > p {
		font-size: 1.2em;
	}
}

@media (min-width: 768px) and (max-height: 450px) {
	.main-logo {
		height: 100px;
	}

	.intro-content h1 {
		font-size: 1.2em;
		margin: 30px 0px 20px;
	}

	.intro-content > p {
		font-size: 1em;
	}

	.btn-default {
		font-size: 1.2em;
		margin: 20px 0px 20px 0px;
		padding: 10px 30px 10px 30px;
	}
}

@media (max-width: 992px) {
	.intro-content h1 {
		font-size: 2em;
	}

	.intro-content > p {
		font-size: 1.4em;
	}
}

@media (max-width: 768px) {
	.main-logo {
		height: 200px;
		margin-top: 100px;
	}

	.intro-content h1 {
		font-size: 1.5em;
		margin: 30px 0px 20px;
	}

	.intro-content > p {
		font-size: 1.2em;
	}
}

@media (max-width: 500px) {
	.main-logo {
		height: 150px;
	}

	.intro-content > p {
		font-size: 1em;
	}
}

.description {
	margin: 30px 0;
}

.segments {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.segments p {
	color: #fff;
	font-weight: 600;
}

.segments div {
	margin: 30px 20px;
	text-align: center;
}

.segments img {
	width: 9rem;
	height: 9rem;
	margin-bottom: 20px;
}

.categories div {
	text-align: center;
	margin-top: 20px;
}

.categories img {
	width: 9rem;
	height: 9rem;
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.segments {
		display: none;
	}
}

@media (min-width: 1201px) {
	.categories {
		display: none;
	}
}

.channels {
	margin: 50px 0;
}

.channels div div {
	margin-top: 25px;
	margin-bottom: 25px;
}

.channels svg {
	color: #b6b6b6;
	width: 9rem;
	height: 9rem;
	margin-bottom: 10px;
}

.channels img {
	filter: invert(57%) sepia(35%) saturate(1003%) hue-rotate(164deg) brightness(94%) contrast(80%);
	width: 5rem;
	height: 5rem;
	margin-bottom: 15px;
}

.channels h4 {
	font-weight: 900;
	letter-spacing: 1.5px;
	font-size: 0.9em;
	color: #b6b6b6;
}

#features .channels h4 {
	color: #b6b6b6;
	margin: 0;
}

.company {
	max-width: 20%;
	margin: 50px;
}

.company img {
	opacity: 0.7;
}

.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	/* 16:9 */
	position: relative;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

#partners,
#video {
	background-color: #171f27;
}

#partners .row {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 1920px) and (min-height: 1200px) {
	p {
		font-size: 1.4em;
	}
}

@media (max-height: 830px) {
	.segments img {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 992px) {
	.segments img {
		width: 50px;
		height: 50px;
	}

	.segments div {
		margin: 20px;
	}

	.company {
		max-width: 30%;
		margin: 20px;
	}
}

@media (max-width: 766px) {
	.company {
		max-width: 30%;
		margin: 10px;
	}

	.categories img {
		width: 70px;
		height: 70px;
		margin: 10px;
	}
}

@media (max-width: 500px) {
	.company {
		max-width: 50%;
		margin: 20px;
	}
}

/* SECONDARY SECTIONS */
#cases {
	padding-bottom: 0px;
}

#advantages .angle-bg-top {
	padding: 0px;
}

.page-section h2 {
	text-align: center;
}

.line-separator {
	height: 3px;
	width: 2em;
	background: #419ed8;
	border-bottom: none;
	margin: 10px 0 15px 0;
	display: inline-block;
}

.title-separator {
	height: 3px;
	width: 3em;
	background: #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

.eternity-logo {
	width: 10em;
}

.schemes .img-responsive {
	height: 7em;
	margin: 40px 0px;
}

#industries .features .img-responsive,
#roadmap .features .img-responsive {
	height: 5em;
}

#clients img {
	max-width: 70%;
	margin: 20px;
}

.flowchart {
	margin: 50px 0;
}

.flowchart p {
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 3px;
	color: #419ed8;
}

.flowchart span {
	color: #444;
	margin: 15px;
}

.workflow-wf {
	padding: 50px;
}

.workflow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 50px 0;
}

.workflow > div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.workflow div div {
	margin: 20px;
}

.workflow img.img-responsive {
	height: 8rem;
	width: 8rem;
	margin-bottom: 15px;
}

.workflow-wf img.img-responsive {
	display: inline-block;
	width: 100%;
}

@media (max-width: 767px) {
	.workflow-wf img.img-responsive {
		width: 60%;
	}
}

@media (max-width: 650px) {
	.workflow-wf img.img-responsive {
		width: 70%;
	}
}

@media (max-width: 500px) {
	.workflow-wf img.img-responsive {
		width: 80%;
	}
}

@media (max-width: 400px) {
	.workflow-wf img.img-responsive {
		width: 100%;
	}
}

.workflow h4 {
	margin: 0;
}

#detection table {
	margin: 30px 0 0;
}

#takedown table {
	margin: 5px 0 0;
}

@media (max-width: 992px) {
	#clients img {
		max-width: 80%;
		margin: 10px;
	}
}

@media (max-width: 766px) {
	#clients img {
		max-width: 70%;
		margin: 20px;
	}

	.flowchart span {
		color: #444;
		margin: 0;
	}
}

/* FEATURES */

#features {
	color: #fff;
	background-color: #171f27;
}

#features h1 {
	color: #aaa;
}

#features h4,
#advantages h4,
#features h2,
#advantages h2 {
	color: #fff;
}

#video h3,
#features h3,
#advantages h3 {
	color: #52aee8;
}

#video .title-separator,
#features .title-separator,
#advantages .title-separator {
	background: #52aee8;
	border-bottom: 1px solid #52aee8;
}

.features .img-responsive {
	height: 7em;
	width: 7em;
	margin: 40px 0px 20px;
}

.features .panel {
	padding: 25px;
}

.features .panel p {
	text-align: left;
	margin: 0;
}

@media (max-width: 768px) {
	.features > div {
		margin-top: 25px;
	}
}

/* PILLS */
.pills {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style-type: none;
	font-size: 1.3em;
	font-weight: 400;
	padding-inline-start: 0;
	margin-top: 40px;
}

.pills li {
	color: #fff;
	background-color: transparent;
	padding: 3px 15px 3px 15px;
	border: 2px solid #898989;
	margin: 5px 5px;
	padding: 5px 20px;
	border-radius: 100px;
	font-weight: 400;
}

#solutions .pills li {
	color: #171f27;
}

/* ICONS */
.fab,
.fa-kit {
	font-size: 60px;
	margin-bottom: 10px;
}

/* PRICING */

#pricing .panel {
	padding: 0;
}

#pricing .panel p {
	text-align: center;
}

.panel p {
	font-size: 1.3em;
}

#pricing .panel h3 {
	font-size: 1.5em;
}

#pricing .panel h4 {
	font-size: 1.2em;
	line-height: 3rem;
}

#cases,
#pricing {
	background-color: #f9fafa;
}

#pricing .table {
	margin-bottom: 0px;
}

.panel {
	background-color: #fff;
	border-radius: 0px;
	border: none;
	text-align: center;
	box-shadow: 0px 3px 20px #0000001f;
}

.price h2,
.price p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.price h2 {
	color: #419ed8;
}

.price {
	margin: 20px;
}

.pricing-horizontal {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 25px;
}

.pricing-horizontal .img-responsive {
	height: 4em;
	width: 4em;
	margin: 0 !important;
}

.pricing-horizontal h4,
.pricing-horizontal .price {
	margin: 0;
}

.pricing-horizontal h4 {
	line-height: 1em !important;
	margin-top: 20px;
}

.panel .pricing-horizontal p {
	line-height: 1.2em !important;
	font-size: 1.1em;
}

.pricing-horizontal h2 {
	margin: 5px 0;
}

@media (max-width: 768px) {
	.pricing-horizontal h4 {
		margin-bottom: 25px;
	}
}

.table > tbody > tr > td {
	border: none;
	font-size: 0.9em;
}

.panel-body {
	padding: 0;
}

.panel-body > .btn {
	margin: 0px 20px 40px 20px;
	display: inline-block;
	width: fit-content;
}

#pricing .panel .note {
	margin: -20px 15px 15px;
	font-size: 1em;
}

.trial-bt {
	background-color: #2bd18f !important;
}

.trial-bt:hover,
.trial-bt:active,
.trial-bt:focus,
.trial-bt:active:hover,
.trial-bt.active:hover,
.trial-bt:active:focus,
.trial-bt.active:focus,
.trial-bt:active.focus,
.trial-bt.active.focus {
	background-color: #21b87c !important;
}

/* ACCORDION */
#faq .accordion .panel p {
	text-align: left;
}

.accordion .btn {
	text-align: left;
	border: none;
	background-color: #fff;
	padding: 0;
	white-space: normal;
}

.accordion .card-header p {
	font-size: 1.4em;
	font-weight: 600;
	margin: 0;
	padding: 15px 25px;
}

.accordion p {
	margin: 0;
}

.accordion .card-header svg {
	margin-right: 10px;
}

.card-body {
	padding: 15px 25px;
}

.card-header:hover .fa-plus {
	transform: rotate(180deg);
}

.card-header .fa-plus {
	transition: 0.9s;
}

/* FORMS */

.form-control {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	padding-left: 20px;
	height: 60px;
	border: 1px solid #bababa;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	color: #444;
	-webkit-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #444;
	background-color: rgba(255, 255, 255, 100);
	border-color: #419ed8;
}

.form-inline .btn-default {
	margin: 0px;
}

.form-inline {
	margin: 40px 0px;
}

/* PLACEHOLDER TEXT */

.form-control::-webkit-input-placeholder {
	color: #bababa;
}

.form-control:-moz-placeholder {
	color: #bababa;
}

.form-control::-moz-placeholder {
	color: #bababa;
}

.form-control:-ms-input-placeholder {
	color: #bababa;
}

/* SCROLL TOP BUTTON */

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 99999999;
	right: 30px;
	bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1;
}

.scroll-top-wrapper > .btn-default {
	font-size: 1.5em;
	margin: 0;
	padding: 11px 15px 10px 15px;
}

/* BGs */
#overview-mobile {
	background: url(../img/AbstractTriangles_Mobile.svg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#features,
#video {
	background: url(../img/AbstractTriangles_Blue.svg) no-repeat center center scroll;
	background-color: #171f27;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#industries {
	background: url(../img/AbstractTriangles_Fade.svg) no-repeat center center scroll;
	background-color: #f9fafa;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footer {
	color: #fff;
	background-color: #444;
	background: url(../img/AbstractTriangles_Grey.svg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* FOOTER */

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #419ed8;
	text-decoration: none;
}

.footer p {
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-size: 1.2em;
}

#social {
	font-size: 1.5em;
	margin: 0 0 30px 0px;
}

#social a {
	margin: 15px;
	text-decoration: none;
}

#footer-link {
	font-family: "Lato", sans-serif;
	font-size: 1em;
	margin: 30px 0px 40px 0px;
}

/* ANIMATIONS */

.hidden-section {
	opacity: 0;
}

.visible-section {
	opacity: 1;
}

.animated {
	/*-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;*/
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/* MODAL PRIVACY */

.fade.in {
	z-index: 999999;
}

.modal-open .modal {
	z-index: 9999999;
}

.modal-content {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-footer {
	text-align: center;
}

.privacy a {
	color: #444;
}

.privacy a:hover {
	color: #419ed8;
	text-decoration: none;
}

.privacy p,
ul,
ol {
	font-size: 1em;
}

.privacy h3 {
	font-size: 1.2em;
}

#disclaimer {
	font-size: 1.2em;
}

#contentpub #poweredBy {
	visibility: hidden;
}

/* COOKIE DISCLAIMER */

.cookie {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	color: #444;
}

.cookie > p {
	margin-bottom: 0;
	font-size: 1.2em;
}

#cookie-link {
	color: #444;
	font-weight: 700;
}

#cookie-link:hover {
	color: #419ed8;
	font-weight: 700;
}

.cookieButton {
	margin: 0;
	font-size: 0.9em;
	padding: 5px 15px 5px 15px;
	width: fit-content;
	display: inline-block;
}

.cookieModalButton {
	margin: 0;
	font-size: 1.1em;
	padding: 5px 15px 5px 15px;
}

.cookieHideAnim {
	-webkit-transform: translate(0%, 100%);
	-moz-transform: translate(0%, 100%);
	-ms-transform: translate(0%, 100%);
	transform: translate(0%, 100%);
}

.cookieShowAnim {
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

.cookieContainer {
	position: fixed;
	display: block;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.9);
	transition: transform 1s ease-in-out;
}

/* Responsive tuning */

@media (max-width: 766px) {
	h1 {
		font-size: 1.7em;
	}

	h2 {
		font-size: 1.7em;
		margin: 10px 0px 30px;
	}

	p {
		font-size: 1.1em;
	}

	.header a {
		color: #fff;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 0px 5px 0px;
		text-align: center;
	}

	.navbar .btn-group {
		font-size: 0.5em;
		padding: 10px 0px;
	}

	#main-nav {
		text-align: center;
		border-top-width: 0px;
		margin-top: 15px;
	}

	#main-nav > .pull-right {
		float: none !important;
	}

	.active > a {
		color: #419ed8;
	}

	.intro > .container {
		top: auto;
	}

	.btn-default {
		margin: 30px 0px 0px 0px;
	}

	.btn-block + .btn-block {
		margin-top: 30px;
	}

	.schemes .img-responsive {
		height: auto;
		width: 80%;
		margin: 40px 0px;
	}

	.features .img-responsive {
		margin: 30px 0px;
	}

	#features p {
		margin-bottom: 20px;
	}

	.panel {
		margin: 10px 0px;
	}

	.panel-body > h2 {
		font-size: 2.2em;
	}

	.panel p {
		font-size: 1.4em;
	}

	#mc_embed_signup {
		margin: 30px 0px 50px 0px;
	}

	.social-contacts {
		text-align: center;
		font-size: 1.5em;
		margin-bottom: 40px;
	}

	.social-contacts a {
		margin: 10px;
	}
}

@media (max-width: 992px) {
	@-webkit-keyframes fadeInDown {
		from {
			opacity: 0;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes fadeInDown {
		from {
			opacity: 0;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}
}
