/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.contact .page-header{
  border: none !important;
}
 .contact .contact-address{
  display: none;
}
.contact h3{
  display: none;
}
.contact .contact-form{
  margin-top: 30px;
}
.contact legend{
  display: none;
}
.contact .control-label{
  text-align: left;
}
.contact dt{
  display: none;
}
.contact .contact-miscinfo{
  margin-top: 30px;
}
.contact dd{
  margin: 0px;
}
.contact .form-horizontal .form-actions{
  padding: 0px;
}
.contact .controls{
  margin-left: 0px;
}
.contact input{
  width: 300px;
}
.contact textarea{
  width: 500px;
  height: 200px;
}
#textarea-privacy{
  width: 660px;
  height: 200px;
}
.contact input, .contact textarea{
  border: 1px solid #666666;
}
input[type='checkbox'] {
  width: 20px;
}
/*#tm-top-a.uk-block{
  padding-top: 0px;
}
#tm-top-b.uk-block-large{
  padding-bottom: 20px;
}*/
@media screen and (max-width: 1024px) {
  .contact textarea{
    width: 300px;
    height: 200px;
  }
  #textarea-privacy{
    width: 460px;
    height: 200px;
  }  
}
@media screen and (max-width: 480px) {
  .contact .page-header{
    display: none;
  }
  #textarea-privacy{
    width: 300px;
    height: 200px;
  }
  h1{
    font-size: 30px;
  }
  h2{
    font-size: 20px;
  }
}
