/* html {
  background: #222;
} */

body {
  font-size: 160%;
  font-weight: 300;
}
h1,
h2,
h3 {
  font-weight: normal;
  margin-bottom: 2rem;
}
p,
p:last-child {
  margin-bottom: 2rem;
}
.carousel-control {
  font-size: 3rem;
}
.navbar-brand {
  font-weight: normal;
  color: #333333 !important;
}
.header {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  background: #eeeeee no-repeat center center;
  background-size: cover;
}
.header .breadcrumb {
  background: transparent;
  font-size: 12px;
  opacity: 0.5;
}
.header .jumbotron {
  margin: 0;
  padding: 12rem 0 6rem 0;
  background-color: transparent;
}
.header .jumbotron h1,
.header .jumbotron h2 {
  font-size: 63px;
  font-weight: 300;
  margin: 0 0 1rem 0;
}
.header-top {
  position: absolute;
  top: 5rem;
  width: 100%;
  z-index: 1;
}
.header-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.header-bottom .nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}
.main {
  padding: 4rem 0 2rem 0;
}
.main-col {
  margin-bottom: 2rem;
}
.region-sidebar-first .nav {
  margin: 0 -1.9rem;
}
.region-sidebar-first .nav > li > a {
  padding: 1rem 1.9rem;
}
.bottom {
  background: #eeeeee;
  padding: 4rem 0;
}
.region-share .at-share-btn {
  float: left;
  width: 20%;
  max-width: none !important;
  max-height: 5rem !important;
  margin: 0 !important;
  padding: 0.9rem;
  text-align: center;
  cursor: pointer;
}
.region-share .at_flat_counter {
  float: left;
  margin: 0.9rem 0 0.9rem -6rem !important;
}
.footer {
  background: #222;
  color: #777777;
  margin-top: 0;
  padding: 2rem 0;
  border: none;
  text-align: center;
}
.footer a {
  color: #9d9d9d;
  text-decoration: none;
}
.footer a:hover {
  color: white;
}
.footer hr {
  border-color: #333333;
}
.footer .block {
  padding: 2rem 0;
}
.footer .block + .block {
  border-top: 1px solid #333333;
}
#block-menu-menu-footer-sitemap {
  text-align: left;
}
#block-menu-menu-footer-sitemap li {
  margin-top: 0.5rem;
}
#block-menu-menu-footer-sitemap li.root {
  margin-bottom: 1.5rem;
}
#block-menu-menu-footer-sitemap li.root > a {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
}
#block-menu-menu-footer-sitemap li.root > ul {
  margin-top: 1.5rem;
}

/* Custom code */

.login-title {
  font-size: 26px;
  text-align: center;
}

.login-subtitle {
  line-height: normal;
  text-align: center;
}

.btn {
  margin-bottom: 10px;
  text-align: center;
}

.user-picture {
  float: right;
}

.navbar-brand {
  font-size: 22px;
}

@media screen and (max-width: 400px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 40px !important;
  }
}

.stButton .stMainServices {
  height: 22px !important;
}

.multipage-controls-list #edit-actions {
  float: right;
}

.geolocation-address .form-type-item .form-type-textfield {
  float: none;
}

.region-highlighted .form-select
{
  margin: 0 10px 0 10px;
}

.region-highlighted .btn {
  margin-left: 10px;  
}

.ip-geoloc-address .form-item-street-address {
    max-width: 300px;
    margin-left: 5px;
}

#edit-find {
  background-image: -webkit-radial-gradient(circle, #4caf50 80%, #439a46 81%);
  background-image: -o-radial-gradient(circle, #4caf50 80%, #439a46 81%);
  background-image: radial-gradient(circle, #4caf50 80%, #439a46 81%);
  background-repeat: no-repeat;
  -webkit-background-size: 200% 200%;
          background-size: 200%;
  background-position: 50%;
  -webkit-transition: background-size 2s;
       -o-transition: background-size 2s;
          transition: background-size 2s;
}

#edit-find {
    color: #ffffff;
    background-color: #4caf50;
    border-color: transparent;
}


#edit-find--2 {
  background-image: -webkit-radial-gradient(circle, #4caf50 80%, #439a46 81%);
  background-image: -o-radial-gradient(circle, #4caf50 80%, #439a46 81%);
  background-image: radial-gradient(circle, #4caf50 80%, #439a46 81%);
  background-repeat: no-repeat;
  -webkit-background-size: 200% 200%;
          background-size: 200%;
  background-position: 50%;
  -webkit-transition: background-size 2s;
       -o-transition: background-size 2s;
          transition: background-size 2s;
}

#edit-find--2 {
    color: #ffffff;
    background-color: #4caf50;
    border-color: transparent;
}

.col-sm-6 .field {
  margin-bottom: 10px;
}

.embedded-video {
  position: relative;
  padding-top: 56.25%;
}

.embedded-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.field-name-submitted-by {
    font-style: italic;
    font-weight: 400;
    color: #777;
}

video {max-width: 100%} /* the usual RWD shebang */
.video-js {
    width: auto !important; /* override the plugin's inline dims to let vids scale fluidly */
    height: auto !important;
}


.video-js video {position: relative !important;}
 /* The video should expand to force the height of the containing div.
 One in-flow element is good. As long as everything else in the container
 div stays `position: absolute` we're okay */


.video-js .vjs-big-play-button {
    top: 50%; /* errrr, why isn't the play button centered in the default skin? :) */
    left: 50%;
    margin:-4em 0 0 -6em; /* the old negative margin trick */
}

.flex-direction-nav a::before {
    font-size: 30px;
}

.view-blog h2 {
  margin-top: 0;
}

.view-blog .views-row {
  margin-bottom: 1em;
}

.region-sidebar-second h2 {
  font-size: 30px;
}

.subscribe {
  margin-top: 20px;
}

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

.flex-caption {
  border: 1px solid #CCC;
  border-top: none;
  padding-top: 0.5ex;
  font-size: small;
  text-align: center;
  background: #F3F3F3;
  padding: 0.5ex;
}

#auth_box {
  width: 330px;
}

.field-name-field-image-360-description {
  margin: 0 0 30px 0;
  line-height: 0;
}

.field-name-field-image-360 .help-block {
  color: black;
  font-size: 13px;
}

.filter-wrapper { display: none; }

html.front {
  background:transparent;
}

/* Register code Home 

header {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-right: 20px
}

#new-homepage #navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: transparent;
  border: none
}

.text-center {
  text-align: center;
}

#new-homepage .navbar {
  position: relative;
  margin-top: 20px;
}

#new-homepage .global-nav ul {
  list-style: none;
}

#new-homepage .global-nav li {
  width: 145px
}

ul.global-nav>li {
  border: none;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 14px
}

#new-homepage .global-nav a {
  color: #000;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase
}

ul.global-nav>li>a {
  box-sizing: border-box;
  padding: 19px 1em;
  display: block;
  line-height: 1em;
  cursor: pointer;
  text-decoration: none;
}

#auth_box #middle_part {
  margin-top: 175px;
}

.register {
  width: 350px;
  margin: 40px auto 0 auto;
  padding: 45px 20px 45px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

.front img {
  width: 150px;
} */