


html, body
{
	padding: 0px;
	margin: 0px;
	font-family: 'Quicksand', sans-serif;
}

h1,h2,h3,h4,h5
{
	padding: 0px;
	margin: 0px;
}

.banner
{
width: 100%;
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    -webkit-transition: background 2s; /* Safari */
    transition: background 2s;
	
	@media (max-width: @iphone-screen) {
        background-attachment: scroll;
    }
	
}

.header
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 96%;
	padding: 2%;
	z-index: 9999;
}

.header_logo
{
	float: left;
}

.header_menu
{
	float: right;
	margin-top: 5px;
}

.header_menu a
{
	padding: 10px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
}

.banner_info
{
	color: #fff;
	width: 50%;
}

.banner_info h1
{
	font-size: 54px;
}

.banner_info h3
{
	font-size: 22px;
	font-weight: 300;
}

.banner_button
{
	display: inline-block;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}

.index_header
{
	padding: 40px; 
	text-align: center;
}

.index_quad
{
	width: 25%;
	margin: 2%;
	padding: 2%;
	float: left;
}

.index_quad img
{
	border-radius: 999px;
	background: #111;
	width: 50%;
	margin: 0 auto;
}

.index_quad h5
{
	font-weight: 500;
	color: #000;
	font-size: 16px;
	line-height: 1.8em;
}

.clear
{
	clear: both;
}

.index_triple
{
	padding: 2%;
	margin: 2%;
	width: 25%;
	color: #fff;
	float: left;
}

.index_triple h5
{
	font-weight: 100;
	color: #ccc;
	font-size: 16px;
	line-height: 1.8em;
}

.contact_form
{
	color: #ccc;
	font-size: 16px;
	padding: 2%;
	text-align: center;
}


input[type=text], textarea, .captcha_submit
{
	padding: 1%;
	width: 20%;
	margin-right: 1%;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
}

	
#message
{
	margin-top: 20px;
}

.captcha_submit
{
	margin-top: 20px;
}


#loading {
	position: fixed;
	display:block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 11;
	cursor: pointer;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #00b8ff;
  border-bottom: 16px solid #00b8ff;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@media screen and (max-width: 750px) {

	.banner_info
	{
		width: 80%;
	}

	.banner_info h1
	{
		font-size: 36px;
	}
	
	.index_header
	{
		padding: 20px;
	}
	
	.index_header h1
	{
		font-size: 24px;
	}
	
	.index_quad
	{
		width: 42%;
		text-align: center;
	}
	
	.index_triple
	{
		width: 92%;
	}
	
	#google_map
	{
		width: 100% !important;
	}

	input[type=text], textarea, .captcha_submit
	{
		margin: 4%;
		width: 81%;
		padding: 4%;
	}
	
	.contact_form
	{
		padding: 5%;
	}
	
	#message
	{
		width: 81% !important;
	}
	
	.captcha_submit
	{
		width: 90% !important;
	}
	
	
}

@media screen and (max-width: 500px) {

	.gamma-buttons {
		float: left;
		clear: both;
	}
	
	.header_logo img
	{
		width: 120px;
	}

}