
@media only screen and (height: 1366px) {
}

@media (max-width:1024px) { 

}

@media (max-width:768px) { 

}

@media only screen and (min-width: 768px) and (max-width: 960px) {


}

@media (max-width:767px) { 


}

@media only screen and (max-width: 448px) {

	footer .pull-right {
		float: none !important;
	}

	footer .col-sm-6:nth-child(2) {
		margin-top: 30px;
	}

}

@media only screen and (width: 414px) {

}

@media only screen and (max-width: 320px) {

}

