﻿
.overlay {
	bottom: 0px;
	left: 0;
	position: absolute;
	width: 100%;
	height: 60px;
	-webkit-transition: opacity .3s ease-in ease-out;
	-moz-transition: opacity .3s ease-in ease-out;
	-ms-transition: opacity .3s ease-in ease-out;
	-o-transition: opacity .3s ease-in ease-out;
	transition: opacity .3s ease-in ease-out;
}

	.overlay .overlay-container {
		display: table;
		height: 100%;
		width: 100%;
	}

		.overlay .overlay-container h2 {
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			background-color: rgba(60, 60, 60, 0.5);
			margin: 0;
		}

			.overlay .overlay-container h2 span, .overlay .overlay-container h2 a {
				text-align: center;
				color: #ffffff;
			}

.zoom, .zoom_small {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

	.zoom:hover,
	.zoom:active,
	.zoom:focus {
		/**adjust scale to desired size, 
  add browser prefixes**/
		-ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		position: relative;
		z-index: 100;
	}

	.zoom_small:hover,
	.zoom_small:active,
	.zoom_small:focus {
		/**adjust scale to desired size, 
  add browser prefixes**/
		-ms-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		position: relative;
		z-index: 100;
	}

/** Galeon Page CSS **/
.panel-body {
	background: #FFCCFF;
}

nav.navbar {
	background-color: #000000;
	color: #333;
	width: 100%;
	float: left;
}

nav .navbar-collapse {
	float: right;
}

nav ul.nav {
	background-color: #000000;
	float: right;
	line-height: 39px;
	margin: 0;
}

	nav ul.nav li {
		color: #ffffff;
		margin-right: 45px;
		float: left;
	}

		nav ul.nav li:last-of-type {
			margin-right: 0;
		}

		nav ul.nav li a {
			color: #ffffff;
			font-weight: bold;
			font-size: 1.05em;
		}

ul.nav-pills {
	float: left;
	margin: 0;
	width: calc(100% - 30px);
	padding: 0 15px;
}

	ul.nav-pills li {
		color: #ffffff;
		float: left;
		margin-left: 1.5%;
	}

		ul.nav-pills li a {
			color: #000000;
			font-weight: bold;
			font-size: 11px !important;
			padding: 10px 15px;
			float: left;
		}

.gallery ul.nav-pills li {
	margin-left: 0%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
	background-color: #8493aa;
}

	.nav-pills > li.active > a:hover {
		background-color: #d3b883;
		color: black;
	}


.gal-gold {
	color: #d3b883;
}

.center-div {
	margin: auto;
	width: 10%;
}

.gal-line {
	border: 0 !important;
	padding: 0 !important;
	text-align: center !important;
	height: 20px;
}

/** aquila-nav CSS **/
.panel-body {
	background: #FFCCFF;
}


.go-top {
	left: .5em;
	right: unset
}
/** call button **/
.call-button {
	background: #185abc;
	border-color: #185abc;
	border: none;
	box-shadow: none;
	color: #fff;
	border-radius: 4px
}


.container-fluid {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.tab-content {
	clear: both;
}

	.tab-content .col-third img {
		max-width: 100%;
		/*max-height: 355px;*/
		width: 100%;
		/*min-height: 320px;*/
		transition: all .5s;
	}

	.tab-content .col-third p {
		margin: 0 0 20px;
	}

.tab-pane {
	display: none;
}

	.tab-pane.active {
		display: block;
	}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	padding-bottom: 0px;
	overflow: hidden;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}


.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

	.fade.active {
		opacity: 1;
	}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

table {
	background-color: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}


	.carousel, .carousel-inner, .carousel-inner .item {
		/*height: 100%;*/
		width: 100%;
		text-align: center;
	}

		.carousel-inner > .active {
			left: 0;
		}

		.carousel-inner > .item {
			display: none;
			position: relative;
			-webkit-transition: .6s ease-in-out left;
			-o-transition: .6s ease-in-out left;
			transition: .6s ease-in-out left;
		}

		.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
			display: block;
		}

		.carousel-inner .item img {
			width: 100%;
			position: relative;
			/*			top: -25%;
			-webkit-transform: translateY(-25%);
			-ms-transform: translateY(-25%);
			transform: translateY(-25%);*/
		}

		.carousel-inner > .item > img {
			width: 100%;
		}

		.carousel-inner > .item > img, .carousel-inner > .item > a > img {
			line-height: 1;
		}

		.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
			display: block;
			max-width: 100%;
			height: auto;
		}

.img-responsive {
	width: 100%;
}

/*.cycle-slideshow {
	max-height: 1000px;
}*/

.navarrows {
	position: absolute;
	bottom: 0;
	width: 10%;
	opacity: 0.7;
	/*filter: alpha(opacity=70);*/
	z-index: 400;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
}

	.navarrows:hover, .navarrows:focus {
		outline: 0;
		color: #fff;
		text-decoration: none;
		opacity: .9;
		filter: alpha(opacity=90);
	}

	.navarrows span {
		font-size: 4em;
		color: #FFFFFF;
	}

	.navarrows.cycle-prev {
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
		background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
		background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	}

	.navarrows.cycle-next {
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
		background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
		background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	}

}

.cycle-prev {
	left: 0;
	/*background: url(/siteassets/images/sitewide/left.png) 50% 50% no-repeat;*/
}

	.cycle-prev span {
		-moz-transform: scale(-1, 1);
		-webkit-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
		transform: scale(-1, 1);
	}

.cycle-next {
	right: 0;
	/*background: url(/siteassets/images/sitewide/right.png) 50% 50% no-repeat;*/
}

@media (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		-moz-perspective: 1000;
		perspective: 1000;
	}

		.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			left: 0;
		}
}

/*body a:not(.btn), body a:not(.btn):link, body a:not(.btn):visited {
	color: #333;
	font-size: 13px;
}*/

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

[role="button"] {
	cursor: pointer;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.text-primary {
	color: #337ab7;
}

.navbar-toggle {
	display: none;
}


@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -15px;
	}

	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -15px;
	}
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px;
	}
}

/*@media screen and (min-width: 992px) and (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}*/

/*@media screen and (min-width: 992px) {
	.navbar-toggle {
		position: relative;
		float: right;
		margin-right: 15px;
		padding: 9px 10px;
		margin-top: 7px;
		margin-bottom: 7px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
}*/
