@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'WiesbadenSwingComBold';
    src: url('../fonts/wiesbadenswingcom-bold.eot');
    src: url('../fonts/wiesbadenswingcom-bold.eot') format('embedded-opentype'),
url('../fonts/wiesbadenswingcom-bold.woff') format('woff'),
url('../fonts/wiesbadenswingcom-bold.ttf') format('truetype'),
url('../fonts/wiesbadenswingcom-bold.svg#WiesbadenSwingComBold') format('svg');
	font-weight: normal;
    font-style: normal;
}
.main {
	font-size: 65%;
	background-color: #e1e1ff;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	display: block;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../images/flower-bknd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.main-subhead {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
.main-title{
	font-family: 'WiesbadenSwingComBold', Arial, sans-serif;
	float: left;
	color: #6966AD;
	font-weight: lighter;
}
.main h1 {
	text-align: left;
	font-size: 4em;
	display: block;
	font-weight: lighter;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
}
/* For IE 6/7 (trigger hasLayout) */
.zoom {
    zoom:1;
}
/*horizontal menu styles*/	
.main-nav {
	/* [disabled]height: 2.3em; */
	font-size: 1.9em;
	padding-right: 12px;
	/* [disabled]width: 550px; */
	float: right;
	margin-bottom: 0px;
	position: relative;
	top: 12px;
	padding-top: 29px;
	padding-right: 18px;
	font-weight: lighter;
}
.main ul {
	/* [disabled]height: 2em; */
	margin: 0;
	list-style: none;
	float: right;
	padding: 0;
}
.main li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.main li a {
	display: block;
	line-height: 1.7em;
	color: #ffffb5;
	text-decoration: none;
	background: #b9beff;
	/* [disabled]padding-top: 0.3em; */
	/* [disabled]position: relative; */
	border-radius: .7em .7em 0 0;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 0.4em;
	padding-bottom: 0;
	padding-left: 0.4em;
	margin-bottom: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a7adff;
	border-right-color: #a7adff;
	border-bottom-color: #a7adff;
	border-left-color: #a7adff;
}
.main li a:hover {
	background: #a7adff;
	/* [disabled]height: 2.3em; */
	/* [disabled]padding-top: 0.3em; */
	/* [disabled]position: relative; */
	/* [disabled]top: -0.3em; */
	border-radius: .7em .7em 0 0;
	color: #ffffb5;
}
.main li a.main-current {
	background: #ffffb5;
	padding-top: 8px;
	position: relative;
	top: -8px;
	color: #333;
	cursor: default;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a7adff;
	border-right-color: #a7adff;
	border-bottom-color: #ffffb5;
	border-left-color: #a7adff;
}
.main-content {
	background-color: #ffffb5;
	margin-right: 15px;
	margin-left: 15px;
	/* [disabled]height: 200px; */
	/* [disabled]margin-top: 15px; */
	display: block;
	padding-bottom: 20px;
	border: 4px solid #a7adff;
}
.main-contact-box {
	background-color: #ffffb5;
	padding-bottom: 20px;
}
.main-phone {
	float: left;
	padding-left: 47px;
}
.main-email {
	float: right;
	padding-right: 47px;
}
.main-contact-box h4 {
	font-size: 2em;
	color: #999;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
}
.letter-spacing {
	letter-spacing: 0.17em;
}
.player-panel {
	display: block;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	text-align: center;
}
.panel {
	display: block;
	margin-bottom: 20px;
	background-color: rgb(255, 255, 255);
	border: 1px solid transparent;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.15);
	margin-right: 15px;
	margin-left: 15px;
	/* [disabled]height: 200px; */
	margin-top: 15px;
}
.panel,
.panel:before,
.panel:after, .main-column, .main-column:before, .main-column:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.img-responsive{
	max-width: 100%;
	height: auto;
}

.main p {
	
}
.main-center {
	text-align: center;	
}

.main h2 {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1.9em;
	color: #6966AD;
}
.panel-btn {
	padding-top: 15px;	
}
.player-panel h3 {
	font-size: 1.4em;	
}
.panel-btn a {
	color: #6966AD;
	text-decoration: none;
}
.panel-btn a:link {
	color: #6966AD;
	text-decoration: none;
}
.panel-btn a:hover {
	color: #333;
	border-bottom: 1px dashed #6966AD;
}
.main-video {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
.main-column {
	padding-right: 6px;
	padding-left: 6px;
	min-height: 1px;
	position: relative;
	width: 50%;
	float: left;
	padding-bottom: 10px;
}
.thumbnail {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1.42857;
	background-color: rgb(255, 255, 255);
	border: 0px none;
	border-radius: 0px 0px 0px 0px;
	transition: all 0.2s ease-in-out 0s;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
	vertical-align: middle;
	display: block;
    height: auto;
    max-width: 100%;
}
/*for firefox*/
.thumbnail:a {
    text-decoration: none;
}
.img-rounded {
	border-radius: 6px;
	border: 4px double #666;
}
.img-rounded:hover {
	border: 4px double #000;
	text-decoration: none;
}
.main h3 {
	font-size: 1.4em;
	text-align: center;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
@media (min-width: 768px){
	.main-column {
	width: 25%;
	float: left;
	}
}
@media (min-width: 992px){
	.main-column {
	width: 16.6667%;
	float: left;
	}
}

@media(max-width: 600px) {
	.main-title{
	float: none;
	clear: right;
	color: #6966AD;
}
	.main h1 {
	text-align: center;
	font-size: 2.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	.main-nav {
	padding-right: 0px;
	width: auto;
	float: none;
	clear: right;
	margin-bottom: 0px;
	padding-top: 0px;
	}
	.main ul, .main li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	clear: left;
	}
	.main li a {
	border-radius: 0 0 0 0;
	margin: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #a7adff;
	border-right-color: #a7adff;
	border-bottom-color: #a7adff;
	border-left-color: #a7adff;
	}
	.main li a:hover, .main li a.main-current {
	/* [disabled]border-top-width: 1px; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-color: #F96; */
	padding-top: 0px;
	top: 0px;
	}
	

	.main-content {
	font-size: 86%;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	}
	.main-contact-box {
	padding-bottom: 0px;
	}
	.main-contact-box h4 {
	font-size: 2em;
	color: #999;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	}
	.main-phone {
	float: none;
	clear: left;
	padding-left: 0px;
	text-align: center;
	}
	.main-email {
	float: none;
	clear: left;
	padding-right: 0px;
	text-align: center;
	padding-bottom: 10px;
	}
	.main p {
	
	}
	.main-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.main-video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
	

}
