#colophon {
}

#content{
  min-height : 50px;
}

#contenthead{
  background-position : center top;
}

#masthead{
  background-position : center top;
}

.screen-reader-text{
  display : none;
}

.sp-block-container{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.sp-block-container > h1{
  font-size : 2.4rem;
}

.sp-block-container > h2{
  font-size : 1.8rem;
}

.sp-block-container > h3{
  font-size : 1.5rem;
}

.sp-block-container > h4{
  font-size : 1.4rem;
}

.sp-block-container > h5{
  font-size : 1.3rem;
}

.sp-block-container > h6{
  font-size : 1.1rem;
}

.sp-block-container > hr{
  border-bottom-color : initial;
  color : #e2e2e2;
  margin-top : 25px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 30px;
  border-top-width : 1px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #e2e2e2;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

.sp-block-container > p{
  font-size : 1.3rem;
  line-height : 1.5;
  text-align : justify;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
  text-justify : inter-ideograph;
}

.sp-block-container > p.indent{
  padding-left : 1em;
}

.sp-block-container > p.large{
  font-size : 1.2em;
}

.sp-bread-crumb div{
  padding-bottom : 10px;
  margin-top : 10px;
  margin-right : 10px;
  width : auto;
  display : inline-block;
}

.sp-button{
  width : 122px;
}

.sp-button a{
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 6px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #f0f0f0;
  border-left-color : #f0f0f0;
  border-right-color : #f0f0f0;
  border-bottom-color : #f0f0f0;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  height : 100%;
  display : block;
  box-sizing : border-box;
}

.sp-button a:hover{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-column.accordion > .column-label h3::after{
  border-top-width : 5px;
  border-left-width : 6px;
  border-right-width : 6px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : rgba(255, 255, 255, 0.45);
  border-left-color : transparent;
  border-right-color : transparent;
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}

.sp-column.toggled-on > .column-label h3::after{
  display : none;
}

.sp-column.toggled-on > .column-label h3::before{
  border-left-width : 6px;
  border-right-width : 6px;
  border-bottom-width : 5px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : transparent;
  border-right-color : transparent;
  border-bottom-color : rgba(255, 255, 255, 0.45);
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}

.sp-column > .column-body{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.sp-definition-list > dd{
  margin-left : 94px;
  margin-bottom : 25px;
}

.sp-definition-list > dt{
  padding-top : 5px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
}

.sp-form input{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.sp-form input[type="date"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form input[type="radio"]{
  vertical-align : middle;
  width : 20px;
}

.sp-form input[type="submit"]{
  font-size : 1.4rem;
  color : #555555;
  background-color : #dcdada;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  margin-top : 15px;
  width : auto;
  min-width : 100px;
  float : right;
  position : relative;
  cursor : pointer;
}

.sp-form input[type="text"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form table{
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}

.sp-form td{
  color : #000000;
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
}

.sp-form textarea{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
  height : 150px;
}

.sp-form th{
  font-weight : normal;
  color : #000000;
  background-color : #f4f4f4;
  text-align : left;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
  min-width : 50px;
}

.sp-google-map{
  max-width : 100%;
  word-wrap : normal;
}

.sp-google-map img{
  max-width : none !important;
}

.sp-item-gallery.grid > ul > li{
  overflow : hidden;
}

.sp-item-gallery.masonry > ul > li{
  height : auto !important;
}

.sp-item-gallery > ul > li > div img.item-gallery-thumbnail{
  max-width : 100%;
}

.sp-list{
  padding-right : 1em;
  margin-bottom : 1.5em;
  list-style-position : inside;
}

.sp-list > li{
  text-align : justify;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-justify : inter-ideograph;
}

.sp-page-title > h1{
  font-size : 1.8rem;
  font-weight : bold;
}

.sp-part-top{
  display : block;
  position : relative;
  box-sizing : border-box;
}

.sp-part-top:not(table)::after{
  clear : both;
  display : table;
  content : "";
}

.sp-site-branding2 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #929292;
}

.sp-site-navigation{
  color : black;
  background-color : white;
}

.sp-site-navigation .menu-toggle{
  display : none;
  cursor : pointer;
}

.sp-site-navigation.vertical{
  font-size : 1.3rem;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #d2c9b8;
  border-bottom-color : #d2c9b8;
  width : 100%;
}

.sp-site-navigation.vertical ul{
  line-height : 30px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

.sp-site-navigation.vertical ul li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current-menu-item > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_ancestor > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_item > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a{
  text-decoration : none;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 10px;
  display : block;
}

.sp-site-navigation.vertical ul li > a:active{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a:hover{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul ul li > a{
  padding-top : 10px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 10px;
}

.sp-site-navigation.vertical > ul{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
}

.sp-site-navigation.vertical > ul > li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 100%;
}

.sp-site-navigation.vertical > ul > li:hover > ul{
  display : block;
}

.sp-table{
  margin-top : 5px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  width : 100%;
  display : table;
  border-collapse : collapse;
}

.sp-table > * > tr > td{
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-table > * > tr > th{
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-table > * > tr > th.col-title{
  background-color : rgba(0, 0, 0, 0.0625);
}

.sp-table > * > tr > th.row-title{
  background-color : rgba(0, 0, 0, 0.0625);
}

.sp-wp-post-list{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 2em;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 2em;
}

.sp-wp-post-list .navigation-post{
  margin-top : 0.67em;
}

.sp-wp-post-list .navigation-post .nav-next{
  margin-right : 10px;
  float : right;
}

.sp-wp-post-list .navigation-post .nav-previous{
  margin-left : 10px;
  float : left;
}

.sp-wp-post-list .navigation-post::after{
  clear : both;
  display : table;
  content : "";
}

.sp-wp-post-list .navigation-post > h1{
  display : none;
}

.sp-wp-post-list > article{
  margin-top : 0.67em;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0.67em;
}

.sp-wp-post-list > h3{
  background-color : #f4f4f4;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

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

a:focus{
  color : #e3cb67;
}

a:hover{
  color : #e3cb67;
}

article{
  display : block;
}

aside{
  display : block;
}

body{
  font-size : 1.3rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height : 1.5;
  color : #cc9933;
  background-color : #000000;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : center top;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto,auto auto;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  word-wrap : break-word;
}

details{
  display : block;
}

dl{
  margin-top : 0px;
  box-sizing : border-box;
}

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

h1{
  margin-top : 0px;
  box-sizing : border-box;
}

h2{
  margin-top : 0px;
  box-sizing : border-box;
}

h3{
  margin-top : 0px;
  box-sizing : border-box;
}

h4{
  margin-top : 0px;
  box-sizing : border-box;
}

h5{
  margin-top : 0px;
  box-sizing : border-box;
}

h6{
  margin-top : 0px;
  box-sizing : border-box;
}

header{
  display : block;
}

hgroup{
  display : block;
}

html{
  font-size : 62.5%;
}

main{
  display : block;
}

nav{
  display : block;
  box-sizing : border-box;
}

ol{
  margin-top : 0px;
  box-sizing : border-box;
}

p{
  margin-top : 0px;
  box-sizing : border-box;
}

section{
  display : block;
}

summary{
  display : block;
}

table{
  margin-top : 0px;
  box-sizing : border-box;
}

ul{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  box-sizing : border-box;
}

@media not screen, screen and (min-width: 569px) {

  #colophon{
    padding-top : 35px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 35px;
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #111111;
  }

  #colophon-inner{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1100px;
    box-sizing : content-box;
  }

  #content{
    min-height : 50px;
  }

  #main{
    background-position : center top;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1100px;
    box-sizing : content-box;
  }

  #main-inner{
    margin-top : 10px;
  }

  #masthead{
    margin-bottom : 0px;
    min-height : 100%;
    display : box;
    position : relative;
  }

  #masthead-inner{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1100px;
    box-sizing : content-box;
  }

  #page{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    overflow : hidden;
  }

  #sidebar2 {
  }

  .sp-google-map{
    width : 400px;
    min-height : 300px;
  }

  .sp-site-branding2{
    padding-top : 20px;
  }

  .sp-site-branding2 .extra{
    width : 50%;
    position : absolute;
    bottom : 0px;
    right : 0px;
  }

  .sp-site-branding2 .extra > p{
    font-size : 1.3rem;
    color : #929292;
    text-align : right;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  .sp-site-branding2 .extra > p.indent{
    padding-left : 1em;
  }

  .sp-site-branding2 .extra > p.large{
    font-size : 1.5rem;
  }

  .sp-site-branding2 .site-description{
    text-align : right;
    width : 100%;
    height : auto;
    position : absolute;
    top : 15px;
  }

  .sp-site-branding2 .site-title{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    height : 66px;
    float : left;
  }

  .sp-site-branding2 .site-title a{
    height : 100%;
    display : block;
  }

  .sp-site-navigation.horizontal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a{
    text-decoration : none;
  }

  .sp-site-navigation.horizontal ul li > a:active{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul{
    border-bottom-color : initial;
    background-color : #ffffff;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : medium;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : none;
    border-top-color : #3c3f53;
    border-left-color : #3c3f53;
    border-right-color : #3c3f53;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : none;
    position : absolute;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  .sp-site-navigation.horizontal ul ul li{
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #3c3f53;
    width : 100%;
    white-space : nowrap;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    padding-top : 5px;
    padding-left : 1em;
    padding-right : 1em;
    padding-bottom : 5px;
    display : block;
  }

  .sp-site-navigation.horizontal > ul::after{
    clear : both;
    display : table;
    content : "";
  }

  .sp-site-navigation.horizontal > ul > li{
    float : left;
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover{
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover > ul{
    display : block;
  }

  .sp-site-navigation.horizontal > ul > li > a{
    padding-top : 0.5em;
    padding-left : 2em;
    padding-right : 2em;
    padding-bottom : 0.5em;
    display : block;
  }

  .sp-site-navigation.minimal{
    text-align : center;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
  }

  .sp-site-navigation.minimal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.minimal ul li:last-child{
    margin-right : 0px;
  }

  .sp-site-navigation.minimal ul li > a:active{
    text-decoration : underline;
  }

  .sp-site-navigation.minimal ul li > a:hover{
    text-decoration : underline;
  }

  .sp-site-navigation.minimal > ul li{
    margin-right : 10px;
    display : inline;
  }

  .sp-site-navigation.minimal > ul ul{
    margin-left : 10px;
    display : inline;
  }

  .sp-yahoo-map{
    width : 400px;
    min-height : 300px;
  }

  body{
    min-width : 1100px;
  }
}

@media not screen, screen and (min-width: 569px) {

  #content{
    width : 1100px;
  }

  #contenthead{
    width : 1100px;
  }
}

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

  #content{
    width : 100%;
    min-height : 50px;
    float : none;
  }

  #contenthead{
    width : 100%;
    float : none;
  }

  #main{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    width : 100%;
  }

  #main-inner{
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    width : 100%;
    float : none;
  }

  #masthead{
    position : static;
  }

  #primary{
    width : 100%;
    float : none;
  }

  #sidebar1{
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    width : auto;
    float : none;
  }

  #sidebar2{
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    width : auto;
    float : none;
  }

  *{
    box-sizing : border-box;
  }

  .sp-block-container{
    padding-top : 0px;
    padding-left : 5px;
    padding-right : 5px;
    padding-bottom : 0px;
  }

  .sp-bread-crumb{
    padding-left : 10px;
    padding-right : 10px;
  }

  .sp-definition-list > dd{
    margin-left : 20px;
  }

  .sp-form input{
    width : 90%;
  }

  .sp-form input[type="submit"] {
  }

  .sp-form table{
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #d8d8d8;
  }

  .sp-form td{
    width : auto;
    display : block;
  }

  .sp-form textarea{
    width : 90%;
  }

  .sp-form th{
    width : auto;
    display : block;
  }

  .sp-google-map{
    width : 100%;
    min-height : 300px;
  }

  .sp-image{
    max-width : 100%;
    height : auto;
  }

  .sp-site-branding2 .extra{
    padding-top : 5px;
  }

  .sp-site-branding2 .extra > p{
    font-size : 1rem;
    color : #929292;
    text-align : left;
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 100%;
  }

  .sp-site-branding2 .site-description{
    text-align : center;
  }

  .sp-site-branding2 .site-title{
    text-align : center;
  }

  .sp-site-navigation .menu-toggle{
    background-color : rgba(0, 0, 0, 0.3);
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    cursor : pointer;
  }

  .sp-site-navigation ul{
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.button-menu .menu-toggle{
    display : block;
  }

  .sp-site-navigation.button-menu ul ul{
    display : block;
  }

  .sp-site-navigation.button-menu ul.toggled-on{
    display : block;
  }

  .sp-site-navigation.button-menu > ul{
    display : none;
  }

  .sp-site-navigation.horizontal{
    padding-top : 0px;
    margin-top : 10px;
    position : relative;
  }

  .sp-site-navigation.horizontal ul{
    background-color : #ffffff;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    width : auto;
    height : auto;
  }

  .sp-site-navigation.horizontal ul li{
    padding-left : 0px;
    border-left-width : 0px;
    width : auto;
    float : none;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a{
    line-height : 24px;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    float : none;
    display : block;
  }

  .sp-site-navigation.horizontal ul li > a:active{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul{
    border-bottom-color : initial;
    background-color : transparent;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : block;
    position : relative;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  .sp-site-navigation.horizontal ul ul li{
    border-bottom-color : initial;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    border-bottom-color : initial;
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.minimal{
    text-align : center;
    margin-bottom : 20px;
  }

  .sp-site-navigation.minimal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.minimal ul li{
    display : block;
  }

  .sp-site-navigation.minimal ul li > a{
    display : block;
  }

  .sp-site-navigation.minimal ul li > a:hover{
    text-decoration : underline;
  }

  .sp-yahoo-map{
    width : 100%;
    min-height : 300px;
  }

  body{
    min-width : 100%;
  }

  embed{
    max-width : 100%;
  }

  img{
    max-width : 100%;
    height : auto;
  }
}

#sp-site-navigation-2{
  background-color : #000000;
  text-align : center;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 25px;
  width : 100%;
  box-sizing : border-box;
}

#sp-site-navigation-2 .menu-toggle{
  display : none;
}

#sp-site-navigation-2 .screen-reader-text{
  display : none;
}

#sp-site-navigation-2 a{
  color : #777777;
  text-decoration : none;
}

#sp-site-navigation-2 a:focus{
  color : #777777;
  text-decoration : underline;
}

#sp-site-navigation-2 a:hover{
  color : #777777;
  text-decoration : underline;
}

#sp-site-navigation-2 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-site-navigation-2 ul li{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  display : inline;
}

#sp-site-navigation-2 ul li::after{
  color : #777777;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
  content : '|';
}

#sp-site-navigation-2 ul li:last-child::after{
  content : none;
}

#sp-site-navigation-2 ul ul::before{
  color : #777777;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
  content : '|';
}

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

  #sp-site-navigation-2{
    width : 100%;
  }

  #sp-site-navigation-2 .menu-toggle{
    display : none;
    cursor : pointer;
  }

  #sp-site-navigation-2 .screen-reader-text{
    display : none;
  }

  #sp-site-navigation-2 ul{
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-site-navigation-2 ul li{
    display : block;
  }

  #sp-site-navigation-2 ul li::after{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    content : '';
  }

  #sp-site-navigation-2 ul ul::before{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    content : '';
  }

  .button-menu#sp-site-navigation-2{
    background-image : none;
    padding-top : 0px;
    margin-top : 0px;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : solid;
    border-top-color : #ffffff;
    border-left-color : #ffffff;
    border-right-color : #ffffff;
    border-bottom-color : #ffffff;
    position : relative;
  }

  .button-menu#sp-site-navigation-2 .menu-toggle{
    background-image : url(img/icon-menu.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -999em;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    display : block;
    cursor : pointer;
  }

  .button-menu#sp-site-navigation-2 ul.toggled-on{
    display : block;
  }

  .button-menu#sp-site-navigation-2 > ul{
    display : none;
  }
}

#sp-page-title-1, #sp-page-title-2, #sp-page-title-3, #sp-page-title-4, #sp-page-title-5, #sp-page-title-6, #sp-page-title-7{
  font-weight : normal;
  color : #e0c64f;
  background-color : #000000;
  background-image : url(img/pagetitle1-bg.png);
  background-repeat : no-repeat;
  background-position : center bottom;
  padding-top : 10px;
  padding-bottom : 10px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0.5em;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
  width : 100%;
  overflow : hidden;
}

#sp-page-title-1 > h1, #sp-page-title-2 > h1, #sp-page-title-3 > h1, #sp-page-title-4 > h1, #sp-page-title-5 > h1, #sp-page-title-6 > h1, #sp-page-title-7 > h1{
  font-size : 1.6rem;
  line-height : 10px;
  text-align : center;
}

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

  #sp-page-title-1, #sp-page-title-2, #sp-page-title-3, #sp-page-title-4, #sp-page-title-5, #sp-page-title-6, #sp-page-title-7{
    width : 100%;
  }
}

#sp-table-10, #sp-table-11, #sp-table-12, #sp-table-13, #sp-table-14, #sp-table-15, #sp-table-3, #sp-table-4, #sp-table-5, #sp-table-6, #sp-table-8, #sp-table-9{
  color : #666666;
  background-color : #000000;
}

#sp-table-10 > tbody > tr > .col-title, #sp-table-11 > tbody > tr > .col-title, #sp-table-12 > tbody > tr > .col-title, #sp-table-13 > tbody > tr > .col-title, #sp-table-14 > tbody > tr > .col-title, #sp-table-15 > tbody > tr > .col-title, #sp-table-3 > tbody > tr > .col-title, #sp-table-4 > tbody > tr > .col-title, #sp-table-5 > tbody > tr > .col-title, #sp-table-6 > tbody > tr > .col-title, #sp-table-8 > tbody > tr > .col-title, #sp-table-9 > tbody > tr > .col-title{
  color : #666666;
  background-color : #222222;
}

#sp-table-10 > tbody > tr > .row-title, #sp-table-11 > tbody > tr > .row-title, #sp-table-12 > tbody > tr > .row-title, #sp-table-13 > tbody > tr > .row-title, #sp-table-14 > tbody > tr > .row-title, #sp-table-15 > tbody > tr > .row-title, #sp-table-3 > tbody > tr > .row-title, #sp-table-4 > tbody > tr > .row-title, #sp-table-5 > tbody > tr > .row-title, #sp-table-6 > tbody > tr > .row-title, #sp-table-8 > tbody > tr > .row-title, #sp-table-9 > tbody > tr > .row-title{
  color : #996600;
  background-color : #050505;
  background-image : url(img/bg_aside-h2.png);
  background-repeat : repeat-x;
  background-attachment : scroll;
  background-position : left top;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#sp-table-10 > tbody > tr > td, #sp-table-11 > tbody > tr > td, #sp-table-12 > tbody > tr > td, #sp-table-13 > tbody > tr > td, #sp-table-14 > tbody > tr > td, #sp-table-15 > tbody > tr > td, #sp-table-3 > tbody > tr > td, #sp-table-4 > tbody > tr > td, #sp-table-5 > tbody > tr > td, #sp-table-6 > tbody > tr > td, #sp-table-8 > tbody > tr > td, #sp-table-9 > tbody > tr > td{
  background-color : #222222;
}

#sp-table-10 > tbody > tr > th, #sp-table-11 > tbody > tr > th, #sp-table-12 > tbody > tr > th, #sp-table-13 > tbody > tr > th, #sp-table-14 > tbody > tr > th, #sp-table-15 > tbody > tr > th, #sp-table-3 > tbody > tr > th, #sp-table-4 > tbody > tr > th, #sp-table-5 > tbody > tr > th, #sp-table-6 > tbody > tr > th, #sp-table-8 > tbody > tr > th, #sp-table-9 > tbody > tr > th{
  color : #996600;
}

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

  #sp-table-10, #sp-table-11, #sp-table-12, #sp-table-13, #sp-table-14, #sp-table-15, #sp-table-3, #sp-table-4, #sp-table-5, #sp-table-6, #sp-table-8, #sp-table-9{
    width : 100%;
  }

  #sp-table-10 > tbody > tr > td, #sp-table-11 > tbody > tr > td, #sp-table-12 > tbody > tr > td, #sp-table-13 > tbody > tr > td, #sp-table-14 > tbody > tr > td, #sp-table-15 > tbody > tr > td, #sp-table-3 > tbody > tr > td, #sp-table-4 > tbody > tr > td, #sp-table-5 > tbody > tr > td, #sp-table-6 > tbody > tr > td, #sp-table-8 > tbody > tr > td, #sp-table-9 > tbody > tr > td{
    display : block;
  }

  #sp-table-10 > tbody > tr > th, #sp-table-11 > tbody > tr > th, #sp-table-12 > tbody > tr > th, #sp-table-13 > tbody > tr > th, #sp-table-14 > tbody > tr > th, #sp-table-15 > tbody > tr > th, #sp-table-3 > tbody > tr > th, #sp-table-4 > tbody > tr > th, #sp-table-5 > tbody > tr > th, #sp-table-6 > tbody > tr > th, #sp-table-8 > tbody > tr > th, #sp-table-9 > tbody > tr > th{
    display : block;
  }
}

#sp-table-16, #sp-table-2, #sp-table-7{
  color : #ffffff;
  background-color : #000000;
}

#sp-table-16 > tbody > tr > .col-title, #sp-table-2 > tbody > tr > .col-title, #sp-table-7 > tbody > tr > .col-title{
  color : #ffffff;
  background-color : #222222;
}

#sp-table-16 > tbody > tr > .row-title, #sp-table-2 > tbody > tr > .row-title, #sp-table-7 > tbody > tr > .row-title{
  color : #996600;
  background-color : #050505;
  background-image : url(img/bg_aside-h2.png);
  background-repeat : repeat-x;
  background-attachment : scroll;
  background-position : left top;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#sp-table-16 > tbody > tr > td, #sp-table-2 > tbody > tr > td, #sp-table-7 > tbody > tr > td{
  background-color : #222222;
}

#sp-table-16 > tbody > tr > th, #sp-table-2 > tbody > tr > th, #sp-table-7 > tbody > tr > th{
  color : #996600;
}

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

  #sp-table-16, #sp-table-2, #sp-table-7{
    width : 100%;
  }

  #sp-table-16 > tbody > tr > td, #sp-table-2 > tbody > tr > td, #sp-table-7 > tbody > tr > td{
    display : block;
  }

  #sp-table-16 > tbody > tr > th, #sp-table-2 > tbody > tr > th, #sp-table-7 > tbody > tr > th{
    display : block;
  }
}

#sp-site-branding2-1{
  background-image : url(img/branding_bg.png);
  background-position : left bottom;
  padding-left : 1000px;
  padding-right : 1000px;
  margin-left : -1000px;
  margin-right : -1000px;
  width : auto;
  min-height : 130px;
}

#sp-site-branding2-1 .extra{
  width : auto;
  bottom : 35px;
  right : 34%;
}

#sp-site-branding2-1 .extra > p{
  font-size : 1.3rem;
  color : #e5c552;
  text-align : right;
  width : auto;
}

#sp-site-branding2-1 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #996600;
  text-align : left;
  width : auto;
  position : absolute;
  top : 15px;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/sitelogo1.png);
  background-repeat : no-repeat;
  width : 193px;
  height : 30px;
  position : absolute;
  bottom : 45px;
}

#sp-site-branding2-1 .site-title a{
  text-indent : -9999px;
  display : block;
  overflow : hidden;
}

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

  #sp-site-branding2-1{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    min-height : 140px;
  }

  #sp-site-branding2-1 .extra{
    width : 100%;
    position : absolute;
    bottom : 0px;
    left : 0px;
  }

  #sp-site-branding2-1 .extra > p{
    font-size : 1rem;
    text-align : center;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 100%;
  }

  #sp-site-branding2-1 .site-description{
    text-align : center;
    padding-left : 10px;
    padding-right : 10px;
    box-sizing : border-box;
  }

  #sp-site-branding2-1 .site-title{
    background-position : center top;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 100%;
    float : none;
  }

  #sp-site-branding2-1 .site-title a{
    width : 100%;
    top : 40px;
  }
}

#sp-site-navigation-1{
  font-size : 1.3rem;
  color : #ffffff;
  background-image : url(img/bg_logo-sp.png);
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
}

#sp-site-navigation-1 #hpb-sidebar-main-nav li.current-menu-item .sub-menu a{
  line-height : 1.4;
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.5);
  background-image : none;
  padding-bottom : 10px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : auto;
  display : block;
}

#sp-site-navigation-1 #hpb-sidebar-main-nav ul .sub-menu li a{
  line-height : 1.4;
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.5);
  background-image : none;
  padding-bottom : 10px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : auto;
  display : block;
}

#sp-site-navigation-1 .menu-toggle{
  display : none;
}

#sp-site-navigation-1 .screen-reader-text{
  display : none;
}

#sp-site-navigation-1 a:active{
  color : #ffffff;
  background-color : #9e6a05;
  background-image : url(img/bg_hpb-main-nav-hover.png);
  background-repeat : repeat-x;
  text-decoration : underline;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #c8a74a;
  border-right-color : #1e1504;
  border-bottom-color : #996903;
}

#sp-site-navigation-1 a:link{
  color : #b68a33;
  text-decoration : none;
}

#sp-site-navigation-1 a:visited{
  color : #b68a33;
  text-decoration : none;
}

#sp-site-navigation-1 a:hover{
  color : #ffffff;
  background-color : #9e6a05;
  background-image : url(img/bg_hpb-main-nav-hover.png);
  background-repeat : repeat-x;
  text-decoration : underline;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #c8a74a;
  border-right-color : #1e1504;
  border-bottom-color : #996903;
}

#sp-site-navigation-1 li{
  float : left;
  position : relative;
}

#sp-site-navigation-1 li a{
  font-size : 0.9em;
  line-height : 38px;
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
  border-top-width : medium;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : initial;
  border-left-color : #3d3e40;
  border-right-color : #070707;
  border-bottom-color : #000000;
  height : 48px;
  float : left;
  display : block;
}

#sp-site-navigation-1 li.current-menu-item .sub-menu a{
  line-height : 1.4;
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.5);
  background-image : none;
  padding-bottom : 10px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : auto;
  display : block;
}

#sp-site-navigation-1 ul{
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  height : 64px;
  display : block;
  list-style-type : none;
  list-style-position : outside;
}

#sp-site-navigation-1 ul .sub-menu{
  background-color : rgba(0, 0, 0, 0.5);
  background-image : none;
  margin-top : 64px;
  margin-left : 0px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : 250px;
  height : auto;
  display : none;
  position : absolute;
  z-index : 200;
}

#sp-site-navigation-1 ul .sub-menu .current-menu-item a{
  color : #000000;
}

#sp-site-navigation-1 ul .sub-menu a:hover{
  color : #000000;
}

#sp-site-navigation-1 ul .sub-menu li a{
  line-height : 1.4;
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.5);
  background-image : none;
  padding-bottom : 10px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : auto;
  display : block;
}

#sp-site-navigation-1 ul .sub-menu ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
}

#sp-site-navigation-1 ul a{
  text-decoration : none;
}

#sp-site-navigation-1 ul li a:hover{
  color : #000000;
  background-color : #9e6a05;
  background-image : url(img/bg_hpb-main-nav-hover.png);
  background-repeat : repeat-x;
  text-decoration : none;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #c8a74a;
  border-right-color : #1e1504;
  border-bottom-color : #996903;
}

#sp-site-navigation-1 ul li.current-menu-item a{
  color : #000000;
  background-color : #9e6a05;
  background-image : url(img/bg_hpb-main-nav-hover.png);
  background-repeat : repeat-x;
  text-decoration : none;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #c8a74a;
  border-right-color : #1e1504;
  border-bottom-color : #996903;
}

#sp-site-navigation-1 ul li:hover .sub-menu{
  display : block;
}

#sp-site-navigation-1 ul ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #666666;
  border-left-color : #666666;
  border-right-color : #666666;
  border-bottom-color : #666666;
  width : auto;
  min-width : 150px;
  display : none;
  position : absolute;
  top : 0%;
  left : 0px;
  z-index : 9999;
  text-shadow : none;
}

#sp-site-navigation-1 ul ul a{
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  float : none;
}

#sp-site-navigation-1 ul ul li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : 100%;
  float : none;
  white-space : nowrap;
}

#sp-site-navigation-1 ul ul li a{
  color : #000000;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 5px;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
  display : block;
}

#sp-site-navigation-1 ul ul li a:hover{
  color : #ffffff;
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li.current-menu-ancestor > a{
  color : #ffffff;
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li.current-menu-item > a{
  color : #ffffff;
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li.current_page_ancestor > a{
  color : #ffffff;
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li.current_page_item > a{
  color : #ffffff;
  text-decoration : none;
  border-bottom-width : 0px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
}

#sp-site-navigation-1 ul ul li:hover{
  display : block;
  position : relative;
}

#sp-site-navigation-1 ul ul li:hover > ul{
  background-color : #000000;
  border-bottom-width : 1px;
  width : 100%;
  display : block;
  top : 0px;
  left : 100%;
}

#sp-site-navigation-1#ie6 #sp-site-navigation-1 li{
  position : relative;
}

#sp-site-navigation-1#ie7 #sp-site-navigation-1 li{
  position : relative;
}

#sp-site-navigation-1 > ul::after{
  clear : both;
  display : table;
  content : "";
}

#sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
  color : #000000;
  background-color : #9e6a05;
  background-image : url(img/bg_hpb-main-nav-hover.png);
  background-repeat : repeat-x;
  text-decoration : none;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #c8a74a;
  border-right-color : #1e1504;
  border-bottom-color : #996903;
}

#sp-site-navigation-1 > ul > li.current-menu-item > a{
  color : #000000;
  background-color : #9e6a05;
  background-image : url(img/bg_hpb-main-nav-hover.png);
  background-repeat : repeat-x;
  text-decoration : none;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #c8a74a;
  border-right-color : #1e1504;
  border-bottom-color : #996903;
}

#sp-site-navigation-1 > ul > li.current_page_ancestor > a{
  color : #000000;
  background-color : #9e6a05;
  background-image : url(img/bg_hpb-main-nav-hover.png);
  background-repeat : repeat-x;
  text-decoration : none;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #c8a74a;
  border-right-color : #1e1504;
  border-bottom-color : #996903;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  color : #000000;
  background-color : #9e6a05;
  background-image : url(img/bg_hpb-main-nav-hover.png);
  background-repeat : repeat-x;
  text-decoration : none;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : #c8a74a;
  border-right-color : #1e1504;
  border-bottom-color : #996903;
}

#sp-site-navigation-1 > ul > li:hover{
  position : relative;
}

#sp-site-navigation-1 > ul > li:hover > ul{
  display : block;
}

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

  #sp-site-navigation-1{
    background-color : #000000;
    background-image : none;
    padding-top : 0px;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
    position : relative;
  }

  #sp-site-navigation-1 .menu-toggle{
    background-color : #111111;
    background-image : url(img/icon-menu.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -999em;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #333333;
    display : none;
    cursor : pointer;
  }

  #sp-site-navigation-1 .screen-reader-text{
    display : none;
  }

  #sp-site-navigation-1 ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : auto;
    height : auto;
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-site-navigation-1 ul .sub-menu{
    color : #000000;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : block;
    position : relative;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  #sp-site-navigation-1 ul .sub-menu li a{
    line-height : 24px;
    color : #b68a33;
    background-color : #000000;
    background-position : 0px 0px;
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
    float : none;
    text-shadow : none;
  }

  #sp-site-navigation-1 ul .sub-menu li a:hover{
    color : #000000;
    background-color : transparent;
    background-image : url(img/bg_hpb-main-nav-hover.png);
    background-position : 0px 0px;
  }

  #sp-site-navigation-1 ul li{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #333333;
    width : auto;
    float : none;
  }

  #sp-site-navigation-1 ul li a{
    line-height : 24px;
    color : #ffffff;
    background-color : #000000;
    background-position : 0px 0px;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    height : auto;
    float : none;
  }

  #sp-site-navigation-1 ul ul{
    color : #000000;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : block;
    position : relative;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  #sp-site-navigation-1 ul ul li {
  }

  #sp-site-navigation-1 ul ul li a{
    color : #b68a33;
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
    text-shadow : none;
  }

  #sp-site-navigation-1 ul ul li a:hover{
    color : #816d4e;
    background-color : #eeeeee;
    background-image : url(img/bg_hpb-main-nav-hover.png);
    background-position : 0px 0px;
    text-decoration : none;
  }

  #sp-site-navigation-1 ul ul li.current-menu-ancestor > a{
    color : #816d4e;
    background-color : #eeeeee;
    background-position : 0px 0px;
    text-decoration : none;
  }

  #sp-site-navigation-1 ul ul li.current-menu-item > a{
    color : #816d4e;
    background-color : #eeeeee;
    background-position : 0px 0px;
    text-decoration : none;
  }

  #sp-site-navigation-1 ul ul li.current_page_ancestor > a{
    color : #816d4e;
    background-color : #eeeeee;
    background-position : 0px 0px;
    text-decoration : none;
  }

  #sp-site-navigation-1 ul ul li.current_page_item > a{
    color : #816d4e;
    background-color : #eeeeee;
    background-position : 0px 0px;
    text-decoration : none;
  }

  .button-menu#sp-site-navigation-1 .menu-toggle{
    display : block;
  }

  .button-menu#sp-site-navigation-1 ul.toggled-on{
    display : block;
  }

  .button-menu#sp-site-navigation-1 > ul{
    display : none;
  }

  .button-menu#sp-site-navigation-1 > ul > ul{
    display : block;
  }

  #sp-site-navigation-1 > ul{
    border-top-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 > ul > li{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    font-weight : bold;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #333333;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    font-weight : bold;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #333333;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    font-weight : bold;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #333333;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    font-weight : bold;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #333333;
  }

  #sp-site-navigation-1 > ul > li:hover{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 > ul > li > a{
    font-weight : bold;
    text-decoration : none;
    padding-top : 1em;
    padding-left : 1em;
    padding-right : 1em;
    padding-bottom : 1em;
    display : block;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    color : #000000;
    background-image : url(img/bg_hpb-main-nav-hover.png);
    background-position : 0px 0px;
    text-decoration : none;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #333333;
    display : block;
  }
}

#sp-button-1, #sp-button-10, #sp-button-11, #sp-button-12, #sp-button-13, #sp-button-14, #sp-button-15, #sp-button-16, #sp-button-17, #sp-button-18, #sp-button-19, #sp-button-2, #sp-button-3, #sp-button-4, #sp-button-5, #sp-button-6, #sp-button-7, #sp-button-8, #sp-button-9{
  font-size : 1.3rem;
  margin-bottom : 10px;
  width : 122px;
}

#sp-button-1 > a, #sp-button-10 > a, #sp-button-11 > a, #sp-button-12 > a, #sp-button-13 > a, #sp-button-14 > a, #sp-button-15 > a, #sp-button-16 > a, #sp-button-17 > a, #sp-button-18 > a, #sp-button-19 > a, #sp-button-2 > a, #sp-button-3 > a, #sp-button-4 > a, #sp-button-5 > a, #sp-button-6 > a, #sp-button-7 > a, #sp-button-8 > a, #sp-button-9 > a{
  color : #000000;
  background-image : url(img/btn-bg3.png);
  background-repeat : repeat-x;
  text-decoration : none;
  text-align : center;
  padding-top : 5px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #666666;
  border-left-color : #666666;
  border-right-color : #666666;
  border-bottom-color : #666666;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  display : block;
  position : relative;
}

#sp-button-1 > a:hover, #sp-button-10 > a:hover, #sp-button-11 > a:hover, #sp-button-12 > a:hover, #sp-button-13 > a:hover, #sp-button-14 > a:hover, #sp-button-15 > a:hover, #sp-button-16 > a:hover, #sp-button-17 > a:hover, #sp-button-18 > a:hover, #sp-button-19 > a:hover, #sp-button-2 > a:hover, #sp-button-3 > a:hover, #sp-button-4 > a:hover, #sp-button-5 > a:hover, #sp-button-6 > a:hover, #sp-button-7 > a:hover, #sp-button-8 > a:hover, #sp-button-9 > a:hover{
  color : #cccccc;
  background-image : url(img/btn-bg3.png);
  background-repeat : repeat-x;
  text-decoration : none;
  text-align : center;
  padding-top : 5px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #666666;
  border-left-color : #666666;
  border-right-color : #666666;
  border-bottom-color : #666666;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  display : block;
  position : relative;
}

.page-access#content #page-content > .paragraph em, .page-activity_archive#content #page-content > .paragraph em, .page-blog#content #page-content > .paragraph em, .page-contact#content #page-content > .paragraph em, .page-menu_archive#content #page-content > .paragraph em, .page-news#content #page-content > .paragraph em, .page-post_archive#content #page-content > .paragraph em, .page-privacy#content #page-content > .paragraph em, .page-real_estate_archive#content #page-content > .paragraph em, .page-service#content #page-content > .paragraph em, .page-service_archive#content #page-content > .paragraph em, .page-toppage#content #page-content > .paragraph em, #sp-block-container-1 > .paragraph em, #sp-block-container-10 > .paragraph em, #sp-block-container-11 > .paragraph em, #sp-block-container-12 > .paragraph em, #sp-block-container-13 > .paragraph em, #sp-block-container-14 > .paragraph em, #sp-block-container-15 > .paragraph em, #sp-block-container-16 > .paragraph em, #sp-block-container-17 > .paragraph em, #sp-block-container-18 > .paragraph em, #sp-block-container-19 > .paragraph em, #sp-block-container-2 > .paragraph em, #sp-block-container-20 > .paragraph em, #sp-block-container-21 > .paragraph em, #sp-block-container-22 > .paragraph em, #sp-block-container-23 > .paragraph em, #sp-block-container-24 > .paragraph em, #sp-block-container-25 > .paragraph em, #sp-block-container-26 > .paragraph em, #sp-block-container-27 > .paragraph em, #sp-block-container-28 > .paragraph em, #sp-block-container-29 > .paragraph em, #sp-block-container-3 > .paragraph em, #sp-block-container-30 > .paragraph em, #sp-block-container-31 > .paragraph em, #sp-block-container-32 > .paragraph em, #sp-block-container-33 > .paragraph em, #sp-block-container-34 > .paragraph em, #sp-block-container-35 > .paragraph em, #sp-block-container-36 > .paragraph em, #sp-block-container-37 > .paragraph em, #sp-block-container-38 > .paragraph em, #sp-block-container-39 > .paragraph em, #sp-block-container-4 > .paragraph em, #sp-block-container-40 > .paragraph em, #sp-block-container-41 > .paragraph em, #sp-block-container-42 > .paragraph em, #sp-block-container-43 > .paragraph em, #sp-block-container-44 > .paragraph em, #sp-block-container-45 > .paragraph em, #sp-block-container-46 > .paragraph em, #sp-block-container-47 > .paragraph em, #sp-block-container-48 > .paragraph em, #sp-block-container-49 > .paragraph em, #sp-block-container-5 > .paragraph em, #sp-block-container-50 > .paragraph em, #sp-block-container-51 > .paragraph em, #sp-block-container-52 > .paragraph em, #sp-block-container-53 > .paragraph em, #sp-block-container-54 > .paragraph em, #sp-block-container-55 > .paragraph em, #sp-block-container-56 > .paragraph em, #sp-block-container-57 > .paragraph em, #sp-block-container-58 > .paragraph em, #sp-block-container-59 > .paragraph em, #sp-block-container-6 > .paragraph em, #sp-block-container-60 > .paragraph em, #sp-block-container-61 > .paragraph em, #sp-block-container-62 > .paragraph em, #sp-block-container-63 > .paragraph em, #sp-block-container-64 > .paragraph em, #sp-block-container-65 > .paragraph em, #sp-block-container-66 > .paragraph em, #sp-block-container-67 > .paragraph em, #sp-block-container-68 > .paragraph em, #sp-block-container-69 > .paragraph em, #sp-block-container-7 > .paragraph em, #sp-block-container-70 > .paragraph em, #sp-block-container-71 > .paragraph em, #sp-block-container-72 > .paragraph em, #sp-block-container-73 > .paragraph em, #sp-block-container-74 > .paragraph em, #sp-block-container-75 > .paragraph em, #sp-block-container-76 > .paragraph em, #sp-block-container-77 > .paragraph em, #sp-block-container-78 > .paragraph em, #sp-block-container-79 > .paragraph em, #sp-block-container-8 > .paragraph em, #sp-block-container-80 > .paragraph em, #sp-block-container-81 > .paragraph em, #sp-block-container-82 > .paragraph em, #sp-block-container-83 > .paragraph em, #sp-block-container-84 > .paragraph em, #sp-block-container-85 > .paragraph em, #sp-block-container-86 > .paragraph em, #sp-block-container-87 > .paragraph em, #sp-block-container-88 > .paragraph em, #sp-block-container-89 > .paragraph em, #sp-block-container-9 > .paragraph em, #sp-block-container-90 > .paragraph em, #sp-block-container-91 > .paragraph em, #sp-block-container-92 > .paragraph em{
  font-style : oblique;
  color : #ca9b33;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ca9b33;
}

.page-access#content #page-content > .paragraph strong, .page-activity_archive#content #page-content > .paragraph strong, .page-blog#content #page-content > .paragraph strong, .page-contact#content #page-content > .paragraph strong, .page-menu_archive#content #page-content > .paragraph strong, .page-news#content #page-content > .paragraph strong, .page-post_archive#content #page-content > .paragraph strong, .page-privacy#content #page-content > .paragraph strong, .page-real_estate_archive#content #page-content > .paragraph strong, .page-service#content #page-content > .paragraph strong, .page-service_archive#content #page-content > .paragraph strong, .page-toppage#content #page-content > .paragraph strong, #sp-block-container-1 > .paragraph strong, #sp-block-container-10 > .paragraph strong, #sp-block-container-11 > .paragraph strong, #sp-block-container-12 > .paragraph strong, #sp-block-container-13 > .paragraph strong, #sp-block-container-14 > .paragraph strong, #sp-block-container-15 > .paragraph strong, #sp-block-container-16 > .paragraph strong, #sp-block-container-17 > .paragraph strong, #sp-block-container-18 > .paragraph strong, #sp-block-container-19 > .paragraph strong, #sp-block-container-2 > .paragraph strong, #sp-block-container-20 > .paragraph strong, #sp-block-container-21 > .paragraph strong, #sp-block-container-22 > .paragraph strong, #sp-block-container-23 > .paragraph strong, #sp-block-container-24 > .paragraph strong, #sp-block-container-25 > .paragraph strong, #sp-block-container-26 > .paragraph strong, #sp-block-container-27 > .paragraph strong, #sp-block-container-28 > .paragraph strong, #sp-block-container-29 > .paragraph strong, #sp-block-container-3 > .paragraph strong, #sp-block-container-30 > .paragraph strong, #sp-block-container-31 > .paragraph strong, #sp-block-container-32 > .paragraph strong, #sp-block-container-33 > .paragraph strong, #sp-block-container-34 > .paragraph strong, #sp-block-container-35 > .paragraph strong, #sp-block-container-36 > .paragraph strong, #sp-block-container-37 > .paragraph strong, #sp-block-container-38 > .paragraph strong, #sp-block-container-39 > .paragraph strong, #sp-block-container-4 > .paragraph strong, #sp-block-container-40 > .paragraph strong, #sp-block-container-41 > .paragraph strong, #sp-block-container-42 > .paragraph strong, #sp-block-container-43 > .paragraph strong, #sp-block-container-44 > .paragraph strong, #sp-block-container-45 > .paragraph strong, #sp-block-container-46 > .paragraph strong, #sp-block-container-47 > .paragraph strong, #sp-block-container-48 > .paragraph strong, #sp-block-container-49 > .paragraph strong, #sp-block-container-5 > .paragraph strong, #sp-block-container-50 > .paragraph strong, #sp-block-container-51 > .paragraph strong, #sp-block-container-52 > .paragraph strong, #sp-block-container-53 > .paragraph strong, #sp-block-container-54 > .paragraph strong, #sp-block-container-55 > .paragraph strong, #sp-block-container-56 > .paragraph strong, #sp-block-container-57 > .paragraph strong, #sp-block-container-58 > .paragraph strong, #sp-block-container-59 > .paragraph strong, #sp-block-container-6 > .paragraph strong, #sp-block-container-60 > .paragraph strong, #sp-block-container-61 > .paragraph strong, #sp-block-container-62 > .paragraph strong, #sp-block-container-63 > .paragraph strong, #sp-block-container-64 > .paragraph strong, #sp-block-container-65 > .paragraph strong, #sp-block-container-66 > .paragraph strong, #sp-block-container-67 > .paragraph strong, #sp-block-container-68 > .paragraph strong, #sp-block-container-69 > .paragraph strong, #sp-block-container-7 > .paragraph strong, #sp-block-container-70 > .paragraph strong, #sp-block-container-71 > .paragraph strong, #sp-block-container-72 > .paragraph strong, #sp-block-container-73 > .paragraph strong, #sp-block-container-74 > .paragraph strong, #sp-block-container-75 > .paragraph strong, #sp-block-container-76 > .paragraph strong, #sp-block-container-77 > .paragraph strong, #sp-block-container-78 > .paragraph strong, #sp-block-container-79 > .paragraph strong, #sp-block-container-8 > .paragraph strong, #sp-block-container-80 > .paragraph strong, #sp-block-container-81 > .paragraph strong, #sp-block-container-82 > .paragraph strong, #sp-block-container-83 > .paragraph strong, #sp-block-container-84 > .paragraph strong, #sp-block-container-85 > .paragraph strong, #sp-block-container-86 > .paragraph strong, #sp-block-container-87 > .paragraph strong, #sp-block-container-88 > .paragraph strong, #sp-block-container-89 > .paragraph strong, #sp-block-container-9 > .paragraph strong, #sp-block-container-90 > .paragraph strong, #sp-block-container-91 > .paragraph strong, #sp-block-container-92 > .paragraph strong{
  font-weight : bold;
  color : #ca9b33;
}

.page-access#content #page-content > h1, .page-activity_archive#content #page-content > h1, .page-blog#content #page-content > h1, .page-contact#content #page-content > h1, .page-menu_archive#content #page-content > h1, .page-news#content #page-content > h1, .page-post_archive#content #page-content > h1, .page-privacy#content #page-content > h1, .page-real_estate_archive#content #page-content > h1, .page-service#content #page-content > h1, .page-service_archive#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-1 > h1, #sp-block-container-10 > h1, #sp-block-container-11 > h1, #sp-block-container-12 > h1, #sp-block-container-13 > h1, #sp-block-container-14 > h1, #sp-block-container-15 > h1, #sp-block-container-16 > h1, #sp-block-container-17 > h1, #sp-block-container-18 > h1, #sp-block-container-19 > h1, #sp-block-container-2 > h1, #sp-block-container-20 > h1, #sp-block-container-21 > h1, #sp-block-container-22 > h1, #sp-block-container-23 > h1, #sp-block-container-24 > h1, #sp-block-container-25 > h1, #sp-block-container-26 > h1, #sp-block-container-27 > h1, #sp-block-container-28 > h1, #sp-block-container-29 > h1, #sp-block-container-3 > h1, #sp-block-container-30 > h1, #sp-block-container-31 > h1, #sp-block-container-32 > h1, #sp-block-container-33 > h1, #sp-block-container-34 > h1, #sp-block-container-35 > h1, #sp-block-container-36 > h1, #sp-block-container-37 > h1, #sp-block-container-38 > h1, #sp-block-container-39 > h1, #sp-block-container-4 > h1, #sp-block-container-40 > h1, #sp-block-container-41 > h1, #sp-block-container-42 > h1, #sp-block-container-43 > h1, #sp-block-container-44 > h1, #sp-block-container-45 > h1, #sp-block-container-46 > h1, #sp-block-container-47 > h1, #sp-block-container-48 > h1, #sp-block-container-49 > h1, #sp-block-container-5 > h1, #sp-block-container-50 > h1, #sp-block-container-51 > h1, #sp-block-container-52 > h1, #sp-block-container-53 > h1, #sp-block-container-54 > h1, #sp-block-container-55 > h1, #sp-block-container-56 > h1, #sp-block-container-57 > h1, #sp-block-container-58 > h1, #sp-block-container-59 > h1, #sp-block-container-6 > h1, #sp-block-container-60 > h1, #sp-block-container-61 > h1, #sp-block-container-62 > h1, #sp-block-container-63 > h1, #sp-block-container-64 > h1, #sp-block-container-65 > h1, #sp-block-container-66 > h1, #sp-block-container-67 > h1, #sp-block-container-68 > h1, #sp-block-container-69 > h1, #sp-block-container-7 > h1, #sp-block-container-70 > h1, #sp-block-container-71 > h1, #sp-block-container-72 > h1, #sp-block-container-73 > h1, #sp-block-container-74 > h1, #sp-block-container-75 > h1, #sp-block-container-76 > h1, #sp-block-container-77 > h1, #sp-block-container-78 > h1, #sp-block-container-79 > h1, #sp-block-container-8 > h1, #sp-block-container-80 > h1, #sp-block-container-81 > h1, #sp-block-container-82 > h1, #sp-block-container-83 > h1, #sp-block-container-84 > h1, #sp-block-container-85 > h1, #sp-block-container-86 > h1, #sp-block-container-87 > h1, #sp-block-container-88 > h1, #sp-block-container-89 > h1, #sp-block-container-9 > h1, #sp-block-container-90 > h1, #sp-block-container-91 > h1, #sp-block-container-92 > h1{
  font-size : 2rem;
  font-weight : normal;
  line-height : 24px;
  color : #dec753;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 10px;
  margin-top : 0.5em;
  margin-bottom : 0.5em;
  overflow : hidden;
}

.page-access#content #page-content > h2, .page-activity_archive#content #page-content > h2, .page-blog#content #page-content > h2, .page-contact#content #page-content > h2, .page-menu_archive#content #page-content > h2, .page-news#content #page-content > h2, .page-post_archive#content #page-content > h2, .page-privacy#content #page-content > h2, .page-real_estate_archive#content #page-content > h2, .page-service#content #page-content > h2, .page-service_archive#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-1 > h2, #sp-block-container-10 > h2, #sp-block-container-11 > h2, #sp-block-container-12 > h2, #sp-block-container-13 > h2, #sp-block-container-14 > h2, #sp-block-container-15 > h2, #sp-block-container-16 > h2, #sp-block-container-17 > h2, #sp-block-container-18 > h2, #sp-block-container-19 > h2, #sp-block-container-2 > h2, #sp-block-container-20 > h2, #sp-block-container-21 > h2, #sp-block-container-22 > h2, #sp-block-container-23 > h2, #sp-block-container-24 > h2, #sp-block-container-25 > h2, #sp-block-container-26 > h2, #sp-block-container-27 > h2, #sp-block-container-28 > h2, #sp-block-container-29 > h2, #sp-block-container-3 > h2, #sp-block-container-30 > h2, #sp-block-container-31 > h2, #sp-block-container-32 > h2, #sp-block-container-33 > h2, #sp-block-container-34 > h2, #sp-block-container-35 > h2, #sp-block-container-36 > h2, #sp-block-container-37 > h2, #sp-block-container-38 > h2, #sp-block-container-39 > h2, #sp-block-container-4 > h2, #sp-block-container-40 > h2, #sp-block-container-41 > h2, #sp-block-container-42 > h2, #sp-block-container-43 > h2, #sp-block-container-44 > h2, #sp-block-container-45 > h2, #sp-block-container-46 > h2, #sp-block-container-47 > h2, #sp-block-container-48 > h2, #sp-block-container-49 > h2, #sp-block-container-5 > h2, #sp-block-container-50 > h2, #sp-block-container-51 > h2, #sp-block-container-52 > h2, #sp-block-container-53 > h2, #sp-block-container-54 > h2, #sp-block-container-55 > h2, #sp-block-container-56 > h2, #sp-block-container-57 > h2, #sp-block-container-58 > h2, #sp-block-container-59 > h2, #sp-block-container-6 > h2, #sp-block-container-60 > h2, #sp-block-container-61 > h2, #sp-block-container-62 > h2, #sp-block-container-63 > h2, #sp-block-container-64 > h2, #sp-block-container-65 > h2, #sp-block-container-66 > h2, #sp-block-container-67 > h2, #sp-block-container-68 > h2, #sp-block-container-69 > h2, #sp-block-container-7 > h2, #sp-block-container-70 > h2, #sp-block-container-71 > h2, #sp-block-container-72 > h2, #sp-block-container-73 > h2, #sp-block-container-74 > h2, #sp-block-container-75 > h2, #sp-block-container-76 > h2, #sp-block-container-77 > h2, #sp-block-container-78 > h2, #sp-block-container-79 > h2, #sp-block-container-8 > h2, #sp-block-container-80 > h2, #sp-block-container-81 > h2, #sp-block-container-82 > h2, #sp-block-container-83 > h2, #sp-block-container-84 > h2, #sp-block-container-85 > h2, #sp-block-container-86 > h2, #sp-block-container-87 > h2, #sp-block-container-88 > h2, #sp-block-container-89 > h2, #sp-block-container-9 > h2, #sp-block-container-90 > h2, #sp-block-container-91 > h2, #sp-block-container-92 > h2{
  font-size : 1.8rem;
  font-weight : normal;
  line-height : 24px;
  color : #dec753;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 10px;
  margin-top : 0.5em;
  margin-bottom : 0.5em;
  overflow : hidden;
}

.page-access#content #page-content > h3, .page-activity_archive#content #page-content > h3, .page-blog#content #page-content > h3, .page-contact#content #page-content > h3, .page-menu_archive#content #page-content > h3, .page-news#content #page-content > h3, .page-post_archive#content #page-content > h3, .page-privacy#content #page-content > h3, .page-real_estate_archive#content #page-content > h3, .page-service#content #page-content > h3, .page-service_archive#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-1 > h3, #sp-block-container-10 > h3, #sp-block-container-11 > h3, #sp-block-container-12 > h3, #sp-block-container-13 > h3, #sp-block-container-14 > h3, #sp-block-container-15 > h3, #sp-block-container-16 > h3, #sp-block-container-17 > h3, #sp-block-container-18 > h3, #sp-block-container-19 > h3, #sp-block-container-2 > h3, #sp-block-container-20 > h3, #sp-block-container-21 > h3, #sp-block-container-22 > h3, #sp-block-container-23 > h3, #sp-block-container-24 > h3, #sp-block-container-25 > h3, #sp-block-container-26 > h3, #sp-block-container-27 > h3, #sp-block-container-28 > h3, #sp-block-container-29 > h3, #sp-block-container-3 > h3, #sp-block-container-30 > h3, #sp-block-container-31 > h3, #sp-block-container-32 > h3, #sp-block-container-33 > h3, #sp-block-container-34 > h3, #sp-block-container-35 > h3, #sp-block-container-36 > h3, #sp-block-container-37 > h3, #sp-block-container-38 > h3, #sp-block-container-39 > h3, #sp-block-container-4 > h3, #sp-block-container-40 > h3, #sp-block-container-41 > h3, #sp-block-container-42 > h3, #sp-block-container-43 > h3, #sp-block-container-44 > h3, #sp-block-container-45 > h3, #sp-block-container-46 > h3, #sp-block-container-47 > h3, #sp-block-container-48 > h3, #sp-block-container-49 > h3, #sp-block-container-5 > h3, #sp-block-container-50 > h3, #sp-block-container-51 > h3, #sp-block-container-52 > h3, #sp-block-container-53 > h3, #sp-block-container-54 > h3, #sp-block-container-55 > h3, #sp-block-container-56 > h3, #sp-block-container-57 > h3, #sp-block-container-58 > h3, #sp-block-container-59 > h3, #sp-block-container-6 > h3, #sp-block-container-60 > h3, #sp-block-container-61 > h3, #sp-block-container-62 > h3, #sp-block-container-63 > h3, #sp-block-container-64 > h3, #sp-block-container-65 > h3, #sp-block-container-66 > h3, #sp-block-container-67 > h3, #sp-block-container-68 > h3, #sp-block-container-69 > h3, #sp-block-container-7 > h3, #sp-block-container-70 > h3, #sp-block-container-71 > h3, #sp-block-container-72 > h3, #sp-block-container-73 > h3, #sp-block-container-74 > h3, #sp-block-container-75 > h3, #sp-block-container-76 > h3, #sp-block-container-77 > h3, #sp-block-container-78 > h3, #sp-block-container-79 > h3, #sp-block-container-8 > h3, #sp-block-container-80 > h3, #sp-block-container-81 > h3, #sp-block-container-82 > h3, #sp-block-container-83 > h3, #sp-block-container-84 > h3, #sp-block-container-85 > h3, #sp-block-container-86 > h3, #sp-block-container-87 > h3, #sp-block-container-88 > h3, #sp-block-container-89 > h3, #sp-block-container-9 > h3, #sp-block-container-90 > h3, #sp-block-container-91 > h3, #sp-block-container-92 > h3{
  font-size : 1.7rem;
  font-weight : normal;
  line-height : 24px;
  color : #dec753;
  background-image : url(img/icon_h3.png);
  background-repeat : no-repeat;
  background-position : 6px center;
  text-align : left;
  padding-top : 5px;
  padding-left : 30px;
  padding-right : 10px;
  margin-top : 0.5em;
  margin-bottom : 0.5em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #8f6101;
  overflow : hidden;
}

.page-access#content #page-content > h4, .page-activity_archive#content #page-content > h4, .page-blog#content #page-content > h4, .page-contact#content #page-content > h4, .page-menu_archive#content #page-content > h4, .page-news#content #page-content > h4, .page-post_archive#content #page-content > h4, .page-privacy#content #page-content > h4, .page-real_estate_archive#content #page-content > h4, .page-service#content #page-content > h4, .page-service_archive#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-1 > h4, #sp-block-container-10 > h4, #sp-block-container-11 > h4, #sp-block-container-12 > h4, #sp-block-container-13 > h4, #sp-block-container-14 > h4, #sp-block-container-15 > h4, #sp-block-container-16 > h4, #sp-block-container-17 > h4, #sp-block-container-18 > h4, #sp-block-container-19 > h4, #sp-block-container-2 > h4, #sp-block-container-20 > h4, #sp-block-container-21 > h4, #sp-block-container-22 > h4, #sp-block-container-23 > h4, #sp-block-container-24 > h4, #sp-block-container-25 > h4, #sp-block-container-26 > h4, #sp-block-container-27 > h4, #sp-block-container-28 > h4, #sp-block-container-29 > h4, #sp-block-container-3 > h4, #sp-block-container-30 > h4, #sp-block-container-31 > h4, #sp-block-container-32 > h4, #sp-block-container-33 > h4, #sp-block-container-34 > h4, #sp-block-container-35 > h4, #sp-block-container-36 > h4, #sp-block-container-37 > h4, #sp-block-container-38 > h4, #sp-block-container-39 > h4, #sp-block-container-4 > h4, #sp-block-container-40 > h4, #sp-block-container-41 > h4, #sp-block-container-42 > h4, #sp-block-container-43 > h4, #sp-block-container-44 > h4, #sp-block-container-45 > h4, #sp-block-container-46 > h4, #sp-block-container-47 > h4, #sp-block-container-48 > h4, #sp-block-container-49 > h4, #sp-block-container-5 > h4, #sp-block-container-50 > h4, #sp-block-container-51 > h4, #sp-block-container-52 > h4, #sp-block-container-53 > h4, #sp-block-container-54 > h4, #sp-block-container-55 > h4, #sp-block-container-56 > h4, #sp-block-container-57 > h4, #sp-block-container-58 > h4, #sp-block-container-59 > h4, #sp-block-container-6 > h4, #sp-block-container-60 > h4, #sp-block-container-61 > h4, #sp-block-container-62 > h4, #sp-block-container-63 > h4, #sp-block-container-64 > h4, #sp-block-container-65 > h4, #sp-block-container-66 > h4, #sp-block-container-67 > h4, #sp-block-container-68 > h4, #sp-block-container-69 > h4, #sp-block-container-7 > h4, #sp-block-container-70 > h4, #sp-block-container-71 > h4, #sp-block-container-72 > h4, #sp-block-container-73 > h4, #sp-block-container-74 > h4, #sp-block-container-75 > h4, #sp-block-container-76 > h4, #sp-block-container-77 > h4, #sp-block-container-78 > h4, #sp-block-container-79 > h4, #sp-block-container-8 > h4, #sp-block-container-80 > h4, #sp-block-container-81 > h4, #sp-block-container-82 > h4, #sp-block-container-83 > h4, #sp-block-container-84 > h4, #sp-block-container-85 > h4, #sp-block-container-86 > h4, #sp-block-container-87 > h4, #sp-block-container-88 > h4, #sp-block-container-89 > h4, #sp-block-container-9 > h4, #sp-block-container-90 > h4, #sp-block-container-91 > h4, #sp-block-container-92 > h4{
  font-size : 1.5rem;
  color : #dec753;
  margin-bottom : 15px;
}

.page-access#content #page-content > h5, .page-activity_archive#content #page-content > h5, .page-blog#content #page-content > h5, .page-contact#content #page-content > h5, .page-menu_archive#content #page-content > h5, .page-news#content #page-content > h5, .page-post_archive#content #page-content > h5, .page-privacy#content #page-content > h5, .page-real_estate_archive#content #page-content > h5, .page-service#content #page-content > h5, .page-service_archive#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-1 > h5, #sp-block-container-10 > h5, #sp-block-container-11 > h5, #sp-block-container-12 > h5, #sp-block-container-13 > h5, #sp-block-container-14 > h5, #sp-block-container-15 > h5, #sp-block-container-16 > h5, #sp-block-container-17 > h5, #sp-block-container-18 > h5, #sp-block-container-19 > h5, #sp-block-container-2 > h5, #sp-block-container-20 > h5, #sp-block-container-21 > h5, #sp-block-container-22 > h5, #sp-block-container-23 > h5, #sp-block-container-24 > h5, #sp-block-container-25 > h5, #sp-block-container-26 > h5, #sp-block-container-27 > h5, #sp-block-container-28 > h5, #sp-block-container-29 > h5, #sp-block-container-3 > h5, #sp-block-container-30 > h5, #sp-block-container-31 > h5, #sp-block-container-32 > h5, #sp-block-container-33 > h5, #sp-block-container-34 > h5, #sp-block-container-35 > h5, #sp-block-container-36 > h5, #sp-block-container-37 > h5, #sp-block-container-38 > h5, #sp-block-container-39 > h5, #sp-block-container-4 > h5, #sp-block-container-40 > h5, #sp-block-container-41 > h5, #sp-block-container-42 > h5, #sp-block-container-43 > h5, #sp-block-container-44 > h5, #sp-block-container-45 > h5, #sp-block-container-46 > h5, #sp-block-container-47 > h5, #sp-block-container-48 > h5, #sp-block-container-49 > h5, #sp-block-container-5 > h5, #sp-block-container-50 > h5, #sp-block-container-51 > h5, #sp-block-container-52 > h5, #sp-block-container-53 > h5, #sp-block-container-54 > h5, #sp-block-container-55 > h5, #sp-block-container-56 > h5, #sp-block-container-57 > h5, #sp-block-container-58 > h5, #sp-block-container-59 > h5, #sp-block-container-6 > h5, #sp-block-container-60 > h5, #sp-block-container-61 > h5, #sp-block-container-62 > h5, #sp-block-container-63 > h5, #sp-block-container-64 > h5, #sp-block-container-65 > h5, #sp-block-container-66 > h5, #sp-block-container-67 > h5, #sp-block-container-68 > h5, #sp-block-container-69 > h5, #sp-block-container-7 > h5, #sp-block-container-70 > h5, #sp-block-container-71 > h5, #sp-block-container-72 > h5, #sp-block-container-73 > h5, #sp-block-container-74 > h5, #sp-block-container-75 > h5, #sp-block-container-76 > h5, #sp-block-container-77 > h5, #sp-block-container-78 > h5, #sp-block-container-79 > h5, #sp-block-container-8 > h5, #sp-block-container-80 > h5, #sp-block-container-81 > h5, #sp-block-container-82 > h5, #sp-block-container-83 > h5, #sp-block-container-84 > h5, #sp-block-container-85 > h5, #sp-block-container-86 > h5, #sp-block-container-87 > h5, #sp-block-container-88 > h5, #sp-block-container-89 > h5, #sp-block-container-9 > h5, #sp-block-container-90 > h5, #sp-block-container-91 > h5, #sp-block-container-92 > h5{
  font-size : 1.3rem;
  line-height : 1.2;
  color : #dec753;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-access#content #page-content > h6, .page-activity_archive#content #page-content > h6, .page-blog#content #page-content > h6, .page-contact#content #page-content > h6, .page-menu_archive#content #page-content > h6, .page-news#content #page-content > h6, .page-post_archive#content #page-content > h6, .page-privacy#content #page-content > h6, .page-real_estate_archive#content #page-content > h6, .page-service#content #page-content > h6, .page-service_archive#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-1 > h6, #sp-block-container-10 > h6, #sp-block-container-11 > h6, #sp-block-container-12 > h6, #sp-block-container-13 > h6, #sp-block-container-14 > h6, #sp-block-container-15 > h6, #sp-block-container-16 > h6, #sp-block-container-17 > h6, #sp-block-container-18 > h6, #sp-block-container-19 > h6, #sp-block-container-2 > h6, #sp-block-container-20 > h6, #sp-block-container-21 > h6, #sp-block-container-22 > h6, #sp-block-container-23 > h6, #sp-block-container-24 > h6, #sp-block-container-25 > h6, #sp-block-container-26 > h6, #sp-block-container-27 > h6, #sp-block-container-28 > h6, #sp-block-container-29 > h6, #sp-block-container-3 > h6, #sp-block-container-30 > h6, #sp-block-container-31 > h6, #sp-block-container-32 > h6, #sp-block-container-33 > h6, #sp-block-container-34 > h6, #sp-block-container-35 > h6, #sp-block-container-36 > h6, #sp-block-container-37 > h6, #sp-block-container-38 > h6, #sp-block-container-39 > h6, #sp-block-container-4 > h6, #sp-block-container-40 > h6, #sp-block-container-41 > h6, #sp-block-container-42 > h6, #sp-block-container-43 > h6, #sp-block-container-44 > h6, #sp-block-container-45 > h6, #sp-block-container-46 > h6, #sp-block-container-47 > h6, #sp-block-container-48 > h6, #sp-block-container-49 > h6, #sp-block-container-5 > h6, #sp-block-container-50 > h6, #sp-block-container-51 > h6, #sp-block-container-52 > h6, #sp-block-container-53 > h6, #sp-block-container-54 > h6, #sp-block-container-55 > h6, #sp-block-container-56 > h6, #sp-block-container-57 > h6, #sp-block-container-58 > h6, #sp-block-container-59 > h6, #sp-block-container-6 > h6, #sp-block-container-60 > h6, #sp-block-container-61 > h6, #sp-block-container-62 > h6, #sp-block-container-63 > h6, #sp-block-container-64 > h6, #sp-block-container-65 > h6, #sp-block-container-66 > h6, #sp-block-container-67 > h6, #sp-block-container-68 > h6, #sp-block-container-69 > h6, #sp-block-container-7 > h6, #sp-block-container-70 > h6, #sp-block-container-71 > h6, #sp-block-container-72 > h6, #sp-block-container-73 > h6, #sp-block-container-74 > h6, #sp-block-container-75 > h6, #sp-block-container-76 > h6, #sp-block-container-77 > h6, #sp-block-container-78 > h6, #sp-block-container-79 > h6, #sp-block-container-8 > h6, #sp-block-container-80 > h6, #sp-block-container-81 > h6, #sp-block-container-82 > h6, #sp-block-container-83 > h6, #sp-block-container-84 > h6, #sp-block-container-85 > h6, #sp-block-container-86 > h6, #sp-block-container-87 > h6, #sp-block-container-88 > h6, #sp-block-container-89 > h6, #sp-block-container-9 > h6, #sp-block-container-90 > h6, #sp-block-container-91 > h6, #sp-block-container-92 > h6{
  font-size : 1.1rem;
  color : #dec753;
}

.page-access#content #page-content > hr, .page-activity_archive#content #page-content > hr, .page-blog#content #page-content > hr, .page-contact#content #page-content > hr, .page-menu_archive#content #page-content > hr, .page-news#content #page-content > hr, .page-post_archive#content #page-content > hr, .page-privacy#content #page-content > hr, .page-real_estate_archive#content #page-content > hr, .page-service#content #page-content > hr, .page-service_archive#content #page-content > hr, .page-toppage#content #page-content > hr, #sp-block-container-1 > hr, #sp-block-container-10 > hr, #sp-block-container-11 > hr, #sp-block-container-12 > hr, #sp-block-container-13 > hr, #sp-block-container-14 > hr, #sp-block-container-15 > hr, #sp-block-container-16 > hr, #sp-block-container-17 > hr, #sp-block-container-18 > hr, #sp-block-container-19 > hr, #sp-block-container-2 > hr, #sp-block-container-20 > hr, #sp-block-container-21 > hr, #sp-block-container-22 > hr, #sp-block-container-23 > hr, #sp-block-container-24 > hr, #sp-block-container-25 > hr, #sp-block-container-26 > hr, #sp-block-container-27 > hr, #sp-block-container-28 > hr, #sp-block-container-29 > hr, #sp-block-container-3 > hr, #sp-block-container-30 > hr, #sp-block-container-31 > hr, #sp-block-container-32 > hr, #sp-block-container-33 > hr, #sp-block-container-34 > hr, #sp-block-container-35 > hr, #sp-block-container-36 > hr, #sp-block-container-37 > hr, #sp-block-container-38 > hr, #sp-block-container-39 > hr, #sp-block-container-4 > hr, #sp-block-container-40 > hr, #sp-block-container-41 > hr, #sp-block-container-42 > hr, #sp-block-container-43 > hr, #sp-block-container-44 > hr, #sp-block-container-45 > hr, #sp-block-container-46 > hr, #sp-block-container-47 > hr, #sp-block-container-48 > hr, #sp-block-container-49 > hr, #sp-block-container-5 > hr, #sp-block-container-50 > hr, #sp-block-container-51 > hr, #sp-block-container-52 > hr, #sp-block-container-53 > hr, #sp-block-container-54 > hr, #sp-block-container-55 > hr, #sp-block-container-56 > hr, #sp-block-container-57 > hr, #sp-block-container-58 > hr, #sp-block-container-59 > hr, #sp-block-container-6 > hr, #sp-block-container-60 > hr, #sp-block-container-61 > hr, #sp-block-container-62 > hr, #sp-block-container-63 > hr, #sp-block-container-64 > hr, #sp-block-container-65 > hr, #sp-block-container-66 > hr, #sp-block-container-67 > hr, #sp-block-container-68 > hr, #sp-block-container-69 > hr, #sp-block-container-7 > hr, #sp-block-container-70 > hr, #sp-block-container-71 > hr, #sp-block-container-72 > hr, #sp-block-container-73 > hr, #sp-block-container-74 > hr, #sp-block-container-75 > hr, #sp-block-container-76 > hr, #sp-block-container-77 > hr, #sp-block-container-78 > hr, #sp-block-container-79 > hr, #sp-block-container-8 > hr, #sp-block-container-80 > hr, #sp-block-container-81 > hr, #sp-block-container-82 > hr, #sp-block-container-83 > hr, #sp-block-container-84 > hr, #sp-block-container-85 > hr, #sp-block-container-86 > hr, #sp-block-container-87 > hr, #sp-block-container-88 > hr, #sp-block-container-89 > hr, #sp-block-container-9 > hr, #sp-block-container-90 > hr, #sp-block-container-91 > hr, #sp-block-container-92 > hr{
  color : #444444;
  margin-top : 35px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 35px;
  border-top-width : 1px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #444444;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

.page-access#content #page-content > p, .page-activity_archive#content #page-content > p, .page-blog#content #page-content > p, .page-contact#content #page-content > p, .page-menu_archive#content #page-content > p, .page-news#content #page-content > p, .page-post_archive#content #page-content > p, .page-privacy#content #page-content > p, .page-real_estate_archive#content #page-content > p, .page-service#content #page-content > p, .page-service_archive#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-1 > p, #sp-block-container-10 > p, #sp-block-container-11 > p, #sp-block-container-12 > p, #sp-block-container-13 > p, #sp-block-container-14 > p, #sp-block-container-15 > p, #sp-block-container-16 > p, #sp-block-container-17 > p, #sp-block-container-18 > p, #sp-block-container-19 > p, #sp-block-container-2 > p, #sp-block-container-20 > p, #sp-block-container-21 > p, #sp-block-container-22 > p, #sp-block-container-23 > p, #sp-block-container-24 > p, #sp-block-container-25 > p, #sp-block-container-26 > p, #sp-block-container-27 > p, #sp-block-container-28 > p, #sp-block-container-29 > p, #sp-block-container-3 > p, #sp-block-container-30 > p, #sp-block-container-31 > p, #sp-block-container-32 > p, #sp-block-container-33 > p, #sp-block-container-34 > p, #sp-block-container-35 > p, #sp-block-container-36 > p, #sp-block-container-37 > p, #sp-block-container-38 > p, #sp-block-container-39 > p, #sp-block-container-4 > p, #sp-block-container-40 > p, #sp-block-container-41 > p, #sp-block-container-42 > p, #sp-block-container-43 > p, #sp-block-container-44 > p, #sp-block-container-45 > p, #sp-block-container-46 > p, #sp-block-container-47 > p, #sp-block-container-48 > p, #sp-block-container-49 > p, #sp-block-container-5 > p, #sp-block-container-50 > p, #sp-block-container-51 > p, #sp-block-container-52 > p, #sp-block-container-53 > p, #sp-block-container-54 > p, #sp-block-container-55 > p, #sp-block-container-56 > p, #sp-block-container-57 > p, #sp-block-container-58 > p, #sp-block-container-59 > p, #sp-block-container-6 > p, #sp-block-container-60 > p, #sp-block-container-61 > p, #sp-block-container-62 > p, #sp-block-container-63 > p, #sp-block-container-64 > p, #sp-block-container-65 > p, #sp-block-container-66 > p, #sp-block-container-67 > p, #sp-block-container-68 > p, #sp-block-container-69 > p, #sp-block-container-7 > p, #sp-block-container-70 > p, #sp-block-container-71 > p, #sp-block-container-72 > p, #sp-block-container-73 > p, #sp-block-container-74 > p, #sp-block-container-75 > p, #sp-block-container-76 > p, #sp-block-container-77 > p, #sp-block-container-78 > p, #sp-block-container-79 > p, #sp-block-container-8 > p, #sp-block-container-80 > p, #sp-block-container-81 > p, #sp-block-container-82 > p, #sp-block-container-83 > p, #sp-block-container-84 > p, #sp-block-container-85 > p, #sp-block-container-86 > p, #sp-block-container-87 > p, #sp-block-container-88 > p, #sp-block-container-89 > p, #sp-block-container-9 > p, #sp-block-container-90 > p, #sp-block-container-91 > p, #sp-block-container-92 > p{
  font-size : 1.4rem;
  line-height : 1.4;
  color : #ca9b33;
  text-align : left;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
}

.page-access#content #page-content > p.indent, .page-activity_archive#content #page-content > p.indent, .page-blog#content #page-content > p.indent, .page-contact#content #page-content > p.indent, .page-menu_archive#content #page-content > p.indent, .page-news#content #page-content > p.indent, .page-post_archive#content #page-content > p.indent, .page-privacy#content #page-content > p.indent, .page-real_estate_archive#content #page-content > p.indent, .page-service#content #page-content > p.indent, .page-service_archive#content #page-content > p.indent, .page-toppage#content #page-content > p.indent, #sp-block-container-1 > p.indent, #sp-block-container-10 > p.indent, #sp-block-container-11 > p.indent, #sp-block-container-12 > p.indent, #sp-block-container-13 > p.indent, #sp-block-container-14 > p.indent, #sp-block-container-15 > p.indent, #sp-block-container-16 > p.indent, #sp-block-container-17 > p.indent, #sp-block-container-18 > p.indent, #sp-block-container-19 > p.indent, #sp-block-container-2 > p.indent, #sp-block-container-20 > p.indent, #sp-block-container-21 > p.indent, #sp-block-container-22 > p.indent, #sp-block-container-23 > p.indent, #sp-block-container-24 > p.indent, #sp-block-container-25 > p.indent, #sp-block-container-26 > p.indent, #sp-block-container-27 > p.indent, #sp-block-container-28 > p.indent, #sp-block-container-29 > p.indent, #sp-block-container-3 > p.indent, #sp-block-container-30 > p.indent, #sp-block-container-31 > p.indent, #sp-block-container-32 > p.indent, #sp-block-container-33 > p.indent, #sp-block-container-34 > p.indent, #sp-block-container-35 > p.indent, #sp-block-container-36 > p.indent, #sp-block-container-37 > p.indent, #sp-block-container-38 > p.indent, #sp-block-container-39 > p.indent, #sp-block-container-4 > p.indent, #sp-block-container-40 > p.indent, #sp-block-container-41 > p.indent, #sp-block-container-42 > p.indent, #sp-block-container-43 > p.indent, #sp-block-container-44 > p.indent, #sp-block-container-45 > p.indent, #sp-block-container-46 > p.indent, #sp-block-container-47 > p.indent, #sp-block-container-48 > p.indent, #sp-block-container-49 > p.indent, #sp-block-container-5 > p.indent, #sp-block-container-50 > p.indent, #sp-block-container-51 > p.indent, #sp-block-container-52 > p.indent, #sp-block-container-53 > p.indent, #sp-block-container-54 > p.indent, #sp-block-container-55 > p.indent, #sp-block-container-56 > p.indent, #sp-block-container-57 > p.indent, #sp-block-container-58 > p.indent, #sp-block-container-59 > p.indent, #sp-block-container-6 > p.indent, #sp-block-container-60 > p.indent, #sp-block-container-61 > p.indent, #sp-block-container-62 > p.indent, #sp-block-container-63 > p.indent, #sp-block-container-64 > p.indent, #sp-block-container-65 > p.indent, #sp-block-container-66 > p.indent, #sp-block-container-67 > p.indent, #sp-block-container-68 > p.indent, #sp-block-container-69 > p.indent, #sp-block-container-7 > p.indent, #sp-block-container-70 > p.indent, #sp-block-container-71 > p.indent, #sp-block-container-72 > p.indent, #sp-block-container-73 > p.indent, #sp-block-container-74 > p.indent, #sp-block-container-75 > p.indent, #sp-block-container-76 > p.indent, #sp-block-container-77 > p.indent, #sp-block-container-78 > p.indent, #sp-block-container-79 > p.indent, #sp-block-container-8 > p.indent, #sp-block-container-80 > p.indent, #sp-block-container-81 > p.indent, #sp-block-container-82 > p.indent, #sp-block-container-83 > p.indent, #sp-block-container-84 > p.indent, #sp-block-container-85 > p.indent, #sp-block-container-86 > p.indent, #sp-block-container-87 > p.indent, #sp-block-container-88 > p.indent, #sp-block-container-89 > p.indent, #sp-block-container-9 > p.indent, #sp-block-container-90 > p.indent, #sp-block-container-91 > p.indent, #sp-block-container-92 > p.indent{
  padding-left : 5px;
}

.page-access#content #page-content > p.large, .page-activity_archive#content #page-content > p.large, .page-blog#content #page-content > p.large, .page-contact#content #page-content > p.large, .page-menu_archive#content #page-content > p.large, .page-news#content #page-content > p.large, .page-post_archive#content #page-content > p.large, .page-privacy#content #page-content > p.large, .page-real_estate_archive#content #page-content > p.large, .page-service#content #page-content > p.large, .page-service_archive#content #page-content > p.large, .page-toppage#content #page-content > p.large, #sp-block-container-1 > p.large, #sp-block-container-10 > p.large, #sp-block-container-11 > p.large, #sp-block-container-12 > p.large, #sp-block-container-13 > p.large, #sp-block-container-14 > p.large, #sp-block-container-15 > p.large, #sp-block-container-16 > p.large, #sp-block-container-17 > p.large, #sp-block-container-18 > p.large, #sp-block-container-19 > p.large, #sp-block-container-2 > p.large, #sp-block-container-20 > p.large, #sp-block-container-21 > p.large, #sp-block-container-22 > p.large, #sp-block-container-23 > p.large, #sp-block-container-24 > p.large, #sp-block-container-25 > p.large, #sp-block-container-26 > p.large, #sp-block-container-27 > p.large, #sp-block-container-28 > p.large, #sp-block-container-29 > p.large, #sp-block-container-3 > p.large, #sp-block-container-30 > p.large, #sp-block-container-31 > p.large, #sp-block-container-32 > p.large, #sp-block-container-33 > p.large, #sp-block-container-34 > p.large, #sp-block-container-35 > p.large, #sp-block-container-36 > p.large, #sp-block-container-37 > p.large, #sp-block-container-38 > p.large, #sp-block-container-39 > p.large, #sp-block-container-4 > p.large, #sp-block-container-40 > p.large, #sp-block-container-41 > p.large, #sp-block-container-42 > p.large, #sp-block-container-43 > p.large, #sp-block-container-44 > p.large, #sp-block-container-45 > p.large, #sp-block-container-46 > p.large, #sp-block-container-47 > p.large, #sp-block-container-48 > p.large, #sp-block-container-49 > p.large, #sp-block-container-5 > p.large, #sp-block-container-50 > p.large, #sp-block-container-51 > p.large, #sp-block-container-52 > p.large, #sp-block-container-53 > p.large, #sp-block-container-54 > p.large, #sp-block-container-55 > p.large, #sp-block-container-56 > p.large, #sp-block-container-57 > p.large, #sp-block-container-58 > p.large, #sp-block-container-59 > p.large, #sp-block-container-6 > p.large, #sp-block-container-60 > p.large, #sp-block-container-61 > p.large, #sp-block-container-62 > p.large, #sp-block-container-63 > p.large, #sp-block-container-64 > p.large, #sp-block-container-65 > p.large, #sp-block-container-66 > p.large, #sp-block-container-67 > p.large, #sp-block-container-68 > p.large, #sp-block-container-69 > p.large, #sp-block-container-7 > p.large, #sp-block-container-70 > p.large, #sp-block-container-71 > p.large, #sp-block-container-72 > p.large, #sp-block-container-73 > p.large, #sp-block-container-74 > p.large, #sp-block-container-75 > p.large, #sp-block-container-76 > p.large, #sp-block-container-77 > p.large, #sp-block-container-78 > p.large, #sp-block-container-79 > p.large, #sp-block-container-8 > p.large, #sp-block-container-80 > p.large, #sp-block-container-81 > p.large, #sp-block-container-82 > p.large, #sp-block-container-83 > p.large, #sp-block-container-84 > p.large, #sp-block-container-85 > p.large, #sp-block-container-86 > p.large, #sp-block-container-87 > p.large, #sp-block-container-88 > p.large, #sp-block-container-89 > p.large, #sp-block-container-9 > p.large, #sp-block-container-90 > p.large, #sp-block-container-91 > p.large, #sp-block-container-92 > p.large{
  font-size : 1.5rem;
}

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

  .page-access#content #page-content, .page-activity_archive#content #page-content, .page-blog#content #page-content, .page-contact#content #page-content, .page-menu_archive#content #page-content, .page-news#content #page-content, .page-post_archive#content #page-content, .page-privacy#content #page-content, .page-real_estate_archive#content #page-content, .page-service#content #page-content, .page-service_archive#content #page-content, .page-toppage#content #page-content, #sp-block-container-1, #sp-block-container-10, #sp-block-container-11, #sp-block-container-12, #sp-block-container-13, #sp-block-container-14, #sp-block-container-15, #sp-block-container-16, #sp-block-container-17, #sp-block-container-18, #sp-block-container-19, #sp-block-container-2, #sp-block-container-20, #sp-block-container-21, #sp-block-container-22, #sp-block-container-23, #sp-block-container-24, #sp-block-container-25, #sp-block-container-26, #sp-block-container-27, #sp-block-container-28, #sp-block-container-29, #sp-block-container-3, #sp-block-container-30, #sp-block-container-31, #sp-block-container-32, #sp-block-container-33, #sp-block-container-34, #sp-block-container-35, #sp-block-container-36, #sp-block-container-37, #sp-block-container-38, #sp-block-container-39, #sp-block-container-4, #sp-block-container-40, #sp-block-container-41, #sp-block-container-42, #sp-block-container-43, #sp-block-container-44, #sp-block-container-45, #sp-block-container-46, #sp-block-container-47, #sp-block-container-48, #sp-block-container-49, #sp-block-container-5, #sp-block-container-50, #sp-block-container-51, #sp-block-container-52, #sp-block-container-53, #sp-block-container-54, #sp-block-container-55, #sp-block-container-56, #sp-block-container-57, #sp-block-container-58, #sp-block-container-59, #sp-block-container-6, #sp-block-container-60, #sp-block-container-61, #sp-block-container-62, #sp-block-container-63, #sp-block-container-64, #sp-block-container-65, #sp-block-container-66, #sp-block-container-67, #sp-block-container-68, #sp-block-container-69, #sp-block-container-7, #sp-block-container-70, #sp-block-container-71, #sp-block-container-72, #sp-block-container-73, #sp-block-container-74, #sp-block-container-75, #sp-block-container-76, #sp-block-container-77, #sp-block-container-78, #sp-block-container-79, #sp-block-container-8, #sp-block-container-80, #sp-block-container-81, #sp-block-container-82, #sp-block-container-83, #sp-block-container-84, #sp-block-container-85, #sp-block-container-86, #sp-block-container-87, #sp-block-container-88, #sp-block-container-89, #sp-block-container-9, #sp-block-container-90, #sp-block-container-91, #sp-block-container-92{
    width : 100%;
  }
}

#breadcrumb-list div{
  margin-right : 10px;
  width : auto;
  display : inline-block;
}

#breadcrumb-list div　a{
  border-bottom-style : dotted;
}

#breadcrumb-list div　a:hover{
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

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

  #breadcrumb-list{
    padding-left : 10px;
    padding-right : 10px;
  }
}

#sp-list-1, #sp-list-12, #sp-list-13, #sp-list-2, #sp-list-3, #sp-list-4, #sp-list-5, #sp-list-6, #sp-list-7, #sp-list-8, #sp-list-9{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-left : 22px;
  margin-bottom : 1.5em;
  list-style-type : disc;
}

#sp-list-1 > li, #sp-list-12 > li, #sp-list-13 > li, #sp-list-2 > li, #sp-list-3 > li, #sp-list-4 > li, #sp-list-5 > li, #sp-list-6 > li, #sp-list-7 > li, #sp-list-8 > li, #sp-list-9 > li{
  padding-top : 0.5em;
  padding-left : 0px;
}

#sp-definition-list-1 > dd{
  margin-left : 94px;
  margin-bottom : 25px;
}

#sp-definition-list-1 > dt{
  padding-top : 5px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #996600;
}

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

  #sp-definition-list-1 > dd{
    margin-left : 20px;
  }
}

#sp-entry-content-1, #sp-entry-content-10, #sp-entry-content-11, #sp-entry-content-12, #sp-entry-content-13, #sp-entry-content-14, #sp-entry-content-15, #sp-entry-content-16, #sp-entry-content-17, #sp-entry-content-18, #sp-entry-content-19, #sp-entry-content-2, #sp-entry-content-20, #sp-entry-content-21, #sp-entry-content-22, #sp-entry-content-23, #sp-entry-content-24, #sp-entry-content-25, #sp-entry-content-26, #sp-entry-content-27, #sp-entry-content-28, #sp-entry-content-29, #sp-entry-content-3, #sp-entry-content-30, #sp-entry-content-31, #sp-entry-content-32, #sp-entry-content-33, #sp-entry-content-34, #sp-entry-content-35, #sp-entry-content-36, #sp-entry-content-4, #sp-entry-content-5, #sp-entry-content-6, #sp-entry-content-7, #sp-entry-content-8, #sp-entry-content-9, #sp-wp-post-list-1, #sp-wp-post-list-10, #sp-wp-post-list-11, #sp-wp-post-list-12, #sp-wp-post-list-13, #sp-wp-post-list-14, #sp-wp-post-list-15, #sp-wp-post-list-16, #sp-wp-post-list-17, #sp-wp-post-list-18, #sp-wp-post-list-19, #sp-wp-post-list-2, #sp-wp-post-list-20, #sp-wp-post-list-21, #sp-wp-post-list-3, #sp-wp-post-list-4, #sp-wp-post-list-5, #sp-wp-post-list-6, #sp-wp-post-list-7, #sp-wp-post-list-8, #sp-wp-post-list-9{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
}

#sp-entry-content-1 .hpb-more-entry, #sp-entry-content-10 .hpb-more-entry, #sp-entry-content-11 .hpb-more-entry, #sp-entry-content-12 .hpb-more-entry, #sp-entry-content-13 .hpb-more-entry, #sp-entry-content-14 .hpb-more-entry, #sp-entry-content-15 .hpb-more-entry, #sp-entry-content-16 .hpb-more-entry, #sp-entry-content-17 .hpb-more-entry, #sp-entry-content-18 .hpb-more-entry, #sp-entry-content-19 .hpb-more-entry, #sp-entry-content-2 .hpb-more-entry, #sp-entry-content-20 .hpb-more-entry, #sp-entry-content-21 .hpb-more-entry, #sp-entry-content-22 .hpb-more-entry, #sp-entry-content-23 .hpb-more-entry, #sp-entry-content-24 .hpb-more-entry, #sp-entry-content-25 .hpb-more-entry, #sp-entry-content-26 .hpb-more-entry, #sp-entry-content-27 .hpb-more-entry, #sp-entry-content-28 .hpb-more-entry, #sp-entry-content-29 .hpb-more-entry, #sp-entry-content-3 .hpb-more-entry, #sp-entry-content-30 .hpb-more-entry, #sp-entry-content-31 .hpb-more-entry, #sp-entry-content-32 .hpb-more-entry, #sp-entry-content-33 .hpb-more-entry, #sp-entry-content-34 .hpb-more-entry, #sp-entry-content-35 .hpb-more-entry, #sp-entry-content-36 .hpb-more-entry, #sp-entry-content-4 .hpb-more-entry, #sp-entry-content-5 .hpb-more-entry, #sp-entry-content-6 .hpb-more-entry, #sp-entry-content-7 .hpb-more-entry, #sp-entry-content-8 .hpb-more-entry, #sp-entry-content-9 .hpb-more-entry, #sp-wp-post-list-1 .hpb-more-entry, #sp-wp-post-list-10 .hpb-more-entry, #sp-wp-post-list-11 .hpb-more-entry, #sp-wp-post-list-12 .hpb-more-entry, #sp-wp-post-list-13 .hpb-more-entry, #sp-wp-post-list-14 .hpb-more-entry, #sp-wp-post-list-15 .hpb-more-entry, #sp-wp-post-list-16 .hpb-more-entry, #sp-wp-post-list-17 .hpb-more-entry, #sp-wp-post-list-18 .hpb-more-entry, #sp-wp-post-list-19 .hpb-more-entry, #sp-wp-post-list-2 .hpb-more-entry, #sp-wp-post-list-20 .hpb-more-entry, #sp-wp-post-list-21 .hpb-more-entry, #sp-wp-post-list-3 .hpb-more-entry, #sp-wp-post-list-4 .hpb-more-entry, #sp-wp-post-list-5 .hpb-more-entry, #sp-wp-post-list-6 .hpb-more-entry, #sp-wp-post-list-7 .hpb-more-entry, #sp-wp-post-list-8 .hpb-more-entry, #sp-wp-post-list-9 .hpb-more-entry{
  text-align : right;
  margin-right : 10px;
}

#sp-entry-content-1 .hpb-more-entry > a, #sp-entry-content-10 .hpb-more-entry > a, #sp-entry-content-11 .hpb-more-entry > a, #sp-entry-content-12 .hpb-more-entry > a, #sp-entry-content-13 .hpb-more-entry > a, #sp-entry-content-14 .hpb-more-entry > a, #sp-entry-content-15 .hpb-more-entry > a, #sp-entry-content-16 .hpb-more-entry > a, #sp-entry-content-17 .hpb-more-entry > a, #sp-entry-content-18 .hpb-more-entry > a, #sp-entry-content-19 .hpb-more-entry > a, #sp-entry-content-2 .hpb-more-entry > a, #sp-entry-content-20 .hpb-more-entry > a, #sp-entry-content-21 .hpb-more-entry > a, #sp-entry-content-22 .hpb-more-entry > a, #sp-entry-content-23 .hpb-more-entry > a, #sp-entry-content-24 .hpb-more-entry > a, #sp-entry-content-25 .hpb-more-entry > a, #sp-entry-content-26 .hpb-more-entry > a, #sp-entry-content-27 .hpb-more-entry > a, #sp-entry-content-28 .hpb-more-entry > a, #sp-entry-content-29 .hpb-more-entry > a, #sp-entry-content-3 .hpb-more-entry > a, #sp-entry-content-30 .hpb-more-entry > a, #sp-entry-content-31 .hpb-more-entry > a, #sp-entry-content-32 .hpb-more-entry > a, #sp-entry-content-33 .hpb-more-entry > a, #sp-entry-content-34 .hpb-more-entry > a, #sp-entry-content-35 .hpb-more-entry > a, #sp-entry-content-36 .hpb-more-entry > a, #sp-entry-content-4 .hpb-more-entry > a, #sp-entry-content-5 .hpb-more-entry > a, #sp-entry-content-6 .hpb-more-entry > a, #sp-entry-content-7 .hpb-more-entry > a, #sp-entry-content-8 .hpb-more-entry > a, #sp-entry-content-9 .hpb-more-entry > a, #sp-wp-post-list-1 .hpb-more-entry > a, #sp-wp-post-list-10 .hpb-more-entry > a, #sp-wp-post-list-11 .hpb-more-entry > a, #sp-wp-post-list-12 .hpb-more-entry > a, #sp-wp-post-list-13 .hpb-more-entry > a, #sp-wp-post-list-14 .hpb-more-entry > a, #sp-wp-post-list-15 .hpb-more-entry > a, #sp-wp-post-list-16 .hpb-more-entry > a, #sp-wp-post-list-17 .hpb-more-entry > a, #sp-wp-post-list-18 .hpb-more-entry > a, #sp-wp-post-list-19 .hpb-more-entry > a, #sp-wp-post-list-2 .hpb-more-entry > a, #sp-wp-post-list-20 .hpb-more-entry > a, #sp-wp-post-list-21 .hpb-more-entry > a, #sp-wp-post-list-3 .hpb-more-entry > a, #sp-wp-post-list-4 .hpb-more-entry > a, #sp-wp-post-list-5 .hpb-more-entry > a, #sp-wp-post-list-6 .hpb-more-entry > a, #sp-wp-post-list-7 .hpb-more-entry > a, #sp-wp-post-list-8 .hpb-more-entry > a, #sp-wp-post-list-9 .hpb-more-entry > a{
  font-size : 1.3rem;
  font-weight : normal;
  color : #757575;
  text-decoration : none;
  text-align : center;
  display : inline-block;
  position : relative;
}

#sp-entry-content-1 .hpb-more-entry > a:active, #sp-entry-content-10 .hpb-more-entry > a:active, #sp-entry-content-11 .hpb-more-entry > a:active, #sp-entry-content-12 .hpb-more-entry > a:active, #sp-entry-content-13 .hpb-more-entry > a:active, #sp-entry-content-14 .hpb-more-entry > a:active, #sp-entry-content-15 .hpb-more-entry > a:active, #sp-entry-content-16 .hpb-more-entry > a:active, #sp-entry-content-17 .hpb-more-entry > a:active, #sp-entry-content-18 .hpb-more-entry > a:active, #sp-entry-content-19 .hpb-more-entry > a:active, #sp-entry-content-2 .hpb-more-entry > a:active, #sp-entry-content-20 .hpb-more-entry > a:active, #sp-entry-content-21 .hpb-more-entry > a:active, #sp-entry-content-22 .hpb-more-entry > a:active, #sp-entry-content-23 .hpb-more-entry > a:active, #sp-entry-content-24 .hpb-more-entry > a:active, #sp-entry-content-25 .hpb-more-entry > a:active, #sp-entry-content-26 .hpb-more-entry > a:active, #sp-entry-content-27 .hpb-more-entry > a:active, #sp-entry-content-28 .hpb-more-entry > a:active, #sp-entry-content-29 .hpb-more-entry > a:active, #sp-entry-content-3 .hpb-more-entry > a:active, #sp-entry-content-30 .hpb-more-entry > a:active, #sp-entry-content-31 .hpb-more-entry > a:active, #sp-entry-content-32 .hpb-more-entry > a:active, #sp-entry-content-33 .hpb-more-entry > a:active, #sp-entry-content-34 .hpb-more-entry > a:active, #sp-entry-content-35 .hpb-more-entry > a:active, #sp-entry-content-36 .hpb-more-entry > a:active, #sp-entry-content-4 .hpb-more-entry > a:active, #sp-entry-content-5 .hpb-more-entry > a:active, #sp-entry-content-6 .hpb-more-entry > a:active, #sp-entry-content-7 .hpb-more-entry > a:active, #sp-entry-content-8 .hpb-more-entry > a:active, #sp-entry-content-9 .hpb-more-entry > a:active, #sp-wp-post-list-1 .hpb-more-entry > a:active, #sp-wp-post-list-10 .hpb-more-entry > a:active, #sp-wp-post-list-11 .hpb-more-entry > a:active, #sp-wp-post-list-12 .hpb-more-entry > a:active, #sp-wp-post-list-13 .hpb-more-entry > a:active, #sp-wp-post-list-14 .hpb-more-entry > a:active, #sp-wp-post-list-15 .hpb-more-entry > a:active, #sp-wp-post-list-16 .hpb-more-entry > a:active, #sp-wp-post-list-17 .hpb-more-entry > a:active, #sp-wp-post-list-18 .hpb-more-entry > a:active, #sp-wp-post-list-19 .hpb-more-entry > a:active, #sp-wp-post-list-2 .hpb-more-entry > a:active, #sp-wp-post-list-20 .hpb-more-entry > a:active, #sp-wp-post-list-21 .hpb-more-entry > a:active, #sp-wp-post-list-3 .hpb-more-entry > a:active, #sp-wp-post-list-4 .hpb-more-entry > a:active, #sp-wp-post-list-5 .hpb-more-entry > a:active, #sp-wp-post-list-6 .hpb-more-entry > a:active, #sp-wp-post-list-7 .hpb-more-entry > a:active, #sp-wp-post-list-8 .hpb-more-entry > a:active, #sp-wp-post-list-9 .hpb-more-entry > a:active{
  color : #e3cb67;
}

#sp-entry-content-1 .hpb-more-entry > a:hover, #sp-entry-content-10 .hpb-more-entry > a:hover, #sp-entry-content-11 .hpb-more-entry > a:hover, #sp-entry-content-12 .hpb-more-entry > a:hover, #sp-entry-content-13 .hpb-more-entry > a:hover, #sp-entry-content-14 .hpb-more-entry > a:hover, #sp-entry-content-15 .hpb-more-entry > a:hover, #sp-entry-content-16 .hpb-more-entry > a:hover, #sp-entry-content-17 .hpb-more-entry > a:hover, #sp-entry-content-18 .hpb-more-entry > a:hover, #sp-entry-content-19 .hpb-more-entry > a:hover, #sp-entry-content-2 .hpb-more-entry > a:hover, #sp-entry-content-20 .hpb-more-entry > a:hover, #sp-entry-content-21 .hpb-more-entry > a:hover, #sp-entry-content-22 .hpb-more-entry > a:hover, #sp-entry-content-23 .hpb-more-entry > a:hover, #sp-entry-content-24 .hpb-more-entry > a:hover, #sp-entry-content-25 .hpb-more-entry > a:hover, #sp-entry-content-26 .hpb-more-entry > a:hover, #sp-entry-content-27 .hpb-more-entry > a:hover, #sp-entry-content-28 .hpb-more-entry > a:hover, #sp-entry-content-29 .hpb-more-entry > a:hover, #sp-entry-content-3 .hpb-more-entry > a:hover, #sp-entry-content-30 .hpb-more-entry > a:hover, #sp-entry-content-31 .hpb-more-entry > a:hover, #sp-entry-content-32 .hpb-more-entry > a:hover, #sp-entry-content-33 .hpb-more-entry > a:hover, #sp-entry-content-34 .hpb-more-entry > a:hover, #sp-entry-content-35 .hpb-more-entry > a:hover, #sp-entry-content-36 .hpb-more-entry > a:hover, #sp-entry-content-4 .hpb-more-entry > a:hover, #sp-entry-content-5 .hpb-more-entry > a:hover, #sp-entry-content-6 .hpb-more-entry > a:hover, #sp-entry-content-7 .hpb-more-entry > a:hover, #sp-entry-content-8 .hpb-more-entry > a:hover, #sp-entry-content-9 .hpb-more-entry > a:hover, #sp-wp-post-list-1 .hpb-more-entry > a:hover, #sp-wp-post-list-10 .hpb-more-entry > a:hover, #sp-wp-post-list-11 .hpb-more-entry > a:hover, #sp-wp-post-list-12 .hpb-more-entry > a:hover, #sp-wp-post-list-13 .hpb-more-entry > a:hover, #sp-wp-post-list-14 .hpb-more-entry > a:hover, #sp-wp-post-list-15 .hpb-more-entry > a:hover, #sp-wp-post-list-16 .hpb-more-entry > a:hover, #sp-wp-post-list-17 .hpb-more-entry > a:hover, #sp-wp-post-list-18 .hpb-more-entry > a:hover, #sp-wp-post-list-19 .hpb-more-entry > a:hover, #sp-wp-post-list-2 .hpb-more-entry > a:hover, #sp-wp-post-list-20 .hpb-more-entry > a:hover, #sp-wp-post-list-21 .hpb-more-entry > a:hover, #sp-wp-post-list-3 .hpb-more-entry > a:hover, #sp-wp-post-list-4 .hpb-more-entry > a:hover, #sp-wp-post-list-5 .hpb-more-entry > a:hover, #sp-wp-post-list-6 .hpb-more-entry > a:hover, #sp-wp-post-list-7 .hpb-more-entry > a:hover, #sp-wp-post-list-8 .hpb-more-entry > a:hover, #sp-wp-post-list-9 .hpb-more-entry > a:hover{
  color : #e3cb67;
}

#sp-entry-content-1 .nav-next, #sp-entry-content-10 .nav-next, #sp-entry-content-11 .nav-next, #sp-entry-content-12 .nav-next, #sp-entry-content-13 .nav-next, #sp-entry-content-14 .nav-next, #sp-entry-content-15 .nav-next, #sp-entry-content-16 .nav-next, #sp-entry-content-17 .nav-next, #sp-entry-content-18 .nav-next, #sp-entry-content-19 .nav-next, #sp-entry-content-2 .nav-next, #sp-entry-content-20 .nav-next, #sp-entry-content-21 .nav-next, #sp-entry-content-22 .nav-next, #sp-entry-content-23 .nav-next, #sp-entry-content-24 .nav-next, #sp-entry-content-25 .nav-next, #sp-entry-content-26 .nav-next, #sp-entry-content-27 .nav-next, #sp-entry-content-28 .nav-next, #sp-entry-content-29 .nav-next, #sp-entry-content-3 .nav-next, #sp-entry-content-30 .nav-next, #sp-entry-content-31 .nav-next, #sp-entry-content-32 .nav-next, #sp-entry-content-33 .nav-next, #sp-entry-content-34 .nav-next, #sp-entry-content-35 .nav-next, #sp-entry-content-36 .nav-next, #sp-entry-content-4 .nav-next, #sp-entry-content-5 .nav-next, #sp-entry-content-6 .nav-next, #sp-entry-content-7 .nav-next, #sp-entry-content-8 .nav-next, #sp-entry-content-9 .nav-next, #sp-wp-post-list-1 .nav-next, #sp-wp-post-list-10 .nav-next, #sp-wp-post-list-11 .nav-next, #sp-wp-post-list-12 .nav-next, #sp-wp-post-list-13 .nav-next, #sp-wp-post-list-14 .nav-next, #sp-wp-post-list-15 .nav-next, #sp-wp-post-list-16 .nav-next, #sp-wp-post-list-17 .nav-next, #sp-wp-post-list-18 .nav-next, #sp-wp-post-list-19 .nav-next, #sp-wp-post-list-2 .nav-next, #sp-wp-post-list-20 .nav-next, #sp-wp-post-list-21 .nav-next, #sp-wp-post-list-3 .nav-next, #sp-wp-post-list-4 .nav-next, #sp-wp-post-list-5 .nav-next, #sp-wp-post-list-6 .nav-next, #sp-wp-post-list-7 .nav-next, #sp-wp-post-list-8 .nav-next, #sp-wp-post-list-9 .nav-next{
  margin-right : 25px;
  float : right;
}

#sp-entry-content-1 .nav-previous, #sp-entry-content-10 .nav-previous, #sp-entry-content-11 .nav-previous, #sp-entry-content-12 .nav-previous, #sp-entry-content-13 .nav-previous, #sp-entry-content-14 .nav-previous, #sp-entry-content-15 .nav-previous, #sp-entry-content-16 .nav-previous, #sp-entry-content-17 .nav-previous, #sp-entry-content-18 .nav-previous, #sp-entry-content-19 .nav-previous, #sp-entry-content-2 .nav-previous, #sp-entry-content-20 .nav-previous, #sp-entry-content-21 .nav-previous, #sp-entry-content-22 .nav-previous, #sp-entry-content-23 .nav-previous, #sp-entry-content-24 .nav-previous, #sp-entry-content-25 .nav-previous, #sp-entry-content-26 .nav-previous, #sp-entry-content-27 .nav-previous, #sp-entry-content-28 .nav-previous, #sp-entry-content-29 .nav-previous, #sp-entry-content-3 .nav-previous, #sp-entry-content-30 .nav-previous, #sp-entry-content-31 .nav-previous, #sp-entry-content-32 .nav-previous, #sp-entry-content-33 .nav-previous, #sp-entry-content-34 .nav-previous, #sp-entry-content-35 .nav-previous, #sp-entry-content-36 .nav-previous, #sp-entry-content-4 .nav-previous, #sp-entry-content-5 .nav-previous, #sp-entry-content-6 .nav-previous, #sp-entry-content-7 .nav-previous, #sp-entry-content-8 .nav-previous, #sp-entry-content-9 .nav-previous, #sp-wp-post-list-1 .nav-previous, #sp-wp-post-list-10 .nav-previous, #sp-wp-post-list-11 .nav-previous, #sp-wp-post-list-12 .nav-previous, #sp-wp-post-list-13 .nav-previous, #sp-wp-post-list-14 .nav-previous, #sp-wp-post-list-15 .nav-previous, #sp-wp-post-list-16 .nav-previous, #sp-wp-post-list-17 .nav-previous, #sp-wp-post-list-18 .nav-previous, #sp-wp-post-list-19 .nav-previous, #sp-wp-post-list-2 .nav-previous, #sp-wp-post-list-20 .nav-previous, #sp-wp-post-list-21 .nav-previous, #sp-wp-post-list-3 .nav-previous, #sp-wp-post-list-4 .nav-previous, #sp-wp-post-list-5 .nav-previous, #sp-wp-post-list-6 .nav-previous, #sp-wp-post-list-7 .nav-previous, #sp-wp-post-list-8 .nav-previous, #sp-wp-post-list-9 .nav-previous{
  margin-left : 25px;
  float : left;
}

#sp-entry-content-1 article, #sp-entry-content-10 article, #sp-entry-content-11 article, #sp-entry-content-12 article, #sp-entry-content-13 article, #sp-entry-content-14 article, #sp-entry-content-15 article, #sp-entry-content-16 article, #sp-entry-content-17 article, #sp-entry-content-18 article, #sp-entry-content-19 article, #sp-entry-content-2 article, #sp-entry-content-20 article, #sp-entry-content-21 article, #sp-entry-content-22 article, #sp-entry-content-23 article, #sp-entry-content-24 article, #sp-entry-content-25 article, #sp-entry-content-26 article, #sp-entry-content-27 article, #sp-entry-content-28 article, #sp-entry-content-29 article, #sp-entry-content-3 article, #sp-entry-content-30 article, #sp-entry-content-31 article, #sp-entry-content-32 article, #sp-entry-content-33 article, #sp-entry-content-34 article, #sp-entry-content-35 article, #sp-entry-content-36 article, #sp-entry-content-4 article, #sp-entry-content-5 article, #sp-entry-content-6 article, #sp-entry-content-7 article, #sp-entry-content-8 article, #sp-entry-content-9 article, #sp-wp-post-list-1 article, #sp-wp-post-list-10 article, #sp-wp-post-list-11 article, #sp-wp-post-list-12 article, #sp-wp-post-list-13 article, #sp-wp-post-list-14 article, #sp-wp-post-list-15 article, #sp-wp-post-list-16 article, #sp-wp-post-list-17 article, #sp-wp-post-list-18 article, #sp-wp-post-list-19 article, #sp-wp-post-list-2 article, #sp-wp-post-list-20 article, #sp-wp-post-list-21 article, #sp-wp-post-list-3 article, #sp-wp-post-list-4 article, #sp-wp-post-list-5 article, #sp-wp-post-list-6 article, #sp-wp-post-list-7 article, #sp-wp-post-list-8 article, #sp-wp-post-list-9 article{
  margin-top : 0px;
  margin-left : 25px;
  margin-right : 25px;
  margin-bottom : 25px;
}

#sp-entry-content-1 article > div, #sp-entry-content-10 article > div, #sp-entry-content-11 article > div, #sp-entry-content-12 article > div, #sp-entry-content-13 article > div, #sp-entry-content-14 article > div, #sp-entry-content-15 article > div, #sp-entry-content-16 article > div, #sp-entry-content-17 article > div, #sp-entry-content-18 article > div, #sp-entry-content-19 article > div, #sp-entry-content-2 article > div, #sp-entry-content-20 article > div, #sp-entry-content-21 article > div, #sp-entry-content-22 article > div, #sp-entry-content-23 article > div, #sp-entry-content-24 article > div, #sp-entry-content-25 article > div, #sp-entry-content-26 article > div, #sp-entry-content-27 article > div, #sp-entry-content-28 article > div, #sp-entry-content-29 article > div, #sp-entry-content-3 article > div, #sp-entry-content-30 article > div, #sp-entry-content-31 article > div, #sp-entry-content-32 article > div, #sp-entry-content-33 article > div, #sp-entry-content-34 article > div, #sp-entry-content-35 article > div, #sp-entry-content-36 article > div, #sp-entry-content-4 article > div, #sp-entry-content-5 article > div, #sp-entry-content-6 article > div, #sp-entry-content-7 article > div, #sp-entry-content-8 article > div, #sp-entry-content-9 article > div, #sp-wp-post-list-1 article > div, #sp-wp-post-list-10 article > div, #sp-wp-post-list-11 article > div, #sp-wp-post-list-12 article > div, #sp-wp-post-list-13 article > div, #sp-wp-post-list-14 article > div, #sp-wp-post-list-15 article > div, #sp-wp-post-list-16 article > div, #sp-wp-post-list-17 article > div, #sp-wp-post-list-18 article > div, #sp-wp-post-list-19 article > div, #sp-wp-post-list-2 article > div, #sp-wp-post-list-20 article > div, #sp-wp-post-list-21 article > div, #sp-wp-post-list-3 article > div, #sp-wp-post-list-4 article > div, #sp-wp-post-list-5 article > div, #sp-wp-post-list-6 article > div, #sp-wp-post-list-7 article > div, #sp-wp-post-list-8 article > div, #sp-wp-post-list-9 article > div{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-entry-content-1 dl, #sp-entry-content-10 dl, #sp-entry-content-11 dl, #sp-entry-content-12 dl, #sp-entry-content-13 dl, #sp-entry-content-14 dl, #sp-entry-content-15 dl, #sp-entry-content-16 dl, #sp-entry-content-17 dl, #sp-entry-content-18 dl, #sp-entry-content-19 dl, #sp-entry-content-2 dl, #sp-entry-content-20 dl, #sp-entry-content-21 dl, #sp-entry-content-22 dl, #sp-entry-content-23 dl, #sp-entry-content-24 dl, #sp-entry-content-25 dl, #sp-entry-content-26 dl, #sp-entry-content-27 dl, #sp-entry-content-28 dl, #sp-entry-content-29 dl, #sp-entry-content-3 dl, #sp-entry-content-30 dl, #sp-entry-content-31 dl, #sp-entry-content-32 dl, #sp-entry-content-33 dl, #sp-entry-content-34 dl, #sp-entry-content-35 dl, #sp-entry-content-36 dl, #sp-entry-content-4 dl, #sp-entry-content-5 dl, #sp-entry-content-6 dl, #sp-entry-content-7 dl, #sp-entry-content-8 dl, #sp-entry-content-9 dl, #sp-wp-post-list-1 dl, #sp-wp-post-list-10 dl, #sp-wp-post-list-11 dl, #sp-wp-post-list-12 dl, #sp-wp-post-list-13 dl, #sp-wp-post-list-14 dl, #sp-wp-post-list-15 dl, #sp-wp-post-list-16 dl, #sp-wp-post-list-17 dl, #sp-wp-post-list-18 dl, #sp-wp-post-list-19 dl, #sp-wp-post-list-2 dl, #sp-wp-post-list-20 dl, #sp-wp-post-list-21 dl, #sp-wp-post-list-3 dl, #sp-wp-post-list-4 dl, #sp-wp-post-list-5 dl, #sp-wp-post-list-6 dl, #sp-wp-post-list-7 dl, #sp-wp-post-list-8 dl, #sp-wp-post-list-9 dl{
  margin-top : 0px;
  margin-left : 25px;
  margin-right : 25px;
  margin-bottom : 15px;
}

#sp-entry-content-1 li, #sp-entry-content-10 li, #sp-entry-content-11 li, #sp-entry-content-12 li, #sp-entry-content-13 li, #sp-entry-content-14 li, #sp-entry-content-15 li, #sp-entry-content-16 li, #sp-entry-content-17 li, #sp-entry-content-18 li, #sp-entry-content-19 li, #sp-entry-content-2 li, #sp-entry-content-20 li, #sp-entry-content-21 li, #sp-entry-content-22 li, #sp-entry-content-23 li, #sp-entry-content-24 li, #sp-entry-content-25 li, #sp-entry-content-26 li, #sp-entry-content-27 li, #sp-entry-content-28 li, #sp-entry-content-29 li, #sp-entry-content-3 li, #sp-entry-content-30 li, #sp-entry-content-31 li, #sp-entry-content-32 li, #sp-entry-content-33 li, #sp-entry-content-34 li, #sp-entry-content-35 li, #sp-entry-content-36 li, #sp-entry-content-4 li, #sp-entry-content-5 li, #sp-entry-content-6 li, #sp-entry-content-7 li, #sp-entry-content-8 li, #sp-entry-content-9 li, #sp-wp-post-list-1 li, #sp-wp-post-list-10 li, #sp-wp-post-list-11 li, #sp-wp-post-list-12 li, #sp-wp-post-list-13 li, #sp-wp-post-list-14 li, #sp-wp-post-list-15 li, #sp-wp-post-list-16 li, #sp-wp-post-list-17 li, #sp-wp-post-list-18 li, #sp-wp-post-list-19 li, #sp-wp-post-list-2 li, #sp-wp-post-list-20 li, #sp-wp-post-list-21 li, #sp-wp-post-list-3 li, #sp-wp-post-list-4 li, #sp-wp-post-list-5 li, #sp-wp-post-list-6 li, #sp-wp-post-list-7 li, #sp-wp-post-list-8 li, #sp-wp-post-list-9 li{
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 10px;
  padding-bottom : 0px;
  margin-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-entry-content-1 p, #sp-entry-content-10 p, #sp-entry-content-11 p, #sp-entry-content-12 p, #sp-entry-content-13 p, #sp-entry-content-14 p, #sp-entry-content-15 p, #sp-entry-content-16 p, #sp-entry-content-17 p, #sp-entry-content-18 p, #sp-entry-content-19 p, #sp-entry-content-2 p, #sp-entry-content-20 p, #sp-entry-content-21 p, #sp-entry-content-22 p, #sp-entry-content-23 p, #sp-entry-content-24 p, #sp-entry-content-25 p, #sp-entry-content-26 p, #sp-entry-content-27 p, #sp-entry-content-28 p, #sp-entry-content-29 p, #sp-entry-content-3 p, #sp-entry-content-30 p, #sp-entry-content-31 p, #sp-entry-content-32 p, #sp-entry-content-33 p, #sp-entry-content-34 p, #sp-entry-content-35 p, #sp-entry-content-36 p, #sp-entry-content-4 p, #sp-entry-content-5 p, #sp-entry-content-6 p, #sp-entry-content-7 p, #sp-entry-content-8 p, #sp-entry-content-9 p, #sp-wp-post-list-1 p, #sp-wp-post-list-10 p, #sp-wp-post-list-11 p, #sp-wp-post-list-12 p, #sp-wp-post-list-13 p, #sp-wp-post-list-14 p, #sp-wp-post-list-15 p, #sp-wp-post-list-16 p, #sp-wp-post-list-17 p, #sp-wp-post-list-18 p, #sp-wp-post-list-19 p, #sp-wp-post-list-2 p, #sp-wp-post-list-20 p, #sp-wp-post-list-21 p, #sp-wp-post-list-3 p, #sp-wp-post-list-4 p, #sp-wp-post-list-5 p, #sp-wp-post-list-6 p, #sp-wp-post-list-7 p, #sp-wp-post-list-8 p, #sp-wp-post-list-9 p{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-entry-content-1 p > img, #sp-entry-content-10 p > img, #sp-entry-content-11 p > img, #sp-entry-content-12 p > img, #sp-entry-content-13 p > img, #sp-entry-content-14 p > img, #sp-entry-content-15 p > img, #sp-entry-content-16 p > img, #sp-entry-content-17 p > img, #sp-entry-content-18 p > img, #sp-entry-content-19 p > img, #sp-entry-content-2 p > img, #sp-entry-content-20 p > img, #sp-entry-content-21 p > img, #sp-entry-content-22 p > img, #sp-entry-content-23 p > img, #sp-entry-content-24 p > img, #sp-entry-content-25 p > img, #sp-entry-content-26 p > img, #sp-entry-content-27 p > img, #sp-entry-content-28 p > img, #sp-entry-content-29 p > img, #sp-entry-content-3 p > img, #sp-entry-content-30 p > img, #sp-entry-content-31 p > img, #sp-entry-content-32 p > img, #sp-entry-content-33 p > img, #sp-entry-content-34 p > img, #sp-entry-content-35 p > img, #sp-entry-content-36 p > img, #sp-entry-content-4 p > img, #sp-entry-content-5 p > img, #sp-entry-content-6 p > img, #sp-entry-content-7 p > img, #sp-entry-content-8 p > img, #sp-entry-content-9 p > img, #sp-wp-post-list-1 p > img, #sp-wp-post-list-10 p > img, #sp-wp-post-list-11 p > img, #sp-wp-post-list-12 p > img, #sp-wp-post-list-13 p > img, #sp-wp-post-list-14 p > img, #sp-wp-post-list-15 p > img, #sp-wp-post-list-16 p > img, #sp-wp-post-list-17 p > img, #sp-wp-post-list-18 p > img, #sp-wp-post-list-19 p > img, #sp-wp-post-list-2 p > img, #sp-wp-post-list-20 p > img, #sp-wp-post-list-21 p > img, #sp-wp-post-list-3 p > img, #sp-wp-post-list-4 p > img, #sp-wp-post-list-5 p > img, #sp-wp-post-list-6 p > img, #sp-wp-post-list-7 p > img, #sp-wp-post-list-8 p > img, #sp-wp-post-list-9 p > img{
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
}

#sp-entry-content-1 ul, #sp-entry-content-10 ul, #sp-entry-content-11 ul, #sp-entry-content-12 ul, #sp-entry-content-13 ul, #sp-entry-content-14 ul, #sp-entry-content-15 ul, #sp-entry-content-16 ul, #sp-entry-content-17 ul, #sp-entry-content-18 ul, #sp-entry-content-19 ul, #sp-entry-content-2 ul, #sp-entry-content-20 ul, #sp-entry-content-21 ul, #sp-entry-content-22 ul, #sp-entry-content-23 ul, #sp-entry-content-24 ul, #sp-entry-content-25 ul, #sp-entry-content-26 ul, #sp-entry-content-27 ul, #sp-entry-content-28 ul, #sp-entry-content-29 ul, #sp-entry-content-3 ul, #sp-entry-content-30 ul, #sp-entry-content-31 ul, #sp-entry-content-32 ul, #sp-entry-content-33 ul, #sp-entry-content-34 ul, #sp-entry-content-35 ul, #sp-entry-content-36 ul, #sp-entry-content-4 ul, #sp-entry-content-5 ul, #sp-entry-content-6 ul, #sp-entry-content-7 ul, #sp-entry-content-8 ul, #sp-entry-content-9 ul, #sp-wp-post-list-1 ul, #sp-wp-post-list-10 ul, #sp-wp-post-list-11 ul, #sp-wp-post-list-12 ul, #sp-wp-post-list-13 ul, #sp-wp-post-list-14 ul, #sp-wp-post-list-15 ul, #sp-wp-post-list-16 ul, #sp-wp-post-list-17 ul, #sp-wp-post-list-18 ul, #sp-wp-post-list-19 ul, #sp-wp-post-list-2 ul, #sp-wp-post-list-20 ul, #sp-wp-post-list-21 ul, #sp-wp-post-list-3 ul, #sp-wp-post-list-4 ul, #sp-wp-post-list-5 ul, #sp-wp-post-list-6 ul, #sp-wp-post-list-7 ul, #sp-wp-post-list-8 ul, #sp-wp-post-list-9 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 15px;
  list-style-type : none;
  list-style-position : outside;
}

.hpb-viewtype-content#sp-entry-content-1 dd, .hpb-viewtype-content#sp-entry-content-10 dd, .hpb-viewtype-content#sp-entry-content-11 dd, .hpb-viewtype-content#sp-entry-content-12 dd, .hpb-viewtype-content#sp-entry-content-13 dd, .hpb-viewtype-content#sp-entry-content-14 dd, .hpb-viewtype-content#sp-entry-content-15 dd, .hpb-viewtype-content#sp-entry-content-16 dd, .hpb-viewtype-content#sp-entry-content-17 dd, .hpb-viewtype-content#sp-entry-content-18 dd, .hpb-viewtype-content#sp-entry-content-19 dd, .hpb-viewtype-content#sp-entry-content-2 dd, .hpb-viewtype-content#sp-entry-content-20 dd, .hpb-viewtype-content#sp-entry-content-21 dd, .hpb-viewtype-content#sp-entry-content-22 dd, .hpb-viewtype-content#sp-entry-content-23 dd, .hpb-viewtype-content#sp-entry-content-24 dd, .hpb-viewtype-content#sp-entry-content-25 dd, .hpb-viewtype-content#sp-entry-content-26 dd, .hpb-viewtype-content#sp-entry-content-27 dd, .hpb-viewtype-content#sp-entry-content-28 dd, .hpb-viewtype-content#sp-entry-content-29 dd, .hpb-viewtype-content#sp-entry-content-3 dd, .hpb-viewtype-content#sp-entry-content-30 dd, .hpb-viewtype-content#sp-entry-content-31 dd, .hpb-viewtype-content#sp-entry-content-32 dd, .hpb-viewtype-content#sp-entry-content-33 dd, .hpb-viewtype-content#sp-entry-content-34 dd, .hpb-viewtype-content#sp-entry-content-35 dd, .hpb-viewtype-content#sp-entry-content-36 dd, .hpb-viewtype-content#sp-entry-content-4 dd, .hpb-viewtype-content#sp-entry-content-5 dd, .hpb-viewtype-content#sp-entry-content-6 dd, .hpb-viewtype-content#sp-entry-content-7 dd, .hpb-viewtype-content#sp-entry-content-8 dd, .hpb-viewtype-content#sp-entry-content-9 dd, .hpb-viewtype-content#sp-wp-post-list-1 dd, .hpb-viewtype-content#sp-wp-post-list-10 dd, .hpb-viewtype-content#sp-wp-post-list-11 dd, .hpb-viewtype-content#sp-wp-post-list-12 dd, .hpb-viewtype-content#sp-wp-post-list-13 dd, .hpb-viewtype-content#sp-wp-post-list-14 dd, .hpb-viewtype-content#sp-wp-post-list-15 dd, .hpb-viewtype-content#sp-wp-post-list-16 dd, .hpb-viewtype-content#sp-wp-post-list-17 dd, .hpb-viewtype-content#sp-wp-post-list-18 dd, .hpb-viewtype-content#sp-wp-post-list-19 dd, .hpb-viewtype-content#sp-wp-post-list-2 dd, .hpb-viewtype-content#sp-wp-post-list-20 dd, .hpb-viewtype-content#sp-wp-post-list-21 dd, .hpb-viewtype-content#sp-wp-post-list-3 dd, .hpb-viewtype-content#sp-wp-post-list-4 dd, .hpb-viewtype-content#sp-wp-post-list-5 dd, .hpb-viewtype-content#sp-wp-post-list-6 dd, .hpb-viewtype-content#sp-wp-post-list-7 dd, .hpb-viewtype-content#sp-wp-post-list-8 dd, .hpb-viewtype-content#sp-wp-post-list-9 dd{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-left : 0px;
  margin-bottom : 20px;
}

.hpb-viewtype-content#sp-entry-content-1 dl, .hpb-viewtype-content#sp-entry-content-10 dl, .hpb-viewtype-content#sp-entry-content-11 dl, .hpb-viewtype-content#sp-entry-content-12 dl, .hpb-viewtype-content#sp-entry-content-13 dl, .hpb-viewtype-content#sp-entry-content-14 dl, .hpb-viewtype-content#sp-entry-content-15 dl, .hpb-viewtype-content#sp-entry-content-16 dl, .hpb-viewtype-content#sp-entry-content-17 dl, .hpb-viewtype-content#sp-entry-content-18 dl, .hpb-viewtype-content#sp-entry-content-19 dl, .hpb-viewtype-content#sp-entry-content-2 dl, .hpb-viewtype-content#sp-entry-content-20 dl, .hpb-viewtype-content#sp-entry-content-21 dl, .hpb-viewtype-content#sp-entry-content-22 dl, .hpb-viewtype-content#sp-entry-content-23 dl, .hpb-viewtype-content#sp-entry-content-24 dl, .hpb-viewtype-content#sp-entry-content-25 dl, .hpb-viewtype-content#sp-entry-content-26 dl, .hpb-viewtype-content#sp-entry-content-27 dl, .hpb-viewtype-content#sp-entry-content-28 dl, .hpb-viewtype-content#sp-entry-content-29 dl, .hpb-viewtype-content#sp-entry-content-3 dl, .hpb-viewtype-content#sp-entry-content-30 dl, .hpb-viewtype-content#sp-entry-content-31 dl, .hpb-viewtype-content#sp-entry-content-32 dl, .hpb-viewtype-content#sp-entry-content-33 dl, .hpb-viewtype-content#sp-entry-content-34 dl, .hpb-viewtype-content#sp-entry-content-35 dl, .hpb-viewtype-content#sp-entry-content-36 dl, .hpb-viewtype-content#sp-entry-content-4 dl, .hpb-viewtype-content#sp-entry-content-5 dl, .hpb-viewtype-content#sp-entry-content-6 dl, .hpb-viewtype-content#sp-entry-content-7 dl, .hpb-viewtype-content#sp-entry-content-8 dl, .hpb-viewtype-content#sp-entry-content-9 dl, .hpb-viewtype-content#sp-wp-post-list-1 dl, .hpb-viewtype-content#sp-wp-post-list-10 dl, .hpb-viewtype-content#sp-wp-post-list-11 dl, .hpb-viewtype-content#sp-wp-post-list-12 dl, .hpb-viewtype-content#sp-wp-post-list-13 dl, .hpb-viewtype-content#sp-wp-post-list-14 dl, .hpb-viewtype-content#sp-wp-post-list-15 dl, .hpb-viewtype-content#sp-wp-post-list-16 dl, .hpb-viewtype-content#sp-wp-post-list-17 dl, .hpb-viewtype-content#sp-wp-post-list-18 dl, .hpb-viewtype-content#sp-wp-post-list-19 dl, .hpb-viewtype-content#sp-wp-post-list-2 dl, .hpb-viewtype-content#sp-wp-post-list-20 dl, .hpb-viewtype-content#sp-wp-post-list-21 dl, .hpb-viewtype-content#sp-wp-post-list-3 dl, .hpb-viewtype-content#sp-wp-post-list-4 dl, .hpb-viewtype-content#sp-wp-post-list-5 dl, .hpb-viewtype-content#sp-wp-post-list-6 dl, .hpb-viewtype-content#sp-wp-post-list-7 dl, .hpb-viewtype-content#sp-wp-post-list-8 dl, .hpb-viewtype-content#sp-wp-post-list-9 dl{
  padding-top : 0px;
  padding-left : 32px;
  padding-right : 32px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
}

.hpb-viewtype-content#sp-entry-content-1 dt, .hpb-viewtype-content#sp-entry-content-10 dt, .hpb-viewtype-content#sp-entry-content-11 dt, .hpb-viewtype-content#sp-entry-content-12 dt, .hpb-viewtype-content#sp-entry-content-13 dt, .hpb-viewtype-content#sp-entry-content-14 dt, .hpb-viewtype-content#sp-entry-content-15 dt, .hpb-viewtype-content#sp-entry-content-16 dt, .hpb-viewtype-content#sp-entry-content-17 dt, .hpb-viewtype-content#sp-entry-content-18 dt, .hpb-viewtype-content#sp-entry-content-19 dt, .hpb-viewtype-content#sp-entry-content-2 dt, .hpb-viewtype-content#sp-entry-content-20 dt, .hpb-viewtype-content#sp-entry-content-21 dt, .hpb-viewtype-content#sp-entry-content-22 dt, .hpb-viewtype-content#sp-entry-content-23 dt, .hpb-viewtype-content#sp-entry-content-24 dt, .hpb-viewtype-content#sp-entry-content-25 dt, .hpb-viewtype-content#sp-entry-content-26 dt, .hpb-viewtype-content#sp-entry-content-27 dt, .hpb-viewtype-content#sp-entry-content-28 dt, .hpb-viewtype-content#sp-entry-content-29 dt, .hpb-viewtype-content#sp-entry-content-3 dt, .hpb-viewtype-content#sp-entry-content-30 dt, .hpb-viewtype-content#sp-entry-content-31 dt, .hpb-viewtype-content#sp-entry-content-32 dt, .hpb-viewtype-content#sp-entry-content-33 dt, .hpb-viewtype-content#sp-entry-content-34 dt, .hpb-viewtype-content#sp-entry-content-35 dt, .hpb-viewtype-content#sp-entry-content-36 dt, .hpb-viewtype-content#sp-entry-content-4 dt, .hpb-viewtype-content#sp-entry-content-5 dt, .hpb-viewtype-content#sp-entry-content-6 dt, .hpb-viewtype-content#sp-entry-content-7 dt, .hpb-viewtype-content#sp-entry-content-8 dt, .hpb-viewtype-content#sp-entry-content-9 dt, .hpb-viewtype-content#sp-wp-post-list-1 dt, .hpb-viewtype-content#sp-wp-post-list-10 dt, .hpb-viewtype-content#sp-wp-post-list-11 dt, .hpb-viewtype-content#sp-wp-post-list-12 dt, .hpb-viewtype-content#sp-wp-post-list-13 dt, .hpb-viewtype-content#sp-wp-post-list-14 dt, .hpb-viewtype-content#sp-wp-post-list-15 dt, .hpb-viewtype-content#sp-wp-post-list-16 dt, .hpb-viewtype-content#sp-wp-post-list-17 dt, .hpb-viewtype-content#sp-wp-post-list-18 dt, .hpb-viewtype-content#sp-wp-post-list-19 dt, .hpb-viewtype-content#sp-wp-post-list-2 dt, .hpb-viewtype-content#sp-wp-post-list-20 dt, .hpb-viewtype-content#sp-wp-post-list-21 dt, .hpb-viewtype-content#sp-wp-post-list-3 dt, .hpb-viewtype-content#sp-wp-post-list-4 dt, .hpb-viewtype-content#sp-wp-post-list-5 dt, .hpb-viewtype-content#sp-wp-post-list-6 dt, .hpb-viewtype-content#sp-wp-post-list-7 dt, .hpb-viewtype-content#sp-wp-post-list-8 dt, .hpb-viewtype-content#sp-wp-post-list-9 dt{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-entry-content-1 dd, .hpb-viewtype-date#sp-entry-content-10 dd, .hpb-viewtype-date#sp-entry-content-11 dd, .hpb-viewtype-date#sp-entry-content-12 dd, .hpb-viewtype-date#sp-entry-content-13 dd, .hpb-viewtype-date#sp-entry-content-14 dd, .hpb-viewtype-date#sp-entry-content-15 dd, .hpb-viewtype-date#sp-entry-content-16 dd, .hpb-viewtype-date#sp-entry-content-17 dd, .hpb-viewtype-date#sp-entry-content-18 dd, .hpb-viewtype-date#sp-entry-content-19 dd, .hpb-viewtype-date#sp-entry-content-2 dd, .hpb-viewtype-date#sp-entry-content-20 dd, .hpb-viewtype-date#sp-entry-content-21 dd, .hpb-viewtype-date#sp-entry-content-22 dd, .hpb-viewtype-date#sp-entry-content-23 dd, .hpb-viewtype-date#sp-entry-content-24 dd, .hpb-viewtype-date#sp-entry-content-25 dd, .hpb-viewtype-date#sp-entry-content-26 dd, .hpb-viewtype-date#sp-entry-content-27 dd, .hpb-viewtype-date#sp-entry-content-28 dd, .hpb-viewtype-date#sp-entry-content-29 dd, .hpb-viewtype-date#sp-entry-content-3 dd, .hpb-viewtype-date#sp-entry-content-30 dd, .hpb-viewtype-date#sp-entry-content-31 dd, .hpb-viewtype-date#sp-entry-content-32 dd, .hpb-viewtype-date#sp-entry-content-33 dd, .hpb-viewtype-date#sp-entry-content-34 dd, .hpb-viewtype-date#sp-entry-content-35 dd, .hpb-viewtype-date#sp-entry-content-36 dd, .hpb-viewtype-date#sp-entry-content-4 dd, .hpb-viewtype-date#sp-entry-content-5 dd, .hpb-viewtype-date#sp-entry-content-6 dd, .hpb-viewtype-date#sp-entry-content-7 dd, .hpb-viewtype-date#sp-entry-content-8 dd, .hpb-viewtype-date#sp-entry-content-9 dd, .hpb-viewtype-date#sp-wp-post-list-1 dd, .hpb-viewtype-date#sp-wp-post-list-10 dd, .hpb-viewtype-date#sp-wp-post-list-11 dd, .hpb-viewtype-date#sp-wp-post-list-12 dd, .hpb-viewtype-date#sp-wp-post-list-13 dd, .hpb-viewtype-date#sp-wp-post-list-14 dd, .hpb-viewtype-date#sp-wp-post-list-15 dd, .hpb-viewtype-date#sp-wp-post-list-16 dd, .hpb-viewtype-date#sp-wp-post-list-17 dd, .hpb-viewtype-date#sp-wp-post-list-18 dd, .hpb-viewtype-date#sp-wp-post-list-19 dd, .hpb-viewtype-date#sp-wp-post-list-2 dd, .hpb-viewtype-date#sp-wp-post-list-20 dd, .hpb-viewtype-date#sp-wp-post-list-21 dd, .hpb-viewtype-date#sp-wp-post-list-3 dd, .hpb-viewtype-date#sp-wp-post-list-4 dd, .hpb-viewtype-date#sp-wp-post-list-5 dd, .hpb-viewtype-date#sp-wp-post-list-6 dd, .hpb-viewtype-date#sp-wp-post-list-7 dd, .hpb-viewtype-date#sp-wp-post-list-8 dd, .hpb-viewtype-date#sp-wp-post-list-9 dd{
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-entry-content-1 dl, .hpb-viewtype-date#sp-entry-content-10 dl, .hpb-viewtype-date#sp-entry-content-11 dl, .hpb-viewtype-date#sp-entry-content-12 dl, .hpb-viewtype-date#sp-entry-content-13 dl, .hpb-viewtype-date#sp-entry-content-14 dl, .hpb-viewtype-date#sp-entry-content-15 dl, .hpb-viewtype-date#sp-entry-content-16 dl, .hpb-viewtype-date#sp-entry-content-17 dl, .hpb-viewtype-date#sp-entry-content-18 dl, .hpb-viewtype-date#sp-entry-content-19 dl, .hpb-viewtype-date#sp-entry-content-2 dl, .hpb-viewtype-date#sp-entry-content-20 dl, .hpb-viewtype-date#sp-entry-content-21 dl, .hpb-viewtype-date#sp-entry-content-22 dl, .hpb-viewtype-date#sp-entry-content-23 dl, .hpb-viewtype-date#sp-entry-content-24 dl, .hpb-viewtype-date#sp-entry-content-25 dl, .hpb-viewtype-date#sp-entry-content-26 dl, .hpb-viewtype-date#sp-entry-content-27 dl, .hpb-viewtype-date#sp-entry-content-28 dl, .hpb-viewtype-date#sp-entry-content-29 dl, .hpb-viewtype-date#sp-entry-content-3 dl, .hpb-viewtype-date#sp-entry-content-30 dl, .hpb-viewtype-date#sp-entry-content-31 dl, .hpb-viewtype-date#sp-entry-content-32 dl, .hpb-viewtype-date#sp-entry-content-33 dl, .hpb-viewtype-date#sp-entry-content-34 dl, .hpb-viewtype-date#sp-entry-content-35 dl, .hpb-viewtype-date#sp-entry-content-36 dl, .hpb-viewtype-date#sp-entry-content-4 dl, .hpb-viewtype-date#sp-entry-content-5 dl, .hpb-viewtype-date#sp-entry-content-6 dl, .hpb-viewtype-date#sp-entry-content-7 dl, .hpb-viewtype-date#sp-entry-content-8 dl, .hpb-viewtype-date#sp-entry-content-9 dl, .hpb-viewtype-date#sp-wp-post-list-1 dl, .hpb-viewtype-date#sp-wp-post-list-10 dl, .hpb-viewtype-date#sp-wp-post-list-11 dl, .hpb-viewtype-date#sp-wp-post-list-12 dl, .hpb-viewtype-date#sp-wp-post-list-13 dl, .hpb-viewtype-date#sp-wp-post-list-14 dl, .hpb-viewtype-date#sp-wp-post-list-15 dl, .hpb-viewtype-date#sp-wp-post-list-16 dl, .hpb-viewtype-date#sp-wp-post-list-17 dl, .hpb-viewtype-date#sp-wp-post-list-18 dl, .hpb-viewtype-date#sp-wp-post-list-19 dl, .hpb-viewtype-date#sp-wp-post-list-2 dl, .hpb-viewtype-date#sp-wp-post-list-20 dl, .hpb-viewtype-date#sp-wp-post-list-21 dl, .hpb-viewtype-date#sp-wp-post-list-3 dl, .hpb-viewtype-date#sp-wp-post-list-4 dl, .hpb-viewtype-date#sp-wp-post-list-5 dl, .hpb-viewtype-date#sp-wp-post-list-6 dl, .hpb-viewtype-date#sp-wp-post-list-7 dl, .hpb-viewtype-date#sp-wp-post-list-8 dl, .hpb-viewtype-date#sp-wp-post-list-9 dl{
  overflow : hidden;
}

.hpb-viewtype-date#sp-entry-content-1 dt, .hpb-viewtype-date#sp-entry-content-10 dt, .hpb-viewtype-date#sp-entry-content-11 dt, .hpb-viewtype-date#sp-entry-content-12 dt, .hpb-viewtype-date#sp-entry-content-13 dt, .hpb-viewtype-date#sp-entry-content-14 dt, .hpb-viewtype-date#sp-entry-content-15 dt, .hpb-viewtype-date#sp-entry-content-16 dt, .hpb-viewtype-date#sp-entry-content-17 dt, .hpb-viewtype-date#sp-entry-content-18 dt, .hpb-viewtype-date#sp-entry-content-19 dt, .hpb-viewtype-date#sp-entry-content-2 dt, .hpb-viewtype-date#sp-entry-content-20 dt, .hpb-viewtype-date#sp-entry-content-21 dt, .hpb-viewtype-date#sp-entry-content-22 dt, .hpb-viewtype-date#sp-entry-content-23 dt, .hpb-viewtype-date#sp-entry-content-24 dt, .hpb-viewtype-date#sp-entry-content-25 dt, .hpb-viewtype-date#sp-entry-content-26 dt, .hpb-viewtype-date#sp-entry-content-27 dt, .hpb-viewtype-date#sp-entry-content-28 dt, .hpb-viewtype-date#sp-entry-content-29 dt, .hpb-viewtype-date#sp-entry-content-3 dt, .hpb-viewtype-date#sp-entry-content-30 dt, .hpb-viewtype-date#sp-entry-content-31 dt, .hpb-viewtype-date#sp-entry-content-32 dt, .hpb-viewtype-date#sp-entry-content-33 dt, .hpb-viewtype-date#sp-entry-content-34 dt, .hpb-viewtype-date#sp-entry-content-35 dt, .hpb-viewtype-date#sp-entry-content-36 dt, .hpb-viewtype-date#sp-entry-content-4 dt, .hpb-viewtype-date#sp-entry-content-5 dt, .hpb-viewtype-date#sp-entry-content-6 dt, .hpb-viewtype-date#sp-entry-content-7 dt, .hpb-viewtype-date#sp-entry-content-8 dt, .hpb-viewtype-date#sp-entry-content-9 dt, .hpb-viewtype-date#sp-wp-post-list-1 dt, .hpb-viewtype-date#sp-wp-post-list-10 dt, .hpb-viewtype-date#sp-wp-post-list-11 dt, .hpb-viewtype-date#sp-wp-post-list-12 dt, .hpb-viewtype-date#sp-wp-post-list-13 dt, .hpb-viewtype-date#sp-wp-post-list-14 dt, .hpb-viewtype-date#sp-wp-post-list-15 dt, .hpb-viewtype-date#sp-wp-post-list-16 dt, .hpb-viewtype-date#sp-wp-post-list-17 dt, .hpb-viewtype-date#sp-wp-post-list-18 dt, .hpb-viewtype-date#sp-wp-post-list-19 dt, .hpb-viewtype-date#sp-wp-post-list-2 dt, .hpb-viewtype-date#sp-wp-post-list-20 dt, .hpb-viewtype-date#sp-wp-post-list-21 dt, .hpb-viewtype-date#sp-wp-post-list-3 dt, .hpb-viewtype-date#sp-wp-post-list-4 dt, .hpb-viewtype-date#sp-wp-post-list-5 dt, .hpb-viewtype-date#sp-wp-post-list-6 dt, .hpb-viewtype-date#sp-wp-post-list-7 dt, .hpb-viewtype-date#sp-wp-post-list-8 dt, .hpb-viewtype-date#sp-wp-post-list-9 dt{
  font-weight : bold;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : both;
}

#sp-entry-content-1 > h3, #sp-entry-content-10 > h3, #sp-entry-content-11 > h3, #sp-entry-content-12 > h3, #sp-entry-content-13 > h3, #sp-entry-content-14 > h3, #sp-entry-content-15 > h3, #sp-entry-content-16 > h3, #sp-entry-content-17 > h3, #sp-entry-content-18 > h3, #sp-entry-content-19 > h3, #sp-entry-content-2 > h3, #sp-entry-content-20 > h3, #sp-entry-content-21 > h3, #sp-entry-content-22 > h3, #sp-entry-content-23 > h3, #sp-entry-content-24 > h3, #sp-entry-content-25 > h3, #sp-entry-content-26 > h3, #sp-entry-content-27 > h3, #sp-entry-content-28 > h3, #sp-entry-content-29 > h3, #sp-entry-content-3 > h3, #sp-entry-content-30 > h3, #sp-entry-content-31 > h3, #sp-entry-content-32 > h3, #sp-entry-content-33 > h3, #sp-entry-content-34 > h3, #sp-entry-content-35 > h3, #sp-entry-content-36 > h3, #sp-entry-content-4 > h3, #sp-entry-content-5 > h3, #sp-entry-content-6 > h3, #sp-entry-content-7 > h3, #sp-entry-content-8 > h3, #sp-entry-content-9 > h3, #sp-wp-post-list-1 > h3, #sp-wp-post-list-10 > h3, #sp-wp-post-list-11 > h3, #sp-wp-post-list-12 > h3, #sp-wp-post-list-13 > h3, #sp-wp-post-list-14 > h3, #sp-wp-post-list-15 > h3, #sp-wp-post-list-16 > h3, #sp-wp-post-list-17 > h3, #sp-wp-post-list-18 > h3, #sp-wp-post-list-19 > h3, #sp-wp-post-list-2 > h3, #sp-wp-post-list-20 > h3, #sp-wp-post-list-21 > h3, #sp-wp-post-list-3 > h3, #sp-wp-post-list-4 > h3, #sp-wp-post-list-5 > h3, #sp-wp-post-list-6 > h3, #sp-wp-post-list-7 > h3, #sp-wp-post-list-8 > h3, #sp-wp-post-list-9 > h3{
  font-weight : normal;
  line-height : 24px;
  color : #dec753;
  background-color : transparent;
  background-image : url(img/icon_h3.png);
  background-repeat : no-repeat;
  background-position : 6px center;
  text-align : left;
  padding-top : 5px;
  padding-left : 30px;
  padding-right : 10px;
  margin-top : 0.5em;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #8f6101;
  overflow : hidden;
}

#sp-image-1, #sp-image-10, #sp-image-11, #sp-image-12, #sp-image-13, #sp-image-14, #sp-image-15, #sp-image-16, #sp-image-17, #sp-image-18, #sp-image-19, #sp-image-2, #sp-image-20, #sp-image-21, #sp-image-22, #sp-image-23, #sp-image-24, #sp-image-25, #sp-image-26, #sp-image-27, #sp-image-28, #sp-image-29, #sp-image-3, #sp-image-30, #sp-image-31, #sp-image-32, #sp-image-33, #sp-image-34, #sp-image-35, #sp-image-36, #sp-image-37, #sp-image-38, #sp-image-39, #sp-image-4, #sp-image-40, #sp-image-41, #sp-image-42, #sp-image-43, #sp-image-44, #sp-image-45, #sp-image-46, #sp-image-47, #sp-image-48, #sp-image-49, #sp-image-5, #sp-image-50, #sp-image-51, #sp-image-52, #sp-image-53, #sp-image-54, #sp-image-55, #sp-image-56, #sp-image-57, #sp-image-58, #sp-image-59, #sp-image-6, #sp-image-60, #sp-image-61, #sp-image-62, #sp-image-7, #sp-image-8, #sp-image-9{
  max-width : 100%;
}

#sp-item-gallery-1 > ul, #sp-item-gallery-10 > ul, #sp-item-gallery-11 > ul, #sp-item-gallery-12 > ul, #sp-item-gallery-13 > ul, #sp-item-gallery-14 > ul, #sp-item-gallery-15 > ul, #sp-item-gallery-16 > ul, #sp-item-gallery-17 > ul, #sp-item-gallery-18 > ul, #sp-item-gallery-19 > ul, #sp-item-gallery-2 > ul, #sp-item-gallery-20 > ul, #sp-item-gallery-21 > ul, #sp-item-gallery-22 > ul, #sp-item-gallery-23 > ul, #sp-item-gallery-24 > ul, #sp-item-gallery-25 > ul, #sp-item-gallery-26 > ul, #sp-item-gallery-27 > ul, #sp-item-gallery-28 > ul, #sp-item-gallery-29 > ul, #sp-item-gallery-3 > ul, #sp-item-gallery-30 > ul, #sp-item-gallery-4 > ul, #sp-item-gallery-5 > ul, #sp-item-gallery-6 > ul, #sp-item-gallery-7 > ul, #sp-item-gallery-8 > ul, #sp-item-gallery-9 > ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
  list-style-position : outside;
}

#sp-item-gallery-1 > ul > li, #sp-item-gallery-10 > ul > li, #sp-item-gallery-11 > ul > li, #sp-item-gallery-12 > ul > li, #sp-item-gallery-13 > ul > li, #sp-item-gallery-14 > ul > li, #sp-item-gallery-15 > ul > li, #sp-item-gallery-16 > ul > li, #sp-item-gallery-17 > ul > li, #sp-item-gallery-18 > ul > li, #sp-item-gallery-19 > ul > li, #sp-item-gallery-2 > ul > li, #sp-item-gallery-20 > ul > li, #sp-item-gallery-21 > ul > li, #sp-item-gallery-22 > ul > li, #sp-item-gallery-23 > ul > li, #sp-item-gallery-24 > ul > li, #sp-item-gallery-25 > ul > li, #sp-item-gallery-26 > ul > li, #sp-item-gallery-27 > ul > li, #sp-item-gallery-28 > ul > li, #sp-item-gallery-29 > ul > li, #sp-item-gallery-3 > ul > li, #sp-item-gallery-30 > ul > li, #sp-item-gallery-4 > ul > li, #sp-item-gallery-5 > ul > li, #sp-item-gallery-6 > ul > li, #sp-item-gallery-7 > ul > li, #sp-item-gallery-8 > ul > li, #sp-item-gallery-9 > ul > li{
  font-size : 0.9em;
  color : #333333;
  background-color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  width : 160px;
  height : 350px;
  float : left;
  overflow : hidden;
  box-sizing : border-box;
}

#sp-item-gallery-1> ul> li a:hover.item-gallery-link img, #sp-item-gallery-10> ul> li a:hover.item-gallery-link img, #sp-item-gallery-11> ul> li a:hover.item-gallery-link img, #sp-item-gallery-12> ul> li a:hover.item-gallery-link img, #sp-item-gallery-13> ul> li a:hover.item-gallery-link img, #sp-item-gallery-14> ul> li a:hover.item-gallery-link img, #sp-item-gallery-15> ul> li a:hover.item-gallery-link img, #sp-item-gallery-16> ul> li a:hover.item-gallery-link img, #sp-item-gallery-17> ul> li a:hover.item-gallery-link img, #sp-item-gallery-18> ul> li a:hover.item-gallery-link img, #sp-item-gallery-19> ul> li a:hover.item-gallery-link img, #sp-item-gallery-2> ul> li a:hover.item-gallery-link img, #sp-item-gallery-20> ul> li a:hover.item-gallery-link img, #sp-item-gallery-21> ul> li a:hover.item-gallery-link img, #sp-item-gallery-22> ul> li a:hover.item-gallery-link img, #sp-item-gallery-23> ul> li a:hover.item-gallery-link img, #sp-item-gallery-24> ul> li a:hover.item-gallery-link img, #sp-item-gallery-25> ul> li a:hover.item-gallery-link img, #sp-item-gallery-26> ul> li a:hover.item-gallery-link img, #sp-item-gallery-27> ul> li a:hover.item-gallery-link img, #sp-item-gallery-28> ul> li a:hover.item-gallery-link img, #sp-item-gallery-29> ul> li a:hover.item-gallery-link img, #sp-item-gallery-3> ul> li a:hover.item-gallery-link img, #sp-item-gallery-30> ul> li a:hover.item-gallery-link img, #sp-item-gallery-4> ul> li a:hover.item-gallery-link img, #sp-item-gallery-5> ul> li a:hover.item-gallery-link img, #sp-item-gallery-6> ul> li a:hover.item-gallery-link img, #sp-item-gallery-7> ul> li a:hover.item-gallery-link img, #sp-item-gallery-8> ul> li a:hover.item-gallery-link img, #sp-item-gallery-9> ul> li a:hover.item-gallery-link img {
  opacity: 0.6;
}

#sp-item-gallery-1 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-10 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-11 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-12 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-13 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-14 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-15 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-16 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-17 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-18 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-19 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-2 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-20 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-21 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-22 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-23 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-24 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-25 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-26 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-27 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-28 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-29 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-3 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-30 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-4 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-5 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-6 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-7 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-8 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-9 > ul > li > div img.item-gallery-thumbnail{
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  width : 100%;
  display : block;
}

#sp-item-gallery-1 > ul > li > p, #sp-item-gallery-10 > ul > li > p, #sp-item-gallery-11 > ul > li > p, #sp-item-gallery-12 > ul > li > p, #sp-item-gallery-13 > ul > li > p, #sp-item-gallery-14 > ul > li > p, #sp-item-gallery-15 > ul > li > p, #sp-item-gallery-16 > ul > li > p, #sp-item-gallery-17 > ul > li > p, #sp-item-gallery-18 > ul > li > p, #sp-item-gallery-19 > ul > li > p, #sp-item-gallery-2 > ul > li > p, #sp-item-gallery-20 > ul > li > p, #sp-item-gallery-21 > ul > li > p, #sp-item-gallery-22 > ul > li > p, #sp-item-gallery-23 > ul > li > p, #sp-item-gallery-24 > ul > li > p, #sp-item-gallery-25 > ul > li > p, #sp-item-gallery-26 > ul > li > p, #sp-item-gallery-27 > ul > li > p, #sp-item-gallery-28 > ul > li > p, #sp-item-gallery-29 > ul > li > p, #sp-item-gallery-3 > ul > li > p, #sp-item-gallery-30 > ul > li > p, #sp-item-gallery-4 > ul > li > p, #sp-item-gallery-5 > ul > li > p, #sp-item-gallery-6 > ul > li > p, #sp-item-gallery-7 > ul > li > p, #sp-item-gallery-8 > ul > li > p, #sp-item-gallery-9 > ul > li > p{
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-content, #sp-item-gallery-10 > ul > li > p.item-gallery-content, #sp-item-gallery-11 > ul > li > p.item-gallery-content, #sp-item-gallery-12 > ul > li > p.item-gallery-content, #sp-item-gallery-13 > ul > li > p.item-gallery-content, #sp-item-gallery-14 > ul > li > p.item-gallery-content, #sp-item-gallery-15 > ul > li > p.item-gallery-content, #sp-item-gallery-16 > ul > li > p.item-gallery-content, #sp-item-gallery-17 > ul > li > p.item-gallery-content, #sp-item-gallery-18 > ul > li > p.item-gallery-content, #sp-item-gallery-19 > ul > li > p.item-gallery-content, #sp-item-gallery-2 > ul > li > p.item-gallery-content, #sp-item-gallery-20 > ul > li > p.item-gallery-content, #sp-item-gallery-21 > ul > li > p.item-gallery-content, #sp-item-gallery-22 > ul > li > p.item-gallery-content, #sp-item-gallery-23 > ul > li > p.item-gallery-content, #sp-item-gallery-24 > ul > li > p.item-gallery-content, #sp-item-gallery-25 > ul > li > p.item-gallery-content, #sp-item-gallery-26 > ul > li > p.item-gallery-content, #sp-item-gallery-27 > ul > li > p.item-gallery-content, #sp-item-gallery-28 > ul > li > p.item-gallery-content, #sp-item-gallery-29 > ul > li > p.item-gallery-content, #sp-item-gallery-3 > ul > li > p.item-gallery-content, #sp-item-gallery-30 > ul > li > p.item-gallery-content, #sp-item-gallery-4 > ul > li > p.item-gallery-content, #sp-item-gallery-5 > ul > li > p.item-gallery-content, #sp-item-gallery-6 > ul > li > p.item-gallery-content, #sp-item-gallery-7 > ul > li > p.item-gallery-content, #sp-item-gallery-8 > ul > li > p.item-gallery-content, #sp-item-gallery-9 > ul > li > p.item-gallery-content{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons, #sp-item-gallery-10 > ul > li > p.item-gallery-icons, #sp-item-gallery-11 > ul > li > p.item-gallery-icons, #sp-item-gallery-12 > ul > li > p.item-gallery-icons, #sp-item-gallery-13 > ul > li > p.item-gallery-icons, #sp-item-gallery-14 > ul > li > p.item-gallery-icons, #sp-item-gallery-15 > ul > li > p.item-gallery-icons, #sp-item-gallery-16 > ul > li > p.item-gallery-icons, #sp-item-gallery-17 > ul > li > p.item-gallery-icons, #sp-item-gallery-18 > ul > li > p.item-gallery-icons, #sp-item-gallery-19 > ul > li > p.item-gallery-icons, #sp-item-gallery-2 > ul > li > p.item-gallery-icons, #sp-item-gallery-20 > ul > li > p.item-gallery-icons, #sp-item-gallery-21 > ul > li > p.item-gallery-icons, #sp-item-gallery-22 > ul > li > p.item-gallery-icons, #sp-item-gallery-23 > ul > li > p.item-gallery-icons, #sp-item-gallery-24 > ul > li > p.item-gallery-icons, #sp-item-gallery-25 > ul > li > p.item-gallery-icons, #sp-item-gallery-26 > ul > li > p.item-gallery-icons, #sp-item-gallery-27 > ul > li > p.item-gallery-icons, #sp-item-gallery-28 > ul > li > p.item-gallery-icons, #sp-item-gallery-29 > ul > li > p.item-gallery-icons, #sp-item-gallery-3 > ul > li > p.item-gallery-icons, #sp-item-gallery-30 > ul > li > p.item-gallery-icons, #sp-item-gallery-4 > ul > li > p.item-gallery-icons, #sp-item-gallery-5 > ul > li > p.item-gallery-icons, #sp-item-gallery-6 > ul > li > p.item-gallery-icons, #sp-item-gallery-7 > ul > li > p.item-gallery-icons, #sp-item-gallery-8 > ul > li > p.item-gallery-icons, #sp-item-gallery-9 > ul > li > p.item-gallery-icons{
  text-align : center;
  width : 100%;
  min-height : 20px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-10 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-11 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-12 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-13 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-14 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-15 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-16 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-17 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-18 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-19 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-20 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-21 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-22 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-23 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-24 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-25 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-26 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-27 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-28 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-29 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-3 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-30 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-4 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-5 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-6 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-7 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-8 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-9 > ul > li > p.item-gallery-icons .item-gallery-icon-new{
  background-color : #f06060;
  background-image : none,url(img/item-gallery-icon1.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 26px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-10 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-11 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-12 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-13 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-14 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-15 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-16 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-17 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-18 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-19 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-20 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-21 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-22 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-23 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-24 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-25 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-26 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-27 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-28 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-29 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-3 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-30 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-4 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-5 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-6 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-7 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-8 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-9 > ul > li > p.item-gallery-icons .item-gallery-icon-popular{
  background-color : #04bfbf;
  background-image : none,url(img/item-gallery-icon2.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 42px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-10 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-11 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-12 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-13 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-14 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-15 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-16 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-17 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-18 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-19 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-20 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-21 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-22 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-23 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-24 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-25 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-26 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-27 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-28 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-29 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-3 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-30 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-4 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-5 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-6 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-7 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-8 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-9 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend{
  background-color : #e6a408;
  background-image : none,url(img/item-gallery-icon3.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 38px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-10 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-11 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-12 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-13 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-14 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-15 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-16 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-17 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-18 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-19 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-20 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-21 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-22 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-23 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-24 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-25 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-26 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-27 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-28 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-29 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-3 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-30 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-4 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-5 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-6 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-7 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-8 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-9 > ul > li > p.item-gallery-icons .item-gallery-icon-sale{
  background-color : #0a7bb5;
  background-image : none,url(img/item-gallery-icon4.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  margin-right : 0px;
  width : 29px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons span, #sp-item-gallery-10 > ul > li > p.item-gallery-icons span, #sp-item-gallery-11 > ul > li > p.item-gallery-icons span, #sp-item-gallery-12 > ul > li > p.item-gallery-icons span, #sp-item-gallery-13 > ul > li > p.item-gallery-icons span, #sp-item-gallery-14 > ul > li > p.item-gallery-icons span, #sp-item-gallery-15 > ul > li > p.item-gallery-icons span, #sp-item-gallery-16 > ul > li > p.item-gallery-icons span, #sp-item-gallery-17 > ul > li > p.item-gallery-icons span, #sp-item-gallery-18 > ul > li > p.item-gallery-icons span, #sp-item-gallery-19 > ul > li > p.item-gallery-icons span, #sp-item-gallery-2 > ul > li > p.item-gallery-icons span, #sp-item-gallery-20 > ul > li > p.item-gallery-icons span, #sp-item-gallery-21 > ul > li > p.item-gallery-icons span, #sp-item-gallery-22 > ul > li > p.item-gallery-icons span, #sp-item-gallery-23 > ul > li > p.item-gallery-icons span, #sp-item-gallery-24 > ul > li > p.item-gallery-icons span, #sp-item-gallery-25 > ul > li > p.item-gallery-icons span, #sp-item-gallery-26 > ul > li > p.item-gallery-icons span, #sp-item-gallery-27 > ul > li > p.item-gallery-icons span, #sp-item-gallery-28 > ul > li > p.item-gallery-icons span, #sp-item-gallery-29 > ul > li > p.item-gallery-icons span, #sp-item-gallery-3 > ul > li > p.item-gallery-icons span, #sp-item-gallery-30 > ul > li > p.item-gallery-icons span, #sp-item-gallery-4 > ul > li > p.item-gallery-icons span, #sp-item-gallery-5 > ul > li > p.item-gallery-icons span, #sp-item-gallery-6 > ul > li > p.item-gallery-icons span, #sp-item-gallery-7 > ul > li > p.item-gallery-icons span, #sp-item-gallery-8 > ul > li > p.item-gallery-icons span, #sp-item-gallery-9 > ul > li > p.item-gallery-icons span{
  line-height : 12px;
  text-align : center;
  margin-right : 2px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  height : 12px;
  display : inline-block;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-10 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-11 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-12 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-13 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-14 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-15 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-16 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-17 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-18 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-19 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-2 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-20 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-21 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-22 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-23 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-24 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-25 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-26 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-27 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-28 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-29 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-3 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-30 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-4 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-5 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-6 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-7 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-8 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-9 > ul > li > p.item-gallery-icons + p.item-gallery-price{
  margin-top : 0px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-price, #sp-item-gallery-10 > ul > li > p.item-gallery-price, #sp-item-gallery-11 > ul > li > p.item-gallery-price, #sp-item-gallery-12 > ul > li > p.item-gallery-price, #sp-item-gallery-13 > ul > li > p.item-gallery-price, #sp-item-gallery-14 > ul > li > p.item-gallery-price, #sp-item-gallery-15 > ul > li > p.item-gallery-price, #sp-item-gallery-16 > ul > li > p.item-gallery-price, #sp-item-gallery-17 > ul > li > p.item-gallery-price, #sp-item-gallery-18 > ul > li > p.item-gallery-price, #sp-item-gallery-19 > ul > li > p.item-gallery-price, #sp-item-gallery-2 > ul > li > p.item-gallery-price, #sp-item-gallery-20 > ul > li > p.item-gallery-price, #sp-item-gallery-21 > ul > li > p.item-gallery-price, #sp-item-gallery-22 > ul > li > p.item-gallery-price, #sp-item-gallery-23 > ul > li > p.item-gallery-price, #sp-item-gallery-24 > ul > li > p.item-gallery-price, #sp-item-gallery-25 > ul > li > p.item-gallery-price, #sp-item-gallery-26 > ul > li > p.item-gallery-price, #sp-item-gallery-27 > ul > li > p.item-gallery-price, #sp-item-gallery-28 > ul > li > p.item-gallery-price, #sp-item-gallery-29 > ul > li > p.item-gallery-price, #sp-item-gallery-3 > ul > li > p.item-gallery-price, #sp-item-gallery-30 > ul > li > p.item-gallery-price, #sp-item-gallery-4 > ul > li > p.item-gallery-price, #sp-item-gallery-5 > ul > li > p.item-gallery-price, #sp-item-gallery-6 > ul > li > p.item-gallery-price, #sp-item-gallery-7 > ul > li > p.item-gallery-price, #sp-item-gallery-8 > ul > li > p.item-gallery-price, #sp-item-gallery-9 > ul > li > p.item-gallery-price{
  color : #333333;
  text-align : left;
  padding-left : 5px;
  width : 100%;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-10 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-11 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-12 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-13 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-14 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-15 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-16 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-17 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-18 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-19 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-2 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-20 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-21 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-22 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-23 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-24 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-25 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-26 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-27 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-28 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-29 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-3 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-30 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-4 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-5 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-6 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-7 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-8 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-9 > ul > li > p.item-gallery-price .item-gallery-price-after{
  font-size : small;
  color : #9396a6;
  margin-left : 5px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-10 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-11 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-12 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-13 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-14 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-15 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-16 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-17 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-18 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-19 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-2 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-20 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-21 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-22 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-23 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-24 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-25 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-26 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-27 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-28 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-29 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-3 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-30 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-4 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-5 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-6 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-7 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-8 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-9 > ul > li > p.item-gallery-price .item-gallery-price-before{
  color : #9396a6;
  margin-right : 5px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-title, #sp-item-gallery-10 > ul > li > p.item-gallery-title, #sp-item-gallery-11 > ul > li > p.item-gallery-title, #sp-item-gallery-12 > ul > li > p.item-gallery-title, #sp-item-gallery-13 > ul > li > p.item-gallery-title, #sp-item-gallery-14 > ul > li > p.item-gallery-title, #sp-item-gallery-15 > ul > li > p.item-gallery-title, #sp-item-gallery-16 > ul > li > p.item-gallery-title, #sp-item-gallery-17 > ul > li > p.item-gallery-title, #sp-item-gallery-18 > ul > li > p.item-gallery-title, #sp-item-gallery-19 > ul > li > p.item-gallery-title, #sp-item-gallery-2 > ul > li > p.item-gallery-title, #sp-item-gallery-20 > ul > li > p.item-gallery-title, #sp-item-gallery-21 > ul > li > p.item-gallery-title, #sp-item-gallery-22 > ul > li > p.item-gallery-title, #sp-item-gallery-23 > ul > li > p.item-gallery-title, #sp-item-gallery-24 > ul > li > p.item-gallery-title, #sp-item-gallery-25 > ul > li > p.item-gallery-title, #sp-item-gallery-26 > ul > li > p.item-gallery-title, #sp-item-gallery-27 > ul > li > p.item-gallery-title, #sp-item-gallery-28 > ul > li > p.item-gallery-title, #sp-item-gallery-29 > ul > li > p.item-gallery-title, #sp-item-gallery-3 > ul > li > p.item-gallery-title, #sp-item-gallery-30 > ul > li > p.item-gallery-title, #sp-item-gallery-4 > ul > li > p.item-gallery-title, #sp-item-gallery-5 > ul > li > p.item-gallery-title, #sp-item-gallery-6 > ul > li > p.item-gallery-title, #sp-item-gallery-7 > ul > li > p.item-gallery-title, #sp-item-gallery-8 > ul > li > p.item-gallery-title, #sp-item-gallery-9 > ul > li > p.item-gallery-title{
  font-size : 1.2em;
  line-height : 1.5em;
  color : #333333;
  text-align : center;
  margin-left : 10px;
  margin-right : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #333333;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-1 > ul > li > p:last-child, #sp-item-gallery-10 > ul > li > p:last-child, #sp-item-gallery-11 > ul > li > p:last-child, #sp-item-gallery-12 > ul > li > p:last-child, #sp-item-gallery-13 > ul > li > p:last-child, #sp-item-gallery-14 > ul > li > p:last-child, #sp-item-gallery-15 > ul > li > p:last-child, #sp-item-gallery-16 > ul > li > p:last-child, #sp-item-gallery-17 > ul > li > p:last-child, #sp-item-gallery-18 > ul > li > p:last-child, #sp-item-gallery-19 > ul > li > p:last-child, #sp-item-gallery-2 > ul > li > p:last-child, #sp-item-gallery-20 > ul > li > p:last-child, #sp-item-gallery-21 > ul > li > p:last-child, #sp-item-gallery-22 > ul > li > p:last-child, #sp-item-gallery-23 > ul > li > p:last-child, #sp-item-gallery-24 > ul > li > p:last-child, #sp-item-gallery-25 > ul > li > p:last-child, #sp-item-gallery-26 > ul > li > p:last-child, #sp-item-gallery-27 > ul > li > p:last-child, #sp-item-gallery-28 > ul > li > p:last-child, #sp-item-gallery-29 > ul > li > p:last-child, #sp-item-gallery-3 > ul > li > p:last-child, #sp-item-gallery-30 > ul > li > p:last-child, #sp-item-gallery-4 > ul > li > p:last-child, #sp-item-gallery-5 > ul > li > p:last-child, #sp-item-gallery-6 > ul > li > p:last-child, #sp-item-gallery-7 > ul > li > p:last-child, #sp-item-gallery-8 > ul > li > p:last-child, #sp-item-gallery-9 > ul > li > p:last-child{
  margin-bottom : 10px;
}

#sp-list-10, #sp-list-11{
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
}

#sp-list-10 li, #sp-list-11 li{
  margin-bottom : 8px;
}

#sp-list-10 > li, #sp-list-11 > li{
  color : #000000;
}

#sp-table-1 tbody{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : rgba(0, 0, 0, 0);
  border-left-color : rgba(0, 0, 0, 0);
  border-right-color : rgba(0, 0, 0, 0);
  border-bottom-color : rgba(0, 0, 0, 0);
  width : 100%;
  height : auto;
}

#sp-table-1 td{
  font-size : 16px;
  color : #ffffff;
  background-color : #646464;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  vertical-align : middle;
  text-align : center;
  padding-top : 12px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 12px;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : rgba(0, 0, 0, 0);
  border-left-color : rgba(0, 0, 0, 0);
  border-right-color : rgba(0, 0, 0, 0);
  border-bottom-color : rgba(0, 0, 0, 0);
}

#sp-table-1 th{
  font-size : 16px;
  font-weight : normal;
  color : #ffffff;
  background-color : #373737;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  vertical-align : middle;
  text-align : center;
  padding-top : 12px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 12px;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : rgba(0, 0, 0, 0);
  border-left-color : rgba(0, 0, 0, 0);
  border-right-color : rgba(0, 0, 0, 0);
  border-bottom-color : rgba(0, 0, 0, 0);
}

#sp-table-1 th.row-title{
  background-color : #646464;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#sp-table-1 th.row-title:first-child{
  background-color : #373737;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

.page-privacy#content #page-content > h3{
  font-weight : bold;
}

.page-privacy#content #page-content > p{
  color : #ffffff;
}

#sp-block-container-10 > p{
  color : #ffffff;
}

#sp-block-container-12 > h3{
  font-weight : bold;
}

#sp-block-container-14 > h3{
  font-weight : bold;
}

#sp-block-container-15 > p{
  color : #ffffff;
}

#sp-block-container-17 > p{
  color : #ffffff;
}

#sp-block-container-4 > p.copyright{
  text-align : center;
}

#sp-block-container-6 > h3{
  font-weight : bold;
}

#sp-block-container-7 > h3{
  font-weight : bold;
}

#sp-block-container-89 > p{
  color : #ffffff;
}

#sp-block-container-9 > h3{
  font-weight : bold;
}

#sp-block-container-90 > p{
  color : #ffffff;
}

#sp-block-container-91 > p{
  color : #ffffff;
}

#sp-block-container-92 > p{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-10 > article > .entry-content{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-11 > article > .entry-content > p.indent{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-12 > article > .entry-content > p.indent{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-13 > article > .entry-content > p.indent{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-5 > article > .entry-content > p{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-6 > article > .entry-content > p{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-7 > article > .entry-content > p{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-8 > article > .entry-content > p{
  color : #ffffff;
}

.sp-wp-post-list#sp-entry-content-9 > article > .entry-content > p.indent{
  color : #ffffff;
}

#sp-image-1{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-item-gallery-1 > ul > li{
  width : 310px;
  height : 275px;
}

#sp-item-gallery-10 > ul > li{
  width : 150px;
  height : 155px;
}

#sp-item-gallery-11 > ul > li{
  width : 310px;
  height : 275px;
}

#sp-item-gallery-12 > ul > li{
  width : 150px;
  height : 155px;
}

#sp-item-gallery-13 > ul > li{
  width : 310px;
  height : 275px;
}

#sp-item-gallery-14 > ul > li{
  width : 150px;
  height : 160px;
}

#sp-item-gallery-15 > ul > li{
  width : 310px;
  height : 275px;
}

#sp-item-gallery-16 > ul > li{
  width : 150px;
  height : 155px;
}

#sp-item-gallery-17 > ul > li{
  width : 310px;
  height : 275px;
}

#sp-item-gallery-18 > ul > li{
  width : 150px;
  height : 155px;
}

#sp-item-gallery-19 > ul > li{
  width : 310px;
  height : 275px;
}

#sp-item-gallery-2 > ul > li{
  width : 150px;
  height : 155px;
}

#sp-item-gallery-20 > ul > li{
  width : 200px;
  height : 190px;
}

#sp-item-gallery-21 > ul > li{
  width : 310px;
  height : 275px;
}

#sp-item-gallery-22 > ul > li{
  width : 200px;
  height : 190px;
}

#sp-item-gallery-23 > ul > li{
  width : 310px;
  height : 275px;
}

#sp-item-gallery-24 > ul > li{
  width : 200px;
  height : 190px;
}

#sp-item-gallery-25 > ul > li{
  width : 340px;
  height : 295px;
}

#sp-item-gallery-26 > ul > li{
  width : 200px;
  height : 190px;
}

#sp-item-gallery-27 > ul > li{
  width : 330px;
  height : 290px;
}

#sp-item-gallery-28 > ul > li{
  width : 160px;
  height : 160px;
}

#sp-item-gallery-29 > ul > li{
  width : 330px;
  height : 290px;
}

#sp-item-gallery-3 > ul > li{
  width : 310px;
  height : 275px;
}

#sp-item-gallery-30 > ul > li{
  width : 160px;
  height : 160px;
}

#sp-item-gallery-4 > ul > li{
  width : 150px;
  height : 155px;
}

#sp-item-gallery-5 > ul > li{
  width : 310px;
  height : 275px;
}

#sp-item-gallery-6 > ul > li{
  width : 150px;
  height : 155px;
}

#sp-item-gallery-7 > ul > li{
  width : 310px;
  height : 275px;
}

#sp-item-gallery-8 > ul > li{
  width : 150px;
  height : 155px;
}

#sp-item-gallery-9 > ul > li{
  width : 310px;
  height : 275px;
}

#sp-site-branding2-1{
  background-position : center bottom;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/image.png);
}

#sp-site-branding2-1 > .site-description{
  color : #000000;
  background-position : center top;
}

#sp-site-branding2-1 > .site-title{
  background-image : url(img/image.png);
  background-position : center top;
}

#sp-site-navigation-2 > ul > li > a{
  color : #c99b2e;
}

#sp-site-navigation-2 > ul > li > a:hover{
  color : #e3c259;
}

#sp-table-1{
  background-color : transparent;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-1 > tbody > tr:nth-child(even) > td{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-1 > tbody > tr:nth-child(even) > th.col-title{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-1 > tbody > tr:nth-child(odd) > td{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-1 > tbody > tr:nth-child(odd) > th.col-title{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-1 > tbody > tr > * > blockquote{
  background-color : transparent;
}

#sp-table-1 > tbody > tr > * > h1{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-1 > tbody > tr > * > h2{
  background-color : transparent;
}

#sp-table-1 > tbody > tr > * > h3{
  background-color : transparent;
}

#sp-table-1 > tbody > tr > * > h4{
  background-color : transparent;
}

#sp-table-1 > tbody > tr > * > h5{
  background-color : transparent;
}

#sp-table-1 > tbody > tr > * > h6{
  background-color : transparent;
}

#sp-table-1 > tbody > tr > * > p{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-1 > tbody > tr > * > p.copyright{
  background-color : transparent;
}

#sp-table-1 > tbody > tr > * > p.icon{
  background-color : transparent;
}

#sp-table-1 > tbody > tr > * > p.indent{
  background-color : transparent;
}

#sp-table-1 > tbody > tr > * > p.large{
  background-color : transparent;
}

#sp-table-1 > tbody > tr > * > p.price{
  background-color : transparent;
}

#sp-table-1 > tbody > tr > td{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-1 > tbody > tr > th.col-title{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-1 > tbody > tr > th.row-title{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-16{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

#sp-table-16 > tbody > tr > td{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-16 > tbody > tr > th.col-title{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-16 > tbody > tr > th.row-title{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-2{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

#sp-table-2 > tbody > tr > td{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-2 > tbody > tr > th.col-title{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-2 > tbody > tr > th.row-title{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-3{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-3 > tbody > tr > th.row-title{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-4{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

#sp-table-4 > tbody > tr > th.row-title{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-5{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

#sp-table-5 > tbody > tr > th.row-title{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-6{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

#sp-table-6 > tbody > tr > th.row-title{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-7{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

#sp-table-7 > tbody > tr > td{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-7 > tbody > tr > th.col-title{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-7 > tbody > tr > th.row-title{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

.sp-wp-post-list#sp-wp-post-list-1 > dl{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-1 > dl > dd{
  font-size : 1.4rem;
}

.sp-wp-post-list#sp-wp-post-list-1 > dl > dd > a:link{
  font-size : 1.4rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-1 > dl > dd > a:visited{
  font-size : 1.4rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-1 > dl > dd > a:hover{
  font-size : 1.4rem;
  color : #e3cb67;
}

.sp-wp-post-list#sp-wp-post-list-1 > h3{
  font-size : 1.6rem;
}

.sp-wp-post-list#sp-wp-post-list-1 > h3 > a:link{
  font-size : 1.6rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-1 > h3 > a:visited{
  font-size : 1.6rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-1 > h3 > a:hover{
  font-size : 1.6rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content > p.indent{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-10 > article > footer{
  color : #757575;
}

.sp-wp-post-list#sp-wp-post-list-10 > article > header{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-10 > article > header > h4{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-10 > article > header > h4 > a:link{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content > h3{
  text-decoration : underline;
}

.sp-wp-post-list#sp-wp-post-list-11 > article > footer{
  color : #757575;
}

.sp-wp-post-list#sp-wp-post-list-14 > article > footer{
  color : #757575;
}

.sp-wp-post-list#sp-wp-post-list-15{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content > p{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-15 > article > footer{
  color : #757575;
}

.sp-wp-post-list#sp-wp-post-list-15 > article > header > h4 > a:link{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-17 > article{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-17 > article > footer{
  color : #757575;
}

.sp-wp-post-list#sp-wp-post-list-17 > article > footer a:link{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-17 > article > header > h4{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-17 > article > header > h4 > a:link{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-17 > article > header > h4 > a:visited{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-17 > article > header > h4 > a:hover{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-18 > article > footer{
  color : #757575;
}

.sp-wp-post-list#sp-wp-post-list-2 > dl{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-2 > dl > dd{
  font-size : 1.4rem;
}

.sp-wp-post-list#sp-wp-post-list-2 > dl > dd > a:link{
  font-size : 1.4rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-2 > dl > dd > a:visited{
  font-size : 1.4rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-2 > dl > dd > a:hover{
  font-size : 1.4rem;
  color : #e3cb67;
}

.sp-wp-post-list#sp-wp-post-list-2 > h3{
  font-size : 1.6rem;
}

.sp-wp-post-list#sp-wp-post-list-2 > h3 > a:link{
  font-size : 1.6rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-2 > h3 > a:visited{
  font-size : 1.6rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-2 > h3 > a:hover{
  font-size : 1.6rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-3 > dl{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-3 > dl > dd{
  font-size : 1.4rem;
}

.sp-wp-post-list#sp-wp-post-list-3 > dl > dd > a:link{
  font-size : 1.4rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-3 > dl > dd > a:visited{
  font-size : 1.4rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-3 > dl > dd > a:hover{
  font-size : 1.4rem;
  color : #e3cb67;
}

.sp-wp-post-list#sp-wp-post-list-3 > h3{
  font-size : 1.6rem;
}

.sp-wp-post-list#sp-wp-post-list-3 > h3 > a:link{
  font-size : 1.6rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-3 > h3 > a:visited{
  font-size : 1.6rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-3 > h3 > a:hover{
  font-size : 1.6rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-4 > .hpb-more-entry{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-4 > .hpb-more-entry a:link{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-4 > .hpb-more-entry a:visited{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-4 > .hpb-more-entry a:hover{
  color : #e3cb67;
}

.sp-wp-post-list#sp-wp-post-list-4 > dl > dd{
  font-size : 1.4rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-4 > dl > dd > a:link{
  font-size : 1.4rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-4 > dl > dd > a:visited{
  font-size : 1.4rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-4 > dl > dd > a:hover{
  font-size : 1.4rem;
  color : #e3cb67;
}

.sp-wp-post-list#sp-wp-post-list-4 > dl > dt{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-4 > h3{
  font-size : 1.6rem;
}

.sp-wp-post-list#sp-wp-post-list-4 > h3 > a:link{
  font-size : 1.6rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-4 > h3 > a:visited{
  font-size : 1.6rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-4 > h3 > a:hover{
  font-size : 1.6rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-5 > h3{
  font-size : 1.6rem;
  color : #dec753;
}

.sp-wp-post-list#sp-wp-post-list-5 > h3 > a:link{
  font-size : 1.6rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-5 > h3 > a:visited{
  font-size : 1.6rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-5 > h3 > a:hover{
  font-size : 1.6rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-5 > ul{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-5 > ul > li{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-5 > ul > li > a:link{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-5 > ul > li > a:visited{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-5 > ul > li > a:hover{
  color : #e3cb67;
}

.sp-wp-post-list#sp-wp-post-list-6 > h3{
  font-size : 1.6rem;
  color : #dec753;
}

.sp-wp-post-list#sp-wp-post-list-6 > h3 > a:link{
  font-size : 1.6rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-6 > h3 > a:visited{
  font-size : 1.6rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-6 > h3 > a:hover{
  font-size : 1.6rem;
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-6 > ul{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-6 > ul > li{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-6 > ul > li > a:link{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-6 > ul > li > a:visited{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-6 > ul > li > a:hover{
  color : #e3cb67;
}

.sp-wp-post-list#sp-wp-post-list-7 > article > footer{
  color : #757575;
}

.sp-wp-post-list#sp-wp-post-list-7 > article > footer a:link{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-7 > article > header{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-7 > article > header > h4{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-7 > article > header > h4 > a:link{
  font-size : 2rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-7 > article > header > h4 > a:visited{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-7 > article > header > h4 > a:hover{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-7 > h3 > a:link{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-7 > h3 > a:visited{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-7 > h3 > a:hover{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content > p{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-8 > article > footer{
  color : #757575;
}

.sp-wp-post-list#sp-wp-post-list-8 > article > header > h4{
  font-size : 2rem;
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-8 > article > header > h4 > a:link{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-8 > article > header > h4 > a:visited{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-8 > article > header > h4 > a:hover{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-8 > h3 > a:link{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-8 > h3 > a:visited{
  color : #e3c259;
}

.sp-wp-post-list#sp-wp-post-list-8 > h3 > a:hover{
  color : #c99b2e;
}

.sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content > p{
  color : #ffffff;
}

@media not screen, screen and (min-width: 569px) {

  #sp-block-container-29{
    width : 680px;
  }

  #sp-block-container-33{
    width : 680px;
  }

  #sp-block-container-37{
    width : 680px;
  }

  #sp-block-container-42{
    width : 680px;
  }

  #sp-block-container-48{
    width : 680px;
  }

  #sp-block-container-52{
    width : 680px;
  }

  #sp-block-container-56{
    width : 680px;
  }

  #sp-block-container-60{
    width : 680px;
  }

  #sp-block-container-64{
    width : 680px;
  }

  #sp-block-container-68{
    width : 680px;
  }

  #sp-block-container-72{
    width : 680px;
  }

  #sp-block-container-76{
    width : 680px;
  }

  #sp-block-container-80{
    width : 680px;
  }

  #sp-block-container-83{
    width : 680px;
  }

  #sp-block-container-86{
    width : 680px;
  }

  #sp-block-container-91{
    width : 1050px;
  }

  #sp-button-1{
    width : 361px;
  }

  #sp-button-10{
    width : 210px;
  }

  #sp-button-11{
    width : 210px;
  }

  #sp-button-12{
    width : 210px;
  }

  #sp-button-13{
    width : 210px;
  }

  #sp-button-14{
    width : 210px;
  }

  #sp-button-15{
    width : 210px;
  }

  #sp-button-16{
    width : 210px;
  }

  #sp-button-17{
    width : 210px;
  }

  #sp-button-18{
    width : 210px;
  }

  #sp-button-19{
    width : 361px;
  }

  #sp-button-2{
    width : 367px;
  }

  #sp-button-3{
    width : 361px;
  }

  #sp-button-4{
    width : 210px;
  }

  #sp-button-5{
    width : 210px;
  }

  #sp-button-6{
    width : 210px;
  }

  #sp-button-7{
    width : 210px;
  }

  #sp-button-8{
    width : 210px;
  }

  #sp-button-9{
    width : 210px;
  }

  #sp-image-25{
    width : 335px;
    height : 236px;
  }

  #sp-image-26{
    width : 322px;
    height : 322px;
  }

  #sp-image-47{
    width : 1054px;
    height : 400px;
  }

  #sp-image-49{
    width : 1054px;
    height : 400px;
  }

  #sp-image-50{
    width : 678px;
    height : 508px;
  }

  #sp-image-51{
    width : 1054px;
    height : 400px;
  }

  #sp-image-52{
    width : 678px;
    height : 508px;
  }

  #sp-image-53{
    width : 1054px;
    height : 400px;
  }

  #sp-image-54{
    width : 678px;
    height : 508px;
  }

  #sp-image-55{
    width : 1054px;
    height : 400px;
  }

  #sp-image-56{
    width : 1054px;
    height : 400px;
  }

  #sp-image-58{
    width : 335px;
    height : 236px;
  }

  #sp-image-60{
    width : 357px;
    height : 148px;
  }

  #sp-image-61{
    width : 360px;
    height : 199px;
  }

  #sp-photo-motion-1{
    width : 1100px;
    height : 693px;
  }

  #sp-site-branding2-1 > .site-description{
    margin-bottom : 8px;
    float : none;
    position : relative;
    top : auto;
    bottom : auto;
    right : auto;
    left : auto;
  }

  #sp-site-branding2-1 > .site-title{
    width : 960px;
    height : 85px;
    top : auto;
    bottom : 45px;
    right : auto;
    left : 1000px;
  }

  #sp-table-1{
    margin-top : 5px;
    width : 376px;
  }

  #sp-table-16{
    min-height : 319px;
  }
}

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

  #sp-site-branding2-1 > .site-title{
    margin-left : 20px;
    width : 362px;
    height : 96px;
    top : auto;
    bottom : 34px;
    right : auto;
    left : -32px;
  }
}