/*=================================================================================================*/
@media all and (max-width: 991px) {
	.navbar-nav > li.login {
		margin-right: 15px;
		margin-left: 0;
	}
	/*.logo {
		max-width: 280px;
	}
	.navbar-nav {
		margin-top: 15px;
	}
	.banner {
		margin-top: 6px;
	}
	.features-text {
		top: 0;
		transform: none;
	}*/
}
/*=================================================================================================*/
@media all and (max-width: 767px) {
	.navbar-toggle span {
		background-color: #fff;
		margin-top: 15px;
	}
	.navbar-nav > li.login {
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus {
		border-radius: 0;
	}
	.navbar-nav > li.login > a {
		border-radius: 0;
	}
	.logo {
		max-width: 350px;
	}
	.app-nav > li:first-child {
		display: inline-block; 
		float: left;
	}
	.app-nav > li.login, .dropdown {
		margin-left: 90px;
	}
	.app-nav .open .dropdown-menu {
		background-color: #fff;
	}
	.app-nav .dropdown-menu:before {
		border-bottom: none;
	}
}
/*=================================================================================================*/
@media (max-width: 639px) {
	.footer {
		height: 105px;
	}
	.footer > span:first-child {
		display: block;
		width: 100%;
	}
	.footer > span:last-child {
		float: left;
		display: block;
		width: 100%;
	}
}
/*=================================================================================================*/
@media (max-width: 492px) {
	.footer > span:last-child {
		font-size: 13px;
	}
}
/*=================================================================================================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}


@media(max-height: 600px) {
	.scrollable-option {
		height: 480px;
	}
	.event-deals-popup-model .scrollable-option {
		height: 410px;
	}
	.scrollable-option .mCSB_inside > .mCSB_container {
		margin-right: 20px;
	}
	.model-popup-name {
		font-size: 18px;
	}
	.model-popup-name.model-popup-event {
		font-size: 20px;
		line-height: 20px;
	}
	.event-deals-popup-model .company-name {
		font-size: 12px;
	}
	.event-deals-popup-model .model-popup-info {
		line-height: 14px;
	}
	.registration-options.student {
		height: 304px;
		margin-bottom: 0;
	}
	.registration .header {
		margin-bottom: 20px;
    	margin-top: 20px;
	}
	.registration .footnote {
		margin-top: 20px;
	}
	.registration-options {
		height: 150px;
	}
	.registration-options.student a {
		padding-top: 80px;
	}
	.registration-options a {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.registration-options a img {
		width: 30%;
	}
}
@media(max-width: 1100px) {
	.registration {
		width: 900px;
	}
	.registration-options {
		width: 296px;
	}
	.registration-right {
		width: 600px;
	}
}
@media(max-width: 930px) {
	.registration {
		width: 600px;
	}
	.registration-options {
		width: 196px;
	}
	.registration-right {
		width: 400px;
	}
}
@media(max-height: 500px) {
	.scrollable-option {
		height: 390px;
	}
	.event-deals-popup-model .scrollable-option {
		height: 290px;
	}
	.event-deals-popup-model .model-popup-name {
		font-size: 14px;
	}
}
@media all and (max-height: 768px) {
	.popup-about {
		height: auto;
	}
}