@charset "UTF-8";

input[type='text'],textarea,select,input[type='password'] {font-size:1em;}

body.showing-modal {
  overflow: hidden; }

.modal-wrapper {
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto; }
  .modal-wrapper.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }
  .modal-wrapper .modal-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1100; }
  .modal-wrapper .modal {
    position: relative;
    z-index: 1200;
    margin: 50px auto;
    min-height: 375px;
    max-width: 600px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none; }
    .modal-wrapper .modal.active {
      display: block; }
    .modal-wrapper .modal .close {
      float: right;
      margin: 5px 10px;
      text-decoration: none;
      font-size: 20px;
      color: #ccc;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .modal-wrapper .modal .close:hover {
        color: #999; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../scss/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../scss/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../scss/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../scss/font-awesome-4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../scss/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../scss/font-awesome-4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'BebasNeueRegular';
  src: url("../fonts/BebasNeue-webfont.eot");
  src: url("../fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-webfont.woff") format("woff"), url("../fonts/BebasNeue-webfont.ttf") format("truetype"), url("../fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  margin: 0;
  padding: 0;
  border: 0; }

body {
  background: #ffffff;
  /* Old browsers */ }

div.submitStoryInfo {
  max-width: 345px;
  padding: 0 20px 10px 20px;
  width: 100%;
  margin: 0 auto; }

div.submitStoryInfo p {
  margin: 0 0 15px 0;
  padding: 0;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px; }

div.searchResultsTable tr td {
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0; }

div#notice, a#notice, div#error, a#error {
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 14px;
  border-radius: 3px;
  padding: 8px;
  margin: 15px 0;
  clear: both; }

div#notice b, a#notice b, div#error b, a#error b {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 16px;
  opacity: .7;
  text-transform: uppercase; }

div.formError {
  display: block;
  padding: 25px;
  border-radius: 4px;
  background-color: #900000;
  color: #FFF;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: .5px;
  font-size: 14px;
  margin: 30px 0px 0px 0px; }

body.orange div#notice, body.orange a#notice {
  background-color: #A02D00; }

body.green div#notice, body.green a#notice {
  background-color: #52AD0B; }

body.orange a#notice:hover {
  background-color: #D33200; }

body.green a#notice:hover {
  background-color: #66D100; }

body.orange div#error, body.orange a#error, body.green div#error, body.green a#error {
  background-color: #900000; }

body.orange a#error:hover, body.green a#error:hover {
  background-color: #c20000; }

/*
body.orange .sbHolder:focus{ box-shadow:0px 0px 4px #D33200; border: 1px solid #AAAAAA; outline:none; }
body.green .sbHolder:focus{  box-shadow:0px 0px 4px #66D100; border: 1px solid #AAAAAA;  outline:none; }
*/
body.orange .sbHolder:focus {
  box-shadow: 0px 0px 4px #AAA;
  border: 1px solid #AAAAAA;
  outline: none; }

body.green .sbHolder:focus {
  box-shadow: 0px 0px 4px #AAA;
  border: 1px solid #AAAAAA;
  outline: none; }

div.article {
  display: block;
  margin: 0;
  padding: 15px 0px 0px 0px;
  clear: both; }

div.article a.articleTitle {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0px 0px 5px 0px;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 11px;
  -webkit-transition: color .5s ease-out;
  -moz-transition: color .5s ease-out;
  -ms-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out; }

body.orange div.article a.articleTitle {
  color: #A02D00; }

body.green div.article a.articleTitle {
  color: #3A7A03; }

body.orange div.article a.articleTitle:hover {
  color: #E53600; }

body.green div.article a.articleTitle:hover {
  color: #5BBA00; }

div.article div.articleDescription {
  display: block;
  margin: 0;
  padding: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  margin-top: 4px;
  text-decoration: none;
  color: #000;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #F0F0F0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #F0F0F0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #F0F0F0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #F0F0F0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #F0F0F0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #F0F0F0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F0F0F0',GradientType=0 );
  /* IE6-9 */ }
  div.article div.articleDescription img {
    width: 100% !important;
    height: auto !important; }

a.simpleButton {
  display: block;
  height: 27px;
  line-height: 27px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  margin: 0px 0px 7px 0px;
  border: 1px solid #999999;
  text-decoration: none;
  background: white;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
  /* IE6-8 */
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease; }

a.simpleButton:hover {
  cursor: pointer;
  border-color: #333333;
  background: #E6E6E6;
  background-color: #E6E6E6; }

a.simpleButton b {
  font-weight: 700;
  font-style: italic; }

div.inappropriate a {
  display: inline;
  font-size: 11px;
  color: #666666;
  font-weight: 700;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-style: italic; }

div.inappropriate a:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #000000; }

div.inappropriate {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #000;
  font-weight: 700;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-style: italic; }

a.fpassword {
  display: block;
  text-align: center;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  text-decoration: none;
  color: #0069AA;
  margin-top: 10px; }

a.fpassword:hover {
  color: #003D5B; }

ul.bodyTypeUL {
  display: block;
  margin: 0;
  padding: 0;
  border: 0; }

ul.bodyTypeUL li {
  display: block;
  width: 50px;
  float: left;
  margin: 0px 15px 0px 0px;
  padding: 0;
  border: 0; }

ul.bodyTypeUL li input {
  position: relative;
  top: -15px; }

div.registerMsg {
  display: block;
  width: 295px;
  padding: 20px;
  margin-left: 100px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  background-color: #FFF;
  border: 5px dashed red;
  text-align: center;
  border-radius: 5px; }

div.Admin {
  margin: 0px 0px 0px 0px; }

.am-wrapper {
      float: left;
      position: relative;
      overflow: hidden;
  display: inline-block;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #FFFFFF;
  background-image: none;
  background-origin: padding-box;
  cursor: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-size: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  overflow: hidden;
  text-decoration: none;
  box-shadow: inset 0px 0px 21px black;
  z-index: 12; }

.am-wrapper img {
      position: absolute;
      outline: none;
  z-index: 10;
  border: 0; }

div.thumbVignette {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  cursor: pointer;
  box-shadow: inset 0px 0px 30px black; }

.sbOptions {
  z-index: 70; }

div.searchAreaPages {
  display: block;
  height: 60px;
  clear: both;
  text-align: center;
  overflow: hidden;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #e2e2e2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMmIyYjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e2e2e2 0%, #b2b2b2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #b2b2b2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #b2b2b2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%, #b2b2b2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%, #b2b2b2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e2e2e2 0%, #b2b2b2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#b2b2b2',GradientType=0 );
  /* IE6-8 */ }

div.bottomAreaPages {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

a.searchSave {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #000;
  margin: 7px 0px 0px 0px;
  border: 1px solid #999999;
  text-decoration: none;
  width: 200px;
  background: white;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
  /* IE6-8 */
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease; }

a.searchSave:hover {
  cursor: pointer;
  border-color: #333333;
  background: #E6E6E6;
  background-color: #E6E6E6; }

a.searchLeft, a.searchRight {
  display: block;
  width: 30px;
  height: 60px;
  overflow: hidden;
  background-image: url("/images/forwardBack.png");
  background-repeat: no-repeat;
  text-decoration: none;
  border: 0;
  margin: 0;
  padding: 0;
  float: left;
  background-color: transparent;
  border-right: 1px solid #AAA; }

a.searchRight {
  float: right;
  border-left: 1px solid #CCC;
  border-right: none; }

a.searchLeft {
  background-position: left top; }

a.searchRight {
  background-position: right top; }

a.searchLeft:hover {
  background-position: left bottom; }

a.searchRight:hover {
  background-position: right bottom; }

a.searchDisabled {
  opacity: .1; }

a.searchDisabled:hover {
  opacity: .1; }

a.am-wrapper div.thumbVignette {
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease; }

a.am-wrapper:hover div.thumbVignette {
  opacity: 0; }

div.CurSearchPage, div.SearchPage {
  display: inline-block;
  padding: 2px;
  width: 15px;
  margin: 4px 2px 0px 2px;
  border: 1px solid #999999;
  background-color: #CCC;
  color: #000;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #000;
  text-decoration: none; }

div.CurSearchPage a, div.SearchPage a {
  display: block;
  text-decoration: none;
  height: 15px;
  line-height: 15px;
  color: #000; }

div.SearchPage a:hover {
  font-weight: 700; }

div.CurSearchPage {
  background-color: #999999;
  color: #FFF;
  font-weight: bold; }

div.message {
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.5px;
  color: #000;
  border: 1px solid #999;
  border-radius: 5px;
  margin: 0px 0px 20px 0px;
  background: white;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  /* IE6-8 */ }

div.inRed, span.inRed, .inRed {
  color: #bc0000; }

div.left48, div.right48 {
  display: block;
  width: 48%;
  margin: 0;
  padding: 0;
  border: 0;
  float: left; }

div.imageEdit {
  display: block;
  width: 370px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0; }

div.imageEdit img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0; }

div.right48 .form-container {
  margin-left: 0px; }

div.right48 {
  float: right; }

p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 14px;
  margin: 0px 0px 20px 0px; }

p.centered {
  text-align: center; }

table.approveTable {
  width: 775px; }

table.approveTable tr td {
  width: 25%;
  overflow: hidden;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 14px;
  vertical-align: top; }

span.leftSide, span.rightSide {
  text-align: right;
  display: block;
  width: 84px;
  float: left;
  margin-top: 5px; }

span.rightSide {
  text-align: left;
  display: block;
  float: right; }

span.rightSide a {
  display: block;
  text-decoration: none;
  text-align: left;
  font-weight: 700;
  color: #007fde; }

table.approveTable tr td div.mainApprovalDiv {
  display: block;
  padding: 5px;
  margin: 5px;
  border: 1px solid #CCC;
  border-radius: 5px;
  min-height: 333px;
  box-shadow: inset 0px 0px 33px rgba(0, 0, 0, 0.05); }

table.approveTable tr td img.mainApprovalIMG {
  width: 180px;
  border: 0; }

a.adminApprove, a.adminDeny {
  display: block;
  width: 83px;
  height: 26px;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #178f00;
  color: rgba(255, 255, 255, 0.7);
  border: 3px solid #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease; }

a.adminApprove:hover {
  border-color: #178f00;
  color: white; }

a.adminDeny:hover {
  border-color: #b00000;
  color: white; }

a.adminDeny {
  display: block;
  float: right;
  background-color: #b00000;
  color: rgba(255, 255, 255, 0.7); }

div.title {
  display: block;
  border: none 0px #000000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-radius: 2px;
  padding: 40px 25px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  letter-spacing: -2px;
  color: #000;
  background: #e5e5e5;
  width:100%;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #e5e5e5 0%, white 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(99%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, white 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, white 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, white 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, white 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */ }

div.bodyBlog {
  display: block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  margin: 0px;
  padding: 10px 0px; }

div.bodyBlog span.span1 {
  display: block;
  width: 70px;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  text-align: left;
  float: left; }

div.bodyBlog span.span1 a {
  text-decoration: none; }

div.bodyBlog span.span1 a img, div.bodyBlog span.span1 form input {
  display: inline;
  border: 0;
  position: relative;
  top: 3px;
  left: 20px;
  border: 0;
  text-decoration: none; }

div.bodyBlog span.span1 form {
  display: inline; }

div.bodyBlog span.span2 {
  float: left;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  letter-spacing: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

div.bodyBlog span.spanRest {
  display: block;
  float: left;
  width: 120px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  letter-spacing: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

div.bodyBlog span.span3 {
  width: 60px;
  font-weight: 700;
  text-align: left; }

div.bodyBlog span.span4 {
  width: 110px; }

div.bodyBlog span.span6 {
  width: 80px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px;
  color: #820000; }

div.bodyBlog span.span7 {
  width: 190px;
  font-size: 11px; }

div.bodyBlog span.span8 {
  float: right; }

div.odd {
  color: #000;
  background: #eeeeee;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
  /* IE6-8 */ }

div.even {
  color: #000;
  background: #eeeeee;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmJiYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #bbbbbb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #bbbbbb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=0 );
  /* IE6-8 */ }

div.userButtons a.simpleButton {
  display: inline-block;
  width: 150px;
  margin-right: 10px; }

div.userButtons {
  height: 90px;
  overflow: hidden;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0px; }

.p25 {
  padding: 25px; }

ul, ol {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 14px; }

div.ageNote {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  min-height: 25px;
  text-align: center;
  background-color: #CCC;
  border: 1px dotted #AAA;
  margin: 7px 7px 0px 7px; }

div.noPicsAvailable {
  display: block;
  padding: 150px 100px 150px 100px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 14px; }

input, textarea {
  -webkit-border-radius: 0; }

div.addthisWrapper {
  display: block;
  width: 267px;
  margin: 0px auto;
  position: relative;
  left: 15px; }

.ie .vignette div.picStats {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#CC000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#CC000000);
  zoom: 1; }
.ie .vignette div.picStats span {
  margin-top: 38px;
  zoom: 1;
  *display: inline;
  *margin-top: 57px; }
.ie .vignette div.picStats span img {
  top: 4px;
  *top: -15px; }
.ie div.searchArea div.searchShape i img {
  zoom: 1; }
.ie div#secondaryNav a.secondaryLink {
  *top: -10px;
  *display: inline;
  *position: relative;
  zoom: 1; }
.ie div#secondaryNav {
  overflow: visible; }
.ie div.ContentModule a.ContentModuleMainLink, .ie div.ContentModule a.ContentModuleMainLinkSplit {
  letter-spacing: 0px\9; }
.ie .am-wrapper {
      float: none;
      position: relative;
      overflow: hidden;
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  overflow: visible;
  text-decoration: none;
  box-shadow: none;
  z-index: 12; }
.ie .am-wrapper img {
      position: relative;
      outline: none;
  z-index: 10;
  border: 0;
  display: inline-block; }
.ie div.thumbVignette {
  display: none;
  box-shadow: none; }
.ie div.CurSearchPage, .ie div.SearchPage {
  *display: inline; }

body {
  width: 100%; }

#header, #content, .searchArea, #notice, #error {
  display: block;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

a {
  transition: opacity .3s ease, color .3s ease, background-color .3s ease; }
  a:hover {
    transition-duration: .1s; }

.button {
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  text-decoration: none; }
  .green .button {
    background: #52AD0B; }
    .green .button:hover {
      background: #66D100; }
  .orange .button {
    background: #A02D00; }
    .orange .button:hover {
      background: #D33200; }

#topTabs {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #444;
  text-align: center;
  color: #CCC;
  overflow: hidden;
  box-shadow: inset 0px -25px 25px -25px black;
  height: 24px; }

#topTabs div {
  display: block;
  padding: 0;
  border: 0;
  max-width: 1000px;
  margin: 4px auto 0px auto;
  overflow: hidden;
  height: 24px; }

#topTabs div a {
  display: block;
  margin: 0px 0px 0px 5px;
  padding: 0;
  border: 0;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  background-color: #FFFFFF;
  line-height: 20px;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: .5px;
  font-size: 0px;
  border-radius: 2px 2px 0px 0px;
  padding: 0 20px; }
  @media screen and (min-width: 650px) {
    #topTabs div a {
      font-size: 11px;
      width: 190px;
      padding: 0; } }

#topTabs div a span {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .5px; }

#topTabs div a.disabled {
  background-color: #EEE;
  box-shadow: inset 0px -15px 25px -25px black;
  transition: background-color 1s ease, box-shadow 1s ease, color .5s ease; }

#topTabs div a.disabled:hover {
  background-color: #FFF;
  box-shadow: inset 0px -15px 25px -25px rgba(0, 0, 0, 0.75); }

#topTabs div a.storeTab {
  color: #FFFFFF;
  transition: background-color 1s ease, box-shadow 1s ease; }

body.orange #topTabs div a.storeTab {
  background-color: #A02D00; }

body.green #topTabs div a.storeTab {
  background-color: #52AD0B; }

body.orange #topTabs div a.storeTab:hover {
  background-color: #e24304; }

body.green #topTabs div a.storeTab:hover {
  background-color: #59c804; }

#topTabs div a.storeTab:hover, body.orange #topTabs div a.storeTab:hover, body.green #topTabs div a.storeTab:hover {
  box-shadow: none; }

#header {
  margin-bottom: 0px;
  overflow: visible;
  padding: 5px 0 0; }
  #header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 600px) {
    #header {
      padding: 15px 0 0; } }

.logo-container {
  padding-right: 50px; }
  @media screen and (min-width: 550px) {
    .logo-container {
      padding-right: 0; } }

a.logo {
  display: block;
  text-decoration: none;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 5px 10px;
  float: left;
  width: 100%;
  padding-bottom: 15.2671755725%; }
  @media screen and (min-width: 460px) {
    a.logo {
      width: 393px;
      height: 60px;
      padding: 0; } }
  @media screen and (min-width: 500px) {
    a.logo {
      float: none;
      margin: 0 auto 5px; } }
  @media screen and (min-width: 990px) {
    a.logo {
      margin: 0;
      float: left; } }

body.orange a.logo {
  background-image: url("/images/mbg-men-logo.gif"); }

body.green a.logo {
  background-image: url("/images/mbg-women-logo.gif"); }

div.mainNav {
  position: absolute;
  display: block;
  margin: 0;
  top: 24px;
  padding: 0;
  text-align: center;
  padding-bottom: 1px;
  background: url("/images/mainNavBar.gif") no-repeat;
  background-position: center bottom;
  z-index: 200; }
  @media screen and (min-width: 600px) {
    div.mainNav {
      position: relative;
      margin-top: 10px;
      top: 0; } }
  @media screen and (min-width: 990px) {
    div.mainNav {
      text-align: right;
      float: right;
      clear: right;
      background: none; } }
  div.mainNav:after {
    content: '';
    display: none;
    float: right;
    width: 620px;
    background-image: url("/images/mainNavBar.gif");
    position: absolute;
    bottom: 0;
    left: -40px;
    z-index: 4;
    height: 1px;
    overflow: hidden; }
    @media screen and (min-width: 990px) {
      div.mainNav:after {
        display: block; } }

div.mainNav a {
  display: block;
  margin: 0 auto;
  max-width: 320px;
  border: 1px solid #CCC;
  border-bottom: none;
  text-align: center;
  line-height: 25px;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  padding: 5px 10px;
  text-decoration: none;
  color: #2D2D2D;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 13px;
  background: #f2f2f2 linear-gradient(to bottom, #ffffff 14%, #f2f2f2 100%) repeat-x;
  transition: background .3s ease-in-out; }
  div.mainNav a:hover {
    background-position: 0 -26px;
    transition-duration: .1s; }
  @media screen and (min-width: 600px) {
    div.mainNav a {
      display: inline-block;
      margin-left: 6px;
      width: 98px;
      height: 26px;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      padding: 0; } }

div.mainNav a.active {
  border-bottom: 1px solid #fdfdfd;
  color: #000000;
  background: #fdfdfd; }

div.secondaryNav {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  line-height: 25px;
  text-align: center;
  overflow: visible;
  text-decoration: none;
  color: #000;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 13px;
  vertical-align: bottom; }
  div.secondaryNav .translate-dropdown, div.secondaryNav .social, div.secondaryNav .account-links {
    display: block;
    text-align: center; }
  div.secondaryNav .translate-dropdown {
    width: 160px; }
  @media screen and (min-width: 550px) {
    div.secondaryNav .translate-dropdown, div.secondaryNav .social, div.secondaryNav .account-links {
      display: inline-block;
      margin: 0 10px; } }
  @media screen and (min-width: 990px) {
    div.secondaryNav {
      text-align: right;
      float: right;
      margin-bottom: 0; } }

div.secondaryNav .account-links {
  clear: left;
  width: 50%;
  margin: 0 auto;
  padding-top: 10px; }
  @media screen and (min-width: 500px) {
    div.secondaryNav .account-links {
      padding-left: 0; } }
  @media screen and (min-width: 550px) {
    div.secondaryNav .account-links {
      clear: none; } }

div.secondaryNav a.secondaryLink {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  margin: 0 5px;
  float: none;
  display: inline-block;
  text-align: justify;
  vertical-align: bottom; }

div.secondaryNav a.logIn {
  font-weight: 700; }

body.orange div.secondaryNav a.logIn {
  color: #A02D00; }

body.green div.secondaryNav a.logIn {
  color: #52AD0B; }

body.orange div.secondaryNav a.logIn:hover {
  color: #D33200; }

body.green div.secondaryNav a.logIn:hover {
  color: #66D100; }

div.secondaryNav div {
  margin: 0;
  padding: 0;
  height: 25px;
  text-align: right;
  overflow: hidden;
  display: block;
  margin: 0 auto; }

div.secondaryNav .social {
  padding: 15px 0; }
  div.secondaryNav .social::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 990px) {
    div.secondaryNav .social {
      padding: 0; } }
  div.secondaryNav .social li {
    display: inline-block;
    padding: 0 5px; }
  div.secondaryNav .social a {
    font: 0/0 a;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-decoration: none; }
    div.secondaryNav .social a::before {
      display: block;
      font: 22px/1 'FontAwesome'; }
    .green div.secondaryNav .social a {
      color: #52AD0B; }
      .green div.secondaryNav .social a:hover {
        color: #428a09; }
    .orange div.secondaryNav .social a {
      color: #A02D00; }
      .orange div.secondaryNav .social a:hover {
        color: #802400; }
    div.secondaryNav .social a.facebook::before {
      font-size: 25px;
      content: ""; }
    div.secondaryNav .social a.twitter::before {
      font-size: 25px;
      content: ""; }
    div.secondaryNav .social a.pinterest::before {
      font-size: 25px;
      content: ""; }
    div.secondaryNav .social a.instagram::before {
      font-size: 25px;
      content: ""; }
    div.secondaryNav .social a.google-plus::before {
      font-size: 25px;
      content: ""; }

#mobile-header {
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff; }
  @media screen and (min-width: 600px) {
    #mobile-header {
      display: none; } }
  #mobile-header .inner {
    max-height: 0;
    transition: max-height .4s ease;
    overflow: hidden; }
  #mobile-header.active .inner {
    max-height: 500px; }
  #mobile-header .mainNav {
    position: static; }
    #mobile-header .mainNav a {
      max-width: none; }
  #mobile-header .secondaryNav {
    padding-top: 15px;
    margin-bottom: 0;
    border-bottom: 5px solid; }
    .green #mobile-header .secondaryNav {
      border-color: #52AD0B; }
    .orange #mobile-header .secondaryNav {
      border-color: #A02D00; }

#header .social, #header .translate-dropdown {
  display: none; }
  @media screen and (min-width: 600px) {
    #header .social, #header .translate-dropdown {
      display: inline-block; } }
#header .mainNav {
  display: none; }
  @media screen and (min-width: 600px) {
    #header .mainNav {
      display: block; } }

#hamburgerNav {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  z-index: 1200;
  display: block; }
  #hamburgerNav:before {
    display: block;
    content: "";
    font: 27px 'FontAwesome'; }
    .green #hamburgerNav:before {
      color: #52AD0B; }
    .orange #hamburgerNav:before {
      color: #A02D00; }
  @media screen and (min-width: 600px) {
    #hamburgerNav {
      display: none; } }

[name="searchForm"] {
  margin-top: 20px; }

.search-toggle {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  padding: 3px 0;
  font: 15px/2 "Open Sans", sans-serif;
  font-style: italic;
  text-decoration: none;
  text-align: center;
  color: #222;
  border: 1px solid #ccc;
  background: #f2f2f2 linear-gradient(to bottom, #ffffff 14%, #f2f2f2 100%) repeat-x; }
  .active .search-toggle {
    display: none; }
  @media screen and (min-width: 700px) {
    .search-toggle {
      display: none; } }

.searchArea {
  background: linear-gradient(to bottom, #ffffff 0%, #F0F0F0 100%);
  margin: 0 auto 20px;
  max-width: 430px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height .3s ease, overflow 0 linear; }
  .active .searchArea {
    max-height: 500px;
    border: 1px solid #CCC;
    overflow: visible;
    transition: max-height .3s ease, overflow 0 linear .3s; }
  .searchArea > div {
    border-bottom: 1px solid #ccc;
    padding: 10px; }
  .searchArea .sbHolder {
    text-transform: none; }
  .searchArea div.searchItem {
    box-sizing: border-box;
    padding-left: 100px; }
    .searchArea div.searchItem .searchSpan {
      width: 90px;
      float: left;
      margin-left: -90px; }
    .searchArea div.searchItem select {
      width: 100%; }
  .searchArea .top-actions {
    text-align: center; }
    .searchArea .top-actions a {
      text-decoration: none; }
      .searchArea .top-actions a:first-child {
        margin-right: 15px; }
      .green .searchArea .top-actions a {
        color: #52AD0B; }
        .green .searchArea .top-actions a:hover {
          color: #66D100; }
      .orange .searchArea .top-actions a {
        color: #A02D00; }
        .orange .searchArea .top-actions a:hover {
          color: #D33200; }
  .searchArea div.searchShape img {
    opacity: .4;
    display: inline-block;
    cursor: pointer;
    transition: opacity .3s ease; }
    .searchArea div.searchShape img:hover {
      opacity: .7;
      transition-duration: .1s; }
    .searchArea div.searchShape img.active {
      opacity: 1; }
  .searchArea .searchselectSizes {
    padding: 0 0 10px;
    text-align: center; }
    .searchArea .searchselectSizes span {
      background: #000;
      color: #fff;
      font-weight: normal;
      font-size: 11px;
      display: block;
      padding: 5px;
      margin-bottom: 10px; }
  .searchArea .searchSearch {
    display: block;
    max-width: 200px;
    margin: 0 auto; }
  @media screen and (min-width: 700px) {
    .searchArea {
      max-width: none;
      max-height: none;
      border: 1px solid #CCC;
      overflow: visible; }
      .searchArea div.searchItem {
        border-bottom: none;
        padding: 5px 10px;
        float: left;
        width: 16%; }
        .searchArea div.searchItem .searchSpan {
          float: none;
          display: block;
          margin: 0 0 5px;
          width: auto;
          text-align: center; }
      .searchArea div.searchShape {
        width: 20%;
        text-align: center; }
      .searchArea .searchselectSizes {
        clear: left; } }
  @media screen and (min-width: 800px) {
    .searchArea {
      max-width: 1010px;
      display: table;
      width: 100%;
      overflow: visible; }
      .searchArea::after {
        clear: both;
        content: "";
        display: table; }
      .searchArea > div {
        display: table-cell;
        border-bottom: 0;
        padding: 10px; }
        .searchArea > div:not(:last-child) {
          border-right: 1px solid #ccc; }
      .searchArea div.searchItem {
        padding-top: 12px;
        max-width: 80px;
        min-width: 69px;
        float: none;
        width: auto; }
      .searchArea .top-actions {
        padding: 0;
        text-align: center;
        max-width: 70px;
        line-height: 1.1; }
        .searchArea .top-actions a {
          display: block;
          padding: 5px; }
          .searchArea .top-actions a:first-child {
            margin-right: 0;
            border-bottom: 1px solid #ccc; }
      .searchArea div.searchShape {
        max-width: none;
        width: 130px; }
      .searchArea .searchselectSizes {
        padding: 0;
        width: 100px;
        vertical-align: top; }
        .searchArea .searchselectSizes span {
          margin: 0 -2px 0 0;
          padding: 10px; }
        .searchArea .searchselectSizes .button {
          height: 25px;
          line-height: 25px;
          margin-right: -2px; } }

#footer {
  margin-top: 70px;
  background: #1A1A1A;
  color: #fff;
  box-shadow: inset 0px 15px 15px -15px #000;
  text-align: center;
  padding: 20px 0; }
  #footer::after {
    clear: both;
    content: "";
    display: table; }
  .desktop #footer {
    padding-bottom: 60px; }
  #footer #footerCenter {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px; }
  #footer #copyright {
    text-transform: uppercase;
    font: 400 13px "Open Sans", sans-serif;
    color: #B3B3B3; }
  #footer .socialNetworkingBox {
    padding-top: 25px; }
  #footer .socialNetworking {
    width: 250px;
    margin: 0 auto; }
  #footer .social {
    padding: 0;
    margin-top: 5px; }
    #footer .social::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 990px) {
      #footer .social {
        padding: 0; } }
    #footer .social li {
      display: inline-block;
      padding: 0 5px; }
    #footer .social a {
      font: 0/0 a;
      text-shadow: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      text-decoration: none; }
      #footer .social a::before {
        display: block;
        font: 22px/1 'FontAwesome'; }
      .green #footer .social a {
        color: #B3B3B3; }
        .green #footer .social a:hover {
          color: #8f8f8f; }
      .orange #footer .social a {
        color: #A02D00; }
        .orange #footer .social a:hover {
          color: #802400; }
      #footer .social a.facebook::before {
        font-size: 25px;
        content: ""; }
      #footer .social a.twitter::before {
        font-size: 25px;
        content: ""; }
      #footer .social a.pinterest::before {
        font-size: 25px;
        content: ""; }
      #footer .social a.instagram::before {
        font-size: 25px;
        content: ""; }
      #footer .social a.google-plus::before {
        font-size: 25px;
        content: ""; }
  #footer #siteMap {
    color: #7a7a7a;
    text-decoration: none;
    text-transform: uppercase;
    font: 700 13px/17px "Open Sans", sans-serif;
    letter-spacing: 1px;
    padding-top: 35px; }
    #footer #siteMap a {
      text-decoration: none;
      color: #B3B3B3; }
      #footer #siteMap a:hover {
        color: #fff; }
  #footer .desktop {
    display: none; }
  #footer .mobile {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 25px;
    width: 100%;
    color: #B3B3B3;
    text-decoration: none;
    text-transform: uppercase;
    font: 700 13px/17px "Open Sans", sans-serif;
    letter-spacing: 1px; }
    .desktop #footer .mobile {
      display: block; }
  @media screen and (min-width: 900px) {
    #footer {
      padding: 50px 0 40px 0; }
      #footer #footerCenter > div {
        padding-top: 0;
        width: 33.3333333333%;
        float: left; }
      #footer #footerCenter #copyright {
        padding-top: 8px; }
      #footer #footerCenter #siteMap {
        padding-top: 0; } }

.sbHolder {
  width: auto;
  margin-left: 0; }
  .sbHolder .sbSelector {
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box; }

#colRight, #colMid, #colLeft {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 100%;
  max-width: 100%;
  padding-bottom: 25px; }

#content {
  box-sizing: border-box;
  max-width: 1010px;
  margin: 0 auto; }

@media screen and (max-width: 744px) {
  #colRight #MyBodyStoriesModule {
    margin-top: -10px; }
  #colRight #NewsModule {
    margin-bottom: 20px; } }

#colMid {
  width: 100%;
  padding-bottom: 0; }

#colLeftCloned {
  display: none; }

#colLeft {
  width: 100%; }
  @media screen and (max-width: 744px) {
    #colLeft {
      padding-bottom: 0; } }

@media screen and (min-width: 745px) {
  body {
    padding: 0 15px;
    box-sizing: border-box; }

  #topTabs, #footer {
    margin: 0 -15px; }

  #content:not(.no-right) {
    padding-right: 300px; }
    #content:not(.no-right) #colRight {
      width: 300px;
      margin-right: -300px;
      padding-left: 0; }
    #content:not(.no-right) #colMid, #content:not(.no-right) #colLeft {
      padding-right: 25px; }
    #content:not(.no-right) #colLeft {
      display: none; }
    #content:not(.no-right) #colLeftCloned {
      display: block; } }
@media screen and (min-width: 1010px) {
  #content:not(.no-left) {
    padding-left: 235px; }
    #content:not(.no-left) #colLeft {
      display: block;
      width: 235px;
      right: 235px;
      margin-left: -100%; }
    #content:not(.no-left) #colLeftCloned {
      display: none; }
    #content:not(.no-left) #colMid {
      padding-left: 25px; } }
div.ContentModule {
  box-sizing: border-box;
  display: block;
  width: 100%;
  overflow-x: hidden;
  height: auto;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  margin-top: 11px;
  background: #fff linear-gradient(to bottom, #ffffff 0%, #F0F0F0 100%); }

div.ContentModule div.ContentModuleTitle, div.ContentModule a.ContentModuleTitle {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding: 12px 12px 0px 12px;
  text-decoration: none;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
  transition: color .5s ease-out; }

body.orange div.ContentModule a.ContentModuleTitle:hover {
  color: #A02D00; }

body.green div.ContentModule a.ContentModuleTitle:hover {
  color: #3A7A03; }

div.ContentModule a.ContentModuleLink {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding: 12px 12px 4px 12px;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 11px;
  transition: color .5s ease-out; }

body.orange div.ContentModule a.ContentModuleLink {
  color: #A02D00; }

body.green div.ContentModule a.ContentModuleLink {
  color: #3A7A03; }

body.orange div.ContentModule a.ContentModuleLink:hover {
  color: #E53600; }

body.green div.ContentModule a.ContentModuleLink:hover {
  color: #5BBA00; }

div.ContentModule div.ContentModuleBody {
  display: block;
  padding: 5px 12px;
  text-decoration: none;
  color: #333333;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px; }

div.ContentModule div.ContentModuleBody a {
  font-weight: 700;
  text-decoration: none;
  color: #0069AA; }

div.ContentModule div.ContentModuleBody a:hover {
  color: #003D5B; }

div.ContentModule a.ContentModuleMainLink, div.ContentModule a.ContentModuleMainLinkSplit {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 0px 5px 0px;
  border: 0;
  margin: 0;
  margin-top: 11px;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 11px;
  transition: background-color .5s ease-out; }

div.ContentModule a.ContentModuleMainLinkSplit {
  width: 50%;
  float: left; }

div.ContentModule a.right {
  float: right;
  width: 50%; }

body.orange div.ContentModule a.ContentModuleMainLink, body.orange div.ContentModule a.ContentModuleMainLinkSplit {
  background-color: #A02D00; }

body.green div.ContentModule a.ContentModuleMainLink, body.green div.ContentModule a.ContentModuleMainLinkSplit {
  background-color: #52AD0B; }

body.orange div.ContentModule a.ContentModuleMainLink:hover, body.orange div.ContentModule a.ContentModuleMainLinkSplit:hover {
  background-color: #D33200; }

body.green div.ContentModule a.ContentModuleMainLink:hover, body.green div.ContentModule a.ContentModuleMainLinkSplit:hover {
  background-color: #66D100; }

.mobile.ad {
  display: block; }
  @media screen and (min-width: 768px) {
    .mobile.ad {
      display: none !important; } }

.ad.header {
  width: 320px;
  height: 100px;
  margin: 10px auto 0 auto;
  clear: left; }

#colLeft .ad {
  display: block;
  width: 320px;
  height: 100px;
  margin: 15px auto; }

.google-ad {
  display: none;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .google-ad {
      display: block; }
      .google-ad.mobile {
        display: none; } }
  @media screen and (max-width: 744px) {
    .google-ad.mobile {
      display: block !important;
      margin: 15px -15px;
      min-height: 1px; } }
  .google-ad.mobile .placeholder.ad {
    width: 100% !important;
    box-sizing: border-box;
    display: block;
    background: #000;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 14px Helvetica, sans-serif;
    padding: 20px; }
  .google-ad .adsbygoogle {
    margin: 0 auto; }

.gallery-ad {
  display: none; }
  .gallery-ad .placeholder.ad {
    width: 100% !important;
    height: 200px;
    line-height: 170px !important;
    box-sizing: border-box;
    display: block;
    background: #000;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 14px Helvetica, sans-serif;
    padding: 20px; }

.vignette {
  min-height: 150px;
  position: relative;
  box-shadow: inset 0px 0px 85px rgba(0, 0, 0, 0.4);
  line-height: 0;
  display: block; }

.vignette img.mainIMG {
  position: relative;
  z-index: -1;
  width: 100%; }

.vignette div.picStats {
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 85px;
  width: 100%;
  padding-left: 8px;
  vertical-align: text-top;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  z-index: 2;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: #EEEEEE;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */ }

.vignette div.picStats span {
  display: inline-block;
  font-family: 'BebasNeueRegular', 'Arial Narrow', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0px;
  height: 20px;
  line-height: 20px;
  margin-top: 57px;
  text-align: center;
  color: #FFF;
  text-shadow: 0px 0px 8px black;
  vertical-align: text-bottom; }
  @media screen and (min-width: 400px) {
    .vignette div.picStats span {
      font-size: 14px; } }

.vignette div.picStats span b {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0px; }
  @media screen and (min-width: 400px) {
    .vignette div.picStats span b {
      font-size: 20px; } }

.vignette div.picStats span img {
  position: relative;
  top: -15px;
  left: -5px; }

.vignette div.picStats span.picHeight {
  text-align: left; }

.vignette div.picStats span.picShape {
  text-align: right; }

.vignette div.picStats div.filler {
  display: inline-block;
  width: 100%;
  height: 0px; }

a.picLeft, a.picRight {
  display: block;
  width: 30px;
  height: 60px;
  overflow: hidden;
  background-image: url("/images/forwardBack.png");
  background-repeat: no-repeat;
  text-decoration: none;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

a.picLeft {
  background-position: left top;
  left: 0;
  top: 0;
  border-right: 1px solid white;
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

a.picRight, a.searchRight {
  background-position: right top;
  right: 0;
  top: 0;
  border-left: 1px solid white;
  border-left: 1px solid rgba(255, 255, 255, 0.3); }

a.picLeft:hover, a.searchLeft:hover {
  background-position: left bottom; }

a.picRight:hover, a.searchRight:hover {
  background-position: right bottom; }

.subColLeft, .subColRight {
  padding-bottom: 20px; }

@media screen and (min-width: 500px) {
  .subColLeft, .subColRight {
    box-sizing: border-box;
    display: block;
    width: 50%;
    margin: 0;
    float: left; }

  .subColLeft {
    padding-right: 10px; }

  .subColRight {
    padding-left: 10px; } }
/*
    This is legacy code from a previous dev.
    If I see anything like this in a Mess project, I will .break { your: face; }
    <3 Jeff
*/
.break, .break5, .break10, .break15, .break20, .break25, .break30, .break35, .break40, .break45, .break50, .break55, .break60, .break65, .break70, .break75, .break80, .break85, .break90, .break95, .break100 {
  display: block;
  margin: 0px;
  height: 1px;
  padding: 0px;
  background: transparent;
  border: 0;
  clear: both; }

.break {
  height: 1px; }

.break5 {
  height: 5px; }

.break10 {
  height: 10px; }

.break15 {
  height: 15px; }

.break20 {
  height: 20px; }

.break25 {
  height: 25px; }

.break30 {
  height: 30px; }

.break35 {
  height: 35px; }

.break40 {
  height: 40px; }

.break45 {
  height: 45px; }

.break50 {
  height: 50px; }

.break55 {
  height: 55px; }

.break60 {
  height: 60px; }

.break65 {
  height: 65px; }

.break70 {
  height: 70px; }

.break75 {
  height: 75px; }

.break80 {
  height: 80px; }

.break85 {
  height: 85px; }

.break90 {
  height: 90px; }

.break95 {
  height: 95px; }

.break100 {
  height: 100px; }

div.shareImage {
  display: block;
  text-align: center; }
  div.shareImage .addthis_default_style {
    display: inline-block; }
  div.shareImage a {
    transition: opacity .3s ease; }
    div.shareImage a:hover {
      opacity: .7;
      transition-duration: .1s; }

div.shareImage span {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 11px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 7px; }

div.shareImage b {
  display: block;
  text-align: center;
  font-weight: 400; }

div.shareImage b a img {
  display: inline-block;
  border: 0;
  transition: opacity 1s ease; }

div.shareImage b a:hover img {
  opacity: .7; }

.form-container {
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  background: #bfbfbf;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e9e9e9));
  background: -webkit-linear-gradient(top, #f4f4f4, #e9e9e9);
  background: -moz-linear-gradient(top, #f4f4f4, #e9e9e9);
  background: -ms-linear-gradient(top, #f4f4f4, #e9e9e9);
  background: -o-linear-gradient(top, #f4f4f4, #e9e9e9);
  background-image: -ms-linear-gradient(top, #f4f4f4 0%, #e9e9e9 100%);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px, inset rgba(255, 255, 255, 0.4) 0 0px 0;
  font-family: 'Helvetica Neue',Helvetica,sans-serif;
  text-decoration: none;
  vertical-align: middle;
  max-width: 345px;
  padding: 10px 20px;
  width: 100%;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif; }

.form-field {
  box-sizing: border-box;
  border: 1px solid #c2c2c2;
  background: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #424242;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  padding: 8px;
  margin-bottom: 13px;
  width: 100%;
  max-width: 300px; }

.form-field-half {
  width: 140px; }

textarea.form-field {
  height: 200px; }

.form-field:focus {
  background: #fff;
  color: #0f0f0f; }

.form-container h2 {
  text-shadow: #fcfcfc 0 1px 0;
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: bold;
  text-align: center;
  font-family: "Open Sans", sans-serif; }

.form-container p {
  display: block;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  margin: 0px 0px 15px 0px; }

.form-title {
  margin-bottom: 2px;
  color: #696969;
  text-shadow: #fcfcfc 0 1px 0;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
  max-width: 300px; }

#guidelines-container {
  margin-bottom: 25px; }
  #guidelines-container p {
    padding: 5px 0;
    margin-bottom: 0; }
  #guidelines-container ul {
    padding-top: 5px; }
    #guidelines-container ul h5 {
      font-weight: 700;
      font-size: 11px; }
    #guidelines-container ul li {
      padding: 3px 3px 3px 0;
      font-size: 11px; }

#invalid-email {
  color: red;
  font-size: 10px; }

.submit-container {
  margin: 4px 0px 8px 0px;
  text-align: right; }

.submit-button {
  border: 1px solid #447314;
  background: #6aa436;
  background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
  background: -webkit-linear-gradient(top, #8dc059, #6aa436);
  background: -moz-linear-gradient(top, #8dc059, #6aa436);
  background: -ms-linear-gradient(top, #8dc059, #6aa436);
  background: -o-linear-gradient(top, #8dc059, #6aa436);
  background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  text-shadow: #addc7e 0 1px 0;
  color: #31540c;
  font-family: helvetica, serif;
  padding: 8.5px 18px;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle; }

.submit-button:hover {
  cursor: pointer;
  border: 1px solid #447314;
  text-shadow: #31540c 0 1px 0;
  background: #6aa436;
  background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
  background: -webkit-linear-gradient(top, #8dc059, #6aa436);
  background: -moz-linear-gradient(top, #8dc059, #6aa436);
  background: -ms-linear-gradient(top, #8dc059, #6aa436);
  background: -o-linear-gradient(top, #8dc059, #6aa436);
  background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
  color: #fff; }

.submit-button:active {
  text-shadow: #31540c 0 1px 0;
  border: 1px solid #447314;
  background: #8dc059;
  background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
  background: -webkit-linear-gradient(top, #6aa436, #8dc059);
  background: -moz-linear-gradient(top, #6aa436, #8dc059);
  background: -ms-linear-gradient(top, #6aa436, #8dc059);
  background: -o-linear-gradient(top, #6aa436, #8dc059);
  background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
  color: #fff; }

.gallery {
  margin: 0 auto;
  max-width: 300px; }
  .gallery .gallery-block {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden; }
  .gallery .gallery-block-inner {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    overflow: hidden;
    background: #222; }
  @media screen and (min-width: 525px) {
    .gallery {
      max-width: 640px; }
      .gallery .gallery-block {
        width: 50%;
        padding-top: 50%; } }
  @media screen and (min-width: 950px) {
    .gallery {
      max-width: none;
      margin: 0 -5px; }
      .gallery .gallery-block {
        width: 33.3333333333%;
        padding-top: 33.3333333333%; } }
  .gallery .albumsBigPic {
    display: block; }
  .gallery .albumsBigPic + .albumIcon {
    position: absolute;
    top: 5px;
    right: 0;
    opacity: 0; }
  .gallery .albumsBigPic:hover + .albumIcon {
    opacity: 1; }
  .gallery .albumsBigPic img {
    width: 100%;
    height: auto; }
    .csstransforms .gallery .albumsBigPic img {
      margin-top: 50%;
	  -ms-transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
      transform: translateY(-50%); 
  }
	  
  .gallery .overlay {
    display: block;
    position: absolute;
    padding: 5px; }
    .no-touch .gallery .overlay {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: opacity .3s ease; }
      .no-touch .gallery .overlay:hover {
        opacity: 1; }
    .touch .gallery .overlay {
      right: 0;
      bottom: 0;
      left: 0;
      background: #000; }
  .gallery .albumIcon {
    float: right;
    margin-right: 10px;
    opacity: .7;
    transition: opacity .3s ease; }
    .gallery .albumIcon:hover {
      opacity: 1; }

a.addPhotoButton {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 250px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  background-color: #444;
  border-radius: 3px;
  overflow: hidden;
  padding: 0px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  box-shadow: inset 0px 0px 34px rgba(0, 0, 0, 0.5);
  transition: background-color .5s ease; }
  a.addPhotoButton:hover {
    background: #222; }
  a.addPhotoButton img {
    position: relative;
    top: 3px;
    left: -2px; }

#AccountNav {
  margin-bottom: 15px; }

#AccountNav div {
  display: block;
  overflow: hidden;
  padding: 6px;
  text-align: center;
  color: #000;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px; }

#AccountNav ul {
  margin: 0;
  padding: 0;
  border: 0;
  display: block; }

#AccountNav ul li {
  margin: 0;
  padding: 0px;
  border: 0;
  display: block; }

#AccountNav ul li a {
  margin: 0;
  padding: 6px;
  border: 0;
  display: block;
  color: #000;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  box-shadow: inset 0px 0px 12px #BBB;
  box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #CCC;
  -webkit-transition: background-color .25s ease;
  -moz-transition: background-color .25s ease;
  -ms-transition: background-color .25s ease;
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease; }

#AccountNav ul li ul li a {
  font-size: 10px;
  background-color: #FFF;
  padding: 3px 0px;
  border: 1px solid #CCC;
  width: 75px;
  margin-left: 62px;
  margin-top: 2px;
  margin-bottom: 2px; }

#AccountNav ul li ul li a:hover {
  background-color: #CCC; }

#AccountNav ul li ul {
  margin-bottom: 5px;
  padding-top: 3px;
  border-top: 1px solid #CCC; }

#AccountNav ul li a:hover {
  background-color: #FFF; }

#AccountNav ul li a.activeAccountLink {
  color: #FFF;
  font-weight: 700;
  background-color: #70bdff;
  box-shadow: inset 0px 0px 12px #BBB;
  box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #CCC;
  position: relative;
  z-index: 12; }

#AccountNav ul li a.activeAccountLink:hover {
  color: #FFF;
  font-weight: 700;
  background-color: #3b7bff;
  box-shadow: inset 0px 0px 12px #BBB;
  box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #CCC; }

.favorite-search {
  position: relative;
  padding-left: 45px; }
  .favorite-search .favoriteResult {
    box-sizing: border-box;
    display: block;
    color: #fff;
    font: 700 11px "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    min-height: 45px;
    padding: 15px;
    border-radius: 3px;
    background: #222;
    transition: background .3s ease; }
    .favorite-search .favoriteResult:hover {
      transition-duration: .1s;
      background: #555; }
  .favorite-search .removeFavSearch {
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    transition: opacity .3s ease; }
    .favorite-search .removeFavSearch img {
      margin-top: 15px; }
    .favorite-search .removeFavSearch:hover {
      opacity: .7;
      transition-duration: .1s; }

a.socialNetworkingLink, div.socialNetworkingLink {
  display: block;
  height: 34px;
  overflow: hidden;
  width: 250px;
  position: relative;
  text-decoration: none;
  clear: both;
  margin: 10px auto 0; }
  a.socialNetworkingLink:first-child, div.socialNetworkingLink:first-child {
    margin-top: 0; }

.socialNetworkingLink span.sSpan {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  overflow: hidden;
  color: #FFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 11px;
  z-index: 6;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }

a.socialNetworkingLink div.sDiv, div.socialNetworkingLink div.sDiv {
  display: none;
  position: absolute;
  width: 34px;
  height: 34px;
  background-position: left top;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 7; }

a.facebook div.sDiv, div.facebook div.sDiv {
  background-image: url("/images/social/facebook.png"); }

a.twitter div.sDiv, div.twitter div.sDiv {
  background-image: url("/images/social/twitter.png"); }

a.googlePlus div.sDiv, div.googlePlus div.sDiv {
  background-image: url("/images/social/google.png"); }

a.facebook span.sSpan, div.facebook span.sSpan {
  background-color: #2981E2;
  opacity: 1; }

a.twitter span.sSpan, div.twitter span.sSpan {
  background-color: #0BBBCE;
  opacity: 1; }

a.googlePlus span.sSpan, div.googlePlus span.sSpan {
  background-color: #E8640A;
  opacity: 1; }

a.facebook span.sSpan div.fb-like, div.facebook span.sSpan div.fb-like {
  position: relative;
  top: -5px; }

a.twitter span.sSpan *, div.twitter span.sSpan * {
  margin-top: 7px; }

a.googlePlus span.sSpan div.googlePlusMargin, div.googlePlus span.sSpan div.googlePlusMargin {
  margin-top: 7px;
  padding-left: 8px; }

.search-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  box-shadow: inset 0px 0px 5px #AAA; }
  .search-results .photo {
    position: relative;
    width: 100%; }
    .search-results .photo a {
      position: relative;
      margin: 10px;
      display: inline-block; }
    .search-results .photo img {
      display: block; }
    .search-results .photo .thumbVignette {
      transition: opacity .3s ease; }
    .search-results .photo:hover .thumbVignette {
      opacity: 0; }
    @media screen and (min-width: 320px) {
      .search-results .photo {
        width: 50%; } }
    @media screen and (min-width: 450px) {
      .search-results .photo {
        width: 33.3333333333%; } }
    @media screen and (min-width: 650px) {
      .search-results .photo {
        width: 25%; } }
    @media screen and (min-width: 745px) {
      .search-results .photo {
        width: 33.3333333333%; } }
    @media screen and (min-width: 870px) {
      .search-results .photo {
        width: 25%; } }
    @media screen and (min-width: 1010px) {
      .search-results .photo {
        width: 33.3333333333%; } }

@media screen and (min-width: 850px) {
  #search2 {
    max-width: 600px;
    position: relative; }
    #search2.edit {
      padding-right: 20px; }
    #search2 #guidelines-container {
      position: absolute;
      top: 50px;
      right: 15px;
      width: 250px; } }
.photo-editor {
  box-sizing: border-box;
  max-width: 720px;
  margin: 0 auto;
  position: relative; }
  .photo-editor .display {
    position: relative; }
    .photo-editor .display canvas {
      max-width: 500px;
      width: 100%; }
  .photo-editor .image-canvas {
    position: relative;
    z-index: 100; }
  .photo-editor .draw-canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110; }
  .photo-editor aside {
    margin-top: 15px; }
    .photo-editor aside p {
      text-align: center; }
  .photo-editor .photo-form {
    display: none; }
  @media screen and (min-width: 480px) {
    .photo-editor {
      padding-right: 145px; }
      .photo-editor aside {
        margin-top: 0;
        width: 130px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 200;
        padding: 10px; }
        .photo-editor aside p {
          text-align: left; } }
  @media screen and (min-width: 650px) {
    .photo-editor {
      padding-right: 215px; }
      .photo-editor aside {
        width: 200px; } }
  @media screen and (min-width: 745px) {
    .photo-editor {
      padding-right: 145px; }
      .photo-editor aside {
        width: 130px; } }
  @media screen and (min-width: 850px) {
    .photo-editor {
      padding-right: 215px; }
      .photo-editor aside {
        width: 200px; } }
  .photo-editor .rotate {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    transition: opacity .3s ease; }
    .photo-editor .rotate:before {
      content: '';
      display: block;
      background: url("../img/rotate.png") center top no-repeat;
      height: 62px; }
    .photo-editor .rotate:hover {
      opacity: .7;
      transition-duration: .1s; }
  .photo-editor .clear {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000; }
    .photo-editor .clear:hover {
      color: #999; }
  .photo-editor .save {
    display: block;
    text-align: center;
    max-width: 120px;
    margin: 0 auto; }

a.olderEntries, a.newerEntries, a.backToNews {
  display: block;
  padding: 0;
  margin: 0;
  float: left;
  height: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 11px;
  transition: background-color .5s ease-out; }

a.backToNews {
  max-width: 500px;
  margin-bottom: 1px;
  width: 50%; }

body.orange a.olderEntries, body.orange a.newerEntries, body.orange a.backToNews {
  background-color: #A02D00; }

body.green a.olderEntries, body.green a.newerEntries, body.green a.backToNews {
  background-color: #52AD0B; }

body.orange a.olderEntries:hover, body.orange a.newerEntries:hover, body.orange a.backToNews:hover {
  background-color: #D33200; }

body.green a.olderEntries:hover, body.green a.newerEntries:hover, body.green a.backToNews:hover {
  background-color: #66D100; }

a.olderEntries, a.newerEntries {
  width: 49.7%; }

a.newerEntries {
  float: right; }

.gameScreen1, .gameScreen2, .gameScreen3 {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }

div.gameTitle, div.gameTitleColor {
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
  font-size: 36px;
  color: #000;
  line-height: 38px; }

@media screen and (max-width: 599px) {
  div.gameTitle, div.gameTitleColor {
    font-size: 24px;
    line-height: 30px; } }
body.orange div.gameTitleColor {
  color: #A02D00; }

body.green div.gameTitleColor {
  color: #53ae0b; }

div.gameTitle b {
  font-weight: 400; }

body.orange div.gameTitle b {
  color: #A02D00; }

body.green div.gameTitle b {
  color: #53ae0b; }

div.gameWeightSelection {
  text-align: center;
  display: block;
  padding: 50px; }

div.gameWeightSelection select {
  width: 150px; }

div.gameSubmit {
  display: block;
  text-align: center; }

div.gameSubmit input, a.playAgainButton {
  -webkit-appearance: none;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border: 0;
  border-radius: 0;
  letter-spacing: 0px;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 89px;
  height: 89px;
  padding: 0px 30px;
  margin: 0px auto 0px auto; }

body.orange div.gameSubmit input, body.orange a.playAgainButton {
  background-color: #A02D00; }

body.green div.gameSubmit input, body.green a.playAgainButton {
  background-color: #53ae0b; }

a.playAgainButton {
  width: 250px;
  margin: 20px auto 0px auto;
  border: 0;
  text-decoration: none; }

body.orange a.playAgainButton:hover {
  background-color: #e34100; }

body.green a.playAgainButton:hover {
  background-color: #6fdb15; }

div.gameSubmit input:hover {
  background-color: #4d990a;
  cursor: pointer; }

div.roundNum {
  display: block;
  text-align: center; }

div.roundNum span.rn1 {
  display: block;
  height: 20px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 15px;
  color: #4d4d4d;
  line-height: 20px; }

div.roundNum span.rn2 {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin: 5px auto 0px auto; }

body.orange div.roundNum span.rn2 {
  background-color: #A02D00; }

body.green div.roundNum span.rn2 {
  background-color: #53ae0b; }

table.gameBodies tr td a {
  text-decoration: none; }

table.gameBodies tr td a img {
  border: 0;
  max-width: 195px;
  max-height: 310px;
  border: 3px solid #FFF; }

table.gameBodies tr td a:hover img {
  border: 3px solid #53ae0b; }

body.orange table.gameBodies tr td a:hover img {
  border: 3px solid #A02D00; }

body.green table.gameBodies tr td a:hover img {
  border: 3px solid #53ae0b; }

a.gameShare {
  text-decoration: none;
  display: inline; }

a.gameShare img {
  border: 0;
  display: inline-block; }

div.gameCorrect {
  display: block;
  text-align: center;
  vertical-align: top;
  line-height: 195px; }

div.gameCorrect img {
  display: inline-block;
  max-height: 195px;
  max-width: 120px;
  border: 2px solid #FFF;
  vertical-align: top; }

div.gameIncorrect {
  display: block;
  text-align: center; }

div.gameIncorrect span {
  display: inline-block;
  text-align: center;
  width: 124px;
  color: #808080;
  font-size: 11px;
  text-align: center;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0px;
  vertical-align: top; }

div.gameIncorrect span img {
  display: inline-block;
  max-height: 195px;
  max-width: 120px;
  border: 2px solid #FFF; }

.gameBodies {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle; }
  .gameBodies::after {
    clear: both;
    content: "";
    display: table; }
  .gameBodies .body {
    width: 100%;
    align-self: center; }
    .no-flexbox .gameBodies .body {
      float: left; }
    @media screen and (min-width: 440px) {
      .gameBodies .body {
        width: 50%; } }
    @media screen and (min-width: 670px) {
      .gameBodies .body {
        width: 20%; } }
  .gameBodies a {
    text-align: center;
    transition: opacity .3s ease; }
    .gameBodies a img {
      width: 96%; }
    .gameBodies a:hover {
      opacity: .7;
      transition-duration: .1s; }

div.gameNotice {
  position: relative;
  display: block;
  max-width: 728px;
  margin: 0px auto;
  background-color: #cccccc;
  padding-left: 49px;
  min-height: 49px; }
  div.gameNotice .gn1 {
    display: block;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    letter-spacing: 0px;
    font-size: 36px;
    color: #666666;
    line-height: 49px; }
  div.gameNotice .gn2 {
    float: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 11px;
    color: #1a1a1a;
    line-height: 15px;
    text-align: left;
    padding: 10px 0; }
    div.gameNotice .gn2 b {
      font-weight: 700; }

.quizAdMiddle {
  text-align: center; }
  .quizAdMiddle .google-ad {
    display: block; }

.quiz-ads {
  text-align: center; }
  .quiz-ads .google-ad {
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px; }

@media screen and (max-width: 599px) {
  body {
    display: none;
    box-sizing: border-box;
    padding: 0 15px; }

  #topTabs, #header, #footer {
    margin-left: -15px;
    margin-right: -15px; }

  #searchForm {
    margin-top: 0;
    padding-top: 20px; }
    #searchForm .search-toggle {
      color: #fff;
      font-style: normal;
      text-transform: uppercase;
      border: none;
      background: #52AD0B; }
      .orange #searchForm .search-toggle {
        background: #A02D00; }

  #content .placeholder, #colLeft .placeholder {
    padding: 0;
    line-height: 90px; }
  #content .google-ad, #colLeft .google-ad {
    padding: 0; }

  #colMid .submitStoryInfo {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0; }

  #colRight {
    padding-bottom: 0; }

  #footer {
    margin-top: 0; }
    #footer a.desktop {
      display: block;
      width: 100%;
      margin-top: 20px;
      font: 700 13px/17px "Open Sans", sans-serif;
      letter-spacing: 1px;
      font-weight: 600;
      color: #B3B3B3;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none; }
      #footer a.desktop:hover {
        color: #fff; } }
