

/********************** DEFAULT STYLES **********************/

* { margin:0; padding:0; }

.HHOFtable { 
	width: 100%; 
	border-collapse: collapse;
	font-family: 'Lato', sans-serif;
	font-weight: 400;

	table-layout: fixed;
}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
	}

tr th { 
	background: #0468B0; 
	color: white; 
	font-weight: bold; 
	}

td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 18px;
	width: 33.33%;
	}

/************************************************************/

@media screen and (min-width: 320px)  {

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
	}

		.breadcrumbNav {
			display: inline-block;
			width: 50%;
			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: 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;
			}

	.textcontent h2 {
		font-family: 'Poppins', sans-serif;
		font-weight: 900;
		font-size: 1.5em;
		line-height: 0.9em;
		margin: 24px 0 12px 0;
	}

	.textcontent h3 {
		font-family: 'Poppins', sans-serif;
		font-weight: 900;
		font-size: 1.5em;
		line-height: 0.9em;
		margin: 12px 0 12px 0;
	}

	.textcontent p {
		font-family: 'Lato', sans-serif;
		font-weight: 500;
		font-size: 0.8em;
		line-height: 1.5em;
		margin: auto auto 12px auto;
	}

	.textcontent ul {
		margin: auto auto 12px auto;
	}

	.textcontent li {
		font-family: 'Lato', sans-serif;
		font-weight: 500;
		font-size: 0.8em;
		line-height: 1.5em;
		margin: auto auto 0px 18px;
		padding-left: 6px;
	}

	.textcontent a {
		color: #0468B0;
	}

	.textcontent p {
		font-family: 'Lato', sans-serif;
		font-weight: 500;
		font-size: 0.8em;
		line-height: 1.5em;
		margin: auto auto 12px auto;
	}

	.leftsection {
		width: 100%;
		height: auto;
		float: none;
		margin-bottom: 12px;
	}

		.scrollbox {
			width: 100%;
			overflow: auto;
		}

		.leftsection table {
			width: 100%;
		}

		.leftsection td {
			text-align: center !important;
		}

		.leftsection td:nth-child(1) { 
			text-align: center !important;
			width: 25% !important;
		}

	.rightsection {
		width: 100%;
		height: auto;
		float: none;
	}

		.rightsection img {
			width: 100%;
			height: auto;
		}

	.caption {
		font-size: 0.75em;
		margin-top: 6px;
	}

}

/************************************************************/

@media screen and (min-width: 375px)  {

	.textcontent p {
		font-size: 0.9em;
		line-height: 1.5em;
		margin: auto auto 18px auto;
	}

	.textcontent li {
		font-size: 0.9em;
		line-height: 1.5em;
	}

}

/************************************************************/

@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: 24px 10px;
	}

	.textcontent p {
		font-size: 1em;
		line-height: 1.5em;
		margin: auto auto 24px auto;
	}

	.textcontent li {
		font-size: 1em;
		line-height: 1.5em;
	}

}

/************************************************************/

@media screen and (min-width: 480px)  {

	

}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 10px;
	}

		.breadcrumbNav {
			margin: auto 10px auto auto;
			width: 100%;
		}

		.mainHeading {
			margin: 10px 0 20px 10px;
			width: 50%;
		}

		.presentedBy {
			margin: 60px 10px auto auto;
		}

			.presentedBy img {
				width: 150px;
			}

		.leftsection td:nth-child(1) { 
			text-align: center !important;
			width: 10% !important;
		}

		.leftsection td:nth-child(2) { 
			width: 20% !important;
		}

}

/************************************************************/

@media screen and (min-width: 667px) {

	.mainHeading {
		margin-top: 10px;
		margin-bottom: 12px;
	}

}

/************************************************************/

@media screen and (min-width: 736px)  {

	.presentedBy {
			margin: 60px 10px auto auto;
		}

			.presentedBy img {
				width: 150px;
			}

	.mainHeading {
		margin-top: 20px;
		margin-bottom: 12px;
	}

		.leftsection td:nth-child(1) { 
			text-align: center !important;
			width: 5% !important;
		}

		.leftsection td:nth-child(2) { 
			width: 12% !important;
		}
}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 65px;
	}

		.breadcrumbNav {
			margin-left: 0px;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('../images_visit/Exhibits_topBanner.jpg');
			background-size: 100% auto;
			background-position: 50% 20%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
			width: 70%;
		}

		.presentedBy {
			margin: 40px auto auto auto;
		}

	.textcontent h2 {
		margin: 0px 0 12px 0;
	}

	.textcontent h3 {
		font-size: 1.5em;
		line-height: 0.9em;
		margin: 0px 0 12px 0;
	}

	.textcontent p {
		font-size: 1em;
		line-height: 1.5em;
		margin: auto auto 24px auto;
	}

	.textcontent li {
		font-size: 1em;
		line-height: 1.5em;
	}

	.textcontent img {
		width: 100%;
		height: auto;
		margin: 0 0 12px 0;
	}

	.leftsection {
		width: 70%;
		height: auto;
		float: left;
		margin-bottom: 48px;
	}

	.rightsection {
		width: 30%;
		height: auto;
		float: right;
		padding-left: 24px;
		margin-bottom: 48px;
	}



}

/************************************************************/

@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-image: url('../images_visit/Exhibits_topBanner.jpg');
			background-size: 100% auto;
			background-position: 50% 60%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}		
    	
}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 240px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

		.mainHeading {
			margin-bottom: 30px;
		}

		.presentedBy {
			margin: 45px 10px auto auto;
		}

			.presentedBy img {
				width: 150px;
			}

		.textcontent p {
			font-family: 'Lato', sans-serif;
			font-weight: 500;
			font-size: 1em;
			line-height: 1.5em;
			margin: auto auto 24px auto;
		}

		.textcontent li {
			font-size: 1em;
			line-height: 1.5em;
		}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 0px 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;
		}

		.presentedBy {
			margin: 50px 10px auto auto;
		}

			.presentedBy img {
				width: 200px;
			}

	.leftsection {
		width: 70%;
		height: auto;
		float: left;
		margin-bottom: 48px;
	}

	.rightsection {
		width: 30%;
		height: auto;
		padding-left: 48px;
	}

}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














