#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 : #8fc31f;
  border-left-color : #8fc31f;
  border-right-color : #8fc31f;
  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 : #8fc31f;
  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 : #8fc31f;
}

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

#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 : #8fc31f;
}

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

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

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

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

#sp-site-navigation-1 > ul > li > a{
  color : #000000;
  background-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 : #8fc31f;
}

@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 : #8fc31f;
    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 : #ffffff;
    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 : #000000;
    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-block-container-21 > p.copyright{
  text-align : center;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  width : 100%;
}

#sp-block-container-54{
  color : #000000;
}

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

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

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

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

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

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

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

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

  #sp-block-container-104{
    min-height : 119px;
  }

  #sp-block-container-190{
    width : 512px;
  }

  #sp-block-container-2{
    min-height : 31px;
  }

  #sp-block-container-216{
    width : 590px;
  }

  #sp-block-container-226{
    width : 590px;
  }

  #sp-block-container-234{
    width : 590px;
  }

  #sp-block-container-243{
    width : 590px;
  }

  #sp-block-container-254{
    width : 590px;
  }

  #sp-block-container-263{
    width : 590px;
  }

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

  #sp-block-container-43{
    min-height : 24px;
  }

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

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

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

  #sp-button-1{
    width : 226px;
    height : 29px;
  }

  #sp-button-10{
    width : 203px;
    height : 36px;
  }

  #sp-button-11{
    width : 246px;
    height : 42px;
  }

  #sp-button-12{
    width : 203px;
    height : 36px;
  }

  #sp-button-13{
    width : 329px;
    height : 52px;
  }

  #sp-button-14{
    width : 329px;
    height : 52px;
  }

  #sp-button-15{
    width : 329px;
    height : 52px;
  }

  #sp-button-2{
    width : 212px;
    height : 35px;
  }

  #sp-button-3{
    width : 242px;
    height : 51px;
  }

  #sp-button-4{
    width : 215px;
    height : 37px;
  }

  #sp-button-5{
    width : 197px;
    height : 33px;
  }

  #sp-button-6{
    width : 237px;
    height : 40px;
  }

  #sp-button-7{
    width : 246px;
    height : 42px;
  }

  #sp-button-8{
    width : 203px;
    height : 36px;
  }

  #sp-button-9{
    width : 246px;
    height : 42px;
  }

  #sp-google-map-1{
    width : 399px;
    min-height : 279px;
  }

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

  #sp-image-102{
    width : 579px;
    height : 461px;
  }

  #sp-image-103{
    width : 549px;
    height : 399px;
  }

  #sp-image-15{
    width : 589px;
    height : 440px;
  }

  #sp-image-27{
    width : 336px;
    height : 314px;
  }

  #sp-image-38{
    width : 371px;
    height : 259px;
  }

  #sp-image-39{
    width : 387px;
    height : 243px;
  }

  #sp-image-40{
    width : 382px;
    height : 285px;
  }

  #sp-image-41{
    width : 422px;
    height : 316px;
  }

  #sp-image-42{
    width : 460px;
    height : 344px;
  }

  #sp-image-44{
    width : 392px;
    height : 273px;
  }

  #sp-image-45{
    width : 387px;
    height : 243px;
  }

  #sp-image-52{
    width : 533px;
    height : 404px;
  }

  #sp-image-6{
    width : 570px;
    height : 114px;
  }

  #sp-image-66{
    width : 535px;
    height : 400px;
  }

  #sp-image-71{
    width : 543px;
    height : 101px;
  }

  #sp-image-73{
    width : 533px;
    height : 358px;
  }

  #sp-image-79{
    width : 500px;
    height : 373px;
  }

  #sp-image-80{
    width : 382px;
    height : 286px;
  }

  #sp-image-81{
    width : 515px;
    height : 197px;
  }

  #sp-site-branding2-1 > .site-title{
    width : 450px;
    height : 69px;
  }
}

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

  #sp-google-map-1{
    width : 400px;
    min-height : 350px;
  }

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

  #sp-site-navigation-1{
    width : 324px;
  }
}