﻿/*===================== 
	Color information
	
	
    blue #263e60
    light blue #7bb8ef
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

pre {
	white-space: pre-wrap;
}

small {
	font-size: 80%;
}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Cinzel', serif;
	margin: 0;
	padding: 0;
}

svg:not(:root) {
	overflow: hidden;
	/*reset*/
}

.clear {
	clear: both;
}

img {
	border: 0;
}

.res-img {
	max-width: 100%;
	height: auto;
	display: block;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
	font-weight: 700;
}

h2 {
	font-size: 26px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-weight: 700;
}

h4 {
	font-size: 18px;
	font-weight: 700;
}

h5 {}

h6 {}

p {
	font-size: 18px;
	margin: 0;
}

.bold {
	font-weight: bold;
}

.btn-1 {
	background: #263e60 !important;
	color: #fff !important;
	padding: 10px;
	box-sizing: border-box;
	max-width: 250px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	margin: 15px 0;
	display: block;
	font-weight: 700;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: 'Cinzel', serif;
}

.btn-1:hover {
	background: #7bb8ef !important;
	color: #263e60 !important;
}

.btn-2 {
	background: #7bb8ef !important;
	color: #263e60 !important;
	padding: 10px;
	box-sizing: border-box;
	max-width: 250px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	margin: 15px 0;
	display: block;
	font-weight: 700;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: 'Cinzel', serif;
}

.btn-2:hover {
	background: #fff !important;
	color: #263e60 !important;
}

.blue-bg {
	background: #263e60;
}

.lt-blue-bg {
	background: #7bb8ef;
}

/*===================== 
	link styles 
=======================*/

a:focus {
	outline: thin dotted;
	/*reset*/
}

a,
a:link,
a:visited,
a:active {
	outline: 0;
	/*reset*/
	color: #000;
	text-decoration: none;
}

a:hover {
	outline: 0;
	/*reset*/
	text-decoration: none;
	color: #ccc;
}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	font-family: 'Cinzel', serif;
	width: 100%;
	margin: 0;

}

.top-header {
	background: #263e60;
}

.top-header p {
	color: #fff;
	text-transform: uppercase;
}

.top-header p a {
	color: #fff;
}

.top-header p a:hover {
	color: #7bb8ef;
}

.top-header img {
	max-width: 100%;
	height: auto;
	display: block;
}

header {
	width: 100%;
	background: url("../siteart/header-bg-1.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}

header:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.00) 44.55%, rgba(255, 255, 255, 0.74) 81.35%);
	background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.00) 44.55%, rgba(255, 255, 255, 0.74) 81.35%);
	background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.00) 44.55%, rgba(255, 255, 255, 0.74) 81.35%);
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 44.55%, rgba(255, 255, 255, 0.74) 81.35%);
}

header .container-1 {
	position: relative;
	z-index: 1;
}

.head-logo-1 img {
	width:100%;
    max-width: 450px;
    display: block;
    height: auto;
    filter: drop-shadow(0 0 15px rgba(255,255,255,1)) drop-shadow(0 0 15px rgba(255,255,255,1));
}


/*===================== 
	nav styles 
=======================*/

#menu-button {
	display: none;
}

nav.mobile {
	display: none;
}

nav.primary {
	padding: 0;
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
	background: #7bb8ef;
	border-bottom: 10px solid #263e60;
}

nav.primary ul {
	margin: 0 auto;
	padding: 0;

	display: flex;
	justify-content: center;
	align-items: center;
}

nav.primary ul li {
	margin: 0;
	list-style-type: none;
}

nav.primary ul li a {
	font-family: 'Cinzel', serif;
	color: #263e60;
	font-size: 17px;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 600;
}

nav.primary ul li a:hover {
	background: #263e60;
	color: #7bb8ef;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
	font-size: 16px;
	line-height: 16px;
	padding: 10px 0;
	color: #fff;
	background: #263e60;
	display: block;
	border-right: none;
	border-left: none;
	border-bottom: #fff solid 1px;
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
	z-index: 600;
}

nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

nav.primary ul li:hover>ul {
	display: block;
	line-height: 18px;
	z-index: 600;
}

nav.primary ul ul li {
	display: block;
	float: none;
	width: 230px;
	position: relative;
	margin: 0;
	z-index: 600;
}

/*===================== 
	content styles 
=======================*/
.sub-cat-btn-1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sub-cat-btn-1 a {
	width: 24%;
	margin: 10px auto;
	background: #263e60;
}

.sub-cat-btn-1 a p {
	background: #263e60;
	color: #7bb8ef;
	font-size: 20px;
	text-align: center;
	display: block;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

.sub-cat-btn-1 img {
	width: 100%;
	display: block;
}

.sub-cat-btn-1 a:hover p {
	background: #7bb8ef;
	color: #263e60;
}

.sub-cat-btn-1 a:hover img {
	opacity: 0.5;
}

.brand-btns {
	border-top: 10px solid #263e60;
}

.brand-btns a {
	width: 17.5%;
	transition: .2s ease-in;
}

.brand-btns a img {
	height: auto;
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.brand-btns a:hover {
	opacity: 0.7;
}

.showroom-cont-1 .flex-cont-1 {
	gap: 20px 0;
}

.showroom-cont-1 .brand-btns a {
	margin-top: 20px;
}

.about-info-cont-1 {
	width: 49%;
	color: #fff;
}

.about-info-cont-1 ul {
	padding: 0;
	margin: 0;
}

.about-info-cont-1 ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.about-info-cont-1 ul li a {
	padding: 10px 0;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.about-info-cont-1 ul li a:hover {
	color: #7bb8ef;
}

.map-cont-1 {
	width: 49%;
	height: 300px;
}
.finance-pg-info {
	width:100%;
	max-width: 700px;
	margin:0 auto;
	padding:40px 20px;
	box-sizing: border-box;
}
.finance-pg-info a {
	font-size: 24px;
	font-weight: 700;
	color:#263e60;
	transition: .2s ease-in;
	word-break: break-all;
}
.finance-pg-info a:hover {
	color: #7bb8ef;
}
.finance-cont-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px !important;
    gap: 20px; /* changed from "20px 0" to add column gap too */
}

.finance-col-1 {
    background: #DCDCDC;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    width: calc(33.333% - 14px); /* changed from 45% */
    box-sizing: border-box;
}
.finance-col-1 img {
	height: 100px;
	width:100%;
	max-width: 250px;
	display: block;
	margin: 0 auto;
	object-fit: contain;
	object-position: center;
}
.finance-col-1 p {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.finance-col-1 p a {
	word-break: break-all;
	color:#000;
}

.inv-part-banner {
	padding:40px 20px;
}
.inv-part-banner h2 {
	display: block;
	width:100%;
	background:#263e60;
	padding:20px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
	font-size: 30px;
	font-family: 'Cinzel', serif;
}
.inv-part-banner p {
	font-size: 18px;
	text-align: center;
	color:#000;
	font-family: 'Cinzel', serif;
	display: block;
	margin:0 auto;
	padding:20px 0;
}
.inv-part-banner-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:30px 2%;
}
.inv-part-banner-cont a {
	width:49%;
	flex-grow: 1;
	transition: .2s ease-in;
}
.inv-part-banner-cont a img {
	width:100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.inv-part-banner-cont a:hover {
	opacity: 0.6;
}
/*===================== 
	slideshow styles 
=======================*/

.cycle-slideshow {
	width: 100%;
	height: auto;
}

.cycle-slideshow img {
	width: 100%;
	height: auto;
	display: block;
}


/* pager */
.cycle-pager {
	text-align: center;
	width: 100%;
	z-index: 500;
	position: absolute;
	bottom: 15px;
	overflow: hidden;
}

.cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.cycle-pager span.cycle-pager-active {
	color: #7bb8ef;
}

.cycle-pager>* {
	cursor: pointer;
}


/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}

.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}


/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input,
.form-info-cont date,
.form-info-cont select {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 17px;
	margin: 0 0 15px 0;
	box-sizing: border-box;
}

.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin: 0 0 15px 0;
	box-sizing: border-box;
}

.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin: 0 0 15px 0;
}

select {
	margin: 0;
	padding: 0;
}

.CaptchaWhatsThisPanel a {
	color: #000;
}

.CaptchaWhatsThisPanel a:hover {
	text-decoration: underline;
}


.form-inline .btn-1 {
	margin: 15px auto;
}

/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
}


.container-1 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 10px;
	box-sizing: border-box;
}

.container-1.gallery {}

.container-1.gallery img {
	width: 24%;
    cursor: pointer;
}

.container-inv {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 10px;
	box-sizing: border-box;
}

.container-thank {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 10px 10vw 10px;
	box-sizing: border-box;
}

.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.flex-cont-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.col-1-6 {
	width: 16%;
	box-sizing: border-box;
}

.col-1-5 {
	width: 20%;
	box-sizing: border-box;
}

.col-1-4 {
	width: 24%;
	box-sizing: border-box;
}

.col-1-3 {
	width: 33%;
	box-sizing: border-box;
}

.col-1-2 {
	width: 49%;
	box-sizing: border-box;
}

.col-2-3 {
	width: 65%;
	box-sizing: border-box;
}

.col-3-4 {
	width: 75%;
	box-sizing: border-box;
}

/*===================== 
	footer styles 
=======================*/

footer {
	font-family: 'Cinzel', serif;
	margin: 0;
	width: 100%;
	background: #263e60;
}

footer ul {
	padding: 0;
	margin: 0;
}

footer ul li {
	padding: 10px 0;
	margin: 0;
	list-style: none;
}

footer ul li a {
	font-family: 'Cinzel', serif;
	font-size: 20px;
	font-weight: 700;
	color: #7bb8ef !important;
}

footer ul li a:hover {
	color: #fff !important;
}

.foot-col-right {
	text-align: right;
}

.foot-col-center img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 25px;
}

.foot-center-info {
	margin: -24px 0 0 0;
	text-align: center;
	box-sizing: border-box;
}

.foot-center-info .foot-location {
	color: #fff !important;
	font-size: 22px;
	display: block;
}

.foot-center-info .phone {
	color: #fff !important;
	font-size: 30px;
	font-weight: 600;
	display: block;
}

.foot-center-info a:hover {
	color: #7bb8ef !important;
}

.bottom-foot-1 {
	color: #fff;
	font-size: 12px;
	text-align: right;
	width: 100%;
	padding: 20px 0 10px 0;
}

.bottom-foot-1 a {
	color: #fff !important;
}

.bottom-foot-1 a:hover {
	color: #7bb8ef !important;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	text-decoration: none;
	font-size: 13px;
	color: #222;
}

a.footerlink:hover {
	text-decoration: none;
	font-size: 13px;
	color: #fff;
}

.footertext {
	font-size: 13px;
	color: #666;
}

.smallfootertext {
	font-size: 10px;
	color: #666;
}

.divfooter {
	max-width: 490px;
	text-align: center;
	margin: 0 auto;
}

/*========================== 
	  Responsive styles 
============================*/

@media screen and (max-width: 1500px) {
	nav.primary ul li a {
		padding: 10px .6vw;
		font-size: 1.2vw;
	}
}

@media screen and (max-width: 768px) {
	.finance-col-1 {
		width:100%;
	}
}

@media screen and (max-width: 900px) {

	.header-wrap {
		padding: 0;
	}

	.top-header p {
		width: 100%;
		text-align: center;
		padding: 0 0 10px 0;
	}

	.top-header a {
		margin: 0 auto;
	}

	header::after {
		background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.85) 100%);
		background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.85) 100%);
		background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.85) 100%);
		background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.85) 100%);
	}



	/*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}

	#menu-button {
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height: 60px;
		z-index: 400;
		/* needs to be lower than nav.mobile, adjust as needed */
		background: #7bb8ef;
		border-bottom: 10px solid #263e60;
	}

	#menu-button a {
		color: #000;
		text-decoration: none;
		padding: 0 0 0 .8em;
		font-weight: normal;
		cursor: pointer;
	}

	nav.mobile {
		display: block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 5000;
		/* needs to be higher than #menu-button, adjust as needed */
		overflow: auto;
	}

	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: relative;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		word-spacing: 13px;
		padding: 0 0 0 15px;
		color: #ccc !important;
	}

	nav.mobile .social-media a:link,
	nav.mobile .social-media a:visited {
		color: #ccc;
		text-decoration: none;
	}

	nav.mobile .social-media a:hover,
	nav.mobile .social-media a:active {
		color: #fff;
		text-decoration: underline;
	}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display: block;
		padding: 0;
		margin: 15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top: -4px;
		right: 13px;
		cursor: pointer;
	}

	nav.mobile .menu-toggle:hover {
		/* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
	}

	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position: relative;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size: 15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left: 4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	}

	nav.mobile ul li a:hover {
		background: rgba(45, 45, 45, 0.5);
		color: #fff;
		border-left: 4px #7bb8ef solid;
		/* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {
		border: none;
	}

	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left: 4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}

	nav.mobile ul li li a:hover {
		background: rgba(65, 65, 65, 0.5);
	}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {
		border: none;
	}

	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left: 4px #555 solid;
	}

	nav.mobile ul li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}

	nav.mobile ul li .click {
		/* dropdown menu idicator arrow be sure to include this image with your image files */
		position: absolute;
		display: block;
		cursor: pointer;
		z-index: 12399994;
		top: 0;
		right: 0;
		width: auto;
		height: auto;
		padding: 17px 20px;
		color: #fff;

	}

	.nav-footer {
		color: #1B1B1B;
		position: relative;
		text-align: center;
		font-size: 14px;
		line-height: 16px;
		padding: 15px 0;
	}

	/* FONT AWESOME ICONS */
	nav.mobile ul li a i {
		width: 25px;
		padding: 8px 3px;
		margin: 0 6px 0 0;
		text-align: center;
		background: #292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	}


	nav.mobile ul li .fa-chevron-down {
		color: #999;
	}

	.grid figure {
		width: 49%;
	}

	.sub-cat-btn-1 a p {
		font-size: 2vw;
	}

	.brand-btns a {
		width: 30%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 760px) {

	.container-1.gallery img {
		width: 49%
	}



	.sub-cat-btn-1 a {
		width: 49%;
	}

	.sub-cat-btn-1 a p {
		font-size: 3.5vw;
	}

	.about-info-cont-1 {
		width: 100%;
		padding: 0 0 20px 0;
	}

	.map-cont-1 {
		width: 100%;
	}

	.foot-col-left,
	.foot-col-right {
		display: none;
	}

	.foot-col-center {
		margin: 0 auto;
	}

	.bottom-foot-1 {
		text-align: center;
	}

}

@media screen and (max-width: 420px) {
	.top-header p {
		font-size: 5vw;
	}

	.brand-btns a {
		width: 47%;
	}

	.sub-cat-btn-1 a {
		width: 100%;
	}

	.sub-cat-btn-1 a p {
		font-size: 6vw;
	}

	.foot-center-info .foot-location {
		font-size: 5vw;
	}

	.foot-center-info .phone {
		font-size: 7vw;
	}

	.foot-center-info {
		margin: -3vw 0 0 0;
		padding: 0 0 0 25vw;
	}
	.finance-pg-info a {
		font-size: 18px;
		word-break: break-all;
	}
	.inv-part-banner-cont a {
		width:100%;
	}

}




/* MODAL  */


.row>.column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
	float: left;
	width: 25%;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 999999;
	padding-top: 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
    box-sizing: border-box;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
	display: none;
}
.mySlides img {
	display: block;
}

/* Next & previous buttons */
.modal .prev,
.modal .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	display: block;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
	display: none;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Caption text */
.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

img.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}