



/* Content
==================================== */

#content {
	width: 100%;    
	min-height: 100vh;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0;
}

/* Contact Section
==================================== */

#personalData {
	padding: 10px 0;
}

#contact .contact-info {
	margin-bottom: 20px;	
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #d63031;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #d63031;
}

#contact .contact-info a {
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

#contact .contact-info a:hover {
  color: #d63031;
}

#contact .contact-address,
#contact .contact-web,
#contact .contact-phone,
#contact .contact-email {	
	border-bottom: 2px solid #d63031;	
  padding: 20px 0;
}

/* Form Style
==================================== */

/* Fields, Textareas */

input.form-control,
textarea.form-control {
	background: transparent;	
	border: none;	
	border-bottom: 2px solid #ddd;	
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;	
	height: 30px;
	font-size: 14px;
	font-weight: 400;	
	padding: 0;
	resize: none;	
}

input.form-control:focus,
textarea.form-control:focus {
	background: transparent;	
	border-color: #d63031;	
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;	
}

input.form-control:disabled {
	border: none;	
}

#inputMessage {
	height: 100px;
}

/* Placeholders */

.form-control::-webkit-input-placeholder { /* Chrome */
	color: #ccc;
	font-style: italic;		
}

.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #ccc;
	font-style: italic;	
}

.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
	opacity: 1;
	font-style: italic;	
}

.form-control:-moz-placeholder { /* Firefox 4 - 18 */
  color: #ccc;
	opacity: 1;
	font-style: italic;	
}

.form-group {
	position: relative;
}

.form-group label {
	color: #555;
	font-weight: 700;	
}

/* Form Buttons */

.btn-form-func {
  background: transparent;
  border-radius: 4px;
	border: 3px solid #d63031;
	color: #d63031;
	display: inline-block;	
	overflow: hidden;
	padding: 24px 60px 24px 16px;
	position: relative;
	text-decoration: none;
	line-height: 1;
	width: 100%;	
	font-weight: 600;
	margin-bottom: 10px;
}

.btn-form-func:hover {
	color: #d63031;	
}

.btn-form-func .btn-form-func-content {
  font-size: 1em;
  line-height: 1.2;
  padding: 0 15px;
  position: relative;
  right: 0;
  transition: right 300ms ease;
  display: block;
  text-align: left;
}

.btn-form-func .icon {
  border-left: 1px solid #d63031;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all 300ms ease;
  transform: translateY(-50%);
  width: 58px;
  height: 70%;
}

.btn-form-func .icon i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.btn-form-func:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  opacity: 0;
  transition: opacity 300ms ease;
}

.btn-form-func:hover .btn-form-func-content {
  right: 100%;
}

.btn-form-func:hover .icon {
  border-left: 0;
  font-size: 1.4em;
  width: 100%;
}

.btn-form-func:hover:after {
  opacity: .2;
}

.btn-form-func.btn-form-func-alt-color {
  border-color: #d63031;
  color: #d63031;
}

.btn-form-func.btn-form-func-alt-color .icon {
  border-left-color: #d63031;
}

.btn-form-func.btn-form-func-alt-color:after {
  background-color: transparent;
}

/* Form Validation */

.parsley-errors-list {
	margin-top: 8px;
	font-style: italic;
	color: #d63031;	
	padding: 0;
	list-style-type: none;
	font-size: 0.8em;
	line-height: 0.8em;
	opacity: 0;
	transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
	opacity: 1;
}

/* Success Submit
==================================== */

#success {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 190px;
	margin-top: -185px;
	margin-left: -150px;
	text-align: center;
}

#success h4 {
	margin: 0;
	font-weight: bold;
}

#success h4 span {
	display: block;
	font-size: 24px;
}

.svg {
  display: block;
  width: 100px;
  margin: 2rem auto;
}

.svg .check {
  stroke: #d63031; 
  fill: none;
  stroke-width: 12;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: check .75s linear forwards;
}

.svg .box {
  stroke: #d63031;
  stroke-width: 12;
  fill: none;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: draw 1s linear forwards;
}

@keyframes draw {
  0% { stroke-dashoffset: -400; }
  100% { stroke-dashoffset: 400; }
}
    
@keyframes check {
  0% { stroke-dashoffset: -400; }
  100% { stroke-dashoffset: 0; }
}