html,
body {
 height: 100%;

}
.background-image-container {
  width:100vw;
  height:100vh;
  position: fixed;
  top:0;
  left:0;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (orientation: landscape) and (max-width:991px), (min-width:992px) {
  .background-image-container {
    background-size: contain;
    background-position:center top;
  }
}

img,
video,
iframe {
  max-width:100%;
  height:auto;
}
p {
 line-height: 1.6em;
}
header {
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index:2;
  padding:1em 2%;
}
#footer {
  position:relative;
}
section {
  min-height:100vh;
}
section a {
  text-decoration: none;
}
@media (min-width:800px) {
  h2 {
    font-size:1.8em;
  }
}

.container {
  max-width:75em;
  margin:0 auto;
  padding: 10em  3.5% 0;
}
.container .inner {
  padding:3.5%;
}
footer {
  padding:1em;
  text-align: center;
}
footer .container {
  padding-top:0;
}
footer a {
  text-decoration: none;
}
a {
  color:inherit;
}

/* ==================================================
	preloader
====================================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
/* ==================================================
	scrollToTop
==================================================== */
.scrollToTop {
  width: 42px;
  height: 42px;
  padding: 8px 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.scrollToTop:hover,
.scrollToTop:visited,
.scrollToTop:focus {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.scrollToTop img {
  filter: brightness(0) invert(1);
}


.nav-toggler {
  width:2.2em;
  padding:0;
  border:0;
  background: transparent;
  outline:none;
  cursor: pointer;
  float:right;
}
@media (min-width:800px) {
  .nav-toggler {
    display: none;
  }
}
.icon-bar {
  height:5px;
  margin-bottom:6px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.nav-main-and-title {
  display: none;
}
@media(min-width:800px) {
  .nav-main-and-title {
    display: block !important;
  }
}
.nav-main ul {
  padding:0;
  margin:0;
  list-style-type: none;
}

.nav-main a {
  text-decoration: none;
  display: inline-block;
  padding:.5em 0;
}
@media (min-width:800px) {
  .nav-main {
    float:right;
  }
  .nav-main li {
    float:left;
    margin-right:1em;
  }
}
.nav-main li.active {
  font-weight: bold;
}
.logo {
  display: block;
  margin-right:2em;
}
h1 {
  margin:.5em 0;
}
h1 a {
  text-decoration: none;
}
@media (min-width:800px) {
  .logo {
    float:left;
  }
  .nav-main-and-title {
    float:left;
  }
  h1 {
    float:left;
    margin:0;
    margin-right:2em;
  }
}
.webcams .items {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.grid {
  margin-left:-2%;
  width:104%;
}
.webcams .section-heading {
  flex:0 0 100%;
}
.webcams .item {
  flex:0 0 96%;
  padding:2%;
}
.webcams h4 {
  margin:.25em 0;
}
@media (min-width:600px) {
  .webcams .item {
    flex:0 0 50%;
    padding:2%;
  }
}

.item figure {
  margin:0;
}
.item img {
  border:3px solid #fff;
}
.images-archive ul {
  padding:0;
  list-style-type: none;
}
.portfolio-filter {
  display: flex;
  flex-wrap:wrap;
}
.portfolio-filter.grid {
  width:102%;
  margin-left:-1%;
}
.portfolio-filter li {
  margin:1%;
}
.portfolio-filter li {
  flex:0 0 48%;
}
.portfolio-filter .thumb {
  position: relative;
  border:2px solid #fff;
  overflow: hidden;
}
@media (min-width:600px) {
  .portfolio-filter li {
    flex:0 0 23%;
  }
}
@media (min-width:1000px) {
  .portfolio-filter li {
    flex:0 0 12.25%;
  }
}

.thumb .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.thumb img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  min-width:100%;
}
.thumb a.info {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 7px 14px;
  border-radius:0;
  position: absolute;
  height:100%;
  width:100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.thumb a.info:hover {
  background: rgba(255, 255, 255, 0.3);
}
.thumb:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumb:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.thumb:hover h2,
.thumb:hover a.info {
  opacity: 1;
  -ms-transform: translatey(0);
  transform: translatey(0);
}
.thumb:hover a.info {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumb .info img {
  width:1em;
  height:1em;
}

.page-login {
  min-height:100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color:#ebedef;
}
.login-area {
  text-align: center;
}
.login-area h1 {
  width:100%;
  display: block;
  float:none;
  margin-bottom:.5em;
}
.login-area form {
  background-color: #fff;
  margin:0 auto;
  max-width:100%;
  width:25em;
  padding:2em;
  box-shadow: .05em .05em .2em rgba(0, 0, 0, .1);
  border-radius: .2em;
}
.login-form label {
  font-size: .9em;
  text-align: left;
}
.login-form .form-item {
  margin-bottom:1em;
}
.login-form .form-item:last-child {
  margin-bottom:0;
}
.login-form .form-item label {
  display: block;
  font-weight: bold;
  margin-top: .5em;
  margin-bottom: .5em;
}
.login-form input {
  border-radius: .15em;
  border: 1px solid #eaeaea;
  box-shadow: .05em .05em .2em rgba(0, 0, 0, .13) inset;
  background-color: #fff;
  width:100%;
  padding:.5em 1em;
}
.login-form button {
  background-image: linear-gradient(35deg, #33a4d4, #72c0e1);
  color: #fff;
  font-weight: bold;
  border-radius: .2em;
  padding: .5em 1em;
  display: inline-block;
  border:0;
  outline:none;
  transition: opacity .2s;
  cursor: pointer;
}
.login-form button:hover {
  opacity:.9;
}
.login-form .errors {
  background-color: #c00000;
  list-style-type: none;
  padding:.5em 1em;
  color:#fff;
  border-radius:.2em;
  display: none;
}
.login-area .forgotten-pw a {
  text-decoration: none;
  opacity:.7;
}