@media (min-width: 1250px) {
	#wrapper .container {
		width: 1250px;
	}
}

@media (min-width: 980px) {

}

@media (min-width: 980px) and (max-width: 1199px) {
	.tile {
		width: 215px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#wrapper .container {
		width: 754px;
	}
	.tile {
		width: 215px;
	}
}

@media (max-width: 767px) {
	ul.main-subnav > li{
		text-align: center !important;
		display: block !important;
	}
	#grid-filter-search {
		float: right;
		width: 40%;
	}
	#wrapper .container {
		width: auto;
		border: 0px none;
		border-left: 0px none;
		border-right: 0px none;
	}
}

@media (max-width: 480px) {
	.header-logo{
		display: block;
		text-align: center;
	}

	.tile{
		margin-left: auto;
	}

	.uselimit-actions.pull-right{
		float: none;
		margin: 1em 0.5em 0em;
	}
	.btn.eduves.with-icon {
		position: relative;
		padding-right: 54px;
		display: block;
		margin: 0.5em auto;
	}

}

@media (max-height: 768px) {

	.read-tos-modal.modal .modal-body {
		max-height: 500px;
	}

	.read-tos-modal.modal {
		margin-top: -300px;
	}

	.register.modal .modal-body {
		max-height: 500px;
	}

	.register.modal {
		margin-top: -300px;
	}

}