html {
  position: relative;
  min-height: 100%;
  /*
  margin: 0;
  padding: 0;
  width: 100%;
  */ }

body {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  background: url(../img/bg1.jpg) no-repeat center center fixed;
  background-color: #e3e3e3;
  overflow-x: hidden;
  background-size: cover; }
  @media (min-width: 992px) {
    body {
      min-height: 100%;
      padding: 0px; } }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase; }

table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ddd; }
  table th {
    border: 1px solid #ddd; }
  table td {
    border: 1px solid #ddd; }
  table thead tr th {
    padding: 8px;
    background-color: #0092ce;
    color: #FFF; }
  table tbody tr th {
    padding: 8px; }
  table tbody tr td {
    padding: 8px; }
  table tbody tr:nth-of-type(even) {
    background-color: #e1e2e1; }
  table tbody tr:nth-of-type(odd) {
    background-color: #e1e2e1; }

/*
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	padding-top: 15px;
	color: white;
	background-color: $colorMain;
}
 */
footer {
  position: absolute;
  color: white;
  background-color: #0092ce;
  bottom: 0;
  width: 100%;
  height: 50px; }
  footer p {
    padding: 12px;
    margin: 0; }

/*
.bgimg-0 {
	top: 0;
	@media (min-width: 768px) {
		top: -100;
	}
}
*/

/* Bootstrap 3 - center image */
.img-responsive {
  margin: 0 auto;
}

.bgimg-0 {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .bgimg-0 {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear;
      height: 0;
      padding-bottom: 0px; } }

.bgimg-1 {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  height: 0; }
  .bgimg-1 h1 {
    margin-bottom: 0px; }
  .bgimg-1 .img-logo-desktop {
    width: 0px;
    height: auto; }
  @media (min-width: 992px) {
    .bgimg-1 {
      visibility: visible;
      opacity: 1;
      height: auto;
      margin-bottom: 2rem; }
      .bgimg-1 .img-logo-desktop {
        width: 400px; } }

.vertical-spacer {
  margin-bottom: 2rem; }

.navbar {
  position: relative; }
  @media (min-width: 992px) {
    .navbar {
      position: absolute; } }

.navbar-custom {
  background-color: #0092ce; }
  .navbar-custom .navbar-brand {
    color: #FFFFFF;
    font-size: 40px; }

#desktop-nav {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  height: 0; }
  @media (min-width: 992px) {
    #desktop-nav {
      visibility: visible;
      opacity: 1;
      height: auto; } }

.main-nav a {
  font-size: 16px;
  color: #FFFFFF;
  border-color: #5dc2ff;
  background-color: #0092ce;
  -webkit-transition: background .4s ease-in-out, color .4s ease-in-out;
  transition: background .4s ease-in-out, color .4s ease-in-out; }
  .main-nav a:hover {
    color: #0092ce;
    background-color: rgba(255, 255, 255, 0.8); }
  .main-nav a.active {
    color: #0092ce;
    background-color: #FFFFFF; }

.list-group .header {
  background-color: #FFFFFF;
  color: #0092ce;
  font-weight: bold; }

.jumbotron {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: rgba(255, 255, 255, 0.85); }
  .jumbotron img {
    max-width: 100%;
    height: auto !important; }

.jumbotron-admin {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 10px;
  /*background-color: white;*/ }

/* TEMPORARY SOLUTION */
.hideShowPassword-toggle {
  position: absolute;
  top: 19px !important; }

.clearfix {
  clear: both; }

#admin-nav .btn {
  margin-top: 2px;
  margin-bottom: 2px; }

/*# sourceMappingURL=main.style.css.map */


/* Gallery */

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* END GALLERY */
