@charset "utf-8";
/* CSS Document */
.cta-button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px;
    color: #FFF !important;
    background-color: #015b5c;
    text-align: center;
   font-size: 16px;
   float:left;
border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.cta-button-big {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 30px;
	float:none;
	width: 300px;
    color: #FFF !important;
    background-color: #015b5c;
    text-align: center;
   font-size: 24px;
   font-weight:bold;
border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.cta-button-sm {
    border: none; 
    outline: 0;
    display: inline-block;
    padding: 10px;
	float:none;
	width: 300px;
    color: #fff !important;
    background-color: none;
    text-align: center;
   font-size: 16px;
   font-weight:bold;
border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.cta-button-right {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px;
	float:right;
    color: #FFF !important;
    background-color: #015b5c;
    text-align: center;
   font-size: 16px;
border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.cta-button a:link {
	color: #fff;
}
.cta-button a:hover {
color: white;
text-decoration:none !important;
}
.cta-button:hover {
    background-color: #448d00;
color: white;
text-decoration:none !important;
}
