
/* ==================== banner ================================================== */

.section-cpm-overview-banner{
	background-color: #0c3464;
	background-image: none;
	min-height: 617px;
	overflow: hidden;
	color: white;
}
.section-cpm-overview-banner .media{
	position: absolute;
}
.section-cpm-overview-banner h1{
	display: flex;
	margin: 0 0 25px 0;
	align-items: center;
	padding-left: 110px;
	min-height: 80px;
	font-size: 31px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	background-position: 0 50%;
	background-size: auto 80px;
}
.section-cpm-overview-banner h2{
	font-size: 32px;
	font-weight: bold;
	margin: 20px 0;
}
.section-cpm-overview-banner h3{
	margin: 20px auto;
}
.section-cpm-overview-banner .text{
	width: 50%;
	text-align: left;
	margin-left: auto;
}
.section-cpm-overview-banner p{
	font-size: 22px;
	margin-bottom: 30px;
}
.section-cpm-overview-banner .video{
	position: absolute;
	left: calc(50% - 400px);
	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-cpm-overview-banner .video .video-title{
	font-size: 20px;
	white-space: nowrap;
	padding-top: 110px;
	text-align: center;
}
.section-cpm-overview-banner .module-download{
	max-width: 600px;
}
.section-cpm-overview-banner .download-details{
	min-height: 0;
	text-align: left;
	max-width: 290px;
	font-size: 15px;
}
.section-cpm-overview-banner .module-download .download-details a{
	font-size: 15px;
}
@media screen and (max-width: 1000px){
	.section-cpm-overview-banner {
		min-height: 0;
		padding-bottom: 155px;
	}
	.section-cpm-overview-banner .background{
		opacity: 0.2;
	}
	.section-cpm-overview-banner .video{
		top: auto;
		left: auto;
		bottom: 30px;
	}
	.section-cpm-overview-banner .text{
		width: auto;
	}
}

/* ==================== section-overview-boost ======================================== */

.section-overview-boost{
	background-color: white;
	background-image: url('../../../images/banners/triangles.png');
	border-bottom: 1px solid #bdbdbf;
	background-position: center center;
	background-size: cover;
}
.section-overview-boost h2{
	color:#3672d4;
	font-size:48px;
	text-align: center;
}
.section-overview-boost .item{
	text-align: center;
	font-size: 135%;
}

/* ==================== section-overview-works ======================================== */

.section-overview-works{
	position:relative;
	background-image: url('../../../images/banners/CPM-how-works-clean.png');
	background-color:#dfe1e7;
	min-height:819px;
	color: black;
	text-align: left;
}
.section-overview-works .media{
	position:absolute;
	top: 200px;
	right: 45%;
}
.section-overview-works h2{
	text-align: center;
	margin: 60px 0 66px 0;
}
.section-overview-works .text{
	margin-left: 60%;
	min-height: 500px;
}
.section-overview-works p{
	font-size: 27px;
}
@media screen and (max-width: 1100px){
	.section-overview-works{
		min-height:0;
	}
	.section-overview-works .media{
		display:none;
	}
	.section-overview-works .text{
		margin-left: 0%;
	}
}

/* ==================== section-overview-track ======================================== */

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

/* ==================== section-overview-feature ======================================== */

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

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

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

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

/* ==================== section-overview-data ================================================== */

.section-overview-data{
	background-color: #f8f7f7;
	position: relative;
	overflow: hidden;
	min-height: 660px;
}
.section-overview-data .media{
	position: absolute;
	left: 50%;
	margin-top: -40px;
}
.section-overview-data h2{
	margin: 60px 0 35px 0;
	color: #3672d4;
	font-size:48px;
}
.section-overview-data .text{
	width: 50%;
}
.section-overview-data p{
	color: #333333;
	font-size: 21px;
}
.section-overview-data .button{
	margin: 50px 0;
}
.section-overview-data .grey a{
	color: grey;
}
@media screen and (max-width: 1200px){
	.section-overview-data .media{
		position:initial;
		margin: 0 auto;
		display: block;
	}
	.section-overview-data .text{
		width: auto;
		min-height: 0;
	}
}

/* ==================== section-overview-easternBlue ================================================== */

.section-overview-easternBlue{
	min-height: 305px;
	background-image: url('../../../images/banners/triangles.png');
	background-color: #1b9eb2;
}
.section-overview-easternBlue .media{
	height: 75px;
}
.section-overview-easternBlue p{
	font-size: 23px;
}
.section-overview-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-overview-peace ================================================== */

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

/* ==================== section-overview-flex ================================================== */

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

/* ==================== section-overview-faster =================================== */

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

/* ==================== section-overview-requirements =============================== */

.section-overview-requirements{
	background-color: #f3f3f3;
	border-top: 1px solid #e9e8e8;
}
.section-overview-requirements .content{
	padding-bottom: 80px;
}
.section-overview-requirements h2{
	text-align: center;
	font-size: 40px;
	margin: 15px 0 30px 0;
}
.section-overview-requirements .row{
	border-top: 1px solid #dadada;
	max-width: 900px;
	margin:0 auto;
}
.section-overview-requirements .row:last-child{
	border-bottom: 1px solid #dadada;
}
.section-overview-requirements h3{
	color: #3672d4;
	font-size: 24px;
}
.section-overview-requirements h3 a{
	position:relative;
	padding-left: 30px;
}
.section-overview-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-overview-requirements h3 a.active:before{
	left: 4px;
	transform: rotate(90deg);
}
.section-overview-requirements h3 a{
	display: block;
	text-decoration: none;
}
.section-overview-requirements .item{
	position:relative;
	text-align: center;
	width: 100px;
	font-size: 21px;
	color: #333;
}
.section-overview-requirements .item p{
	margin: 7px 0 0 0;
}
.section-overview-requirements .flex-container img{
	max-width: 45px;
}

/* ==================== section-overview-anything ================================================== */

.section-overview-anything.banner.big{
	min-height: 600px;
}
.section-overview-anything{
	background-color: #616268;
	background-image: url('../../../images/banners/anything-high.jpg');
	color: #f5f5f5;
}
.section-overview-anything .media{
	margin-bottom: 30px;
}

/* ==================== section-overview-compare ================================================== */

.section-overview-compare{
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}
.section-overview-compare h2{
	text-align: center;
	color: #3672D4;
	font-size: 48px;
}
.section-overview-compare table{
	margin: 50px 0 0 0;
	font-size: 16px;
}
.section-overview-compare th{
	font-size: 24px;
	vertical-align: bottom;
	padding: 20px;
}
.section-overview-compare th.advanced{
	text-align:center;
	font-weight: normal;
	font-size: 20px;
	padding: 3px 5px;
}
.section-overview-compare th.advanced .block{
	background-color: #F2F3F4;
	padding: 15px 20px;
	min-height: 302px;
}
.section-overview-compare th.advanced h3{
	font-size: 33px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #D3D4D5;
}
.section-overview-compare th.advanced .star{
	display: inline-block;
	background: url('../../../images/pages/password-manager/overview/star.svg') no-repeat 0% 50%;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.section-overview-compare th.advanced p{
	text-align:left;
	margin: 10px 0;
	font-size: 16px;
}
.section-overview-compare th.advanced .price{
	font-size: 52px;
	color: #3672D4;
}
.section-overview-compare th.advanced .price .small{
	font-size: 25px;
}
.section-overview-compare td{
	border-top: 1px solid #DFDFDF;
	padding: 30px 20px;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.section-overview-compare tr.noborders td{
	border: none;
}
.section-overview-compare td.yes{ background-image: url('../../../images/pages/password-manager/overview/yes.svg'); }
.section-overview-compare td.no{ background-image: url('../../../images/pages/password-manager/overview/no.svg'); }
.section-overview-compare td.text{
	text-align: center;
	font-weight: bold;
}
.section-overview-compare .button.buy.big{
	padding-left: 105px;
	padding-right: 30px;
}
.section-overview-compare .no_cc{
	font-size: 18px;
}
.section-overview-compare .bottom-button-container{
	display: inline-block;
	text-align: center;
}
@media screen and (max-width: 1000px){
	.section-overview-compare th{
		font-size: 18px;
	}
	.section-overview-compare th.advanced .block{
		min-height: 0;
	}
	.section-overview-compare th.advanced h3{
		font-size: 25px;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
	}
	.section-overview-compare th.advanced .price{
		font-size: 35px;
	}
	.section-overview-compare th.advanced .price span{
		font-size: 15px;
	}
}
@media screen and (max-width: 700px){
	.section-overview-compare td{
		padding: 20px 5px;
	}
	.section-overview-compare th.advanced .star,
	.section-overview-compare th.advanced p,
	.section-overview-compare th.advanced .price{
		display: none;
	}
	.section-overview-compare th.advanced .block{
		padding: 10px 10px;
	}
	.section-overview-compare th.advanced h3{
		font-size: 18px;
		font-weight: bold;
		padding: 0;
		margin:0;
		border: none;
	}
}

/* ==================== section-overview-gallery ================================================== */

.section-overview-gallery{
	background-color: #fafafa;
	text-align: center;
	color: #474747;
	border-bottom: 1px solid #d3d4d5;
}
.section-overview-gallery .content{
	padding-top: 60px;
}
.section-overview-gallery h2{
	font-size: 48px;
	color: black;
}
.section-overview-gallery p{
	font-size: 24px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.section-overview-gallery .media{
	margin-top: 40px;
}
