.gradient {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.72)), color-stop(0%, rgba(255, 255, 255, 0.72)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */ }

.gradient-left {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 16%, rgba(255, 255, 255, 0.72) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(16%, rgba(255, 255, 255, 0.72)), color-stop(100%, rgba(255, 255, 255, 0.72)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 16%, rgba(255, 255, 255, 0.72) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 16%, rgba(255, 255, 255, 0.72) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 16%, rgba(255, 255, 255, 0.72) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 16%, rgba(255, 255, 255, 0.72) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b8ffffff',GradientType=1 );
  /* IE6-9 */ }

#spinner {
  position: fixed;
  z-index: 10000;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.5;
  display: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

#header {
  background-image: url(/fb/img/gc_2014/header/h1.jpg);
  background-size: cover;
  background-position: center right;
  background-color: #01667b;
  height: 300px; }
  #header .row {
    position: relative; }
    #header .row .logo {
      position: absolute;
      left: 0px;
      top: 0px; }

.main-div {
  padding-bottom: 20px; }
  .main-div .side {
    background-color: #913233;
    position: relative; }
    .main-div .side .polaroids {
      position: absolute;
      right: 0px;
      top: -250px;
      width: 100%; }
      .main-div .side .polaroids img {
        max-width: 100%; }
  .main-div button {
    width: auto;
    display: inline-block; }

.center {
  text-align: center; }

.margin {
  margin-top: 15px; }

h2 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
  margin-top: 5px !important; }

.mini-menu {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-image: url(/img/main/mini-menu.png);
  background-size: contain;
  background-color: transparent;
  border: none;
  z-index: 10000; }
  .mini-menu:hover {
    background-image: url(/img/main/mini-menu-over.png); }

#my-menu {
  background-color: #2a4a53;
  font-family: "Yanone Kaffeesatz", Helvetica, Arial, sans-serif;
  border-color: white; }
  #my-menu .mm-panel {
    padding-left: 0px; }
  #my-menu .content-type-30 {
    position: relative; }
    #my-menu .content-type-30 .icon.icon-play {
      position: absolute;
      left: 60px;
      top: 7px;
      background-image: url(../img/icons/play-white.png);
      background-repeat: no-repeat;
      background-size: 20px 20px;
      width: 25px;
      height: 25px;
      display: inline-block;
      float: left;
      line-height: 0px; }
    #my-menu .content-type-30 a {
      padding-left: 70px !important; }
  #my-menu .lvl-3 {
    padding-top: 0px;
    padding-bottom: 0px; }
    #my-menu .lvl-3 a {
      padding-bottom: 7.2727272727px;
      padding-top: 7.2727272727px;
      padding-left: 40px;
      font-size: 18px;
      color: white; }
  #my-menu li a {
    font-size: 24px;
    margin-left: 20px;
    color: #ed672f; }
    #my-menu li a:hover {
      background-color: #ed672f;
      color: white !important; }

#footer {
  background-color: #333;
  min-height: 600px; }
  #footer h1 {
    color: white !important; }

.top-margin {
  margin-top: 20px; }

#my-menu {
  z-index: 1000; }

#photopicker .landscape .wrapper {
  position: absolute;
  left: -300px;
  width: 700px;
  text-align: center; }
#photopicker .landscape img {
  height: 100px; }
#photopicker .portrait .wrapper {
  position: absolute;
  left: 0px;
  height: 400px; }
#photopicker .portrait img {
  width: 100px; }
#photopicker .thumb {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-right: 6px;
  margin-bottom: 6px;
  border: 3px solid #333; }

#photogrid .landscape .wrapper {
  position: absolute;
  left: -400px;
  width: 950px;
  text-align: center; }
#photogrid .landscape img {
  height: 150px; }
#photogrid .portrait .wrapper {
  position: absolute;
  left: 0px;
  height: 600px; }
#photogrid .portrait img {
  width: 200px; }
#photogrid .thumbwrapper {
  position: relative;
  display: inline-block; }
  #photogrid .thumbwrapper .label {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 30px;
    z-index: 1000;
    text-align: center;
    color: #333; }
  #photogrid .thumbwrapper .thumb {
    display: inline-block;
    width: 150px;
    height: 190px;
    overflow: hidden;
    position: relative;
    margin-right: 6px;
    margin-bottom: 6px;
    border: 3px solid #FFF;
    border-bottom-width: 40px;
    -webkit-box-shadow: 4px 4px 21px 0px rgba(50, 50, 50, 0.58);
    -moz-box-shadow: 4px 4px 21px 0px rgba(50, 50, 50, 0.58);
    box-shadow: 4px 4px 21px 0px rgba(50, 50, 50, 0.58); }

.input .error-message {
  background-color: #ba0517;
  color: white;
  padding: 4px;
  padding-left: 15px;
  border-radius: 4px;
  margin-top: 1px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  text-align: center; }

.btn-lg {
  margin-bottom: 10px; }
