/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Baumans|Source+Sans+Pro:300,400,600,900');
html,body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.9rem;
	line-height: 1.3rem;
	font-weight: 400;
	color: #464646;
	margin: 0px;
	padding: 0px;
	height:100%;
	background-color:#000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
}
a:focus, a:hover {
    color: #7c4071;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
a {
    color: #99007f;
    text-decoration: none;
	font-weight:600;
    background-color: transparent;
}
ml-2 {
    margin-left: 1.5rem;
}
.logo-wrapper {
	z-index:1;
	position:relative;
}
.logo-wrapper .img-responsive {
	text-align:center;
    margin: 0 auto;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 16px;
    text-transform: uppercase;
}
.navbar-header {
    text-align: center;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: purple;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle {
    position: relative;
    float: none;
    padding: 8px;
    margin: 0px auto;
    background-color: transparent;
    background-image: none;
    border: 1px solid purple;
    border-radius: 10px;
    width: 16%;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    position: absolute;
}
.divider {
    border-bottom: 1px solid purple;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}
.topmenu-wrapper {
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight:400;
}
.topmenu-wrapper a, .topmenu-wrapper a:hover, .topmenu-wrapper a:focus, .topmenu-wrapper a:visited {
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
    padding: 0px 50px;
    display: inline-block;
}
.side-menu {
    position: absolute;
    top: 7%;
    right: 2%;
    z-index: 999;
}
.side-menu ul > li {
	margin-top:5px;
	margin-bottom:5px;
}
.side-menu ul > li .btn-lable {
	display:none;
}
.side-menu ul > li:hover .btn-lable {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    right: 100%;
    letter-spacing: 0.4em;
    position: absolute;
    width: auto;
    white-space: nowrap;
    margin-top: 8px;
    margin-right: 10px;
}
.social-menu {
    top: 115%;
    right: 0;
    color: #fff;
    position: absolute;
    z-index: 99;
    display: block;
    width: 100%;
	overflow:hidden;
}
.social-menu a {
	color:#fff;
	text-decoration:none;
}
.vertical-text {
    writing-mode: vertical-rl;
	writing-mode: bt-lr;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin: 0px 0px 30px 8px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 150px;
}
#frmquote .has-error .form-control:focus {
    border-color: #06ff00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #06ff00;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #06ff00;
}
#frmquote .has-error .form-control {
    border-color: #00bd2a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 234, 36, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 234, 36, 0.1);
}

/* custom buttons */
.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 21px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-info {
    color: #fff;
    background-color: #89005b;
    border-color: #5c003d;
    width: 120px;
}
.btn-info:hover {
    color: #fff;
    background-color: #9a017f;
    border-color: #9a017f;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #9a017f;
  border-color: #9a017f;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #9a017f;
  border-color: #9a017f;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #9a017f;
  border-color: #9a017f;
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #9a017f;
    border-color: #9a017f;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
/* custom select */
.filterwrapper .bootstrap-select > .dropdown-toggle.bs-placeholder, .filterwrapper .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #fff;
    background: none;
    border-bottom: 1px solid #7a7a7a;
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
    font-size: 1rem;
}
.filterwrapper .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .filterwrapper .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #fff;
    background: none;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
    font-size: 1rem;
}
/* categories */
.category-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0px;
    margin: 0px;
}
.category-list {
    position: relative;
    display: block;
	width:100%;
	height:100%;
	overflow:hidden;
}
.category-title {
    background-color: #44C165;
    padding: 15px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-family: 'Baumans', cursive;
    line-height: normal;
}
.category-list-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: block;
}
.category-list-wrapper .category-thumbnail {
    width: 100%;
    display: inline-block;
    z-index: 0;
	position: relative;
    background-color: #010101;
}
.category-list-wrapper .category-thumbnail img {
	opacity:0.45;
	width:100%;
	height:auto;
	display:block;
	z-index:1;
}
.category-list-wrapper .category-name-wrapper {
	position:absolute;
    border: 1px solid #f4f4f4;
    color: #f4f4f4;
    z-index: 10;
	top:0;
    bottom: 0;
    width: 90%;
    min-height: 90%;
    font-weight: 900;
    margin: 5%;
    text-align: left;
    display: block;
}
.category-list-wrapper .category-name-wrapper .category-name {
    position: absolute;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    left: 10%;
    right: 10%;
}
/* why wrapper */
.why-wrapper {
    background-color: #2FB953;
	color:#fff;
}
.why-title {
    background-color: #44C165;
    padding: 15px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-family: 'Baumans', cursive;
    line-height: normal;
}
.why-content-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #2DBA52;
    padding: 10%;
}
/* events */
.event-main-wrapper {
    display: block;
    /*background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;*/
    background-color: #fff;
}
.events-wrapper {
	width:100%;
	overflow:hidden;
	display:block;
}
.events-list {
    width: 100%;
    float: left;
}
.title-wtapper {
    position: relative;
    display: block;
}
.events-title {
    font-family: 'Baumans', cursive;
    padding-left: 20%;
	padding-bottom:2%;
	display:inline-block;
	text-transform:uppercase;
}
.events-title h1 {
    font-family: 'Baumans', cursive;
    padding:0;
	margin:0;
	display:inline-block;
	text-transform:uppercase;
}
.events-title h2 {
    font-family: 'Baumans', cursive;
    padding: 0;
	margin:0;
	display:inline-block;
	text-transform:uppercase;
}
.title-line {
    display: inline-block;
    content: "";
    border-top: 2px solid #bebebe;
    width: 15%;
    margin: 3.5% 15px 0 0;
    vertical-align: middle;
    position: absolute;
    height: 40px;
}
.describe-wrapper {
    position: relative;
    display: block;
}
.describe-line {
    display: inline-block;
    content: "";
    border-top: 2px solid #01AB2E;
    width: 7%;
    height: 40px;
	position:absolute;
}
.events-describe {
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 20%;
	display:inline-block;
}
.events-link a, .events-link a:hover, .events-link a:focus {
	display: inline-block;
	color:#000;
	text-decoration: none;
}
.events-link a:after {
    font-family: FontAwesome;
	font-size:14px;
	color: #01AB2E;
    content: "\f178";
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}
.quote-wrapper {
    background-image: url(../images/topbg.jpg);        
    background-repeat: no-repeat;
	background-size:cover;
	background-position:center;        
	opacity:0.7;
}
.form-message {
    text-align: center;
    padding: 15px 10px 0px 10px;
    font-size: 85%;
    color: #626262;
}
.event-more {
    padding: 30px;
    font-size: 180%;
    width: 100%;
    display: block;
    overflow: hidden;
}
/* fance lines */
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span::before, .fancy span::after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #5cb85c;
    border-top: 1px solid #5cb85c;
    top: 16px;
    width: 100%;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
.footer {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
}
.footer .footer-top {
    margin-top: 30px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.footer-top a, .footer-top a:hover, .footer-top a:focus, .footer-top a:visited {
	color:#474747;
	text-decoration:none;
}
.footer-top ol, .footer-top ul {
    margin-top: 0;
    margin-bottom: 0;
}
.footer-top > ul.list-inline.footer-menu {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.footer-top > ul.list-inline.footer-menu > li {
    margin-left: 20px;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:10px;
}
.footer .footer-btn {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1;
	text-align:center;
}
.footer-btn .copyright {
    padding-bottom: 10px;
}
.footer-btn .footer-menu {
	padding-top: 5px;
    padding-bottom: 5px;
}
.logo-wrapper {
    max-width: 70%;
    margin: 2% auto;
    text-align: center;
}
.fullsize-video-bg {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: black;
    z-index: 0;
    display: flex;
}
.fullsize-video-bg #video-viewport video {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index:-1;
}
.tagline {
    width: 100%;
    margin: 1% auto;
    position: relative;
    text-align: center;
}
.filterwrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
h1.headline {
    font-family: 'Baumans', cursive;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2em;
    color: #fff;
    text-align: center;
    line-height: normal;
}
.quote-headline-wrapper {
    margin-top: 20%;
    margin-bottom: 20%;
}
.quote-message {
    color: #fff;
    font-size: 130%;
    line-height: 1.2em;
    margin-top: 15px;
    font-weight: 300;
    padding-left: 19px;
    text-indent: -64px;
    display: block;
    margin-left: 14%;
}
@media (min-width: 576px) {
.logo-wrapper {
    max-width: 100%;
    margin: 3% auto 4%;
    text-align: center;
}
.tagline {
    width: 100%;
    margin: 1% auto;
    position: relative;
    text-align: center;
}
h1.headline {
    font-family: 'Baumans', cursive;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: normal;
}
}

@media (min-width: 768px) {
.side-menu {
    position: absolute;
    top: 36%;
    right: 2%;
    z-index: 999;
}
.logo-wrapper {
    max-width: 100%;
    margin: 3% auto 3%;
    text-align: center;
}
.tagline {
    margin: 1% auto 3%;
    position: relative;
    text-align: center;
}

h1.headline {
    font-family: 'Baumans', cursive;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.135rem;
    color: #fff;
    text-align: center;
    line-height: normal;
}
}
@media (min-width: 880px) {
.side-menu {
    position: absolute;
    top: 9%;
    right: 2%;
    z-index: 999;
}
}
@media (min-width: 900px) {
.side-menu {
    position: absolute;
    top: 15%;
    right: 2%;
    z-index: 999;
}
}
@media (min-width: 912px) {
.side-menu {
    position: absolute;
    top: 39%;
    right: 2%;
    z-index: 999;
}
}
@media (min-width: 992px) {
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px;
}
.side-menu {
    position: absolute;
    top: 28%;
    right: 2%;
    z-index: 999;
}
.logo-wrapper {
    max-width: 100%;
    margin: 5% auto;
    text-align: center;
}
.tagline {
    width: 100%;
    margin: 3% auto 5%;
    position: relative;
    text-align: center;
}
h1.headline {
    font-family: 'Baumans', cursive;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    line-height: normal;
}
}
@media (min-width: 1024px) {
.side-menu {
    position: absolute;
    top: 38%;
    right: 2%;
    z-index: 999;
}
}
@media (min-width: 1200px) {
.side-menu {
    position: absolute;
    top: 22%;
    right: 2%;
    z-index: 999;
}
h1.headline {
    font-family: 'Baumans', cursive;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    line-height: normal;
}
}
@media (min-width: 1366px) {
.side-menu {
    position: absolute;
    top: 30%;
    right: 2%;
    z-index: 999;
}
/* custom select */
.filterwrapper .bootstrap-select > .dropdown-toggle.bs-placeholder, .filterwrapper .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #fff;
    background: none;
    border-bottom: 1px solid #7a7a7a;
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
    font-size: 1.235rem;
}
.filterwrapper .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .filterwrapper .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #fff;
    background: none;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
    font-size: 1.235rem;
}
}
@media (min-width: 1400px) {
.side-menu {
    position: absolute;
    top: 28%;
    right: 2%;
    z-index: 999;
}
h1.headline {
    font-family: 'Baumans', cursive;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 3.5rem;
    color: #fff;
    text-align: center;
    line-height: normal;
}
}
