@charset "UTF-8";


.contact #content h2{
    margin-top: 132px;
    margin-bottom: 80px;
    font-family: 'EB Garamond', serif;
    font-weight: 400; 
    font-size: 2em;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
  }  

.contact #content h2 span{
  display:inline-block;
  padding: 32px 0 0;
  position: relative;
}

.contact #content h2 span:before{
  content:"";
  display:block;
  width:80px;
  height:1px;
  background-color:#0c0508;
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
}


.contact #content p {
   text-align: center;
   font-weight: bold;
}

@media screen and (max-width: 768px) {
.contact #content h2{
  margin-top: 60px;
  margin-bottom: 25px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}

.contact #content h2 span{
  display:inline-block;
  padding: 15px 0 0;
  /*letter-spacing: 0px;*/
  position: relative;
}

.contact #content h2 span:before{
  content:"";
  display:block;
  width:34px;
  height:1px;
  background-color:#000000;
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
}

}


#contact {
   width: 100%;
    margin: 40px auto 80px;
}

.contact #content #contact h2{
    margin-top: 70px;
    margin-bottom: 40px;
    font-family: 'EB Garamond', serif;
    font-weight: 400; 
    font-size: 2em;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
  }  
#contact .contact-table {
    width: 100%;
    /*border-top: 1px solid #ddd;*/
    border-collapse: collapse;
    table-layout: fixed;
}
#contact .contact-table tr {
    width: 100%;
    
}

#contact .contact-table th {
    width: 40% !important;
    padding: 16px 40px 16px 0;
    vertical-align: middle;
    text-align: right;
    font-weight: normal;
    /*border-bottom: 1px solid #ddd;*/
    margin: 0 !important;
}

#contact .contact-table td {
    padding: 16px 8px;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
    /*border-bottom: 1px solid #ddd;*/
    margin: 0 !important;
}

input, textarea {
   border: solid 1px #0c0508; /*ddd*/
   padding: 2px 3px;
}

textarea {
min-width: 70%;
    min-height: 150px;
    max-width:  100%;
    max-height: 400px;
}
@media screen and (max-width: 980px) {
#contact .contact-table th {
    width: 30% !important;
    padding: 16px 30px 16px 0;
    vertical-align: middle;
    text-align: right;
    font-weight: normal;
    /*border-bottom: 1px solid #ddd;*/
    margin: 0 !important;
}

}
@media screen and (max-width: 768px) {
#contact {
   width: 96%;
    margin: 40px auto 50px;
}

.contact #content #contact h2{
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}
#contact .contact-table {
    width: 100%;
    /*border-top: 1px solid #ddd;*/
    table-layout:fixed;
}

#contact .contact-table th {
    width: 100% !important;
    display: block;
    padding: 16px 8px;
    vertical-align: middle;
    text-align: center !important;
    font-weight: normal;
    border-top: 1px solid #ddd;
    margin: 0 !important;
}

#contact .contact-table td {
    width: 100% !important;
    display: block;
    padding: 0 8px 16px;
    vertical-align: middle;
    text-align: center !important;
    font-weight: normal;
    /*border-bottom: 1px solid #ddd;*/
    margin: 0 !important;
    line-height: 2;
}

textarea {
min-width: 90%;
    min-height: 150px;
    max-width:  100%;
    max-height: 400px;
}

}



.contactbtnArea { margin: 35px auto ; font-size: 0; text-align:center;}

.action, .resetbtn, .b_top{
	
  font-weight: 400;
  /*display: block;*/
  display: inline-block;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  width: 160px;
  /*height: 30px;*/
  font-size: 15px;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff !important;
  background: #0c0508;/*B2B2B2*/

  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  border: #0c0508 1px solid;  
  border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; 

  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; 
}



.resetbtn + .action {
    margin-left: 20px;
    
}

.action:hover{
	background: transparent;
    color: #0c0508 !important; 
	cursor: pointer !important;
}

.resetbtn:hover{
	background: transparent;
    color: #0c0508 !important; 
	cursor: pointer !important;
}

.b_top:hover{
	background: transparent;
    color: #0c0508 !important; 
	cursor: pointer !important;
}

#base_n { 
       width: 600px;
       margin: 30px auto 50px;
 }

p.er {
       font-weight: bold;
       text-align: center;
       margin: 60px auto 30px;
}
.error_messe {
       padding: 10px;
       line-height: 2;
       text-align: center;
       border-bottom: #0c0508 1px solid; 
}


.error_messe:nth-child(1) {   
       border-top: #0c0508 1px solid; 
}

#base_n table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-collapse: collapse;
    table-layout: fixed;
}
#contact .contact-table tr {
    width: 100%;
    
}

#base_n table th {
    width: 40% !important;
    padding: 16px 40px 16px 0;
    vertical-align: middle;
    color: #888;
    text-align: right;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
}

#base_n table td {
    padding: 16px 8px;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
}


@media screen and (max-width: 980px) {
#base_n table th {
    width: 30% !important;
    padding: 16px 30px 16px 0;
    vertical-align: middle;
    text-align: right;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
}


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

#base_n { 
       width: 90%;
       margin: 20px auto;
 }

p.er {
       font-weight: bold;
       text-align: center;
       margin: 30px auto 30px;
}
.action, .resetbtn, .b_top {
  font-size: 14px;
}

#base_n table {
    width: 100%;
    border-top: 1px solid #ddd;
    table-layout:fixed;
}

#base_n table th {
    width: 100% !important;
    display: block;
    padding: 16px 8px;
    vertical-align: middle;
    text-align: center !important;
    font-weight: normal;
    border-bottom: none;
    margin: 0 !important;
}

#base_n table td {
    width: 100% !important;
    display: block;
    padding: 0 8px 16px;
    vertical-align: middle;
    text-align: center !important;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
    line-height: 2;
}

.action, .resetbtn, .b_top{
	
  margin: 0 auto;
  text-align: center; 
  display: block;
}



.resetbtn + .action {
    margin-left: 0;
    margin: 20px auto 0;
}

}