body{
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    background-color: white;
    text-align: left;
}

a{
    color: #bd1220;
    text-decoration: none;
}

a:hover {
    color: #bd1220;
    text-decoration: none;
}

.form-control:focus{
    border-color: #999 !important;
}

#station_name{
}

.container{
	max-width: 100%;
}

#header-bg{
	position: fixed;
	background-color: #fff;
	width: 100%;
	z-index: 1001;
}

#menu-bg{
	position: fixed;
	top: 100px;
	z-index: 1001;
	width: 100%;
	background-color: #fff;
}

#content-bg{
	padding-top: 130px;
	padding-bottom: 50px;
}

#footer-bg{
	padding-top: 15px;
    background: #000;
	color: #fff;
}

#footer-bg a{
	text-decoration: none;
	color: #fff;

}

#footer-bg a:hover{
}

#header-bookingform{
}

#logo{
	width: 200px;
}

#menu-bookingform{
}

#content-bookingform{
}

#footer-bookingform{
}

/* Start language selection */
#langbox{
}

#station_phone{
	float: left;
	margin-right: 15px;
	font-weight: bold;
}

#lang_selection{
}

#lang_selection_flags{
	float: right;
}

.nav{
	font-weight: bold;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.nav ul{
}

.nav li{
	height: auto;
    line-height: normal;
}

.nav ul li{
}

.nav a {
	padding: 8px 10px;
    text-decoration: none;
	color: #000;
}

.nav a:hover {
    text-decoration: none;
	color: #bd1220;
}

.nav a.active {
    text-decoration: none;
	color: #bd1220;
}

.nav li div {
	padding: 8px 10px;
	color: #ccc;
}

.select-menu{
	border: 1px solid #ddd7cb !important;
}

.select-menu option {
    font-weight: bold;
}

.select-menu option:disabled {
    color: #ccc;
    font-weight: normal;
}

#left-col{
	padding: 0 !important;
}

#cart {
	padding-top: 0 !important;
}

.ibox{
	border-radius: 0;
}

.ibox-title {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	min-height: auto;
}

.ibox-title,
.form-group{
	padding-left: 0;
}

h4,
.ibox-title h4{
	font-size: 24px;
    line-height: 28px;
    letter-spacing: 2px;
	text-transform: uppercase;
}

.button-bookingform{
}

#event-calendar {
    border-top: 1px solid #dfe2e4;
    margin-top: 0;
}

#event-select-month{
	padding: 15px 20px;
}

.event-calendar-item{
	padding: 10px;
	background-color: #f2f5f7;
    border-bottom: 1px solid #dfe2e4;
}

.event-calendar-link>a{
    padding: 6px 20px !important;
}

.event-calendar-price{
	color: #ffaa00;
}

.btn-primary {
    display: inline-block;
    font-size: 14px;
    background: #bd1220;
    color: #fff;
    padding: 6px 20px !important;
    transition: background 0.8s ease-in-out;
    -webkit-transition: background 0.8s ease-in-out;
	border-radius: 0;
}

.btn-primary:hover{
    background-color: #730008 !important;
}

.red{
    color: #bd1220;
}

.form-error {
    border-color: #bd1220;
}

.success{
	color: #bd1220;
}

.data-table, .table-object, .table-striped {
	border: 0 !important;
	margin-top: 15px;
}

.data-table thead>tr>th,
.table-object thead>tr>th,
.table-striped thead>tr>th,
.table>thead>tr>th {
	background: #999;
    color: #fff !important;
    font-size: 18px !important;
	font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.2;
	border: 0 !important;
}

.data-table thead>tr>th a,
.table-object thead>tr>th a,
.table-striped thead>tr>th a,
.table>thead>tr>th a{
    color: #fff;
    text-decoration: underline;
}

.data-table thead>tr>th a:hover,
.table-object thead>tr>th a:hover,
.table-striped thead>tr>th a:hover,
.table>thead>tr>th a:hover{
    color: #fff;
    text-decoration: underline;
}

.table-object tfoot>tr>th, .table-hover tfoot>tr>th, .table-striped tfoot>tr>th, .td-sum,
.table>tfoot>tr>th {
	background: #999 !important;
    color: #fff !important;
    font-size: 18px !important;
	font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.2;
	border: 0 !important;
}

.table-object>tbody>tr>td {
	background-color: #ededed;
	border-bottom: 1px solid white;
}

#div_select_services{
    background-color: #fff;
}

#preselected-product{
	margin-bottom: 25px;
}

.odd{
    background-color: #eee !important;
}

.even{
    background-color: #fefefe !important;
}

.td_services_product,
.td_services_price,
.td_services_add{
}

.alert-danger {
	background-color: #FCAFB5;
    border-color: #F25D68;
    color: #bd1220;
}

.alert-warning {
	background-color: #eee;
    border-color: #999;
    color: #666;
}

.alert-success {
	background-color: #eee;
    border-color: #999;
    color: #666;
}

.event-not-all-days{
    display: none;
}
