dd {
    width:100%;
    margin: 10px auto 10px auto;
}

dt {
    font-family: 'Comfortaa';
    font-size: 0.9em;
    line-height: 1.3em;
    color: #f5f5f5;
    width:100%;
    margin: 20px;
    text-align: center;
}

.formfield {
    width: 100%;
    float: right;
    clear: none;
}
   
:invalid {
    border-color: #ff0033;
}

:required {
	color: #222;
    border-color: #ea6808;
	background: #f5f5f5;
}

form {
	width:100%;
  	padding: 0px;
  	border:none;
	margin:0px 0px 110px 0px;
}

form span{
	font-weight: 800;
	color: #222;
	font-size: 1.0em;
}

input,select {
    font-family: 'Comfortaa';
	margin: 0px 0px 0px 0px;	 
	color: #222;
    background: #f5f5f5;
	font-weight: 200; 
	font-size: 1.0em;
	line-height: 1.3em;
    border:2px solid #ea6808;
    min-height:30px;
    margin: 10px 0px 10px 0px;
    padding: 0px 10px 0px 20px;
    outline: none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
}

input

select::-ms-expand {
  display: none;
}


textarea {
    font-family: 'Comfortaa';
    width: 100%;	 
	color: #222; 
	font-size: 1.0em;
	line-height: 1.3em;
  background: #f5f5f5;
  border:2px solid #ea6808;
  min-height:60px;
  display:block;
  margin: 10px 2% 15px auto;
  padding: 10px 10px 0px 20px;
  outline: 3px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
}



input[type=submit] {
    font-family: 'Comfortaa';
	margin: 0px 0px 0px 0px;	 
	color: #3c3c3c; 
	font-size: 1.0em;
	line-height: 1.3em;
    background: #f5f5f5;
    margin: 10px 25% 10px 25%;
    padding:0px;
    min-height:30px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
}

input,select { 
    color: #222;
}


.thumb_content	{ padding: 0px 15px 0 15px; color: #f5f5f5; }
.thumb_content h1	{ margin: 0 0 5px 0; color: #f5f5f5; font-size: 14px; }


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

form {
	width:100%;
  	padding: 0px;
  	border:none;
	margin:0px 0px 50px 0px;
}
    
input,select { 
	font-size: 0.9em;
}
}

@media screen and (max-width: 1068px) {

dd {
    width: 100%;
    max-width: 768px;
    margin: 10px auto 10px auto;
}
    
input,select {
	font-weight: 200; 
	font-size: 0.9em;
}
}


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

form {
	width:100%;
  	padding: 0px;
}
    
dd {
    width: 90%;
    max-width: 600px;
    margin: 10px 5% 10px 5%;
}
    
input,select {
	width: 90%;
}
    
textarea {
    width: 95%;	  
}

input[type=submit] {
	font-weight: 500; 
}
    
input,select {
	font-weight: 800; 
	font-size: 0.9em;
}
}