/* General */
body {
	font-family: 'Calibre', Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

h1, h2, h3, h4, h5, p {
	font-weight: normal;
	margin: 0;
}

a {
	color: #005AFF;
	outline: none;
}

a:hover {
	color: #0044bf;
}

h1 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 500;
}

h2 {
	font-size: 18px;
	line-height: 25px;
	color: #50556C;
}

h1, h3 {
	color: #091D41;
}

h3 {
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
}

h4 {
	color: #8C94A5;
	line-height: 25px;
}

video {
	width: 100%;
	height: 100%;
}

@media (min-width: 1240px) {
	.container {
		width: 1240px;
	}
}

@media (max-width: 992px) {
	#gdpr-ready {
		top: 20px;
	}
}

/* Theme
 */
@media (min-width: 993px) {
	.navbar-default {
		margin-top: 20px;
	}

	.sign-in-button {
		padding-left: 15px;
	}
}

@media (min-width: 993px) and (max-width: 1199px) {
	.sign-in-button {
		margin-right: 15px;
	}
}

.navbar-default .navbar-nav > li > a {
	font-weight: 500;
	color: #091D41;
}

.btn,
.navbar-default .navbar-nav > li.sign-in-button > a {
	background: white;
	border: 1px solid #005AFF;
	color: #005AFF;
	padding: 7px 20px;
	border-radius: 200px;
	font-size: 18px;
	outline: none !important;
	box-shadow: none !important;
	transition: all .1s;
	font-weight: 500;
}

@media (max-width: 992px) {
	.navbar-default .navbar-nav > li.sign-in-button > a {
		border: none !important;
		color: #75858f !important;
	}
}

.btn:hover,
.btn:focus,
.btn:active {
	color: #0044bf;
	border-color: #0044bf;
}

.btn-primary {
	background: #005AFF;
	border-color: #005AFF;
	color: white;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #0044bf;
	border-color: #0044bf;
	color: white;
}

.navbar-default .navbar-nav > li.sign-in-button > a {
	background: none;
	color: #005AFF;
}

.navbar-default .navbar-nav > li.sign-in-button > a:hover {
	color: #0044bf;
	border-color: #0044bf;
}

/* Top info 
 */
.top-info {
	padding-top: 50px;
	padding-bottom: 100px;
}

@media (min-width: 993px) {
	.top-info {
		padding-bottom: 150px;
	}
}

.primary-heading {
	margin-bottom: 20px;
}

.secondary-heading {
	margin-bottom: 20px;
}

@media (min-width: 993px) {
	.primary-heading {
		margin-top: 50px;
		width: 420px;
	}

	.secondary-heading { 
		max-width: 400px;
	}
}

@media (min-width: 1199px) {
	.primary-heading {
		width: 420px;
	}
}

.top-info .rating {
	margin-top: 10px;
	line-height: 16px;
	font-size: 16px;
	color: #50556C;
	color: rgba(80, 85, 108, 0.5);
}

@media (min-width: 993px) {
	.top-info .stars {
		position: relative;
		left: -5px;
	}
}

.top-info .stars i {
    font-size: 24px;
    color: #CDCDCD;
}

.top-info .buttons {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.top-info .buttons a,
	.getstarted .buttons a {
		display: block;
		margin-top: 12px;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

.top-info .buttons .btn-primary {
	margin-right: 15px;
}

@media (max-width: 992px) {
	.primary-heading,
	.secondary-heading,
	.top-info .rating,
	.top-info .stars,
	.top-info .buttons {
		text-align: center;
	}
}

.top-info .video-item {
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 992px) {
	.top-info .video-item {
		margin-top: 45px;
	}
}

@media (min-width: 993px) {
	.top-info .video-item {
		height: 476px;
	}
}

/* Use cases 
 */
.use-cases {
	padding-bottom: 75px;
	padding-left: 10px;
}

@media (min-width: 993px) {
	.use-cases {
		padding-bottom: 150px;
		padding-left: 20px;
	}
}

.use-cases .case-outer {
	position: relative;
	display: block;
	padding-left: 15px;
	text-decoration: none;
	transition: all .3s;
}

.use-cases .case-outer::before {
	content: ' ';
	position: absolute;
	left: -15px;
	width: 5px;
	height: 100%;
	min-height: 210px;
	border-radius: 5px;
}

.use-cases .case-outer.green::before {
	background: #14DFA2;
}
.use-cases .case-outer.purple::before {
	background: #3514F8;
}
.use-cases .case-outer.yellow::before {
	background: #FFBF43;
}
.use-cases .case-outer.red::before {
	background: #FF164E;
}
.use-cases .case-outer.violet::before {
	background: #9123FF;
}
.use-cases .case-outer.blue::before {
	background: #00BAF4;
}

@media (max-width: 992px) {
	.use-cases .case-outer:not(.last) {
		margin-left: 15px;
		margin-bottom: 50px;
	}

	.use-cases .case-outer::before {
		min-height: 100%;
	}
}

.use-cases .r3-icon-link {
	font-size: 11px;
	transition: all .1s;
}

.use-cases .r3-icon-link::before {
	transition: all .2s;
}

.use-cases .case-outer:hover .r3-icon-link::before {
	transform: rotate(45deg);
}

.use-cases .case-outer h3 {
	margin-bottom: 15px;
	text-transform: capitalize;
}

.use-cases .case-outer p {
	color: #8C94A5;
	line-height: 25px;
}

@media (min-width: 768px) {
	.use-cases .case-outer.green:hover .r3-icon-link {
		color: #14DFA2;
	}
	.use-cases .case-outer.purple:hover .r3-icon-link {
		color: #3514F8;
	}
	.use-cases .case-outer.yellow:hover .r3-icon-link {
		color: #FFBF43;
	}
	.use-cases .case-outer.red:hover .r3-icon-link {
		color: #FF164E;
	}
	.use-cases .case-outer.violet:hover .r3-icon-link {
		color: #9123FF;
	}
	.use-cases .case-outer.blue:hover .r3-icon-link {
		color: #00BAF4;
	}
}

.use-cases .portrait {
	width: 70px;
	height: 70px;
}

.use-cases .learn-more {
	font-size: 21px;
	font-weight: 500;
}

@media (min-width: 993px) {
	.use-cases .row.next {
		padding-top: 70px;
	}

	.use-cases .learn-more {
		margin-top: 70px;
	}
}

/* Features 
 */
.features {
	position: relative;
	overflow: hidden;
	padding-bottom: 25px;
}

.features .row {
	padding-bottom: 50px;
}

@media (min-width: 993px) {
	.features .row {
		padding-bottom: 150px;
	}
}

@media (min-width: 1199px) {
	.features .row {
		padding-bottom: 100px;
	}
}

@media (max-width: 992px) {
	.features .video-wrapper .video-block {
		margin-top: 30px;
	}
}

@media (min-width: 993px) {
	.container-fullwidth {
		width: 100%;
	}

	.container-fullwidth.video-right {
		padding-left: 5%;
		padding-right: 0;
	}

	.container-fullwidth.video-left {
		padding-right: 5%;
		padding-left: 0;
	}

	.features .video-wrapper .video-block,
	.features .video-description {
		height: 600px;
	}

	.features .video-description {
		max-width: 600px;
	}
	
	.features .video-wrapper .video-block {
		position: absolute;
		width: 100%;
	}

	.features .video-left .video-block video {
		width: auto;
		height: 100%;
	}

	.features .video-right .video-block video {
		height: 100%;
		position: absolute;
		right: 0;
		width: auto;
	}

	.features .video-right .video-description {
		margin-left: auto;
	}

	.features .video-right .video-block {
		right: auto;
		left: 40px;
	}

	.features .video-left .video-block {
		left: auto;
		right: 220px;
	}
}

@media (min-width: 1350px) {
	.features .video-left .video-block {
		left: 0;
		right: auto;
	}

	.features .video-right .video-block {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1450px) {
	.container-fullwidth.video-right {
		padding-left: 10%;
	}

	.container-fullwidth.video-left {
		padding-right: 10%;
	}
}

.features h3 {
	line-height: 38px;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 15px;
}

.features h4 {
	color: #50556C;
	line-height: 25px;
	font-size: 18px;
	margin-bottom: 50px;
}

@media (max-width: 992px) {
	.features h3,
	.features h4 {
		text-align: center;
	}
}

.features a {
	color: #091D41;
	line-height: 23px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	text-decoration: none;
}

.features a > span {
	position: relative;
	bottom: 5px;
	margin-left: 5px;
}

.features p {
	margin-bottom: 15px;
	line-height: 25px;
	color: #8C94A5;
}

.features .playlist .item a:hover {
	color: #005AFF;
}

.features .playlist .progress {
	position: relative;
	height: 2px;
	background: #D9D9D9;
	width: 100%;
	border-radius: 4px;
}

.features .playlist .progress .bar {
	position: absolute;
	width: 0;
	height: 2px;
	background: #005AFF;
}

@media (max-width: 767px) {
	.features .playlist {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Testimonials
 */
.testimonials {
	padding-bottom: 100px;
	overflow: hidden;
}

.testimonials .quotes {
	padding-bottom: 100px;
}

@media (min-width: 993px) {
	.testimonials .quotes {
		position: relative;
		min-height: 450px;
	}
}

.testimonials .quote-item:not(.active) {
	display: none;
}

.testimonials .quote-item {
	text-align: center;
	opacity: 1;
}

.testimonials .author {
	color: #8C94A5;
	text-transform: uppercase;
	line-height: 32px;
	margin-bottom: 25px;
}

.testimonials .avatar {
	margin-bottom: 25px;
}

.testimonials .avatar img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.testimonials .text {
	color: #005AFF;
	line-height: 42px;
	font-size: 26px;
}

@media (min-width: 768px) {
	.testimonials .text {
		line-height: 150%;
	}
}

@media (min-width: 993px) {
	.testimonials .text {
		font-size: 32px;
		max-width: 940px;
		margin-left: auto;
		margin-right: auto;
	}
}

.testimonials .text .r3-icon-link {
	font-size: 16px;
}

.testimonials .companies h3 {
	color: #091D41;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 35px;
	font-weight: 500;
}

.testimonials .company-logos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.testimonials .company-logos > div {
	display: flex;
	flex: 1 1 50%;
    justify-content: center;
	align-items: center;
	flex-basis: 16%;
	margin: 2px 0px;
	padding: 0 15px;
    height: 76px;
}

/* Get Started
 */
.getstarted {
	background: #F7F7F7;
	border-bottom: 1px solid #E0E0E0;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.getstarted {
		text-align: center;
	}
}

.getstarted h3 {
	line-height: 48px;
	font-size: 40px;
	font-weight: 500;
}

.getstarted p {
	line-height: 25px;
	color: #8C94A5;
	margin-top: 15px;
}

.getstarted a {
	font-weight: 500;
}

.getstarted .buttons {
	padding-top: 25px;
}

@media (min-width: 993px) {
	.getstarted .buttons {
		padding-top: 20px;
		text-align: right;
	}
}

.getstarted .btn-primary {
	margin-right: 25px;
}

/* Footer
 */
.v2-footer {
	background: #F7F7F7;
	padding-top: 50px;
}

@media (max-width: 767px) {
	.v2-footer .foot-first {
		padding-bottom: 30px;
		text-align: center;
	}

	.v2-footer .foot-sixth {
		padding-top: 30px;
		text-align: center;
	}
}

.v2-footer ul li {
	padding: 4px 0;
}

.v2-footer .textwidget .t {
	color: #666666;
	line-height: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.v2-footer .textwidget a {
	color: #808080;
	line-height: 30px;
	margin-right: 15px;
}

.v2-footer .under {
	text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

/* Commons
 */
.flex-box {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

}
.flex-box.flex-v-center {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}