html, body
{
  height:100%;
  margin:0;
  background-color: #484848;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#wrap
{
  min-height:100%;
  height:auto;
  margin-bottom: -41px;
  padding-bottom:80px;
}
#createWaveLoading, #editAdminLoading, #createAdminLoading, #loginFailed{
  display:none;
}
.nav-collapse.collapse.in {
height: auto !important;
}
.mh-navbar
{
  margin-top:0px;
  margin-bottom: 50px;
  text-align: center;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  min-height: 45px;
  height: 45px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50% #ffffff), color-stop(100% #dbdbdb));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #dbdbdb 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #dbdbdb 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #dbdbdb 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #dbdbdb 100%);
  background-image: linear-gradient(top, #ffffff 0%, #ffffff 50%, #dbdbdb 100%);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.navbar{
	z-index: 900;
}
.mh-navbar-img
{
  position:relative;
  top:-1px;
  max-width: 100px !important;
}
.mh-navbar-img-hidden
{
  position:relative;
  top:-10px;
  max-width: 100px !important;
  z-index: 901;
}
.navbar-header{
	margin-bottom: 0px;
	margin: 0;
	padding: 0;
	border: none;
}
.navbar-brand{
	float:left;
	background-color: transparent !important;
	/*width: 100px !important;*/
}

.navbar-header-links .navbar-nav{
	display: inline-block;
    left: 0;
    right: 0;
    margin:0;
    float:none;
}

.navbar-header-links .navbar-nav li a{
	color: #a5714e;
	border-right: 2px solid rgba(165, 113, 78, 0.2);
	padding-top: 0px;
	padding-bottom:0px;
	margin-bottom: 10px;
    margin-top: 10px;
}

.navbar-header-links .navbar-nav li a:hover,
.navbar-header-links .navbar-nav li a:active{
	color: #41b533;
}

.navbar-header-links .navbar-nav .active a,
.navbar-header-links .navbar-nav .active a:hover,
.navbar-header-links .navbar-nav .active a:active{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #41b533;
	box-shadow: none;
}

.navbar-header-links li:last-child a, .navbar-brand{
  border:none !important;
}

.navbar-brand{
	  margin: 0px !important;
}

.mh-location-menu li
{
  min-width:210px;
}
.form-control[readonly] {
	background-color:white;
	cursor:default;
}

label.error {
	font-style:italic;
	color:red;
}

.required-text {
	color:red;
}


.list-group{
	font-size: 15px;
}
.list-group-item.active{
	background-image: linear-gradient(to bottom, #e8e8e8 0px, #f5f5f5 100%);
	border: 1px solid #dddddd;
	text-shadow: none;
	color:#000000;
}
.list-group-item.active:hover, .list-group-item.active:focus{
	background-image: linear-gradient(to bottom, #e8e8e8 0px, #f5f5f5 100%);
	border: 1px solid #dddddd;
	text-shadow: none;
	color:#000000;
}

.modal.in {
	display:block;
}
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
span.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #ffffff;
  background-color: #428bca;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important;
}
#error{
  display:none;
}
.fb-share-button
{
transform: scale(1.5);
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
-moz-transform: scale(1.5);
transform-origin: top left;
-ms-transform-origin: top left;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-webkit-transform-origin: top left;
}
.hide-element{
  display:none;
}

.navbar-footer{
	height: 40px;
	margin-bottom: 0px;
	margin: 0;
	padding: 0;
	border: none;
}
.navbar-footer-links .navbar-nav{
	min-height: 50px;
}
.navbar-footer-links {
  background: #41b533;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}
.cc-footer-links {
  background: #613304;
  font-size: 13.5px;
  line-height: 15px;
  text-align: center;
}
.navbar-footer-links .navbar-nav{
	display: inline-block;
    left: 0;
    right: 0;
    margin:0;
    float:none;
}
.navbar-footer-links li{
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-footer-links li a,
.navbar-footer-links li a:visited {
  padding: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #ffffff !important;
  margin: 0 4px;
  text-decoration: none;
  border-right: 1px solid #fff;
}
.navbar-footer-links li:last-child a{
  border:none;
}
.navbar-toggle{
	background-color: #f8f8f8;
}
.cc-footer-links .navbar-nav li a:hover{
	color: #41b533;
}
.cta {
  background: #472604;
  font-size: 13.5px;
  text-align: center;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 30px;
  color: #ffffff;
  font-family: "Dosis", sans-serif;
  margin:0;
}

.cta .aside h3 {
  font-size: 26px;
  margin: 24px 0 6px 0;
}
.cta .aside p {
  margin: 0 0 6px 0;
}
.cta .aside .social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cta .aside .social-icons li {
  display: inline-block;
  margin: 0 4px;
}
.cta .aside .social-icons li a {
  background: url('../img/social-icons.png');
  -webkit-background-size: 219px 28px;
  background-size: 219px 28px;
  display: block;
  height: 28px;
  width: 28px;
}
.cta .aside .social-icons li a.twitter {
  background-position: -38px 0;
}
.cta .aside .social-icons li a.youtube {
  background-position: -77px 0;
}
.cta .aside .social-icons li a.pinterest {
  background-position: -115px 0;
}
.cta .aside .social-icons li a.instagram {
  background-position: -153px 0;
}
.cta .aside .social-icons li a.email {
  background-position: -191px 0;
}
.cta a,
.cta a:visited {
  color: #ffffff;
  text-decoration: underline;
}

.btn-success {
    background-color: #41b533;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4dc33f), color-stop(65% #4dc33f), color-stop(65% #41b533), color-stop(100% #41b533));
	background-image: -webkit-linear-gradient(top, #4dc33f 0, #41b533 100%);
	background-image: -moz-linear-gradient(top, #4dc33f 0, #41b533 100%);
	background-image: -ms-linear-gradient(top, #4dc33f 0, #41b533 100%);
	background-image: -o-linear-gradient(top, #4dc33f 0, #41b533 100%);
	background-image: linear-gradient(top, #4dc33f 0, #41b533 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #41b533;
}
.mud-bg{
	background-color: #fff;
}
.mud-title{
	padding:0px;
	text-align: center;
	background: #75421a;
	border-bottom: 3px solid #ffffff;
	color: #ffffff;
	font-family: "Dosis", sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
	margin-bottom: 20px;
}
.mud-img{
	background: url('../img/mud.png') #fff;
	-webkit-background-size: 905px 59px;
	background-size: contain;
	background-position: center bottom;
	background-repeat:no-repeat;
	height: 59px;
	width:100%;
	max-width: 905px;
	margin: 0 auto;
}
.mud-title .location{
	font-size: 30px;
  margin-right: 20px;
}
.mud-title .date{
  color: #41b533;
  font-size: 24px;
}
.splash {
  background: #ffffff;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.splash ol {
  counter-reset: section;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.splash ol > li {
  color: #dbdbdb;
  display: inline-block;
  margin-right: 40px;
}
.splash ol > li:last-of-type {
  margin-right: 0;
}
.splash ol > li:before {
  background: #dbdbdb;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-clip: padding-box;
  color: #ffffff;
  content: counter(section);
  counter-increment: section;
  display: inline-block;
  height: 36px;
  line-height: 34px;
  margin-right: 6px;
  width: 36px;
}
.splash ol > li.selected {
  color: #41b533;
}
.splash ol > li.selected:before {
  background: #41b533;
}

.mud-table tbody tr td{
	background-color: #dbdbdb;
}

.mud-table thead tr th{
	background-color: #41b533;
	font-family: "Dosis", sans-serif;
	font-size: 14px;
	color: #fff;
}

.mud-table thead tr th:first-of-type{
	font-size: 18px;
	border-right: 2px solid #fff;
}

.panel-default .panel-heading{
	font-family: "Dosis", sans-serif;
	background-image: none;
	background-color: #41b533;
	color: #fff;
}

.panel-default .panel-body{
	background-color: #dbdbdb;
}

.navbar-toggle{
	height: 25px;
	width: 38px;
}
.navbar-toggle .icon-bar{
	margin-top: -3px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}

#processingCard{
	width:600px;
	height:350px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#fff;
	z-index:9999;
	display:none;
	overflow-y: auto;
	text-align:center;
}
#payment-processing-shadow{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index:9998;
	display:none;
}
.participant-options{
	margin-bottom: 20px;
	padding: 0px;
}
.navbar-brand-power{
	background-color: #353535;
	height: 40px;
	min-height: 40px;
	margin: 0px;
}
.power-container{
	font-family: "​Helvetica",Arial,​sans-serif;
	text-align: left;
	color: #fff;
	padding-top: 7px;
	padding-left: 60px;
}
.power-logo{
	max-width: 130px;
	border: 1px solid #353535;
}
#paymentModal .modal-dialog .modal-content .modal-body{
	min-height: 300px;
}
#paymentModal .modal-dialog .modal-content .modal-body .payment-loader{
	margin-top: 50px;
}
.success-display .btn{
	white-space: normal;
}
.success-display-title{
	text-align:right;
	font-weight: bold;
}
.feedback-btn-info{
	margin-bottom: 10px;
}
.success-info-img{
	margin-bottom: 10px;
}

.dob-group select{
	margin-bottom: 5px;
}
.dob-group div, .dob-group{
	padding: 0px;
}
.dob-group label{
	padding-top: 5px;
}
#img-success-a{
	width: 61%;
	max-width:518px;
	min-width:215px;
	display: inline;
}
#img-success-b{
	width: 39%;
	max-width:333px;
	min-width:215px;
	display: inline;
}

@media screen and (max-width: 640px) {
	#img-success-a{
		width: 100%;
		max-width:333px;
	}
	#img-success-b{
		width: 100%;
		max-width:333px;
	}
}

@media screen and (max-width: 767px) {
	.success-display-title{
		text-align:left;
	}

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-wrap{
	white-space: normal !important;
	max-width: 95px;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
	
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media (max-width: 670px) {
	.splash{
		height: 230px;
	}
	.splash ol{
		width: 500px;
		margin: 0 auto;
	}
	.splash ol > li {
		float:left;
		clear:both;
		margin-bottom: 15px;
		margin-left: 15px;
	}
	legend{
		padding: 0px !important;
	}
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
		width:100%;
    }
	.navbar {
		position: block;
	}
	.container {
		position: block;
	}
    .navbar-nav>li {
        float: none;
		
		text-align: right;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.navbar-header-links .navbar-nav li a {
		border: none;
	}
	.navbar-footer-links .navbar-nav li a {
		border: none;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: 0px;
	}
	.navbar-footer-links .navbar-nav li {
        padding: 0px;
    }
	/* since 3.1.0 */
	.navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	
	.navbar-header-links{
		background-color: #fff;
		border-top: none;
		border-bottom: 1px solid #000;
	}
	.mh-navbar-img{
		display:none;
	}
	
	.navbar-footer-links .navbar-nav li{
		display: none;
	}
	
	.navbar-footer-links .navbar-nav .keep-mobile{
		display: block;
		text-align: center;
		padding-top: 5px;
	}
	
	.power-container{
		text-align: center;
		padding-left: 0px;
	}
}
.break-word{
  word-break:break-all;
}
.tool-panel-heading{
  padding:0;  
}
.tool-panel-a{
  padding: 10px 15px 10px 3px;
  display:block;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
}
.tool-panel-group{
  margin:0;
}
.tool-panel-group > .panel-default{
  border: none;
}
.tool-panel-group > .panel-default > .panel-collapse > .list-group > .list-group-item{
  background: none;
  padding:0;
}
.tool-panel-group > .panel-default > .panel-collapse > .list-group > .list-group-item a{
  padding: 5px 5px 5px 5px;
}
.tool-panel-group > .panel-default > .panel-collapse > .list-group > .list-group-item:hover{
  background:#308925; 
}
#giftTextCode
{
  position:absolute;
  top:280px;
  left:390px;
  font-size:24px;
}
#giftTextFrom
{
  position:absolute;
  top:390px;
  left:400px;
  font-size:24px;
}
#giftTextTo
{
  position:absolute;
  top:348px;
  left:355px;
  font-size:24px;
}
.gift-container{
  position:absolute;
  display:block;
  min-height:500px;
}
#giftImg{
  width:600px;
  height:500px;
}

table.kidsAgeWaveTable {
	border: 1px solid black;
	border-collapse: collapse;
}

table.kidsAgeWaveTable thead {
	font-weight: bold;
	/*background-color: #c0c0c0;*/
	background-color: #c0c0c0;
	color: black;
}

table.kidsAgeWaveTable tbody {
	background-color: #e7e7e7;
}

table.kidsAgeWaveTable td {
	border: 1px solid black;
	text-align: center;
	padding:6px;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}