@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}
@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
}
@media only screen and (max-width:1024px)
{	
	.header-top
	{
		padding: 0px 0px;
	}
	.header .alignmiddle
	{
		display: flex !important;
	}
	.header-top h1
	{
		position: relative;
		z-index: 99999999;
	}
	.header-top aside
	{
		margin-left: auto;
		margin-right: 60px;
	}
	.page-title aside
	{
		padding: 5px 0 15px 20px;
	}
}
@media only screen and (max-width:960px)
{
	.container
	{
		padding: 25px 0px;
	}
	.row
	{
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.hero .owl-item
	{
		max-width: 700px !important;
	}
	.footer article
	{
		padding: 30px 20px;
        display: flex;
        flex-wrap: wrap;
	}
	.footer article aside
	{
		margin-right: 0%;
		width: 33.333333%;
		float: left;
	}
}
@media only screen and (max-width:768px)
{
	.alignmiddle, .intro
	{
		display: block;
	}
	.hero .owl-item
	{
		max-width: 500px !important;
	}
	.sidebar, .content, .contact fieldset, .contact aside
	{
		width: auto;
		float: none;
	}
	.footer article aside
	{
		width: 50%;
	}
	.scrollup
	{
		bottom: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.social-icons-fixed
	{
		bottom: 50px;
		right: 10px;
	}
	.social-icons-fixed a
	{
		width: 30px;
		height: 30px;
		padding: 7px 0;
		font-size: 18px;
		margin: 5px 0px;
	}
	.footer-bottom p
	{
		float: none;
		text-align: center;
	}
	.page-title .row
	{
		padding: 0;
		width: 100% !important;
	}
	.page-title aside
	{
		width: 75%;
	}
	.page-title h1
	{
		font-size: 28px;
	}
	.photo-gallery-link ul li, .photo-gallery ul li
	{
		width: 33.333333%;
	}
	.photo-gallery ul li a img
	{
   		height: 120px;
	}
	.awards ul
	{
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media only screen and (max-width:520px)
{	
	.header-top h1 img
	{
		height: 60px;
	}
	.hero .owl-item
	{
		max-width: 400px !important;
	}
	.footer
	{
		text-align: center;
	}
	.footer article aside
	{
		width: 100%;
		float: none;
	}
	.social-icons a
	{
		display: inline-block;
		float: none;
		margin: 0 1px;
	}
	.feature-films ul
	{
		grid-template-columns: 1fr;
	}
	.photo-gallery-link ul li, .photo-gallery ul li
	{
		width: 50%;
	}
	.photo-gallery ul li a img
	{
   		height: 140px;
	}
	.awards ul
	{
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width:320px)
{
	.photo-gallery-link ul li, .photo-gallery ul li
	{
		width: 100%;
	}
	.awards ul
	{
		grid-template-columns: 1fr;
	}
}