﻿.dropdown a img {
  margin-top: -3px;
  width: 25px;
}
#links a img {
  margin: 3px;
}
.centered-image {
  margin: auto;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent !important;
}
.validation-summary-errors {
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  top: 8px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.field-validation-error {
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  top: 8px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert {
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  top: 8px;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.centered-image {
  margin: auto;
}
.image-sec {
  position: relative;
}
.image-overlay {
  position: absolute;
  text-align: center;
  background: rgba(142, 198, 63, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.image-overlay p {
  position: absolute;
  top: 50%;
  color: #fff;
  margin-top: -10px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.image-overlay p i {
  font-size: 44px;
  color: #fff;
}
.image-sec:hover .image-overlay {
  opacity: 1;
}
#blog-paralax {
  background-color: #444;
  background-position: center 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
  display: table;
  width: 100%;
  height: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
}
.blog-parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(44, 62, 80, 0.2);
  z-index: 2;
}
.raw-text * {
  font-family: 'Open Sans', sans-serif !important;
  text-align: justify;
}
.gallery-description * {
  color: white !important;
  font-size: 14pt !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100% !important;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  height: 0;
  opacity: 0.5;
  width: 0;
}
.caret-right-position {
  float: right;
  display: inline-block;
}
@media (max-width: 767px) {
  .dropdown-submenu .dropdown-menu {
    margin-left: 20px;
  }
  .drop-220 {
    width: auto;
  }
}
.drop-220 {
  width: 220px;
}
@media (max-width: 767px) {
  .center-heading {
    margin-bottom: 0 !important;
  }
  .center-heading.text-center h2 {
    font-size: 28px !important;
  }
}
/*# sourceMappingURL=site.css.map */