

img{
    margin: 15px 0;
}
body > div.wrapper > div > header > div > div > div > div > div > div.header_inner_left > div.logo_wrapper > div > a > img{margin:0;}
p{
    margin-bottom: 1em;
}
p{
    margin-bottom: 1em;
}
li:last-child{
    padding-bottom: 1em;
}
body > div.wrapper > div > div > div > div.container{
    padding-bottom: 30px
}
.content_bottom{
    padding: 30px 0;
}
#wpcf7-f109-p112-o1 input,
#wpcf7-f109-p112-o1 textarea{
    border: 1px solid #ddd;
}
#contact-recapcha{
    margin-bottom: 30px;
}
.time{
    display:none;
}
.content_inner .column1 a{
    text-decoration:underline;
}
.content_inner .column1 a:hover{
    letter-spacing: 1px;
    text-decoration:none!important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Bookmark Button */
#bookmark-this {
  padding: 5px 10px;
  font-size: 12px;
  background: #f0ad4e;
  color: #fff;
  border: 1px solid #eea236;
  border-radius: 4px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

#bookmark-this:hover {
  background: #ec971f;
  border: 1px solid #d58512;
  text-decoration: none;
}

#bookmark-this:active {
  border: 1px solid #d58512;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #ec971f;
}