
/* ==================== overview ================================================== */

.section-cbOverview-banner{
	background-color: #141c29;
	background-image: none;
	min-height: 617px;
	overflow: hidden;
	color: white;
	overflow: initial;
}
.section-cbOverview-banner .background{
	background-position: calc(50% - 50px) center;
}
.section-cbOverview-banner .media{
	position: absolute;
}
.section-cbOverview-banner h1{
	display: flex;
	margin: 0 0 20px 0;
	align-items: center;
	padding-left: 125px;
	min-height: 88px;
	font-size: 35px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	background-position: 0 50%;
	background-size: auto 70px;
}
.section-cbOverview-banner h2{
	margin: 15px auto;
	font-size: 24px;
	font-weight:bold;
}
.section-cbOverview-banner h3{
	margin: 15px auto;
	font-size: 24px;
}
.section-cbOverview-banner .text{
	width: calc(50% + 50px);
	text-align: left;
	margin-left: auto;
}
.section-cbOverview-banner p{
	font-size: 22px;
	margin-bottom: 30px;
}
.section-cbOverview-banner .video{
	position: absolute;
	left: calc(50% - 420px);
	top: 45%;
	background: url('../../../images/main/icons/play-big.svg') no-repeat center 10px;
	background-size: 96px 96px;
	z-index: 1;
	display: block;
	cursor: pointer;
	background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
	padding: 110px 5px 5px 5px;
	min-width: 116px;
	text-decoration: none;
	color: white;
}
.section-cbOverview-banner .video .video-title{
	font-size: 20px;
	white-space: nowrap;
	padding-top: 105px;
	text-align: center;
}
.section-cbOverview-banner .module-download{
	max-width: none;
}
.section-cbOverview-banner .module-download.has-buy .button{
	min-width: 300px;
}
/* toggled buy button */
.section-cbOverview-banner .button.big.buy{
	padding-right: 45px;
	max-width: 300px;
}
.section-cbOverview-banner .button.big.buy:before{
	height: 91px;
}
.section-cbOverview-banner .button.big.buy .toggle{
	position: absolute;
	display: block;
	content: '';
	top: 19px;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../../../images/pages/cyclonis-backup/overview/triangle.svg) no-repeat center center;
}
.section-cbOverview-banner .button.big.buy.toggled{
	background-color: white;
	color: black;
	border: 3px solid #FF6666;
	padding: 17px 43px 17px 77px;
	margin-bottom: -177px;
}
.section-cbOverview-banner .button.big.buy.toggled .toggle{
	filter: invert(50%) sepia(40%) saturate(1500%) hue-rotate(320deg);
	transform: rotate(180deg);
}
.section-cbOverview-banner .button.big.buy.toggled:before{
	filter: invert(50%) sepia(40%) saturate(1500%) hue-rotate(320deg);
}
.section-cbOverview-banner .button.big.buy.toggled #plan_details{
	color: #666666;
}
.section-cbOverview-banner .toggle-content{
	display: block;
	border-top: 2px solid #FF6666;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 12px -33px -19px -67px;				
	display: flex;
	flex-wrap: wrap;
}
.section-cbOverview-banner .button.big.buy .toggle-content .cell{
	flex: auto;
	width: 100px;
	display: block;
	border: 2px solid #CCCCCC;
	border-radius: 8px;
	margin: 5px;
	padding: 15px 10px;
	text-align: center;
	color: #999999;
	font-size: 30px;
}
.section-cbOverview-banner .button.big.buy .toggle-content .cell .price{
	display: block;
	font-size: 20px;
	color: #999999;
}
.section-cbOverview-banner .button.big.buy .toggle-content .cell.active{
	color:white;
	background-color: #FF6666;
	border-color: #FF6666;
}
.section-cbOverview-banner .button.big.buy .toggle-content .cell.active .price{
	color:white;
}
.section-cbOverview-banner .text-below-download a{
	max-width: 300px;
	display: inline-block;
	margin-top: 5px;
	font-size: 15px;
}
.section-cbOverview-banner .module-download .text-below-download{
	text-align: left;
	max-width: 295px;
	font-size: 15px;
}
@media screen and (max-width: 1000px){
	.section-cbOverview-banner {
		min-height: 0;
		padding-bottom: 155px;
	}
	.section-cbOverview-banner .background{
		opacity: 0.2;
	}
	.section-cbOverview-banner .video{
		top: auto;
		left: auto;
		bottom: 30px;
	}
	.section-cbOverview-banner .text{
		width: auto;
	}
}

/* ==================== section-cbOverview-boost ======================================== */

.section-cbOverview-boost{
	background-color: white;
	background-image: url('../../../images/banners/triangles.png');
	border-bottom: 1px solid #bdbdbf;
	background-position: center center;
	background-size: cover;
}
.section-cbOverview-boost h2{
	color:#3672d4;
	font-size:48px;
	text-align: center;
}
.section-cbOverview-boost .item{
	text-align: center;
	font-size: 135%;
}
.section-cbOverview-boost .item img{
	height: 300px;
	margin-bottom: 20px;
}
.section-cbOverview-boost .item h3{
	margin: 0;
	font-size: 25px;
	font-weight: bold;
}
.section-cbOverview-boost .item p{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}

/* ==================== section-cbOverview-works ======================================== */

.section-cbOverview-works{
	position:relative;
	background-image: url('../../../images/pages/cyclonis-backup/overview/CPM-how-works-clean.png');
	background-color:#dfe1e7;
	color: black;
	text-align: left;
}
.section-cbOverview-works .content{
	min-height: 740px;
}
.section-cbOverview-works .media{
	position: absolute;
	top: 390px;
	transform: translate(-400px, calc(-50% + 40px));
}
.section-cbOverview-works .media.top{
	margin-top: -35px;
}
.section-cbOverview-works h2{
	text-align: center;
	margin: 40px 0 40px 0;
}
.section-cbOverview-works .text{
	margin-left: 58%;
	min-height: 500px;
}
.section-cbOverview-works p{
	font-size: 27px;
	max-width: none;
}
@media screen and (max-width: 1100px){
	.section-cbOverview-works .content, .section-cbOverview-works .text{
		min-height:0;
	}
	.section-cbOverview-works .media{
		display:none;
	}
	.section-cbOverview-works .text{
		margin-left: 0%;
	}
}

/* ==================== section-cbOverview-track ======================================== */

.section-cbOverview-track{
	position:relative;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	min-height: 240px;
}
.section-cbOverview-track h2{
	text-align: center;
	font-size: 48px;
	color: #3672d4;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.section-cbOverview-track .triangle{
	position: absolute;
	z-index: 1;
	bottom: -34px;
	width: 78px;
	height: 34px;
	left: 50%;
	margin-left: -39px;
	background-color: white;
	background: url(../../../images/main/icons/icon-triangle.png) no-repeat top left;
}

/* ==================== section-cbOverview-feature ======================================== */

.section-cbOverview-feature{
	position:relative;
	color: #474747;
	min-height: 600px;
	border-bottom: 1px solid #d3d4d5;
	overflow:hidden;
	display: flex;
	align-items: center;
}
.section-cbOverview-feature:nth-child(3n+0){ background-color: white; }
.section-cbOverview-feature:nth-child(3n+1){ background-color: #f5f8fc; }
.section-cbOverview-feature:nth-child(3n+2){ background-color: #eff8fc; }

.section-cbOverview-feature .media{
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	height: 500px;
}
.section-cbOverview-feature .text{
	max-width: 45%;
}
.section-cbOverview-feature h2{
	margin: 20px 0 30px 0;
	font-size: 46px;
	text-align: left;
	color: black;
}
.section-cbOverview-feature.f7 h2{
	font-size: 42px;
}
.section-cbOverview-feature h2.center{
	text-align: center;
	margin-bottom: 100px;
}
.section-cbOverview-feature p{
	font-size: 27px;
}
.section-cbOverview-feature .button{
	/*margin: 40px 0 40px 0;*/
}
/* alt mode */
.section-cbOverview-feature.alt .media{
	left: auto;
	right: 50%;
}
.section-cbOverview-feature.alt h2{
	text-align: center;
}
.section-cbOverview-feature.alt .text{
	margin-left: auto;
	margin-right: 0;
}
.section-cbOverview-feature .browsers-content p{
	margin-top: -20px;
	font-size: 16px;
}
.section-cbOverview-feature .browsers-content p a{
	text-decoration: none;
	color:black;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* nomedia mode */
.section-cbOverview-feature.nomedia{
	min-height:0;
}
.section-cbOverview-feature.nomedia .text, .section-cbOverview-feature.nomedia p{
	max-width: none;
}

/* long h2 mode */
.section-cbOverview-feature.longh2{
	display: block;
}
.section-cbOverview-feature.longh2 .media{
	transform: none;
}

@media screen and (max-width: 1200px){
	.section-cbOverview-feature{
		overflow: auto;
		display: block;
	}
	.section-cbOverview-feature .text{
		max-width: none;
	}
	.section-cbOverview-feature .media{
		position: initial;
		max-width: 100%;
		margin: 50px auto 0 auto;
		display: block;
		transform: none;
	}
}

/* ==================== section-cbOverview-easternBlue ================================================== */

.section-cbOverview-easternBlue{
	background-image: url('../../../images/banners/triangles.png');
	background-color: #1b9eb2;
}
.section-cbOverview-easternBlue .media{
	height: 75px;
	vertical-align: middle;
	margin-right: 15px;
}
.section-cbOverview-easternBlue p{
	font-size: 23px;
}
.section-cbOverview-easternBlue .triangle{
	position: absolute;
	z-index: 1;
	bottom: -18px;
	left: 50%;
	margin-left: -24px;
	width: 0;
	height: 0;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 20px solid #1da9bf;
}

/* ==================== section-cbOverview-peace ================================================== */

.section-cbOverview-peace{
	color: #474747;
	background-color: #f3f3f3;
}
.section-cbOverview-peace .media{
	float:left;
	margin: 30px 50px 20px 0;
}
.section-cbOverview-peace h2{
	font-size: 40px;
	margin: 30px 0 30px 0%;
	clear: none;
	text-align:center;
	padding-right: 5%;
}
.section-cbOverview-peace p{
	font-size: 24px;
}
@media screen and (max-width: 800px){
	.section-cbOverview-peace .media{
		display: block;
		float:none;
		margin: 0 auto;
		max-width: 100%;
	}
	.section-cbOverview-peace h2{
		padding-right: 0;
	}
}

/* ==================== section-cbOverview-flex ================================================== */

.section-cbOverview-flex{
	min-height: 440px;
}
.section-cbOverview-flex .item{
	width: 300px;
}
.section-cbOverview-flex .item:empty{
	height: 0;
	border: none;
	padding:0;
}
.section-cbOverview-flex .item img{
	height: 59px;
}

/* ==================== section-cbOverview-faster =================================== */

.section-cbOverview-faster{
	min-height: 300px;
	background-color: #f3f3f3;
}
.section-cbOverview-faster .media{
	float:right;
	margin: 30px 0px 20px 50px;
}
.section-cbOverview-faster h2{
	font-size: 40px;
	margin: 20px 0 -5px 0;
	clear: none;
	text-align: center;
}
.section-cbOverview-faster p{
	color: #474747;
	font-size: 24px;
}
@media screen and (max-width: 800px){
	.section-cbOverview-faster .media{
		display: block;
		float:none;
		margin: 0 auto;
		max-width: 100%;
	}
}

/* ==================== section-cbOverview-plans =============================== */

.section-cbOverview-plans{
	border-top: 1px solid #ccc;
}
.section-cbOverview-plans-target{
	position: absolute;
	margin-top: -100px;
}
.section-cbOverview-plans h2{
	text-align: center;
	color: #3672D4;
	font-size: 48px;
	font-weight:bold;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.section-cbOverview-plans h3{
	text-align: center;
	font-size: 30px;
	font-weight:bold;
}
.section-cbOverview-plans h4{
	font-size: 28px;
}
.section-cbOverview-plans p{
	font-size: 24px;
}
.section-cbOverview-plans .currency_container{
	margin: 50px 0;
}
.section-cbOverview-plans .currency{
	color: #757575;
	font-size: 30px;
	margin-right: 5px;
}
.section-cbOverview-plans select{
	background-color: #F3F3F3;
	border: 1px solid #2369D8;
	font-size: 24px;
	color: #1C92FC;
	padding: 67px;
	height: 60px;
}
.section-cbOverview-plans .flex-container{
	margin: 50px -10px 0 -10px;
}
.section-cbOverview-plans .item{
	position: relative;
	margin: 20px 10px 10px 10px;
	background-color: #F2F3F4;
	padding: 10px 20px;
}
.section-cbOverview-plans .item:empty{
	padding: 0;
	background-color: transparent;
}
.section-cbOverview-plans .item .popular{
	position: absolute;
	top: -27px;
	font-size: 16px;
	color: #3672D4;
	text-transform: uppercase;
	padding-bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;
	border-bottom: 6px solid #3672D4;
}
.section-cbOverview-plans .item .popular:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 18px solid #3672D4;
	top: 100%;
	left: calc(50% - 10px);
}
.section-cbOverview-plans .item .discount{
	position: absolute;
	top: -46px;
	font-size: 22px;
	background-color: #3672D4;
	color: white;
	padding: 8px 5px;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
@media screen and (max-width:1155px) {
	.section-cbOverview-plans .item .discount{
		top: -18px;
		padding: 2px;
		font-size: 18px;
	}
}
.section-cbOverview-plans .item h2{
	color: black;
	font-size: 40px;
	font-weight: bold;
	border-bottom: 1px solid #D3D4D5;
	padding: 0 0 25px 0;
	margin: 20px 0;
}
.section-cbOverview-plans .item .price{
	min-height: 100px;
	margin-top: 40px;
}
.section-cbOverview-plans .price_discount{
	color: #999999;
	font-size: 26px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -22px;
}
.section-cbOverview-plans .item .price_value{
	font-size: 55px;
	text-align: center;
	color: #3672D4;
	letter-spacing: -2px;
}
.section-cbOverview-plans .item .price_value sub{
	font-size: 16px;
	margin-left: -12px;
}
.section-cbOverview-plans .item .price_comment{
	font-size: 12px;
	text-align: center;
	color: black;
}
.section-cbOverview-plans .item .button{
	margin: 30px 0;
	padding: 25px 10px;
	display: block;
	text-align: center;
	border-radius: 7px;
}
.section-cbOverview-plans .item .button.red{ background-color:#FF6666; }

.section-cbOverview-plans .item .plan_comment{
	margin: 30px 0 20px 0;
	font-size: 16px;
	color: #757575;
}

/* ==================== section-cbOverview-requirements =============================== */

.section-cbOverview-requirements{
	background-color: #f3f3f3;
	border-top: 1px solid #e9e8e8;
}
.section-cbOverview-requirements .content{
	padding-bottom: 80px;
}
.section-cbOverview-requirements h2{
	text-align: center;
	font-size: 40px;
	margin: 15px 0 30px 0;
}
.section-cbOverview-requirements .row{
	border-top: 1px solid #dadada;
	max-width: 900px;
	margin:0 auto;
}
.section-cbOverview-requirements .row:last-child{
	border-bottom: 1px solid #dadada;
}
.section-cbOverview-requirements h3{
	color: #3672d4;
	font-size: 24px;
}
.section-cbOverview-requirements h3 a{
	position:relative;
	padding-left: 30px;
}
.section-cbOverview-requirements h3 a:before{
	position: absolute;
	content: "<";
	left: 0;
	top: 3px;
	width: 9px;
	height: 20px;
	font-size: 20px;
	text-align: right;
	direction: rtl;
	overflow: hidden;
}
.section-cbOverview-requirements h3 a.active:before{
	left: 4px;
	transform: rotate(90deg);
}
.section-cbOverview-requirements h3 a{
	display: block;
	text-decoration: none;
}
.section-cbOverview-requirements .item{
	position:relative;
	text-align: center;
	width: 100px;
	font-size: 21px;
	color: #333;
}
.section-cbOverview-requirements .flex-container img{
	max-width: 45px;
}

/* ==================== section-cbOverview-anything ================================================== */

.section-cbOverview-anything.banner.big{
	min-height: 600px;
}
.section-cbOverview-anything{
	background-color: #616268;
	background-image: url('../../../images/pages/cyclonis-backup/overview/banner-anything-high.jpg');
	color: #f5f5f5;
}
.section-cbOverview-anything p.description{
	font-size: 25px;
	margin-bottom: 30px;
}
