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

#content{
  min-height : 50px;
}

.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{
  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;
  }

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

  *{
    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{
    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-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    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-block-container-22 > .large, #sp-block-container-28 > .large, #sp-block-container-38 > .large, #sp-block-container-46 > .large, #sp-block-container-5 > .large, #sp-block-container-54 > .large{
  font-size : 1.5em;
}

#sp-block-container-22 > .medium, #sp-block-container-28 > .medium, #sp-block-container-38 > .medium, #sp-block-container-46 > .medium, #sp-block-container-5 > .medium, #sp-block-container-54 > .medium{
  font-size : 1em;
}

#sp-block-container-22 > .x-large, #sp-block-container-28 > .x-large, #sp-block-container-38 > .x-large, #sp-block-container-46 > .x-large, #sp-block-container-5 > .x-large, #sp-block-container-54 > .x-large{
  font-size : 2em;
}

#sp-block-container-22 > .x-small, #sp-block-container-28 > .x-small, #sp-block-container-38 > .x-small, #sp-block-container-46 > .x-small, #sp-block-container-5 > .x-small, #sp-block-container-54 > .x-small{
  font-size : 0.8em;
}

#sp-block-container-22 > .xx-large, #sp-block-container-28 > .xx-large, #sp-block-container-38 > .xx-large, #sp-block-container-46 > .xx-large, #sp-block-container-5 > .xx-large, #sp-block-container-54 > .xx-large{
  font-size : 3em;
}

#sp-block-container-22 > .xx-small, #sp-block-container-28 > .xx-small, #sp-block-container-38 > .xx-small, #sp-block-container-46 > .xx-small, #sp-block-container-5 > .xx-small, #sp-block-container-54 > .xx-small{
  font-size : 0.7em;
}

#sp-block-container-22 > a:link, #sp-block-container-28 > a:link, #sp-block-container-38 > a:link, #sp-block-container-46 > a:link, #sp-block-container-5 > a:link, #sp-block-container-54 > a:link{
  color : #ffffff;
  background-color : #7ac6f9;
  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-block-container-22 > em, #sp-block-container-28 > em, #sp-block-container-38 > em, #sp-block-container-46 > em, #sp-block-container-5 > em, #sp-block-container-54 > em{
  font-style : oblique;
  color : #7ac6f9;
}

#sp-block-container-22 > h1, #sp-block-container-28 > h1, #sp-block-container-38 > h1, #sp-block-container-46 > h1, #sp-block-container-5 > h1, #sp-block-container-54 > h1{
  color : #676767;
  background-color : #d4edf8;
  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;
}

#sp-block-container-22 > h2, #sp-block-container-28 > h2, #sp-block-container-38 > h2, #sp-block-container-46 > h2, #sp-block-container-5 > h2, #sp-block-container-54 > h2{
  color : #676767;
  background-color : #d4edf8;
  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 : #7ac6f9;
}

#sp-block-container-22 > h3, #sp-block-container-28 > h3, #sp-block-container-38 > h3, #sp-block-container-46 > h3, #sp-block-container-5 > h3, #sp-block-container-54 > h3{
  font-size : 1.3em;
  line-height : 1.8;
  color : #676767;
  background-color : #d4edf8;
  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 : #7ac6f9;
  border-bottom-color : #7ac6f9;
  clear : both;
}

#sp-block-container-22 > h4, #sp-block-container-28 > h4, #sp-block-container-38 > h4, #sp-block-container-46 > h4, #sp-block-container-5 > h4, #sp-block-container-54 > h4{
  font-size : 1.2em;
  color : #ffffff;
  background-color : #7ac6f9;
  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;
}

#sp-block-container-22 > h5, #sp-block-container-28 > h5, #sp-block-container-38 > h5, #sp-block-container-46 > h5, #sp-block-container-5 > h5, #sp-block-container-54 > h5{
  font-size : 1em;
  color : #7ac6f9;
  padding-top : 15px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 15px;
  clear : both;
}

#sp-block-container-22 > h6, #sp-block-container-28 > h6, #sp-block-container-38 > h6, #sp-block-container-46 > h6, #sp-block-container-5 > h6, #sp-block-container-54 > h6{
  font-size : 1em;
  font-weight : normal;
  color : #676767;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #7ac6f9;
}

#sp-block-container-22 > p, #sp-block-container-28 > p, #sp-block-container-38 > p, #sp-block-container-46 > p, #sp-block-container-5 > p, #sp-block-container-54 > p{
  line-height : 1.4;
  color : #676767;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 0.5em;
}

#sp-block-container-22 > p.indent, #sp-block-container-28 > p.indent, #sp-block-container-38 > p.indent, #sp-block-container-46 > p.indent, #sp-block-container-5 > p.indent, #sp-block-container-54 > p.indent{
  padding-left : 20px;
}

#sp-block-container-22 > p.small, #sp-block-container-28 > p.small, #sp-block-container-38 > p.small, #sp-block-container-46 > p.small, #sp-block-container-5 > p.small, #sp-block-container-54 > p.small{
  font-size : 0.9em;
}

#sp-block-container-22 > strong, #sp-block-container-28 > strong, #sp-block-container-38 > strong, #sp-block-container-46 > strong, #sp-block-container-5 > strong, #sp-block-container-54 > strong{
  font-weight : bold;
  color : #7ac6f9;
}

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

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

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

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

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

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

#sp-block-container-1 > a:link{
  color : #ed4545;
  text-decoration : underline;
}

#sp-block-container-1 > em{
  font-style : oblique;
  color : #ed4545;
}

#sp-block-container-1 > h1{
  color : #ffffff;
  background-color : #ffa1a1;
  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 : #ffa1a1;
  border-left-color : #ffa1a1;
  border-right-color : #ffa1a1;
  border-bottom-color : #ffa1a1;
  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-1 > h2{
  color : #ffffff;
  background-color : #ffa1a1;
  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-1 > h3{
  font-size : 1.3em;
  color : #ffffff;
  background-color : #ed4545;
  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-1 > 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 : #ed4545;
  clear : both;
}

#sp-block-container-1 > h5{
  font-size : 1em;
  color : #ffffff;
  background-color : #ffa1a1;
  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-1 > 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 : #ed4545;
}

#sp-block-container-1 > 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-1 > p.indent{
  padding-left : 20px;
}

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

#sp-block-container-1 > strong{
  font-weight : bold;
  color : #ed4545;
}

#sp-button-1, #sp-button-2{
  margin-bottom : 2px;
  width : 120px;
}

#sp-button-1 > a, #sp-button-2 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #e8235b;
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-1 > a:active, #sp-button-2 > a:active{
  background-color : #ff4076;
  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;
  top : 1px;
}

#sp-button-1 > a:hover, #sp-button-2 > a:hover{
  background-color : #ff4076;
  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-block-container-12 > .large{
  font-size : 1.5em;
}

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

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

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

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

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

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

#sp-block-container-12 > 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-12 > h2{
  color : #515151;
  border-bottom-width : 2px;
  border-bottom-style : dashed;
  border-bottom-color : #2c7af5;
}

#sp-block-container-12 > 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-12 > 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-12 > h5{
  font-size : 1em;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #2c7af5;
  clear : both;
}

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

#sp-block-container-12 > 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-12 > p.indent{
  padding-left : 15px;
}

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

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

#sp-block-container-13 > .large, #sp-block-container-14 > .large, #sp-block-container-17 > .large, #sp-block-container-18 > .large, #sp-block-container-19 > .large, #sp-block-container-20 > .large, #sp-block-container-21 > .large, #sp-block-container-24 > .large, #sp-block-container-25 > .large, #sp-block-container-26 > .large, #sp-block-container-27 > .large, #sp-block-container-31 > .large, #sp-block-container-32 > .large, #sp-block-container-33 > .large, #sp-block-container-34 > .large, #sp-block-container-35 > .large, #sp-block-container-36 > .large, #sp-block-container-37 > .large, #sp-block-container-40 > .large, #sp-block-container-41 > .large, #sp-block-container-42 > .large, #sp-block-container-43 > .large, #sp-block-container-44 > .large, #sp-block-container-45 > .large, #sp-block-container-47 > .large, #sp-block-container-48 > .large, #sp-block-container-49 > .large, #sp-block-container-50 > .large, #sp-block-container-51 > .large, #sp-block-container-52 > .large, #sp-block-container-53 > .large{
  font-size : 1.2em;
}

#sp-block-container-13 > .medium, #sp-block-container-14 > .medium, #sp-block-container-17 > .medium, #sp-block-container-18 > .medium, #sp-block-container-19 > .medium, #sp-block-container-20 > .medium, #sp-block-container-21 > .medium, #sp-block-container-24 > .medium, #sp-block-container-25 > .medium, #sp-block-container-26 > .medium, #sp-block-container-27 > .medium, #sp-block-container-31 > .medium, #sp-block-container-32 > .medium, #sp-block-container-33 > .medium, #sp-block-container-34 > .medium, #sp-block-container-35 > .medium, #sp-block-container-36 > .medium, #sp-block-container-37 > .medium, #sp-block-container-40 > .medium, #sp-block-container-41 > .medium, #sp-block-container-42 > .medium, #sp-block-container-43 > .medium, #sp-block-container-44 > .medium, #sp-block-container-45 > .medium, #sp-block-container-47 > .medium, #sp-block-container-48 > .medium, #sp-block-container-49 > .medium, #sp-block-container-50 > .medium, #sp-block-container-51 > .medium, #sp-block-container-52 > .medium, #sp-block-container-53 > .medium{
  font-size : 1em;
}

#sp-block-container-13 > .small, #sp-block-container-14 > .small, #sp-block-container-17 > .small, #sp-block-container-18 > .small, #sp-block-container-19 > .small, #sp-block-container-20 > .small, #sp-block-container-21 > .small, #sp-block-container-24 > .small, #sp-block-container-25 > .small, #sp-block-container-26 > .small, #sp-block-container-27 > .small, #sp-block-container-31 > .small, #sp-block-container-32 > .small, #sp-block-container-33 > .small, #sp-block-container-34 > .small, #sp-block-container-35 > .small, #sp-block-container-36 > .small, #sp-block-container-37 > .small, #sp-block-container-40 > .small, #sp-block-container-41 > .small, #sp-block-container-42 > .small, #sp-block-container-43 > .small, #sp-block-container-44 > .small, #sp-block-container-45 > .small, #sp-block-container-47 > .small, #sp-block-container-48 > .small, #sp-block-container-49 > .small, #sp-block-container-50 > .small, #sp-block-container-51 > .small, #sp-block-container-52 > .small, #sp-block-container-53 > .small{
  font-size : 0.9em;
}

#sp-block-container-13 > .x-large, #sp-block-container-14 > .x-large, #sp-block-container-17 > .x-large, #sp-block-container-18 > .x-large, #sp-block-container-19 > .x-large, #sp-block-container-20 > .x-large, #sp-block-container-21 > .x-large, #sp-block-container-24 > .x-large, #sp-block-container-25 > .x-large, #sp-block-container-26 > .x-large, #sp-block-container-27 > .x-large, #sp-block-container-31 > .x-large, #sp-block-container-32 > .x-large, #sp-block-container-33 > .x-large, #sp-block-container-34 > .x-large, #sp-block-container-35 > .x-large, #sp-block-container-36 > .x-large, #sp-block-container-37 > .x-large, #sp-block-container-40 > .x-large, #sp-block-container-41 > .x-large, #sp-block-container-42 > .x-large, #sp-block-container-43 > .x-large, #sp-block-container-44 > .x-large, #sp-block-container-45 > .x-large, #sp-block-container-47 > .x-large, #sp-block-container-48 > .x-large, #sp-block-container-49 > .x-large, #sp-block-container-50 > .x-large, #sp-block-container-51 > .x-large, #sp-block-container-52 > .x-large, #sp-block-container-53 > .x-large{
  font-size : 1.8em;
}

#sp-block-container-13 > .x-small, #sp-block-container-14 > .x-small, #sp-block-container-17 > .x-small, #sp-block-container-18 > .x-small, #sp-block-container-19 > .x-small, #sp-block-container-20 > .x-small, #sp-block-container-21 > .x-small, #sp-block-container-24 > .x-small, #sp-block-container-25 > .x-small, #sp-block-container-26 > .x-small, #sp-block-container-27 > .x-small, #sp-block-container-31 > .x-small, #sp-block-container-32 > .x-small, #sp-block-container-33 > .x-small, #sp-block-container-34 > .x-small, #sp-block-container-35 > .x-small, #sp-block-container-36 > .x-small, #sp-block-container-37 > .x-small, #sp-block-container-40 > .x-small, #sp-block-container-41 > .x-small, #sp-block-container-42 > .x-small, #sp-block-container-43 > .x-small, #sp-block-container-44 > .x-small, #sp-block-container-45 > .x-small, #sp-block-container-47 > .x-small, #sp-block-container-48 > .x-small, #sp-block-container-49 > .x-small, #sp-block-container-50 > .x-small, #sp-block-container-51 > .x-small, #sp-block-container-52 > .x-small, #sp-block-container-53 > .x-small{
  font-size : 0.8em;
}

#sp-block-container-13 > .xx-large, #sp-block-container-14 > .xx-large, #sp-block-container-17 > .xx-large, #sp-block-container-18 > .xx-large, #sp-block-container-19 > .xx-large, #sp-block-container-20 > .xx-large, #sp-block-container-21 > .xx-large, #sp-block-container-24 > .xx-large, #sp-block-container-25 > .xx-large, #sp-block-container-26 > .xx-large, #sp-block-container-27 > .xx-large, #sp-block-container-31 > .xx-large, #sp-block-container-32 > .xx-large, #sp-block-container-33 > .xx-large, #sp-block-container-34 > .xx-large, #sp-block-container-35 > .xx-large, #sp-block-container-36 > .xx-large, #sp-block-container-37 > .xx-large, #sp-block-container-40 > .xx-large, #sp-block-container-41 > .xx-large, #sp-block-container-42 > .xx-large, #sp-block-container-43 > .xx-large, #sp-block-container-44 > .xx-large, #sp-block-container-45 > .xx-large, #sp-block-container-47 > .xx-large, #sp-block-container-48 > .xx-large, #sp-block-container-49 > .xx-large, #sp-block-container-50 > .xx-large, #sp-block-container-51 > .xx-large, #sp-block-container-52 > .xx-large, #sp-block-container-53 > .xx-large{
  font-size : 2em;
}

#sp-block-container-13 > .xx-small, #sp-block-container-14 > .xx-small, #sp-block-container-17 > .xx-small, #sp-block-container-18 > .xx-small, #sp-block-container-19 > .xx-small, #sp-block-container-20 > .xx-small, #sp-block-container-21 > .xx-small, #sp-block-container-24 > .xx-small, #sp-block-container-25 > .xx-small, #sp-block-container-26 > .xx-small, #sp-block-container-27 > .xx-small, #sp-block-container-31 > .xx-small, #sp-block-container-32 > .xx-small, #sp-block-container-33 > .xx-small, #sp-block-container-34 > .xx-small, #sp-block-container-35 > .xx-small, #sp-block-container-36 > .xx-small, #sp-block-container-37 > .xx-small, #sp-block-container-40 > .xx-small, #sp-block-container-41 > .xx-small, #sp-block-container-42 > .xx-small, #sp-block-container-43 > .xx-small, #sp-block-container-44 > .xx-small, #sp-block-container-45 > .xx-small, #sp-block-container-47 > .xx-small, #sp-block-container-48 > .xx-small, #sp-block-container-49 > .xx-small, #sp-block-container-50 > .xx-small, #sp-block-container-51 > .xx-small, #sp-block-container-52 > .xx-small, #sp-block-container-53 > .xx-small{
  font-size : 0.7em;
}

#sp-block-container-13 > em, #sp-block-container-14 > em, #sp-block-container-17 > em, #sp-block-container-18 > em, #sp-block-container-19 > em, #sp-block-container-20 > em, #sp-block-container-21 > em, #sp-block-container-24 > em, #sp-block-container-25 > em, #sp-block-container-26 > em, #sp-block-container-27 > em, #sp-block-container-31 > em, #sp-block-container-32 > em, #sp-block-container-33 > em, #sp-block-container-34 > em, #sp-block-container-35 > em, #sp-block-container-36 > em, #sp-block-container-37 > em, #sp-block-container-40 > em, #sp-block-container-41 > em, #sp-block-container-42 > em, #sp-block-container-43 > em, #sp-block-container-44 > em, #sp-block-container-45 > em, #sp-block-container-47 > em, #sp-block-container-48 > em, #sp-block-container-49 > em, #sp-block-container-50 > em, #sp-block-container-51 > em, #sp-block-container-52 > em, #sp-block-container-53 > em{
  font-style : oblique;
  color : #00a47f;
}

#sp-block-container-13 > h1, #sp-block-container-14 > h1, #sp-block-container-17 > h1, #sp-block-container-18 > h1, #sp-block-container-19 > h1, #sp-block-container-20 > h1, #sp-block-container-21 > h1, #sp-block-container-24 > h1, #sp-block-container-25 > h1, #sp-block-container-26 > h1, #sp-block-container-27 > h1, #sp-block-container-31 > h1, #sp-block-container-32 > h1, #sp-block-container-33 > h1, #sp-block-container-34 > h1, #sp-block-container-35 > h1, #sp-block-container-36 > h1, #sp-block-container-37 > h1, #sp-block-container-40 > h1, #sp-block-container-41 > h1, #sp-block-container-42 > h1, #sp-block-container-43 > h1, #sp-block-container-44 > h1, #sp-block-container-45 > h1, #sp-block-container-47 > h1, #sp-block-container-48 > h1, #sp-block-container-49 > h1, #sp-block-container-50 > h1, #sp-block-container-51 > h1, #sp-block-container-52 > h1, #sp-block-container-53 > h1{
  color : #ffffff;
  background-color : #00a453;
  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 : 13px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 11px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-block-container-13 > h2, #sp-block-container-14 > h2, #sp-block-container-17 > h2, #sp-block-container-18 > h2, #sp-block-container-19 > h2, #sp-block-container-20 > h2, #sp-block-container-21 > h2, #sp-block-container-24 > h2, #sp-block-container-25 > h2, #sp-block-container-26 > h2, #sp-block-container-27 > h2, #sp-block-container-31 > h2, #sp-block-container-32 > h2, #sp-block-container-33 > h2, #sp-block-container-34 > h2, #sp-block-container-35 > h2, #sp-block-container-36 > h2, #sp-block-container-37 > h2, #sp-block-container-40 > h2, #sp-block-container-41 > h2, #sp-block-container-42 > h2, #sp-block-container-43 > h2, #sp-block-container-44 > h2, #sp-block-container-45 > h2, #sp-block-container-47 > h2, #sp-block-container-48 > h2, #sp-block-container-49 > h2, #sp-block-container-50 > h2, #sp-block-container-51 > h2, #sp-block-container-52 > h2, #sp-block-container-53 > h2{
  color : #ffffff;
  background-color : #00a47f;
  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 : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-block-container-13 > h3, #sp-block-container-14 > h3, #sp-block-container-17 > h3, #sp-block-container-18 > h3, #sp-block-container-19 > h3, #sp-block-container-20 > h3, #sp-block-container-21 > h3, #sp-block-container-24 > h3, #sp-block-container-25 > h3, #sp-block-container-26 > h3, #sp-block-container-27 > h3, #sp-block-container-31 > h3, #sp-block-container-32 > h3, #sp-block-container-33 > h3, #sp-block-container-34 > h3, #sp-block-container-35 > h3, #sp-block-container-36 > h3, #sp-block-container-37 > h3, #sp-block-container-40 > h3, #sp-block-container-41 > h3, #sp-block-container-42 > h3, #sp-block-container-43 > h3, #sp-block-container-44 > h3, #sp-block-container-45 > h3, #sp-block-container-47 > h3, #sp-block-container-48 > h3, #sp-block-container-49 > h3, #sp-block-container-50 > h3, #sp-block-container-51 > h3, #sp-block-container-52 > h3, #sp-block-container-53 > h3{
  font-size : 1.3em;
  color : #ffffff;
  background-color : #10bf97;
  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 : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

#sp-block-container-13 > h4, #sp-block-container-14 > h4, #sp-block-container-17 > h4, #sp-block-container-18 > h4, #sp-block-container-19 > h4, #sp-block-container-20 > h4, #sp-block-container-21 > h4, #sp-block-container-24 > h4, #sp-block-container-25 > h4, #sp-block-container-26 > h4, #sp-block-container-27 > h4, #sp-block-container-31 > h4, #sp-block-container-32 > h4, #sp-block-container-33 > h4, #sp-block-container-34 > h4, #sp-block-container-35 > h4, #sp-block-container-36 > h4, #sp-block-container-37 > h4, #sp-block-container-40 > h4, #sp-block-container-41 > h4, #sp-block-container-42 > h4, #sp-block-container-43 > h4, #sp-block-container-44 > h4, #sp-block-container-45 > h4, #sp-block-container-47 > h4, #sp-block-container-48 > h4, #sp-block-container-49 > h4, #sp-block-container-50 > h4, #sp-block-container-51 > h4, #sp-block-container-52 > h4, #sp-block-container-53 > h4{
  font-size : 1.2em;
  color : #ffffff;
  background-color : #46ccb2;
  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 : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

#sp-block-container-13 > h5, #sp-block-container-14 > h5, #sp-block-container-17 > h5, #sp-block-container-18 > h5, #sp-block-container-19 > h5, #sp-block-container-20 > h5, #sp-block-container-21 > h5, #sp-block-container-24 > h5, #sp-block-container-25 > h5, #sp-block-container-26 > h5, #sp-block-container-27 > h5, #sp-block-container-31 > h5, #sp-block-container-32 > h5, #sp-block-container-33 > h5, #sp-block-container-34 > h5, #sp-block-container-35 > h5, #sp-block-container-36 > h5, #sp-block-container-37 > h5, #sp-block-container-40 > h5, #sp-block-container-41 > h5, #sp-block-container-42 > h5, #sp-block-container-43 > h5, #sp-block-container-44 > h5, #sp-block-container-45 > h5, #sp-block-container-47 > h5, #sp-block-container-48 > h5, #sp-block-container-49 > h5, #sp-block-container-50 > h5, #sp-block-container-51 > h5, #sp-block-container-52 > h5, #sp-block-container-53 > h5{
  font-size : 1em;
  color : #ffffff;
  background-color : #6ad4bf;
  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 : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

#sp-block-container-13 > h6, #sp-block-container-14 > h6, #sp-block-container-17 > h6, #sp-block-container-18 > h6, #sp-block-container-19 > h6, #sp-block-container-20 > h6, #sp-block-container-21 > h6, #sp-block-container-24 > h6, #sp-block-container-25 > h6, #sp-block-container-26 > h6, #sp-block-container-27 > h6, #sp-block-container-31 > h6, #sp-block-container-32 > h6, #sp-block-container-33 > h6, #sp-block-container-34 > h6, #sp-block-container-35 > h6, #sp-block-container-36 > h6, #sp-block-container-37 > h6, #sp-block-container-40 > h6, #sp-block-container-41 > h6, #sp-block-container-42 > h6, #sp-block-container-43 > h6, #sp-block-container-44 > h6, #sp-block-container-45 > h6, #sp-block-container-47 > h6, #sp-block-container-48 > h6, #sp-block-container-49 > h6, #sp-block-container-50 > h6, #sp-block-container-51 > h6, #sp-block-container-52 > h6, #sp-block-container-53 > h6{
  font-size : 1em;
  color : #ffffff;
  background-color : #6ad4bf;
  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 : 3px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 3px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-block-container-13 > p, #sp-block-container-14 > p, #sp-block-container-17 > p, #sp-block-container-18 > p, #sp-block-container-19 > p, #sp-block-container-20 > p, #sp-block-container-21 > p, #sp-block-container-24 > p, #sp-block-container-25 > p, #sp-block-container-26 > p, #sp-block-container-27 > p, #sp-block-container-31 > p, #sp-block-container-32 > p, #sp-block-container-33 > p, #sp-block-container-34 > p, #sp-block-container-35 > p, #sp-block-container-36 > p, #sp-block-container-37 > p, #sp-block-container-40 > p, #sp-block-container-41 > p, #sp-block-container-42 > p, #sp-block-container-43 > p, #sp-block-container-44 > p, #sp-block-container-45 > p, #sp-block-container-47 > p, #sp-block-container-48 > p, #sp-block-container-49 > p, #sp-block-container-50 > p, #sp-block-container-51 > p, #sp-block-container-52 > p, #sp-block-container-53 > p{
  line-height : 1.6;
  color : #515151;
  text-align : left;
  margin-top : 1em;
  margin-left : 3em;
  margin-right : 3em;
  margin-bottom : 1em;
}

#sp-block-container-13 > p.indent, #sp-block-container-14 > p.indent, #sp-block-container-17 > p.indent, #sp-block-container-18 > p.indent, #sp-block-container-19 > p.indent, #sp-block-container-20 > p.indent, #sp-block-container-21 > p.indent, #sp-block-container-24 > p.indent, #sp-block-container-25 > p.indent, #sp-block-container-26 > p.indent, #sp-block-container-27 > p.indent, #sp-block-container-31 > p.indent, #sp-block-container-32 > p.indent, #sp-block-container-33 > p.indent, #sp-block-container-34 > p.indent, #sp-block-container-35 > p.indent, #sp-block-container-36 > p.indent, #sp-block-container-37 > p.indent, #sp-block-container-40 > p.indent, #sp-block-container-41 > p.indent, #sp-block-container-42 > p.indent, #sp-block-container-43 > p.indent, #sp-block-container-44 > p.indent, #sp-block-container-45 > p.indent, #sp-block-container-47 > p.indent, #sp-block-container-48 > p.indent, #sp-block-container-49 > p.indent, #sp-block-container-50 > p.indent, #sp-block-container-51 > p.indent, #sp-block-container-52 > p.indent, #sp-block-container-53 > p.indent{
  padding-left : 15px;
}

#sp-block-container-13 > strong, #sp-block-container-14 > strong, #sp-block-container-17 > strong, #sp-block-container-18 > strong, #sp-block-container-19 > strong, #sp-block-container-20 > strong, #sp-block-container-21 > strong, #sp-block-container-24 > strong, #sp-block-container-25 > strong, #sp-block-container-26 > strong, #sp-block-container-27 > strong, #sp-block-container-31 > strong, #sp-block-container-32 > strong, #sp-block-container-33 > strong, #sp-block-container-34 > strong, #sp-block-container-35 > strong, #sp-block-container-36 > strong, #sp-block-container-37 > strong, #sp-block-container-40 > strong, #sp-block-container-41 > strong, #sp-block-container-42 > strong, #sp-block-container-43 > strong, #sp-block-container-44 > strong, #sp-block-container-45 > strong, #sp-block-container-47 > strong, #sp-block-container-48 > strong, #sp-block-container-49 > strong, #sp-block-container-50 > strong, #sp-block-container-51 > strong, #sp-block-container-52 > strong, #sp-block-container-53 > strong{
  font-weight : bold;
  color : #515151;
  background-color : #6ad4bf;
  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-page-title-10, #sp-page-title-11, #sp-page-title-21, #sp-page-title-22, #sp-page-title-9{
  background-image : url(img/back-01.png);
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 15px;
  padding-bottom : 0px;
  margin-bottom : 20px;
}

#sp-page-title-10::before, #sp-page-title-11::before, #sp-page-title-21::before, #sp-page-title-22::before, #sp-page-title-9::before{
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #3c3f53;
  height : 60%;
  display : block;
  position : absolute;
  top : 20%;
  left : 0px;
  content : "";
}

#sp-page-title-10 > h1, #sp-page-title-11 > h1, #sp-page-title-21 > h1, #sp-page-title-22 > h1, #sp-page-title-9 > h1{
  font-size : 1.7rem;
  font-weight : bold;
  color : #3c3f53;
}

#sp-list-2, #sp-list-3, #sp-list-4{
  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;
}

#sp-list-2 > li, #sp-list-3 > li, #sp-list-4 > li{
  background-color : transparent;
  background-image : url(img/icon-01.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : 21px 0.9em;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 5px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 5px;
}

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

.page-access1#content #page-content, .page-company#content #page-content, .page-contact1#content #page-content, .page-custom#content #page-content, .page-custom1#content #page-content, .page-custom10#content #page-content, .page-custom11#content #page-content, .page-custom12#content #page-content, .page-custom22#content #page-content, .page-custom23#content #page-content, .page-custom3#content #page-content, .page-custom33#content #page-content, .page-custom34#content #page-content, .page-custom4#content #page-content, .page-custom5#content #page-content, .page-custom6#content #page-content, .page-custom7#content #page-content, .page-custom8#content #page-content, .page-custom9#content #page-content, .page-law#content #page-content, .page-privacy#content #page-content, .page-service#content #page-content, .page-service1#content #page-content, .page-service2#content #page-content, .page-service3#content #page-content, .page-service4#content #page-content, .page-toppage#content #page-content, #sp-block-container-10, #sp-block-container-11, #sp-block-container-15, #sp-block-container-16, #sp-block-container-2, #sp-block-container-23, #sp-block-container-29, #sp-block-container-3, #sp-block-container-30, #sp-block-container-39, #sp-block-container-4, #sp-block-container-6, #sp-block-container-7, #sp-block-container-8, #sp-block-container-9{
  color : #000000;
  margin-bottom : 20px;
}

.page-access1#content #page-content > h1, .page-company#content #page-content > h1, .page-contact1#content #page-content > h1, .page-custom#content #page-content > h1, .page-custom1#content #page-content > h1, .page-custom10#content #page-content > h1, .page-custom11#content #page-content > h1, .page-custom12#content #page-content > h1, .page-custom22#content #page-content > h1, .page-custom23#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom33#content #page-content > h1, .page-custom34#content #page-content > h1, .page-custom4#content #page-content > h1, .page-custom5#content #page-content > h1, .page-custom6#content #page-content > h1, .page-custom7#content #page-content > h1, .page-custom8#content #page-content > h1, .page-custom9#content #page-content > h1, .page-law#content #page-content > h1, .page-privacy#content #page-content > h1, .page-service#content #page-content > h1, .page-service1#content #page-content > h1, .page-service2#content #page-content > h1, .page-service3#content #page-content > h1, .page-service4#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-10 > h1, #sp-block-container-11 > h1, #sp-block-container-15 > h1, #sp-block-container-16 > h1, #sp-block-container-2 > h1, #sp-block-container-23 > h1, #sp-block-container-29 > h1, #sp-block-container-3 > h1, #sp-block-container-30 > h1, #sp-block-container-39 > h1, #sp-block-container-4 > h1, #sp-block-container-6 > h1, #sp-block-container-7 > h1, #sp-block-container-8 > h1, #sp-block-container-9 > h1{
  font-size : 2rem;
  font-weight : normal;
  color : #0d0e12;
  background-color : #f1f1f1;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-bottom : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #3c3f53;
}

.page-access1#content #page-content > h2, .page-company#content #page-content > h2, .page-contact1#content #page-content > h2, .page-custom#content #page-content > h2, .page-custom1#content #page-content > h2, .page-custom10#content #page-content > h2, .page-custom11#content #page-content > h2, .page-custom12#content #page-content > h2, .page-custom22#content #page-content > h2, .page-custom23#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom33#content #page-content > h2, .page-custom34#content #page-content > h2, .page-custom4#content #page-content > h2, .page-custom5#content #page-content > h2, .page-custom6#content #page-content > h2, .page-custom7#content #page-content > h2, .page-custom8#content #page-content > h2, .page-custom9#content #page-content > h2, .page-law#content #page-content > h2, .page-privacy#content #page-content > h2, .page-service#content #page-content > h2, .page-service1#content #page-content > h2, .page-service2#content #page-content > h2, .page-service3#content #page-content > h2, .page-service4#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-10 > h2, #sp-block-container-11 > h2, #sp-block-container-15 > h2, #sp-block-container-16 > h2, #sp-block-container-2 > h2, #sp-block-container-23 > h2, #sp-block-container-29 > h2, #sp-block-container-3 > h2, #sp-block-container-30 > h2, #sp-block-container-39 > h2, #sp-block-container-4 > h2, #sp-block-container-6 > h2, #sp-block-container-7 > h2, #sp-block-container-8 > h2, #sp-block-container-9 > h2{
  font-size : 1.8rem;
  font-weight : normal;
  color : #0d0e12;
  background-color : #f1f1f1;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-bottom : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #3c3f53;
}

.page-access1#content #page-content > h3, .page-company#content #page-content > h3, .page-contact1#content #page-content > h3, .page-custom#content #page-content > h3, .page-custom1#content #page-content > h3, .page-custom10#content #page-content > h3, .page-custom11#content #page-content > h3, .page-custom12#content #page-content > h3, .page-custom22#content #page-content > h3, .page-custom23#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom33#content #page-content > h3, .page-custom34#content #page-content > h3, .page-custom4#content #page-content > h3, .page-custom5#content #page-content > h3, .page-custom6#content #page-content > h3, .page-custom7#content #page-content > h3, .page-custom8#content #page-content > h3, .page-custom9#content #page-content > h3, .page-law#content #page-content > h3, .page-privacy#content #page-content > h3, .page-service#content #page-content > h3, .page-service1#content #page-content > h3, .page-service2#content #page-content > h3, .page-service3#content #page-content > h3, .page-service4#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-10 > h3, #sp-block-container-11 > h3, #sp-block-container-15 > h3, #sp-block-container-16 > h3, #sp-block-container-2 > h3, #sp-block-container-23 > h3, #sp-block-container-29 > h3, #sp-block-container-3 > h3, #sp-block-container-30 > h3, #sp-block-container-39 > h3, #sp-block-container-4 > h3, #sp-block-container-6 > h3, #sp-block-container-7 > h3, #sp-block-container-8 > h3, #sp-block-container-9 > h3{
  font-size : 1.6rem;
  font-weight : normal;
  color : #0d0e12;
  background-color : #f1f1f1;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #3c3f53;
}

.page-access1#content #page-content > h4, .page-company#content #page-content > h4, .page-contact1#content #page-content > h4, .page-custom#content #page-content > h4, .page-custom1#content #page-content > h4, .page-custom10#content #page-content > h4, .page-custom11#content #page-content > h4, .page-custom12#content #page-content > h4, .page-custom22#content #page-content > h4, .page-custom23#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom33#content #page-content > h4, .page-custom34#content #page-content > h4, .page-custom4#content #page-content > h4, .page-custom5#content #page-content > h4, .page-custom6#content #page-content > h4, .page-custom7#content #page-content > h4, .page-custom8#content #page-content > h4, .page-custom9#content #page-content > h4, .page-law#content #page-content > h4, .page-privacy#content #page-content > h4, .page-service#content #page-content > h4, .page-service1#content #page-content > h4, .page-service2#content #page-content > h4, .page-service3#content #page-content > h4, .page-service4#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-10 > h4, #sp-block-container-11 > h4, #sp-block-container-15 > h4, #sp-block-container-16 > h4, #sp-block-container-2 > h4, #sp-block-container-23 > h4, #sp-block-container-29 > h4, #sp-block-container-3 > h4, #sp-block-container-30 > h4, #sp-block-container-39 > h4, #sp-block-container-4 > h4, #sp-block-container-6 > h4, #sp-block-container-7 > h4, #sp-block-container-8 > h4, #sp-block-container-9 > h4{
  font-size : 1.4rem;
  line-height : 1.2;
  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;
  clear : both;
}

.page-access1#content #page-content > h5, .page-company#content #page-content > h5, .page-contact1#content #page-content > h5, .page-custom#content #page-content > h5, .page-custom1#content #page-content > h5, .page-custom10#content #page-content > h5, .page-custom11#content #page-content > h5, .page-custom12#content #page-content > h5, .page-custom22#content #page-content > h5, .page-custom23#content #page-content > h5, .page-custom3#content #page-content > h5, .page-custom33#content #page-content > h5, .page-custom34#content #page-content > h5, .page-custom4#content #page-content > h5, .page-custom5#content #page-content > h5, .page-custom6#content #page-content > h5, .page-custom7#content #page-content > h5, .page-custom8#content #page-content > h5, .page-custom9#content #page-content > h5, .page-law#content #page-content > h5, .page-privacy#content #page-content > h5, .page-service#content #page-content > h5, .page-service1#content #page-content > h5, .page-service2#content #page-content > h5, .page-service3#content #page-content > h5, .page-service4#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-10 > h5, #sp-block-container-11 > h5, #sp-block-container-15 > h5, #sp-block-container-16 > h5, #sp-block-container-2 > h5, #sp-block-container-23 > h5, #sp-block-container-29 > h5, #sp-block-container-3 > h5, #sp-block-container-30 > h5, #sp-block-container-39 > h5, #sp-block-container-4 > h5, #sp-block-container-6 > h5, #sp-block-container-7 > h5, #sp-block-container-8 > h5, #sp-block-container-9 > h5{
  font-size : 1.3rem;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-access1#content #page-content > h6, .page-company#content #page-content > h6, .page-contact1#content #page-content > h6, .page-custom#content #page-content > h6, .page-custom1#content #page-content > h6, .page-custom10#content #page-content > h6, .page-custom11#content #page-content > h6, .page-custom12#content #page-content > h6, .page-custom22#content #page-content > h6, .page-custom23#content #page-content > h6, .page-custom3#content #page-content > h6, .page-custom33#content #page-content > h6, .page-custom34#content #page-content > h6, .page-custom4#content #page-content > h6, .page-custom5#content #page-content > h6, .page-custom6#content #page-content > h6, .page-custom7#content #page-content > h6, .page-custom8#content #page-content > h6, .page-custom9#content #page-content > h6, .page-law#content #page-content > h6, .page-privacy#content #page-content > h6, .page-service#content #page-content > h6, .page-service1#content #page-content > h6, .page-service2#content #page-content > h6, .page-service3#content #page-content > h6, .page-service4#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-10 > h6, #sp-block-container-11 > h6, #sp-block-container-15 > h6, #sp-block-container-16 > h6, #sp-block-container-2 > h6, #sp-block-container-23 > h6, #sp-block-container-29 > h6, #sp-block-container-3 > h6, #sp-block-container-30 > h6, #sp-block-container-39 > h6, #sp-block-container-4 > h6, #sp-block-container-6 > h6, #sp-block-container-7 > h6, #sp-block-container-8 > h6, #sp-block-container-9 > h6{
  font-size : 1.2rem;
}

.page-access1#content #page-content > hr, .page-company#content #page-content > hr, .page-contact1#content #page-content > hr, .page-custom#content #page-content > hr, .page-custom1#content #page-content > hr, .page-custom10#content #page-content > hr, .page-custom11#content #page-content > hr, .page-custom12#content #page-content > hr, .page-custom22#content #page-content > hr, .page-custom23#content #page-content > hr, .page-custom3#content #page-content > hr, .page-custom33#content #page-content > hr, .page-custom34#content #page-content > hr, .page-custom4#content #page-content > hr, .page-custom5#content #page-content > hr, .page-custom6#content #page-content > hr, .page-custom7#content #page-content > hr, .page-custom8#content #page-content > hr, .page-custom9#content #page-content > hr, .page-law#content #page-content > hr, .page-privacy#content #page-content > hr, .page-service#content #page-content > hr, .page-service1#content #page-content > hr, .page-service2#content #page-content > hr, .page-service3#content #page-content > hr, .page-service4#content #page-content > hr, .page-toppage#content #page-content > hr, #sp-block-container-10 > hr, #sp-block-container-11 > hr, #sp-block-container-15 > hr, #sp-block-container-16 > hr, #sp-block-container-2 > hr, #sp-block-container-23 > hr, #sp-block-container-29 > hr, #sp-block-container-3 > hr, #sp-block-container-30 > hr, #sp-block-container-39 > hr, #sp-block-container-4 > hr, #sp-block-container-6 > hr, #sp-block-container-7 > hr, #sp-block-container-8 > hr, #sp-block-container-9 > hr{
  margin-top : 25px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  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 : #e2e2e2;
  border-right-color : initial;
  border-bottom-color : #e2e2e2;
}

.page-access1#content #page-content > p, .page-company#content #page-content > p, .page-contact1#content #page-content > p, .page-custom#content #page-content > p, .page-custom1#content #page-content > p, .page-custom10#content #page-content > p, .page-custom11#content #page-content > p, .page-custom12#content #page-content > p, .page-custom22#content #page-content > p, .page-custom23#content #page-content > p, .page-custom3#content #page-content > p, .page-custom33#content #page-content > p, .page-custom34#content #page-content > p, .page-custom4#content #page-content > p, .page-custom5#content #page-content > p, .page-custom6#content #page-content > p, .page-custom7#content #page-content > p, .page-custom8#content #page-content > p, .page-custom9#content #page-content > p, .page-law#content #page-content > p, .page-privacy#content #page-content > p, .page-service#content #page-content > p, .page-service1#content #page-content > p, .page-service2#content #page-content > p, .page-service3#content #page-content > p, .page-service4#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-10 > p, #sp-block-container-11 > p, #sp-block-container-15 > p, #sp-block-container-16 > p, #sp-block-container-2 > p, #sp-block-container-23 > p, #sp-block-container-29 > p, #sp-block-container-3 > p, #sp-block-container-30 > p, #sp-block-container-39 > p, #sp-block-container-4 > p, #sp-block-container-6 > p, #sp-block-container-7 > p, #sp-block-container-8 > p, #sp-block-container-9 > p{
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 20px;
}

#sp-site-navigation-2{
  color : #ffffff;
  background-color : #3c3f53;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 20px;
  width : 100%;
}

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

#sp-site-navigation-2 ul li{
  margin-right : 0px;
}

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

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

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

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

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

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

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

  .button-menu#sp-site-navigation-2 .menu-toggle{
    background-color : transparent;
    background-image : url(img/icon-menu.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -999em;
  }

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

  #sp-site-navigation-2 > ul ul::before{
    content : none;
  }
}

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

#sp-definition-list-1 > dt, #sp-definition-list-2 > dt, #sp-definition-list-3 > dt, #sp-definition-list-5 > dt{
  padding-top : 5px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #3c3f53;
}

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

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

#sp-button-8{
  margin-bottom : 6px;
  width : 120px;
}

#sp-button-8 > a{
  font-size : 1.4rem;
  font-family : Arial, Helvetica, sans-serif;
  font-weight : normal;
  color : #ffffff;
  background-color : #ff864b;
  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;
  text-align : center;
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 2px;
  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 : #ffae86;
  border-left-color : #ffae86;
  border-right-color : #ffae86;
  border-bottom-color : #ffae86;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  box-shadow : 0px 4px 0px #d5591c;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-8 > a:active{
  box-shadow : 0px 2px 0px #d5591c;
  position : relative;
  top : 2px;
}

#sp-button-8 > a:hover{
  background-color : #ff783b;
}

#sp-page-title-1, #sp-page-title-13, #sp-page-title-14, #sp-page-title-15, #sp-page-title-16, #sp-page-title-17, #sp-page-title-18, #sp-page-title-19, #sp-page-title-2, #sp-page-title-20, #sp-page-title-25, #sp-page-title-26, #sp-page-title-27, #sp-page-title-28, #sp-page-title-29, #sp-page-title-3, #sp-page-title-30, #sp-page-title-31, #sp-page-title-32, #sp-page-title-4, #sp-page-title-5, #sp-page-title-7{
  background-color : #95c729;
  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;
  margin-bottom : 5px;
  width : 100%;
  box-sizing : border-box;
}

#sp-page-title-1 > h1, #sp-page-title-13 > h1, #sp-page-title-14 > h1, #sp-page-title-15 > h1, #sp-page-title-16 > h1, #sp-page-title-17 > h1, #sp-page-title-18 > h1, #sp-page-title-19 > h1, #sp-page-title-2 > h1, #sp-page-title-20 > h1, #sp-page-title-25 > h1, #sp-page-title-26 > h1, #sp-page-title-27 > h1, #sp-page-title-28 > h1, #sp-page-title-29 > h1, #sp-page-title-3 > h1, #sp-page-title-30 > h1, #sp-page-title-31 > h1, #sp-page-title-32 > h1, #sp-page-title-4 > h1, #sp-page-title-5 > h1, #sp-page-title-7 > h1{
  font-size : 20px;
  color : #ffffff;
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-page-title-23{
  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;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
  height : auto;
  position : relative;
}

#sp-page-title-23 > h1{
  font-size : 20px;
  color : #ffd6b2;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 0px;
  position : relative;
}

#sp-page-title-23 > h1::before{
  background-color : rgba(255, 255, 255, 0.5);
  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;
  width : 10px;
  height : 10px;
  display : block;
  position : absolute;
  top : 1.2em;
  left : 0px;
  content : "";
}

#sp-page-title-6{
  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 : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  height : auto;
  position : relative;
}

#sp-page-title-6::after{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-left-width : 13px;
  border-bottom-width : 13px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : rgba(0, 0, 0, 0.2);
  border-bottom-color : rgba(0, 0, 0, 0.1);
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  bottom : 0px;
  right : 0px;
  content : "";
}

#sp-page-title-6 > h1{
  font-size : 20px;
  color : #676767;
  padding-top : 20px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-list-6{
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : disc;
  list-style-position : inside;
}

#sp-list-6 li{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #9d632f;
}

#sp-list-6 > li{
  color : #5e3b1c;
}

#sp-page-title-12, #sp-page-title-24, #sp-page-title-8{
  background-color : #646464;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  width : 100%;
  position : relative;
}

#sp-page-title-12 > h1, #sp-page-title-24 > h1, #sp-page-title-8 > h1{
  font-size : 20px;
  color : #ffffff;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 0px;
  position : relative;
}

#sp-page-title-12 > h1::after, #sp-page-title-24 > h1::after, #sp-page-title-8 > h1::after{
  border-top-width : 9px;
  border-left-width : 15px;
  border-bottom-width : 9px;
  border-top-style : solid;
  border-left-style : solid;
  border-bottom-style : solid;
  border-top-color : transparent;
  border-left-color : rgba(0, 0, 0, 0.5);
  border-bottom-color : transparent;
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.9em;
  left : 0px;
  content : "";
}

#sp-site-navigation-1{
  font-size : 1.3rem;
  color : #ffffff;
  background-color : #000000;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

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

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

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

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

#sp-site-navigation-1 ul ul{
  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-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;
  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 : #2cd06e;
}

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

#sp-site-navigation-1 > ul{
  background-color : #000000;
}

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

#sp-site-navigation-1 > ul > li{
  width : auto;
  float : left;
  position : relative;
}

#sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : #2cd06e;
}

#sp-site-navigation-1 > ul > li.current-menu-item > a{
  color : #ffffff;
  background-color : #2cd06e;
}

#sp-site-navigation-1 > ul > li.current_page_ancestor > a{
  color : #ffffff;
  background-color : #2cd06e;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  color : #ffffff;
  background-color : #2cd06e;
}

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

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

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

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

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

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

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

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

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

  #sp-site-navigation-1 ul li a{
    line-height : 24px;
    padding-top : 5px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 5px;
    height : auto;
    float : none;
  }

  #sp-site-navigation-1 ul ul{
    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-1 ul ul li{
    border-top-color : transparent;
    border-left-color : transparent;
    border-right-color : transparent;
    border-bottom-color : transparent;
  }

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

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

  #sp-site-navigation-1 ul ul li.current-menu-ancestor > 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;
  }

  #sp-site-navigation-1 ul ul li.current-menu-item > 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;
  }

  #sp-site-navigation-1 ul ul li.current_page_ancestor > 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;
  }

  #sp-site-navigation-1 ul ul li.current_page_item > 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;
  }

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

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

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

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

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

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > 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;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > 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;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > 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;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > 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;
  }

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

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

#sp-image-12, #sp-image-17, #sp-image-39, #sp-image-40, #sp-image-41, #sp-image-59, #sp-image-8{
  text-decoration : none;
  border-top-width : 8px;
  border-left-width : 8px;
  border-right-width : 8px;
  border-bottom-width : 8px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
  box-shadow : 0px 3px 4px rgba(0, 0, 0, 0.5);
  max-width : 100%;
}

#sp-image-10, #sp-image-11, #sp-image-14, #sp-image-15, #sp-image-16, #sp-image-18, #sp-image-19, #sp-image-2, #sp-image-20, #sp-image-21, #sp-image-22, #sp-image-23, #sp-image-24, #sp-image-25, #sp-image-26, #sp-image-27, #sp-image-28, #sp-image-3, #sp-image-30, #sp-image-31, #sp-image-32, #sp-image-33, #sp-image-34, #sp-image-35, #sp-image-36, #sp-image-37, #sp-image-38, #sp-image-4, #sp-image-43, #sp-image-44, #sp-image-45, #sp-image-46, #sp-image-47, #sp-image-48, #sp-image-49, #sp-image-5, #sp-image-50, #sp-image-53, #sp-image-56, #sp-image-6, #sp-image-61, #sp-image-7, #sp-image-9{
  max-width : 100%;
}

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

#sp-image-13, #sp-image-29, #sp-image-60{
  text-decoration : none;
  border-top-width : 8px;
  border-left-width : 8px;
  border-right-width : 8px;
  border-bottom-width : 8px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
  max-width : 100%;
}

#sp-image-51, #sp-image-52, #sp-image-54, #sp-image-55, #sp-image-57, #sp-image-58, #sp-image-62{
  text-decoration : none;
  border-top-width : 5px;
  border-left-width : 5px;
  border-right-width : 5px;
  border-bottom-width : 5px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #868686;
  border-left-color : #868686;
  border-right-color : #868686;
  border-bottom-color : #868686;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  max-width : 100%;
}

#sp-item-gallery-1 > ul, #sp-item-gallery-10 > ul, #sp-item-gallery-11 > ul, #sp-item-gallery-12 > ul, #sp-item-gallery-13 > ul, #sp-item-gallery-14 > ul, #sp-item-gallery-2 > ul, #sp-item-gallery-3 > ul, #sp-item-gallery-4 > ul, #sp-item-gallery-5 > ul, #sp-item-gallery-6 > ul, #sp-item-gallery-7 > ul, #sp-item-gallery-8 > ul, #sp-item-gallery-9 > ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
  list-style-position : outside;
}

#sp-item-gallery-1 > ul > li, #sp-item-gallery-10 > ul > li, #sp-item-gallery-11 > ul > li, #sp-item-gallery-12 > ul > li, #sp-item-gallery-13 > ul > li, #sp-item-gallery-14 > ul > li, #sp-item-gallery-2 > ul > li, #sp-item-gallery-3 > ul > li, #sp-item-gallery-4 > ul > li, #sp-item-gallery-5 > ul > li, #sp-item-gallery-6 > ul > li, #sp-item-gallery-7 > ul > li, #sp-item-gallery-8 > ul > li, #sp-item-gallery-9 > ul > li{
  line-height : 1.4em;
  color : #676767;
  background-color : #d3eaf5;
  text-align : left;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  width : 352px;
  height : 195px;
  float : left;
  overflow : hidden;
  box-sizing : border-box;
}

#sp-item-gallery-1> ul> li a:hover.item-gallery-link img, #sp-item-gallery-10> ul> li a:hover.item-gallery-link img, #sp-item-gallery-11> ul> li a:hover.item-gallery-link img, #sp-item-gallery-12> ul> li a:hover.item-gallery-link img, #sp-item-gallery-13> ul> li a:hover.item-gallery-link img, #sp-item-gallery-14> ul> li a:hover.item-gallery-link img, #sp-item-gallery-2> ul> li a:hover.item-gallery-link img, #sp-item-gallery-3> ul> li a:hover.item-gallery-link img, #sp-item-gallery-4> ul> li a:hover.item-gallery-link img, #sp-item-gallery-5> ul> li a:hover.item-gallery-link img, #sp-item-gallery-6> ul> li a:hover.item-gallery-link img, #sp-item-gallery-7> ul> li a:hover.item-gallery-link img, #sp-item-gallery-8> ul> li a:hover.item-gallery-link img, #sp-item-gallery-9> ul> li a:hover.item-gallery-link img {
  opacity: 0.6;
}

#sp-item-gallery-1 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-10 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-11 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-12 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-13 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-14 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-2 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-3 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-4 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-5 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-6 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-7 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-8 > ul > li img.item-gallery-thumbnail, #sp-item-gallery-9 > ul > li img.item-gallery-thumbnail{
  margin-right 10px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  width : 100%;
  display : block;
}

#sp-item-gallery-1 > ul > li p.item-gallery-icons, #sp-item-gallery-10 > ul > li p.item-gallery-icons, #sp-item-gallery-11 > ul > li p.item-gallery-icons, #sp-item-gallery-12 > ul > li p.item-gallery-icons, #sp-item-gallery-13 > ul > li p.item-gallery-icons, #sp-item-gallery-14 > ul > li p.item-gallery-icons, #sp-item-gallery-2 > ul > li p.item-gallery-icons, #sp-item-gallery-3 > ul > li p.item-gallery-icons, #sp-item-gallery-4 > ul > li p.item-gallery-icons, #sp-item-gallery-5 > ul > li p.item-gallery-icons, #sp-item-gallery-6 > ul > li p.item-gallery-icons, #sp-item-gallery-7 > ul > li p.item-gallery-icons, #sp-item-gallery-8 > ul > li p.item-gallery-icons, #sp-item-gallery-9 > ul > li p.item-gallery-icons{
  text-align : center;
  width : 100%;
  min-height : 20px;
}

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

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

#sp-item-gallery-1 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-10 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-11 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-12 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-13 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-14 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-2 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-3 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-4 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-5 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-6 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-7 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-8 > ul > li p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-9 > ul > li p.item-gallery-icons .item-gallery-icon-recomend{
  background-color : #e6a408;
  background-image : none,url(img/item-gallery-icon3.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 38px;
}

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

#sp-item-gallery-1 > ul > li p.item-gallery-icons span, #sp-item-gallery-10 > ul > li p.item-gallery-icons span, #sp-item-gallery-11 > ul > li p.item-gallery-icons span, #sp-item-gallery-12 > ul > li p.item-gallery-icons span, #sp-item-gallery-13 > ul > li p.item-gallery-icons span, #sp-item-gallery-14 > ul > li p.item-gallery-icons span, #sp-item-gallery-2 > ul > li p.item-gallery-icons span, #sp-item-gallery-3 > ul > li p.item-gallery-icons span, #sp-item-gallery-4 > ul > li p.item-gallery-icons span, #sp-item-gallery-5 > ul > li p.item-gallery-icons span, #sp-item-gallery-6 > ul > li p.item-gallery-icons span, #sp-item-gallery-7 > ul > li p.item-gallery-icons span, #sp-item-gallery-8 > ul > li p.item-gallery-icons span, #sp-item-gallery-9 > ul > li p.item-gallery-icons span{
  line-height : 12px;
  text-align : center;
  margin-right : 3px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  height : 12px;
  display : inline-block;
}

#sp-item-gallery-1 > ul > li p.item-gallery-price, #sp-item-gallery-10 > ul > li p.item-gallery-price, #sp-item-gallery-11 > ul > li p.item-gallery-price, #sp-item-gallery-12 > ul > li p.item-gallery-price, #sp-item-gallery-13 > ul > li p.item-gallery-price, #sp-item-gallery-14 > ul > li p.item-gallery-price, #sp-item-gallery-2 > ul > li p.item-gallery-price, #sp-item-gallery-3 > ul > li p.item-gallery-price, #sp-item-gallery-4 > ul > li p.item-gallery-price, #sp-item-gallery-5 > ul > li p.item-gallery-price, #sp-item-gallery-6 > ul > li p.item-gallery-price, #sp-item-gallery-7 > ul > li p.item-gallery-price, #sp-item-gallery-8 > ul > li p.item-gallery-price, #sp-item-gallery-9 > ul > li p.item-gallery-price{
  color : #676767;
  text-align : left;
  margin-top : 5px;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-1 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-10 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-11 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-12 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-13 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-14 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-2 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-3 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-4 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-5 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-6 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-7 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-8 > ul > li p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-9 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : small;
  color : #676767;
  margin-left : 5px;
}

#sp-item-gallery-1 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-10 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-11 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-12 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-13 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-14 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-2 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-3 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-4 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-5 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-6 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-7 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-8 > ul > li p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-9 > ul > li p.item-gallery-price .item-gallery-price-before{
  color : #ff0000;
  margin-right : 5px;
}

#sp-item-gallery-1 > ul > li p.item-gallery-title, #sp-item-gallery-10 > ul > li p.item-gallery-title, #sp-item-gallery-11 > ul > li p.item-gallery-title, #sp-item-gallery-12 > ul > li p.item-gallery-title, #sp-item-gallery-13 > ul > li p.item-gallery-title, #sp-item-gallery-14 > ul > li p.item-gallery-title, #sp-item-gallery-2 > ul > li p.item-gallery-title, #sp-item-gallery-3 > ul > li p.item-gallery-title, #sp-item-gallery-4 > ul > li p.item-gallery-title, #sp-item-gallery-5 > ul > li p.item-gallery-title, #sp-item-gallery-6 > ul > li p.item-gallery-title, #sp-item-gallery-7 > ul > li p.item-gallery-title, #sp-item-gallery-8 > ul > li p.item-gallery-title, #sp-item-gallery-9 > ul > li p.item-gallery-title{
  line-height : 2.5em;
  color : #ffffff;
  background-color : #7ac6e9;
  padding-left : 10px;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-1 > ul > li > div p, #sp-item-gallery-10 > ul > li > div p, #sp-item-gallery-11 > ul > li > div p, #sp-item-gallery-12 > ul > li > div p, #sp-item-gallery-13 > ul > li > div p, #sp-item-gallery-14 > ul > li > div p, #sp-item-gallery-2 > ul > li > div p, #sp-item-gallery-3 > ul > li > div p, #sp-item-gallery-4 > ul > li > div p, #sp-item-gallery-5 > ul > li > div p, #sp-item-gallery-6 > ul > li > div p, #sp-item-gallery-7 > ul > li > div p, #sp-item-gallery-8 > ul > li > div p, #sp-item-gallery-9 > ul > li > div p{
  margin-bottom : 5px;
}

#sp-item-gallery-1 > ul > li > div p:last-child, #sp-item-gallery-10 > ul > li > div p:last-child, #sp-item-gallery-11 > ul > li > div p:last-child, #sp-item-gallery-12 > ul > li > div p:last-child, #sp-item-gallery-13 > ul > li > div p:last-child, #sp-item-gallery-14 > ul > li > div p:last-child, #sp-item-gallery-2 > ul > li > div p:last-child, #sp-item-gallery-3 > ul > li > div p:last-child, #sp-item-gallery-4 > ul > li > div p:last-child, #sp-item-gallery-5 > ul > li > div p:last-child, #sp-item-gallery-6 > ul > li > div p:last-child, #sp-item-gallery-7 > ul > li > div p:last-child, #sp-item-gallery-8 > ul > li > div p:last-child, #sp-item-gallery-9 > ul > li > div p:last-child{
  margin-bottom : 0px;
}

#sp-item-gallery-1 > ul > li > div.left, #sp-item-gallery-10 > ul > li > div.left, #sp-item-gallery-11 > ul > li > div.left, #sp-item-gallery-12 > ul > li > div.left, #sp-item-gallery-13 > ul > li > div.left, #sp-item-gallery-14 > ul > li > div.left, #sp-item-gallery-2 > ul > li > div.left, #sp-item-gallery-3 > ul > li > div.left, #sp-item-gallery-4 > ul > li > div.left, #sp-item-gallery-5 > ul > li > div.left, #sp-item-gallery-6 > ul > li > div.left, #sp-item-gallery-7 > ul > li > div.left, #sp-item-gallery-8 > ul > li > div.left, #sp-item-gallery-9 > ul > li > div.left{
  width : 45%;
  float : left;
}

#sp-item-gallery-1 > ul > li > div.right, #sp-item-gallery-10 > ul > li > div.right, #sp-item-gallery-11 > ul > li > div.right, #sp-item-gallery-12 > ul > li > div.right, #sp-item-gallery-13 > ul > li > div.right, #sp-item-gallery-14 > ul > li > div.right, #sp-item-gallery-2 > ul > li > div.right, #sp-item-gallery-3 > ul > li > div.right, #sp-item-gallery-4 > ul > li > div.right, #sp-item-gallery-5 > ul > li > div.right, #sp-item-gallery-6 > ul > li > div.right, #sp-item-gallery-7 > ul > li > div.right, #sp-item-gallery-8 > ul > li > div.right, #sp-item-gallery-9 > ul > li > div.right{
  width : 50%;
  float : right;
}

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

#sp-list-1 li, #sp-list-5 li{
  margin-left : 1.5em;
  margin-bottom : 8px;
}

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

#sp-definition-list-4{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
}

#sp-definition-list-4 dd{
  padding-top : 0px;
  padding-left : 4px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 16px;
  margin-right : 0px;
  margin-bottom : 20px;
}

#sp-definition-list-4 dt{
  padding-top : 3px;
  padding-left : 5px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : double;
  border-left-style : double;
  border-right-style : double;
  border-bottom-style : double;
  border-top-color : #02c01f;
  border-left-color : #02c01f;
  border-right-color : #02c01f;
  border-bottom-color : #02c01f;
}

#sp-definition-list-4 > dd{
  color : #333333;
}

#sp-definition-list-4 > dt{
  font-weight : bold;
  color : #565656;
}

#sp-button-10, #sp-button-12, #sp-button-14, #sp-button-16, #sp-button-18, #sp-button-19, #sp-button-4, #sp-button-5, #sp-button-6, #sp-button-7{
  margin-bottom : 10px;
  width : 120px;
}

#sp-button-10 > a, #sp-button-12 > a, #sp-button-14 > a, #sp-button-16 > a, #sp-button-18 > a, #sp-button-19 > a, #sp-button-4 > a, #sp-button-5 > a, #sp-button-6 > a, #sp-button-7 > a{
  font-size : 1.4rem;
  font-family : Meiryo, sans-serif;
  font-weight : normal;
  color : #ffd9d9;
  background-color : #ed4545;
  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;
  letter-spacing : 0.4rem;
  text-decoration : none;
  text-align : center;
  padding-top : 8px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  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 : #ffa1a1;
  border-left-color : #ffa1a1;
  border-right-color : #ffa1a1;
  border-bottom-color : #ffa1a1;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  box-shadow : 0px 3px 0px #ffa1a1;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-10 > a:active, #sp-button-12 > a:active, #sp-button-14 > a:active, #sp-button-16 > a:active, #sp-button-18 > a:active, #sp-button-19 > a:active, #sp-button-4 > a:active, #sp-button-5 > a:active, #sp-button-6 > a:active, #sp-button-7 > a:active{
  box-shadow : 0px 1px 0px #ffa1a1;
  position : relative;
  top : 2px;
}

#sp-button-10> a:hover, #sp-button-12> a:hover, #sp-button-14> a:hover, #sp-button-16> a:hover, #sp-button-18> a:hover, #sp-button-19> a:hover, #sp-button-4> a:hover, #sp-button-5> a:hover, #sp-button-6> a:hover, #sp-button-7> a:hover {
}

#sp-button-11, #sp-button-13, #sp-button-15, #sp-button-17, #sp-button-9{
  margin-bottom : 6px;
  width : 120px;
}

#sp-button-11 > a, #sp-button-13 > a, #sp-button-15 > a, #sp-button-17 > a, #sp-button-9 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #5c75fb;
  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;
  text-align : center;
  padding-top : 5px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 2px;
  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 : #7d91fb;
  border-left-color : #7d91fb;
  border-right-color : #7d91fb;
  border-bottom-color : #7d91fb;
  box-shadow : 0px 4px 0px #4557bb;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-11 > a:active, #sp-button-13 > a:active, #sp-button-15 > a:active, #sp-button-17 > a:active, #sp-button-9 > a:active{
  box-shadow : 0px 2px 0px #4557bb;
  position : relative;
  top : 2px;
}

#sp-button-11 > a:hover, #sp-button-13 > a:hover, #sp-button-15 > a:hover, #sp-button-17 > a:hover, #sp-button-9 > a:hover{
  background-color : #4c68ff;
}

#sp-column-2, #sp-column-3, #sp-column-4, #sp-column-5{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ed4545;
  border-left-color : #ed4545;
  border-right-color : #ed4545;
  border-bottom-color : #ed4545;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  width : 100%;
  height : auto;
}

#sp-column-2 > .column-body, #sp-column-3 > .column-body, #sp-column-4 > .column-body, #sp-column-5 > .column-body{
  width : auto;
  height : auto;
}

#sp-column-2 > .column-label, #sp-column-3 > .column-label, #sp-column-4 > .column-label, #sp-column-5 > .column-label{
  background-color : #ed4545;
  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 : 0px;
  padding-left : 13px;
  padding-right : 13px;
  padding-bottom : 0px;
}

#sp-column-2 > .column-label h3, #sp-column-3 > .column-label h3, #sp-column-4 > .column-label h3, #sp-column-5 > .column-label h3{
  font-size : 12px;
  color : #ffd9d9;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  position : relative;
}

#sp-column-1{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
  width : 100%;
  height : auto;
}

.accordion#sp-column-1 > .column-label h3::after{
  border-top-width : 5px;
  border-top-style : solid;
  border-top-color : rgba(0, 0, 0, 0.45);
}

.toggled-on#sp-column-1 > .column-label h3::before{
  border-bottom-width : 5px;
  border-bottom-style : solid;
  border-bottom-color : rgba(0, 0, 0, 0.45);
}

#sp-column-1 > .column-body{
  width : auto;
  height : auto;
}

#sp-column-1 > .column-label{
  background-color : #f2f2f2;
  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 : 0px;
  padding-left : 13px;
  padding-right : 13px;
  padding-bottom : 0px;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

#sp-column-1 > .column-label h3{
  font-size : 12px;
  color : #676767;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  position : relative;
}

#sp-button-3{
  margin-bottom : 6px;
  width : 120px;
}

#sp-button-3 > a{
  font-size : 1.4rem;
  font-family : Meiryo, sans-serif;
  font-weight : normal;
  color : #ffffff;
  background-color : #225e4e;
  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;
  text-align : center;
  padding-top : 10px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #225e4e;
  border-left-color : #225e4e;
  border-right-color : #225e4e;
  border-bottom-color : #225e4e;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-3 > a:active{
  box-shadow : 0px 10px 15px rgba(0, 0, 0, 0.25) inset;
  text-shadow : 0px 1px 0px rgba(255, 255, 255, 0.25);
}

#sp-button-3 > a:hover{
  color : #04291f;
  background-color : #1e4d41;
  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 : 13px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 7px;
  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;
}

.page-custom7#content #page-content > h1{
  color : #f06292;
}

.page-custom7#content #page-content > h2{
  color : #f06292;
}

.page-custom7#content #page-content > p{
  font-size : 1.5rem;
  font-weight : bold;
  margin-top : 0.03em;
}

.page-custom8#content #page-content{
  padding-top : 10px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-block-container-1 > h1{
  background-color : #dd1c11;
}

#sp-block-container-2{
  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-block-container-2 > p.copyright{
  color : #ffffff;
  text-align : center;
}

#sp-block-container-8 > p{
  font-size : 1.6rem;
  font-weight : bold;
  color : #585340;
}

#sp-button-1 > a{
  font-size : 2.5rem;
  font-weight : bold;
  background-color : #f38630;
  background-position : center center;
}

#sp-button-10 > a{
  font-size : 1.6rem;
  font-weight : bold;
  color : #ffffff;
  background-color : #fc2566;
}

#sp-button-11 > a{
  font-size : 2rem;
  font-weight : bold;
}

#sp-button-12 > a{
  font-size : 1.6rem;
  font-weight : bold;
  color : #ffffff;
  background-color : #fc2566;
}

#sp-button-13 > a{
  font-size : 2rem;
  font-weight : bold;
}

#sp-button-14 > a{
  font-size : 1.6rem;
  font-weight : bold;
  color : #ffffff;
  background-color : #fc2566;
}

#sp-button-15 > a{
  font-size : 2rem;
  font-weight : bold;
}

#sp-button-16 > a{
  font-size : 1.6rem;
  font-weight : bold;
  color : #ffffff;
  background-color : #fc2566;
}

#sp-button-17 > a{
  font-size : 2rem;
  font-weight : bold;
}

#sp-button-18 > a{
  font-size : 1.6rem;
  font-weight : bold;
  color : #ffffff;
  background-color : #fc2566;
}

#sp-button-19 > a{
  font-size : 1.6rem;
  font-weight : bold;
  color : #ffffff;
  background-color : #fc2566;
}

#sp-button-2 > a{
  font-size : 2.5rem;
  font-weight : bold;
  color : #1c1c64;
  background-color : #dbdff0;
  background-position : center center;
}

#sp-button-3 > a{
  font-size : 2rem;
  font-weight : bold;
}

#sp-button-3 > a:hover{
  color : #e8034a;
}

#sp-button-4 > a{
  font-size : 1.6rem;
  font-weight : bold;
  color : #ffffff;
  background-color : #fc2566;
}

#sp-button-5 > a{
  font-size : 1.6rem;
  font-weight : bold;
  color : #ffffff;
  background-color : #fc2566;
}

#sp-button-6 > a{
  font-size : 1.6rem;
  font-weight : bold;
}

#sp-button-7 > a{
  font-size : 1.6rem;
  font-weight : bold;
}

#sp-button-8 > a{
  font-size : 2rem;
  font-weight : bold;
  border-top-left-radius : 80px 80px;
  border-top-right-radius : 80px 80px;
  border-bottom-right-radius : 80px 80px;
  border-bottom-left-radius : 80px 80px;
}

#sp-button-9 > a{
  font-size : 2rem;
  font-weight : bold;
}

#sp-definition-list-3 > dd > p{
  font-size : 1.7rem;
}

#sp-definition-list-4 > dt{
  font-size : 1.8rem;
  color : #585340;
  background-color : #2fdbff;
}

#sp-definition-list-5 > dd > p{
  font-size : 1.2rem;
}

#sp-item-gallery-1 > ul > li{
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
  width : 430px;
  height : 239px;
}

#sp-item-gallery-1 > ul > li p.item-gallery-content{
  font-weight : bold;
  line-height : 109%;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 11px;
}

#sp-item-gallery-1 > ul > li p.item-gallery-price{
  font-size : 1.6rem;
  font-weight : bold;
  color : #fc2566;
  padding-top : 10px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-item-gallery-1 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.5rem;
  font-weight : bold;
  color : #fc2566;
}

#sp-item-gallery-1 > ul > li p.item-gallery-price .item-gallery-price-before{
  color : #ff0000;
}

#sp-item-gallery-1 > ul > li p.item-gallery-title{
  font-size : 1.1rem;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

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

#sp-item-gallery-10 > ul > li p.item-gallery-price{
  font-size : 2rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-10 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.8rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-10 > ul > li p.item-gallery-price .item-gallery-price-before{
  font-size : 1.6rem;
}

#sp-item-gallery-11 > ul > li{
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
  width : 437px;
  height : 245px;
}

#sp-item-gallery-11 > ul > li p.item-gallery-content{
  font-weight : bold;
  line-height : 109%;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 11px;
}

#sp-item-gallery-11 > ul > li p.item-gallery-price{
  font-size : 1.6rem;
  font-weight : bold;
  color : #fc2566;
  padding-top : 10px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-item-gallery-11 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.5rem;
  font-weight : bold;
  color : #fc2566;
}

#sp-item-gallery-11 > ul > li p.item-gallery-price .item-gallery-price-before{
  color : #ff0000;
}

#sp-item-gallery-11 > ul > li p.item-gallery-title{
  font-size : 1.1rem;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

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

#sp-item-gallery-12 > ul > li p.item-gallery-price{
  font-size : 2rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-12 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.8rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-12 > ul > li p.item-gallery-price .item-gallery-price-before{
  font-size : 1.6rem;
}

#sp-item-gallery-13 > ul > li{
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
  width : 437px;
  height : 245px;
}

#sp-item-gallery-13 > ul > li p.item-gallery-content{
  font-weight : bold;
  line-height : 109%;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 11px;
}

#sp-item-gallery-13 > ul > li p.item-gallery-price{
  font-size : 1.6rem;
  font-weight : bold;
  color : #fc2566;
  padding-top : 10px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-item-gallery-13 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.5rem;
  font-weight : bold;
  color : #fc2566;
}

#sp-item-gallery-13 > ul > li p.item-gallery-price .item-gallery-price-before{
  color : #ff0000;
}

#sp-item-gallery-13 > ul > li p.item-gallery-title{
  font-size : 1.1rem;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

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

#sp-item-gallery-14 > ul > li p.item-gallery-price{
  font-size : 2rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-14 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.8rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-14 > ul > li p.item-gallery-price .item-gallery-price-before{
  font-size : 1.6rem;
}

#sp-item-gallery-2 > ul > li{
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
  width : 430px;
  height : 239px;
}

#sp-item-gallery-2 > ul > li p.item-gallery-content{
  font-weight : bold;
  line-height : 109%;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 11px;
}

#sp-item-gallery-2 > ul > li p.item-gallery-price{
  font-size : 1.6rem;
  font-weight : bold;
  color : #fc2566;
  padding-top : 10px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-item-gallery-2 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.5rem;
  font-weight : bold;
  color : #fc2566;
}

#sp-item-gallery-2 > ul > li p.item-gallery-price .item-gallery-price-before{
  color : #ff0000;
}

#sp-item-gallery-2 > ul > li p.item-gallery-title{
  font-size : 1.1rem;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-item-gallery-3 > ul > li{
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
  width : 437px;
  height : 239px;
}

#sp-item-gallery-3 > ul > li p.item-gallery-content{
  font-weight : bold;
  line-height : 109%;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 11px;
}

#sp-item-gallery-3 > ul > li p.item-gallery-price{
  font-size : 1.6rem;
  font-weight : bold;
  color : #fc2566;
  padding-top : 10px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-item-gallery-3 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.5rem;
  font-weight : bold;
  color : #fc2566;
}

#sp-item-gallery-3 > ul > li p.item-gallery-price .item-gallery-price-before{
  color : #ff0000;
}

#sp-item-gallery-3 > ul > li p.item-gallery-title{
  font-size : 1.1rem;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-item-gallery-4 > ul > li{
  padding-top : 10px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
  width : 437px;
  height : 239px;
}

#sp-item-gallery-4 > ul > li p.item-gallery-content{
  font-weight : bold;
  line-height : 109%;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 11px;
}

#sp-item-gallery-4 > ul > li p.item-gallery-price{
  font-size : 1.6rem;
  font-weight : bold;
  color : #fc2566;
  padding-top : 10px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 10px;
}

#sp-item-gallery-4 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.5rem;
  font-weight : bold;
  color : #fc2566;
}

#sp-item-gallery-4 > ul > li p.item-gallery-price .item-gallery-price-before{
  color : #ff0000;
}

#sp-item-gallery-4 > ul > li p.item-gallery-title{
  font-size : 1.1rem;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

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

#sp-item-gallery-5 > ul > li p.item-gallery-content{
  margin-left : 0px;
}

#sp-item-gallery-5 > ul > li p.item-gallery-icons{
  background-color : transparent;
}

#sp-item-gallery-5 > ul > li p.item-gallery-price{
  font-size : 2rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-5 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.8rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-5 > ul > li p.item-gallery-price .item-gallery-price-before{
  font-size : 1.6rem;
}

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

#sp-item-gallery-6 > ul > li p.item-gallery-price{
  font-size : 2rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-6 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.8rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-6 > ul > li p.item-gallery-price .item-gallery-price-before{
  font-size : 1.6rem;
}

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

#sp-item-gallery-7 > ul > li p.item-gallery-price{
  font-size : 2rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-7 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.8rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-7 > ul > li p.item-gallery-price .item-gallery-price-before{
  font-size : 1.6rem;
}

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

#sp-item-gallery-8 > ul > li p.item-gallery-price{
  font-size : 2rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-8 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.8rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-8 > ul > li p.item-gallery-price .item-gallery-price-before{
  font-size : 1.6rem;
}

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

#sp-item-gallery-9 > ul > li p.item-gallery-price{
  font-size : 2rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-9 > ul > li p.item-gallery-price .item-gallery-price-after{
  font-size : 1.8rem;
  font-weight : bold;
  color : #c81e26;
}

#sp-item-gallery-9 > ul > li p.item-gallery-price .item-gallery-price-before{
  font-size : 1.6rem;
}

#sp-list-5 > li{
  font-size : 1.4rem;
}

#sp-page-title-1{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-page-title-1 h1{
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-page-title-14{
  background-color : #2fdbff;
}

#sp-page-title-15{
  background-color : #2fdbff;
}

#sp-page-title-17{
  background-color : #ff3d7f;
}

#sp-page-title-18{
  background-color : #bf6b04;
}

#sp-page-title-19{
  background-color : #c4c4c4;
}

#sp-page-title-19 h1{
  color : #000000;
}

#sp-page-title-2{
  background-color : #cb9f7c;
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-page-title-3{
  background-color : #4c3627;
  border-top-left-radius : 80px 80px;
  border-top-right-radius : 80px 80px;
  border-bottom-right-radius : 80px 80px;
  border-bottom-left-radius : 80px 80px;
}

#sp-page-title-3 h1{
  color : #ffffff;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 10px;
  padding-bottom : 0px;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-page-title-32{
  background-color : #41291d;
}

#sp-page-title-4{
  background-color : #525d3e;
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-page-title-4 h1{
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-site-branding2-1{
  background-color : #53ece8;
  background-image : url(img/kategorieteaser_AB-Markenwelten.png);
}

#sp-site-branding2-1 .site-title{
  background-image : none;
}

#sp-site-navigation-1{
  font-size : 2rem;
  background-color : #f06a47;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-site-navigation-1 > ul{
  background-color : #a4ca61;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-site-navigation-1 > ul > li li.current_page_item > a{
  background-color : #64b29a;
}

#sp-site-navigation-1 > ul > li li > a{
  font-size : 1.1rem;
  color : #0468bf;
  background-color : #d7f5ba;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 2px;
  border-bottom-width : 0px;
  border-top-style : double;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #fa6900;
  border-left-color : #0468bf;
  border-right-color : #ffd966;
  border-bottom-color : #ffbdb9;
}

#sp-site-navigation-1 > ul > li li > a:visited{
  color : #677369;
  background-color : #a8efeb;
  background-image : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #4ba1d9;
  border-left-color : #4ba1d9;
  border-right-color : #4ba1d9;
  border-bottom-color : #4ba1d9;
  border-top-left-radius : 60px 60px;
  border-top-right-radius : 60px 60px;
  border-bottom-right-radius : 60px 60px;
  border-bottom-left-radius : 60px 60px;
}

#sp-site-navigation-1 > ul > li li > a:hover{
  font-size : 1.3rem;
  color : #ffffff;
  background-color : #0089a6;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  background-color : #77a22e;
  background-image : none;
}

#sp-site-navigation-1 > ul > li > a{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : double;
  border-left-style : double;
  border-right-style : double;
  border-bottom-style : double;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-site-navigation-1 > ul > li > a:hover{
  background-color : #00c1ea;
}

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

  #sp-block-container-11{
    margin-top : 30px;
    margin-bottom : 0px;
    min-height : 16px;
  }

  #sp-block-container-12{
    margin-top : 20px;
  }

  #sp-block-container-15{
    margin-top : 10px;
  }

  #sp-block-container-16{
    margin-top : 20px;
  }

  #sp-block-container-17{
    margin-top : 10px;
  }

  #sp-block-container-22{
    margin-top : 30px;
  }

  #sp-block-container-23{
    min-height : 86px;
  }

  #sp-block-container-24{
    margin-top : 10px;
  }

  #sp-block-container-25{
    margin-top : 10px;
  }

  #sp-block-container-28{
    margin-top : 30px;
  }

  #sp-block-container-29{
    margin-top : 20px;
    min-height : 86px;
  }

  #sp-block-container-3{
    margin-bottom : 10px;
    min-height : 58px;
  }

  #sp-block-container-30{
    min-height : 86px;
  }

  #sp-block-container-31{
    margin-top : 20px;
  }

  #sp-block-container-32{
    margin-top : 10px;
  }

  #sp-block-container-38{
    margin-top : 30px;
  }

  #sp-block-container-39{
    margin-bottom : 6px;
    min-height : 63px;
  }

  #sp-block-container-4{
    margin-top : 10px;
  }

  #sp-block-container-40{
    margin-top : 20px;
  }

  #sp-block-container-41{
    margin-top : 10px;
  }

  #sp-block-container-46{
    margin-top : 30px;
  }

  #sp-block-container-47{
    margin-top : 20px;
  }

  #sp-block-container-48{
    margin-top : 10px;
  }

  #sp-block-container-54{
    margin-top : 30px;
  }

  #sp-button-1{
    width : 882px;
    height : 52px;
  }

  #sp-button-10{
    margin-top : 20px;
    width : 251px;
  }

  #sp-button-11{
    margin-top : 20px;
    margin-bottom : 10px;
    width : 200px;
  }

  #sp-button-12{
    margin-top : 20px;
    width : 251px;
  }

  #sp-button-13{
    margin-top : 20px;
    margin-bottom : 10px;
    width : 200px;
  }

  #sp-button-14{
    margin-top : 20px;
    width : 251px;
  }

  #sp-button-15{
    margin-top : 20px;
    margin-bottom : 10px;
    width : 200px;
  }

  #sp-button-16{
    margin-top : 20px;
    width : 251px;
  }

  #sp-button-17{
    margin-top : 20px;
    margin-bottom : 10px;
    width : 200px;
  }

  #sp-button-18{
    margin-top : 20px;
    width : 251px;
  }

  #sp-button-19{
    margin-top : 20px;
    width : 251px;
  }

  #sp-button-2{
    width : 882px;
    height : 52px;
  }

  #sp-button-3{
    margin-top : 20px;
    width : 899px;
  }

  #sp-button-4{
    margin-top : 20px;
    width : 251px;
  }

  #sp-button-5{
    margin-top : 20px;
    width : 251px;
  }

  #sp-button-6{
    margin-top : 20px;
    width : 251px;
  }

  #sp-button-7{
    margin-top : 20px;
    width : 251px;
  }

  #sp-button-8{
    margin-top : 50px;
    margin-bottom : 12px;
    width : 251px;
  }

  #sp-button-9{
    margin-top : 20px;
    margin-bottom : 10px;
    width : 200px;
  }

  #sp-column-1{
    min-height : 192px;
  }

  #sp-column-2{
    margin-top : 30px;
    margin-bottom : 10px;
    min-height : 130px;
  }

  #sp-column-3{
    margin-top : 40px;
    margin-bottom : 10px;
    min-height : 130px;
  }

  #sp-column-4{
    margin-top : 30px;
    margin-bottom : 10px;
    min-height : 130px;
  }

  #sp-column-5{
    margin-bottom : 10px;
    min-height : 141px;
  }

  #sp-definition-list-4{
    margin-bottom : 20px;
  }

  #sp-definition-list-5{
    margin-top : 50px;
  }

  #sp-html-src-1{
    margin-left : 180px;
  }

  #sp-html-src-2{
    margin-left : 180px;
  }

  #sp-html-src-3{
    margin-top : 3px;
    margin-left : 180px;
  }

  #sp-html-src-4{
    margin-top : 20px;
    margin-left : 180px;
  }

  #sp-image-1{
    margin-top : 5px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 15px;
    width : 100%;
  }

  #sp-image-10{
    margin-top : 10px;
    margin-left : 0px;
    margin-bottom : 10px;
    top : auto;
    bottom : 0px;
    right : auto;
    left : 0px;
  }

  #sp-image-11{
    margin-top : 10px;
  }

  #sp-image-12{
    width : 899px;
  }

  #sp-image-14{
    margin-bottom : 30px;
    width : 901px;
    height : 219px;
  }

  #sp-image-16{
    margin-top : 20px;
  }

  #sp-image-17{
    margin-bottom : 30px;
  }

  #sp-image-2{
    margin-bottom : 10px;
  }

  #sp-image-20{
    margin-top : 20px;
  }

  #sp-image-21{
    margin-top : 30px;
  }

  #sp-image-22{
    margin-top : 30px;
    width : 897px;
    height : 635px;
  }

  #sp-image-23{
    margin-top : 30px;
    width : 898px;
    height : 637px;
  }

  #sp-image-24{
    margin-top : 30px;
  }

  #sp-image-25{
    margin-top : 30px;
  }

  #sp-image-26{
    margin-top : 10px;
  }

  #sp-image-27{
    margin-top : 30px;
    width : 899px;
    height : 396px;
  }

  #sp-image-29{
    margin-bottom : 10px;
  }

  #sp-image-31{
    margin-top : 0px;
  }

  #sp-image-35{
    margin-top : 10px;
    margin-left : 130px;
  }

  #sp-image-37{
    margin-top : 20px;
    width : 900px;
    height : 391px;
  }

  #sp-image-38{
    margin-top : 20px;
  }

  #sp-image-4{
    margin-top : 20px;
    margin-bottom : 10px;
  }

  #sp-image-41{
    margin-left : 10px;
    margin-bottom : 5px;
    width : 867px;
  }

  #sp-image-43{
    margin-top : 15px;
  }

  #sp-image-44{
    margin-left : 0px;
  }

  #sp-image-45{
    margin-left : 0px;
  }

  #sp-image-46{
    margin-left : 0px;
  }

  #sp-image-47{
    margin-top : 20px;
    margin-left : 0px;
  }

  #sp-image-48{
    margin-top : 20px;
    margin-left : 0px;
  }

  #sp-image-49{
    margin-bottom : 20px;
  }

  #sp-image-5{
    margin-top : 30px;
    margin-bottom : 10px;
  }

  #sp-image-52{
    margin-top : 10px;
  }

  #sp-image-55{
    margin-top : 10px;
  }

  #sp-image-56{
    margin-left : 88px;
  }

  #sp-image-58{
    margin-top : 5px;
  }

  #sp-image-59{
    width : 899px;
  }

  #sp-image-6{
    width : 900px;
  }

  #sp-image-7{
    margin-top : 10px;
    width : 897px;
    height : 241px;
  }

  #sp-image-9{
    margin-bottom : 30px;
    width : 899px;
    height : 242px;
  }

  #sp-item-gallery-1{
    margin-left : 25px;
  }

  #sp-item-gallery-10{
    min-height : 367px;
  }

  #sp-item-gallery-11{
    margin-left : 10px;
  }

  #sp-item-gallery-12{
    min-height : 367px;
  }

  #sp-item-gallery-13{
    margin-left : 10px;
  }

  #sp-item-gallery-14{
    margin-left : 20px;
    height : 367px;
    min-height : 367px;
  }

  #sp-item-gallery-2{
    margin-left : 25px;
  }

  #sp-item-gallery-3{
    margin-left : 10px;
  }

  #sp-item-gallery-4{
    margin-left : 10px;
  }

  #sp-item-gallery-5{
    min-height : 367px;
  }

  #sp-item-gallery-6{
    min-height : 367px;
  }

  #sp-item-gallery-7{
    min-height : 367px;
  }

  #sp-item-gallery-8{
    margin-right : 0px;
    min-height : 367px;
  }

  #sp-item-gallery-9{
    min-height : 367px;
  }

  #sp-list-1{
    margin-bottom : 20px;
  }

  #sp-page-title-12{
    margin-bottom : 30px;
  }

  #sp-page-title-15{
    margin-top : 20px;
  }

  #sp-page-title-16{
    margin-top : 20px;
  }

  #sp-page-title-24{
    margin-top : 50px;
  }

  #sp-page-title-7{
    margin-top : 30px;
  }

  #sp-page-title-8{
    margin-top : 30px;
  }

  #sp-photo-motion-1{
    width : 900px;
    height : 300px;
  }

  #sp-site-branding2-1{
    min-height : 167px;
  }

  #sp-site-branding2-1 > .extra{
    min-height : 55px;
    top : auto;
    bottom : 72px;
    right : 0px;
    left : auto;
  }

  #sp-site-branding2-1 > .site-description{
    top : 15px;
    bottom : auto;
    right : -1px;
    left : auto;
  }

  #sp-site-navigation-1{
    margin-left : 0px;
    margin-right : 0px;
    width : 900px;
    min-height : 60px;
  }
}

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

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