.site-description {
    letter-spacing: 0.5em;
}
.pre-header {
    border-bottom: 0px #fff;
		font-weight: 100;
}
.grid-pad {
    padding-top: 0px;
    padding-left: 40px;
    padding-right: 20px;
}
.main-navigation a {
		font-weight: 400;
		letter-spacing: 0.1em;
		color: #ccc;
}
.site-footer {
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 0.3em;
}

.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a {
    background: #ccc;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.1em;
}
.comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
    background: #ccc;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.1em;
}
.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a:hover {
      background: #000;
}
.comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a:hover {
    background: #000;
}
#gallery-container .gallery-image .image-title {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #FFF;
    opacity: 0;
    -webkit-transition: ease-in-out 0.35s;
    -moz-transition: ease-in-out 0.35s;
    -ms-transition: ease-in-out 0.35s;
    -o-transition: ease-in-out 0.35s;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#gallery-container .gallery-image .image-title > div > span {
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #000;
}

.su-button-center {
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  		font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.2em;
}

table.table01 {
  font-size: 12px;
  letter-spacing: 0.1em;
  width:100%;
}
table.table01 thead th {
  padding:0px;
  font-weight: 100;
  vertical-align:top;
}
table.table01 tbody td {
	padding:10px 15px;
	border-left:#ccc solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
}
table.table01 tbody td p {
	padding-left:6em;
}
}

th {
  font-weight: 100;
  padding:0px;
}

h1 {
			font-weight: 200;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.15em
}

.page-content, .entry-content, .entry-summary {
    font-size: 0.750rem;
}

body, p {
    font-size: 0.750rem;
    letter-spacing: 0.075em;
    line-height: 1.5;
}


div.wpcf7 { background:#fafafa; border:1px solid #ddd; padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 0 30px 0; }
div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:11px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
 

.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
.wpcf7 .required { color: #f00;}
.wpcf7 .any{ color: #080;}