@charset "utf-8";
/* CSS Document */

@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}

@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
	.header-top, .section-content, .footer_marg, .event-home-heading-inner, .event-home-inner
	{
		width:auto; padding-left:20px; padding-right:20px;
	}
	.cloned
	{
		display:none;
		visibility:hidden;
	}
}
@media only screen and (max-width:1024px)
{
	
}
@media only screen and (max-width:960px)
{
	.header-top h1
	{
		float: none;
		text-align: center;
	}
	.header-top-right
	{
		float:none;
	}
	.nav
	{
		position: static;
	}
	.team-home
	{
		padding: 30px 20px;
	}
	.team-home-inner ul li:nth-of-type(4) a h4
	{
		margin-top: 40%;
		font-size: 24px;
		line-height: 26px;
	}
	.get
	{
		padding: 120px 0 100px 0;
		text-align: center;
		position: relative;
		margin: 20px;
	}
	.team
	{
		padding: 10px 20px;
	}
	.contact
	{
		padding: 20px;
	}
	.contact-left
	{
		padding-right: 10px;
	}
	.contact-right
	{
		padding-left: 10px;
	}
	.events
	{
		padding: 5px;
	}
	.events ul li
	{
		width:50%;
		border: solid 5px #fff;
	}
	.gallery-img
	{
		padding: 5px;
	}
	.gallery-img ul li
	{
		border: solid 5px #fff;
	}
}
@media only screen and (max-width:768px)
{
	.header-top-right
	{
		padding-bottom:0;
	}
	.header-top-right h3
	{
		float: none;
		margin: 8px 0 8px 0;
		text-align:center;
	}
	.social
	{
		padding: 8px 0 0 0;
		border-left: none;
		text-align:center;
		float:none;
	}
	.social a
	{
		display: inline-block;
		float: none;
	}
	.header-top-right h3
	{
		padding-left: 0;
	}
	.header-top-right h3.mail, .header-top-right h3.phone
	{
		background: none;
	}
	.section-content-left, .section-content-right
	{
		width: auto;
		padding: 0;
		float: none;
	}
	.foot_list, .copyright
	{
		margin-right: 0;
		float:none;
	}
	.team-home-inner ul li
	{
		width: auto;
		float: none;
		position:relative;
	}
	.team-home-inner ul li:nth-of-type(4) a, .team-home-inner ul li:nth-of-type(4)
	{
		padding: 30px 0;
		position:static;
		clear:both;
		float:none;
		width: auto;
		float: none;
	}
	.team-home-inner ul li:nth-of-type(4) a h4
	{
		margin: 15% 0 0 0;
	}
	.team-home-inner ul li:nth-of-type(4) a h5
	{
		margin: 0 0 15% 0;
	}
	.team-inner-img, .team-inner-text
	{
		width: auto;
		float: none;
		padding:0;
	}
	.contact-left, .contact-right
	{
		width: auto;
		float: none;
		padding:0;
	}
	.events ul li
	{
		width:auto;
		float:none;
	}
	.gallery-img ul li
	{
		width:33.333333%;
	}
}
@media only screen and (max-width:480px)
{
	.gallery-img ul li
	{
		width:50%;
	}
}
@media only screen and (max-width:320px)
{
	
}