#colophon{
  background-color : #3c3f53;
  background-image : url(img/line-01.gif);
  background-repeat : repeat-x;
}

#colophon-inner{
  border-top-left-radius : 60px 60px;
  border-top-right-radius : 60px 60px;
  border-bottom-right-radius : 60px 60px;
  border-bottom-left-radius : 60px 60px;
}

#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 th{
  font-weight : normal;
  color : #000000;
  background-color : #f4f4f4;
  text-align : left;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
  min-width : 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a{
  color : #3c3f53;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

a:active{
  color : #3c3f53;
  text-decoration : none;
}

a:focus{
  color : #3c3f53;
  text-decoration : underline;
}

a:link{
  color : #3c3f53;
  text-decoration : none;
}

a:visited{
  color : #3c3f53;
  text-decoration : none;
}

a:hover{
  color : #3c3f53;
  text-decoration : underline;
}

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 : #333333;
  background-color : #fafafa;
  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 : 25px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 10px;
    margin-top : 20px;
  }

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

  #content{
    min-height : 50px;
  }

  #contenthead{
    margin-bottom : 20px;
  }

  #main{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 900px;
    box-sizing : content-box;
  }

  #masthead{
    margin-bottom : 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body{
    min-width : 900px;
  }
}

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

  #content{
    width : 900px;
  }

  #contenthead{
    width : 900px;
  }
}

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

  #colophon{
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
  }

  #content{
    min-height : 50px;
  }

  *{
    box-sizing : border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  embed{
    max-width : 100%;
  }
}

#sp-site-navigation-1{
  font-size : 13px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

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

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

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

#sp-site-navigation-1 ul ul{
  color : #333333;
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 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;
  list-style-type : none;
  list-style-position : outside;
  position : absolute;
  top : 25px;
  left : 0px;
  z-index : 9999;
}

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

#sp-site-navigation-1 ul ul li a{
  color : #333333;
  text-decoration : none;
  padding-top : 1rem;
  padding-left : 2rem;
  padding-right : 2rem;
  padding-bottom : 1rem;
  display : block;
}

#sp-site-navigation-1 ul ul li a:hover{
  color : #ffffff;
  background-color : #444444;
}

#sp-site-navigation-1 ul ul li > ul{
  top : 0px;
  left : 100%;
}

#sp-site-navigation-1 ul::after{
  height : 0px;
  clear : both;
  display : block;
  visibility : hidden;
  content : ".";
}

#sp-site-navigation-1 > ul{
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
  min-height : 30px;
  list-style-type : none;
  list-style-position : outside;
  position : relative;
  box-sizing : border-box;
}

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

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

#sp-site-navigation-1 > ul > li > a{
  line-height : 30px;
  color : #424242;
  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;
  text-decoration : none;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  display : block;
}

#sp-site-navigation-1 > ul > li > a:hover{
  color : #ffffff;
  background-color : #2c7af5;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#sp-site-navigation-1 > ul > li > a:hover::after{
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 15px;
  border-left-width : 15px;
  border-right-width : 15px;
  border-bottom-width : 15px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : transparent;
  border-left-color : #2c7af5;
  border-right-color : transparent;
  border-bottom-color : transparent;
  width : 0px;
  height : 0px;
  position : absolute;
  content : "";
}

#sp-site-navigation-1 > ul > ul > li > a{
  color : #333333;
}

@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 ul{
    width : 100%;
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-site-navigation-1 ul li{
    text-align : center;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 100%;
    display : block;
  }

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

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

  .button-menu#sp-site-navigation-1{
    background-color : #2c7af5;
    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 li{
    background-color : #ffffff;
  }

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

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

  #sp-site-navigation-1 > ul > li:first-child{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
  }
}

#sp-table-1{
  font-size : 1.4rem;
  color : #333333;
  border-collapse : collapse;
}

#sp-table-1 td{
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

#sp-table-1 th{
  color : #666666;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
  min-width : 60px;
}

#sp-table-1 > tbody > tr .col-title{
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
}

#sp-table-1 > tbody > tr .row-title{
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

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

  #sp-table-1{
    width : 100%;
  }
}

#sp-site-navigation-2{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

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

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

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

#sp-site-navigation-2 ul ul{
  font-size : 12px;
  color : #333333;
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 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;
  list-style-type : none;
  list-style-position : outside;
  position : absolute;
  top : 30px;
  left : 0px;
  z-index : 9999;
}

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

#sp-site-navigation-2 ul ul li a{
  color : #333333;
  padding-top : 1rem;
  padding-left : 2rem;
  padding-right : 2rem;
  padding-bottom : 1rem;
  display : block;
}

#sp-site-navigation-2 ul ul li a:hover{
  color : #ffffff;
  background-color : #444444;
}

#sp-site-navigation-2 ul ul li > ul{
  top : 0px;
  left : 100%;
}

#sp-site-navigation-2 ul::after{
  height : 0px;
  clear : both;
  display : block;
  visibility : hidden;
  content : ".";
}

#sp-site-navigation-2 > ul{
  font-size : 0px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  border-top-width : 4px;
  border-top-style : solid;
  border-top-color : #ffebeb;
  display : table;
  list-style-type : none;
  list-style-position : outside;
}

#sp-site-navigation-2 > ul > li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 2px;
  margin-bottom : 0px;
  width : auto;
  height : 30px;
  float : left;
  display : table-cell;
}

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

#sp-site-navigation-2 > ul > li:last-child{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-site-navigation-2 > ul > li > a{
  font-size : 12px;
  color : #676767;
  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;
  vertical-align : middle;
  text-align : center;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 2px 2px;
  border-bottom-left-radius : 2px 2px;
  min-width : 80px;
  height : 30px;
  display : table-cell;
  position : relative;
}

#sp-site-navigation-2 > ul > li > a:hover{
  color : #555555;
  background-color : #ffb8b8;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

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

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

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

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

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

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

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

  #sp-site-navigation-2 ul li a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
    display : block;
    position : relative;
  }

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

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

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

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

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

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

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

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

  #sp-site-branding2-1{
    padding-top : 20px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : auto;
  }

  #sp-site-branding2-1 .extra{
    width : 50%;
    position : absolute;
    top : 45px;
    right : 0px;
  }

  #sp-site-branding2-1 .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-1 .site-description{
    font-size : 1rem;
    font-weight : normal;
    color : #929292;
    text-align : right;
    width : 100%;
    position : absolute;
    top : 15px;
    right : 0px;
  }

  #sp-site-branding2-1 .site-title{
    background-image : url(img/site-logo.png);
    background-repeat : no-repeat;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 430px;
    height : 66px;
    float : left;
    display : block;
  }

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

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

  #sp-site-branding2-1{
    padding-top : 0px;
    width : 100%;
  }

  #sp-site-branding2-1 .extra{
    padding-top : 5px;
    margin-bottom : 0px;
  }

  #sp-site-branding2-1 .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%;
    box-sizing : border-box;
  }

  #sp-site-branding2-1 .site-description{
    margin-top : 10px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 10px;
  }

  #sp-site-branding2-1 .site-title{
    background-image : url(img/site-logo.png);
    background-repeat : no-repeat;
    background-position : center top;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 100%;
    height : 66px;
    float : none;
    overflow : hidden;
  }

  #sp-site-branding2-1 .site-title a{
    padding-top : 66px;
    padding-left : 66px;
    padding-right : 66px;
    padding-bottom : 66px;
    display : block;
  }
}

#sp-block-container-35 > .large, #sp-block-container-99 > .large{
  font-size : 1.5em;
}

#sp-block-container-35 > .medium, #sp-block-container-99 > .medium{
  font-size : 1em;
}

#sp-block-container-35 > .x-large, #sp-block-container-99 > .x-large{
  font-size : 2em;
}

#sp-block-container-35 > .x-small, #sp-block-container-99 > .x-small{
  font-size : 0.8em;
}

#sp-block-container-35 > .xx-large, #sp-block-container-99 > .xx-large{
  font-size : 3em;
}

#sp-block-container-35 > .xx-small, #sp-block-container-99 > .xx-small{
  font-size : 0.7em;
}

#sp-block-container-35 > em, #sp-block-container-99 > em{
  font-style : oblique;
  color : #2c7af5;
}

#sp-block-container-35 > h1, #sp-block-container-99 > h1{
  color : #515151;
  border-left-width : 15px;
  border-bottom-width : 2px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
}

#sp-block-container-35 > h2, #sp-block-container-99 > h2{
  color : #515151;
  border-bottom-width : 2px;
  border-bottom-style : dashed;
  border-bottom-color : #2c7af5;
}

#sp-block-container-35 > h3, #sp-block-container-99 > h3{
  font-size : 1.3em;
  color : #515151;
  border-top-width : 1px;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-top-style : dashed;
  border-left-style : solid;
  border-bottom-style : solid;
  border-top-color : #2c7af5;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
  clear : both;
}

#sp-block-container-35 > h4, #sp-block-container-99 > h4{
  font-size : 1.2em;
  color : #515151;
  border-left-width : 5px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
  clear : both;
}

#sp-block-container-35 > h5, #sp-block-container-99 > h5{
  font-size : 1em;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #2c7af5;
  clear : both;
}

#sp-block-container-35 > h6, #sp-block-container-99 > h6{
  font-size : 1em;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #2c7af5;
}

#sp-block-container-35 > p, #sp-block-container-99 > p{
  line-height : 1.4;
  color : #515151;
  text-align : left;
  text-indent : 1em;
  margin-top : 0.5em;
  margin-left : 0.5em;
  margin-right : 0.5em;
  margin-bottom : 0.5em;
}

#sp-block-container-35 > p.indent, #sp-block-container-99 > p.indent{
  padding-left : 15px;
}

#sp-block-container-35 > p.small, #sp-block-container-99 > p.small{
  font-size : 0.9em;
}

#sp-block-container-35 > strong, #sp-block-container-99 > strong{
  font-weight : bold;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #2c7af5;
}

.page-custom18#content #page-content > .large{
  font-size : 1.2em;
}

.page-custom18#content #page-content > .medium{
  font-size : 1em;
}

.page-custom18#content #page-content > .small{
  font-size : 0.9em;
}

.page-custom18#content #page-content > .x-large{
  font-size : 1.5em;
}

.page-custom18#content #page-content > .x-small{
  font-size : 0.8em;
}

.page-custom18#content #page-content > .xx-large{
  font-size : 2em;
}

.page-custom18#content #page-content > .xx-small{
  font-size : 0.7em;
}

.page-custom18#content #page-content > em{
  font-style : oblique;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #515151;
}

.page-custom18#content #page-content > h1{
  color : #000000;
}

.page-custom18#content #page-content > h2{
  color : #000000;
}

.page-custom18#content #page-content > h3{
  color : #000000;
}

.page-custom18#content #page-content > h4{
  line-height : 1.2;
  color : #000000;
  text-align : left;
  clear : both;
}

.page-custom18#content #page-content > h5{
  font-size : 1.08em;
  line-height : 1.2;
  color : #000000;
  text-align : left;
  clear : both;
}

.page-custom18#content #page-content > h6{
  font-size : 1em;
  color : #000000;
}

.page-custom18#content #page-content > p{
  line-height : 1.4;
  color : #515151;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 0.5em;
}

.page-custom18#content #page-content > p.indent{
  padding-left : 10px;
}

.page-custom18#content #page-content > strong{
  font-weight : bold;
  color : #515151;
}

#spb-block-container-179 > .large{
  font-size : 1.5em;
}

#spb-block-container-179 > .medium{
  font-size : 1em;
}

#spb-block-container-179 > .x-large{
  font-size : 2em;
}

#spb-block-container-179 > .x-small{
  font-size : 0.8em;
}

#spb-block-container-179 > .xx-large{
  font-size : 3em;
}

#spb-block-container-179 > .xx-small{
  font-size : 0.7em;
}

#spb-block-container-179 > a:link{
  color : #c991e3;
}

#spb-block-container-179 > em{
  font-style : oblique;
}

#spb-block-container-179 > h1{
  color : #808080;
  background-color : #faeeff;
  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-top : 11px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 11px;
}

#spb-block-container-179 > h2{
  color : #808080;
  background-color : #faeeff;
  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-top : 11px;
  padding-left : 20px;
  padding-right : 10px;
  padding-bottom : 11px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #ad93c2;
}

#spb-block-container-179 > h3{
  font-size : 1.3em;
  line-height : 1.8;
  color : #808080;
  background-color : #faeeff;
  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-top : 12px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 12px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #ad93c2;
  border-bottom-color : #ad93c2;
  clear : both;
}

#spb-block-container-179 > h4{
  font-size : 1.2em;
  color : #ffffff;
  background-color : #ad93c2;
  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-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
  clear : both;
}

#spb-block-container-179 > h5{
  font-size : 1em;
  color : #ad93c2;
  padding-top : 15px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 15px;
  clear : both;
}

#spb-block-container-179 > h6{
  font-size : 1em;
  font-weight : normal;
  color : #808080;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ad93c2;
}

#spb-block-container-179 > p{
  line-height : 1.4;
  color : #808080;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 0.5em;
}

#spb-block-container-179 > p.indent{
  padding-left : 20px;
}

#spb-block-container-179 > p.small{
  font-size : 0.9em;
}

#spb-block-container-179 > strong{
  font-weight : bold;
  color : #c991e3;
}

#sp-block-container-11 > .large, #sp-block-container-110 > .large, #sp-block-container-112 > .large, #sp-block-container-114 > .large, #sp-block-container-116 > .large, #sp-block-container-153 > .large, #sp-block-container-154 > .large, #sp-block-container-155 > .large, #sp-block-container-158 > .large, #sp-block-container-160 > .large, #sp-block-container-161 > .large, #sp-block-container-36 > .large, #sp-block-container-39 > .large, #sp-block-container-40 > .large, #sp-block-container-43 > .large, #sp-block-container-46 > .large, #sp-block-container-50 > .large{
  font-size : 1.5em;
}

#sp-block-container-11 > .medium, #sp-block-container-110 > .medium, #sp-block-container-112 > .medium, #sp-block-container-114 > .medium, #sp-block-container-116 > .medium, #sp-block-container-153 > .medium, #sp-block-container-154 > .medium, #sp-block-container-155 > .medium, #sp-block-container-158 > .medium, #sp-block-container-160 > .medium, #sp-block-container-161 > .medium, #sp-block-container-36 > .medium, #sp-block-container-39 > .medium, #sp-block-container-40 > .medium, #sp-block-container-43 > .medium, #sp-block-container-46 > .medium, #sp-block-container-50 > .medium{
  font-size : 1em;
}

#sp-block-container-11 > .x-large, #sp-block-container-110 > .x-large, #sp-block-container-112 > .x-large, #sp-block-container-114 > .x-large, #sp-block-container-116 > .x-large, #sp-block-container-153 > .x-large, #sp-block-container-154 > .x-large, #sp-block-container-155 > .x-large, #sp-block-container-158 > .x-large, #sp-block-container-160 > .x-large, #sp-block-container-161 > .x-large, #sp-block-container-36 > .x-large, #sp-block-container-39 > .x-large, #sp-block-container-40 > .x-large, #sp-block-container-43 > .x-large, #sp-block-container-46 > .x-large, #sp-block-container-50 > .x-large{
  font-size : 2em;
}

#sp-block-container-11 > .x-small, #sp-block-container-110 > .x-small, #sp-block-container-112 > .x-small, #sp-block-container-114 > .x-small, #sp-block-container-116 > .x-small, #sp-block-container-153 > .x-small, #sp-block-container-154 > .x-small, #sp-block-container-155 > .x-small, #sp-block-container-158 > .x-small, #sp-block-container-160 > .x-small, #sp-block-container-161 > .x-small, #sp-block-container-36 > .x-small, #sp-block-container-39 > .x-small, #sp-block-container-40 > .x-small, #sp-block-container-43 > .x-small, #sp-block-container-46 > .x-small, #sp-block-container-50 > .x-small{
  font-size : 0.8em;
}

#sp-block-container-11 > .xx-large, #sp-block-container-110 > .xx-large, #sp-block-container-112 > .xx-large, #sp-block-container-114 > .xx-large, #sp-block-container-116 > .xx-large, #sp-block-container-153 > .xx-large, #sp-block-container-154 > .xx-large, #sp-block-container-155 > .xx-large, #sp-block-container-158 > .xx-large, #sp-block-container-160 > .xx-large, #sp-block-container-161 > .xx-large, #sp-block-container-36 > .xx-large, #sp-block-container-39 > .xx-large, #sp-block-container-40 > .xx-large, #sp-block-container-43 > .xx-large, #sp-block-container-46 > .xx-large, #sp-block-container-50 > .xx-large{
  font-size : 3em;
}

#sp-block-container-11 > .xx-small, #sp-block-container-110 > .xx-small, #sp-block-container-112 > .xx-small, #sp-block-container-114 > .xx-small, #sp-block-container-116 > .xx-small, #sp-block-container-153 > .xx-small, #sp-block-container-154 > .xx-small, #sp-block-container-155 > .xx-small, #sp-block-container-158 > .xx-small, #sp-block-container-160 > .xx-small, #sp-block-container-161 > .xx-small, #sp-block-container-36 > .xx-small, #sp-block-container-39 > .xx-small, #sp-block-container-40 > .xx-small, #sp-block-container-43 > .xx-small, #sp-block-container-46 > .xx-small, #sp-block-container-50 > .xx-small{
  font-size : 0.7em;
}

#sp-block-container-11 > a:link, #sp-block-container-110 > a:link, #sp-block-container-112 > a:link, #sp-block-container-114 > a:link, #sp-block-container-116 > a:link, #sp-block-container-153 > a:link, #sp-block-container-154 > a:link, #sp-block-container-155 > a:link, #sp-block-container-158 > a:link, #sp-block-container-160 > a:link, #sp-block-container-161 > a:link, #sp-block-container-36 > a:link, #sp-block-container-39 > a:link, #sp-block-container-40 > a:link, #sp-block-container-43 > a:link, #sp-block-container-46 > a:link, #sp-block-container-50 > a:link{
  color : #9d632f;
}

#sp-block-container-11 > em, #sp-block-container-110 > em, #sp-block-container-112 > em, #sp-block-container-114 > em, #sp-block-container-116 > em, #sp-block-container-153 > em, #sp-block-container-154 > em, #sp-block-container-155 > em, #sp-block-container-158 > em, #sp-block-container-160 > em, #sp-block-container-161 > em, #sp-block-container-36 > em, #sp-block-container-39 > em, #sp-block-container-40 > em, #sp-block-container-43 > em, #sp-block-container-46 > em, #sp-block-container-50 > em{
  font-style : oblique;
  color : #9d632f;
}

#sp-block-container-11 > h1, #sp-block-container-110 > h1, #sp-block-container-112 > h1, #sp-block-container-114 > h1, #sp-block-container-116 > h1, #sp-block-container-153 > h1, #sp-block-container-154 > h1, #sp-block-container-155 > h1, #sp-block-container-158 > h1, #sp-block-container-160 > h1, #sp-block-container-161 > h1, #sp-block-container-36 > h1, #sp-block-container-39 > h1, #sp-block-container-40 > h1, #sp-block-container-43 > h1, #sp-block-container-46 > h1, #sp-block-container-50 > h1{
  color : #333333;
  background-color : #ffd6b2;
  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-top : 11px;
  padding-left : 9px;
  padding-right : 9px;
  padding-bottom : 11px;
  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 : #5e3b1c;
  border-left-color : #5e3b1c;
  border-right-color : #5e3b1c;
  border-bottom-color : #5e3b1c;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

#sp-block-container-11 > h2, #sp-block-container-110 > h2, #sp-block-container-112 > h2, #sp-block-container-114 > h2, #sp-block-container-116 > h2, #sp-block-container-153 > h2, #sp-block-container-154 > h2, #sp-block-container-155 > h2, #sp-block-container-158 > h2, #sp-block-container-160 > h2, #sp-block-container-161 > h2, #sp-block-container-36 > h2, #sp-block-container-39 > h2, #sp-block-container-40 > h2, #sp-block-container-43 > h2, #sp-block-container-46 > h2, #sp-block-container-50 > h2{
  color : #ffffff;
  background-color : #9d632f;
  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-top : 9px;
  padding-left : 11px;
  padding-right : 10px;
  padding-bottom : 9px;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
}

#sp-block-container-11 > h3, #sp-block-container-110 > h3, #sp-block-container-112 > h3, #sp-block-container-114 > h3, #sp-block-container-116 > h3, #sp-block-container-153 > h3, #sp-block-container-154 > h3, #sp-block-container-155 > h3, #sp-block-container-158 > h3, #sp-block-container-160 > h3, #sp-block-container-161 > h3, #sp-block-container-36 > h3, #sp-block-container-39 > h3, #sp-block-container-40 > h3, #sp-block-container-43 > h3, #sp-block-container-46 > h3, #sp-block-container-50 > h3{
  font-size : 1.3em;
  color : #ffffff;
  background-color : #5e3b1c;
  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-top : 7px;
  padding-left : 11px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  clear : both;
}

#sp-block-container-11 > h4, #sp-block-container-110 > h4, #sp-block-container-112 > h4, #sp-block-container-114 > h4, #sp-block-container-116 > h4, #sp-block-container-153 > h4, #sp-block-container-154 > h4, #sp-block-container-155 > h4, #sp-block-container-158 > h4, #sp-block-container-160 > h4, #sp-block-container-161 > h4, #sp-block-container-36 > h4, #sp-block-container-39 > h4, #sp-block-container-40 > h4, #sp-block-container-43 > h4, #sp-block-container-46 > h4, #sp-block-container-50 > h4{
  font-size : 1.2em;
  color : #333333;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
  border-bottom-width : 4px;
  border-bottom-style : double;
  border-bottom-color : #5e3b1c;
  clear : both;
}

#sp-block-container-11 > h5, #sp-block-container-110 > h5, #sp-block-container-112 > h5, #sp-block-container-114 > h5, #sp-block-container-116 > h5, #sp-block-container-153 > h5, #sp-block-container-154 > h5, #sp-block-container-155 > h5, #sp-block-container-158 > h5, #sp-block-container-160 > h5, #sp-block-container-161 > h5, #sp-block-container-36 > h5, #sp-block-container-39 > h5, #sp-block-container-40 > h5, #sp-block-container-43 > h5, #sp-block-container-46 > h5, #sp-block-container-50 > h5{
  font-size : 1em;
  color : #5e3b1c;
  background-color : #ffd6b2;
  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-top : 10px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 10px;
  clear : both;
}

#sp-block-container-11 > h6, #sp-block-container-110 > h6, #sp-block-container-112 > h6, #sp-block-container-114 > h6, #sp-block-container-116 > h6, #sp-block-container-153 > h6, #sp-block-container-154 > h6, #sp-block-container-155 > h6, #sp-block-container-158 > h6, #sp-block-container-160 > h6, #sp-block-container-161 > h6, #sp-block-container-36 > h6, #sp-block-container-39 > h6, #sp-block-container-40 > h6, #sp-block-container-43 > h6, #sp-block-container-46 > h6, #sp-block-container-50 > h6{
  font-size : 1em;
  font-weight : normal;
  color : #333333;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #9d632f;
}

#sp-block-container-11 > p, #sp-block-container-110 > p, #sp-block-container-112 > p, #sp-block-container-114 > p, #sp-block-container-116 > p, #sp-block-container-153 > p, #sp-block-container-154 > p, #sp-block-container-155 > p, #sp-block-container-158 > p, #sp-block-container-160 > p, #sp-block-container-161 > p, #sp-block-container-36 > p, #sp-block-container-39 > p, #sp-block-container-40 > p, #sp-block-container-43 > p, #sp-block-container-46 > p, #sp-block-container-50 > p{
  line-height : 1.4;
  color : #333333;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 0.5em;
}

#sp-block-container-11 > p.indent, #sp-block-container-110 > p.indent, #sp-block-container-112 > p.indent, #sp-block-container-114 > p.indent, #sp-block-container-116 > p.indent, #sp-block-container-153 > p.indent, #sp-block-container-154 > p.indent, #sp-block-container-155 > p.indent, #sp-block-container-158 > p.indent, #sp-block-container-160 > p.indent, #sp-block-container-161 > p.indent, #sp-block-container-36 > p.indent, #sp-block-container-39 > p.indent, #sp-block-container-40 > p.indent, #sp-block-container-43 > p.indent, #sp-block-container-46 > p.indent, #sp-block-container-50 > p.indent{
  padding-left : 20px;
}

#sp-block-container-11 > p.small, #sp-block-container-110 > p.small, #sp-block-container-112 > p.small, #sp-block-container-114 > p.small, #sp-block-container-116 > p.small, #sp-block-container-153 > p.small, #sp-block-container-154 > p.small, #sp-block-container-155 > p.small, #sp-block-container-158 > p.small, #sp-block-container-160 > p.small, #sp-block-container-161 > p.small, #sp-block-container-36 > p.small, #sp-block-container-39 > p.small, #sp-block-container-40 > p.small, #sp-block-container-43 > p.small, #sp-block-container-46 > p.small, #sp-block-container-50 > p.small{
  font-size : 0.9em;
}

#sp-block-container-11 > strong, #sp-block-container-110 > strong, #sp-block-container-112 > strong, #sp-block-container-114 > strong, #sp-block-container-116 > strong, #sp-block-container-153 > strong, #sp-block-container-154 > strong, #sp-block-container-155 > strong, #sp-block-container-158 > strong, #sp-block-container-160 > strong, #sp-block-container-161 > strong, #sp-block-container-36 > strong, #sp-block-container-39 > strong, #sp-block-container-40 > strong, #sp-block-container-43 > strong, #sp-block-container-46 > strong, #sp-block-container-50 > strong{
  font-weight : bold;
  color : #5e3b1c;
}

#spb-block-container-234 > .large{
  font-size : 1.5em;
}

#spb-block-container-234 > .medium{
  font-size : 1em;
}

#spb-block-container-234 > .x-large{
  font-size : 2em;
}

#spb-block-container-234 > .x-small{
  font-size : 0.8em;
}

#spb-block-container-234 > .xx-large{
  font-size : 3em;
}

#spb-block-container-234 > .xx-small{
  font-size : 0.7em;
}

#spb-block-container-234 > a:link{
  color : #2761c6;
  text-decoration : underline;
}

#spb-block-container-234 > em{
  font-style : oblique;
  color : #2761c6;
}

#spb-block-container-234 > h1{
  color : #333333;
  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-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #213860;
  border-bottom-color : #cccccc;
}

#spb-block-container-234 > h2{
  color : #333333;
  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-top : 11px;
  padding-left : 21px;
  padding-right : 10px;
  padding-bottom : 11px;
  border-top-width : 5px;
  border-bottom-width : 1px;
  border-top-style : double;
  border-bottom-style : dotted;
  border-top-color : #213860;
  border-bottom-color : #cccccc;
}

#spb-block-container-234 > h3{
  font-size : 1.3em;
  color : #333333;
  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-top : 7px;
  padding-left : 32px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #213860;
  border-bottom-color : #cccccc;
  clear : both;
}

#spb-block-container-234 > h4{
  font-size : 1.2em;
  color : #333333;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  border-top-width : 3px;
  border-top-style : solid;
  border-top-color : #213860;
  clear : both;
}

#spb-block-container-234 > h5{
  font-size : 1em;
  color : #333333;
  background-color : #b4d6fa;
  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-top : 7px;
  padding-left : 32px;
  padding-right : 0px;
  padding-bottom : 7px;
  clear : both;
}

#spb-block-container-234 > h6{
  font-size : 1em;
  color : #333333;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #213860;
}

#spb-block-container-234 > p{
  line-height : 1.6;
  color : #333333;
  text-align : left;
  margin-top : 0.8em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 0.8em;
}

#spb-block-container-234 > p.indent{
  padding-left : 15px;
}

#spb-block-container-234 > p.small{
  font-size : 0.9em;
}

#spb-block-container-234 > strong{
  font-weight : bold;
  color : #333333;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #b4d6fa;
}

#sp-button-1 > a, #sp-button-10 > a, #sp-button-100 > a, #sp-button-101 > a, #sp-button-102 > a, #sp-button-103 > a, #sp-button-104 > a, #sp-button-105 > a, #sp-button-106 > a, #sp-button-107 > a, #sp-button-108 > a, #sp-button-109 > a, #sp-button-11 > a, #sp-button-110 > a, #sp-button-111 > a, #sp-button-112 > a, #sp-button-113 > a, #sp-button-114 > a, #sp-button-115 > a, #sp-button-116 > a, #sp-button-117 > a, #sp-button-118 > a, #sp-button-119 > a, #sp-button-12 > a, #sp-button-120 > a, #sp-button-121 > a, #sp-button-122 > a, #sp-button-123 > a, #sp-button-124 > a, #sp-button-125 > a, #sp-button-126 > a, #sp-button-127 > a, #sp-button-128 > a, #sp-button-129 > a, #sp-button-13 > a, #sp-button-130 > a, #sp-button-131 > a, #sp-button-132 > a, #sp-button-133 > a, #sp-button-134 > a, #sp-button-135 > a, #sp-button-136 > a, #sp-button-137 > a, #sp-button-138 > a, #sp-button-139 > a, #sp-button-14 > a, #sp-button-140 > a, #sp-button-141 > a, #sp-button-142 > a, #sp-button-143 > a, #sp-button-144 > a, #sp-button-145 > a, #sp-button-146 > a, #sp-button-147 > a, #sp-button-148 > a, #sp-button-149 > a, #sp-button-15 > a, #sp-button-150 > a, #sp-button-151 > a, #sp-button-152 > a, #sp-button-153 > a, #sp-button-154 > a, #sp-button-155 > a, #sp-button-156 > a, #sp-button-157 > a, #sp-button-158 > a, #sp-button-159 > a, #sp-button-16 > a, #sp-button-160 > a, #sp-button-161 > a, #sp-button-162 > a, #sp-button-163 > a, #sp-button-164 > a, #sp-button-165 > a, #sp-button-166 > a, #sp-button-167 > a, #sp-button-168 > a, #sp-button-169 > a, #sp-button-17 > a, #sp-button-170 > a, #sp-button-171 > a, #sp-button-172 > a, #sp-button-173 > a, #sp-button-174 > a, #sp-button-175 > a, #sp-button-176 > a, #sp-button-177 > a, #sp-button-178 > a, #sp-button-179 > a, #sp-button-18 > a, #sp-button-180 > a, #sp-button-181 > a, #sp-button-182 > a, #sp-button-183 > a, #sp-button-184 > a, #sp-button-185 > a, #sp-button-186 > a, #sp-button-187 > a, #sp-button-188 > a, #sp-button-189 > a, #sp-button-19 > a, #sp-button-190 > a, #sp-button-191 > a, #sp-button-192 > a, #sp-button-193 > a, #sp-button-194 > a, #sp-button-195 > a, #sp-button-196 > a, #sp-button-197 > a, #sp-button-198 > a, #sp-button-199 > a, #sp-button-2 > a, #sp-button-20 > a, #sp-button-200 > a, #sp-button-201 > a, #sp-button-202 > a, #sp-button-203 > a, #sp-button-204 > a, #sp-button-205 > a, #sp-button-206 > a, #sp-button-207 > a, #sp-button-208 > a, #sp-button-209 > a, #sp-button-21 > a, #sp-button-210 > a, #sp-button-211 > a, #sp-button-212 > a, #sp-button-213 > a, #sp-button-214 > a, #sp-button-215 > a, #sp-button-216 > a, #sp-button-217 > a, #sp-button-218 > a, #sp-button-219 > a, #sp-button-22 > a, #sp-button-220 > a, #sp-button-221 > a, #sp-button-222 > a, #sp-button-223 > a, #sp-button-224 > a, #sp-button-225 > a, #sp-button-226 > a, #sp-button-227 > a, #sp-button-228 > a, #sp-button-229 > a, #sp-button-23 > a, #sp-button-230 > a, #sp-button-231 > a, #sp-button-232 > a, #sp-button-233 > a, #sp-button-234 > a, #sp-button-235 > a, #sp-button-236 > a, #sp-button-237 > a, #sp-button-238 > a, #sp-button-239 > a, #sp-button-24 > a, #sp-button-240 > a, #sp-button-241 > a, #sp-button-242 > a, #sp-button-243 > a, #sp-button-244 > a, #sp-button-245 > a, #sp-button-246 > a, #sp-button-247 > a, #sp-button-248 > a, #sp-button-249 > a, #sp-button-25 > a, #sp-button-250 > a, #sp-button-251 > a, #sp-button-252 > a, #sp-button-253 > a, #sp-button-254 > a, #sp-button-255 > a, #sp-button-256 > a, #sp-button-257 > a, #sp-button-258 > a, #sp-button-259 > a, #sp-button-26 > a, #sp-button-260 > a, #sp-button-261 > a, #sp-button-262 > a, #sp-button-263 > a, #sp-button-264 > a, #sp-button-265 > a, #sp-button-266 > a, #sp-button-267 > a, #sp-button-268 > a, #sp-button-269 > a, #sp-button-27 > a, #sp-button-270 > a, #sp-button-271 > a, #sp-button-272 > a, #sp-button-273 > a, #sp-button-274 > a, #sp-button-275 > a, #sp-button-276 > a, #sp-button-277 > a, #sp-button-278 > a, #sp-button-279 > a, #sp-button-28 > a, #sp-button-280 > a, #sp-button-281 > a, #sp-button-282 > a, #sp-button-283 > a, #sp-button-284 > a, #sp-button-285 > a, #sp-button-286 > a, #sp-button-287 > a, #sp-button-288 > a, #sp-button-289 > a, #sp-button-29 > a, #sp-button-290 > a, #sp-button-291 > a, #sp-button-292 > a, #sp-button-293 > a, #sp-button-294 > a, #sp-button-295 > a, #sp-button-296 > a, #sp-button-297 > a, #sp-button-298 > a, #sp-button-299 > a, #sp-button-3 > a, #sp-button-30 > a, #sp-button-300 > a, #sp-button-301 > a, #sp-button-302 > a, #sp-button-303 > a, #sp-button-304 > a, #sp-button-305 > a, #sp-button-306 > a, #sp-button-307 > a, #sp-button-308 > a, #sp-button-309 > a, #sp-button-31 > a, #sp-button-310 > a, #sp-button-311 > a, #sp-button-312 > a, #sp-button-313 > a, #sp-button-314 > a, #sp-button-315 > a, #sp-button-316 > a, #sp-button-317 > a, #sp-button-318 > a, #sp-button-319 > a, #sp-button-32 > a, #sp-button-320 > a, #sp-button-321 > a, #sp-button-322 > a, #sp-button-323 > a, #sp-button-324 > a, #sp-button-325 > a, #sp-button-326 > a, #sp-button-327 > a, #sp-button-328 > a, #sp-button-329 > a, #sp-button-33 > a, #sp-button-330 > a, #sp-button-331 > a, #sp-button-332 > a, #sp-button-333 > a, #sp-button-334 > a, #sp-button-335 > a, #sp-button-336 > a, #sp-button-337 > a, #sp-button-338 > a, #sp-button-339 > a, #sp-button-34 > a, #sp-button-340 > a, #sp-button-341 > a, #sp-button-342 > a, #sp-button-343 > a, #sp-button-344 > a, #sp-button-345 > a, #sp-button-346 > a, #sp-button-347 > a, #sp-button-348 > a, #sp-button-349 > a, #sp-button-35 > a, #sp-button-350 > a, #sp-button-351 > a, #sp-button-352 > a, #sp-button-353 > a, #sp-button-354 > a, #sp-button-355 > a, #sp-button-356 > a, #sp-button-357 > a, #sp-button-358 > a, #sp-button-359 > a, #sp-button-36 > a, #sp-button-360 > a, #sp-button-361 > a, #sp-button-362 > a, #sp-button-363 > a, #sp-button-364 > a, #sp-button-365 > a, #sp-button-366 > a, #sp-button-367 > a, #sp-button-368 > a, #sp-button-369 > a, #sp-button-37 > a, #sp-button-370 > a, #sp-button-371 > a, #sp-button-372 > a, #sp-button-373 > a, #sp-button-374 > a, #sp-button-375 > a, #sp-button-376 > a, #sp-button-377 > a, #sp-button-378 > a, #sp-button-379 > a, #sp-button-38 > a, #sp-button-380 > a, #sp-button-381 > a, #sp-button-382 > a, #sp-button-383 > a, #sp-button-384 > a, #sp-button-385 > a, #sp-button-386 > a, #sp-button-387 > a, #sp-button-388 > a, #sp-button-389 > a, #sp-button-39 > a, #sp-button-390 > a, #sp-button-391 > a, #sp-button-392 > a, #sp-button-393 > a, #sp-button-394 > a, #sp-button-395 > a, #sp-button-396 > a, #sp-button-397 > a, #sp-button-398 > a, #sp-button-399 > a, #sp-button-4 > a, #sp-button-400 > a, #sp-button-401 > a, #sp-button-402 > a, #sp-button-403 > a, #sp-button-404 > a, #sp-button-405 > a, #sp-button-406 > a, #sp-button-407 > a, #sp-button-408 > a, #sp-button-409 > a, #sp-button-410 > a, #sp-button-411 > a, #sp-button-412 > a, #sp-button-413 > a, #sp-button-414 > a, #sp-button-415 > a, #sp-button-416 > a, #sp-button-417 > a, #sp-button-418 > a, #sp-button-419 > a, #sp-button-420 > a, #sp-button-421 > a, #sp-button-422 > a, #sp-button-423 > a, #sp-button-424 > a, #sp-button-425 > a, #sp-button-426 > a, #sp-button-427 > a, #sp-button-428 > a, #sp-button-429 > a, #sp-button-43 > a, #sp-button-430 > a, #sp-button-431 > a, #sp-button-432 > a, #sp-button-433 > a, #sp-button-434 > a, #sp-button-435 > a, #sp-button-436 > a, #sp-button-437 > a, #sp-button-438 > a, #sp-button-439 > a, #sp-button-44 > a, #sp-button-440 > a, #sp-button-441 > a, #sp-button-442 > a, #sp-button-443 > a, #sp-button-444 > a, #sp-button-445 > a, #sp-button-446 > a, #sp-button-447 > a, #sp-button-448 > a, #sp-button-449 > a, #sp-button-45 > a, #sp-button-450 > a, #sp-button-451 > a, #sp-button-452 > a, #sp-button-453 > a, #sp-button-46 > a, #sp-button-47 > a, #sp-button-48 > a, #sp-button-49 > a, #sp-button-5 > a, #sp-button-50 > a, #sp-button-51 > a, #sp-button-52 > a, #sp-button-53 > a, #sp-button-54 > a, #sp-button-55 > a, #sp-button-56 > a, #sp-button-57 > a, #sp-button-58 > a, #sp-button-59 > a, #sp-button-6 > a, #sp-button-60 > a, #sp-button-61 > a, #sp-button-62 > a, #sp-button-63 > a, #sp-button-64 > a, #sp-button-65 > a, #sp-button-66 > a, #sp-button-67 > a, #sp-button-68 > a, #sp-button-69 > a, #sp-button-7 > a, #sp-button-70 > a, #sp-button-71 > a, #sp-button-72 > a, #sp-button-73 > a, #sp-button-74 > a, #sp-button-75 > a, #sp-button-76 > a, #sp-button-77 > a, #sp-button-78 > a, #sp-button-79 > a, #sp-button-8 > a, #sp-button-80 > a, #sp-button-81 > a, #sp-button-82 > a, #sp-button-83 > a, #sp-button-84 > a, #sp-button-85 > a, #sp-button-86 > a, #sp-button-87 > a, #sp-button-88 > a, #sp-button-89 > a, #sp-button-9 > a, #sp-button-90 > a, #sp-button-91 > a, #sp-button-92 > a, #sp-button-93 > a, #sp-button-94 > a, #sp-button-95 > a, #sp-button-96 > a, #sp-button-97 > a, #sp-button-98 > a, #sp-button-99 > a{
  font-size : 12px;
  font-family : Arial, Helvetica, sans-serif;
  font-weight : bold;
  color : #3c3f53;
  background-color : transparent;
  background-image : url(img/btn_icon-4.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : 5px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : #3c3f53;
}

#sp-button-1 > a:active, #sp-button-10 > a:active, #sp-button-100 > a:active, #sp-button-101 > a:active, #sp-button-102 > a:active, #sp-button-103 > a:active, #sp-button-104 > a:active, #sp-button-105 > a:active, #sp-button-106 > a:active, #sp-button-107 > a:active, #sp-button-108 > a:active, #sp-button-109 > a:active, #sp-button-11 > a:active, #sp-button-110 > a:active, #sp-button-111 > a:active, #sp-button-112 > a:active, #sp-button-113 > a:active, #sp-button-114 > a:active, #sp-button-115 > a:active, #sp-button-116 > a:active, #sp-button-117 > a:active, #sp-button-118 > a:active, #sp-button-119 > a:active, #sp-button-12 > a:active, #sp-button-120 > a:active, #sp-button-121 > a:active, #sp-button-122 > a:active, #sp-button-123 > a:active, #sp-button-124 > a:active, #sp-button-125 > a:active, #sp-button-126 > a:active, #sp-button-127 > a:active, #sp-button-128 > a:active, #sp-button-129 > a:active, #sp-button-13 > a:active, #sp-button-130 > a:active, #sp-button-131 > a:active, #sp-button-132 > a:active, #sp-button-133 > a:active, #sp-button-134 > a:active, #sp-button-135 > a:active, #sp-button-136 > a:active, #sp-button-137 > a:active, #sp-button-138 > a:active, #sp-button-139 > a:active, #sp-button-14 > a:active, #sp-button-140 > a:active, #sp-button-141 > a:active, #sp-button-142 > a:active, #sp-button-143 > a:active, #sp-button-144 > a:active, #sp-button-145 > a:active, #sp-button-146 > a:active, #sp-button-147 > a:active, #sp-button-148 > a:active, #sp-button-149 > a:active, #sp-button-15 > a:active, #sp-button-150 > a:active, #sp-button-151 > a:active, #sp-button-152 > a:active, #sp-button-153 > a:active, #sp-button-154 > a:active, #sp-button-155 > a:active, #sp-button-156 > a:active, #sp-button-157 > a:active, #sp-button-158 > a:active, #sp-button-159 > a:active, #sp-button-16 > a:active, #sp-button-160 > a:active, #sp-button-161 > a:active, #sp-button-162 > a:active, #sp-button-163 > a:active, #sp-button-164 > a:active, #sp-button-165 > a:active, #sp-button-166 > a:active, #sp-button-167 > a:active, #sp-button-168 > a:active, #sp-button-169 > a:active, #sp-button-17 > a:active, #sp-button-170 > a:active, #sp-button-171 > a:active, #sp-button-172 > a:active, #sp-button-173 > a:active, #sp-button-174 > a:active, #sp-button-175 > a:active, #sp-button-176 > a:active, #sp-button-177 > a:active, #sp-button-178 > a:active, #sp-button-179 > a:active, #sp-button-18 > a:active, #sp-button-180 > a:active, #sp-button-181 > a:active, #sp-button-182 > a:active, #sp-button-183 > a:active, #sp-button-184 > a:active, #sp-button-185 > a:active, #sp-button-186 > a:active, #sp-button-187 > a:active, #sp-button-188 > a:active, #sp-button-189 > a:active, #sp-button-19 > a:active, #sp-button-190 > a:active, #sp-button-191 > a:active, #sp-button-192 > a:active, #sp-button-193 > a:active, #sp-button-194 > a:active, #sp-button-195 > a:active, #sp-button-196 > a:active, #sp-button-197 > a:active, #sp-button-198 > a:active, #sp-button-199 > a:active, #sp-button-2 > a:active, #sp-button-20 > a:active, #sp-button-200 > a:active, #sp-button-201 > a:active, #sp-button-202 > a:active, #sp-button-203 > a:active, #sp-button-204 > a:active, #sp-button-205 > a:active, #sp-button-206 > a:active, #sp-button-207 > a:active, #sp-button-208 > a:active, #sp-button-209 > a:active, #sp-button-21 > a:active, #sp-button-210 > a:active, #sp-button-211 > a:active, #sp-button-212 > a:active, #sp-button-213 > a:active, #sp-button-214 > a:active, #sp-button-215 > a:active, #sp-button-216 > a:active, #sp-button-217 > a:active, #sp-button-218 > a:active, #sp-button-219 > a:active, #sp-button-22 > a:active, #sp-button-220 > a:active, #sp-button-221 > a:active, #sp-button-222 > a:active, #sp-button-223 > a:active, #sp-button-224 > a:active, #sp-button-225 > a:active, #sp-button-226 > a:active, #sp-button-227 > a:active, #sp-button-228 > a:active, #sp-button-229 > a:active, #sp-button-23 > a:active, #sp-button-230 > a:active, #sp-button-231 > a:active, #sp-button-232 > a:active, #sp-button-233 > a:active, #sp-button-234 > a:active, #sp-button-235 > a:active, #sp-button-236 > a:active, #sp-button-237 > a:active, #sp-button-238 > a:active, #sp-button-239 > a:active, #sp-button-24 > a:active, #sp-button-240 > a:active, #sp-button-241 > a:active, #sp-button-242 > a:active, #sp-button-243 > a:active, #sp-button-244 > a:active, #sp-button-245 > a:active, #sp-button-246 > a:active, #sp-button-247 > a:active, #sp-button-248 > a:active, #sp-button-249 > a:active, #sp-button-25 > a:active, #sp-button-250 > a:active, #sp-button-251 > a:active, #sp-button-252 > a:active, #sp-button-253 > a:active, #sp-button-254 > a:active, #sp-button-255 > a:active, #sp-button-256 > a:active, #sp-button-257 > a:active, #sp-button-258 > a:active, #sp-button-259 > a:active, #sp-button-26 > a:active, #sp-button-260 > a:active, #sp-button-261 > a:active, #sp-button-262 > a:active, #sp-button-263 > a:active, #sp-button-264 > a:active, #sp-button-265 > a:active, #sp-button-266 > a:active, #sp-button-267 > a:active, #sp-button-268 > a:active, #sp-button-269 > a:active, #sp-button-27 > a:active, #sp-button-270 > a:active, #sp-button-271 > a:active, #sp-button-272 > a:active, #sp-button-273 > a:active, #sp-button-274 > a:active, #sp-button-275 > a:active, #sp-button-276 > a:active, #sp-button-277 > a:active, #sp-button-278 > a:active, #sp-button-279 > a:active, #sp-button-28 > a:active, #sp-button-280 > a:active, #sp-button-281 > a:active, #sp-button-282 > a:active, #sp-button-283 > a:active, #sp-button-284 > a:active, #sp-button-285 > a:active, #sp-button-286 > a:active, #sp-button-287 > a:active, #sp-button-288 > a:active, #sp-button-289 > a:active, #sp-button-29 > a:active, #sp-button-290 > a:active, #sp-button-291 > a:active, #sp-button-292 > a:active, #sp-button-293 > a:active, #sp-button-294 > a:active, #sp-button-295 > a:active, #sp-button-296 > a:active, #sp-button-297 > a:active, #sp-button-298 > a:active, #sp-button-299 > a:active, #sp-button-3 > a:active, #sp-button-30 > a:active, #sp-button-300 > a:active, #sp-button-301 > a:active, #sp-button-302 > a:active, #sp-button-303 > a:active, #sp-button-304 > a:active, #sp-button-305 > a:active, #sp-button-306 > a:active, #sp-button-307 > a:active, #sp-button-308 > a:active, #sp-button-309 > a:active, #sp-button-31 > a:active, #sp-button-310 > a:active, #sp-button-311 > a:active, #sp-button-312 > a:active, #sp-button-313 > a:active, #sp-button-314 > a:active, #sp-button-315 > a:active, #sp-button-316 > a:active, #sp-button-317 > a:active, #sp-button-318 > a:active, #sp-button-319 > a:active, #sp-button-32 > a:active, #sp-button-320 > a:active, #sp-button-321 > a:active, #sp-button-322 > a:active, #sp-button-323 > a:active, #sp-button-324 > a:active, #sp-button-325 > a:active, #sp-button-326 > a:active, #sp-button-327 > a:active, #sp-button-328 > a:active, #sp-button-329 > a:active, #sp-button-33 > a:active, #sp-button-330 > a:active, #sp-button-331 > a:active, #sp-button-332 > a:active, #sp-button-333 > a:active, #sp-button-334 > a:active, #sp-button-335 > a:active, #sp-button-336 > a:active, #sp-button-337 > a:active, #sp-button-338 > a:active, #sp-button-339 > a:active, #sp-button-34 > a:active, #sp-button-340 > a:active, #sp-button-341 > a:active, #sp-button-342 > a:active, #sp-button-343 > a:active, #sp-button-344 > a:active, #sp-button-345 > a:active, #sp-button-346 > a:active, #sp-button-347 > a:active, #sp-button-348 > a:active, #sp-button-349 > a:active, #sp-button-35 > a:active, #sp-button-350 > a:active, #sp-button-351 > a:active, #sp-button-352 > a:active, #sp-button-353 > a:active, #sp-button-354 > a:active, #sp-button-355 > a:active, #sp-button-356 > a:active, #sp-button-357 > a:active, #sp-button-358 > a:active, #sp-button-359 > a:active, #sp-button-36 > a:active, #sp-button-360 > a:active, #sp-button-361 > a:active, #sp-button-362 > a:active, #sp-button-363 > a:active, #sp-button-364 > a:active, #sp-button-365 > a:active, #sp-button-366 > a:active, #sp-button-367 > a:active, #sp-button-368 > a:active, #sp-button-369 > a:active, #sp-button-37 > a:active, #sp-button-370 > a:active, #sp-button-371 > a:active, #sp-button-372 > a:active, #sp-button-373 > a:active, #sp-button-374 > a:active, #sp-button-375 > a:active, #sp-button-376 > a:active, #sp-button-377 > a:active, #sp-button-378 > a:active, #sp-button-379 > a:active, #sp-button-38 > a:active, #sp-button-380 > a:active, #sp-button-381 > a:active, #sp-button-382 > a:active, #sp-button-383 > a:active, #sp-button-384 > a:active, #sp-button-385 > a:active, #sp-button-386 > a:active, #sp-button-387 > a:active, #sp-button-388 > a:active, #sp-button-389 > a:active, #sp-button-39 > a:active, #sp-button-390 > a:active, #sp-button-391 > a:active, #sp-button-392 > a:active, #sp-button-393 > a:active, #sp-button-394 > a:active, #sp-button-395 > a:active, #sp-button-396 > a:active, #sp-button-397 > a:active, #sp-button-398 > a:active, #sp-button-399 > a:active, #sp-button-4 > a:active, #sp-button-400 > a:active, #sp-button-401 > a:active, #sp-button-402 > a:active, #sp-button-403 > a:active, #sp-button-404 > a:active, #sp-button-405 > a:active, #sp-button-406 > a:active, #sp-button-407 > a:active, #sp-button-408 > a:active, #sp-button-409 > a:active, #sp-button-410 > a:active, #sp-button-411 > a:active, #sp-button-412 > a:active, #sp-button-413 > a:active, #sp-button-414 > a:active, #sp-button-415 > a:active, #sp-button-416 > a:active, #sp-button-417 > a:active, #sp-button-418 > a:active, #sp-button-419 > a:active, #sp-button-420 > a:active, #sp-button-421 > a:active, #sp-button-422 > a:active, #sp-button-423 > a:active, #sp-button-424 > a:active, #sp-button-425 > a:active, #sp-button-426 > a:active, #sp-button-427 > a:active, #sp-button-428 > a:active, #sp-button-429 > a:active, #sp-button-43 > a:active, #sp-button-430 > a:active, #sp-button-431 > a:active, #sp-button-432 > a:active, #sp-button-433 > a:active, #sp-button-434 > a:active, #sp-button-435 > a:active, #sp-button-436 > a:active, #sp-button-437 > a:active, #sp-button-438 > a:active, #sp-button-439 > a:active, #sp-button-44 > a:active, #sp-button-440 > a:active, #sp-button-441 > a:active, #sp-button-442 > a:active, #sp-button-443 > a:active, #sp-button-444 > a:active, #sp-button-445 > a:active, #sp-button-446 > a:active, #sp-button-447 > a:active, #sp-button-448 > a:active, #sp-button-449 > a:active, #sp-button-45 > a:active, #sp-button-450 > a:active, #sp-button-451 > a:active, #sp-button-452 > a:active, #sp-button-453 > a:active, #sp-button-46 > a:active, #sp-button-47 > a:active, #sp-button-48 > a:active, #sp-button-49 > a:active, #sp-button-5 > a:active, #sp-button-50 > a:active, #sp-button-51 > a:active, #sp-button-52 > a:active, #sp-button-53 > a:active, #sp-button-54 > a:active, #sp-button-55 > a:active, #sp-button-56 > a:active, #sp-button-57 > a:active, #sp-button-58 > a:active, #sp-button-59 > a:active, #sp-button-6 > a:active, #sp-button-60 > a:active, #sp-button-61 > a:active, #sp-button-62 > a:active, #sp-button-63 > a:active, #sp-button-64 > a:active, #sp-button-65 > a:active, #sp-button-66 > a:active, #sp-button-67 > a:active, #sp-button-68 > a:active, #sp-button-69 > a:active, #sp-button-7 > a:active, #sp-button-70 > a:active, #sp-button-71 > a:active, #sp-button-72 > a:active, #sp-button-73 > a:active, #sp-button-74 > a:active, #sp-button-75 > a:active, #sp-button-76 > a:active, #sp-button-77 > a:active, #sp-button-78 > a:active, #sp-button-79 > a:active, #sp-button-8 > a:active, #sp-button-80 > a:active, #sp-button-81 > a:active, #sp-button-82 > a:active, #sp-button-83 > a:active, #sp-button-84 > a:active, #sp-button-85 > a:active, #sp-button-86 > a:active, #sp-button-87 > a:active, #sp-button-88 > a:active, #sp-button-89 > a:active, #sp-button-9 > a:active, #sp-button-90 > a:active, #sp-button-91 > a:active, #sp-button-92 > a:active, #sp-button-93 > a:active, #sp-button-94 > a:active, #sp-button-95 > a:active, #sp-button-96 > a:active, #sp-button-97 > a:active, #sp-button-98 > a:active, #sp-button-99 > a:active{
  color : #c17100;
  background-color : transparent;
  background-image : url(img/btn_icon-4_active.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-bottom-width : 5px;
  border-bottom-style : solid;
  border-bottom-color : #c17100;
}

#sp-button-1 > a:hover, #sp-button-10 > a:hover, #sp-button-100 > a:hover, #sp-button-101 > a:hover, #sp-button-102 > a:hover, #sp-button-103 > a:hover, #sp-button-104 > a:hover, #sp-button-105 > a:hover, #sp-button-106 > a:hover, #sp-button-107 > a:hover, #sp-button-108 > a:hover, #sp-button-109 > a:hover, #sp-button-11 > a:hover, #sp-button-110 > a:hover, #sp-button-111 > a:hover, #sp-button-112 > a:hover, #sp-button-113 > a:hover, #sp-button-114 > a:hover, #sp-button-115 > a:hover, #sp-button-116 > a:hover, #sp-button-117 > a:hover, #sp-button-118 > a:hover, #sp-button-119 > a:hover, #sp-button-12 > a:hover, #sp-button-120 > a:hover, #sp-button-121 > a:hover, #sp-button-122 > a:hover, #sp-button-123 > a:hover, #sp-button-124 > a:hover, #sp-button-125 > a:hover, #sp-button-126 > a:hover, #sp-button-127 > a:hover, #sp-button-128 > a:hover, #sp-button-129 > a:hover, #sp-button-13 > a:hover, #sp-button-130 > a:hover, #sp-button-131 > a:hover, #sp-button-132 > a:hover, #sp-button-133 > a:hover, #sp-button-134 > a:hover, #sp-button-135 > a:hover, #sp-button-136 > a:hover, #sp-button-137 > a:hover, #sp-button-138 > a:hover, #sp-button-139 > a:hover, #sp-button-14 > a:hover, #sp-button-140 > a:hover, #sp-button-141 > a:hover, #sp-button-142 > a:hover, #sp-button-143 > a:hover, #sp-button-144 > a:hover, #sp-button-145 > a:hover, #sp-button-146 > a:hover, #sp-button-147 > a:hover, #sp-button-148 > a:hover, #sp-button-149 > a:hover, #sp-button-15 > a:hover, #sp-button-150 > a:hover, #sp-button-151 > a:hover, #sp-button-152 > a:hover, #sp-button-153 > a:hover, #sp-button-154 > a:hover, #sp-button-155 > a:hover, #sp-button-156 > a:hover, #sp-button-157 > a:hover, #sp-button-158 > a:hover, #sp-button-159 > a:hover, #sp-button-16 > a:hover, #sp-button-160 > a:hover, #sp-button-161 > a:hover, #sp-button-162 > a:hover, #sp-button-163 > a:hover, #sp-button-164 > a:hover, #sp-button-165 > a:hover, #sp-button-166 > a:hover, #sp-button-167 > a:hover, #sp-button-168 > a:hover, #sp-button-169 > a:hover, #sp-button-17 > a:hover, #sp-button-170 > a:hover, #sp-button-171 > a:hover, #sp-button-172 > a:hover, #sp-button-173 > a:hover, #sp-button-174 > a:hover, #sp-button-175 > a:hover, #sp-button-176 > a:hover, #sp-button-177 > a:hover, #sp-button-178 > a:hover, #sp-button-179 > a:hover, #sp-button-18 > a:hover, #sp-button-180 > a:hover, #sp-button-181 > a:hover, #sp-button-182 > a:hover, #sp-button-183 > a:hover, #sp-button-184 > a:hover, #sp-button-185 > a:hover, #sp-button-186 > a:hover, #sp-button-187 > a:hover, #sp-button-188 > a:hover, #sp-button-189 > a:hover, #sp-button-19 > a:hover, #sp-button-190 > a:hover, #sp-button-191 > a:hover, #sp-button-192 > a:hover, #sp-button-193 > a:hover, #sp-button-194 > a:hover, #sp-button-195 > a:hover, #sp-button-196 > a:hover, #sp-button-197 > a:hover, #sp-button-198 > a:hover, #sp-button-199 > a:hover, #sp-button-2 > a:hover, #sp-button-20 > a:hover, #sp-button-200 > a:hover, #sp-button-201 > a:hover, #sp-button-202 > a:hover, #sp-button-203 > a:hover, #sp-button-204 > a:hover, #sp-button-205 > a:hover, #sp-button-206 > a:hover, #sp-button-207 > a:hover, #sp-button-208 > a:hover, #sp-button-209 > a:hover, #sp-button-21 > a:hover, #sp-button-210 > a:hover, #sp-button-211 > a:hover, #sp-button-212 > a:hover, #sp-button-213 > a:hover, #sp-button-214 > a:hover, #sp-button-215 > a:hover, #sp-button-216 > a:hover, #sp-button-217 > a:hover, #sp-button-218 > a:hover, #sp-button-219 > a:hover, #sp-button-22 > a:hover, #sp-button-220 > a:hover, #sp-button-221 > a:hover, #sp-button-222 > a:hover, #sp-button-223 > a:hover, #sp-button-224 > a:hover, #sp-button-225 > a:hover, #sp-button-226 > a:hover, #sp-button-227 > a:hover, #sp-button-228 > a:hover, #sp-button-229 > a:hover, #sp-button-23 > a:hover, #sp-button-230 > a:hover, #sp-button-231 > a:hover, #sp-button-232 > a:hover, #sp-button-233 > a:hover, #sp-button-234 > a:hover, #sp-button-235 > a:hover, #sp-button-236 > a:hover, #sp-button-237 > a:hover, #sp-button-238 > a:hover, #sp-button-239 > a:hover, #sp-button-24 > a:hover, #sp-button-240 > a:hover, #sp-button-241 > a:hover, #sp-button-242 > a:hover, #sp-button-243 > a:hover, #sp-button-244 > a:hover, #sp-button-245 > a:hover, #sp-button-246 > a:hover, #sp-button-247 > a:hover, #sp-button-248 > a:hover, #sp-button-249 > a:hover, #sp-button-25 > a:hover, #sp-button-250 > a:hover, #sp-button-251 > a:hover, #sp-button-252 > a:hover, #sp-button-253 > a:hover, #sp-button-254 > a:hover, #sp-button-255 > a:hover, #sp-button-256 > a:hover, #sp-button-257 > a:hover, #sp-button-258 > a:hover, #sp-button-259 > a:hover, #sp-button-26 > a:hover, #sp-button-260 > a:hover, #sp-button-261 > a:hover, #sp-button-262 > a:hover, #sp-button-263 > a:hover, #sp-button-264 > a:hover, #sp-button-265 > a:hover, #sp-button-266 > a:hover, #sp-button-267 > a:hover, #sp-button-268 > a:hover, #sp-button-269 > a:hover, #sp-button-27 > a:hover, #sp-button-270 > a:hover, #sp-button-271 > a:hover, #sp-button-272 > a:hover, #sp-button-273 > a:hover, #sp-button-274 > a:hover, #sp-button-275 > a:hover, #sp-button-276 > a:hover, #sp-button-277 > a:hover, #sp-button-278 > a:hover, #sp-button-279 > a:hover, #sp-button-28 > a:hover, #sp-button-280 > a:hover, #sp-button-281 > a:hover, #sp-button-282 > a:hover, #sp-button-283 > a:hover, #sp-button-284 > a:hover, #sp-button-285 > a:hover, #sp-button-286 > a:hover, #sp-button-287 > a:hover, #sp-button-288 > a:hover, #sp-button-289 > a:hover, #sp-button-29 > a:hover, #sp-button-290 > a:hover, #sp-button-291 > a:hover, #sp-button-292 > a:hover, #sp-button-293 > a:hover, #sp-button-294 > a:hover, #sp-button-295 > a:hover, #sp-button-296 > a:hover, #sp-button-297 > a:hover, #sp-button-298 > a:hover, #sp-button-299 > a:hover, #sp-button-3 > a:hover, #sp-button-30 > a:hover, #sp-button-300 > a:hover, #sp-button-301 > a:hover, #sp-button-302 > a:hover, #sp-button-303 > a:hover, #sp-button-304 > a:hover, #sp-button-305 > a:hover, #sp-button-306 > a:hover, #sp-button-307 > a:hover, #sp-button-308 > a:hover, #sp-button-309 > a:hover, #sp-button-31 > a:hover, #sp-button-310 > a:hover, #sp-button-311 > a:hover, #sp-button-312 > a:hover, #sp-button-313 > a:hover, #sp-button-314 > a:hover, #sp-button-315 > a:hover, #sp-button-316 > a:hover, #sp-button-317 > a:hover, #sp-button-318 > a:hover, #sp-button-319 > a:hover, #sp-button-32 > a:hover, #sp-button-320 > a:hover, #sp-button-321 > a:hover, #sp-button-322 > a:hover, #sp-button-323 > a:hover, #sp-button-324 > a:hover, #sp-button-325 > a:hover, #sp-button-326 > a:hover, #sp-button-327 > a:hover, #sp-button-328 > a:hover, #sp-button-329 > a:hover, #sp-button-33 > a:hover, #sp-button-330 > a:hover, #sp-button-331 > a:hover, #sp-button-332 > a:hover, #sp-button-333 > a:hover, #sp-button-334 > a:hover, #sp-button-335 > a:hover, #sp-button-336 > a:hover, #sp-button-337 > a:hover, #sp-button-338 > a:hover, #sp-button-339 > a:hover, #sp-button-34 > a:hover, #sp-button-340 > a:hover, #sp-button-341 > a:hover, #sp-button-342 > a:hover, #sp-button-343 > a:hover, #sp-button-344 > a:hover, #sp-button-345 > a:hover, #sp-button-346 > a:hover, #sp-button-347 > a:hover, #sp-button-348 > a:hover, #sp-button-349 > a:hover, #sp-button-35 > a:hover, #sp-button-350 > a:hover, #sp-button-351 > a:hover, #sp-button-352 > a:hover, #sp-button-353 > a:hover, #sp-button-354 > a:hover, #sp-button-355 > a:hover, #sp-button-356 > a:hover, #sp-button-357 > a:hover, #sp-button-358 > a:hover, #sp-button-359 > a:hover, #sp-button-36 > a:hover, #sp-button-360 > a:hover, #sp-button-361 > a:hover, #sp-button-362 > a:hover, #sp-button-363 > a:hover, #sp-button-364 > a:hover, #sp-button-365 > a:hover, #sp-button-366 > a:hover, #sp-button-367 > a:hover, #sp-button-368 > a:hover, #sp-button-369 > a:hover, #sp-button-37 > a:hover, #sp-button-370 > a:hover, #sp-button-371 > a:hover, #sp-button-372 > a:hover, #sp-button-373 > a:hover, #sp-button-374 > a:hover, #sp-button-375 > a:hover, #sp-button-376 > a:hover, #sp-button-377 > a:hover, #sp-button-378 > a:hover, #sp-button-379 > a:hover, #sp-button-38 > a:hover, #sp-button-380 > a:hover, #sp-button-381 > a:hover, #sp-button-382 > a:hover, #sp-button-383 > a:hover, #sp-button-384 > a:hover, #sp-button-385 > a:hover, #sp-button-386 > a:hover, #sp-button-387 > a:hover, #sp-button-388 > a:hover, #sp-button-389 > a:hover, #sp-button-39 > a:hover, #sp-button-390 > a:hover, #sp-button-391 > a:hover, #sp-button-392 > a:hover, #sp-button-393 > a:hover, #sp-button-394 > a:hover, #sp-button-395 > a:hover, #sp-button-396 > a:hover, #sp-button-397 > a:hover, #sp-button-398 > a:hover, #sp-button-399 > a:hover, #sp-button-4 > a:hover, #sp-button-400 > a:hover, #sp-button-401 > a:hover, #sp-button-402 > a:hover, #sp-button-403 > a:hover, #sp-button-404 > a:hover, #sp-button-405 > a:hover, #sp-button-406 > a:hover, #sp-button-407 > a:hover, #sp-button-408 > a:hover, #sp-button-409 > a:hover, #sp-button-410 > a:hover, #sp-button-411 > a:hover, #sp-button-412 > a:hover, #sp-button-413 > a:hover, #sp-button-414 > a:hover, #sp-button-415 > a:hover, #sp-button-416 > a:hover, #sp-button-417 > a:hover, #sp-button-418 > a:hover, #sp-button-419 > a:hover, #sp-button-420 > a:hover, #sp-button-421 > a:hover, #sp-button-422 > a:hover, #sp-button-423 > a:hover, #sp-button-424 > a:hover, #sp-button-425 > a:hover, #sp-button-426 > a:hover, #sp-button-427 > a:hover, #sp-button-428 > a:hover, #sp-button-429 > a:hover, #sp-button-43 > a:hover, #sp-button-430 > a:hover, #sp-button-431 > a:hover, #sp-button-432 > a:hover, #sp-button-433 > a:hover, #sp-button-434 > a:hover, #sp-button-435 > a:hover, #sp-button-436 > a:hover, #sp-button-437 > a:hover, #sp-button-438 > a:hover, #sp-button-439 > a:hover, #sp-button-44 > a:hover, #sp-button-440 > a:hover, #sp-button-441 > a:hover, #sp-button-442 > a:hover, #sp-button-443 > a:hover, #sp-button-444 > a:hover, #sp-button-445 > a:hover, #sp-button-446 > a:hover, #sp-button-447 > a:hover, #sp-button-448 > a:hover, #sp-button-449 > a:hover, #sp-button-45 > a:hover, #sp-button-450 > a:hover, #sp-button-451 > a:hover, #sp-button-452 > a:hover, #sp-button-453 > a:hover, #sp-button-46 > a:hover, #sp-button-47 > a:hover, #sp-button-48 > a:hover, #sp-button-49 > a:hover, #sp-button-5 > a:hover, #sp-button-50 > a:hover, #sp-button-51 > a:hover, #sp-button-52 > a:hover, #sp-button-53 > a:hover, #sp-button-54 > a:hover, #sp-button-55 > a:hover, #sp-button-56 > a:hover, #sp-button-57 > a:hover, #sp-button-58 > a:hover, #sp-button-59 > a:hover, #sp-button-6 > a:hover, #sp-button-60 > a:hover, #sp-button-61 > a:hover, #sp-button-62 > a:hover, #sp-button-63 > a:hover, #sp-button-64 > a:hover, #sp-button-65 > a:hover, #sp-button-66 > a:hover, #sp-button-67 > a:hover, #sp-button-68 > a:hover, #sp-button-69 > a:hover, #sp-button-7 > a:hover, #sp-button-70 > a:hover, #sp-button-71 > a:hover, #sp-button-72 > a:hover, #sp-button-73 > a:hover, #sp-button-74 > a:hover, #sp-button-75 > a:hover, #sp-button-76 > a:hover, #sp-button-77 > a:hover, #sp-button-78 > a:hover, #sp-button-79 > a:hover, #sp-button-8 > a:hover, #sp-button-80 > a:hover, #sp-button-81 > a:hover, #sp-button-82 > a:hover, #sp-button-83 > a:hover, #sp-button-84 > a:hover, #sp-button-85 > a:hover, #sp-button-86 > a:hover, #sp-button-87 > a:hover, #sp-button-88 > a:hover, #sp-button-89 > a:hover, #sp-button-9 > a:hover, #sp-button-90 > a:hover, #sp-button-91 > a:hover, #sp-button-92 > a:hover, #sp-button-93 > a:hover, #sp-button-94 > a:hover, #sp-button-95 > a:hover, #sp-button-96 > a:hover, #sp-button-97 > a:hover, #sp-button-98 > a:hover, #sp-button-99 > a:hover{
  color : #f18d00;
  background-color : transparent;
  background-image : url(img/btn_icon-4_hover.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : 5px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : #f18d00;
}

#sp-item-gallery-13 > ul, #sp-item-gallery-14 > ul, #sp-item-gallery-15 > ul, #sp-item-gallery-16 > ul, #sp-item-gallery-17 > ul, #sp-item-gallery-18 > ul, #sp-item-gallery-19 > ul, #sp-item-gallery-48 > ul, #sp-item-gallery-49 > ul, #sp-item-gallery-50 > ul, #sp-item-gallery-51 > ul, #sp-item-gallery-52 > ul, #sp-item-gallery-53 > ul, #sp-item-gallery-54 > ul, #sp-item-gallery-56 > ul, #sp-item-gallery-57 > ul, #sp-item-gallery-58 > ul, #sp-item-gallery-60 > ul, #sp-item-gallery-61 > ul, #sp-item-gallery-62 > ul, #sp-item-gallery-63 > ul, #sp-item-gallery-64 > ul, #sp-item-gallery-65 > ul, #sp-item-gallery-66 > ul, #sp-item-gallery-67 > ul, #sp-item-gallery-68 > ul, #sp-item-gallery-69 > ul, #sp-item-gallery-70 > ul, #sp-item-gallery-71 > ul, #sp-item-gallery-72 > ul, #sp-item-gallery-73 > ul, #sp-item-gallery-74 > ul, #sp-item-gallery-75 > ul, #sp-item-gallery-76 > ul, #spb-item-gallery-1 > ul, #spb-item-gallery-2 > ul, #spb-item-gallery-3 > ul, #spb-item-gallery-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 : 0px;
  width : 100%;
  list-style-type : none;
  list-style-position : outside;
}

#sp-item-gallery-13 > ul > li, #sp-item-gallery-14 > ul > li, #sp-item-gallery-15 > ul > li, #sp-item-gallery-16 > ul > li, #sp-item-gallery-17 > ul > li, #sp-item-gallery-18 > ul > li, #sp-item-gallery-19 > ul > li, #sp-item-gallery-48 > ul > li, #sp-item-gallery-49 > ul > li, #sp-item-gallery-50 > ul > li, #sp-item-gallery-51 > ul > li, #sp-item-gallery-52 > ul > li, #sp-item-gallery-53 > ul > li, #sp-item-gallery-54 > ul > li, #sp-item-gallery-56 > ul > li, #sp-item-gallery-57 > ul > li, #sp-item-gallery-58 > ul > li, #sp-item-gallery-60 > ul > li, #sp-item-gallery-61 > ul > li, #sp-item-gallery-62 > ul > li, #sp-item-gallery-63 > ul > li, #sp-item-gallery-64 > ul > li, #sp-item-gallery-65 > ul > li, #sp-item-gallery-66 > ul > li, #sp-item-gallery-67 > ul > li, #sp-item-gallery-68 > ul > li, #sp-item-gallery-69 > ul > li, #sp-item-gallery-70 > ul > li, #sp-item-gallery-71 > ul > li, #sp-item-gallery-72 > ul > li, #sp-item-gallery-73 > ul > li, #sp-item-gallery-74 > ul > li, #sp-item-gallery-75 > ul > li, #sp-item-gallery-76 > ul > li, #spb-item-gallery-1 > ul > li, #spb-item-gallery-2 > ul > li, #spb-item-gallery-3 > ul > li, #spb-item-gallery-5 > ul > li{
  font-size : 12px;
  line-height : 1.2em;
  color : #000000;
  text-align : left;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #cfcfcf;
  border-left-color : #cfcfcf;
  border-right-color : #cfcfcf;
  border-bottom-color : #cfcfcf;
  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 : 190px;
  height : 315px;
  float : left;
  overflow : hidden;
  box-sizing : border-box;
}

#sp-item-gallery-13> ul> li a:hover.item-gallery-link img, #sp-item-gallery-14> ul> li a:hover.item-gallery-link img, #sp-item-gallery-15> ul> li a:hover.item-gallery-link img, #sp-item-gallery-16> ul> li a:hover.item-gallery-link img, #sp-item-gallery-17> ul> li a:hover.item-gallery-link img, #sp-item-gallery-18> ul> li a:hover.item-gallery-link img, #sp-item-gallery-19> ul> li a:hover.item-gallery-link img, #sp-item-gallery-48> ul> li a:hover.item-gallery-link img, #sp-item-gallery-49> ul> li a:hover.item-gallery-link img, #sp-item-gallery-50> ul> li a:hover.item-gallery-link img, #sp-item-gallery-51> ul> li a:hover.item-gallery-link img, #sp-item-gallery-52> ul> li a:hover.item-gallery-link img, #sp-item-gallery-53> ul> li a:hover.item-gallery-link img, #sp-item-gallery-54> ul> li a:hover.item-gallery-link img, #sp-item-gallery-56> ul> li a:hover.item-gallery-link img, #sp-item-gallery-57> ul> li a:hover.item-gallery-link img, #sp-item-gallery-58> ul> li a:hover.item-gallery-link img, #sp-item-gallery-60> ul> li a:hover.item-gallery-link img, #sp-item-gallery-61> ul> li a:hover.item-gallery-link img, #sp-item-gallery-62> ul> li a:hover.item-gallery-link img, #sp-item-gallery-63> ul> li a:hover.item-gallery-link img, #sp-item-gallery-64> ul> li a:hover.item-gallery-link img, #sp-item-gallery-65> ul> li a:hover.item-gallery-link img, #sp-item-gallery-66> ul> li a:hover.item-gallery-link img, #sp-item-gallery-67> ul> li a:hover.item-gallery-link img, #sp-item-gallery-68> ul> li a:hover.item-gallery-link img, #sp-item-gallery-69> ul> li a:hover.item-gallery-link img, #sp-item-gallery-70> ul> li a:hover.item-gallery-link img, #sp-item-gallery-71> ul> li a:hover.item-gallery-link img, #sp-item-gallery-72> ul> li a:hover.item-gallery-link img, #sp-item-gallery-73> ul> li a:hover.item-gallery-link img, #sp-item-gallery-74> ul> li a:hover.item-gallery-link img, #sp-item-gallery-75> ul> li a:hover.item-gallery-link img, #sp-item-gallery-76> ul> li a:hover.item-gallery-link img, #spb-item-gallery-1> ul> li a:hover.item-gallery-link img, #spb-item-gallery-2> ul> li a:hover.item-gallery-link img, #spb-item-gallery-3> ul> li a:hover.item-gallery-link img, #spb-item-gallery-5> ul> li a:hover.item-gallery-link img {
  opacity: 0.6;
}

#sp-item-gallery-13 > ul > li > .item-gallery-content, #sp-item-gallery-14 > ul > li > .item-gallery-content, #sp-item-gallery-15 > ul > li > .item-gallery-content, #sp-item-gallery-16 > ul > li > .item-gallery-content, #sp-item-gallery-17 > ul > li > .item-gallery-content, #sp-item-gallery-18 > ul > li > .item-gallery-content, #sp-item-gallery-19 > ul > li > .item-gallery-content, #sp-item-gallery-48 > ul > li > .item-gallery-content, #sp-item-gallery-49 > ul > li > .item-gallery-content, #sp-item-gallery-50 > ul > li > .item-gallery-content, #sp-item-gallery-51 > ul > li > .item-gallery-content, #sp-item-gallery-52 > ul > li > .item-gallery-content, #sp-item-gallery-53 > ul > li > .item-gallery-content, #sp-item-gallery-54 > ul > li > .item-gallery-content, #sp-item-gallery-56 > ul > li > .item-gallery-content, #sp-item-gallery-57 > ul > li > .item-gallery-content, #sp-item-gallery-58 > ul > li > .item-gallery-content, #sp-item-gallery-60 > ul > li > .item-gallery-content, #sp-item-gallery-61 > ul > li > .item-gallery-content, #sp-item-gallery-62 > ul > li > .item-gallery-content, #sp-item-gallery-63 > ul > li > .item-gallery-content, #sp-item-gallery-64 > ul > li > .item-gallery-content, #sp-item-gallery-65 > ul > li > .item-gallery-content, #sp-item-gallery-66 > ul > li > .item-gallery-content, #sp-item-gallery-67 > ul > li > .item-gallery-content, #sp-item-gallery-68 > ul > li > .item-gallery-content, #sp-item-gallery-69 > ul > li > .item-gallery-content, #sp-item-gallery-70 > ul > li > .item-gallery-content, #sp-item-gallery-71 > ul > li > .item-gallery-content, #sp-item-gallery-72 > ul > li > .item-gallery-content, #sp-item-gallery-73 > ul > li > .item-gallery-content, #sp-item-gallery-74 > ul > li > .item-gallery-content, #sp-item-gallery-75 > ul > li > .item-gallery-content, #sp-item-gallery-76 > ul > li > .item-gallery-content, #spb-item-gallery-1 > ul > li > .item-gallery-content, #spb-item-gallery-2 > ul > li > .item-gallery-content, #spb-item-gallery-3 > ul > li > .item-gallery-content, #spb-item-gallery-5 > ul > li > .item-gallery-content{
  margin-bottom : 0px;
}

#sp-item-gallery-13 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-14 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-15 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-16 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-17 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-18 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-19 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-48 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-49 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-50 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-51 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-52 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-53 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-54 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-56 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-57 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-58 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-60 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-61 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-62 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-63 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-64 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-65 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-66 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-67 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-68 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-69 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-70 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-71 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-72 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-73 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-74 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-75 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-76 > ul > li > div img.item-gallery-thumbnail, #spb-item-gallery-1 > ul > li > div img.item-gallery-thumbnail, #spb-item-gallery-2 > ul > li > div img.item-gallery-thumbnail, #spb-item-gallery-3 > ul > li > div img.item-gallery-thumbnail, #spb-item-gallery-5 > 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-13 > ul > li > div.item-gallery-photo, #sp-item-gallery-14 > ul > li > div.item-gallery-photo, #sp-item-gallery-15 > ul > li > div.item-gallery-photo, #sp-item-gallery-16 > ul > li > div.item-gallery-photo, #sp-item-gallery-17 > ul > li > div.item-gallery-photo, #sp-item-gallery-18 > ul > li > div.item-gallery-photo, #sp-item-gallery-19 > ul > li > div.item-gallery-photo, #sp-item-gallery-48 > ul > li > div.item-gallery-photo, #sp-item-gallery-49 > ul > li > div.item-gallery-photo, #sp-item-gallery-50 > ul > li > div.item-gallery-photo, #sp-item-gallery-51 > ul > li > div.item-gallery-photo, #sp-item-gallery-52 > ul > li > div.item-gallery-photo, #sp-item-gallery-53 > ul > li > div.item-gallery-photo, #sp-item-gallery-54 > ul > li > div.item-gallery-photo, #sp-item-gallery-56 > ul > li > div.item-gallery-photo, #sp-item-gallery-57 > ul > li > div.item-gallery-photo, #sp-item-gallery-58 > ul > li > div.item-gallery-photo, #sp-item-gallery-60 > ul > li > div.item-gallery-photo, #sp-item-gallery-61 > ul > li > div.item-gallery-photo, #sp-item-gallery-62 > ul > li > div.item-gallery-photo, #sp-item-gallery-63 > ul > li > div.item-gallery-photo, #sp-item-gallery-64 > ul > li > div.item-gallery-photo, #sp-item-gallery-65 > ul > li > div.item-gallery-photo, #sp-item-gallery-66 > ul > li > div.item-gallery-photo, #sp-item-gallery-67 > ul > li > div.item-gallery-photo, #sp-item-gallery-68 > ul > li > div.item-gallery-photo, #sp-item-gallery-69 > ul > li > div.item-gallery-photo, #sp-item-gallery-70 > ul > li > div.item-gallery-photo, #sp-item-gallery-71 > ul > li > div.item-gallery-photo, #sp-item-gallery-72 > ul > li > div.item-gallery-photo, #sp-item-gallery-73 > ul > li > div.item-gallery-photo, #sp-item-gallery-74 > ul > li > div.item-gallery-photo, #sp-item-gallery-75 > ul > li > div.item-gallery-photo, #sp-item-gallery-76 > ul > li > div.item-gallery-photo, #spb-item-gallery-1 > ul > li > div.item-gallery-photo, #spb-item-gallery-2 > ul > li > div.item-gallery-photo, #spb-item-gallery-3 > ul > li > div.item-gallery-photo, #spb-item-gallery-5 > ul > li > div.item-gallery-photo{
  margin-bottom : 10px;
}

#sp-item-gallery-13 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-14 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-15 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-16 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-17 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-18 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-19 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-48 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-49 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-50 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-51 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-52 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-53 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-54 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-56 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-57 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-58 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-60 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-61 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-62 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-63 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-64 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-65 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-66 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-67 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-68 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-69 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-70 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-71 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-72 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-73 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-74 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-75 > ul > li > div.item-gallery-photo:last-child, #sp-item-gallery-76 > ul > li > div.item-gallery-photo:last-child, #spb-item-gallery-1 > ul > li > div.item-gallery-photo:last-child, #spb-item-gallery-2 > ul > li > div.item-gallery-photo:last-child, #spb-item-gallery-3 > ul > li > div.item-gallery-photo:last-child, #spb-item-gallery-5 > ul > li > div.item-gallery-photo:last-child{
  margin-bottom : 0px;
}

#sp-item-gallery-13 > ul > li > p.item-gallery-icons, #sp-item-gallery-14 > ul > li > p.item-gallery-icons, #sp-item-gallery-15 > ul > li > p.item-gallery-icons, #sp-item-gallery-16 > ul > li > p.item-gallery-icons, #sp-item-gallery-17 > ul > li > p.item-gallery-icons, #sp-item-gallery-18 > ul > li > p.item-gallery-icons, #sp-item-gallery-19 > ul > li > p.item-gallery-icons, #sp-item-gallery-48 > ul > li > p.item-gallery-icons, #sp-item-gallery-49 > ul > li > p.item-gallery-icons, #sp-item-gallery-50 > ul > li > p.item-gallery-icons, #sp-item-gallery-51 > ul > li > p.item-gallery-icons, #sp-item-gallery-52 > ul > li > p.item-gallery-icons, #sp-item-gallery-53 > ul > li > p.item-gallery-icons, #sp-item-gallery-54 > ul > li > p.item-gallery-icons, #sp-item-gallery-56 > ul > li > p.item-gallery-icons, #sp-item-gallery-57 > ul > li > p.item-gallery-icons, #sp-item-gallery-58 > ul > li > p.item-gallery-icons, #sp-item-gallery-60 > ul > li > p.item-gallery-icons, #sp-item-gallery-61 > ul > li > p.item-gallery-icons, #sp-item-gallery-62 > ul > li > p.item-gallery-icons, #sp-item-gallery-63 > ul > li > p.item-gallery-icons, #sp-item-gallery-64 > ul > li > p.item-gallery-icons, #sp-item-gallery-65 > ul > li > p.item-gallery-icons, #sp-item-gallery-66 > ul > li > p.item-gallery-icons, #sp-item-gallery-67 > ul > li > p.item-gallery-icons, #sp-item-gallery-68 > ul > li > p.item-gallery-icons, #sp-item-gallery-69 > ul > li > p.item-gallery-icons, #sp-item-gallery-70 > ul > li > p.item-gallery-icons, #sp-item-gallery-71 > ul > li > p.item-gallery-icons, #sp-item-gallery-72 > ul > li > p.item-gallery-icons, #sp-item-gallery-73 > ul > li > p.item-gallery-icons, #sp-item-gallery-74 > ul > li > p.item-gallery-icons, #sp-item-gallery-75 > ul > li > p.item-gallery-icons, #sp-item-gallery-76 > ul > li > p.item-gallery-icons, #spb-item-gallery-1 > ul > li > p.item-gallery-icons, #spb-item-gallery-2 > ul > li > p.item-gallery-icons, #spb-item-gallery-3 > ul > li > p.item-gallery-icons, #spb-item-gallery-5 > ul > li > p.item-gallery-icons{
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 7px;
  width : 100%;
  min-height : 20px;
}

#sp-item-gallery-13 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-14 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-15 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-16 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-17 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-18 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-19 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-48 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-49 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-50 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-51 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-52 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-53 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-54 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-56 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-57 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-58 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-60 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-61 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-62 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-63 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-64 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-65 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-66 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-67 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-68 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-69 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-70 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-71 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-72 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-73 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-74 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-75 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-76 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #spb-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #spb-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #spb-item-gallery-3 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #spb-item-gallery-5 > ul > li > p.item-gallery-icons .item-gallery-icon-new{
  line-height : 12px;
  background-color : #f06060;
  background-image : none, url(preset/icons/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;
  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;
  width : 26px;
  height : 12px;
  display : inline-block;
}

#sp-item-gallery-13 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-14 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-15 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-16 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-17 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-18 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-19 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-48 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-49 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-50 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-51 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-52 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-53 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-54 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-56 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-57 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-58 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-60 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-61 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-62 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-63 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-64 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-65 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-66 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-67 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-68 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-69 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-70 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-71 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-72 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-73 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-74 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-75 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-76 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #spb-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #spb-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #spb-item-gallery-3 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #spb-item-gallery-5 > ul > li > p.item-gallery-icons .item-gallery-icon-popular{
  line-height : 12px;
  background-color : #04bfbf;
  background-image : none, url(preset/icons/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;
  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;
  width : 42px;
  height : 12px;
  display : inline-block;
}

#sp-item-gallery-13 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-14 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-15 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-16 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-17 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-18 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-19 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-48 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-49 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-50 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-51 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-52 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-53 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-54 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-56 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-57 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-58 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-60 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-61 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-62 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-63 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-64 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-65 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-66 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-67 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-68 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-69 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-70 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-71 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-72 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-73 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-74 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-75 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-76 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #spb-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #spb-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #spb-item-gallery-3 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #spb-item-gallery-5 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend{
  line-height : 12px;
  background-color : #e6a408;
  background-image : none, url(preset/icons/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;
  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;
  width : 38px;
  height : 12px;
  display : inline-block;
}

#sp-item-gallery-13 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-14 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-15 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-16 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-17 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-18 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-19 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-48 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-49 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-50 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-51 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-52 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-53 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-54 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-56 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-57 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-58 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-60 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-61 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-62 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-63 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-64 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-65 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-66 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-67 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-68 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-69 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-70 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-71 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-72 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-73 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-74 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-75 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-76 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #spb-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #spb-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #spb-item-gallery-3 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #spb-item-gallery-5 > ul > li > p.item-gallery-icons .item-gallery-icon-sale{
  line-height : 12px;
  background-color : #0a7bb5;
  background-image : none, url(preset/icons/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;
  text-align : center;
  margin-right : 0px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : 29px;
  height : 12px;
  display : inline-block;
}

#sp-item-gallery-13 > ul > li > p.item-gallery-price, #sp-item-gallery-14 > ul > li > p.item-gallery-price, #sp-item-gallery-15 > ul > li > p.item-gallery-price, #sp-item-gallery-16 > ul > li > p.item-gallery-price, #sp-item-gallery-17 > ul > li > p.item-gallery-price, #sp-item-gallery-18 > ul > li > p.item-gallery-price, #sp-item-gallery-19 > ul > li > p.item-gallery-price, #sp-item-gallery-48 > ul > li > p.item-gallery-price, #sp-item-gallery-49 > ul > li > p.item-gallery-price, #sp-item-gallery-50 > ul > li > p.item-gallery-price, #sp-item-gallery-51 > ul > li > p.item-gallery-price, #sp-item-gallery-52 > ul > li > p.item-gallery-price, #sp-item-gallery-53 > ul > li > p.item-gallery-price, #sp-item-gallery-54 > ul > li > p.item-gallery-price, #sp-item-gallery-56 > ul > li > p.item-gallery-price, #sp-item-gallery-57 > ul > li > p.item-gallery-price, #sp-item-gallery-58 > ul > li > p.item-gallery-price, #sp-item-gallery-60 > ul > li > p.item-gallery-price, #sp-item-gallery-61 > ul > li > p.item-gallery-price, #sp-item-gallery-62 > ul > li > p.item-gallery-price, #sp-item-gallery-63 > ul > li > p.item-gallery-price, #sp-item-gallery-64 > ul > li > p.item-gallery-price, #sp-item-gallery-65 > ul > li > p.item-gallery-price, #sp-item-gallery-66 > ul > li > p.item-gallery-price, #sp-item-gallery-67 > ul > li > p.item-gallery-price, #sp-item-gallery-68 > ul > li > p.item-gallery-price, #sp-item-gallery-69 > ul > li > p.item-gallery-price, #sp-item-gallery-70 > ul > li > p.item-gallery-price, #sp-item-gallery-71 > ul > li > p.item-gallery-price, #sp-item-gallery-72 > ul > li > p.item-gallery-price, #sp-item-gallery-73 > ul > li > p.item-gallery-price, #sp-item-gallery-74 > ul > li > p.item-gallery-price, #sp-item-gallery-75 > ul > li > p.item-gallery-price, #sp-item-gallery-76 > ul > li > p.item-gallery-price, #spb-item-gallery-1 > ul > li > p.item-gallery-price, #spb-item-gallery-2 > ul > li > p.item-gallery-price, #spb-item-gallery-3 > ul > li > p.item-gallery-price, #spb-item-gallery-5 > ul > li > p.item-gallery-price{
  color : #3b434b;
  text-align : left;
  width : 100%;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-13 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-14 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-15 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-16 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-17 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-18 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-19 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-48 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-49 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-50 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-51 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-52 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-53 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-54 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-56 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-57 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-58 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-60 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-61 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-62 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-63 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-64 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-65 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-66 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-67 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-68 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-69 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-70 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-71 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-72 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-73 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-74 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-75 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-76 > ul > li > p.item-gallery-price .item-gallery-price-after, #spb-item-gallery-1 > ul > li > p.item-gallery-price .item-gallery-price-after, #spb-item-gallery-2 > ul > li > p.item-gallery-price .item-gallery-price-after, #spb-item-gallery-3 > ul > li > p.item-gallery-price .item-gallery-price-after, #spb-item-gallery-5 > ul > li > p.item-gallery-price .item-gallery-price-after{
  font-size : small;
  color : #cccccc;
  margin-left : 5px;
}

#sp-item-gallery-13 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-14 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-15 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-16 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-17 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-18 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-19 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-48 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-49 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-50 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-51 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-52 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-53 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-54 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-56 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-57 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-58 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-60 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-61 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-62 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-63 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-64 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-65 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-66 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-67 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-68 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-69 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-70 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-71 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-72 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-73 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-74 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-75 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-76 > ul > li > p.item-gallery-price .item-gallery-price-before, #spb-item-gallery-1 > ul > li > p.item-gallery-price .item-gallery-price-before, #spb-item-gallery-2 > ul > li > p.item-gallery-price .item-gallery-price-before, #spb-item-gallery-3 > ul > li > p.item-gallery-price .item-gallery-price-before, #spb-item-gallery-5 > ul > li > p.item-gallery-price .item-gallery-price-before{
  font-weight : bold;
  color : #ff0000;
  margin-right : 5px;
}

#sp-item-gallery-13 > ul > li > p.item-gallery-title, #sp-item-gallery-14 > ul > li > p.item-gallery-title, #sp-item-gallery-15 > ul > li > p.item-gallery-title, #sp-item-gallery-16 > ul > li > p.item-gallery-title, #sp-item-gallery-17 > ul > li > p.item-gallery-title, #sp-item-gallery-18 > ul > li > p.item-gallery-title, #sp-item-gallery-19 > ul > li > p.item-gallery-title, #sp-item-gallery-48 > ul > li > p.item-gallery-title, #sp-item-gallery-49 > ul > li > p.item-gallery-title, #sp-item-gallery-50 > ul > li > p.item-gallery-title, #sp-item-gallery-51 > ul > li > p.item-gallery-title, #sp-item-gallery-52 > ul > li > p.item-gallery-title, #sp-item-gallery-53 > ul > li > p.item-gallery-title, #sp-item-gallery-54 > ul > li > p.item-gallery-title, #sp-item-gallery-56 > ul > li > p.item-gallery-title, #sp-item-gallery-57 > ul > li > p.item-gallery-title, #sp-item-gallery-58 > ul > li > p.item-gallery-title, #sp-item-gallery-60 > ul > li > p.item-gallery-title, #sp-item-gallery-61 > ul > li > p.item-gallery-title, #sp-item-gallery-62 > ul > li > p.item-gallery-title, #sp-item-gallery-63 > ul > li > p.item-gallery-title, #sp-item-gallery-64 > ul > li > p.item-gallery-title, #sp-item-gallery-65 > ul > li > p.item-gallery-title, #sp-item-gallery-66 > ul > li > p.item-gallery-title, #sp-item-gallery-67 > ul > li > p.item-gallery-title, #sp-item-gallery-68 > ul > li > p.item-gallery-title, #sp-item-gallery-69 > ul > li > p.item-gallery-title, #sp-item-gallery-70 > ul > li > p.item-gallery-title, #sp-item-gallery-71 > ul > li > p.item-gallery-title, #sp-item-gallery-72 > ul > li > p.item-gallery-title, #sp-item-gallery-73 > ul > li > p.item-gallery-title, #sp-item-gallery-74 > ul > li > p.item-gallery-title, #sp-item-gallery-75 > ul > li > p.item-gallery-title, #sp-item-gallery-76 > ul > li > p.item-gallery-title, #spb-item-gallery-1 > ul > li > p.item-gallery-title, #spb-item-gallery-2 > ul > li > p.item-gallery-title, #spb-item-gallery-3 > ul > li > p.item-gallery-title, #spb-item-gallery-5 > ul > li > p.item-gallery-title{
  font-size : 1.2em;
  line-height : 2em;
  color : #3b434b;
  background-color : transparent;
  background-image : url(img/back-01.png);
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : center top;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 10px;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #3b434b;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-block-container-209 .large, #sp-block-container-44 .large, #sp-block-container-45 .large, #sp-block-container-53 .large, #sp-block-container-54 .large, #sp-block-container-55 .large, #sp-block-container-56 .large, #sp-block-container-57 .large, #sp-block-container-58 .large, #sp-block-container-584 .large, #sp-block-container-59 .large, #sp-block-container-60 .large, #sp-block-container-61 .large, #sp-block-container-62 .large, #sp-block-container-63 .large, #sp-block-container-64 .large, #sp-block-container-65 .large, #sp-block-container-66 .large, #sp-block-container-67 .large, #sp-block-container-68 .large, #sp-block-container-70 .large, #sp-block-container-72 .large, #sp-block-container-73 .large, #sp-block-container-74 .large, #sp-block-container-75 .large, #sp-block-container-77 .large, #sp-block-container-79 .large, #sp-block-container-80 .large, #sp-block-container-81 .large, #sp-block-container-83 .large, #sp-block-container-85 .large, #sp-block-container-86 .large, #sp-block-container-87 .large, #sp-block-container-90 .large, #spb-block-container-73 .large{
  font-size : 1.2em;
}

#sp-block-container-209 .medium, #sp-block-container-44 .medium, #sp-block-container-45 .medium, #sp-block-container-53 .medium, #sp-block-container-54 .medium, #sp-block-container-55 .medium, #sp-block-container-56 .medium, #sp-block-container-57 .medium, #sp-block-container-58 .medium, #sp-block-container-584 .medium, #sp-block-container-59 .medium, #sp-block-container-60 .medium, #sp-block-container-61 .medium, #sp-block-container-62 .medium, #sp-block-container-63 .medium, #sp-block-container-64 .medium, #sp-block-container-65 .medium, #sp-block-container-66 .medium, #sp-block-container-67 .medium, #sp-block-container-68 .medium, #sp-block-container-70 .medium, #sp-block-container-72 .medium, #sp-block-container-73 .medium, #sp-block-container-74 .medium, #sp-block-container-75 .medium, #sp-block-container-77 .medium, #sp-block-container-79 .medium, #sp-block-container-80 .medium, #sp-block-container-81 .medium, #sp-block-container-83 .medium, #sp-block-container-85 .medium, #sp-block-container-86 .medium, #sp-block-container-87 .medium, #sp-block-container-90 .medium, #spb-block-container-73 .medium{
  font-size : 1em;
}

#sp-block-container-209 .small, #sp-block-container-44 .small, #sp-block-container-45 .small, #sp-block-container-53 .small, #sp-block-container-54 .small, #sp-block-container-55 .small, #sp-block-container-56 .small, #sp-block-container-57 .small, #sp-block-container-58 .small, #sp-block-container-584 .small, #sp-block-container-59 .small, #sp-block-container-60 .small, #sp-block-container-61 .small, #sp-block-container-62 .small, #sp-block-container-63 .small, #sp-block-container-64 .small, #sp-block-container-65 .small, #sp-block-container-66 .small, #sp-block-container-67 .small, #sp-block-container-68 .small, #sp-block-container-70 .small, #sp-block-container-72 .small, #sp-block-container-73 .small, #sp-block-container-74 .small, #sp-block-container-75 .small, #sp-block-container-77 .small, #sp-block-container-79 .small, #sp-block-container-80 .small, #sp-block-container-81 .small, #sp-block-container-83 .small, #sp-block-container-85 .small, #sp-block-container-86 .small, #sp-block-container-87 .small, #sp-block-container-90 .small, #spb-block-container-73 .small{
  font-size : 0.9em;
}

#sp-block-container-209 .x-large, #sp-block-container-44 .x-large, #sp-block-container-45 .x-large, #sp-block-container-53 .x-large, #sp-block-container-54 .x-large, #sp-block-container-55 .x-large, #sp-block-container-56 .x-large, #sp-block-container-57 .x-large, #sp-block-container-58 .x-large, #sp-block-container-584 .x-large, #sp-block-container-59 .x-large, #sp-block-container-60 .x-large, #sp-block-container-61 .x-large, #sp-block-container-62 .x-large, #sp-block-container-63 .x-large, #sp-block-container-64 .x-large, #sp-block-container-65 .x-large, #sp-block-container-66 .x-large, #sp-block-container-67 .x-large, #sp-block-container-68 .x-large, #sp-block-container-70 .x-large, #sp-block-container-72 .x-large, #sp-block-container-73 .x-large, #sp-block-container-74 .x-large, #sp-block-container-75 .x-large, #sp-block-container-77 .x-large, #sp-block-container-79 .x-large, #sp-block-container-80 .x-large, #sp-block-container-81 .x-large, #sp-block-container-83 .x-large, #sp-block-container-85 .x-large, #sp-block-container-86 .x-large, #sp-block-container-87 .x-large, #sp-block-container-90 .x-large, #spb-block-container-73 .x-large{
  font-size : 1.5em;
}

#sp-block-container-209 .x-small, #sp-block-container-44 .x-small, #sp-block-container-45 .x-small, #sp-block-container-53 .x-small, #sp-block-container-54 .x-small, #sp-block-container-55 .x-small, #sp-block-container-56 .x-small, #sp-block-container-57 .x-small, #sp-block-container-58 .x-small, #sp-block-container-584 .x-small, #sp-block-container-59 .x-small, #sp-block-container-60 .x-small, #sp-block-container-61 .x-small, #sp-block-container-62 .x-small, #sp-block-container-63 .x-small, #sp-block-container-64 .x-small, #sp-block-container-65 .x-small, #sp-block-container-66 .x-small, #sp-block-container-67 .x-small, #sp-block-container-68 .x-small, #sp-block-container-70 .x-small, #sp-block-container-72 .x-small, #sp-block-container-73 .x-small, #sp-block-container-74 .x-small, #sp-block-container-75 .x-small, #sp-block-container-77 .x-small, #sp-block-container-79 .x-small, #sp-block-container-80 .x-small, #sp-block-container-81 .x-small, #sp-block-container-83 .x-small, #sp-block-container-85 .x-small, #sp-block-container-86 .x-small, #sp-block-container-87 .x-small, #sp-block-container-90 .x-small, #spb-block-container-73 .x-small{
  font-size : 0.8em;
}

#sp-block-container-209 .xx-large, #sp-block-container-44 .xx-large, #sp-block-container-45 .xx-large, #sp-block-container-53 .xx-large, #sp-block-container-54 .xx-large, #sp-block-container-55 .xx-large, #sp-block-container-56 .xx-large, #sp-block-container-57 .xx-large, #sp-block-container-58 .xx-large, #sp-block-container-584 .xx-large, #sp-block-container-59 .xx-large, #sp-block-container-60 .xx-large, #sp-block-container-61 .xx-large, #sp-block-container-62 .xx-large, #sp-block-container-63 .xx-large, #sp-block-container-64 .xx-large, #sp-block-container-65 .xx-large, #sp-block-container-66 .xx-large, #sp-block-container-67 .xx-large, #sp-block-container-68 .xx-large, #sp-block-container-70 .xx-large, #sp-block-container-72 .xx-large, #sp-block-container-73 .xx-large, #sp-block-container-74 .xx-large, #sp-block-container-75 .xx-large, #sp-block-container-77 .xx-large, #sp-block-container-79 .xx-large, #sp-block-container-80 .xx-large, #sp-block-container-81 .xx-large, #sp-block-container-83 .xx-large, #sp-block-container-85 .xx-large, #sp-block-container-86 .xx-large, #sp-block-container-87 .xx-large, #sp-block-container-90 .xx-large, #spb-block-container-73 .xx-large{
  font-size : 2em;
}

#sp-block-container-209 .xx-small, #sp-block-container-44 .xx-small, #sp-block-container-45 .xx-small, #sp-block-container-53 .xx-small, #sp-block-container-54 .xx-small, #sp-block-container-55 .xx-small, #sp-block-container-56 .xx-small, #sp-block-container-57 .xx-small, #sp-block-container-58 .xx-small, #sp-block-container-584 .xx-small, #sp-block-container-59 .xx-small, #sp-block-container-60 .xx-small, #sp-block-container-61 .xx-small, #sp-block-container-62 .xx-small, #sp-block-container-63 .xx-small, #sp-block-container-64 .xx-small, #sp-block-container-65 .xx-small, #sp-block-container-66 .xx-small, #sp-block-container-67 .xx-small, #sp-block-container-68 .xx-small, #sp-block-container-70 .xx-small, #sp-block-container-72 .xx-small, #sp-block-container-73 .xx-small, #sp-block-container-74 .xx-small, #sp-block-container-75 .xx-small, #sp-block-container-77 .xx-small, #sp-block-container-79 .xx-small, #sp-block-container-80 .xx-small, #sp-block-container-81 .xx-small, #sp-block-container-83 .xx-small, #sp-block-container-85 .xx-small, #sp-block-container-86 .xx-small, #sp-block-container-87 .xx-small, #sp-block-container-90 .xx-small, #spb-block-container-73 .xx-small{
  font-size : 0.7em;
}

#sp-block-container-209 em, #sp-block-container-44 em, #sp-block-container-45 em, #sp-block-container-53 em, #sp-block-container-54 em, #sp-block-container-55 em, #sp-block-container-56 em, #sp-block-container-57 em, #sp-block-container-58 em, #sp-block-container-584 em, #sp-block-container-59 em, #sp-block-container-60 em, #sp-block-container-61 em, #sp-block-container-62 em, #sp-block-container-63 em, #sp-block-container-64 em, #sp-block-container-65 em, #sp-block-container-66 em, #sp-block-container-67 em, #sp-block-container-68 em, #sp-block-container-70 em, #sp-block-container-72 em, #sp-block-container-73 em, #sp-block-container-74 em, #sp-block-container-75 em, #sp-block-container-77 em, #sp-block-container-79 em, #sp-block-container-80 em, #sp-block-container-81 em, #sp-block-container-83 em, #sp-block-container-85 em, #sp-block-container-86 em, #sp-block-container-87 em, #sp-block-container-90 em, #spb-block-container-73 em{
  font-style : oblique;
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-block-container-209 h1, #sp-block-container-44 h1, #sp-block-container-45 h1, #sp-block-container-53 h1, #sp-block-container-54 h1, #sp-block-container-55 h1, #sp-block-container-56 h1, #sp-block-container-57 h1, #sp-block-container-58 h1, #sp-block-container-584 h1, #sp-block-container-59 h1, #sp-block-container-60 h1, #sp-block-container-61 h1, #sp-block-container-62 h1, #sp-block-container-63 h1, #sp-block-container-64 h1, #sp-block-container-65 h1, #sp-block-container-66 h1, #sp-block-container-67 h1, #sp-block-container-68 h1, #sp-block-container-70 h1, #sp-block-container-72 h1, #sp-block-container-73 h1, #sp-block-container-74 h1, #sp-block-container-75 h1, #sp-block-container-77 h1, #sp-block-container-79 h1, #sp-block-container-80 h1, #sp-block-container-81 h1, #sp-block-container-83 h1, #sp-block-container-85 h1, #sp-block-container-86 h1, #sp-block-container-87 h1, #sp-block-container-90 h1, #spb-block-container-73 h1{
  color : #777777;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-block-container-209 h2, #sp-block-container-44 h2, #sp-block-container-45 h2, #sp-block-container-53 h2, #sp-block-container-54 h2, #sp-block-container-55 h2, #sp-block-container-56 h2, #sp-block-container-57 h2, #sp-block-container-58 h2, #sp-block-container-584 h2, #sp-block-container-59 h2, #sp-block-container-60 h2, #sp-block-container-61 h2, #sp-block-container-62 h2, #sp-block-container-63 h2, #sp-block-container-64 h2, #sp-block-container-65 h2, #sp-block-container-66 h2, #sp-block-container-67 h2, #sp-block-container-68 h2, #sp-block-container-70 h2, #sp-block-container-72 h2, #sp-block-container-73 h2, #sp-block-container-74 h2, #sp-block-container-75 h2, #sp-block-container-77 h2, #sp-block-container-79 h2, #sp-block-container-80 h2, #sp-block-container-81 h2, #sp-block-container-83 h2, #sp-block-container-85 h2, #sp-block-container-86 h2, #sp-block-container-87 h2, #sp-block-container-90 h2, #spb-block-container-73 h2{
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : #777777;
}

#sp-block-container-209 h3, #sp-block-container-44 h3, #sp-block-container-45 h3, #sp-block-container-53 h3, #sp-block-container-54 h3, #sp-block-container-55 h3, #sp-block-container-56 h3, #sp-block-container-57 h3, #sp-block-container-58 h3, #sp-block-container-584 h3, #sp-block-container-59 h3, #sp-block-container-60 h3, #sp-block-container-61 h3, #sp-block-container-62 h3, #sp-block-container-63 h3, #sp-block-container-64 h3, #sp-block-container-65 h3, #sp-block-container-66 h3, #sp-block-container-67 h3, #sp-block-container-68 h3, #sp-block-container-70 h3, #sp-block-container-72 h3, #sp-block-container-73 h3, #sp-block-container-74 h3, #sp-block-container-75 h3, #sp-block-container-77 h3, #sp-block-container-79 h3, #sp-block-container-80 h3, #sp-block-container-81 h3, #sp-block-container-83 h3, #sp-block-container-85 h3, #sp-block-container-86 h3, #sp-block-container-87 h3, #sp-block-container-90 h3, #spb-block-container-73 h3{
  color : #777777;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 5px;
  border-top-width : 2px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dashed;
  border-top-color : #777777;
  border-bottom-color : #777777;
}

#sp-block-container-209 h4, #sp-block-container-44 h4, #sp-block-container-45 h4, #sp-block-container-53 h4, #sp-block-container-54 h4, #sp-block-container-55 h4, #sp-block-container-56 h4, #sp-block-container-57 h4, #sp-block-container-58 h4, #sp-block-container-584 h4, #sp-block-container-59 h4, #sp-block-container-60 h4, #sp-block-container-61 h4, #sp-block-container-62 h4, #sp-block-container-63 h4, #sp-block-container-64 h4, #sp-block-container-65 h4, #sp-block-container-66 h4, #sp-block-container-67 h4, #sp-block-container-68 h4, #sp-block-container-70 h4, #sp-block-container-72 h4, #sp-block-container-73 h4, #sp-block-container-74 h4, #sp-block-container-75 h4, #sp-block-container-77 h4, #sp-block-container-79 h4, #sp-block-container-80 h4, #sp-block-container-81 h4, #sp-block-container-83 h4, #sp-block-container-85 h4, #sp-block-container-86 h4, #sp-block-container-87 h4, #sp-block-container-90 h4, #spb-block-container-73 h4{
  font-size : 1.3em;
  line-height : 1.2;
  color : #777777;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #777777;
  clear : both;
}

#sp-block-container-209 h5, #sp-block-container-44 h5, #sp-block-container-45 h5, #sp-block-container-53 h5, #sp-block-container-54 h5, #sp-block-container-55 h5, #sp-block-container-56 h5, #sp-block-container-57 h5, #sp-block-container-58 h5, #sp-block-container-584 h5, #sp-block-container-59 h5, #sp-block-container-60 h5, #sp-block-container-61 h5, #sp-block-container-62 h5, #sp-block-container-63 h5, #sp-block-container-64 h5, #sp-block-container-65 h5, #sp-block-container-66 h5, #sp-block-container-67 h5, #sp-block-container-68 h5, #sp-block-container-70 h5, #sp-block-container-72 h5, #sp-block-container-73 h5, #sp-block-container-74 h5, #sp-block-container-75 h5, #sp-block-container-77 h5, #sp-block-container-79 h5, #sp-block-container-80 h5, #sp-block-container-81 h5, #sp-block-container-83 h5, #sp-block-container-85 h5, #sp-block-container-86 h5, #sp-block-container-87 h5, #sp-block-container-90 h5, #spb-block-container-73 h5{
  font-size : 1.08em;
  line-height : 1.2;
  color : #777777;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #777777;
  clear : both;
}

#sp-block-container-209 h6, #sp-block-container-44 h6, #sp-block-container-45 h6, #sp-block-container-53 h6, #sp-block-container-54 h6, #sp-block-container-55 h6, #sp-block-container-56 h6, #sp-block-container-57 h6, #sp-block-container-58 h6, #sp-block-container-584 h6, #sp-block-container-59 h6, #sp-block-container-60 h6, #sp-block-container-61 h6, #sp-block-container-62 h6, #sp-block-container-63 h6, #sp-block-container-64 h6, #sp-block-container-65 h6, #sp-block-container-66 h6, #sp-block-container-67 h6, #sp-block-container-68 h6, #sp-block-container-70 h6, #sp-block-container-72 h6, #sp-block-container-73 h6, #sp-block-container-74 h6, #sp-block-container-75 h6, #sp-block-container-77 h6, #sp-block-container-79 h6, #sp-block-container-80 h6, #sp-block-container-81 h6, #sp-block-container-83 h6, #sp-block-container-85 h6, #sp-block-container-86 h6, #sp-block-container-87 h6, #sp-block-container-90 h6, #spb-block-container-73 h6{
  font-size : 1em;
  color : #777777;
}

#sp-block-container-209 p, #sp-block-container-44 p, #sp-block-container-45 p, #sp-block-container-53 p, #sp-block-container-54 p, #sp-block-container-55 p, #sp-block-container-56 p, #sp-block-container-57 p, #sp-block-container-58 p, #sp-block-container-584 p, #sp-block-container-59 p, #sp-block-container-60 p, #sp-block-container-61 p, #sp-block-container-62 p, #sp-block-container-63 p, #sp-block-container-64 p, #sp-block-container-65 p, #sp-block-container-66 p, #sp-block-container-67 p, #sp-block-container-68 p, #sp-block-container-70 p, #sp-block-container-72 p, #sp-block-container-73 p, #sp-block-container-74 p, #sp-block-container-75 p, #sp-block-container-77 p, #sp-block-container-79 p, #sp-block-container-80 p, #sp-block-container-81 p, #sp-block-container-83 p, #sp-block-container-85 p, #sp-block-container-86 p, #sp-block-container-87 p, #sp-block-container-90 p, #spb-block-container-73 p{
  line-height : 1.4;
  color : #777777;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 0.5em;
}

#sp-block-container-209 p.indent, #sp-block-container-44 p.indent, #sp-block-container-45 p.indent, #sp-block-container-53 p.indent, #sp-block-container-54 p.indent, #sp-block-container-55 p.indent, #sp-block-container-56 p.indent, #sp-block-container-57 p.indent, #sp-block-container-58 p.indent, #sp-block-container-584 p.indent, #sp-block-container-59 p.indent, #sp-block-container-60 p.indent, #sp-block-container-61 p.indent, #sp-block-container-62 p.indent, #sp-block-container-63 p.indent, #sp-block-container-64 p.indent, #sp-block-container-65 p.indent, #sp-block-container-66 p.indent, #sp-block-container-67 p.indent, #sp-block-container-68 p.indent, #sp-block-container-70 p.indent, #sp-block-container-72 p.indent, #sp-block-container-73 p.indent, #sp-block-container-74 p.indent, #sp-block-container-75 p.indent, #sp-block-container-77 p.indent, #sp-block-container-79 p.indent, #sp-block-container-80 p.indent, #sp-block-container-81 p.indent, #sp-block-container-83 p.indent, #sp-block-container-85 p.indent, #sp-block-container-86 p.indent, #sp-block-container-87 p.indent, #sp-block-container-90 p.indent, #spb-block-container-73 p.indent{
  padding-left : 15px;
}

#sp-block-container-209 strong, #sp-block-container-44 strong, #sp-block-container-45 strong, #sp-block-container-53 strong, #sp-block-container-54 strong, #sp-block-container-55 strong, #sp-block-container-56 strong, #sp-block-container-57 strong, #sp-block-container-58 strong, #sp-block-container-584 strong, #sp-block-container-59 strong, #sp-block-container-60 strong, #sp-block-container-61 strong, #sp-block-container-62 strong, #sp-block-container-63 strong, #sp-block-container-64 strong, #sp-block-container-65 strong, #sp-block-container-66 strong, #sp-block-container-67 strong, #sp-block-container-68 strong, #sp-block-container-70 strong, #sp-block-container-72 strong, #sp-block-container-73 strong, #sp-block-container-74 strong, #sp-block-container-75 strong, #sp-block-container-77 strong, #sp-block-container-79 strong, #sp-block-container-80 strong, #sp-block-container-81 strong, #sp-block-container-83 strong, #sp-block-container-85 strong, #sp-block-container-86 strong, #sp-block-container-87 strong, #sp-block-container-90 strong, #spb-block-container-73 strong{
  font-weight : bold;
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

