/* General Layout */
html, body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

html {
  background: whiteSmoke url("/media/site_bg_koopee.jpg") no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 940px) {
  body {
    font-size: 16px;
  }
}

h3 {
  font-size: 24px;
}

hr {
  border: none;
  border-top: solid 1px #ccc;
}

div {
  position: relative;
}

a {
  text-decoration: none;
  color: #000;
}

a:active,
a:hover {
  text-decoration: none;
  color: #a59150;
}

input,
textarea {
  font-family: arial;
  border: solid 1px #bbb;
  background: none;
  padding: 4px;
  color: #555;
}

label {
  color: #969696;
  margin-bottom: 4px;
}

#container {
  max-width: 1440px;
  margin: auto;
  padding: 0 30px;
}

#header {
  background: none;
  /*#522919 url(/media/header-fpo.jpg) 50% 0 no-repeat;*/
  height: 220px;
  margin-bottom: 30px;
}

#content {
  padding: 30px;
  margin: 0 auto;
  background: white;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
}

#sidebar {
  background: #EBDDD6;
  width: 200px;
  padding: 20px;
  float: left;
  margin-right: 30px;
}

#sidebar h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
}

.post {
  line-height: 1.5em;
  color: #444;
}

.post h2 {
  font-size: 22px;
  margin: 0 0 0 -1px;
  color: #522919;
  /* border-bottom:solid 1px #ccc; */
  padding-bottom: 7px;
}

.post h2 a {
  color: #786D48;
}

.post h2 a:hover {
  color: #522919;
}

.post strong {
  color: #522919;
}

.post ul {
  padding-left: 30px;
  margin-bottom: 20px;
}

.post ul li {
  list-style: disc;
  list-style-position: outside;
}

.news-events .right_bar {
  float: left;
  width: 670px;
  overflow: hidden;
}

.news-events .post {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px #ccc;
}

.ngg-galleryoverview {
  margin-left: -5px;
}

#footer {
  font-size: 14px;
  font-weight: bold;
  background: #222;
  overflow: hidden;
  /*#522919*/
  color: white;
  /* height:200px; */
  padding: 25px 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
#footer p.copyright {
  padding-left: 30px;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
}
#footer a {
  font-weight: normal;
  color: #ffffff;
  font-size: 10px;
}
#footer a:hover {
  text-decoration: underline;
}

#footer .inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px 30px;
}
@media screen and (max-width: 940px) {
  #footer .inner {
    display: block;
  }
}

#footer .links {
  flex: none;
  margin: 0 40px 40px 0;
  line-height: 1.7em;
}

#footer .links a {
  font-size: 16px;
}

#footer h4 {
  margin-left: -1px;
  font-size: 20px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.box {
  border: solid 1px #ccc;
  padding: 5px;
}

.box .left .sliver {
  height: 7px;
  background: #797878;
  margin-bottom: 5px;
}

.box .right .sliver {
  height: 7px;
  background: #7e532b;
  margin-bottom: 5px;
}

#header h1 {
  display: block;
  margin: 0 auto 15px auto;
}

#header h1 img {
  display: block;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
}

#header #navigation {
  background: black;
  background: #222;
  border-radius: 8px;
}
#header #navigation ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 12px;
}
#header #navigation ul li {
  flex: none;
  color: white;
}
#header #navigation ul li a {
  color: #fff;
  display: block;
  padding: 0 6px;
}
#header #navigation ul li a:hover {
  color: #a59150;
}
#header #navigation ul li.last {
  margin-right: 0;
}

ul.cols {
  overflow: hidden;
  list-style: none;
  display: block;
  width: 100%;
}

ul.cols li {
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
  padding: 0;
  font-size: 18px;
  color: #777;
}

ul.cols li img {
  margin-bottom: 7px;
}

ul.cols li span {
  color: #aaa;
  font-size: 11px;
  padding-top: 5px;
}

/* --- Sub Nav Menus (General Style) --- */
ul.subnav li {
  margin-bottom: 5px;
}

ul.subnav li.last {
  margin-bottom: 0;
}

ul.subnav li a {
  display: block;
  background: #d4d2c9;
  text-transform: uppercase;
  font-family: Helvetica, arial;
  height: 62px;
  line-height: 64px;
  padding-left: 10px;
}

ul.subnav li a:hover,
ul.subnav li a:active {
  text-decoration: none;
  background: #333;
  color: #fff;
}

/* --- Sub Nav Menus (Selected State) --- */
body.satton-group ul.subnav li.satton-group a,
body.satton-group-team ul.subnav li.satton-group-team a,
body.meet-tiger-nakayama ul.subnav li.tiger a,
body.agents ul.subnav li.agents a {
  text-decoration: none;
  background: #333;
  color: #fff;
}

.banner_wrap {
  overflow: hidden;
  height: 129px;
  margin-bottom: 5px;
}

/* --- Page Specific --- */
body.home h2 {
  border: none;
}

/* --- Comments --- */
h3#comments {
  color: #23AFD2;
  font-size: 22px;
  margin: 25px 0 11px 0;
}

#comments-bottom {
  clear: both;
  width: 410px;
  padding-top: 10px;
}

#comments-bottom #char-count {
  font-size: 10px;
  width: 180px;
  margin-top: 6px;
  text-align: right;
  color: #555;
}

#comments-bottom .limit-red {
  color: red;
}

.comment-block {
  margin-bottom: 25px;
}

.comment-block cite {
  color: #23afd2;
  font-weight: bold;
}

.comment-block ol {
  margin-top: 25px;
}

.comment-block ol li {
  margin-bottom: 15px;
  font-size: 11px;
}

.comment-block .right {
  width: 350px;
  display: none;
}

.comment-block input.submit {
  margin-right: 5px;
}

.comment-block input.submit,
.comment-block input.cancel {
  padding: 0;
  border: none;
  width: 92px;
  height: 22px;
}

p.date {
  color: #999;
  margin-bottom: 4px;
}

a.exp {
  display: block;
  background: #000 url(/media/btn-comment.gif) 0 0 no-repeat;
  width: 102px;
  height: 22px;
}

/* --- MISC --- */
div.clear,
div.reset {
  display: block;
  clear: both !important;
}

br.dirtyLittleTrick {
  clear: both !important;
  display: block;
  height: 1px;
  margin: -1px 0 0 0;
}

/* Use this br class to clear your floated columns */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  display: inline;
  overflow: hidden;
}
.alignright a {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .alignright {
    float: none;
    display: block;
    margin: 0 auto 30px auto !important;
    width: 100% !important;
  }
}

.ir {
  text-indent: -1000em;
  overflow: hidden;
  display: block;
}

.wp-caption {
  border: 1px solid #777;
  border-radius: 5px;
  text-align: center;
  background: #ddd;
  padding: 20px 15px 0 15px;
  margin: 0 auto 30px auto !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wp-caption {
    width: 100% !important;
  }
}
.wp-caption a {
  display: block;
  overflow: hidden;
}

.wp-caption img, .alignright img {
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

div.links a.stbutton {
  padding: 0 !important;
}

div.links a.stico_default {
  background: none !important;
  color: #999 !important;
}

#footer #colophon {
  background: black !important;
}

.iphone {
  display: none;
}

body.welcome h2.title {
  display: none;
}

body.welcome .post h2 {
  border: none;
  overflow: hidden;
}
body.welcome .post h2 img {
  max-width: 100% !important;
  height: auto !important;
}

body.welcome h3 {
  margin: 20px auto 10px auto;
}

.statcounter p {
  display: none;
}

/*# sourceMappingURL=layout.css.map */
