body {
    background-image: url(/img/layout/texture.jpg);
    background-color: #ececec;
    color: #29292a;
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #BFBFBF;
}

h1, h2, h3, h4, h5 {
    color: #000000;
    font-family: 'Antonio', sans-serif;
}

a:hover {
    color: #3c83be;
    text-decoration: none;
}

.booking-container {
    background-color: #ffffff;
}

.booking-header {
    background-color: #000000;
    padding-top: 20px;
    /* padding-bottom: 20px; */
    text-align: center;
}

.mob-bar {
    padding: 10px 0;
}

.booking-header a {
    color: #fff;
}

.oswald {
    font-family: 'Oswald', sans-serif;
}

h1.oswald {
    color: #29292a;
    font-weight: bold;
    text-transform: uppercase;
}

.intro {
    color: #454545;
    font-size: 20px;
}

.logo {
    height: 120px;
    margin: 0 auto;
}

.home-intro {
    margin-bottom: 50px;
}

.player-image {
    border-radius: 3px;
}

.booking-footer {
    padding: 20px 0;
    border-top: 1px solid #4B4C4D;
    margin-top: 20px;
    color: #8C8989;
}

.bg-primary {
    background-color: #306897;
    color: white;
}

/* h1 {
    font-family: 'Antic Slab', serif;
    color: #ffffff;
} */

.panel {
	border-radius: 0;
}

.panel-heading {
	border-radius: 0;
}

.panel-booking {
    border-color: #454545;
    background-color: #ffffff;
}

.panel-booking > .panel-heading {
    color: #fff;
    background-color: #454545;
    border-color: #454545;
}

.panel-booking-form .panel-body {
    padding-bottom: 0;
}

.btn {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.btn-primary {
    color: #fff;
    background-color: #3c83be;
    border-color: #3c83be;
}

.btn-primary:hover {
    color: #fff;
    background-color: #306897;
    border-color: #306897;
}

.table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid #ececec;
    vertical-align: middle;
}

.table > thead > tr > th {
    border-bottom-color: #dadada;
}

.datetime select {
    width: auto;
    display: inline-block;
}

/**
 * Checkbox button
 */
.checkbox-btn {
    display: inline-block;
}

.checkbox-btn label span {
    text-align: center;
    padding: 6px 12px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    background-color: #960608;
    border-color: #960608;
    cursor: pointer;
}

.checkbox-btn:hover label span {
    color: #fff;
    background-color: #960608;
    border-color: #960608;
}

.checkbox-btn label {
    margin: 0;
    padding: 0;
}

.checkbox-btn label input {
    position: absolute;
    visibility: hidden;
}

.checkbox-btn input + span:after {
    content: attr(data-unselected-text);
    visibility: visible;
    display: inline;
}

.checkbox-btn input:checked + span {
    color: #fff;
    background-color: #454545;
    border-color: #454545;
}

.flex {
    display: flex;
}
.align-center {
    align-items:center;
    display: flex;
}
.justify-content-center {
    justify-content: center;
}

.checkbox-btn input:checked + span:after {
    content: attr(data-selected-text);
}

.home-content {
    margin-top: 74px;
}

@media(max-width: 1199px) {
    .home-content {
        margin-top: 0;
    }
}

@media(max-width: 800px) {
    .logo {
        height: auto;
        max-height: 90px;

    }

}

.home-logo {
    height: 90px;
}

.terms {
    height: 300px;
    width: 100%;
    overflow: auto;
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

.terms h2 {
    margin-top: 0;
}

.alert-terms .checkbox {
    margin-bottom: 0;
}

ol.steps,
ol.steps li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.steps {
    text-align: center;
    font-size: 0;
    counter-reset: steps;
    margin: 30px 0;
}

ol.steps li {
    counter-increment: steps;
    display: inline-block;
    font-size: 14px;
    margin: 0 20px;
    text-align: center;
    width: 70px;
}

ol.steps li:before {
    content: counter(steps);
    color: #ffffff;
    visibility: visible;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #454545;
    text-align: center;
    line-height: 50px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 20px;
}

ol.steps li.active:before {
    background-color: #FFFF76;
    color: #000000;
}

.forgotten-password-link {
	color: #3d83be;
}

.product-img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}

.btn-primary {
	background-color: #960608;
	border-color: #960608;
	border-radius: 0;
}

.btn-primary:hover {
	background-color: #454545;
	border-color: #454545;
}
