

/********************** 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;
}

/************************************************************/

@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;
			text-transform: uppercase;
			line-height: 0.8em;
			letter-spacing: 1px;
			padding: 1px 0 1px 20px;
			margin: 20px 0 20px 0px;
			border-left: 10px solid #0468B0;
			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: 100px;
				height: auto;
				margin: auto;
			}

		.gridSection {
			width: 100%;
			height: auto;
		}

			.gridCard {
				float: none;
				display: inline-block;
				width: 100%;
				height: auto;
				margin: auto auto 35px auto;
				transition: 0.3s !important;
			}

			.gridImage {
				width: 100%;
				height: 200px;
				background-position: 50% 50%;
				float: none;
				transition: 0.3s !important;
			}

				#grid01 {
					background-image: url('/images_hockeypedia/grid_olympicwintergames_01.jpg');
					background-size: auto 100%;
				}

				#grid02 {
					background-image: url('/images_hockeypedia/grid_olympicwintergames_02.jpg');
					background-size: auto 100%;
				}

				#grid03 {
					background-image: url('/images_hockeypedia/grid_olympicwintergames_03.jpg');
					background-size: auto 100%;
				}

			.gridContent {
				display: inline-block;
				width: 100%;
				height: auto;
				float: none;
			}

				.gridHeading {
					font-family: 'Poppins', sans-serif;
					font-weight: 900;
					background-color: #fff;
					color: #000;
					font-size: 1.5em;
					margin: 15px auto 15px auto;
					height: auto;
				}

				.gridCopy {
					font-family: 'Poppins', sans-serif;
					font-weight: 500;
					background-color: #fff;
					color: #000;
					font-size: 0.75em;
					margin: 5px auto 5px auto;
					height: auto;
				}

				.gridButton {
					display: inline-block;
					font-family: 'Lato', sans-serif;
					font-weight: 400;
					background-color: #0468B0;
					color: #fff;
					text-transform: uppercase;
					border-radius: 4px;
					padding: 4px 15px;
					font-size: 0.85em;
					height: auto;
					transition: 0.3s;
				}

					.gridButton:hover {
						background-color: lightgrey;
						color: #0468B0;
						text-decoration: none;
					}

					.gridButton:active {
						background-color: lightgrey;
						color: #0468B0;
						text-decoration: none;
					}

					.gridCard:hover > .gridImage {
						background-size: auto 110% !important;
					}

		.tableSection h3 {
			font-family: 'Lato', sans-serif;
			font-weight: 900;
			font-size: 1.75em;
			line-height: 0.9em;
			text-transform: uppercase;
			float: left;
			width: 100%;
		}

		.tableSection table {
			width: 100%;
			font-family: 'Lato', sans-serif;
			font-weight: 500;
		}

			.tableSection table tr {
				border-bottom: 2px solid white;
			}

			.tableSection table tr:nth-child(odd) {
				background-color: #f0f1f1;
			}

			.tableSection table tr:nth-child(even) {
				background-color: #e6e7e8;
			}

			.tableSection table tr td {
			}

				.tableSection table tr td:nth-child(1) {
					padding: 12px 0px 12px 12px;
					width: 25%;
					font-size: 0.7em;
				}

				.tableSection table tr td:nth-child(2) {
					padding: 12px 0px 12px 6px;
					width: 37.5%;
					font-size: 0.6em;
				}

				.tableSection table tr td:nth-child(3) {
					padding: 12px 0px 12px 6px;
					width: 37.5%;
					font-size: 0.6em;
				}

	.container-02 {
		width: 100%;
		height: auto;
		background-color: #e6e7e8;
		padding: 30px 15px 15px 15px;
	}
		.sponsorSection {
			width: 100%;
			height: 200px;
			margin: auto auto 15px auto;
		}

			#leGermainHotels {
				background-image: url('../images/sponsorBG_leGermainHotel.jpg');
				background-size: auto 100%;
				background-position: 0% 50%;
				padding: 15px;
			}

				#leGermainHotels h1 {
					font-family: 'Lato', sans-serif;
					font-weight: 900;
					color: #fff;
					font-size: 2.25em;
					line-height: 0.9em;
					text-transform: uppercase;
				}

				#leGermainHotels p {
					font-family: 'Lato', sans-serif;
					font-weight: 500;
					color: #fff;
					font-size: 0.8em;
					line-height: 0.9em;
					margin: auto auto 10px auto;
				}

				#leGermainHotels h2 {
					font-family: 'Lato', sans-serif;
					font-weight: 900;
					color: #fff;
					font-size: 1em;
					line-height: 0.9em;
					text-transform: uppercase;
					float: left;
					width: 65%;
				}

				#leGermainHotels img {
					float: right;
					width: 25%;
					height: auto;
					margin: auto auto -25px auto;
				}

				#leGermainHotels a {
					display: inline-block;
					float: left;
					margin: auto;
					font-family: 'Lato', sans-serif;
					font-weight: 400;
					background-color: #0468B0;
					color: #fff;
					text-transform: uppercase;
					border-radius: 4px;
					padding: 4px 20px;
					font-size: 0.75em;
				}

			#bottomLine {
				/*background-image: url('../images/grid_retailStore.jpg');*/
				background-color: #000;
				padding: 15px;
			}

				.bottomLineLogo {
					width: 100%;
					height: auto;
					margin: auto;
					padding: 0px;
				}

				.bottomLineLogo img {
					width: 100%;
					height: auto;
					margin: 5% auto 5% auto;
				}

				#bottomLine a {
					display: inline-block;
					float: left;
					margin: auto;
					font-family: 'Lato', sans-serif;
					font-weight: 400;
					background-color: #0468B0;
					color: #fff;
					text-transform: uppercase;
					border-radius: 4px;
					padding: 4px 20px;
					font-size: 0.75em;
				}

}

/************************************************************/

@media screen and (min-width: 375px)  {

		.tableSection h3 {
			font-size: 1.75em;
			line-height: 0.9em;
		}

		.tableSection table {
		}

			.tableSection table tr td {
			}

				.tableSection table tr td:nth-child(1) {
					padding: 12px 0px 12px 12px;
					width: 30%;
					font-size: 0.7em;
				}

				.tableSection table tr td:nth-child(2) {
					padding: 12px 0px 12px 6px;
					width: 35%;
					font-size: 0.6em;
				}

				.tableSection table tr td:nth-child(3) {
					padding: 12px 6px 12px 0px;
					width: 35%;
					font-size: 0.6em;
				}

	.container-02 {
	}

		.sponsorSection {
			height: 220px;
		}

			#bottomLine {
				background-image: url('../images/sponsorBG_theBottomLine.jpg');
				background-size: auto 100%;
				background-position: 55% 50%;
			}

				.bottomLineLogo img {
					width: 315px;
					height: auto;
					margin: 2% auto 5% auto;
					float: left;
				}

				#bottomLine a {
					border-radius: 4px;
					padding: 4px 20px;
					font-size: 0.75em;
				}

}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {

    .container-02 {
	}

		.sponsorSection {
			height: 220px;
		}

			#bottomLine {
				background-image: url('../images/sponsorBG_theBottomLine.jpg');
				background-size: auto 100%;
				background-position: 55% 50%;
			}

				.bottomLineLogo img {
					width: 315px;
					height: auto;
					margin: 2% auto 5% auto;
					float: left;
				}

				#bottomLine a {
					border-radius: 4px;
					padding: 4px 20px;
					font-size: 0.75em;
				}

}

/************************************************************/

@media screen and (min-width: 414px)  {

	.container-01 {
		padding: 25px 15px 15px 15px;
	}
		.breadcrumbNav {
			/*width: 70%;*/
		}

		.gridSection {
		}

			.gridImage {
				height: 250px;
			}

			.gridContent {
			}

				.gridHeading {
					font-size: 1.75em;
					margin: 15px auto 15px auto;
				}

				.gridCopy {
					font-family: 'Poppins', sans-serif;
					font-weight: 500;
					background-color: #fff;
					color: #000;
					font-size: 0.75em;
					margin: 5px auto 5px auto;
				}

				.gridButton {
					display: inline-block;
					font-family: 'Lato', sans-serif;
					font-weight: 400;
					background-color: #0468B0;
					color: #fff;
					text-transform: uppercase;
					border-radius: 4px;
					padding: 4px 15px;
					font-size: 0.85em;
					clear: both;
				}


		.tableSection h3 {
			font-size: 2em;
			line-height: 0.9em;
		}

		.tableSection table {
		}

			.tableSection table tr td {
			}

				.tableSection table tr td:nth-child(1) {
					padding: 12px 0px 12px 12px;
					width: 30%;
					font-size: 0.8em;
					line-height: 1em;
				}

				.tableSection table tr td:nth-child(2) {
					padding: 12px 0px 12px 6px;
					width: 35%;
					font-size: 0.7em;
				}

				.tableSection table tr td:nth-child(3) {
					padding: 12px 6px 12px 0px;
					width: 35%;
					font-size: 0.7em;
				}


}

/************************************************************/

@media screen and (min-width: 480px)  {

	

}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 10px;
	}

		.breadcrumbNav {
			margin: auto 10px;
		}

		.mainHeading {
			margin: 20px 0 30px 10px;
			width: 100%;
		}

		.presentedBy {
			margin: 0px 10px auto auto;
		}

			.presentedBy img {
				width: 120px;
				height: auto;
				margin: auto;
			}

		.gridSection {
		}

			.gridCard {
				float: left;
				width: 46.5%;
				height: auto;
				margin: auto 1.75% 35px 1.75%;
			}

			.gridImage {
				width: 100%;
				height: 125px;
				background-position: 50% 50%;
				float: none;
				transition: 0.3s;
			}

				#grid01 {
					background-size: 100% auto;
				}

				#grid02 {
					background-size: 100% auto;
				}

				#grid03 {
					background-size: 100% auto;
				}

				#grid04 {
					background-size: 100% auto;
				}

				#grid05 {
					background-size: 100% auto;
				}

				#grid06 {
					background-size: 100% auto;
				}

				#grid07 {
					background-size: 100% auto;
				}

				#grid08 {
					background-size: 100% auto;
				}

				#grid09 {
					background-size: 100% auto;
				}

			.gridContent {
				width: 100%;
				height: auto;
				float: none;
			}

				.gridHeading {
					font-size: 1.25em;
					margin: 15px auto 15px auto;
				}

				.gridCopy {
					font-size: 0.65em;
					margin: 5px auto 10px auto;
					height: auto;
				}

				.gridButton {
				}

				.gridCard:hover > a .gridImage {
						background-size: 110% auto !important;
					}

		.tableSection {
			padding-left: 10px;
			padding-right: 10px;
		}

			.tableSection h3 {
				font-size: 2em;
				line-height: 0.9em;
			}

			.tableSection table {
			}

				.tableSection table tr td {
				}

					.tableSection table tr td:nth-child(1) {
						padding: 12px 0px 12px 12px;
						width: 30%;
						font-size: 0.9em;
						line-height: 1em;
					}

					.tableSection table tr td:nth-child(2) {
						padding: 12px 0px 12px 6px;
						width: 35%;
						font-size: 0.9em;
					}

					.tableSection table tr td:nth-child(3) {
						padding: 12px 6px 12px 0px;
						width: 35%;
						font-size: 0.9em;
					}

	.container-02 {
		padding: 20px;
	}

		.sponsorSection {
			width: 100%;
			height: 170px;
			margin: auto auto 15px auto;
		}

			#leGermainHotels {
				background-size: 100% auto;
				background-position: 0% 70%;
				padding: 15px;
			}

				#leGermainHotels h1 {
					font-size: 2.25em;
					line-height: 0.9em;
				}

				#leGermainHotels p {
					font-size: 0.8em;
					line-height: 0.9em;
					margin: auto auto 5px auto;
				}

				#leGermainHotels h2 {
					font-size: 1em;
					line-height: 0.9em;
					float: left;
					width: 65%;
					margin-bottom: -10px;
				}

				#leGermainHotels img {
					float: right;
					width: 13%;
					height: auto;
					margin: -2% auto -25px auto;
				}

				#leGermainHotels a {
					border-radius: 4px;
					padding: 3px 20px;
					font-size: 0.7em;
				}

			#bottomLine {
				background-size: auto 100%;
				background-position: 100% 50%;
				padding: 12px 15px;
				background-repeat: no-repeat;
			}

				.bottomLineLogo {
					width: 100%;
					height: auto;
					margin: auto;
					padding: 0;
				}

				.bottomLineLogo img {
					width: 220px;
					height: auto;
					margin: auto auto 15px auto;
					float: none;
					clear: both;
				}

				#bottomLine a {
					border-radius: 4px;
					padding: 3px 20px;
					font-size: 0.7em;
				}

}

/************************************************************/

@media screen and (min-width: 667px) {

	.gridImage {
		width: 100%;
		height: 150px;
		background-position: 50% 50%;
		float: none;
	}

	.gridHeading {
		font-size: 1.5em;
	}

	.gridCopy {
		font-size: 0.75em;
		margin: 5px auto 10px auto;
	}

	.gridButton {
	}

}

/************************************************************/

@media screen and (min-width: 736px)  {

	

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 25px;
	}

		.breadcrumbNav {
			margin-left: 0px;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('/images_hockeypedia/gallery_placeholder.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;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 15px;
		}

		.gridSection {
			width: 103.5%;
			margin-left: -15px;
		}

			.gridCopy {
			}

	.container-02 {
		padding: 25px;
	}

	.gridSection {
		margin-left: -13px;
		}

			.gridCard {
				float: left;
				width: 46.5%;
				height: auto;
				margin: auto 1.75% 35px 1.75%;
			}

			.gridImage {
				height: 175px;
			}

	.tableSection {
		padding-left: 0px;
		padding-right: 0px;
	}

}

/************************************************************/

@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;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
		}

		.gridSection {
			width: 103.5%;
			margin-left: -13px;
		}

	.container-02 {
		padding: 25px;
	}

			.gridCard {
				float: left;
				width: 46.5%;
				height: auto;
				margin: auto 1.75% 35px 1.75%;
			}

			.gridImage {
				height: 200px;
			}
    	
}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 240px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

		.mainHeading {
			width: 50%;
			margin-top: 25px;
		}

		.presentedBy img {
			width: 130px;
			height: auto;
			margin: auto;
		}

		.gridSection {
			width: 103%;
			margin-left: -9px;
		}

			.gridCard {
				width: 31%;
				margin: auto 1% 40px 1%;
			}
				.gridHeading {
					font-size: 1.5em;
				}

				.gridCopy {
					font-size: 0.9em;
				}

				.gridButton {
					font-size: 0.9em;
				}

				.gridImage {
					height: 150px;
				}

		.tableSection {
			padding-left: 0px;
			padding-right: 0px;
		}

		.tableSection h3 {
			font-size: 2em;
			margin-top: 24px;
			margin-bottom: 18px;
		}

		.tableSection table {
		}

			.tableSection table tr {
				border-bottom: 2px solid white;
			}

			.tableSection table tr:nth-child(odd) {
				background-color: #f0f1f1;
			}

			.tableSection table tr:nth-child(even) {
				background-color: #e6e7e8;
			}

			.tableSection table tr td {
				padding: 12px 30px;
			}

	.container-02 {
		padding: 40px;
	}

		#leGermainHotels img {
			width: 90px;
		}

		#bottomLine {
			background-size: 100% auto;
		}

			.bottomLineLogo img {
				width: 240px;
				height: auto;
				margin: auto auto 15px auto;
				float: none;
				clear: both;
			}
}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 0px 40px; 
	}

		.gridCard {
			height: auto;
		}

	.tableSection {
			margin-bottom: 24px;
		}


}

/************************************************************/

@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 img {
			width: 150px;
		}

		.gridSection {
			margin-left: -11px;
		}
			.gridImage {
				height: 200px;
				background-position: 50% 50%;
			}

			.gridCard {
				height: auto;
			}
				.gridHeading {
					font-size: 1.75em;
				}

				.gridCopy {
					font-size: 1em;
				}

				.gridButton {
					font-size: 0.9em;
				}

		.tableSection {
			margin-bottom: 24px;
		}

	.container-02 {
		width: 100%;
		margin: auto;
		padding-left: 0;
		padding-right: 0;
	}

		.sponsor-box {
			width: 1200px;
			margin: auto;
			padding-right: 40px
			padding-left: 40px;
		}

		.sponsorSection {
			height: 225px;
		}

		#leGermainHotels, #bottomLine { 
			padding: 25px;
		}

			#leGermainHotels h1 {
				font-size: 3.5em;
			}

			#leGermainHotels p {
				font-size: 1em;
				margin: 10px 0;
			}

			#leGermainHotels h2 {
				font-size: 1.75em;
			}

			#leGermainHotels a {
				margin: 20px auto auto auto;
			}

			#leGermainHotels img {
				width: 170px;
				margin-top: -90px;
				margin-bottom: -100px;
			}

		.bottomLineLogo img {
			width: 300px;
		}
}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














