

/********************** DEFAULT STYLES **********************/

* {  padding:0; }

.carousel-control-prev-icon {
	background-image: url('../images/arrowLeft.svg') !important;
}

.carousel-control-next-icon {
	background-image: url('../images/arrowRight.svg') !important;
}

/************************************************************/

@media screen and (min-width: 320px)  {

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
	}

		.breadcrumbNav {
			display: inline-block;
			width: 100%;
			height: auto;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 0.7em;
			margin: auto;
		}

		.bannerImage {
			display: none;
		}

		.mainHeading {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 2.75em;
			line-height: 0.8em;
			text-transform: uppercase;
			letter-spacing: 1px;
			padding: 1px 0 1px 20px;
			margin: 10px 0 20px 0px;
			border-left: 10px solid #0468B0;
			width: auto;
		}

		.presentedBy {
			width: auto;
			height: auto;
			display: inline-block;
			float: right;
			margin: -160px auto auto auto;
		}

			.presentedBy p {
				text-align: center;
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				text-transform: uppercase;
				font-size: 0.6em;
				margin: auto auto 5px auto;
			}

			.presentedBy img {
				width: 90px;
				height: auto;
				margin: 150px auto auto auto;
			}

		.contentSection {
			width: 100%;
			height: auto;
		}
			
			.subheading {
				font-family: 'Lato', sans-serif;
				font-weight: 900 !important;
				display: inline-block;

				margin: 12px 0px 12px 0px !important;
				font-size: 1.125em !important;
			}

			.contentSection p {
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				display: inline-block;

				margin: 0px 0px 12px 0px;
				font-size: 0.9em;
				width: 100%;
			}

			.contentSection ol {
				margin-left: 24px;
				display: inline-block;
			}

			.contentSection ul {
				margin-left: 24px;
				display: inline-block;
			}

			.contentSection li {
				font-family: 'Lato', sans-serif;
				font-weight: 400;

				font-size: 0.9em;
				padding-left: 6px;
				margin-bottom: 24px;
			}

	.purchasetickets {
		display: block;
		padding: 5px 10px;
		font-family: 'Lato', sans-serif;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 1.125em;
		line-height: 1.125em;
		color: #fff;
		background-color: #0468B0;
		border: 0;
		border-radius: 3px;
		margin: auto auto 24px auto;
		width: 200px;
		text-align: center;
	}

		.purchasetickets:hover {
			color: #fff;
		}

}

/************************************************************/

@media screen and (min-width: 375px)  {

}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {

}

/************************************************************/

@media screen and (min-width: 414px)  {

	.purchasetickets {
		width: 250px;
		font-size: 1.5em;
	}

}

/************************************************************/

@media screen and (min-width: 480px)  {

	

}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 10px;
	}

		.breadcrumbNav {
			margin: auto 10px;
		}

		.mainHeading {
			margin: 10px 0 20px 10px;
			width: 100%;
		}

		.presentedBy {
			margin: -15px 10px auto auto;
		}

		.contentSection {
			padding: 10px;
		}

	.presentedBy img {
		width: 90px;
		height: auto;
		margin: auto;
	}


}

/************************************************************/

@media screen and (min-width: 667px) {

	.mainHeading {
		margin-top: 10px;
		margin-bottom: 12px;
	}

	

}

/************************************************************/

@media screen and (min-width: 736px)  {

	.mainHeading {
		margin-top: 20px;
		margin-bottom: 12px;
		width: 100%;
	}

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 25px;
	}

		.breadcrumbNav {
			margin-left: 0px;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('../images/gallery_placeholder.jpg');
			background-size: 100% auto;
			background-position: 50% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
			width: 60%;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 10px;
		}

			.presentedBy img {
				width: 100px;
				margin-top: 0px;
			}

		.contentSection {
			padding: 0px;
		}

		.purchasetickets {
			width: 250px;
			font-size: 1.25em;
			float: right;
			margin-top: 50px;
		}



}

/************************************************************/

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

    .container-01 {
		padding: 25px;
	}

		.bannerImage {
			display: inline-block;
			background-size: 100% auto;
			background-position: 50% 30%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
		}

}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 200px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

		.mainHeading {
			margin-bottom: 30px;
		}

		.presentedBy {
			margin-bottom: 0px;
			margin-top: -5px;
		}

		.purchasetickets {
			float: right;
			margin-top: 28px;
		}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 200px 40px 0px 40px; 
	}

		.bannerImage {
			background-size: 100% auto;
		}

		.mainHeading {
		}

		.contentSection {
			padding-bottom: 24px;
		}

		.purchasetickets {
			margin-top: 28px;
		}

}

/************************************************************/

@media screen and (min-width: 1266px)  {

}

/************************************************************/

@media screen and (min-width: 1280px)  {

	.container-01 {
		width: 1280px;
		margin: auto;
	}

		.mainHeading {
			font-size: 4em;
			padding: 0 0 0 20px;
			margin: 30px 0 30px 0;
		}

		.presentedBy {
			margin-top: 0px;
		}

			.presentedBy img {
				width: 150px;
				margin-bottom: 20px;
			}

		.purchasetickets {
			margin-top: 42px;
		}


}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














