html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  background: url("../img/background.jpg") no-repeat fixed;
  background-size: cover; }

#wrapper {
  min-height: 100%;
  position: relative; }

.content {
  padding-bottom: 200px; }

.header {
  border-bottom: 1px solid #999999; }

#header .brand {
  background: #fff;
  background-image: none; }

#header .brand img {
  margin-top: 20px; }

::selection {
  background: #ff0059;
  color: #fff; }

.settings a {
  color: #ff0059; }

.panel-page-info {
  width: 90%;
  border: 1px solid #d4d4d4;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background-color: #FDFEFF; }

.panel-top .description {
  padding: 20px 50px; }

.panel-page-info h2 {
  font-weight: 300;
  color: #404040;
  font-size: 43px;
  letter-spacing: 0.2px;
  text-align: center; }

.panel-top h2 {
  color: #1a1a1a;
  text-align: left; }

.panel-page-info p {
  padding-bottom: 10px;
  font-size: 15px;
  text-align: center; }

.panel-top p {
  text-align: left; }

.panel-top .picture {
  margin-top: -40px; }

@media (max-width: 992px) {
  .panel-top .picture {
    margin-top: 20px; } }

.panel-top {
  margin-top: 70px; }

.panel-mid .description {
  width: 80%;
  margin: auto; }

.btn-2xpr {
  background: #ff0059;
  color: #fff; }
  .btn-2xpr:hover, .btn-2xpr:active, .btn-2xpr:visited, .btn-2xpr:focus, .btn-2xpr.focus {
    background: #ff0059;
    color: #fff !important; }

.btn-login {
  display: block;
  width: 100%;
  border-radius: 10px; }

.panel-mid .border-photo-container {
  border: 12px solid #EAEAEB;
  background-color: #EAEAEB;
  box-shadow: 5px 5px 10px #b3b3b3;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 30px; }

.panel-mid .photo-container {
  position: relative;
  cursor: pointer; }

.panel-mid img {
  opacity: 1;
  border-radius: 10px; }

.panel-mid .photo-container:hover img {
  opacity: 0.3; }

.panel-mid .photo-container:hover .description {
  visibility: visible; }

.panel-mid .photo-container .title {
  background-color: #EAEAEB;
  position: absolute;
  width: 214px;
  height: 35px;
  padding-top: 5px;
  opacity: 0.8;
  top: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #ff0059; }

.panel-mid .photo-container .description {
  position: absolute;
  text-align: center;
  font-size: 11px;
  width: 215px;
  top: 100px;
  color: black;
  visibility: hidden; }

#location-photo {
  float: right; }

@media (max-width: 768px) {
  .panel-mid .pictures {
    text-align: center; }
  #location-photo {
    float: none; } }

.panel-mid .form {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 30px; }

.panel-mid .form textarea {
  height: 115px; }

.panel-mid .form .form-control {
  margin-bottom: 4px;
  background-color: white;
  border-color: #f1f1f1; }

.panel-mid .form .submit-button {
  display: block;
  width: 100%;
  margin-top: 15px;
  border-radius: 10px;
  background-color: #2E3A4B;
  color: #fff; }
  .panel-mid .form .submit-button:hover, .panel-mid .form .submit-button:active, .panel-mid .form .submit-button:visited, .panel-mid .form .submit-button:focus, .panel-mid .form .submit-button.focus {
    color: #fff !important; }

.footer-wrapper {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px; }

#footer {
  background: #B80000;
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  left: 0; }

#footer img {
  float: right;
  margin-top: 30px; }

#footer .description p {
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 10px; }

@media (max-width: 768px) {
  .content {
    padding-bottom: 360px; }
  #footer {
    text-align: center;
    height: 320px; }
  #footer img {
    float: none;
    margin-bottom: 20px; } }
