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

#contact-form {
  color: rgba(0, 0, 0, 0.7);
  background: white;
/*  padding: 1.5rem 1rem 1rem;*/
  display: flex;
  flex-wrap: wrap;
}
#contact-form h3 {
  margin: 0 0 5px;
  font-size: 1.4rem;
  color: #ff3478;
  font-weight: bold;
}
#contact-form .h3_small {
  margin: 0 0 1.5rem;
  font-size: 14px;

}
#contact-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 15px;
}
#contact-form input:not(.btn) {
  width: 100%;
  height: 40px;
  border: none;
  background: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0 0.25rem;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -ms-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  line-height: 40px;
}
#contact-form input:not(.btn):focus,
#contact-form input:not(.btn):active {
  outline: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}
#contact-form select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  padding: 0 0.25rem;
}
#contact-form select option {
  margin-bottom: 0.5rem;
}
#contact-form .form-row {
  margin-bottom: 1.2rem;
}
#contact-form .send-btn {
  float: right;
  margin-top: 0.5rem;
}
#textarea-message {
  max-width: 100%;
  width: 100%;
  height: 80px;
  border: none;
  background: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0 0.25rem;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -ms-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
#textarea-message:focus,
#textarea-message:active {
  outline: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}
.btn {
  background: #262626;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  text-shadow: none;
  position: relative;
  border: none;
  display: inline-block;
}
[class*="col"] {
  padding: 0 1rem;
}
.col {
  flex-grow: 1;
}
.col-100 {
  width: 100%;
	margin-right: 5%;
}
label{
	padding: 0;
	border: none;
	color: #6b6b6b;
	text-transform: none;
}
label sup{
	color: #ff3471;
    top: -1px;
    font-size: 120%;
}
.dk_container{
	height: 40px;
	margin-bottom: 1.2rem;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 400px;
	margin-right: calc(100% - 400px);
}
@media only screen and (max-width: 768px){
	.dk_container{
		width: 100%;
		margin-right: 0;
	}
}
@media only screen and (min-width: 1025px){
	.inner {
		width: 80%;
		max-width: none;
	}
}
.dk_toggle {
    background: url(../images/arrow.svg) no-repeat 95% 50%;
    height: 40px;
	background-size: 14px;
	background-position-x: calc(100% - 20px);
}
.dk_container li{
	background: #f9f9f9;
}
.dk_container li:hover{
	background: #ffe3ec;
}
.dk_container a{
	color: #6d6d6d!important;
}
.dk_options a {
    border: 1px solid #cecece;
    border-top: 0;
}
.dk_options li:first-child a {
	display: none;
}
.dk_options li:nth-child(2) a {
	border-top: 1px solid #cecece;
}
.dk_options li:last-child a {
	border-bottom: 1px solid #cecece;
}