@media only screen and (min-device-width: 1025px){


#footer{
	position: relative;
	clear: both;
	margin-top: 5vw;
	background-color: #f5f5f5;
	width: 100vw;
	display: inline-block;
}

#footer_div_1{
	position: relative;
	margin-top: 5vw;
	margin-left: 10vw;
	width: 18vw;
	color: grey;
	float: left;
	margin-bottom: 7vw;
}

#footer_div_2{
	position: relative;
	margin-top: 5vw;
	margin-left: 5vw;
	width: 15vw;
	color: grey;
	float: left;
	margin-bottom: 7vw;
}

#footer_div_3{
	position: relative;
	margin-top: 5vw;
	margin-left: 5vw;
	width: 15vw;
	color: grey;
	float: left;
	margin-bottom: 7vw;
}


#footer_div_4{
	position: relative;
	margin-top: 5vw;
	margin-left: 5vw;
	width: 15vw;
	color: grey;
	float: left;
	margin-bottom: 7vw;
}


#footer_logo{
	position: relative;
	width: 70%;

}

#footer_div_1_inside{
	position: relative;
	margin-top: 1vw;
}

.footer_titles{
	font-weight: bolder;
	font-size: 1.4vw;
	margin-bottom: 1.5vw;
	color: black !important;
}


.footer_items{
	position: relative;
	margin-top: 1vw;
	color: grey;
	cursor: pointer;
}

.footer_items:hover{
	text-decoration: underline;
}


#copyrightText{
	position: absolute;
	left: 10vw;
	color: grey;
	bottom: 3vw;
}

#footer_socialIconsHolder{
	position: absolute;
	right: 12vw;
	bottom: 3vw;
	width: 20vw;
	height: 2.5vw;
}

.footer_socialIcons_class{
	position: relative;
	float: left;
	margin-left: 1vw;
	cursor: pointer;
	width: 3vw;
	height: 3vw;
	z-index: 2;
}


}





@media only screen and (max-device-width: 1024px){


#footer{
	position: relative;
	clear: both;
	margin-top: 5vw;
	background-color: #f5f5f5;
	width: 100vw;
	display: inline-block;
}

#footer_div_1{
	position: relative;
	margin-top: 5vw;
	margin-left: 10vw;
	width: 18vw;
	color: grey;
	float: left;
	margin-bottom: 15vw;
}

#footer_div_2{
	position: relative;
	margin-top: 5vw;
	margin-left: 5vw;
	width: 15vw;
	color: grey;
	float: left;
	margin-bottom: 7vw;
}

#footer_div_3{
	position: relative;
	margin-top: 5vw;
	margin-left: 5vw;
	width: 15vw;
	color: grey;
	float: left;
	margin-bottom: 15vw;
}


#footer_div_4{
	position: relative;
	margin-top: 5vw;
	margin-left: 5vw;
	width: 15vw;
	color: grey;
	float: left;
	margin-bottom: 7vw;
}


#footer_logo{
	position: relative;
	width: 90%;

}

#footer_div_1_inside{
	position: relative;
	margin-top: 1vw;
	font-size: 1.8vw;
}

.footer_titles{
	font-weight: bolder;
	font-size: 2.7vw;
	margin-bottom: 1.5vw;
	color: #009460 !important;
}


.footer_items{
	position: relative;
	margin-top: 2vw;
	color: grey;
	cursor: pointer;
	font-size: 2vw;
}

.footer_items:hover{
	text-decoration: underline;
}


#copyrightText{
	position: absolute;
	left: 10vw;
	color: grey;
	bottom: 5vw;
	font-size: 2vw;
}

#footer_socialIconsHolder{
	position: absolute;
	right: 10vw;
	bottom: 5vw;
	width: 30vw;
	height: 5vw;
}

.footer_socialIcons_class{
	position: relative;
	float: left;
	margin-left: 1vw;
	cursor: pointer;
	width: 5vw;
	height: 5vw;
	z-index: 2;
}


@media only screen and (min-device-width: 800px){

	#footer_div_1_inside{
		position: relative;
		margin-top: 1vw;
		font-size: 1.6vw;
	}
	
	.footer_titles{
		font-weight: bolder;
		font-size: 2.7vw;
		margin-bottom: 1.5vw;
		color: #009460 !important;
	}
	
	
	.footer_items{
		position: relative;
		margin-top: 2vw;
		color: grey;
		cursor: pointer;
		font-size: 1.8vw;
	}
	
	
	#copyrightText{
		position: absolute;
		left: 10vw;
		color: grey;
		bottom: 5vw;
		font-size: 2vw;
	}

}


}





