@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/noise.png);
	background-image: repeat;
	font-family: 'Raleway', sans-serif;
	font-size:100%;
	color: #FFFFFF;
	border: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 30px;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.container {
	margin: auto;
	width: 100%;
	max-width: 1150px;
}

.header {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#logocontainer {
	width: 255px;
	height: 130px;
	padding: 0px;
	margin-top: -30px;
}

#logocontainer .logocircle {
	width: 100px;
	height: 100px;
	margin-top: 30px;
	background: #04bffd;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: left;
	margin-left: 0px;
}

#logocontainer .logocircle a {
	text-decoration: none;
}

#logocontainer .logocircle a:hover {
	text-decoration: none;
	border-bottom: 0px solid #ffffff;
}

#logocontainer .logo {
	width: 140px;
	height: 120px;
	margin-left: 15px;
	margin-top: 40px;
	float: left;
	text-align: left;
}

#nav {
	width: 260px;
	margin-right: 0px;
	margin-top: 70px;
	padding-right: 0px;
}

#nav a{
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 21px;
	color: #04bffd;
	word-spacing: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-decoration: none;
}

#nav a:hover{
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 0px solid #ffffff;
}

#nav a.current:link{
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #ffffff;
}

#nav a.active{
	text-decoration: none;
	color: #ce20f3;
}

.slogan {
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 32px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: center;
	margin-top: 30px;
	margin-bottom: 0px;

}

#content-wrap {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}


.contentdetail {
	width: 20%;
	float: left;
	text-align: left;
	padding-left: 30px;
	overflow: auto;
	margin-bottom: 30px;
}

.contentimage {
	float: right;
	height: auto;
	width: 850px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.hero {
	width: auto;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 30px;
}

.aboutblock {
	width: auto;
	margin-left: 0px;
	padding-top: 0px;
	margin-top: 30px;
}

.aboutleft {
	width: 90%;
	float: left;
	padding-bottom: 30px;
}

.aboutleftimage {
	float: left;
	width: 8%;
	padding-top: 2px;
}

.aboutcopy {
	float:right;
	width: 90%;

}

.aboutright {
	width: 8%;
	float: right;
	padding-top: 2px;
}


.aboutcopy h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 12px;
	color: #b9b6b6;
	margin-top: 20px;
	margin-left: 5px;fdsa
	margin-right: 0px;
	padding-right: 0px;
	line-height: 140%;
}

footer {
	width: auto;
	height: 100px;
	margin-top: 0px;
	padding-top: 10px;
}

.footercontainer {
	width: auto;
	height: 80px;
	background-color:rgba(0,0,0,0.1);
	box-shadow: 0px 1px 0px rgba(150, 150, 150, 0.1), inset 0px 1px 0px 0px rgba(0, 0, 0, .6);
	clear: both;
	margin-top: 8px;
	margin-left: -30px;
	margin-right: -30px;
	z-index: 2;
	position: relative;

}

.footerlogo {
	width: auto;
	height: 110px;
	padding-top: -15px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	z-index: 3;
	position: absolute;
}

.contacticons {
	width: 165px;
	float: right;
	padding-top: 17px;
}

#cf {
  position:relative;
  height:39px;
  width:40px;
  padding-right: 18px;
  padding-top: 3px;
  margin:0 auto;
  float: left;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}

#cf1 {
  position:relative;
  height:39px;
  width:40px;
  margin:0 auto;
  padding-top: 3px;
  padding-right: 9px;
  padding-bottom: 0px;
  float: left;
}

#cf1 img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf1 img.top:hover {
  opacity:0;
}

#cf2 {
  position:relative;
  height:39px;
  width:40px;
  padding-top: 3px;
  margin:0 auto;
  float: left;
}

#cf2 img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf2 img.top:hover {
  opacity:0;
}

.copyright {
	width: 250px;
	float: left;
	margin-top:20px;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 22px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 18px;
	color: #9C9696;
	margin-top: 10px;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #9C9696;
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 5px;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #ddd9d9;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
}


h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #ffffff;
	margin-top: 5px;
	margin-left: 5px;fdsa
	margin-right: 0px;
	padding-right: 0px;
	line-height: 140%;
}

h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 13px;
	color: #8b8989;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	padding-right: 0px;
	line-height: 140%;
}

hr {
	height: 0;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 100%;
	clear: both;
	border-top: 1px solid #000;
	border-bottom: 1px solid #353434;
	padding: 0px;
}

a {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 15px;
	color: #04bffd;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
}

hr {
	width: auto;
	margin-left: -30px;
	margin-right: -30px;
	height: 0;
	clear: both;
	border-width: 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid rgba(150, 150, 150, 0.1);
}

label {
	display:block;
	padding-top:20px;
	letter-spacing:2px;
	text-align: left;
}


/* Centre the page */
.body {
    margin:0 auto;
    width:100%;
}

.bodyright {
	width: 18%;
	float: right;
}

.bodyleft {
	width: 77%;
	float: left;
}

.formleft {
	width: 46%;
	height: 80px;
	float: left;
	margin-bottom: 30px;
}

.formright {
	width: 47%;
	float: right;
}

.message {
	width: 100%;
	text-align: left;
}

/* Centre the form within the page */
form {
    width:100%;
    float: left;
}

/* Style the text boxes */
input, textarea {
    width:100%;
    height:40px;
    background:#efefef;
    border:1px solid #dedede;
    text-align: left;
    padding:10px;
    margin-top:5px;
    font-size:0.9em;
    color:#3a3a3a;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

textarea {
	height:160px;
	text-align: left;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
}

#submit {
    width:100%;
    height:40px;
    padding-top: 30px;
    display: inline-block;
	  *display: inline;
	  zoom: 1;
	  padding: 6px 20px;
	  margin: 0;
	  cursor: pointer;
	  border: 1px solid #bbb;
	  overflow: visible;
	  font: font-family: 'Raleway', sans-serif, font-weight: 300, font-size: 20px, color: #ddd9d9;
	  text-align: center;
	  margin-top: 43px;
	  text-decoration: none;
	  white-space: nowrap;
	  color: #555;
	  background-color: #04bffd;
	  background-image: linear-gradient(top, rgba(255,255,255,1),
	                                         rgba(255,255,255,0)),
	                    url(data:image/png;base64,iVBORw0KGg[...]QmCC); 
	  transition: background-color .2s ease-out;
	  background-clip: padding-box; /* Fix bleeding */
	  border-radius: 3px;
	  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
	              0 2px 2px -1px rgba(0, 0, 0, .5),
	              0 1px 0 rgba(255, 255, 255, .3) inset;
}

	#submit:hover {
	    opacity:0.9;
	}




