#colophon{
  background-color : #d7c29a;
  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;
}

#content{
  min-height : 50px;
}

#contenthead {
}

#masthead {
}

.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 textarea[name="message"]{
  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.sp-flex:not(table)::after{
  content : none;
}

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

.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 : #00bab4;
  text-decoration : underline;
}

a:focus{
  text-decoration : none;
}

a:hover{
  text-decoration : none;
}

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 : #571914;
  background-color : #fff6ea;
  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 : 10px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 10px;
    margin-top : -30px;
  }

  #colophon-inner{
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 960px;
    box-sizing : border-box;
  }

  #content{
    min-height : 50px;
  }

  #main{
    background-color : transparent;
    background-image : url(img/main-bg1.png);
    background-repeat : no-repeat;
    background-attachment : scroll;
    background-position : 100% 105%;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 30px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 30px;
    width : 960px;
    box-sizing : content-box;
  }

  #main::after{
    clear : both;
    display : table;
    content : "";
  }

  #masthead{
    margin-bottom : 15px;
    position : relative;
  }

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

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

  #sidebar1 {
  }

  #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;
  }

  a{
    outline-width : medium;
    outline-style : none;
    outline-color : black;
  }

  a:focus {
  }

  a:hover {
  }

  body{
    min-width : 100%;
  }

  img{
    display : block;
  }
}

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

  #content{
    width : 758px;
    float : left;
  }

  #contenthead{
    width : 960px;
  }

  #main-inner{
    width : 960px;
  }

  #sidebar2{
    width : 192px;
    float : right;
  }
}

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

  #colophon{
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    width : 100%;
    box-sizing : border-box;
  }

  #colophon-inner{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #content{
    min-height : 50px;
  }

  #main{
    background-color : transparent;
    background-image : url(img/main-bg1.png);
    background-repeat : no-repeat;
    background-attachment : scroll;
    background-position : 100% 105%;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
  }

  *{
    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-table{
    display : block;
    overflow-x : auto;
  }

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

  embed{
    max-width : 100%;
  }
}

#sp-image-28{
  text-decoration : none;
  border-top-left-radius : 50% 50%;
  border-top-right-radius : 50% 50%;
  border-bottom-right-radius : 50% 50%;
  border-bottom-left-radius : 50% 50%;
  box-shadow : 0px 0px 50px rgba(0, 0, 0, 0.5) inset;
  position : relative;
}

#sp-item-gallery-135 > ul, #sp-item-gallery-136 > ul, #sp-item-gallery-137 > ul, #sp-item-gallery-138 > ul, #sp-item-gallery-139 > ul, #sp-item-gallery-140 > ul, #sp-item-gallery-141 > ul, #sp-item-gallery-142 > ul, #sp-item-gallery-143 > ul, #sp-item-gallery-145 > ul, #sp-item-gallery-146 > ul, #sp-item-gallery-147 > ul, #sp-item-gallery-148 > ul, #sp-item-gallery-149 > ul, #sp-item-gallery-150 > ul, #sp-item-gallery-151 > ul, #sp-item-gallery-152 > ul, #sp-item-gallery-153 > ul, #sp-item-gallery-154 > ul, #sp-item-gallery-155 > ul, #sp-item-gallery-156 > ul, #sp-item-gallery-157 > ul, #sp-item-gallery-158 > ul, #sp-item-gallery-159 > ul, #sp-item-gallery-160 > ul, #sp-item-gallery-161 > 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-135 > ul > li, #sp-item-gallery-136 > ul > li, #sp-item-gallery-137 > ul > li, #sp-item-gallery-138 > ul > li, #sp-item-gallery-139 > ul > li, #sp-item-gallery-140 > ul > li, #sp-item-gallery-141 > ul > li, #sp-item-gallery-142 > ul > li, #sp-item-gallery-143 > ul > li, #sp-item-gallery-145 > ul > li, #sp-item-gallery-146 > ul > li, #sp-item-gallery-147 > ul > li, #sp-item-gallery-148 > ul > li, #sp-item-gallery-149 > ul > li, #sp-item-gallery-150 > ul > li, #sp-item-gallery-151 > ul > li, #sp-item-gallery-152 > ul > li, #sp-item-gallery-153 > ul > li, #sp-item-gallery-154 > ul > li, #sp-item-gallery-155 > ul > li, #sp-item-gallery-156 > ul > li, #sp-item-gallery-157 > ul > li, #sp-item-gallery-158 > ul > li, #sp-item-gallery-159 > ul > li, #sp-item-gallery-160 > ul > li, #sp-item-gallery-161 > ul > li{
  font-size : 12px;
  line-height : 1.2em;
  color : #ffffff;
  background-color : #242f58;
  text-align : left;
  padding-top : 10px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 8px;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
  border-top-width : 2px;
  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 : #b4d6fa;
  border-left-color : #b4d6fa;
  border-right-color : #b4d6fa;
  border-bottom-color : #b4d6fa;
  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 : 152px;
  height : 250px;
  float : left;
  box-sizing : border-box;
}

#sp-item-gallery-135> ul> li a:hover.item-gallery-link img, #sp-item-gallery-136> ul> li a:hover.item-gallery-link img, #sp-item-gallery-137> ul> li a:hover.item-gallery-link img, #sp-item-gallery-138> ul> li a:hover.item-gallery-link img, #sp-item-gallery-139> ul> li a:hover.item-gallery-link img, #sp-item-gallery-140> ul> li a:hover.item-gallery-link img, #sp-item-gallery-141> ul> li a:hover.item-gallery-link img, #sp-item-gallery-142> ul> li a:hover.item-gallery-link img, #sp-item-gallery-143> ul> li a:hover.item-gallery-link img, #sp-item-gallery-145> ul> li a:hover.item-gallery-link img, #sp-item-gallery-146> ul> li a:hover.item-gallery-link img, #sp-item-gallery-147> ul> li a:hover.item-gallery-link img, #sp-item-gallery-148> ul> li a:hover.item-gallery-link img, #sp-item-gallery-149> ul> li a:hover.item-gallery-link img, #sp-item-gallery-150> ul> li a:hover.item-gallery-link img, #sp-item-gallery-151> ul> li a:hover.item-gallery-link img, #sp-item-gallery-152> ul> li a:hover.item-gallery-link img, #sp-item-gallery-153> ul> li a:hover.item-gallery-link img, #sp-item-gallery-154> ul> li a:hover.item-gallery-link img, #sp-item-gallery-155> ul> li a:hover.item-gallery-link img, #sp-item-gallery-156> ul> li a:hover.item-gallery-link img, #sp-item-gallery-157> ul> li a:hover.item-gallery-link img, #sp-item-gallery-158> ul> li a:hover.item-gallery-link img, #sp-item-gallery-159> ul> li a:hover.item-gallery-link img, #sp-item-gallery-160> ul> li a:hover.item-gallery-link img, #sp-item-gallery-161> ul> li a:hover.item-gallery-link img {
  opacity: 0.6;
}

#sp-item-gallery-135 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-136 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-137 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-138 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-139 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-140 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-141 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-142 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-143 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-145 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-146 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-147 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-148 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-149 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-150 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-151 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-152 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-153 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-154 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-155 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-156 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-157 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-158 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-159 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-160 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-161 > ul > li > div img.item-gallery-thumbnail{
  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 : #b4d6fa;
  border-left-color : #b4d6fa;
  border-right-color : #b4d6fa;
  border-bottom-color : #b4d6fa;
  width : 100%;
  display : block;
}

#sp-item-gallery-135 > ul > li > div.item-gallery-photo, #sp-item-gallery-136 > ul > li > div.item-gallery-photo, #sp-item-gallery-137 > ul > li > div.item-gallery-photo, #sp-item-gallery-138 > ul > li > div.item-gallery-photo, #sp-item-gallery-139 > ul > li > div.item-gallery-photo, #sp-item-gallery-140 > ul > li > div.item-gallery-photo, #sp-item-gallery-141 > ul > li > div.item-gallery-photo, #sp-item-gallery-142 > ul > li > div.item-gallery-photo, #sp-item-gallery-143 > ul > li > div.item-gallery-photo, #sp-item-gallery-145 > ul > li > div.item-gallery-photo, #sp-item-gallery-146 > ul > li > div.item-gallery-photo, #sp-item-gallery-147 > ul > li > div.item-gallery-photo, #sp-item-gallery-148 > ul > li > div.item-gallery-photo, #sp-item-gallery-149 > ul > li > div.item-gallery-photo, #sp-item-gallery-150 > ul > li > div.item-gallery-photo, #sp-item-gallery-151 > ul > li > div.item-gallery-photo, #sp-item-gallery-152 > ul > li > div.item-gallery-photo, #sp-item-gallery-153 > ul > li > div.item-gallery-photo, #sp-item-gallery-154 > ul > li > div.item-gallery-photo, #sp-item-gallery-155 > ul > li > div.item-gallery-photo, #sp-item-gallery-156 > ul > li > div.item-gallery-photo, #sp-item-gallery-157 > ul > li > div.item-gallery-photo, #sp-item-gallery-158 > ul > li > div.item-gallery-photo, #sp-item-gallery-159 > ul > li > div.item-gallery-photo, #sp-item-gallery-160 > ul > li > div.item-gallery-photo, #sp-item-gallery-161 > ul > li > div.item-gallery-photo{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-item-gallery-135 > ul > li > p, #sp-item-gallery-136 > ul > li > p, #sp-item-gallery-137 > ul > li > p, #sp-item-gallery-138 > ul > li > p, #sp-item-gallery-139 > ul > li > p, #sp-item-gallery-140 > ul > li > p, #sp-item-gallery-141 > ul > li > p, #sp-item-gallery-142 > ul > li > p, #sp-item-gallery-143 > ul > li > p, #sp-item-gallery-145 > ul > li > p, #sp-item-gallery-146 > ul > li > p, #sp-item-gallery-147 > ul > li > p, #sp-item-gallery-148 > ul > li > p, #sp-item-gallery-149 > ul > li > p, #sp-item-gallery-150 > ul > li > p, #sp-item-gallery-151 > ul > li > p, #sp-item-gallery-152 > ul > li > p, #sp-item-gallery-153 > ul > li > p, #sp-item-gallery-154 > ul > li > p, #sp-item-gallery-155 > ul > li > p, #sp-item-gallery-156 > ul > li > p, #sp-item-gallery-157 > ul > li > p, #sp-item-gallery-158 > ul > li > p, #sp-item-gallery-159 > ul > li > p, #sp-item-gallery-160 > ul > li > p, #sp-item-gallery-161 > ul > li > p{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-item-gallery-135 > ul > li > p.item-gallery-content, #sp-item-gallery-136 > ul > li > p.item-gallery-content, #sp-item-gallery-137 > ul > li > p.item-gallery-content, #sp-item-gallery-138 > ul > li > p.item-gallery-content, #sp-item-gallery-139 > ul > li > p.item-gallery-content, #sp-item-gallery-140 > ul > li > p.item-gallery-content, #sp-item-gallery-141 > ul > li > p.item-gallery-content, #sp-item-gallery-142 > ul > li > p.item-gallery-content, #sp-item-gallery-143 > ul > li > p.item-gallery-content, #sp-item-gallery-145 > ul > li > p.item-gallery-content, #sp-item-gallery-146 > ul > li > p.item-gallery-content, #sp-item-gallery-147 > ul > li > p.item-gallery-content, #sp-item-gallery-148 > ul > li > p.item-gallery-content, #sp-item-gallery-149 > ul > li > p.item-gallery-content, #sp-item-gallery-150 > ul > li > p.item-gallery-content, #sp-item-gallery-151 > ul > li > p.item-gallery-content, #sp-item-gallery-152 > ul > li > p.item-gallery-content, #sp-item-gallery-153 > ul > li > p.item-gallery-content, #sp-item-gallery-154 > ul > li > p.item-gallery-content, #sp-item-gallery-155 > ul > li > p.item-gallery-content, #sp-item-gallery-156 > ul > li > p.item-gallery-content, #sp-item-gallery-157 > ul > li > p.item-gallery-content, #sp-item-gallery-158 > ul > li > p.item-gallery-content, #sp-item-gallery-159 > ul > li > p.item-gallery-content, #sp-item-gallery-160 > ul > li > p.item-gallery-content, #sp-item-gallery-161 > ul > li > p.item-gallery-content{
  color : #ffffff;
}

#sp-item-gallery-135 > ul > li > p.item-gallery-icons, #sp-item-gallery-136 > ul > li > p.item-gallery-icons, #sp-item-gallery-137 > ul > li > p.item-gallery-icons, #sp-item-gallery-138 > ul > li > p.item-gallery-icons, #sp-item-gallery-139 > ul > li > p.item-gallery-icons, #sp-item-gallery-140 > ul > li > p.item-gallery-icons, #sp-item-gallery-141 > ul > li > p.item-gallery-icons, #sp-item-gallery-142 > ul > li > p.item-gallery-icons, #sp-item-gallery-143 > ul > li > p.item-gallery-icons, #sp-item-gallery-145 > ul > li > p.item-gallery-icons, #sp-item-gallery-146 > ul > li > p.item-gallery-icons, #sp-item-gallery-147 > ul > li > p.item-gallery-icons, #sp-item-gallery-148 > ul > li > p.item-gallery-icons, #sp-item-gallery-149 > ul > li > p.item-gallery-icons, #sp-item-gallery-150 > ul > li > p.item-gallery-icons, #sp-item-gallery-151 > ul > li > p.item-gallery-icons, #sp-item-gallery-152 > ul > li > p.item-gallery-icons, #sp-item-gallery-153 > ul > li > p.item-gallery-icons, #sp-item-gallery-154 > ul > li > p.item-gallery-icons, #sp-item-gallery-155 > ul > li > p.item-gallery-icons, #sp-item-gallery-156 > ul > li > p.item-gallery-icons, #sp-item-gallery-157 > ul > li > p.item-gallery-icons, #sp-item-gallery-158 > ul > li > p.item-gallery-icons, #sp-item-gallery-159 > ul > li > p.item-gallery-icons, #sp-item-gallery-160 > ul > li > p.item-gallery-icons, #sp-item-gallery-161 > ul > li > p.item-gallery-icons{
  text-align : center;
  width : 100%;
  min-height : 20px;
}

#sp-item-gallery-135 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-136 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-137 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-138 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-139 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-140 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-141 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-142 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-143 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-145 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-146 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-147 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-148 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-149 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-150 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-151 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-152 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-153 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-154 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-155 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-156 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-157 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-158 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-159 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-160 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-161 > 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-135 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-136 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-137 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-138 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-139 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-140 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-141 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-142 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-143 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-145 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-146 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-147 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-148 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-149 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-150 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-151 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-152 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-153 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-154 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-155 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-156 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-157 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-158 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-159 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-160 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-161 > 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-135 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-136 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-137 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-138 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-139 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-140 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-141 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-142 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-143 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-145 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-146 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-147 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-148 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-149 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-150 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-151 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-152 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-153 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-154 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-155 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-156 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-157 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-158 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-159 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-160 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-161 > 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-135 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-136 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-137 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-138 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-139 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-140 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-141 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-142 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-143 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-145 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-146 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-147 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-148 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-149 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-150 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-151 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-152 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-153 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-154 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-155 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-156 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-157 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-158 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-159 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-160 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-161 > 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-135 > ul > li > p.item-gallery-icons span, #sp-item-gallery-136 > ul > li > p.item-gallery-icons span, #sp-item-gallery-137 > ul > li > p.item-gallery-icons span, #sp-item-gallery-138 > ul > li > p.item-gallery-icons span, #sp-item-gallery-139 > ul > li > p.item-gallery-icons span, #sp-item-gallery-140 > ul > li > p.item-gallery-icons span, #sp-item-gallery-141 > ul > li > p.item-gallery-icons span, #sp-item-gallery-142 > ul > li > p.item-gallery-icons span, #sp-item-gallery-143 > ul > li > p.item-gallery-icons span, #sp-item-gallery-145 > ul > li > p.item-gallery-icons span, #sp-item-gallery-146 > ul > li > p.item-gallery-icons span, #sp-item-gallery-147 > ul > li > p.item-gallery-icons span, #sp-item-gallery-148 > ul > li > p.item-gallery-icons span, #sp-item-gallery-149 > ul > li > p.item-gallery-icons span, #sp-item-gallery-150 > ul > li > p.item-gallery-icons span, #sp-item-gallery-151 > ul > li > p.item-gallery-icons span, #sp-item-gallery-152 > ul > li > p.item-gallery-icons span, #sp-item-gallery-153 > ul > li > p.item-gallery-icons span, #sp-item-gallery-154 > ul > li > p.item-gallery-icons span, #sp-item-gallery-155 > ul > li > p.item-gallery-icons span, #sp-item-gallery-156 > ul > li > p.item-gallery-icons span, #sp-item-gallery-157 > ul > li > p.item-gallery-icons span, #sp-item-gallery-158 > ul > li > p.item-gallery-icons span, #sp-item-gallery-159 > ul > li > p.item-gallery-icons span, #sp-item-gallery-160 > ul > li > p.item-gallery-icons span, #sp-item-gallery-161 > ul > li > p.item-gallery-icons span{
  line-height : 12px;
  vertical-align : text-bottom;
  text-align : center;
  margin-right : 3px;
  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-135 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-136 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-137 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-138 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-139 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-140 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-141 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-142 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-143 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-145 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-146 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-147 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-148 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-149 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-150 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-151 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-152 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-153 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-154 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-155 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-156 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-157 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-158 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-159 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-160 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-161 > ul > li > p.item-gallery-icons + p.item-gallery-price{
  margin-top : 5px;
}

#sp-item-gallery-135 > ul > li > p.item-gallery-price, #sp-item-gallery-136 > ul > li > p.item-gallery-price, #sp-item-gallery-137 > ul > li > p.item-gallery-price, #sp-item-gallery-138 > ul > li > p.item-gallery-price, #sp-item-gallery-139 > ul > li > p.item-gallery-price, #sp-item-gallery-140 > ul > li > p.item-gallery-price, #sp-item-gallery-141 > ul > li > p.item-gallery-price, #sp-item-gallery-142 > ul > li > p.item-gallery-price, #sp-item-gallery-143 > ul > li > p.item-gallery-price, #sp-item-gallery-145 > ul > li > p.item-gallery-price, #sp-item-gallery-146 > ul > li > p.item-gallery-price, #sp-item-gallery-147 > ul > li > p.item-gallery-price, #sp-item-gallery-148 > ul > li > p.item-gallery-price, #sp-item-gallery-149 > ul > li > p.item-gallery-price, #sp-item-gallery-150 > ul > li > p.item-gallery-price, #sp-item-gallery-151 > ul > li > p.item-gallery-price, #sp-item-gallery-152 > ul > li > p.item-gallery-price, #sp-item-gallery-153 > ul > li > p.item-gallery-price, #sp-item-gallery-154 > ul > li > p.item-gallery-price, #sp-item-gallery-155 > ul > li > p.item-gallery-price, #sp-item-gallery-156 > ul > li > p.item-gallery-price, #sp-item-gallery-157 > ul > li > p.item-gallery-price, #sp-item-gallery-158 > ul > li > p.item-gallery-price, #sp-item-gallery-159 > ul > li > p.item-gallery-price, #sp-item-gallery-160 > ul > li > p.item-gallery-price, #sp-item-gallery-161 > ul > li > p.item-gallery-price{
  color : #ffffff;
  text-align : left;
  width : 100%;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-135 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-136 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-137 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-138 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-139 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-140 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-141 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-142 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-143 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-145 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-146 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-147 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-148 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-149 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-150 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-151 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-152 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-153 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-154 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-155 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-156 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-157 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-158 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-159 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-160 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-161 > ul > li > p.item-gallery-price .item-gallery-price-after{
  font-size : small;
  color : #9396a6;
  margin-left : 5px;
}

#sp-item-gallery-135 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-136 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-137 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-138 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-139 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-140 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-141 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-142 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-143 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-145 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-146 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-147 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-148 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-149 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-150 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-151 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-152 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-153 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-154 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-155 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-156 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-157 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-158 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-159 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-160 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-161 > ul > li > p.item-gallery-price .item-gallery-price-before{
  color : #9396a6;
  margin-right : 5px;
}

#sp-item-gallery-135 > ul > li > p.item-gallery-title, #sp-item-gallery-136 > ul > li > p.item-gallery-title, #sp-item-gallery-137 > ul > li > p.item-gallery-title, #sp-item-gallery-138 > ul > li > p.item-gallery-title, #sp-item-gallery-139 > ul > li > p.item-gallery-title, #sp-item-gallery-140 > ul > li > p.item-gallery-title, #sp-item-gallery-141 > ul > li > p.item-gallery-title, #sp-item-gallery-142 > ul > li > p.item-gallery-title, #sp-item-gallery-143 > ul > li > p.item-gallery-title, #sp-item-gallery-145 > ul > li > p.item-gallery-title, #sp-item-gallery-146 > ul > li > p.item-gallery-title, #sp-item-gallery-147 > ul > li > p.item-gallery-title, #sp-item-gallery-148 > ul > li > p.item-gallery-title, #sp-item-gallery-149 > ul > li > p.item-gallery-title, #sp-item-gallery-150 > ul > li > p.item-gallery-title, #sp-item-gallery-151 > ul > li > p.item-gallery-title, #sp-item-gallery-152 > ul > li > p.item-gallery-title, #sp-item-gallery-153 > ul > li > p.item-gallery-title, #sp-item-gallery-154 > ul > li > p.item-gallery-title, #sp-item-gallery-155 > ul > li > p.item-gallery-title, #sp-item-gallery-156 > ul > li > p.item-gallery-title, #sp-item-gallery-157 > ul > li > p.item-gallery-title, #sp-item-gallery-158 > ul > li > p.item-gallery-title, #sp-item-gallery-159 > ul > li > p.item-gallery-title, #sp-item-gallery-160 > ul > li > p.item-gallery-title, #sp-item-gallery-161 > ul > li > p.item-gallery-title{
  font-size : 1.2em;
  line-height : 2em;
  color : #242f58;
  background-color : #b4d6fa;
  padding-left : 10px;
  margin-top : -8px;
  margin-left : -8px;
  margin-right : -8px;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #242f58;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-135 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-136 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-137 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-138 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-139 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-140 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-141 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-142 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-143 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-145 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-146 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-147 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-148 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-149 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-150 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-151 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-152 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-153 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-154 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-155 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-156 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-157 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-158 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-159 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-160 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-161 > ul > li > p:not(.item-gallery-title){
  margin-top : 10px;
}

#sp-item-gallery-121 > ul, #sp-item-gallery-122 > ul, #sp-item-gallery-123 > ul, #sp-item-gallery-124 > ul, #sp-item-gallery-125 > ul, #sp-item-gallery-126 > ul, #sp-item-gallery-127 > ul, #sp-item-gallery-128 > ul, #sp-item-gallery-129 > ul, #sp-item-gallery-130 > ul, #sp-item-gallery-131 > ul, #sp-item-gallery-132 > ul, #sp-item-gallery-133 > ul, #sp-item-gallery-134 > ul, #sp-item-gallery-163 > ul, #sp-item-gallery-82 > 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-121 > ul > li, #sp-item-gallery-122 > ul > li, #sp-item-gallery-123 > ul > li, #sp-item-gallery-124 > ul > li, #sp-item-gallery-125 > ul > li, #sp-item-gallery-126 > ul > li, #sp-item-gallery-127 > ul > li, #sp-item-gallery-128 > ul > li, #sp-item-gallery-129 > ul > li, #sp-item-gallery-130 > ul > li, #sp-item-gallery-131 > ul > li, #sp-item-gallery-132 > ul > li, #sp-item-gallery-133 > ul > li, #sp-item-gallery-134 > ul > li, #sp-item-gallery-163 > ul > li, #sp-item-gallery-82 > 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-121> ul> li a:hover.item-gallery-link img, #sp-item-gallery-122> ul> li a:hover.item-gallery-link img, #sp-item-gallery-123> ul> li a:hover.item-gallery-link img, #sp-item-gallery-124> ul> li a:hover.item-gallery-link img, #sp-item-gallery-125> ul> li a:hover.item-gallery-link img, #sp-item-gallery-126> ul> li a:hover.item-gallery-link img, #sp-item-gallery-127> ul> li a:hover.item-gallery-link img, #sp-item-gallery-128> ul> li a:hover.item-gallery-link img, #sp-item-gallery-129> ul> li a:hover.item-gallery-link img, #sp-item-gallery-130> ul> li a:hover.item-gallery-link img, #sp-item-gallery-131> ul> li a:hover.item-gallery-link img, #sp-item-gallery-132> ul> li a:hover.item-gallery-link img, #sp-item-gallery-133> ul> li a:hover.item-gallery-link img, #sp-item-gallery-134> ul> li a:hover.item-gallery-link img, #sp-item-gallery-163> ul> li a:hover.item-gallery-link img, #sp-item-gallery-82> ul> li a:hover.item-gallery-link img {
  opacity: 0.6;
}

#sp-item-gallery-121 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-122 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-123 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-124 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-125 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-126 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-127 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-128 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-129 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-130 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-131 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-132 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-133 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-134 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-163 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-82 > 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-121 > ul > li > p, #sp-item-gallery-122 > ul > li > p, #sp-item-gallery-123 > ul > li > p, #sp-item-gallery-124 > ul > li > p, #sp-item-gallery-125 > ul > li > p, #sp-item-gallery-126 > ul > li > p, #sp-item-gallery-127 > ul > li > p, #sp-item-gallery-128 > ul > li > p, #sp-item-gallery-129 > ul > li > p, #sp-item-gallery-130 > ul > li > p, #sp-item-gallery-131 > ul > li > p, #sp-item-gallery-132 > ul > li > p, #sp-item-gallery-133 > ul > li > p, #sp-item-gallery-134 > ul > li > p, #sp-item-gallery-163 > ul > li > p, #sp-item-gallery-82 > ul > li > p{
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-item-gallery-121 > ul > li > p.item-gallery-content, #sp-item-gallery-122 > ul > li > p.item-gallery-content, #sp-item-gallery-123 > ul > li > p.item-gallery-content, #sp-item-gallery-124 > ul > li > p.item-gallery-content, #sp-item-gallery-125 > ul > li > p.item-gallery-content, #sp-item-gallery-126 > ul > li > p.item-gallery-content, #sp-item-gallery-127 > ul > li > p.item-gallery-content, #sp-item-gallery-128 > ul > li > p.item-gallery-content, #sp-item-gallery-129 > ul > li > p.item-gallery-content, #sp-item-gallery-130 > ul > li > p.item-gallery-content, #sp-item-gallery-131 > ul > li > p.item-gallery-content, #sp-item-gallery-132 > ul > li > p.item-gallery-content, #sp-item-gallery-133 > ul > li > p.item-gallery-content, #sp-item-gallery-134 > ul > li > p.item-gallery-content, #sp-item-gallery-163 > ul > li > p.item-gallery-content, #sp-item-gallery-82 > ul > li > p.item-gallery-content{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-item-gallery-121 > ul > li > p.item-gallery-icons, #sp-item-gallery-122 > ul > li > p.item-gallery-icons, #sp-item-gallery-123 > ul > li > p.item-gallery-icons, #sp-item-gallery-124 > ul > li > p.item-gallery-icons, #sp-item-gallery-125 > ul > li > p.item-gallery-icons, #sp-item-gallery-126 > ul > li > p.item-gallery-icons, #sp-item-gallery-127 > ul > li > p.item-gallery-icons, #sp-item-gallery-128 > ul > li > p.item-gallery-icons, #sp-item-gallery-129 > ul > li > p.item-gallery-icons, #sp-item-gallery-130 > ul > li > p.item-gallery-icons, #sp-item-gallery-131 > ul > li > p.item-gallery-icons, #sp-item-gallery-132 > ul > li > p.item-gallery-icons, #sp-item-gallery-133 > ul > li > p.item-gallery-icons, #sp-item-gallery-134 > ul > li > p.item-gallery-icons, #sp-item-gallery-163 > ul > li > p.item-gallery-icons, #sp-item-gallery-82 > ul > li > p.item-gallery-icons{
  text-align : center;
  width : 100%;
  min-height : 20px;
}

#sp-item-gallery-121 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-122 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-123 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-124 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-125 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-126 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-127 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-128 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-129 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-130 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-131 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-132 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-133 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-134 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-163 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-82 > 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-121 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-122 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-123 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-124 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-125 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-126 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-127 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-128 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-129 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-130 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-131 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-132 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-133 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-134 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-163 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-82 > 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-121 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-122 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-123 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-124 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-125 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-126 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-127 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-128 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-129 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-130 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-131 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-132 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-133 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-134 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-163 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-82 > 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-121 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-122 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-123 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-124 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-125 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-126 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-127 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-128 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-129 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-130 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-131 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-132 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-133 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-134 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-163 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-82 > 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-121 > ul > li > p.item-gallery-icons span, #sp-item-gallery-122 > ul > li > p.item-gallery-icons span, #sp-item-gallery-123 > ul > li > p.item-gallery-icons span, #sp-item-gallery-124 > ul > li > p.item-gallery-icons span, #sp-item-gallery-125 > ul > li > p.item-gallery-icons span, #sp-item-gallery-126 > ul > li > p.item-gallery-icons span, #sp-item-gallery-127 > ul > li > p.item-gallery-icons span, #sp-item-gallery-128 > ul > li > p.item-gallery-icons span, #sp-item-gallery-129 > ul > li > p.item-gallery-icons span, #sp-item-gallery-130 > ul > li > p.item-gallery-icons span, #sp-item-gallery-131 > ul > li > p.item-gallery-icons span, #sp-item-gallery-132 > ul > li > p.item-gallery-icons span, #sp-item-gallery-133 > ul > li > p.item-gallery-icons span, #sp-item-gallery-134 > ul > li > p.item-gallery-icons span, #sp-item-gallery-163 > ul > li > p.item-gallery-icons span, #sp-item-gallery-82 > 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-121 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-122 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-123 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-124 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-125 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-126 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-127 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-128 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-129 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-130 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-131 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-132 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-133 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-134 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-163 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-82 > ul > li > p.item-gallery-icons + p.item-gallery-price{
  margin-top : 0px;
}

#sp-item-gallery-121 > ul > li > p.item-gallery-price, #sp-item-gallery-122 > ul > li > p.item-gallery-price, #sp-item-gallery-123 > ul > li > p.item-gallery-price, #sp-item-gallery-124 > ul > li > p.item-gallery-price, #sp-item-gallery-125 > ul > li > p.item-gallery-price, #sp-item-gallery-126 > ul > li > p.item-gallery-price, #sp-item-gallery-127 > ul > li > p.item-gallery-price, #sp-item-gallery-128 > ul > li > p.item-gallery-price, #sp-item-gallery-129 > ul > li > p.item-gallery-price, #sp-item-gallery-130 > ul > li > p.item-gallery-price, #sp-item-gallery-131 > ul > li > p.item-gallery-price, #sp-item-gallery-132 > ul > li > p.item-gallery-price, #sp-item-gallery-133 > ul > li > p.item-gallery-price, #sp-item-gallery-134 > ul > li > p.item-gallery-price, #sp-item-gallery-163 > ul > li > p.item-gallery-price, #sp-item-gallery-82 > 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-121 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-122 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-123 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-124 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-125 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-126 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-127 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-128 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-129 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-130 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-131 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-132 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-133 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-134 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-163 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-82 > ul > li > p.item-gallery-price .item-gallery-price-after{
  font-size : small;
  color : #9396a6;
  margin-left : 5px;
}

#sp-item-gallery-121 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-122 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-123 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-124 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-125 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-126 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-127 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-128 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-129 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-130 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-131 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-132 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-133 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-134 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-163 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-82 > ul > li > p.item-gallery-price .item-gallery-price-before{
  color : #9396a6;
  margin-right : 5px;
}

#sp-item-gallery-121 > ul > li > p.item-gallery-title, #sp-item-gallery-122 > ul > li > p.item-gallery-title, #sp-item-gallery-123 > ul > li > p.item-gallery-title, #sp-item-gallery-124 > ul > li > p.item-gallery-title, #sp-item-gallery-125 > ul > li > p.item-gallery-title, #sp-item-gallery-126 > ul > li > p.item-gallery-title, #sp-item-gallery-127 > ul > li > p.item-gallery-title, #sp-item-gallery-128 > ul > li > p.item-gallery-title, #sp-item-gallery-129 > ul > li > p.item-gallery-title, #sp-item-gallery-130 > ul > li > p.item-gallery-title, #sp-item-gallery-131 > ul > li > p.item-gallery-title, #sp-item-gallery-132 > ul > li > p.item-gallery-title, #sp-item-gallery-133 > ul > li > p.item-gallery-title, #sp-item-gallery-134 > ul > li > p.item-gallery-title, #sp-item-gallery-163 > ul > li > p.item-gallery-title, #sp-item-gallery-82 > 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-121 > ul > li > p:last-child, #sp-item-gallery-122 > ul > li > p:last-child, #sp-item-gallery-123 > ul > li > p:last-child, #sp-item-gallery-124 > ul > li > p:last-child, #sp-item-gallery-125 > ul > li > p:last-child, #sp-item-gallery-126 > ul > li > p:last-child, #sp-item-gallery-127 > ul > li > p:last-child, #sp-item-gallery-128 > ul > li > p:last-child, #sp-item-gallery-129 > ul > li > p:last-child, #sp-item-gallery-130 > ul > li > p:last-child, #sp-item-gallery-131 > ul > li > p:last-child, #sp-item-gallery-132 > ul > li > p:last-child, #sp-item-gallery-133 > ul > li > p:last-child, #sp-item-gallery-134 > ul > li > p:last-child, #sp-item-gallery-163 > ul > li > p:last-child, #sp-item-gallery-82 > ul > li > p:last-child{
  margin-bottom : 10px;
}

#sp-image-49{
  text-decoration : none;
  border-top-width : 8px;
  border-left-width : 8px;
  border-right-width : 8px;
  border-bottom-width : 8px;
  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;
  box-shadow : 0px 3px 4px rgba(0, 0, 0, 0.5);
  max-width : 100%;
}

#sp-item-gallery-1 > ul, #sp-item-gallery-144 > ul, #sp-item-gallery-33 > ul, #sp-item-gallery-34 > ul, #sp-item-gallery-35 > ul, #sp-item-gallery-36 > ul, #sp-item-gallery-77 > ul, #sp-item-gallery-78 > ul, #sp-item-gallery-79 > ul, #sp-item-gallery-80 > 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-144 > ul > li, #sp-item-gallery-33 > ul > li, #sp-item-gallery-34 > ul > li, #sp-item-gallery-35 > ul > li, #sp-item-gallery-36 > ul > li, #sp-item-gallery-77 > ul > li, #sp-item-gallery-78 > ul > li, #sp-item-gallery-79 > ul > li, #sp-item-gallery-80 > ul > li{
  line-height : 1.4em;
  color : #676767;
  background-color : #d3eaf5;
  text-align : left;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
  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 : 352px;
  height : 195px;
  float : left;
  overflow : hidden;
  box-sizing : border-box;
}

#sp-item-gallery-1> ul> li a:hover.item-gallery-link img, #sp-item-gallery-144> ul> li a:hover.item-gallery-link img, #sp-item-gallery-33> ul> li a:hover.item-gallery-link img, #sp-item-gallery-34> ul> li a:hover.item-gallery-link img, #sp-item-gallery-35> ul> li a:hover.item-gallery-link img, #sp-item-gallery-36> ul> li a:hover.item-gallery-link img, #sp-item-gallery-77> ul> li a:hover.item-gallery-link img, #sp-item-gallery-78> ul> li a:hover.item-gallery-link img, #sp-item-gallery-79> ul> li a:hover.item-gallery-link img, #sp-item-gallery-80> ul> li a:hover.item-gallery-link img {
  opacity: 0.6;
}

#sp-item-gallery-1 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-144 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-33 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-34 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-35 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-36 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-77 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-78 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-79 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-80 > ul > li img.item-gallery-thumbnail{
  margin-right 10px;
  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.item-gallery-icons, #sp-item-gallery-144 > ul > li p.item-gallery-icons, #sp-item-gallery-33 > ul > li p.item-gallery-icons, #sp-item-gallery-34 > ul > li p.item-gallery-icons, #sp-item-gallery-35 > ul > li p.item-gallery-icons, #sp-item-gallery-36 > ul > li p.item-gallery-icons, #sp-item-gallery-77 > ul > li p.item-gallery-icons, #sp-item-gallery-78 > ul > li p.item-gallery-icons, #sp-item-gallery-79 > ul > li p.item-gallery-icons, #sp-item-gallery-80 > 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-144 > ul > li p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-33 > ul > li p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-34 > ul > li p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-35 > ul > li p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-36 > ul > li p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-77 > ul > li p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-78 > ul > li p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-79 > ul > li p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-80 > 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-144 > ul > li p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-33 > ul > li p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-34 > ul > li p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-35 > ul > li p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-36 > ul > li p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-77 > ul > li p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-78 > ul > li p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-79 > ul > li p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-80 > 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-144 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-33 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-34 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-35 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-36 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-77 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-78 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-79 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-80 > 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-144 > ul > li p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-33 > ul > li p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-34 > ul > li p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-35 > ul > li p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-36 > ul > li p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-77 > ul > li p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-78 > ul > li p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-79 > ul > li p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-80 > 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-144 > ul > li p.item-gallery-icons span, #sp-item-gallery-33 > ul > li p.item-gallery-icons span, #sp-item-gallery-34 > ul > li p.item-gallery-icons span, #sp-item-gallery-35 > ul > li p.item-gallery-icons span, #sp-item-gallery-36 > ul > li p.item-gallery-icons span, #sp-item-gallery-77 > ul > li p.item-gallery-icons span, #sp-item-gallery-78 > ul > li p.item-gallery-icons span, #sp-item-gallery-79 > ul > li p.item-gallery-icons span, #sp-item-gallery-80 > ul > li p.item-gallery-icons span{
  line-height : 12px;
  text-align : center;
  margin-right : 3px;
  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-price, #sp-item-gallery-144 > ul > li p.item-gallery-price, #sp-item-gallery-33 > ul > li p.item-gallery-price, #sp-item-gallery-34 > ul > li p.item-gallery-price, #sp-item-gallery-35 > ul > li p.item-gallery-price, #sp-item-gallery-36 > ul > li p.item-gallery-price, #sp-item-gallery-77 > ul > li p.item-gallery-price, #sp-item-gallery-78 > ul > li p.item-gallery-price, #sp-item-gallery-79 > ul > li p.item-gallery-price, #sp-item-gallery-80 > ul > li p.item-gallery-price{
  color : #676767;
  text-align : left;
  margin-top : 5px;
  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-144 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-33 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-34 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-35 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-36 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-77 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-78 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-79 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-80 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : small;
  color : #676767;
  margin-left : 5px;
}

#sp-item-gallery-1 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-144 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-33 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-34 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-35 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-36 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-77 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-78 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-79 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-80 > ul > li p.item-gallery-price .item-gallery-price-before{
  color : #ff0000;
  margin-right : 5px;
}

#sp-item-gallery-1 > ul > li p.item-gallery-title, #sp-item-gallery-144 > ul > li p.item-gallery-title, #sp-item-gallery-33 > ul > li p.item-gallery-title, #sp-item-gallery-34 > ul > li p.item-gallery-title, #sp-item-gallery-35 > ul > li p.item-gallery-title, #sp-item-gallery-36 > ul > li p.item-gallery-title, #sp-item-gallery-77 > ul > li p.item-gallery-title, #sp-item-gallery-78 > ul > li p.item-gallery-title, #sp-item-gallery-79 > ul > li p.item-gallery-title, #sp-item-gallery-80 > ul > li p.item-gallery-title{
  line-height : 2.5em;
  color : #ffffff;
  background-color : #7ac6e9;
  padding-left : 10px;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-1 > ul > li > div p, #sp-item-gallery-144 > ul > li > div p, #sp-item-gallery-33 > ul > li > div p, #sp-item-gallery-34 > ul > li > div p, #sp-item-gallery-35 > ul > li > div p, #sp-item-gallery-36 > ul > li > div p, #sp-item-gallery-77 > ul > li > div p, #sp-item-gallery-78 > ul > li > div p, #sp-item-gallery-79 > ul > li > div p, #sp-item-gallery-80 > ul > li > div p{
  margin-bottom : 5px;
}

#sp-item-gallery-1 > ul > li > div p:last-child, #sp-item-gallery-144 > ul > li > div p:last-child, #sp-item-gallery-33 > ul > li > div p:last-child, #sp-item-gallery-34 > ul > li > div p:last-child, #sp-item-gallery-35 > ul > li > div p:last-child, #sp-item-gallery-36 > ul > li > div p:last-child, #sp-item-gallery-77 > ul > li > div p:last-child, #sp-item-gallery-78 > ul > li > div p:last-child, #sp-item-gallery-79 > ul > li > div p:last-child, #sp-item-gallery-80 > ul > li > div p:last-child{
  margin-bottom : 0px;
}

#sp-item-gallery-1 > ul > li > div.left, #sp-item-gallery-144 > ul > li > div.left, #sp-item-gallery-33 > ul > li > div.left, #sp-item-gallery-34 > ul > li > div.left, #sp-item-gallery-35 > ul > li > div.left, #sp-item-gallery-36 > ul > li > div.left, #sp-item-gallery-77 > ul > li > div.left, #sp-item-gallery-78 > ul > li > div.left, #sp-item-gallery-79 > ul > li > div.left, #sp-item-gallery-80 > ul > li > div.left{
  width : 45%;
  float : left;
}

#sp-item-gallery-1 > ul > li > div.right, #sp-item-gallery-144 > ul > li > div.right, #sp-item-gallery-33 > ul > li > div.right, #sp-item-gallery-34 > ul > li > div.right, #sp-item-gallery-35 > ul > li > div.right, #sp-item-gallery-36 > ul > li > div.right, #sp-item-gallery-77 > ul > li > div.right, #sp-item-gallery-78 > ul > li > div.right, #sp-item-gallery-79 > ul > li > div.right, #sp-item-gallery-80 > ul > li > div.right{
  width : 50%;
  float : right;
}

#sp-image-53{
  text-decoration : none;
  border-top-width : 8px;
  border-left-width : 8px;
  border-right-width : 8px;
  border-bottom-width : 8px;
  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;
  max-width : 100%;
}

#sp-image-61{
  text-decoration : none;
  box-shadow : 0px 0px 50px rgba(0, 0, 0, 0.5) inset;
}

#sp-item-gallery-88 > ul, #sp-item-gallery-89 > 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-88 > ul > li, #sp-item-gallery-89 > ul > li{
  font-size : 12px;
  line-height : 1.2em;
  color : #ffffff;
  background-color : #fcc7a4;
  text-align : left;
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
  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 : 193px;
  height : 360px;
  float : left;
  overflow : hidden;
  box-sizing : border-box;
}

#sp-item-gallery-88> ul> li a:hover.item-gallery-link img, #sp-item-gallery-89> ul> li a:hover.item-gallery-link img {
  opacity: 0.6;
}

#sp-item-gallery-88 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-89 > ul > li > div img.item-gallery-thumbnail{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  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 : 100%;
  display : block;
}

#sp-item-gallery-88 > ul > li > div.item-gallery-photo, #sp-item-gallery-89 > ul > li > div.item-gallery-photo{
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 0px;
}

#sp-item-gallery-88 > ul > li > p, #sp-item-gallery-89 > ul > li > p{
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-item-gallery-88 > ul > li > p.item-gallery-content, #sp-item-gallery-89 > ul > li > p.item-gallery-content{
  background-color : #ff761b;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-bottom : -10px;
}

#sp-item-gallery-88 > ul > li > p.item-gallery-icons, #sp-item-gallery-89 > ul > li > p.item-gallery-icons{
  text-align : center;
  margin-top : 10px;
  width : 100%;
  min-height : 20px;
}

#sp-item-gallery-88 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-89 > 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-88 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-89 > 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-88 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-89 > 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-88 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-89 > 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-88 > ul > li > p.item-gallery-icons span, #sp-item-gallery-89 > ul > li > p.item-gallery-icons span{
  line-height : 12px;
  text-align : center;
  margin-right : 3px;
  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-88 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-89 > ul > li > p.item-gallery-icons + p.item-gallery-price{
  margin-top : 5px;
}

#sp-item-gallery-88 > ul > li > p.item-gallery-price, #sp-item-gallery-89 > ul > li > p.item-gallery-price{
  color : #473930;
  text-align : left;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
  margin-top : 10px;
  width : 100%;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-88 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-89 > ul > li > p.item-gallery-price .item-gallery-price-after{
  font-size : small;
  color : #473930;
  margin-left : 5px;
}

#sp-item-gallery-88 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-89 > ul > li > p.item-gallery-price .item-gallery-price-before{
  color : #ff0000;
  margin-right : 5px;
}

#sp-item-gallery-88 > ul > li > p.item-gallery-title, #sp-item-gallery-89 > ul > li > p.item-gallery-title{
  font-size : 1.3em;
  line-height : 2.5em;
  color : #ffffff;
  background-color : #ff761b;
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 10px;
  margin-bottom : -10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ff761b;
  width : 100%;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-88 > ul > li > p.item-gallery-title + p.item-gallery-content, #sp-item-gallery-89 > ul > li > p.item-gallery-title + p.item-gallery-content{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-top : 0px;
}

#sp-item-gallery-88 > ul > li > p.item-gallery-title:last-child, #sp-item-gallery-89 > ul > li > p.item-gallery-title:last-child{
  padding-bottom : 0px;
  margin-bottom : -10px;
}

#sp-image-1, #sp-image-10, #sp-image-11, #sp-image-12, #sp-image-13, #sp-image-14, #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-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-5, #sp-image-50, #sp-image-51, #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-62, #sp-image-63, #sp-image-64, #sp-image-65, #sp-image-66, #sp-image-7, #sp-image-8, #sp-image-9{
  max-width : 100%;
}

#sp-image-15, #sp-image-52{
  text-decoration : none;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #9d9d9d;
  border-left-color : #9d9d9d;
  border-right-color : #9d9d9d;
  border-bottom-color : #9d9d9d;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  max-width : 100%;
}

#sp-item-gallery-118 > ul, #sp-item-gallery-119 > ul, #sp-item-gallery-120 > 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-118 > ul > li, #sp-item-gallery-119 > ul > li, #sp-item-gallery-120 > ul > li{
  font-size : 12px;
  line-height : 1.2em;
  color : #999999;
  background-color : #646464;
  text-align : left;
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 10px;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
  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 : 193px;
  height : 360px;
  float : left;
  overflow : hidden;
  box-sizing : border-box;
}

#sp-item-gallery-118> ul> li a:hover.item-gallery-link img, #sp-item-gallery-119> ul> li a:hover.item-gallery-link img, #sp-item-gallery-120> ul> li a:hover.item-gallery-link img {
  opacity: 0.6;
}

#sp-item-gallery-118 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-119 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-120 > ul > li > div img.item-gallery-thumbnail{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  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 : 100%;
  display : block;
}

#sp-item-gallery-118 > ul > li > div.item-gallery-photo, #sp-item-gallery-119 > ul > li > div.item-gallery-photo, #sp-item-gallery-120 > ul > li > div.item-gallery-photo{
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 0px;
}

#sp-item-gallery-118 > ul > li > p, #sp-item-gallery-119 > ul > li > p, #sp-item-gallery-120 > ul > li > p{
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-item-gallery-118 > ul > li > p.item-gallery-content, #sp-item-gallery-119 > ul > li > p.item-gallery-content, #sp-item-gallery-120 > ul > li > p.item-gallery-content{
  background-color : #333333;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-bottom : -10px;
}

#sp-item-gallery-118 > ul > li > p.item-gallery-icons, #sp-item-gallery-119 > ul > li > p.item-gallery-icons, #sp-item-gallery-120 > ul > li > p.item-gallery-icons{
  text-align : center;
  margin-top : 10px;
  width : 100%;
  min-height : 20px;
}

#sp-item-gallery-118 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-119 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-120 > 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-118 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-119 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-120 > 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-118 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-119 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-120 > 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-118 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-119 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-120 > 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-118 > ul > li > p.item-gallery-icons span, #sp-item-gallery-119 > ul > li > p.item-gallery-icons span, #sp-item-gallery-120 > ul > li > p.item-gallery-icons span{
  line-height : 12px;
  text-align : center;
  margin-right : 3px;
  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-118 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-119 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-120 > ul > li > p.item-gallery-icons + p.item-gallery-price{
  margin-top : 5px;
}

#sp-item-gallery-118 > ul > li > p.item-gallery-price, #sp-item-gallery-119 > ul > li > p.item-gallery-price, #sp-item-gallery-120 > ul > li > p.item-gallery-price{
  color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
  margin-top : 10px;
  width : 100%;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-118 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-119 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-120 > ul > li > p.item-gallery-price .item-gallery-price-after{
  font-size : small;
  color : #ffffff;
  margin-left : 5px;
}

#sp-item-gallery-118 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-119 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-120 > ul > li > p.item-gallery-price .item-gallery-price-before{
  color : #ffde00;
  margin-right : 5px;
}

#sp-item-gallery-118 > ul > li > p.item-gallery-title, #sp-item-gallery-119 > ul > li > p.item-gallery-title, #sp-item-gallery-120 > ul > li > p.item-gallery-title{
  font-size : 1.3em;
  line-height : 2.5em;
  color : #ffffff;
  background-color : #333333;
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 10px;
  margin-bottom : -10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #333333;
  width : 100%;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-118 > ul > li > p.item-gallery-title + p.item-gallery-content, #sp-item-gallery-119 > ul > li > p.item-gallery-title + p.item-gallery-content, #sp-item-gallery-120 > ul > li > p.item-gallery-title + p.item-gallery-content{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-top : 0px;
}

#sp-item-gallery-118 > ul > li > p.item-gallery-title:last-child, #sp-item-gallery-119 > ul > li > p.item-gallery-title:last-child, #sp-item-gallery-120 > ul > li > p.item-gallery-title:last-child{
  padding-bottom : 0px;
  margin-bottom : -10px;
}

#sp-item-gallery-116 > ul, #sp-item-gallery-117 > 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-116 > ul > li, #sp-item-gallery-117 > ul > li{
  font-size : 12px;
  line-height : 1.2em;
  color : #575757;
  background-color : #ffebeb;
  text-align : left;
  padding-top : 10px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 8px;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
  border-top-width : 2px;
  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 : #ffb8b8;
  border-left-color : #ffb8b8;
  border-right-color : #ffb8b8;
  border-bottom-color : #ffb8b8;
  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 : 152px;
  height : 250px;
  float : left;
  box-sizing : border-box;
}

#sp-item-gallery-116> ul> li a:hover.item-gallery-link img, #sp-item-gallery-117> ul> li a:hover.item-gallery-link img {
  opacity: 0.6;
}

#sp-item-gallery-116 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-117 > ul > li > div img.item-gallery-thumbnail{
  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 : #ff9e9e;
  border-left-color : #ff9e9e;
  border-right-color : #ff9e9e;
  border-bottom-color : #ff9e9e;
  width : 100%;
  display : block;
}

#sp-item-gallery-116 > ul > li > div.item-gallery-photo, #sp-item-gallery-117 > ul > li > div.item-gallery-photo{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-item-gallery-116 > ul > li > p, #sp-item-gallery-117 > ul > li > p{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-item-gallery-116 > ul > li > p.item-gallery-icons, #sp-item-gallery-117 > ul > li > p.item-gallery-icons{
  text-align : center;
  width : 100%;
  min-height : 20px;
}

#sp-item-gallery-116 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-117 > 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-116 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-117 > 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-116 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-117 > 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-116 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-117 > 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-116 > ul > li > p.item-gallery-icons span, #sp-item-gallery-117 > ul > li > p.item-gallery-icons span{
  line-height : 12px;
  vertical-align : text-bottom;
  text-align : center;
  margin-right : 3px;
  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-116 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-117 > ul > li > p.item-gallery-icons + p.item-gallery-price{
  margin-top : 5px;
}

#sp-item-gallery-116 > ul > li > p.item-gallery-price, #sp-item-gallery-117 > ul > li > p.item-gallery-price{
  color : #575757;
  text-align : left;
  width : 100%;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-116 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-117 > ul > li > p.item-gallery-price .item-gallery-price-after{
  font-size : small;
  color : #b8acac;
  margin-left : 5px;
}

#sp-item-gallery-116 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-117 > ul > li > p.item-gallery-price .item-gallery-price-before{
  color : #ff0000;
  margin-right : 5px;
}

#sp-item-gallery-116 > ul > li > p.item-gallery-title, #sp-item-gallery-117 > ul > li > p.item-gallery-title{
  font-size : 1.2em;
  line-height : 2em;
  color : #575757;
  background-color : #ffb8b8;
  padding-left : 10px;
  margin-top : -8px;
  margin-left : -8px;
  margin-right : -8px;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #ffebeb;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-116 > ul > li > p:not(.item-gallery-title), #sp-item-gallery-117 > ul > li > p:not(.item-gallery-title){
  margin-top : 10px;
}

#sp-list-1{
  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-1 li{
  background-color : #ffffff;
  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;
  padding-left : 10px;
  margin-bottom : 3px;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #02c01f;
}

#sp-list-1 > li{
  color : #000000;
}

#sp-list-10, #sp-list-14, #sp-list-15, #sp-list-16, #sp-list-17, #sp-list-18, #sp-list-19, #sp-list-2, #sp-list-20, #sp-list-21, #sp-list-22, #sp-list-23, #sp-list-24, #sp-list-25, #sp-list-26, #sp-list-27, #sp-list-28, #sp-list-29, #sp-list-3, #sp-list-30, #sp-list-31, #sp-list-32, #sp-list-33, #sp-list-34, #sp-list-35, #sp-list-36, #sp-list-37, #sp-list-38, #sp-list-39, #sp-list-4, #sp-list-40, #sp-list-41, #sp-list-42, #sp-list-43, #sp-list-44, #sp-list-45, #sp-list-46, #sp-list-47, #sp-list-48, #sp-list-49, #sp-list-5, #sp-list-50, #sp-list-51, #sp-list-52, #sp-list-53, #sp-list-54, #sp-list-6, #sp-list-7, #sp-list-8, #sp-list-9{
  background-color : #ffebeb;
  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;
  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;
  border-left-width : 2px;
  border-left-style : solid;
  border-left-color : #ff9e9e;
  width : 100%;
  list-style-type : none;
}

#sp-list-10 li, #sp-list-14 li, #sp-list-15 li, #sp-list-16 li, #sp-list-17 li, #sp-list-18 li, #sp-list-19 li, #sp-list-2 li, #sp-list-20 li, #sp-list-21 li, #sp-list-22 li, #sp-list-23 li, #sp-list-24 li, #sp-list-25 li, #sp-list-26 li, #sp-list-27 li, #sp-list-28 li, #sp-list-29 li, #sp-list-3 li, #sp-list-30 li, #sp-list-31 li, #sp-list-32 li, #sp-list-33 li, #sp-list-34 li, #sp-list-35 li, #sp-list-36 li, #sp-list-37 li, #sp-list-38 li, #sp-list-39 li, #sp-list-4 li, #sp-list-40 li, #sp-list-41 li, #sp-list-42 li, #sp-list-43 li, #sp-list-44 li, #sp-list-45 li, #sp-list-46 li, #sp-list-47 li, #sp-list-48 li, #sp-list-49 li, #sp-list-5 li, #sp-list-50 li, #sp-list-51 li, #sp-list-52 li, #sp-list-53 li, #sp-list-54 li, #sp-list-6 li, #sp-list-7 li, #sp-list-8 li, #sp-list-9 li{
  margin-left : 2px;
}

#sp-list-10 > li, #sp-list-14 > li, #sp-list-15 > li, #sp-list-16 > li, #sp-list-17 > li, #sp-list-18 > li, #sp-list-19 > li, #sp-list-2 > li, #sp-list-20 > li, #sp-list-21 > li, #sp-list-22 > li, #sp-list-23 > li, #sp-list-24 > li, #sp-list-25 > li, #sp-list-26 > li, #sp-list-27 > li, #sp-list-28 > li, #sp-list-29 > li, #sp-list-3 > li, #sp-list-30 > li, #sp-list-31 > li, #sp-list-32 > li, #sp-list-33 > li, #sp-list-34 > li, #sp-list-35 > li, #sp-list-36 > li, #sp-list-37 > li, #sp-list-38 > li, #sp-list-39 > li, #sp-list-4 > li, #sp-list-40 > li, #sp-list-41 > li, #sp-list-42 > li, #sp-list-43 > li, #sp-list-44 > li, #sp-list-45 > li, #sp-list-46 > li, #sp-list-47 > li, #sp-list-48 > li, #sp-list-49 > li, #sp-list-5 > li, #sp-list-50 > li, #sp-list-51 > li, #sp-list-52 > li, #sp-list-53 > li, #sp-list-54 > li, #sp-list-6 > li, #sp-list-7 > li, #sp-list-8 > li, #sp-list-9 > li{
  color : #555555;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 5px;
  padding-bottom : 10px;
  border-left-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : dotted;
  border-left-color : #ff9e9e;
  border-bottom-color : #ff9e9e;
}

#sp-list-10 > li:last-child, #sp-list-14 > li:last-child, #sp-list-15 > li:last-child, #sp-list-16 > li:last-child, #sp-list-17 > li:last-child, #sp-list-18 > li:last-child, #sp-list-19 > li:last-child, #sp-list-2 > li:last-child, #sp-list-20 > li:last-child, #sp-list-21 > li:last-child, #sp-list-22 > li:last-child, #sp-list-23 > li:last-child, #sp-list-24 > li:last-child, #sp-list-25 > li:last-child, #sp-list-26 > li:last-child, #sp-list-27 > li:last-child, #sp-list-28 > li:last-child, #sp-list-29 > li:last-child, #sp-list-3 > li:last-child, #sp-list-30 > li:last-child, #sp-list-31 > li:last-child, #sp-list-32 > li:last-child, #sp-list-33 > li:last-child, #sp-list-34 > li:last-child, #sp-list-35 > li:last-child, #sp-list-36 > li:last-child, #sp-list-37 > li:last-child, #sp-list-38 > li:last-child, #sp-list-39 > li:last-child, #sp-list-4 > li:last-child, #sp-list-40 > li:last-child, #sp-list-41 > li:last-child, #sp-list-42 > li:last-child, #sp-list-43 > li:last-child, #sp-list-44 > li:last-child, #sp-list-45 > li:last-child, #sp-list-46 > li:last-child, #sp-list-47 > li:last-child, #sp-list-48 > li:last-child, #sp-list-49 > li:last-child, #sp-list-5 > li:last-child, #sp-list-50 > li:last-child, #sp-list-51 > li:last-child, #sp-list-52 > li:last-child, #sp-list-53 > li:last-child, #sp-list-54 > li:last-child, #sp-list-6 > li:last-child, #sp-list-7 > li:last-child, #sp-list-8 > li:last-child, #sp-list-9 > li:last-child{
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#sp-site-branding2-1{
  background-color : transparent;
  background-image : url(img/header-bg1.png);
  background-repeat : repeat-x;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 1000px;
  padding-right : 1000px;
  margin-left : -1000px;
  margin-right : -1000px;
  width : auto;
  min-height : 166px;
}

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

#sp-site-branding2-1 .extra > p{
  font-size : 1.2rem;
  color : #530171;
  text-align : right;
}

#sp-site-branding2-1 .extra > p > .tel{
  font-size : 2rem;
}

#sp-site-branding2-1 .site-description{
  font-size : 1rem;
  color : #fff7eb;
  text-align : left;
  width : 100%;
  position : absolute;
  top : 10px;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/logo-1.png);
  background-repeat : no-repeat;
  background-position : center top;
  text-indent : -9999px;
  margin-top : 15px;
  margin-left : 4px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 660px;
  height : 85px;
  float : left;
}

#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;
    overflow : hidden;
  }

  #sp-site-branding2-1 .extra{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px !important;
    margin-left : 0px !important;
    margin-right : 0px !important;
    margin-bottom : 0px !important;
    width : 100%;
    min-height : 0px !important;
    position : absolute;
    top : 100px;
    left : 0px;
  }

  #sp-site-branding2-1 .extra > p{
    font-size : 1rem;
    color : #fff7eb;
    text-align : center;
  }

  #sp-site-branding2-1 .extra > p > .tel{
    font-size : 1.2rem;
  }

  #sp-site-branding2-1 .site-description{
    font-size : 1rem;
    color : #fff7eb;
    text-align : center;
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    width : 100%;
    position : absolute;
    top : 10px;
    box-sizing : border-box;
  }

  #sp-site-branding2-1 .site-title{
    background-position : 5px top;
    background-size : 100% auto;
    margin-top : 45px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 100%;
    height : 40px;
  }

  #sp-site-branding2-1 .site-title a{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
  }
}

#sp-button-1, #sp-button-21, #sp-button-23{
  width : 120px;
}

#sp-button-1 > a, #sp-button-21 > a, #sp-button-23 > a{
  font-size : 1.8rem;
  font-weight : normal;
  color : #fef5e7;
  background-color : #87d4d2;
  background-image : url(img/button-bg2.png);
  background-repeat : no-repeat;
  background-position : 8px center;
  text-decoration : none;
  text-align : center;
  padding-top : 4px;
  padding-left : 18px;
  padding-right : 6px;
  padding-bottom : 4px;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  display : block;
  position : relative;
}

#sp-button-1 > a:active, #sp-button-21 > a:active, #sp-button-23 > a:active{
  background-color : #6ec9c7;
  background-image : url(img/button-bg2-on.png);
  top : 1px;
}

#sp-button-1 > a:hover, #sp-button-21 > a:hover, #sp-button-23 > a:hover{
  background-color : #6ec9c7;
  background-image : url(img/button-bg2-on.png);
}

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

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

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

#sp-site-navigation-1 a{
  color : #571914;
  text-decoration : underline;
}

#sp-site-navigation-1 a:focus{
  color : #ffffff;
  text-decoration : underline;
}

#sp-site-navigation-1 a:hover{
  color : #ffffff;
  text-decoration : underline;
}

#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;
  list-style-type : none;
  list-style-position : outside;
}

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

#sp-site-navigation-1 ul ul{
  margin-top : 0px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 0px;
}

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

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

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

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

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

  #sp-site-navigation-1 a:focus{
    text-decoration : underline;
  }

  #sp-site-navigation-1 a:hover{
    text-decoration : underline;
  }

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

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

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

  .button-menu#sp-site-navigation-1{
    background-color : #d7c29a;
    background-image : none;
    padding-top : 0px;
    margin-top : 0px;
    position : relative;
  }

  .button-menu#sp-site-navigation-1 .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-1 ul.toggled-on{
    display : block;
  }

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

#sp-page-title-1 > h1, #sp-page-title-10 > h1, #sp-page-title-12 > h1, #sp-page-title-13 > h1, #sp-page-title-14 > h1, #sp-page-title-15 > h1, #sp-page-title-16 > h1, #sp-page-title-17 > h1, #sp-page-title-18 > h1, #sp-page-title-19 > h1, #sp-page-title-2 > h1, #sp-page-title-20 > h1, #sp-page-title-21 > h1, #sp-page-title-22 > h1, #sp-page-title-23 > h1, #sp-page-title-24 > h1, #sp-page-title-25 > h1, #sp-page-title-26 > h1, #sp-page-title-27 > h1, #sp-page-title-28 > h1, #sp-page-title-29 > h1, #sp-page-title-3 > h1, #sp-page-title-30 > h1, #sp-page-title-31 > h1, #sp-page-title-32 > h1, #sp-page-title-33 > h1, #sp-page-title-34 > h1, #sp-page-title-35 > h1, #sp-page-title-36 > h1, #sp-page-title-37 > h1, #sp-page-title-38 > h1, #sp-page-title-39 > h1, #sp-page-title-4 > h1, #sp-page-title-40 > h1, #sp-page-title-41 > h1, #sp-page-title-42 > h1, #sp-page-title-43 > h1, #sp-page-title-44 > h1, #sp-page-title-45 > h1, #sp-page-title-46 > h1, #sp-page-title-47 > h1, #sp-page-title-48 > h1, #sp-page-title-49 > h1, #sp-page-title-5 > h1, #sp-page-title-50 > h1, #sp-page-title-51 > h1, #sp-page-title-52 > h1, #sp-page-title-53 > h1, #sp-page-title-54 > h1, #sp-page-title-55 > h1, #sp-page-title-56 > h1, #sp-page-title-57 > h1, #sp-page-title-58 > h1, #sp-page-title-59 > h1, #sp-page-title-6 > h1, #sp-page-title-60 > h1, #sp-page-title-61 > h1, #sp-page-title-62 > h1, #sp-page-title-63 > h1, #sp-page-title-64 > h1, #sp-page-title-65 > h1, #sp-page-title-66 > h1, #sp-page-title-67 > h1, #sp-page-title-68 > h1, #sp-page-title-69 > h1, #sp-page-title-7 > h1, #sp-page-title-70 > h1, #sp-page-title-71 > h1, #sp-page-title-72 > h1, #sp-page-title-73 > h1, #sp-page-title-74 > h1, #sp-page-title-75 > h1, #sp-page-title-76 > h1, #sp-page-title-77 > h1, #sp-page-title-78 > h1, #sp-page-title-79 > h1, #sp-page-title-8 > h1, #sp-page-title-80 > h1, #sp-page-title-81 > h1, #sp-page-title-82 > h1, #sp-page-title-83 > h1, #sp-page-title-84 > h1, #sp-page-title-85 > h1, #sp-page-title-86 > h1, #sp-page-title-87 > h1, #sp-page-title-88 > h1, #sp-page-title-89 > h1, #sp-page-title-9 > h1, #sp-page-title-90 > h1, #sp-page-title-91 > h1{
  font-size : 21px;
  font-weight : bold;
  color : #fda4a7;
  background-image : url(img/pagetitle-bg1.png);
  background-repeat : repeat-x;
  background-position : left bottom;
  padding-top : 8px;
  padding-left : 20px;
  padding-right : 15px;
  padding-bottom : 23px;
  position : relative;
}

#sp-page-title-11 > h1{
  font-size : 21px;
  font-weight : bold;
  color : #fda4a7;
  background-image : url(img/pagetitle-bg2.png);
  background-repeat : repeat-x;
  background-position : left bottom;
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 15px;
  padding-bottom : 25px;
  position : relative;
}

#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-37, #sp-entry-content-38, #sp-entry-content-39, #sp-entry-content-4, #sp-entry-content-40, #sp-entry-content-41, #sp-entry-content-42, #sp-entry-content-43, #sp-entry-content-44, #sp-entry-content-45, #sp-entry-content-46, #sp-entry-content-47, #sp-entry-content-48, #sp-entry-content-49, #sp-entry-content-5, #sp-entry-content-50, #sp-entry-content-51, #sp-entry-content-52, #sp-entry-content-53, #sp-entry-content-54, #sp-entry-content-55, #sp-entry-content-56, #sp-entry-content-57, #sp-entry-content-58, #sp-entry-content-59, #sp-entry-content-6, #sp-entry-content-60, #sp-entry-content-61, #sp-entry-content-62, #sp-entry-content-63, #sp-entry-content-64, #sp-entry-content-65, #sp-entry-content-66, #sp-entry-content-67, #sp-entry-content-68, #sp-entry-content-69, #sp-entry-content-7, #sp-entry-content-70, #sp-entry-content-71, #sp-entry-content-72, #sp-entry-content-73, #sp-entry-content-74, #sp-entry-content-75, #sp-entry-content-76, #sp-entry-content-77, #sp-entry-content-78, #sp-entry-content-79, #sp-entry-content-8, #sp-entry-content-80, #sp-entry-content-81, #sp-entry-content-82, #sp-entry-content-83, #sp-entry-content-84, #sp-entry-content-85, #sp-wp-post-list-1, #sp-wp-post-list-2, #sp-wp-post-list-3, #sp-wp-post-list-4, #sp-wp-post-list-5{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 35px;
  position : relative;
}

#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-37 .nav-next, #sp-entry-content-38 .nav-next, #sp-entry-content-39 .nav-next, #sp-entry-content-4 .nav-next, #sp-entry-content-40 .nav-next, #sp-entry-content-41 .nav-next, #sp-entry-content-42 .nav-next, #sp-entry-content-43 .nav-next, #sp-entry-content-44 .nav-next, #sp-entry-content-45 .nav-next, #sp-entry-content-46 .nav-next, #sp-entry-content-47 .nav-next, #sp-entry-content-48 .nav-next, #sp-entry-content-49 .nav-next, #sp-entry-content-5 .nav-next, #sp-entry-content-50 .nav-next, #sp-entry-content-51 .nav-next, #sp-entry-content-52 .nav-next, #sp-entry-content-53 .nav-next, #sp-entry-content-54 .nav-next, #sp-entry-content-55 .nav-next, #sp-entry-content-56 .nav-next, #sp-entry-content-57 .nav-next, #sp-entry-content-58 .nav-next, #sp-entry-content-59 .nav-next, #sp-entry-content-6 .nav-next, #sp-entry-content-60 .nav-next, #sp-entry-content-61 .nav-next, #sp-entry-content-62 .nav-next, #sp-entry-content-63 .nav-next, #sp-entry-content-64 .nav-next, #sp-entry-content-65 .nav-next, #sp-entry-content-66 .nav-next, #sp-entry-content-67 .nav-next, #sp-entry-content-68 .nav-next, #sp-entry-content-69 .nav-next, #sp-entry-content-7 .nav-next, #sp-entry-content-70 .nav-next, #sp-entry-content-71 .nav-next, #sp-entry-content-72 .nav-next, #sp-entry-content-73 .nav-next, #sp-entry-content-74 .nav-next, #sp-entry-content-75 .nav-next, #sp-entry-content-76 .nav-next, #sp-entry-content-77 .nav-next, #sp-entry-content-78 .nav-next, #sp-entry-content-79 .nav-next, #sp-entry-content-8 .nav-next, #sp-entry-content-80 .nav-next, #sp-entry-content-81 .nav-next, #sp-entry-content-82 .nav-next, #sp-entry-content-83 .nav-next, #sp-entry-content-84 .nav-next, #sp-entry-content-85 .nav-next, #sp-wp-post-list-1 .nav-next, #sp-wp-post-list-2 .nav-next, #sp-wp-post-list-3 .nav-next, #sp-wp-post-list-4 .nav-next, #sp-wp-post-list-5 .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-37 .nav-previous, #sp-entry-content-38 .nav-previous, #sp-entry-content-39 .nav-previous, #sp-entry-content-4 .nav-previous, #sp-entry-content-40 .nav-previous, #sp-entry-content-41 .nav-previous, #sp-entry-content-42 .nav-previous, #sp-entry-content-43 .nav-previous, #sp-entry-content-44 .nav-previous, #sp-entry-content-45 .nav-previous, #sp-entry-content-46 .nav-previous, #sp-entry-content-47 .nav-previous, #sp-entry-content-48 .nav-previous, #sp-entry-content-49 .nav-previous, #sp-entry-content-5 .nav-previous, #sp-entry-content-50 .nav-previous, #sp-entry-content-51 .nav-previous, #sp-entry-content-52 .nav-previous, #sp-entry-content-53 .nav-previous, #sp-entry-content-54 .nav-previous, #sp-entry-content-55 .nav-previous, #sp-entry-content-56 .nav-previous, #sp-entry-content-57 .nav-previous, #sp-entry-content-58 .nav-previous, #sp-entry-content-59 .nav-previous, #sp-entry-content-6 .nav-previous, #sp-entry-content-60 .nav-previous, #sp-entry-content-61 .nav-previous, #sp-entry-content-62 .nav-previous, #sp-entry-content-63 .nav-previous, #sp-entry-content-64 .nav-previous, #sp-entry-content-65 .nav-previous, #sp-entry-content-66 .nav-previous, #sp-entry-content-67 .nav-previous, #sp-entry-content-68 .nav-previous, #sp-entry-content-69 .nav-previous, #sp-entry-content-7 .nav-previous, #sp-entry-content-70 .nav-previous, #sp-entry-content-71 .nav-previous, #sp-entry-content-72 .nav-previous, #sp-entry-content-73 .nav-previous, #sp-entry-content-74 .nav-previous, #sp-entry-content-75 .nav-previous, #sp-entry-content-76 .nav-previous, #sp-entry-content-77 .nav-previous, #sp-entry-content-78 .nav-previous, #sp-entry-content-79 .nav-previous, #sp-entry-content-8 .nav-previous, #sp-entry-content-80 .nav-previous, #sp-entry-content-81 .nav-previous, #sp-entry-content-82 .nav-previous, #sp-entry-content-83 .nav-previous, #sp-entry-content-84 .nav-previous, #sp-entry-content-85 .nav-previous, #sp-wp-post-list-1 .nav-previous, #sp-wp-post-list-2 .nav-previous, #sp-wp-post-list-3 .nav-previous, #sp-wp-post-list-4 .nav-previous, #sp-wp-post-list-5 .nav-previous{
  margin-left : 0px;
  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-37 article, #sp-entry-content-38 article, #sp-entry-content-39 article, #sp-entry-content-4 article, #sp-entry-content-40 article, #sp-entry-content-41 article, #sp-entry-content-42 article, #sp-entry-content-43 article, #sp-entry-content-44 article, #sp-entry-content-45 article, #sp-entry-content-46 article, #sp-entry-content-47 article, #sp-entry-content-48 article, #sp-entry-content-49 article, #sp-entry-content-5 article, #sp-entry-content-50 article, #sp-entry-content-51 article, #sp-entry-content-52 article, #sp-entry-content-53 article, #sp-entry-content-54 article, #sp-entry-content-55 article, #sp-entry-content-56 article, #sp-entry-content-57 article, #sp-entry-content-58 article, #sp-entry-content-59 article, #sp-entry-content-6 article, #sp-entry-content-60 article, #sp-entry-content-61 article, #sp-entry-content-62 article, #sp-entry-content-63 article, #sp-entry-content-64 article, #sp-entry-content-65 article, #sp-entry-content-66 article, #sp-entry-content-67 article, #sp-entry-content-68 article, #sp-entry-content-69 article, #sp-entry-content-7 article, #sp-entry-content-70 article, #sp-entry-content-71 article, #sp-entry-content-72 article, #sp-entry-content-73 article, #sp-entry-content-74 article, #sp-entry-content-75 article, #sp-entry-content-76 article, #sp-entry-content-77 article, #sp-entry-content-78 article, #sp-entry-content-79 article, #sp-entry-content-8 article, #sp-entry-content-80 article, #sp-entry-content-81 article, #sp-entry-content-82 article, #sp-entry-content-83 article, #sp-entry-content-84 article, #sp-entry-content-85 article, #sp-wp-post-list-1 article, #sp-wp-post-list-2 article, #sp-wp-post-list-3 article, #sp-wp-post-list-4 article, #sp-wp-post-list-5 article{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  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-37 article > div, #sp-entry-content-38 article > div, #sp-entry-content-39 article > div, #sp-entry-content-4 article > div, #sp-entry-content-40 article > div, #sp-entry-content-41 article > div, #sp-entry-content-42 article > div, #sp-entry-content-43 article > div, #sp-entry-content-44 article > div, #sp-entry-content-45 article > div, #sp-entry-content-46 article > div, #sp-entry-content-47 article > div, #sp-entry-content-48 article > div, #sp-entry-content-49 article > div, #sp-entry-content-5 article > div, #sp-entry-content-50 article > div, #sp-entry-content-51 article > div, #sp-entry-content-52 article > div, #sp-entry-content-53 article > div, #sp-entry-content-54 article > div, #sp-entry-content-55 article > div, #sp-entry-content-56 article > div, #sp-entry-content-57 article > div, #sp-entry-content-58 article > div, #sp-entry-content-59 article > div, #sp-entry-content-6 article > div, #sp-entry-content-60 article > div, #sp-entry-content-61 article > div, #sp-entry-content-62 article > div, #sp-entry-content-63 article > div, #sp-entry-content-64 article > div, #sp-entry-content-65 article > div, #sp-entry-content-66 article > div, #sp-entry-content-67 article > div, #sp-entry-content-68 article > div, #sp-entry-content-69 article > div, #sp-entry-content-7 article > div, #sp-entry-content-70 article > div, #sp-entry-content-71 article > div, #sp-entry-content-72 article > div, #sp-entry-content-73 article > div, #sp-entry-content-74 article > div, #sp-entry-content-75 article > div, #sp-entry-content-76 article > div, #sp-entry-content-77 article > div, #sp-entry-content-78 article > div, #sp-entry-content-79 article > div, #sp-entry-content-8 article > div, #sp-entry-content-80 article > div, #sp-entry-content-81 article > div, #sp-entry-content-82 article > div, #sp-entry-content-83 article > div, #sp-entry-content-84 article > div, #sp-entry-content-85 article > div, #sp-wp-post-list-1 article > div, #sp-wp-post-list-2 article > div, #sp-wp-post-list-3 article > div, #sp-wp-post-list-4 article > div, #sp-wp-post-list-5 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-37 dl, #sp-entry-content-38 dl, #sp-entry-content-39 dl, #sp-entry-content-4 dl, #sp-entry-content-40 dl, #sp-entry-content-41 dl, #sp-entry-content-42 dl, #sp-entry-content-43 dl, #sp-entry-content-44 dl, #sp-entry-content-45 dl, #sp-entry-content-46 dl, #sp-entry-content-47 dl, #sp-entry-content-48 dl, #sp-entry-content-49 dl, #sp-entry-content-5 dl, #sp-entry-content-50 dl, #sp-entry-content-51 dl, #sp-entry-content-52 dl, #sp-entry-content-53 dl, #sp-entry-content-54 dl, #sp-entry-content-55 dl, #sp-entry-content-56 dl, #sp-entry-content-57 dl, #sp-entry-content-58 dl, #sp-entry-content-59 dl, #sp-entry-content-6 dl, #sp-entry-content-60 dl, #sp-entry-content-61 dl, #sp-entry-content-62 dl, #sp-entry-content-63 dl, #sp-entry-content-64 dl, #sp-entry-content-65 dl, #sp-entry-content-66 dl, #sp-entry-content-67 dl, #sp-entry-content-68 dl, #sp-entry-content-69 dl, #sp-entry-content-7 dl, #sp-entry-content-70 dl, #sp-entry-content-71 dl, #sp-entry-content-72 dl, #sp-entry-content-73 dl, #sp-entry-content-74 dl, #sp-entry-content-75 dl, #sp-entry-content-76 dl, #sp-entry-content-77 dl, #sp-entry-content-78 dl, #sp-entry-content-79 dl, #sp-entry-content-8 dl, #sp-entry-content-80 dl, #sp-entry-content-81 dl, #sp-entry-content-82 dl, #sp-entry-content-83 dl, #sp-entry-content-84 dl, #sp-entry-content-85 dl, #sp-wp-post-list-1 dl, #sp-wp-post-list-2 dl, #sp-wp-post-list-3 dl, #sp-wp-post-list-4 dl, #sp-wp-post-list-5 dl{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 15px;
}

#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-37 h3, #sp-entry-content-38 h3, #sp-entry-content-39 h3, #sp-entry-content-4 h3, #sp-entry-content-40 h3, #sp-entry-content-41 h3, #sp-entry-content-42 h3, #sp-entry-content-43 h3, #sp-entry-content-44 h3, #sp-entry-content-45 h3, #sp-entry-content-46 h3, #sp-entry-content-47 h3, #sp-entry-content-48 h3, #sp-entry-content-49 h3, #sp-entry-content-5 h3, #sp-entry-content-50 h3, #sp-entry-content-51 h3, #sp-entry-content-52 h3, #sp-entry-content-53 h3, #sp-entry-content-54 h3, #sp-entry-content-55 h3, #sp-entry-content-56 h3, #sp-entry-content-57 h3, #sp-entry-content-58 h3, #sp-entry-content-59 h3, #sp-entry-content-6 h3, #sp-entry-content-60 h3, #sp-entry-content-61 h3, #sp-entry-content-62 h3, #sp-entry-content-63 h3, #sp-entry-content-64 h3, #sp-entry-content-65 h3, #sp-entry-content-66 h3, #sp-entry-content-67 h3, #sp-entry-content-68 h3, #sp-entry-content-69 h3, #sp-entry-content-7 h3, #sp-entry-content-70 h3, #sp-entry-content-71 h3, #sp-entry-content-72 h3, #sp-entry-content-73 h3, #sp-entry-content-74 h3, #sp-entry-content-75 h3, #sp-entry-content-76 h3, #sp-entry-content-77 h3, #sp-entry-content-78 h3, #sp-entry-content-79 h3, #sp-entry-content-8 h3, #sp-entry-content-80 h3, #sp-entry-content-81 h3, #sp-entry-content-82 h3, #sp-entry-content-83 h3, #sp-entry-content-84 h3, #sp-entry-content-85 h3, #sp-wp-post-list-1 h3, #sp-wp-post-list-2 h3, #sp-wp-post-list-3 h3, #sp-wp-post-list-4 h3, #sp-wp-post-list-5 h3{
  font-size : 1.7rem;
  font-weight : bold;
  color : #fda4a7;
  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-37 li, #sp-entry-content-38 li, #sp-entry-content-39 li, #sp-entry-content-4 li, #sp-entry-content-40 li, #sp-entry-content-41 li, #sp-entry-content-42 li, #sp-entry-content-43 li, #sp-entry-content-44 li, #sp-entry-content-45 li, #sp-entry-content-46 li, #sp-entry-content-47 li, #sp-entry-content-48 li, #sp-entry-content-49 li, #sp-entry-content-5 li, #sp-entry-content-50 li, #sp-entry-content-51 li, #sp-entry-content-52 li, #sp-entry-content-53 li, #sp-entry-content-54 li, #sp-entry-content-55 li, #sp-entry-content-56 li, #sp-entry-content-57 li, #sp-entry-content-58 li, #sp-entry-content-59 li, #sp-entry-content-6 li, #sp-entry-content-60 li, #sp-entry-content-61 li, #sp-entry-content-62 li, #sp-entry-content-63 li, #sp-entry-content-64 li, #sp-entry-content-65 li, #sp-entry-content-66 li, #sp-entry-content-67 li, #sp-entry-content-68 li, #sp-entry-content-69 li, #sp-entry-content-7 li, #sp-entry-content-70 li, #sp-entry-content-71 li, #sp-entry-content-72 li, #sp-entry-content-73 li, #sp-entry-content-74 li, #sp-entry-content-75 li, #sp-entry-content-76 li, #sp-entry-content-77 li, #sp-entry-content-78 li, #sp-entry-content-79 li, #sp-entry-content-8 li, #sp-entry-content-80 li, #sp-entry-content-81 li, #sp-entry-content-82 li, #sp-entry-content-83 li, #sp-entry-content-84 li, #sp-entry-content-85 li, #sp-wp-post-list-1 li, #sp-wp-post-list-2 li, #sp-wp-post-list-3 li, #sp-wp-post-list-4 li, #sp-wp-post-list-5 li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 10px;
  padding-bottom : 0px;
  margin-bottom : 5px;
}

#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-37 p, #sp-entry-content-38 p, #sp-entry-content-39 p, #sp-entry-content-4 p, #sp-entry-content-40 p, #sp-entry-content-41 p, #sp-entry-content-42 p, #sp-entry-content-43 p, #sp-entry-content-44 p, #sp-entry-content-45 p, #sp-entry-content-46 p, #sp-entry-content-47 p, #sp-entry-content-48 p, #sp-entry-content-49 p, #sp-entry-content-5 p, #sp-entry-content-50 p, #sp-entry-content-51 p, #sp-entry-content-52 p, #sp-entry-content-53 p, #sp-entry-content-54 p, #sp-entry-content-55 p, #sp-entry-content-56 p, #sp-entry-content-57 p, #sp-entry-content-58 p, #sp-entry-content-59 p, #sp-entry-content-6 p, #sp-entry-content-60 p, #sp-entry-content-61 p, #sp-entry-content-62 p, #sp-entry-content-63 p, #sp-entry-content-64 p, #sp-entry-content-65 p, #sp-entry-content-66 p, #sp-entry-content-67 p, #sp-entry-content-68 p, #sp-entry-content-69 p, #sp-entry-content-7 p, #sp-entry-content-70 p, #sp-entry-content-71 p, #sp-entry-content-72 p, #sp-entry-content-73 p, #sp-entry-content-74 p, #sp-entry-content-75 p, #sp-entry-content-76 p, #sp-entry-content-77 p, #sp-entry-content-78 p, #sp-entry-content-79 p, #sp-entry-content-8 p, #sp-entry-content-80 p, #sp-entry-content-81 p, #sp-entry-content-82 p, #sp-entry-content-83 p, #sp-entry-content-84 p, #sp-entry-content-85 p, #sp-wp-post-list-1 p, #sp-wp-post-list-2 p, #sp-wp-post-list-3 p, #sp-wp-post-list-4 p, #sp-wp-post-list-5 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-37 p > img, #sp-entry-content-38 p > img, #sp-entry-content-39 p > img, #sp-entry-content-4 p > img, #sp-entry-content-40 p > img, #sp-entry-content-41 p > img, #sp-entry-content-42 p > img, #sp-entry-content-43 p > img, #sp-entry-content-44 p > img, #sp-entry-content-45 p > img, #sp-entry-content-46 p > img, #sp-entry-content-47 p > img, #sp-entry-content-48 p > img, #sp-entry-content-49 p > img, #sp-entry-content-5 p > img, #sp-entry-content-50 p > img, #sp-entry-content-51 p > img, #sp-entry-content-52 p > img, #sp-entry-content-53 p > img, #sp-entry-content-54 p > img, #sp-entry-content-55 p > img, #sp-entry-content-56 p > img, #sp-entry-content-57 p > img, #sp-entry-content-58 p > img, #sp-entry-content-59 p > img, #sp-entry-content-6 p > img, #sp-entry-content-60 p > img, #sp-entry-content-61 p > img, #sp-entry-content-62 p > img, #sp-entry-content-63 p > img, #sp-entry-content-64 p > img, #sp-entry-content-65 p > img, #sp-entry-content-66 p > img, #sp-entry-content-67 p > img, #sp-entry-content-68 p > img, #sp-entry-content-69 p > img, #sp-entry-content-7 p > img, #sp-entry-content-70 p > img, #sp-entry-content-71 p > img, #sp-entry-content-72 p > img, #sp-entry-content-73 p > img, #sp-entry-content-74 p > img, #sp-entry-content-75 p > img, #sp-entry-content-76 p > img, #sp-entry-content-77 p > img, #sp-entry-content-78 p > img, #sp-entry-content-79 p > img, #sp-entry-content-8 p > img, #sp-entry-content-80 p > img, #sp-entry-content-81 p > img, #sp-entry-content-82 p > img, #sp-entry-content-83 p > img, #sp-entry-content-84 p > img, #sp-entry-content-85 p > img, #sp-wp-post-list-1 p > img, #sp-wp-post-list-2 p > img, #sp-wp-post-list-3 p > img, #sp-wp-post-list-4 p > img, #sp-wp-post-list-5 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-37 ul, #sp-entry-content-38 ul, #sp-entry-content-39 ul, #sp-entry-content-4 ul, #sp-entry-content-40 ul, #sp-entry-content-41 ul, #sp-entry-content-42 ul, #sp-entry-content-43 ul, #sp-entry-content-44 ul, #sp-entry-content-45 ul, #sp-entry-content-46 ul, #sp-entry-content-47 ul, #sp-entry-content-48 ul, #sp-entry-content-49 ul, #sp-entry-content-5 ul, #sp-entry-content-50 ul, #sp-entry-content-51 ul, #sp-entry-content-52 ul, #sp-entry-content-53 ul, #sp-entry-content-54 ul, #sp-entry-content-55 ul, #sp-entry-content-56 ul, #sp-entry-content-57 ul, #sp-entry-content-58 ul, #sp-entry-content-59 ul, #sp-entry-content-6 ul, #sp-entry-content-60 ul, #sp-entry-content-61 ul, #sp-entry-content-62 ul, #sp-entry-content-63 ul, #sp-entry-content-64 ul, #sp-entry-content-65 ul, #sp-entry-content-66 ul, #sp-entry-content-67 ul, #sp-entry-content-68 ul, #sp-entry-content-69 ul, #sp-entry-content-7 ul, #sp-entry-content-70 ul, #sp-entry-content-71 ul, #sp-entry-content-72 ul, #sp-entry-content-73 ul, #sp-entry-content-74 ul, #sp-entry-content-75 ul, #sp-entry-content-76 ul, #sp-entry-content-77 ul, #sp-entry-content-78 ul, #sp-entry-content-79 ul, #sp-entry-content-8 ul, #sp-entry-content-80 ul, #sp-entry-content-81 ul, #sp-entry-content-82 ul, #sp-entry-content-83 ul, #sp-entry-content-84 ul, #sp-entry-content-85 ul, #sp-wp-post-list-1 ul, #sp-wp-post-list-2 ul, #sp-wp-post-list-3 ul, #sp-wp-post-list-4 ul, #sp-wp-post-list-5 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-more-entry#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-37, .hpb-more-entry#sp-entry-content-38, .hpb-more-entry#sp-entry-content-39, .hpb-more-entry#sp-entry-content-4, .hpb-more-entry#sp-entry-content-40, .hpb-more-entry#sp-entry-content-41, .hpb-more-entry#sp-entry-content-42, .hpb-more-entry#sp-entry-content-43, .hpb-more-entry#sp-entry-content-44, .hpb-more-entry#sp-entry-content-45, .hpb-more-entry#sp-entry-content-46, .hpb-more-entry#sp-entry-content-47, .hpb-more-entry#sp-entry-content-48, .hpb-more-entry#sp-entry-content-49, .hpb-more-entry#sp-entry-content-5, .hpb-more-entry#sp-entry-content-50, .hpb-more-entry#sp-entry-content-51, .hpb-more-entry#sp-entry-content-52, .hpb-more-entry#sp-entry-content-53, .hpb-more-entry#sp-entry-content-54, .hpb-more-entry#sp-entry-content-55, .hpb-more-entry#sp-entry-content-56, .hpb-more-entry#sp-entry-content-57, .hpb-more-entry#sp-entry-content-58, .hpb-more-entry#sp-entry-content-59, .hpb-more-entry#sp-entry-content-6, .hpb-more-entry#sp-entry-content-60, .hpb-more-entry#sp-entry-content-61, .hpb-more-entry#sp-entry-content-62, .hpb-more-entry#sp-entry-content-63, .hpb-more-entry#sp-entry-content-64, .hpb-more-entry#sp-entry-content-65, .hpb-more-entry#sp-entry-content-66, .hpb-more-entry#sp-entry-content-67, .hpb-more-entry#sp-entry-content-68, .hpb-more-entry#sp-entry-content-69, .hpb-more-entry#sp-entry-content-7, .hpb-more-entry#sp-entry-content-70, .hpb-more-entry#sp-entry-content-71, .hpb-more-entry#sp-entry-content-72, .hpb-more-entry#sp-entry-content-73, .hpb-more-entry#sp-entry-content-74, .hpb-more-entry#sp-entry-content-75, .hpb-more-entry#sp-entry-content-76, .hpb-more-entry#sp-entry-content-77, .hpb-more-entry#sp-entry-content-78, .hpb-more-entry#sp-entry-content-79, .hpb-more-entry#sp-entry-content-8, .hpb-more-entry#sp-entry-content-80, .hpb-more-entry#sp-entry-content-81, .hpb-more-entry#sp-entry-content-82, .hpb-more-entry#sp-entry-content-83, .hpb-more-entry#sp-entry-content-84, .hpb-more-entry#sp-entry-content-85, .hpb-more-entry#sp-wp-post-list-1, .hpb-more-entry#sp-wp-post-list-2, .hpb-more-entry#sp-wp-post-list-3, .hpb-more-entry#sp-wp-post-list-4, .hpb-more-entry#sp-wp-post-list-5{
  text-align : right;
  margin-right : 25px;
}

.hpb-more-entry#sp-entry-content-1 > a, .hpb-more-entry#sp-entry-content-10 > a, .hpb-more-entry#sp-entry-content-11 > a, .hpb-more-entry#sp-entry-content-12 > a, .hpb-more-entry#sp-entry-content-13 > a, .hpb-more-entry#sp-entry-content-14 > a, .hpb-more-entry#sp-entry-content-15 > a, .hpb-more-entry#sp-entry-content-16 > a, .hpb-more-entry#sp-entry-content-17 > a, .hpb-more-entry#sp-entry-content-18 > a, .hpb-more-entry#sp-entry-content-19 > a, .hpb-more-entry#sp-entry-content-2 > a, .hpb-more-entry#sp-entry-content-20 > a, .hpb-more-entry#sp-entry-content-21 > a, .hpb-more-entry#sp-entry-content-22 > a, .hpb-more-entry#sp-entry-content-23 > a, .hpb-more-entry#sp-entry-content-24 > a, .hpb-more-entry#sp-entry-content-25 > a, .hpb-more-entry#sp-entry-content-26 > a, .hpb-more-entry#sp-entry-content-27 > a, .hpb-more-entry#sp-entry-content-28 > a, .hpb-more-entry#sp-entry-content-29 > a, .hpb-more-entry#sp-entry-content-3 > a, .hpb-more-entry#sp-entry-content-30 > a, .hpb-more-entry#sp-entry-content-31 > a, .hpb-more-entry#sp-entry-content-32 > a, .hpb-more-entry#sp-entry-content-33 > a, .hpb-more-entry#sp-entry-content-34 > a, .hpb-more-entry#sp-entry-content-35 > a, .hpb-more-entry#sp-entry-content-36 > a, .hpb-more-entry#sp-entry-content-37 > a, .hpb-more-entry#sp-entry-content-38 > a, .hpb-more-entry#sp-entry-content-39 > a, .hpb-more-entry#sp-entry-content-4 > a, .hpb-more-entry#sp-entry-content-40 > a, .hpb-more-entry#sp-entry-content-41 > a, .hpb-more-entry#sp-entry-content-42 > a, .hpb-more-entry#sp-entry-content-43 > a, .hpb-more-entry#sp-entry-content-44 > a, .hpb-more-entry#sp-entry-content-45 > a, .hpb-more-entry#sp-entry-content-46 > a, .hpb-more-entry#sp-entry-content-47 > a, .hpb-more-entry#sp-entry-content-48 > a, .hpb-more-entry#sp-entry-content-49 > a, .hpb-more-entry#sp-entry-content-5 > a, .hpb-more-entry#sp-entry-content-50 > a, .hpb-more-entry#sp-entry-content-51 > a, .hpb-more-entry#sp-entry-content-52 > a, .hpb-more-entry#sp-entry-content-53 > a, .hpb-more-entry#sp-entry-content-54 > a, .hpb-more-entry#sp-entry-content-55 > a, .hpb-more-entry#sp-entry-content-56 > a, .hpb-more-entry#sp-entry-content-57 > a, .hpb-more-entry#sp-entry-content-58 > a, .hpb-more-entry#sp-entry-content-59 > a, .hpb-more-entry#sp-entry-content-6 > a, .hpb-more-entry#sp-entry-content-60 > a, .hpb-more-entry#sp-entry-content-61 > a, .hpb-more-entry#sp-entry-content-62 > a, .hpb-more-entry#sp-entry-content-63 > a, .hpb-more-entry#sp-entry-content-64 > a, .hpb-more-entry#sp-entry-content-65 > a, .hpb-more-entry#sp-entry-content-66 > a, .hpb-more-entry#sp-entry-content-67 > a, .hpb-more-entry#sp-entry-content-68 > a, .hpb-more-entry#sp-entry-content-69 > a, .hpb-more-entry#sp-entry-content-7 > a, .hpb-more-entry#sp-entry-content-70 > a, .hpb-more-entry#sp-entry-content-71 > a, .hpb-more-entry#sp-entry-content-72 > a, .hpb-more-entry#sp-entry-content-73 > a, .hpb-more-entry#sp-entry-content-74 > a, .hpb-more-entry#sp-entry-content-75 > a, .hpb-more-entry#sp-entry-content-76 > a, .hpb-more-entry#sp-entry-content-77 > a, .hpb-more-entry#sp-entry-content-78 > a, .hpb-more-entry#sp-entry-content-79 > a, .hpb-more-entry#sp-entry-content-8 > a, .hpb-more-entry#sp-entry-content-80 > a, .hpb-more-entry#sp-entry-content-81 > a, .hpb-more-entry#sp-entry-content-82 > a, .hpb-more-entry#sp-entry-content-83 > a, .hpb-more-entry#sp-entry-content-84 > a, .hpb-more-entry#sp-entry-content-85 > a, .hpb-more-entry#sp-wp-post-list-1 > a, .hpb-more-entry#sp-wp-post-list-2 > a, .hpb-more-entry#sp-wp-post-list-3 > a, .hpb-more-entry#sp-wp-post-list-4 > a, .hpb-more-entry#sp-wp-post-list-5 > a{
  font-size : 12px;
  font-family : Arial, Helvetica, sans-serif;
  color : #00bab4;
  text-decoration : underline;
  display : inline-block;
  position : relative;
}

.hpb-more-entry#sp-entry-content-1 > a:hover, .hpb-more-entry#sp-entry-content-10 > a:hover, .hpb-more-entry#sp-entry-content-11 > a:hover, .hpb-more-entry#sp-entry-content-12 > a:hover, .hpb-more-entry#sp-entry-content-13 > a:hover, .hpb-more-entry#sp-entry-content-14 > a:hover, .hpb-more-entry#sp-entry-content-15 > a:hover, .hpb-more-entry#sp-entry-content-16 > a:hover, .hpb-more-entry#sp-entry-content-17 > a:hover, .hpb-more-entry#sp-entry-content-18 > a:hover, .hpb-more-entry#sp-entry-content-19 > a:hover, .hpb-more-entry#sp-entry-content-2 > a:hover, .hpb-more-entry#sp-entry-content-20 > a:hover, .hpb-more-entry#sp-entry-content-21 > a:hover, .hpb-more-entry#sp-entry-content-22 > a:hover, .hpb-more-entry#sp-entry-content-23 > a:hover, .hpb-more-entry#sp-entry-content-24 > a:hover, .hpb-more-entry#sp-entry-content-25 > a:hover, .hpb-more-entry#sp-entry-content-26 > a:hover, .hpb-more-entry#sp-entry-content-27 > a:hover, .hpb-more-entry#sp-entry-content-28 > a:hover, .hpb-more-entry#sp-entry-content-29 > a:hover, .hpb-more-entry#sp-entry-content-3 > a:hover, .hpb-more-entry#sp-entry-content-30 > a:hover, .hpb-more-entry#sp-entry-content-31 > a:hover, .hpb-more-entry#sp-entry-content-32 > a:hover, .hpb-more-entry#sp-entry-content-33 > a:hover, .hpb-more-entry#sp-entry-content-34 > a:hover, .hpb-more-entry#sp-entry-content-35 > a:hover, .hpb-more-entry#sp-entry-content-36 > a:hover, .hpb-more-entry#sp-entry-content-37 > a:hover, .hpb-more-entry#sp-entry-content-38 > a:hover, .hpb-more-entry#sp-entry-content-39 > a:hover, .hpb-more-entry#sp-entry-content-4 > a:hover, .hpb-more-entry#sp-entry-content-40 > a:hover, .hpb-more-entry#sp-entry-content-41 > a:hover, .hpb-more-entry#sp-entry-content-42 > a:hover, .hpb-more-entry#sp-entry-content-43 > a:hover, .hpb-more-entry#sp-entry-content-44 > a:hover, .hpb-more-entry#sp-entry-content-45 > a:hover, .hpb-more-entry#sp-entry-content-46 > a:hover, .hpb-more-entry#sp-entry-content-47 > a:hover, .hpb-more-entry#sp-entry-content-48 > a:hover, .hpb-more-entry#sp-entry-content-49 > a:hover, .hpb-more-entry#sp-entry-content-5 > a:hover, .hpb-more-entry#sp-entry-content-50 > a:hover, .hpb-more-entry#sp-entry-content-51 > a:hover, .hpb-more-entry#sp-entry-content-52 > a:hover, .hpb-more-entry#sp-entry-content-53 > a:hover, .hpb-more-entry#sp-entry-content-54 > a:hover, .hpb-more-entry#sp-entry-content-55 > a:hover, .hpb-more-entry#sp-entry-content-56 > a:hover, .hpb-more-entry#sp-entry-content-57 > a:hover, .hpb-more-entry#sp-entry-content-58 > a:hover, .hpb-more-entry#sp-entry-content-59 > a:hover, .hpb-more-entry#sp-entry-content-6 > a:hover, .hpb-more-entry#sp-entry-content-60 > a:hover, .hpb-more-entry#sp-entry-content-61 > a:hover, .hpb-more-entry#sp-entry-content-62 > a:hover, .hpb-more-entry#sp-entry-content-63 > a:hover, .hpb-more-entry#sp-entry-content-64 > a:hover, .hpb-more-entry#sp-entry-content-65 > a:hover, .hpb-more-entry#sp-entry-content-66 > a:hover, .hpb-more-entry#sp-entry-content-67 > a:hover, .hpb-more-entry#sp-entry-content-68 > a:hover, .hpb-more-entry#sp-entry-content-69 > a:hover, .hpb-more-entry#sp-entry-content-7 > a:hover, .hpb-more-entry#sp-entry-content-70 > a:hover, .hpb-more-entry#sp-entry-content-71 > a:hover, .hpb-more-entry#sp-entry-content-72 > a:hover, .hpb-more-entry#sp-entry-content-73 > a:hover, .hpb-more-entry#sp-entry-content-74 > a:hover, .hpb-more-entry#sp-entry-content-75 > a:hover, .hpb-more-entry#sp-entry-content-76 > a:hover, .hpb-more-entry#sp-entry-content-77 > a:hover, .hpb-more-entry#sp-entry-content-78 > a:hover, .hpb-more-entry#sp-entry-content-79 > a:hover, .hpb-more-entry#sp-entry-content-8 > a:hover, .hpb-more-entry#sp-entry-content-80 > a:hover, .hpb-more-entry#sp-entry-content-81 > a:hover, .hpb-more-entry#sp-entry-content-82 > a:hover, .hpb-more-entry#sp-entry-content-83 > a:hover, .hpb-more-entry#sp-entry-content-84 > a:hover, .hpb-more-entry#sp-entry-content-85 > a:hover, .hpb-more-entry#sp-wp-post-list-1 > a:hover, .hpb-more-entry#sp-wp-post-list-2 > a:hover, .hpb-more-entry#sp-wp-post-list-3 > a:hover, .hpb-more-entry#sp-wp-post-list-4 > a:hover, .hpb-more-entry#sp-wp-post-list-5 > a:hover{
  text-decoration : none;
}

.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-37 dd, .hpb-viewtype-content#sp-entry-content-38 dd, .hpb-viewtype-content#sp-entry-content-39 dd, .hpb-viewtype-content#sp-entry-content-4 dd, .hpb-viewtype-content#sp-entry-content-40 dd, .hpb-viewtype-content#sp-entry-content-41 dd, .hpb-viewtype-content#sp-entry-content-42 dd, .hpb-viewtype-content#sp-entry-content-43 dd, .hpb-viewtype-content#sp-entry-content-44 dd, .hpb-viewtype-content#sp-entry-content-45 dd, .hpb-viewtype-content#sp-entry-content-46 dd, .hpb-viewtype-content#sp-entry-content-47 dd, .hpb-viewtype-content#sp-entry-content-48 dd, .hpb-viewtype-content#sp-entry-content-49 dd, .hpb-viewtype-content#sp-entry-content-5 dd, .hpb-viewtype-content#sp-entry-content-50 dd, .hpb-viewtype-content#sp-entry-content-51 dd, .hpb-viewtype-content#sp-entry-content-52 dd, .hpb-viewtype-content#sp-entry-content-53 dd, .hpb-viewtype-content#sp-entry-content-54 dd, .hpb-viewtype-content#sp-entry-content-55 dd, .hpb-viewtype-content#sp-entry-content-56 dd, .hpb-viewtype-content#sp-entry-content-57 dd, .hpb-viewtype-content#sp-entry-content-58 dd, .hpb-viewtype-content#sp-entry-content-59 dd, .hpb-viewtype-content#sp-entry-content-6 dd, .hpb-viewtype-content#sp-entry-content-60 dd, .hpb-viewtype-content#sp-entry-content-61 dd, .hpb-viewtype-content#sp-entry-content-62 dd, .hpb-viewtype-content#sp-entry-content-63 dd, .hpb-viewtype-content#sp-entry-content-64 dd, .hpb-viewtype-content#sp-entry-content-65 dd, .hpb-viewtype-content#sp-entry-content-66 dd, .hpb-viewtype-content#sp-entry-content-67 dd, .hpb-viewtype-content#sp-entry-content-68 dd, .hpb-viewtype-content#sp-entry-content-69 dd, .hpb-viewtype-content#sp-entry-content-7 dd, .hpb-viewtype-content#sp-entry-content-70 dd, .hpb-viewtype-content#sp-entry-content-71 dd, .hpb-viewtype-content#sp-entry-content-72 dd, .hpb-viewtype-content#sp-entry-content-73 dd, .hpb-viewtype-content#sp-entry-content-74 dd, .hpb-viewtype-content#sp-entry-content-75 dd, .hpb-viewtype-content#sp-entry-content-76 dd, .hpb-viewtype-content#sp-entry-content-77 dd, .hpb-viewtype-content#sp-entry-content-78 dd, .hpb-viewtype-content#sp-entry-content-79 dd, .hpb-viewtype-content#sp-entry-content-8 dd, .hpb-viewtype-content#sp-entry-content-80 dd, .hpb-viewtype-content#sp-entry-content-81 dd, .hpb-viewtype-content#sp-entry-content-82 dd, .hpb-viewtype-content#sp-entry-content-83 dd, .hpb-viewtype-content#sp-entry-content-84 dd, .hpb-viewtype-content#sp-entry-content-85 dd, .hpb-viewtype-content#sp-wp-post-list-1 dd, .hpb-viewtype-content#sp-wp-post-list-2 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{
  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-37 dl, .hpb-viewtype-content#sp-entry-content-38 dl, .hpb-viewtype-content#sp-entry-content-39 dl, .hpb-viewtype-content#sp-entry-content-4 dl, .hpb-viewtype-content#sp-entry-content-40 dl, .hpb-viewtype-content#sp-entry-content-41 dl, .hpb-viewtype-content#sp-entry-content-42 dl, .hpb-viewtype-content#sp-entry-content-43 dl, .hpb-viewtype-content#sp-entry-content-44 dl, .hpb-viewtype-content#sp-entry-content-45 dl, .hpb-viewtype-content#sp-entry-content-46 dl, .hpb-viewtype-content#sp-entry-content-47 dl, .hpb-viewtype-content#sp-entry-content-48 dl, .hpb-viewtype-content#sp-entry-content-49 dl, .hpb-viewtype-content#sp-entry-content-5 dl, .hpb-viewtype-content#sp-entry-content-50 dl, .hpb-viewtype-content#sp-entry-content-51 dl, .hpb-viewtype-content#sp-entry-content-52 dl, .hpb-viewtype-content#sp-entry-content-53 dl, .hpb-viewtype-content#sp-entry-content-54 dl, .hpb-viewtype-content#sp-entry-content-55 dl, .hpb-viewtype-content#sp-entry-content-56 dl, .hpb-viewtype-content#sp-entry-content-57 dl, .hpb-viewtype-content#sp-entry-content-58 dl, .hpb-viewtype-content#sp-entry-content-59 dl, .hpb-viewtype-content#sp-entry-content-6 dl, .hpb-viewtype-content#sp-entry-content-60 dl, .hpb-viewtype-content#sp-entry-content-61 dl, .hpb-viewtype-content#sp-entry-content-62 dl, .hpb-viewtype-content#sp-entry-content-63 dl, .hpb-viewtype-content#sp-entry-content-64 dl, .hpb-viewtype-content#sp-entry-content-65 dl, .hpb-viewtype-content#sp-entry-content-66 dl, .hpb-viewtype-content#sp-entry-content-67 dl, .hpb-viewtype-content#sp-entry-content-68 dl, .hpb-viewtype-content#sp-entry-content-69 dl, .hpb-viewtype-content#sp-entry-content-7 dl, .hpb-viewtype-content#sp-entry-content-70 dl, .hpb-viewtype-content#sp-entry-content-71 dl, .hpb-viewtype-content#sp-entry-content-72 dl, .hpb-viewtype-content#sp-entry-content-73 dl, .hpb-viewtype-content#sp-entry-content-74 dl, .hpb-viewtype-content#sp-entry-content-75 dl, .hpb-viewtype-content#sp-entry-content-76 dl, .hpb-viewtype-content#sp-entry-content-77 dl, .hpb-viewtype-content#sp-entry-content-78 dl, .hpb-viewtype-content#sp-entry-content-79 dl, .hpb-viewtype-content#sp-entry-content-8 dl, .hpb-viewtype-content#sp-entry-content-80 dl, .hpb-viewtype-content#sp-entry-content-81 dl, .hpb-viewtype-content#sp-entry-content-82 dl, .hpb-viewtype-content#sp-entry-content-83 dl, .hpb-viewtype-content#sp-entry-content-84 dl, .hpb-viewtype-content#sp-entry-content-85 dl, .hpb-viewtype-content#sp-wp-post-list-1 dl, .hpb-viewtype-content#sp-wp-post-list-2 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{
  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-37 dt, .hpb-viewtype-content#sp-entry-content-38 dt, .hpb-viewtype-content#sp-entry-content-39 dt, .hpb-viewtype-content#sp-entry-content-4 dt, .hpb-viewtype-content#sp-entry-content-40 dt, .hpb-viewtype-content#sp-entry-content-41 dt, .hpb-viewtype-content#sp-entry-content-42 dt, .hpb-viewtype-content#sp-entry-content-43 dt, .hpb-viewtype-content#sp-entry-content-44 dt, .hpb-viewtype-content#sp-entry-content-45 dt, .hpb-viewtype-content#sp-entry-content-46 dt, .hpb-viewtype-content#sp-entry-content-47 dt, .hpb-viewtype-content#sp-entry-content-48 dt, .hpb-viewtype-content#sp-entry-content-49 dt, .hpb-viewtype-content#sp-entry-content-5 dt, .hpb-viewtype-content#sp-entry-content-50 dt, .hpb-viewtype-content#sp-entry-content-51 dt, .hpb-viewtype-content#sp-entry-content-52 dt, .hpb-viewtype-content#sp-entry-content-53 dt, .hpb-viewtype-content#sp-entry-content-54 dt, .hpb-viewtype-content#sp-entry-content-55 dt, .hpb-viewtype-content#sp-entry-content-56 dt, .hpb-viewtype-content#sp-entry-content-57 dt, .hpb-viewtype-content#sp-entry-content-58 dt, .hpb-viewtype-content#sp-entry-content-59 dt, .hpb-viewtype-content#sp-entry-content-6 dt, .hpb-viewtype-content#sp-entry-content-60 dt, .hpb-viewtype-content#sp-entry-content-61 dt, .hpb-viewtype-content#sp-entry-content-62 dt, .hpb-viewtype-content#sp-entry-content-63 dt, .hpb-viewtype-content#sp-entry-content-64 dt, .hpb-viewtype-content#sp-entry-content-65 dt, .hpb-viewtype-content#sp-entry-content-66 dt, .hpb-viewtype-content#sp-entry-content-67 dt, .hpb-viewtype-content#sp-entry-content-68 dt, .hpb-viewtype-content#sp-entry-content-69 dt, .hpb-viewtype-content#sp-entry-content-7 dt, .hpb-viewtype-content#sp-entry-content-70 dt, .hpb-viewtype-content#sp-entry-content-71 dt, .hpb-viewtype-content#sp-entry-content-72 dt, .hpb-viewtype-content#sp-entry-content-73 dt, .hpb-viewtype-content#sp-entry-content-74 dt, .hpb-viewtype-content#sp-entry-content-75 dt, .hpb-viewtype-content#sp-entry-content-76 dt, .hpb-viewtype-content#sp-entry-content-77 dt, .hpb-viewtype-content#sp-entry-content-78 dt, .hpb-viewtype-content#sp-entry-content-79 dt, .hpb-viewtype-content#sp-entry-content-8 dt, .hpb-viewtype-content#sp-entry-content-80 dt, .hpb-viewtype-content#sp-entry-content-81 dt, .hpb-viewtype-content#sp-entry-content-82 dt, .hpb-viewtype-content#sp-entry-content-83 dt, .hpb-viewtype-content#sp-entry-content-84 dt, .hpb-viewtype-content#sp-entry-content-85 dt, .hpb-viewtype-content#sp-wp-post-list-1 dt, .hpb-viewtype-content#sp-wp-post-list-2 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{
  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-37 dd, .hpb-viewtype-date#sp-entry-content-38 dd, .hpb-viewtype-date#sp-entry-content-39 dd, .hpb-viewtype-date#sp-entry-content-4 dd, .hpb-viewtype-date#sp-entry-content-40 dd, .hpb-viewtype-date#sp-entry-content-41 dd, .hpb-viewtype-date#sp-entry-content-42 dd, .hpb-viewtype-date#sp-entry-content-43 dd, .hpb-viewtype-date#sp-entry-content-44 dd, .hpb-viewtype-date#sp-entry-content-45 dd, .hpb-viewtype-date#sp-entry-content-46 dd, .hpb-viewtype-date#sp-entry-content-47 dd, .hpb-viewtype-date#sp-entry-content-48 dd, .hpb-viewtype-date#sp-entry-content-49 dd, .hpb-viewtype-date#sp-entry-content-5 dd, .hpb-viewtype-date#sp-entry-content-50 dd, .hpb-viewtype-date#sp-entry-content-51 dd, .hpb-viewtype-date#sp-entry-content-52 dd, .hpb-viewtype-date#sp-entry-content-53 dd, .hpb-viewtype-date#sp-entry-content-54 dd, .hpb-viewtype-date#sp-entry-content-55 dd, .hpb-viewtype-date#sp-entry-content-56 dd, .hpb-viewtype-date#sp-entry-content-57 dd, .hpb-viewtype-date#sp-entry-content-58 dd, .hpb-viewtype-date#sp-entry-content-59 dd, .hpb-viewtype-date#sp-entry-content-6 dd, .hpb-viewtype-date#sp-entry-content-60 dd, .hpb-viewtype-date#sp-entry-content-61 dd, .hpb-viewtype-date#sp-entry-content-62 dd, .hpb-viewtype-date#sp-entry-content-63 dd, .hpb-viewtype-date#sp-entry-content-64 dd, .hpb-viewtype-date#sp-entry-content-65 dd, .hpb-viewtype-date#sp-entry-content-66 dd, .hpb-viewtype-date#sp-entry-content-67 dd, .hpb-viewtype-date#sp-entry-content-68 dd, .hpb-viewtype-date#sp-entry-content-69 dd, .hpb-viewtype-date#sp-entry-content-7 dd, .hpb-viewtype-date#sp-entry-content-70 dd, .hpb-viewtype-date#sp-entry-content-71 dd, .hpb-viewtype-date#sp-entry-content-72 dd, .hpb-viewtype-date#sp-entry-content-73 dd, .hpb-viewtype-date#sp-entry-content-74 dd, .hpb-viewtype-date#sp-entry-content-75 dd, .hpb-viewtype-date#sp-entry-content-76 dd, .hpb-viewtype-date#sp-entry-content-77 dd, .hpb-viewtype-date#sp-entry-content-78 dd, .hpb-viewtype-date#sp-entry-content-79 dd, .hpb-viewtype-date#sp-entry-content-8 dd, .hpb-viewtype-date#sp-entry-content-80 dd, .hpb-viewtype-date#sp-entry-content-81 dd, .hpb-viewtype-date#sp-entry-content-82 dd, .hpb-viewtype-date#sp-entry-content-83 dd, .hpb-viewtype-date#sp-entry-content-84 dd, .hpb-viewtype-date#sp-entry-content-85 dd, .hpb-viewtype-date#sp-wp-post-list-1 dd, .hpb-viewtype-date#sp-wp-post-list-2 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{
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-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-37 dl, .hpb-viewtype-date#sp-entry-content-38 dl, .hpb-viewtype-date#sp-entry-content-39 dl, .hpb-viewtype-date#sp-entry-content-4 dl, .hpb-viewtype-date#sp-entry-content-40 dl, .hpb-viewtype-date#sp-entry-content-41 dl, .hpb-viewtype-date#sp-entry-content-42 dl, .hpb-viewtype-date#sp-entry-content-43 dl, .hpb-viewtype-date#sp-entry-content-44 dl, .hpb-viewtype-date#sp-entry-content-45 dl, .hpb-viewtype-date#sp-entry-content-46 dl, .hpb-viewtype-date#sp-entry-content-47 dl, .hpb-viewtype-date#sp-entry-content-48 dl, .hpb-viewtype-date#sp-entry-content-49 dl, .hpb-viewtype-date#sp-entry-content-5 dl, .hpb-viewtype-date#sp-entry-content-50 dl, .hpb-viewtype-date#sp-entry-content-51 dl, .hpb-viewtype-date#sp-entry-content-52 dl, .hpb-viewtype-date#sp-entry-content-53 dl, .hpb-viewtype-date#sp-entry-content-54 dl, .hpb-viewtype-date#sp-entry-content-55 dl, .hpb-viewtype-date#sp-entry-content-56 dl, .hpb-viewtype-date#sp-entry-content-57 dl, .hpb-viewtype-date#sp-entry-content-58 dl, .hpb-viewtype-date#sp-entry-content-59 dl, .hpb-viewtype-date#sp-entry-content-6 dl, .hpb-viewtype-date#sp-entry-content-60 dl, .hpb-viewtype-date#sp-entry-content-61 dl, .hpb-viewtype-date#sp-entry-content-62 dl, .hpb-viewtype-date#sp-entry-content-63 dl, .hpb-viewtype-date#sp-entry-content-64 dl, .hpb-viewtype-date#sp-entry-content-65 dl, .hpb-viewtype-date#sp-entry-content-66 dl, .hpb-viewtype-date#sp-entry-content-67 dl, .hpb-viewtype-date#sp-entry-content-68 dl, .hpb-viewtype-date#sp-entry-content-69 dl, .hpb-viewtype-date#sp-entry-content-7 dl, .hpb-viewtype-date#sp-entry-content-70 dl, .hpb-viewtype-date#sp-entry-content-71 dl, .hpb-viewtype-date#sp-entry-content-72 dl, .hpb-viewtype-date#sp-entry-content-73 dl, .hpb-viewtype-date#sp-entry-content-74 dl, .hpb-viewtype-date#sp-entry-content-75 dl, .hpb-viewtype-date#sp-entry-content-76 dl, .hpb-viewtype-date#sp-entry-content-77 dl, .hpb-viewtype-date#sp-entry-content-78 dl, .hpb-viewtype-date#sp-entry-content-79 dl, .hpb-viewtype-date#sp-entry-content-8 dl, .hpb-viewtype-date#sp-entry-content-80 dl, .hpb-viewtype-date#sp-entry-content-81 dl, .hpb-viewtype-date#sp-entry-content-82 dl, .hpb-viewtype-date#sp-entry-content-83 dl, .hpb-viewtype-date#sp-entry-content-84 dl, .hpb-viewtype-date#sp-entry-content-85 dl, .hpb-viewtype-date#sp-wp-post-list-1 dl, .hpb-viewtype-date#sp-wp-post-list-2 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{
  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-37 dt, .hpb-viewtype-date#sp-entry-content-38 dt, .hpb-viewtype-date#sp-entry-content-39 dt, .hpb-viewtype-date#sp-entry-content-4 dt, .hpb-viewtype-date#sp-entry-content-40 dt, .hpb-viewtype-date#sp-entry-content-41 dt, .hpb-viewtype-date#sp-entry-content-42 dt, .hpb-viewtype-date#sp-entry-content-43 dt, .hpb-viewtype-date#sp-entry-content-44 dt, .hpb-viewtype-date#sp-entry-content-45 dt, .hpb-viewtype-date#sp-entry-content-46 dt, .hpb-viewtype-date#sp-entry-content-47 dt, .hpb-viewtype-date#sp-entry-content-48 dt, .hpb-viewtype-date#sp-entry-content-49 dt, .hpb-viewtype-date#sp-entry-content-5 dt, .hpb-viewtype-date#sp-entry-content-50 dt, .hpb-viewtype-date#sp-entry-content-51 dt, .hpb-viewtype-date#sp-entry-content-52 dt, .hpb-viewtype-date#sp-entry-content-53 dt, .hpb-viewtype-date#sp-entry-content-54 dt, .hpb-viewtype-date#sp-entry-content-55 dt, .hpb-viewtype-date#sp-entry-content-56 dt, .hpb-viewtype-date#sp-entry-content-57 dt, .hpb-viewtype-date#sp-entry-content-58 dt, .hpb-viewtype-date#sp-entry-content-59 dt, .hpb-viewtype-date#sp-entry-content-6 dt, .hpb-viewtype-date#sp-entry-content-60 dt, .hpb-viewtype-date#sp-entry-content-61 dt, .hpb-viewtype-date#sp-entry-content-62 dt, .hpb-viewtype-date#sp-entry-content-63 dt, .hpb-viewtype-date#sp-entry-content-64 dt, .hpb-viewtype-date#sp-entry-content-65 dt, .hpb-viewtype-date#sp-entry-content-66 dt, .hpb-viewtype-date#sp-entry-content-67 dt, .hpb-viewtype-date#sp-entry-content-68 dt, .hpb-viewtype-date#sp-entry-content-69 dt, .hpb-viewtype-date#sp-entry-content-7 dt, .hpb-viewtype-date#sp-entry-content-70 dt, .hpb-viewtype-date#sp-entry-content-71 dt, .hpb-viewtype-date#sp-entry-content-72 dt, .hpb-viewtype-date#sp-entry-content-73 dt, .hpb-viewtype-date#sp-entry-content-74 dt, .hpb-viewtype-date#sp-entry-content-75 dt, .hpb-viewtype-date#sp-entry-content-76 dt, .hpb-viewtype-date#sp-entry-content-77 dt, .hpb-viewtype-date#sp-entry-content-78 dt, .hpb-viewtype-date#sp-entry-content-79 dt, .hpb-viewtype-date#sp-entry-content-8 dt, .hpb-viewtype-date#sp-entry-content-80 dt, .hpb-viewtype-date#sp-entry-content-81 dt, .hpb-viewtype-date#sp-entry-content-82 dt, .hpb-viewtype-date#sp-entry-content-83 dt, .hpb-viewtype-date#sp-entry-content-84 dt, .hpb-viewtype-date#sp-entry-content-85 dt, .hpb-viewtype-date#sp-wp-post-list-1 dt, .hpb-viewtype-date#sp-wp-post-list-2 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{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 20px;
  padding-bottom : 5px;
  float : left;
  clear : left;
}

.page-access#content #page-content > .paragraph em, .page-blog#content #page-content > .paragraph em, .page-concept#content #page-content > .paragraph em, .page-concept1#content #page-content > .paragraph em, .page-concept2#content #page-content > .paragraph em, .page-concept3#content #page-content > .paragraph em, .page-concept4#content #page-content > .paragraph em, .page-contact#content #page-content > .paragraph em, .page-custom#content #page-content > .paragraph em, .page-custom1#content #page-content > .paragraph em, .page-custom10#content #page-content > .paragraph em, .page-custom11#content #page-content > .paragraph em, .page-custom12#content #page-content > .paragraph em, .page-custom13#content #page-content > .paragraph em, .page-custom14#content #page-content > .paragraph em, .page-custom15#content #page-content > .paragraph em, .page-custom16#content #page-content > .paragraph em, .page-custom17#content #page-content > .paragraph em, .page-custom18#content #page-content > .paragraph em, .page-custom19#content #page-content > .paragraph em, .page-custom2#content #page-content > .paragraph em, .page-custom20#content #page-content > .paragraph em, .page-custom21#content #page-content > .paragraph em, .page-custom22#content #page-content > .paragraph em, .page-custom23#content #page-content > .paragraph em, .page-custom24#content #page-content > .paragraph em, .page-custom25#content #page-content > .paragraph em, .page-custom26#content #page-content > .paragraph em, .page-custom27#content #page-content > .paragraph em, .page-custom28#content #page-content > .paragraph em, .page-custom29#content #page-content > .paragraph em, .page-custom3#content #page-content > .paragraph em, .page-custom30#content #page-content > .paragraph em, .page-custom31#content #page-content > .paragraph em, .page-custom32#content #page-content > .paragraph em, .page-custom33#content #page-content > .paragraph em, .page-custom34#content #page-content > .paragraph em, .page-custom35#content #page-content > .paragraph em, .page-custom36#content #page-content > .paragraph em, .page-custom37#content #page-content > .paragraph em, .page-custom38#content #page-content > .paragraph em, .page-custom39#content #page-content > .paragraph em, .page-custom4#content #page-content > .paragraph em, .page-custom40#content #page-content > .paragraph em, .page-custom41#content #page-content > .paragraph em, .page-custom42#content #page-content > .paragraph em, .page-custom43#content #page-content > .paragraph em, .page-custom44#content #page-content > .paragraph em, .page-custom45#content #page-content > .paragraph em, .page-custom46#content #page-content > .paragraph em, .page-custom47#content #page-content > .paragraph em, .page-custom48#content #page-content > .paragraph em, .page-custom49#content #page-content > .paragraph em, .page-custom5#content #page-content > .paragraph em, .page-custom50#content #page-content > .paragraph em, .page-custom51#content #page-content > .paragraph em, .page-custom52#content #page-content > .paragraph em, .page-custom53#content #page-content > .paragraph em, .page-custom54#content #page-content > .paragraph em, .page-custom55#content #page-content > .paragraph em, .page-custom56#content #page-content > .paragraph em, .page-custom57#content #page-content > .paragraph em, .page-custom58#content #page-content > .paragraph em, .page-custom59#content #page-content > .paragraph em, .page-custom6#content #page-content > .paragraph em, .page-custom60#content #page-content > .paragraph em, .page-custom61#content #page-content > .paragraph em, .page-custom62#content #page-content > .paragraph em, .page-custom63#content #page-content > .paragraph em, .page-custom65#content #page-content > .paragraph em, .page-custom66#content #page-content > .paragraph em, .page-custom67#content #page-content > .paragraph em, .page-custom68#content #page-content > .paragraph em, .page-custom69#content #page-content > .paragraph em, .page-custom7#content #page-content > .paragraph em, .page-custom70#content #page-content > .paragraph em, .page-custom73#content #page-content > .paragraph em, .page-custom75#content #page-content > .paragraph em, .page-custom76#content #page-content > .paragraph em, .page-custom8#content #page-content > .paragraph em, .page-custom84#content #page-content > .paragraph em, .page-custom85#content #page-content > .paragraph em, .page-custom86#content #page-content > .paragraph em, .page-custom9#content #page-content > .paragraph em, .page-custom93#content #page-content > .paragraph em, .page-custom95#content #page-content > .paragraph em, .page-custom96#content #page-content > .paragraph em, .page-custom97#content #page-content > .paragraph em, .page-privacy#content #page-content > .paragraph em, .page-reserve#content #page-content > .paragraph em, .page-toppage#content #page-content > .paragraph em, #sp-block-container-1 > .paragraph em{
  font-style : oblique;
  color : #571914;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #571914;
}

.page-access#content #page-content > .paragraph strong, .page-blog#content #page-content > .paragraph strong, .page-concept#content #page-content > .paragraph strong, .page-concept1#content #page-content > .paragraph strong, .page-concept2#content #page-content > .paragraph strong, .page-concept3#content #page-content > .paragraph strong, .page-concept4#content #page-content > .paragraph strong, .page-contact#content #page-content > .paragraph strong, .page-custom#content #page-content > .paragraph strong, .page-custom1#content #page-content > .paragraph strong, .page-custom10#content #page-content > .paragraph strong, .page-custom11#content #page-content > .paragraph strong, .page-custom12#content #page-content > .paragraph strong, .page-custom13#content #page-content > .paragraph strong, .page-custom14#content #page-content > .paragraph strong, .page-custom15#content #page-content > .paragraph strong, .page-custom16#content #page-content > .paragraph strong, .page-custom17#content #page-content > .paragraph strong, .page-custom18#content #page-content > .paragraph strong, .page-custom19#content #page-content > .paragraph strong, .page-custom2#content #page-content > .paragraph strong, .page-custom20#content #page-content > .paragraph strong, .page-custom21#content #page-content > .paragraph strong, .page-custom22#content #page-content > .paragraph strong, .page-custom23#content #page-content > .paragraph strong, .page-custom24#content #page-content > .paragraph strong, .page-custom25#content #page-content > .paragraph strong, .page-custom26#content #page-content > .paragraph strong, .page-custom27#content #page-content > .paragraph strong, .page-custom28#content #page-content > .paragraph strong, .page-custom29#content #page-content > .paragraph strong, .page-custom3#content #page-content > .paragraph strong, .page-custom30#content #page-content > .paragraph strong, .page-custom31#content #page-content > .paragraph strong, .page-custom32#content #page-content > .paragraph strong, .page-custom33#content #page-content > .paragraph strong, .page-custom34#content #page-content > .paragraph strong, .page-custom35#content #page-content > .paragraph strong, .page-custom36#content #page-content > .paragraph strong, .page-custom37#content #page-content > .paragraph strong, .page-custom38#content #page-content > .paragraph strong, .page-custom39#content #page-content > .paragraph strong, .page-custom4#content #page-content > .paragraph strong, .page-custom40#content #page-content > .paragraph strong, .page-custom41#content #page-content > .paragraph strong, .page-custom42#content #page-content > .paragraph strong, .page-custom43#content #page-content > .paragraph strong, .page-custom44#content #page-content > .paragraph strong, .page-custom45#content #page-content > .paragraph strong, .page-custom46#content #page-content > .paragraph strong, .page-custom47#content #page-content > .paragraph strong, .page-custom48#content #page-content > .paragraph strong, .page-custom49#content #page-content > .paragraph strong, .page-custom5#content #page-content > .paragraph strong, .page-custom50#content #page-content > .paragraph strong, .page-custom51#content #page-content > .paragraph strong, .page-custom52#content #page-content > .paragraph strong, .page-custom53#content #page-content > .paragraph strong, .page-custom54#content #page-content > .paragraph strong, .page-custom55#content #page-content > .paragraph strong, .page-custom56#content #page-content > .paragraph strong, .page-custom57#content #page-content > .paragraph strong, .page-custom58#content #page-content > .paragraph strong, .page-custom59#content #page-content > .paragraph strong, .page-custom6#content #page-content > .paragraph strong, .page-custom60#content #page-content > .paragraph strong, .page-custom61#content #page-content > .paragraph strong, .page-custom62#content #page-content > .paragraph strong, .page-custom63#content #page-content > .paragraph strong, .page-custom65#content #page-content > .paragraph strong, .page-custom66#content #page-content > .paragraph strong, .page-custom67#content #page-content > .paragraph strong, .page-custom68#content #page-content > .paragraph strong, .page-custom69#content #page-content > .paragraph strong, .page-custom7#content #page-content > .paragraph strong, .page-custom70#content #page-content > .paragraph strong, .page-custom73#content #page-content > .paragraph strong, .page-custom75#content #page-content > .paragraph strong, .page-custom76#content #page-content > .paragraph strong, .page-custom8#content #page-content > .paragraph strong, .page-custom84#content #page-content > .paragraph strong, .page-custom85#content #page-content > .paragraph strong, .page-custom86#content #page-content > .paragraph strong, .page-custom9#content #page-content > .paragraph strong, .page-custom93#content #page-content > .paragraph strong, .page-custom95#content #page-content > .paragraph strong, .page-custom96#content #page-content > .paragraph strong, .page-custom97#content #page-content > .paragraph strong, .page-privacy#content #page-content > .paragraph strong, .page-reserve#content #page-content > .paragraph strong, .page-toppage#content #page-content > .paragraph strong, #sp-block-container-1 > .paragraph strong{
  font-weight : bold;
  color : #571914;
}

.page-access#content #page-content > h1, .page-blog#content #page-content > h1, .page-concept#content #page-content > h1, .page-concept1#content #page-content > h1, .page-concept2#content #page-content > h1, .page-concept3#content #page-content > h1, .page-concept4#content #page-content > h1, .page-contact#content #page-content > h1, .page-custom#content #page-content > h1, .page-custom1#content #page-content > h1, .page-custom10#content #page-content > h1, .page-custom11#content #page-content > h1, .page-custom12#content #page-content > h1, .page-custom13#content #page-content > h1, .page-custom14#content #page-content > h1, .page-custom15#content #page-content > h1, .page-custom16#content #page-content > h1, .page-custom17#content #page-content > h1, .page-custom18#content #page-content > h1, .page-custom19#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom20#content #page-content > h1, .page-custom21#content #page-content > h1, .page-custom22#content #page-content > h1, .page-custom23#content #page-content > h1, .page-custom24#content #page-content > h1, .page-custom25#content #page-content > h1, .page-custom26#content #page-content > h1, .page-custom27#content #page-content > h1, .page-custom28#content #page-content > h1, .page-custom29#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom30#content #page-content > h1, .page-custom31#content #page-content > h1, .page-custom32#content #page-content > h1, .page-custom33#content #page-content > h1, .page-custom34#content #page-content > h1, .page-custom35#content #page-content > h1, .page-custom36#content #page-content > h1, .page-custom37#content #page-content > h1, .page-custom38#content #page-content > h1, .page-custom39#content #page-content > h1, .page-custom4#content #page-content > h1, .page-custom40#content #page-content > h1, .page-custom41#content #page-content > h1, .page-custom42#content #page-content > h1, .page-custom43#content #page-content > h1, .page-custom44#content #page-content > h1, .page-custom45#content #page-content > h1, .page-custom46#content #page-content > h1, .page-custom47#content #page-content > h1, .page-custom48#content #page-content > h1, .page-custom49#content #page-content > h1, .page-custom5#content #page-content > h1, .page-custom50#content #page-content > h1, .page-custom51#content #page-content > h1, .page-custom52#content #page-content > h1, .page-custom53#content #page-content > h1, .page-custom54#content #page-content > h1, .page-custom55#content #page-content > h1, .page-custom56#content #page-content > h1, .page-custom57#content #page-content > h1, .page-custom58#content #page-content > h1, .page-custom59#content #page-content > h1, .page-custom6#content #page-content > h1, .page-custom60#content #page-content > h1, .page-custom61#content #page-content > h1, .page-custom62#content #page-content > h1, .page-custom63#content #page-content > h1, .page-custom65#content #page-content > h1, .page-custom66#content #page-content > h1, .page-custom67#content #page-content > h1, .page-custom68#content #page-content > h1, .page-custom69#content #page-content > h1, .page-custom7#content #page-content > h1, .page-custom70#content #page-content > h1, .page-custom73#content #page-content > h1, .page-custom75#content #page-content > h1, .page-custom76#content #page-content > h1, .page-custom8#content #page-content > h1, .page-custom84#content #page-content > h1, .page-custom85#content #page-content > h1, .page-custom86#content #page-content > h1, .page-custom9#content #page-content > h1, .page-custom93#content #page-content > h1, .page-custom95#content #page-content > h1, .page-custom96#content #page-content > h1, .page-custom97#content #page-content > h1, .page-privacy#content #page-content > h1, .page-reserve#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-1 > h1{
  font-size : 2rem;
  font-weight : bold;
  color : #333333;
  margin-bottom : 15px;
}

.page-access#content #page-content > h2, .page-blog#content #page-content > h2, .page-concept#content #page-content > h2, .page-concept1#content #page-content > h2, .page-concept2#content #page-content > h2, .page-concept3#content #page-content > h2, .page-concept4#content #page-content > h2, .page-contact#content #page-content > h2, .page-custom#content #page-content > h2, .page-custom1#content #page-content > h2, .page-custom10#content #page-content > h2, .page-custom11#content #page-content > h2, .page-custom12#content #page-content > h2, .page-custom13#content #page-content > h2, .page-custom14#content #page-content > h2, .page-custom15#content #page-content > h2, .page-custom16#content #page-content > h2, .page-custom17#content #page-content > h2, .page-custom18#content #page-content > h2, .page-custom19#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom20#content #page-content > h2, .page-custom21#content #page-content > h2, .page-custom22#content #page-content > h2, .page-custom23#content #page-content > h2, .page-custom24#content #page-content > h2, .page-custom25#content #page-content > h2, .page-custom26#content #page-content > h2, .page-custom27#content #page-content > h2, .page-custom28#content #page-content > h2, .page-custom29#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom30#content #page-content > h2, .page-custom31#content #page-content > h2, .page-custom32#content #page-content > h2, .page-custom33#content #page-content > h2, .page-custom34#content #page-content > h2, .page-custom35#content #page-content > h2, .page-custom36#content #page-content > h2, .page-custom37#content #page-content > h2, .page-custom38#content #page-content > h2, .page-custom39#content #page-content > h2, .page-custom4#content #page-content > h2, .page-custom40#content #page-content > h2, .page-custom41#content #page-content > h2, .page-custom42#content #page-content > h2, .page-custom43#content #page-content > h2, .page-custom44#content #page-content > h2, .page-custom45#content #page-content > h2, .page-custom46#content #page-content > h2, .page-custom47#content #page-content > h2, .page-custom48#content #page-content > h2, .page-custom49#content #page-content > h2, .page-custom5#content #page-content > h2, .page-custom50#content #page-content > h2, .page-custom51#content #page-content > h2, .page-custom52#content #page-content > h2, .page-custom53#content #page-content > h2, .page-custom54#content #page-content > h2, .page-custom55#content #page-content > h2, .page-custom56#content #page-content > h2, .page-custom57#content #page-content > h2, .page-custom58#content #page-content > h2, .page-custom59#content #page-content > h2, .page-custom6#content #page-content > h2, .page-custom60#content #page-content > h2, .page-custom61#content #page-content > h2, .page-custom62#content #page-content > h2, .page-custom63#content #page-content > h2, .page-custom65#content #page-content > h2, .page-custom66#content #page-content > h2, .page-custom67#content #page-content > h2, .page-custom68#content #page-content > h2, .page-custom69#content #page-content > h2, .page-custom7#content #page-content > h2, .page-custom70#content #page-content > h2, .page-custom73#content #page-content > h2, .page-custom75#content #page-content > h2, .page-custom76#content #page-content > h2, .page-custom8#content #page-content > h2, .page-custom84#content #page-content > h2, .page-custom85#content #page-content > h2, .page-custom86#content #page-content > h2, .page-custom9#content #page-content > h2, .page-custom93#content #page-content > h2, .page-custom95#content #page-content > h2, .page-custom96#content #page-content > h2, .page-custom97#content #page-content > h2, .page-privacy#content #page-content > h2, .page-reserve#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-1 > h2{
  font-size : 1.8rem;
  font-weight : bold;
  color : #333333;
  margin-bottom : 15px;
}

.page-access#content #page-content > h3, .page-blog#content #page-content > h3, .page-concept#content #page-content > h3, .page-concept1#content #page-content > h3, .page-concept2#content #page-content > h3, .page-concept3#content #page-content > h3, .page-concept4#content #page-content > h3, .page-contact#content #page-content > h3, .page-custom#content #page-content > h3, .page-custom1#content #page-content > h3, .page-custom10#content #page-content > h3, .page-custom11#content #page-content > h3, .page-custom12#content #page-content > h3, .page-custom13#content #page-content > h3, .page-custom14#content #page-content > h3, .page-custom15#content #page-content > h3, .page-custom16#content #page-content > h3, .page-custom17#content #page-content > h3, .page-custom18#content #page-content > h3, .page-custom19#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom20#content #page-content > h3, .page-custom21#content #page-content > h3, .page-custom22#content #page-content > h3, .page-custom23#content #page-content > h3, .page-custom24#content #page-content > h3, .page-custom25#content #page-content > h3, .page-custom26#content #page-content > h3, .page-custom27#content #page-content > h3, .page-custom28#content #page-content > h3, .page-custom29#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom30#content #page-content > h3, .page-custom31#content #page-content > h3, .page-custom32#content #page-content > h3, .page-custom33#content #page-content > h3, .page-custom34#content #page-content > h3, .page-custom35#content #page-content > h3, .page-custom36#content #page-content > h3, .page-custom37#content #page-content > h3, .page-custom38#content #page-content > h3, .page-custom39#content #page-content > h3, .page-custom4#content #page-content > h3, .page-custom40#content #page-content > h3, .page-custom41#content #page-content > h3, .page-custom42#content #page-content > h3, .page-custom43#content #page-content > h3, .page-custom44#content #page-content > h3, .page-custom45#content #page-content > h3, .page-custom46#content #page-content > h3, .page-custom47#content #page-content > h3, .page-custom48#content #page-content > h3, .page-custom49#content #page-content > h3, .page-custom5#content #page-content > h3, .page-custom50#content #page-content > h3, .page-custom51#content #page-content > h3, .page-custom52#content #page-content > h3, .page-custom53#content #page-content > h3, .page-custom54#content #page-content > h3, .page-custom55#content #page-content > h3, .page-custom56#content #page-content > h3, .page-custom57#content #page-content > h3, .page-custom58#content #page-content > h3, .page-custom59#content #page-content > h3, .page-custom6#content #page-content > h3, .page-custom60#content #page-content > h3, .page-custom61#content #page-content > h3, .page-custom62#content #page-content > h3, .page-custom63#content #page-content > h3, .page-custom65#content #page-content > h3, .page-custom66#content #page-content > h3, .page-custom67#content #page-content > h3, .page-custom68#content #page-content > h3, .page-custom69#content #page-content > h3, .page-custom7#content #page-content > h3, .page-custom70#content #page-content > h3, .page-custom73#content #page-content > h3, .page-custom75#content #page-content > h3, .page-custom76#content #page-content > h3, .page-custom8#content #page-content > h3, .page-custom84#content #page-content > h3, .page-custom85#content #page-content > h3, .page-custom86#content #page-content > h3, .page-custom9#content #page-content > h3, .page-custom93#content #page-content > h3, .page-custom95#content #page-content > h3, .page-custom96#content #page-content > h3, .page-custom97#content #page-content > h3, .page-privacy#content #page-content > h3, .page-reserve#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-1 > h3{
  font-size : 1.7rem;
  font-weight : bold;
  color : #fda4a7;
  margin-bottom : 15px;
}

.page-access#content #page-content > h4, .page-blog#content #page-content > h4, .page-concept#content #page-content > h4, .page-concept1#content #page-content > h4, .page-concept2#content #page-content > h4, .page-concept3#content #page-content > h4, .page-concept4#content #page-content > h4, .page-contact#content #page-content > h4, .page-custom#content #page-content > h4, .page-custom1#content #page-content > h4, .page-custom10#content #page-content > h4, .page-custom11#content #page-content > h4, .page-custom12#content #page-content > h4, .page-custom13#content #page-content > h4, .page-custom14#content #page-content > h4, .page-custom15#content #page-content > h4, .page-custom16#content #page-content > h4, .page-custom17#content #page-content > h4, .page-custom18#content #page-content > h4, .page-custom19#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom20#content #page-content > h4, .page-custom21#content #page-content > h4, .page-custom22#content #page-content > h4, .page-custom23#content #page-content > h4, .page-custom24#content #page-content > h4, .page-custom25#content #page-content > h4, .page-custom26#content #page-content > h4, .page-custom27#content #page-content > h4, .page-custom28#content #page-content > h4, .page-custom29#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom30#content #page-content > h4, .page-custom31#content #page-content > h4, .page-custom32#content #page-content > h4, .page-custom33#content #page-content > h4, .page-custom34#content #page-content > h4, .page-custom35#content #page-content > h4, .page-custom36#content #page-content > h4, .page-custom37#content #page-content > h4, .page-custom38#content #page-content > h4, .page-custom39#content #page-content > h4, .page-custom4#content #page-content > h4, .page-custom40#content #page-content > h4, .page-custom41#content #page-content > h4, .page-custom42#content #page-content > h4, .page-custom43#content #page-content > h4, .page-custom44#content #page-content > h4, .page-custom45#content #page-content > h4, .page-custom46#content #page-content > h4, .page-custom47#content #page-content > h4, .page-custom48#content #page-content > h4, .page-custom49#content #page-content > h4, .page-custom5#content #page-content > h4, .page-custom50#content #page-content > h4, .page-custom51#content #page-content > h4, .page-custom52#content #page-content > h4, .page-custom53#content #page-content > h4, .page-custom54#content #page-content > h4, .page-custom55#content #page-content > h4, .page-custom56#content #page-content > h4, .page-custom57#content #page-content > h4, .page-custom58#content #page-content > h4, .page-custom59#content #page-content > h4, .page-custom6#content #page-content > h4, .page-custom60#content #page-content > h4, .page-custom61#content #page-content > h4, .page-custom62#content #page-content > h4, .page-custom63#content #page-content > h4, .page-custom65#content #page-content > h4, .page-custom66#content #page-content > h4, .page-custom67#content #page-content > h4, .page-custom68#content #page-content > h4, .page-custom69#content #page-content > h4, .page-custom7#content #page-content > h4, .page-custom70#content #page-content > h4, .page-custom73#content #page-content > h4, .page-custom75#content #page-content > h4, .page-custom76#content #page-content > h4, .page-custom8#content #page-content > h4, .page-custom84#content #page-content > h4, .page-custom85#content #page-content > h4, .page-custom86#content #page-content > h4, .page-custom9#content #page-content > h4, .page-custom93#content #page-content > h4, .page-custom95#content #page-content > h4, .page-custom96#content #page-content > h4, .page-custom97#content #page-content > h4, .page-privacy#content #page-content > h4, .page-reserve#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-1 > h4{
  font-size : 1.6rem;
  font-weight : bold;
  color : #fda4a7;
  margin-bottom : 15px;
}

