/*
	Product tour desktop version
*/

section.feature.alert {
	padding-top: 0em;
	padding-bottom: 0em;
	background-image: url(/wp-content/themes/angelsense/images/product-tour/why-alerts-bg.jpg);
	background-repeat: no-repeat;
}

section.feature.search {
	padding: 3em calc((100% - 1200px)/ 2);
}

section.feature.design {
	height: calc(100vw * (527 / 1920));
	background-image: url(/wp-content/themes/angelsense/images/product-tour/design_background1.jpg);
	position: relative;
}

section.feature.responder {
	padding-top: 3em;
	padding-bottom: 3em;
	background-image: url(/wp-content/themes/angelsense/images/product-tour/bg2_map.jpg);
	position: relative;
}

section.feature.cellular {
	padding-top: 3em;
	padding-bottom: 3em;
	background-image: url(/wp-content/themes/angelsense/images/product-tour/wide-cellular-bg.jpg);
	position: relative;
}

section.feature.angelcall {
	margin-top: -1em;
	background-image: url(/wp-content/themes/angelsense/images/product-tour/angelcall_bg.jpg);
	position: relative;
	height: 450px;
}

section.feature.warning {
	position: relative;
}

section.feature.dashboard {
	padding-top: 3em;
	position: relative;
}

section.feature.indoor {
	padding-top: 3em;
	padding-bottom: 3em;
	background-image: url(/wp-content/themes/angelsense/images/product-tour/indoor_bg.jpg);
	position: relative;
}

section.feature.alarm {
	background-image: url(/wp-content/themes/angelsense/images/product-tour/bg_alarm.jpg);
	position: relative;
	height: calc(100vw * (562 / 1920));
	overflow: hidden;
}

section.feature div.content {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 1em;
	padding-left: 110px;
	width: 45%;
	position: relative;
}

section.feature.search div.content {
	margin-top: 6em;
}

section.feature.angelcall div.content,
section.feature.alarm div.content,
section.feature.design div.content {
	position: absolute;
	top: 50%;
	left: calc(50% - 600px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 550px;
}

section.feature div.content:before {
	content: "";
	position: absolute;
	top: 1em;
	left: 0;
	background-image: url(/wp-content/themes/angelsense/images/product-tour/icon-eye.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 94px 94px;
	height: 94px;
	width: 94px;
}

section.feature.alert div.content:before {
	background-image: url(/wp-content/themes/angelsense/images/product-tour/icon-alerts.png);
}

section.feature.design div.content:before {
	background-image: url(/wp-content/themes/angelsense/images/product-tour/04_designed.png);
}

section.feature.listen div.content:before {
	background-image: url(/wp-content/themes/angelsense/images/product-tour/05_listenin.png);
}

section.feature.responder div.content:before {
	background-image: url(/wp-content/themes/angelsense/images/product-tour/06_first_res.png);
}

section.feature.warning div.content:before {
	background-image: url(/wp-content/themes/angelsense/images/product-tour/07_lateD.png);
}

section.feature.cellular div.content:before {
	background-image: url(/wp-content/themes/angelsense/images/product-tour/08_wide.png);
}

section.feature.dashboard div.content:before {
	background-image: url(/wp-content/themes/angelsense/images/product-tour/09_school.png);
}

section.feature.angelcall div.content:before {
	background-image: url(/wp-content/themes/angelsense/images/product-tour/AngelCall-Icon.png);
}

section.feature.indoor div.content:before {
	background-image: url(/wp-content/themes/angelsense/images/product-tour/IndoorSearch-Icon.png);
}

section.feature.alarm div.content:before {
	background-image: url(/wp-content/themes/angelsense/images/product-tour/Alarm-Icon.png);
}

section.feature div.content h2 {
	font-size: 2em;
	color: #1b3d4f;
}

section.feature div.content p {
	font-size: 1.2rem;
	color: #4f6774;
}

section.feature div.content strong {
	display: block;
	font-weight: 700;
	color: #f26522;
	font-size: 2.5rem;
}

section.feature div.content a {
	display: inline-block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #3abeb0;
}

section.feature div.content img.news {
	display: block;
}

section.feature div.content a:hover {
	color: #28837a;
	text-decoration: underline;
}

section.feature div.image {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

section.feature.warning div.image {
	margin-right: 4%;
}

section.feature.alarm div.image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}

section.feature.angelcall div.image {
	position: absolute;
	top: 50px;
	right: calc(50% - 600px);
	height: 400px;
	z-index: 10;
	width: 650px;
}

section.feature.alarm div.image img {
	width: 100%;
}

section.feature.listen div.image img {
	margin-top: 2em;
	width: 50%;
}

section.feature div.image video {
	display: block;
	width: 76%;
}

section.feature div.image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

section.feature.search div.image img {
	max-width: 130%;
}

section.feature.warning div.image img {
	max-width: 100%;
}

section.footer {
	display: block;
	padding: 2em 1em;
	text-align: center;
	background-color: #3abeb0;
	color: white;
}

section.footer div {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}

section.footer div.thumb {
	width: 25%;
}

section.footer div.thumb img {
	display: inline-block;
	vertical-align: middle;
}

section.footer div h3 {
	font-size: 2em;
}

section.footer div p {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	font-size: 1.2rem;
}

div.action {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: -2em;
	padding-bottom: 2em;
}

div.action p.promotion span.sale {
	margin-right: 0.3em;
	color: white !important;
}

/*Media query adjustments*/
@media (max-width: 1200px) {
	section.feature.angelcall div.content,
	section.feature.alarm div.content,
	section.feature.design div.content {
		position: absolute;
		top: 50%;
		left: calc(50% - 550px);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 40%;
	}

	section.feature.search div.content {
		margin-top: 6em;
	}
}