/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


/*@font-face {
    font-family: 'socicon';
    src: url('socicon/font/socicon-webfont.eot');
    src: url('socicon/font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('socicon/font/socicon-webfont.woff') format('woff'),
         url('socicon/font/socicon-webfont.ttf') format('truetype'),
         url('socicon/font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}*/

@font-face {
  font-family: 'Inspiration';
  src: url('Inspiration.ttf'); 
}



html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

html {
	background-color: #08233e;
	background-color: #000;
}




body{
margin:0;
padding:0;
color: #fff;
position: relative;
font-family: 'Roboto', serif;
text-align: center;
}


.transy{
	width: 100%;
height: 100%;
float: left;
bottom: 0%;
position: absolute;
z-index: -1;
background: url(img/solar3.jpg) no-repeat top center fixed; 
opacity: 0.2;
opacity: 0.5;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


.wrapper{
    display: table-cell;
    text-align: center;
    vertical-align: middle;	
	text-shadow: 1px 1.732px 2px rgba(0, 0, 0, 0.5);    
}


.centered{
    display: inline-block;
   }


.header{
	width: 60%;
	padding: 0px 20%;
	float: left;
	margin-bottom: 100px;
}

.header h1{
	font-family: 'Inspiration', 'Roboto', serif;
	font-size: 150px;
	color: #fff;
}

.header p.line1{
	font-size: 20px;
	margin-top: -20px;
}

h1#logo span.green {
	color: #5F5;
}

img.logo {
	border: 1px solid #fff;
	width: 80px;
}



.centered.text-space {
  	background: rgba(255, 255, 255, 0.35) none repeat scroll 0 0;
  	padding: 50px;
  	border: rgba(255, 255, 255, 0.5) 5px solid;
  	border-width: 5px 0px;
}



.content{
	width: 60%;
	text-align: center;
	padding:0 20%;
	margin-bottom: 30px;
	float: left;
}

.content p{
	font-size: 27px;
	font-weight: 700;
}




table#contact {
	border-collapse: collapse;
	margin: 70px auto;
	width: 680px;
	margin-bottom: 150px;
}

table#contact td {
	border: #fff 0px solid;
	font-size: 13px;
}

table#contact div.h {
	font-size: 18px; 
	font-weight: bold; 
	width: 100%; 
	border-bottom: rgba(255,255,255,0.5) 1px solid;
	padding: 0px 0px 10px 10px;
}

table#contact div.l {
	font-size: 13px;
	padding: 10px 0px 0px 10px;
}


div.l a {
	color: #fff;
}

div#logo {

	background: rgba(200, 200, 200, 0.2) none repeat scroll 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);

	bottom: -101px;
	left: -101px;
	height: 200px;
	width: 200px;
	position: fixed;
	overflow: hidden;
    /*-ms-transform: rotate(45deg);*/ /* IE 9 */
/*    -webkit-transform: rotate(45deg);*/ /* Safari */
    transform: rotate(45deg);	
}


div#logo img {
	width: 50px;
	margin: 16px 8px 0 0;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
}


.form{
	width: 40%;
	padding: 0 30%;
	margin-top: -20px;
	float: left;
}

.form p{
	font-size: 20px;
	margin-bottom: 25px;
	
}

.mainform{
	width: 100%;
	padding: 0 0 0 0;
}

.mainform p{
}

.field{
	width: 80%;
	margin: 0 auto;
}

.field input{
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	border-top: none;
	border-left: none;
	font-family: 'Roboto', serif;
	font-weight: 400;
	border: 2px solid #fff;
	font-size: 16px;
	color: #999;
	float: left;
	padding: 15px 5%;
	width: 86%;
}


.submit{
	width: 20%;
	float: left;
	margin-left: -17%;
}




.submit input{
  background-image: -moz-linear-gradient( 90deg, rgb(82,146,0) 0%, rgb(96,165,7) 38%, rgb(109,184,13) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(82,146,0) 0%, rgb(96,165,7) 38%, rgb(109,184,13) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(82,146,0) 0%, rgb(96,165,7) 38%, rgb(109,184,13) 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.078), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.098);
	border-radius: 25px;
	width: 100%;
	float: left;
	font-size: 19px;
	font-family: 'Roboto', serif;
	font-weight: 400;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 0;
	margin-top: 4px;
	display: block;
	border: none;	
	
}

.submit:hover input{
  background-image: -moz-linear-gradient( 90deg, rgb(109,184,13) 0%, rgb(96,165,7) 62%, rgb(82,146,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(109,184,13) 0%, rgb(96,165,7) 62%, rgb(82,146,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(109,184,13) 0%, rgb(96,165,7) 62%, rgb(82,146,0) 100%);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.078), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.098);
  color: #fff;
	
}



.social{
	width: 80%;
	float: left;
	margin: 30px 0 0 0;
	padding: 30px 10%;
}

.social p{
	font-size: 20px;
	letter-spacing: 2px;
}

.social p a{
	color: #ddd;
	font-weight: 700;
	margin: 0 20px;
	text-decoration: none;
}

.social p a:hover{
	text-decoration: none;
	color: #fff;
}



@media only screen and (max-width: 1024px){


.header, .content{
	width: 80%;
	padding: 0px 10%;
}

#counter{
	width: 80%;
	padding: 0 10%;

}

.form{
	width: 60%;
	padding: 0 20%;
}

}



@media only screen and (max-width: 768px){

.header, .content{
	width: 90%;
	padding: 0px 5%;
}


.header{
	margin-bottom: 50px;
}

.header h1{
	font-size: 50px;
	color: #fff;
	margin-top: 50px;
}

.header p.line1{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: -10px;
}


.content p{
	font-size: 23px;
	font-weight: 700;
}


.form{
	width: 92%;
	padding: 0 4%;
}

.field{
	width: 95%;
	margin: 0 auto;
}


.form p{
	font-size: 16px;
	margin-bottom: 25px;
	
}


table#contact {
	width: 90%;
}




}



