

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


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

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

		.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;
			}

				a #grid01 {
					background-image: url('/STCPhotoRetrieval/javax.faces.resource/images/ticketsvisitorinfo_grid01.jpg.xhtml');

					background-size: auto 100%;
				}

				a #grid02 {
					background-image: url('/STCPhotoRetrieval/javax.faces.resource/images/ticketsvisitorinfo_grid02.jpg.xhtml');

					background-size: auto 100%;
				}

				a #grid03 {
					background-image: url('/STCPhotoRetrieval/javax.faces.resource/images/ticketsvisitorinfo_grid03.jpg.xhtml');

					background-size: auto 100%;
				}

				a #grid04 {
					background-image: url('/STCPhotoRetrieval/javax.faces.resource/images/ticketsvisitorinfo_grid04.jpg.xhtml');

					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 !important;
					margin: 15px auto 0px auto !important;
					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 > a .gridImage {
						background-size: auto 110% !important;
					}

}

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

@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)  {

		.gridSection {
		}

			.gridImage {
				height: 250px;
			}

			.gridContent {
			}

				.gridHeading {
					font-size: 1.75em !important;
				}

				.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;
				}


}

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

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

	

}

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

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

		.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;
			}

				a #grid01 {
					background-size: 100% auto;
				}

				a #grid02 {
					background-size: 100% auto;
				}

				a #grid03 {
					background-size: 100% auto;
				}

				a #grid04 {
					background-size: 100% auto;
				}

			.gridContent {
				width: 100%;
				height: auto;
				float: none;
			}

				.gridHeading {
					font-size: 1.25em !important;
				}

				.gridCopy {
					font-size: 0.65em;
					margin: 5px auto 10px auto;
					height: 40px;
				}

				.gridButton {
				}

				.gridCard:hover > a .gridImage {
						background-size: 110% auto !important;
					}

}

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

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

	.gridImage {
		width: 100%;
		height: 150px;
		background-position: 50% 50%;
		float: none;
	}

	.gridHeading {
		font-size: 1.5em !important;
	}

	.gridCopy {
		font-size: 0.75em;
		margin: 5px auto 10px auto;
		height: 50px;
	}

	.gridButton {
	}

}

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

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

}

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

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

		.gridSection {
			width: 103.5%;
			margin-left: -15px;
		}

			.gridCard {
				float: left;
				width: 46.5%;
				height: auto;
				margin: auto 1.75% 35px 1.75%;
			}

}

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

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

		.gridSection {
			width: 103.5%;
			margin-left: -15px;
		}

			.gridCard {
				float: left;
				width: 46.5%;
				height: auto;
				margin: auto 1.75% 35px 1.75%;
			}
    	
}

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

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


		.gridSection {
			width: 103%;
			margin-left: -10px;
		}

			.gridCard {
				width: 31%;
				margin: auto 1% 40px 1%;
			}
				.gridHeading {
					font-size: 1.5em !important;
				}

				.gridCopy {
					height: 80px;
					font-size: 0.9em;
				}

				.gridButton {
					font-size: 0.9em;
				}

}

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

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

		.gridCard {
			height: 375px;
		}


}

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

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

}

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

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

		.gridSection {
		}

			.gridImage {
				height: 200px;
				background-position: 50% 50%;
			}

			.gridCard {
				height: 400px;
			}

				.gridHeading {
					font-size: 1.75em !important;
				}

				.gridCopy {
					height: 70px;
					font-size: 1em;
				}

				.gridButton {
					font-size: 0.9em;
				}

}

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

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



}

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

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

}

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


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

}

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

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

}

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














