/* 
* ==========================================================================
      Download Header
* ========================================================================== 
*/

#download-header {
    background-image: url("../img/download-bg.svg");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/* 
* ==========================================================================
      Download Section
* ========================================================================== 
*/

.download-section {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.download-section h1 {
	font-size: 2.133em;
	color: #318ACB;
	margin-bottom: 0;
}

.download-section h2 {
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 30px;
}

.download-section .auton-logo img {
	width: 100%;
	max-width: 240px;
	padding: 20px 0;
}

.download-section .devices img {
	width: 100%;
	max-width: 1000px;
}

#download-btn-section {
	display:table;
	margin-left: auto;
	margin-right: auto;
}

.download-section .download-btn {
	display: table-cell;
	margin-bottom: 20px;
	float: none;
}

.download-btn a img {
	width: 100%;
	max-width: 160px;
}

.download-btn a:hover img {
	opacity: 0.85;
}

.download-btn > a.btn {
	width: 100%;
	min-width: 160px;
	font-size: 1.133em;
	line-height: 1;
}

.btn:focus {
  color: #fff;
}

#featuresSection {
	background-color: #fff;
    width: 100%;
}

.features-section h1{
	font-size: 2.267em;
}

.features-section p{
	font-size: 1.133em;
}

.featprodcs-img > img {
    width: auto;
	text-align: center;
}

.featprodcs-img.stickLeft > img {
	margin-left: -5%;
}

.featprodcs-img.stickRight > img {
	margin-left: 5%;
}

.featprodcs-content {
	padding-left: 25%;
	padding-right: 25%;
}

.features-center {
	padding: 10% 15%;
	text-align: center;
}

@media (max-width: 1199px) {
	.featprodcs-content {
		padding: 5% 25% !important;
	}
	.download-btn > a.btn {
		font-size: 1em;
		line-height: 1;
	}
	.download-section h1 {
		font-size: 1.867em;
		color: #318ACB;
	}
	.download-section h2 {
		font-size: 1.333em;
	}
	.features-section h1{
		font-size: 1.8em;
	}
	.features-section p{
		font-size: 0.933em;
	}
}

@media (max-width: 991px) {
	.features-area {
		height: auto !important;
		text-align: center;
		padding-top: 10% !important;
		padding-bottom: 10% !important;
	}
}

@media (max-width: 767px) {
	.download-section .download-btn {
		display: block;
		height: 52px;
	}
}

.modal-dialog {
	margin-top: 5%;
}

.download-section .modal-header {
	background-color: #4095b2;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.download-section .modal-header .header-title {
	font-size: 1.4em;
	font-weight: 700;
	color: #fff;
	padding: 15px 5px 5px;
}

.download-section .modal-body {
	padding: 20px;
}

.download-section .modal-body .second-title {
	border-bottom: 1px #ddd solid;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.download-section .modal-body h4 {
	color: #4095b2;
}

.download-section .modal-body .form-group {
	border-bottom: 1px #ddd solid;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.form-group .help-block {
	font-size: 0.867em;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: left;
}