html, body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.bg-red {
	background-image: url(../img/bg-red.jpg);
}
.bg-orange {
	background-image: url(../img/bg-orange.jpg);
}
.bg-yellow {
	background-image: url(../img/bg-yellow.jpg);
}
.bg-green {
	background-image: url(../img/bg-green.jpg);
}
.bg-cyan {
	background-image: url(../img/bg-cyan.jpg);
}
.bg-blue {
	background-image: url(../img/bg-blue.jpg);
}
.bg-purple {
	background-image: url(../img/bg-purple.jpg);
}
.bg-pink {
	background-image: url(../img/bg-pink.jpg);
}
.bg-black {
	background-image: url(../img/bg-black.jpg);
}
.body {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 95px;
}
.body-s {
	max-width: 400px;
}
@media screen and (max-width: 600px) {
	.body{
		padding: 10px;
	}
	.footer_desc{
    	text-align: center;
    	width: 100%;
	}
	.ui-datepicker { 
		width: 14.2em !important;
	}
	.sky-form header{
		padding: 15px;
	}
	.slogan{
		display: none;
	}
	.sky-form header span {
		font-size: 18px;
	}
	.sky-form .button {
		padding: 0 20px;
	}
}
/*GAMA*/
.brand{
	background: #FFF;
	position: absolute;
    z-index: -1;
    width: 100%;
}
.logo{
	float: left;
	width: 50%;
}
.logo img{
	padding: 1.5em 0em 1.5em 2.5em;
}
.slogan{
	float: left;
	width:50%;
	color: #ED7939;
	font-size: 1.5em;
	padding-top: 1em; 
}
.slogan p{
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	text-align: right;
	padding-right: 2.5em;
}
.content_banner{
	margin: 0;
	padding: 0;
}
.content_banner img {
  margin:0 auto;
  width:100%;
}
.content_footer {
	float: left;
    width: 97%;
	font-size: 14px;
	color: #16738F;
	padding: 10px;
}
.content_footer p{
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	padding: 5px 0;
}
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #fd7337;
  background: #fd7337;
  color: #fff;
}
#alert{
	font-size: 17px;
	color: #fd7337;
	text-align:center;
}
#copyrigth{
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	font-size: 1em;
	text-align: center;
	color: #FFF;
	position: fixed;
	bottom: 0;
	margin: 0px 0px 20px 10px;
}