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

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff

5. Home
6. Contact
7. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700|Allerta+Stencil');



/*********************************
5. Home
*********************************/

.home-contact
{
	width: 100%;
	height: 667px;
	overflow: hidden;
}
.overlay-contact
{
	position: absolute;
	left: 0;
	bottom: -270px;
	width: 120%;
	height: 270px;
	background: #FFFFFF;
	transform-origin: top left;
	transform: rotate(-8deg);
	z-index: 1;
	box-shadow: 0 0 1px 0 #FFFFFF inset, 0 0 1px 0 #FFFFFF;
}
.home_container
{
	position: absolute;
	left: 0;
	top: 48.1%;
	width: 100%;
}

.home_title-contact
{
	font-size: 72px;
	font-weight: 200;
	color: #fff;
	line-height: 1.2;
	margin-top: -9px;
}
.home_subtitle
{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-top: 1px;
}


/*********************************
6. Contact
*********************************/

.contact
{
	background: #FFFFFF;
	padding-top: 42px;
	padding-bottom: 100px;
}
.logo-header-contact {
	height:100px;
}
.contact_text
{
	margin-top: 30px;
}
.contact_list
{
	padding-left: 34px;
	margin-top: 51px;
	max-width: 230px;
}
.contact_list ul li:not(:last-of-type)
{
	margin-bottom: 26px;
}
.contact_list ul li > div:first-of-type > div
{
	width: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #ff9711;
	line-height: 1.714;
}
.contact_list ul li > div:last-of-type
{
	font-size: 14px;
	font-weight: 400;
	color: #535353;
	line-height: 1.714;
}
.contact_title
{
	font-size: 24px;
	font-weight: 400;
	color: #262626;
	line-height: 0.75;
}

.contact_form_container
{
	margin-top: 45px;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    width:100%;
    height:100%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:none;
    padding:0;
    margin:0;
}


.contact_input
{
	width: 100%;
	height: 52px;
	border: none;
	outline: none;
	background: #eff4f6;
	padding-left: 25px;
	border-left: solid 2px transparent;
}
.contact_input:focus,
.contact_input:hover
{
	border-left: solid 2px #ff9711;
}
.input_item
{
	margin-bottom: 17px;
}
.contact_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #bdbdbd !important;
}
.contact_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #bdbdbd !important;
}
.contact_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #bdbdbd !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #bdbdbd !important;
}
.contact_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #bdbdbd !important;
}
.contact_textarea
{
	padding-top: 15px;
	height: 190px;
}
.contact_button
{
	position: relative;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	z-index: 1;
	margin-top: 17px;
}
.contact_button::before
{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #ff9711;
	width: 130px;
	height: 100%;
	border-radius: 22px;
	z-index: -1;
	content: '';
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_button:hover::before
{
	width: 100%;
}
.contact_map
{
	width: 100%;
	margin-top: 100px;
}
.map
{
	width: 100%;
}
.google_map
{
	width: 100%;
	height: 512px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}





/* ============= RESPONSIVE =============== */


/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/



/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	
	.contact_col
	{
		margin-top: 100px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 40px;
	}
    
    .home-contact
{
	width: 100%;
	height: 450px;
	overflow: hidden;
}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}



/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
    
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	
	.home_title
	{
		font-size: 72px;
		margin-top: -4px;
	}
    
    .home_title-contact
    {
       font-size: 72px;
		margin-top: -50px; 
    }
	.home_subtitle
	{
		font-size: 14px;
		margin-top: -4px;
	}
    
   .home-contact
{
	width: 100%;
	height: 300px;
	overflow: hidden;
} 

.contact_logo
    {
        display:none;
    }
.contact_text
    {
        margin-top:-30px;
    }
    
    
    .contact_form_container
{
	margin-top: 45px;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    width:100%;
    height:800px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  border:none;
    padding:0;
    margin:0;
}
    
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	
	.home
	{
		height: 70vh;
	}
	
	.home_title
	{
		font-size: 48px;
	}
    
	.section_title
	{
		font-size: 48px;
	}
	.text_highlight
	{
		font-size: 15px;
	}
	.google_map
	{
		height: 350px;
	}
	.footer_content
	{
		padding-bottom: 40px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.footer_image
	{
		opacity: 0.5;
	}
    
    
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
    
    
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}