@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
html {
	height: 101%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	background: #333;
	font-size: 16px;
	padding-bottom: 20px;
}

h1 {
	font-size: 24px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
h2 { line-height:1.2em; font-size: 20px; }
h4 {
	font-size: 40px;
	color: #900;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
p {
	line-height:1.2em;
	text-align: center;
}

a {
	color:#444;
	font-size:18px;
	text-decoration:none;
}
a:hover { color:#000; text-decoration:underline;  }

.wrapper {
	max-width:580px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contact_form { 
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	background:#F9F9F9;
	padding: 0px 25px 25px 25px;
	
}


#ff label {
	cursor:pointer;
	color:#000;
	display:block;
	font-weight:800;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}

input, textarea {
	display:block;
	width:90%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#f4f4f4;
	color:#333;
	border:1px solid #5f5f5f;
	padding:10px;
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	font-size: 16px;
}

.sendButton {
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #ccc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ccc;
	box-shadow:inset 0px 1px 0px 0px #ccc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999), color-stop(1, #444) );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#444');
	background-color:#666;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border-radius:16px;
	border:1px solid #444;
	color:#FFF;
	font-family:Arial;
	font-size:16px;
	width:25%;
	font-weight:bold;
	text-shadow:1px 1px 0px #333;
	background-position: center top;
}
.sendButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444), color-stop(1, #999) );
	background:-moz-linear-gradient( center top, #999 5%, #444 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#999');
	background-color:#333;
	color: #FF9;
}

/* Created by ftutorials.com */

#logo {
  top:0; 
  left:0;
  width:100%;   
 }
 
 /* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
	height: 100%;
}
 /* media queries */

@media only screen and (max-width: 480px) {
  body {
	  background:#F9F9F9;
  }
}
