body{
    margin-left: auto;
    margin-right: auto;
    background: #f2f5f7;
	background: #88559e;
    color: #333;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

a{
    color: #008bc4;
    text-decoration: none;
}

a:hover {
    color: #00637c;
    text-decoration: none;
}

.form-control:focus{
    border-color: #00637c !important;
}

#station_name{
	font-weight: bold;
	font-size: 1.2em;
}

.container{
	max-width: 100%;
}

@media (min-width: 768px){
	.container {
		max-width: 100%;
		width: 100%;
	}
}

#header-bg{
	background: #222;
}

#menu-bg{
	position: absolute;
	top: 57px;
}

#content-bg{
	padding-top: 25px;
	background: #f7f9fa;
	padding-bottom: 50px;
}

#footer-bg{
	padding-top: 15px;
    background: #f2f5f7;
	border-top: 1px solid #dfe2e4;
	color: #52514d;
}

#footer-bg a{
	text-decoration: none;
	color: #52514d;

}

#footer-bg a:hover{
}

#header-bookingform{
}

#logo{
	margin: 15px 0;
    max-width: 192px;
}

#menu-bookingform{
}

#content-bookingform{
}

#footer-bookingform{
}

/* Start language selection */
#langbox{
}

#station_phone{
	color: #f7f9fa;
}

#lang_selection{
}

.nav{
	font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	color: #444;
	margin-left: 280px;
}

.nav ul{
}

.nav li{
	height: auto;
    line-height: normal;
}

.nav ul li{
}

.nav a {
	padding: 8px 10px;
    text-decoration: none;
	color: #999;
}

.nav a:hover {
    text-decoration: none;
	color: #ffed00;
}

.nav a.active {
    text-decoration: none;
	color: #ffed00;
}

.nav li div {
	padding: 8px 10px;
}

.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;
}

.form-group{
}

.ibox-title h4{
	font-family: 'Raleway', sans-serif !important;
    color: #88559e !important;
    font-weight: 600 !important;
    line-height: 1.2;
    font-size: 30px !important;
}

h4{
	font-family: 'Raleway', sans-serif !important;
    color: #88559e !important;
    font-weight: 600 !important;
    line-height: 1.2;
    font-size: 30px !important;
}

.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;
}

.leao-event-booked-out{
	color: red;
}

.leao-event-almost-booked-out{
	color: #ffaa00;
}

.leao-event-available{
	color: green;
}

.btn-primary {
    display: inline-block;
    font-size: 14px;
    background: #ffaa00;
    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: #f6a300 !important;
}

.red{
    color: #fe3737;
}

.form-error {
    border-color: #fe3737;
}

.success{
	color: #008bc4;
}

.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: #88559e;
    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: #88559e !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: #eaeff2;
	border-bottom: 1px solid white;
}

#div_select_services{
    background-color: #fff;
}

#preselected-product{
	margin-bottom: 25px;
}

.odd{
    background-color: #fff;
}

.even{
    background-color: #fff;
}

.td_services_product,
.td_services_price,
.td_services_add{
}

.alert-danger {
	background-color: #FEBABC;
    border-color: #FD6A6E;
    color: #d01519;
}

.alert-warning {
	background-color: #fdf1de;
    border-color: #f7be68;
    color: #f5b14b;
}

.alert-success {
	background-color: #fdf1de;
    border-color: #f7be68;
    color: #f5b14b;
}
