@import url('reset.css');

/* General Demo Style */
.clr{
	clear: both;
}
.wrapper{
	position: relative;
	width: 100%;
}
.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.reference{
	padding-top: 40px;
}

}

@media only screen and (max-width: 1300px) {

.wrapper{
	position: relative;
	width: 100%;
	height:auto;
}	
	
}

@media only screen and (max-width: 1024px) {

.wrapper{
	position: relative;
	width: 100%;
	height:auto;
}	
	
}

@media only screen and (max-width: 767px) {

.wrapper{
	position: relative;
	width: 100%;
	height:auto;
}	
	
}

@media only screen and (max-width: 479px) {

.wrapper{
	position: relative;
	width: 100%;
	height:auto;
}	
	
}