@charset "UTF-8";

@font-face{
	font-family: bebasNeueBook;
	src:url(../fonts/BebasNeueBook.otf);
}

@font-face{
	font-family: bebasNeue;
	src:url(../fonts/BebasNeue.otf);
}

@font-face{
	font-family: helveticaNeue;
	src:url(../fonts/HelveticaNeue.otf);
}

#contentContactHeaderBackground{
	width: 100%;
	height: 50px;
	background-color: #27a8e1;
	margin-top: -22px;
}

#contentContactHeaderBackground h2{
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 0px;
	padding-top: 16px;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: 800;
}

#contentContactInfoBackground{
	width: 100%;
	height: auto;
	margin-top: 42px;
}

#contentContactInfoContainer{
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#contentContactInfo01Container{
	display: inline-block;
	width: 290px;
	height: 78px;
	vertical-align: top;
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #5a4953;
	margin-bottom: 0px;
}

#contentContactInfo02Container{
	display: inline-block;
	width: 290px;
	height: 78px;
	vertical-align: top;
}

#contentContactInfoSocialContainer{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 8px;
}

.contentContactInfoSocialButton{
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background-color: #FFFFFF;
	display: inline-block;
	-webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

.contentContactInfoSocialButton:hover{
	background-color: #e8e8e8;
	-webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

.contentContactInfoSocialButton img{
	width: 24px;
	height: auto;
	text-align: center;
	padding-top: 4px;
}

#contactSocialText{
	width: 100%;
	height: auto;
}

#contactSocialText p{
	margin-top: 10px;
	font-size: 16px;
}

.contentContactInfoContent{
	width: 90%;
	text-align: left;
	margin-left: auto;
	height: auto;
}

.contentContactInfoContent img{
	width: 28px;
	height: auto;
	display: inline-block;
}

.contentContactInfoContent p{
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
}

#contactFormBackground{
	width: 100%;
	height: auto;
	margin-top: 24px;
}

.contactFormFullContainer{
	width: 680px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

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

.contacrFormTitle p{
	font-size: 16px;
	margin: 0px;
}

.contacrFormInput{
	width: 100%;
	height: 40px;
	margin-top: 4px;
	border: solid;
	border-width: 2px;
	border-color: #514d4e;
}

.contacrFormInputMessage{
	width: 100%;
	height: 180px;
	margin-top: 4px;
	border: solid;
	border-width: 2px;
	border-color: #514d4e;
}

.contactFormHalfContainer{
	width: 680px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	text-align: left;
}

.contactFormHalfContainerBox{
	width: 320px;
	height: auto;
	display: inline-block;
	margin-bottom: 0px;
}

#contactFormHalfRight{
	float: right;
	margin-top: 2px;
}

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

.contactFormHalfTitle p{
    font-size: 16px;
	margin: 0px;
}

.contactFormHalfInput{
	width: 100%;
	height: 40px;
	margin-top: 4px;
	border: solid;
	border-width: 2px;
	border-color: #514d4e;
}

.contactFormButton{
	background-color: #e70f89;
	border-radius: 4px;
	width: 240px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
	margin-top: 8px;
	text-align: center;
	cursor: pointer;
}

.contactFormButton:hover{
	background-color: #f90897;
	-webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}

.contactFormButton h1{
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 400px;
	text-align: center;
	color: #FFFFFF;
	padding: 0px;
	padding-top: 12px;
	margin: 0px;
}

.contactFormAlert{
	width: 100%;
	height: 14px;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	color: #e70f8a;
	font-size: 14px;
	font-family: helveticaNeue;
}

#contactAlert_messageContainer{
	margin-top: 10px;
	height: 20px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	width: calc(100% - 40px);

}

#contactAlert_message{
	text-align: center;
	color: #e70f8a;
	font-size: 14px;
	font-family: helveticaNeue;
}


.contact-control{
	width: 94%;
	height: 100%;
	border: none;
	background-color: rgba(255,255,255,0);
}

.contact-control-textArea{
	width: 98%;
	height: 98%;
	border: none;
	background-color: rgba(255,255,255,0);
	font-family: helveticaNeue;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}


/* Responsive Breakpoints */
/* Breakpoint 01 */ 
@media (max-width: 700px){
	
	.contactFormFullContainer{
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.contactFormHalfContainer{
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
		text-align: left;
	}
	
	.contactFormHalfContainerBox{
		width: 100%;
		margin-bottom: 10px;
	}
	
	#contactFormHalfRight{
		float: none;
		margin-bottom: 0px;
	}
	
	.contacrFormTitle p{
		font-size: 14px;
	}
	
	.contactFormHalfTitle p{
		font-size: 14px;
	}
}

/* Breakpoint 02 */ 
@media (max-width: 620px){
	
	#contentContactInfoContainer{
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}

	#contentContactInfo01Container{
		width: calc(100%);
		border-right: none;
		border-right-width: 0px;
		margin-bottom: 20px;
	}

	#contentContactInfo02Container{
		width: calc(100%);
	}
	
	.contentContactInfoSocialButton{
		width: 38px;
		height: 38px;
		margin-right: 12px;
	}

	.contentContactInfoSocialButton img{
		width: 28px;
		padding-top: 5px;
	}
	
	.contentContactInfoContent{
		width: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
}

/* Breakpoint 02 */ 
@media (max-width: 440px){
	
	.contactFormAlert p{
		font-size: 12px;
	}
	
	#contactAlert_message p{
		font-size: 12px;
	}
	
	.contactFormButton{
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
}


