/* 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: 'Inspiration';
  src: url('../fonts/Inspiration.ttf'); 
}



html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

html{
	background-color: #463939;
}




body{
margin:0;
padding:0;
color: #fff;
position: relative;
font-family: 'Lora', serif;
text-align: center;
}


.transy{
width: 100%;
height: 100%;
float: left;
bottom: 0%;
position: absolute;
z-index: -1;
background: url(../images/background.jpg) no-repeat top center fixed; 
opacity: 0.2;
-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-top:50px;
	margin-bottom: 100px;
}

.header h1{
	font-family: 'Inspiration', 'Lora', serif;
	font-size: 150px;
	color: #fff;
}

.header p.line1{
	font-size: 20px;
	margin-top: -20px;
}

.header img {
    width: 55%;
    max-width: 200px;
}

.content{
	width: 60%;
	text-align: center;
	padding:0 20%;
	margin-bottom: 30px;
	float: left;
}

.content p{
	font-size: 27px;
	font-weight: 700;
}


.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{
}

.name, .email{
	width: 80%;
	margin: 0 auto;
}

.submit {
    width: 80%;
    margin: 0 auto;
}

.submit input {
    background-image: -moz-linear-gradient( 90deg, rgb(202, 45, 34) 0%, rgb(199, 61, 50) 38%, #F44336 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(202, 45, 34) 0%, rgb(199, 61, 50) 38%, #F44336 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(202, 45, 34) 0%, rgb(199, 61, 50) 38%, #F44336 100%);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.078), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.098);
    width: 85%;
    height: 45px;
    float: none;
    font-size: 20px;
    font-family: 'Lora', serif;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    display: block;
    border: none;
    -webkit-border-radius: 5px;
    margin-top: 10px;
}

input[type="text"]{
	text-indent: 30px;
}

.submit:hover input {
    background-image: -moz-linear-gradient( 90deg, rgb(237, 32, 36) 0%, rgb(191, 32, 38) 62%, rgb(164, 29, 33) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(237, 32, 36) 0%, rgb(191, 32, 38) 62%, rgb(164, 29, 33) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(237, 32, 36) 0%, rgb(191, 32, 38) 62%, rgb(164, 29, 33) 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;
}

.name input, .email input {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    font-family: 'Lora', serif;
    font-weight: 400;
    border: none;
    font-size: 16px;
    color: #484848;
    float: none;
    height: 45px;
    width: 85%;
    margin-top: 10px;
}



.social {
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
    height: 100px;
}

.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;
}

.footer a {
    color: #ddd;
    text-decoration: none;
    font-family: 'Lora', serif;
	font-size: 12px;
    line-height: 50px;
}

.footer a:hover{
    color: #fff;
}

.footer {
    position: inherit;
    bottom: 0;
    width: 100%;
}


@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: 100px;
	color: #fff;
}

.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%;
}

.name, .email, .submit{
	width: 95%;
	margin: 0 auto;
}


.form p{
	font-size: 16px;
	margin-bottom: 25px;
	
}






}



#subscribe {
    margin: 40px auto 20px;
}

#subscribe form {
    height: 100%;
    width: 100%;
}

#subscribe form input {
    font-size: 14px;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 10px;
    outline: 0;

    background-color: transparent;
}


#subscribe form input:hover, #subscribe form input:focus {
    color: #FFFFFF;
    background-color: transparent;
    border-bottom: 5px solid rgba(255, 255, 255, 1);
}

#animContainer {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 215px;
    height: 80px;

    -moz-perspective: 300px;
    -ms-perspective: 300px;
    -o-perspective: 300px;
    -webkit-perspective: 300px;
    perspective: 300px;

    display: inline-block;
}

#thanks {
    line-height: 42px;
    height: 42px;
    font-size: 25px;
    font-weight: bold;
}

.animElement {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 40px;
    color: #ECECEC;
    padding: 0;
    margin: 0;

    background-color: transparent;
    border: 0;
    border-bottom: 5px solid #ECECEC;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: 50% 50% -20px;
    -ms-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px
}

.slideIn {
    transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);

    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}


.placeholder {
    color: rgba(255, 255, 255, 0.6);
}

*::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

*:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

*::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.message {
   /* display: none;*/
    color: #ECECEC;
    font-size: 12px;
    position: absolute;
    top: 50px;
    padding: 5px;
    width: 100%;
    opacity: 1;
    background-color: #1e1b22;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	transition: all 1s ease 0s;

}

#sendContainer {
    display: inline-block;
    vertical-align: top;
}

#send {
    border: none !important;
    background: transparent url("../images/ok.png") 0 0 no-repeat;
    width: 24px;
    height: 39px;
    outline: 0;
    margin-left: 7px;
}

#send:hover {
    background-position: 0 -39px;
	border: none !important;
}

.hidden{
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
	transition: all 1s ease 0s;
}

.slideOut {
    transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}


