#-----------------------max-width1024px------------------------------------------- {
}
 @media only screen and (min-width : 1200px) {
/* Custom container */
.container {margin: 0 auto;max-width: 1000px;width:100%}


}


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

}
#-----------------------max-width1200px------------------------------------------- {
}
	/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
}
#-----------------------max-width992px------------------------------------------- {
}
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
	.body { background-image: none}
	.mask {background-image: none}

}
#-----------------------max-width768px------------------------------------------- {
}
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
html {
	/* base font size */
	font-size: 15px;
}

}
#-----------------------max-width480px------------------------------------------- {
}
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
html {
	/* base font size */
	font-size: 14px;
}
}
#-----------------------max-width320px------------------------------------------- {
}
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
html {
	/* base font size */
	font-size: 12px;
}
}
