/* Large Screen*/
@media only screen and (min-width: 1201px) {

	.container {
        max-width: 90%!important;
        padding: 0px 80px !important;
    }
}

@media only screen and (max-width:767px){
	.container{
		max-width:515px!important;
	}
}
@media only screen and (max-width:575px){
	.container{
		max-width:420px!important;
	}
}