@charset "utf-8";
/* CSS Document */

/** 2.17 Wells Addons */
.well-lg {
  padding: 30px;
  border-radius: 0; }

/** 2.18 Scaffolding Addons */
.page {
  overflow: hidden;
  background-color: #fafafa; }

.img-rounded {
  border-radius: 5px; }

.img-cover {
  width: 100%;
  height: auto; }

.img-bordered-white {
  border: 2px solid #fff; }

.img-semi-transparent {
  opacity: .5;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
  will-change: transform; }
  .img-semi-transparent:hover {
    opacity: 1; }

.element-fullwidth {
  width: 100%; }

.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.img-mobile-half-width {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 480px) {
    .img-mobile-half-width {
      max-width: none; } }
	  
	  
