body {
  background: url('/img/nm-brand/bg_lg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 60px;
}

a {
  text-decoration: none!important;
  text-decoration-color: yellow!important;
}
.user-nav {
  background-color: transparent;

}
.user-nav table tbody tr td {
  border-top-color: transparent;
}
.div-center-content {
  width: 100%;
  text-align: center;
}
.div-center-content2 {
  text-align: center;
}
.div-right-content {
  width: 100%;
  text-align: right;
}
.div-left-content {
  width: 100%;
  text-align: left;
}
.row-spaced-top-sm {
  padding-top: 15px;
}
.row-spaced-top-xs {
  padding-top: 10px;
}
.text-footer a {
  color: lightgray;
}
.text-footer a:hover {
  color: white;
}

.grid-cell {
  margin-bottom:10px;
}

.image {
  max-height:220px;
  border-radius: 3%;
  max-width:100%;
}
.img-wrap {
  background-color: rgba(255,255,255,.1);
  overflow: hidden;
  border-radius: 3%;
  height:220px;
}
.horizontal img {
  transform:scale(1.2);
  -ms-transform:scale(1.2); /* IE 9 */
  -moz-transform:scale(1.2); /* Firefox */
  -webkit-transform:scale(1.2); /* Safari and Chrome */
  -o-transform:scale(1.2); /* Opera */
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}

.horizontal img:hover {
    transform:scale(2);
    -ms-transform:scale(2); /* IE 9 */
    -moz-transform:scale(2); /* Firefox */
    -webkit-transform:scale(2); /* Safari and Chrome */
    -o-transform:scale(2); /* Opera */
}

.vertical img {
  transform:scale(3);
  -ms-transform:scale(3); /* IE 9 */
  -moz-transform:scale(3); /* Firefox */
  -webkit-transform:scale(3); /* Safari and Chrome */
  -o-transform:scale(3); /* Opera */
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  vertical-align: middle;
}

.vertical img:hover {
    transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}

.photo-title {
  height: 70px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  vertical-align: middle;
}

.header-text-white {
  color: white!important;
  font-size: 110%!important;
}
.header-text-white:hover {
  color: #7DA5B3!important;
}

.header-text-blue {
  color: #7DA5B3!important;
  font-size: 110%!important;
}

.header-text-blue:hover {
  color: white!important;
}

.footer-text-blue {
  color: #7DA5B3!important;
}
.navbar-collapse { max-height: 100% !important; }
.instr {
  padding: 30px;
  font-size: 130%;
  font-weight: normal;
}
.tab-instr {
  font-size: 130%;
  font-weight: bold;
}
.img-constrain img {
  max-width: 200px!important;
}
.navbar-fixed-bottom2 {
    height: 2em;
    width: 100%;
    position: fixed;
    top: 100%;
    margin-top: -2em;
}
