
/* mods */
body.csc-install a{
	color: #00a0ba;
}
body.csc-install .section-download-banner {
	background-color: #00a0ba;
}
body.csc-install .icon-learn{
	background-image: url('../../images/pages/screen-capture/install/learn.svg');
}
body.csc-install .section-download-tabs .tabs a.active{
	background-color: #00a0ba;
}
body.csc-install .section-download-content ol li:before {
	color: #00a0ba;
}

/* ==================== section-install ======================================== */

/* section-download-banner */
.section-download-banner{
	padding-bottom: 100px;
}
.section-download-banner h1{
	font-size: 64px;
	font-weight: bold; 
}
.section-download-banner p{
	font-size: 48px;
}
@media screen and (max-height: 1000px){
	.section-download-banner h1{
		font-size: 40px;
	}
	.section-download-banner p{
		font-size: 30px;
	}
}

/* section-download-tankyou */
.section-download-tankyou{
	margin-top: -100px;
	background-color: #F5F5F5;
	color: #333;
	font-size: 18px;
	padding-bottom: 20px;
	/* mode without top banner */
	margin-top: 0;
	padding-top: 20px;
}
.section-download-tankyou .content{
	border-radius: 10px;
	background-color: white;
	position: relative;
	padding: 50px;
}
.section-download-tankyou.gray .content{
	background-color: transparent;
	padding: 30px 15px;
}
.section-download-tankyou h1{
	margin: 0;
	font-weight: bold;
	font-size: 36px;
	font-family: Tahoma, Arial, Verdana;
	text-align: center;
}
.section-download-tankyou h3{
	font-size: 22px;
	margin-bottom: 25px;
}
.section-download-tankyou p{
	margin: 10px 0;
}
.section-download-tankyou .small{
	font-size: 15px;
}
.section-download-tankyou .module-download{
	width:auto;
}
.section-download-tankyou .tabs-container{
	display: none;
}
.section-download-tankyou p.left{
	text-align: left;
}
.section-download-tankyou p.large{
	font-size: 24px;
}

/* section-download-tabs */
.section-download-tabs{
	background-color: #F5F5F5;
}
.section-download-tabs .content{
	padding: 10px 15px 30px 15px;
}
.section-download-tabs .tabs{
	display: flex;
	border-radius: 10px;
	overflow: hidden;
}
.section-download-tabs .tabs a{
	flex: 1;
	padding: 10px 40px;
	background-color: white;
	font-size: 28px;
	text-decoration: none;
	border: 0;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-download-tabs .tabs a.active{
	background-color: #1b93fc;
	color: white;
}

/* section-download-select */
.section-download-select{
	background-color: #F5F5F5;
	padding-bottom: 20px;
}
.section-download-select .content{
	background-color: white;
	border-radius: 10px;
	padding: 10px 50px;
}
.section-download-select .module-download{
	max-width: 600px;
}
.section-download-select .text_below_button{
	text-align: left;
	padding-left: 30px;
}
.section-download-select .module-download .has-buy .button{
	display: inline-block;
	padding-right: 75px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 22px;
}

/* section-download-content */
.section-download-content{
	background-color: #F5F5F5;
	padding-bottom: 20px;
}
.section-download-content .content{
	padding: 5px 5px 10px 5px;
}
.section-download-content h3{
	font-weight: bold;
	margin: 30px 10px;
	font-size: 24px;
}
.section-download-content h4{
	font-weight: bold;
	margin: 30px 10px;
	font-size: 22px;
}
.section-download-content ol{
	margin: 0;
	padding: 0;
	counter-reset: installCounter;
}
.section-download-content ol li{
	position: relative;
	background-color: white;
	border-radius: 10px;
	margin: 20px 0;
	min-height: 170px;
	padding: 50px 50px 50px 140px;
	font-size: 32px;
	list-style: none;
	overflow: auto;
}
.section-download-content ol li:before {
	position: absolute;
	content: counter(installCounter);
	counter-increment: installCounter;
	left: 40px;
	top: 40px;
	font-size: 88px;
	color: #1A93FC;
}
.section-download-content ol li img{
	float: right;
	margin: 0 0 5px 10px;
	max-width: 50%;
}
.section-download-content ol li .terms{
	font-size: 20px;
	margin: 10px 0;
}
@media screen and (max-width: 1200px){
	.section-download-content ol li{
		padding: 30px 30px 30px 100px;
		font-size: 24px;
		min-height: 0;
	}
	.section-download-content ol li:before {
		left: 40px;
		top: 21px;
		font-size: 50px;
	}
}
@media screen and (max-width: 1200px){
	.section-download-content ol li img{
		display: block;
		float: none;
		max-width: 100%;
		margin: 0px auto 20px auto;
	}
}
