
body {
	font-family: dosis_med;
	font-size: 18px;
}


#page_holder_main {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}

.bg_w_foto {
	margin-top: 1px;
	/* background: url(/images/cities/<?php echo $city_name; ?>) no-repeat center center;  lattice_wall.jpg		bridge.jpg */  
	background: url(/images/background/lattice_wall.jpg) no-repeat center center; 	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 425px;
	position: relative;
	overflow: hidden;
}

.base_center_wrap {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
	justify-content: center;
}

.position {
	margin-top: 25px; 
	width: 50%; 
	margin-bottom: 25px;
}


.head_holder, .head_holder_top {
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 10px;
}

.head_holder_top {
	margin-top: 75px;
}

.head_items, .head_items_top {
	display: inline-block;
	background: white;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}

.head_items_top {
	font-size: 40px;
}


.orange_back, .mono_back {
	display: inline-block;
	BACKGROUND-COLOR: orange;
	color: white;
	padding: 10px;
}

.mono_back {
	BACKGROUND-COLOR: white;
	color: navy;
}

#dev_icon {
	position: absolute;
	top: -10px;
	left: 101%;
}


#globe_chat {
	position: absolute;
	top: 70px;
	right: 100px;
}

#slogans {
	background: #5DADE2;
	font-size: 26px;
	min-height: 110px;
	height: auto;
	font-style: italic;
	padding: 10px;
	padding-right: 1%;
	padding-left: 1%;
	position: relative;
	display: flex;
}

.adv_supported {
	display: inline-block;
	border-left: 1px solid #5DADE2;
	border-right: 1px solid #5DADE2;
	padding-left: 5px;
	padding-right: 10px;
	margin-left: 5px;
	font-style: italic;
}

#people_chat_holder {
	margin-right: 10px;
	width: auto;
}

#where_ur {
	width: auto;
	color: white;
}

#better_than {
	position: absolute;
	BACKGROUND-COLOR: orange;
	color: white;
	font-size: 22px;
	padding: 5px;
	border-radius: 5px;
	font-style: normal;
	max-width: 75%;
	width: auto;
	height: auto;
	right: 1%;
	bottom: -35px;
}



#made_buy {
	font-family: economica_bold;
	display: inline-block;
	font-size: 24px;
	border: 3px solid #DAF7A6;
	font-weight: bold;
	padding: 20px;
	font-style: italic;
}

#foot_notes {
	position: absolute;
	font-style: normal;
	font-size: 12px;
	bottom: 5px;
	left: 25px;
}


#foot_note_chat {
	font-size: 14px;
	padding: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}


.key_points, .key_points_wb {
	margin-top: 75px;
	padding-left: 1%;
	padding-right: 1%;
	margin-bottom: 50px;
	text-align: center;
}

.key_points_wb {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 2px solid #85929E;
}

.kp_new_ln {
	margin-top: 25px;
	margin-bottom: 25px;
	display: none;
	justify-content: center;
}


#how_to {
	border-top:	1px solid orange;
	border-bottom:	1px solid orange;
}

.how_to_wrap {
	text-align: center;
	margin-bottom: 10px;
}

#how_top {
	display: inline-block;
	font-family: cabins_ketch_bold;
	font-size: 48px;
}

#how_bot {
	display: inline-block;
	font-family: economica_bold;
	font-size: 36px;
}


#point_con {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}

.point_holder, .point_holder_db {
	box-sizing: border-box;
	text-align: center;
	width: 25%;
	min-height: 150px;
	height: auto;
	margin-left: 1%;
	vertical-align: top;
}

.point_holder_db {
	min-height: 250px;
}


.point_icon {
	margin-bottom: 20px;
}

.point_items_head {
	font-family: dosis_bld;
	font-size: 24px;
	margin-bottom: 10px;
}

.point_items_bod {
	font-size: 20px;
	padding-left: 10%;
	padding-right: 10%;
}

.point_button, .point_info {
	width: 200px;
	margin-left: 5px;
	border: 2px solid #58D68D;
	border-radius: 5px;
}

#action_buttons {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 75px;
}



.pop_chat {
	font-size: 20px;
	position: absolute;
	z-index: 300;
	padding: 5px;
	BORDER: 2px solid #5DADE2;    
	BACKGROUND-COLOR: white;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: #3399FF;
	text-align: left;
	display: none;
	width: 500px;
	right: 0; 
	bottom:  105%;
}

#pop_button_holder {
	text-align: center;
	margin-top: 10px;
}

.pop_buttons {
	display: inline-block;
	cursor: pointer;
}

#globe_holder {
	width: 300px;
	height: 300px;
}

#people_icon_chat {
	width: 150px;
	height: 150px;
}

.easy_icon_images {
	width: 125px;
	height: 125px;
}

.key_icon_images {
	width: 125px;
	height: 125px;
	max-width: 100%;
    height: auto;
}

@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {

	.head_items_top {
		font-size: 22px;
	}	

	.head_holder, .head_holder_top {
		margin-top: 15px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.head_holder_top {
		margin-top: 25px;
	}

	#globe_holder {
		width: 30px;
		height: 30px;
	}

	#dev_icon, #better_than {
		display: none;
	}

	#people_icon_chat {
		width: 50px;
		height: 50px;
	}

	#how_top {
		font-size: 36px;
	}

	.point_holder {
		width: 30%;
	}

	.point_holder_db {
		width: 45%;
	}

	.easy_icon_images {
		width: 60px;
		height: 60px;
	}

}