/* Add here all your css styles (customizations) */

/* Fonts
------------------------------------*/
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}

.color-main {
    color: #EBAB51 !important;
}


.color-main-2 {
    color: #4A494E !important;
}

.bg-color-spa-green { 
    background-color: #9dba04 !important;

}

.bg-color-grey {
    background-color: #f5f5f5 !important;
}


.prices-text-clour 
{
    color: #6c6c6c;
    font-weight: normal;
}

.line-height-1-3 {
    line-height: 1.3 !important;
}

.line-height-none {
    line-height: initial !important;
}

.information-box-nobg 
{   
    margin: 20px 0;    
    margin-right: 20px;
    padding: 20px;    
    border: 2px solid #4A494E;
    border-radius: 10px;              
    text-transform: uppercase;
    color: #EBAB51;
    font-size: 16px;    
}

/* Borders
------------------------------------*/
.no-border {
	border: 0 !important;
}

.no-bottom-border {
	border-bottom: 0 !important;
}

.vertical-align-middle {	
	vertical-align: middle;
}
.gallery-padding 
{
    padding-right: 5px !important;
    padding-left: 5px !important;
    
}

.booking-button {
    max-width: 140px
}
