@media (max-width: 991px) {
	.top-left {
	    width: 100%;
	    float: left;
	}
	.top-right {
	    float: inherit;
	    text-align: center;
	}
	.bottom-menu nav {
	    display: block;
	    width: unset;
	}
	.singin {
		width: unset;
	}
	.video {
		width: 48.5%;
	}
	.video-sidebar h1 {
		font-size: 60px;
	}
	.wide-33 {
		width: 50%;
	}
	.news-item {
		height: 500px;
		overflow: hidden;
	}
	.event-item img {
		height: 100%;
	}
}
@media (max-width: 767px) {
	.news-item {
		height: 399px;
	}
 	.page-one-text {
 		bottom: 70px;
 	}
 	.page-one-text h1 {
 		font-size: 60px;
 	}
 	.page-one-text h2 {
 		font-size: 30px;
 	}
 	.about-overlay h2 {
 		font-size: 45px;
 	}
 	.sidebar {
 		width: 100%;
 		margin-bottom: 12px;
 	}

	.header-img {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.event-item ,
	.various-item {
		height: 300px;
	}

	.wide-50 {
		width: 50%;
	}

	.page7-header {
		padding: 7px;
	}

	.page7-menu {
		width: 100%;
	}
	.top-left, .top-right {
		margin-bottom: 10px;
	}
	.top-left input {
		width: 58%;
	}
	.top-left select {
		padding: 4px 0px 4px 10px;
	}
	.bottom-menu ul li p {
		padding: 0px 7px;
	}
	.singin a {
		padding: 2px 15px;
	}
 	#video-gallery {
 		display: block;
 	}
	.video-gallery {
		width: 94.8%;
		display: block;
	}
	.video {
		width: 48.5%;
	}
	.video-sidebar {
		width: 0;
	    float: none;
	    display: none;
	}
}


@media (max-width: 500px) {
	.page-one-text {
	    bottom: 40px;
	}
	.about-text {
		font-size: 16px;
	}
	.about-overlay h2 {
	    font-size: 35px;
	}

	.event-item ,
	.various-item {
		height: 600px;
	}
	.news-item {
		height: 580px;
	}
	.news-item img {
		height: 100%;
	}

	.wide-100 {
		width: 100%;
	}
	.page7-title h2 {
		padding-left: 30px;
	}
	.top-left {
		text-align: center;
	}
	.top-left select {
		display: none;
	}
	.video {
		width: 94%;
	}
}