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

.section-cwt-overview-banner{
	background-color: #1c4c4c;
	background-image: none;
	min-height: 617px;
	overflow: hidden;
	color: white;
	align-items: unset;
}
.section-cwt-overview-banner .media{
	position: absolute;
}
.section-cwt-overview-banner .content{
	padding-top: 50px;
}
.section-cwt-overview-banner h1{
	display: flex;
	margin: 0 0 20px 0;
	align-items: center;
	padding-left: 110px;
	min-height: 88px;
	font-size: 35px;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	background-position: 0 50%;
	background-size: auto 88px;
}
.section-cwt-overview-banner h3{
	margin: 20px auto;
}
.section-cwt-overview-banner .text{
	width: 48%;
	text-align: left;
	margin-left: auto;
}
.section-cwt-overview-banner p{
	font-size: 22px;
	margin-bottom: 30px;
}
.section-cwt-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-cwt-overview-banner .video .video-title{
	font-size: 20px;
	white-space: nowrap;
	padding-top: 110px;
	text-align: center;
}
@media screen and (max-width: 1000px){
	.section-cwt-overview-banner {
		min-height: 0;
		padding-bottom: 155px;
	}
	.section-cwt-overview-banner .background{
		opacity: 0.2;
	}
	.section-cwt-overview-banner .video{
		top: auto;
		left: auto;
		bottom: 30px;
	}
	.section-cwt-overview-banner .text{
		width: auto;
	}
}

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

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

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

.section-cwt-overview-works{
	position:relative;
	background-image: url('../../../images/pages/world-time/overview/strange-background.png');
	background-color:#dfe1e7;
	min-height:819px;
	color: black;
	text-align: left;
}
.section-cwt-overview-works .content{
	min-height: 850px;
}
.section-cwt-overview-works .media{
	position: absolute;
	top: 50%;
	transform: translate(-400px, calc(-50% + 80px));
}
.section-cwt-overview-works .media.top{
	margin-top: -60px;
	margin-left: -21px;
}
.section-cwt-overview-works h2{
	text-align: center;
	margin: 60px 0 66px 0;
}
.section-cwt-overview-works .text{
	margin-left: 58%;
	min-height: 500px;
}
.section-cwt-overview-works p{
	font-size: 25px;
	max-width: none;
}
@media screen and (max-width: 1100px){
	.section-cwt-overview-works{
		min-height:0;
	}
	.section-cwt-overview-works .media{
		display:none;
	}
	.section-cwt-overview-works .text{
		margin-left: 0%;
	}
}

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

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

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

.section-cwt-overview-feature{
	position:relative;
	color: #474747;
	border-bottom: 1px solid #d3d4d5;
	overflow:hidden;
}
.section-cwt-overview-feature.f3{ background-color: #eff8fc; }

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

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

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

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

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

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

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

.section-cwt-overview-flex .item{
	width: 300px;
}
.section-cwt-overview-flex .item:empty{
	height: 0;
	border: none;
	padding:0;
	margin:0;
}
.section-cwt-overview-flex .item img{
	height: 50px;
}

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

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

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

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

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

.section-cwt-overview-anything{
	background-color: #616268;
	background-image: url('../../../images/pages/world-time/overview/anything.jpg');
	color: #f5f5f5;
}
.section-cwt-overview-anything h2{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 40px;
}
.section-cwt-overview-anything .media{
	margin-bottom: 30px;
}
