#logo {
  margin-top: 5px;
}

.head_tag {
  font-size: 24px;
  margin-top: -10px !important;
  text-shadow: 1px 1px 2px #aeaeae;
}

.socialicons {
  margin-top: 40px;
}

#nav {
  font-size: 16px;
  text-shadow: 1px 1px 2px #aeaeae;
  margin-top: 5px !important;
}

.sf-menu ul {
  font-size: 12px;
  min-width: 200px;
}

.sf-menu li ul {
margin-top: 5px;
}
.sfHover > a{
color: black !important;
}

.homeimg {
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}


.homeimg:hover {
-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: .9;
}

.slideshow img {
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}


.slideshow img:hover {
-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: .9;
}

.minigallery li {
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
}


.minigallery li:hover {
-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
box-shadow: 2px 2px 3px 1px rgba(0,0,0,.5);
  -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: .9;
}

.inputButton, a.inputButton:link {
background-color: #0f1896;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

.inputButton:hover, a.inputButton:hover {
background-color: #99ccff;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.inputButton, a.inputButton:link {
background-color: #0f1896 !important;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
  text-shadow: 1px 1px 2px #292929;
}

.inputButton:hover, a.inputButton:hover {
background-color:#99ccff !important;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#AddressBlock {
  display: none;
}