
@-ms-viewport {	width: device-width;}

/************************************************************************************
smaller than 1400
*************************************************************************************/
@media screen and (max-width: 1400px) {
	.title {
		left: 10%;
	}
}

/************************************************************************************
smaller than 1000
*************************************************************************************/
@media screen and (max-width: 1000px) {
	.title {
		display:none;
	}
	.moble_title {
			display: block;
	}
	h1, h2 {
		/*display: inline-block;*/
		margin-bottom: 0;
	}
	h2 {
		font-size: 1.5em;
		/*margin-left: 30px;*/
		font-weight: 300;
}

/************************************************************************************
smaller than 900
*************************************************************************************/
@media screen and (max-width: 900px) {

}

/************************************************************************************
smaller than 800
*************************************************************************************/
@media screen and (max-width: 800px) {

}

/************************************************************************************
smaller than 700
*************************************************************************************/
@media screen and (max-width: 700px) {

}

/************************************************************************************
smaller than 600
*************************************************************************************/
@media screen and (max-width: 600px) {

}

/************************************************************************************
smaller than 500
*************************************************************************************/
@media screen and (max-width: 500px) {
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 1.5em;
	}
}

/************************************************************************************
smaller than 400
*************************************************************************************/
@media screen and (max-width: 400px) {

}