

/********************** DEFAULT STYLES **********************/

* { margin:0; padding:0;}

.inLiner {
	scroll-margin-top:230px;
}

/************************************************************/

@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;
			width: 50%;
		}

		.bannerImage {
			display: none;
		}

		.mainHeading {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 2.125em;
			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;
		}
			#mainHeading02 {
				font-size: 1.5em !important;
			}
		.container-01 h2 {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 2em;
			line-height: 0.85em;
			text-transform: uppercase;
			letter-spacing: 1px;
			margin: 12px 0 20px 0px;
			width: auto;
		}

		.presentedBy {
			width: auto;
			height: auto;
			display: inline-block;
			float: right;
			margin: 0px 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 10px auto;
			}
			.presentedBy img {
				width: 90px;
				height: auto;
				margin: auto;
			}

			.timelinecontent {
				padding: 24px 0;
			}

			.leftcolumn {
				display: none;
			}
				.textcontent {
					width: 100%;
					height: auto;
				}
					.textcontent h2 {
						font-family: 'Poppins', sans-serif;
						font-weight: 900;
						font-size: 1.5em;
						line-height: 0.9em;
						margin: 18px 0 12px 0;
						border-left: 10px solid #0468B0;
						padding-left: 12px;
					}
					.textcontent h3 {
						font-family: 'Poppins', sans-serif;
						font-weight: 900;
						font-size: 1em;
						line-height: 0.9em;
						margin: 12px 0 12px 0;
					}
					.textcontent p, .tablesection p {
						font-family: 'Lato', sans-serif;
						font-weight: 500;
						font-size: 0.85em;
						line-height: 1.5em;
						margin: auto auto 10px auto;
					}
					.textcontent ul {
						margin: 0;
					}
					.textcontent li {
						font-family: 'Lato', sans-serif;
						font-weight: 500;
						font-size: 0.85em;
						line-height: 1.125em;
						margin: auto auto 10px 18px;
					}
					.textcontent a {
						color: #0468B0;
					}
					.textcontent img {
						width: 100%;
						height: auto;
						margin: 0 0 0 0;
					}
					.imageCaption {
						font-size: 0.65em !important;
						font-family: 'Lato', sans-serif !important;
						font-weight: 700 !important;
						margin: 5px auto 15px auto !important;
					}

			.rightcolumn {
				width: 100%;
				height: auto;
				float: none;
			}

}

/************************************************************/

@media screen and (min-width: 375px)  {

	.mainHeading {
		font-size: 2.7em;
	}

	.timelinecontent h1 {
		font-size: 2em;
		margin: 20px 0 30px 0px;
		border-left: 10px solid #0468B0;
		width: 100%;
	}
}

/************************************************************/

@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: 25px 15px;
	}

		.breadcrumbNav {
			width: 60%;
		}

		.presentedBy {
			margin: 0px auto auto auto;
		}

		.mainHeading {
			font-size: 2.75em;
			width: 100%;
			margin-bottom: 12px;
		}

			#mainHeading02 {
				/*font-size: 2.25em !important;*/
			}

	.timelinecontent h1 {
		font-size: 2em;
		margin: 20px 0 30px 0px;
		border-left: 10px solid #0468B0;
		width: 100%;
	}

		.textcontent p, .tablesection p {
			font-size: 1em;
			line-height: 1.5em;
			margin: auto auto 10px auto;
		}

		.imageCaption {
			font-size: 0.75em !important;
			margin: 5px auto 15px auto !important;
		}

}

/************************************************************/

@media screen and (min-width: 480px)  {

	

}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 20px;
	}

		.breadcrumbNav {
			margin: auto 10px auto auto;
			width: 70%;
		}

		.mainHeading {
			margin: 20px 0 30px 0px;
			width: 60%;
		}

		.presentedBy {
			margin: 12px 0px 24px auto;
		}

			.presentedBy img {
				width: 90px;
				height: auto;
				margin: auto;
			}

		.leftColumn {
			width: 45%;
			height: auto;
			float: left;
		}

		.rightColumn {
			width: 55%;
			height: auto;
			float: right;
			padding: 0 25px;
		}

		.imageCaption {
			font-size: 0.75em !important;
			margin: 5px auto 15px auto !important;
		}

}

/************************************************************/

@media screen and (min-width: 667px) {


}

/************************************************************/

@media screen and (min-width: 736px)  {

	.mainHeading {
		width: 50%;
	}

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 25px;
	}

		.breadcrumbNav {
			margin-left: 0px;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('../images/06_hockeypedia/proclassics_topBanner.jpg');
			background-size: 100% auto;
			background-position: 50% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			margin-bottom: 20px;
			font-size: 3em;
			width: 50%;
		}

			#mainHeading02 {
				font-size: 3em !important;
			}

			#firstHeading {
				margin-top: -100px !important;
				margin-bottom: 24px !important;
			}

		.presentedBy {
			margin-right: 0px;
			margin-top: 18px;
			margin-bottom: -10px;
		}

		.leftcolumn {
			display: inherit;
			width: 35%;
			float: left;
			padding-right: 24px;
		}

			.textcontent {
				width: 100%;
				height: auto;
			}

				.textcontent h3 {
					font-size: 1.25em;
					line-height: 0.9em;
					margin: 0px 0 12px 0;
				}

				.textcontent p, .tablesection p {
					margin: auto auto 10px auto;
				}

				.textcontent img {
					width: 100%;
					height: auto;
					margin: 0 0 0 0;
				}

		.rightcolumn {
			width: 65%;
			float: right;
		}

			.mobileEventBox {
				display: none;
			}

	td, th { 
		padding: 5px; 
		font-size: 0.7em;
		line-height: 1.125em;
	}

		.imageCaption {
			font-size: 0.75em !important;
			margin: 5px auto 15px auto !important;
		}

}

/************************************************************/

@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% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
		}
    	
}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 200px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

		.mainHeading {
			width: 40%;
			margin-top: 25px;
		}

		#firstHeading {
			margin-top: 48px !important;
			margin-bottom: 24px !important;
		}

	.presentedBy {
		margin-top: 0px;
		margin-bottom: 24px;
	}

		.presentedBy img {
			width: 90px;
			height: auto;
			margin: auto;
		}

	.leftcolumn {
		width: 30%;
		float: left;
		padding-right: 24px;
	}

		.textcontent {
			width: 100%;
			height: auto;
		}

			.textcontent p, .tablesection p {
				margin: auto auto 10px auto;
			}

			.textcontent img {
				width: 100%;
				height: auto;
				margin: 0 0 0 0;
			}

	.rightcolumn {
		width: 70%;
		float: right;
	}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 230px 40px 40px 40px; 
	}

}

/************************************************************/

@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;
		}

			#mainHeading02 {
				font-size: 4em !important;
			}

			#firstHeading {
				margin-top: 20px !important;
				margin-bottom: 24px !important;
			}

		.presentedBy img {
			width: 120px;
		}

		.imageCaption {
			font-size: 0.75em !important;
			margin: 5px auto 15px auto !important;
		}

}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














