@charset "utf-8";
/* CSS Document */

/* Fonts */
.montserrat{
	font-family: 'Montserrat', sans-serif;
}

.roboto{
	font-family: 'Roboto', sans-serif;
}

.greatvibes{
	font-family: 'Great Vibes', cursive;
}

/* Color */
.unavailable{
	color: red;
}

.color1{
	color: #8bff7d;
}

.color2{
	color: #015726;
}

.white{
	color: #FFFFFF;
}

.red{
	color: #F00 !important;
}

.green{
	color: green;
}

/* Aligns */

.align-center{
	text-align: center;
}

.align-left{
	text-align: left;
}

.align-right{
	text-align: right;
}

/* Widths */
.width3{
	width: 3%;
}

.width5{
	width: 5%;
}

.width10{
	width: 10%;
}

.width15{
	width: 15%;
}

.width20{
	width: 20%;
}

.width25{
	width: 25%;
}

.width30{
	width:  30%;
}

.width35{
	width:  35%;
}

.width40{
	width: 40%;
}

.width45{
	width: 45%;
}

.width48{
	width: 48%;
}

.width50{
	width: 50%;
}

.width55{
	width: 55%;
}

.width60{
	width: 60%;
}

.width65{
	width: 65%;
}

.width70{
	width: 70%;
}

.width95{
	width: 95%;
}

.width100{
	width: 100%;
}

.width400{
	max-width: 400px !important;
	width: 100%;
}

/* Floats */
.float-left{
	float: left;
}

.float-right{
	float: right;
}

/* Margins */
.no-margin{
	margin: 0px;
}

.margin-top-10{
	margin-top: 10px;
}

.margin-top-30{
	margin-top: 30px;
}

.margin-bottom-30{
	margin-bottom: 30px;
}

/* Others */
.button{
	cursor: pointer;
}

