

/********************** DEFAULT STYLES **********************/

* { margin:0; padding:0; }

.carousel-control-prev-icon {
	background-image: url('/images/arrowLeft.svg') !important;
}

.carousel-control-next-icon {
	background-image: url('/images/arrowRight.svg') !important;
}

.contentSection a {
	color: #0468B0;
}

.inLiner {
	scroll-margin-top:250px;
}

/************************************************************/

@media screen and (min-width: 320px)  {

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
	}

		.breadcrumbNav {
			display: inline-block;
			width: 80%;
			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.5em;
			line-height: 0.8em;
			text-transform: uppercase;
			letter-spacing: 1px;
			padding: 1px 0 1px 20px;
			margin: 30px 0 30px 0px;
			border-left: 10px solid #0468B0;
			width: auto;
		}

		.presentedBy {
			width: auto;
			height: auto;
			display: inline-block;
			float: right;
			margin: -20px 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: 80px;
				height: auto;
				margin: 0px auto 30px auto;
			}


		.contentSection {
			width: 100%;
			height: auto;
		}
			
			.subheading {
				font-family: 'Lato', sans-serif;
				font-weight: 900 !important;
				display: inline-block;

				margin: 18px 0px 6px 0px !important;
				font-size: 1.125em !important;
			}

			.contentSection h2 {
				font-family: 'Poppins', sans-serif;
				font-weight: 900;
				font-size: 2em;
				line-height: 0.9em;
				display: inline-block;
				color: #0468B0;

				margin: 0px 0px 24px 0px;
				width: 100%;
			}

			.contentSection h3 {
				font-family: 'Poppins', sans-serif;
				font-weight: 900;
				font-size: 1.5em;
				line-height: 0.8em;
				display: inline-block;
				color: #cf363e;

				margin: 0px 0px 12px 0px;
				width: 100%;
			}

			.contentSection p {
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				display: inline-block;

				margin: 0px 0px 24px 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: 1.0em;
				padding-left: 6px;
			}

	.newsbox {
		margin-bottom: 24px;
		padding-bottom: 24px;
		/* border-bottom: 1px solid lightgrey;*/
	}

	.newsbox img {
		float: left;
		width: 100%;
		height: auto;
		margin-bottom: 12px;
	
	}

	.newsbox figure figcaption {
		width: auto;
		height: auto;
		margin-bottom: 12px;
	
	}


	.newsbox figcaption {
		font-family: 'Lato', sans-serif;
		font-weight: 700 !important;
		font-size: 0.75em !important;
		text-align: center;
		margin-bottom: 0px !important;
			}


	.bidbutton {
		display: block;
		width: 50% !important;
		height: auto;
		margin: auto;
	}

	.newsdate {
		font-size: 0.75em !important;
	}

}

/************************************************************/

@media screen and (min-width: 375px)  {

	.bidbutton {
		width: 40% !important;
	}


}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
	

}

/************************************************************/

@media screen and (min-width: 414px)  {

	.container-01 {
		padding-top: 20px;
	}

}

/************************************************************/

@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;
	}

	.bidbutton {
		width: 150px !important;
	}


}

/************************************************************/

@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: 65px;
	}

		.breadcrumbNav {
			margin-left: 0px;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('/images/BrickWall_HHOF.jpg');
			background-size: 100% auto;
			background-position: 50% 100%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
			background-repeat: no-repeat;
			padding: 24px;
		}

			.bannerImage img {
				width: auto;
				height: 100%;
			}

			.bannerImage p {
				float: right;
				color: #fff;
				text-transform: uppercase;
				text-align: right;
				width: 200px;
				font-family: 'Lato', sans-serif;
				font-weight: 900;
				font-size: 0.9em;
				margin-top: 24px;
			}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 10px;
		}

			.presentedBy img {
				width: 100px;
				margin-top: 0px;
			}

		.contentSection {
			padding: 0px;
		}

	.newsbox {
		margin-bottom: 56px;
	}

	.newsbox img {
		width: 40%;
		height: auto;
		float: left;
		margin-bottom: 0;
	}

	.newscontent {
		width: 60%;
		height: auto;
		float: right;
		padding-left: 24px;
	}

	.bidbutton {
		width: 125px !important;
	}

}

/************************************************************/

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

    .container-01 {
		padding: 65px;
	}

		.bannerImage {
			display: inline-block;
			background-size: 100% auto;
			background-position: 50% 100%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
		}

}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 240px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

		.bannerImage p {
			width: 275px;
			font-size: 1em;
			margin-top: 30px;
		}

		.mainHeading {
			margin-bottom: 30px;
		}

		.presentedBy {
			margin-bottom: 0px;
			margin-top: -5px;
		}

	.contentSection h2 {
		font-size: 3em;
		line-height: 0.9em;

		margin: 0px 0px 24px 0px;
		width: 100%;
	}

	.contentSection h3 {
		font-size: 2em;
		line-height: 0.8em;

		margin: 0px 0px 12px 0px;
		width: 100%;
	}

	.contentSection p {
		font-size: 1em;
	}

	#newatthehall {
		position: absolute;
		top: 1350px;
	}

	
}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 20px 40px; 
	}

		.bannerImage {
			background-size: 100% auto;
		}

		.mainHeading {
		}

		.contentSection {
			padding-bottom: 24px;
		}

			.contentSection h3 {
				font-size: 1.75em;
			}

	#newatthehall {
		top: 1320px;
	}

	

}

/************************************************************/

@media screen and (min-width: 1180px)  {

	#newatthehall {
		top: 1360px;
	}



}

/************************************************************/

@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: 130px;
				margin-bottom: 20px;
			}

	.newsbox {
		margin-bottom: 56px;
	}

	.newsbox img {
		width: 40%;
		height: auto;
		float: left;
		margin-bottom: 0;
	}

	.newscontent {
		width: 60%;
		height: auto;
		float: right;
		padding-left: 48px;
	}

	.contentSection h2 {
		font-size: 3em;
		line-height: 0.9em;

		margin: 0px 0px 24px 0px;
		width: 100%;
	}

	.contentSection h3 {
		font-size: 2em;
		line-height: 0.8em;

		margin: 0px 0px 12px 0px;
		width: 100%;
	}

	.contentSection p {
		font-size: 1em;
	}

	.bidbutton {
		width: 150px !important;
	}

	#newatthehall {
		top: 1400px;
	}

	

}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














