html,
body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #333E48;
  font-size: 16px;
}
body {
  padding-top: 40px;
}
a,
a:link,
a:hover,
a:active,
a:visited {
  color: #1EBBF0;
}
a.text-danger,
a:link.text-danger,
a:hover.text-danger,
a:active.text-danger,
a:visited.text-danger {
  color: #E9531E;
}
a.text-warning,
a:link.text-warning,
a:hover.text-warning,
a:active.text-warning,
a:visited.text-warning {
  color: orange;
}
a.btn {
  color: #FFF;
}
h1 {
  color: #1EBBF0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#000000)";
  /*IE 8*/
  text-shadow: -1px 0 2px #000000;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  margin: 30px 0;
}
.wrap {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  height: auto;
  margin: 0 auto 0;
  padding: 0 0 40px 0;
}
.wrap > .container {
  padding: 0 15px;
}
.main-title {
  text-align: center;
}
.main-title h1 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.line-through {
  position: relative;
}
.line-through:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0;
  background-color: #1EBBF0;
  z-index: -1;
}
.footer {
  background-color: #1A1C20;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
  font-size: 14px;
  margin-top: -40px;
}
.footer ul {
  list-style-type: none;
}
.footer ul.align-left {
  border-left: 1px solid #1EBBF0;
  padding-left: 10px;
}
.footer ul.align-right {
  border-right: 1px solid #1EBBF0;
  padding-right: 10px;
  text-align: right;
}
.footer ul li a {
  text-decoration: none;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  line-height: 30px;
}
.footer ul li a:hover {
  color: #1EBBF0;
}
.footer .socials {
  margin-bottom: 10px;
}
.footer .socials > div {
  display: inline-block;
  width: 30px;
  margin: 0 4px;
  background-color: #FFF;
  border-radius: 3px;
}
.footer .socials > div.facebook {
  background-color: #3b5998;
}
.footer .socials > div.twitter {
  background-color: #00aced;
}
.footer .socials > div.youtube {
  background-color: #bb0000;
}
.footer .socials > div.instagram {
  background-color: #517fa4;
}
.footer .socials > div.googleplus {
  background-color: #dd4b39;
}
.footer .socials > div a {
  color: #FFF;
  line-height: 30px;
  font-size: 16px;
}
.footer .socials > div a:hover {
  color: #FFF;
}
.not-set {
  color: #c55;
  font-style: italic;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
  padding: 8px;
}
.nav > li > form > button:hover {
  text-decoration: none;
}
/***********
LAYOUT
************/
h1,
h2,
h3,
h4,
h5 {
  color: #1EBBF0;
}
.navbar {
  background-color: #FFF;
}
.navbar.collapsed {
  background: rgba(255, 255, 255, 0.9);
  min-height: 40px;
}
.navbar.collapsed .navbar-brand > img {
  height: 30px;
}
.navbar.collapsed .navbar-nav > li > a,
.navbar.collapsed .navbar-nav > li .btn-link {
  padding: 6px 10px;
}
.navbar-brand {
  height: auto;
  padding: 5px 0;
}
.navbar-brand > img {
  height: 60px;
  -webkit-transition: height 400ms;
  -moz-transition: height 400ms;
  -ms-transition: height 400ms;
  -o-transition: height 400ms;
  transition: height 400ms;
}
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
}
.navbar-nav > li form {
  padding: 0;
}
.navbar-nav > li > a,
.navbar-nav > li .btn-link {
  font-size: 20px;
  line-height: 30px;
  padding: 20px 10px;
  color: #1EBBF0;
  text-transform: uppercase;
  -webkit-transition: padding 400ms;
  -moz-transition: padding 400ms;
  -ms-transition: padding 400ms;
  -o-transition: padding 400ms;
  transition: padding 400ms;
}
.navbar-nav > li > a.red,
.navbar-nav > li .btn-link.red {
  color: #F00;
}
.wpslider {
  margin-bottom: 30px;
}
.pre-footer {
  padding: 50px 0 80px 0;
}
.pre-footer h3 {
  color: #1EBBF0;
  text-transform: uppercase;
  margin: 60px 0 0px 0;
  font-weight: normal;
  font-size: 20px;
}
.pre-footer p {
  font-size: 18px;
  margin-bottom: 20px;
}
.pagination {
  margin: 0 auto;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1EBBF0;
  border: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #FFF;
  background-color: #1A1C20;
}
.pagination > li > a,
.pagination > li > span {
  color: #333E48;
  border: 0;
}
.btn {
  border-radius: 0;
}
.btn-default,
a.btn-default {
  background-color: #1EBBF0;
  border-color: #1EBBF0;
  color: #FFF;
  outline: hidden;
}
.btn-default:hover,
a.btn-default:hover {
  background-color: #1EBBF0;
  color: #FFF;
  border-color: #1EBBF0;
}
.btn-default:active,
a.btn-default:active,
.btn-default:focus .btn-default:active:hover,
.btn-default:focus a.btn-default:active:hover,
a.btn-default:focus .btn-default:active:hover,
a.btn-default:focus a.btn-default:active:hover,
.btn-default:active:focus,
a.btn-default:active:focus {
  background-color: #575656;
  color: #FFF;
  outline: hidden;
}
.btn-light,
a.btn-light,
.btn-light-green {
  border: 1px solid #333E48;
  padding: 6px 10px 4px 10px;
  border-radius: 0;
  text-align: center;
  color: #333E48;
  background: #FFF;
  font-weight: lighter;
}
.btn-light:hover,
a.btn-light:hover,
.btn-light-green:hover {
  color: #1EBBF0;
}
.btn-light-green,
a.btn-light-green {
  border-radius: 3px;
  color: #1EBBF0;
}
select.btn-light:hover {
  color: #333E48;
}
.btn-large {
  border-radius: 0;
  width: 80%;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #1EBBF0;
  border-color: #b3b3b3;
}
.btn-primary {
  background: #00a4d8;
  border-color: #00a4d8;
  color: #FFF;
}
.btn-primary:hover {
  background: #00a4d8;
  border-color: #00a4d8;
}
.alert-success {
  background-color: #A0C520;
  color: #FFF;
}
.alert-error {
  background-color: #E9531E;
  color: #FFF;
}
.form-control {
  border-radius: 0;
  border-color: #000;
  color: #000;
  outline: 0;
}
.form-control::placeholder {
  color: #4e4e4e;
}
/**
  HOMEPAGE
  **/
.contentbloc {
  padding: 20px 0;
}
.messageform label {
  font-weight: normal;
}
input[type="text"],
textarea,
.btn {
  border-radius: 3px;
}
.lb-data .lb-caption {
  font-size: 18px;
  cursor: pointer;
  padding-top: 6px;
  display: inline-block;
}
.lb-data .lb-caption:hover {
  color: #FFF;
}
img.lb-image {
  pointer-events: none;
}
.ui-dialog {
  z-index: 99999;
}
.ui-dialog-titlebar {
  display: none;
}
.directory-container {
  position: relative;
  margin: 40px;
  display: inline-block;
}
.directory-container h2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  color: #FFF;
  pointer-events: none;
}
.directory-container p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  text-align: center;
  color: #FFF;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
#images-masonry .masonry-container {
  column-count: 4;
  column-gap: 1em;
}
#images-masonry .masonry-item {
  background-color: #FFF;
  display: inline-block;
  margin: 0 1em 1em;
  width: 100%;
  padding: 3px;
  border-radius: 3px;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=153, Color=#B5A7AC)";
  /*IE 8*/
  -moz-box-shadow: 2px 1px 5px rgba(181, 167, 172, 0.5);
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 1px 5px rgba(181, 167, 172, 0.5);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 1px 5px rgba(181, 167, 172, 0.5);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#B5A7AC);
  /*IE 5.5-7*/
}
#images-masonry .masonry-item a.download-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#images-masonry .masonry-item a.btn-delete-pic {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 4px;
  text-align: center;
  color: #D00;
  background-color: #FFF;
  font-size: 12px;
}
#images-masonry .masonry-item a.btn-delete-pic:hover {
  text-decoration: none;
}
#images-masonry .pagination {
  margin: 20px auto;
}
.mrxs {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .nav li > form {
    padding: 3px;
  }
  #images-masonry .masonry-container {
    column-count: 2;
    column-gap: 1em;
  }
}
