html, body {
	height: 100%;
	background-color: #fefde6;			
}
body {
	content: "";
	background: url(/images/background-music.gif) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: contain;
	background-clip: padding-box;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;

}
#ajaxpanel {
	position: absolute;
	top: 215px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

/* container settings */
.container {
	background: transparent;
	max-width: 990px;
	width: 100%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	color: #060769;
}
.container-fluid {
	background: #c5c5c5;
}
@media (max-width: 767px) {
	.container-fluid {
		background: transparent;
	}
}
.vertainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -116px; /* bottom margin is neg of footer height */
	padding-bottom: 116px;
}
.headtainer {
	overflow: visible;
	margin-bottom: 5px;
}
@media (min-width: 768px) {
	.headtainer {
		height: 95px;
		margin-bottom: 35px;
	}
}
.footainer {
	font-size: 16px;
	line-height: 18px;
	vertical-align: middle;
	padding-top: 20px;
	margin-top: 20px;
}
@media (max-width: 767px) { 
	.footainer { 
		margin-bottom: 20px;
		background: #c5c5c5;
		border-radius: 8px;
	}
}

/* end container settings */

.u130 {
	width: 100%;
	min-height: 30px;
}
@media (max-width: 767px) {
	.u130 {
		padding-top: 10px;
	}
}
@media (min-width: 768px) {
	.u130 {
		min-height: 450px;
	}
}
@media (min-width: 992px) {
	.u130 {
		min-height: 500px;
	}
}
.row {
	padding-bottom: 10px;
	margin: 0;
}
@media (min-width: 768px) {
	.divider {
		border-right: solid 1px black;
		min-height: 490px;
	}
}
@media (max-width: 767px) {
	.divider {
		padding-bottom: 20px;
		margin-bottom: 30px;
		border-bottom: solid 1px black;
	}
}
.news {
/* 	margin-left: 10px; */
}
.news h4 {
	font-weight: bold;
	text-decoration: underline;
}
.news ul {
	margin-left: 10px;
	padding-left: 10px;
}
.news ul li {
	font-size: 17px;
}
@media (min-width: 768px) {
	.divider-left {
		border-left: 1px solid black;
	}
}
@media (max-width: 767px) {
	.divider-left {
		border-top: 1px solid black;
		padding: 10px 5px 0 5px;
		margin: 10px;
	}
}
.spaced {
	padding-top: 0px;
}

/*  regular header */
#regularhead {
	padding-top: 18px;
	height: 115px;
}
.mainlogo img {
	width: 100px;
	float: left;
}
.mainlogo h1 {
	float: left;
	margin-left: 10px;
	font-size: 51px;
}
.mainmenu ul {
	float: right;
	margin-top: 45px;
	margin-right: -25px;
	list-style: none outside none;
	padding: 0;
}
.mainmenu li {
	float: left;
	margin-right: 0;
	font-variant: normal;
	transition: 0.3s linear;
}
@media (min-width: 870px) {
	.mainmenu li {
		margin-right: 10px;
	}
}

/* end regular header */

/* burger header */
#burgerhead {
	margin-top: 10px;
	position: relative;
}
@media (min-width: 768px) {
	.navbar-nav {
		margin-top: 28px;
		margin-right: -15px;
		font-size: 2.2vw;
		float: right;
	}
}
#burgerhead .navbar-toggle {
	margin-top: 0;
	border-width: 2px;
	background-color: #d9d9d9;
	padding: 2px 2px;
}
#burgerhead .navbar-toggle .icon-bar {
	background-color: white;
}
#burgerhead .navbar-toggle:hover {
	background-color: white;
}
#burgerhead .navbar-toggle:hover .icon-bar {
	background-color: black;
}
#burgerhead h1 {
	display: inline-table;
	font-size: 36px;
	margin-top: 10px;
	color: #060769;
}
#burgerhead .navbar-default {
	background-color: transparent;
	border-color: transparent;
}
#burgerhead .navbar-nav {
	float: right;
	padding-right: 5px;
	padding-bottom: 15px;
}
#burgerhead .navbar {
	margin-bottom: 5px;
}

/* end burger header */

/* menu items */
a.menuitem,
.navbar-nav > li > a.menuitem {
    color: inherit;
	padding: 2px 6px;
	font-size: 22px;
	text-transform: lowercase; /* capitalize */
}
a.menuitem:active,
.navbar-nav > li > a.menuitem:active
{
    text-decoration: underline;
}
a.menuitem:hover,
.navbar-nav > li > a.menuitem:hover
{
    text-decoration: underline;
}
a.menuitem.viewing,
.navbar-nav > li > a.menuitem.viewing {
    color: white;
}
/* end menu items */

/* search */
.search-container {
	float: right;
	box-shadow: 3px 3px 8px grey;
	background-color: white;
}
.search-container button {
	padding: 6px 6px 6px 3px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}
.search-container button:hover {
  background: #ccc;
}
.search-container input[type="text"] {
    padding: 6px;
    font-size: 17px;
    border: none;
}
/* end search */

/* toggle switch */
.switch {
	position: relative;
	display: inline-block;
	width: 58px;
	height: 32px;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: silver;
	height: 28px;
	border-radius: 8px;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 5px;
	bottom: 4px;
	border-radius: 50%;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #474741;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
	background-color: aqua;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* end toggle switch */

/* footer socials and tolmedia */
div.footer {
    padding-bottom: 10px;
	text-align: center;
}
@media (min-width: 768px) {
	div.footer:nth-child(1) {
		text-align: left;	
	}
	div.footer:nth-child(3) {
		text-align: right;	
	}
}
div.socials a {
	padding: 2px 3px;
	margin-left: 5px;
	width: 24px;
	height: 24px;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: 50%;
	color: white;
	font-size: 14px !important;
}
.fa-facebook {
	background: #3B5998;
}
.fa-twitter {
	background: #55ACEE;
}
.fa-mail-forward,
.fa-envelope {
	background: #888888;
}
.fa-linkedin {
	background: #007bb5;
}
.fa-pinterest {
	background: #e60023;
}
div.footer a:hover {
    color: white;
    background-color: black;
    text-decoration: none;
}
div.tolmedia a {
	color: #ff8263;
	background-color: white;
	padding: 3px;
	border-radius: 50%;
	font-family: helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
div.tolmedia a:hover {
	color: white;
}

/* end footer socials and tolmedia */

/* tcode class types */
div.tcdedt {
	margin-top: 10px;
}
div.tcdedb {
	padding: 0 10px;
	text-align: center;
}
div.tcdedl {
	margin-top: 10px;
}
div.tcdedl ul {
	min-height: 30px;
	padding: 0;
}
div.tcdedh {
   	font-size: 22px;
   	font-weight: bold;
}
div.tcdedp {
	max-width: 400px;
	margin-top: 10px;
}
div.tcdedp p, div.tcdedp div.p {
	display: inline-table;
	margin: 0;
}
div.tcdedp p:nth-of-type(1) {
	max-width: 80%;
}
div.tcdedp p:nth-of-type(2) {
	float:right;
	color: #a5bd00;
	font-weight: bold;
}

div.img-responsive img {
	max-width: 100%;
	margin-bottom: 15px;
}
div.img-responsive-c img {
	max-width: 100%;
}
div.img-rounded img {
	max-width: 100%;
	border-radius: 6px;
	margin-bottom: 15px;
}
div.img-rounded-c img {
	max-width: 100%;
	border-radius: 6px;
}
div.img-responsive-rounded img {
	max-width: 100%;
	border-radius: 6px;
	margin-bottom: 15px;
}
div.img-responsive-rounded-c img {
	max-width: 100%;
	border-radius: 6px;
}
div.img-circle img {
	max-width: 100%;
	border-radius: 50%;
	margin-bottom: 15px;
}
div.img-circle-c img {
	max-width: 100%;
	border-radius: 50%;
}
div.img-responsive-circle img {
	max-width: 100%;
	border-radius: 50%;	
	margin-bottom: 15px;
}
div.img-responsive-circle-c img {
	max-width: 100%;
	border-radius: 50%;	
}
div.img-border img {
	max-width: 100%;
	border: 6px solid #fff;
	background-color: #fff;
	margin-bottom: 15px;
}
div.img-responsive-border img {
	max-width: 100%;
	border: 6px solid #fff;
	background-color: #fff;
	margin-bottom: 15px;
}
div.img-border-c img {
	max-width: 100%;
	border: 6px solid #fff;
	background-color: #fff;
}
div.img-responsive-border-c img {
	max-width: 100%;
	border: 6px solid #fff;
	background-color: #fff;
}
div.img-thumbnail img {
	width: 200px;
	border: 4px solid #fff;
	background-color: #fff;
	margin-bottom: 15px;
}
div.img-thumbnail-c img {
	width: 200px;
	border: 4px solid #fff;
	background-color: #fff;
}
div.tcdimg {
	margin-top: 15px;
	margin-bottom: 15px;
}
div.tcdimg img {
	max-width: 100%;
}
div.tcdimt img {
	float: left;
	max-width: 50%;
	margin-right: 15px;
}
@media (max-width:767px) {
	div.tcdimt img {
		float: left;
		/* width: 50%; */
	}
	div.tcdimt p {
		margin-top: 10px;
	}	
}
@media (min-width:768px) {
	div.tcdimt.img-rightoftext img {
		float: right;
		margin-left: 15px;
	}
}
/* end tcode class types */

/* non-image close btn */
.xclosebtn {
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid silver;
  background: silver;
  font-size: 31px;
  font-weight: bold;
  color: inherit;
  display: inline-block;
  line-height: 0px;
  padding: 12px 3px 12px 3px;
}
.xclosebtn:before {
  content: "×";
}
.xclosebtn:hover {
  color:white;
  text-decoration: none;
}
/* end non-image close btn */

/* pop-up video */
div.tcdimv, div.tcdimd {
	position: relative;
	margin-left: 15px;
	margin-top: 15px;
}
.tcdimv img, .tcdimd img {
	width: 100%;
	max-width: 330px;
	z-index: 50;
	cursor: pointer;
	border-radius: 8px;
}	
div.tcdimv img:nth-of-type(1),
div.tcdimd img:nth-of-type(1) {
	position: relative;
	top: 0;
	left: 0;
}
div.tcdimv img:nth-of-type(2),
div.tcdimd img:nth-of-type(2) { /* for 'play' overlay img */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
	opacity: 0.5;
}
div.tcdimv img:nth-of-type(2):hover,
div.tcdimd img:nth-of-type(2):hover {
		opacity: 1.0;
}
#video {
	display: none;
	position: fixed;
	top: 10%;
	left: 3%;
	z-index: 109; /* over cms dialog */
	overflow: visible;
	height: 80%;
	width: 94%;
	background-color: #fefde6;
	border: 4px solid #060769;
}
#vframe {
   position: absolute;
   top: 1%;
   left: 1%;
   bottom: 1%;
   right: 1%;
   height: 98%;
   width: 98%;
   text-align: center;
   font-size: 20px;
   color: white;
}
#vclose {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 110;
}
/* end video */

/* contact form */
.postform {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px;
/* 	border-radius: 8px; */
	-webkit-box-shadow: 3px 3px 8px grey;
	-moz-box-shadow: 3px 3px 8px grey;
	box-shadow: 3px 3px 8px grey;
	background-color: silver;
}
.postform h4 img { /* bullet gifs */
	vertical-align: bottom;
	margin-bottom: -5px;
}
.postform fieldset div input[type="text"] {
    border: 1px solid grey;
    padding: 0 7px 0 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px;
	width: 100%;
	max-width: 250px;
}
.postform fieldset div textarea {
    border: 1px solid grey;
    padding: 0 7px 0 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px;	
	width:100%;
}
@media (max-width: 992px) {
	.postform {
		padding: 10px 2px;
		max-width: 500px;
	}
}
@media (max-width: 580px) {
	.postform {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.postform .labelcol {
	text-align: right;
	padding-right: 0;
}	
.postform .formerror {
	display:block;
	color: darkred;
}
.postform #captcha {
	width: 50px;
	margin-left: 5px;
}
.bulletchr {
	color: orange;
	background: black;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	font-weight: bold;
	line-height: 1.7em;
	width: 1.7em;
	margin-right: 5px;
	vertical-align: baseline;
	text-align: center;
	padding-top: 0px;
}
#sendbtn {
	font-weight: bold;
}
/* end contact form */

/* login form */
.loginform {
	background-color: #cccccc;
	border-radius: 8px;
}
.loginform form .btn {
	background-color: darkblue;
	color: white;
}
.loginform {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 50px;
	overflow: auto;
	font-size: 18px;
	padding: 20px;
}
.loginform a {
	margin-top: 10px;
	float:left;
}
.loginform form {
	width: 100%;
	background-color: #cccccc;
	border-radius: 8px;
/* 	box-shadow: 4px 4px 4px black; */
}
.loginform .msg {
	margin-top: 10px;
	float: left;
	width: 100%;
}
.loginform .red {
	color: red;
}
.loginform .ttl {
	margin-bottom: 15px;
	display: block;
}
.loginform .lbl {
	display: inline-block;
	width: 130px;
	margin-top: 10px;
}
.loginform input {
	margin-left: 30px;
	width: 200px;
	line-height: 22px;
}
@media (min-width:440px) {
	.loginform .lbl {
		text-align: right;
	}
	.loginform input {
		margin-left: 10px;
	}
}
.loginform input[type="submit"],
.loginform input[type="button"] {
	margin-top: 20px;
	font-size: 18px;
	width: 100px;
	padding-top: 6px;
	padding-left: 13px;
	-webkit-appearance: button;
	cursor: pointer;
}
.loginform input[type="submit"]:hover {
	box-shadow: 1px 1px 2px black;
}
.loginform input[type="submit"]:active {
	box-shadow: -1px -1px 2px black;
	padding-top: 7px;
	padding-left: 14px;
}
/* end login form */


@media (max-width:767px) {
	.pad-xs-none {
		padding-left: 0;
		padding-right: 0;
	}
}
.date-in-past {
	text-decoration: line-through;
}
.text-center {
	text-align: center;
}
h1.title {
	margin-top: 0;
	margin-bottom: 0;
}
.whiteonblack {
	background-color: black;
	color: white;
}
.greenonblack {
	background-color: black;
	color: #d7ff55;
}
ul.errormenu {
	font-size: 16px;
}
div.pageturn {
	float: right;
	margin-right: 15px;
}
div.center {
	margin: 0 auto;
    width: 100%;
}