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



/* |||||||||||||||||||||||| HTML ELEMENT STYLES |||||||||||||||||||||||| */

body{
	background:url('../img/bg-home.jpg') center center no-repeat fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 50px;
}

.container {
	margin-left: 200px !important;
}

h1 {
	font-size: 48px !important;
	font-family: 'American Typewriter' !important;
	color: #ffffff !important;
	margin-top:90px !important;
}

h2 {
	font-size: 50px !important;
	font-family: 'DIN Alternate' !important;
	color: #DEB79E !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	margin-top: 10px !important;
}

.white {
	color: #ffffff !important;
	font-family: 'montserrat' !important;
}

h3 {
	font-size: 25px !important;
	font-family: 'DIN Alternate' !important;
	color: #ffffff !important;
	margin-top: 5px !important;
	text-transform: uppercase;;
}

h4 {
}


	
/* |||||||||||||||||||||||| STANDARD STYLES |||||||||||||||||||||||| */

.left{ float: left; }
.right{ float: right; }
.clear{ clear: both; }

.hr, .hrShort{
	height: 1px;
	width: 100%;
	/*background-color: #9E9E9E;
	margin: 5px 0px;*/
	border-bottom:1px solid #9e9e9e;
	padding-top:10px;
}

.hrShort {
	padding-top:0;
	height:0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.fullWidth {
	width:100%;
}




a {
    
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover 
{
    color: #ccc;
	text-decoration: none;
}


/* |||||||||||||||||||||||| BODY |||||||||||||||||||||||| */

.logo-wrapper {
	background:#ffffff;
	padding:55px 30px 40px 30px;
	width:180px;
}

.address p {
	font-size: 24px !important;
	font-family: 'DIN Alternate' !important;
	color: #ffffff !important;
	font-weight: bold !important;
	line-height: 26px !important;
	margin-top: 30px !important;
}

.address p span {
	font-size: 48px !important;
	font-family: 'American Typewriter' !important;
	color: #ffffff !important;
	margin-left: -40px;
}

.social {
	margin-top:0px !important;
}

.social ul {
	margin-top: 15px;
}

.social li {
	display: inline-block;
	margin-left: 30px !important;
	cursor: pointer;
}

.social li:first-child {
	margin-left: 0px !important;
}

.social li a {
	display: block;
	text-indent: -999999px;
	color: transparent;
	width: 47px;
	height: 44px;
	cursor: pointer;
}

.social li a:hover {
	opacity:.7;
	cursor: pointer;
}

.social li.facebook a {
	background: url('../img/icon-fb.png') 0 0 no-repeat;
}

.social li.twitter a {
	background: url('../img/icon-twitter.png') 0 0 no-repeat;
}

.social li.instagram a {
	background: url('../img/icon-instagram.png') 0 0 no-repeat;
}

/* |||||||||||||||||||||||| FORM |||||||||||||||||||||||| */




* {
  box-sizing: border-box;
}


form {
  position: relative;
  margin: 50px 0 50px 0;
  width: 100%;
  height: 60px;
}

input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  outline: 0;
  padding: 2em 2em 1em 2em;
  color: #fff;
  border: 2px solid #DEB79E;
  border-radius: 0 !important;
  font-size: 1em;
  transition: background 0.35s ease-out;
}
input::-webkit-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}
input:-moz-placeholder {
  color: #fff;
  text-transform: capitalize;
}
input::-moz-placeholder {
  color: #fff;
  text-transform: capitalize;
}
input:-ms-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}
input:focus {
  background: #DEB79E;
  opacity: .6;
}
input:focus + label {
  -webkit-transform: translateY(-10px) scale(0.8);
          transform: translateY(-10px) scale(0.8);
  color: #ffffff;
}
input:focus + label + button {
  opacity: 1;
}

label {
  position: absolute;
  left: 2em;
  top: 50%;
  margin-top: -8px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: color 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, color 0.25s ease-out;
  transition: transform 0.25s ease-out, color 0.25s ease-out, -webkit-transform 0.25s ease-out;
  text-transform: uppercase;;
}

button {
  position: absolute;
  right: 0;
  width: 120px;
  height: 100%;
  border: 0;
  border-radius: 0px;
  font-size: 1em;
  background: #DEB79E;
  color: #000000;
  cursor: pointer;
  opacity: 0;
  outline: none;
  transition: opacity 0.35s ease-out, width 0.5s ease-out, background 0.25s ease-out;
  text-transform: uppercase;
  font-weight: bold;

}

button.is-active {
  background: #DEB79E;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

button.is-done {
  width: 100%;
  opacity: 1;
}



/* |||||||||||||||||||||||| RESPONSIVE |||||||||||||||||||||||| */


@media (max-width:1024px) and (min-width: 769px) {
	.container {
	margin-left: auto !important;
}
}

@media (max-width: 768px) {
	.container {
		margin-left: 40px !important;
	}

	h2 {
	font-size: 46px !important;
}

.white {
	color: #ffffff !important;
	font-family: 'montserrat' !important;
}

h3 {
	font-size: 23px !important;

}
}





