/* Add here all your css styles (customizations) */


.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}

.main-colour{

    color: #af4c48 !important;
}

.main-colour-2{

    color: #ffd700 !important;

}


/*Panel Red*/
.panel-main {
	border-color: #af4c48;
}

.panel-main > .panel-heading {
	background: #af4c48;
}

.prices .table > tbody > tr > td, 
.prices .table > thead > tr > td
{
    padding: 5px 0px !important;
    border-top: none!important;
    border-bottom: 1px solid #ddd;
}

.prices .table > tbody > tr > td span
{
    font-size: 13px;
}

.no-bottom-border {
	border-bottom: 0 !important;
}

/*Map*/
.contact .map-container {
	height: 350px;
	border: 3px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contact .map-container iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.booking-button {
	max-width: 140px
}