body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	color: rgba(0, 0, 0, 0.5);
	-webkit-font-smoothing: antialiased;
}

label {
	font-weight: 400;
}

h1, h2, h3, h4 {
	color: rgba(0, 0, 0, 0.7);
}

strong, b {
	font-weight: 500;
}

.landing-overview h1 {
	font-weight: 300;
	font-size: 36px;
	color: rgba(0, 0, 0, 0.7);
	margin: 30px 0;
}

.landing-overview h3 {
	font-size: 27px;
	margin: 36px 0 12px;
}

.landing-overview p {
	font-size: 16px;
	margin-bottom: 24px;
}

.landing-overview .row>div {
	padding: 36px 0;
}

.landing-overview .btn {
	background-color: #4caf50;
	border-color: #4caf50;
	border-radius: 3px;
	padding: 12px 36px;
}

.landing-overview .btn-video {
	background-color: #2196f3;
	border-color: #2196f3;
}

.overview-icon {
	width: 144px;
	height: 144px;
	line-height: 144px;
	text-align: center;
	font-size: 60px;
	color: #2196f3;
	border: 3px solid #2196f3;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
}

.landing-stats {
	line-height: 30px;
	border-top: 1px solid #ddd;
	padding: 36px 0 24px;
	margin-top: 60px;
}

.stats-value {
	font-weight: 700;
	font-size: 32px;
	color: rgba(0, 0, 0, 0.7);
	display: block;
}

.stats-label {
	font-weight: 300;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
	display: block;
}

.landing-features {
	background-color: #f5f5f5;
	border: solid #ddd;
	border-width: 1px 0;
	padding: 24px 0;
}

.landing-features h2 {
	font-weight: 300;
	font-size: 32px;
	margin: 12px 0;
}

.landing-features h4 {
	font-weight: 500;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.7);
	margin: 0 0 12px;
}

.landing-features p {
	line-height: 24px;
}

.landing-features .lead {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.landing-features .row {
	padding: 24px 0;
}

.landing-videos {
	border: solid #ddd;
	border-width: 1px 0;
	padding: 24px 0;
}

.landing-videos .col-xs-4 {
	padding: 0 100px;
}

.landing-video::after {
    background: transparent url("../home/landing/images/play_icon.png") no-repeat scroll center center;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 100;
}

.landing-features h2 {
	font-weight: 300;
	font-size: 32px;
	margin: 12px 0;
}

.landing-features h4 {
	font-weight: 500;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.7);
	margin: 0 0 12px;
}

.landing-features p {
	line-height: 24px;
}

.landing-features .lead {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.landing-features .row {
	padding: 24px 0;
}

.feature-icon {
	float: left;
	width: 96px;
	height: 96px;
	line-height: 96px;
	text-align: center;
	font-size: 48px;
	color: rgba(0, 0, 0, 0.5);
	border: 2px solid rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	margin: 0 30px 0 15px;
}

.feature-description {
	padding-left: 140px;
}

.landing-clients {
	padding: 24px 0;
}

.browsers-supported ul {
	list-style-type: none;
}

.col-xs-6>p {
	height: 70px;
}

.col-xs-2 {
	width: 20%;
}

/***** MODAL PROPERTIES *****/
.modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border: none;
	outline: none;
}

.modal-content iframe {
	border: none;
	padding: 0;
	margin: 0;
}

.close {
	font-size: 40px;
	margin: -20px 0 0 0;
}
/***** MEDIA QUERIES *****/
@media only screen and (max-width: 641px) {
	/***** MODAL PROPERTIES *****/
	.modal-body {
		height: 100px;
		padding: 0;
		margin: 0;
	}
	.modal-content {
		padding: 0;
		margin: 0;
	}
	.modal-dialog {
		position: relative;
		width: auto;
		margin: 15px;
	}
	.close {
		margin: -12px 0 0 0;
	}
}

@media only screen and (min-width: 768px) {
	/***** MODAL PROPERTIES *****/
	.close {
		font-size: 40px;
		margin: 30px -43px -20px 100px;
	}
}