body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
    height: 100%;
    line-height: 1.8;
}

.bgimg-1 {
    background-position: center;
    background-size: cover;
    min-height: 100%;
}

.bgimg-circle {
    background-position: center;
    background-size: cover;
    background-image: url("../images/circle-1200.jpg");
}

.w3-navbar {
	background: #009496 !important;
}

.w3-navbar li a {
    float: left;
    color: white;
    padding: 13px;
}

.w3-navbar li a:hover {
	background: #009496 !important;
	cursor: pointer;
}

.w3-navbar li.st-mainmenu a {
    padding: 13px 7px 13px 7px;
    float: left;	
}

.st-sidemenu {
	background: #009496 !important;
}

.st-sidemenu a {
    color: white;
}

footer {
	background: #009496 !important;
}

.st_copyright {
	color: #005f60;
	font-style: italic;
	font-size: 13px;
}

.st_button {
	background: #009496 !important;
}

.st_input {
	border: 2px solid #ede3dc;
	color: #be9263 !important;
	margin: 0px 0px 0px 5px;
	height: 45px;
}

.st_textarea {
	height: 90px;
}

.st_input_date {
	background: url("../images/calendar.png") no-repeat right 0;
}

.st_label {
	color: #90532b;
	margin: 0px 0px 0px 5px;
}

.st_formbutton {
	margin-top: 27px;
	height: 45px;
	padding: 0 15px 0 15px;
}

.st_formbutton_center {
	height: 45px;
	margin: 10px auto;
	display: block;
}

.st_circle {
	content: '';
	width: 200px;
	height: 200px;
	border-radius: 50%;
	opacity: 0.7;
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff!important;
    margin: 50px 30px 20px 30px;
}

.st_circle:hover {
	opacity: 0.85;
	cursor: pointer;
}

.st_container_circles {
	color: black;
	margin: 30px 0px 20px 0px;
	opacity: 0.8;
}

.st_circles_outer {
	margin: auto;
	width: 80%;
}

.st_topcircle {
	content: '';
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: auto;
    margin-top: -40px;
    text-align: center;
}

.st_topcircle_color1 {
	background: #009496 !important;
}

.st_topcircle_color2 {
	background: #874413!important;
}

.st_topcircle_color3 {
	background: #d5b065!important;
}

.st_topcircle_color4 {
	background: #c6016b!important;
}

.st_topcircle:hover {
	width: 90px;
	height: 90px;	
	
	-webkit-transform: rotateY(360deg);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	 
	z-index: 1000;		
}

.st_topcirclecontent {
	padding-top: 15px;
}

a.st_nolink {
	text-decoration: none;
}

.st-languagebar a {
	color: #eeeeee;
	text-decoration: none;
}

.st-text-header {
	color: white;
}

.st_checkbox {
	font-size	: 27px;
}