.ImagesFrameCrop,
.ImagesFrameCrop0,
.carousel-inner,
.collapsing,
.dropdown-menu .divider,
.embed-responsive,
.media,
.media-body,
.modal,
.modal-open,
.nav .nav-divider,
.progress,
svg:not(:root) {
  overflow: hidden;
}
.ImagesFrameCrop img,
.ImagesFrameCrop0 img {
  max-height: 150%;
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
.ImagesFrame {
  position: relative;
  z-index: 1;
}
.ImagesFrame:before {
  content: "";
  display: block;
  padding-bottom: 96.43%;
}
.ImagesFrameCrop,
.ImagesFrameCrop0 {
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ImagesFrameCrop0 img {
  max-width: 100%;
}
.ImagesFrameCrop img {
  max-width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ImagesFrameCrop img.wide,
.ImagesFrameCrop0 img.wide {
  height: 100%;
  max-width: none;
}
.ImagesFrameCrop0 img {
  position: relative;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.ImagesFrameCrop img.tall,
.ImagesFrameCrop0 img.tall {
  width: 100%;
  max-height: none;
}
.ImagesFrameCrop img .ImagesFrameCrop0 img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ImagesFrameCrop0 img.wide {
  -webkit-transform: translate3d(-50%, -50%, 50px) !important;
  transform: translate3d(-50%, -50%, 50px) !important;
}
.ImagesFrameCrop0 img.tall {
  -webkit-transform: translate3d(-50%, -50%, 50px) !important;
  transform: translate3d(-50%, -50%, 50px) !important;
}
.ImagesFrameCrop img,
.ImagesFrameCrop0 img {
  -webkit-transition: all .5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ImagesFrameCrop:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.ImagesFrameCrop0 img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
*/
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
img {
  max-width: 100%;
}
button {
  outline: none;
}
/*.no-gutters {
    margin-right: -10px;
    margin-left: -10px;

    > .col,
    > [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
}*/
ul li {
  list-style: none;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 992px) {
  .col-md-45 {
    width: 37.5%;
    position: relative;
    min-height: 1px;
    float: left;
  }
  .col-md-75 {
    width: 62.5%;
    position: relative;
    min-height: 1px;
    float: left;
  }
}
.send-email-fixed,
.back-top {
  z-index: 2;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 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: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.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;
}
