

/********************** 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)  {

		.windowBox {
			width: 100%;
			height: auto;
			margin: 20px 0px 40px 0px;
		}

			.embeddedWindow {
				width: 100%;
				height: auto;
			}

			/*.carousel-indicators {
			    bottom: 0px !important;
			    width: 100%;
			    margin: 0 !important;
			}

				.carousel-indicators li {
					margin: 0 !important;
				    width: 25% !important;
				    height: 50px !important;
				    text-indent: 0px !important;
				    color: #fff !important;
				    background-color: rgba(4,104,176,1) !important;
				    text-align: center;
				    padding: 12px;
				    font-family: 'Lato', sans-serif;
					font-weight: 500;
					color: #fff;
					letter-spacing: 1px;
				}

				.carousel-indicators .active {
					background-color: rgba(55,137,196,1) !important;
				}*/

			.carousel-control-prev,
			.carousel-control-next {
				width: auto !important;
				opacity: 1 !important;
				padding-top: 50px !important;
			}

			.carousel-control-prev-icon,
			.carousel-control-next-icon {
				width: 40px !important;
				height: 80px !important;
			}

			.windowContent {
				width: 100%;
				height: auto;
				background-color: #231f20;
				color: #fff;
			}

				.windowImage {
					height: 30vh !important;
					width: 100%;
					float: none;
				}

				.windowText {
					height: 70vh !important;
					width: 100%;
					padding: 25px 35px 25px 45px;
					float: none;
				}

					.windowText h2 {
						display: inline-block;
						font-family: 'Poppins', sans-serif;
						font-weight: 900;
						font-size: 1.5em;
						line-height: 1em;
						width: 100%;
					}

					.windowText h3 {
						display: inline-block;
						font-family: 'Poppins', sans-serif;
						font-weight: 900;
						font-size: 1.125em;
						line-height: 1em;
						width: 100%;
					}

					.windowText p {
						display: inline-block;
						font-family: 'Lato', sans-serif;
						font-weight: 400;
						font-size: 0.7em;
						line-height: 1.25em;
						margin: 0 0 10px 0;
						width: 100%;
					}

					.windowText ul {
						padding-left: 18px;
					}

					.windowText li {
						font-family: 'Lato', sans-serif;
						font-weight: 400;
						font-size: 0.7em;
						line-height: 1.25em;
						margin: 0;
						width: 100%;
						/*text-indent: 6px;*/
					}

					.windowText a {
						display: inline-block;
						text-transform: uppercase;
						font-family: 'Lato', sans-serif;
						font-weight: 400;
						font-size: 0.8em;
						line-height: 1.25em;
						text-align: center;

						padding: 4px 15px;
						margin: 5px 0 0 0;

						background-color: #0468B0;
						color: #fff;

						border-radius: 4px;
						transition: 0.3s;
						width: 100%;
					}

					.windowText a:hover {
						background-color: lightgrey;
						color: #0468B0;
						text-decoration: none;
					}

					.windowText a:active {
						background-color: lightgrey;
						color: #0468B0;
						text-decoration: none;
					}


}

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

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

	.windowBox {
	}

		.embeddedWindow {
			height: auto;
		}

		.windowContent {
		}

			.windowImage {
				height: 35vh !important;
				width: 100%;
			}

			.windowText {
				height: 65vh !important;
				padding: 25px 50px;
			}

				.windowText h2 {
					font-size: 2em;
					line-height: 1em;
					width: 100%;
				}

				.windowText p {
					font-size: 0.75em;
					line-height: 1.25em;
					margin: 0 0 10px 0;
				}

				.windowText a {
					font-size: 0.65em;
					line-height: 1.25em;
					padding: 4px 15px;
					margin: 5px 0 0 0;
					border-radius: 4px;
				}

			.carousel-control-prev,
			.carousel-control-next {
				width: auto !important;
				opacity: 1 !important;
				padding-top: 100px !important;
			}

			.carousel-indicators {

			}

}

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

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

    .windowBox {
	}

		.embeddedWindow {
			height: auto;
		}

		.windowContent {
		}

			.windowImage {
				height: 35vh !important;
				width: 100%;
			}

				#photo01 {
					background-size: auto 110%;
				}

			.windowText {
				height: 55vh !important;
				padding: 25px 50px;
			}

				.windowText h2 {
					font-size: 2em;
					line-height: 1em;
					width: 100%;
				}

				.windowText p {
					font-size: 0.8em;
					line-height: 1.25em;
					margin: 0 0 10px 0;
				}

				.windowText li {
					font-size: 0.8em;
					line-height: 1.25em;
					margin: 0;
				}

				.windowText a {
					font-size: 0.8em;
					line-height: 1.25em;
					padding: 4px 15px;
					margin: 5px 0 0 0;
					border-radius: 4px;
				}

}

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

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


	.windowBox {
	}

		.embeddedWindow {
		}

		.windowContent {
		}

			.windowImage {
				height: 35vh !important;
				width: 100%;
			}

			.windowText {
				height: 55vh !important;
				padding: 25px 50px;
			}

				.windowText h2 {
					font-size: 2em;
					line-height: 1em;
					width: 100%;
				}

				.windowText p {
					font-size: 0.8em;
					line-height: 1.25em;
					margin: 0 0 10px 0;
				}

				.windowText li {
					font-size: 0.8em;
					line-height: 1.25em;
					margin: 0;
				}

				.windowText a {
					font-size: 0.8em;
					line-height: 1.25em;
					padding: 4px 5px;
					margin: 2px 5px 2px 0px;
					border-radius: 4px;
					width: 48%;
					float: left;
				}


}

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

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

	

}

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

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

		.windowBox {
			padding: 0 10px 0 10px;
		}

			.embeddedWindow {
				width: 100%;
			}

			.windowContent {
				width: 100%;
				height: auto;
				background-color: #231f20;
				color: #fff;
			}

				.windowImage {
					height: 90vh !important;
					width: 30%;
					float: left;
				}

				.windowText {
					height: 90vh !important;
					width: 70%;
					padding: 25px 40px 25px 25px;
					float: left;
					background-color: #231f20;
				}

					.windowText h2 {
						font-size: 1.25em;
						line-height: 1em;
						width: 100%;
					}

					.windowText h3 {
						font-size: 1em;
					}

					.windowText p {
						font-size: 0.7em;
						line-height: 1.25em;
						margin-bottom: 5px;
					}

					.windowText li {
						font-size: 0.7em;
						line-height: 1.25em;
					}

					.windowText a {
						font-size: 0.6em;
						line-height: 1.25em;
					}

			.carousel-control-prev,
			.carousel-control-next {
				width: auto !important;
				opacity: 1 !important;
				padding-top: 0px !important;
			}

			.carousel-indicators {
			    bottom: 0px !important;
			    width: 100%;
			    margin: 0 !important;
			}

				.carousel-indicators li {
					/*display: inline-block;*/
					margin: 0 !important;
				    width: 25% !important;
				    height: 40px !important;
				    text-indent: 0px !important;
				    color: #fff !important;
				    background-color: rgba(4,104,176,1) !important;
				    text-align: center;
				    padding: 10px;
				    font-family: 'Lato', sans-serif;
					font-weight: 500;
					color: #fff;
					letter-spacing: 1px;
					font-size: 0.8em;
					text-transform: uppercase;
				}

				.carousel-indicators .active {
					background-color: rgba(55,137,196,1) !important;
				}

}

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

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

		.windowBox {
			padding: 0 10px 0 10px;
		}

			.embeddedWindow {
			}

			.windowContent {
			}

				.windowImage {
				}

				.windowText {
				}

					.windowText h2 {
						font-size: 1.5em;
						line-height: 1em;
						width: 100%;
					}

					.windowText p {
						font-size: 0.8em;
						line-height: 1.25em;
						margin-bottom: 5px;
					}

					.windowText li {
						font-size: 0.8em;
						line-height: 1.25em;
					}

					.windowText a {
						font-size: 0.8em;
						line-height: 1.25em;
					}

}

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

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

	.windowBox {
		padding: 0 10px 0 10px;
		}

			.embeddedWindow {
			}

			.windowContent {
			}

				.windowImage {
					width: 40%;
				}

				.windowText {
					width: 60%;
					padding: 35px 50px 35px 35px;
				}

					.windowText h2 {
						font-size: 1.75em;
						line-height: 1em;
						width: 100%;
					}

					.windowText p {
						font-size: 0.8em;
						line-height: 1.25em;
						margin-bottom: 5px;
					}

					.windowText li {
						font-size: 0.8em;
						line-height: 1.25em;
					}

					.windowText a {
						font-size: 0.8em;
						line-height: 1.25em;
					}

}

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

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

	.windowBox {
		width: 100%;
		height: auto;
		padding: 0;
	}

		.embeddedWindow {
			width: 100%;
			height: 400px !important;
		}

		.windowContent {
			width: 100%;
			height: 400px;
		}

			.windowImage {
				height: 400px !important;
				width: 40%;
				float: left;
			}

			.windowText {
				height: 400px !important;
				width: 60%;
				padding: 30px 50px 25px 25px;
				float: left;
			}

				.windowText h2 {
					font-size: 2.25em;
					line-height: 1em;
					width: 100%;
				}

				.windowText p {
					font-size: 0.9em;
					line-height: 1.25em;
					margin: 0 0 10px 0;
				}

				.windowText li {
					font-size: 0.9em;
					line-height: 1.25em;
					margin: 0;
				}

				.windowText a {
					font-size: 0.7em;
					margin: 0px 5px 5px 0px;
				}

}

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

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

	.windowBox {
		width: 100%;
		height: auto;
		padding: 0;
	}

		.embeddedWindow {
			width: 100%;
			height: 350px !important;
		}

		.carousel-control-prev,
		.carousel-control-next {
			width: auto !important;
			opacity: 1 !important;
		}

		.carousel-control-prev-icon,
		.carousel-control-next-icon {
			width: 40px !important;
			height: 80px !important;
		}

		.windowContent {
			width: 100%;
			height: 350px;
		}

			.windowImage {
				height: 350px !important;
				width: 40%;
				float: left;
			}

			.windowText {
				height: 350px !important;
				width: 60%;
				padding: 30px 50px 25px 25px;
				float: left;
			}

				.windowText h2 {
					font-size: 2em;
					line-height: 1em;
					width: 100%;
				}

				.windowText p {
					font-size: 0.8em;
					line-height: 1.25em;
					margin: 0 0 10px 0;
				}

				.windowText li {
					font-size: 0.8em;
					line-height: 1.25em;
					margin: 0;
				}

				.windowText a {
					font-size: 0.8em;
					line-height: 1.25em;
					padding: 4px 15px;
					background-color: #0468B0;
					color: #fff;
					margin: 15px 0 0 0;
					border-radius: 4px;
				}
    	
}

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

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

	.windowBox {
		width: 100%;
		height: auto;
		padding: 0;
	}

		.embeddedWindow {
			width: 100%;
			height: 400px !important;
		}

		.windowContent {
			width: 100%;
			height: 400px;
		}

			.windowImage {
				height: 400px !important;
				width: 60%;
				float: left;
			}

			.windowText {
				height: 400px !important;
				width: 40%;
				padding: 30px 50px 25px 25px;
				float: left;
			}

				.windowText h2 {
					font-size: 2em;
					line-height: 1em;
					width: 100%;
				}

				.windowText p {
					font-size: 0.9em;
					line-height: 1.25em;
					margin: 0 0 10px 0;
					width: 100%;
				}

				.windowText li {
					font-size: 0.9em;
					line-height: 1.25em;
					margin: 0;
					width: 100%;
				}

				.windowText a {
					font-size: 1em;
					margin: 15px 0 0 0;
				}
}

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

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

	.windowBox {
		margin-bottom: 40px;
	}


}

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

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

}

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

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

	.windowBox {
		width: 1200px;
		height: auto;
		margin: auto;
		padding: 0 0px 40px 0px;
	}

		.embeddedWindow {
			width: 100%;
			height: 550px !important;
		}

		.windowContent {
			width: 100%;
			height: 550px;
		}

			.windowImage {
				height: 550px !important;
				width: 60%;
				float: left;
			}

			.windowText {
				height: 550px !important;
				width: 40%;
				padding: 80px 50px 25px 25px;
				float: left;
			}

				.windowText h2 {
					font-size: 3em;
					line-height: 1em;
					width: 100%;
				}

				.windowText p {
					font-size: 1em;
					line-height: 1.25em;
					margin: 0 0 10px 0;
				}

				.windowText li {
					font-size: 1em;
					line-height: 1.25em;
					margin: 0;
				}

				.windowText a {
					font-size: 1.25em;
					margin: 15px 0 0 0;
				}

}

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

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



}

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

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

}

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


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

}

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

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

}

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














