html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	background-color: #fff;
	height: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, fieldset, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Fira Sans', sans-serif !important;
}
div#container {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	padding: 0;
}
div[data-role="header"] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
div[data-role="content"] {
	position: absolute;
	top: 41px;
	bottom: 0;
	left: 0;
	right: 0;
}
.scrollable {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.list :last-child {
	/* margin-bottom: 12px; */
}
#listview_item {
	margin-bottom: 0px;
}
#listview2_item {
	margin-bottom: 0px;
}
.item {
	width: 100%;
	background-color: transparent;
	white-space: inherit;
	border-width: 0;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding: 16px 10px;
}
.item p {
	width: 100%;
	white-space: inherit;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	margin: 0 10px;
	pointer-events: auto;
	width: 90%;
}
.close:hover {
	background: #00d9ff;
}
.left {
	margin: auto;
	margin-left: 0px;
	height: 30px;
}
.right {
	margin: auto;
	margin-right: 0px;
	height: 30px;
}
.center {
	height: 30px;
	display: flex;
}
.center span {
	margin: auto;
	font-weight: bold;
}
#openModal {
	height: 85%;
	max-height: 380px;
	width: 85%;
	max-width: 240px;
}
img {
	width: 100%;
}
.image_myprofile {
	max-width: 360px;
	margin: auto;
	margin-top: auto;
	width: 50vw;
	margin-top: 20px;
}
.image_myprofile img {
	max-width: 360px;
	margin: auto;
	width: 49vw;
}
.swipe-area {
	position: absolute;
	width: 50px;
	left: 0;
	top: 0;
	height: 100%;
	background: #f3f3f3;
	z-index: 0;
}
.connectionerrormessage {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	background-color: #C11E1E;
	z-index: 999;
	padding: 2px 0;
}
.index_class div {
	text-align: center;
}
#index #snackbar {
	text-align: center;
}
#index p {
	color: #000;
	font-size: 24px;
}
#index span {
	color: #000;
	margin: 0;
	font-size: 14px;
}
.sections_main_screen {
	text-align: center;
	padding: 0;
	margin: 10px;
	width: 80vw;
	display: table;
	margin: 50px auto 0 auto;
	max-width: 600px;
}
#privacy_policy li {
	color: #fff;
}
#resources_category .item {
	border-width: 0px;
}
.application_link {
	max-width: 200px;
	width: 40vw;
	margin: auto;
}
.application_link img {
	max-width: 200px;
	width: 40vw;
	margin: auto;
}
.resource_links {
	text-align: center;
	margin: 10px;
	margin-top: 20px;
}
.back_button {
	max-height: 20px;
	vertical-align: middle;
	margin: auto;
	/* margin-bottom: 5px; */
}
/*Slide Menu CSS*/

.sidenav {
	height: 100%;
	/* 100% Full-height */
	width: 0;
	/* 0 width - change this with JavaScript */
	position: fixed;
	/* Stay in place */
	z-index: 999;
	/* Stay on top */
	top: 0;
	/* Stay at the top */
	left: 0;
	background-color: #fff;
	/* Black*/
	overflow-x: hidden;
	/* Disable horizontal scroll */
	padding-top: 40px;
	/* Place content 60px from the top */
	transition: 0.5s;
	/* 0.5 second transition effect to slide in the sidenav */
}
.sidenav a {
	padding: 0 8px;
	text-decoration: none;
	font-size: 25px;
	color: #fff;
	display: flex;
	transition: 0.3s;
	vertical-align: middle;
}
.sidenav img {
	width: 30px;
	margin: 10px;
	height: 30px;
}
.sidenav div {
	margin: auto 0;
	font-size: 0.7em;
}
.sidenav a:hover {
	color: #fff;
}
.closebtn {
	position: absolute;
	font-size: 36px;
	color: #3362AD;
	top: 0px;
	left: 15px;
}
.ul_class {
	margin-left: 20px;
	margin-bottom: 10px;
}
.ul_class ul {
	color: #fff;
	list-style: inherit;
}
.title {
	font-weight: bold;
	text-transform: uppercase;
	margin: auto 10px auto 60px !important;
}
#main {
	transition: margin-left .5s;
	padding: 20px;
}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}
.blur {
	-webkit-filter: blur(5px) grayscale(50%);
}
a {
	text-decoration: none;
}
.border_bottom_white {
	border-color: #fff;
	border-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 20px;
}
#register_page label {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
#register_page .classic {
	color: #aaaaaa;
}
#resource_by_id .like_button_class {
	max-width: 24px;
	max-height: 24px;
}
.like_button_class {
	max-width: 20px !important;
	max-height: 20px !important;
}
.redirect_button_class {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px
}
.redirect_setup_class {
	color: #fff;
	display: block;
	padding: 10px;
}
#background_modal {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: #000;
	opacity: 0.6;
}
#snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #C11E1E;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	padding: 10px;
	position: fixed;
	z-index: 999;
	left: 50%;
	bottom: 30px;
}
.item form input, #uploadlesson .ulbutton, #my_lesson_edit .ulbutton {
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin: auto;
	color: #fff;
}
#uploadlesson label, #my_lesson_edit label {
	color: #fff;
}
#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#pass_change .title, #privacy_policy .title, #my_profile .title, #profile .title, #my_lessons .title, #user_lessons .title, #my_lesson_page .title, #user_lesson_page .title, #my_lesson_edit .title {
	color: #3362AD;
}
#pass_change input {
	padding: 0 10px;
}
#listview_item p {
	padding: 5px;
}
#listview2_item p {
	padding: 5px;
}
.templates {
	margin: auto;
	text-align: center;
}
.temp_lesson {
	max-height: 48px;
	margin: auto;
	width: auto;
}
.template_lesson {
	border-radius: 25px;
	background-color: #3362AD;
	color: #fff;
	padding: 8px 20px;
	display: inline-block;
	margin: auto;
	width: 100%;
	text-align: center;
	min-height: 50px;
}
.filter_class {
	vertical-align: middle;
	margin: 10px auto;
	text-align: center;
}
.keywords_class {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
}
.preview {
	width: 100px;
	height: 100px;
}
.preview img {
	display: none;
}
.imagebutton {
	border: 0px;
	background-color: deepskyblue;
	color: white;
	padding: 5px 15px;
	/* margin-left: 10px; */
}
#filter_submit, #filter_clear_submit {
	vertical-align: middle;
	/* line-height: inherit; */
}
body#resources_category #listview_item p, body#resources_category #listview2_item p, body#rec_videos #listview_item p, body#rec_videos #listview2_item p, body#rec_apps #listview_item p, body#rec_apps #listview2_item p, body#resources_category .row.resource_title, body#rec_videos .row.resource_title, body#rec_apps .row.resource_title {
	padding: 0px;
}
#my_lesson_edit textarea, #uploadlesson textarea {
	display: inline-block;
	vertical-align: middle;
	resize: none;
}
#survey_edit_initial input {
	margin-left: 12px;
}
.fa {
	font-size: 25px !important;
	width: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.fa:hover {
	opacity: 0.8;
}
#privacy_policy h4 {
	font-size: 15px;
}
#privacy_policy h3 {
	font-size: 16px;
}
#privacy_policy h2 {
	font-size: 18px;
}
#privacy_policy h1 {
	font-size: 20px;
}
#privacy_policy a {
	color: #f8b926;
}
#opaque {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background-color: black;
	opacity: 0.3;
}
.show_intro_video_button {
	margin: 20px auto;
	display: block;
}
select.classic {
	background-size: 5px 5px, 5px 5px, 3em 3em !important;
	width: 100%;
}
@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}
@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}
@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}
@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}
	to {
		bottom: 0;
		opacity: 0;
	}
}
.item {
	padding: 10px 0px;
}
.row {
	margin: auto;
}
#resource_by_id .item, #my_lesson_page .item, #user_lesson_page .item, #rec_videos .item, #pass_change .item {
	border-top-width: 0;
}
.row.resource_title p, #listview_item p {
	padding-left: 0;
}
#profile .item {
	padding: 0;
}
#filter_clear_submit, #filter_submit {
	font-size: 16px;
}
.button:hover, a:hover {
	text-decoration: none;
	color: initial;
}
.button {
	min-height: 40px;
}
.button_purple {
	max-width: 320px;
	background-color: #AC72AC;
	border-radius: 25px;
	border: #AC72AC 1px solid;
	color: #fff;
	text-align: center;
	margin: 20px auto;
	display: block;
	width: 25vw;
	font-weight: bold;
	min-width: 100px;
	text-decoration-line: none;
}
.bar.bar-header.bar-positive img {
	width: auto;
}
.green_title {
	color: #E2CA44;
}
.green_color.accordion {
	background-color: #fff;
	border: 1px solid #E2CA44;
	font-size: 20px;
	color: #E2CA44;
	vertical-align: middle;
	display: flex;
}
.green_color.accordion:active {
	background-color: #E2CA44;
	color: #fff;
}
.panel img {
	width: 100%;
	max-width: 180px;
	margin: auto;
}
.bar.bar-header.bar-positive {
	background-image: none;
	border: none;
	height: auto;
	background-color: #42a7df;
}
.sidenav {
	background-color: #fff;
	opacity: 1;
}
#mySidenav {
	width: 250px;
	left: -250px;
	transition: 0.6s;
}
#mySidenav a:nth-child(2) {
	background-color: #8AD5EC;
}
#mySidenav a:nth-child(3) {
	background-color: #7ED2EC;
}
#mySidenav a:nth-child(4) {
	background-color: #71CFEB;
}
#mySidenav a:nth-child(5) {
	background-color: #4FC8EA;
}
#mySidenav a:nth-child(6) {
	background-color: #03C1E9;
}
#mySidenav a:nth-child(7) {
	background-color: #08B5DA;
}
.swal-button.swal-button--confirm {
	background-color: #36499B;
}
.sidenav .item-title {
	color: #fff;
	margin: 0;
}
.sidenav p {
	color: #000;
	margin: 0 10px;
}
.sidenav a, .sidenav a:hover {
	color: #36499B;
}
.unchecked_class {
	color: #E15B36;
	border: 2px #d0d2d3 solid;
}
.closebtn h4 {
	margin-left: 20px;
	font-weight: bold;
}
.checked_class {
	color: #fff;
	background: #E15B36;
	border: 2px #E15B36 solid;
}
.tag_main {
	display: block;
	margin-bottom: 20px;
	border: 2px #d0d2d3 solid !important;
}
li {
	font-size: 14px;
	margin-left: 24px;
	list-style-type: disc;
}
.body_div {
	margin-top: 50px;
	background-color: #c6ecf8;
}
.body_div p {
	/* AGA - TEST JUSTIFY */
	text-align: justify;
}
#swap_gps1, #swap_gps2 {
	margin: 10px auto;
	max-width: 20px;
	height: auto;
}
.initial_top_banner {
	background-color: #EBEBEC;
	text-align: left;
	vertical-align: middle;
	display: flex;
	padding-top: 12px;
}
.initial_top_banner img {
	max-width: 160px;
	margin: 6px;
}
.initial_top_banner .col-xs-3, .initial_top_banner .col-xs-9 {
	margin: auto;
}
.initial_top_banner .col-sm-3, .initial_top_banner .col-sm-9 {
	margin: auto;
}
.initial_top_banner h5 {
	/* font-size: calc(0.5em + 1.5vmin); */
	font-size: calc(0.6em + 1vmin);
	text-align: center;
}
.initial_page_icons {
	height: auto;
	margin-bottom: 32px;
	padding: 0 28px;
}
.initial_page_icons #img1, .initial_page_icons #img2, .initial_page_icons #img3, .initial_page_icons #img4 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 50px;
	width: 10vw;
}
.initial_page_icons #img_1, .initial_page_icons #img_2, .initial_page_icons #img_3, .initial_page_icons #img_4 {
	border: none;
	background-color: transparent;
	box-shadow: 6px 6px 6px #818285;
	border-radius: 50%;
}
.col-xs-5.initial_page_icons {
	height: auto;
	margin: 10px auto;
}
.initial_page_icons p {
	margin-top: 10px;
	text-align: center;
	font-size: calc(0.6em + 1.5vmin);
	font-weight: bold;
}
.welcome_title_blue {
	text-align: center;
	padding: 20px;
	color: #36499B;
	margin-top: 20px;
}
.pollutant_img .col-xs-9 {
	padding-left: 0;
}
.main_class_background {
	background-color: #c6ecf8;
	/* height: 80vh; */
	width: 100vw;
	position: absolute;
	background-position: botoom;
}
#main_class .button.button_purple.bigbutton.effect_purple {
	height: 100%;
	display: flex;
}
#initial .button.button_purple.bigbutton.effect_purple {
	text-align: left;
	padding-left: 12px;
	display: flex;
}
#initial .button.button_purple.bigbutton.effect_purple img {
	max-width: 32px;
	height: 100%;
	margin: auto 10px;
}
#initial .button.button_purple.bigbutton.effect_purple span {
	margin: auto 0;
}
#initial .button {
	min-height: 48px;
}
.emptyicon {
	width: 18px;
	height: 18px;
	margin: 5px;
}
.fullicon {
	width: 16px;
	height: 16px;
	margin: 5px;
}
.white_back {
	background-color: #fff;
}
.main1_img_class {
	text-align: center;
}
.main2_img_class {
	bottom: 0;
}
.main2_img_class img {
	bottom: -20px;
	position: relative;
}
#main_screen .main1_img_class, #main_screen2 .main1_img_class {
	min-height: 20vw;
	height: auto;
}
#main_screen .main2_img_class, #main_screen2 .main2_img_class {
	min-height: 20vw;
	height: auto;
}
#main_screen .initial_top_banner, #main_screen2 .initial_top_banner {
	min-height: 20vw;
	height: auto;
}
#initial .main_class {
	min-height: 45vh;
	height: auto;
}
#initial .main2_img_class {
	min-height: 80vw;
	height: auto;
}
#main_screen .main_class.w3-animate-bottom, #main_screen2 .main_class.w3-animate-bottom {
	min-height: 48vh;
	height: auto;
}
.data_img_class {
	text-align: center;
	background-color: #fff;
	background-image: url('../img/live_data_1.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.data_class_background {
	background-color: #c6ecf8;
	width: 100vw;
	position: absolute;
	background-position: botoom;
}
select.select_dropdown {
	background-image: linear-gradient(45deg, transparent 50%, #36499b 50%), linear-gradient(135deg, #36499b 50%, transparent 50%), linear-gradient(to right, #F0F0F0, #F0F0F0);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	width: 100%;
	background-size: 5px 5px, 5px 5px, 3em 3em !important;
}
select {
	background-color: white;
	border: thin solid #fff;
	border-radius: 10px;
	display: inline-block;
	font: inherit;
	line-height: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	background: #F0F0F0;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-image: none;
	background-size: auto;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select_dropdown option {
	height: 32px;
	padding: 0 20px;
}
.get_started_class {
	position: relative;
	font-size: calc(1.4em + 1vmin);
	color: #36499B;
	font-weight: bold;
	text-align: left;
	width: max-content;
	float: left;
	margin-bottom: 20px;
}
#main_screen .main_class.w3-animate-bottom .get_started_class:after, #main_screen2 .main_class.w3-animate-bottom .get_started_class:after, #about_page .body_div .container .get_started_class:after, .pollutant_body .body_div .container .get_started_class:after {
	content: "";
	position: absolute;
	left: -1000%;
	z-index: 100;
	bottom: -6px;
	width: 1100%;
	height: 2px;
	background: #36499B;
}
.tip_box_img {
	position: relative;
	height: 80px;
	width: auto;
	left: -45px;
	margin: auto 0px;
}
#random_tip {
	margin-left: -30px;
}
.aqi_label {
	margin: auto;
	border: 2px #D3D3D3 solid;
	border-radius: 12px;
	background-color: #D3D3D3;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	min-width:200px;
}
#random_tip_box {
	background: #eee;
	margin: 10px 15px;
	padding: 10px;
	display: flex;
}

.circle_full {
	display: flex;
	margin: auto;
	text-align: center;
	height: 30vw;
	width: 30vw;
	max-height: 240px;
	max-width: 240px;
	border-top-left-radius: 90px;
	border-top-right-radius: 90px;
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 90px;
	background-color: #D3D3D3;
	color: #fff;
	vertical-align: middle;
	border-radius: 100vw;
}
.circle_full h4{
	font-size:calc(2vw + 5vmin);
	font-weight:bold;
}
.circle_full h5{
	font-size: calc(2vw + 2vmin);
	font-weight:bold;
}
.circle_full h2, h3, h4, p {
	margin: auto;
}
.col-xs-9 p {
	margin: auto 0;
}
#about_page .partners_class .col-xs-12.col-md-4 {
	display: grid;
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
}
#about_page .partners_class .col-xs-12.col-md-4 a{
	display: inherit;
	color: #36499b;
}
#about_page .partners_class div img {
	text-align: center;
	margin: auto;
	max-height: 120px;
	width: auto;
	max-width: 40vw;
	margin-bottom: 10px;
}
.circle_half {
	display: flex;
	margin: 0;
	text-align: center;
}
.top, .bottom {
	height: 10vw;
	width: 20vw;
	font-size: calc(0.75em + 1vmin);
}
.aqi_top {
	height: 10vw;
	width: 20vw;
	font-size: calc(0.75em + 1vmin);
}
.top p, .bottom p {
	font-size: 0.8em;
}
.value_live_half {
	height: 10vw;
	width: 20vw;
	font-size: calc(0.85em + 2vmin);
	display: flex;
	color: #000;
}
.top {
	border-top-left-radius: 200px;
	border-top-right-radius: 200px;
}
.bottom {
	border-bottom-left-radius: 200px;
	border-bottom-right-radius: 200px;
}
.top h4{
font-weight:bold;
}
#pollutant_name {
	margin: 20px auto;
	z-index: 1;
}
#pollutant_name h2, h3 {
	text-align: center;
	color: #36499B;
	font-weight: bold;
}
#pollutant_name h4{
	text-align: center;
	color: #36499B;
	font-weight: bold;
	margin-top:10px;
}

#livedata_title h2 {
	text-align: center;
	color: #36499B;
	margin-top: 20px;
}
#livedata_title p {
	text-align: center;
	margin-bottom: 20px;
}
#sources_acc, #facts_acc {
	margin: 0 10px;
	transition-property: height;
	transition-duration: 0.8s;
	transition-timing-function: linear;
	background-color: transparent;
}
#sources_acc_btn, #facts_acc_btn {
	margin-bottom: 4px;
}
.pollutant_body #pollutant_name h2 {
	margin-bottom: 0px;
	font-weight: bold;
}
.pollutant_body #pollutant_name h3 {
	margin-top: 0px;
}
.sources_cls {
	font-style: italic;
}
.w3-block {
	margin: 10px auto;
}
.w3-button:hover {
	color: #000;
	background-color: #fff !important;
}
.w3-button.w3-block.w3-white.w3-left-align {
	color: #36499B !important;
}
.w3-button.w3-block.w3-white.w3-left-align.active, .w3-button.w3-block.w3-white.w3-left-align.active:hover {
	background-color: #36499B !important;
	color: #fff !important;
}
.button_w3:after {
	content: '\25B6';
	font-size: 14px;
	color: #36499B;
	float: right;
	margin-left: 5px;
}
.collapsible:after {
	content: '\25B6';
	font-size: 14px;
	color: #36499B;
	float: right;
	margin-left: 5px;
}
.active:after {
	content: '\25bc' !important;
	font-size: 14px;
	color: #fff !important;
	vertical-align: middle;
	margin: auto 0;
	margin-left: 0px;
	right: 30px;
	float: right;
	margin-left: auto;
}
.w3-button.w3-block.w3-white.w3-left-align {
	border-radius: 10px;
}
.graph_pollutant {
	margin-bottom: 20px;
	margin-top: 10px;
}
.poll_img_class {
	display: flex;
}
.pollutant_img {
	display: flex;
	margin-bottom: 10px;
	color: #36499B;
	font-weight: bold;
}
.pollutant_img p {
	text-align: left;
	font-weight: normal;
}
#poll_1 .top, #poll_2 .top, #poll_3 .top, #poll_4 .top, #poll_5 .top, #poll_6 .top {
	background-color: #fff;
	color: #D3D3D3;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.6);
}
#poll_1 .bottom, #poll_2 .bottom, #poll_3 .bottom, #poll_4 .bottom, #poll_5 .bottom, #poll_6 .bottom {
	background-color: #D3D3D3;
	color: #fff;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.6);
}
.shadow-bottom-left-right {
	box-shadow: 0 10px 10px -5px rgb(115, 255, 255), -10px 10px 10px -5px rgb(255, 115, 115), 10px 10px 10px -5px rgb(255, 255, 115)
}
.bigbutton {
	/* max-width: 320px; */
	/* min-width: 120px; */
	/* width: 48vw; */
	max-width: 360px;
	width: 75vw;
}
.box {
	width: 70%;
	height: 200px;
	background: #FFF;
	margin: 40px auto;
}
.box h3 {
	text-align: center;
	position: relative;
	top: 80px;
}
.button.button_purple.effect2:hover, .button.button_purple.effect2:focus, .button.button_purple.effect_purple:hover, .button.button_purple.effect_purple:focus, .button.button_purple.bigbutton:hover, .button.button_purple.bigbutton:focus {
	color: #fff;
	background-color: #926193;
	transition: .8s;
}
/*==================================================
* Effect 2
* ===============================================*/

.effect2 {
	position: relative;
}
.effect2:before, .effect2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 10px;
	left: 10px;
	width: 50%;
	top: 25%;
	max-width: 300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(-3deg);
}
.effect2:after {
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.effect_purple {
	position: relative;
}
.effect_purple:before, .effect_purple:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 10px;
	left: 10px;
	width: 50%;
	top: 25%;
	max-width: 300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(-3deg);
}
.effect_purple:after {
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.w3-animate-top {
	animation: animatetop .6s;
}
.full_width {
	width: auto;
	max-width: 100vw;
}
.button.button_purple.effect_purple:focus {
	text-decoration: none;
}
.no-click {
	pointer-events: none;
}
/*Accordion - START*/

.accordion {
	color: #444;
	cursor: pointer;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}
.panel {
	background-color: transparent;
}
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}
.active, .accordion:hover {
	background-color: #ccc;
}
.panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border: 0;
	margin-bottom: 0;
	box-shadow: none;
}
#profile_page select.select_dropdown {
	background-image: none;
}
#profile_page .col-xs-5.initial_page_icons img {
	background: none;
	border: none;
	box-shadow: none;
}
#background_main_cloud {
	height: 32px;
	overflow: hidden;
	background-image: url('../img/main__.png');
	background-repeat: repeat-x;
	background-size: cover;
	width: 100%;
}
#sources_acc_btn, #facts_acc_btn {
	line-height: 28px;
}
.main1_img_class.white_back #background_main_cloud_big {
	display: block;
}
.main1_img_class.white_back #background_main_cloud {
	display: none;
}
.image_logo_partners {
	z-index: 1;
	text-align: center;
	display:flex;
	/* margin-right: 16px; */
}
.image_logo_partners img {
	z-index: 1;
	max-width: 300px;
	height: 60%;
	max-height:80px;
	margin:10px auto;
	width: 60%;
	float:left;
}
#livedata_page .image_logo_partners img {
	margin: auto;
	width: 80%;
	height: auto;
}
#livedata_page .image_logo_partners {
	margin: 10px auto;
}
.image_logo_partners .world_img {
	z-index: 1;
	max-width: 60px;
	width: 20vw;
	float:right;
	margin-top: 32px;
	margin: auto;
}
.about_page .image_logo_partners{
	margin-top:24px;
}
.privacy_policy .body_div .row {
	margin-bottom:10px;
}
.privacy_policy .body_div .row h4{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
/*AGAS - MAP STYLING - Start*/

#chartdiv {
	width: 100%;
	overflow: hidden;
	min-height: 50vw;
	max-height: 400px;
}
#chartdiv2 {
	width: 100%;
	overflow: hidden;
	min-height: 50vw;
	max-height: 400px;
}
.map-marker {
	margin-left: -6px;
	margin-top: -8px;
	box-sizing: border-box;
}
.map-marker {
  width: 18px;
  /* height: 24px; */
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.2em 0 0 -1.3em;
}

.map_pin {
	box-sizing: border-box;
	margin-left: 0px !important;
	/* margin-left: -8px !important; */
	margin-top: 6px !important;
	/* margin-top: -26px !important; */
	width: 10px;
	height: auto;
}
.map-marker.map-clickable {
	cursor: pointer;
	/*        background-color: #0bb3c1;*/
	/*        padding: 1px 2px;*/
}
.pin_map {
	margin-top: -36px;
}
.pulse {
	width: 10px;
	height: 10px;
	border: 5px solid #0bb3c1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #716f42;
	z-index: 10;
	position: absolute;
	box-sizing: border-box;
	/* margin:-1.8em 0 0 -0.6em; */
}
.map-marker .dot {
	border: 10px solid #0bb3c1;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 50px;
	width: 50px;
	-webkit-animation: pulse 3s ease-out;
	-moz-animation: pulse 3s ease-out;
	animation: pulse 3s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
	opacity: 0;
	box-sizing: border-box;
}
.map-marker .dot_user {
	
	border-radius: 60px;
	height: 50px;
	width: 50px;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 1;
	opacity: 0;
	box-sizing: border-box;
}
@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-moz-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-moz-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-moz-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}
@-webkit-keyframes "pulse" {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	25% {
		-webkit-transform: scale(0);
		opacity: 0.1;
	}
	50% {
		-webkit-transform: scale(0.1);
		opacity: 0.3;
	}
	75% {
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}
/* g { */
	/* fill: #BEE1C2; */
/* } */
/* [role="button"] { */
	/* fill: #D8D9DA; */
/* } */
/* [role="button"] g{ */
	/* fill: initial; */
/* } */
/* [role="slider"] g { */
	/* fill: #D8D9DA; */
/* } */
g text {
	fill: #fff;
}
#chart g text {
	fill: #000;
}
g [transform="translate(561,229)"] {
	fill: #f33;
}
g[aria-labelledby="id-79-title"], g[aria-labelledby="id-176-title"], g[aria-labelledby="id-181-title"] {
	display: none;
	content: url("");
}
g [transform="translate(10,6)"] {
	font-size:30px;
}

/*AGAS - MAP STYLING - End*/
.circle_half.top h4,
.circle_half.bottom span,
.value_live_half span {
    font-size: calc(1.6vw + 2vmin);
	font-weight:bold;
}
.circle_half.bottom div p {
    text-align: center;
	font-size: calc(0.25em + 1.2vmin);
}
.top_land, .bottom_land {
	height: 7vw;
	max-width: 20vw;
	font-size: calc(0.75em + 1vmin);
	width: auto;
}
.data_img_class_land {
	background-image: none;
}
.aqi_top_land {
	height: 6vw;
	width: auto;
}
.value_live_half_land {
	width: auto;
	position: relative;
	top: -20px;
}
.tip_box_img_land {
	position: relative;
	height: 80px;
	width: auto;
	left: 40%;
	top:-25%;
	/* margin: auto; */
}
.aqi_top.aqi_top_land img{
	margin-bottom:20px;
}
.portrait_mode{
	display:block;
}
.landscape_mode{
	display:none;
}
.body_div.live_data_body{
	display:block;
}
.map_live_data{
	width:100%;
}
#select_mode_country {
	/* float: right; */
	/* width: 100%; */
	text-align: center;
	padding: 0.5em !important;
	font-weight:bold;
	color:#ab72ae;
	margin: auto;
	display:block;
	background: #eef;
	width: auto;
}
#select_dropdown_country {
	margin-top: 10px;
	width: 100%;
	background: none;
	text-align: center;
	padding: 0.5em 0;
	font-weight:bold;
	color:#ab72ae;
	margin: auto;
	display:block;
}
.country_button{
	width:auto;
	height:auto;
	background-color:#eef;
	text-align:center;
	border-radius:25px;
	font-size:14px;
	margin:auto;
}
.user_pin_class{
	margin-top:-15px;
	width: 20px;
	height: 20px;
}
.no_gps_msg{
	text-align:left;
	margin:auto 0;
	color:#f33;
}
@media (min-width: 992px) {
	.bigbutton {
		max-width: 30vw;
		width: auto;
	}
	#initial .main_class {
		min-height: 16vh;
	}
	.initial_page_icons {
		height: auto;
	}
	#main_screen .main_class.w3-animate-bottom .get_started_class::after, #main_screen2 .main_class.w3-animate-bottom .get_started_class::after, #about_page .body_div .container .get_started_class::after, .pollutant_body .body_div .container .get_started_class::after {
		left: 0;
		width: 100%;
	}
	#initial .col-xs-12.col-md-4 {
		margin-top: 32px;
	}
}
@media (min-width: 800px) {
	.portrait_mode{
		display:none !important;
	}
	.landscape_mode{
		display:block;
	}
	.body_div.live_data_body{
		display:flex;
	}
	.map_live_data{
		width:50%;
		background:#fff;
	}
	#main_screen .main1_img_class, #main_screen2 .main1_img_class, .main1_img_class.white_back {
		min-height: 32px;
	}
	.main1_img_class.white_back #background_main_cloud {
		display: block;
	}
	.main1_img_class.white_back #background_main_cloud_big {
		display: none;
	}
	#main_screen .initial_top_banner, #main_screen2 .initial_top_banner, #initial .main2_img_class {
		min-height: auto;
	}
	#knowledgebase .button.button_purple.full_width.effect_purple {
		width: 50%;
	}
	.pollutant_img {
		max-height: 120px;
		width: auto;
	}
	.main2_img_class img {
		bottom: -36px;
	}
	.pollutant_body #pollutant_name p {
		text-align: center;
	}
	#main_screen .main_class.w3-animate-bottom, #main_screen2 .main_class.w3-animate-bottom {
		min-height: 40vh;
	}
	.flex_display {
		display: flex;
	}
	.initial_top_banner img {
		margin: 20px auto;
	}
	#random_tip {
		margin-left: 20px;
	}
}