/*Navigation*/
a.eqp-hire-btn {
	font-weight: 600;
}
/**/

/*Hero Unit*/
body.homepage-mobile {
	height: auto;
}

.homepage-mobile #homepage-page-hero-unit {
    top: auto;
    margin-top: 0;
}

.hero-unit-stats h2 {
    font-size: 30px;
}
.hero-unit-stats p {
    font-size: 16px;
    letter-spacing: 1px;
}
.homepage-mobile .stats-wrapper-mobile {
	position: relative;
}
/**/

/*Common Scene CSS*/
.mobile-content.scene-content {
    position: relative;
    opacity: 1;
    text-align: center;
    margin-left: 25%;
    pointer-events: all;
}
.scene-text {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 0 10px;
    color: #FFF;
}
.homepage-mobile .scene-link {
	color: #FFF;
	margin-top: 5px;
}

#mobile-event-management-text p,
#mobile-event-management-text h1,
#mobile-event-management-text .scene-link {
	color: #000;
}


.mobile-container-wrapper {
	height: 768px;
}
.mobile-content.scene-content {
	z-index: 1;
}
/**/

/*Event Consulting Scene*/

#mobile-event-consulting {
	background: url('../assets/scene-assets/event-consulting-scene/bg-main.svg') no-repeat;
	background-size: cover;
}

#ec-illustration {
	width: 100%;
	margin: 0;
	text-align: center;
	position: absolute;
	min-height: 400px;
	overflow: hidden;

	height: 100%;
	left: 0;top: 0;
}

#ec-illustration .mobile-image-wrapper {
	background-image: url('../assets/mobile-assets/event-consulting.svg');
	background-repeat: no-repeat;
	background-position: 50% 120% !important;
	height: 100%;
}



.mobile-image-wrapper {
	position: absolute;
	bottom: -10%;
	left: 0;
	right: 0;
	margin-top: 30px;

	
	background-position: 50% !important;
}
.mobile-image-wrapper img {
	 opacity: 0;
}
/**/

/*Event Management Scene*/

#mobile-event-management {
	background: url('../assets/mobile-assets/event-management-background.svg') no-repeat;
	background-size: cover;
}

#em-illustration {
	width: 100%;
	margin: 0;
	text-align: center;
	position: absolute;
	min-height: 330px;
	overflow: hidden;

	height: 100%;
	left: 0;top: 0;
}

#em-illustration .mobile-image-wrapper {
	background: url('../assets/mobile-assets/event-management.svg') no-repeat;
}
#mobile-event-management-text p a {
	color: #000;
}
#mobile-event-management-text p a:hover {
	color: #F0D116;
}
/**/



/*AV Hire Scene*/

#mobile-av-hire {
	background: url('../assets/mobile-assets/av-hire-background.svg') no-repeat;
	background-size: cover;
}

#av-illustration {
	width: 100%;
	margin: 0;
	text-align: center;
	position: absolute;
	min-height: 340px;
	overflow: hidden;

		height: 100%;
	left: 0;top: 0;
}

#av-illustration .mobile-image-wrapper {
	background: url('../assets/mobile-assets/av-hire.svg') no-repeat;
}
/*End of AV Hire Scene*/


/*Staging Services*/
#mobile-staging-services {
	background: url('../assets/mobile-assets/staging-services-background.svg') no-repeat;
	background-size: cover;
}

#staging-illustration {
	width: 100%;
	margin: 0;
	text-align: center;
	position: absolute;
	min-height: 440px;
	overflow: hidden;

		height: 100%;
	left: 0;top: 0;
}

#staging-illustration .mobile-image-wrapper {
	background: url('../assets/mobile-assets/staging-services.svg') no-repeat;
}
/*End of Staging Services*/


/*Post Production*/

#mobile-post-production {
	background: url('../assets/mobile-assets/post-production-background.svg') no-repeat;
	background-size: cover;
}

#post-production-illustration {
	width: 100%;
	margin: 0;
	text-align: center;
	position: absolute;
	min-height: 360px;
	overflow: hidden;

		height: 100%;
	left: 0;top: 0;
}

#post-production-illustration .mobile-image-wrapper {
	background: url('../assets/mobile-assets/post-production.svg') no-repeat;	
}
/*End of Post Production*/


/*Technical Support*/

#mobile-technical-support {
	background: url('../assets/mobile-assets/tech-support-background.svg') no-repeat;
	background-size: cover;;
}

#technical-support-illustration {
	width: 100%;
	margin: 0;
	text-align: center;
	position: absolute;
	min-height: 280px;
	overflow: hidden;

	height: 100%;
	left: 0;top: 0;
}

#technical-support-illustration .mobile-image-wrapper {
	background: url('../assets/mobile-assets/tech-support.svg') no-repeat;	
}
/*End of Technical Support*/

.mobile-container-wrapper {
	position: relative;
}
.mobile-image-wrapper {
	transition: all 0.3s linear;
    transform: translate3d(0,50%,0);
}



/*Convinced Section*/
.convinced-text {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
/**/

/*Footer*/

.footer-social-wrapper a {
    margin-right: 0;
}
.footer-social-wrapper {
    margin: 0 auto;
}
.footer-social-wrapper a:nth-child(2) {
    margin: 0 35px;
}
.social-address {
    text-align: center;
}

/**/








/*=================================================================================================================================*/
/*=================================================================================================================================*/
/*=========================================================Media Queries===========================================================*/
/*=================================================================================================================================*/
/*=================================================================================================================================*/

@media all and (max-width: 1024px) {

	/*Testimonial Section*/
	.testimonial-wrapper .bx-wrapper .bx-prev {
	    left: 5px;
	}
	.testimonial-wrapper .bx-wrapper .bx-next {
	    right: 5px;
	}
	.testimonial-slides-wrapper .testimonial-slide blockquote {
		padding: 20px 30px;
	}
	/**/


}


@media all and (min-width: 769px) {
	/*Hero unit*/

	body.homepage-mobile {
		height: 100%;
	}
	div.stats-wrapper-mobile {
	    position: absolute;
	    width: 100%;
	    bottom: 0%;
	}
	.homepage-mobile #homepage-page-hero-unit {
	    height: 100%;
	}

	/**/
}



@media all and (max-width: 768px) {



	.homepage-mobile .row {
		margin: 0 auto;
	}
	#mobile-technical-support .row {
	    margin: 0 auto;
	}
	#mobile-post-production .row {
	    margin: 0 auto;
	}
	#mobile-staging-services .row {
	    margin: 0 auto;
	}
	#mobile-av-hire .row {
	    margin: 0 auto;
	}
	#mobile-event-management .row {
	    margin: 0 auto;
	}
	#mobile-event-consulting .row {
	    margin: 0 auto;
	}
	#hus-2 {
		border: 0;
	}

	.convinced-text h2 {
		font-size: 40px;
	}
	#convinced-know-us {
		margin-right: 100px;
	}


}






@media all and (max-width: 480px) {
	
	/*Navigation*/
	.pav-logo img {
		width: 140px;
	}

	/**/


	/*Hero Unit*/

	.homepage-mobile #homepage-page-hero-unit .row {
		margin: 0 auto;
	}
	.hero-unit-large-text-wrapper {
		padding: 0 15px;
		margin-top: 5px;
		margin-bottom: 25px;
	}
	.large-top-text {
    	font-size: 22px;
	}
	.hero-unit-large-text-wrapper h1 {
	    font-size: 46px;
	}
	.large-bottom-text {
	    font-size: 28px;
	}
	.hero-unit-large-text-wrapper h2:before, .hero-unit-large-text-wrapper h2:after {
	    
	}
	.hero-unit-large-text-wrapper h2.large-bottom-text:before {
	    margin-right: 0.15em;
	}
	.hero-unit-large-text-wrapper h2.large-bottom-text:after {
	    margin-left: 0.15em;
	}
	.hero-unit-stats-wrapper {
	    width: 100%;
	    margin-top: 0px;
	    border: 0;
	}
	#hus-1 {
	    margin-top: 90px;
	}
	.hero-unit-stats h2 {
	    font-size: 35px;
	}
	.hero-unit-stats p {
	    font-size: 15px;
	    font-weight: bold;
	}

	/*Common Scene CSS*/
	.mobile-container-wrapper {
		height: 600px;
	}
	/**/

	/*Event Consulting Scene*/

	.mobile-content.scene-content {
		width: 100%;
		margin-left: 0;
	}

	.mobile-image-wrapper img {
	    width: 95%;
	}
	#ec-illustration {
	    min-height: 285px;
	}
	#ec-illustration .mobile-image-wrapper {
	    background-size: 80%;
	}



	/**/

	/*Event Management Scene*/

	#em-illustration .mobile-image-wrapper {
		margin-top: 30px;
	}
	#em-illustration .mobile-image-wrapper img {
	    width: 70%;
	}
	#em-illustration {
	    min-height: 225px;
	}
	#em-illustration .mobile-image-wrapper {
	    background-size: 69%;
	}

	#mobile-event-management-text,
	#mobile-event-management-text h1 {
	    color: #000;
	}
	/**/

	/*AV Hire Scene*/
	#av-illustration .mobile-image-wrapper img {
		width: 90%;
	}
	#av-illustration {
		min-height: 230px;
	}
	#av-illustration .mobile-image-wrapper {
		margin-top: 30px;
	}
	#av-illustration .mobile-image-wrapper {
	    background-size: 80%;
	}

	/**/

	/*Staging Services*/
		#staging-illustration {
			min-height: 320px;
		}
		#staging-illustration .mobile-image-wrapper {
		    background-size: 80%;
		    bottom: -15%;
		}
	/*End of Staging Services*/

	/*Post Production*/
		#post-production-illustration .mobile-image-wrapper img {
		    width: 45%;
		}
		#post-production-illustration {
		    min-height: 265px;
		}
		#post-production-illustration .mobile-image-wrapper {
		    background-size: 80%;
		    height: 57%;
		    bottom: -15%;
		}
	/*End of Post Production*/

	/*Technical Support*/
		#technical-support-illustration {
			min-height: 250px;
		}
		#technical-support-illustration .mobile-image-wrapper {
		    background-size: 90%;
			bottom: -8%;
		}
	/*End of Technical Support*/


}