.tabs-downloads {
	margin-bottom: 15px;
	background: #3d4b52;
	border-bottom: 1px solid #fff;
	padding: 2px;
	font-size: 14px;
}

.tabs-content {
	margin-bottom: 100px;
}

.tab-content {
	display: none
}

.tab-content.active {
	display: block;
}

.tab-downloads {
	display: inline-block;
	width: 32.5%;
	background: #3d4b52;
	color: #fff;
    cursor: pointer;
    padding: 15px 30px;
    text-align: center;
    margin-right: -4px;
    border: 1px solid #66797f;
    margin: 2px !important;
}

.tab-downloads.active, .tab-downloads:hover {
	background: #66797f;
	color: #fff;
}

#modalDownloads h2 {
	display: inline-block;
	padding: 0
}

.vertical-align-middle {
	vertical-align: middle !important;
}

.d-none {
	display: none;
}

.iframe-youtube {
	max-width: 100% !important;
}

@media screen and (max-width: 1024px) {

	.tab-downloads {
		width: 49%;
	}

}

@media screen and (max-width: 768px) {

	.tab-downloads {
		 width: 100%;
	     display: block;
		 font-size: 16px;
    }

}