/* GLOBAL */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-webkit-input-placeholder {
	color: #eee6d6 !important;
}

::-moz-placeholder {
	color: #eee6d6 !important;
}

:-ms-input-placeholder {
	color: #eee6d6 !important;
}

:-moz-placeholder {
	color: #eee6d6 !important;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	background-color: #000000;
	color: #eee6d6;
}

html::after {
	transition: opacity 0.3s ease;
	content: "";
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: -1;
	height: auto;
}

html.desktop#image-1::after {
	background: url(/assets/img/background-image-1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html.desktop#image-2::after {
	background: url(/assets/img/background-image-3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html.desktop#image-3::after {
	background: url(/assets/img/background-image-4.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html.desktop#image-4::after {
	background: url(/assets/img/background-image-2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fade-bg::after {
	opacity: 0;
}


html.mobile {
	background: url(/assets/img/farm.jpg) no-repeat center center fixed;
	background-size: cover;
}

html.desktop #preload-01 {
	background: url(/assets/img/background-image-2.jpg) no-repeat -9999px -9999px;
}
html.desktop #preload-02 {
	background: url(/assets/img/background-image-3.jpg) no-repeat -9999px -9999px;
}
html.desktop #preload-03 {
	background: url(/assets/img/background-image-4.jpg) no-repeat -9999px -9999px;
}

#main{
	position:relative;
}

a {
	text-decoration: none;
}

h2 {
	text-transform: uppercase;
	font-family: 'Rokkitt', serif;
	font-size: 25px;
}

#content {
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	background-color: rgba(36,28,26,0.8);
	padding: 25px;
    width: 675px;
    position: absolute;
    right: 10%;
    height: 100%;
}

#content-inner {
	position: relative;
	top: calc(50% - 482px);
}

.logo-container {
	width: 100%;
	margin: 0 auto -30px;
}

.logo {
	width: 100%;
	height: auto;
}

#content p {
	font-weight: 500;
	line-height: 24px;
}

#content p span {
	color: #6ea448;
}

#form {
	margin: 30px 0px 10px;
}

input {
	-webkit-transition: all 0.3s;
 	transition: all 0.3s;
 	border-radius: 0;
}

input:focus {
	outline: none;
}

input[type=text] {
	background-color: transparent;;
	border: 1px solid #eee6d6;
	padding: 10px;
	width: calc( 100% - 22px);
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	margin-bottom: 20px;
	color: #eee6d6;
}

input.half-width {
	width: calc( 50% - 34px);
}

input[type=text]:focus {
	outline: none;
	background-color: #6ea448;
	border-color: #6ea448;
	color: #ffffff;
}

input[type=submit] {
    background-color: #6ea448;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 10px;
    border: 1px solid #6ea448;
    width: calc( 50% - 12px);
    cursor: pointer;
}

input[type=submit]:hover {
	background-color: #4e7c2d;
	border: 1px solid #4e7c2d;
}

input#first-name,
input#zip {
	margin-right: 20px;
}

button,
input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

.smalltext {
	font-size: 12px;
	text-align: center;
}
.smalltext img {
	width: 250px; height: auto;
}

#social {
	text-align: center;
}

.social-icon {
	width: 30px;
	height: 30px;
	background-size: 75px;
	background-image: url("/assets/img/social.png");
	display: inline-block;
	margin: 0px 10px;
}

.social-icon.facebook {
	background-position: -1px -1px;
}

.social-icon.facebook:hover {
	background-position: -44px -1px;
}

.social-icon.twitter {
	background-position: -1px -44px;
}

.social-icon.twitter:hover {
	background-position: -44px -44px;
}


.status {
	color: #ffe700;
    text-align: center;
}

@media only screen and (max-width: 1150px) {
  #content {
  	width: 475px;
    height: auto;
    padding: 50px 25px;
  }

  .logo, .logo-container {
  	width: 100%;
  	height: auto;
  }
  .logo {
  	margin-bottom: 25px;
  }
}

@media only screen and (max-height: 1000px) {
  #content {
    height: auto;
  }
}

@media only screen and (max-width: 900px) {
  #content {
    right: calc(50% - 335px);
  }
}

@media only screen and (max-width: 750px) {
  #content {
  	width: 475px;
    right: calc(50% - 235px);
    height: auto;
    padding: 50px 25px;
  }

  .logo, .logo-container {
  	width: 100%;
  	height: auto;
  }
  .logo {
  	margin-bottom: 25px;
  }
}

@media only screen and (max-width: 550px) {
  #content {
  	width: 90%;
    right: 5%;
    margin: 0px auto;
  }
}