@charset "utf-8";

/* Dark Blue Berry Flavour - Elustic Script Attachement - Version 1.1.1.0 */

/*---------------------------------------------------------------------------------------------------------*/
	/* BODY CONTENT */
/*---------------------------------------------------------------------------------------------------------*/

	/* Body and Screen */
	
.body, body, html {
	scroll-behavior: smooth;
	background: none;
	font-family: Ebrima;
	font-weight: lighter;
	color: #666;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	letter-spacing: 1px;
	padding: 0;
	color: #fff;
}
.h1, h1 {
	font-weight: 600;
	font-size: 35px;
	margin: 10px 0;
}
.h2, h2 {
	font-weight: 600;
	font-size: 15px;
	margin: 7.5px 0;
}
.h3, h3 {
	font-weight: 400;
	font-size: 15px;
	margin: 5px 0;
}
.h4, h4, .h5, h5, .h6, h6 {
	font-weight: 300;
	font-size: 15px;
	margin: 2.5px 0;
}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}

@media (min-width: 365px) and (max-width: 479px) {
	.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {letter-spacing: 1px;padding: 0;}
	.h1, h1 {margin: 25px 0;}.h2, h2 {margin: 17.5px 0;}.h3, h3 {margin: 15px 0;}
	.h4, h4, .h5, h5, .h6, h6 {margin: 2.5px 0;}
}
@media (min-width: 480px) and (max-width: 575.98px) {
	.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {letter-spacing: 1px;padding: 0;}
	.h1, h1 {margin: 25px 0;}.h2, h2 {margin: 17.5px 0;}.h3, h3 {margin: 15px 0;}
	.h4, h4, .h5, h5, .h6, h6 {margin: 2.5px 0;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {letter-spacing: 1px;padding: 0;}
	.h1, h1 {margin: 0px;}.h2, h2 {margin: 17.5px 0;}.h3, h3 {margin: 15px 0;}
	.h4, h4, .h5, h5, .h6, h6 {margin: 2.5px 0;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {letter-spacing: 1px;padding: 0;}
	.h1, h1 {margin: 25px 0;}.h2, h2 {margin: 17.5px 0;}.h3, h3 {margin: 15px 0;}
	.h4, h4, .h5, h5, .h6, h6 {margin: 2.5px 0;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {letter-spacing: 1px;padding: 0;}
	.h1, h1 {margin: 25px 0;}.h2, h2 {margin: 17.5px 0;}.h3, h3 {margin: 15px 0;}
	.h4, h4, .h5, h5, .h6, h6 {margin: 2.5px 0;}
}
@media (min-width: 1200px) and (max-width:1920px) {
	/* Use default settings */
}
@media (min-width: 1921px) and (max-width:5000px) {
	/* Use default settings */
}

/*---------------------------------------------------------------------------------------------------------*/
	/* NAVIGATION DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Navigator Partition */
	
.nav {
	background-color: #123;
	display: block;
	margin: 0 auto;
	height: 175px;
	width: 100%;
	padding: 0;
}
.nav2 {
background-color: #234;
	display: block;
	margin: 0 auto;
	height: 83px;
	width: 100%;
	padding: 0;
}	/* Navigator Background */
	.nav-container {
		background-image: url('../images/mainbanner.jpg');
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		height: 500px;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	.nav-container2 {
		height: 500px;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	
		#slider {
			position:relative;
			contain: content;
		}
		#slider img {
			position:absolute;
			top:0;
			left:0;
			bottom:0;
			right:0;
			
			-webkit-transition: opacity 1s ease-in-out 1s;
			-moz-transition: opacity 1s ease-in-out 1s;
			-o-transition: opacity 1s ease-in-out 1s;
			transition: opacity 1s ease-in-out 1s;
		}
		
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {
	.nav-container {width: 100%;}
	.nav-container2 {height: 100px;width: 100%;}
	#slider {height: 250px;}
}
@media (min-width: 365px) and (max-width: 479px) {
	#slider {height:250px;}
}
@media (min-width: 480px) and (max-width: 575.98px) {
	#slider {height:124px;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	#slider {height:575px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	#slider {height:575px;}
	/* Use default settings */
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	#slider {height:435px;}
	/* Use default settings */
}
@media (min-width: 1200px) and (max-width:1920px) {
	#slider {height:500px;}
	/* Use default settings */
}
@media (min-width: 1921px) and (max-width:5000px) {
	#slider {height:455px;}
	/* Use default settings */
}
						
/*---------------------------------------------------------------------------------------------------------*/

		@keyframes slider3FadeInOut {
			0% {opacity:1;}
			45% {opacity:1;}
			55% {opacity:0;}
			100% {opacity:0;}
		}
		#slider3 img, .top {
			animation-name: slider3FadeInOut;
			animation-timing-function: ease-in-out;
			animation-iteration-count: infinite;
			animation-duration: 10s;
			animation-direction: alternate;
		}
	/* Navigator Foreground */
	.nav-banner {
		background-color: transparent;
		display: block;
		height: 75px;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Navigator Elements */
	.nav-content {
		display: block;
		margin: 0 auto;
		height: 50%;
		width: 100%;
		padding: 0;
		z-index: 99;
	}
		.nav-content p {
			font-size: 12.5px;
			text-align: center;
			margin:10px 0;
			color: #666;
		}
		.nav-content h1 {
			text-align: justify;
			text-align-last: center;
			text-shadow: 2px 3px 5px #000;
			text-transform: uppercase;
			margin-top: 50px;
			font-weight: bold;
			font-size: 100px;
			color: #fff;
		}
		.nav-content h2 {
			text-transform: uppercase;
			text-shadow: 2px 3px 5px #000;
			text-align: center;
			font-weight: bold;
			font-size: 45px;
			color: #fff;
		}
		.nav-content h3 {
			text-transform: uppercase;
		}
		.nav-content h4 {
			text-transform: uppercase;
		}
		.nav-content h5 {
			text-transform: uppercase;
		}
		.nav-content h6 {
			text-transform: uppercase;
		}
		.nav-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.nav-content img {
			position: obsolute;
			margin: 0 auto;
			padding: 0;
			width: 25px;
			
			-webkit-animation-timing-function: ease-in-out;
			animation-timing-function: ease-in-out;
			-webkit-animation-duration: 1s;
			animation-duration: 1s;
		}
			.nav-content img:hover {
				opacity: 0.8;
				cursor: pointer;
				
				cursor: pointer;
				animation-name: bounce;
				-moz-animation-name: bounce;
			}
		.nav-content a {
			border: 2px solid #fff;
			text-align: center;
			padding: 15px 25px;
			
			font-family: 'Calibri light';
			text-decoration: none;
			font-weight: bold;
			font-size: 17.5px;
			color: #fff;
		}
			.nav-content a:hover {
				background-color: #0c082d;
				color: #fff;
			}
		
		#flip {
			padding: 30px 25px 27.5px 25px;
			text-align: center;
			font-size: 20px;
			color: #fff;
			cursor: pointer;
			font-weight: bold;
		}
		#panel {
			position: absolute;
			width: 100%;
			padding: 50px;
			display: none;
			padding: 30px 20px;
			background-color: #0c082d;
			border-top: 2px solid #0c082d;
			z-index: 99;
			opacity: 0.9;
		}
			.nav-content #panel a {
				background-color: transparent;
				border: 2px 0px 0px 0px solid #fff;
				padding: 12.5px 15px;
				margin-right: 5px;
				
				font-family: 'Calibri light';
				text-decoration: none;
				font-weight: bold;
				font-size: 15px;
				color: #fff;
			}
				.nav-content #panel a:hover {
					background-color: #fff;
					color: cadetblue;
				}
		.abbr-name {
			display: none;
		}
		.full-name {
			display: inline-block;
		}
		
	@media (min-width: 240px) and (max-width: 900px) {
		.nav-logo img {
			margin: 17.5px 10px 0 20px;
		}
		.nav-logo h1 {
				margin: 20.5px 0 0 0;
			}
		.abbr-name {
			display: inline-block;
		}
		.full-name {
			display: none;
		}
	}
		.menu-resp {
			display: inline-block;
			padding: 27.5px 0px 20px 20px;
			float: none;
		}
			.menu-resp a {
				text-transform: uppercase;
				letter-spacing: -1px;
				margin-right: 5px;
				padding: 5px;
				color: #fff;
			}
				.menu-resp a:hover {
					border-bottom: 2px solid #fff;
				}
	@media (min-width: 240px) and (max-width: 900px) {
		.menu-resp {
			display: none;
		}
	}
	.fade-in {
		animation: fadeIn ease 10s;
		-webkit-animation: fadeIn ease 10s;
		-moz-animation: fadeIn ease 10s;
		-o-animation: fadeIn ease 10s;
		-ms-animation: fadeIn ease 10s;
	}
	@keyframes fadeIn {
		0% {opacity:0;}
		100% {opacity:1;}
	}

	@-moz-keyframes fadeIn {
		0% {opacity:0;}
		100% {opacity:1;}
	}

	@-webkit-keyframes fadeIn {
		0% {opacity:0;}
		100% {opacity:1;}
	}

	@-o-keyframes fadeIn {
		0% {opacity:0;}
		100% {opacity:1;}
	}

	@-ms-keyframes fadeIn {
		0% {opacity:0;}
		100% {opacity:1;}
	}

/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 240px) and (max-width: 364px) {
	.nav-content h1 {font-size: 55px;margin-top:75px;text-align:left;text-align-last:left;}.nav-content h2 {font-size: 30px;margin-top:10px;}
	.nav-content #panel a {font-size: 12px;display: inline-block;margin: 15px 0;}
}

@media (min-width: 365px) and (max-width: 479px) {
	.nav {width:100%;}.nav-container {height: 550px;width:100%;}.nav-banner {height: 50px;}.nav-content {width:100%;}.nav-content p {
	font-size: 45px;margin:10px 0;}.nav-content h1 {margin: 65px 0 0 0;font-size:65px;}.nav-content h2 {font-size: 35px;}.nav-content h3 {}
	.nav-content h4 {}.nav-content h5 {}.nav-content h6 {}.nav-content span {}.nav-content img {}
	.nav-content img:hover {}.nav-content a {}.nav-content a:hover {}.nav-content #panel a {font-size: 12px;display: inline-block;margin: 15px 0;}
}
@media (min-width: 480px) and (max-width: 575.98px) {
	.nav {width:100%;}.nav-container {height: 300px;width:100%;}.nav-banner {}.nav-content {}.nav-content p {
	font-size: 15px;margin:10px 0;}.nav-content h1 {margin-top: 20px;font-size: 25px;}.nav-content h2 {}.nav-content h3 {}
	.nav-content h4 {}.nav-content h5 {}.nav-content h6 {}.nav-content span {}.nav-content img {}
	.nav-content img:hover {}.nav-content a {}.nav-content a:hover {}.nav-content #panel a {font-size: 13px;display: inline-block;margin: 15px 0;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.nav {width:100%;height: 450px;}.nav-container {height: 450px;width:100%;}.nav-banner {}.nav-content {}.nav-content p {
	font-size: 15px;margin:10px 0;}.nav-content h1 {margin-top: 45px;font-size: 45px;}.nav-content h2 {font-size: 35px;}.nav-content h3 {}
	.nav-content h4 {}.nav-content h5 {}.nav-content h6 {}.nav-content span {}.nav-content img {}
	.nav-content img:hover {}.nav-content a {}.nav-content a:hover {}.nav-content #panel a {font-size: 14px;display: inline-block;margin: 15px 0;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.nav {width:100%;}.nav-container {height: 300px;width:100%;}.nav-banner {}.nav-content {}.nav-content p {
	font-size: 15px;margin:10px 0;}.nav-content h1 {margin-top: 50px;font-size: 50px;}.nav-content h2 {font-size: 35px;}.nav-content h3 {}
	.nav-content h4 {}.nav-content h5 {}.nav-content h6 {}.nav-content span {}.nav-content img {}
	.nav-content img:hover {}.nav-content a {}.nav-content a:hover {}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.nav {width:100%;}.nav-container {height: 375px;width:100%;}.nav-banner {}.nav-content {}.nav-content p {
	font-size: 15px;margin:10px 0;}.nav-content h1 {margin-top: 50px;font-size: 50px;}.nav-content h2 {font-size: 35px;}.nav-content h3 {}
	.nav-content h4 {}.nav-content h5 {}.nav-content h6 {}.nav-content span {}.nav-content img {}
	.nav-content img:hover {}.nav-content a {}.nav-content a:hover {}
}
@media (min-width: 1200px) and (max-width:1920px) {
	/* Use default settings */
}
@media (min-width: 1921px) and (max-width:5000px) {
	/* Use default settings */
}			
/*---------------------------------------------------------------------------------------------------------*/		
	/* Navigation Elements */
	
		.nav-menu {
			display: none;
		}
		@media (min-width: 240px) and (max-width: 900px) {
			.nav-menu {
				background-color: #000;
				display: inline;
				overflow: hidden;
				margin: 0;
				float: left;
			}
		}
			.nav-menu .icon {
				display: none;
			}
			.nav-menu ol {
				background: transparent;
				display: flex;
				margin: 0 25px;
				padding: 0;
			}
			.nav-menu ol li {
				display: list-item;
				list-style: none;
				margin: 0;
				color: #fff;
				padding: 15px 5px;
				margin: 12.5px 0 0 0;
			}
			.nav-menu ol li a {
				text-transform: uppercase;
				text-decoration: none;
				font-size: 12.5px;
				color: white;
				margin: 0;
				padding: 0;
			}
				.nav-menu ol li a:hover {
					background-color: none;
					color: yellow;
				}
				.active {
					color: yellow;
				}
				.nav-menu.responsive ol li a {
					float: none;
					display: block;
					text-align: left;
				}
			
			.nav-menu img {
				margin: 0 auto;
				padding: 0;
				width: 30px;
			}

/*---------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 600px) {
	.nav-menu ol li a:not(:first-child) {display: none;}
	.nav-menu ol li a.icon {float: right;display: block;}
	.nav-menu.responsive {position: relative;}
	.nav-menu.responsive .icon {''}
  }
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {
	/* Use default settings */
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	/* Use default settings */
}
@media (min-width: 1200px) and (max-width:1920px) {
	/* Use default settings */
}
@media (min-width: 1921px) and (max-width:5000px) {
	/* Use default settings */
}
						
/*---------------------------------------------------------------------------------------------------------*/

	/* Navigation Logo */
	
		.nav-logo {
			display: block;
			margin: 0 auto;
			padding: 24px 25px 12.5px 25px;
			min-height: 10px;
		}
			.nav-logo p {
				font-size: 15px;
				margin: 45px 50px;
			}
			.nav-logo h1 {
				text-align: right;
				font-size: 20px;
				margin-top: 2.5px;
				color: #fff;
			}
			.nav-logo img {
				width:7.5%;
				margin: -10px 0 0 15px;
				float: right;
			}
				.nav-logo img:hover {
					opacity: 0.8;
					cursor: pointer;
				}
			.nav-logo a {
				text-decoration: none;
				text-align: center;
				font-size: 17.5px;
				margin: 0;
				padding: 0;
			}
				.nav-logo a:hover {
					background-color: transparent;
				}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {
	.nav-logo img {width:22.5%;margin-top:-2px;}
}

@media (min-width: 365px) and (max-width: 479px) {
	.nav-logo {''}
			.nav-logo p {
				font-size: 15px;
				margin: 45px 50px;
			}
			.nav-logo h1 {
				font-size: 20px;
				margin: 0;
				color: #fff;
			}
			.nav-logo img {
				width: 25%;
				margin: -2.5px 0 0 15px;
			}
				.nav-logo img:hover {
					opacity: 0.8;
					cursor: pointer;
				}
			.nav-logo a {
				text-decoration: none;
				text-align: center;
				font-size: 17.5px;
				margin: 0;
				padding: 0;
			}
				.nav-logo a:hover {
					background-color: transparent;
				}
}
@media (min-width: 480px) and (max-width: 575.98px) {
	.nav-logo img {width: 17.5%;margin: -5px 0 0 15px;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.nav-logo img {width: 12.5%;margin-top:-5px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.nav-logo img {width: 10%;margin-top:-2px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.nav-logo img {width: 10%;margin-top:-5px;}
}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
			
/*---------------------------------------------------------------------------------------------------------*/

	/* Navigation Dropdown */
	
		.nav-dropdown {
			background-color: #666;
			position: relative;
			display: inline-block;
			height: 100px;
		}
			.nav-dropdown:hover{
				display: block;
				color: #fff;
				transition: all 0.5s ease-in-out 0s;
				animation: 1s ease-out 0s 1 slideInFromTop;
			}
			.nav-dropdown-content {
				display: none;
				position: absolute;
				background-color: #666;
				width: 500px;
				box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
				padding: 15px 25px;
				top: 70px;
				z-index: 1;
			}
				.nav-dropdown-content:hover {
					display: block;
					color: #fff;
					transition: all 0.5s ease-in-out 0s;
					animation: 1s ease-out 0s 1 slideInFromRight;
				}
				.nav-dropdown-content a {
					color: #fff;
					padding: 5px !important;
					margin: 0 !important;
					display: block;
				}
					.nav-dropdown-content a:hover {
						background-color: #cadetblue;
						color: cadetblue;
					}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
			
/*---------------------------------------------------------------------------------------------------------*/
					
	/* Dropdown Button */
		
		.nav-dropbtn {
			background-color: transparent;
			color: white;
			margin: 10px 0;
			padding: 15px;
			border: none;
			cursor: pointer;
		}
			.nav-dropbtn:hover, .nav-dropbtn:focus {
				background-color: transparent;
				border: none;
			}
			.show {
				display:block;
			} 		
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}

/*---------------------------------------------------------------------------------------------------------*/

	/* Navigation Tap */
	
		.nav-tap {
			background-color: #2a2929;
			display: block;
			position: fixed;
			margin: 0 auto;
			min-height: 10px;
			height: 75px;
			width: 100%;
			
			z-index: 999;
		}
			.nav-tap p {
				font-size: 15px;
				margin: 15px 50px;
				padding: 0;
			}
			.nav-tap h1 {
				font-size: 15px;
				margin: 27.5px 0 0 0;
				padding: 0;
				color: #fff;
			}
			.nav-tap img {
				width:35px;
				margin-top:20px;
				margin-left:60px;
			}
				.nav-tap img:hover {
					opacity: 0.8;
					cursor: pointer;
				}
			.nav-tap a {
				font-family: 'Calibri light';
				text-decoration: none;
				font-size: 15px;
				margin: 0;
				padding: 0;
				color: #fff;
			}
				.nav-tap a:hover {
					color: '999';
				}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}

/*---------------------------------------------------------------------------------------------------------*/

	/* Navigation Overlay */
	
	.sidenav {
		height: 100%;
		width: 50%;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: #111;
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
	}

	.sidenav a {
		padding: 5px 5px 5px 25px;
		text-decoration: none;
		font-size: 20px;
		color: #fff;
		display: block;
		transition: 0.3s;
	}

	.sidenav a:hover {
		color: #f1f1f1;
	}

	.sidenav .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}

/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {

	.sidenav a {
		font-size: 20px;
	}

	.sidenav .closebtn {
		position: absolute;
		top: 15;
		right: 25px;
		font-size: 35px;
		margin-left: 50px;
	}
}
@media (min-width: 480px) and (max-width: 575.98px) {
	.sidenav a {
		font-size: 25px;
	}

	.sidenav .closebtn {
		position: absolute;
		top: 15;
		right: 25px;
		font-size: 35px;
		margin-left: 50px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.sidenav {
		width: 35%;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
		
/*---------------------------------------------------------------------------------------------------------*/
	/* COVER DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Cover Partition */
	
.cover {
	background-color: transparent;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* Cover Background */
	.cover-container {
		margin: 0 auto;
		padding: 0;
	}
		
	/* Cover Foreground */
	.cover-banner {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Cover Elements */
	.cover-content {
		background-color: transparent;
		display: block;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 15px 0;
		clear: both;
	}
		.cover-content p {
			text-align: center;
			font-size: 12.5px;
			margin:10px 0
		}
		.cover-content h1 {
			text-transform: uppercase;
		}
		.cover-content h2 {
			text-transform: uppercase;
		}
		.cover-content h3 {
			text-transform: uppercase;
		}
		.cover-content h4 {
			text-transform: uppercase;
		}
		.cover-content h5 {
			text-transform: uppercase;
		}
		.cover-content h6 {
			text-transform: uppercase;
		}
		.cover-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.cover-content img {
			margin: 0 auto;
			padding: 0;
			width: 25px;
		}
			.cover-content img:hover {
				opacity: 0.8;
				cursor: pointer;
			}
		.cover-content a {
			font-family: 'Calibri light';
			text-decoration: none;
			font-weight: lighter;
			font-size: 13px;
			color: #fff;
		}
			.cover-content a:hover {
				color: #999;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
			
/*---------------------------------------------------------------------------------------------------------*/
	/* MAIN DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Main Partition */

.main {
	background-color: transparent;
	display: inherit;
	overflow: inherit;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* Main Background */
	.main-container {
		height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	/* Main Foreground */
	.main-banner {
		height: 335px;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Main Elements */
	.main-content {
		background-color: transparent;
		display: block;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
		.main-content p {
			text-align: justify;
			text-align-last: left;
			font-size: 15px;
			margin:15px 0;
			color: #fff;
		}
		.main-content h1 {
			text-transform: uppercase;
		}
		.main-content h2 {
			text-transform: uppercase;
		}
		.main-content h3 {
			text-transform: uppercase;
		}
		.main-content h4 {
			text-transform: uppercase;
		}
		.main-content h5 {
			text-transform: uppercase;
		}
		.main-content h6 {
			text-transform: uppercase;
		}
		.main-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.main-content img {
			margin: 0 auto;
			padding: 0;
			width: 100%;
			height: auto;
		}
			.main-content img:hover {
				opacity: 0.8;
				cursor: pointer;
			}
		.main-content a {
			border: 2px solid #fff;
			text-align: center;
			padding: 15px 25px;
			
			font-family: 'Calibri light';
			text-decoration: none;
			font-weight: bold;
			font-size: 15px;
			color: #fff;
		}
			.main-content a:hover {
				color: #0c082d;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {
	.main-banner {display: contents;}
}
@media (min-width: 365px) and (max-width: 479px) {
	.main {height: auto;}.main-content img {height: 250px;}.main-banner {height: auto;}
}
@media (min-width: 480px) and (max-width: 575.98px) {
	.main-banner {height: auto;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.main {height: 475px;}.main-banner {height: 300px;}.main-content p {font-size:12px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
				
/*---------------------------------------------------------------------------------------------------------*/
	/* BANNER DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Banner Partition */
	
.banner {
	background-color: transparent;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* Banner Background */
	.banner-container {
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Banner Foreground */
	.banner-banner {
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Banner Elements */
	.banner-content {
		background-color: transparent;
		display: block;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
	}
		.banner-content p {
			text-align: center;
			font-size: 12.5px;
			margin:10px 0;
			color: #666;
		}
			.banner-content p strong {
				color: #FFA500;
			}
		.banner-content h1 {
			text-transform: none;
			text-align: center;
			color: #FFA500;
		}
		.banner-content h2 {
			text-transform: none;
			font-weight: lighter;
			text-align: center;
			margin: 0 0 10px 0;
			color: #FFA500;
		}
		.banner-content h3 {
			text-transform: none;
			text-align: center;
		}
		.banner-content h4 {
			text-transform: none;
			text-align: center;
			color: #FFA500;
		}
		.banner-content h5 {
			text-transform: uppercase;
		}
		.banner-content h6 {
			text-transform: uppercase;
		}
		.banner-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.banner-content img {
			margin: 0 auto;
			padding: 0;
			width: 100%;
		}
			.banner-content img:hover {
				opacity: 0.8;
			}
		.banner-content a {
			font-family: 'Calibri light';
			border: 0.5px solid #2a2929;
			text-decoration: none;
			font-weight: lighter;
			padding: 15px 30px;
			border-radius: 5px;
			font-size: 15px;
			color: #2a2929;
		}
			.banner-content a:hover {
				background-color: #2a2929;
				border-radius: 10px;
				color: #fff;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}

@media (min-width: 365px) and (max-width: 479px) {
	.banner {margin: 0 auto;padding: 0;}.banner-container {margin: 0 auto;padding: 0;}
	.banner-banner {margin: 0 auto;padding: 0;}.banner-content {margin: 0 auto;padding: 15px 0 30px 0;}
	.banner-content p {margin:10px 0;}.banner-content p strong {}.banner-content h1 {}
	.banner-content h2 {margin: 0 0 10px 0;color: #FFA500;}.banner-content h3 {}.banner-content h4 {}
	.banner-content h5 {}.banner-content h6 {}.banner-content span {font-size: 15px;margin:10px 0}
	.banner-content img {margin: 0 auto;padding: 0;width: 100%;}.banner-content img:hover {}
	.banner-content a {padding: 15px 30px;font-size: 15px;}.banner-content a:hover {}
}
@media (min-width: 480px) and (max-width: 575.98px) {
	.banner {margin: 0 auto;padding: 0;}.banner-container {margin: 0 auto;padding: 0;}
	.banner-banner {margin: 0 auto;padding: 0;}.banner-content {margin: 0 auto;padding: 15px 0 30px 0;}
	.banner-content p {margin:10px 0;font-size: 14px;}.banner-content p strong {}.banner-content h1 {}
	.banner-content h2 {margin: 0 0 10px 0;color: #FFA500;}.banner-content h3 {}.banner-content h4 {}
	.banner-content h5 {}.banner-content h6 {}.banner-content span {font-size: 15px;margin:10px 0}
	.banner-content img {margin: 0 auto;padding: 0;width: 100%;}.banner-content img:hover {}
	.banner-content a {padding: 15px 30px;font-size: 15px;}.banner-content a:hover {}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.banner {margin: 0 auto;padding: 0;}.banner-container {margin: 0 auto;padding: 0;}
	.banner-banner {margin: 0 auto;padding: 0;}.banner-content {margin: 0 auto;padding: 15px 0 30px 0;}
	.banner-content p {margin:10px 0;font-size: 14px;}.banner-content p strong {}.banner-content h1 {}
	.banner-content h2 {margin: 0 0 10px 0;color: #FFA500;}.banner-content h3 {}.banner-content h4 {}
	.banner-content h5 {}.banner-content h6 {}.banner-content span {font-size: 15px;margin:10px 0}
	.banner-content img {margin: 0 auto;padding: 0;width: 100%;}.banner-content img:hover {}
	.banner-content a {padding: 15px 30px;font-size: 15px;}.banner-content a:hover {}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.banner {margin: 0 auto;padding: 0;}.banner-container {margin: 0 auto;padding: 0;}
	.banner-banner {margin: 0 auto;padding: 0;}.banner-content {margin: 0 auto;padding: 15px 0 30px 0;}
	.banner-content p {margin:10px 0;font-size: 14px;}.banner-content p strong {}.banner-content h1 {}
	.banner-content h2 {margin: 0 0 10px 0;color: #FFA500;}.banner-content h3 {}.banner-content h4 {}
	.banner-content h5 {}.banner-content h6 {}.banner-content span {font-size: 15px;margin:10px 0}
	.banner-content img {margin: 0 auto;padding: 0;width: 100%;}.banner-content img:hover {}
	.banner-content a {padding: 15px 30px;font-size: 15px;}.banner-content a:hover {}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.banner {margin: 0 auto;padding: 0;}.banner-container {margin: 0 auto;padding: 0;}
	.banner-banner {margin: 0 auto;padding: 0;}.banner-content {margin: 0 auto;padding: 15px 0 30px 0;}
	.banner-content p {margin:10px 0;font-size: 14px;}.banner-content p strong {}.banner-content h1 {}
	.banner-content h2 {margin: 0 0 10px 0;color: #FFA500;}.banner-content h3 {}.banner-content h4 {}
	.banner-content h5 {}.banner-content h6 {}.banner-content span {font-size: 15px;margin:10px 0}
	.banner-content img {margin: 0 auto;padding: 0;width: 100%;}.banner-content img:hover {}
	.banner-content a {padding: 15px 30px;font-size: 15px;}.banner-content a:hover {}
}
@media (min-width: 1200px) and (max-width:1920px) {
	/* Use default settings */
}
@media (min-width: 1921px) and (max-width:5000px) {
	/* Use default settings */
}

/*---------------------------------------------------------------------------------------------------------*/
	/* BOX DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Box Partition */
	
.box {
	background-color: transparent;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* Box Background */
	.box-container {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Box Foreground */
	.box-banner {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Box Elements */
	.box-content {
		background-color: transparent;
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 15px 0;
	}
		.box-content p {
			text-align: justify;
			text-align-last: left;
			font-size: 15px;
			margin:10px 0;
			color: #fff;
		}
		.box-content h1 {
			text-transform: uppercase;
		}
		.box-content h2 {
			text-transform: uppercase;
			
		}
		.box-content h3 {
			text-transform: uppercase;
		}
		.box-content h4 {
			text-transform: uppercase;
		}
		.box-content h5 {
			text-transform: uppercase;
		}
		.box-content h6 {
			text-transform: uppercase;
		}
		.box-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.box-content img {
			margin: 0 auto;
			padding: 0;
			width: 25px;
		}
			.box-content img:hover {
				opacity: 0.8;
				cursor: pointer;
			}
		.box-content a {
			font-family: 'Calibri light';
			text-decoration: none;
			font-weight: lighter;
			font-size: 13px;
			color: #fff;
		}
			.box-content a:hover {
				color: #999;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}

/*---------------------------------------------------------------------------------------------------------*/
	/* CONTENT DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Content Partition */
	
.content {
	background-color: transparent;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* Content Background */
	.content-container {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Content Foreground */
	.content-banner {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Content Elements */
	.content-content {
		background-color: transparent;
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
		.content-content p {
			text-align: justify;
			text-align-last: left;
			font-size: 12.5px;
			margin:10px 0;
			color: #000;
		}
		.content-content h1 {
			text-transform: uppercase;
		}
		.content-content h2 {
			text-transform: uppercase;
		}
		.content-content h3 {
			text-transform: uppercase;
		}
		.content-content h4 {
			text-transform: uppercase;
		}
		.content-content h5 {
			text-transform: uppercase;
		}
		.content-content h6 {
			text-transform: uppercase;
		}
		.content-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.content-content img {
			margin: 0 auto;
			padding: 0;
			width: 100%;
		}
			.content-content img:hover {
				opacity: 0.8;
				cursor: pointer;
			}
		.content-content a {
			border: 2px solid #1b8962;
			text-align: center;
			border-radius: 75px;
			padding: 15px 25px;
			
			font-family: 'Calibri light';
			text-decoration: none;
			font-weight: bold;
			font-size: 17.5px;
			color: #222;
		}
			.content-content a:hover {
				background-color: #1b8962;
				color: #fff;
			}
			
		.content-grid {
		}
		.content-stories  {
			text-align: justify;
			height: auto;
			display: block;
			margin: 15px 0;
		}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
			
/*---------------------------------------------------------------------------------------------------------*/
	/* EXTRA DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Extra Partition */
	
.extra {
	background-color: transparent;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* Extra Background */
	.extra-container {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Extra Foreground */
	.extra-banner {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Extra Elements */
	.extra-content {
		background-color: transparent;
		display: block;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 15px 0;
		clear: both;
	}
		.extra-content p {
			text-align: center;
			font-size: 12.5px;
			margin:10px 0
		}
		.extra-content h1 {
			text-transform: uppercase;
		}
		.extra-content h2 {
			text-transform: uppercase;
		}
		.extra-content h3 {
			text-transform: uppercase;
		}
		.extra-content h4 {
			text-transform: uppercase;
		}
		.extra-content h5 {
			text-transform: uppercase;
		}
		.extra-content h6 {
			text-transform: uppercase;
		}
		.extra-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.extra-content img {
			margin: 0 auto;
			padding: 0;
			width: 100%;
		}
			.extra-content img:hover {
				opacity: 0.8;
				cursor: pointer;
			}
		.extra-content a {
			font-family: 'Calibri light';
			text-decoration: none;
			font-weight: lighter;
			font-size: 13px;
			color: #fff;
		}
			.extra-content a:hover {
				color: #999;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
				
/*---------------------------------------------------------------------------------------------------------*/
	/* PROPERTIES DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Property Partition */
	
.property {
	background-color: midnightblue;
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* Property Background */
	.property-container {
		background-color: transparent;
		display: initial;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Property Foreground */
	.property-banner {
		background-color: #efefef;
		display: inline-block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Property Elements */
	.property-content {
		background-color: transparent;
		display: inline-block;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
	}
		.property-content p {
			text-align: justify;
			font-size: 13.5px;
			margin-bottom: 0 10px;
			color: #fff;
		}
			.property-content p strong {
				text-transform: uppercase;
			}
			.property-content span {
				text-transform: uppercase;
				text-align: center;
				color: cadetblue;
			}
		.property-content h1 {
			text-transform: uppercase;
			text-align: center;
			color: #fff;
		}
		.property-content h2 {
			font-weight: lighter;
			text-align: center;
			margin: 20px 0 0 0;
			color: #fff;
		}
		.property-content h3 {
			text-transform: none;
			text-align: center;
			color: #666;
		}
		.property-content h4 {
			text-transform: none;
			text-align: center;
			color: #2a2929;
		}
		.property-content h5 {
			text-transform: uppercase;
		}
		.property-content h6 {
			text-transform: uppercase;
		}
		.property-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.property-content img {
			border-radius: 5px;
			margin: 0 auto;
			padding: 0;
			width: 100%;
		}
			.property-content img:hover {
				opacity: 0.8;
				cursor: pointer;
			}
		.property-content a {
			border: 2px solid cadetblue;
			text-align: center;
			border-radius: 75px;
			padding: 15px 25px;
			
			font-family: 'Calibri light';
			text-decoration: none;
			font-weight: bold;
			font-size: 15px;
			color: #000;
		}
			.property-content a:hover {
				color: cadetblue;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {
	.property-content p {font-size: 11px !important;margin: 0px 10px !important;}
}
@media (min-width: 365px) and (max-width: 479px) {
	.property {margin: 0 auto;padding: 0;height:100%;}.property-container {height: 100%;}.property-banner {}
	.property-content {padding: 15px 0 30px 0;}.property-content p {margin-bottom: 0 10px;font-size: 15px;}
	.property-content p strong {}.property-content p span {}.property-content h1 {}
	.property-content h2 {margin: 20px 0 0 0;}.property-content h3 {}.property-content h4 {}
	.property-content h5 {}.property-content h6 {}.property-content span {font-size: 15px;margin:10px 0;}
	.property-content img {}.property-content img:hover {}.property-content a {font-size: 15px;}
	.property-content a:hover {}
}
@media (min-width: 480px) and (max-width: 575.98px) {
	.property {margin: 0 auto;padding: 0;}.property-container {height: 100%;}.property-banner {}
	.property-content {padding: 15px 0 30px 0;}.property-content p {margin-bottom: 0 10px;font-size: 12.5px;}
	.property-content p strong {}.property-content p span {}.property-content h1 {}
	.property-content h2 {margin: 20px 0 0 0;color: #666;}.property-content h3 {}.property-content h4 {}
	.property-content h5 {}.property-content h6 {}.property-content span {font-size: 15px;margin:10px 0;}
	.property-content img {}.property-content img:hover {}.property-content a {font-size: 15px;}
	.property-content a:hover {}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.property {margin: 0 auto;padding: 0;}.property-container {height: 100%;}.property-banner {}
	.property-content {padding: 15px 0 30px 0;}.property-content p {margin: 0px 10px !important;font-size: 10px;}
	.property-content p strong {}.property-content p span {}.property-content h1 {}
	.property-content h2 {margin: 20px 0 0 0;}.property-content h3 {}.property-content h4 {}
	.property-content h5 {}.property-content h6 {}.property-content span {font-size: 15px;margin:10px 0;}
	.property-content img {}.property-content img:hover {}.property-content a {font-size: 15px;}
	.property-content a:hover {}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.property {margin: 0 auto;padding: 0;}.property-container {height: 100%;}.property-banner {}
	.property-content {padding: 15px 0 30px 0;}.property-content p {margin-bottom: 0 10px;font-size: 12.5px;}
	.property-content p strong {}.property-content p span {}.property-content h1 {}
	.property-content h2 {margin: 20px 0 0 0;color: #666;}.property-content h3 {}.property-content h4 {}
	.property-content h5 {}.property-content h6 {}.property-content span {font-size: 15px;margin:10px 0;}
	.property-content img {}.property-content img:hover {}.property-content a {font-size: 15px;}
	.property-content a:hover {}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.property {margin: 0 auto;padding: 0;}.property-container {height: 100%;}.property-banner {}
	.property-content {padding: 15px 0 30px 0;}.property-content p {margin-bottom: 0 10px;font-size: 12.5px;}
	.property-content p strong {}.property-content p span {}.property-content h1 {}
	.property-content h2 {margin: 20px 0 0 0;color: #666;}.property-content h3 {}.property-content h4 {}
	.property-content h5 {}.property-content h6 {}.property-content span {font-size: 15px;margin:10px 0;}
	.property-content img {}.property-content img:hover {}.property-content a {font-size: 15px;}
	.property-content a:hover {}
}
@media (min-width: 1200px) and (max-width:1920px) {
	/* Use default settings */
}
@media (min-width: 1921px) and (max-width:5000px) {
	/* Use default settings */
}

/*---------------------------------------------------------------------------------------------------------*/
	/* PACKAGES DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Package Partition */

.package {
	background-color: transparent;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* package Background */
	.package-container {
		background-color: #2a2929;
		display: block;
		height: 100%;
		width: 100%;
		text-align: center;
		
		margin: 0 auto;
		padding: 0;
		color: #2a2929;
	}
	/* package Foreground */
	.package-banner {
		background-color: transparent;
		display: block;
		height: 100%;
		width: 100%;
		text-align: center;
		
		margin: 0 auto;
		padding: 0;
		color: #2a2929;
	}
	/* Package Elements */
	.package-content {
		background-color: transparent;
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 15px 0;
	}
		.package-content p {
			text-align: center;
			font-size: 12.5px;
			margin: 15px 0;
			color: #fff;
		}
		.package-content h1 {
			text-transform: none;
			color: #000;
		}
		.package-content h2 {
			text-transform: none;
			padding: 0 5px;
			color: #000;
		}
		.package-content h3 {
			text-transform: none;
			color: #666;
		}
		.package-content h4 {
			text-transform: none;
			color: #999;
		}
		.package-content h5 {
			text-transform: uppercase;
			margin: 5.5px 0;
		}
		.package-content h6 {
			text-transform: uppercase;
		}
		.package-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.package-content img {
			margin: 0 auto;
			padding: 0;
			width: 250px;
		}
			.package-content img:hover {
				opacity: 0.8;
				cursor: pointer;
			}
		.package-content a {
			font-family: 'Calibri light';
			border: 2px solid #d1eaed;
			text-decoration: none;
			font-weight: lighter;
			border-radius: 75px;
			padding: 15px 25px;
			font-size: 15px;
			color: #999;
		}
			.package-content a:hover {
				background-color: #d1eaed;
				color: #666;
			}
		.package-content ol {
			margin: 25px 0;
		}
		.package-content ol li {
			display: inline-flex;
			text-align: center;
			margin: 0 5px;
		}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {
	.package {}.package-container {margin: 0 auto;padding: 0;}.package-banner {margin: 0 auto;padding: 0;}
	.package-content {margin: 0 auto;padding: 15px 0 35px 0;}.package-content p {font-size: 15px;margin: 15px 0;}
	.package-content h1 {}.package-content h2 {}.package-content h3 {}.package-content h4 {}.package-content h5 {}
	.package-content h6 {}.package-content span {font-size: 15px;margin:10px 0}.package-content img {margin: 0 auto;padding: 0;}
	.package-content img:hover {}.package-content a {padding: 15px 30px;}.package-content a:hover {}
}
@media (min-width: 480px) and (max-width: 575.98px) {
	.package {}.package-container {margin: 0 auto;padding: 0;}.package-banner {margin: 0 auto;padding: 0;}
	.package-content {margin: 0 auto;padding: 15px 0 35px 0;}.package-content p {font-size: 15px;margin: 15px 0;}
	.package-content h1 {}.package-content h2 {}.package-content h3 {}.package-content h4 {}.package-content h5 {}
	.package-content h6 {}.package-content span {font-size: 15px;margin:10px 0}.package-content img {margin: 0 auto;padding: 0;}
	.package-content img:hover {}.package-content a {padding: 15px 30px;}.package-content a:hover {}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.package {}.package-container {margin: 0 auto;padding: 0;}.package-banner {margin: 0 auto;padding: 0;}
	.package-content {margin: 0 auto;padding: 15px 0 35px 0;}.package-content p {font-size: 15px;margin: 15px 0;}
	.package-content h1 {}.package-content h2 {}.package-content h3 {}.package-content h4 {}.package-content h5 {}
	.package-content h6 {}.package-content span {font-size: 15px;margin:10px 0}.package-content img {margin: 0 auto;padding: 0;}
	.package-content img:hover {}.package-content a {padding: 15px 30px;}.package-content a:hover {}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.package {}.package-container {margin: 0 auto;padding: 0;}.package-banner {margin: 0 auto;padding: 0;}
	.package-content {margin: 0 auto;padding: 15px 0 35px 0;}.package-content p {font-size: 15px;margin: 15px 0;}
	.package-content h1 {}.package-content h2 {}.package-content h3 {}.package-content h4 {}.package-content h5 {}
	.package-content h6 {}.package-content span {font-size: 15px;margin:10px 0}.package-content img {margin: 0 auto;padding: 0;}
	.package-content img:hover {}.package-content a {padding: 15px 30px;}.package-content a:hover {}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.package {}.package-container {margin: 0 auto;padding: 0;}.package-banner {margin: 0 auto;padding: 0;}
	.package-content {margin: 0 auto;padding: 15px 0 35px 0;}.package-content p {font-size: 15px;margin: 15px 0;}
	.package-content h1 {}.package-content h2 {}.package-content h3 {}.package-content h4 {}.package-content h5 {}
	.package-content h6 {}.package-content span {font-size: 15px;margin:10px 0}.package-content img {margin: 0 auto;padding: 0;}
	.package-content img:hover {}.package-content a {padding: 15px 30px;}.package-content a:hover {}
}
@media (min-width: 1200px) and (max-width:1920px) {
	/* use default settings */
}
@media (min-width: 1921px) and (max-width:5000px) {
	/* use default settings */
}

/*---------------------------------------------------------------------------------------------------------*/
	
	/* Package One Partition */
	.packageone {
		border: 0.5px solid #d1eaed;
		display: block;
		border-radius: 10px;
		overflow: hidden;
		padding: 0;
	}
		.packageone:hover {
			box-shadow: 1px 1px 5px #999;
		}
		.packageone p {
			border-bottom: 25px;
			padding: 5px 10px;
			margin: 0;
			color: #999;
		}
		.packageone h1 {
			border-bottom: 1px dotted #666;
			margin-bottom: 10px;
			padding: 15px 0;
		}
		.packageone strong {
			padding: 10px;
		}
		.packageone img {
			object-fit: cover;
			margin: 0 auto;
			padding: 0;
			width: 100%;
		}
		.packageancor {
			background-color: #d1eaed;
			display: flex;
			padding: 15px 0;
			width: 100%;
			bottom: 0px;
			position: sticky;
		}
		.packageancor h2 {
			text-transform: none;
			text-align: initial;
			font-weight: 600px;
			font-size: 17.5px;
			margin: 0 0 0 15px;
			padding: 0;
			color: #666;
		}
		.packageancor img {
			object-fit: cover;
			margin: 0 auto;
			padding: 0;
			width: 50%;
		}
		.packageancor a {
			margin: 0;
			padding: 0;
			border: none;
			color: #fff;
		}
			.packageancor a:hover {
				opacity: 0.1;
			}
	
	/* Package Two Partition */
	.packagetwo {
		border: 1px dotted #666;
		border-radius: 5px;
		padding: 25px;
	}
		.packagetwo:hover {
			border: 1px dotted #FFA500;
		}
		.packagetwo p {
			border-bottom: 25px;
			color: #fff;
		}
		.packagetwo h1 {
			border-bottom: 1px dotted #666;
			margin-bottom: 10px;
			padding: 15px 0;
		}
		.packagetwo strong {
			padding: 10px;
		}
	
	/* Package Three Partition */
	.packagethree {
		border: 1px dotted #666;
		border-radius: 5px;
		padding: 25px;
	}
		.packagethree:hover {
			border: 1px dotted #FFA500;
		}
		.packagethree p {
			border-bottom: 25px;
			color: #fff;
		}
		.packagethree h1 {
			border-bottom: 1px dotted #666;
			margin-bottom: 10px;
			padding: 15px 0;
		}
		.packagethree strong {
			padding: 10px;
		}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {
	.packageone {padding: 0;}.packageone:hover {}.packageone p {font-size: 13px;}
	.packageone h1{padding: 10px 0;margin: 10px 0;}.packageone strong {padding: 5px;}
	
	.packagetwo {padding: 10px;}.packagetwo:hover {}.packagetwo p {font-size: 13px;}
	.packagetwo h1{padding: 10px 0;margin: 10px 0;}.packagetwo strong {padding: 5px;}
	
	.packagethree {padding: 10px;}.packagethree:hover {}.packagethree p {font-size: 13px;}
	.packagethree h1{padding: 15px 0;;margin: 10px 0;}.packagethree strong {padding: 5px;}
}
@media (min-width: 480px) and (max-width: 575.98px) {
	.packageone {padding: 0;}.packageone:hover {}.packageone p {font-size: 12px;}
	.packageone h1{padding: 0 0 15px 0;margin: 2.5px  0 5px 0;}.packageone strong {padding: 5px;}
	
	.packagetwo {padding: 10px 5px;}.packagetwo:hover {}.packagetwo p {font-size: 12px;}
	.packagetwo h1{padding: 0 0 15px 0;margin: 2.5px  0 5px 0;}.packagetwo strong {padding: 5px;}
	
	.packagethree {padding: 10px 5px;}.packagethree:hover {}.packagethree p {font-size: 12px;}
	.packagethree h1{padding: 0 0 15px 0;;margin: 2.5px 0 5px 0;}.packagethree strong {padding: 5px;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.packageone {padding: 0;}.packageone:hover {}.packageone p {font-size: 12px;}
	.packageone h1{padding: 0 0 15px 0;margin: 2.5px  0 5px 0;}.packageone strong {padding: 5px;}
	
	.packagetwo {padding: 10px 5px;}.packagetwo:hover {}.packagetwo p {font-size: 12px;}
	.packagetwo h1{padding: 0 0 15px 0;margin: 2.5px  0 5px 0;}.packagetwo strong {padding: 5px;}
	
	.packagethree {padding: 10px 5px;}.packagethree:hover {}.packagethree p {font-size: 12px;}
	.packagethree h1{padding: 0 0 15px 0;;margin: 2.5px 0 5px 0;}.packagethree strong {padding: 5px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.packageone {padding: 0;}.packageone:hover {}.packageone p {font-size: 12px;}
	.packageone h1{padding: 0 0 15px 0;margin: 2.5px  0 5px 0;}.packageone strong {padding: 10px;}
	
	.packagetwo {padding: 10px 5px;}.packagetwo:hover {}.packagetwo p {font-size: 12px;}
	.packagetwo h1{padding: 0 0 15px 0;margin: 2.5px  0 5px 0;}.packagetwo strong {padding: 10px;}
	
	.packagethree {padding: 10px 5px;}.packagethree:hover {}.packagethree p {font-size: 12px;}
	.packagethree h1{padding: 0 0 15px 0;;margin: 2.5px 0 5px 0;}.packagethree strong {padding: 10px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.packageone {padding: 0;}.packageone:hover {}.packageone p {font-size: 12px;}
	.packageone h1{padding: 0 0 15px 0;margin: 2.5px  0 5px 0;}.packageone strong {padding: 0px;}
	
	.packagetwo {padding: 10px 5px;}.packagetwo:hover {}.packagetwo p {font-size: 12px;}
	.packagetwo h1{padding: 0 0 15px 0;margin: 2.5px  0 5px 0;}.packagetwo strong {padding: 0px;}
	
	.packagethree {padding: 10px 5px;}.packagethree:hover {}.packagethree p {font-size: 12px;}
	.packagethree h1{padding: 0 0 15px 0;;margin: 2.5px 0 5px 0;}.packagethree strong {padding: 0px;}
}
@media (min-width: 1200px) and (max-width:1920px) {
	/* Use default settings */
}
@media (min-width: 1921px) and (max-width:5000px) {
	/* Use default settings */
}

/*---------------------------------------------------------------------------------------------------------*/
			
	.tab {
		overflow: hidden;
	}
		.tab button {
			cursor: pointer;
			transition: 0.3s;
		}
		.tabcontent {
			display: none;
		}
			
/*---------------------------------------------------------------------------------------------------------*/
	/* GALLERY DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Gallery Partition */
	
.gallery {
	background-color: transparent;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* Gallery Background */
	.gallery-container {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Gallery Foreground */
	.gallery-banner {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Gallery Elements */
	.gallery-content {
		background-color: transparent;
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 15px 0;
		clear: both;
	}
		.gallery-content p {
			text-align: center;
			font-size: 12.5px;
			margin:10px 0
		}
		.gallery-content h1 {
			text-transform: uppercase;
		}
		.gallery-content h2 {
			text-transform: uppercase;
		}
		.gallery-content h3 {
			text-transform: uppercase;
		}
		.gallery-content h4 {
			text-transform: uppercase;
		}
		.gallery-content h5 {
			text-transform: uppercase;
		}
		.gallery-content h6 {
			text-transform: uppercase;
		}
		.gallery-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.gallery-content img {
			margin: 0 auto;
			padding: 0;
			width: 25px;
		}
			.gallery-content img:hover {
				opacity: 0.8;
				cursor: pointer;
			}
		.gallery-content a {
			font-family: 'Calibri light';
			text-decoration: none;
			font-weight: lighter;
			font-size: 13px;
			color: #fff;
		}
			.gallery-content a:hover {
				color: #999;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}

/*---------------------------------------------------------------------------------------------------------*/
	/* AGENTS DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Agents Partition */
	
.agent {
	background-color: transparent;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* Agents Background */
	.agent-container {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Agents Foreground */
	.agent-banner {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Agents Elements */
	.agent-content {
		background-color: transparent;
		display: block;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
	}
		.agent-content p {
			font-size: 15px;
			margin:10px 0;
			color: #2a2929;
		}
		.agent-content h1 {
			text-transform: uppercase;
			text-align: center;
		}
		.agent-content h2 {
			text-transform: uppercase;
			font-weight: lighter;
			text-align: center;
		}
		.agent-content h3 {
			text-transform: uppercase;
			color: cadetblue;
		}
		.agent-content h4 {
			text-transform: uppercase;
			text-align: center;
		}
		.agent-content h5 {
			text-transform: uppercase;
		}
		.agent-content h6 {
			text-transform: uppercase;
		}
		.agent-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.agent-content img {
			margin: 0 auto;
			padding: 0;
			width: 100%;
		}
			.agent-content img:hover {
				border-radius: 10px 10px 0 0;
				opacity: 0.8;
				cursor: pointer;
			}
		.agent-content a {
			font-family: 'Calibri light';
			text-decoration: none;
			font-weight: lighter;
			font-size: 15px;
			color: #666;
		}
			.agent-content a:hover {
				color: #999;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
			
/*---------------------------------------------------------------------------------------------------------*/
	/* QUOTES DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Quotation Partition */
	
.quotes {
	background-color: transparent;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* Quotes Background */
	.quotes-container {
		background-image: url(../images/gallerykeyboard.jpg);
		background-attachment: bottom;
		background-size: cover;
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Quotes Foreground */
	.quotes-banner {
		background-image: url(../images/gallerykeyboard.jpg);
		background-attachment: bottom;
		background-size: cover;
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Quotes Elements */
	.quotes-content {
		background-color: transparent;
		display: block;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 25px 0 0 0;
		clear: both;
	}
		.quotes-content p {
			text-align: center;
			font-size: 12.5px;
			margin:10px 0;
			color: #2a2929;
		}
		.quotes-content h1 {
			text-transform: uppercase;
			text-align: center;
			color: #2a2929;
		}
		.quotes-content h2 {
			text-transform: uppercase;
		}
		.quotes-content h3 {
			text-transform: uppercase;
		}
		.quotes-content h4 {
			text-transform: uppercase;
		}
		.quotes-content h5 {
			text-transform: uppercase;
		}
		.quotes-content h6 {
			text-transform: uppercase;
		}
		.quotes-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.quotes-content img {
			margin: 0 auto;
			padding: 0;
			width: 40px;
		}
			.quotes-content img:hover {
				opacity: 0.8;
				cursor: pointer;
			}
		.quotes-content a {
			font-family: 'Calibri light';
			text-decoration: none;
			font-weight: lighter;
			font-size: 13px;
			color: #fff;
		}
			.quotes-content a:hover {
				color: #999;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
			
/*---------------------------------------------------------------------------------------------------------*/
	/* MEDIA DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Media Partition */
	
.media {
	background-image: url('../images/mainbanner.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	display: flex;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	clear: both;
}	/* Media Background */
	.media-container {
		background-color: #fff;
		display: block;
		height: 415px;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Media Foreground */
	.media-banner {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Media Elements */
	.media-content {
		background-color: transparent;
		display: block;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
	}
		.media-content p {
			text-align: justify;
			text-align-last: left;
			font-size: 12.5px;
			margin:10px 0;
			color: #666;
		}
		.media-content h1 {
			text-transform: uppercase;
			margin-top: 25px;
		}
		.media-content h2 {
			text-transform: uppercase;
		}
		.media-content h3 {
			text-transform: uppercase;
		}
		.media-content h4 {
			text-transform: uppercase;
		}
		.media-content h5 {
			text-transform: uppercase;
		}
		.media-content h6 {
			text-transform: uppercase;
		}
		.media-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.media-content img {
			border-radius: 50%;
			margin: 0 auto;
			padding: 0;
			width: 90%;
		}
			.media-content img:hover {
				opacity: 0.8;
				cursor: pointer;
			}
		.media-content a {
			text-decoration: none;
			font-size: 12.5px;
			color: #666;
		}
			.media-content a:hover {
				color: cadetblue;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {
	.media-content img {width: 75%;}
	.media-container {height: 469px;}
	.media-content h1 {font-size: 20px !important;margin-top: 0px !important;}
	.media-content p {font-size: 13px !important;text-align:left;}
}
@media (min-width: 365px) and (max-width: 479px) {
	.media-content img {width: 75%;}
}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {
	.media-content h1 {margin: 15px 0px 0px 0px !important;font-size: 15px;}
	.media-content p {font-size: 11.5px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
			
/*---------------------------------------------------------------------------------------------------------*/
	/* NEWSLETTER DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Newsletter Partition */
	
.newsletter {
	background-color: transparent;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* Newsletter Background */
	.newsletter-container {
		background-image: url('../images/wallpaper.jpg');
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Newsletter Foreground */
	.newsletter-banner {
		background-image: url('../images/wallpaper.jpg');
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Newsletter Elements */
	.newsletter-content {
		background-color: transparent;
		display: block;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 15px;
		clear: both;
	}
		.newsletter-content p {
			text-align: center;
			font-size: 15px;
			margin-bottom: 10px;
			color: #666;
		}
			.newsletter-content p strong {
				text-transform: uppercase;
			}
			.newsletter-content p span {
				text-transform: uppercase;
				color: #666;
			}
		.newsletter-content h1 {
			text-transform: none;
			margin: 0;
			font-size: 25px;
			text-align: center;
			color: #2a2929;
		}
		.newsletter-content h2 {
			text-transform: none;
			text-align: center;
			color: #666;
		}
		.newsletter-content h3 {
			text-transform: none;
			text-align: center;
			color: #666;
		}
		.newsletter-content h4 {
			text-transform: uppercase;
		}
		.newsletter-content h5 {
			text-transform: uppercase;
		}
		.newsletter-content h6 {
			text-transform: uppercase;
		}
		.newsletter-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.newsletter-content img {
			margin: 0 auto;
			padding: 0;
			width: 40px;
		}
			.newsletter-content img:hover {
				opacity: 0.8;
				cursor: pointer;
			}
		.newsletter-content a {
			text-align: center;
			
			font-family: 'Calibri light';
			text-decoration: none;
			font-weight: lighter;
			font-size: 12.5px;
			color: #666;
		}
			.newsletter-content a:hover {
				border-bottom: 0.5px dotted #FFA500;
				color: #FFA500;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {
	.newsletter {;margin: 0 auto;padding: 0;}.newsletter-container {height: 400px;margin: 0 auto;padding: 0;}
	.newsletter-banner {height: 400px;margin: 0 auto;padding: 0;}.newsletter-content {padding: 50px 10px;}
	.newsletter-content p {font-size: 15px;margin-bottom: 10px;}.newsletter-content p strong {}
	.newsletter-content p span {}.newsletter-content h1 {margin: 0;font-size: 25px;}.newsletter-content h2 {}
	.newsletter-content h3 {margin: 25px 0;}.newsletter-content h4 {}.newsletter-content h5 {}.newsletter-content h6 {}
	.newsletter-content span {font-size: 15px;margin:10px 0;}.newsletter-content img {margin: 0 auto;padding: 0;width: 40px;}
	.newsletter-content img:hover {}.newsletter-content a {font-size: 15px;}.newsletter-content a:hover {}
}
@media (min-width: 480px) and (max-width: 575.98px) {
	.newsletter {;margin: 0 auto;padding: 0;}.newsletter-container {height: 400px;margin: 0 auto;padding: 0;}
	.newsletter-banner {height: 400px;margin: 0 auto;padding: 0;}.newsletter-content {padding: 60px 10px;}
	.newsletter-content p {font-size: 15px;margin-bottom: 10px;}.newsletter-content p strong {}
	.newsletter-content p span {}.newsletter-content h1 {margin: 0;font-size: 25px;}.newsletter-content h2 {}
	.newsletter-content h3 {margin: 25px 0;}.newsletter-content h4 {}.newsletter-content h5 {}.newsletter-content h6 {}
	.newsletter-content span {font-size: 15px;margin:10px 0;}.newsletter-content img {margin: 0 auto;padding: 0;width: 40px;}
	.newsletter-content img:hover {}.newsletter-content a {font-size: 15px;}.newsletter-content a:hover {}
}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
			
/*---------------------------------------------------------------------------------------------------------*/
	/* SOCIAL DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Social Partition */
	
.social {
	background-color: transparent;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* Social Background */
	.social-container {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Social Foreground */
	.social-banner {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Social Elements */
	.social-content {
		background-color: transparent;
		display: block;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
	}
		.social-content p {
			text-align: center;
			font-size: 12.5px;
			margin:10px 0
		}
		.social-content h1 {
			text-transform: uppercase;
		}
		.social-content h2 {
			text-transform: uppercase;
		}
		.social-content h3 {
			text-transform: uppercase;
		}
		.social-content h4 {
			text-transform: uppercase;
		}
		.social-content h5 {
			text-transform: uppercase;
		}
		.social-content h6 {
			text-transform: uppercase;
		}
		.social-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.social-content img {
			margin: 0 auto;
			padding: 0;
			width: 25px;
		}
			.social-content img:hover {
				opacity: 0.8;
				cursor: pointer;
			}
		.social-content a {
			font-family: 'Calibri light';
			text-decoration: none;
			font-weight: lighter;
			font-size: 13px;
			color: #fff;
		}
			.social-content a:hover {
				color: #999;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {
	.social {padding: 0;}.social-container {margin: 0 auto;padding: 0;}.social-banner {margin: 0 auto;padding: 0;}
	.social-content {margin: 0 auto;padding: 0;}.social-content p {font-size: 15px;margin:10px 0}.social-content h1 {}
	.social-content h2 {}.social-content h3 {}.social-content h4 {}.social-content h5 {}.social-content h6 {}
	.social-content span {font-size: 15px;margin:10px 0;}.social-content img {margin: 0 auto;padding: 0;width: 25px;}
	.social-content img:hover {}.social-content a {font-size: 13px;}.social-content a:hover {}
}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
	
	/* Facebook Partition */
	.facebook {
		background-color: #2a2929;
		text-align: center;
		padding: 25px 0;
		height: 75px;
		color: #fff;
	}
		.facebook:hover {
			background-color: #056787;
		}
		.facebook p {
			text-transform: uppercase;
			text-align: center;
			font-weight: bold;
		}
		.facebook a {
			text-align: center;
			font-weight: bold;
		}
			.facebook a:hover {
				color: #fff;
			}
		.facebook img {
			width: 25px;
		}
		
	/* Twitter Partition */
	.twitter {
		background-color: #2a2929;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		text-align: center;
		padding: 25px 0;
		height: 75px;
	}
		.twitter:hover {
			background-color: #17a2b8;
		}
		.twitter p {
			text-transform: uppercase;
			text-align: center;
			font-weight: bold;
		}
		.twitter a {
			text-align: center;
			font-weight: bold;
		}
			.twitter a:hover {
				color: #fff;
			}
		.twitter img {
			width: 25px;
		}
		
	/* Instagram Partition */
	.instagram {
		background-color: #2a2929;
		border-right: 1px solid #fff;
		text-align: center;
		padding: 25px 0;
		height: 75px;
	}
		.instagram:hover {
			background-color: #b04646;
		}
		.instagram p {
			text-transform: uppercase;
			text-align: center;
			font-weight: bold;
			color: #fff;
		}
		.instagram a {
			text-align: center;
			font-weight: bold;
			color: #fff;
		}
			.instagram a:hover {
				color: #fff;
			}
		.instagram img {
			width: 25px;
		}
	
	/* Linked In Partition */
	.linkedin {
		background-color: #2a2929;
		text-align: center;
		padding: 25px 0;
		height: 75px;
	}
		.linkedin:hover {
			background-color: #056787;
		}
		.linkedin p {
			text-transform: uppercase;
			text-align: center;
			font-weight: bold;
			color: #fff;
		}
		.linkedin a {
			text-align: center;
			font-weight: bold;
			color: #fff;
		}
			.linkedin a:hover {
				color: #fff;
			}
		.linkedin img {
			width: 25px;
		}
			
	/* Google Plus Partition */
	.googleplus {
		background-color: #2a2929;
		text-align: center;
		padding: 25px 0;
		height: 75px;
	}
		.googleplus:hover {
			background-color: #88963f;
		}
		.googleplus p {
			text-transform: uppercase;
			text-align: center;
			font-weight: bold;
			color: #fff;
		}
		.googleplus a {
			text-align: center;
			font-weight: bold;
			color: #fff;
		}
			.googleplus a:hover {
				color: #fff;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {}
@media (min-width: 365px) and (max-width: 479px) {}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
			
/*---------------------------------------------------------------------------------------------------------*/
	/* CONTACT DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Contact Partition */
	
.contact {
	background-color: cadetblue;
	height: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	/* Contact Background */
	.contact-container {
		display: inline-block;
		width: 100%;
		height: 378px;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}
	/* Contact Foreground */
	.contact-banner {
		background-attachment: cover;
		background-clip: border-box;
		background-image: '';
		display: inline-block;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Contact Elements */
	.contact-content {
		background-color: transparent;
		display: inline;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
	}
		.contact-content p {
			text-align: left;
			font-size: 13.5px;
			margin:12.5px 0;
			color: #fff;
		}
		.contact-content h1 {
			text-transform: uppercase;
		}
		.contact-content h2 {
			text-transform: uppercase;
			font-size: 17.5px;
			font-weight: bold;
			text-align: left;
		}
		.contact-content h3 {
			text-transform: uppercase;
			color: #fff;
		}
		.contact-content h4 {
			text-transform: uppercase;
		}
		.contact-content h5 {
			text-transform: uppercase;
			color: #000;
		}
		.contact-content h6 {
			text-transform: uppercase;
		}
		.contact-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.contact-content img {
			margin: 0 auto;
			padding: 0;
			width: 100%;
		}
			.contact-content img:hover {
				opacity: 0.8;
				cursor: pointer;
			}
		.contact-content a {
			font-family: 'Calibri';
			text-decoration: none;
			font-weight: lighter;
			font-size: 15px;
			color: #fff;
		}
			.contact-content a:hover {
				color: cadetblue;
			}
			
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {
	.contact-container {
		height: 265px;
	}
	.contact-content p {
		font-size: 10px;
	}
	.contact-content h2 {
		font-size: 15px;
		}
}
@media (min-width: 365px) and (max-width: 479px) {
	.contact-container {height: 305px;}.contact-banner {height: 600px;}
}
@media (min-width: 480px) and (max-width: 575.98px) {}
@media (min-width: 576px) and (max-width: 767.98px) {
	.contact-container {height: 489px;}.contact-banner {height: auto;}
}
@media (min-width: 768px) and (max-width: 991.98px) {}
@media (min-width: 992px) and (max-width: 1199.98px) {}
@media (min-width: 1200px) and (max-width:1920px) {}
@media (min-width: 1921px) and (max-width:5000px) {}
			
/*---------------------------------------------------------------------------------------------------------*/
	/* FOOTER DETAILS */
/*---------------------------------------------------------------------------------------------------------*/
	
	/* Footer Partition */
	
.footer {
	background-color: #123;
	width: 100%;
	padding: 0;
}	/* Footer Background */
	.footer-container {
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Footer Foreground */
	.footer-banner {
		display: block;
		height: 100%;
		width: 100%;
		
		margin: 0 auto;
		padding: 0;
	}
	/* Footer Elements */
	.footer-content {
		background-color: transparent;
		display: block;
		height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
		clear: both;
	}
		.footer-content p {
			font-size: 12.5px;
			margin:10px 0px !important;
			color: #fff;
		}
		.footer-copyright p {
			font-size: 12.5px;
			margin:10px 0;
			color: #fff;
		}
		.footer-content h1 {
			text-transform: uppercase;
		}
		.footer-content h2 {
			text-transform: uppercase;
		}
		.footer-content h3 {
			text-transform: uppercase;
			color: #000;
		}
		.footer-content h4 {
			text-transform: uppercase;
			color: #fff;
		}
		.footer-content h5 {
			text-transform: uppercase;
		}
		.footer-content h6 {
			text-transform: uppercase;
		}
		.footer-content span {
			text-align: center;
			font-size: 12px;
			margin:10px 0
		}
		.footer-content img {
			margin: 0 auto;
			padding: 0;
			width: 40px;
		}
			.footer-content img:hover {
				background-color: transparent;
				opacity: 0.8;
				cursor: pointer;
			}
		.footer-content a {
			font-family: 'Calibri light';
			text-align: right;
			font-size: 15px;
			color: #fff;
		}
			.footer-content a:hover {
				background-color: transparent;
				color: antiquewhite;
			}
		
			/* Back To Top Page */
	
#myBtn {
	background-color: #123;
	border: 2px solid #123;
	border-radius: 50%;
	width: 65px; height: 65px;
	margin: 5px 50px;
	position: fixed;
	display: none;
	bottom: 20px;
	padding: 20px;
	font-size: 12.5px;
	outline: none;
	color: #fff;
	z-index: 99;
	cursor: pointer;
}

#myBtn:hover {
	background-color: #234;
	border: 2px solid #234;
	color: #fff;
}
	.mapouter{position:relative;text-align:right;height:465px;width:100%;}
	.gmap_canvas {overflow:hidden;background:none!important;height:100%;width:100%;}		
/*---------------------------------------------------------------------------------------------------------*/

@media (min-width: 240px) and (max-width: 364px) {
	.mapouter{height:100%;}
	.gmap_canvas {height:100%;}
}
@media (min-width: 365px) and (max-width: 479px) {
	.footer {padding: 0;}.footer-container {margin: 0 auto;padding: 0;}.footer-banner {margin: 0 auto;padding: 0;}
	.footer-content {margin: 0 auto;padding: 10px 0;}.footer-content p {font-size: 15px;margin:10px 0;padding:0 5px;}
	.footer-content h1 {}.footer-content h2 {}.footer-content h3 {}.footer-content h4 {}.footer-content h5 {}
	.footer-content h6 {}.footer-content span {font-size: 15px;margin:10px 0;}.footer-content img {width: 40px;}
	.footer-content img:hover {}.footer-content a {font-size: 15px;}.footer-content a:hover {}
	.mapouter{height:100%;}
	.gmap_canvas {height:100%;}
}
@media (min-width: 480px) and (max-width: 575.98px) {
	.footer {padding: 0;}.footer-container {margin: 0 auto;padding: 0;}.footer-banner {margin: 0 auto;padding: 0;}
	.footer-content {margin: 0 auto;padding: 10px 0;}.footer-content p {font-size: 12.5px;margin:10px 0;}
	.footer-content h1 {}.footer-content h2 {}.footer-content h3 {}.footer-content h4 {}.footer-content h5 {}
	.footer-content h6 {}.footer-content span {font-size: 12.5px;margin:10px 0;}.footer-content img {width: 40px;}
	.footer-content img:hover {}.footer-content a {font-size: 12.5px;}.footer-content a:hover {}
	.mapouter{height:100%;}
	.gmap_canvas {height:100%;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.mapouter{height:410px;}
	.gmap_canvas {height:100%;}}
@media (min-width: 768px) and (max-width: 991.98px) {
	.mapouter{height:250px;}
	.gmap_canvas {height:100%;}}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.mapouter{height:514px;}
	.gmap_canvas {height:100%;}}
@media (min-width: 1200px) and (max-width:1690px) {
	.mapouter{height:100%;}
	.gmap_canvas {height:500px;}}
	@media (min-width: 1691px) and (max-width:1920px) {
	.mapouter{height:100%;}
	.gmap_canvas {height:532px;}}
@media (min-width: 1921px) and (max-width:5000px) {}

@-webkit-keyframes blink {
  20%,
  24%,
  55% {
    color: #fff;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
  text-shadow: 0 0 5px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 40px #fff, 0 0 60px #fff, 0 0 10px #fff, 0 0 98px #fff;
    color: midnightblue;
  }
}

@keyframes blink {
  20%,
  24%,
  55% {
    color: #fff;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
  text-shadow: 0 0 5px midnightblue, 0 0 15px #fff, 0 0 20px #fff, 0 0 40px #fff, 0 0 60px #fff, 0 0 10px #fff, 0 0 98px #fff;
    color: midnightblue;
  }
}
}
}

/*---------------------------------------------------------------------------------------------------------*/
	/* Thank You For Your Support */
/*---------------------------------------------------------------------------------------------------------*/