<!--@import url(http://fonts.googleapis.com/css?family=Sniglet|Raleway:900);-->



.sea > h1{
	font-weight: normal;
	font-size: 3em;
	font-family:'Dosis-Bold';
	margin: 0 auto;
	margin-top: 30px;
	width:auto;
	color: #F90;
	text-align:center;

}

/* Animation webkit */
@-webkit-keyframes myfirst
{
	0% {margin-left: -235px}
	90% {margin-left: 100%;}
	100% {margin-left: 100%;}
}

/* Animation */
@keyframes myfirst
{
	0% {margin-left: -235px}
	70% {margin-left: 100%;}
	100% {margin-left: 100%;}
}

.fish{
	background-image:url(../images/fish.png);
	width: 235px;
	height: 104px;
	margin-left: -235px;
	position: absolute;	
	animation: myfirst 24s;
	-webkit-animation: myfirst 24s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
}

#fish{
	top: 120px;
}

#fish2{
	top: 260px;
	animation-delay: 12s;
	-webkit-animation-delay: 12s;
}


/*header{
	height: 160px;
	background:url(../images/golf.png) repeat-x bottom;
}*/
.sea{
	height: 100px;
	background:url(../images/golf.png) repeat-x bottom;
}

/*#form{
	height: 100%;	
	background-color: #98d4f3;
	overflow: hidden;
	position: relative;
	
}*/
#form{
	height: 100%;	
	background-color: #98d4f3;
	overflow: hidden;
	position: relative;
	
}
/*form{
	margin: 20 auto;
	width: 500px;
	padding:30px 0;
	color: white;
	position: relative;
}*/
form{
	margin: 20 auto;
	width:100%;
	padding:30px 0;
	color: white;
	position: relative;
}
label, input, textarea{
	display: block;	
}/*
input, textarea{
	width: 500px;	
	border: none;
	border-radius: 20px;
	outline: none;
	padding: 10px;
	font-family: 'Sniglet', cursive;
	font-size: 1em;
	color: #676767;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	border: solid 3px #98d4f3;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}*/

input, textarea, select{
	width: 300px;	
	border: none;
	border-radius: 20px;
	outline: none;
	padding: 10px;
	font-family:'Dosis-Bold';
	font-size: 1.2em;
	color: #676767;
	transition: border 0.5s;
	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
	border: solid 3px #98d4f3;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}
input:focus, textarea:focus{
	border: solid 3px #77bde0;	
}

textarea{
	height: 100px;	
	resize: none; 
	overflow: auto;
}
input[type="submit"]{
	background-color: #F90;
	color: white;
	height: 50px;
	cursor: pointer;
	margin-top: 30px;
	font-size: 1.29em;
	font-family: 'Sniglet', cursive;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	max-width:25%;
}
input[type="submit"]:hover{
	background-color: #e58f0e;
	
}
label{
	font-size: 1.2em;
	margin-top: 10px;
	padding-left: 20px;
}
.formgroup, .formgroup-active, .formgroup-error{
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 10.5%;
	transition: background-image 0.7s;
	-webkit-transition: background-image 0.7s;
	-moz-transition: background-image 0.7s;
	-o-transition: background-image 0.7s;
	width: 566px;
	padding-top: 2px;
}

.formgroup{
	background-image:url(../images/pixel.gif);
}
.formgroup-active{
	background-image:url(../images/octo.png);
}
.formgroup-error{
	background-image:url(../images/octo-error.png);
	color: red;
}
/*============================================*/
.services
{
font-size:17px;
padding:10px 5px;
font-weight:normal;
color:#98d4f3;
}
.contactinfo
{
width: 100%;
padding: 30px;
}
.contactinfo li
{
list-style-type:none;
list-style-position:inside;
padding: 20px 0;
font-size: 1.4em;
font-weight:800;

color:#FFFFFF;
}
.contactinfo li span
{
font-size:1.4em;
padding:0 3px;
font-weight:800;
}
/*===================================*/

@media all and (max-width: 900px) {

.contactinfo li {
    list-style-type: none;
    list-style-position: inside;
    padding: 5px 0!important;
    font-size: 1.2em;
    font-weight: 800;
    color: #FFFFFF;
}

 
 }