/* Add here all your css styles (customizations) */

/* Fonts
------------------------------------*/
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}

.bold
{
	font-weight: bold;
}

.color-main {
    color: #EE1A28 !important;
}

.color-main-2 {
    color: #FF6FBB !important;
}

.bg-color-spa-green { 
    background-color: #9dba04 !important;

}

.line-height-1-3 {
    line-height: 1.3 !important;
}

.line-height-none {
    line-height: initial !important;
}

.information-box-nobg 
{   
    margin: 30px;
    padding: 20px;    
    border: 2px solid #EE1A28;
    border-radius: 10px;              
    text-transform: uppercase;
    color: #FF6FBB;
}

/* 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;
    
}
