﻿/*
font-family: 'Indie Flower', cursive;
font-family: 'Raleway', sans-serif;
*/
body {
	background-color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 12pt;
	line-height: 1.428571429;
}
a {
	text-decoration: none;
}
	a.dashed {
		border-bottom: dotted 1px blue;
		cursor: pointer;
		text-decoration: none;
	}
.dashed {
	border-bottom: dotted 1px blue;
	color: blue;
	cursor: pointer;
	text-decoration: none;
}
.hideAtStart {
	display: none;
}
.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus,
.panel-heading a:active {
	text-decoration: none !important;
}
/* ******************** */
/* HEADER               */
/* ******************** */
header {
	/* background-image, color, & height set in _Layout */
	left: 0;
	padding: 10px 10px 0 10px;
	position: fixed;
	top: 0;
	width: 100%;
}
#logo {
	margin-right: 10px;
}
#follow-us {
	text-align: right;
}
#menu-button {
	margin-right: 10px;
}
.social-icon {
	display: inline-block;
}
	.social-icon img {}
	.social-icon:hover {
		cursor: pointer;
	}
/* ******************** */
/* SLIDING MENU         */
/* ******************** */
#site-menu {
	/* background-color & color set in _Layout */
	height: 100%;
	left: -300px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 0;
}
.nav-button {
	/* background-image & color set in _Layout */
	background-repeat: repeat-x;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 12pt;
	margin: 0;
	overflow: hidden;
	padding: 8px;
	text-align: left;
	width: 100%;
}
	.nav-button:hover {
		/* background-image & color set in _Layout */
		/* background-image: linear-gradient(to bottom, #337ab7 0, #265a88 60%); */
	}
	.nav-button:active, .nav-button:focus {
		/* background-color set in _Layout */
		background-image: none;
		border: solid 1px gray;
	}
	.nav-button:first-of-type {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
	.nav-button:last-of-type {
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
.nav-section {
	padding-left: 20px;
}
	.nav-section .nav-button {
		border-radius: 0 !important;
	}
#nav-header-icons {
	margin-bottom: 10px;
}
	#nav-header-icons div {
		border-radius: 6px;
		cursor: pointer;
		display: inline-block;
		font-size: 14pt;
		margin-right: 14px;
		padding-bottom: 4px;
		padding-top: 4px;
		text-align: center;
		width: 80px;
	}
		#nav-header-icons div:last-of-type {
			margin-right: 0;
		}
		#nav-header-icons div:hover {
			/* background-image set in _Layout */
			/* background-image: linear-gradient(to bottom, #337ab7 0, #265a88 60%); */
			background-repeat: repeat-x;
		}
		#nav-header-icons div span:last-of-type {
			display: block;
			font-size: 10pt;
			margin-top: 4px;
		}
	#nav-header-icons img {
		height: 32px;
		border-radius: 4px;
		width: 32px;
	}
/* ******************** */
/* SITE MAP             */
/* ******************** */
.site-map-path {
	border-radius: 0 !important;
	margin-bottom: 0 !important;
	padding: 10px 0 6px 0 !important;
}
/* ******************** */
/* CONTENT LAYOUT       */
/* ******************** */
#site_wrapper {
	/*
	overflow-x: hidden;
	overflow-y: auto;
	*/
	/* position: relative; */
}
#site-wrapper.show-nav #site-canvas {
	transform: translate3d(300px, 0, 0);
}
#site-canvas {
	backface-visibility: hidden; /* helps prevent flickering */
	padding: 20px;
	position: absolute;
	transform: translate3d(0);
	transition: 500ms ease all;
}
#canvas-cover {
	background-color: silver;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.contentEditButton {
	background-color: gainsboro;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #333;
	padding: 2px;
	position: absolute;
	right: -10px;
	top: -10px;
}
.page-footer {
	border-top: solid 1px silver;
	font-size: 11pt;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
}
/* ******************** */
/* CAROUSEL             */
/* ******************** */
.carousel {
	background-color: white;
	border-radius: 10px !important;
	height: 282px;
}
.carousel-indicators {
	bottom: -10px !important;
}
	.carousel-indicators li {
		/* background-color set in _Layout */
		box-shadow: 1px 1px 1px #333;
	}
	.carousel-indicators .active {
		/* background-color set in _Layout */
		box-shadow: 1px 1px #333;
	}
.carousel-inner > .item > img {
	margin: 0 auto !important;
}
.carousel-control {
	border-radius: 10px !important;
	/* color set in _Layout */
}
	.carousel-control:hover {
		/* color set in _Layout */
	}
/* ******************** */
/* PANELS               */
/* ******************** */
.panel-collapse-header {
	cursor: pointer;
}
.panel-primary {
	/* border-color set in _Layout */
}
	.panel-primary > .panel-heading {
		/* background-image, background-color, border-color, & color set in _Layout */
	}
	.panel-primary > .panel-collapse-header {
		/* background-image set in _Layout */
	}
		.panel-primary > .panel-collapse-header:hover {
			/* background-image set in _Layout */
		}
.modal-header {
	/* background-color & color set in _Layout */
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
/* ******************** */
/* TEXT ALIGNMENT       */
/* ******************** */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }
@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}
@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}
@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}