@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,600,300&subset=latin,latin-ext);
@import url(../../vendor/normalize/normalize.css);
/* ========================================================================== */
/* Font smoothing in webkit browsers. Especially for ugly Mac default.
/* ========================================================================== */
@import url(../../vendor/qtip/jquery.qtip.min.css);
@import url(../../vendor/foundation-offcanvas/foundation.css);
@import url(../../vendor/colorbox/colorbox.css);
@import url(../../vendor/select2/select2.css);
@import url(../../vendor/bootstrap-datetimepicker/css/bootstrap-datetimepicker.css);
@import url(../../vendor/nanoscroller/css/nanoscroller.css);
@import url(../../fonts/fotoaparat/style.css);
body {
  -webkit-font-smoothing: antialiased; }

/* ========================================================================== */
/*   BORDER BOX MODEL
/* - Every element has to have border-box model because of the Bootstrap grid
/* - Padding now doesn't extend elements width
/* ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*@if($lt-ie9) {
 $screen-xs: 10px;
}
@else {
  $screen-xs:                  480px !default;
}*/
/*@if($lt-ie9) {
  $screen-sm: 20px;
}
@else {
  $screen-sm:                  768px !default;
}*/
/*@if($lt-ie9) {
  $screen-md: 30px;
}
@else {
  $screen-md:                  992px !default;
}*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../vendor/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../vendor/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../vendor/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../vendor/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../vendor/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/* ========================================================================== */
/*   VARIABLES
/* - Global SASS variables for this project only */
/* - [For example] font-size, box-shadow, colors */
/* ========================================================================== */
@font-face {
  font-family: 'League Gothic';
  src: url("../../fonts/league-gothic/LeagueGothic-Regular-webfont.eot");
  src: url("../../fonts/league-gothic/LeagueGothic-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/league-gothic/LeagueGothic-Regular-webfont.woff") format("woff"), url("../../fonts/league-gothic/LeagueGothic-Regular-webfont.ttf") format("truetype"), url("../../fonts/league-gothic/LeagueGothic-Regular-webfont.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ========================================================================== */
/*   MIXINS
/* - SASS mixins specific for this project only */
/* ========================================================================== */
.no-margin {
  margin: 0 !important; }

.img-rounded {
  border-radius: 50%; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-danger {
  color: #f31930 !important; }

.text-underline {
  text-decoration: underline !important; }

.text-no-wrap {
  white-space: nowrap !important; }

.list-no-style {
  list-style: none !important;
  padding-left: 0 !important; }

.no-top-margin {
  margin-top: 0 !important; }

.no-padding {
  padding: 0 !important; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.text-underline {
  text-decoration: underline; }

/* ==============================================================================
   ABSOLUTE CENTERING
/* ==============================================================================
 - Mixin for absolute centering method.
 - Centers both horizontally and vertically.
 - Parent element must have position relative or absolute.

 - [param] $height     - Height of the element is mandatory for this method to
                         work properly. It can be set to auto for images only.
 - [param] $margin     - Margin defaults to auto to center element both
                         vertically and horizontally. You can use for example
                         "auto 0" for vertical centering only.
============================================================================== */
/* ==============================================================================
   RESET BOX SIZING
/* ==============================================================================
 - Mixin to reset box sizing to default (content-box) in entire region
 - We switched to border-box model because of the Bootstrap grid
============================================================================== */
/* ==============================================================================
   ICON HELPERS
/* ==============================================================================
 - Mixins for common icon positioning. Creates pseudo element with icon as a
   background.
 - Two mixins are available: wt-icon-left and wt-icon-right

 - [param] $icon-width     - Width and height of the icon (icons are always
                             square shaped). If icon image is not square it is
                             centered automatically inside the square.
 - [param] $icon-url       - URL of the icon image
 - [param] $margin         - Margin of the icon inside parent element from left
                             (wt-icon-left) or from right (wt-icon-right).
                             Defaults to 0px.
 - [param] $padding-width  - Padding from left or right. Creates empty space
                             for the icon. Default value is computed
                             automatically from $icon-width * 1.5.
============================================================================== */
a.button {
  display: inline-block;
  border-radius: 10px;
  background: darkolivegreen;
  line-height: 90px;
  color: #ffffff;
  text-decoration: none;
  padding: 0px 20px;
  padding-left: 80px;
  position: relative; }
  a.button:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    background-image: url("../../img/spinner-v1.gif");
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    height: 24px;
    left: 20px; }

/* ========================================================================== */
/*   BASESTYLES
/* - In basestyles.scss we specify basic styles valid for entire web page */
/* - Basestyles have typically very basic selector not classes! */
/* - [For example] body, html, p a, input[type="text"], etc...  */
/* ========================================================================== */
html, body, .off-canvas-wrap, .inner-wrap {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #2f3233; }

body {
  min-width: 320px;
  background: url(../img/bg.png) 0 0 repeat transparent; }
  @media (min-width: 992px) {
    body {
      background: url(../img/bg.png) 0 0 repeat transparent; } }

h1, h2, h3, h4, h5, h6 {
  color: #2f3233;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: normal;
  margin: 0.67em 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit; }

a h1, a h2, a h3, a h4, a h5, a h6 {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s; }
  a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a h6:hover {
    color: #32618d; }

h1 {
  font-family: "League Gothic", sans-serif;
  font-size: 40px; }
  @media (min-width: 992px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-family: "League Gothic", sans-serif;
  font-size: 42px;
  letter-spacing: 1px; }

h3 {
  font-family: "League Gothic", sans-serif;
  text-transform: none;
  font-size: 42px;
  margin-bottom: 1rem; }

h4 {
  font-family: "League Gothic", sans-serif;
  font-size: 30px; }

p {
  font-size: 14px;
  line-height: 24px; }
  @media (min-width: 992px) {
    p {
      font-size: 16px;
      line-height: 26px; } }

a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

hr {
  border: none;
  margin: 20px 0;
  border-top: 1px solid #f0f1f1; }
  hr.or-line {
    text-align: center;
    margin: 40px 0;
    font-family: "League Gothic", sans-serif;
    font-size: 24px;
    color: #303234;
    position: relative;
    z-index: 10; }
    hr.or-line:before {
      content: 'nebo';
      display: inline-block;
      padding: 0 20px;
      background-color: #fff;
      position: relative;
      top: -10px;
      z-index: 1060;
      height: 10px; }

ul li {
  font-size: 16px;
  line-height: 24px; }

ol {
  counter-reset: ordered;
  list-style: none;
  padding-left: 0; }
  ol li {
    line-height: 24px;
    font-size: 16px;
    counter-increment: ordered; }
    ol li:before {
      content: counter(ordered) ".";
      font-size: 16px;
      margin-right: 4px;
      color: #32618d; }

textarea {
  min-height: 95px; }

.notification-count {
  display: block;
  width: 19px;
  height: 19px;
  text-indent: -2px;
  font-size: 10px;
  text-align: center;
  line-height: 19px;
  color: #fff;
  border-radius: 50%;
  background-color: #de4849; }

.page-container {
  width: 940px;
  margin: 0 auto;
  position: relative; }

.page-content {
  background-color: #fff; }
  .page-content._page-content-bottom {
    padding-bottom: 60px; }
  .page-content .page-content-inner {
    padding: 30px 50px; }

.tooltip-wrapper {
  position: relative; }

.ajax-tooltip {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0; }

.center-block {
  float: none; }

.style-alternate {
  color: #fff;
  background-color: #32618d; }
  .style-alternate a, .style-alternate ul, .style-alternate ol, .style-alternate h1, .style-alternate h2, .style-alternate h3, .style-alternate h4, .style-alternate h5, .style-alternate h6, .style-alternate p {
    color: inherit; }

.style-transparent {
  text-shadow: 0 1px 0 #fff; }
  .style-transparent h1, .style-transparent h2, .style-transparent h3, .style-transparent h4 {
    color: #32618d;
    text-transform: uppercase;
    margin: 0.67em 0; }
    .style-transparent h1 .icon, .style-transparent h2 .icon, .style-transparent h3 .icon, .style-transparent h4 .icon {
      font-size: 30px; }
  .style-transparent h5, .style-transparent h6 {
    color: #303234;
    text-transform: none; }
  .style-transparent a {
    color: inherit; }
    .style-transparent a:hover {
      color: #32618d; }
  .style-transparent .icon {
    color: #c0c0c0; }

.is-stretched {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .is-stretched {
      margin-left: -35px;
      margin-right: -35px;
      padding-left: 35px;
      padding-right: 35px; } }

.col-centered {
  float: none !important;
  margin: 0 auto !important; }

.page-content {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff; }
  @media (min-width: 992px) {
    .page-content {
      margin-left: 0px;
      margin-right: 0px;
      padding: 0 35px 60px 35px; } }
  .page-content.is-bottom-filled {
    padding-bottom: 0; }

.text-starnote {
  font-size: 12px;
  color: #555;
  margin: 0; }
  .text-starnote:before {
    content: '*';
    margin-right: 2px;
    color: #32618d; }

.visible-ie8 {
  display: none; }

.input-comment-file {
  display: none; }

.file-group-file-orig {
  display: none; }

.lt-ie9 .input-comment-file {
  display: block !important; }
.lt-ie9 .file-group-file-orig {
  display: block !important;
  margin-bottom: 10px; }
.lt-ie9 .js-file-input {
  display: none !important; }
.lt-ie9 #input-comment-file-display {
  display: none !important; }

.lt-ie9 body {
  max-width: 1200px;
  margin: 0 auto; }
.lt-ie9 .visible-ie8 {
  display: block; }
.lt-ie9 .breadcrumbs {
  display: none !important; }
.lt-ie9 .login-inner {
  max-width: 400px !important;
  margin: 0 auto; }
.lt-ie9 input[type="password"] {
  font-family: 'Arial'; }
.lt-ie9 .profile-item-dark {
  background-color: #303234 !important; }
.lt-ie9 .left-off-canvas-menu {
  position: absolute !important;
  left: 0;
  top: 0; }
.lt-ie9 .right-off-canvas-menu li {
  background-color: #303234 !important; }
.lt-ie9 .user-login-top {
  background-color: #303234 !important; }
.lt-ie9 .form-group-file.avatar .btn.js-file-input {
  width: auto !important; }
.lt-ie9 .article-commnent,
.lt-ie9 .article-comment-meta {
  text-align: left !important;
  padding-left: 40px !important;
  padding-right: 40px !important; }
.lt-ie9 .is-comment-input .js-file-input {
  width: auto !important; }

iframe {
  max-width: 100%; }

.panel {
  overflow: hidden; }

#colorbox {
  outline: none;
  border-radius: 0; }

#cboxTitle {
  position: absolute;
  margin-top: 0px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  background-color: #000;
  width: 100%;
  height: 64px;
  bottom: -64px;
  left: -12px;
  font-size: 12px;
  line-height: 18px; }

#cboxCurrent {
  display: none !important; }

#cboxLoadedContent, #cboxLoadedContent {
  border-radius: 0; }

#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight {
  border-radius: 0; }

#cboxClose {
  top: -40px;
  right: -12px;
  border-radius: 0; }

#cboxNext, #cboxPrevious {
  left: 0;
  right: 0;
  margin: auto; }

#cboxNext, #cboxPrevious {
  bottom: -70px;
  display: none !important; }
  @media (min-width: 768px) {
    #cboxNext, #cboxPrevious {
      display: block !important;
      bottom: 46%; } }

#cboxNext {
  left: -60%; }
  @media (min-width: 768px) {
    #cboxNext {
      left: 0; } }

#cboxPrevious {
  right: -60%; }
  @media (min-width: 768px) {
    #cboxPrevious {
      right: 0; } }

#ARTICLE {
  padding-bottom: 50px; }

#MIGRATION .page-description {
  padding-bottom: 35px;
  margin-bottom: 35px; }
#MIGRATION .well {
  position: relative;
  width: 110%;
  left: -5%;
  margin: 40px 0px;
  padding: 10px 40px; }
#MIGRATION input[type="password"] {
  background-image: none;
  padding-left: 15px; }

.off-canvas-wrap ._migration-line {
  position: relative;
  display: block;
  text-align: center;
  background: #f1162b;
  padding: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px; }
  .off-canvas-wrap ._migration-line._blue {
    background-color: #32618d; }
  .off-canvas-wrap ._migration-line a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: underline; }
    .off-canvas-wrap ._migration-line a:hover {
      text-decoration: none; }
  @media (min-width: 768px) {
    .off-canvas-wrap ._migration-line {
      padding: 12px;
      font-size: 13px;
      line-height: 22px; }
      .off-canvas-wrap ._migration-line a {
        font-size: 13px;
        line-height: 22px; } }
  @media (min-width: 992px) {
    .off-canvas-wrap ._migration-line {
      font-size: 15px; }
      .off-canvas-wrap ._migration-line a {
        font-size: 15px; } }

#content ._migration-line {
  background: #F23043;
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    #content ._migration-line {
      margin-bottom: 28px;
      margin-left: -35px;
      margin-right: -35px;
      padding-left: 35px;
      padding-right: 35px; } }

iframe[name="google_conversion_frame"] {
  visibility: hidden;
  opacity: 0;
  display: none; }

._banner {
  position: relative;
  display: none;
  width: 100%;
  margin: 10px 0; }
  @media (min-width: 992px) {
    ._banner {
      display: block; } }
  @media (min-width: 768px) {
    ._banner._placeholder {
      display: block; } }
  ._banner._center img {
    position: relative;
    display: block;
    margin: auto; }
  ._banner._mTop {
    margin-top: 15px; }
  ._banner._mBottom {
    margin-bottom: 0px; }
  ._banner._mBottom-15 {
    margin-bottom: 15px; }
  ._banner._mBottom-30 {
    margin-bottom: 30px; }

._noMargin {
  margin: 0;
  height: auto !important;
  min-height: auto !important; }

._hide-text {
  display: none; }

#colorbox {
  margin-top: -20px !important; }

#USERPROFILE-PUBLIC ._fright {
  float: right;
  padding: 10px; }

._topM20px {
  margin-top: 40px; }

._mNoBottom .Placeholder-wrapper {
  margin-top: 35px;
  margin-bottom: 0; }

.visible-xs-inline-block {
  display: inline-block !important;
  width: 100%;
  background: none !important; }
  .visible-xs-inline-block:hover {
    background: none !important; }
  .visible-xs-inline-block a {
    width: auto;
    background-color: #32618d;
    padding: 0 20px !important;
    margin-top: 3px; }
  @media (min-width: 768px) {
    .visible-xs-inline-block {
      display: none !important; } }

._delete {
  background-color: #f3192f;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0px 10px;
  border-radius: 8px;
  color: #fff;
  line-height: 16px;
  font-weight: 600;
  text-shadow: none;
  text-align: center; }

._ip-admin {
  position: relative;
  display: inline-block;
  margin-left: 10PX;
  line-height: 26px;
  vertical-align: bottom; }

.Description-text-FB {
  position: relative;
  color: #2f3233;
  /* text color */
  font-size: 16px;
  line-height: 1.5em;
  background: #fff;
  margin-bottom: 1px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
  padding: 15px 35px;
  *zoom: 1; }
  .Description-text-FB:before, .Description-text-FB:after {
    content: " ";
    display: table; }
  .Description-text-FB:after {
    clear: both; }
  @media screen and (min-width: 992px) {
    .Description-text-FB {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px; } }
  .Description-text-FB ._Facebook-Wrapper {
    position: relative;
    display: block;
    text-align: right; }
    .Description-text-FB ._Facebook-Wrapper .fb-share-button {
      position: relative;
      display: inline-block; }

._m-bottom-30 {
  margin-bottom: 30px !important; }

._m-bottom-20 {
  margin-bottom: 20px !important; }

._label-left-20-p {
  display: inline-block !important;
  text-align: left !important;
  padding-left: 20px !important;
  padding-right: 15px !important; }

._form-inline-block {
  display: inline-block !important;
  width: auto !important; }

._table {
  position: relative;
  display: table;
  vertical-align: middle; }

._table-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 82px; }

.heureka-widget-nazev, .heureka-widget-cena {
  display: inline-block !important;
  background: none !important;
  border: 0 !important;
  padding: 0 !important; }

.form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  padding: 7px 15px;
  color: #303234;
  border: none;
  background-color: #efefef;
  box-shadow: inset 0 1px 3px rgba(0, 0, 1, 0.1);
  display: block;
  width: 100%; }
  .form-control::-webkit-input-placeholder {
    font-style: italic; }
  .form-control:-moz-placeholder {
    font-style: italic; }
  .form-control::-moz-placeholder {
    font-style: italic; }
  .form-control:-ms-input-placeholder {
    font-style: italic; }
  @media (min-width: 992px) {
    .form-control.form-control-wide {
      width: 294%; } }
  @media (min-width: 1200px) {
    .form-control.form-control-wide {
      width: 284%; } }

.form-group {
  *zoom: 1;
  margin-bottom: 10px; }
  .form-group:before, .form-group:after {
    content: " ";
    display: table; }
  .form-group:after {
    clear: both; }
  .form-group.form-group-omega {
    margin-bottom: 0 !important; }
    .form-group.form-group-omega small {
      position: relative;
      display: inline-block;
      line-height: 21px;
      margin-top: 10px;
      font-size: 75%; }
      @media (min-width: 768px) {
        .form-group.form-group-omega small {
          margin-left: 10px;
          font-size: 80%; } }
  .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #6f6f6f;
    font-size: 14px; }
    @media (min-width: 992px) {
      .form-group label {
        margin-top: 9px;
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 0;
        text-align: right; } }
    .form-group label._text-left {
      text-align: left; }
  .form-group a {
    color: #32618d; }
    .form-group a:hover {
      text-decoration: underline; }
  .form-group.checkbox {
    margin-bottom: 10px; }
    .form-group.checkbox label {
      text-align: left; }
  .form-group.form-group-radio {
    min-height: 33px; }
  .form-group.form-group-file input[type="text"] {
    margin-bottom: 10px; }
  @media (min-width: 992px) {
    .form-group.form-group-file input[type="text"] {
      margin-bottom: 0; } }
  .form-group .input-group {
    position: relative; }
    .form-group .input-group .input-group-icon {
      position: absolute;
      left: 7px;
      top: 8px;
      color: #c0c0c0; }
    .form-group .input-group .form-control {
      padding-left: 30px; }
    .form-group .input-group.input-group-right .input-group-icon {
      left: auto;
      right: 7px; }
    .form-group .input-group.input-group-right .form-control {
      padding-left: 15px;
      padding-right: 25px; }
  .form-group.form-group-required label {
    font-weight: bold; }
    .form-group.form-group-required label:before {
      content: '*';
      color: #32618d; }
  .form-group.submit {
    margin-top: 20px; }
  .form-group .input-ajax-validation {
    padding-bottom: 20px; }
    .form-group .input-ajax-validation .input-validation {
      font-size: 12px;
      position: absolute;
      bottom: 0; }
      .form-group .input-ajax-validation .input-validation .icon {
        position: relative;
        top: 7px; }
      .form-group .input-ajax-validation .input-validation.success {
        color: #328d34; }
        .form-group .input-ajax-validation .input-validation.success .icon {
          background-image: url(../img/icon-success-s.png); }
      .form-group .input-ajax-validation .input-validation.error {
        color: #c01022; }
        .form-group .input-ajax-validation .input-validation.error .icon {
          background-image: url(../img/icon-error-s.png); }

.input-block-level {
  display: block;
  width: 100%; }

.form-group-checkbox {
  text-align: left; }

input[type="checkbox"]:not(.onoffswitch-checkbox) {
  display: none; }

input[type="checkbox"]:not(.onoffswitch-checkbox) + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  input[type="checkbox"]:not(.onoffswitch-checkbox) + label:before {
    content: url(../img/checkbox.png);
    display: inline-block;
    width: 22px;
    height: 19px;
    margin: -1px 1px 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    top: -2px; }
input[type="checkbox"]:not(.onoffswitch-checkbox):checked + label:before {
  content: url(../img/checkbox-checked.png); }
input[type="checkbox"]:not(.onoffswitch-checkbox):checked.checkbox-dark + label:before {
  content: url(../img/checkbox-dark-checked.png); }
input[type="checkbox"]:not(.onoffswitch-checkbox).checkbox-dark + label:before {
  content: url(../img/checkbox-dark.png); }

._sm-style {
  padding-left: 25px !important;
  line-height: 1.25; }
  ._sm-style:before {
    position: absolute !important;
    top: 18px !important;
    left: 10px !important; }
  @media screen and (min-width: 768px) {
    ._sm-style {
      padding-left: 0 !important; }
      ._sm-style:before {
        position: relative !important;
        top: -2px !important;
        left: auto !important; } }

.lt-ie9 input[type="checkbox"] {
  display: inline; }
  .lt-ie9 input[type="checkbox"] + label {
    display: inline; }
    .lt-ie9 input[type="checkbox"] + label:before {
      display: none; }

.form-control-radio {
  background-color: transparent;
  box-shadow: none;
  padding: 0; }
  .form-control-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px; }
  .form-control-radio input[type=radio] {
    display: none; }
  .form-control-radio label:before {
    content: "";
    display: inline-block;
    border-radius: 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #dddddd;
    margin-right: 10px;
    position: absolute;
    left: 0; }
  .form-control-radio input[type=radio]:checked + label:before {
    content: url(../img/dot.png);
    color: #32618d;
    text-align: center;
    line-height: 12px; }

.lt-ie9 .form-control-radio label {
  display: inline;
  cursor: pointer;
  position: static;
  padding-left: 0px;
  margin-right: 0px;
  font-size: 13px; }
.lt-ie9 .form-control-radio input[type=radio] {
  display: inline; }
.lt-ie9 .form-control-radio label:before {
  display: none; }

input[type="password"] {
  background-position: 8px 8px;
  padding-left: 30px;
  background-repeat: no-repeat; }

.form-gray .form-control {
  background-color: #f0f0f0;
  padding: 7px 15px;
  color: #6c6c6c;
  width: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 1, 0.28); }
.form-gray textarea.form-control {
  padding: 10px 15px; }

.select-style {
  width: 100%; }

.dk_container {
  width: 100%;
  display: inline-block;
  background-color: #efefef;
  /* layer fill content */ }
  .dk_container:focus {
    outline: 0; }
  .dk_container a {
    cursor: pointer;
    text-decoration: none; }
  .dk_container .dk_toggle {
    background-color: #efefef;
    /* layer fill content */
    box-shadow: inset 0 1px 3px rgba(0, 0, 1, 0.1);
    /* inner shadow */
    padding: 10px;
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
    font-size: 14px;
    color: #6f6f6f;
    /* text color */
    font-weight: 400;
    text-decoration: none !important;
    background: url("../img/select-arrow.png") no-repeat right center; }
    .dk_container .dk_toggle span {
      overflow: hidden;
      text-decoration: none; }
  .dk_container .dk_options {
    position: absolute;
    background-color: #efefef;
    width: 100%;
    display: none;
    text-align: left;
    border-bottom: 1px solid #dedede; }
    .dk_container .dk_options a, .dk_container .dk_options a:link, .dk_container .dk_options a:visited {
      display: block;
      border: 1px solid #dedede;
      border-bottom: 0;
      padding: 6px 15px;
      font-size: 14px;
      font-weight: normal; }
    .dk_container .dk_options a:hover, .dk_container .dk_options .dk_option_current a {
      background-color: #fff;
      border-bottom-color: #dedede;
      font-size: 14px;
      color: #6f6f6f;
      text-decoration: none; }
    .dk_container .dk_options .dk_options_inner {
      padding: 0;
      margin: 0;
      max-height: 250px;
      font-size: 14px;
      color: #6f6f6f;
      overflow: auto;
      position: relative;
      -webkit-overflow-scrolling: touch; }
      .dk_container .dk_options .dk_options_inner li.disabled {
        cursor: default; }
        .dk_container .dk_options .dk_options_inner li.disabled a {
          color: #6f6f6f;
          font-size: 14px; }
        .dk_container .dk_options .dk_options_inner li.disabled:hover, .dk_container .dk_options .dk_options_inner li.disabled:hover a {
          cursor: default;
          background-color: #efefef;
          border-bottom-color: #dedede;
          text-shadow: none; }
  .dk_container select {
    position: absolute;
    top: -99999em;
    visibility: hidden; }
  .dk_container.dk_open {
    z-index: 10;
    position: relative; }
    .dk_container.dk_open .dk_options {
      display: block; }
    .dk_container.dk_open .dk_label {
      color: inherit; }
    .dk_container.dk_open .dk_toggle {
      border-color: #dedede;
      color: #6f6f6f; }
  .dk_container .dk_focus .dk_toggle {
    border: 1px solid #dedede; }

.btn {
  display: inline-block;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 19px;
  outline: none;
  border: 0;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  .btn .icon {
    vertical-align: middle;
    color: inherit;
    line-height: inherit;
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: -1px;
    font-weight: normal !important; }
    .btn .icon.icon-12 {
      position: relative; }
  .btn:hover {
    color: inherit;
    text-decoration: none !important; }
  .btn.btn-block-level {
    width: 100%;
    text-align: center; }
  .btn.btn-light {
    font-weight: normal;
    text-transform: none;
    line-height: 16px; }
    .btn.btn-light .icon {
      margin-left: 12px; }
  .btn.btn-wide {
    padding-left: 50px;
    padding-right: 50px; }
  .btn.btn-mid-wide {
    padding-left: 40px;
    padding-right: 40px; }
  .btn.btn-s {
    padding: 3px 15px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-transform: none; }
  @media (min-width: 992px) {
    .btn.btn-full {
      width: 100%; } }
  .btn.btn-default {
    background-color: #f3efe7;
    border-bottom-color: #9e9b96;
    color: #000; }
  .btn.btn-blue {
    background-color: #32618d;
    border-bottom-color: #32618d;
    color: #fff; }
    .btn.btn-blue:hover {
      background-color: #254767;
      color: #fff; }
  .btn.btn-fb {
    background-color: #3a589b;
    color: #fff; }
    .btn.btn-fb:hover {
      background-color: #2c4376; }
    .btn.btn-fb .icon-fb {
      display: none; }
      @media (min-width: 992px) {
        .btn.btn-fb .icon-fb {
          display: inline-block; } }
  .btn.btn-green {
    background-color: #328d38; }
    .btn.btn-green:hover {
      background-color: #1e5522; }
  .btn.btn-orange {
    background-color: #e26e19;
    height: 33px;
    color: #fff;
    font-size: 12px; }
    .btn.btn-orange .icon {
      margin-right: 10px;
      position: relative;
      top: -2px;
      font-size: 18px; }
    .btn.btn-orange:hover {
      background-color: #b45814; }
  .btn.btn-gray {
    color: #6f6f6f;
    font-size: 12px;
    height: 33px;
    background-color: #f0f0f0; }
    .btn.btn-gray:hover {
      background-color: #d7d7d7;
      color: #303234; }
  .btn.btn-dark-gray {
    color: #fff;
    background-color: #6f6f6f;
    font-size: 12px; }
    .btn.btn-dark-gray:hover {
      background-color: #565656; }
  .btn.btn-white {
    border: 1px solid white;
    background-color: #fff;
    color: #32618d;
    border-radius: 3px; }
    .btn.btn-white:hover {
      color: #303234;
      border-color: #303234; }
  .btn.btn-transparent {
    border: 1px solid white;
    color: white;
    background-color: transparent;
    border-radius: 3px; }
    .btn.btn-transparent:hover {
      color: #cccccc;
      border-color: #cccccc; }
  @media (min-width: 992px) {
    .btn.btn-sm-small {
      height: auto; } }
  .btn.btn-add-photo {
    position: relative;
    display: inline-block;
    padding: 0px 13px;
    padding-left: 32px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 3px;
    font-size: 10px !important;
    line-height: 18px;
    text-transform: none !important; }
    .btn.btn-add-photo:hover {
      background-color: #2b7a31; }
    .btn.btn-add-photo i.icon-add {
      position: absolute;
      display: inline-block;
      top: 0;
      bottom: 0;
      vertical-align: middle;
      background: url("../img/icon-add.png") no-repeat;
      background-size: 12px 12px;
      width: 12px;
      height: 12px;
      margin: auto;
      left: 12px; }

.btn-alternative {
  color: #6f6f6f;
  font-size: 12px;
  text-decoration: underline; }
  .btn-alternative:hover {
    text-decoration: none; }

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

.btn-margin-top-10 {
  margin-top: 10px; }

.icon.icon-12.icon-greater-gray:before {
  background-position: 0px 0px; }

.icon.icon-12.icon-larr-gray:before {
  background-position: 0px -48px; }

.icon.icon-12.icon-larr-white:before {
  background-position: 0px -12px; }

.icon.icon-12.icon-rarr-gray:before {
  background-position: 0px -24px; }

.icon.icon-12.icon-rarr-white:before {
  background-position: 0px -36px; }

.icon.icon-16.icon-find:before {
  background-position: 0px -60px; }

.icon.icon-24.icon-error-red:before {
  background-position: 0px -76px; }

.icon.icon-24.icon-error:before {
  background-position: 0px -100px; }

.icon.icon-24.icon-heart:before {
  background-position: 0px -124px; }

.icon.icon-24.icon-info:before {
  background-position: 0px -148px; }

.icon.icon-24.icon-lock:before {
  background-position: 0px -172px; }

.icon.icon-24.icon-mail:before {
  background-position: 0px -196px; }

.icon.icon-24.icon-menu:before {
  background-position: 0px -220px; }

.icon.icon-24.icon-person:before {
  background-position: 0px -244px; }

.icon.icon-24.icon-power:before {
  background-position: 0px -268px; }

.icon.icon-24.icon-search:before {
  background-position: 0px -292px; }

.icon.icon-24.icon-settings:before {
  background-position: 0px -316px; }

.icon.icon-24.icon-success-green:before {
  background-position: 0px -340px; }

.icon.icon-24.icon-success:before {
  background-position: 0px -364px; }

.icon.icon-24.icon-warning:before {
  background-position: 0px -388px; }

.icon.icon-36.icon-error:before {
  background-position: 0px -412px; }

.icon.icon-36.icon-fb:before {
  background-position: 0px -448px; }

.icon.icon-36.icon-info:before {
  background-position: 0px -484px; }

.icon.icon-36.icon-success:before {
  background-position: 0px -520px; }

.icon.icon-36.icon-warning:before {
  background-position: 0px -556px; }

@font-face {
  font-family: "my-icon-font";
  src: url("../../frontend/img/icons/_build/icons.eot");
  src: url("../../frontend/img/icons/_build/icons.eot?#iefix") format("embedded-opentype"), url("../../frontend/img/icons/_build/icons.woff") format("woff"), url("../../frontend/img/icons/_build/icons.ttf") format("truetype"), url("../../frontend/img/icons/_build/icons.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon:before {
  content: '';
  background: url(../img/icons/_build/icons.png);
  display: inline-block;
  vertical-align: middle; }
.icon.icon-12:before {
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin-right: 4px; }
.icon.icon-16:before {
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-right: 5.33333px; }
.icon.icon-24:before {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 8px; }
.icon.icon-36:before {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 12px; }
.icon.icon-top {
  vertical-align: top !important; }

.icon-calendar, .icon-clipboard, .icon-person, .icon-lock, .icon-message, .icon-star, .icon-settings, .icon-admin, .icon-skull, .icon-plug, .icon-tag, .icon-comment, .icon-pen, .icon-fotoclanky, .icon-rss, .icon-computer, .icon-phone, .icon-left, .icon-right, .icon-reload, .icon-fingerup, .icon-fingerdown, .icon-fingerpoint, .icon-trash, .icon-camera, .icon-printer, .icon-eye, .icon-help, .icon-bulb, .icon-fb, .icon-skype, .icon-icq, .icon-world, .icon-id, .icon-notes, .icon-fototesty, .icon-flag, .icon-novinky, .icon-business {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
  .icon-calendar:before, .icon-clipboard:before, .icon-person:before, .icon-lock:before, .icon-message:before, .icon-star:before, .icon-settings:before, .icon-admin:before, .icon-skull:before, .icon-plug:before, .icon-tag:before, .icon-comment:before, .icon-pen:before, .icon-fotoclanky:before, .icon-rss:before, .icon-computer:before, .icon-phone:before, .icon-left:before, .icon-right:before, .icon-reload:before, .icon-fingerup:before, .icon-fingerdown:before, .icon-fingerpoint:before, .icon-trash:before, .icon-camera:before, .icon-printer:before, .icon-eye:before, .icon-help:before, .icon-bulb:before, .icon-fb:before, .icon-skype:before, .icon-icq:before, .icon-world:before, .icon-id:before, .icon-notes:before, .icon-fototesty:before, .icon-flag:before, .icon-novinky:before, .icon-business:before {
    background: none no-repeat 0 0;
    vertical-align: baseline;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }

.icon-calendar {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-calendar:before {
    content: ""; }

.icon-clipboard {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-clipboard:before {
    content: ""; }

.icon-person {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-person:before {
    content: ""; }

.icon-lock {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-lock:before {
    content: ""; }

.icon-message {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-message:before {
    content: ""; }

.icon-star {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-star:before {
    content: ""; }

.icon-settings {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-settings:before {
    content: ""; }

.icon-admin, .icon-skull {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-admin:before, .icon-skull:before {
    content: ""; }

.icon-plug {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-plug:before {
    content: ""; }

.icon-tag {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-tag:before {
    content: ""; }

.icon-comment {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-comment:before {
    content: ""; }

.icon-pen, .icon-fotoclanky {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-pen:before, .icon-fotoclanky:before {
    content: ""; }

.icon-rss {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-rss:before {
    content: ""; }

.icon-computer {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-computer:before {
    content: ""; }

.icon-phone {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-phone:before {
    content: ""; }

.icon-left {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-left:before {
    content: ""; }

.icon-right {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-right:before {
    content: ""; }

.icon-reload {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-reload:before {
    content: ""; }

.icon-fingerup {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-fingerup:before {
    content: ""; }

.icon-fingerdown {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-fingerdown:before {
    content: ""; }

.icon-fingerpoint {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-fingerpoint:before {
    content: ""; }

.icon-trash {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-trash:before {
    content: ""; }

.icon-camera {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-camera:before {
    content: ""; }

.icon-printer {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-printer:before {
    content: ""; }

.icon-eye {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-eye:before {
    content: ""; }

.icon-help {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-help:before {
    content: ""; }

.icon-bulb {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-bulb:before {
    content: ""; }

.icon-fb {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-fb:before {
    content: ""; }

.icon-skype {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-skype:before {
    content: ""; }

.icon-icq {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-icq:before {
    content: ""; }

.icon-world {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-world:before {
    content: ""; }

.icon-id {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-id:before {
    content: ""; }

.icon-notes, .icon-fototesty {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-notes:before, .icon-fototesty:before {
    content: ""; }

.icon-flag, .icon-novinky {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-flag:before, .icon-novinky:before {
    content: ""; }

.icon-business {
  font-family: "my-icon-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
  .icon-business:before {
    content: ""; }

.loader {
  text-indent: -9999em;
  margin: 40% auto;
  position: relative;
  font-size: 11px;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s; }
  .loader, .loader:before, .loader:after {
    background: #FFF;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em; }
  .loader:before, .loader:after {
    position: absolute;
    top: 0;
    content: ''; }
  .loader:before {
    left: -1.5em; }
  .loader:after {
    left: 1.5em;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s; }

@-webkit-keyframes load1 {
  0%,80%,100% {
    box-shadow: 0 0 #FFF;
    height: 4em; }
  40% {
    box-shadow: 0 -2em #FFF;
    height: 5em; } }
@keyframes load1 {
  0%,80%,100% {
    box-shadow: 0 0 #FFF;
    height: 4em; }
  40% {
    box-shadow: 0 -2em #FFF;
    height: 5em; } }
.badge {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 25px;
  height: 17px;
  line-height: 17px;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 8px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #4d4d4e; }
  .badge.badge-red {
    background-color: #f31930; }

a .badge {
  text-decoration: none; }

.well {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #303234;
  border-radius: 3px;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0; }
  .well:before, .well:after {
    content: " ";
    display: table; }
  .well:after {
    clear: both; }
  .well h1, .well h2, .well h3, .well h4, .well h5, .well h6 {
    margin: 0; }
  .well.well-sm {
    font-size: 14px;
    line-height: 21px; }
  .well .well-icon {
    float: left;
    padding: 0 7px;
    font-size: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .well .well-content {
    padding: 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .well .well-content p {
      margin-bottom: 0;
      margin-top: 9px; }
  .well.well-yellow {
    border-color: #d6d77a;
    background-color: #feff9a;
    color: #666739;
    display: table; }
    .well.well-yellow .icon {
      color: #d6d77a; }
    .well.well-yellow p {
      line-height: 20px;
      margin-top: 12px; }
    .well.well-yellow .well-icon,
    .well.well-yellow .well-content {
      display: table-cell;
      vertical-align: middle;
      float: none; }
    .well.well-yellow p {
      margin-top: 0 !important; }
  .well.well-blue {
    border-color: #94adc4;
    background-color: #e0e7ee; }
    .well.well-blue h1, .well.well-blue h2, .well.well-blue h3, .well.well-blue h4, .well.well-blue h5, .well.well-blue h6 {
      color: #32618d; }
    .well.well-blue .icon {
      color: #32618d; }
  .well.well-centered {
    position: relative; }
    .well.well-centered .well-content {
      text-align: center; }
    .well.well-centered .well-icon {
      left: 0;
      top: 3px; }
  .well.well-left {
    position: relative; }
    .well.well-left .well-content {
      text-align: left; }
    .well.well-left .well-icon {
      left: 0;
      top: 3px;
      width: 75px; }
  .well.well-large {
    position: relative;
    margin: 40px 0px;
    padding: 10px 20px;
    width: 90%;
    left: 5%; }
    @media (min-width: 992px) {
      .well.well-large {
        width: 114%;
        left: -7%; } }

.breadcrumbs {
  color: #fff;
  font-size: 14px;
  position: relative;
  min-height: 34px; }
  .breadcrumbs ul {
    *zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0; }
    .breadcrumbs ul:before, .breadcrumbs ul:after {
      content: " ";
      display: table; }
    .breadcrumbs ul:after {
      clear: both; }
    .breadcrumbs ul li {
      padding-left: 0;
      background: none;
      float: left; }
    .breadcrumbs ul li {
      padding-right: 15px;
      background: url(../img/icons/12x12/greater-gray.png) right center no-repeat transparent;
      /*      &:after {
              content: url(../img/icons/12x12/greater-gray.png);
              margin-left: 3px;
              margin-right: 3px;
              position: relative;
      
              @media (min-width: $screen-sm-min) {
                top: -8px;
              }
              @media (min-width: $screen-lg-min) {
                top: -9px;
              }
            }*/ }
      .breadcrumbs ul li a, .breadcrumbs ul li span {
        display: block;
        padding: 2px 5px;
        color: inherit;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
        font-size: 12px;
        border-radius: 3px;
        overflow: hidden; }
        @media (min-width: 1200px) {
          .breadcrumbs ul li a, .breadcrumbs ul li span {
            font-size: 14px; } }
      .breadcrumbs ul li a:hover {
        background-color: #fff;
        color: #32618d; }
      .breadcrumbs ul li:first-child a {
        position: relative;
        left: -5px;
        margin-right: -5px; }
      .breadcrumbs ul li:last-child {
        background: none; }

.lt-ie9 .breadcrumbs ul li:after {
  top: -8px !important; }

.panel {
  border-top: 5px solid #2d577f;
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 25px;
  margin-top: 30px; }
  .panel .panel-heading {
    text-align: left;
    padding: 0 15px;
    background-color: #32618d;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s; }
    .panel .panel-heading:hover {
      background-color: #2d577f; }
    .panel .panel-heading.no-hover {
      background-color: #32618d; }
      .panel .panel-heading.no-hover h3 {
        color: #fff; }
    .panel .panel-heading h3 {
      color: #fff;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 30px;
      padding: 5px 0;
      text-transform: uppercase; }
      .panel .panel-heading h3 .icon {
        margin-left: 10px;
        color: #7291ad;
        position: relative;
        top: 2px; }
        @media (min-width: 992px) {
          .panel .panel-heading h3 .icon {
            display: none; } }
        @media (min-width: 1200px) {
          .panel .panel-heading h3 .icon {
            display: inline-block; } }
  .panel .panel-body {
    text-align: left; }
    @media (min-width: 992px) {
      .panel .panel-body .icon {
        display: none; } }
    @media (min-width: 1200px) {
      .panel .panel-body .icon {
        display: inline-block; } }
    .panel .panel-body li {
      line-height: 18px; }
      .panel .panel-body li a {
        font-size: 14px;
        line-height: 18px;
        color: #303234;
        padding-right: 0;
        text-transform: uppercase; }
      .panel .panel-body li ul li a {
        text-transform: none;
        color: #6f6f6f; }
  .panel ul li.list-group-item {
    padding: 0; }
    @media (min-width: 992px) {
      .panel ul li.list-group-item:before {
        display: none; }
      .panel ul li.list-group-item a {
        padding: 8px 15px;
        display: block;
        margin-right: 0; }
        .panel ul li.list-group-item a:hover {
          text-decoration: none;
          background-color: #d1d1d1; }
        .panel ul li.list-group-item a.active {
          font-weight: bold; }
      .panel ul li.list-group-item .list-group-item:first-child a {
        margin-top: -3px; }
      .panel ul li.list-group-item .list-group-item a {
        padding-left: 30px;
        font-size: 14px;
        color: #6f6f6f;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-bottom: 0; }
        .panel ul li.list-group-item .list-group-item a:before {
          content: '-';
          margin-right: 3px; }
      .panel ul li.list-group-item .list-group-item .list-group-item a {
        padding-left: 45px; } }
    @media (min-width: 1200px) {
      .panel ul li.list-group-item a {
        padding-left: 45px; }
      .panel ul li.list-group-item:before {
        display: block; }
      .panel ul li.list-group-item .list-group-item a {
        padding-left: 60px; }
      .panel ul li.list-group-item .list-group-item .list-group-item a {
        padding-left: 75px; } }

.list-group {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-group li {
    padding-left: 0;
    background: none;
    float: none; }
  .list-group .list-group-item {
    border-top: 1px solid #e6e6e6;
    padding: 10px 15px;
    padding-left: 40px;
    position: relative; }
    .list-group .list-group-item:before {
      content: '';
      width: 6px;
      height: 6px;
      position: absolute;
      display: block;
      left: 16px;
      top: 14px;
      background-color: #32618d; }
    .list-group .list-group-item.active {
      background-color: #f7f7f7; }
      .list-group .list-group-item.active:before {
        background-color: #303234; }
    .list-group .list-group-item .item-count {
      color: #c0c0c0;
      font-size: 10px;
      font-weight: bold;
      position: relative;
      top: -1px; }
    .list-group .list-group-item a, .list-group .list-group-item span {
      color: #65655f;
      margin-right: 3px; }
    .list-group .list-group-item a {
      text-decoration: none; }
      .list-group .list-group-item a:hover {
        text-decoration: underline; }
    .list-group .list-group-item .list-group-item {
      border: 0;
      border-top: none; }
      .list-group .list-group-item .list-group-item:before {
        display: none; }
      .list-group .list-group-item .list-group-item .item-name:before {
        content: '-'; }
  .list-group.list-group-iconized .list-group-item {
    padding-left: 0px; }
    .list-group.list-group-iconized .list-group-item:before {
      display: none; }
    .list-group.list-group-iconized .list-group-item a {
      padding-left: 15px; }
    .list-group.list-group-iconized .list-group-item .icon, .list-group.list-group-iconized .list-group-item .link-iconized {
      margin-right: 10px;
      color: #32618d; }
    .list-group.list-group-iconized .list-group-item.active, .list-group.list-group-iconized .list-group-item:hover {
      background-color: #f7f7f7; }
      .list-group.list-group-iconized .list-group-item.active .icon, .list-group.list-group-iconized .list-group-item.active .link-iconized, .list-group.list-group-iconized .list-group-item:hover .icon, .list-group.list-group-iconized .list-group-item:hover .link-iconized {
        color: #303234; }
    @media (min-width: 992px) {
      .list-group.list-group-iconized .list-group-item .icon, .list-group.list-group-iconized .list-group-item .link-iconized {
        display: none; } }
    @media (min-width: 1200px) {
      .list-group.list-group-iconized .list-group-item .icon, .list-group.list-group-iconized .list-group-item .link-iconized {
        display: inline-block;
        position: absolute;
        top: 8px;
        left: 15px; }
      .list-group.list-group-iconized .list-group-item a {
        padding-left: 40px; } }

ol.list-group {
  counter-reset: ordered; }
  ol.list-group .list-group-item a {
    text-transform: none;
    font-size: 16px;
    line-height: 20px; }
  @media (min-width: 992px) {
    ol.list-group .list-group-item {
      padding-left: 15px;
      counter-increment: ordered; }
      ol.list-group .list-group-item:before {
        content: counter(ordered) ".";
        position: static;
        color: inherit;
        font-size: inherit;
        background-color: transparent;
        display: inline; } }
  @media (min-width: 1200px) {
    ol.list-group .list-group-item {
      padding-left: 45px; }
      ol.list-group .list-group-item:before {
        font-size: 12px;
        font-family: "League Gothic", sans-serif;
        width: 20px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        display: block;
        left: 13px;
        top: 10px;
        background-color: #32618d;
        color: #fff;
        text-align: center; }
      ol.list-group .list-group-item.active:before {
        background-color: #303234; } }

#flash .alert {
  color: #fff;
  display: table;
  margin: 20px 0;
  width: 100%; }
  #flash .alert .alert-icon, #flash .alert .alert-heading, #flash .alert .alert-text, #flash .alert .alert-close {
    display: table-cell;
    vertical-align: middle; }
  #flash .alert .alert-icon {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.07); }
    #flash .alert .alert-icon .icon:before {
      margin-left: 32px;
      margin-right: 32px; }
      @media screen and (min-width: 768px) {
        #flash .alert .alert-icon .icon:before {
          margin-left: 40px;
          margin-right: 40px; } }
  #flash .alert .alert-heading {
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    text-align: center; }
  #flash .alert .alert-text {
    padding: 20px;
    font-size: 32px;
    line-height: 1;
    font-family: "League Gothic", sans-serif; }
    @media screen and (min-width: 768px) {
      #flash .alert .alert-text {
        font-size: 34px; } }
    #flash .alert .alert-text a {
      color: #fff;
      text-decoration: underline; }
      #flash .alert .alert-text a:hover {
        text-decoration: none; }
  #flash .alert .alert-close {
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    padding-top: 5px; }
    #flash .alert .alert-close .btn {
      outline: none;
      border: 0;
      font-size: 20px;
      padding: 3px;
      background-color: transparent; }
      #flash .alert .alert-close .btn:hover {
        color: #f3efe7; }
  #flash .alert.alert-success {
    background-color: #28BF71; }
  #flash .alert.alert-info {
    background-color: #32618d; }
  #flash .alert.alert-warning {
    background-color: #f39419; }
  #flash .alert.alert-error {
    background-color: #f31930; }
@media (min-width: 480px) {
  #flash {
    width: 100% !important; } }
@media (min-width: 768px) {
  #flash {
    width: 100% !important; } }
@media (min-width: 992px) {
  #flash {
    width: 970px !important; } }
@media (min-width: 1200px) {
  #flash {
    width: 1170px !important; } }

.page-description {
  position: relative;
  background-color: #32618d;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  overflow: hidden; }
  .page-description .article-favorite {
    position: absolute;
    top: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 280px;
    right: -192px;
    z-index: 1030; }
    .page-description .article-favorite:hover {
      right: 0; }
    .page-description .article-favorite .article-favorite-add, .page-description .article-favorite .article-favorite-remove {
      height: 33px;
      display: block;
      padding-left: 90px;
      line-height: 33px;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      padding-right: 15px;
      color: transparent;
      position: relative; }
      .page-description .article-favorite .article-favorite-add .article-favorite-text, .page-description .article-favorite .article-favorite-remove .article-favorite-text {
        display: inline-block; }
      .page-description .article-favorite .article-favorite-add .icon, .page-description .article-favorite .article-favorite-remove .icon {
        position: absolute;
        left: 37px;
        font-size: 18px;
        top: 6px; }
    .page-description .article-favorite .article-favorite-remove {
      background-image: url(../img/flag-active.png);
      color: #fff; }
    .page-description .article-favorite .article-favorite-add {
      background-image: url(../img/flag-inactive.png);
      color: #32618d; }
  @media (min-width: 992px) {
    .page-description {
      font-size: 16px; } }
  .page-description h1 {
    color: #fff;
    line-height: 1;
    margin: 0;
    font-size: 40px; }
    @media (min-width: 768px) {
      .page-description h1 {
        font-size: 55px; } }
    @media (min-width: 992px) {
      .page-description h1 {
        font-size: 70px; } }
  .page-description p {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
    line-height: 24px; }
    @media (min-width: 992px) {
      .page-description p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .page-description {
      text-align: left;
      margin-left: -35px;
      margin-right: -35px;
      padding-left: 35px;
      padding-right: 35px;
      padding-top: 30px;
      padding-bottom: 15px; }
      .page-description.is-flagged:after {
        display: block; } }
  .page-description .article-tags, .page-description .article-meta {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 20px; }
    .page-description .article-tags li, .page-description .article-meta li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 5px; }
      .page-description .article-tags li a, .page-description .article-meta li a {
        display: inline-block; }
  .page-description .article-meta a {
    color: inherit; }
    .page-description .article-meta a:hover {
      color: #fff;
      text-decoration: underline; }

.pagination, .Pagination {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  text-align: center;
  /* Small devices (tablets, 768px and up) */ }
  .pagination:before, .pagination:after, .Pagination:before, .Pagination:after {
    content: " ";
    display: table; }
  .pagination:after, .Pagination:after {
    clear: both; }
  .pagination li, .Pagination li {
    padding-left: 0;
    background: none;
    float: left; }
  @media (min-width: 768px) {
    .pagination, .Pagination {
      background: none; } }
  .pagination li, .Pagination li {
    float: none;
    background-color: #fff;
    margin: 4px 3px;
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    /* Small devices (tablets, 768px and up) */ }
    .pagination li:hover, .Pagination li:hover {
      background-color: #254767 !important; }
      .pagination li:hover a, .pagination li:hover span, .Pagination li:hover a, .Pagination li:hover span {
        color: #fff; }
    .pagination li.pagination-prev, .pagination li.pagination-next, .Pagination li.pagination-prev, .Pagination li.pagination-next {
      display: inline-block; }
    .pagination li.visible-xs-inline-block:hover, .Pagination li.visible-xs-inline-block:hover {
      background: none !important; }
    @media (min-width: 768px) {
      .pagination li, .Pagination li {
        display: inline-block; } }
    .pagination li a, .pagination li span, .Pagination li a, .Pagination li span {
      padding: 0 10px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      color: #6f6f6f;
      display: inline-block; }
    .pagination li.active, .Pagination li.active {
      background-color: #f0f0f0 !important; }
      .pagination li.active a, .pagination li.active span, .Pagination li.active a, .Pagination li.active span {
        color: #6f6f6f; }
    .pagination li.previous a, .pagination li.previous span, .pagination li.next a, .pagination li.next span, .Pagination li.previous a, .Pagination li.previous span, .Pagination li.next a, .Pagination li.next span {
      padding: 0 22px; }
    .pagination li._paginationDivider, .Pagination li._paginationDivider {
      width: 26px;
      background: url(../../images/_paginationDivider.png) center center no-repeat transparent;
      margin-top: 0;
      margin-bottom: 0;
      height: 6px; }
      .pagination li._paginationDivider:hover, .Pagination li._paginationDivider:hover {
        background-color: transparent !important;
        color: transparent; }
  .pagination .pagination-prev, .pagination .pagination-next, .Pagination .pagination-prev, .Pagination .pagination-next {
    background-color: #32618d; }
    .pagination .pagination-prev a, .pagination .pagination-prev span, .pagination .pagination-next a, .pagination .pagination-next span, .Pagination .pagination-prev a, .Pagination .pagination-prev span, .Pagination .pagination-next a, .Pagination .pagination-next span {
      color: #fff; }
    .pagination .pagination-prev.disabled, .pagination .pagination-next.disabled, .Pagination .pagination-prev.disabled, .Pagination .pagination-next.disabled {
      background-color: #f2f2f2 !important; }
      .pagination .pagination-prev.disabled a, .pagination .pagination-prev.disabled span, .pagination .pagination-next.disabled a, .pagination .pagination-next.disabled span, .Pagination .pagination-prev.disabled a, .Pagination .pagination-prev.disabled span, .Pagination .pagination-next.disabled a, .Pagination .pagination-next.disabled span {
        color: #bcbcbc; }

.fancybox-original-image-wrapper {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  text-align: center; }
  .fancybox-original-image-wrapper .fancybox-original-image {
    display: inline-block;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    position: relative;
    z-index: 1030;
    text-decoration: none; }
    .fancybox-original-image-wrapper .fancybox-original-image:hover {
      text-decoration: underline; }

#colorbox, #cboxWrapper {
  overflow: visible !important; }

.lightbox-original {
  color: #32618d;
  margin-left: 10px;
  font-size: 12px;
  text-decoration: none; }
  .lightbox-original:hover {
    color: #254767; }

.qtip-content {
  text-align: center; }

#ajax-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
  background: #fff url(../img/spinner.gif) no-repeat center center;
  padding: 16px;
  border: 3px solid #bbb;
  font-size: 0;
  z-index: 1050; }

.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #34A7C1;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  border: 2px solid #999999;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

.x-dev-box {
  background: #fff;
  padding: 20px;
  margin: 20px 0; }
  .x-dev-box .x-dev-but {
    padding: 10px 25px;
    display: inline-block;
    background: #444;
    color: #fff;
    text-decoration: none;
    margin: 0px 10px 10px 0; }
    .x-dev-box .x-dev-but:hover {
      background: #777; }

.simple-file-upload {
  position: relative; }
  .simple-file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    height: 40px;
    width: 180px; }
  .simple-file-upload input[type="submit"] {
    display: none; }

.heureka-affiliate-product {
  background-color: #F9F9F9;
  border: 1px solid #EFEFEF; }
  .heureka-affiliate-product.heureka-widget-box {
    min-width: 370px;
    width: 190px;
    font-size: 16px; }
    .heureka-affiliate-product.heureka-widget-box .heureka-logo {
      text-align: center;
      padding: 5px;
      border-bottom: 1px solid #EFEFEF;
      font-size: 0;
      line-height: normal; }
      .heureka-affiliate-product.heureka-widget-box .heureka-logo img {
        display: inline; }
    .heureka-affiliate-product.heureka-widget-box .heureka-product-image {
      display: block;
      float: left;
      margin: 10px 16px 10px 10px;
      border: 1px solid #EFEFEF; }
      .heureka-affiliate-product.heureka-widget-box .heureka-product-image img {
        height: 100px; }
    .heureka-affiliate-product.heureka-widget-box .heureka-shop-count {
      margin: 15px 0 20px 0; }
      .heureka-affiliate-product.heureka-widget-box .heureka-shop-count a {
        text-decoration: none;
        font-weight: bold;
        color: black; }
    .heureka-affiliate-product.heureka-widget-box .heureka-product-name {
      margin-bottom: 5px; }
      .heureka-affiliate-product.heureka-widget-box .heureka-product-name a {
        text-decoration: none;
        color: black; }
    .heureka-affiliate-product.heureka-widget-box .heureka-lowest-price a {
      text-decoration: none;
      font-weight: bold;
      color: black; }
  .heureka-affiliate-product.heureka-widget-pruh {
    padding: 4px; }
    .heureka-affiliate-product.heureka-widget-pruh .heureka-product-image {
      float: left;
      display: block;
      border: 1px solid #EFEFEF;
      margin: 4px 12px 4px 4px; }
      .heureka-affiliate-product.heureka-widget-pruh .heureka-product-image img {
        height: 64px; }
  .heureka-affiliate-product.heureka-widget-nazev {
    padding: 0 4px 0; }
  .heureka-affiliate-product.heureka-widget-cena {
    padding: 0 4px 0; }

.article-comments, .Comments {
  text-align: center;
  padding: 0;
  padding-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .article-comments, .Comments {
      margin-left: 0;
      margin-right: 0; } }
  .article-comments h2, .Comments h2 {
    color: #32618d;
    text-transform: uppercase;
    font-size: 40px;
    margin: 20px 0;
    margin-top: 50px; }
    .article-comments h2 .icon, .Comments h2 .icon {
      color: #c0c0c0;
      font-size: 30px;
      margin-left: 10px; }
  .article-comments #article-comment-form, .Comments #article-comment-form {
    padding-top: 44px;
    overflow: visible;
    margin-top: 60px;
    margin-left: 15px;
    margin-right: 15px; }
    @media (min-width: 768px) {
      .article-comments #article-comment-form, .Comments #article-comment-form {
        margin-top: 0px;
        margin-left: 40px;
        margin-right: 0; } }
    .article-comments #article-comment-form .no-padding, .Comments #article-comment-form .no-padding {
      padding: 0 15px !important; }
      @media screen and (min-width: 992px) {
        .article-comments #article-comment-form .no-padding, .Comments #article-comment-form .no-padding {
          padding: 0 !important; } }
    .article-comments #article-comment-form:hover, .Comments #article-comment-form:hover {
      background-color: #fff !important; }
    .article-comments #article-comment-form ._fright, .Comments #article-comment-form ._fright {
      float: right !important; }
    .article-comments #article-comment-form .form-gray textarea.form-control, .Comments #article-comment-form .form-gray textarea.form-control {
      padding: 15px;
      line-height: 21px; }
    @media (min-width: 768px) {
      .article-comments #article-comment-form ._content, .Comments #article-comment-form ._content {
        padding-left: 49px; } }
    @media (min-width: 992px) {
      .article-comments #article-comment-form ._content, .Comments #article-comment-form ._content {
        padding-left: 0px; } }
    .article-comments #article-comment-form ._avatar, .Comments #article-comment-form ._avatar {
      position: absolute;
      display: block;
      width: 100%;
      top: -28px;
      margin-left: 40px; }
      @media (min-width: 768px) {
        .article-comments #article-comment-form ._avatar, .Comments #article-comment-form ._avatar {
          width: auto;
          top: 44px;
          left: -40px;
          margin-left: 0; } }
      .article-comments #article-comment-form ._avatar img, .Comments #article-comment-form ._avatar img {
        position: relative;
        display: block;
        margin: auto;
        width: 55px;
        height: auto; }
        @media (min-width: 768px) {
          .article-comments #article-comment-form ._avatar img, .Comments #article-comment-form ._avatar img {
            width: auto; } }
    .article-comments #article-comment-form .js-file-input, .Comments #article-comment-form .js-file-input {
      width: 100%; }
    .article-comments #article-comment-form input[type="submit"], .Comments #article-comment-form input[type="submit"] {
      position: relative;
      display: block;
      width: 80%;
      margin: auto; }
      @media (min-width: 768px) {
        .article-comments #article-comment-form input[type="submit"], .Comments #article-comment-form input[type="submit"] {
          width: 100%;
          margin-left: 0; } }
    .article-comments #article-comment-form ._info-text, .Comments #article-comment-form ._info-text {
      text-align: center; }
      .article-comments #article-comment-form ._info-text p, .Comments #article-comment-form ._info-text p {
        margin-top: 10px;
        margin-bottom: 10px; }
      .article-comments #article-comment-form ._info-text ._metaText, .Comments #article-comment-form ._info-text ._metaText {
        margin-top: 0; }
      @media (min-width: 768px) {
        .article-comments #article-comment-form ._info-text, .Comments #article-comment-form ._info-text {
          text-align: left; }
          .article-comments #article-comment-form ._info-text ._metaText, .Comments #article-comment-form ._info-text ._metaText {
            margin: 0; }
            .article-comments #article-comment-form ._info-text ._metaText p, .Comments #article-comment-form ._info-text ._metaText p {
              margin: 0;
              margin-top: 5px; } }
  .article-comments ._load, .Comments ._load {
    color: #6f6f6f;
    font-size: 16px;
    line-height: 22px; }
    .article-comments ._load .icon, .Comments ._load .icon {
      font-size: 22px;
      margin-right: 5px;
      position: relative;
      top: 2px; }
    .article-comments ._load:hover, .Comments ._load:hover {
      color: #303234; }
  .article-comments ._list, .Comments ._list {
    list-style: none;
    margin: 50px 0;
    padding: 20px 0;
    padding-top: 15px;
    background-color: #fff; }
    .article-comments ._list._m-top-16, .Comments ._list._m-top-16 {
      margin-top: 16px; }
  .article-comments ._comment, .Comments ._comment {
    position: relative;
    text-align: left;
    padding: 3px 24px 7px 21px;
    background-color: #fff;
    overflow: hidden;
    *zoom: 1; }
    .article-comments ._comment:before, .article-comments ._comment:after, .Comments ._comment:before, .Comments ._comment:after {
      content: " ";
      display: table; }
    .article-comments ._comment:after, .Comments ._comment:after {
      clear: both; }
    @media (min-width: 768px) {
      .article-comments ._comment, .Comments ._comment {
        padding: 21px 24px 7px 30px; } }
    @media (min-width: 992px) {
      .article-comments ._comment, .Comments ._comment {
        padding: 21px 24px 7px 21px;
      /*
      &:hover {
        background-color: #f7f7f7;

        ._content {
          ._action {
            background-color: #f7f7f7;
            right: 0px;

            padding-left: 15px;
            padding-top: 4px;
            padding-right: 34px;
            padding-bottom: 10px;
          }
        }

        ._photo {
          display: none !important;
        }
      }
       */ } }
    .article-comments ._comment ._avatar, .Comments ._comment ._avatar {
      position: absolute;
      top: 6px;
      left: 21px; }
      @media (min-width: 768px) {
        .article-comments ._comment ._avatar, .Comments ._comment ._avatar {
          top: 15px;
          left: 32px; } }
    .article-comments ._comment ._content, .Comments ._comment ._content {
      margin-top: 0; }
      .article-comments ._comment ._content ._date, .Comments ._comment ._content ._date {
        position: relative;
        display: inline-block;
        bottom: -1px;
        margin-left: 2px;
        margin-right: 2px;
        color: #6f6f6f;
        font-size: 12px;
        line-height: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100px;
        *zoom: 1; }
        @media (min-width: 768px) {
          .article-comments ._comment ._content ._date, .Comments ._comment ._content ._date {
            bottom: -1px; } }
        @media (min-width: 992px) {
          .article-comments ._comment ._content ._date, .Comments ._comment ._content ._date {
            bottom: -4px; } }
        .article-comments ._comment ._content ._date:before, .article-comments ._comment ._content ._date:after, .Comments ._comment ._content ._date:before, .Comments ._comment ._content ._date:after {
          content: " ";
          display: table; }
        .article-comments ._comment ._content ._date:after, .Comments ._comment ._content ._date:after {
          clear: both; }
      .article-comments ._comment ._content ._specialUser, .Comments ._comment ._content ._specialUser {
        font-size: 12px;
        text-transform: uppercase;
        line-height: 14px; }
        .article-comments ._comment ._content ._specialUser.isAuthor, .Comments ._comment ._content ._specialUser.isAuthor {
          color: #32618d; }
        .article-comments ._comment ._content ._specialUser.isAdmin, .Comments ._comment ._content ._specialUser.isAdmin {
          color: #f31930; }
        .article-comments ._comment ._content ._specialUser .icon, .Comments ._comment ._content ._specialUser .icon {
          font-size: 16px;
          position: relative;
          top: 2px; }
      .article-comments ._comment ._content ._separator, .Comments ._comment ._content ._separator {
        display: inline-block;
        font-size: 12px;
        color: #6f6f6f;
        line-height: 14px; }
      .article-comments ._comment ._content i, .Comments ._comment ._content i {
        color: #6f6f6f;
        font-size: 14px;
        top: 1px;
        position: relative;
        display: inline-block; }
        @media (min-width: 992px) {
          .article-comments ._comment ._content i, .Comments ._comment ._content i {
            top: 1px; } }
      .article-comments ._comment ._content ._point, .Comments ._comment ._content ._point {
        position: relative;
        display: inline-block;
        font-size: 12px;
        color: #6f6f6f;
        line-height: 14px;
        bottom: -1px; }
        @media (min-width: 768px) {
          .article-comments ._comment ._content ._point, .Comments ._comment ._content ._point {
            bottom: -1px; } }
        @media (min-width: 992px) {
          .article-comments ._comment ._content ._point, .Comments ._comment ._content ._point {
            bottom: -1px; } }
      .article-comments ._comment ._content ._name, .Comments ._comment ._content ._name {
        display: inline-block;
        height: 25px;
        margin-top: 0;
        margin-bottom: 0px;
        margin-right: 7px;
        padding-left: 49px;
        position: relative;
        z-index: 10; }
        .article-comments ._comment ._content ._name a, .Comments ._comment ._content ._name a {
          position: relative;
          display: inline-block;
          max-width: 225px;
          font-size: 20px;
          color: #303234;
          font-weight: bold;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          text-decoration: none; }
          .article-comments ._comment ._content ._name a:hover, .Comments ._comment ._content ._name a:hover {
            text-decoration: underline; }
          .article-comments ._comment ._content ._name a:hover, .Comments ._comment ._content ._name a:hover {
            color: #32618d; }
      .article-comments ._comment ._content ._meta, .Comments ._comment ._content ._meta {
        position: relative;
        display: block;
        width: auto;
        height: auto;
        top: -6px;
        left: auto;
        bottom: 5px;
        padding-left: 49px;
        padding-right: 15px;
        text-align: left;
        line-height: 19px; }
        @media (min-width: 768px) {
          .article-comments ._comment ._content ._meta, .Comments ._comment ._content ._meta {
            display: inline-block;
            max-width: 60%;
            height: auto;
            min-height: 25px;
            top: 0px;
            padding-left: 0px;
            line-height: 24px;
            vertical-align: top; } }
        .article-comments ._comment ._content ._meta a, .Comments ._comment ._content ._meta a {
          color: #979899;
          font-size: 14px;
          margin-right: 6px;
          -webkit-transition: color 0.5s;
          -moz-transition: color 0.5s;
          transition: color 0.5s; }
          .article-comments ._comment ._content ._meta a .icon, .Comments ._comment ._content ._meta a .icon {
            font-size: 16px;
            position: relative;
            top: 3px; }
            .article-comments ._comment ._content ._meta a .icon.icon-trash, .Comments ._comment ._content ._meta a .icon.icon-trash {
              top: 1px; }
          .article-comments ._comment ._content ._meta a:hover, .Comments ._comment ._content ._meta a:hover {
            color: #32618d; }
          .article-comments ._comment ._content ._meta a.remove:hover, .article-comments ._comment ._content ._meta a.report:hover, .Comments ._comment ._content ._meta a.remove:hover, .Comments ._comment ._content ._meta a.report:hover {
            color: #de4849; }
        .article-comments ._comment ._content ._meta ._specialUser, .Comments ._comment ._content ._meta ._specialUser {
          position: relative;
          bottom: -1px; }
          @media (min-width: 768px) {
            .article-comments ._comment ._content ._meta ._specialUser, .Comments ._comment ._content ._meta ._specialUser {
              bottom: -2px; } }
          @media (min-width: 992px) {
            .article-comments ._comment ._content ._meta ._specialUser, .Comments ._comment ._content ._meta ._specialUser {
              bottom: -1px; } }
      .article-comments ._comment ._content ._action, .Comments ._comment ._content ._action {
        position: absolute;
        display: none;
        width: 100%;
        top: 5px;
        left: 21px;
        padding: 9px 16px;
        padding-left: 12px;
        font-size: 12px;
        line-height: 14px;
        background: #32618d;
        z-index: 999; }
        @media (min-width: 768px) {
          .article-comments ._comment ._content ._action, .Comments ._comment ._content ._action {
            top: 7px;
            padding: 11px 16px; } }
        .article-comments ._comment ._content ._action a, .Comments ._comment ._content ._action a {
          color: #fff;
          /* color overlay */
          font-size: 14px;
          line-height: 21px;
          text-decoration: underline;
          top: -1px;
          position: relative;
          display: inline;
          margin-left: 3px;
          margin-right: 3px; }
          @media (min-width: 768px) {
            .article-comments ._comment ._content ._action a, .Comments ._comment ._content ._action a {
              margin-left: 8px;
              margin-right: 8px; } }
          .article-comments ._comment ._content ._action a:hover, .Comments ._comment ._content ._action a:hover {
            text-decoration: none; }
          .article-comments ._comment ._content ._action a.js-comment-reaction i, .Comments ._comment ._content ._action a.js-comment-reaction i {
            position: relative;
            top: 2px;
            margin-right: 5px; }
            .article-comments ._comment ._content ._action a.js-comment-reaction i:before, .Comments ._comment ._content ._action a.js-comment-reaction i:before {
              text-decoration: none; }
          .article-comments ._comment ._content ._action a.remove i, .Comments ._comment ._content ._action a.remove i {
            position: relative;
            top: 2px;
            margin-right: 5px; }
          .article-comments ._comment ._content ._action a.report, .Comments ._comment ._content ._action a.report {
            position: relative;
            top: 1px;
            font-size: 18px;
            line-height: 21px;
            font-weight: 900;
            text-decoration: none; }
            .article-comments ._comment ._content ._action a.report ._mobile, .Comments ._comment ._content ._action a.report ._mobile {
              position: relative;
              display: inline-block;
              top: -2px;
              color: #fff;
              /* color overlay */
              font-size: 14px;
              line-height: 21px;
              font-weight: 400;
              text-decoration: underline; }
              .article-comments ._comment ._content ._action a.report ._mobile:hover, .Comments ._comment ._content ._action a.report ._mobile:hover {
                text-decoration: none; }
          .article-comments ._comment ._content ._action a i, .Comments ._comment ._content ._action a i {
            font-size: 16px;
            line-height: 21px;
            display: none;
            top: 0;
            color: #fff; }
            @media (min-width: 768px) {
              .article-comments ._comment ._content ._action a i, .Comments ._comment ._content ._action a i {
                display: inline-block; } }
            .article-comments ._comment ._content ._action a i.icon-pencil:before, .Comments ._comment ._content ._action a i.icon-pencil:before {
              content: "\e65d";
              background: transparent;
              margin-right: 5px;
              top: -1px;
              position: relative; }
          .article-comments ._comment ._content ._action a span._hide-xs, .Comments ._comment ._content ._action a span._hide-xs {
            display: none;
            margin-right: 5px; }
            @media (min-width: 768px) {
              .article-comments ._comment ._content ._action a span._hide-xs, .Comments ._comment ._content ._action a span._hide-xs {
                display: inline-block; } }
      .article-comments ._comment ._content ._mobile-action-control, .Comments ._comment ._content ._mobile-action-control {
        position: absolute;
        display: block;
        z-index: 999; }
        .article-comments ._comment ._content ._mobile-action-control._open, .Comments ._comment ._content ._mobile-action-control._open {
          display: inline-block;
          width: 40px;
          height: 40px;
          top: 0px;
          right: 13px;
          color: #c0c0c0;
          /* color overlay */
          font-size: 40px;
          line-height: 21px;
          letter-spacing: -3px;
          text-align: center;
          vertical-align: top; }
          @media (min-width: 768px) {
            .article-comments ._comment ._content ._mobile-action-control._open, .Comments ._comment ._content ._mobile-action-control._open {
              top: 9px; } }
          @media (min-width: 992px) {
            .article-comments ._comment ._content ._mobile-action-control._open:hover, .Comments ._comment ._content ._mobile-action-control._open:hover {
              color: #31618D;
              /* color overlay */ } }
        .article-comments ._comment ._content ._mobile-action-control._close, .Comments ._comment ._content ._mobile-action-control._close {
          top: 7px;
          right: 43px;
          color: #fff;
          /* color overlay */
          font-size: 24px;
          line-height: 21px;
          font-weight: 900;
          position: absolute;
          text-decoration: none; }
          @media (min-width: 768px) {
            .article-comments ._comment ._content ._mobile-action-control._close, .Comments ._comment ._content ._mobile-action-control._close {
              top: 9px; } }
      .article-comments ._comment ._content ._star, .Comments ._comment ._content ._star {
        position: relative;
        display: block;
        top: 3px;
        left: 0px;
        margin-bottom: 8px;
        font-size: 16px;
        color: #c0c0c0;
        letter-spacing: -2px; }
        .article-comments ._comment ._content ._star ._blue, .Comments ._comment ._content ._star ._blue {
          color: #32618d; }
      .article-comments ._comment ._content ._reactionTo, .Comments ._comment ._content ._reactionTo {
        background-color: #ffffe1;
        padding: 5px 15px;
        font-size: 12px;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .article-comments ._comment ._content ._reactionTo, .Comments ._comment ._content ._reactionTo {
            margin-left: 51px;
            margin-top: 5px; } }
        @media (min-width: 992px) {
          .article-comments ._comment ._content ._reactionTo, .Comments ._comment ._content ._reactionTo {
            margin-left: 0px; } }
        .article-comments ._comment ._content ._reactionTo header, .Comments ._comment ._content ._reactionTo header {
          font-weight: bold;
          display: none; }
          @media (min-width: 768px) {
            .article-comments ._comment ._content ._reactionTo header, .Comments ._comment ._content ._reactionTo header {
              display: block; } }
        .article-comments ._comment ._content ._reactionTo ._reactionToText, .Comments ._comment ._content ._reactionTo ._reactionToText {
          font-style: italic;
          margin-bottom: 0;
          margin-top: 0;
          font-size: 12px;
          line-height: 18px; }
        .article-comments ._comment ._content ._reactionTo a, .Comments ._comment ._content ._reactionTo a {
          color: #32618d; }
          .article-comments ._comment ._content ._reactionTo a:hover, .Comments ._comment ._content ._reactionTo a:hover {
            color: #172d42; }
        .article-comments ._comment ._content ._reactionTo ._showSource, .Comments ._comment ._content ._reactionTo ._showSource {
          font-style: normal; }
      .article-comments ._comment ._content ._text, .Comments ._comment ._content ._text {
        color: #303234;
        font-size: 14px;
        line-height: 21px;
        margin: 10px 0;
        margin-top: 0px;
        margin-bottom: 3px;
        padding-right: 27px; }
        @media (min-width: 768px) {
          .article-comments ._comment ._content ._text, .Comments ._comment ._content ._text {
            padding-left: 51px; } }
        @media (min-width: 992px) {
          .article-comments ._comment ._content ._text, .Comments ._comment ._content ._text {
            padding-left: 0px; } }
      .article-comments ._comment ._content p, .Comments ._comment ._content p {
        color: #303234;
        font-size: 14px;
        line-height: 21px;
        margin: 10px 0;
        margin-top: 0px;
        margin-bottom: 10px;
        padding-right: 27px; }
        @media (min-width: 768px) {
          .article-comments ._comment ._content p, .Comments ._comment ._content p {
            padding-left: 51px; } }
        @media (min-width: 992px) {
          .article-comments ._comment ._content p, .Comments ._comment ._content p {
            padding-left: 0px; } }
        .article-comments ._comment ._content p a, .Comments ._comment ._content p a {
          color: #32618d;
          font-size: 14px;
          line-height: 21px;
          text-decoration: underline; }
          @media (min-width: 992px) {
            .article-comments ._comment ._content p a:hover, .Comments ._comment ._content p a:hover {
              text-decoration: none; } }
    .article-comments ._comment ._reactionTo, .Comments ._comment ._reactionTo {
      margin-top: 0; }
    .article-comments ._comment ._commentFull, .Comments ._comment ._commentFull {
      font-style: normal; }
    .article-comments ._comment.is-comment-input, .article-comments ._comment.isInput, .Comments ._comment.is-comment-input, .Comments ._comment.isInput {
      padding-bottom: 20px; }
      .article-comments ._comment.is-comment-input ._avatar, .article-comments ._comment.isInput ._avatar, .Comments ._comment.is-comment-input ._avatar, .Comments ._comment.isInput ._avatar {
        display: none; }
      .article-comments ._comment.is-comment-input label, .article-comments ._comment.isInput label, .Comments ._comment.is-comment-input label, .Comments ._comment.isInput label {
        margin-bottom: 0; }
      .article-comments ._comment.is-comment-input textarea, .article-comments ._comment.isInput textarea, .Comments ._comment.is-comment-input textarea, .Comments ._comment.isInput textarea {
        min-height: 145px;
        resize: none;
        line-height: 21px; }
      .article-comments ._comment.is-comment-input a, .article-comments ._comment.isInput a, .Comments ._comment.is-comment-input a, .Comments ._comment.isInput a {
        color: #32618d; }
    .article-comments ._comment.has-photo, .article-comments ._comment.hasPhoto, .Comments ._comment.has-photo, .Comments ._comment.hasPhoto {
      padding-right: 30px;
      min-height: 145px; }
      @media (min-width: 992px) {
        .article-comments ._comment.has-photo, .article-comments ._comment.hasPhoto, .Comments ._comment.has-photo, .Comments ._comment.hasPhoto {
          min-height: 113px; } }
      .article-comments ._comment.has-photo ._content ._text, .article-comments ._comment.hasPhoto ._content ._text, .Comments ._comment.has-photo ._content ._text, .Comments ._comment.hasPhoto ._content ._text {
        padding-right: 97px; }
        @media (min-width: 768px) {
          .article-comments ._comment.has-photo ._content ._text, .article-comments ._comment.hasPhoto ._content ._text, .Comments ._comment.has-photo ._content ._text, .Comments ._comment.hasPhoto ._content ._text {
            padding-right: 123px; } }
        @media (min-width: 992px) {
          .article-comments ._comment.has-photo ._content ._text, .article-comments ._comment.hasPhoto ._content ._text, .Comments ._comment.has-photo ._content ._text, .Comments ._comment.hasPhoto ._content ._text {
            padding-right: 30px; } }
      .article-comments ._comment.has-photo ._content ._reactionTo, .article-comments ._comment.hasPhoto ._content ._reactionTo, .Comments ._comment.has-photo ._content ._reactionTo, .Comments ._comment.hasPhoto ._content ._reactionTo {
        margin-right: 97px; }
        @media (min-width: 768px) {
          .article-comments ._comment.has-photo ._content ._reactionTo, .article-comments ._comment.hasPhoto ._content ._reactionTo, .Comments ._comment.has-photo ._content ._reactionTo, .Comments ._comment.hasPhoto ._content ._reactionTo {
            margin-right: 123px; } }
        @media (min-width: 992px) {
          .article-comments ._comment.has-photo ._content ._reactionTo, .article-comments ._comment.hasPhoto ._content ._reactionTo, .Comments ._comment.has-photo ._content ._reactionTo, .Comments ._comment.hasPhoto ._content ._reactionTo {
            margin-right: 30px; } }
      .article-comments ._comment.has-photo ._photo, .article-comments ._comment.hasPhoto ._photo, .Comments ._comment.has-photo ._photo, .Comments ._comment.hasPhoto ._photo {
        position: absolute;
        display: inline-block;
        width: auto;
        top: 56px;
        right: 21px; }
        .article-comments ._comment.has-photo ._photo a, .article-comments ._comment.hasPhoto ._photo a, .Comments ._comment.has-photo ._photo a, .Comments ._comment.hasPhoto ._photo a {
          display: inline-block;
          outline: none; }
        .article-comments ._comment.has-photo ._photo img, .article-comments ._comment.hasPhoto ._photo img, .Comments ._comment.has-photo ._photo img, .Comments ._comment.hasPhoto ._photo img {
          max-width: 100%; }
        @media (min-width: 768px) {
          .article-comments ._comment.has-photo ._photo, .article-comments ._comment.hasPhoto ._photo, .Comments ._comment.has-photo ._photo, .Comments ._comment.hasPhoto ._photo {
            top: 14px;
            right: 54px; } }
      @media (min-width: 992px) {
        .article-comments ._comment.has-photo ._content, .article-comments ._comment.hasPhoto ._content, .Comments ._comment.has-photo ._content, .Comments ._comment.hasPhoto ._content {
          width: 83%;
          float: left; }
        .article-comments ._comment.has-photo ._photo, .article-comments ._comment.hasPhoto ._photo, .Comments ._comment.has-photo ._photo, .Comments ._comment.hasPhoto ._photo {
          width: auto;
          top: 14px; }
          .article-comments ._comment.has-photo ._photo._no-login, .article-comments ._comment.hasPhoto ._photo._no-login, .Comments ._comment.has-photo ._photo._no-login, .Comments ._comment.hasPhoto ._photo._no-login {
            right: 16px; }
          .article-comments ._comment.has-photo ._photo a, .article-comments ._comment.hasPhoto ._photo a, .Comments ._comment.has-photo ._photo a, .Comments ._comment.hasPhoto ._photo a {
            display: inline-block;
            outline: none; }
          .article-comments ._comment.has-photo ._photo img, .article-comments ._comment.hasPhoto ._photo img, .Comments ._comment.has-photo ._photo img, .Comments ._comment.hasPhoto ._photo img {
            max-width: 100%; } }
      @media (min-width: 1200px) {
        .article-comments ._comment.has-photo ._content, .article-comments ._comment.hasPhoto ._content, .Comments ._comment.has-photo ._content, .Comments ._comment.hasPhoto ._content {
          width: 85%; } }
    .article-comments ._comment.is-comment-input, .article-comments ._comment.isInput, .Comments ._comment.is-comment-input, .Comments ._comment.isInput {
      margin-left: 40px; }
      .article-comments ._comment.is-comment-input ._avatar, .article-comments ._comment.isInput ._avatar, .Comments ._comment.is-comment-input ._avatar, .Comments ._comment.isInput ._avatar {
        top: 44px;
        left: -40px;
        display: block; }
      .article-comments ._comment.is-comment-input ._metaText, .article-comments ._comment.isInput ._metaText, .Comments ._comment.is-comment-input ._metaText, .Comments ._comment.isInput ._metaText {
        margin: 0;
        margin-top: 18px;
        margin-bottom: 29px; }
        .article-comments ._comment.is-comment-input ._metaText p, .article-comments ._comment.isInput ._metaText p, .Comments ._comment.is-comment-input ._metaText p, .Comments ._comment.isInput ._metaText p {
          margin: 0; }
      .article-comments ._comment.is-comment-input label, .article-comments ._comment.isInput label, .Comments ._comment.is-comment-input label, .Comments ._comment.isInput label {
        text-align: left;
        margin-bottom: 10px; }
    .article-comments ._comment.is-deleted, .article-comments ._comment.isDeleted, .Comments ._comment.is-deleted, .Comments ._comment.isDeleted {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
    .article-comments ._comment .is-admin, .article-comments ._comment .is-author, .article-comments ._comment .isAdmin, .article-comments ._comment .isAuthor, .Comments ._comment .is-admin, .Comments ._comment .is-author, .Comments ._comment .isAdmin, .Comments ._comment .isAuthor {
      display: inline-block; }
  @media (min-width: 992px) {
    .article-comments ._comment, .Comments ._comment {
      padding-left: 80px; }
      .article-comments ._comment ._content ._name, .Comments ._comment ._content ._name {
        padding-left: 0px; }
      .article-comments ._comment ._content ._star, .Comments ._comment ._content ._star {
        position: absolute;
        display: inline-block;
        top: 22px;
        left: auto;
        right: 52px; } }

._history-comment {
  padding: 10px; }
  ._history-comment ._comment {
    padding-top: 12px; }
    @media (min-width: 768px) {
      ._history-comment ._comment {
        padding: 21px 24px 7px 80px; } }
    ._history-comment ._comment:nth-child(even) {
      background-color: #eaeaea; }
    ._history-comment ._comment ._content ._meta {
      max-width: 100%;
      width: 100%; }
    ._history-comment ._comment ._content ._name {
      padding-left: 51px; }
      @media (min-width: 768px) {
        ._history-comment ._comment ._content ._name {
          padding-left: 0; } }
    @media (min-width: 768px) {
      ._history-comment ._comment ._content p {
        padding-left: 0px; } }
    ._history-comment ._comment ._avatar {
      top: 20px; }
      @media (min-width: 768px) {
        ._history-comment ._comment ._avatar {
          top: 15px; } }

.off-canvas-wrap {
  min-height: 100%; }
  .off-canvas-wrap .inner-wrap {
    min-height: 100%; }
  .off-canvas-wrap a {
    text-decoration: none; }
  .off-canvas-wrap.move-left .user-login-offcanvas {
    display: block; }
  @media (min-width: 992px) {
    .off-canvas-wrap .left-off-canvas-menu {
      display: none; } }
  .off-canvas-wrap .nav-offcanvas ul {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0; }
    .off-canvas-wrap .nav-offcanvas ul:before, .off-canvas-wrap .nav-offcanvas ul:after {
      content: " ";
      display: table; }
    .off-canvas-wrap .nav-offcanvas ul:after {
      clear: both; }
    .off-canvas-wrap .nav-offcanvas ul li {
      padding-left: 0;
      background: none;
      float: none; }
    .off-canvas-wrap .nav-offcanvas ul .offcanvas-navigation ul a {
      padding-left: 40px; }
    .off-canvas-wrap .nav-offcanvas ul .offcanvas-navigation ul ul a {
      padding-left: 65px; }
    .off-canvas-wrap .nav-offcanvas ul .offcanvas-navigation li ul {
      display: none; }
    .off-canvas-wrap .nav-offcanvas ul .offcanvas-navigation li.index-0 ul {
      display: block; }
      .off-canvas-wrap .nav-offcanvas ul .offcanvas-navigation li.index-0 ul ul {
        display: none; }
    .off-canvas-wrap .nav-offcanvas ul li {
      -webkit-transition: background-color 0.5s;
      -moz-transition: background-color 0.5s;
      transition: background-color 0.5s;
      position: relative; }
      .off-canvas-wrap .nav-offcanvas ul li a {
        display: block;
        padding: 14px 25px;
        padding-right: 30px;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #fff; }
        .off-canvas-wrap .nav-offcanvas ul li a:hover {
          background-color: #292929; }
      .off-canvas-wrap .nav-offcanvas ul li ul li a {
        font-size: 14px;
        padding: 7px 30px;
        padding-left: 40px; }
      .off-canvas-wrap .nav-offcanvas ul li ul li ul li a {
        padding-left: 60px; }
      .off-canvas-wrap .nav-offcanvas ul li ul .dropdown-toggle {
        position: absolute;
        right: 10px;
        top: 3px; }
        .off-canvas-wrap .nav-offcanvas ul li ul .dropdown-toggle .caret {
          border-top-color: #fff; }
      .off-canvas-wrap .nav-offcanvas ul li .dropdown-toggle {
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 5px; }
        .off-canvas-wrap .nav-offcanvas ul li .dropdown-toggle .caret {
          border-top-color: #fff; }
      .off-canvas-wrap .nav-offcanvas ul li .dropdown-list {
        display: none; }
      .off-canvas-wrap .nav-offcanvas ul li.open > .dropdown-list {
        display: block; }
      .off-canvas-wrap .nav-offcanvas ul li.separator {
        height: 1px;
        background-color: #595959; }
      .off-canvas-wrap .nav-offcanvas ul li.active, .off-canvas-wrap .nav-offcanvas ul li .active {
        background-color: #292929; }
      .off-canvas-wrap .nav-offcanvas ul li .header-dropdown {
        display: none !important; }
  .off-canvas-wrap .right-off-canvas-menu #user-login {
    display: none;
    opacity: 0; }
  .off-canvas-wrap .right-off-canvas-menu .user-login-top .form-group-checkbox label {
    color: #fff;
    margin-top: 10px; }
  .off-canvas-wrap .right-off-canvas-menu .user-login-bottom a:not(.btn) {
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline; }
  @media (min-width: 992px) {
    .off-canvas-wrap .right-off-canvas-menu {
      display: none; } }
  .off-canvas-wrap .right-off-canvas-menu .dropdown-menu {
    display: none; }
  .off-canvas-wrap .user-login {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s; }
    .off-canvas-wrap .user-login h3 {
      font-size: 23px;
      color: #fff;
      text-align: center;
      margin-top: 0;
      margin-bottom: 20px; }
    .off-canvas-wrap .user-login a {
      color: #fff;
      line-height: 16px; }
    .off-canvas-wrap .user-login .user-login-top, .off-canvas-wrap .user-login .user-login-bottom {
      padding: 20px 30px; }
    .off-canvas-wrap .user-login .user-login-top {
      background: #32618d; }
      .off-canvas-wrap .user-login .user-login-top input[type="email"], .off-canvas-wrap .user-login .user-login-top input[type="password"] {
        height: 33px;
        background: #fff;
        border-radius: 3px;
        padding: 8px 15px; }
        .off-canvas-wrap .user-login .user-login-top input[type="email"]::-webkit-input-placeholder, .off-canvas-wrap .user-login .user-login-top input[type="password"]::-webkit-input-placeholder {
          font-style: normal; }
        .off-canvas-wrap .user-login .user-login-top input[type="email"]:-moz-placeholder, .off-canvas-wrap .user-login .user-login-top input[type="password"]:-moz-placeholder {
          font-style: normal; }
        .off-canvas-wrap .user-login .user-login-top input[type="email"]::-moz-placeholder, .off-canvas-wrap .user-login .user-login-top input[type="password"]::-moz-placeholder {
          font-style: normal; }
        .off-canvas-wrap .user-login .user-login-top input[type="email"]:-ms-input-placeholder, .off-canvas-wrap .user-login .user-login-top input[type="password"]:-ms-input-placeholder {
          font-style: normal; }
      .off-canvas-wrap .user-login .user-login-top .form-group {
        margin-bottom: 10px; }
        .off-canvas-wrap .user-login .user-login-top .form-group .form-control {
          margin-bottom: 0; }
        .off-canvas-wrap .user-login .user-login-top .form-group.checkbox {
          color: #fff;
          text-align: center;
          margin-top: 15px;
          margin-bottom: 15px; }
          .off-canvas-wrap .user-login .user-login-top .form-group.checkbox label:before {
            margin-right: 5px; }
      .off-canvas-wrap .user-login .user-login-top .user-login-forgotten {
        margin-top: 15px; }
        .off-canvas-wrap .user-login .user-login-top .user-login-forgotten a {
          color: #fff;
          line-height: 16px;
          font-size: 12px; }
          .off-canvas-wrap .user-login .user-login-top .user-login-forgotten a:hover {
            text-decoration: none !important; }
        .off-canvas-wrap .user-login .user-login-top .user-login-forgotten .icon {
          color: #fff;
          position: relative;
          top: 2px; }
    .off-canvas-wrap .user-login .user-login-bottom .login-inner {
      margin-bottom: 0px; }
    .off-canvas-wrap .user-login .user-login-bottom .btn {
      margin-bottom: 20px; }
  .off-canvas-wrap .user-login-offcanvas {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    border-bottom: 5px solid #292a2c;
    background-color: #303234; }
    .off-canvas-wrap .user-login-offcanvas.active {
      display: block !important;
      max-height: 430px; }
    .off-canvas-wrap .user-login-offcanvas label {
      color: #fff; }
    @media (min-width: 992px) {
      .off-canvas-wrap .user-login-offcanvas {
        display: none !important; } }
    .off-canvas-wrap .user-login-offcanvas .btn-login, .off-canvas-wrap .user-login-offcanvas .btn-facebook {
      width: 225px; }
  .off-canvas-wrap .user-profile ul {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0; }
    .off-canvas-wrap .user-profile ul:before, .off-canvas-wrap .user-profile ul:after {
      content: " ";
      display: table; }
    .off-canvas-wrap .user-profile ul:after {
      clear: both; }
    .off-canvas-wrap .user-profile ul li {
      padding-left: 0;
      background: none;
      float: none; }
    .off-canvas-wrap .user-profile ul li {
      -webkit-transition: background-color 0.5s;
      -moz-transition: background-color 0.5s;
      transition: background-color 0.5s;
      background-color: #32618d;
      /*      &:last-child:hover {
              background-color: $col-blue-dark;
            }*/ }
      .off-canvas-wrap .user-profile ul li .badge {
        float: right; }
      .off-canvas-wrap .user-profile ul li.profile-item-dark {
        background-color: #303234; }
      .off-canvas-wrap .user-profile ul li a {
        position: relative;
        display: block;
        padding: 14px 25px;
        padding-left: 48px;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #fff; }
        .off-canvas-wrap .user-profile ul li a .icon {
          position: absolute;
          left: 24px;
          margin-right: 8px; }
        .off-canvas-wrap .user-profile ul li a .icon-picture:before {
          content: "\e660"; }
        .off-canvas-wrap .user-profile ul li a .icon-heart:before {
          content: "\e63f" !important; }
      .off-canvas-wrap .user-profile ul li.active, .off-canvas-wrap .user-profile ul li:hover, .off-canvas-wrap .user-profile ul li:last-child {
        background-color: transparent; }

.lt-ie9 .left-off-canvas-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1099;
  display: none; }
.lt-ie9 .right-off-canvas-menu {
  position: static;
  display: none; }
.lt-ie9 .header-container {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .lt-ie9 .header-container .header-content {
    padding-left: 15px;
    padding-right: 15px; }
.lt-ie9 .visible-sm, .lt-ie9 .visible-xs {
  display: block !important; }

/* ========================================================================== */
/*   HEADER
/* ========================================================================== */
#header {
  position: relative;
  z-index: 1040;
  *zoom: 1;
  font-size: 14px; }
  #header .header-logo-wrap {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #202122;
    z-index: 2; }
    @media (min-width: 992px) {
      #header .header-logo-wrap {
        padding-top: 28px;
        padding-bottom: 17px; } }
    @media (min-width: 1200px) {
      #header .header-logo-wrap {
        padding-top: 20px;
        padding-bottom: 20px; } }
    #header .header-logo-wrap .header-logo {
      display: inline-block;
      height: 23px;
      width: 130px;
      background: url(../img/logo-simple-2x.png) center center no-repeat transparent;
      background-size: 130px 23px;
      text-indent: -999px;
      overflow: hidden; }
    @media (min-width: 992px) {
      #header .header-logo-wrap {
        background-color: transparent;
        vertical-align: middle;
        text-align: left;
        position: absolute; }
        #header .header-logo-wrap .container {
          width: auto; }
        #header .header-logo-wrap .header-logo {
          height: 33px;
          background-image: url(../img/logo-full-2x.png);
          background-size: 130px 33px; } }
    @media (min-width: 1200px) {
      #header .header-logo-wrap .header-logo {
        height: 41px;
        width: 160px;
        background-image: url(../img/logo-lg-2x.png);
        background-size: 160px 41px; } }
  #header .nav-primary {
    float: left;
    margin-top: 33px; }
    #header .nav-primary > ul {
      *zoom: 1;
      list-style: none;
      padding: 0;
      margin: 0;
      *zoom: 1; }
      #header .nav-primary > ul:before, #header .nav-primary > ul:after {
        content: " ";
        display: table; }
      #header .nav-primary > ul:after {
        clear: both; }
      #header .nav-primary > ul li {
        padding-left: 0;
        background: none;
        float: left; }
      #header .nav-primary > ul:before, #header .nav-primary > ul:after {
        content: " ";
        display: table; }
      #header .nav-primary > ul:after {
        clear: both; }
      @media (min-width: 992px) {
        #header .nav-primary > ul > li {
          padding: 8px 15px 15px 15px; } }
      @media (min-width: 1200px) {
        #header .nav-primary > ul > li {
          padding: 8px 20px 15px 20px; } }
      #header .nav-primary > ul > li > a {
        font-size: 14px;
        padding: 8px 15px;
        font-weight: bold; }
        #header .nav-primary > ul > li > a:hover {
          text-decoration: none; }
        @media (min-width: 992px) {
          #header .nav-primary > ul > li > a {
            font-size: 13px;
            padding: 0;
            padding-top: 6px; } }
        @media (min-width: 1200px) {
          #header .nav-primary > ul > li > a {
            font-size: 14px;
            padding: 0;
            padding-top: 6px; } }
      @media (min-width: 992px) {
        #header .nav-primary > ul > li.active > a {
          border-top: 1px solid #fff; } }
      #header .nav-primary > ul > li.dropdown {
        position: static; }
        #header .nav-primary > ul > li.dropdown a:not(.btn) {
          -webkit-transition: none;
          -moz-transition: none;
          transition: none; }
        #header .nav-primary > ul > li.dropdown .header-dropdown {
          display: block;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all 0.15s ease-out;
          -moz-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out; }
        @media (min-width: 992px) {
          #header .nav-primary > ul > li.dropdown:hover {
            background-color: #4c4c4c; }
            #header .nav-primary > ul > li.dropdown:hover .header-dropdown {
              display: block;
              visibility: visible;
              opacity: 1;
              -webkit-transition: all 0.15s ease-out;
              -moz-transition: all 0.15s ease-out;
              transition: all 0.15s ease-out; } }
        #header .nav-primary > ul > li.dropdown .header-dropdown {
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          color: #fff;
          z-index: 10;
          line-height: 18px; }
          #header .nav-primary > ul > li.dropdown .header-dropdown._visible {
            visibility: visible;
            opacity: 1; }
          #header .nav-primary > ul > li.dropdown .header-dropdown .icon-font-fa {
            display: inline-block;
            vertical-align: middle;
            top: -1px;
            position: relative;
            margin-right: 3px; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .icon-font-fa.icon-person:before {
              content: "\e65e"; }
          #header .nav-primary > ul > li.dropdown .header-dropdown .container {
            margin: 0 auto; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .container .row {
              background-color: #4c4c4c; }
              #header .nav-primary > ul > li.dropdown .header-dropdown .container .row .inner {
                *zoom: 1;
                padding: 30px 10px; }
                #header .nav-primary > ul > li.dropdown .header-dropdown .container .row .inner:before, #header .nav-primary > ul > li.dropdown .header-dropdown .container .row .inner:after {
                  content: " ";
                  display: table; }
                #header .nav-primary > ul > li.dropdown .header-dropdown .container .row .inner:after {
                  clear: both; }
                #header .nav-primary > ul > li.dropdown .header-dropdown .container .row .inner._no-top {
                  padding-top: 0; }
                #header .nav-primary > ul > li.dropdown .header-dropdown .container .row .inner._padding-top {
                  padding-top: 93px; }
          #header .nav-primary > ul > li.dropdown .header-dropdown img {
            border: 5px solid #fff;
            display: block; }
          #header .nav-primary > ul > li.dropdown .header-dropdown .btn {
            color: #6f6f6f; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .btn .icon {
              top: -3px; }
          #header .nav-primary > ul > li.dropdown .header-dropdown h1, #header .nav-primary > ul > li.dropdown .header-dropdown h2, #header .nav-primary > ul > li.dropdown .header-dropdown h3, #header .nav-primary > ul > li.dropdown .header-dropdown h4, #header .nav-primary > ul > li.dropdown .header-dropdown h5, #header .nav-primary > ul > li.dropdown .header-dropdown h6 {
            color: #fff; }
          #header .nav-primary > ul > li.dropdown .header-dropdown a:not(.btn) {
            text-decoration: underline;
            padding: 0;
            font-weight: normal; }
            #header .nav-primary > ul > li.dropdown .header-dropdown a:not(.btn):hover {
              text-decoration: none; }
          #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article._margin-top {
            margin-top: 93px; }
          #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .image {
            float: left;
            margin-right: 15px;
            width: 80px;
            height: auto; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .image img {
              max-width: 80px;
              height: auto;
              width: auto;
              max-height: 80px;
              position: relative;
              display: block;
              margin: auto;
              margin-top: 5px;
              margin-bottom: 5px; }
          #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content {
            float: left; }
            @media (min-width: 992px) {
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content {
                width: 192px; } }
            @media (min-width: 1200px) {
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content {
                width: 234px; } }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content .date {
              font-size: 10px;
              margin-top: 3px; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content h4 {
              margin: 8px 0 8px 0;
              line-height: 20px; }
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content h4._open-sans {
                margin-top: 0; }
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content h4 a, #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content h4 span {
                font-size: 24px;
                line-height: 1;
                text-transform: none; }
                #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content h4 a._open-sans, #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content h4 span._open-sans {
                  font-family: "Open Sans", sans-serif;
                  font-size: 16px;
                  font-weight: 700;
                  line-height: 16px;
                  text-decoration: none; }
                  #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content h4 a._open-sans:hover, #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content h4 span._open-sans:hover {
                    text-decoration: underline; }
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content h4 span._open-sans:hover {
                text-decoration: none; }
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content h4._without-date {
                line-height: 82px;
                margin-bottom: 0; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-favorite-article .content p {
              font-size: 12px;
              line-height: 18px;
              margin: 8px 0; }
          #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-highlight-list,
          #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-series-list {
            *zoom: 1;
            font-size: 20px;
            line-height: 30px;
            list-style: square;
            padding-left: 18px;
            margin: 0 0 20px 0; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-highlight-list:before, #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-highlight-list:after,
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-series-list:before,
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-series-list:after {
              content: " ";
              display: table; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-highlight-list:after,
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-series-list:after {
              clear: both; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-highlight-list li,
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-series-list li {
              float: none;
              margin-bottom: 5px; }
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-highlight-list li a,
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-series-list li a {
                text-transform: none;
                font-family: "League Gothic", sans-serif;
                font-size: 24px;
                line-height: 30px; }
                #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-highlight-list li a._open-sans,
                #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-series-list li a._open-sans {
                  font-family: "Open Sans", sans-serif;
                  font-size: 18px;
                  font-weight: 700;
                  line-height: 30px;
                  text-decoration: none; }
                  #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-highlight-list li a._open-sans:hover,
                  #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-series-list li a._open-sans:hover {
                    text-decoration: underline; }
          #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-category-list {
            list-style: none;
            padding-left: 0;
            margin: 0 0 20px 0; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-category-list li {
              margin-bottom: 15px; }
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-category-list li a {
                font-family: "League Gothic", sans-serif;
                font-size: 20px;
                line-height: 30px; }
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-category-list li ul {
                padding-left: 0; }
                #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-category-list li ul li {
                  display: inline-block;
                  line-height: 16px;
                  margin-bottom: 0;
                  margin-right: 7px; }
                  #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-category-list li ul li a {
                    font-family: "Open Sans", sans-serif;
                    font-size: 12px;
                    line-height: 16px;
                    text-transform: none; }
          #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-tests .image img {
            max-width: 133px;
            height: auto;
            width: auto;
            max-height: 100px;
            position: relative;
            display: block;
            margin: auto;
            margin-top: 9px; }
          #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-tests .with-image .article {
            margin-bottom: 10px; }
          #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-tests .with-image h4 {
            margin-top: 0; }
          @media (min-width: 992px) {
            #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-tests .with-image .content {
              width: 148px; } }
          @media (min-width: 1200px) {
            #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-tests .with-image .content {
              width: 275px; } }
          #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-tests .article-middle {
            margin-bottom: 10px; }
            #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-tests .article-middle h4 {
              margin-top: 0; }
          #header .nav-primary > ul > li.dropdown .header-dropdown .inner-btn {
            padding: 0 25px 25px 25px !important; }
          #header .nav-primary > ul > li.dropdown .header-dropdown ._dropdownTitle {
            font-size: 34px;
            margin-top: 37px;
            text-transform: uppercase; }
            #header .nav-primary > ul > li.dropdown .header-dropdown ._dropdownTitle._second-in-column {
              margin-top: 23px;
              margin-bottom: 5px; }
          #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-NewComments {
            margin-bottom: 40px;
            *zoom: 1; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-NewComments:before, #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-NewComments:after {
              content: " ";
              display: table; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-NewComments:after {
              clear: both; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-NewComments .Forum-NewComments h3 {
              font-size: 34px;
              margin-top: 37px;
              text-transform: uppercase; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-NewComments .Forum-NewComments .LinkList2 ._image img {
              border: 0; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-NewComments .Forum-NewComments .LinkList2 ._large {
              font-size: 14px; }
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-NewComments .Forum-NewComments .LinkList2 ._large a {
                text-transform: none; }
          #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-HotDiscussions {
            margin-bottom: 40px;
            *zoom: 1; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-HotDiscussions:before, #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-HotDiscussions:after {
              content: " ";
              display: table; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-HotDiscussions:after {
              clear: both; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-HotDiscussions .Forum-HotDiscussions h3 {
              font-size: 34px;
              margin-top: 37px;
              text-transform: uppercase; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-HotDiscussions .Forum-HotDiscussions .LinkList2 ._item {
              margin-top: 8px;
              min-height: 48px;
              margin-bottom: 7px; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-HotDiscussions .Forum-HotDiscussions .LinkList2 ._large {
              font-size: 14px; }
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-Forum-HotDiscussions .Forum-HotDiscussions .LinkList2 ._large a {
                text-transform: none; }
          #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-series-list {
            margin-bottom: 13px; }
            #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-series-list li {
              margin-bottom: 5px; }
          #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList._margin-top {
            margin-top: 93px; }
          #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul {
            position: relative;
            margin: 0;
            padding: 0;
            padding-bottom: 2.7em;
            *zoom: 1; }
            #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul:before, #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul:after {
              content: " ";
              display: table; }
            #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul:after {
              clear: both; }
            #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li {
              position: relative;
              display: table;
              width: 100%;
              height: 100%;
              float: left;
              list-style: none;
              margin-bottom: 15px;
              *zoom: 1; }
              #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li:before, #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li:after {
                content: " ";
                display: table; }
              #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li:after {
                clear: both; }
              #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li ._image {
                position: relative;
                display: table-cell;
                width: 50px;
                text-align: center;
                vertical-align: top; }
                #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li ._image img {
                  position: relative;
                  display: inline-block;
                  width: 100%;
                  height: auto;
                  top: 0;
                  vertical-align: middle;
                  border: 0; }
              #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li ._text-wrapper {
                position: relative;
                display: table-cell;
                vertical-align: middle;
                padding-left: 11px; }
                #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li ._text-wrapper ._small {
                  position: relative;
                  display: block;
                  color: #fff;
                  /* text color */
                  font-size: 12px;
                  line-height: 18px;
                  font-weight: 400;
                  text-shadow: 0 0px 0 #fff;
                  /* drop shadow */ }
                  #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li ._text-wrapper ._small ._label {
                    position: relative;
                    display: inline-block;
                    min-width: 63px;
                    padding: 3px 10px;
                    border-radius: 8px;
                    color: #FFFFFF;
                    font-family: "Open Sans", sans-serif;
                    font-size: 10px;
                    line-height: 10px;
                    font-weight: 600;
                    text-align: center;
                    vertical-align: middle;
                    background-color: rgba(240, 240, 240, 0.2); }
                #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li ._text-wrapper ._open-sans {
                  font-family: "Open Sans", sans-serif;
                  font-size: 16px;
                  font-weight: 700;
                  line-height: 16px;
                  text-decoration: none;
                  text-transform: none; }
                  #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li ._text-wrapper ._open-sans:hover {
                    text-decoration: underline; }
                #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li ._text-wrapper ._link {
                  position: relative;
                  display: block;
                  color: #fff;
                  /* text color */
                  font-size: 16px;
                  line-height: 24px;
                  font-weight: 400;
                  text-transform: none;
                  text-decoration: none;
                  margin-top: 2px; }
                  #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li ._text-wrapper ._link:hover {
                    text-decoration: underline; }
                  #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-GalleryList ul li ._text-wrapper ._link strong {
                    font-size: 24px;
                    line-height: 24px;
                    font-weight: 700;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    text-shadow: none; }
          #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-Contest ul._contest-list {
            list-style: none;
            margin: 0;
            padding: 0; }
            #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-Contest ul._contest-list li {
              position: relative;
              margin-bottom: 17px;
              display: inline-block;
              width: 100%; }
              #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-Contest ul._contest-list li a {
                line-height: 20px; }
              #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-Contest ul._contest-list li i {
                position: absolute;
                left: 0;
                font-size: 20px;
                line-height: 25px; }
          #header .nav-primary > ul > li.dropdown .header-dropdown#header-dropdown-galery .header-dropdown-Gallery-Contest ul li {
            float: left;
            margin-right: 41px; }
          #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-my-page {
            position: relative;
            display: block;
            width: 100%;
            background-color: #32618d;
            padding: 0px 0px; }
            #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-my-page li {
              position: relative;
              display: inline-block;
              text-align: center;
              margin: 0px;
              border-right: 1px solid #4c4c4c;
              padding: 8px 25px;
              /* margin: 5px 15px; */
              text-transform: none;
              font-family: "Open Sans", sans-serif;
              font-size: 13px;
              line-height: 34px;
              font-weight: 600;
              cursor: pointer; }
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-my-page li:last-child {
                border-right: 0; }
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-my-page li:hover {
                background-color: #254767; }
              #header .nav-primary > ul > li.dropdown .header-dropdown .header-dropdown-my-page li a {
                text-transform: none;
                font-family: "Open Sans", sans-serif;
                font-size: 13px;
                line-height: 18px;
                text-decoration: none;
                font-weight: 600; }
          #header .nav-primary > ul > li.dropdown .header-dropdown ._drop-small-font {
            font-size: 14px;
            line-height: 21px; }
        #header .nav-primary > ul > li.dropdown ._no-padding {
          padding: 0; }
  #header .header-search {
    float: right;
    margin-top: 40px;
    position: relative;
    right: 0; }
    #header .header-search .header-search-button {
      position: absolute;
      top: 0;
      left: 0;
      height: 28px;
      width: 30px;
      cursor: pointer;
      background-image: url(../img/icons/16x16/find.png);
      background-repeat: no-repeat;
      background-position: 7px 6px;
      z-index: 9999; }
      #header .header-search .header-search-button:hover {
        background-position: 7px -20px; }
    #header .header-search input[type="text"] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 285px;
      height: 28px;
      padding-left: 30px;
      padding-right: 120px;
      font-size: 12px;
      position: relative;
      background-color: #f0f0f0;
      border: none;
      outline: none;
      border-radius: 3px; }
      #header .header-search input[type="text"]::-webkit-input-placeholder {
        font-style: italic;
        color: #9f9f9f; }
      #header .header-search input[type="text"]:-moz-placeholder {
        font-style: italic;
        color: #9f9f9f; }
      #header .header-search input[type="text"]::-moz-placeholder {
        font-style: italic;
        color: #9f9f9f; }
      #header .header-search input[type="text"]:-ms-input-placeholder {
        font-style: italic;
        color: #9f9f9f; }
      @media screen and (min-width: 992px) {
        #header .header-search input[type="text"] {
          width: 245px; } }
      @media screen and (min-width: 1200px) {
        #header .header-search input[type="text"] {
          width: 285px; } }
    #header .header-search.active input[type="text"] {
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-left-radius: 0px;
      -webkit-border-bottom-right-radius: 0px;
      -moz-border-radius-bottomright: 0px;
      border-bottom-right-radius: 0px;
      z-index: 1003; }
    #header .header-search.active .category-select-placeholder {
      z-index: 1004; }
    #header .header-search .category-select.open .category-select-list {
      display: block; }
    #header .header-search .category-select .category-select-placeholder {
      padding-left: 14px;
      padding-right: 10px;
      font-size: 12px;
      position: absolute;
      top: -28px;
      right: 0;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: #31618d;
      line-height: 28px;
      color: white;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
    #header .header-search .category-select .category-select-list {
      list-style: none;
      position: absolute;
      margin: 0;
      padding: 0;
      right: 0;
      overflow: hidden;
      z-index: 1002;
      border: none;
      top: 100%;
      width: 100%;
      display: none;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      border-bottom-right-radius: 3px;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      #header .header-search .category-select .category-select-list.active {
        display: block; }
      #header .header-search .category-select .category-select-list li {
        background-color: #f0f0f0;
        color: #6f6f6f;
        padding: 3px 15px;
        font-size: 12px;
        line-height: 18px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: right;
        padding-right: 27px; }
        #header .header-search .category-select .category-select-list li:hover {
          background-color: #ccc; }
  #header .user-links {
    position: absolute;
    right: 0px;
    top: 3px; }
    #header .user-links ul {
      *zoom: 1;
      list-style: none;
      padding: 0;
      margin: 0; }
      #header .user-links ul:before, #header .user-links ul:after {
        content: " ";
        display: table; }
      #header .user-links ul:after {
        clear: both; }
      #header .user-links ul li {
        padding-left: 0;
        background: none;
        float: left; }
      #header .user-links ul li {
        float: right;
        height: 30px;
        line-height: 30px;
        padding: 0 10px; }
        #header .user-links ul li > .icon {
          color: #fff;
          margin-right: 4px;
          position: relative;
          top: 2px; }
        #header .user-links ul li a {
          font-size: 12px;
          font-weight: bold;
          color: #f3efe7; }
        #header .user-links ul li.active {
          background-color: #32618d; }
        #header .user-links ul li.user-profile-box {
          margin-right: 0px;
          width: 123px;
          overflow: hidden; }
          #header .user-links ul li.user-profile-box a {
            text-transform: none;
            font-weight: normal; }
            #header .user-links ul li.user-profile-box a:hover {
              text-decoration: none; }
          #header .user-links ul li.user-profile-box .dropdown-menu .icon {
            font-size: 16px;
            position: absolute;
            left: 12px; }
          #header .user-links ul li.user-profile-box .dropdown-menu li {
            white-space: nowrap;
            *zoom: 1; }
            #header .user-links ul li.user-profile-box .dropdown-menu li:before, #header .user-links ul li.user-profile-box .dropdown-menu li:after {
              content: " ";
              display: table; }
            #header .user-links ul li.user-profile-box .dropdown-menu li:after {
              clear: both; }
          #header .user-links ul li.user-profile-box .dropdown-menu .profile-item-dark {
            background-color: #303234; }
          #header .user-links ul li.user-profile-box.open {
            overflow: visible; }
            #header .user-links ul li.user-profile-box.open .dropdown-toggle .badge {
              background-color: #18426a; }
        #header .user-links ul li.dropdown.open {
          background-color: #32618d; }
        #header .user-links ul li.dropdown .dropdown-menu {
          width: 195px;
          min-width: inherit;
          background-color: #32618d;
          border: none;
          border-radius: 0;
          margin-left: 0;
          left: -72px;
          z-index: 9999; }
          #header .user-links ul li.dropdown .dropdown-menu li {
            text-align: left;
            float: none;
            margin-left: 0;
            display: block;
            padding-left: 0;
            padding-right: 0;
            white-space: normal;
            height: auto; }
            #header .user-links ul li.dropdown .dropdown-menu li .icon {
              margin-right: 10px;
              top: 0;
              bottom: 0;
              display: inline-block;
              height: 18px;
              margin: auto;
              vertical-align: middle;
              position: absolute; }
            #header .user-links ul li.dropdown .dropdown-menu li .icon-picture:before {
              content: "\e660"; }
            #header .user-links ul li.dropdown .dropdown-menu li .icon-heart:before {
              content: "\e63f" !important; }
            #header .user-links ul li.dropdown .dropdown-menu li .icon-eye:before {
              content: "\e62a" !important; }
            #header .user-links ul li.dropdown .dropdown-menu li .icon-person:before {
              content: "\e65e" !important; }
            #header .user-links ul li.dropdown .dropdown-menu li .badge {
              float: right;
              top: 8px;
              position: relative;
              right: 10px; }
            #header .user-links ul li.dropdown .dropdown-menu li a {
              position: relative;
              font-size: 12px;
              padding-left: 43px;
              padding-top: 7px;
              padding-bottom: 7px;
              padding-right: 15px;
              white-space: normal; }
              #header .user-links ul li.dropdown .dropdown-menu li a:hover {
                background-color: transparent; }
            #header .user-links ul li.dropdown .dropdown-menu li:last-child {
              background-color: #303234; }
            #header .user-links ul li.dropdown .dropdown-menu li.active, #header .user-links ul li.dropdown .dropdown-menu li:hover {
              background-color: #18426a; }
        #header .user-links ul li.dropdown.user-links-login .dropdown-menu {
          width: 280px;
          right: 0;
          left: auto;
          margin-top: 0;
          padding-top: 0;
          padding-bottom: 0; }
        #header .user-links ul li.dropdown.user-links-login .user-login .user-login-top {
          padding-top: 30px; }
          #header .user-links ul li.dropdown.user-links-login .user-login .user-login-top .col-remember {
            padding-left: 0;
            padding-right: 0; }
            #header .user-links ul li.dropdown.user-links-login .user-login .user-login-top .col-remember .form-group {
              margin-top: 2px;
              margin-bottom: 0;
              text-align: left; }
              #header .user-links ul li.dropdown.user-links-login .user-login .user-login-top .col-remember .form-group label {
                font-size: 12px;
                color: #fff;
                margin-top: 2px; }
          #header .user-links ul li.dropdown.user-links-login .user-login .user-login-top .user-login-forgotten {
            margin-top: 0; }
            #header .user-links ul li.dropdown.user-links-login .user-login .user-login-top .user-login-forgotten a {
              text-transform: none;
              font-weight: normal;
              text-decoration: underline; }
              #header .user-links ul li.dropdown.user-links-login .user-login .user-login-top .user-login-forgotten a:hover {
                text-decoration: none; }
        #header .user-links ul li.dropdown.user-links-login .user-login .user-login-bottom {
          background-color: #303234; }
          #header .user-links ul li.dropdown.user-links-login .user-login .user-login-bottom a:not(.btn) {
            font-size: 12px;
            text-transform: none;
            line-height: 16px;
            display: inline-block;
            font-weight: normal;
            text-decoration: underline; }
            #header .user-links ul li.dropdown.user-links-login .user-login .user-login-bottom a:not(.btn):hover {
              text-decoration: none; }
          #header .user-links ul li.dropdown.user-links-login .user-login .user-login-bottom .btn:hover {
            text-decoration: none; }
        #header .user-links ul li._no-padding-right {
          padding-right: 0; }
    #header .user-links .caret {
      color: #fff; }
    #header .user-links .user-avatar {
      width: 20px;
      display: inline-block; }
      #header .user-links .user-avatar img {
        position: relative;
        top: 5px;
        width: 20px;
        height: 20px; }
  #header .login-box-wrapper {
    position: relative; }
  #header #login-box label, #header #login-box a {
    color: #e7e7e6; }
  #header #login-box label {
    font-size: 10px; }
  #header #login-box a {
    font-size: 12px;
    text-decoration: underline; }
    #header #login-box a:hover {
      text-decoration: none; }
    #header #login-box a.btn {
      font-size: 14px;
      text-decoration: none; }
      #header #login-box a.btn:hover {
        text-decoration: none; }
  #header #login-box .form-control {
    margin-bottom: 12px; }
  #header #login-box .remember {
    margin-top: 6px; }
  #header #login-box .login-box-top, #header #login-box .login-box-bottom {
    padding-left: 30px;
    padding-right: 30px; }
    #header #login-box .login-box-top .form-control::-webkit-input-placeholder, #header #login-box .login-box-bottom .form-control::-webkit-input-placeholder {
      color: #9f9f9f; }
    #header #login-box .login-box-top .form-control:-moz-placeholder, #header #login-box .login-box-bottom .form-control:-moz-placeholder {
      color: #9f9f9f; }
    #header #login-box .login-box-top .form-control::-moz-placeholder, #header #login-box .login-box-bottom .form-control::-moz-placeholder {
      color: #9f9f9f; }
    #header #login-box .login-box-top .form-control:-ms-input-placeholder, #header #login-box .login-box-bottom .form-control:-ms-input-placeholder {
      color: #9f9f9f; }
  #header #login-box .login-box-top {
    padding-top: 23px;
    padding-bottom: 13px;
    background-color: #32618d; }
  #header #login-box .login-box-bottom {
    padding-top: 17px;
    padding-bottom: 13px;
    background-color: #303234;
    border-top: 1px dotted #f3efe7; }
  #header:before, #header:after {
    content: " ";
    display: table; }
  #header:after {
    clear: both; }
  @media (min-width: 992px) {
    #header {
      font-size: 13px; } }
  @media (min-width: 1200px) {
    #header {
      font-size: 16px; } }
  #header:after {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -5px;
    background: url(../img/hd-shadow.png) 0 0 repeat-x transparent; }
    @media screen and (min-width: 992px) {
      #header:after {
        display: block; } }
  #header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase; }
    #header a:hover {
      text-decoration: underline; }
  @media (min-width: 992px) {
    #header {
      height: 80px;
      background-color: #303234; }
      #header .header-container {
        display: table;
        height: 80px; } }
  @media (max-width: 992px) {
    #header .header-container {
      padding-left: 0;
      padding-right: 0;
      width: auto; } }
  #header .header-content {
    padding-left: 15px;
    padding-right: 15px; }
  @media (min-width: 992px) {
    #header .header-container .header-container {
      padding-left: 160px;
      padding-right: 0; } }
  #header .header-content {
    height: 50px;
    position: relative;
    background-color: #303234; }
    @media (min-width: 992px) {
      #header .header-content {
        background-color: transparent;
        width: 100%;
        height: 80px;
        padding-left: 160px;
        padding-right: 0; }
        #header .header-content .container {
          width: auto; } }
    @media (min-width: 1200px) {
      #header .header-content {
        padding-left: 180px; } }
    #header .header-content .left-off-canvas-toggle {
      float: left;
      margin-top: 12px; }
    #header .header-content .user-links-small {
      float: right;
      margin-top: 12px; }
      #header .header-content .user-links-small ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        #header .header-content .user-links-small ul li {
          display: inline-block;
          margin-right: 5px; }
          #header .header-content .user-links-small ul li:last-child {
            margin-right: 0; }
          #header .header-content .user-links-small ul li a {
            font-weight: bold; }
          #header .header-content .user-links-small ul li.user-links-my-account .user-avatar {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            top: -2px;
            vertical-align: middle; }
            #header .header-content .user-links-small ul li.user-links-my-account .user-avatar img {
              position: relative;
              width: 20px;
              height: 20px; }
          #header .header-content .user-links-small ul li.user-links-my-account a {
            text-transform: none; }
          #header .header-content .user-links-small ul li.user-links-my-account .badge {
            position: relative;
            top: -1px;
            margin-left: 5px; }

#FOOTER {
  position: relative;
  display: block;
  width: 100%;
  background-color: #32618d;
  /* layer fill content */
  border-top: 8px solid #2d577f; }
  #FOOTER h3 {
    color: #fff;
    /* text color */
    font-size: 34px;
    line-height: 33px;
    text-transform: uppercase;
    margin-top: 1.8rem;
    margin-bottom: 1.2rem;
    text-align: center; }
    @media (min-width: 768px) {
      #FOOTER h3 {
        text-align: left;
        margin-bottom: 0.4rem;
        line-height: 1.2; } }
    #FOOTER h3._first {
      margin-top: 2.35rem;
      margin-bottom: 1rem; }
  #FOOTER ul {
    text-align: center; }
    @media (min-width: 768px) {
      #FOOTER ul {
        text-align: left; } }
    #FOOTER ul._link-list {
      list-style: none;
      margin: 0 0 10px 0;
      padding-left: 0px; }
      @media (min-width: 768px) {
        #FOOTER ul._link-list._padding-left {
          padding-left: 30px; } }
      @media (min-width: 768px) {
        #FOOTER ul._link-list {
          list-style: square;
          margin: 0 0 20px 0;
          padding-left: 24px; } }
      #FOOTER ul._link-list li {
        position: relative;
        color: #fff;
        float: none;
        margin-bottom: 5px; }
        #FOOTER ul._link-list li._square {
          margin-bottom: 20px; }
          #FOOTER ul._link-list li._square:before {
            position: absolute;
            content: "";
            color: white;
            width: 6px;
            height: 6px;
            background: #fff;
            top: -10px;
            left: 0;
            right: 0;
            display: block;
            float: none;
            margin: auto; }
          @media (min-width: 768px) {
            #FOOTER ul._link-list li._square {
              margin-bottom: 5px; }
              #FOOTER ul._link-list li._square:before {
                content: "";
                display: none; } }
        #FOOTER ul._link-list li a {
          color: #fff;
          font-family: "League Gothic", sans-serif;
          font-size: 22px;
          line-height: 29px;
          padding: 0;
          font-weight: 400;
          text-transform: none;
          text-decoration: underline; }
          #FOOTER ul._link-list li a:hover {
            text-decoration: none; }
    #FOOTER ul._inline {
      list-style: none;
      margin: 0;
      margin-bottom: 2.2rem;
      padding-left: 0; }
      #FOOTER ul._inline li {
        position: relative;
        display: inline-block;
        margin-right: 17px; }
        #FOOTER ul._inline li a {
          color: #fff;
          /* text color */
          font-size: 14px;
          text-decoration: underline; }
          #FOOTER ul._inline li a:hover {
            text-decoration: none; }
    #FOOTER ul._image-list {
      padding-left: 0px;
      margin-top: 1.4rem;
      margin-bottom: 0;
      list-style: none;
      *zoom: 1; }
      #FOOTER ul._image-list:before, #FOOTER ul._image-list:after {
        content: " ";
        display: table; }
      #FOOTER ul._image-list:after {
        clear: both; }
      #FOOTER ul._image-list li {
        width: 48.5%;
        float: left;
        margin-right: 3%;
        margin-bottom: 11px; }
        #FOOTER ul._image-list li:nth-child(2n) {
          margin-right: 0; }
        #FOOTER ul._image-list li:nth-child(5), #FOOTER ul._image-list li:nth-child(6), #FOOTER ul._image-list li:nth-child(7), #FOOTER ul._image-list li:nth-child(8) {
          display: none; }
        @media (min-width: 768px) {
          #FOOTER ul._image-list li {
            width: 22%; }
            #FOOTER ul._image-list li:nth-child(2n) {
              margin-right: 14px; }
            #FOOTER ul._image-list li:nth-child(4n) {
              margin-right: 0; }
            #FOOTER ul._image-list li:nth-child(5), #FOOTER ul._image-list li:nth-child(6), #FOOTER ul._image-list li:nth-child(7), #FOOTER ul._image-list li:nth-child(8) {
              display: block; } }
        @media (min-width: 992px) {
          #FOOTER ul._image-list li {
            width: auto; }
            #FOOTER ul._image-list li:nth-child(2n) {
              margin-right: 7px; }
            #FOOTER ul._image-list li:nth-child(4n) {
              margin-right: 7px; }
            #FOOTER ul._image-list li:nth-child(5), #FOOTER ul._image-list li:nth-child(6), #FOOTER ul._image-list li:nth-child(7), #FOOTER ul._image-list li:nth-child(8) {
              display: block; } }
        @media (min-width: 1200px) {
          #FOOTER ul._image-list li {
            width: auto; }
            #FOOTER ul._image-list li:nth-child(2n) {
              margin-right: 14px; }
            #FOOTER ul._image-list li:nth-child(4n) {
              margin-right: 0; }
            #FOOTER ul._image-list li:nth-child(5), #FOOTER ul._image-list li:nth-child(6), #FOOTER ul._image-list li:nth-child(7), #FOOTER ul._image-list li:nth-child(8) {
              display: block; } }
        #FOOTER ul._image-list li a {
          position: relative;
          display: block; }
          #FOOTER ul._image-list li a img {
            width: 100%;
            height: auto;
            border: 5px solid #fff;
            display: block; }
            @media (min-width: 992px) {
              #FOOTER ul._image-list li a img {
                width: 80px;
                height: 80px; } }
  #FOOTER hr {
    width: 82%;
    margin: 30px 0px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #FOOTER hr {
        width: 100%; } }
    @media (min-width: 992px) {
      #FOOTER hr {
        width: 82%; } }
  #FOOTER p {
    color: #fff;
    /* text color */
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px; }
    #FOOTER p a {
      color: #fff;
      /* text color */
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      line-height: 18px;
      text-decoration: underline; }
      #FOOTER p a:hover {
        text-decoration: none; }
  #FOOTER ._no-padding-right {
    padding-right: 0; }
  #FOOTER ._padding-bottom {
    padding-bottom: 38px; }
  #FOOTER ._inner {
    margin-top: 1.65rem; }
  #FOOTER ._perex-highlight {
    color: #fff;
    margin-bottom: 1.1rem;
    *zoom: 1; }
    #FOOTER ._perex-highlight:before, #FOOTER ._perex-highlight:after {
      content: " ";
      display: table; }
    #FOOTER ._perex-highlight:after {
      clear: both; }
    #FOOTER ._perex-highlight._contest ._image {
      display: none; }
      @media (min-width: 768px) {
        #FOOTER ._perex-highlight._contest ._image {
          display: block;
          width: 80px; } }
      #FOOTER ._perex-highlight._contest ._image img {
        width: 80px;
        height: 80px; }
    #FOOTER ._perex-highlight._contest ._content._wide {
      width: 100%; }
      @media (min-width: 768px) {
        #FOOTER ._perex-highlight._contest ._content._wide {
          width: 90%; } }
      @media (min-width: 992px) {
        #FOOTER ._perex-highlight._contest ._content._wide {
          width: 100%; } }
    #FOOTER ._perex-highlight ._image {
      float: left;
      margin-right: 15px;
      display: none;
      width: 145px;
      height: 110px; }
      @media (min-width: 768px) {
        #FOOTER ._perex-highlight ._image {
          display: block; } }
      #FOOTER ._perex-highlight ._image img {
        max-width: 100%;
        height: auto;
        width: auto;
        max-height: 100%;
        position: relative;
        display: block;
        margin: auto;
        border: 5px solid #fff;
        display: block; }
    #FOOTER ._perex-highlight ._content {
      float: left;
      color: #fff;
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) {
        #FOOTER ._perex-highlight ._content {
          width: 322px;
          text-align: left; } }
      @media (min-width: 992px) {
        #FOOTER ._perex-highlight ._content {
          width: 192px; } }
      @media (min-width: 1200px) {
        #FOOTER ._perex-highlight ._content {
          width: 276px; } }
      #FOOTER ._perex-highlight ._content._wide {
        width: 100%; }
        @media (min-width: 768px) {
          #FOOTER ._perex-highlight ._content._wide {
            width: 365px; } }
        @media (min-width: 992px) {
          #FOOTER ._perex-highlight ._content._wide {
            width: 276px; } }
      #FOOTER ._perex-highlight ._content ._date {
        color: #fff;
        font-size: 10px;
        margin-top: 3px; }
      #FOOTER ._perex-highlight ._content h4 {
        color: #fff;
        margin: 3px 0 12px 0;
        line-height: 20px; }
        #FOOTER ._perex-highlight ._content h4 a {
          color: #fff;
          font-size: 20px;
          line-height: 1;
          text-transform: none;
          text-decoration: underline; }
          #FOOTER ._perex-highlight ._content h4 a:hover {
            text-decoration: none; }
      #FOOTER ._perex-highlight ._content p {
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        margin: 8px 0; }
  #FOOTER ._dark-blue {
    position: relative;
    width: 100%;
    background: #2d577f; }
    @media (min-width: 768px) {
      #FOOTER ._dark-blue {
        height: 8px; } }
    @media (min-width: 992px) {
      #FOOTER ._dark-blue {
        height: auto; } }
  #FOOTER ._black {
    position: relative;
    width: 100%;
    background: #303234; }
  #FOOTER ._left {
    width: 100%;
    float: left; }
    @media (min-width: 768px) {
      #FOOTER ._left {
        width: auto; } }
  #FOOTER ._right {
    width: 100%;
    float: right; }
    #FOOTER ._right p, #FOOTER ._right a {
      margin-top: 0 !important;
      color: #808183; }
    @media (min-width: 768px) {
      #FOOTER ._right {
        width: auto; }
        #FOOTER ._right p, #FOOTER ._right a {
          margin-top: 28px !important;
          color: #fff; } }
  #FOOTER ._list-wrapper {
    position: relative;
    display: block;
    width: 100%;
    *zoom: 1; }
    #FOOTER ._list-wrapper:before, #FOOTER ._list-wrapper:after {
      content: " ";
      display: table; }
    #FOOTER ._list-wrapper:after {
      clear: both; }
    #FOOTER ._list-wrapper strong {
      position: relative;
      display: inline-block;
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      margin-right: 13px; }
    #FOOTER ._list-wrapper ul {
      position: relative;
      display: block;
      padding: 0;
      margin: 7px 0; }
      #FOOTER ._list-wrapper ul._no-divider {
        display: inline-block; }
        #FOOTER ._list-wrapper ul._no-divider li {
          margin-right: 8px; }
          #FOOTER ._list-wrapper ul._no-divider li:after {
            display: none; }
      #FOOTER ._list-wrapper ul li {
        position: relative;
        display: inline-block;
        list-style: none;
        margin-right: 23px; }
        #FOOTER ._list-wrapper ul li:after {
          position: absolute;
          display: block;
          content: "";
          width: 1px;
          height: 10px;
          background: #fff;
          top: 0;
          bottom: 0;
          float: none;
          margin: auto;
          right: -15px; }
        #FOOTER ._list-wrapper ul li:last-child:after {
          display: none; }
        #FOOTER ._list-wrapper ul li a {
          color: #fff;
          font-size: 12px;
          -webkit-transition: none;
          -moz-transition: none;
          transition: none;
          text-decoration: none; }
          #FOOTER ._list-wrapper ul li a:hover {
            color: #b1bfcc;
            /* text color */
            text-decoration: underline; }
  #FOOTER #FOOTERLINK {
    margin: auto;
    display: block;
    float: none;
    margin-top: 16px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.6); }
    @media (min-width: 768px) {
      #FOOTER #FOOTERLINK {
        width: 100%;
        display: inline-block;
        margin-top: 16px;
        padding-top: 15px;
        float: left; } }
    @media (min-width: 992px) {
      #FOOTER #FOOTERLINK {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        text-align: center; }
        #FOOTER #FOOTERLINK ul {
          text-align: center; } }
    @media (min-width: 1200px) {
      #FOOTER #FOOTERLINK {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        border-top: 0; } }
    @media (min-width: 768px) {
      #FOOTER #FOOTERLINK ul {
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      #FOOTER #FOOTERLINK ul {
        margin-top: 7px;
        margin-bottom: 7px; } }
    #FOOTER #FOOTERLINK ul li {
      display: block;
      line-height: 20px;
      margin-right: 0;
      margin-top: 12px;
      margin-bottom: 12px; }
      #FOOTER #FOOTERLINK ul li:after {
        display: none; }
      @media (min-width: 768px) {
        #FOOTER #FOOTERLINK ul li {
          margin-right: 20px; } }
      @media (min-width: 992px) {
        #FOOTER #FOOTERLINK ul li {
          display: inline-block;
          line-height: 20px;
          margin-top: 4px;
          margin-bottom: 4px; } }
      #FOOTER #FOOTERLINK ul li img {
        height: 32px;
        vertical-align: bottom; }
  #FOOTER #FOOTERLINK-1 {
    width: 80%;
    margin: auto;
    float: none; }
    @media (min-width: 768px) {
      #FOOTER #FOOTERLINK-1 {
        width: auto;
        float: right; } }
    @media (min-width: 992px) {
      #FOOTER #FOOTERLINK-1 {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        text-align: center; }
        #FOOTER #FOOTERLINK-1 ul {
          text-align: center; } }
    @media (min-width: 1200px) {
      #FOOTER #FOOTERLINK-1 {
        width: auto;
        float: right; } }
    #FOOTER #FOOTERLINK-1 strong {
      width: 100%;
      margin-top: 2em;
      margin-right: 0;
      text-align: center; }
      @media (min-width: 768px) {
        #FOOTER #FOOTERLINK-1 strong {
          width: auto;
          text-align: left;
          margin-top: 0;
          margin-right: 13px; } }
      #FOOTER #FOOTERLINK-1 strong a {
        color: #fff;
        font-size: 12px;
        font-weight: 700; }
    @media (min-width: 768px) {
      #FOOTER #FOOTERLINK-1 ul li {
        margin-right: 6px; } }
    @media (min-width: 992px) {
      #FOOTER #FOOTERLINK-1 ul li {
        margin-right: 8px; } }
    #FOOTER #FOOTERLINK-1 ul li a {
      text-decoration: underline; }
      @media (min-width: 768px) {
        #FOOTER #FOOTERLINK-1 ul li a {
          text-decoration: none; } }
  #FOOTER ._footer-end {
    height: 130px; }
    #FOOTER ._footer-end p {
      width: 100%;
      text-align: center;
      font-size: 14px;
      margin-top: 28px; }
      @media (min-width: 768px) {
        #FOOTER ._footer-end p {
          width: auto;
          text-align: left; } }
      #FOOTER ._footer-end p a {
        font-size: 14px; }
  #FOOTER #FOOTERCONTEST {
    text-align: center;
    padding-right: 15px; }
    @media (min-width: 768px) {
      #FOOTER #FOOTERCONTEST {
        text-align: left; } }

/* ========================================================================== */
/*   @page
/* - Contains only styles valid for one page only and can not be reuse anywhere else */
/* - If there are some styles that can be reused look at classes.scss or modules.scss */
/* - [For example] home, contact, article, category, product-detail */
/* ========================================================================== */
.page-registration .page-description {
  text-align: center; }
.page-registration .signup-fb .btn {
  margin-bottom: 5px; }
.page-registration .registration-bottom {
  padding-left: 19.5%; }
.page-registration input[type="text"], .page-registration input[type="password"], .page-registration input[type="email"] {
  margin-bottom: 20px; }
.page-registration .control-group a {
  color: #32618d;
  text-decoration: underline; }
  .page-registration .control-group a:hover {
    text-decoration: none; }
.page-registration a {
  color: #32618d; }

.registration-form {
  margin-top: 40px; }
  @media (min-width: 992px) {
    .registration-form .checkbox label {
      white-space: nowrap; } }

.article-list {
  *zoom: 1; }
  .article-list:before, .article-list:after {
    content: " ";
    display: table; }
  .article-list:after {
    clear: both; }
  .article-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .article-list ul li {
      padding-left: 0;
      background: none;
      float: none; }

.article-list-item {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 20px; }
  .article-list-item:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .article-list-item h3 {
    font-size: 40px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0; }
  .article-list-item .article-title:hover {
    text-decoration: none !important; }
    .article-list-item .article-title:hover h3 {
      text-decoration: underline; }
  .article-list-item .article-image {
    display: inline-block;
    width: 100%;
    float: right;
    margin-top: 22px;
    margin-bottom: 16px;
    margin-left: 16px;
    text-align: center; }
    @media (min-width: 768px) {
      .article-list-item .article-image {
        width: auto;
        text-align: right; } }
  .article-list-item .article-perex-meta {
    list-style: none;
    padding: 0;
    margin: 0; }
    .article-list-item .article-perex-meta li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 3px; }
      .article-list-item .article-perex-meta li, .article-list-item .article-perex-meta li .icon, .article-list-item .article-perex-meta li a, .article-list-item .article-perex-meta li span {
        color: #32618d;
        font-size: 12px;
        -webkit-transition: color 0.5;
        -moz-transition: color 0.5;
        transition: color 0.5; }
      .article-list-item .article-perex-meta li ._label {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0px 10px;
        border-radius: 8px;
        /* border radius */
        color: #fff;
        /* text color */
        font-family: "Open Sans", sans-serif;
        font-size: 10px;
        line-height: 16px;
        font-weight: 600;
        text-shadow: none;
        text-align: center; }
        .article-list-item .article-perex-meta li ._label._color-blue {
          background-color: #31618d;
          /* layer fill content */ }
        .article-list-item .article-perex-meta li ._label._color-red {
          background-color: #f3192f;
          /* layer fill content */ }
        .article-list-item .article-perex-meta li ._label._color-grey {
          background-color: #c0c0c0; }
        .article-list-item .article-perex-meta li ._label._color-green {
          background-color: #328d38; }
        .article-list-item .article-perex-meta li ._label._color-black {
          background-color: #303234; }
        .article-list-item .article-perex-meta li ._label._color-khaky {
          background-color: #989958; }
      .article-list-item .article-perex-meta li a {
        display: inline-block; }
        .article-list-item .article-perex-meta li a:hover {
          text-decoration: underline; }
          .article-list-item .article-perex-meta li a:hover .icon {
            color: #6f6f6f; }
          .article-list-item .article-perex-meta li a:hover span {
            color: #6f6f6f;
            text-decoration: underline; }
      .article-list-item .article-perex-meta li .icon {
        margin-right: 5px;
        font-size: 16px;
        position: relative;
        top: 2px; }
      .article-list-item .article-perex-meta li:last-child {
        margin-right: 0; }
  .article-list-item .article-perex-comment {
    font-size: 14px;
    color: #cbcbcb;
    margin-top: 3px;
    display: inline-block; }
    .article-list-item .article-perex-comment:hover {
      color: #b2b2b2; }
      .article-list-item .article-perex-comment:hover span {
        text-decoration: underline; }
    .article-list-item .article-perex-comment .icon {
      position: relative;
      top: 3px;
      font-size: 16px; }
    .article-list-item .article-perex-comment .icon-comment:before {
      content: "\e650"; }
  .article-list-item .article-perex-content {
    margin-top: 10px; }
    .article-list-item .article-perex-content .article-perex-text p a {
      color: #32618d; }
      .article-list-item .article-perex-content .article-perex-text p a:hover {
        text-decoration: underline; }
    .article-list-item .article-perex-content .article-perex-image {
      text-align: right;
      max-width: 100%;
      margin-top: 32px; }
  .article-list-item .article-perex-bottom {
    width: 100%;
    display: block;
    float: left;
    *zoom: 1; }
    .article-list-item .article-perex-bottom:before, .article-list-item .article-perex-bottom:after {
      content: " ";
      display: table; }
    .article-list-item .article-perex-bottom:after {
      clear: both; }
    .article-list-item .article-perex-bottom .icon:before {
      height: 10px !important;
      background-position: 0 -38px !important; }
  .article-list-item .btn .icon {
    top: -2px; }

.page-article-detail article, .page-article-print article {
  font-size: 16px;
  line-height: 24px;
  color: #303234; }
  .page-article-detail article .article-perex p, .page-article-print article .article-perex p {
    margin-top: 0; }
    .page-article-detail article .article-perex p:last-child, .page-article-print article .article-perex p:last-child {
      margin-bottom: 0; }
  .page-article-detail article p, .page-article-detail article h2, .page-article-print article p, .page-article-print article h2 {
    color: inherit;
    line-height: 24px; }
  .page-article-detail article a, .page-article-print article a {
    color: #32618d;
    text-decoration: underline; }
    .page-article-detail article a:hover, .page-article-print article a:hover {
      text-decoration: none; }
  .page-article-detail article h2, .page-article-detail article h3, .page-article-detail article h4, .page-article-detail article h5, .page-article-detail article h6, .page-article-print article h2, .page-article-print article h3, .page-article-print article h4, .page-article-print article h5, .page-article-print article h6 {
    margin: 0.67em 0;
    font-family: "League Gothic", sans-serif;
    color: #303234;
    font-weight: normal; }
  .page-article-detail article h2, .page-article-print article h2 {
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase; }
  .page-article-detail article h3, .page-article-print article h3 {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase; }
  .page-article-detail article h4, .page-article-print article h4 {
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase; }
  .page-article-detail article h5, .page-article-print article h5 {
    font-size: 22px;
    line-height: 24px;
    text-transform: none; }
  .page-article-detail article ul, .page-article-print article ul {
    list-style: none;
    padding-left: 18px; }
    .page-article-detail article ul li, .page-article-print article ul li {
      position: relative; }
      .page-article-detail article ul li:before, .page-article-print article ul li:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #32618d;
        position: absolute;
        top: 9px;
        left: -15px; }
  .page-article-detail article table, .page-article-print article table {
    width: 100%;
    text-align: left;
    margin: 1em 0; }
    .page-article-detail article table tr th, .page-article-detail article table tr td, .page-article-print article table tr th, .page-article-print article table tr td {
      padding: 6px 15px; }
    .page-article-detail article table tr th, .page-article-print article table tr th {
      background-color: #32618d;
      color: #fff;
      font-size: 14px;
      line-height: 22px;
      font-weight: bold;
      border: 1px solid #32618d; }
    .page-article-detail article table tr td, .page-article-print article table tr td {
      font-size: 14px;
      color: #6f6f6f;
      border: 1px solid #32618d; }
    .page-article-detail article table thead tr td, .page-article-detail article table thead tr th, .page-article-print article table thead tr td, .page-article-print article table thead tr th {
      background-color: #32618d;
      color: #fff;
      font-size: 14px;
      line-height: 22px;
      font-weight: bold;
      border: 1px solid #32618d; }
    .page-article-detail article table tbody tr, .page-article-print article table tbody tr {
      /*        &:first-child {
                td {
                  border-top: none;
                }
              }*/ }
      .page-article-detail article table tbody tr td, .page-article-print article table tbody tr td {
        border: 1px solid #9f9f9f; }
    .page-article-detail article table.image-block a, .page-article-detail article table.image-block img, .page-article-print article table.image-block a, .page-article-print article table.image-block img {
      display: inline-block; }
    .page-article-detail article table.image-block thead tr th, .page-article-detail article table.image-block thead tr td, .page-article-detail article table.image-block tbody tr th, .page-article-detail article table.image-block tbody tr td, .page-article-print article table.image-block thead tr th, .page-article-print article table.image-block thead tr td, .page-article-print article table.image-block tbody tr th, .page-article-print article table.image-block tbody tr td {
      border: none;
      text-align: center;
      padding: 0; }
    .page-article-detail article table.image-block tr th, .page-article-detail article table.image-block tr td, .page-article-print article table.image-block tr th, .page-article-print article table.image-block tr td {
      border: none;
      text-align: center;
      padding: 0; }
  .page-article-detail article img, .page-article-print article img {
    display: block;
    max-width: 100%; }
  .page-article-detail article .article-perex, .page-article-print article .article-perex {
    text-align: center; }
    .page-article-detail article .article-perex img, .page-article-print article .article-perex img {
      display: inline-block;
      margin-bottom: 20px; }
    .page-article-detail article .article-perex p, .page-article-print article .article-perex p {
      text-align: left; }
  .page-article-detail article .article-block, .page-article-detail article .article-pull-left, .page-article-detail article .article-pull-right, .page-article-print article .article-block, .page-article-print article .article-pull-left, .page-article-print article .article-pull-right {
    display: block;
    text-align: center;
    margin: auto; }
    .page-article-detail article .article-block img, .page-article-detail article .article-pull-left img, .page-article-detail article .article-pull-right img, .page-article-print article .article-block img, .page-article-print article .article-pull-left img, .page-article-print article .article-pull-right img {
      display: inline-block; }
  @media (min-width: 992px) {
    .page-article-detail article .article-pull-left, .page-article-print article .article-pull-left {
      float: left;
      margin-right: 20px; } }
  @media (min-width: 992px) {
    .page-article-detail article .article-pull-right, .page-article-print article .article-pull-right {
      float: right;
      margin-left: 20px; } }
.page-article-detail .article-socials, .page-article-print .article-socials {
  background-color: #f7f7f7;
  padding-top: 35px;
  padding-bottom: 35px; }
  .page-article-detail .article-socials h3, .page-article-print .article-socials h3 {
    margin-top: 0;
    text-align: center;
    position: relative; }
  .page-article-detail .article-socials .social-plugin-list, .page-article-print .article-socials .social-plugin-list {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
    text-align: center; }
    .page-article-detail .article-socials .social-plugin-list .social-plugin, .page-article-print .article-socials .social-plugin-list .social-plugin {
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px; }
      .page-article-detail .article-socials .social-plugin-list .social-plugin .fb-like span, .page-article-print .article-socials .social-plugin-list .social-plugin .fb-like span {
        width: 491px !important;
        height: 90px !important;
        right: -90px;
        overflow: hidden; }
        .page-article-detail .article-socials .social-plugin-list .social-plugin .fb-like span iframe, .page-article-print .article-socials .social-plugin-list .social-plugin .fb-like span iframe {
          top: 2px; }
          @media (min-width: 992px) {
            .page-article-detail .article-socials .social-plugin-list .social-plugin .fb-like span iframe, .page-article-print .article-socials .social-plugin-list .social-plugin .fb-like span iframe {
              top: 0; } }
        @media (min-width: 768px) {
          .page-article-detail .article-socials .social-plugin-list .social-plugin .fb-like span, .page-article-print .article-socials .social-plugin-list .social-plugin .fb-like span {
            right: -200px; } }
        @media (min-width: 992px) {
          .page-article-detail .article-socials .social-plugin-list .social-plugin .fb-like span, .page-article-print .article-socials .social-plugin-list .social-plugin .fb-like span {
            right: -160px; } }
        @media (min-width: 1199px) {
          .page-article-detail .article-socials .social-plugin-list .social-plugin .fb-like span, .page-article-print .article-socials .social-plugin-list .social-plugin .fb-like span {
            width: 451px !important;
            right: -230px;
            overflow: visible; } }
  @media (min-width: 992px) {
    .page-article-detail .article-socials h3, .page-article-print .article-socials h3 {
      margin-top: 1rem;
      text-align: left; }
    .page-article-detail .article-socials .social-plugin-list, .page-article-print .article-socials .social-plugin-list {
      text-align: right; }
      .page-article-detail .article-socials .social-plugin-list .social-plugin, .page-article-print .article-socials .social-plugin-list .social-plugin {
        margin-right: 0;
        margin-left: 20px; } }
.page-article-detail .article-series, .page-article-print .article-series {
  *zoom: 1;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center; }
  .page-article-detail .article-series:before, .page-article-detail .article-series:after, .page-article-print .article-series:before, .page-article-print .article-series:after {
    content: " ";
    display: table; }
  .page-article-detail .article-series:after, .page-article-print .article-series:after {
    clear: both; }
  .page-article-detail .article-series h3, .page-article-print .article-series h3 {
    text-align: center;
    margin: 0.67em 0;
    margin-top: 0; }
  .page-article-detail .article-series a, .page-article-print .article-series a {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px; }
  @media (min-width: 992px) {
    .page-article-detail .article-series a .icon, .page-article-print .article-series a .icon {
      color: #7291ad;
      position: relative;
      top: -1px;
      font-size: 22px;
      -webkit-transition: color 0.5s;
      -moz-transition: color 0.5s;
      transition: color 0.5s; }
    .page-article-detail .article-series a:hover .icon, .page-article-print .article-series a:hover .icon {
      color: #fff; }
    .page-article-detail .article-series .col-left, .page-article-print .article-series .col-left {
      text-align: left; }
      .page-article-detail .article-series .col-left a, .page-article-print .article-series .col-left a {
        position: relative;
        padding-left: 40px; }
        .page-article-detail .article-series .col-left a .icon, .page-article-print .article-series .col-left a .icon {
          position: absolute;
          left: 0; }
    .page-article-detail .article-series .col-right, .page-article-print .article-series .col-right {
      text-align: right; }
      .page-article-detail .article-series .col-right a, .page-article-print .article-series .col-right a {
        position: relative;
        padding-right: 40px; }
        .page-article-detail .article-series .col-right a .icon, .page-article-print .article-series .col-right a .icon {
          position: absolute;
          right: 0; } }
.page-article-detail .article-author, .page-article-print .article-author {
  margin-top: 40px;
  margin-bottom: 60px; }
  .page-article-detail .article-author h5, .page-article-print .article-author h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0; }
  .page-article-detail .article-author .article-author-avatar, .page-article-print .article-author .article-author-avatar {
    float: left;
    margin-right: 12px; }
  .page-article-detail .article-author p, .page-article-print .article-author p {
    margin-top: 20px;
    margin-bottom: 20px; }
.page-article-detail .article-author-next, .page-article-print .article-author-next {
  margin: 60px 0; }
  .page-article-detail .article-author-next ul, .page-article-print .article-author-next ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
    .page-article-detail .article-author-next ul li, .page-article-print .article-author-next ul li {
      margin-bottom: 10px;
      *zoom: 1; }
      .page-article-detail .article-author-next ul li:before, .page-article-detail .article-author-next ul li:after, .page-article-print .article-author-next ul li:before, .page-article-print .article-author-next ul li:after {
        content: " ";
        display: table; }
      .page-article-detail .article-author-next ul li:after, .page-article-print .article-author-next ul li:after {
        clear: both; }
  .page-article-detail .article-author-next .article-author-next-image, .page-article-print .article-author-next .article-author-next-image {
    float: left;
    margin-right: 10px;
    margin-top: 19px; }
  .page-article-detail .article-author-next .article-author-next-date, .page-article-print .article-author-next .article-author-next-date {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 3px;
    color: #6f6f6f; }
  .page-article-detail .article-author-next .article-author-next-name, .page-article-print .article-author-next .article-author-next-name {
    color: #303234;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline; }
    .page-article-detail .article-author-next .article-author-next-name:hover, .page-article-print .article-author-next .article-author-next-name:hover {
      color: #32618d; }
  .page-article-detail .article-author-next .article-author-all-articles, .page-article-print .article-author-next .article-author-all-articles {
    color: #32618d;
    text-decoration: underline; }
    .page-article-detail .article-author-next .article-author-all-articles:hover, .page-article-print .article-author-next .article-author-all-articles:hover {
      color: #303234; }
.page-article-detail .article-popular, .page-article-print .article-popular {
  margin: 60px 0; }
  .page-article-detail .article-popular ul, .page-article-print .article-popular ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
    .page-article-detail .article-popular ul li, .page-article-print .article-popular ul li {
      margin-bottom: 12px;
      *zoom: 1; }
      .page-article-detail .article-popular ul li:before, .page-article-detail .article-popular ul li:after, .page-article-print .article-popular ul li:before, .page-article-print .article-popular ul li:after {
        content: " ";
        display: table; }
      .page-article-detail .article-popular ul li:after, .page-article-print .article-popular ul li:after {
        clear: both; }
  .page-article-detail .article-popular .article-popular-image, .page-article-print .article-popular .article-popular-image {
    float: left; }
  .page-article-detail .article-popular .article-popular-content, .page-article-print .article-popular .article-popular-content {
    margin-left: 61px; }
  .page-article-detail .article-popular .article-popular-date, .page-article-print .article-popular .article-popular-date {
    font-size: 10px;
    margin-bottom: 3px;
    line-height: 10px;
    color: #6f6f6f; }
  .page-article-detail .article-popular .article-popular-name, .page-article-print .article-popular .article-popular-name {
    color: #303234;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline; }
    .page-article-detail .article-popular .article-popular-name:hover, .page-article-print .article-popular .article-popular-name:hover {
      color: #32618d; }
.page-article-detail .article-series-panel, .page-article-print .article-series-panel {
  margin: 60px 0; }
  .page-article-detail .article-series-panel ul, .page-article-print .article-series-panel ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
    .page-article-detail .article-series-panel ul li, .page-article-print .article-series-panel ul li {
      margin-bottom: 10px;
      *zoom: 1;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .page-article-detail .article-series-panel ul li:before, .page-article-detail .article-series-panel ul li:after, .page-article-print .article-series-panel ul li:before, .page-article-print .article-series-panel ul li:after {
        content: " ";
        display: table; }
      .page-article-detail .article-series-panel ul li:after, .page-article-print .article-series-panel ul li:after {
        clear: both; }
      .page-article-detail .article-series-panel ul li.inactive, .page-article-print .article-series-panel ul li.inactive {
        opacity: 0.6; }
        .page-article-detail .article-series-panel ul li.inactive:hover, .page-article-print .article-series-panel ul li.inactive:hover {
          opacity: 1; }
  .page-article-detail .article-series-panel .article-series-panel-date, .page-article-print .article-series-panel .article-series-panel-date {
    font-size: 10px;
    margin-bottom: 3px;
    line-height: 10px;
    color: #6f6f6f; }
  .page-article-detail .article-series-panel .article-series-panel-name, .page-article-print .article-series-panel .article-series-panel-name {
    color: #303234;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline; }
    .page-article-detail .article-series-panel .article-series-panel-name:hover, .page-article-print .article-series-panel .article-series-panel-name:hover {
      color: #32618d; }
  .page-article-detail .article-series-panel .article-series-panel-next, .page-article-print .article-series-panel .article-series-panel-next {
    color: #32618d;
    text-decoration: underline; }
    .page-article-detail .article-series-panel .article-series-panel-next:hover, .page-article-print .article-series-panel .article-series-panel-next:hover {
      color: #303234; }
.page-article-detail .PageDescription, .page-article-print .PageDescription {
  margin-left: -35px;
  margin-right: -35px; }

.page-profile textarea {
  resize: vertical;
  line-height: 1.5em; }
.page-profile .avatar .form-control-wide {
  background-color: transparent;
  box-shadow: none;
  *zoom: 1;
  padding: 0; }
  .page-profile .avatar .form-control-wide:before, .page-profile .avatar .form-control-wide:after {
    content: " ";
    display: table; }
  .page-profile .avatar .form-control-wide:after {
    clear: both; }
  .page-profile .avatar .form-control-wide button {
    margin-left: 15px; }
    @media (min-width: 992px) {
      .page-profile .avatar .form-control-wide button {
        margin-left: 0; } }
  .page-profile .avatar .form-control-wide .avatar-image {
    margin-top: 10px;
    text-align: center; }
    @media (min-width: 992px) {
      .page-profile .avatar .form-control-wide .avatar-image {
        margin-top: 0;
        text-align: right; } }

@media (min-width: 992px) {
  .Profile-AvatarImage {
    margin-top: 65px; } }
.Profile-AvatarImage p.text-starnote {
  margin-top: 10px;
  font-size: 13px; }
.Profile-AvatarImage .btn-negative-top {
  position: relative;
  top: 0px; }
  @media (min-width: 992px) {
    .Profile-AvatarImage .btn-negative-top {
      top: -10px; } }
.Profile-AvatarImage ._cover {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px; }
  .Profile-AvatarImage ._cover:hover .btn {
    display: inline-block; }
  .Profile-AvatarImage ._cover img {
    display: block;
    width: 100%; }
  .Profile-AvatarImage ._cover .btn {
    display: none;
    position: absolute;
    bottom: 12px;
    right: 0px;
    color: #fff; }
  .Profile-AvatarImage ._cover ._edit-image {
    /* display: none; */
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    text-align: center; }
    .Profile-AvatarImage ._cover ._edit-image .vCenter-cell {
      text-decoration: none !important; }
      .Profile-AvatarImage ._cover ._edit-image .vCenter-cell span {
        text-decoration: underline; }
.Profile-AvatarImage hr {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: #f0f0f0; }
  @media (min-width: 992px) {
    .Profile-AvatarImage hr {
      width: 294%;
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .Profile-AvatarImage hr {
      width: 284%;
      margin-bottom: 50px; } }

.Profile-ProfileImage p.text-starnote {
  margin-top: 10px;
  font-size: 13px; }
.Profile-ProfileImage ._cover {
  position: relative;
  display: inline-block;
  width: 100%; }
  .Profile-ProfileImage ._cover:hover .btn {
    display: inline-block; }
  .Profile-ProfileImage ._cover img {
    display: block;
    width: 100%;
    height: auto; }
  .Profile-ProfileImage ._cover .btn {
    display: none;
    position: absolute;
    bottom: 12px;
    right: 0px;
    color: #fff; }

.page-profile-public .btn-hover-change .hover-content {
  display: none; }
.page-profile-public .btn-hover-change:hover .default-content {
  display: none; }
.page-profile-public .btn-hover-change:hover .hover-content {
  display: block; }
.page-profile-public .btn-hover-change .default-content.hover-content {
  display: block; }
.page-profile-public .btn {
  width: 180px;
  text-align: center; }

.page-slug input[type="text"] {
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .page-slug input[type="text"] {
      margin-bottom: 0; } }
@media (min-width: 992px) {
  .page-slug input[type="submit"] {
    font-size: 10px; } }
@media (min-width: 1200px) {
  .page-slug input[type="submit"] {
    font-size: 12px; } }

.page-error {
  text-align: center;
  margin-bottom: 50px; }
  .page-error .icon {
    font-size: 72px;
    color: #c0c0c0;
    margin: 40px 0;
    display: block; }
  .page-error h1 {
    margin-bottom: 0; }
  .page-error p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    color: #6f6f6f;
    margin-top: 0;
    margin-bottom: 40px; }

.forgotten-password .btn {
  margin-top: 10px; }
  @media (min-width: 992px) {
    .forgotten-password .btn {
      margin-top: 0; } }

.page-privacy-policy-and-terms .page-content article h4 {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-decoration: underline; }
.page-privacy-policy-and-terms .page-content article p {
  margin-bottom: 32px !important; }

img {
  max-width: 100%; }

.Placeholder-wrapper {
  margin: 15px 0px;
  margin-bottom: 35px; }
  .Placeholder-wrapper._tall {
    max-height: 197px;
    overflow: hidden; }
  .Placeholder-wrapper > div {
    position: relative;
    display: block;
    text-align: center;
    *zoom: 1; }
    .Placeholder-wrapper > div:before, .Placeholder-wrapper > div:after {
      content: " ";
      display: table; }
    .Placeholder-wrapper > div:after {
      clear: both; }
  .Placeholder-wrapper > div + div {
    margin-top: 30px; }

._footer-banner .Placeholder-wrapper {
  max-width: 250px;
  max-height: 100px;
  margin: auto;
  margin-left: 0;
  text-align: center; }

._sidebar-banner-tall {
  float: left; }
  ._sidebar-banner-tall .Placeholder-wrapper {
    max-width: 250px;
    max-height: 482px;
    margin: auto;
    text-align: center; }

._banner-728 .Placeholder-wrapper {
  max-width: 728px;
  max-height: 90px;
  margin: auto;
  margin-bottom: 35px;
  overflow: hidden;
  text-align: center; }

._banner._left {
  padding-left: 0px;
  padding-right: 15px;
  float: left;
  *zoom: 1; }
  ._banner._left:before, ._banner._left:after {
    content: " ";
    display: table; }
  ._banner._left:after {
    clear: both; }
  ._banner._left img {
    margin-left: 0; }
  ._banner._left .Placeholder-wrapper {
    margin-left: 0;
    *zoom: 1; }
    ._banner._left .Placeholder-wrapper:before, ._banner._left .Placeholder-wrapper:after {
      content: " ";
      display: table; }
    ._banner._left .Placeholder-wrapper:after {
      clear: both; }
    ._banner._left .Placeholder-wrapper > div {
      text-align: left; }

.btn-md {
  font-size: 16px;
  font-weight: normal; }

.btn-sidebar {
  position: relative;
  display: inline-block;
  width: auto;
  float: none;
  font-size: 12px;
  line-height: 21px;
  margin: auto;
  margin-bottom: 15px;
  padding: 7px 12px;
  padding-right: 30px;
  padding-left: 47px; }
  @media screen and (min-width: 992px) {
    .btn-sidebar {
      min-width: 76%; } }
  .btn-sidebar i {
    position: absolute;
    display: block;
    font-size: 21px;
    height: 21px;
    top: 0;
    left: 12px;
    bottom: 0;
    margin: auto;
    vertical-align: middle; }

.btn-max-width {
  width: 100%;
  text-align: center; }

.btn-gray-transparent {
  color: #fff;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: none; }
  .btn-gray-transparent:hover {
    color: #fff;
    text-decoration: underline; }

.btn-green {
  color: #fff;
  background-color: #328d38; }
  .btn-green:hover {
    color: #fff; }

.btn-red {
  color: #fff;
  background-color: #de4849; }
  .btn-red:hover {
    color: #fff; }

.BtnBox-IconButton {
  position: relative;
  display: block;
  text-align: center;
  padding: 10px 0;
  padding-top: 27px; }
  .BtnBox-IconButton._sm-padding {
    padding-top: 5px;
    padding-bottom: 25px; }
    @media screen and (min-width: 992px) {
      .BtnBox-IconButton._sm-padding {
        padding-top: 27px;
        padding-bottom: 10px; } }
  @media screen and (min-width: 992px) {
    .BtnBox-IconButton {
      padding: 31px 0; } }
  .BtnBox-IconButton._multiple {
    padding: 0; }
    .BtnBox-IconButton._multiple ._btn-iconOnly {
      margin-bottom: 10px;
      padding: 8px 20px;
      padding-left: 49px; }
      @media screen and (min-width: 768px) {
        .BtnBox-IconButton._multiple ._btn-iconOnly {
          font-size: 12px;
          padding: 8px 18px;
          padding-left: 40px; } }
      @media screen and (min-width: 992px) {
        .BtnBox-IconButton._multiple ._btn-iconOnly {
          font-size: 13px;
          padding: 8px 20px;
          padding-left: 49px; } }
  .BtnBox-IconButton._single {
    padding-bottom: 20px; }
  .BtnBox-IconButton ._btn-icon {
    position: relative;
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 17px 20px;
    padding-left: 73px; }
    .BtnBox-IconButton ._btn-icon ._icon-background {
      position: absolute;
      width: 53px;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.1); }
      .BtnBox-IconButton ._btn-icon ._icon-background i {
        position: absolute;
        width: 100%;
        top: 13px;
        font-size: 27px;
        text-align: center;
        z-index: 999; }
  .BtnBox-IconButton ._btn-iconOnly {
    position: relative;
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding: 8px 20px;
    padding-left: 49px; }
    .BtnBox-IconButton ._btn-iconOnly i {
      position: absolute;
      width: 50px;
      top: 8px;
      left: 0;
      font-size: 18px;
      text-align: center;
      z-index: 999; }

.ajax-load {
  color: #32618d !important;
  text-decoration: none !important; }
  .ajax-load:hover {
    color: #18426a !important;
    text-decoration: underline !important; }

.icon-font-fa {
  font-family: 'fotoaparat'; }
  .icon-font-fa.icon-lockClose:before {
    content: "\e649"; }
  .icon-font-fa.icon-phone {
    top: -1px; }
    .icon-font-fa.icon-phone:before {
      content: "\e65f"; }

.vCenter-table {
  display: table;
  width: 100%;
  height: 100%; }
  .vCenter-table .vCenter-cell {
    display: table-cell;
    vertical-align: middle; }

.TileList {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: -7px;
  margin-right: -7px; }
  .TileList:before, .TileList:after {
    content: " ";
    display: table; }
  .TileList:after {
    clear: both; }
  .TileList ._item-xs,
  .TileList ._item-sm,
  .TileList ._item-md,
  .TileList ._item-lg {
    float: left;
    padding: 7px; }
    .TileList ._item-xs img,
    .TileList ._item-sm img,
    .TileList ._item-md img,
    .TileList ._item-lg img {
      display: block;
      width: 100%;
      max-width: 100%; }
  .TileList ._item-lg {
    width: 100%; }
  .TileList ._item-md {
    width: 50%; }
  .TileList ._item-sm {
    width: 25%; }
  .TileList ._item-xs {
    width: 12.5%; }
  .TileList ._item-sm._block-with-hover:hover ._hide-point, .TileList ._item-md._block-with-hover:hover ._hide-point {
    display: inline-block !important; }
  .TileList ._item-sm._block-with-hover ._point._series, .TileList ._item-md._block-with-hover ._point._series {
    opacity: 1 !important; }
    .TileList ._item-sm._block-with-hover ._point._series ._icon-series._m-right, .TileList ._item-md._block-with-hover ._point._series ._icon-series._m-right {
      margin-right: 0;
      margin-left: 0px; }
    .TileList ._item-sm._block-with-hover ._point._series ._hide-point, .TileList ._item-md._block-with-hover ._point._series ._hide-point {
      display: inline-block;
      margin-right: 7px; }
      @media screen and (min-width: 992px) {
        .TileList ._item-sm._block-with-hover ._point._series ._hide-point, .TileList ._item-md._block-with-hover ._point._series ._hide-point {
          display: none; } }
  .TileList ._item-load {
    position: relative;
    text-align: center;
    background-color: transparent !important; }
    .TileList ._item-load:after {
      content: '';
      padding-top: 100%;
      width: 100%;
      display: block;
      background-color: #fff; }
    .TileList ._item-load a {
      height: 100%;
      width: 100%;
      line-height: 22px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background-color: transparent !important;
      display: block;
      color: #303234; }
      .TileList ._item-load a:hover .vCenter-cell {
        text-decoration: underline;
        color: #000; }
    .TileList ._item-load .vCenter-cell {
      padding: 10%;
      line-height: 22px; }
    .TileList ._item-load span._mobile-more {
      display: block; }
      @media screen and (min-width: 768px) {
        .TileList ._item-load span._mobile-more {
          display: inline-block; } }
  @media screen and (max-width: 480px) {
    .TileList {
      /*    li {
            &:nth-last-child(2) {
              display: none;
            }
          }*/ }
      .TileList ._item-sm {
        width: 50%; } }

.LinkList {
  list-style: none;
  padding-left: 0; }
  .LinkList ._item {
    margin: 8px 0; }
    .LinkList ._item a {
      color: #303234 !important;
      font-family: "League Gothic", sans-serif !important;
      font-size: 22px !important;
      line-height: 24px;
      text-decoration: underline !important; }
      .LinkList ._item a:hover {
        text-decoration: none !important;
        color: #18426a; }
  .LinkList ._item-load {
    margin-top: 25px; }
    .LinkList ._item-load a {
      color: #32618d !important;
      font-size: 16px !important;
      font-family: "Open Sans", sans-serif !important; }

.LinkList2 {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis; }
  .LinkList2 ._item {
    margin-bottom: 15px; }
    .LinkList2 ._item:last-child {
      margin-bottom: 0; }
  .LinkList2 ._item-load {
    text-align: center; }
    @media screen and (min-width: 992px) {
      .LinkList2 ._item-load {
        text-align: left; } }
    .LinkList2 ._item-load i {
      color: #32618d;
      margin-left: 5px; }
    .LinkList2 ._item-load a {
      color: #32618d;
      text-decoration: underline; }
      .LinkList2 ._item-load a:hover {
        color: #32618d;
        text-decoration: none; }
  .LinkList2 ._cols {
    display: table; }
  .LinkList2 ._image,
  .LinkList2 ._content {
    display: table-cell; }
    .LinkList2 ._image._va-top,
    .LinkList2 ._content._va-top {
      vertical-align: top; }
  .LinkList2 ._content._content-left-m {
    padding-left: 12px; }
  .LinkList2 ._small {
    position: relative;
    top: -2px;
    font-size: 12px;
    line-height: 16px; }
  .LinkList2 ._large {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .LinkList2 ._image {
    width: 25px;
    padding-right: 5px; }
    .LinkList2 ._image._image-large {
      position: relative;
      width: 59px;
      height: 59px;
      padding-right: 0;
      overflow: hidden;
      background: #fff; }
      .LinkList2 ._image._image-large img {
        position: absolute;
        display: block;
        vertical-align: middle;
        width: auto;
        height: auto;
        max-width: 49px;
        max-height: 49px;
        padding: 2.5px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #fff; }
    .LinkList2 ._image img {
      position: relative;
      top: 4px; }
  .LinkList2 i {
    color: #6f6f6f; }
  .LinkList2 .badge {
    display: inline-block;
    color: white;
    line-height: 17px;
    margin-top: -4px;
    margin-left: 5px;
    padding: 0px;
    vertical-align: middle;
    background-color: #F31930; }
  .LinkList2 table {
    width: 100%; }
    .LinkList2 table tr th, .LinkList2 table tr td {
      vertical-align: top; }
    .LinkList2 table td:first-child {
      width: 100%; }
  .LinkList2 a {
    color: #303234;
    text-decoration: underline;
    line-height: 22px; }
    .LinkList2 a:hover {
      text-decoration: none; }
  .LinkList2 ._watch {
    text-decoration: none; }
    @media screen and (min-width: 992px) {
      .LinkList2 ._watch {
        display: none; } }
  @media screen and (min-width: 992px) {
    .LinkList2 li:hover ._watch {
      display: inline-block; } }

.PageDescription {
  position: relative;
  background-color: #32618d;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .PageDescription {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 992px) {
    .PageDescription {
      font-size: 16px; } }
  .PageDescription h1 {
    color: #fff;
    line-height: 1;
    font-size: 40px;
    margin-top: 5px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .PageDescription h1 {
        font-size: 55px; } }
    @media (min-width: 992px) {
      .PageDescription h1 {
        font-size: 70px; } }
  .PageDescription h3 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: none; }
    @media (min-width: 768px) {
      .PageDescription h3 {
        font-size: 18px; } }
  .PageDescription p {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
    line-height: 24px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .PageDescription p {
        font-size: 16px;
        line-height: 26px; } }
  @media (min-width: 768px) {
    .PageDescription {
      text-align: left;
      padding-left: 35px;
      padding-right: 20px;
      padding-top: 25px;
      padding-bottom: 15px; }
      .PageDescription.is-flagged:after {
        display: block; } }
  .PageDescription ._ribbon {
    position: absolute;
    top: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 280px;
    right: -205px;
    z-index: 1030; }
    @media screen and (min-width: 992px) {
      .PageDescription ._ribbon:hover {
        right: 0px; } }
    .PageDescription ._ribbon ._ribbon-icon {
      font-size: 17px !important;
      top: 8px !important; }
    .PageDescription ._ribbon.isSmall {
      width: 180px;
      right: -105px; }
      @media screen and (min-width: 992px) {
        .PageDescription ._ribbon.isSmall:hover {
          right: 0px; } }
    .PageDescription ._ribbon ._ribbon-inactive, .PageDescription ._ribbon ._ribbon-active {
      height: 33px;
      display: block;
      padding-left: 75px;
      line-height: 33px;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      padding-right: 15px;
      color: transparent;
      position: relative; }
      .PageDescription ._ribbon ._ribbon-inactive ._ribbon-text, .PageDescription ._ribbon ._ribbon-active ._ribbon-text {
        display: inline-block; }
      .PageDescription ._ribbon ._ribbon-inactive ._ribbon-icon, .PageDescription ._ribbon ._ribbon-active ._ribbon-icon {
        position: absolute;
        left: 37px;
        font-size: 18px;
        top: 6px; }
    .PageDescription ._ribbon ._ribbon-active {
      background-image: url(../img/flag-active.png);
      color: #fff; }
    .PageDescription ._ribbon ._ribbon-inactive {
      background-image: url(../img/flag-inactive.png);
      color: #32618d; }
  .PageDescription ._metaTags, .PageDescription ._metaInfo {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 20px; }
    .PageDescription ._metaTags li, .PageDescription ._metaInfo li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 5px;
      font-size: 14px; }
      .PageDescription ._metaTags li a, .PageDescription ._metaInfo li a {
        display: inline-block; }
      .PageDescription ._metaTags li._right, .PageDescription ._metaInfo li._right {
        float: right;
        margin-right: 0; }
      .PageDescription ._metaTags li i, .PageDescription ._metaInfo li i {
        font-size: 18px;
        position: relative;
        top: 2px;
        margin-right: 8px; }
      .PageDescription ._metaTags li .icon-trash,
      .PageDescription ._metaTags li .icon-sms, .PageDescription ._metaInfo li .icon-trash,
      .PageDescription ._metaInfo li .icon-sms {
        font-size: 20px; }
      .PageDescription ._metaTags li .icon-trash, .PageDescription ._metaInfo li .icon-trash {
        margin-right: 0;
        top: 3px; }
      .PageDescription ._metaTags li .icon-sms, .PageDescription ._metaInfo li .icon-sms {
        top: 4px; }
      .PageDescription ._metaTags li .icon-report, .PageDescription ._metaInfo li .icon-report {
        position: relative;
        top: 1px;
        font-size: 18px;
        line-height: 21px;
        font-weight: 900;
        margin-right: 5px;
        text-decoration: none; }
  .PageDescription ._metaInfo a {
    color: inherit; }
    .PageDescription ._metaInfo a.btn-white {
      color: #32618d; }
      .PageDescription ._metaInfo a.btn-white:hover {
        color: #32618d;
        opacity: 0.9; }
    .PageDescription ._metaInfo a:hover {
      color: #fff;
      text-decoration: underline; }
  .PageDescription ._lock.isAdmin.isLocked i {
    color: #de4849; }
    .PageDescription ._lock.isAdmin.isLocked i.icon-lock:before {
      content: "\e649";
      background: none; }
  .PageDescription ._lock.isAdmin.isLocked:hover i {
    color: #fff; }
  .PageDescription ._lock.isAdmin.isUnlocked i {
    color: #fff; }
    .PageDescription ._lock.isAdmin.isUnlocked i.icon-lockOpen:before {
      position: relative;
      content: "\e64a";
      background: none;
      top: -2px; }
  .PageDescription ._lock.isAdmin.isUnlocked:hover i {
    color: #de4849; }
  .PageDescription ._lock.isUser.isLocked i {
    color: #fff; }
  .PageDescription ._lock.isUser.isLocked:hover i {
    color: #fff; }
  .PageDescription ._lock.isUser.isUnlocked i {
    color: #fff; }
    .PageDescription ._lock.isUser.isUnlocked i.icon-lock:before {
      content: "\e649";
      background: none; }
  .PageDescription ._lock.isUser.isUnlocked:hover i {
    color: #fff; }
  .PageDescription.isCentered {
    text-align: center !important; }

.PaginationSimple ._list {
  list-style: none;
  padding-left: 0;
  margin: 0; }
.PaginationSimple ._item {
  display: inline-block;
  font-size: 14px; }
.PaginationSimple a, .PaginationSimple span {
  font-size: inherit;
  color: #32618d; }
.PaginationSimple a {
  text-decoration: underline; }
  .PaginationSimple a:hover {
    text-decoration: none; }

.FollowList {
  margin-top: 34px;
  margin-bottom: 34px; }
  .FollowList._no-top-margin {
    margin-top: 0; }
  .FollowList._padding-bottom {
    padding-bottom: 50px; }
  .FollowList p {
    color: #2f3233;
    /* text color */
    font-size: 16px;
    line-height: 24px; }
  .FollowList .no-padding {
    padding: 15px !important; }
    @media screen and (min-width: 768px) {
      .FollowList .no-padding {
        padding: 0 !important; } }
  .FollowList ._mobile-btn {
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .FollowList ._mobile-btn {
        width: auto;
        text-align: left; } }
  @media screen and (min-width: 768px) {
    .FollowList .form-group label {
      margin-top: 9px;
      margin-bottom: 0;
      padding-right: 0;
      padding-left: 0;
      text-align: right; } }
  .FollowList ._line {
    position: relative;
    display: block;
    width: 80%;
    height: 1px;
    margin: auto;
    margin-top: 22px;
    margin-bottom: 28px;
    background: #f0f0f0; }
  .FollowList .User-Block-Wrapper {
    position: relative;
    display: block;
    *zoom: 1; }
    .FollowList .User-Block-Wrapper ._padding-bottom {
      padding-bottom: 50px; }
    .FollowList .User-Block-Wrapper:before, .FollowList .User-Block-Wrapper:after {
      content: " ";
      display: table; }
    .FollowList .User-Block-Wrapper:after {
      clear: both; }
    .FollowList .User-Block-Wrapper ._item {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 1% 0;
      padding: 9px 0;
      float: left;
      background-color: #efefef;
      /* layer fill content */ }
      @media screen and (min-width: 768px) {
        .FollowList .User-Block-Wrapper ._item {
          width: 49%;
          margin: 1%; }
          .FollowList .User-Block-Wrapper ._item:nth-child(odd) {
            margin-left: 0; }
          .FollowList .User-Block-Wrapper ._item:nth-child(even) {
            margin-right: 0; } }
      .FollowList .User-Block-Wrapper ._item._moderator {
        background-color: #e2e9ef;
        /* layer fill content */ }
      .FollowList .User-Block-Wrapper ._item ._image {
        position: absolute;
        display: block;
        width: 55px;
        height: auto;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .FollowList .User-Block-Wrapper ._item ._content {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding-left: 77px;
        padding-right: 25px;
        margin-top: 4px; }
        .FollowList .User-Block-Wrapper ._item ._content._empty-content {
          min-height: 52px; }
        .FollowList .User-Block-Wrapper ._item ._content a {
          color: #2f3233;
          /* text color */
          font-size: 16px;
          font-weight: 600;
          text-decoration: none; }
          .FollowList .User-Block-Wrapper ._item ._content a:hover {
            text-decoration: underline; }
        .FollowList .User-Block-Wrapper ._item ._content p {
          color: #9f9f9f;
          /* text color */
          font-size: 12px;
          font-weight: 400;
          margin: 0;
          padding: 7px 0;
          padding-bottom: 4px; }
        .FollowList .User-Block-Wrapper ._item ._content ._icon-line-wrapper {
          margin-top: 10px;
          margin-bottom: 5px; }
          .FollowList .User-Block-Wrapper ._item ._content ._icon-line-wrapper ._icon-line {
            position: relative;
            display: inline-block;
            color: #9f9f9f;
            /* text color */
            font-size: 12px;
            line-height: 18px;
            vertical-align: middle;
            margin-right: 5px; }
            .FollowList .User-Block-Wrapper ._item ._content ._icon-line-wrapper ._icon-line i {
              position: relative;
              display: inline-block;
              top: 0px;
              font-size: 18px;
              line-height: 18px;
              vertical-align: bottom;
              margin-left: 2px;
              margin-right: 6px; }
        .FollowList .User-Block-Wrapper ._item ._content ._promote {
          position: relative;
          display: block;
          line-height: 18px;
          margin-top: 12px;
          padding-bottom: 4px; }
          .FollowList .User-Block-Wrapper ._item ._content ._promote a {
            position: relative;
            color: #9f9f9f;
            /* color overlay */
            font-size: 12px;
            line-height: 18px;
            vertical-align: middle; }
            .FollowList .User-Block-Wrapper ._item ._content ._promote a:hover {
              color: #32618d;
              /* text color */
              text-decoration: none; }
              .FollowList .User-Block-Wrapper ._item ._content ._promote a:hover ._hover {
                position: relative;
                display: inline-block; }
            .FollowList .User-Block-Wrapper ._item ._content ._promote a i {
              position: relative;
              display: inline-block;
              top: 0px;
              font-size: 16px;
              line-height: 18px;
              margin-right: 5px;
              vertical-align: middle; }
              .FollowList .User-Block-Wrapper ._item ._content ._promote a i.icon-person {
                top: -2px; }
            .FollowList .User-Block-Wrapper ._item ._content ._promote a ._hover {
              display: inline-block;
              vertical-align: middle; }
              @media screen and (min-width: 992px) {
                .FollowList .User-Block-Wrapper ._item ._content ._promote a ._hover {
                  display: none; } }
          .FollowList .User-Block-Wrapper ._item ._content ._promote ._empty-content {
            display: block;
            height: 21px; }
          .FollowList .User-Block-Wrapper ._item ._content ._promote ._link {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 18px; }
            .FollowList .User-Block-Wrapper ._item ._content ._promote ._link._moderator {
              color: #32618d;
              /* text color */ }
            .FollowList .User-Block-Wrapper ._item ._content ._promote ._link:hover {
              color: #32618d;
              /* text color */
              text-decoration: none; }
              .FollowList .User-Block-Wrapper ._item ._content ._promote ._link:hover ._hover {
                position: relative;
                display: inline-block; }
            .FollowList .User-Block-Wrapper ._item ._content ._promote ._link i {
              position: relative;
              display: inline-block;
              top: 0px;
              font-size: 16px;
              line-height: 18px;
              vertical-align: middle; }
            .FollowList .User-Block-Wrapper ._item ._content ._promote ._link ._hover {
              display: inline-block;
              vertical-align: middle;
              font-size: 12px; }
              @media screen and (min-width: 992px) {
                .FollowList .User-Block-Wrapper ._item ._content ._promote ._link ._hover {
                  display: none; } }
      .FollowList .User-Block-Wrapper ._item ._remove {
        position: absolute;
        display: block;
        color: #9f9f9f;
        /* color overlay */
        font-size: 18px;
        top: 11px;
        right: 12px; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal .close {
    display: none; }
  .modal h4 {
    color: #32618d;
    text-transform: uppercase;
    margin-left: 15px;
    margin-top: 0 !important;
    text-align: center !important;
    font-size: 30px !important; }
  .modal textarea {
    resize: vertical;
    padding: 15px;
    line-height: 21px;
    min-height: 150px; }
  .modal .btn-success {
    background-color: #328d38; }
    @media (min-width: 992px) {
      .modal .btn-success:hover {
        color: #fff;
        background-color: #2b7031; } }
  .modal .btn-close {
    background-color: #32618d; }
    @media (min-width: 992px) {
      .modal .btn-close:hover {
        color: #fff;
        background-color: #2a496e; } }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  padding-bottom: 0; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0 !important;
  line-height: 1.42857143 !important; }

.modal-body {
  position: relative;
  padding: 15px;
  padding-bottom: 0; }

.modal-footer {
  padding: 15px;
  text-align: right; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
html.lt-ie9 .isHidden .UserProfile-MessagePreview {
  display: none !important; }
html.lt-ie9 .isShown .UserProfile-MessagePreview {
  display: table !important; }

.link-iconized {
  text-decoration: none; }
  .link-iconized i {
    margin-right: 10px;
    position: relative;
    top: 1px; }
  .link-iconized span {
    text-decoration: underline; }
  .link-iconized i {
    text-decoration: none !important; }
  .link-iconized:hover {
    text-decoration: none !important; }
    .link-iconized:hover span {
      text-decoration: none; }
    .link-iconized:hover i {
      text-decoration: none !important; }

.onoffswitch {
  width: 63px; }
  .onoffswitch .onoffswitch-label {
    border: 1px solid #dfdfdf;
    box-shadow: 0.5px 0.866px 0px 0px rgba(255, 255, 255, 0.055), inset 1px 1.732px 3px 0px rgba(0, 0, 0, 0.043);
    border-radius: 20px; }
  .onoffswitch .onoffswitch-inner:before, .onoffswitch .onoffswitch-inner:after {
    font-size: 14px;
    color: #303234;
    line-height: 20px;
    font-weight: normal;
    height: 22px;
    font-family: "Open Sans", sans-serif; }
  .onoffswitch .onoffswitch-inner:before {
    content: 'ano';
    background-color: #fff; }
  .onoffswitch .onoffswitch-inner:after {
    content: 'ne';
    background-color: #f1f1f1; }
  .onoffswitch .onoffswitch-switch {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none;
    margin: 4px;
    background-color: #6f6f6f;
    right: 37px; }
  .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    background-color: #32618d; }

.lt-ie9 .onoffswitch-inner,
.lt-ie9 .onoffswitch-label,
.lt-ie9 .onoffswitch-switch {
  display: none !important; }

#USERPROFILE-PUBLIC {
  margin-bottom: 40px;
  text-align: center;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 992px) {
    #USERPROFILE-PUBLIC {
      text-align: left; } }
  @media screen and (min-width: 992px) {
    #USERPROFILE-PUBLIC {
      padding-left: 15px;
      padding-right: 15px; } }
  #USERPROFILE-PUBLIC h2 {
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    line-height: 1; }
  #USERPROFILE-PUBLIC h1, #USERPROFILE-PUBLIC h2, #USERPROFILE-PUBLIC h3, #USERPROFILE-PUBLIC h4, #USERPROFILE-PUBLIC h5, #USERPROFILE-PUBLIC h6 {
    color: #32618d; }
  @media screen and (min-width: 992px) {
    #USERPROFILE-PUBLIC #CONTENT > div:first-child h2 {
      margin-top: 0; } }
  #USERPROFILE-PUBLIC span._mobile-more {
    display: block; }
    @media screen and (min-width: 768px) {
      #USERPROFILE-PUBLIC span._mobile-more {
        display: inline-block; } }
  #USERPROFILE-PUBLIC a:not(.btn) {
    color: #32618d;
    text-decoration: none; }
    #USERPROFILE-PUBLIC a:not(.btn):hover {
      color: #18426a;
      text-decoration: underline; }
  #USERPROFILE-PUBLIC .text-emptySection {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #303234; }
  #USERPROFILE-PUBLIC h1 {
    font-size: 36px;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      #USERPROFILE-PUBLIC h1 {
        font-size: 42px; } }
  #USERPROFILE-PUBLIC #ASIDE > div:first-child h2 {
    margin-top: 0 !important; }
  #USERPROFILE-PUBLIC .UserProfile-DetailInfo {
    max-width: 100%;
    overflow: hidden;
    background-color: #fff; }
    #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable {
      display: table;
      background-color: #f8f8f8; }
    @media screen and (min-width: 992px) {
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable {
        display: none; } }
    #USERPROFILE-PUBLIC .UserProfile-DetailInfo a {
      text-decoration: underline; }
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo a:hover {
        text-decoration: no-underline; }
    #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable,
    #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable {
      width: 100%;
      overflow: hidden; }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable,
        #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable {
          width: 50%;
          float: left; } }
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable ._item-primary span,
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable ._item-contact span,
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable ._item-primary span,
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable ._item-contact span {
        padding: 7px;
        font-size: 14px;
        line-height: 16px;
        overflow: hidden; }
        @media screen and (min-width: 1200px) {
          #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable ._item-primary span,
          #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable ._item-contact span,
          #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable ._item-primary span,
          #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable ._item-contact span {
            font-size: 16px;
            line-height: 18px; } }
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable ._item-primary ._head,
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable ._item-contact ._head,
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable ._item-primary ._head,
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable ._item-contact ._head {
        text-align: right;
        padding-left: 20px;
        width: 30%; }
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable ._item-primary ._inner,
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable ._item-contact ._inner,
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable ._item-primary ._inner,
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable ._item-contact ._inner {
        text-align: left;
        padding-right: 30px;
        width: 70%; }
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable ._item-primary,
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable ._item-primary {
        background-color: #fff; }
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable ._item-contact,
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable ._item-contact {
        background-color: #f8f8f8; }
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable ._item-alpha span,
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable ._item-alpha span {
        padding-top: 20px; }
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._infoTable ._item-omega span,
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._altTable ._item-omega span {
        padding-bottom: 20px; }
    #USERPROFILE-PUBLIC .UserProfile-DetailInfo ul {
      list-style: none;
      padding-left: 0;
      margin: 0; }
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo ul li {
        *zoom: 1;
        text-align: left; }
        #USERPROFILE-PUBLIC .UserProfile-DetailInfo ul li:before, #USERPROFILE-PUBLIC .UserProfile-DetailInfo ul li:after {
          content: " ";
          display: table; }
        #USERPROFILE-PUBLIC .UserProfile-DetailInfo ul li:after {
          clear: both; }
        #USERPROFILE-PUBLIC .UserProfile-DetailInfo ul li span {
          display: block;
          float: left;
          word-break: break-all; }
    #USERPROFILE-PUBLIC .UserProfile-DetailInfo ._head {
      font-weight: 700; }
    #USERPROFILE-PUBLIC .UserProfile-DetailInfo.isInCols {
      *zoom: 1;
      margin-top: 30px;
      margin-bottom: 30px;
      background: url(../../images/bg-dual.jpg) center center repeat-y #fff; }
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo.isInCols:before, #USERPROFILE-PUBLIC .UserProfile-DetailInfo.isInCols:after {
        content: " ";
        display: table; }
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo.isInCols:after {
        clear: both; }
      @media screen and (min-width: 992px) {
        #USERPROFILE-PUBLIC .UserProfile-DetailInfo.isInCols {
          padding-left: 15px;
          padding-right: 15px; } }
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo.isInCols table tr th {
        padding-left: 25px !important;
        text-align: left !important;
        width: auto !important; }
      #USERPROFILE-PUBLIC .UserProfile-DetailInfo.isInCols table tr td {
        text-align: left !important;
        width: 100% !important; }
  #USERPROFILE-PUBLIC .UserProfile-Followers {
    padding-left: 15px;
    padding-right: 15px; }
    #USERPROFILE-PUBLIC .UserProfile-Followers .TileList {
      width: 100%;
      margin-left: -5px;
      margin-right: -5px; }
      #USERPROFILE-PUBLIC .UserProfile-Followers .TileList ._list-item {
        width: 16.66667%;
        padding: 5px;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          #USERPROFILE-PUBLIC .UserProfile-Followers .TileList ._list-item {
            width: 8.33333%; } }
        @media screen and (min-width: 992px) {
          #USERPROFILE-PUBLIC .UserProfile-Followers .TileList ._list-item {
            width: 16.66667%; } }
        @media screen and (min-width: 992px) {
          #USERPROFILE-PUBLIC .UserProfile-Followers .TileList ._list-item {
            float: left;
            display: block; } }
        #USERPROFILE-PUBLIC .UserProfile-Followers .TileList ._list-item a, #USERPROFILE-PUBLIC .UserProfile-Followers .TileList ._list-item img {
          background-color: #fff;
          display: block;
          width: 100%;
          max-width: 100%; }
      #USERPROFILE-PUBLIC .UserProfile-Followers .TileList ._item-load {
        width: 100%; }
        @media screen and (min-width: 992px) {
          #USERPROFILE-PUBLIC .UserProfile-Followers .TileList ._item-load {
            width: 50%; } }
        #USERPROFILE-PUBLIC .UserProfile-Followers .TileList ._item-load:after {
          padding-top: 10%;
          background-color: transparent; }
          @media screen and (min-width: 992px) {
            #USERPROFILE-PUBLIC .UserProfile-Followers .TileList ._item-load:after {
              padding-top: 30%; } }
    @media screen and (min-width: 992px) {
      #USERPROFILE-PUBLIC .UserProfile-Followers {
        padding-left: 0;
        padding-right: 0; } }
  #USERPROFILE-PUBLIC .UserProfile-Following {
    padding-left: 15px;
    padding-right: 15px; }
    #USERPROFILE-PUBLIC .UserProfile-Following .TileList {
      width: 100%;
      margin-left: -5px;
      margin-right: -5px; }
      #USERPROFILE-PUBLIC .UserProfile-Following .TileList ._list-item {
        width: 16.66667%;
        padding: 5px;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          #USERPROFILE-PUBLIC .UserProfile-Following .TileList ._list-item {
            width: 8.33333%; } }
        @media screen and (min-width: 992px) {
          #USERPROFILE-PUBLIC .UserProfile-Following .TileList ._list-item {
            width: 16.66667%; } }
        @media screen and (min-width: 992px) {
          #USERPROFILE-PUBLIC .UserProfile-Following .TileList ._list-item {
            float: left;
            display: block; } }
        #USERPROFILE-PUBLIC .UserProfile-Following .TileList ._list-item a, #USERPROFILE-PUBLIC .UserProfile-Following .TileList ._list-item img {
          background-color: #fff;
          display: block;
          width: 100%;
          max-width: 100%; }
      #USERPROFILE-PUBLIC .UserProfile-Following .TileList ._item-load {
        width: 100%; }
        @media screen and (min-width: 992px) {
          #USERPROFILE-PUBLIC .UserProfile-Following .TileList ._item-load {
            width: 50%; } }
        #USERPROFILE-PUBLIC .UserProfile-Following .TileList ._item-load:after {
          padding-top: 10%;
          background-color: transparent; }
          @media screen and (min-width: 992px) {
            #USERPROFILE-PUBLIC .UserProfile-Following .TileList ._item-load:after {
              padding-top: 30%; } }
    @media screen and (min-width: 992px) {
      #USERPROFILE-PUBLIC .UserProfile-Following {
        padding-left: 0;
        padding-right: 0; } }
  #USERPROFILE-PUBLIC .Camera-CameraInfo {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: left; }
    #USERPROFILE-PUBLIC .Camera-CameraInfo p, #USERPROFILE-PUBLIC .Camera-CameraInfo a, #USERPROFILE-PUBLIC .Camera-CameraInfo ul, #USERPROFILE-PUBLIC .Camera-CameraInfo strong {
      font-size: inherit;
      line-height: inherit; }
    #USERPROFILE-PUBLIC .Camera-CameraInfo a {
      color: #32618d;
      text-decoration: none; }
      #USERPROFILE-PUBLIC .Camera-CameraInfo a:hover {
        color: #18426a;
        text-decoration: underline; }
    #USERPROFILE-PUBLIC .Camera-CameraInfo h2 {
      margin-top: 0;
      margin-bottom: 0; }
    #USERPROFILE-PUBLIC .Camera-CameraInfo ._cameraType {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 24px;
      color: #99999a;
      line-height: 30px;
      font-family: "League Gothic", sans-serif; }
    @media screen and (min-width: 768px) {
      #USERPROFILE-PUBLIC .Camera-CameraInfo ._cameraPhoto {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: 10px; } }
    #USERPROFILE-PUBLIC .Camera-CameraInfo ._content {
      text-align: left; }
      #USERPROFILE-PUBLIC .Camera-CameraInfo ._content ul {
        padding-left: 20px; }
  #USERPROFILE-PUBLIC .Photos-LastPhotos {
    padding: 0 15px; }
    @media screen and (min-width: 992px) {
      #USERPROFILE-PUBLIC .Photos-LastPhotos {
        padding: 0; } }
  #USERPROFILE-PUBLIC .Photos-TopRatedPhotos {
    padding: 0 15px; }
    @media screen and (min-width: 992px) {
      #USERPROFILE-PUBLIC .Photos-TopRatedPhotos {
        padding: 0; } }
  #USERPROFILE-PUBLIC .UserProfile-UserInfo {
    background-color: #fff;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 24px; }
    #USERPROFILE-PUBLIC .UserProfile-UserInfo p, #USERPROFILE-PUBLIC .UserProfile-UserInfo a, #USERPROFILE-PUBLIC .UserProfile-UserInfo ul, #USERPROFILE-PUBLIC .UserProfile-UserInfo li, #USERPROFILE-PUBLIC .UserProfile-UserInfo a {
      font-size: inherit;
      line-height: inherit; }
    #USERPROFILE-PUBLIC .UserProfile-UserInfo p:first-child, #USERPROFILE-PUBLIC .UserProfile-UserInfo ul:first-child {
      margin-top: 0; }
    #USERPROFILE-PUBLIC .UserProfile-UserInfo p:last-child, #USERPROFILE-PUBLIC .UserProfile-UserInfo ul:last-child {
      margin-bottom: 0; }
    #USERPROFILE-PUBLIC .UserProfile-UserInfo a {
      color: #32618d; }
      #USERPROFILE-PUBLIC .UserProfile-UserInfo a:hover {
        color: #18426a; }
    #USERPROFILE-PUBLIC .UserProfile-UserInfo ul {
      padding-left: 20px; }
    #USERPROFILE-PUBLIC .UserProfile-UserInfo .js-show-more {
      margin-top: 10px; }
    @media screen and (max-width: 992px) {
      #USERPROFILE-PUBLIC .UserProfile-UserInfo article.isTooLong {
        max-height: 120px;
        overflow: hidden;
        position: relative; }
        #USERPROFILE-PUBLIC .UserProfile-UserInfo article.isTooLong:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 40px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          background: url("../../images/gradient-white.png") 0 0 repeat-x transparent; } }
    #USERPROFILE-PUBLIC .UserProfile-UserInfo.isEnlarged article {
      max-height: none; }
      #USERPROFILE-PUBLIC .UserProfile-UserInfo.isEnlarged article:after {
        display: none; }
  #USERPROFILE-PUBLIC .Article-LastArticle {
    margin-bottom: 30px; }
    #USERPROFILE-PUBLIC .Article-LastArticle .article-list-item {
      background-color: #fff;
      padding: 20px; }
      #USERPROFILE-PUBLIC .Article-LastArticle .article-list-item h3 {
        margin-bottom: 10px; }
      #USERPROFILE-PUBLIC .Article-LastArticle .article-list-item .article-perex-content {
        margin-top: 0; }
      #USERPROFILE-PUBLIC .Article-LastArticle .article-list-item ._content p, #USERPROFILE-PUBLIC .Article-LastArticle .article-list-item ._content ul, #USERPROFILE-PUBLIC .Article-LastArticle .article-list-item ._content strong, #USERPROFILE-PUBLIC .Article-LastArticle .article-list-item ._content a:not(.btn) {
        font-size: 16px;
        line-height: 24px;
        text-align: left; }
    #USERPROFILE-PUBLIC .Article-LastArticle .icon-rarr-white {
      top: -4px; }
    #USERPROFILE-PUBLIC .Article-LastArticle .btn-light {
      font-size: 14px; }
  @media screen and (min-width: 992px) {
    #USERPROFILE-PUBLIC .UserProfile-Header {
      margin-bottom: 30px; } }
  #USERPROFILE-PUBLIC .UserProfile-Header ._cover {
    position: relative; }
    #USERPROFILE-PUBLIC .UserProfile-Header ._cover img {
      display: block;
      width: 100%; }
    #USERPROFILE-PUBLIC .UserProfile-Header ._cover .btn {
      display: none;
      position: absolute;
      bottom: 12px;
      right: 12px; }
    #USERPROFILE-PUBLIC .UserProfile-Header ._cover:hover .btn {
      display: inline-block; }
  @media screen and (min-width: 992px) {
    #USERPROFILE-PUBLIC .UserProfile-Header ._content {
      display: table; } }
  #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 20px; }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (min-width: 992px) {
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author {
        display: table-cell;
        text-align: left; } }
    #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author i {
      display: none; }
    @media screen and (min-width: 768px) {
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author i {
        display: inline-block; } }
    #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._author-inner {
      display: inline-block;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._author-inner {
          text-align: left; } }
    #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage {
      display: inline-block;
      width: 60px;
      height: 60px;
      position: relative;
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage {
          width: 100px;
          height: 100px; } }
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage:hover ._edit-image {
        display: block; }
      @media screen and (min-width: 768px) {
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage {
          float: left; } }
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage img {
        display: block; }
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage ._userBlockedOverlay {
        padding: 5px 7px;
        font-size: 7px;
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0; }
        @media screen and (min-width: 768px) {
          #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage ._userBlockedOverlay {
            font-size: 10px; } }
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage ._userBlockedOverlay i {
          margin-right: 0; }
          @media screen and (min-width: 768px) {
            #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage ._userBlockedOverlay i {
              margin-right: 3px; } }
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage .js-block-btn {
        display: none;
        padding: 20px 10px;
        font-size: 12px;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        z-index: 2; }
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage .js-block-btn i {
          font-size: 30px;
          margin-right: 0; }
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage .js-block-btn span {
          display: block; }
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage .js-block-btn.notBlocked {
          background-color: #de4849; }
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorImage .js-block-btn.isBlocked {
          background-color: #00c78e; }
    #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._edit-image {
      display: none;
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      height: 100%;
      text-align: center; }
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._edit-image .vCenter-cell i {
        display: inline-block !important;
        margin-right: 0; }
        @media screen and (min-width: 992px) {
          #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._edit-image .vCenter-cell i {
            margin-right: 3px; } }
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._edit-image .vCenter-cell span {
        display: none; }
        @media screen and (min-width: 992px) {
          #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._edit-image .vCenter-cell span {
            display: inline; } }
    @media screen and (min-width: 768px) {
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorContent {
        float: left;
        margin-left: 25px; } }
    #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorContent a {
      text-decoration: none !important; }
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorContent a span {
        text-decoration: none !important; }
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorContent a:hover {
        text-decoration: none !important; }
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorContent a:hover span {
          text-decoration: none !important; }
    #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorContent ._name {
      margin-top: 10px;
      margin-bottom: 5px;
      color: #303234; }
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorContent ._name ._userIcon {
        font-size: 28px; }
        @media screen and (min-width: 768px) {
          #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorContent ._name ._userIcon {
            font-size: 32px; } }
    #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorContent ._blockLink {
      color: #de4849; }
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorContent ._blockLink:hover {
        color: #b82122; }
    #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorContent ._Facebook-Wrapper {
      display: block;
      width: 100%;
      text-align: center;
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._author ._authorContent ._Facebook-Wrapper {
          display: inline-block;
          vertical-align: middle;
          margin-top: 0;
          margin-left: 5px;
          width: auto;
          text-align: left; } }
  #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview {
    background-color: #f8f8f8;
    padding: 20px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview {
        display: table-cell;
        vertical-align: middle;
        padding: 0; } }
    #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul {
      *zoom: 1;
      list-style: none;
      margin: 0;
      padding: 0; }
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul:before, #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul:after {
        content: " ";
        display: table; }
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul:after {
        clear: both; }
      @media screen and (min-width: 768px) {
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul {
          white-space: nowrap; } }
      #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li {
        font-family: "League Gothic", sans-serif;
        display: block;
        width: 50%;
        text-align: left;
        float: left;
        margin: 5px 0;
        padding-left: 30px; }
        @media screen and (min-width: 768px) {
          #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li {
            padding-left: 0;
            display: inline-block;
            margin: 0 15px;
            float: none;
            width: auto;
            text-align: center; }
            #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li:first-child {
              margin-left: 20px; }
            #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li:last-child {
              margin-right: 20px; } }
        @media screen and (min-width: 992px) {
          #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li {
            margin: 0 10px; } }
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li span, #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li a {
          color: #32618d;
          text-align: left; }
          #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li span:hover, #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li a:hover {
            text-decoration: none; }
          #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li span i, #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li a i {
            font-size: 31px;
            margin-right: 7px;
            display: inline-block; }
            @media screen and (min-width: 768px) {
              #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li span i, #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li a i {
                font-size: 40px;
                margin-right: 10px; } }
            @media screen and (min-width: 768px) {
              #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li span i, #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li a i {
                margin-right: 0; } }
            #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li span i.icon-pen, #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li a i.icon-pen {
              font-size: 38px;
              top: -1px; }
            #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li span i.icon-messageComment, #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li a i.icon-messageComment {
              position: relative;
              top: 1px; }
            #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li span i.icon-dslr, #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li a i.icon-dslr {
              top: 3px; }
          #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li span div, #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li a div {
            font-size: 13px;
            top: -10px;
            text-transform: uppercase;
            display: inline-block;
            position: relative; }
            @media screen and (min-width: 768px) {
              #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li span div, #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li a div {
                font-size: 13px;
                top: -15px; } }
            @media screen and (min-width: 768px) {
              #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li span div, #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li a div {
                display: block;
                text-align: center;
                margin-top: 20px;
                top: 0; } }
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li a div {
          text-decoration: underline; }
        #USERPROFILE-PUBLIC .UserProfile-Header ._content ._authorOverview ul li a:hover {
          color: #18426a; }
  #USERPROFILE-PUBLIC .UserProfile-Header.isEditable ._authorImage:hover .js-block-btn {
    display: block; }
  #USERPROFILE-PUBLIC .Gallery-BtnManageBox {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 0; }
    #USERPROFILE-PUBLIC .Gallery-BtnManageBox ._btn-upload {
      position: relative;
      width: 100%;
      font-size: 14px;
      text-align: left;
      margin-bottom: 25px;
      padding: 17px 0;
      padding-left: 22%; }
      #USERPROFILE-PUBLIC .Gallery-BtnManageBox ._btn-upload ._icon-background {
        position: absolute;
        width: 53px;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.1); }
        #USERPROFILE-PUBLIC .Gallery-BtnManageBox ._btn-upload ._icon-background i {
          position: absolute;
          left: 13px;
          top: 13px;
          font-size: 27px;
          z-index: 999; }
  #USERPROFILE-PUBLIC ._item-sm, #USERPROFILE-PUBLIC ._item-md {
    position: relative; }
    #USERPROFILE-PUBLIC ._item-sm ._point._series, #USERPROFILE-PUBLIC ._item-md ._point._series {
      position: absolute;
      display: inline-block;
      opacity: 1;
      width: auto;
      top: 0;
      right: 0;
      margin-right: 7px;
      margin-top: 7px;
      padding: 4px 9px;
      background-color: rgba(0, 0, 0, 0.5);
      /* layer fill content */
      color: #fff;
      /* text color */
      font-size: 12px;
      line-height: 22px;
      font-weight: 400;
      text-decoration: none;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      transition: 0.5s all; }
  #USERPROFILE-PUBLIC .Gallery-GalleryList ul {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 1em;
    *zoom: 1; }
    #USERPROFILE-PUBLIC .Gallery-GalleryList ul:before, #USERPROFILE-PUBLIC .Gallery-GalleryList ul:after {
      content: " ";
      display: table; }
    #USERPROFILE-PUBLIC .Gallery-GalleryList ul:after {
      clear: both; }
    #USERPROFILE-PUBLIC .Gallery-GalleryList ul li {
      position: relative;
      display: table;
      width: 50%;
      height: 100%;
      float: left;
      list-style: none;
      margin-bottom: 11px;
      *zoom: 1; }
      #USERPROFILE-PUBLIC .Gallery-GalleryList ul li:before, #USERPROFILE-PUBLIC .Gallery-GalleryList ul li:after {
        content: " ";
        display: table; }
      #USERPROFILE-PUBLIC .Gallery-GalleryList ul li:after {
        clear: both; }
      #USERPROFILE-PUBLIC .Gallery-GalleryList ul li a._load-more {
        display: block;
        color: #32618d;
        /* text color */
        font-size: 16px;
        font-weight: 400;
        padding-top: 11px;
        text-decoration: underline; }
        #USERPROFILE-PUBLIC .Gallery-GalleryList ul li a._load-more:hover {
          text-decoration: none; }
      #USERPROFILE-PUBLIC .Gallery-GalleryList ul li ._image {
        position: relative;
        display: table-cell;
        width: 50px;
        text-align: center;
        vertical-align: top; }
        #USERPROFILE-PUBLIC .Gallery-GalleryList ul li ._image img {
          position: relative;
          display: inline-block;
          width: 100%;
          height: auto;
          top: 0;
          vertical-align: middle; }
      #USERPROFILE-PUBLIC .Gallery-GalleryList ul li ._text-wrapper {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding-left: 11px; }
        #USERPROFILE-PUBLIC .Gallery-GalleryList ul li ._text-wrapper ._small {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 12px;
          line-height: 18px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */ }
        #USERPROFILE-PUBLIC .Gallery-GalleryList ul li ._text-wrapper ._link {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */
          text-decoration: underline; }
          #USERPROFILE-PUBLIC .Gallery-GalleryList ul li ._text-wrapper ._link:hover {
            text-decoration: none; }
          #USERPROFILE-PUBLIC .Gallery-GalleryList ul li ._text-wrapper ._link strong {
            font-size: 24px;
            line-height: 24px;
            font-weight: 700;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
  #USERPROFILE-PUBLIC .Gallery-GalleryList._wide ul {
    padding-top: 0.4em;
    padding-bottom: 0.1em;
    width: 290px;
    display: block;
    margin: auto; }
    @media screen and (min-width: 992px) {
      #USERPROFILE-PUBLIC .Gallery-GalleryList._wide ul {
        width: auto; } }
    #USERPROFILE-PUBLIC .Gallery-GalleryList._wide ul li {
      width: 100%;
      text-align: left; }
  #USERPROFILE-PUBLIC .Gallery-GalleryList._xs-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #USERPROFILE-PUBLIC .Gallery-GalleryList._xs-wide ul li {
        width: 50%; } }
  #USERPROFILE-PUBLIC .Gallery-GalleryList._sm-wide ul li {
    width: 100%; }
    @media screen and (min-width: 992px) {
      #USERPROFILE-PUBLIC .Gallery-GalleryList._sm-wide ul li {
        width: 50%; } }
  #USERPROFILE-PUBLIC .Gallery-GalleryList._md-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #USERPROFILE-PUBLIC .Gallery-GalleryList._md-wide ul li {
        width: 50%; } }
    @media screen and (min-width: 992px) {
      #USERPROFILE-PUBLIC .Gallery-GalleryList._md-wide ul li {
        width: 100%; } }

@media screen and (min-width: 992px) {
  #USERPROFILE-MESSAGES {
    margin-top: 30px; } }
#USERPROFILE-MESSAGES.container {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    #USERPROFILE-MESSAGES.container {
      padding: 30px 15px;
      padding-bottom: 0; } }
  @media screen and (min-width: 992px) {
    #USERPROFILE-MESSAGES.container {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 15px;
      padding-right: 15px; } }
#USERPROFILE-MESSAGES ._well-wrapper {
  position: relative;
  display: block;
  width: 80%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 160px; }
#USERPROFILE-MESSAGES ._loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg.png) 0 0 repeat transparent;
  z-index: 999; }
  #USERPROFILE-MESSAGES ._loading ._spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    background: #fff url(../img/spinner.gif) no-repeat center center;
    padding: 16px;
    border: 3px solid #bbb;
    font-size: 0;
    z-index: 1050; }
#USERPROFILE-MESSAGES .UserProfile-MessagesPreview {
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 768px) {
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview {
      min-height: 200px; } }
  #USERPROFILE-MESSAGES .UserProfile-MessagesPreview a {
    color: #6f6f6f;
    text-decoration: none;
    font-size: 14px; }
  #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .isCentered {
    text-align: center; }
  #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview {
    *zoom: 1;
    overflow-x: hidden;
    padding: 7px 10px;
    margin: 0;
    background-color: #fff;
    display: table;
    width: 100%;
    border-bottom: 1px solid #e7e7e7; }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview:before, #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview:after {
      content: " ";
      display: table; }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview:after {
      clear: both; }
    @media screen and (min-width: 768px) {
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview {
        padding: 17px 15px;
        margin: 10px 0; } }
    @media screen and (min-width: 768px) {
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview {
        border-bottom: none; } }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview:first-child {
      margin-top: 0; }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._image,
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._content {
      display: table-cell;
      vertical-align: top; }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._name {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      max-height: 16px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-weight: 700;
      margin: 0;
      color: #303234;
      transition: none; }
      @media screen and (min-width: 768px) {
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._name {
          font-size: 18px;
          max-height: 21px;
          max-width: 110px; } }
      @media screen and (min-width: 1200px) {
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._name {
          max-width: 160px; } }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._time,
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._altTime {
      font-size: 12px;
      color: #6f6f6f;
      position: relative;
      top: -2px;
      white-space: nowrap; }
      @media screen and (min-width: 768px) {
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._time,
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._altTime {
          position: static; } }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._messageText {
      font-size: 14px;
      line-height: 18px;
      color: #6f6f6f;
      max-height: 21px;
      overflow: hidden; }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._messageIcon {
      color: #9f9f9f;
      font-size: 20px;
      position: relative;
      top: 4px;
      margin-left: 3px; }
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._messageIcon._color-red {
        color: #ff0000; }
      @media screen and (min-width: 768px) {
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._messageIcon {
          position: static;
          margin-left: 0; } }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._messageTextWrapper ._left,
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._messageTextWrapper ._right {
      vertical-align: middle; }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._messageTextWrapper ._right {
      width: 100%; }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._messageTextWrapper ._left {
      width: auto;
      padding-right: 7px; }
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._messageTextWrapper ._left .icon-reply {
        position: relative;
        display: inline-block;
        top: 1px;
        width: 16px;
        height: 11px;
        background: url("../img/reply-icon.png") no-repeat; }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview.isActive ._messageTextWrapper ._left .icon-reply {
      background: url("../img/reply-icon-active.png") no-repeat; }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._image {
      padding-right: 15px; }
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._image img {
        display: block;
        width: 26px;
        height: 26px;
        max-width: none; }
        @media screen and (min-width: 768px) {
          #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._image img {
            width: 50px;
            height: 50px; } }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._content {
      width: 100%;
      vertical-align: middle; }
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._content ._line {
        display: table;
        width: 100%;
        table-layout: fixed; }
        @media screen and (min-width: 992px) {
          #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._content ._line {
            table-layout: auto; } }
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._content ._line ._left,
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._content ._line ._right {
          display: table-cell;
          text-align: left; }
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._content ._line._messageTextWrapper {
          display: none; }
          @media screen and (min-width: 768px) {
            #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._content ._line._messageTextWrapper {
              display: table; } }
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._content ._line:first-child ._right {
          text-align: right;
          color: #6f6f6f !important;
          font-size: 14px !important;
          line-height: 24px !important; }
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._content ._altTime {
        display: none; }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview.isUnread ._messageIcon {
      color: #f31930 !important; }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview.isSent {
      background-color: #f8f8f8; }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview.isRead {
      background-color: #fff; }
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview:hover, #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview.isActive {
      background-color: #32618d; }
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview:hover ._messageText,
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview:hover ._messageIcon,
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview:hover ._time,
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview:hover ._altTime,
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview:hover ._name, #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview.isActive ._messageText,
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview.isActive ._messageIcon,
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview.isActive ._time,
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview.isActive ._altTime,
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview.isActive ._name {
        color: #fff; }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview {
        display: block;
        padding-bottom: 12px;
        padding-top: 12px; }
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._time {
          display: none; }
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._altTime {
          display: inline-block !important;
          position: relative;
          top: -7px; }
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._line {
          display: block; }
          #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._line ._left, #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._line ._right {
            display: block !important;
            float: none !important;
            text-align: center !important; }
            #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._line ._left ._name, #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._line ._right ._name {
              position: relative;
              display: block !important;
              max-width: 90% !important;
              margin: auto !important;
              margin-top: 10px !important;
              margin-bottom: 10px !important; }
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._image {
          text-align: center;
          display: block;
          padding-right: 0; }
          #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._image img {
            display: inline-block;
            width: 30px;
            height: 30px; }
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._content {
          display: block !important; }
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._messageTextWrapper, #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._messageText {
          display: none; }
        #USERPROFILE-MESSAGES .UserProfile-MessagesPreview .UserProfile-MessagePreview ._messageTextWrapper ._left .icon-reply {
          top: -6px; } }
  @media screen and (max-width: 480px) {
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview.isHidden .UserProfile-MessagePreview {
      display: none; } }
  @media screen and (max-width: 480px) {
    #USERPROFILE-MESSAGES .UserProfile-MessagesPreview.isShown .UserProfile-MessagePreview {
      display: table; } }
#USERPROFILE-MESSAGES .UserProfile-Messages ._header {
  min-height: 38px;
  text-align: center;
  background-color: #f0f0f0;
  padding: 15px;
  color: #6f6f6f;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    #USERPROFILE-MESSAGES .UserProfile-Messages ._header {
      text-align: center; } }
  @media screen and (min-width: 768px) {
    #USERPROFILE-MESSAGES .UserProfile-Messages ._header {
      padding: 12px 20px; } }
  #USERPROFILE-MESSAGES .UserProfile-Messages ._header a {
    color: #6f6f6f;
    font-size: inherit;
    font-weight: inherit; }
    #USERPROFILE-MESSAGES .UserProfile-Messages ._header a:hover {
      color: #494949; }
  #USERPROFILE-MESSAGES .UserProfile-Messages ._header ._left {
    position: absolute; }
  #USERPROFILE-MESSAGES .UserProfile-Messages ._header ._right {
    position: absolute;
    right: 24px;
    top: 15px;
    text-align: right; }
    @media screen and (min-width: 768px) {
      #USERPROFILE-MESSAGES .UserProfile-Messages ._header ._right {
        right: 30px;
        top: 11px; } }
  #USERPROFILE-MESSAGES .UserProfile-Messages ._header ._report-icon {
    font-size: 18px;
    line-height: 21px;
    font-weight: 900; }
  #USERPROFILE-MESSAGES .UserProfile-Messages ._header i {
    color: #b1b1b1; }
    #USERPROFILE-MESSAGES .UserProfile-Messages ._header i:hover {
      color: #8b8b8b; }
#USERPROFILE-MESSAGES .UserProfile-Messages ._messageList {
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    #USERPROFILE-MESSAGES .UserProfile-Messages ._messageList {
      min-height: 200px; } }
  #USERPROFILE-MESSAGES .UserProfile-Messages ._messageList ._no-messages {
    position: relative;
    display: block;
    text-align: center;
    padding: 15px 20px; }
#USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message {
  *zoom: 1;
  margin: 26px 10px; }
  #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message:before, #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message:after {
    content: " ";
    display: table; }
  #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message {
      margin: 26px 30px; } }
  #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message._background {
    background: #f5f7f9;
    margin: 0;
    padding: 13px 10px; }
    @media screen and (min-width: 768px) {
      #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message._background {
        padding: 13px 30px; } }
  #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message ._image,
  #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message ._content {
    display: table-cell;
    vertical-align: top; }
  #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message ._time {
    font-size: 12px;
    color: #6f6f6f;
    margin-top: 3px;
    margin-bottom: 0; }
  #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message ._messageText {
    margin-bottom: -4px;
    font-size: 14px;
    line-height: 24px;
    color: #303234; }
    #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message ._messageText p {
      margin: 0;
      padding: 0;
      margin-bottom: -4px;
      font-size: 14px;
      line-height: 24px;
      color: #303234; }
    #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message ._messageText a {
      color: #32618d;
      text-decoration: none;
      font-size: inherit;
      font-weight: inherit; }
      #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message ._messageText a:hover {
        color: #3a589b;
        text-decoration: underline; }
  #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message ._image {
    padding-right: 15px; }
    #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message ._image img {
      display: block;
      width: 35px;
      height: 35px;
      max-width: none; }
  #USERPROFILE-MESSAGES .UserProfile-Messages .UserProfile-Message.isMine {
    background-color: #f5f7f9; }
#USERPROFILE-MESSAGES .UserProfile-SendMessage {
  background-color: #fff;
  margin: 15px 0;
  padding: 30px; }
  #USERPROFILE-MESSAGES .UserProfile-SendMessage .form-control {
    padding: 10px 15px;
    resize: none; }
  #USERPROFILE-MESSAGES .UserProfile-SendMessage textarea {
    min-height: 140px;
    line-height: 1.5em; }
    @media screen and (min-width: 992px) {
      #USERPROFILE-MESSAGES .UserProfile-SendMessage textarea {
        min-height: 100px; } }
#USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews {
  *zoom: 1;
  padding: 7px 10px;
  margin: 0;
  background-color: #32618d;
  display: table;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews {
      display: none; } }
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews:before, #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews:after {
    content: " ";
    display: table; }
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews:after {
    clear: both; }
  @media screen and (min-width: 992px) {
    #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews {
      padding: 15px;
      margin: 10px 0; } }
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews ._image,
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews ._content {
    display: table-cell;
    vertical-align: top; }
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews ._name,
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews .icon-arrowTop,
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews .icon-arrowDown,
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews span {
    color: #fff; }
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews ._name {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    transition: none; }
    @media screen and (min-width: 992px) {
      #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews ._name {
        font-size: 18px; } }
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews .icon-arrowTop,
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews .icon-arrowTop {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-left: 3px; }
    @media screen and (min-width: 992px) {
      #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews .icon-arrowTop,
      #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews .icon-arrowTop {
        position: static;
        margin-left: 0; } }
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews ._image {
    padding-right: 15px; }
    #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews ._image img {
      display: block;
      width: 26px;
      height: 26px;
      max-width: none; }
      @media screen and (min-width: 992px) {
        #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews ._image img {
          width: 50px;
          height: 50px; } }
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews ._content {
    width: 100%;
    vertical-align: middle; }
    #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews ._content ._line {
      display: table;
      width: 100%; }
      #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews ._content ._line ._left,
      #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews ._content ._line ._right {
        display: table-cell;
        text-align: left; }
      #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews ._content ._line:first-child ._right {
        text-align: right;
        color: #6f6f6f !important;
        font-size: 14px !important;
        line-height: 24px !important; }
  #USERPROFILE-MESSAGES .UserProfile-ShowMessagePreviews:hover ._right span {
    text-decoration: underline; }

#USERPROFILE-SETTINGS .UserProfile-SettingsForm {
  padding-bottom: 30px; }
  @media screen and (min-width: 1200px) {
    #USERPROFILE-SETTINGS .UserProfile-SettingsForm {
      padding-left: 50px;
      padding-right: 50px; } }
  #USERPROFILE-SETTINGS .UserProfile-SettingsForm ._item-list {
    list-style: none;
    padding: 0; }
  #USERPROFILE-SETTINGS .UserProfile-SettingsForm ._col-list {
    list-style: none;
    padding: 0;
    margin: 0; }
  #USERPROFILE-SETTINGS .UserProfile-SettingsForm ._item {
    *zoom: 1;
    color: #6f6f6f; }
    #USERPROFILE-SETTINGS .UserProfile-SettingsForm ._item:before, #USERPROFILE-SETTINGS .UserProfile-SettingsForm ._item:after {
      content: " ";
      display: table; }
    #USERPROFILE-SETTINGS .UserProfile-SettingsForm ._item:after {
      clear: both; }
    @media screen and (min-width: 992px) {
      #USERPROFILE-SETTINGS .UserProfile-SettingsForm ._item {
        text-align: right; } }
    #USERPROFILE-SETTINGS .UserProfile-SettingsForm ._item ._item-inner {
      padding: 7px 10px;
      background-color: #f8f8f8; }
      @media screen and (min-width: 992px) {
        #USERPROFILE-SETTINGS .UserProfile-SettingsForm ._item ._item-inner {
          padding: 15px 6px;
          margin: 10px 0; } }
      @media screen and (min-width: 1200px) {
        #USERPROFILE-SETTINGS .UserProfile-SettingsForm ._item ._item-inner {
          padding: 15px 20px; } }
  #USERPROFILE-SETTINGS .UserProfile-SettingsForm ._label {
    font-size: 14px;
    position: relative;
    top: -3px;
    margin-right: 5px; }
  #USERPROFILE-SETTINGS .UserProfile-SettingsForm .onoffswitch {
    display: inline-block;
    text-align: left;
    position: relative;
    float: right;
    top: -1px; }
    @media screen and (min-width: 992px) {
      #USERPROFILE-SETTINGS .UserProfile-SettingsForm .onoffswitch {
        top: 4px;
        float: none; } }

.page-profile .select2-container .select2-choice abbr {
  top: 5px !important; }

.text-no-wrap ._wrap-text {
  word-break: break-word;
  width: 90%;
  position: relative;
  white-space: normal;
  display: inline-block;
  line-height: 18px;
  top: 9px; }
  @media screen and (min-width: 768px) {
    .text-no-wrap ._wrap-text {
      top: 0; } }
  @media screen and (min-width: 992px) {
    .text-no-wrap ._wrap-text {
      width: 247%; } }

#USERPROFILE-FEED {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 992px) {
    #USERPROFILE-FEED {
      padding-left: 15px;
      padding-right: 15px; } }
  #USERPROFILE-FEED h4 {
    color: #32618d;
    font-size: 40px;
    text-align: center;
    margin-top: 0.85em;
    margin-bottom: 0.16em; }
    @media screen and (min-width: 992px) {
      #USERPROFILE-FEED h4 {
        text-align: left; } }
  #USERPROFILE-FEED h5 {
    color: #2f3233;
    /* text color */
    font-size: 30px;
    font-family: "League Gothic", sans-serif;
    text-shadow: 0 1px 0 #fff;
    /* drop shadow */
    text-align: center; }
    @media screen and (min-width: 768px) {
      #USERPROFILE-FEED h5 {
        text-align: left; } }
  #USERPROFILE-FEED ._new-label {
    position: absolute;
    display: block;
    color: #fff;
    /* text color */
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    border-radius: 8px / 9px;
    /* border radius */
    background-color: #f3192f;
    /* layer fill content */
    padding: 3px 10px;
    top: 15px;
    right: 30px; }
    #USERPROFILE-FEED ._new-label._position-relative {
      position: relative;
      top: auto;
      right: auto; }
    #USERPROFILE-FEED ._new-label._inline-block {
      display: inline-block;
      top: -2px;
      margin-left: 7px; }
  #USERPROFILE-FEED .Article-wrapper {
    position: relative;
    display: block;
    margin: 16px 0px;
    margin-bottom: 3px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #USERPROFILE-FEED .Article-wrapper {
        text-align: left; } }
    #USERPROFILE-FEED .Article-wrapper ._article-author {
      position: relative;
      display: inline-block;
      color: #2f3233;
      /* text color */
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      line-height: 22px;
      vertical-align: middle;
      margin-right: 16px;
      text-decoration: none; }
      #USERPROFILE-FEED .Article-wrapper ._article-author img {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        line-height: 22px;
        margin-right: 6px; }
    #USERPROFILE-FEED .Article-wrapper ._article-link {
      position: relative;
      display: inline-block;
      width: 100%;
      color: #2f3233;
      /* text color */
      font-family: "League Gothic", sans-serif;
      font-size: 22px;
      text-shadow: 0 1px 0 #fff;
      /* drop shadow */
      text-decoration: underline;
      margin-top: 5px; }
      @media screen and (min-width: 768px) {
        #USERPROFILE-FEED .Article-wrapper ._article-link {
          width: auto;
          margin-top: 0; } }
      #USERPROFILE-FEED .Article-wrapper ._article-link:hover {
        text-decoration: none; }
  #USERPROFILE-FEED .Article-LastArticle {
    margin-bottom: 30px; }
    #USERPROFILE-FEED .Article-LastArticle .article-list-item {
      background-color: #fff;
      padding: 21px 26px; }
      #USERPROFILE-FEED .Article-LastArticle .article-list-item h3 {
        margin-bottom: 10px; }
      #USERPROFILE-FEED .Article-LastArticle .article-list-item .article-perex-content {
        margin-top: 0; }
      #USERPROFILE-FEED .Article-LastArticle .article-list-item ._content p, #USERPROFILE-FEED .Article-LastArticle .article-list-item ._content ul, #USERPROFILE-FEED .Article-LastArticle .article-list-item ._content strong, #USERPROFILE-FEED .Article-LastArticle .article-list-item ._content a:not(.btn) {
        font-size: 16px;
        line-height: 24px;
        text-align: left; }
    #USERPROFILE-FEED .Article-LastArticle .icon-rarr-white {
      top: -4px; }
    #USERPROFILE-FEED .Article-LastArticle .btn-light {
      font-size: 14px; }
  #USERPROFILE-FEED .Photos-NewPhotos {
    margin-bottom: 1.3em; }
    #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-hover {
      position: relative;
      display: block; }
      #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-hover:hover ._hover, #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-hover:hover ._point {
        opacity: 1; }
      #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-hover a._block-link {
        position: relative;
        display: block; }
      #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-hover ._hover {
        position: absolute;
        display: block;
        opacity: 1;
        width: 100%;
        bottom: 0;
        padding-right: 14px;
        padding-bottom: 7px;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all; }
        @media screen and (min-width: 992px) {
          #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-hover ._hover {
            opacity: 0; } }
        #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-hover ._hover ._background {
          position: relative;
          display: block;
          width: 100%;
          bottom: 0;
          padding: 4px 10px;
          background-color: rgba(0, 0, 0, 0.5);
          /* layer fill content */
          color: #fff;
          /* text color */
          font-size: 12px;
          line-height: 22px;
          font-weight: 400;
          text-decoration: none;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-hover ._hover ._background:hover {
            text-decoration: underline; }
          #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-hover ._hover ._background img {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            height: 20px;
            margin-right: 5px;
            top: -1px; }
      #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-hover ._point {
        position: absolute;
        display: inline-block;
        opacity: 1;
        width: auto;
        top: 0;
        right: 0;
        margin-right: 7px;
        margin-top: 7px;
        padding: 4px 9px;
        background-color: rgba(0, 0, 0, 0.5);
        /* layer fill content */
        color: #fff;
        /* text color */
        font-size: 12px;
        line-height: 22px;
        font-weight: 400;
        text-decoration: none;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all; }
        @media screen and (min-width: 992px) {
          #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-hover ._point {
            opacity: 0; } }
      #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-hover ._new-label {
        top: 15px;
        left: 15px;
        right: auto;
        padding: 2px 10px;
        line-height: 12px;
        z-index: 99; }
    #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-author {
      position: relative;
      display: block; }
      #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-author a._block-link {
        position: relative;
        display: block; }
      #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-author ._hover {
        position: absolute;
        display: block;
        opacity: 1;
        top: 7px;
        left: 7px;
        right: 7px;
        bottom: 7px; }
        #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-author ._hover ._background {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          bottom: 0;
          padding: 4px 10px;
          background-color: rgba(0, 0, 0, 0.5);
          /* layer fill content */
          font-family: "League Gothic", sans-serif;
          color: #fff;
          /* text color */
          font-size: 18px;
          line-height: 22px;
          font-weight: 400;
          text-align: center;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          text-decoration: none; }
          #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-author ._hover ._background:hover {
            text-decoration: underline; }
          #USERPROFILE-FEED .Photos-NewPhotos ul li._block-with-author ._hover ._background img {
            position: relative;
            display: block;
            vertical-align: middle;
            width: 45%;
            max-width: 70px;
            height: auto;
            max-height: 70px;
            margin: auto;
            margin-top: 27.5%;
            margin-bottom: 4px; }
    #USERPROFILE-FEED .Photos-NewPhotos ul li._item-load .vCenter-table {
      padding: 10%; }
  #USERPROFILE-FEED .Gallery-PhotoList {
    *zoom: 1; }
    #USERPROFILE-FEED .Gallery-PhotoList .TileList {
      width: 100%;
      margin-left: -5px;
      margin-right: -5px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #USERPROFILE-FEED .Gallery-PhotoList .TileList {
          text-align: left; } }
      #USERPROFILE-FEED .Gallery-PhotoList .TileList ._list-item {
        width: 16.66667%;
        padding: 5px;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          #USERPROFILE-FEED .Gallery-PhotoList .TileList ._list-item {
            width: 18.18182%; } }
        @media screen and (min-width: 992px) {
          #USERPROFILE-FEED .Gallery-PhotoList .TileList ._list-item {
            width: 16.66667%; } }
        @media screen and (min-width: 992px) {
          #USERPROFILE-FEED .Gallery-PhotoList .TileList ._list-item {
            float: left;
            display: block; } }
        #USERPROFILE-FEED .Gallery-PhotoList .TileList ._list-item a, #USERPROFILE-FEED .Gallery-PhotoList .TileList ._list-item img {
          background-color: #fff;
          display: block;
          width: 100%;
          max-width: 100%; }
      #USERPROFILE-FEED .Gallery-PhotoList .TileList ._item-load {
        width: 100%; }
        @media screen and (min-width: 992px) {
          #USERPROFILE-FEED .Gallery-PhotoList .TileList ._item-load {
            width: 50%; } }
        #USERPROFILE-FEED .Gallery-PhotoList .TileList ._item-load:after {
          padding-top: 10%;
          background-color: transparent; }
          @media screen and (min-width: 992px) {
            #USERPROFILE-FEED .Gallery-PhotoList .TileList ._item-load:after {
              padding-top: 30%; } }
        #USERPROFILE-FEED .Gallery-PhotoList .TileList ._item-load a {
          color: #32618d;
          /* text color */
          font-size: 16px;
          padding-right: 25px; }
          #USERPROFILE-FEED .Gallery-PhotoList .TileList ._item-load a:hover span {
            text-decoration: none; }
          #USERPROFILE-FEED .Gallery-PhotoList .TileList ._item-load a span {
            text-decoration: underline; }
          #USERPROFILE-FEED .Gallery-PhotoList .TileList ._item-load a i {
            position: relative;
            display: inline-block;
            height: 14px;
            top: -1px;
            bottom: 0px;
            right: -5px;
            font-size: 14px;
            vertical-align: middle;
            margin: auto;
            padding-top: 1px; }
    @media screen and (min-width: 992px) {
      #USERPROFILE-FEED .Gallery-PhotoList {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1.8em; } }
    #USERPROFILE-FEED .Gallery-PhotoList:before, #USERPROFILE-FEED .Gallery-PhotoList:after {
      content: " ";
      display: table; }
    #USERPROFILE-FEED .Gallery-PhotoList:after {
      clear: both; }
    #USERPROFILE-FEED .Gallery-PhotoList h5 {
      margin-bottom: 0.35em; }
  #USERPROFILE-FEED .Feed-link._score {
    margin-bottom: 2em; }
    #USERPROFILE-FEED .Feed-link._score ul li {
      margin-bottom: 7px; }
  #USERPROFILE-FEED .Feed-link h5 {
    margin-bottom: 0.6em; }
  #USERPROFILE-FEED .Feed-link ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1; }
    #USERPROFILE-FEED .Feed-link ul:before, #USERPROFILE-FEED .Feed-link ul:after {
      content: " ";
      display: table; }
    #USERPROFILE-FEED .Feed-link ul:after {
      clear: both; }
    #USERPROFILE-FEED .Feed-link ul li {
      width: 100%;
      margin-bottom: 1.2em; }
      #USERPROFILE-FEED .Feed-link ul li:nth-child(odd) {
        margin-right: 4%; }
      @media screen and (min-width: 768px) {
        #USERPROFILE-FEED .Feed-link ul li {
          width: 48%;
          float: left; } }
      @media screen and (min-width: 992px) {
        #USERPROFILE-FEED .Feed-link ul li {
          width: 100%; }
          #USERPROFILE-FEED .Feed-link ul li:nth-child(odd) {
            margin-right: 0%; } }
      #USERPROFILE-FEED .Feed-link ul li a {
        color: #2f3233;
        /* text color */
        font-size: 16px;
        text-decoration: underline;
        text-shadow: 0 1px 0 #fff;
        /* drop shadow */
        white-space: nowrap; }
        #USERPROFILE-FEED .Feed-link ul li a:hover {
          text-decoration: none; }
      #USERPROFILE-FEED .Feed-link ul li table {
        width: 100%;
        table-layout: fixed; }
        #USERPROFILE-FEED .Feed-link ul li table._two-column tr td:nth-child(1) {
          width: 75%;
          text-overflow: ellipsis;
          overflow: hidden; }
        #USERPROFILE-FEED .Feed-link ul li table._two-column tr td:nth-child(2) {
          text-align: right; }
        #USERPROFILE-FEED .Feed-link ul li table._three-column tr td {
          vertical-align: middle; }
          #USERPROFILE-FEED .Feed-link ul li table._three-column tr td:nth-child(1) {
            width: 70px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
            #USERPROFILE-FEED .Feed-link ul li table._three-column tr td:nth-child(1) img {
              position: relative;
              display: block;
              width: 50px;
              height: 50px; }
          #USERPROFILE-FEED .Feed-link ul li table._three-column tr td:nth-child(2) {
            width: 60%;
            text-overflow: ellipsis;
            overflow: hidden; }
          #USERPROFILE-FEED .Feed-link ul li table._three-column tr td:nth-child(3) {
            text-align: right; }
  #USERPROFILE-FEED .Feed-link ._new-label {
    position: relative;
    display: inline-block;
    min-width: 25px;
    height: 17px;
    top: 2px;
    right: 0;
    line-height: 17px;
    margin-top: -4px;
    margin-left: 5px;
    margin-right: 0px;
    padding: 0px;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      #USERPROFILE-FEED .Feed-link ._new-label {
        margin-right: 20px; } }
    #USERPROFILE-FEED .Feed-link ._new-label._color-grey {
      background-color: lightgrey;
      color: #000; }
  #USERPROFILE-FEED .btn-feed {
    display: inline-block;
    width: auto;
    min-width: auto;
    padding: 10px 30px;
    padding-left: 45px; }
    #USERPROFILE-FEED .btn-feed i {
      top: -2px; }

#FORUM #ASIDE, #FORUM .isMoved {
  text-align: center; }
  @media screen and (min-width: 768px) {
    #FORUM #ASIDE, #FORUM .isMoved {
      text-align: left; } }
  #FORUM #ASIDE h3, #FORUM .isMoved h3 {
    color: #32618d;
    text-transform: uppercase; }
    #FORUM #ASIDE h3 i, #FORUM .isMoved h3 i {
      color: #c0c0c0;
      font-size: 32px;
      margin-left: 20px; }
    #FORUM #ASIDE h3 ._pre, #FORUM .isMoved h3 ._pre {
      width: 100%;
      text-align: center;
      margin-left: 0;
      display: block;
      margin-bottom: 10px; }
    @media screen and (min-width: 992px) {
      #FORUM #ASIDE h3, #FORUM .isMoved h3 {
        font-size: 34px; }
        #FORUM #ASIDE h3 i, #FORUM .isMoved h3 i {
          position: relative;
          top: 2px; } }
    @media screen and (min-width: 1200px) {
      #FORUM #ASIDE h3, #FORUM .isMoved h3 {
        font-size: 40px; }
        #FORUM #ASIDE h3 i, #FORUM .isMoved h3 i {
          top: 0; } }
  #FORUM #ASIDE ._cols, #FORUM .isMoved ._cols {
    width: 100%; }
  @media screen and (max-width: 768px) {
    #FORUM #ASIDE .badge, #FORUM .isMoved .badge {
      display: none; }
    #FORUM #ASIDE ._image, #FORUM .isMoved ._image {
      display: none; }
    #FORUM #ASIDE .LinkList2 ._item-load i, #FORUM .isMoved .LinkList2 ._item-load i {
      display: inline-block; } }
  #FORUM #ASIDE > div:last-child, #FORUM .isMoved > div:last-child {
    margin-bottom: 50px; }
  #FORUM #ASIDE ._banner._left, #FORUM .isMoved ._banner._left {
    padding-left: 15px; }
#FORUM .isMoved {
  margin-bottom: 20px;
  float: none !important;
  padding-left: 0;
  padding-right: 0; }
  #FORUM .isMoved h3 {
    text-align: center; }
    @media screen and (min-width: 992px) {
      #FORUM .isMoved h3 {
        text-align: left; } }
#FORUM #FORUM-DEFAULT .PageDescription {
  margin-bottom: 30px; }
#FORUM #FORUM-DEFAULT .Forum-Thread {
  margin-bottom: 25px; }
  #FORUM #FORUM-DEFAULT .Forum-Thread h3 {
    color: #fff;
    margin: 0;
    line-height: 1.2;
    text-align: center; }
    @media screen and (min-width: 480px) {
      #FORUM #FORUM-DEFAULT .Forum-Thread h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
    @media screen and (min-width: 480px) {
      #FORUM #FORUM-DEFAULT .Forum-Thread h3 {
        text-align: left; } }
  #FORUM #FORUM-DEFAULT .Forum-Thread ._top {
    position: relative;
    color: #fff;
    background-color: #32618d;
    padding: 25px;
    padding-bottom: 15px; }
    #FORUM #FORUM-DEFAULT .Forum-Thread ._top a {
      color: #fff; }
      #FORUM #FORUM-DEFAULT .Forum-Thread ._top a:hover {
        text-decoration: underline;
        color: #fff; }
      #FORUM #FORUM-DEFAULT .Forum-Thread ._top a h3 {
        color: #fff; }
        @media screen and (min-width: 480px) {
          #FORUM #FORUM-DEFAULT .Forum-Thread ._top a h3 {
            padding-right: 150px; } }
    #FORUM #FORUM-DEFAULT .Forum-Thread ._top ._description {
      font-size: 14px;
      line-height: 18px;
      text-align: center; }
      @media screen and (min-width: 480px) {
        #FORUM #FORUM-DEFAULT .Forum-Thread ._top ._description {
          text-align: left;
          font-size: 16px;
          line-height: 24px; } }
    #FORUM #FORUM-DEFAULT .Forum-Thread ._top i {
      margin-right: 5px;
      font-size: 20px;
      position: relative;
      top: 3px; }
      #FORUM #FORUM-DEFAULT .Forum-Thread ._top i.icon-list {
        font-size: 14px;
        top: 0px; }
    #FORUM #FORUM-DEFAULT .Forum-Thread ._top ._entries {
      margin-right: 10px; }
    #FORUM #FORUM-DEFAULT .Forum-Thread ._top ._right {
      text-align: center;
      position: relative;
      top: -10px; }
      @media screen and (min-width: 480px) {
        #FORUM #FORUM-DEFAULT .Forum-Thread ._top ._right {
          text-align: left; } }
    @media screen and (min-width: 480px) {
      #FORUM #FORUM-DEFAULT .Forum-Thread ._top ._right {
        position: absolute;
        right: 20px;
        top: 15px; } }
  #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom {
    background-color: #fff;
    padding: 11px 25px; }
    #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom p {
      margin: 0; }
    #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom ._profile,
    #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom ._entries {
      font-size: 12px;
      color: #303234;
      position: relative;
      margin-left: 3px;
      text-decoration: none; }
      #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom ._profile:hover,
      #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom ._entries:hover {
        text-decoration: none;
        color: black; }
      #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom ._profile img,
      #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom ._entries img {
        position: relative;
        top: 5px;
        margin-right: 3px; }
      #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom ._profile .badge,
      #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom ._entries .badge {
        background-color: #c0c0c0;
        font-size: 10px;
        margin-right: 2px; }
      @media screen and (min-width: 992px) {
        #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom ._profile span._hoverUnderline:hover,
        #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom ._entries span._hoverUnderline:hover {
          text-decoration: underline; } }
    #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom a {
      color: #32618d;
      text-decoration: underline; }
      #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom a:hover {
        text-decoration: none; }
      @media screen and (min-width: 768px) {
        #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom a {
          display: inline-block;
          overflow: hidden;
          max-width: 380px;
          white-space: nowrap;
          text-overflow: ellipsis; } }
      @media screen and (min-width: 992px) {
        #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom a {
          max-width: 225px; } }
      @media screen and (min-width: 1200px) {
        #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom a {
          max-width: 300px; } }
    #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table {
      width: 100%; }
      #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table th, #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table td {
        line-height: 18px !important; }
        #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table th a, #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table td a {
          display: none;
          line-height: 18px; }
          @media screen and (min-width: 480px) {
            #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table th a, #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table td a {
              display: inline-block; } }
        #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table th a, #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table th span, #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table td a, #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table td span {
          line-height: 20px !important; }
      #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table th {
        text-align: center;
        vertical-align: bottom;
        padding-bottom: 9px; }
        @media screen and (min-width: 992px) {
          #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table th {
            width: 30%;
            text-align: right; } }
        @media screen and (min-width: 480px) {
          #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table th {
            width: auto;
            text-align: right;
            padding-right: 10px; } }
      #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table td {
        padding-bottom: 7px; }
        @media screen and (min-width: 480px) {
          #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table td {
            padding-bottom: 8px; } }
        @media screen and (min-width: 768px) {
          #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table td {
            padding-bottom: 6px; } }
      #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table ._alternate {
        text-align: center; }
        #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table ._alternate th a, #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table ._alternate td a {
          display: inline-block;
          margin-bottom: 10px;
          font-size: 14px;
          line-height: 18px; }
      @media screen and (min-width: 480px) {
        #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table {
          width: auto; }
          #FORUM #FORUM-DEFAULT .Forum-Thread ._bottom table ._alternate {
            display: none; } }
  #FORUM #FORUM-DEFAULT .Forum-Thread ._noPointer {
    cursor: default; }
#FORUM #FORUM-DEFAULT .Forum-ThreadList {
  list-style: none;
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 768px) {
    #FORUM #FORUM-DEFAULT .Forum-ThreadList {
      margin-left: 0;
      margin-right: 0; } }
@media screen and (min-width: 768px) and (max-width: 992px) {
  #FORUM #FORUM-DEFAULT #ASIDE {
    margin: 0 20px; } }
#FORUM #FORUM-DETAIL .Pagination {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 20px; }
#FORUM #FORUM-DETAIL .Comments {
  padding-top: 0; }
  #FORUM #FORUM-DETAIL .Comments ._list {
    margin-top: 0;
    margin-bottom: 36px; }
#FORUM #FORUM-DETAIL .Forum-ShowArticle {
  text-align: center;
  margin: 30px 0; }
  #FORUM #FORUM-DETAIL .Forum-ShowArticle .btn {
    display: inline-block; }
    #FORUM #FORUM-DETAIL .Forum-ShowArticle .btn i {
      font-size: 15px;
      margin-right: 5px;
      position: relative;
      top: 2px; }
#FORUM #FORUM-DETAIL .Photos-Overview ._header {
  background-color: #f8f8f8;
  padding: 15px; }
  #FORUM #FORUM-DETAIL .Photos-Overview ._header h3 {
    margin: 0;
    color: #303234;
    font-size: 30px; }
#FORUM #FORUM-DETAIL .Photos-Overview ._content {
  background-color: #fff; }
#FORUM #FORUM-DETAIL .Photos-Overview ._list {
  list-style: none;
  margin: 0;
  *zoom: 1;
  padding: 10px; }
  #FORUM #FORUM-DETAIL .Photos-Overview ._list:before, #FORUM #FORUM-DETAIL .Photos-Overview ._list:after {
    content: " ";
    display: table; }
  #FORUM #FORUM-DETAIL .Photos-Overview ._list:after {
    clear: both; }
#FORUM #FORUM-DETAIL .Photos-Overview ._item {
  width: 50%;
  float: left;
  padding: 5px; }
  @media screen and (min-width: 768px) {
    #FORUM #FORUM-DETAIL .Photos-Overview ._item {
      width: 20%; } }
  @media screen and (min-width: 992px) {
    #FORUM #FORUM-DETAIL .Photos-Overview ._item {
      width: 33.33333%; } }
  #FORUM #FORUM-DETAIL .Photos-Overview ._item img {
    display: block;
    width: 100%;
    max-width: 100%; }
#FORUM #FORUM-DETAIL .Photos-Overview ._item-load {
  float: left;
  width: 100%;
  line-height: 40px;
  text-align: center; }
  #FORUM #FORUM-DETAIL .Photos-Overview ._item-load a {
    color: #32618d;
    text-decoration: underline; }
    #FORUM #FORUM-DETAIL .Photos-Overview ._item-load a:hover {
      text-decoration: none;
      color: #32618d; }
  #FORUM #FORUM-DETAIL .Photos-Overview ._item-load i {
    color: #32618d;
    margin-left: 5px; }
#FORUM #FORUM-LIST .PageDescription {
  margin-bottom: 0; }
#FORUM #FORUM-LIST .Forum-ThreadList2 {
  list-style: none;
  padding-left: 0;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 768px) {
    #FORUM #FORUM-LIST .Forum-ThreadList2 {
      margin-left: 0;
      margin-right: 0; } }
#FORUM #FORUM-LIST .Forum-Thread2 {
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
  padding: 15px;
  position: relative; }
  #FORUM #FORUM-LIST .Forum-Thread2 h3 {
    color: #303234;
    font-size: 29px;
    text-align: center;
    margin: 0; }
    @media screen and (min-width: 768px) {
      #FORUM #FORUM-LIST .Forum-Thread2 h3 {
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative; } }
    #FORUM #FORUM-LIST .Forum-Thread2 h3 a:hover {
      text-decoration: underline; }
    #FORUM #FORUM-LIST .Forum-Thread2 h3 i {
      font-size: 23px;
      color: #de4849;
      margin-right: 3px; }
  #FORUM #FORUM-LIST .Forum-Thread2 ._header {
    font-size: 11px;
    line-height: 16px;
    color: #303234;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #FORUM #FORUM-LIST .Forum-Thread2 ._header {
        text-align: left; } }
  #FORUM #FORUM-LIST .Forum-Thread2 ._content {
    position: relative; }
    @media screen and (min-width: 768px) {
      #FORUM #FORUM-LIST .Forum-Thread2 ._content {
        padding-right: 150px; } }
  #FORUM #FORUM-LIST .Forum-Thread2 ._description {
    text-align: center;
    margin: 10px 0;
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      #FORUM #FORUM-LIST .Forum-Thread2 ._description {
        text-align: left;
        margin: 0; } }
    #FORUM #FORUM-LIST .Forum-Thread2 ._description ._right {
      float: right; }
  @media screen and (min-width: 768px) {
    #FORUM #FORUM-LIST .Forum-Thread2 ._icons {
      position: absolute;
      right: 20px;
      top: 25px; } }
  #FORUM #FORUM-LIST .Forum-Thread2 ._iconList {
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #FORUM #FORUM-LIST .Forum-Thread2 ._iconList {
        text-align: right; } }
    #FORUM #FORUM-LIST .Forum-Thread2 ._iconList ._item {
      display: inline-block;
      color: #9f9f9f;
      margin-left: 3px; }
      #FORUM #FORUM-LIST .Forum-Thread2 ._iconList ._item.isActive {
        color: #32618d; }
  #FORUM #FORUM-LIST .Forum-Thread2 ._profile-small {
    font-size: 12px;
    color: #303234;
    position: relative;
    margin-left: 5px; }
    #FORUM #FORUM-LIST .Forum-Thread2 ._profile-small img {
      position: relative;
      top: 4px;
      margin-right: 3px; }
  #FORUM #FORUM-LIST .Forum-Thread2 ._pin {
    text-decoration: none; }
    #FORUM #FORUM-LIST .Forum-Thread2 ._pin:hover {
      text-decoration: none !important; }
    #FORUM #FORUM-LIST .Forum-Thread2 ._pin.isUser.notPinned {
      display: none; }
    #FORUM #FORUM-LIST .Forum-Thread2 ._pin.isUser.isPinned i {
      color: #de4849; }
    #FORUM #FORUM-LIST .Forum-Thread2 ._pin.isAdmin.notPinned i {
      color: #9F9F9F; }
    #FORUM #FORUM-LIST .Forum-Thread2 ._pin.isAdmin.notPinned:hover {
      text-decoration: none; }
      #FORUM #FORUM-LIST .Forum-Thread2 ._pin.isAdmin.notPinned:hover i {
        color: #de4849; }
    #FORUM #FORUM-LIST .Forum-Thread2 ._pin.isAdmin.isPinned {
      color: #de4849; }
      #FORUM #FORUM-LIST .Forum-Thread2 ._pin.isAdmin.isPinned:hover {
        text-decoration: none; }
        #FORUM #FORUM-LIST .Forum-Thread2 ._pin.isAdmin.isPinned:hover i {
          color: #9F9F9F; }
  #FORUM #FORUM-LIST .Forum-Thread2 .PaginationSimple {
    display: none; }
    @media screen and (min-width: 768px) {
      #FORUM #FORUM-LIST .Forum-Thread2 .PaginationSimple {
        display: block; } }
#FORUM #FORUM-LIST .Forum-NewThread {
  padding: 15px 30px;
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 992px) {
    #FORUM #FORUM-LIST .Forum-NewThread {
      margin-left: 0;
      margin-right: 0;
      padding-top: 25px;
      padding-bottom: 25px; } }
  #FORUM #FORUM-LIST .Forum-NewThread .no-padding {
    padding: 0 15px !important; }
    @media screen and (min-width: 992px) {
      #FORUM #FORUM-LIST .Forum-NewThread .no-padding {
        padding: 0 !important; } }
  #FORUM #FORUM-LIST .Forum-NewThread .padding-top {
    padding-top: 10px; }
  #FORUM #FORUM-LIST .Forum-NewThread .btn i {
    font-size: 15px;
    margin-right: 3px;
    position: relative;
    top: 3px; }
  #FORUM #FORUM-LIST .Forum-NewThread h3 {
    font-size: 34px;
    margin-top: 0; }
  #FORUM #FORUM-LIST .Forum-NewThread textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    resize: vertical; }
    @media screen and (min-width: 992px) {
      #FORUM #FORUM-LIST .Forum-NewThread textarea {
        height: 155px; } }
  #FORUM #FORUM-LIST .Forum-NewThread label {
    text-align: left; }
    @media screen and (min-width: 768px) {
      #FORUM #FORUM-LIST .Forum-NewThread label {
        text-align: right; } }
  #FORUM #FORUM-LIST .Forum-NewThread ._cancel {
    font-size: 14px;
    line-height: 33px;
    text-decoration: underline;
    color: #9f9f9f;
    margin-left: 10px; }
    #FORUM #FORUM-LIST .Forum-NewThread ._cancel:hover {
      text-decoration: none; }
  #FORUM #FORUM-LIST .Forum-NewThread p {
    margin: 0; }
  #FORUM #FORUM-LIST .Forum-NewThread ._collapsed {
    max-height: 400px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    padding: 15px 0; }
  #FORUM #FORUM-LIST .Forum-NewThread ._open {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    max-height: 0; }
  #FORUM #FORUM-LIST .Forum-NewThread.isOpen ._collapsed {
    max-height: 0;
    padding: 0; }
  #FORUM #FORUM-LIST .Forum-NewThread.isOpen ._open {
    max-height: 400px; }
#FORUM #FORUM-LIST .Forum-Warning {
  padding: 15px 30px; }
#FORUM .Forum-WatchedDiscussions h3 {
  text-align: center; }
  @media screen and (min-width: 992px) {
    #FORUM .Forum-WatchedDiscussions h3 {
      text-align: left; } }
#FORUM .Forum-WatchedDiscussions .LinkList2 {
  text-align: left; }
  #FORUM .Forum-WatchedDiscussions .LinkList2 .badge {
    display: inline-block !important; }
#FORUM .Forum-WatchedDiscussions i:hover {
  color: #de4849; }
#FORUM .Forum-WatchedDiscussions td {
  width: auto !important; }
#FORUM .Forum-WatchedDiscussions ._watchColumn {
  width: 20px !important; }
  #FORUM .Forum-WatchedDiscussions ._watchColumn i {
    margin-left: 5px; }

#CAMERA #ASIDE, #CAMERA .isMoved {
  text-align: center; }
  @media screen and (min-width: 768px) {
    #CAMERA #ASIDE, #CAMERA .isMoved {
      text-align: left; } }
  #CAMERA #ASIDE h3, #CAMERA .isMoved h3 {
    position: relative;
    color: #32618d;
    text-transform: uppercase;
    padding-top: 45px; }
    #CAMERA #ASIDE h3 i, #CAMERA .isMoved h3 i {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      color: #c0c0c0;
      font-size: 32px;
      margin-left: 20px; }
    #CAMERA #ASIDE h3 ._pre, #CAMERA .isMoved h3 ._pre {
      width: 100%;
      text-align: center;
      margin-left: 0;
      display: block;
      margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      #CAMERA #ASIDE h3, #CAMERA .isMoved h3 {
        padding-top: 0px;
        padding-right: 75px;
        font-size: 34px; }
        #CAMERA #ASIDE h3 i, #CAMERA .isMoved h3 i {
          position: absolute;
          top: 0px;
          bottom: auto;
          left: auto;
          right: 40px; } }
    @media screen and (min-width: 1200px) {
      #CAMERA #ASIDE h3, #CAMERA .isMoved h3 {
        font-size: 40px; } }
  #CAMERA #ASIDE ._cols, #CAMERA .isMoved ._cols {
    width: 100%; }
  @media screen and (max-width: 768px) {
    #CAMERA #ASIDE .badge, #CAMERA .isMoved .badge {
      display: none; }
    #CAMERA #ASIDE .LinkList2 ._item-load i, #CAMERA .isMoved .LinkList2 ._item-load i {
      display: inline-block; } }
  #CAMERA #ASIDE > div:last-child, #CAMERA .isMoved > div:last-child {
    margin-bottom: 50px; }
#CAMERA .isMoved {
  margin-bottom: 20px;
  float: none !important;
  padding-left: 0;
  padding-right: 0; }
  #CAMERA .isMoved h3 {
    text-align: center; }
    @media screen and (min-width: 992px) {
      #CAMERA .isMoved h3 {
        text-align: left; } }
#CAMERA #CAMERA-DEFAULT .PageDescription {
  margin-bottom: 30px; }
@media screen and (min-width: 768px) and (max-width: 992px) {
  #CAMERA #CAMERA-DEFAULT #ASIDE {
    margin: 0 20px; } }
#CAMERA #CAMERA-DEFAULT .Camera-BrandList {
  position: relative;
  margin: 0;
  padding: 0; }
  #CAMERA #CAMERA-DEFAULT .Camera-BrandList li {
    position: relative;
    display: block;
    width: 100%;
    height: 74px;
    overflow: hidden;
    margin-bottom: 2%;
    float: left;
    background-color: #31618d;
    /* layer fill content */ }
    @media screen and (min-width: 768px) {
      #CAMERA #CAMERA-DEFAULT .Camera-BrandList li {
        width: 48%;
        margin-right: 4%; } }
    #CAMERA #CAMERA-DEFAULT .Camera-BrandList li:hover {
      background: #6f6f6f; }
    #CAMERA #CAMERA-DEFAULT .Camera-BrandList li:nth-child(2n+0) {
      margin-right: 0; }
    #CAMERA #CAMERA-DEFAULT .Camera-BrandList li a {
      position: relative;
      display: table;
      width: 100%;
      height: 100%; }
      #CAMERA #CAMERA-DEFAULT .Camera-BrandList li a ._content, #CAMERA #CAMERA-DEFAULT .Camera-BrandList li a ._image {
        display: table-cell;
        vertical-align: middle; }
      #CAMERA #CAMERA-DEFAULT .Camera-BrandList li a ._image {
        position: relative;
        width: 143px;
        height: 74px;
        background: #cccccc;
        color: #9e9e9e;
        text-align: center; }
        #CAMERA #CAMERA-DEFAULT .Camera-BrandList li a ._image.bg-white {
          background: #fff; }
        #CAMERA #CAMERA-DEFAULT .Camera-BrandList li a ._image img {
          display: inline-block;
          vertical-align: middle;
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%;
          background: #fff; }
      #CAMERA #CAMERA-DEFAULT .Camera-BrandList li a ._content {
        position: relative;
        font-family: "League Gothic", sans-serif;
        padding-left: 34px; }
        #CAMERA #CAMERA-DEFAULT .Camera-BrandList li a ._content ._small {
          color: #b2c0cd;
          font-size: 14px;
          line-height: 14px;
          font-family: "Open Sans", sans-serif; }
        #CAMERA #CAMERA-DEFAULT .Camera-BrandList li a ._content ._large {
          color: #fff;
          font-size: 28px;
          line-height: 28px; }
#CAMERA #CAMERA-BRAND .PageDescription {
  margin-bottom: 30px; }
#CAMERA #CAMERA-BRAND .Camera-ActualItem h2, #CAMERA #CAMERA-BRAND .Camera-LinkItem h2 {
  color: #32618d;
  margin-bottom: 0.33em; }
#CAMERA #CAMERA-BRAND .Camera-ItemList {
  position: relative;
  margin: 0;
  padding: 0; }
  #CAMERA #CAMERA-BRAND .Camera-ItemList li {
    position: relative;
    display: block;
    width: 100%;
    height: 116px;
    margin-bottom: 2%;
    float: left;
    background-color: #fff;
    /* layer fill content */ }
    @media screen and (min-width: 768px) {
      #CAMERA #CAMERA-BRAND .Camera-ItemList li {
        width: 48%;
        margin-right: 4%; } }
    #CAMERA #CAMERA-BRAND .Camera-ItemList li._omega {
      margin-right: 0; }
    #CAMERA #CAMERA-BRAND .Camera-ItemList li._line-banner {
      width: 100%; }
      #CAMERA #CAMERA-BRAND .Camera-ItemList li._line-banner > div {
        top: -2px; }
    #CAMERA #CAMERA-BRAND .Camera-ItemList li ._wrapper {
      position: relative;
      display: table;
      width: 100%;
      height: 100%; }
    #CAMERA #CAMERA-BRAND .Camera-ItemList li ._content, #CAMERA #CAMERA-BRAND .Camera-ItemList li ._image {
      display: table-cell;
      vertical-align: middle; }
    #CAMERA #CAMERA-BRAND .Camera-ItemList li ._image {
      position: relative;
      width: 90px;
      height: 96px;
      color: #9e9e9e;
      text-align: center;
      padding-right: 6px; }
      #CAMERA #CAMERA-BRAND .Camera-ItemList li ._image img {
        display: inline-block;
        vertical-align: middle;
        width: 90%;
        height: auto;
        top: 0;
        padding: 10%;
        background: #fff; }
    #CAMERA #CAMERA-BRAND .Camera-ItemList li ._content {
      position: relative;
      padding: 10px 0; }
      #CAMERA #CAMERA-BRAND .Camera-ItemList li ._content .btn-box {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin-top: 6px; }
      #CAMERA #CAMERA-BRAND .Camera-ItemList li ._content a {
        position: relative;
        display: block; }
        #CAMERA #CAMERA-BRAND .Camera-ItemList li ._content a._title {
          color: #32618d;
          /* text color */
          font-size: 16px;
          line-height: 20px;
          font-weight: 600;
          text-decoration: underline; }
          #CAMERA #CAMERA-BRAND .Camera-ItemList li ._content a._title:hover {
            text-decoration: none; }
        #CAMERA #CAMERA-BRAND .Camera-ItemList li ._content a._buy {
          float: left;
          color: #fff;
          /* text color */
          font-size: 12px;
          font-weight: 400;
          line-height: 12px;
          margin-right: 16px;
          padding: 4px 11px;
          padding-bottom: 2px;
          padding-left: 0px;
          background-color: #6f6f6f;
          /* layer fill content */ }
          #CAMERA #CAMERA-BRAND .Camera-ItemList li ._content a._buy:hover {
            background-color: #318d37;
            /* layer fill content */ }
          #CAMERA #CAMERA-BRAND .Camera-ItemList li ._content a._buy i {
            display: inline-block;
            font-size: 16px;
            line-height: 16px;
            margin-top: 1px;
            margin-right: 5px;
            margin-left: 5px;
            margin-bottom: 1px;
            padding: 0;
            vertical-align: middle; }
        #CAMERA #CAMERA-BRAND .Camera-ItemList li ._content a._test-link {
          position: relative;
          float: left;
          color: #32618d;
          /* text color */
          font-size: 14px;
          font-weight: 400;
          text-decoration: underline;
          padding: 0px 11px;
          padding-left: 22px; }
          #CAMERA #CAMERA-BRAND .Camera-ItemList li ._content a._test-link:hover {
            text-decoration: none; }
          #CAMERA #CAMERA-BRAND .Camera-ItemList li ._content a._test-link i {
            position: absolute;
            display: inline-block;
            font-size: 18px;
            line-height: 24px;
            left: 0;
            top: 0;
            bottom: 0;
            margin: 0;
            padding: 0;
            vertical-align: middle; }
      #CAMERA #CAMERA-BRAND .Camera-ItemList li ._content p {
        position: relative;
        display: block;
        margin: 0;
        margin-top: 5px;
        color: #6f6f6f;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400; }
#CAMERA #CAMERA-BRAND .Camera-LinkItemList {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 30px;
  padding: 27px;
  background: #fff; }
  #CAMERA #CAMERA-BRAND .Camera-LinkItemList li {
    position: relative;
    display: list-item;
    float: left;
    width: 100%;
    list-style: disc;
    font-size: 18px;
    color: #32618d;
    /* text color */
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      #CAMERA #CAMERA-BRAND .Camera-LinkItemList li {
        width: 42%;
        margin-right: 4%;
        margin-left: 4%; } }
    #CAMERA #CAMERA-BRAND .Camera-LinkItemList li a {
      position: relative;
      display: block;
      color: #32618d;
      /* text color */
      font-size: 16px;
      text-decoration: underline; }
      #CAMERA #CAMERA-BRAND .Camera-LinkItemList li a:hover {
        text-decoration: none; }
#CAMERA #CAMERA-CAMERA .PageDescription {
  margin-bottom: 30px; }
#CAMERA #CAMERA-CAMERA .Photos-LastPhotos {
  margin-bottom: 50px; }
  #CAMERA #CAMERA-CAMERA .Photos-LastPhotos h2 {
    color: #32618d;
    margin-top: 1em;
    margin-bottom: 0.22em; }
#CAMERA #CAMERA-CAMERA #ASIDE .Article-NextArticle h2 {
  color: #32618d;
  margin-bottom: 1rem; }
@media screen and (min-width: 768px) and (max-width: 992px) {
  #CAMERA #CAMERA-CAMERA #ASIDE {
    margin: 0 20px; } }
#CAMERA #CAMERA-CAMERA .Camera-Highlight {
  position: relative;
  margin: 0;
  margin-bottom: 50px;
  padding: 24px;
  background-color: #fff; }
  #CAMERA #CAMERA-CAMERA .Camera-Highlight img {
    position: relative;
    display: block;
    margin: auto; }
  #CAMERA #CAMERA-CAMERA .Camera-Highlight ._description p {
    color: #6f6f6f;
    /* text color */
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
    #CAMERA #CAMERA-CAMERA .Camera-Highlight ._description p a {
      color: #32618d;
      font-size: 16px;
      line-height: 24px;
      text-decoration: underline; }
      @media (min-width: 992px) {
        #CAMERA #CAMERA-CAMERA .Camera-Highlight ._description p a:hover {
          text-decoration: none; } }
  #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview {
    text-align: center;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview {
        padding-top: 0px; } }
    @media screen and (min-width: 992px) {
      #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview {
        display: table-cell;
        vertical-align: middle;
        padding: 0; } }
    #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul {
      *zoom: 1;
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center; }
      #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul:before, #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul:after {
        content: " ";
        display: table; }
      #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul:after {
        clear: both; }
      @media screen and (min-width: 768px) {
        #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul {
          white-space: nowrap;
          text-align: left; } }
      #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li {
        font-family: "League Gothic", sans-serif;
        display: inline-block;
        width: 23%;
        text-align: center;
        float: none;
        margin: 0px;
        padding-left: 0;
        vertical-align: top; }
        @media screen and (min-width: 768px) {
          #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li {
            width: auto;
            margin: 0 16px; }
            #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li:first-child {
              margin-left: 7px; }
            #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li:last-child {
              margin-right: 20px; } }
        #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li._buy span, #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li._buy a {
          color: #318d37;
          /* color overlay */ }
        #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li._separator {
          display: none; }
        @media screen and (min-width: 992px) {
          #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li._separator {
            display: inline-block;
            width: 1px;
            height: 55px;
            margin-left: 16px;
            margin-right: 16px;
            margin-top: 10px;
            border-left: 1px solid #f0f0f0; } }
        #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li a, #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li span.span-iconized {
          display: block; }
        #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li span, #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li a {
          color: #32618d;
          text-align: left; }
          #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li span:hover, #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li a:hover {
            text-decoration: none; }
          #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li span i, #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li a i {
            display: inline-block;
            text-align: center;
            width: 100%;
            font-size: 45px;
            margin-right: 7px; }
            @media screen and (min-width: 768px) {
              #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li span i, #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li a i {
                font-size: 45px;
                margin-right: 10px; } }
            @media screen and (min-width: 768px) {
              #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li span i, #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li a i {
                margin-right: 0; } }
          #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li span div, #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li a div {
            font-size: 12px;
            top: -10px;
            width: 100%;
            text-transform: uppercase;
            display: inline-block;
            position: relative;
            text-align: center; }
            @media screen and (min-width: 768px) {
              #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li span div, #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li a div {
                width: auto;
                font-size: 14px;
                top: -15px; } }
            @media screen and (min-width: 768px) {
              #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li span div, #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li a div {
                display: block;
                text-align: center;
                margin-top: 0px;
                top: 0; } }
        #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li span.span-iconized {
          color: #9e9b96; }
          #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li span.span-iconized div {
            text-decoration: underline; }
        #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li a div {
          text-decoration: underline; }
        #CAMERA #CAMERA-CAMERA .Camera-Highlight ._cameraOverview ul li a:hover {
          color: #18426a; }
#CAMERA #CAMERA-CAMERA .Article-LastArticle {
  margin-bottom: 30px; }
  #CAMERA #CAMERA-CAMERA .Article-LastArticle .article-list-item {
    background-color: #fff;
    padding: 20px; }
    #CAMERA #CAMERA-CAMERA .Article-LastArticle .article-list-item h3 {
      margin-bottom: 10px; }
    #CAMERA #CAMERA-CAMERA .Article-LastArticle .article-list-item .article-perex-content {
      margin-top: 0; }
    #CAMERA #CAMERA-CAMERA .Article-LastArticle .article-list-item ._content p, #CAMERA #CAMERA-CAMERA .Article-LastArticle .article-list-item ._content ul, #CAMERA #CAMERA-CAMERA .Article-LastArticle .article-list-item ._content strong, #CAMERA #CAMERA-CAMERA .Article-LastArticle .article-list-item ._content a:not(.btn) {
      font-size: 16px;
      line-height: 24px;
      text-align: left; }
  #CAMERA #CAMERA-CAMERA .Article-LastArticle .icon-rarr-white {
    top: -4px; }
  #CAMERA #CAMERA-CAMERA .Article-LastArticle .btn-light {
    font-size: 14px; }
#CAMERA #CAMERA-CAMERA .Advertisement-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 30px; }
  #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    outline: none; }
    @media screen and (min-width: 768px) {
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item {
        height: 185px;
        padding-bottom: 0; } }
    @media screen and (min-width: 992px) {
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item {
        height: 145px; } }
    @media screen and (min-width: 768px) {
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item._sm-noprice-height {
        height: 145px; } }
    #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._image {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      width: 145px;
      height: 145px;
      padding: 16px; }
      @media screen and (min-width: 768px) {
        #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._image {
          display: block; } }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._image img {
        position: relative;
        display: block;
        width: 113px;
        height: 113px; }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._image a {
        position: relative;
        display: block;
        text-decoration: none;
        z-index: 888; }
    #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content {
      position: relative;
      display: block;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (min-width: 768px) {
        #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content {
          padding-left: 167px;
          padding-right: 101px; } }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content._xs-padding-bottom {
        padding-bottom: 13px; }
        @media screen and (min-width: 768px) {
          #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content._xs-padding-bottom {
            padding-bottom: 0; } }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content h3 {
        margin: 0;
        padding: 13px 0;
        padding-top: 1px;
        padding-bottom: 1px;
        color: #2f3233;
        /* text color */
        font-size: 31px;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content h3 a:hover {
          text-decoration: underline; }
        #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content h3._padding-top {
          padding-top: 13px; }
        @media screen and (min-width: 768px) {
          #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content h3 {
            padding-top: 13px;
            width: 90%; } }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._info span {
        vertical-align: top; }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._info ._text-info-wrapper {
        position: relative;
        display: inline-block;
        max-width: 73%; }
        @media screen and (min-width: 768px) {
          #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._info ._text-info-wrapper {
            max-width: 81%; } }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._info ._label {
        max-width: 66px;
        width: 25%;
        left: 0; }
        @media screen and (min-width: 768px) {
          #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._info ._label {
            width: 15%; } }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._info ._text-info {
        position: relative;
        display: inline-block;
        margin: 0 4px;
        color: #2f3233;
        /* text color */
        font-size: 12px;
        font-weight: 400;
        line-height: 18px; }
        @media screen and (min-width: 768px) {
          #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._info ._text-info {
            margin: 0 9px; } }
        #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._info ._text-info strong {
          font-weight: 700; }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._desc {
        max-height: 83px;
        color: #2f3233;
        /* text color */
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        margin: 19px 0px;
        margin-bottom: 0px;
        padding: 0;
        overflow: hidden;
        *zoom: 1; }
        #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._desc:before, #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._desc:after {
          content: " ";
          display: table; }
        #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._desc:after {
          clear: both; }
        @media screen and (min-width: 768px) {
          #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._desc {
            max-height: 64px;
            margin-bottom: 13px; } }
        @media screen and (min-width: 992px) {
          #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._desc {
            max-height: 42px;
            padding-right: 10px;
            margin-top: 5px; } }
        #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._desc ._image-mobile {
          position: relative;
          display: inline-block;
          float: left;
          width: 80px;
          height: 80px;
          padding: 0;
          margin: 15px;
          margin-top: 0;
          margin-left: 0;
          margin-bottom: 0; }
          @media screen and (min-width: 768px) {
            #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._content ._desc ._image-mobile {
              display: none; } }
    #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._side-info {
      position: absolute;
      display: none;
      width: 151px;
      height: 132px;
      top: 0;
      right: 0;
      margin-top: 10px;
      text-align: right; }
      @media screen and (min-width: 768px) {
        #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._side-info {
          height: 172px;
          display: block; } }
      @media screen and (min-width: 992px) {
        #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._side-info {
          height: 132px; } }
    #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._label {
      padding: 3px 12px;
      right: 11px; }
    #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._price {
      position: absolute;
      display: block;
      width: 110px;
      right: 14px;
      bottom: 14px;
      color: #32618d;
      font-size: 18px;
      line-height: 18px;
      font-weight: 700;
      text-align: right;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._price i {
        position: relative;
        display: inline-block;
        color: #bfbfbf;
        /* color overlay */
        font-size: 18px;
        line-height: 18px;
        top: 3px;
        margin-right: 4px; }
    #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._mobile-label {
      position: relative;
      display: block;
      height: 16px;
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._mobile-label {
          display: none; } }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._mobile-label ._label {
        position: absolute; }
        #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._mobile-label ._label:nth-child(even) {
          right: 85px; }
    #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._mobile-price {
      position: relative;
      display: block;
      height: 35px; }
      @media screen and (min-width: 768px) {
        #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._mobile-price {
          display: none; } }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._mobile-price ._price {
        bottom: 3px; }
    #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._label {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 3px 10px;
      border-radius: 8px;
      /* border radius */
      color: #fff;
      /* text color */
      font-family: "Open Sans", sans-serif;
      font-size: 10px;
      font-weight: 600;
      text-shadow: none;
      text-align: center; }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._label._color-blue {
        background-color: #31618d;
        /* layer fill content */ }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._label._color-red {
        background-color: #f3192f;
        /* layer fill content */ }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._label._color-grey {
        background-color: #c0c0c0; }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._label._color-green {
        background-color: #328d38; }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._label._color-black {
        background-color: #303234; }
      #CAMERA #CAMERA-CAMERA .Advertisement-wrapper ._item ._label._color-khaky {
        background-color: #989958; }

#GALLERY-NEWGALLERY ._mobile-mTop {
  margin-top: 0px; }
@media screen and (max-width: 992px) {
  #GALLERY-NEWGALLERY ._mobile-mTop {
    margin-top: 10px; } }
#GALLERY-NEWGALLERY textarea {
  resize: vertical;
  line-height: 21px; }
#GALLERY-NEWGALLERY .form-control-radio input[type=radio]:not(:checked) + label.disabled {
  display: none; }
#GALLERY-NEWGALLERY .Gallery-UploadBtnWrapper {
  margin-bottom: 50px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    #GALLERY-NEWGALLERY .Gallery-UploadBtnWrapper {
      text-align: left; } }
  #GALLERY-NEWGALLERY .Gallery-UploadBtnWrapper input {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto; }
    @media screen and (min-width: 768px) {
      #GALLERY-NEWGALLERY .Gallery-UploadBtnWrapper input {
        width: 35%;
        margin: 0 5px; } }
    @media screen and (min-width: 992px) {
      #GALLERY-NEWGALLERY .Gallery-UploadBtnWrapper input {
        width: 38%;
        margin: 0; }
        #GALLERY-NEWGALLERY .Gallery-UploadBtnWrapper input:nth-child(2) {
          margin-left: 10px; } }
  #GALLERY-NEWGALLERY .Gallery-UploadBtnWrapper .btn-wide {
    padding: 19px 45px;
    font-size: 14px;
    margin-bottom: 10px; }
    @media screen and (min-width: 992px) {
      #GALLERY-NEWGALLERY .Gallery-UploadBtnWrapper .btn-wide {
        padding: 7px 15px; } }
#GALLERY-NEWGALLERY ._text-left {
  text-align: left; }

#GALLERY-MANAGE .Gallery-ProfileImage {
  margin-top: 60px; }
  #GALLERY-MANAGE .Gallery-ProfileImage .form-control-wide {
    background-color: transparent;
    box-shadow: none;
    padding: 0; }
    #GALLERY-MANAGE .Gallery-ProfileImage .form-control-wide .avatar-image {
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: center; }
      @media (min-width: 768px) {
        #GALLERY-MANAGE .Gallery-ProfileImage .form-control-wide .avatar-image {
          margin-top: 0;
          text-align: center; } }
  #GALLERY-MANAGE .Gallery-ProfileImage p.text-starnote {
    margin-top: 10px;
    font-size: 13px; }
  #GALLERY-MANAGE .Gallery-ProfileImage .btn-negative-top {
    position: relative;
    top: -10px; }
  #GALLERY-MANAGE .Gallery-ProfileImage ._cover {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px; }
    #GALLERY-MANAGE .Gallery-ProfileImage ._cover:hover .btn {
      display: inline-block; }
    #GALLERY-MANAGE .Gallery-ProfileImage ._cover img {
      display: block;
      width: 100%; }
    #GALLERY-MANAGE .Gallery-ProfileImage ._cover .btn {
      display: none;
      position: absolute;
      bottom: 12px;
      right: 0px;
      color: #fff; }
    #GALLERY-MANAGE .Gallery-ProfileImage ._cover ._edit-image {
      /* display: none; */
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      height: 100%;
      text-align: center; }
      #GALLERY-MANAGE .Gallery-ProfileImage ._cover ._edit-image .vCenter-cell {
        text-decoration: none !important; }
        #GALLERY-MANAGE .Gallery-ProfileImage ._cover ._edit-image .vCenter-cell span {
          text-decoration: underline; }
#GALLERY-MANAGE h4 {
  color: #2f3233;
  /* text color */
  font-size: 40px;
  text-align: center;
  margin-top: 0.75em;
  margin-bottom: 0.16em; }
#GALLERY-MANAGE ._center {
  text-align: center; }
#GALLERY-MANAGE ._info-text {
  padding: 10px;
  line-height: 1.5rem; }
#GALLERY-MANAGE ._wrapper {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 50px; }
  #GALLERY-MANAGE ._wrapper ._table {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 33px;
    margin-bottom: 52px; }
    #GALLERY-MANAGE ._wrapper ._table ._head {
      width: 100%;
      margin-bottom: 15px;
      border-bottom: 1px solid #e7e7e7; }
      #GALLERY-MANAGE ._wrapper ._table ._head span {
        display: inline-block;
        color: #2f3233;
        /* text color */
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        height: auto;
        vertical-align: middle;
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          #GALLERY-MANAGE ._wrapper ._table ._head span {
            height: 31px;
            vertical-align: top;
            margin-bottom: 0; } }
        #GALLERY-MANAGE ._wrapper ._table ._head span:nth-child(1) {
          width: 20%; }
          @media screen and (min-width: 768px) {
            #GALLERY-MANAGE ._wrapper ._table ._head span:nth-child(1) {
              width: 27%; } }
        #GALLERY-MANAGE ._wrapper ._table ._head span:nth-child(2) {
          width: 22%; }
          @media screen and (min-width: 768px) {
            #GALLERY-MANAGE ._wrapper ._table ._head span:nth-child(2) {
              width: 13%; } }
        #GALLERY-MANAGE ._wrapper ._table ._head span:nth-child(3) {
          width: 25%; }
          @media screen and (min-width: 768px) {
            #GALLERY-MANAGE ._wrapper ._table ._head span:nth-child(3) {
              width: 18%; } }
        #GALLERY-MANAGE ._wrapper ._table ._head span:nth-child(4) {
          width: 22%;
          padding-right: 0;
          text-align: center; }
          @media screen and (min-width: 768px) {
            #GALLERY-MANAGE ._wrapper ._table ._head span:nth-child(4) {
              width: 40%;
              padding-right: 33px;
              text-align: right; } }
    #GALLERY-MANAGE ._wrapper ._table ._row {
      display: block;
      width: 100%;
      height: 68px;
      margin-bottom: 9px;
      background-color: #efefef;
      /* layer fill content */ }
      #GALLERY-MANAGE ._wrapper ._table ._row ._number {
        display: inline-block;
        width: 20%;
        height: auto;
        text-align: center;
        vertical-align: middle;
        color: #2f3233;
        /* text color */
        font-size: 24px;
        font-weight: 700; }
        @media screen and (min-width: 768px) {
          #GALLERY-MANAGE ._wrapper ._table ._row ._number {
            width: 27%; } }
      #GALLERY-MANAGE ._wrapper ._table ._row ._image {
        display: inline-block;
        width: 22%;
        height: 100%;
        text-align: left;
        vertical-align: middle; }
        @media screen and (min-width: 768px) {
          #GALLERY-MANAGE ._wrapper ._table ._row ._image {
            width: 13%; } }
        #GALLERY-MANAGE ._wrapper ._table ._row ._image img {
          display: inline-block;
          margin: 9px; }
      #GALLERY-MANAGE ._wrapper ._table ._row ._point {
        display: inline-block;
        width: 25%;
        height: auto;
        text-align: center;
        vertical-align: middle;
        color: #2f3233;
        /* text color */
        font-size: 24px;
        font-weight: 700; }
        @media screen and (min-width: 768px) {
          #GALLERY-MANAGE ._wrapper ._table ._row ._point {
            width: 18%; } }
        #GALLERY-MANAGE ._wrapper ._table ._row ._point ._small {
          display: inline-block;
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          text-align: center; }
      #GALLERY-MANAGE ._wrapper ._table ._row ._position {
        display: inline-block;
        width: 22%;
        height: auto;
        text-align: right;
        vertical-align: middle; }
        @media screen and (min-width: 768px) {
          #GALLERY-MANAGE ._wrapper ._table ._row ._position {
            width: 40%; } }
        #GALLERY-MANAGE ._wrapper ._table ._row ._position input {
          width: 100%;
          margin-right: 50px;
          border: 1px solid #ddd;
          /* stroke */
          background-color: #fff;
          /* layer fill content */
          box-shadow: inset 0 0 3px rgba(0, 0, 1, 0.1);
          /* inner shadow */
          text-align: center;
          color: #2f3233;
          /* text color */
          font-size: 18px;
          line-height: 27px;
          font-weight: 700; }
          @media screen and (min-width: 768px) {
            #GALLERY-MANAGE ._wrapper ._table ._row ._position input {
              width: 80px; } }
  #GALLERY-MANAGE ._wrapper textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 190px;
    resize: vertical;
    border: 2px solid #fff;
    /* stroke */
    background-color: #efefef;
    /* layer fill content */
    box-shadow: inset 0 1px 3px rgba(0, 0, 1, 0.1);
    /* inner shadow */
    color: #4A4A4A;
    /* text color */
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 31px;
    padding: 15px 15px; }
  #GALLERY-MANAGE ._wrapper .btn-center {
    display: inline-block;
    text-align: center;
    margin: auto;
    padding: 7px 35px; }
#GALLERY-MANAGE ._mobile-mTop-sm {
  margin-top: 0px; }
  @media screen and (min-width: 768px) {
    #GALLERY-MANAGE ._mobile-mTop-sm {
      margin-top: 10px; } }
#GALLERY-MANAGE ._mobile-text-right {
  text-align: left; }
  @media screen and (min-width: 768px) {
    #GALLERY-MANAGE ._mobile-text-right {
      text-align: right; } }
  @media screen and (min-width: 992px) {
    #GALLERY-MANAGE ._mobile-text-right {
      text-align: left; } }
#GALLERY-MANAGE .no-padding-sm {
  padding: 0 15px; }
  @media screen and (min-width: 768px) {
    #GALLERY-MANAGE .no-padding-sm {
      padding: 0; } }
#GALLERY-MANAGE .btn-full {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #GALLERY-MANAGE .btn-full {
      width: auto; } }

#GALLERY-DETAIL #CONTENT {
  padding-bottom: 50px; }
#GALLERY-DETAIL h4 {
  color: #32618d;
  font-size: 40px;
  margin-top: 1em;
  margin-bottom: 0.22em;
  text-align: center; }
  @media screen and (min-width: 992px) {
    #GALLERY-DETAIL h4 {
      text-align: left; } }
#GALLERY-DETAIL .PageDescription {
  margin-bottom: 0; }
  #GALLERY-DETAIL .PageDescription h1 i {
    display: none; }
    @media screen and (min-width: 768px) {
      #GALLERY-DETAIL .PageDescription h1 i {
        font-size: 40px;
        display: inline-block; } }
    @media screen and (min-width: 992px) {
      #GALLERY-DETAIL .PageDescription h1 i {
        font-size: 53px; } }
  #GALLERY-DETAIL .PageDescription ._ribbon {
    top: 10px;
    right: -230px; }
    @media screen and (min-width: 992px) {
      #GALLERY-DETAIL .PageDescription ._ribbon:hover {
        right: 0px; } }
    #GALLERY-DETAIL .PageDescription ._ribbon ._ribbon-inactive ._ribbon-icon, #GALLERY-DETAIL .PageDescription ._ribbon ._ribbon-active ._ribbon-icon {
      left: 25px; }
    @media screen and (min-width: 768px) {
      #GALLERY-DETAIL .PageDescription ._ribbon {
        top: 20px;
        right: -205px; }
        #GALLERY-DETAIL .PageDescription ._ribbon ._ribbon-inactive ._ribbon-icon, #GALLERY-DETAIL .PageDescription ._ribbon ._ribbon-active ._ribbon-icon {
          left: 37px; } }
#GALLERY-DETAIL .Description-text {
  position: relative;
  color: #2f3233;
  /* text color */
  font-size: 16px;
  line-height: 1.5em;
  background: #fff;
  margin-top: 0;
  margin-bottom: 1px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 35px;
  *zoom: 1; }
  #GALLERY-DETAIL .Description-text:before, #GALLERY-DETAIL .Description-text:after {
    content: " ";
    display: table; }
  #GALLERY-DETAIL .Description-text:after {
    clear: both; }
  @media screen and (min-width: 992px) {
    #GALLERY-DETAIL .Description-text {
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 20px; } }
  #GALLERY-DETAIL .Description-text._image-include {
    padding: 0; }
  #GALLERY-DETAIL .Description-text ._table {
    position: relative;
    display: table;
    width: 100%;
    padding: 0; }
    #GALLERY-DETAIL .Description-text ._table ._image {
      position: relative;
      display: table-cell;
      width: 120px;
      padding: 12px;
      vertical-align: top; }
      #GALLERY-DETAIL .Description-text ._table ._image img {
        position: relative;
        display: block; }
    #GALLERY-DETAIL .Description-text ._table ._content {
      position: relative;
      display: table-cell;
      vertical-align: top; }
      #GALLERY-DETAIL .Description-text ._table ._content p {
        position: relative;
        display: block;
        float: left;
        margin: 12px 6px;
        margin-right: 16px; }
      #GALLERY-DETAIL .Description-text ._table ._content a {
        position: relative;
        display: inline-block;
        font-family: "Open Sans", sans-serif;
        color: #32618d;
        /* text color */
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        text-decoration: underline;
        margin: 0;
        padding: 0; }
        #GALLERY-DETAIL .Description-text ._table ._content a:hover {
          text-decoration: none; }
#GALLERY-DETAIL .Photos-NewPhotos h2, #GALLERY-DETAIL .Photos-TopPhotos h2, #GALLERY-DETAIL .Photos-ContestPhotos h2, #GALLERY-DETAIL .Gallery-MemberList h2, #GALLERY-DETAIL .Gallery-Parameters h2, #GALLERY-DETAIL .Gallery-Tag h2 {
  color: #32618d;
  margin-top: 1em;
  margin-bottom: 0.22em;
  text-align: center; }
  @media screen and (min-width: 992px) {
    #GALLERY-DETAIL .Photos-NewPhotos h2, #GALLERY-DETAIL .Photos-TopPhotos h2, #GALLERY-DETAIL .Photos-ContestPhotos h2, #GALLERY-DETAIL .Gallery-MemberList h2, #GALLERY-DETAIL .Gallery-Parameters h2, #GALLERY-DETAIL .Gallery-Tag h2 {
      text-align: left; } }
#GALLERY-DETAIL .Photos-NewPhotos ul li._block-with-hover, #GALLERY-DETAIL .Photos-TopPhotos ul li._block-with-hover, #GALLERY-DETAIL .Photos-ContestPhotos ul li._block-with-hover {
  position: relative;
  display: block; }
  #GALLERY-DETAIL .Photos-NewPhotos ul li._block-with-hover:hover ._hover, #GALLERY-DETAIL .Photos-NewPhotos ul li._block-with-hover:hover ._point, #GALLERY-DETAIL .Photos-TopPhotos ul li._block-with-hover:hover ._hover, #GALLERY-DETAIL .Photos-TopPhotos ul li._block-with-hover:hover ._point, #GALLERY-DETAIL .Photos-ContestPhotos ul li._block-with-hover:hover ._hover, #GALLERY-DETAIL .Photos-ContestPhotos ul li._block-with-hover:hover ._point {
    opacity: 1; }
  #GALLERY-DETAIL .Photos-NewPhotos ul li._block-with-hover a._block-link, #GALLERY-DETAIL .Photos-NewPhotos ul li._block-with-hover span._block-link, #GALLERY-DETAIL .Photos-TopPhotos ul li._block-with-hover a._block-link, #GALLERY-DETAIL .Photos-TopPhotos ul li._block-with-hover span._block-link, #GALLERY-DETAIL .Photos-ContestPhotos ul li._block-with-hover a._block-link, #GALLERY-DETAIL .Photos-ContestPhotos ul li._block-with-hover span._block-link {
    position: relative;
    display: block; }
  #GALLERY-DETAIL .Photos-NewPhotos ul li._block-with-hover ._hover, #GALLERY-DETAIL .Photos-TopPhotos ul li._block-with-hover ._hover, #GALLERY-DETAIL .Photos-ContestPhotos ul li._block-with-hover ._hover {
    position: absolute;
    display: block;
    opacity: 1;
    width: 100%;
    bottom: 0;
    padding-right: 14px;
    padding-bottom: 7px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all; }
    @media screen and (min-width: 992px) {
      #GALLERY-DETAIL .Photos-NewPhotos ul li._block-with-hover ._hover, #GALLERY-DETAIL .Photos-TopPhotos ul li._block-with-hover ._hover, #GALLERY-DETAIL .Photos-ContestPhotos ul li._block-with-hover ._hover {
        opacity: 0; } }
    #GALLERY-DETAIL .Photos-NewPhotos ul li._block-with-hover ._hover ._background, #GALLERY-DETAIL .Photos-TopPhotos ul li._block-with-hover ._hover ._background, #GALLERY-DETAIL .Photos-ContestPhotos ul li._block-with-hover ._hover ._background {
      position: relative;
      display: block;
      width: 100%;
      bottom: 0;
      padding: 4px 10px;
      background-color: rgba(0, 0, 0, 0.5);
      /* layer fill content */
      color: #fff;
      /* text color */
      font-size: 12px;
      line-height: 22px;
      font-weight: 400;
      text-decoration: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      #GALLERY-DETAIL .Photos-NewPhotos ul li._block-with-hover ._hover ._background:hover, #GALLERY-DETAIL .Photos-TopPhotos ul li._block-with-hover ._hover ._background:hover, #GALLERY-DETAIL .Photos-ContestPhotos ul li._block-with-hover ._hover ._background:hover {
        text-decoration: underline; }
      #GALLERY-DETAIL .Photos-NewPhotos ul li._block-with-hover ._hover ._background img, #GALLERY-DETAIL .Photos-TopPhotos ul li._block-with-hover ._hover ._background img, #GALLERY-DETAIL .Photos-ContestPhotos ul li._block-with-hover ._hover ._background img {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        top: -1px; }
  #GALLERY-DETAIL .Photos-NewPhotos ul li._block-with-hover ._point, #GALLERY-DETAIL .Photos-TopPhotos ul li._block-with-hover ._point, #GALLERY-DETAIL .Photos-ContestPhotos ul li._block-with-hover ._point {
    position: absolute;
    display: inline-block;
    opacity: 1;
    width: auto;
    top: 0;
    right: 0;
    margin-right: 7px;
    margin-top: 7px;
    padding: 4px 9px;
    background-color: rgba(0, 0, 0, 0.5);
    /* layer fill content */
    color: #fff;
    /* text color */
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all; }
    @media screen and (min-width: 992px) {
      #GALLERY-DETAIL .Photos-NewPhotos ul li._block-with-hover ._point, #GALLERY-DETAIL .Photos-TopPhotos ul li._block-with-hover ._point, #GALLERY-DETAIL .Photos-ContestPhotos ul li._block-with-hover ._point {
        opacity: 0; } }
#GALLERY-DETAIL .Photos-NewPhotos .TileList ._item-load:after, #GALLERY-DETAIL .Photos-TopPhotos .TileList ._item-load:after {
  background-color: #fff; }
#GALLERY-DETAIL .Photos-NewPhotos .TileList ._item-load span._mobile-more, #GALLERY-DETAIL .Photos-TopPhotos .TileList ._item-load span._mobile-more {
  display: block; }
  @media screen and (min-width: 768px) {
    #GALLERY-DETAIL .Photos-NewPhotos .TileList ._item-load span._mobile-more, #GALLERY-DETAIL .Photos-TopPhotos .TileList ._item-load span._mobile-more {
      display: inline-block; } }
#GALLERY-DETAIL .Photos-NewPhotos .TileList ._item-load .vCenter-table, #GALLERY-DETAIL .Photos-TopPhotos .TileList ._item-load .vCenter-table {
  padding: 10%; }
#GALLERY-DETAIL .Gallery-InfoBox {
  position: relative;
  background: #fff;
  margin-top: 22px;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 36px;
  margin-bottom: 30px; }
  #GALLERY-DETAIL .Gallery-InfoBox i {
    position: relative;
    display: block;
    color: #c0c0c0;
    font-size: 32px;
    text-align: center;
    margin: auto; }
  #GALLERY-DETAIL .Gallery-InfoBox h3 {
    color: #303234;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    word-spacing: 0px;
    margin-top: 26px; }
  #GALLERY-DETAIL .Gallery-InfoBox ._btn-login {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 7px 41px;
    margin-top: 14px; }
#GALLERY-DETAIL .Photos-ContestPhotos ._place-info {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  border-top: 9px solid; }
  #GALLERY-DETAIL .Photos-ContestPhotos ._place-info._color-gold {
    border-color: #eed214; }
    #GALLERY-DETAIL .Photos-ContestPhotos ._place-info._color-gold span {
      background: #eed214; }
  #GALLERY-DETAIL .Photos-ContestPhotos ._place-info._color-silver {
    border-color: #a1b2c2; }
    #GALLERY-DETAIL .Photos-ContestPhotos ._place-info._color-silver span {
      background: #a1b2c2; }
  #GALLERY-DETAIL .Photos-ContestPhotos ._place-info._color-bronze {
    border-color: #916f2d; }
    #GALLERY-DETAIL .Photos-ContestPhotos ._place-info._color-bronze span {
      background: #916f2d; }
  #GALLERY-DETAIL .Photos-ContestPhotos ._place-info ._place-number {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    color: #fff;
    /* text color */
    font-weight: 600;
    text-align: center; }
  #GALLERY-DETAIL .Photos-ContestPhotos ._place-info ._place-count {
    position: absolute;
    display: inline-block;
    top: -7px;
    right: 0;
    color: #fff;
    /* text color */
    font-weight: 400;
    text-align: center; }
    #GALLERY-DETAIL .Photos-ContestPhotos ._place-info ._place-count strong {
      font-weight: 600; }
#GALLERY-DETAIL .Photos-ContestPhotos ul.TileList li._item-sm ._place-number {
  padding: 0px 12px;
  padding-bottom: 8px;
  font-size: 21px; }
#GALLERY-DETAIL .Photos-ContestPhotos ul.TileList li._item-sm ._place-count {
  padding: 2px 7px;
  font-size: 12px; }
  #GALLERY-DETAIL .Photos-ContestPhotos ul.TileList li._item-sm ._place-count i {
    font-size: 15px;
    margin-right: 6px; }
  #GALLERY-DETAIL .Photos-ContestPhotos ul.TileList li._item-sm ._place-count strong {
    font-size: 15px; }
#GALLERY-DETAIL .Photos-ContestPhotos ul.TileList li._item-md ._place-number {
  padding: 0px 12px;
  padding-bottom: 8px;
  font-size: 21px; }
  @media screen and (min-width: 992px) {
    #GALLERY-DETAIL .Photos-ContestPhotos ul.TileList li._item-md ._place-number {
      padding: 0px 20px;
      padding-top: 8px;
      padding-bottom: 17px;
      font-size: 24px; } }
#GALLERY-DETAIL .Photos-ContestPhotos ul.TileList li._item-md ._place-count {
  padding: 2px 7px;
  font-size: 12px; }
  #GALLERY-DETAIL .Photos-ContestPhotos ul.TileList li._item-md ._place-count i {
    font-size: 15px;
    margin-right: 6px; }
  @media screen and (min-width: 992px) {
    #GALLERY-DETAIL .Photos-ContestPhotos ul.TileList li._item-md ._place-count {
      padding: 3px 12px;
      font-size: 14px; } }
  #GALLERY-DETAIL .Photos-ContestPhotos ul.TileList li._item-md ._place-count strong {
    font-size: 15px; }
    @media screen and (min-width: 992px) {
      #GALLERY-DETAIL .Photos-ContestPhotos ul.TileList li._item-md ._place-count strong {
        font-size: 18px; } }
#GALLERY-DETAIL .Photos-ContestPhotos ul.TileList ._item-load:after {
  background-color: #fff; }
#GALLERY-DETAIL .Photos-ContestPhotos ul.TileList ._item-load .vCenter-table {
  padding: 10%; }
#GALLERY-DETAIL .Photos-ContestPhotos ul.TileList ._item-load a {
  line-height: 22px; }
#GALLERY-DETAIL .Photos-ContestPhotos ul.TileList ._item-load span._mobile-more {
  display: block; }
  @media screen and (min-width: 768px) {
    #GALLERY-DETAIL .Photos-ContestPhotos ul.TileList ._item-load span._mobile-more {
      display: inline-block; } }
#GALLERY-DETAIL .Gallery-BtnManageBox {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 37px; }
  #GALLERY-DETAIL .Gallery-BtnManageBox ._btn-upload {
    position: relative;
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-bottom: 25px;
    padding: 17px 0;
    padding-left: 22%; }
    #GALLERY-DETAIL .Gallery-BtnManageBox ._btn-upload ._icon-background {
      position: absolute;
      width: 53px;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.1); }
      #GALLERY-DETAIL .Gallery-BtnManageBox ._btn-upload ._icon-background i {
        position: absolute;
        left: 13px;
        top: 13px;
        font-size: 27px;
        z-index: 999; }
  #GALLERY-DETAIL .Gallery-BtnManageBox ._btn-manage {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 27px;
    margin-top: 4px;
    padding: 10px 0;
    padding-left: 20%; }
    @media screen and (min-width: 992px) {
      #GALLERY-DETAIL .Gallery-BtnManageBox ._btn-manage {
        width: 84%;
        margin-top: 10px; } }
    #GALLERY-DETAIL .Gallery-BtnManageBox ._btn-manage i {
      position: absolute;
      top: 10px;
      left: 6%;
      font-size: 27px; }
#GALLERY-DETAIL .Gallery-MemberList {
  padding-left: 15px;
  padding-right: 15px; }
  #GALLERY-DETAIL .Gallery-MemberList .TileList {
    width: 100%;
    margin-left: -5px;
    margin-right: -5px; }
    #GALLERY-DETAIL .Gallery-MemberList .TileList ._list-item {
      width: 16.66667%;
      padding: 5px;
      display: inline-block; }
      @media screen and (min-width: 768px) {
        #GALLERY-DETAIL .Gallery-MemberList .TileList ._list-item {
          width: 18.18182%; } }
      @media screen and (min-width: 992px) {
        #GALLERY-DETAIL .Gallery-MemberList .TileList ._list-item {
          width: 16.66667%; } }
      @media screen and (min-width: 992px) {
        #GALLERY-DETAIL .Gallery-MemberList .TileList ._list-item {
          float: left;
          display: block; } }
      #GALLERY-DETAIL .Gallery-MemberList .TileList ._list-item a, #GALLERY-DETAIL .Gallery-MemberList .TileList ._list-item img {
        background-color: #fff;
        display: block;
        width: 100%;
        max-width: 100%; }
    #GALLERY-DETAIL .Gallery-MemberList .TileList ._item-load {
      width: 100%; }
      @media screen and (min-width: 992px) {
        #GALLERY-DETAIL .Gallery-MemberList .TileList ._item-load {
          width: 50%; } }
      #GALLERY-DETAIL .Gallery-MemberList .TileList ._item-load:after {
        padding-top: 10%;
        background-color: transparent; }
        @media screen and (min-width: 992px) {
          #GALLERY-DETAIL .Gallery-MemberList .TileList ._item-load:after {
            padding-top: 30%; } }
  @media screen and (min-width: 992px) {
    #GALLERY-DETAIL .Gallery-MemberList {
      padding-left: 0;
      padding-right: 0; } }
  #GALLERY-DETAIL .Gallery-MemberList h2 {
    margin-bottom: 0px; }
  #GALLERY-DETAIL .Gallery-MemberList h4 {
    color: #2f3233;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: normal;
    margin: 0.67em 0;
    margin-bottom: 0.45em; }
#GALLERY-DETAIL .Gallery-Parameters h2 {
  display: none; }
  @media screen and (min-width: 992px) {
    #GALLERY-DETAIL .Gallery-Parameters h2 {
      display: block; } }
#GALLERY-DETAIL .Gallery-Parameters ul {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 992px) {
    #GALLERY-DETAIL .Gallery-Parameters ul {
      margin-left: 0px;
      margin-right: 0px; } }
  #GALLERY-DETAIL .Gallery-Parameters ul li {
    position: relative;
    display: block;
    background-color: #fff;
    /* layer fill content */
    list-style: none;
    color: #2f3233;
    /* text color */
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 1px;
    padding: 9px 15px;
    padding-left: 57px; }
    #GALLERY-DETAIL .Gallery-Parameters ul li a {
      color: #2f3233;
      /* text color */
      font-size: 14px;
      line-height: 21px;
      font-weight: 600; }
      #GALLERY-DETAIL .Gallery-Parameters ul li a:hover {
        text-decoration: underline; }
    #GALLERY-DETAIL .Gallery-Parameters ul li i {
      position: absolute;
      top: 7px;
      left: 15px;
      vertical-align: middle;
      color: #32618d;
      font-size: 26px;
      margin-left: 0px;
      margin-right: 11px;
      text-shadow: none; }
      #GALLERY-DETAIL .Gallery-Parameters ul li i.icon-person:before {
        content: "\e65e" !important; }
      #GALLERY-DETAIL .Gallery-Parameters ul li i.icon-calendar:before {
        content: "\e615" !important; }
#GALLERY-DETAIL .Gallery-Action {
  position: relative;
  margin-top: 25px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    #GALLERY-DETAIL .Gallery-Action {
      text-align: left; } }
#GALLERY-DETAIL .Gallery-Tag {
  text-align: center; }
  #GALLERY-DETAIL .Gallery-Tag ul {
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 100%;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 992px) {
      #GALLERY-DETAIL .Gallery-Tag ul {
        text-align: left; } }
    #GALLERY-DETAIL .Gallery-Tag ul li {
      position: relative;
      display: inline-block;
      text-align: left;
      margin: 5px 3px; }
      #GALLERY-DETAIL .Gallery-Tag ul li._load-more-li {
        position: relative;
        display: inline-block;
        width: 100%; }
        #GALLERY-DETAIL .Gallery-Tag ul li._load-more-li a._load-more {
          display: block;
          color: #32618d;
          font-size: 16px;
          font-weight: 400;
          padding-top: 11px;
          padding-left: 0;
          background: none;
          text-decoration: underline;
          text-align: center; }
          #GALLERY-DETAIL .Gallery-Tag ul li._load-more-li a._load-more:hover {
            text-decoration: none; }
          @media screen and (min-width: 992px) {
            #GALLERY-DETAIL .Gallery-Tag ul li._load-more-li a._load-more {
              text-align: left; } }
      #GALLERY-DETAIL .Gallery-Tag ul li a {
        position: relative;
        display: block;
        padding: 1px 15px;
        background-color: #31618d;
        /* layer fill content */ }
        #GALLERY-DETAIL .Gallery-Tag ul li a:hover {
          background-color: #254767; }
        #GALLERY-DETAIL .Gallery-Tag ul li a span {
          position: relative;
          display: inline-block; }
          #GALLERY-DETAIL .Gallery-Tag ul li a span._tag {
            color: #fff;
            /* text color */
            font-size: 14px;
            font-weight: 400; }
          #GALLERY-DETAIL .Gallery-Tag ul li a span._number {
            color: #b2c0cd;
            font-size: 10px;
            font-weight: 400; }

#GALLERY-UPLOAD .PageDescription._mobile-title h1 {
  text-align: center;
  font-size: 40px;
  line-height: 40px; }
  #GALLERY-UPLOAD .PageDescription._mobile-title h1 span._small-title {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 21px; }
  #GALLERY-UPLOAD .PageDescription._mobile-title h1 span._mobile-hide {
    display: none; }
  @media screen and (min-width: 768px) {
    #GALLERY-UPLOAD .PageDescription._mobile-title h1 {
      font-size: 55px;
      text-align: left;
      line-height: 1.2; }
      #GALLERY-UPLOAD .PageDescription._mobile-title h1 span._small-title {
        display: inline;
        text-align: left;
        font-size: 55px;
        line-height: 1.2; }
      #GALLERY-UPLOAD .PageDescription._mobile-title h1 span._mobile-hide {
        display: inline; } }
  @media screen and (min-width: 992px) {
    #GALLERY-UPLOAD .PageDescription._mobile-title h1 {
      font-size: 70px; }
      #GALLERY-UPLOAD .PageDescription._mobile-title h1 span._small-title {
        font-size: 70px; } }
#GALLERY-UPLOAD .PageDescription h1 {
  text-align: left; }
@media screen and (min-width: 992px) {
  #GALLERY-UPLOAD #CONTENT {
    padding-left: 30px; } }
#GALLERY-UPLOAD h2 {
  color: #32618d;
  margin-top: 0.1em;
  margin-bottom: 0.13em;
  text-align: center; }
  @media screen and (min-width: 992px) {
    #GALLERY-UPLOAD h2 {
      text-align: left; } }
  #GALLERY-UPLOAD h2 i {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    color: #c0c0c0;
    font-size: 32px;
    margin-left: 11px; }
  @media screen and (min-width: 768px) {
    #GALLERY-UPLOAD h2._left-sm {
      text-align: left; } }
#GALLERY-UPLOAD textarea {
  resize: vertical;
  padding: 10px 15px;
  line-height: 21px; }
#GALLERY-UPLOAD .Gallery-GalleryList ul {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 1em;
  padding-bottom: 2.7em;
  *zoom: 1; }
  #GALLERY-UPLOAD .Gallery-GalleryList ul:before, #GALLERY-UPLOAD .Gallery-GalleryList ul:after {
    content: " ";
    display: table; }
  #GALLERY-UPLOAD .Gallery-GalleryList ul:after {
    clear: both; }
  #GALLERY-UPLOAD .Gallery-GalleryList ul li {
    position: relative;
    display: table;
    width: 50%;
    height: 100%;
    float: left;
    list-style: none;
    margin-bottom: 15px;
    *zoom: 1; }
    #GALLERY-UPLOAD .Gallery-GalleryList ul li:before, #GALLERY-UPLOAD .Gallery-GalleryList ul li:after {
      content: " ";
      display: table; }
    #GALLERY-UPLOAD .Gallery-GalleryList ul li:after {
      clear: both; }
    #GALLERY-UPLOAD .Gallery-GalleryList ul li a._load-more {
      color: #32618d;
      /* text color */
      font-size: 16px;
      font-weight: 400;
      text-decoration: underline; }
      #GALLERY-UPLOAD .Gallery-GalleryList ul li a._load-more:hover {
        text-decoration: none; }
    #GALLERY-UPLOAD .Gallery-GalleryList ul li ._image {
      position: relative;
      display: table-cell;
      width: 50px;
      text-align: center;
      vertical-align: top; }
      #GALLERY-UPLOAD .Gallery-GalleryList ul li ._image img {
        position: relative;
        display: inline-block;
        width: 100%;
        height: auto;
        top: 0;
        vertical-align: middle; }
    #GALLERY-UPLOAD .Gallery-GalleryList ul li ._text-wrapper {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      padding-left: 11px; }
      #GALLERY-UPLOAD .Gallery-GalleryList ul li ._text-wrapper ._small {
        position: relative;
        display: block;
        color: #2f3233;
        /* text color */
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        text-shadow: 0 1px 0 #fff;
        /* drop shadow */ }
      #GALLERY-UPLOAD .Gallery-GalleryList ul li ._text-wrapper ._link {
        position: relative;
        display: block;
        color: #2f3233;
        /* text color */
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        text-shadow: 0 1px 0 #fff;
        /* drop shadow */
        text-decoration: underline; }
        #GALLERY-UPLOAD .Gallery-GalleryList ul li ._text-wrapper ._link:hover {
          text-decoration: none; }
        #GALLERY-UPLOAD .Gallery-GalleryList ul li ._text-wrapper ._link strong {
          font-size: 24px;
          line-height: 24px;
          font-weight: 700;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
#GALLERY-UPLOAD .Gallery-GalleryList._wide ul li {
  width: 100%; }
#GALLERY-UPLOAD .Gallery-GalleryList._sm-wide ul li {
  width: 100%; }
  @media screen and (min-width: 992px) {
    #GALLERY-UPLOAD .Gallery-GalleryList._sm-wide ul li {
      width: 50%; } }
#GALLERY-UPLOAD .Gallery-GalleryList._xs-wide ul li {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #GALLERY-UPLOAD .Gallery-GalleryList._xs-wide ul li {
      width: 50%; } }
#GALLERY-UPLOAD .Gallery-LineTitle {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-bottom: 2.7em; }
  #GALLERY-UPLOAD .Gallery-LineTitle h2 {
    position: relative;
    display: table-cell;
    width: 20%;
    color: #5c5d5e;
    /* text color */
    font-size: 24px;
    text-transform: none;
    text-align: center;
    vertical-align: middle; }
  #GALLERY-UPLOAD .Gallery-LineTitle ._table-cell {
    position: relative;
    display: table-cell;
    width: 40%;
    text-align: center;
    vertical-align: middle; }
    #GALLERY-UPLOAD .Gallery-LineTitle ._table-cell ._line {
      position: relative;
      display: block;
      width: 100%;
      height: 1px;
      background: #c0c0c0; }
#GALLERY-UPLOAD .Gallery-FindGallery {
  position: relative;
  display: block;
  background: #fff;
  padding: 25px 14px;
  padding-bottom: 15px;
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    #GALLERY-UPLOAD .Gallery-FindGallery label.label-sm {
      margin-top: 9px;
      margin-bottom: 0;
      padding-right: 0;
      padding-left: 0;
      text-align: right; } }
#GALLERY-UPLOAD .Gallery-InfoBox {
  position: relative;
  display: block;
  background: #fff;
  margin-top: 11px;
  margin-bottom: 30px; }
  #GALLERY-UPLOAD .Gallery-InfoBox h2 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 19px;
    color: #2f3233;
    /* text color */
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
    background-color: #f7f7f7;
    /* layer fill content */ }
  #GALLERY-UPLOAD .Gallery-InfoBox ._content {
    position: relative;
    display: block;
    padding: 0 16px; }
    #GALLERY-UPLOAD .Gallery-InfoBox ._content._no-padding {
      padding: 0; }
    #GALLERY-UPLOAD .Gallery-InfoBox ._content .Gallery-GalleryList ul {
      padding-bottom: 0.2em; }
    #GALLERY-UPLOAD .Gallery-InfoBox ._content ._btn-back {
      vertical-align: middle;
      line-height: 18px;
      margin-left: 3px;
      margin-bottom: 20px;
      padding: 7px 32px;
      padding-top: 10px;
      padding-left: 14px; }
      #GALLERY-UPLOAD .Gallery-InfoBox ._content ._btn-back i {
        position: relative;
        font-size: 20px;
        line-height: 18px;
        top: -2px;
        margin-right: 15px;
        vertical-align: middle; }
#GALLERY-UPLOAD .Gallery-Restrictions {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  #GALLERY-UPLOAD .Gallery-Restrictions li {
    position: relative;
    display: block;
    margin: 0;
    padding: 15px 16px;
    border-bottom: 1px solid #f0f1f1; }
    #GALLERY-UPLOAD .Gallery-Restrictions li i {
      position: absolute;
      display: inline-block;
      color: #32618d;
      font-size: 27px;
      top: 16px;
      left: 17px; }
    #GALLERY-UPLOAD .Gallery-Restrictions li ._content {
      position: relative;
      display: block;
      text-align: left;
      padding-left: 41px;
      color: #2f3233;
      /* text color */
      font-size: 14px;
      line-height: 19px; }
      #GALLERY-UPLOAD .Gallery-Restrictions li ._content ._tag-wrapper {
        position: relative;
        display: block; }
        #GALLERY-UPLOAD .Gallery-Restrictions li ._content ._tag-wrapper a {
          position: relative;
          display: inline-block;
          margin-left: 7px;
          color: #32618d;
          /* text color */
          font-size: 12px;
          font-weight: 400;
          text-decoration: underline; }
          #GALLERY-UPLOAD .Gallery-Restrictions li ._content ._tag-wrapper a:hover {
            text-decoration: none; }
        #GALLERY-UPLOAD .Gallery-Restrictions li ._content ._tag-wrapper ._tag {
          position: relative;
          display: inline-block;
          color: #fff;
          /* text color */
          font-size: 10px;
          font-weight: 700;
          line-height: 17px;
          text-align: center;
          margin-top: 6px;
          padding: 0 15px;
          border-radius: 8px;
          /* border radius */ }
          #GALLERY-UPLOAD .Gallery-Restrictions li ._content ._tag-wrapper ._tag._color-green {
            background-color: #318d37;
            /* layer fill content */ }
          #GALLERY-UPLOAD .Gallery-Restrictions li ._content ._tag-wrapper ._tag._color-red {
            background-color: #f3192f;
            /* layer fill content */ }
#GALLERY-UPLOAD .Gallery-UploadBtnForm {
  position: relative;
  display: block;
  background: #fff;
  margin-top: 11px;
  margin-bottom: 30px;
  padding-top: 43px; }
  #GALLERY-UPLOAD .Gallery-UploadBtnForm ._btn-upload {
    position: relative;
    display: block;
    width: 90%;
    margin: auto;
    font-size: 14px;
    padding: 19px 0;
    padding-left: 78px;
    padding-right: 10px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      #GALLERY-UPLOAD .Gallery-UploadBtnForm ._btn-upload {
        width: 53%; } }
    #GALLERY-UPLOAD .Gallery-UploadBtnForm ._btn-upload ._icon-background {
      position: absolute;
      width: 55px;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.1); }
      #GALLERY-UPLOAD .Gallery-UploadBtnForm ._btn-upload ._icon-background i {
        position: absolute;
        width: 25px;
        height: 25px;
        left: 16px;
        top: 0px;
        bottom: 0;
        margin: auto;
        font-size: 25px;
        z-index: 999; }
        #GALLERY-UPLOAD .Gallery-UploadBtnForm ._btn-upload ._icon-background i.icon-block:before {
          position: relative;
          left: 1px; }
  #GALLERY-UPLOAD .Gallery-UploadBtnForm ._btn-center {
    text-align: center;
    padding-left: 65px; }
  #GALLERY-UPLOAD .Gallery-UploadBtnForm .simple-file-upload input[type="file"] {
    position: absolute;
    display: block;
    width: 53%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto; }
  #GALLERY-UPLOAD .Gallery-UploadBtnForm ._restrictionsDescription {
    position: relative;
    display: block;
    color: #2f3233;
    /* text color */
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 89%;
    margin: auto;
    margin-top: 32px; }
  #GALLERY-UPLOAD .Gallery-UploadBtnForm hr {
    position: relative;
    display: block;
    width: 82%;
    height: 1px;
    margin: auto;
    margin-top: 25px;
    background: #f0f0f0; }
  #GALLERY-UPLOAD .Gallery-UploadBtnForm ul {
    position: relative;
    padding: 0;
    padding-left: 25px;
    padding-top: 7px;
    *zoom: 1; }
    #GALLERY-UPLOAD .Gallery-UploadBtnForm ul:before, #GALLERY-UPLOAD .Gallery-UploadBtnForm ul:after {
      content: " ";
      display: table; }
    #GALLERY-UPLOAD .Gallery-UploadBtnForm ul:after {
      clear: both; }
    #GALLERY-UPLOAD .Gallery-UploadBtnForm ul._full li {
      width: 92%; }
    #GALLERY-UPLOAD .Gallery-UploadBtnForm ul li {
      position: relative;
      display: list-item;
      float: left;
      list-style: disc;
      font-size: 18px;
      color: #32618d;
      margin-bottom: 0px;
      width: 92%;
      margin-right: 4%;
      margin-left: 4%; }
      @media screen and (min-width: 768px) {
        #GALLERY-UPLOAD .Gallery-UploadBtnForm ul li {
          width: 42%; } }
      #GALLERY-UPLOAD .Gallery-UploadBtnForm ul li span {
        position: relative;
        display: block;
        color: #6f6f6f;
        /* text color */
        font-size: 14px;
        font-weight: 400; }
        #GALLERY-UPLOAD .Gallery-UploadBtnForm ul li span strong {
          font-weight: 600; }
  #GALLERY-UPLOAD .Gallery-UploadBtnForm p {
    color: #6f6f6f;
    /* text color */
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    width: 89%;
    margin: auto;
    padding-bottom: 35px; }
    #GALLERY-UPLOAD .Gallery-UploadBtnForm p a {
      font-size: 14px;
      color: #32618d;
      font-weight: 400;
      text-decoration: underline; }
      #GALLERY-UPLOAD .Gallery-UploadBtnForm p a:hover {
        text-decoration: none; }
#GALLERY-UPLOAD .Gallery-Image {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (max-width: 992px) {
    #GALLERY-UPLOAD .Gallery-Image {
      margin-bottom: 35px; } }
  #GALLERY-UPLOAD .Gallery-Image a {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    color: #32618d;
    /* text color */
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    text-decoration: underline; }
    #GALLERY-UPLOAD .Gallery-Image a:hover {
      text-decoration: none; }
#GALLERY-UPLOAD ._mobile-mTop {
  margin-top: 0px; }
  @media screen and (max-width: 768px) {
    #GALLERY-UPLOAD ._mobile-mTop {
      margin-top: 10px; } }
#GALLERY-UPLOAD ._mobile-mTop-sm {
  margin-top: 0px; }
  @media screen and (max-width: 992px) {
    #GALLERY-UPLOAD ._mobile-mTop-sm {
      margin-top: 10px; } }
#GALLERY-UPLOAD ._mobile-mTop-tablet {
  margin-top: 0px; }
  @media screen and (max-width: 767px) {
    #GALLERY-UPLOAD ._mobile-mTop-tablet {
      margin-top: 10px; } }
#GALLERY-UPLOAD .Gallery-UploadBtnWrapper {
  margin-bottom: 50px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    #GALLERY-UPLOAD .Gallery-UploadBtnWrapper {
      text-align: left;
      margin-left: -15px; } }
  #GALLERY-UPLOAD .Gallery-UploadBtnWrapper input {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto; }
    @media screen and (min-width: 768px) {
      #GALLERY-UPLOAD .Gallery-UploadBtnWrapper input {
        width: 35%;
        margin: 0 5px; } }
    @media screen and (min-width: 992px) {
      #GALLERY-UPLOAD .Gallery-UploadBtnWrapper input {
        width: 38%;
        margin: 0; }
        #GALLERY-UPLOAD .Gallery-UploadBtnWrapper input:nth-child(2) {
          margin-left: 10px; } }
  #GALLERY-UPLOAD .Gallery-UploadBtnWrapper .btn-wide {
    padding: 19px 45px;
    font-size: 14px;
    margin-bottom: 10px; }
#GALLERY-UPLOAD .page-content {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 28px;
  padding: 35px 0px;
  padding-right: 9px;
  padding-left: 9px; }
  @media screen and (min-width: 992px) {
    #GALLERY-UPLOAD .page-content {
      padding-right: 21px; } }
  #GALLERY-UPLOAD .page-content._padding-bottom {
    padding-bottom: 21px; }
#GALLERY-UPLOAD ._info-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 33px; }
  #GALLERY-UPLOAD ._info-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    #GALLERY-UPLOAD ._info-text span._red {
      color: #f2192f; }
    #GALLERY-UPLOAD ._info-text span._green {
      color: #006600; }
  #GALLERY-UPLOAD ._info-text i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    margin-right: 5px;
    font-size: 18px;
    line-height: 33px; }
#GALLERY-UPLOAD ._loading-u {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: url("../img/bg.png") 0 0 repeat transparent;
  z-index: 9999; }
  #GALLERY-UPLOAD ._loading-u ._spinner {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    background: #fff url("../img/spinner.gif") no-repeat center center;
    padding: 16px;
    border: 3px solid #bbb;
    font-size: 0;
    z-index: 10500; }
  #GALLERY-UPLOAD ._loading-u span {
    position: fixed;
    width: 200px;
    left: 50%;
    top: 50%;
    margin: 40px 0 0 -89px;
    text-align: center;
    font-weight: 700; }
#GALLERY-UPLOAD #series-uploader .placeholder, #GALLERY-UPLOAD #series-uploader .photo {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  width: 126px;
  height: 126px;
  float: left;
  margin: 5px; }
  @media screen and (min-width: 768px) {
    #GALLERY-UPLOAD #series-uploader .placeholder, #GALLERY-UPLOAD #series-uploader .photo {
      width: 134px;
      height: 134px; } }
  #GALLERY-UPLOAD #series-uploader .placeholder, #GALLERY-UPLOAD #series-uploader .photo, #GALLERY-UPLOAD #series-uploader .placeholder a, #GALLERY-UPLOAD #series-uploader .photo a, #GALLERY-UPLOAD #series-uploader .placeholder a:active, #GALLERY-UPLOAD #series-uploader .photo a:active, #GALLERY-UPLOAD #series-uploader .placeholder a:hover, #GALLERY-UPLOAD #series-uploader .photo a:hover {
    color: #fff; }
#GALLERY-UPLOAD #series-uploader .placeholder {
  background-color: rgba(255, 255, 255, 0);
  border-style: dashed; }
#GALLERY-UPLOAD #series-uploader .photo {
  position: relative; }
  #GALLERY-UPLOAD #series-uploader .photo .controls, #GALLERY-UPLOAD #series-uploader .photo .text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 700; }
    @media screen and (min-width: 992px) {
      #GALLERY-UPLOAD #series-uploader .photo .controls .move-left, #GALLERY-UPLOAD #series-uploader .photo .text .move-left, #GALLERY-UPLOAD #series-uploader .photo .controls .move-right, #GALLERY-UPLOAD #series-uploader .photo .text .move-right, #GALLERY-UPLOAD #series-uploader .photo .controls .button-remove, #GALLERY-UPLOAD #series-uploader .photo .text .button-remove {
        display: none !important; }
      #GALLERY-UPLOAD #series-uploader .photo .controls:hover .move-left, #GALLERY-UPLOAD #series-uploader .photo .text:hover .move-left, #GALLERY-UPLOAD #series-uploader .photo .controls:hover .move-right, #GALLERY-UPLOAD #series-uploader .photo .text:hover .move-right, #GALLERY-UPLOAD #series-uploader .photo .controls:hover .button-remove, #GALLERY-UPLOAD #series-uploader .photo .text:hover .button-remove {
        display: block !important; } }
    #GALLERY-UPLOAD #series-uploader .photo .controls .move-left, #GALLERY-UPLOAD #series-uploader .photo .text .move-left, #GALLERY-UPLOAD #series-uploader .photo .controls .move-right, #GALLERY-UPLOAD #series-uploader .photo .text .move-right, #GALLERY-UPLOAD #series-uploader .photo .controls .button-remove, #GALLERY-UPLOAD #series-uploader .photo .text .button-remove {
      display: block; }
    #GALLERY-UPLOAD #series-uploader .photo .controls .photo-number, #GALLERY-UPLOAD #series-uploader .photo .text .photo-number {
      padding: 7px;
      height: auto;
      position: relative;
      display: block;
      text-align: center;
      width: 28px;
      font-size: 14px;
      background-color: rgba(0, 0, 0, 0.5); }
    #GALLERY-UPLOAD #series-uploader .photo .controls .move-left, #GALLERY-UPLOAD #series-uploader .photo .text .move-left, #GALLERY-UPLOAD #series-uploader .photo .controls .move-right, #GALLERY-UPLOAD #series-uploader .photo .text .move-right {
      background-color: rgba(0, 0, 0, 0.5);
      margin-left: 0;
      position: absolute;
      right: 0px;
      bottom: 0;
      padding: 7px; }
    #GALLERY-UPLOAD #series-uploader .photo .controls .move-left, #GALLERY-UPLOAD #series-uploader .photo .text .move-left {
      left: 0px;
      right: auto; }
    #GALLERY-UPLOAD #series-uploader .photo .controls .button-remove, #GALLERY-UPLOAD #series-uploader .photo .text .button-remove {
      position: absolute;
      font-size: 21px;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 2px;
      width: 28px;
      right: 0px;
      top: 0;
      padding-top: 5px; }
  #GALLERY-UPLOAD #series-uploader .photo .text {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #GALLERY-UPLOAD #series-uploader .photo .image {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15); }
  #GALLERY-UPLOAD #series-uploader .photo.dragged {
    position: absolute;
    z-index: 2000;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15); }
  #GALLERY-UPLOAD #series-uploader .photo.sortable-item .sortable-handle {
    cursor: wait; }
#GALLERY-UPLOAD #series-uploader #plupload-container {
  position: relative;
  float: left; }
#GALLERY-UPLOAD #series-uploader ._btn-upload {
  z-index: 1;
  position: relative;
  display: inline-block;
  margin: 5px;
  text-align: center;
  font-size: 13px;
  line-height: 1.25;
  width: 126px;
  height: 126px; }
  @media screen and (min-width: 768px) {
    #GALLERY-UPLOAD #series-uploader ._btn-upload {
      width: 134px;
      height: 134px; } }
  #GALLERY-UPLOAD #series-uploader ._btn-upload ._icon-series._big {
    width: 20px;
    height: 20px;
    background-size: 100%;
    display: block;
    margin: auto;
    background-position: 0;
    margin-top: 26px;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      #GALLERY-UPLOAD #series-uploader ._btn-upload ._icon-series._big {
        margin-top: 31px; } }
#GALLERY-UPLOAD .moxie-shim.moxie-shim-html5 {
  z-index: 999 !important; }
  @media screen and (min-width: 992px) {
    #GALLERY-UPLOAD .moxie-shim.moxie-shim-html5 {
      z-index: 0 !important; } }
#GALLERY-UPLOAD #plupload-browse.disabled {
  background-color: gray;
  cursor: default; }
@media screen and (min-width: 768px) {
  #GALLERY-UPLOAD ._w-sm100md20 {
    width: 100%; } }
@media screen and (min-width: 992px) {
  #GALLERY-UPLOAD ._w-sm100md20 {
    width: 20%; } }

.select2-container {
  padding: 4px 15px;
  background: url("../img/select-arrow.png") no-repeat right center;
  box-shadow: inset 0 1px 3px rgba(0, 0, 1, 0.1);
  background-color: #efefef; }
  .select2-container.select2-container-multi {
    background-image: none;
    width: 89%;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 7px;
    padding-right: 7px; }
    @media screen and (min-width: 768px) {
      .select2-container.select2-container-multi {
        width: 94%;
        margin-left: 29px; } }
  .select2-container .select2-choice {
    outline: none;
    border: 0;
    background: none; }
    .select2-container .select2-choice .select2-arrow {
      display: none; }

.select2-offscreen, .select2-offscreen:focus {
  display: none; }

.select2-dropdown-open .select2-choice {
  border: 0;
  box-shadow: none; }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 0;
  background: none; }

.select2-drop-active {
  border: 0;
  background-color: #efefef;
  width: 100%;
  display: none;
  text-align: left;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  box-shadow: none;
  color: #32618d; }

.select2-search input {
  color: #32618d;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 15px;
  background: #efefef;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #dedede;
  background-image: none !important; }
  .select2-search input.select2-active {
    background-position: 98% 50%; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #dedede;
  box-shadow: none; }

.select2-results {
  margin: 0;
  padding: 0; }
  .select2-results li {
    display: block;
    border: 0px solid #dedede;
    border-bottom: 0;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: normal;
    color: #32618d; }
    .select2-results li:hover {
      background-color: #fff;
      border-bottom-color: #dedede;
      font-size: 14px;
      color: #6f6f6f;
      text-decoration: none; }
  .select2-results .select2-no-results, .select2-results .select2-searching {
    padding-left: 15px; }
  .select2-results .select2-highlighted {
    background-color: #fff;
    border-bottom-color: #dedede;
    font-size: 14px;
    color: #6f6f6f;
    text-decoration: none; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 0;
  box-shadow: none; }
.select2-container-multi .select2-search-choice-close {
  top: 8px;
  left: 8px; }
.select2-container-multi .select2-choices {
  background: none;
  border: none;
  min-height: 130px; }
  .select2-container-multi .select2-choices .select2-search-choice {
    position: relative;
    display: inline-block;
    margin: 5px 4px;
    padding: 7px 30px;
    padding-right: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    background-image: none;
    background-color: #31618d;
    border: 0;
    border-radius: 0; }
  .select2-container-multi .select2-choices .select2-search-field {
    margin-top: 7px; }
    .select2-container-multi .select2-choices .select2-search-field input {
      position: relative;
      top: -2px; }
      .select2-container-multi .select2-choices .select2-search-field input.select2-active {
        background-position: 98% 50% !important; }

#GALLERY-PHOTO {
  margin-bottom: 50px; }
  #GALLERY-PHOTO .Gallery-Comments {
    text-align: center;
    padding: 0;
    padding-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 768px) {
      #GALLERY-PHOTO .Gallery-Comments {
        margin-left: 0;
        margin-right: 0; } }
    #GALLERY-PHOTO .Gallery-Comments h2 {
      color: #32618d;
      text-transform: uppercase;
      font-size: 40px;
      margin: 20px 0; }
      #GALLERY-PHOTO .Gallery-Comments h2 .icon {
        color: #c0c0c0;
        font-size: 30px;
        margin-left: 10px; }
    #GALLERY-PHOTO .Gallery-Comments #article-comment-form {
      padding-top: 44px;
      overflow: visible;
      margin-top: 60px;
      margin-left: 15px;
      margin-right: 15px; }
      @media (min-width: 768px) {
        #GALLERY-PHOTO .Gallery-Comments #article-comment-form {
          margin-top: 0px;
          margin-left: 40px;
          margin-right: 0; } }
      #GALLERY-PHOTO .Gallery-Comments #article-comment-form .no-padding {
        padding: 0 15px !important; }
        @media screen and (min-width: 992px) {
          #GALLERY-PHOTO .Gallery-Comments #article-comment-form .no-padding {
            padding: 0 !important; } }
      #GALLERY-PHOTO .Gallery-Comments #article-comment-form:hover {
        background-color: #fff !important; }
      #GALLERY-PHOTO .Gallery-Comments #article-comment-form ._fright {
        float: right !important; }
      #GALLERY-PHOTO .Gallery-Comments #article-comment-form .form-gray textarea.form-control {
        padding: 15px; }
      @media (min-width: 768px) {
        #GALLERY-PHOTO .Gallery-Comments #article-comment-form ._content {
          padding-left: 49px; } }
      @media (min-width: 992px) {
        #GALLERY-PHOTO .Gallery-Comments #article-comment-form ._content {
          padding-left: 0px; } }
      #GALLERY-PHOTO .Gallery-Comments #article-comment-form ._avatar {
        position: absolute;
        display: block;
        width: 100%;
        top: -28px;
        margin-left: 40px; }
        @media (min-width: 768px) {
          #GALLERY-PHOTO .Gallery-Comments #article-comment-form ._avatar {
            width: auto;
            top: 44px;
            left: -40px;
            margin-left: 0; } }
        #GALLERY-PHOTO .Gallery-Comments #article-comment-form ._avatar img {
          position: relative;
          display: block;
          margin: auto;
          width: 55px;
          height: auto; }
          @media (min-width: 768px) {
            #GALLERY-PHOTO .Gallery-Comments #article-comment-form ._avatar img {
              width: auto; } }
      #GALLERY-PHOTO .Gallery-Comments #article-comment-form .js-file-input {
        width: 100%; }
      #GALLERY-PHOTO .Gallery-Comments #article-comment-form input[type="submit"] {
        position: relative;
        display: block;
        width: 95%;
        margin: auto; }
        @media (min-width: 768px) {
          #GALLERY-PHOTO .Gallery-Comments #article-comment-form input[type="submit"] {
            width: 100%;
            max-width: 230px;
            margin-left: 0; } }
        @media (min-width: 1024px) {
          #GALLERY-PHOTO .Gallery-Comments #article-comment-form input[type="submit"] {
            padding: 7px 7px; } }
        @media (min-width: 1200px) {
          #GALLERY-PHOTO .Gallery-Comments #article-comment-form input[type="submit"] {
            padding: 7px 10px; } }
      #GALLERY-PHOTO .Gallery-Comments #article-comment-form ._info-text {
        text-align: center; }
        #GALLERY-PHOTO .Gallery-Comments #article-comment-form ._info-text p {
          margin-top: 10px;
          margin-bottom: 10px; }
        #GALLERY-PHOTO .Gallery-Comments #article-comment-form ._info-text ._metaText {
          margin-top: 0; }
        @media (min-width: 768px) {
          #GALLERY-PHOTO .Gallery-Comments #article-comment-form ._info-text {
            text-align: left; }
            #GALLERY-PHOTO .Gallery-Comments #article-comment-form ._info-text ._metaText {
              margin: 0; }
              #GALLERY-PHOTO .Gallery-Comments #article-comment-form ._info-text ._metaText p {
                margin: 0;
                margin-top: 5px; } }
    #GALLERY-PHOTO .Gallery-Comments ._load {
      color: #6f6f6f;
      font-size: 16px;
      line-height: 22px; }
      #GALLERY-PHOTO .Gallery-Comments ._load .icon {
        font-size: 22px;
        margin-right: 5px;
        position: relative;
        top: 2px; }
      #GALLERY-PHOTO .Gallery-Comments ._load:hover {
        color: #303234; }
    #GALLERY-PHOTO .Gallery-Comments ._list {
      list-style: none;
      margin: 50px 0;
      padding: 20px 0;
      padding-top: 15px;
      background-color: #fff; }
      #GALLERY-PHOTO .Gallery-Comments ._list._m-top-16 {
        margin-top: 16px; }
    #GALLERY-PHOTO .Gallery-Comments ._comment {
      position: relative;
      text-align: left;
      padding: 3px 24px 7px 21px;
      background-color: #fff;
      overflow: hidden;
      *zoom: 1; }
      #GALLERY-PHOTO .Gallery-Comments ._comment:before, #GALLERY-PHOTO .Gallery-Comments ._comment:after {
        content: " ";
        display: table; }
      #GALLERY-PHOTO .Gallery-Comments ._comment:after {
        clear: both; }
      @media (min-width: 768px) {
        #GALLERY-PHOTO .Gallery-Comments ._comment {
          padding: 21px 24px 7px 30px; } }
      @media (min-width: 992px) {
        #GALLERY-PHOTO .Gallery-Comments ._comment {
          padding: 21px 24px 7px 21px;
      /*
      &:hover {
        background-color: #f7f7f7;

        ._content {
          ._action {
            background-color: #f7f7f7;
            right: 0px;

            padding-left: 15px;
            padding-top: 4px;
            padding-right: 34px;
            padding-bottom: 10px;
          }
        }

        ._photo {
          display: none !important;
        }
      }
       */ } }
      #GALLERY-PHOTO .Gallery-Comments ._comment ._avatar {
        position: absolute;
        top: 6px;
        left: 21px; }
        @media (min-width: 768px) {
          #GALLERY-PHOTO .Gallery-Comments ._comment ._avatar {
            top: 15px;
            left: 32px; } }
      #GALLERY-PHOTO .Gallery-Comments ._comment ._content {
        margin-top: 0; }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._date {
          position: relative;
          display: inline-block;
          bottom: -1px;
          margin-left: 2px;
          margin-right: 2px;
          color: #6f6f6f;
          font-size: 12px;
          line-height: 14px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: 100px;
          *zoom: 1; }
          @media (min-width: 768px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._date {
              bottom: -1px; } }
          @media (min-width: 992px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._date {
              bottom: -4px; } }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._date:before, #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._date:after {
            content: " ";
            display: table; }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._date:after {
            clear: both; }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._specialUser {
          font-size: 12px;
          text-transform: uppercase;
          line-height: 14px; }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._specialUser.isAuthor {
            color: #32618d; }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._specialUser.isAdmin {
            color: #f31930; }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._specialUser .icon {
            font-size: 16px;
            position: relative;
            top: 2px; }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._separator {
          display: inline-block;
          font-size: 12px;
          color: #6f6f6f;
          line-height: 14px; }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content i {
          color: #ccc;
          font-size: 14px;
          top: 1px;
          position: relative;
          display: inline-block; }
          @media (min-width: 992px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content i {
              top: 1px; } }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._point {
          position: relative;
          display: inline-block;
          font-size: 12px;
          color: #6f6f6f;
          line-height: 14px;
          bottom: -1px; }
          @media (min-width: 768px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._point {
              bottom: -1px; } }
          @media (min-width: 992px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._point {
              bottom: -1px; } }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._name {
          display: inline-block;
          height: 25px;
          margin-top: 0;
          margin-bottom: 0px;
          margin-right: 7px;
          padding-left: 49px;
          position: relative;
          z-index: 10; }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._name a {
            position: relative;
            display: inline-block;
            max-width: 225px;
            font-size: 20px;
            color: #303234;
            font-weight: bold;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            text-decoration: none; }
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._name a:hover {
              text-decoration: underline; }
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._name a:hover {
              color: #32618d; }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._meta {
          position: relative;
          display: block;
          width: auto;
          height: auto;
          top: -6px;
          left: auto;
          bottom: 5px;
          padding-left: 49px;
          padding-right: 15px;
          text-align: left;
          line-height: 19px; }
          @media (min-width: 768px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._meta {
              display: inline-block;
              max-width: 49%;
              height: auto;
              min-height: 25px;
              top: 0px;
              padding-left: 0px;
              line-height: 24px;
              vertical-align: top; } }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._meta a {
            color: #979899;
            font-size: 14px;
            margin-right: 6px;
            -webkit-transition: color 0.5s;
            -moz-transition: color 0.5s;
            transition: color 0.5s; }
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._meta a .icon {
              font-size: 16px;
              position: relative;
              top: 3px; }
              #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._meta a .icon.icon-trash {
                top: 1px; }
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._meta a:hover {
              color: #32618d; }
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._meta a.remove:hover, #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._meta a.report:hover {
              color: #de4849; }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._meta ._specialUser {
            position: relative;
            bottom: -1px; }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action {
          position: absolute;
          display: none;
          width: 100%;
          top: 5px;
          left: 21px;
          padding: 9px 16px;
          padding-left: 12px;
          font-size: 12px;
          line-height: 14px;
          background: #32618d;
          z-index: 999; }
          @media (min-width: 768px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action {
              top: 7px;
              padding: 11px 16px; } }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a {
            color: #fff;
            /* color overlay */
            font-size: 14px;
            line-height: 21px;
            text-decoration: underline;
            top: -1px;
            position: relative;
            display: inline;
            margin-left: 3px;
            margin-right: 3px; }
            @media (min-width: 768px) {
              #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a {
                margin-left: 8px;
                margin-right: 8px; } }
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a:hover {
              text-decoration: none; }
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a.js-comment-reaction i {
              position: relative;
              top: 2px;
              margin-right: 5px; }
              #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a.js-comment-reaction i:before {
                text-decoration: none; }
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a.remove i {
              position: relative;
              top: 2px;
              margin-right: 5px; }
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a.report {
              position: relative;
              top: 1px;
              font-size: 18px;
              line-height: 21px;
              font-weight: 900;
              text-decoration: none; }
              #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a.report ._mobile {
                position: relative;
                display: inline-block;
                top: -2px;
                color: #fff;
                /* color overlay */
                font-size: 14px;
                line-height: 21px;
                font-weight: 400;
                text-decoration: underline; }
                #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a.report ._mobile:hover {
                  text-decoration: none; }
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a i {
              font-size: 16px;
              line-height: 21px;
              display: none;
              top: 0;
              color: #fff; }
              @media (min-width: 768px) {
                #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a i {
                  display: inline-block; } }
              #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a i.icon-pencil:before {
                content: "\e65d";
                background: transparent;
                margin-right: 5px;
                top: -1px;
                position: relative; }
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a span._hide-xs {
              display: none;
              margin-right: 5px; }
              @media (min-width: 768px) {
                #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._action a span._hide-xs {
                  display: inline-block; } }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._mobile-action-control {
          position: absolute;
          display: block;
          z-index: 999; }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._mobile-action-control._open {
            display: inline-block;
            width: 40px;
            height: 40px;
            top: 0px;
            right: 13px;
            color: #c0c0c0;
            /* color overlay */
            font-size: 40px;
            line-height: 21px;
            letter-spacing: -3px;
            text-align: center;
            vertical-align: top; }
            @media (min-width: 768px) {
              #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._mobile-action-control._open {
                top: 9px; } }
            @media (min-width: 992px) {
              #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._mobile-action-control._open:hover {
                color: #31618D;
                /* color overlay */ } }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._mobile-action-control._close {
            top: 7px;
            right: 43px;
            color: #fff;
            /* color overlay */
            font-size: 24px;
            line-height: 21px;
            font-weight: 900;
            position: absolute;
            text-decoration: none; }
            @media (min-width: 768px) {
              #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._mobile-action-control._close {
                top: 9px; } }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._star {
          position: relative;
          display: block;
          top: 3px;
          left: 0px;
          margin-bottom: 8px;
          font-size: 16px;
          color: #ccc;
          letter-spacing: -2px; }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._star ._blue {
            color: #32618d; }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._reactionTo {
          background-color: #ffffe1;
          padding: 5px 15px;
          font-size: 12px;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._reactionTo {
              margin-left: 51px;
              margin-top: 5px; } }
          @media (min-width: 992px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._reactionTo {
              margin-left: 0px; } }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._reactionTo header {
            font-weight: bold;
            display: none; }
            @media (min-width: 768px) {
              #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._reactionTo header {
                display: block; } }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._reactionTo ._reactionToText {
            font-style: italic;
            margin-bottom: 0;
            margin-top: 0;
            font-size: 12px;
            line-height: 18px; }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._reactionTo a {
            color: #32618d; }
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._reactionTo a:hover {
              color: #172d42; }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._reactionTo ._showSource {
            font-style: normal; }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._text {
          color: #303234;
          font-size: 14px;
          line-height: 21px;
          margin: 10px 0;
          margin-top: 0px;
          margin-bottom: 3px;
          padding-right: 27px; }
          @media (min-width: 768px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._text {
              padding-left: 51px; } }
          @media (min-width: 992px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._text {
              padding-left: 0px; } }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content p {
          color: #303234;
          font-size: 14px;
          line-height: 21px;
          margin: 10px 0;
          margin-top: 0px;
          margin-bottom: 10px;
          padding-right: 27px; }
          @media (min-width: 768px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content p {
              padding-left: 51px; } }
          @media (min-width: 992px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment ._content p {
              padding-left: 0px; } }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content p a {
            color: #32618d;
            font-size: 14px;
            line-height: 21px;
            text-decoration: underline; }
            @media (min-width: 992px) {
              #GALLERY-PHOTO .Gallery-Comments ._comment ._content p a:hover {
                text-decoration: none; } }
      #GALLERY-PHOTO .Gallery-Comments ._comment ._reactionTo {
        margin-top: 0; }
      #GALLERY-PHOTO .Gallery-Comments ._comment ._commentFull {
        font-style: normal; }
      #GALLERY-PHOTO .Gallery-Comments ._comment.is-comment-input, #GALLERY-PHOTO .Gallery-Comments ._comment.isInput {
        padding-bottom: 20px; }
        #GALLERY-PHOTO .Gallery-Comments ._comment.is-comment-input ._avatar, #GALLERY-PHOTO .Gallery-Comments ._comment.isInput ._avatar {
          display: none; }
        #GALLERY-PHOTO .Gallery-Comments ._comment.is-comment-input label, #GALLERY-PHOTO .Gallery-Comments ._comment.isInput label {
          margin-bottom: 0; }
        #GALLERY-PHOTO .Gallery-Comments ._comment.is-comment-input textarea, #GALLERY-PHOTO .Gallery-Comments ._comment.isInput textarea {
          min-height: 145px;
          resize: none;
          line-height: 21px; }
        #GALLERY-PHOTO .Gallery-Comments ._comment.is-comment-input a, #GALLERY-PHOTO .Gallery-Comments ._comment.isInput a {
          color: #32618d; }
      #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto {
        padding-right: 30px;
        min-height: 145px; }
        @media (min-width: 992px) {
          #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto {
            min-height: 113px; } }
        #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._content ._text, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._content ._text {
          padding-right: 97px; }
          @media (min-width: 768px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._content ._text, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._content ._text {
              padding-right: 123px; } }
          @media (min-width: 992px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._content ._text, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._content ._text {
              padding-right: 30px; } }
        #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._content ._reactionTo, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._content ._reactionTo {
          margin-right: 97px; }
          @media (min-width: 768px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._content ._reactionTo, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._content ._reactionTo {
              margin-right: 123px; } }
          @media (min-width: 992px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._content ._reactionTo, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._content ._reactionTo {
              margin-right: 30px; } }
        #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._photo, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._photo {
          position: absolute;
          display: inline-block;
          width: auto;
          top: 56px;
          right: 21px; }
          #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._photo a, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._photo a {
            display: inline-block;
            outline: none; }
          #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._photo img, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._photo img {
            max-width: 100%; }
          @media (min-width: 768px) {
            #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._photo, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._photo {
              top: 14px;
              right: 54px; } }
        @media (min-width: 992px) {
          #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._content, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._content {
            width: 83%;
            float: left; }
          #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._photo, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._photo {
            width: auto;
            top: 14px; }
            #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._photo._no-login, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._photo._no-login {
              right: 16px; }
            #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._photo a, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._photo a {
              display: inline-block;
              outline: none; }
            #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._photo img, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._photo img {
              max-width: 100%; } }
        @media (min-width: 1200px) {
          #GALLERY-PHOTO .Gallery-Comments ._comment.has-photo ._content, #GALLERY-PHOTO .Gallery-Comments ._comment.hasPhoto ._content {
            width: 85%; } }
      #GALLERY-PHOTO .Gallery-Comments ._comment.is-comment-input, #GALLERY-PHOTO .Gallery-Comments ._comment.isInput {
        margin-left: 40px; }
        #GALLERY-PHOTO .Gallery-Comments ._comment.is-comment-input ._avatar, #GALLERY-PHOTO .Gallery-Comments ._comment.isInput ._avatar {
          top: 44px;
          left: -40px;
          display: block; }
        #GALLERY-PHOTO .Gallery-Comments ._comment.is-comment-input ._metaText, #GALLERY-PHOTO .Gallery-Comments ._comment.isInput ._metaText {
          margin: 0;
          margin-top: 18px;
          margin-bottom: 29px; }
          #GALLERY-PHOTO .Gallery-Comments ._comment.is-comment-input ._metaText p, #GALLERY-PHOTO .Gallery-Comments ._comment.isInput ._metaText p {
            margin: 0; }
        #GALLERY-PHOTO .Gallery-Comments ._comment.is-comment-input label, #GALLERY-PHOTO .Gallery-Comments ._comment.isInput label {
          text-align: left;
          margin-bottom: 10px; }
      #GALLERY-PHOTO .Gallery-Comments ._comment.is-deleted, #GALLERY-PHOTO .Gallery-Comments ._comment.isDeleted {
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
      #GALLERY-PHOTO .Gallery-Comments ._comment .is-admin, #GALLERY-PHOTO .Gallery-Comments ._comment .is-author, #GALLERY-PHOTO .Gallery-Comments ._comment .isAdmin, #GALLERY-PHOTO .Gallery-Comments ._comment .isAuthor {
        display: inline-block; }
    @media (min-width: 992px) {
      #GALLERY-PHOTO .Gallery-Comments ._comment {
        padding-left: 80px; }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._name {
          padding-left: 0px; }
        #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._star {
          position: absolute;
          display: inline-block;
          top: 22px;
          left: auto;
          right: 52px; }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._star._no-login {
            right: 32px; }
          #GALLERY-PHOTO .Gallery-Comments ._comment ._content ._star ._star {
            position: absolute;
            display: inline-block;
            top: 17px;
            left: auto;
            right: 32px; } }
    #GALLERY-PHOTO .Gallery-Comments .Gallery-Form-Score-Hide {
      display: none; }
    #GALLERY-PHOTO .Gallery-Comments .Gallery-Form-Score {
      position: relative;
      display: block;
      width: 100%;
      margin-top: 5px;
      margin-bottom: 20px; }
      #GALLERY-PHOTO .Gallery-Comments .Gallery-Form-Score i {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 30px !important;
        color: #ccc;
        cursor: pointer;
        letter-spacing: -5px;
        line-height: 30px; }
        #GALLERY-PHOTO .Gallery-Comments .Gallery-Form-Score i._blue {
          color: #32618d; }
      #GALLERY-PHOTO .Gallery-Comments .Gallery-Form-Score ._number {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        color: #32618d;
        /* text color */
        font-size: 28px;
        font-weight: 700;
        line-height: 30px;
        margin-left: 15px;
        margin-right: 5px; }
      #GALLERY-PHOTO .Gallery-Comments .Gallery-Form-Score ._title {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        color: #32618d;
        /* text color */
        font-size: 14px;
        line-height: 26px;
        margin-top: 4px;
        text-align: center; }
        @media (min-width: 768px) {
          #GALLERY-PHOTO .Gallery-Comments .Gallery-Form-Score ._title {
            width: auto;
            text-align: left; } }
    #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment {
      min-height: auto;
      padding-left: 55px;
      padding-top: 21px;
      padding-bottom: 7px;
      border-bottom: 1px solid #eaeaea; }
      #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment:last-child {
        border-bottom: 0; }
      @media (min-width: 768px) {
        #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment {
          min-height: 125px;
          padding-left: 175px;
          padding-top: 21px;
          border-bottom: 0; } }
      #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._avatar {
        position: absolute;
        top: 15px;
        left: 10px; }
        @media (min-width: 768px) {
          #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._avatar {
            top: 15px;
            left: 130px; } }
      #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content ._meta {
        width: 100%;
        max-width: 100%;
        padding-left: 0; }
        @media (min-width: 768px) {
          #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content ._meta {
            width: auto;
            max-width: 60%; } }
        @media (min-width: 992px) {
          #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content ._meta {
            max-width: 47%; } }
        @media (min-width: 1199px) {
          #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content ._meta {
            max-width: 60%; } }
      #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content ._mobile-action-control._open {
        display: none; }
      #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content ._action {
        display: none; }
      #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content ._name {
        padding-left: 0; }
      #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content p {
        padding-left: 0; }
      #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content ._reactionTo {
        margin-left: 0; }
      #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content ._attachment {
        float: right;
        position: absolute;
        top: 60px;
        left: 10px; }
        @media (min-width: 768px) {
          #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content ._attachment {
            left: 15px;
            top: 14px; } }
        #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content ._attachment a {
          display: block;
          position: relative;
          width: 35px;
          height: 35px; }
          @media (min-width: 768px) {
            #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content ._attachment a {
              width: 100px;
              height: 100px; } }
          #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._comment ._content ._attachment a img {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 999; }
    #GALLERY-PHOTO .Gallery-Comments.Own-Comments ._hide-comment {
      padding: 21px;
      text-align: center;
      min-height: 0;
      background-color: #f5f5f5; }
  #GALLERY-PHOTO ._givenComments .Gallery-Comments ._comment ._content ._point, #GALLERY-PHOTO ._givenComments .Gallery-Comments ._comment ._content ._own-hide {
    display: none; }
  #GALLERY-PHOTO ._history-comment {
    padding: 10px; }
    #GALLERY-PHOTO ._history-comment ._comment {
      padding-top: 12px; }
      @media (min-width: 768px) {
        #GALLERY-PHOTO ._history-comment ._comment {
          padding: 21px 24px 7px 80px; } }
      #GALLERY-PHOTO ._history-comment ._comment:nth-child(even) {
        background-color: #eaeaea; }
      #GALLERY-PHOTO ._history-comment ._comment ._content ._meta {
        max-width: 100%;
        width: 100%; }
      #GALLERY-PHOTO ._history-comment ._comment ._content ._name {
        padding-left: 51px; }
        @media (min-width: 768px) {
          #GALLERY-PHOTO ._history-comment ._comment ._content ._name {
            padding-left: 0; } }
      @media (min-width: 768px) {
        #GALLERY-PHOTO ._history-comment ._comment ._content p {
          padding-left: 0px; } }
      #GALLERY-PHOTO ._history-comment ._comment ._avatar {
        top: 20px; }
        @media (min-width: 768px) {
          #GALLERY-PHOTO ._history-comment ._comment ._avatar {
            top: 15px; } }
  #GALLERY-PHOTO #GALLERY-PREVIEW {
    text-align: center; }
    #GALLERY-PHOTO #GALLERY-PREVIEW ._wrapper {
      position: relative;
      display: inline-block;
      margin: auto; }
      #GALLERY-PHOTO #GALLERY-PREVIEW ._wrapper ._colors {
        position: relative;
        display: block;
        padding: 15px; }
        #GALLERY-PHOTO #GALLERY-PREVIEW ._wrapper ._colors a {
          position: relative;
          display: inline-block;
          padding: 10px;
          margin: 3px;
          text-align: center; }
      #GALLERY-PHOTO #GALLERY-PREVIEW ._wrapper img {
        position: relative;
        display: inline-block;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px; }
      #GALLERY-PHOTO #GALLERY-PREVIEW ._wrapper ._close {
        position: relative;
        display: block;
        text-align: center;
        color: #31618d;
        text-transform: none;
        font-family: "Open Sans", sans-serif;
        font-size: 21px;
        line-height: 30px;
        font-weight: 600;
        text-decoration: underline; }
        #GALLERY-PHOTO #GALLERY-PREVIEW ._wrapper ._close:hover {
          text-decoration: none; }
  #GALLERY-PHOTO ._Photo-Preview-Wrapper {
    position: relative;
    display: block;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px; }
    @media screen and (min-width: 768px) {
      #GALLERY-PHOTO ._Photo-Preview-Wrapper {
        margin-left: 0;
        margin-right: 0; } }
    #GALLERY-PHOTO ._Photo-Preview-Wrapper ._Photo-Preview {
      position: relative;
      display: block;
      width: 100%;
      max-width: 100%;
      margin: auto;
      margin-bottom: 53px; }
      @media screen and (min-width: 768px) {
        #GALLERY-PHOTO ._Photo-Preview-Wrapper ._Photo-Preview {
          margin-top: 32px;
          margin-bottom: 53px; } }
      @media screen and (min-width: 1220px) {
        #GALLERY-PHOTO ._Photo-Preview-Wrapper ._Photo-Preview {
          max-width: 970px;
          margin-bottom: 32px; } }
      @media screen and (min-width: 1200px) {
        #GALLERY-PHOTO ._Photo-Preview-Wrapper ._Photo-Preview {
          max-width: 1140px; } }
      #GALLERY-PHOTO ._Photo-Preview-Wrapper ._Photo-Preview._no-arrow {
        margin-bottom: 0px; }
        @media screen and (min-width: 768px) {
          #GALLERY-PHOTO ._Photo-Preview-Wrapper ._Photo-Preview._no-arrow {
            margin-bottom: 62px; } }
        @media screen and (min-width: 992px) {
          #GALLERY-PHOTO ._Photo-Preview-Wrapper ._Photo-Preview._no-arrow {
            margin-bottom: 32px; } }
      #GALLERY-PHOTO ._Photo-Preview-Wrapper ._Photo-Preview img {
        position: relative;
        display: block;
        max-width: 100%;
        height: auto;
        margin: auto; }
      #GALLERY-PHOTO ._Photo-Preview-Wrapper ._Photo-Preview a {
        display: inline-block;
        max-width: 100%; }
  #GALLERY-PHOTO ._Photo-Header {
    position: relative;
    display: block;
    margin-bottom: 65px;
    margin-left: -15px;
    margin-right: -15px; }
    @media screen and (min-width: 768px) {
      #GALLERY-PHOTO ._Photo-Header {
        margin-left: 15px;
        margin-right: 15px; } }
    @media screen and (min-width: 992px) {
      #GALLERY-PHOTO ._Photo-Header {
        margin-bottom: 22px; } }
    #GALLERY-PHOTO ._Photo-Header ._Top-Section {
      position: relative;
      display: block;
      background-color: #31618d;
      /* layer fill content */
      padding: 15px 26px;
      padding-bottom: 79px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #GALLERY-PHOTO ._Photo-Header ._Top-Section {
          padding-bottom: 9px;
          text-align: left; } }
      #GALLERY-PHOTO ._Photo-Header ._Top-Section h2 {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 0;
        color: #fff;
        /* text color */
        font-family: "League Gothic", sans-serif;
        font-size: 32px;
        line-height: 32px;
        text-transform: none; }
        @media screen and (min-width: 768px) {
          #GALLERY-PHOTO ._Photo-Header ._Top-Section h2 {
            width: auto;
            font-size: 39px;
            line-height: 1.2; } }
      #GALLERY-PHOTO ._Photo-Header ._Top-Section .Gallery-PhotoScore {
        position: absolute;
        display: inline-block;
        bottom: 0px;
        left: 0;
        right: 0px;
        width: 100%;
        max-height: 74px;
        padding: 13px;
        background: #18426a; }
        @media screen and (min-width: 768px) {
          #GALLERY-PHOTO ._Photo-Header ._Top-Section .Gallery-PhotoScore {
            width: auto;
            max-height: 72px;
            top: 12px;
            left: auto;
            right: 22px;
            padding: 0;
            background: transparent; } }
        #GALLERY-PHOTO ._Photo-Header ._Top-Section .Gallery-PhotoScore ._big {
          position: relative;
          display: block;
          color: #fff;
          /* text color */
          font-size: 26px;
          font-weight: 400;
          text-align: center;
          margin-bottom: 6px; }
          @media screen and (min-width: 768px) {
            #GALLERY-PHOTO ._Photo-Header ._Top-Section .Gallery-PhotoScore ._big {
              text-align: right; } }
          #GALLERY-PHOTO ._Photo-Header ._Top-Section .Gallery-PhotoScore ._big strong {
            display: inline-block;
            font-size: 34px;
            line-height: 26px;
            font-weight: 900;
            margin-right: 6px; }
        #GALLERY-PHOTO ._Photo-Header ._Top-Section .Gallery-PhotoScore ._small {
          position: relative;
          display: block;
          color: #fff;
          /* text color */
          font-size: 12px;
          font-weight: 400;
          text-align: center; }
          @media screen and (min-width: 768px) {
            #GALLERY-PHOTO ._Photo-Header ._Top-Section .Gallery-PhotoScore ._small {
              text-align: right; } }
    #GALLERY-PHOTO ._Photo-Header ._Bottom-Section {
      position: relative;
      display: block;
      background-color: #fff;
      padding: 18px 26px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #GALLERY-PHOTO ._Photo-Header ._Bottom-Section {
          text-align: left; } }
      #GALLERY-PHOTO ._Photo-Header ._Bottom-Section ._author {
        position: relative;
        display: inline-block;
        width: 100%; }
        @media screen and (min-width: 768px) {
          #GALLERY-PHOTO ._Photo-Header ._Bottom-Section ._author {
            width: auto; } }
        #GALLERY-PHOTO ._Photo-Header ._Bottom-Section ._author img {
          position: relative;
          display: inline-block;
          width: auto;
          height: 27px; }
        #GALLERY-PHOTO ._Photo-Header ._Bottom-Section ._author a {
          position: relative;
          display: inline-block;
          height: 27px;
          margin-left: 5px;
          margin-right: 3px;
          color: #184169;
          /* text color */
          font-size: 16px;
          line-height: 27px;
          vertical-align: top;
          text-decoration: underline; }
          #GALLERY-PHOTO ._Photo-Header ._Bottom-Section ._author a:hover {
            text-decoration: none; }
        #GALLERY-PHOTO ._Photo-Header ._Bottom-Section ._author ._grey-text {
          position: relative;
          display: inline-block;
          height: 27px;
          color: #6f6f6f;
          font-size: 12px;
          line-height: 27px;
          vertical-align: top; }
      #GALLERY-PHOTO ._Photo-Header ._Bottom-Section ._in-gallery {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 27px;
        margin: 10px 0;
        vertical-align: top;
        color: #6f6f6f;
        font-size: 16px;
        line-height: 27px; }
        @media screen and (min-width: 768px) {
          #GALLERY-PHOTO ._Photo-Header ._Bottom-Section ._in-gallery {
            width: auto;
            margin: 0;
            margin-left: 27px; } }
        #GALLERY-PHOTO ._Photo-Header ._Bottom-Section ._in-gallery a {
          color: #184169;
          /* text color */
          font-size: 16px;
          line-height: 27px;
          text-decoration: underline; }
          #GALLERY-PHOTO ._Photo-Header ._Bottom-Section ._in-gallery a:hover {
            text-decoration: none; }
  #GALLERY-PHOTO h2, #GALLERY-PHOTO h4 {
    font-family: "League Gothic", sans-serif;
    color: #32618d;
    font-size: 40px;
    margin-top: 1em;
    margin-bottom: 0.22em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #GALLERY-PHOTO h2, #GALLERY-PHOTO h4 {
        text-align: left; } }
    #GALLERY-PHOTO h2._alpha, #GALLERY-PHOTO h4._alpha {
      margin-top: 0; }
  #GALLERY-PHOTO .Gallery-MoreInfo {
    margin-bottom: 32px; }
    @media screen and (min-width: 992px) {
      #GALLERY-PHOTO .Gallery-MoreInfo {
        margin-bottom: 0px; } }
    #GALLERY-PHOTO .Gallery-MoreInfo h4, #GALLERY-PHOTO .Gallery-MoreInfo h2 {
      margin-top: 10px; }
      @media screen and (min-width: 992px) {
        #GALLERY-PHOTO .Gallery-MoreInfo h4, #GALLERY-PHOTO .Gallery-MoreInfo h2 {
          margin-top: 1em; } }
  #GALLERY-PHOTO p {
    color: #6f6f6f;
    /* text color */
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 1.5em; }
  #GALLERY-PHOTO .well-content p {
    margin-bottom: 0; }
  #GALLERY-PHOTO .Gallery-TableInfo {
    position: relative;
    display: block;
    margin-top: 17px; }
    #GALLERY-PHOTO .Gallery-TableInfo ._item {
      position: relative;
      display: table;
      width: 100%;
      margin-bottom: 13px;
      vertical-align: top; }
      #GALLERY-PHOTO .Gallery-TableInfo ._item strong {
        position: relative;
        display: table-cell;
        color: #2f3233;
        /* text color */
        font-size: 16px;
        font-weight: 600;
        text-shadow: 0 1px 0 #fff;
        /* drop shadow */
        width: 36%;
        padding-right: 6%;
        text-align: right; }
      #GALLERY-PHOTO .Gallery-TableInfo ._item span {
        position: relative;
        display: table-cell;
        color: #2f3233;
        /* text color */
        font-size: 16px;
        line-height: 1.5;
        text-shadow: 0 1px 0 #fff;
        /* drop shadow */
        width: 64%;
        text-align: left;
        overflow: hidden; }
        #GALLERY-PHOTO .Gallery-TableInfo ._item span a {
          color: #32618d;
          /* text color */
          font-size: 16px;
          text-decoration: underline; }
          #GALLERY-PHOTO .Gallery-TableInfo ._item span a:hover {
            text-decoration: none; }
  #GALLERY-PHOTO .Gallery-Tag {
    text-align: center; }
    #GALLERY-PHOTO .Gallery-Tag ul {
      position: relative;
      min-width: 100%;
      display: inline-block;
      text-align: center;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 768px) {
        #GALLERY-PHOTO .Gallery-Tag ul {
          text-align: left; } }
      #GALLERY-PHOTO .Gallery-Tag ul li {
        position: relative;
        display: inline-block;
        text-align: left;
        margin: 5px 3px; }
        #GALLERY-PHOTO .Gallery-Tag ul li a {
          position: relative;
          display: block;
          padding: 1px 15px;
          background-color: #31618d;
          /* layer fill content */ }
          #GALLERY-PHOTO .Gallery-Tag ul li a:hover {
            background-color: #254767; }
          #GALLERY-PHOTO .Gallery-Tag ul li a span {
            position: relative;
            display: inline-block; }
            #GALLERY-PHOTO .Gallery-Tag ul li a span._tag {
              color: #fff;
              /* text color */
              font-size: 14px;
              font-weight: 400; }
            #GALLERY-PHOTO .Gallery-Tag ul li a span._number {
              color: #b2c0cd;
              font-size: 10px;
              font-weight: 400; }
  #GALLERY-PHOTO .Gallery-PhotoList {
    padding-left: 15px;
    padding-right: 15px; }
    #GALLERY-PHOTO .Gallery-PhotoList .TileList {
      width: 100%;
      margin-left: -5px;
      margin-right: -5px; }
      #GALLERY-PHOTO .Gallery-PhotoList .TileList ._list-item {
        width: 16.66667%;
        padding: 5px;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          #GALLERY-PHOTO .Gallery-PhotoList .TileList ._list-item {
            width: 18.18182%; } }
        @media screen and (min-width: 992px) {
          #GALLERY-PHOTO .Gallery-PhotoList .TileList ._list-item {
            width: 16.66667%; } }
        @media screen and (min-width: 992px) {
          #GALLERY-PHOTO .Gallery-PhotoList .TileList ._list-item {
            float: left;
            display: block; } }
        #GALLERY-PHOTO .Gallery-PhotoList .TileList ._list-item a, #GALLERY-PHOTO .Gallery-PhotoList .TileList ._list-item img {
          background-color: #fff;
          display: block;
          width: 100%;
          max-width: 100%; }
      #GALLERY-PHOTO .Gallery-PhotoList .TileList ._item-load {
        width: 100%; }
        @media screen and (min-width: 992px) {
          #GALLERY-PHOTO .Gallery-PhotoList .TileList ._item-load {
            width: 50%; } }
        #GALLERY-PHOTO .Gallery-PhotoList .TileList ._item-load:after {
          padding-top: 10%;
          background-color: transparent; }
          @media screen and (min-width: 992px) {
            #GALLERY-PHOTO .Gallery-PhotoList .TileList ._item-load:after {
              padding-top: 30%; } }
        #GALLERY-PHOTO .Gallery-PhotoList .TileList ._item-load a {
          color: #32618d;
          /* text color */
          font-size: 16px;
          padding-right: 25px; }
          #GALLERY-PHOTO .Gallery-PhotoList .TileList ._item-load a:hover span {
            text-decoration: none; }
          #GALLERY-PHOTO .Gallery-PhotoList .TileList ._item-load a span {
            text-decoration: underline; }
          #GALLERY-PHOTO .Gallery-PhotoList .TileList ._item-load a i {
            position: relative;
            display: inline-block;
            height: 14px;
            top: -1px;
            bottom: 0px;
            right: -5px;
            font-size: 14px;
            vertical-align: middle;
            margin: auto;
            padding-top: 1px; }
    @media screen and (min-width: 992px) {
      #GALLERY-PHOTO .Gallery-PhotoList {
        padding-left: 0;
        padding-right: 0; } }
    #GALLERY-PHOTO .Gallery-PhotoList h2 {
      margin-bottom: 0px;
      margin-top: 1em; }
      @media screen and (min-width: 992px) {
        #GALLERY-PHOTO .Gallery-PhotoList h2 {
          margin-top: 1em; } }
    #GALLERY-PHOTO .Gallery-PhotoList h4 {
      margin-bottom: 0.45em; }
  #GALLERY-PHOTO .Gallery-BtnManageBox {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 25px; }
    #GALLERY-PHOTO .Gallery-BtnManageBox ._btn-upload {
      position: relative;
      width: 100%;
      font-size: 14px;
      text-align: left;
      padding: 17px 0;
      padding-left: 22%;
      margin-bottom: 10px; }
      #GALLERY-PHOTO .Gallery-BtnManageBox ._btn-upload ._icon-background {
        position: absolute;
        width: 53px;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.1); }
        #GALLERY-PHOTO .Gallery-BtnManageBox ._btn-upload ._icon-background i {
          position: absolute;
          left: 13px;
          top: 13px;
          font-size: 27px;
          z-index: 999; }
    #GALLERY-PHOTO .Gallery-BtnManageBox ._btn-manage {
      position: relative;
      width: 100%;
      text-align: left;
      font-size: 14px;
      line-height: 27px;
      margin-top: 4px;
      padding: 10px 0;
      padding-left: 20%; }
      @media screen and (min-width: 992px) {
        #GALLERY-PHOTO .Gallery-BtnManageBox ._btn-manage {
          width: 84%;
          margin-top: 10px; } }
      #GALLERY-PHOTO .Gallery-BtnManageBox ._btn-manage i {
        position: absolute;
        top: 10px;
        left: 6%;
        font-size: 27px; }
  #GALLERY-PHOTO .Gallery-Ribbon {
    position: absolute;
    top: 0;
    right: 15px;
    width: 33px;
    height: 49px; }
    @media screen and (min-width: 768px) {
      #GALLERY-PHOTO .Gallery-Ribbon {
        position: relative;
        display: inline-block;
        width: 33px;
        height: 1px;
        margin-left: 35px;
        top: -15px;
        vertical-align: top; } }
    #GALLERY-PHOTO .Gallery-Ribbon ._ribbon {
      position: absolute;
      width: 33px;
      height: 49px;
      z-index: 1030;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s; }
      #GALLERY-PHOTO .Gallery-Ribbon ._ribbon > div {
        position: relative;
        display: block;
        width: 33px;
        height: 100%; }
      #GALLERY-PHOTO .Gallery-Ribbon ._ribbon ._ribbon-icon {
        font-size: 17px !important;
        bottom: 26px !important; }
      @media screen and (min-width: 992px) {
        #GALLERY-PHOTO .Gallery-Ribbon ._ribbon:hover {
          height: 64px; } }
      #GALLERY-PHOTO .Gallery-Ribbon ._ribbon ._ribbon-inactive, #GALLERY-PHOTO .Gallery-Ribbon ._ribbon ._ribbon-active {
        position: relative;
        display: block;
        width: 33px;
        height: 100%;
        font-size: 12px;
        color: transparent;
        line-height: 33px;
        font-weight: bold;
        text-transform: uppercase; }
        #GALLERY-PHOTO .Gallery-Ribbon ._ribbon ._ribbon-inactive ._ribbon-text, #GALLERY-PHOTO .Gallery-Ribbon ._ribbon ._ribbon-active ._ribbon-text {
          display: inline-block; }
        #GALLERY-PHOTO .Gallery-Ribbon ._ribbon ._ribbon-inactive ._ribbon-icon, #GALLERY-PHOTO .Gallery-Ribbon ._ribbon ._ribbon-active ._ribbon-icon {
          position: absolute;
          left: 8px;
          font-size: 18px;
          bottom: 6px; }
      #GALLERY-PHOTO .Gallery-Ribbon ._ribbon ._ribbon-active {
        background-image: url(../img/flag-active-vertical.png);
        background-position: center bottom;
        color: #fff; }
      #GALLERY-PHOTO .Gallery-Ribbon ._ribbon ._ribbon-inactive {
        background-image: url(../img/flag-inactive-vertical.png);
        background-position: center bottom;
        color: #32618d; }
  #GALLERY-PHOTO ._contest-place {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    line-height: 23px;
    font-weight: 900;
    margin-top: 2px;
    margin-left: 25px;
    margin-right: 7px;
    padding: 1px 7px;
    padding-right: 13px;
    background-color: #32618d; }
    #GALLERY-PHOTO ._contest-place i {
      margin-right: 4px; }
    #GALLERY-PHOTO ._contest-place._gold {
      background-color: #edd113;
      /* layer fill content */ }
    #GALLERY-PHOTO ._contest-place._silver {
      background-color: #a1b2c2;
      /* layer fill content */ }
    #GALLERY-PHOTO ._contest-place._bronze {
      background-color: #916f2d; }
  #GALLERY-PHOTO .Gallery-RightSideBox {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 57px;
    bottom: -70px;
    right: 0;
    color: #9f9f9f;
    /* text color */
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      #GALLERY-PHOTO .Gallery-RightSideBox {
        width: auto;
        height: auto;
        top: 75px;
        bottom: auto;
        right: 29px; } }
    @media screen and (min-width: 992px) {
      #GALLERY-PHOTO .Gallery-RightSideBox {
        top: auto;
        right: 29px; } }
    #GALLERY-PHOTO .Gallery-RightSideBox ._Facebook-Wrapper {
      position: relative;
      display: inline-block;
      top: -2px;
      margin-right: 20px; }
    #GALLERY-PHOTO .Gallery-RightSideBox ._Report-Link-Wrapper {
      position: relative;
      display: inline-block;
      vertical-align: middle; }
      #GALLERY-PHOTO .Gallery-RightSideBox ._Report-Link-Wrapper ._red {
        color: #f2192f; }
    #GALLERY-PHOTO .Gallery-RightSideBox a {
      position: relative;
      display: block;
      color: #9f9f9f;
      /* text color */
      font-size: 16px;
      line-height: 29px;
      font-weight: 400;
      padding-left: 24px;
      text-decoration: underline; }
      #GALLERY-PHOTO .Gallery-RightSideBox a:hover {
        text-decoration: none; }
      #GALLERY-PHOTO .Gallery-RightSideBox a._resolve {
        display: inline-block; }
      #GALLERY-PHOTO .Gallery-RightSideBox a i {
        position: absolute;
        display: block;
        line-height: 29px;
        left: 0; }
  #GALLERY-PHOTO .Gallery-Action {
    text-align: center; }
    @media screen and (min-width: 768px) {
      #GALLERY-PHOTO .Gallery-Action {
        text-align: left; } }
  #GALLERY-PHOTO #js-previous-photo-link, #GALLERY-PHOTO #js-next-photo-link {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    background: #4C4C4C;
    color: #fff;
    text-decoration: none;
    float: none;
    font-size: 14px;
    line-height: 21px;
    margin: auto;
    margin-bottom: -51px;
    padding: 14px 5px;
    width: 35%;
    text-align: right;
    z-index: 999; }
    #GALLERY-PHOTO #js-previous-photo-link span, #GALLERY-PHOTO #js-next-photo-link span {
      display: inline-block;
      width: 100%;
      text-align: center; }
    @media screen and (min-width: 768px) {
      #GALLERY-PHOTO #js-previous-photo-link, #GALLERY-PHOTO #js-next-photo-link {
        padding: 14px 5px;
        width: 19%; } }
    @media screen and (min-width: 1220px) {
      #GALLERY-PHOTO #js-previous-photo-link, #GALLERY-PHOTO #js-next-photo-link {
        display: block;
        background: url("../../images/colorbox_darkrimmed.png") 0 0 no-repeat;
        transition: opacity 0.35s ease;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 64px;
        height: 64px;
        position: absolute;
        bottom: 46%;
        right: -70px;
        color: #444;
        background-position: 0 0; }
        #GALLERY-PHOTO #js-previous-photo-link:hover, #GALLERY-PHOTO #js-next-photo-link:hover {
          background-position: 0 -130px; }
        #GALLERY-PHOTO #js-previous-photo-link._series, #GALLERY-PHOTO #js-next-photo-link._series {
          bottom: 66%; }
        #GALLERY-PHOTO #js-previous-photo-link span, #GALLERY-PHOTO #js-next-photo-link span {
          display: none; } }
  #GALLERY-PHOTO #js-previous-photo-link {
    left: 0;
    right: auto;
    text-align: left; }
    @media screen and (min-width: 1220px) {
      #GALLERY-PHOTO #js-previous-photo-link {
        background-position: 0 -64px;
        left: -70px;
        right: auto; }
        #GALLERY-PHOTO #js-previous-photo-link:hover {
          background-position: 0 -194px; }
        #GALLERY-PHOTO #js-previous-photo-link span {
          display: none; } }
  #GALLERY-PHOTO .Gallery-Description {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    outline: none; }
    #GALLERY-PHOTO .Gallery-Description p {
      color: #6f6f6f;
      /* text color */
      font-size: 16px;
      line-height: 24px;
      margin-top: 4px;
      margin-bottom: 12px; }
      #GALLERY-PHOTO .Gallery-Description p a {
        color: #32618d;
        font-size: 14px;
        line-height: 21px;
        text-decoration: underline; }
        @media (min-width: 992px) {
          #GALLERY-PHOTO .Gallery-Description p a:hover {
            text-decoration: none; } }
  #GALLERY-PHOTO ._no-padding-side {
    padding: 10% 0; }
  #GALLERY-PHOTO ._photo-border {
    position: relative;
    display: inline-block;
    border: 1px solid #fff; }
  #GALLERY-PHOTO .photo-number-panel {
    height: 32px;
    width: 100px;
    margin: 0 auto;
    margin-top: 4px;
    margin-bottom: 32px;
    line-height: 32px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }
  #GALLERY-PHOTO .Series-w {
    position: relative;
    display: block;
    margin-bottom: -18px; }
    @media (min-width: 768px) {
      #GALLERY-PHOTO .Series-w {
        margin-bottom: 52px; } }
    @media (min-width: 992px) {
      #GALLERY-PHOTO .Series-w {
        margin-bottom: 0; } }
    #GALLERY-PHOTO .Series-w._arrow {
      margin-bottom: 52px; }
      @media (min-width: 1025px) {
        #GALLERY-PHOTO .Series-w._arrow {
          margin-bottom: 0; } }
    #GALLERY-PHOTO .Series-w ._series-big {
      position: relative;
      display: block; }
      #GALLERY-PHOTO .Series-w ._series-big ._Photo-Preview {
        position: relative;
        display: none;
        cursor: auto; }
        #GALLERY-PHOTO .Series-w ._series-big ._Photo-Preview:first-child {
          display: block; }
        #GALLERY-PHOTO .Series-w ._series-big ._Photo-Preview._hide {
          display: none; }
        #GALLERY-PHOTO .Series-w ._series-big ._Photo-Preview._active {
          display: block; }
    #GALLERY-PHOTO .Series-w ._series-small {
      position: relative;
      display: inline-block;
      width: 100%;
      margin: auto;
      margin-top: -40px;
      margin-bottom: 30px;
      *zoom: 1; }
      @media (min-width: 768px) {
        #GALLERY-PHOTO .Series-w ._series-small {
          margin-top: 0; } }
      #GALLERY-PHOTO .Series-w ._series-small:before, #GALLERY-PHOTO .Series-w ._series-small:after {
        content: " ";
        display: table; }
      #GALLERY-PHOTO .Series-w ._series-small:after {
        clear: both; }
      #GALLERY-PHOTO .Series-w ._series-small ._next, #GALLERY-PHOTO .Series-w ._series-small ._prev {
        position: absolute;
        display: none;
        width: 110px;
        height: 110px;
        z-index: 999;
        cursor: pointer;
        border: 0px;
        padding: 5px;
        background: #fff;
        color: #184169;
        font-size: 13px;
        line-height: 1.25;
        text-decoration: none;
        top: 50%;
        margin-top: -41px; }
        @media (min-width: 768px) {
          #GALLERY-PHOTO .Series-w ._series-small ._next, #GALLERY-PHOTO .Series-w ._series-small ._prev {
            margin-top: -58px; } }
        @media (min-width: 992px) {
          #GALLERY-PHOTO .Series-w ._series-small ._next, #GALLERY-PHOTO .Series-w ._series-small ._prev {
            display: table; } }
        #GALLERY-PHOTO .Series-w ._series-small ._next:hover, #GALLERY-PHOTO .Series-w ._series-small ._prev:hover {
          background: #D5D5D5; }
          #GALLERY-PHOTO .Series-w ._series-small ._next:hover:before, #GALLERY-PHOTO .Series-w ._series-small ._prev:hover:before {
            display: none; }
        #GALLERY-PHOTO .Series-w ._series-small ._next ._va-center, #GALLERY-PHOTO .Series-w ._series-small ._prev ._va-center {
          position: relative;
          display: table-cell;
          vertical-align: middle;
          width: auto;
          height: auto;
          float: none; }
          #GALLERY-PHOTO .Series-w ._series-small ._next ._va-center:before, #GALLERY-PHOTO .Series-w ._series-small ._prev ._va-center:before {
            display: none; }
      #GALLERY-PHOTO .Series-w ._series-small ._next {
        right: 0; }
      #GALLERY-PHOTO .Series-w ._series-small ._inner {
        position: relative;
        display: block;
        text-align: left;
        width: 700%;
        height: auto;
        margin: auto;
        counter-reset: item;
        /* Initiate a counter */
        *zoom: 1; }
        #GALLERY-PHOTO .Series-w ._series-small ._inner:before, #GALLERY-PHOTO .Series-w ._series-small ._inner:after {
          content: " ";
          display: table; }
        #GALLERY-PHOTO .Series-w ._series-small ._inner:after {
          clear: both; }
        @media (min-width: 768px) {
          #GALLERY-PHOTO .Series-w ._series-small ._inner {
            width: 100%;
            text-align: center; } }
        @media (min-width: 992px) {
          #GALLERY-PHOTO .Series-w ._series-small ._inner {
            padding-left: 119px;
            padding-right: 119px; } }
      #GALLERY-PHOTO .Series-w ._series-small span {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 104px;
        height: 104px;
        /*

        @media (min-width: $screen-md) {
          width: 124px;
          height: 124px;
        }
        */
        overflow: hidden;
        padding: 5px;
        cursor: pointer;
        *zoom: 1; }
        @media (min-width: 768px) {
          #GALLERY-PHOTO .Series-w ._series-small span {
            width: 12.25%;
            height: 12.25%; } }
        #GALLERY-PHOTO .Series-w ._series-small span:before, #GALLERY-PHOTO .Series-w ._series-small span:after {
          content: " ";
          display: table; }
        #GALLERY-PHOTO .Series-w ._series-small span:after {
          clear: both; }
        #GALLERY-PHOTO .Series-w ._series-small span:before {
          position: absolute;
          opacity: 0;
          counter-increment: item;
          content: counter(item); }
        #GALLERY-PHOTO .Series-w ._series-small span._active:before, #GALLERY-PHOTO .Series-w ._series-small span:hover:before {
          position: absolute;
          display: block;
          opacity: 1;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          z-index: 999;
          border: 5px solid #E6E6E6;
          margin: -5px;
          color: #fff;
          font-weight: 900;
          font-size: 22px;
          line-height: 92px; }
          @media (min-width: 768px) {
            #GALLERY-PHOTO .Series-w ._series-small span._active:before, #GALLERY-PHOTO .Series-w ._series-small span:hover:before {
              line-height: 3.5; } }
          @media (min-width: 992px) {
            #GALLERY-PHOTO .Series-w ._series-small span._active:before, #GALLERY-PHOTO .Series-w ._series-small span:hover:before {
              line-height: 3.5; } }
          @media (min-width: 1025px) {
            #GALLERY-PHOTO .Series-w ._series-small span._active:before, #GALLERY-PHOTO .Series-w ._series-small span:hover:before {
              line-height: 4.5; } }
        #GALLERY-PHOTO .Series-w ._series-small span img {
          position: relative;
          display: block;
          max-width: 100%;
          height: auto; }

#GALLERY-USER {
  padding-bottom: 170px; }
  #GALLERY-USER .UserProfile-Header {
    margin-left: -15px;
    margin-right: -15px; }
    @media screen and (min-width: 992px) {
      #GALLERY-USER .UserProfile-Header {
        margin-left: 0;
        margin-right: 0; } }
    #GALLERY-USER .UserProfile-Header ._cover {
      position: relative; }
      #GALLERY-USER .UserProfile-Header ._cover img {
        display: block;
        width: 100%; }
      #GALLERY-USER .UserProfile-Header ._cover .btn {
        display: none;
        position: absolute;
        bottom: 12px;
        right: 12px; }
      #GALLERY-USER .UserProfile-Header ._cover:hover .btn {
        display: inline-block; }
    @media screen and (min-width: 992px) {
      #GALLERY-USER .UserProfile-Header ._content {
        display: table; } }
    #GALLERY-USER .UserProfile-Header ._content ._author {
      width: 100%;
      text-align: center;
      background-color: #fff;
      padding: 20px; }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        #GALLERY-USER .UserProfile-Header ._content ._author {
          text-align: left; } }
      @media screen and (min-width: 992px) {
        #GALLERY-USER .UserProfile-Header ._content ._author {
          text-align: left;
          display: table-cell; } }
      #GALLERY-USER .UserProfile-Header ._content ._author i {
        display: none; }
      @media screen and (min-width: 768px) {
        #GALLERY-USER .UserProfile-Header ._content ._author i {
          display: inline-block; } }
      #GALLERY-USER .UserProfile-Header ._content ._author ._author-inner {
        display: inline-block;
        text-align: center; }
        @media screen and (min-width: 768px) {
          #GALLERY-USER .UserProfile-Header ._content ._author ._author-inner {
            text-align: left; } }
      #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage {
        display: inline-block;
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden; }
        @media screen and (min-width: 768px) {
          #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage {
            margin-bottom: 0px; } }
        #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage:hover ._edit-image {
          display: block; }
        @media screen and (min-width: 768px) {
          #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage {
            float: left; } }
        #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage img {
          display: inline-block;
          width: 100%; }
        #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage ._userBlockedOverlay {
          padding: 5px 7px;
          font-size: 7px;
          text-align: center;
          position: absolute;
          width: 100%;
          bottom: 0;
          left: 0; }
          @media screen and (min-width: 768px) {
            #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage ._userBlockedOverlay {
              font-size: 10px; } }
          #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage ._userBlockedOverlay i {
            margin-right: 0; }
            @media screen and (min-width: 768px) {
              #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage ._userBlockedOverlay i {
                margin-right: 3px; } }
        #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage .js-block-btn {
          display: none;
          padding: 20px 10px;
          font-size: 12px;
          text-align: center;
          position: absolute;
          width: 100%;
          height: 100%;
          bottom: 0;
          left: 0;
          z-index: 2; }
          #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage .js-block-btn i {
            font-size: 30px;
            margin-right: 0; }
          #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage .js-block-btn span {
            display: block; }
          #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage .js-block-btn.notBlocked {
            background-color: #de4849; }
          #GALLERY-USER .UserProfile-Header ._content ._author ._authorImage .js-block-btn.isBlocked {
            background-color: #00c78e; }
      #GALLERY-USER .UserProfile-Header ._content ._author ._edit-image {
        display: none;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 100%;
        text-align: center; }
        #GALLERY-USER .UserProfile-Header ._content ._author ._edit-image .vCenter-cell i {
          display: inline-block !important;
          margin-right: 0; }
          @media screen and (min-width: 992px) {
            #GALLERY-USER .UserProfile-Header ._content ._author ._edit-image .vCenter-cell i {
              margin-right: 3px; } }
        #GALLERY-USER .UserProfile-Header ._content ._author ._edit-image .vCenter-cell span {
          display: none; }
          @media screen and (min-width: 992px) {
            #GALLERY-USER .UserProfile-Header ._content ._author ._edit-image .vCenter-cell span {
              display: inline; } }
      @media screen and (min-width: 768px) {
        #GALLERY-USER .UserProfile-Header ._content ._author ._authorContent {
          float: left;
          margin-left: 25px; } }
      #GALLERY-USER .UserProfile-Header ._content ._author ._authorContent a {
        text-decoration: none !important;
        margin-right: 6px;
        margin-bottom: 12px; }
        @media screen and (min-width: 768px) {
          #GALLERY-USER .UserProfile-Header ._content ._author ._authorContent a {
            margin-bottom: 0; } }
        #GALLERY-USER .UserProfile-Header ._content ._author ._authorContent a span {
          text-decoration: none !important; }
        #GALLERY-USER .UserProfile-Header ._content ._author ._authorContent a:hover {
          text-decoration: none !important; }
          #GALLERY-USER .UserProfile-Header ._content ._author ._authorContent a:hover span {
            text-decoration: none !important; }
      #GALLERY-USER .UserProfile-Header ._content ._author ._authorContent ._name {
        font-family: "League Gothic", sans-serif;
        color: #303234;
        font-size: 33px;
        line-height: 39px;
        margin: 0;
        margin-bottom: 7px;
        letter-spacing: 1px; }
        #GALLERY-USER .UserProfile-Header ._content ._author ._authorContent ._name ._userIcon {
          color: #32618d;
          font-size: 28px;
          line-height: 29px; }
          @media screen and (min-width: 768px) {
            #GALLERY-USER .UserProfile-Header ._content ._author ._authorContent ._name ._userIcon {
              font-size: 32px; } }
      #GALLERY-USER .UserProfile-Header ._content ._author ._authorContent .icon-message:before {
        position: relative;
        top: 3px;
        content: "\e650" !important;
        font-size: 17px;
        line-height: 13px; }
      #GALLERY-USER .UserProfile-Header ._content ._author ._authorContent .icon-person:before {
        position: relative;
        top: 3px;
        content: "\e65e" !important;
        font-size: 17px;
        line-height: 13px; }
      #GALLERY-USER .UserProfile-Header ._content ._author ._authorContent ._blockLink {
        color: #de4849; }
        #GALLERY-USER .UserProfile-Header ._content ._author ._authorContent ._blockLink:hover {
          color: #b82122; }
    #GALLERY-USER .UserProfile-Header ._content ._authorOverview {
      display: none;
      background-color: #f8f8f8;
      padding: 20px;
      text-align: center; }
      @media screen and (min-width: 992px) {
        #GALLERY-USER .UserProfile-Header ._content ._authorOverview {
          display: table-cell;
          vertical-align: middle;
          padding: 0; } }
      #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul {
        *zoom: 1;
        list-style: none;
        margin: 0;
        padding: 0; }
        #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul:before, #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul:after {
          content: " ";
          display: table; }
        #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul:after {
          clear: both; }
        @media screen and (min-width: 768px) {
          #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul {
            white-space: nowrap; } }
        #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li {
          font-family: "League Gothic", sans-serif;
          display: block;
          width: 50%;
          text-align: left;
          float: left;
          margin: 5px 0;
          padding-left: 30px; }
          @media screen and (min-width: 768px) {
            #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li {
              padding-left: 0;
              display: inline-block;
              margin: 0 14px;
              float: none;
              width: auto;
              text-align: center; }
              #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li:first-child {
                margin-left: 20px; }
              #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li:last-child {
                margin-right: 30px; } }
          @media screen and (min-width: 992px) {
            #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li {
              margin: 0 16px; } }
          #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li span, #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li a {
            color: #32618d;
            text-align: center;
            display: inline-block; }
            #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li span:hover, #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li a:hover {
              text-decoration: none; }
            #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li span i, #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li a i {
              text-align: center;
              display: inline-block;
              margin: auto;
              font-size: 31px;
              margin-right: 7px; }
              @media screen and (min-width: 768px) {
                #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li span i, #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li a i {
                  font-size: 44px;
                  margin-right: 10px;
                  margin-top: 10px; } }
              @media screen and (min-width: 768px) {
                #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li span i, #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li a i {
                  margin-right: 0; } }
            #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li span div, #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li a div {
              font-size: 12px;
              top: -10px;
              text-transform: uppercase;
              display: inline-block;
              position: relative; }
              @media screen and (min-width: 768px) {
                #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li span div, #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li a div {
                  font-size: 14px;
                  top: -15px; } }
              @media screen and (min-width: 768px) {
                #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li span div, #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li a div {
                  display: block;
                  text-align: center;
                  margin-top: 15px;
                  top: 0; } }
          #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li a div {
            text-decoration: underline; }
          #GALLERY-USER .UserProfile-Header ._content ._authorOverview ul li a:hover {
            color: #18426a; }
    #GALLERY-USER .UserProfile-Header.isEditable ._authorImage:hover .js-block-btn {
      display: block; }
  #GALLERY-USER .Camera-CameraInfo {
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: left; }
    #GALLERY-USER .Camera-CameraInfo p, #GALLERY-USER .Camera-CameraInfo a, #GALLERY-USER .Camera-CameraInfo ul, #GALLERY-USER .Camera-CameraInfo strong {
      font-size: inherit;
      line-height: inherit; }
    #GALLERY-USER .Camera-CameraInfo a {
      color: #32618d;
      text-decoration: none; }
      #GALLERY-USER .Camera-CameraInfo a:hover {
        color: #18426a;
        text-decoration: underline; }
    #GALLERY-USER .Camera-CameraInfo h2 {
      color: #32618d;
      margin-top: 0;
      margin-bottom: 0; }
    #GALLERY-USER .Camera-CameraInfo ._cameraType {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 24px;
      color: #99999a;
      line-height: 30px;
      font-family: "League Gothic", sans-serif; }
    @media screen and (min-width: 768px) {
      #GALLERY-USER .Camera-CameraInfo ._cameraPhoto {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: 10px; } }
    #GALLERY-USER .Camera-CameraInfo ._content {
      text-align: left; }
      #GALLERY-USER .Camera-CameraInfo ._content ul {
        list-style: none;
        padding-left: 6px; }
        #GALLERY-USER .Camera-CameraInfo ._content ul li {
          margin-bottom: 11px;
          padding-left: 1em;
          text-indent: -1em; }
          #GALLERY-USER .Camera-CameraInfo ._content ul li:before {
            content: "• ";
            color: #32618d;
            font-size: 28px;
            line-height: 28px;
            vertical-align: middle; }
  #GALLERY-USER .Gallery-Comments {
    text-align: center;
    padding: 0;
    padding-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 768px) {
      #GALLERY-USER .Gallery-Comments {
        margin-left: 0;
        margin-right: 0; } }
    #GALLERY-USER .Gallery-Comments h2 {
      color: #32618d;
      text-transform: uppercase;
      font-size: 40px;
      margin: 20px 0; }
      #GALLERY-USER .Gallery-Comments h2 .icon {
        color: #c0c0c0;
        font-size: 30px;
        margin-left: 10px; }
    #GALLERY-USER .Gallery-Comments #article-comment-form {
      padding-top: 44px;
      overflow: visible;
      margin-top: 60px;
      margin-left: 15px;
      margin-right: 15px; }
      @media (min-width: 768px) {
        #GALLERY-USER .Gallery-Comments #article-comment-form {
          margin-top: 0px;
          margin-left: 40px;
          margin-right: 0; } }
      #GALLERY-USER .Gallery-Comments #article-comment-form .no-padding {
        padding: 0 15px !important; }
        @media screen and (min-width: 992px) {
          #GALLERY-USER .Gallery-Comments #article-comment-form .no-padding {
            padding: 0 !important; } }
      #GALLERY-USER .Gallery-Comments #article-comment-form:hover {
        background-color: #fff !important; }
      #GALLERY-USER .Gallery-Comments #article-comment-form ._fright {
        float: right !important; }
      #GALLERY-USER .Gallery-Comments #article-comment-form .form-gray textarea.form-control {
        padding: 15px; }
      @media (min-width: 768px) {
        #GALLERY-USER .Gallery-Comments #article-comment-form ._content {
          padding-left: 49px; } }
      @media (min-width: 992px) {
        #GALLERY-USER .Gallery-Comments #article-comment-form ._content {
          padding-left: 0px; } }
      #GALLERY-USER .Gallery-Comments #article-comment-form ._avatar {
        position: absolute;
        display: block;
        width: 100%;
        top: -28px;
        margin-left: 40px; }
        @media (min-width: 768px) {
          #GALLERY-USER .Gallery-Comments #article-comment-form ._avatar {
            width: auto;
            top: 44px;
            left: -40px;
            margin-left: 0; } }
        #GALLERY-USER .Gallery-Comments #article-comment-form ._avatar img {
          position: relative;
          display: block;
          margin: auto;
          width: 55px;
          height: auto; }
          @media (min-width: 768px) {
            #GALLERY-USER .Gallery-Comments #article-comment-form ._avatar img {
              width: auto; } }
      #GALLERY-USER .Gallery-Comments #article-comment-form .js-file-input {
        width: 100%; }
      #GALLERY-USER .Gallery-Comments #article-comment-form input[type="submit"] {
        position: relative;
        display: block;
        width: 95%;
        margin: auto; }
        @media (min-width: 768px) {
          #GALLERY-USER .Gallery-Comments #article-comment-form input[type="submit"] {
            width: 100%;
            max-width: 230px;
            margin-left: 0; } }
        @media (min-width: 1024px) {
          #GALLERY-USER .Gallery-Comments #article-comment-form input[type="submit"] {
            padding: 7px 7px; } }
        @media (min-width: 1200px) {
          #GALLERY-USER .Gallery-Comments #article-comment-form input[type="submit"] {
            padding: 7px 10px; } }
      #GALLERY-USER .Gallery-Comments #article-comment-form ._info-text {
        text-align: center; }
        #GALLERY-USER .Gallery-Comments #article-comment-form ._info-text p {
          margin-top: 10px;
          margin-bottom: 10px; }
        #GALLERY-USER .Gallery-Comments #article-comment-form ._info-text ._metaText {
          margin-top: 0; }
        @media (min-width: 768px) {
          #GALLERY-USER .Gallery-Comments #article-comment-form ._info-text {
            text-align: left; }
            #GALLERY-USER .Gallery-Comments #article-comment-form ._info-text ._metaText {
              margin: 0; }
              #GALLERY-USER .Gallery-Comments #article-comment-form ._info-text ._metaText p {
                margin: 0;
                margin-top: 5px; } }
    #GALLERY-USER .Gallery-Comments ._load {
      color: #6f6f6f;
      font-size: 16px;
      line-height: 22px; }
      #GALLERY-USER .Gallery-Comments ._load .icon {
        font-size: 22px;
        margin-right: 5px;
        position: relative;
        top: 2px; }
      #GALLERY-USER .Gallery-Comments ._load:hover {
        color: #303234; }
    #GALLERY-USER .Gallery-Comments ._list {
      list-style: none;
      margin: 50px 0;
      padding: 20px 0;
      padding-top: 15px;
      background-color: #fff; }
      #GALLERY-USER .Gallery-Comments ._list._m-top-16 {
        margin-top: 16px; }
    #GALLERY-USER .Gallery-Comments ._comment {
      position: relative;
      text-align: left;
      padding: 3px 24px 7px 21px;
      background-color: #fff;
      overflow: hidden;
      *zoom: 1; }
      #GALLERY-USER .Gallery-Comments ._comment:before, #GALLERY-USER .Gallery-Comments ._comment:after {
        content: " ";
        display: table; }
      #GALLERY-USER .Gallery-Comments ._comment:after {
        clear: both; }
      @media (min-width: 768px) {
        #GALLERY-USER .Gallery-Comments ._comment {
          padding: 21px 24px 7px 30px; } }
      @media (min-width: 992px) {
        #GALLERY-USER .Gallery-Comments ._comment {
          padding: 21px 24px 7px 21px;
      /*
      &:hover {
        background-color: #f7f7f7;

        ._content {
          ._action {
            background-color: #f7f7f7;
            right: 0px;

            padding-left: 15px;
            padding-top: 4px;
            padding-right: 34px;
            padding-bottom: 10px;
          }
        }

        ._photo {
          display: none !important;
        }
      }
       */ } }
      #GALLERY-USER .Gallery-Comments ._comment ._avatar {
        position: absolute;
        top: 6px;
        left: 21px; }
        @media (min-width: 768px) {
          #GALLERY-USER .Gallery-Comments ._comment ._avatar {
            top: 15px;
            left: 32px; } }
      #GALLERY-USER .Gallery-Comments ._comment ._content {
        margin-top: 0; }
        #GALLERY-USER .Gallery-Comments ._comment ._content ._date {
          position: relative;
          display: inline-block;
          bottom: -1px;
          margin-left: 2px;
          margin-right: 2px;
          color: #6f6f6f;
          font-size: 12px;
          line-height: 14px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: 100px;
          *zoom: 1; }
          @media (min-width: 768px) {
            #GALLERY-USER .Gallery-Comments ._comment ._content ._date {
              bottom: -1px; } }
          @media (min-width: 992px) {
            #GALLERY-USER .Gallery-Comments ._comment ._content ._date {
              bottom: -4px; } }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._date:before, #GALLERY-USER .Gallery-Comments ._comment ._content ._date:after {
            content: " ";
            display: table; }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._date:after {
            clear: both; }
        #GALLERY-USER .Gallery-Comments ._comment ._content ._specialUser {
          font-size: 12px;
          text-transform: uppercase;
          line-height: 14px; }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._specialUser.isAuthor {
            color: #32618d; }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._specialUser.isAdmin {
            color: #f31930; }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._specialUser .icon {
            font-size: 16px;
            position: relative;
            top: 2px; }
        #GALLERY-USER .Gallery-Comments ._comment ._content ._separator {
          display: inline-block;
          font-size: 12px;
          color: #6f6f6f;
          line-height: 14px; }
        #GALLERY-USER .Gallery-Comments ._comment ._content i {
          color: #ccc;
          font-size: 14px;
          top: 1px;
          position: relative;
          display: inline-block; }
          @media (min-width: 992px) {
            #GALLERY-USER .Gallery-Comments ._comment ._content i {
              top: 1px; } }
        #GALLERY-USER .Gallery-Comments ._comment ._content ._point {
          position: relative;
          display: inline-block;
          font-size: 12px;
          color: #6f6f6f;
          line-height: 14px;
          bottom: -1px; }
          @media (min-width: 768px) {
            #GALLERY-USER .Gallery-Comments ._comment ._content ._point {
              bottom: -1px; } }
          @media (min-width: 992px) {
            #GALLERY-USER .Gallery-Comments ._comment ._content ._point {
              bottom: -1px; } }
        #GALLERY-USER .Gallery-Comments ._comment ._content ._name {
          display: inline-block;
          height: 25px;
          margin-top: 0;
          margin-bottom: 0px;
          margin-right: 7px;
          padding-left: 49px;
          position: relative;
          z-index: 10; }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._name a {
            position: relative;
            display: inline-block;
            max-width: 225px;
            font-size: 20px;
            color: #303234;
            font-weight: bold;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            text-decoration: none; }
            #GALLERY-USER .Gallery-Comments ._comment ._content ._name a:hover {
              text-decoration: underline; }
            #GALLERY-USER .Gallery-Comments ._comment ._content ._name a:hover {
              color: #32618d; }
        #GALLERY-USER .Gallery-Comments ._comment ._content ._meta {
          position: relative;
          display: block;
          width: auto;
          height: auto;
          top: -6px;
          left: auto;
          bottom: 5px;
          padding-left: 49px;
          padding-right: 15px;
          text-align: left;
          line-height: 19px; }
          @media (min-width: 768px) {
            #GALLERY-USER .Gallery-Comments ._comment ._content ._meta {
              display: inline-block;
              max-width: 49%;
              height: auto;
              min-height: 25px;
              top: 0px;
              padding-left: 0px;
              line-height: 24px;
              vertical-align: top; } }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._meta a {
            color: #979899;
            font-size: 14px;
            margin-right: 6px;
            -webkit-transition: color 0.5s;
            -moz-transition: color 0.5s;
            transition: color 0.5s; }
            #GALLERY-USER .Gallery-Comments ._comment ._content ._meta a .icon {
              font-size: 16px;
              position: relative;
              top: 3px; }
              #GALLERY-USER .Gallery-Comments ._comment ._content ._meta a .icon.icon-trash {
                top: 1px; }
            #GALLERY-USER .Gallery-Comments ._comment ._content ._meta a:hover {
              color: #32618d; }
            #GALLERY-USER .Gallery-Comments ._comment ._content ._meta a.remove:hover, #GALLERY-USER .Gallery-Comments ._comment ._content ._meta a.report:hover {
              color: #de4849; }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._meta ._specialUser {
            position: relative;
            bottom: -1px; }
        #GALLERY-USER .Gallery-Comments ._comment ._content ._action {
          position: absolute;
          display: none;
          width: 100%;
          top: 5px;
          left: 21px;
          padding: 9px 16px;
          padding-left: 12px;
          font-size: 12px;
          line-height: 14px;
          background: #32618d;
          z-index: 999; }
          @media (min-width: 768px) {
            #GALLERY-USER .Gallery-Comments ._comment ._content ._action {
              top: 7px;
              padding: 11px 16px; } }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._action a {
            color: #fff;
            /* color overlay */
            font-size: 14px;
            line-height: 21px;
            text-decoration: underline;
            top: -1px;
            position: relative;
            display: inline;
            margin-left: 3px;
            margin-right: 3px; }
            @media (min-width: 768px) {
              #GALLERY-USER .Gallery-Comments ._comment ._content ._action a {
                margin-left: 8px;
                margin-right: 8px; } }
            #GALLERY-USER .Gallery-Comments ._comment ._content ._action a:hover {
              text-decoration: none; }
            #GALLERY-USER .Gallery-Comments ._comment ._content ._action a.js-comment-reaction i {
              position: relative;
              top: 2px;
              margin-right: 5px; }
              #GALLERY-USER .Gallery-Comments ._comment ._content ._action a.js-comment-reaction i:before {
                text-decoration: none; }
            #GALLERY-USER .Gallery-Comments ._comment ._content ._action a.remove i {
              position: relative;
              top: 2px;
              margin-right: 5px; }
            #GALLERY-USER .Gallery-Comments ._comment ._content ._action a.report {
              position: relative;
              top: 1px;
              font-size: 18px;
              line-height: 21px;
              font-weight: 900;
              text-decoration: none; }
              #GALLERY-USER .Gallery-Comments ._comment ._content ._action a.report ._mobile {
                position: relative;
                display: inline-block;
                top: -2px;
                color: #fff;
                /* color overlay */
                font-size: 14px;
                line-height: 21px;
                font-weight: 400;
                text-decoration: underline; }
                #GALLERY-USER .Gallery-Comments ._comment ._content ._action a.report ._mobile:hover {
                  text-decoration: none; }
            #GALLERY-USER .Gallery-Comments ._comment ._content ._action a i {
              font-size: 16px;
              line-height: 21px;
              display: none;
              top: 0;
              color: #fff; }
              @media (min-width: 768px) {
                #GALLERY-USER .Gallery-Comments ._comment ._content ._action a i {
                  display: inline-block; } }
              #GALLERY-USER .Gallery-Comments ._comment ._content ._action a i.icon-pencil:before {
                content: "\e65d";
                background: transparent;
                margin-right: 5px;
                top: -1px;
                position: relative; }
            #GALLERY-USER .Gallery-Comments ._comment ._content ._action a span._hide-xs {
              display: none;
              margin-right: 5px; }
              @media (min-width: 768px) {
                #GALLERY-USER .Gallery-Comments ._comment ._content ._action a span._hide-xs {
                  display: inline-block; } }
        #GALLERY-USER .Gallery-Comments ._comment ._content ._mobile-action-control {
          position: absolute;
          display: block;
          z-index: 999; }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._mobile-action-control._open {
            display: inline-block;
            width: 40px;
            height: 40px;
            top: 0px;
            right: 13px;
            color: #c0c0c0;
            /* color overlay */
            font-size: 40px;
            line-height: 21px;
            letter-spacing: -3px;
            text-align: center;
            vertical-align: top; }
            @media (min-width: 768px) {
              #GALLERY-USER .Gallery-Comments ._comment ._content ._mobile-action-control._open {
                top: 9px; } }
            @media (min-width: 992px) {
              #GALLERY-USER .Gallery-Comments ._comment ._content ._mobile-action-control._open:hover {
                color: #31618D;
                /* color overlay */ } }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._mobile-action-control._close {
            top: 7px;
            right: 43px;
            color: #fff;
            /* color overlay */
            font-size: 24px;
            line-height: 21px;
            font-weight: 900;
            position: absolute;
            text-decoration: none; }
            @media (min-width: 768px) {
              #GALLERY-USER .Gallery-Comments ._comment ._content ._mobile-action-control._close {
                top: 9px; } }
        #GALLERY-USER .Gallery-Comments ._comment ._content ._star {
          position: relative;
          display: block;
          top: 3px;
          left: 0px;
          margin-bottom: 8px;
          font-size: 16px;
          color: #ccc;
          letter-spacing: -2px; }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._star ._blue {
            color: #32618d; }
        #GALLERY-USER .Gallery-Comments ._comment ._content ._reactionTo {
          background-color: #ffffe1;
          padding: 5px 15px;
          font-size: 12px;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            #GALLERY-USER .Gallery-Comments ._comment ._content ._reactionTo {
              margin-left: 51px;
              margin-top: 5px; } }
          @media (min-width: 992px) {
            #GALLERY-USER .Gallery-Comments ._comment ._content ._reactionTo {
              margin-left: 0px; } }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._reactionTo header {
            font-weight: bold;
            display: none; }
            @media (min-width: 768px) {
              #GALLERY-USER .Gallery-Comments ._comment ._content ._reactionTo header {
                display: block; } }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._reactionTo ._reactionToText {
            font-style: italic;
            margin-bottom: 0;
            margin-top: 0;
            font-size: 12px;
            line-height: 18px; }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._reactionTo a {
            color: #32618d; }
            #GALLERY-USER .Gallery-Comments ._comment ._content ._reactionTo a:hover {
              color: #172d42; }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._reactionTo ._showSource {
            font-style: normal; }
        #GALLERY-USER .Gallery-Comments ._comment ._content ._text {
          color: #303234;
          font-size: 14px;
          line-height: 21px;
          margin: 10px 0;
          margin-top: 0px;
          margin-bottom: 3px;
          padding-right: 27px; }
          @media (min-width: 768px) {
            #GALLERY-USER .Gallery-Comments ._comment ._content ._text {
              padding-left: 51px; } }
          @media (min-width: 992px) {
            #GALLERY-USER .Gallery-Comments ._comment ._content ._text {
              padding-left: 0px; } }
        #GALLERY-USER .Gallery-Comments ._comment ._content p {
          color: #303234;
          font-size: 14px;
          line-height: 21px;
          margin: 10px 0;
          margin-top: 0px;
          margin-bottom: 10px;
          padding-right: 27px; }
          @media (min-width: 768px) {
            #GALLERY-USER .Gallery-Comments ._comment ._content p {
              padding-left: 51px; } }
          @media (min-width: 992px) {
            #GALLERY-USER .Gallery-Comments ._comment ._content p {
              padding-left: 0px; } }
          #GALLERY-USER .Gallery-Comments ._comment ._content p a {
            color: #32618d;
            font-size: 14px;
            line-height: 21px;
            text-decoration: underline; }
            @media (min-width: 992px) {
              #GALLERY-USER .Gallery-Comments ._comment ._content p a:hover {
                text-decoration: none; } }
      #GALLERY-USER .Gallery-Comments ._comment ._reactionTo {
        margin-top: 0; }
      #GALLERY-USER .Gallery-Comments ._comment ._commentFull {
        font-style: normal; }
      #GALLERY-USER .Gallery-Comments ._comment.is-comment-input, #GALLERY-USER .Gallery-Comments ._comment.isInput {
        padding-bottom: 20px; }
        #GALLERY-USER .Gallery-Comments ._comment.is-comment-input ._avatar, #GALLERY-USER .Gallery-Comments ._comment.isInput ._avatar {
          display: none; }
        #GALLERY-USER .Gallery-Comments ._comment.is-comment-input label, #GALLERY-USER .Gallery-Comments ._comment.isInput label {
          margin-bottom: 0; }
        #GALLERY-USER .Gallery-Comments ._comment.is-comment-input textarea, #GALLERY-USER .Gallery-Comments ._comment.isInput textarea {
          min-height: 145px;
          resize: none;
          line-height: 21px; }
        #GALLERY-USER .Gallery-Comments ._comment.is-comment-input a, #GALLERY-USER .Gallery-Comments ._comment.isInput a {
          color: #32618d; }
      #GALLERY-USER .Gallery-Comments ._comment.has-photo, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto {
        padding-right: 30px;
        min-height: 145px; }
        @media (min-width: 992px) {
          #GALLERY-USER .Gallery-Comments ._comment.has-photo, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto {
            min-height: 113px; } }
        #GALLERY-USER .Gallery-Comments ._comment.has-photo ._content ._text, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._content ._text {
          padding-right: 97px; }
          @media (min-width: 768px) {
            #GALLERY-USER .Gallery-Comments ._comment.has-photo ._content ._text, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._content ._text {
              padding-right: 123px; } }
          @media (min-width: 992px) {
            #GALLERY-USER .Gallery-Comments ._comment.has-photo ._content ._text, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._content ._text {
              padding-right: 30px; } }
        #GALLERY-USER .Gallery-Comments ._comment.has-photo ._content ._reactionTo, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._content ._reactionTo {
          margin-right: 97px; }
          @media (min-width: 768px) {
            #GALLERY-USER .Gallery-Comments ._comment.has-photo ._content ._reactionTo, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._content ._reactionTo {
              margin-right: 123px; } }
          @media (min-width: 992px) {
            #GALLERY-USER .Gallery-Comments ._comment.has-photo ._content ._reactionTo, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._content ._reactionTo {
              margin-right: 30px; } }
        #GALLERY-USER .Gallery-Comments ._comment.has-photo ._photo, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._photo {
          position: absolute;
          display: inline-block;
          width: auto;
          top: 56px;
          right: 21px; }
          #GALLERY-USER .Gallery-Comments ._comment.has-photo ._photo a, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._photo a {
            display: inline-block;
            outline: none; }
          #GALLERY-USER .Gallery-Comments ._comment.has-photo ._photo img, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._photo img {
            max-width: 100%; }
          @media (min-width: 768px) {
            #GALLERY-USER .Gallery-Comments ._comment.has-photo ._photo, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._photo {
              top: 14px;
              right: 54px; } }
        @media (min-width: 992px) {
          #GALLERY-USER .Gallery-Comments ._comment.has-photo ._content, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._content {
            width: 83%;
            float: left; }
          #GALLERY-USER .Gallery-Comments ._comment.has-photo ._photo, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._photo {
            width: auto;
            top: 14px; }
            #GALLERY-USER .Gallery-Comments ._comment.has-photo ._photo._no-login, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._photo._no-login {
              right: 16px; }
            #GALLERY-USER .Gallery-Comments ._comment.has-photo ._photo a, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._photo a {
              display: inline-block;
              outline: none; }
            #GALLERY-USER .Gallery-Comments ._comment.has-photo ._photo img, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._photo img {
              max-width: 100%; } }
        @media (min-width: 1200px) {
          #GALLERY-USER .Gallery-Comments ._comment.has-photo ._content, #GALLERY-USER .Gallery-Comments ._comment.hasPhoto ._content {
            width: 85%; } }
      #GALLERY-USER .Gallery-Comments ._comment.is-comment-input, #GALLERY-USER .Gallery-Comments ._comment.isInput {
        margin-left: 40px; }
        #GALLERY-USER .Gallery-Comments ._comment.is-comment-input ._avatar, #GALLERY-USER .Gallery-Comments ._comment.isInput ._avatar {
          top: 44px;
          left: -40px;
          display: block; }
        #GALLERY-USER .Gallery-Comments ._comment.is-comment-input ._metaText, #GALLERY-USER .Gallery-Comments ._comment.isInput ._metaText {
          margin: 0;
          margin-top: 18px;
          margin-bottom: 29px; }
          #GALLERY-USER .Gallery-Comments ._comment.is-comment-input ._metaText p, #GALLERY-USER .Gallery-Comments ._comment.isInput ._metaText p {
            margin: 0; }
        #GALLERY-USER .Gallery-Comments ._comment.is-comment-input label, #GALLERY-USER .Gallery-Comments ._comment.isInput label {
          text-align: left;
          margin-bottom: 10px; }
      #GALLERY-USER .Gallery-Comments ._comment.is-deleted, #GALLERY-USER .Gallery-Comments ._comment.isDeleted {
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
      #GALLERY-USER .Gallery-Comments ._comment .is-admin, #GALLERY-USER .Gallery-Comments ._comment .is-author, #GALLERY-USER .Gallery-Comments ._comment .isAdmin, #GALLERY-USER .Gallery-Comments ._comment .isAuthor {
        display: inline-block; }
    @media (min-width: 992px) {
      #GALLERY-USER .Gallery-Comments ._comment {
        padding-left: 80px; }
        #GALLERY-USER .Gallery-Comments ._comment ._content ._name {
          padding-left: 0px; }
        #GALLERY-USER .Gallery-Comments ._comment ._content ._star {
          position: absolute;
          display: inline-block;
          top: 22px;
          left: auto;
          right: 52px; }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._star._no-login {
            right: 32px; }
          #GALLERY-USER .Gallery-Comments ._comment ._content ._star ._star {
            position: absolute;
            display: inline-block;
            top: 17px;
            left: auto;
            right: 32px; } }
    #GALLERY-USER .Gallery-Comments .Gallery-Form-Score-Hide {
      display: none; }
    #GALLERY-USER .Gallery-Comments .Gallery-Form-Score {
      position: relative;
      display: block;
      width: 100%;
      margin-top: 5px;
      margin-bottom: 20px; }
      #GALLERY-USER .Gallery-Comments .Gallery-Form-Score i {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 30px !important;
        color: #ccc;
        cursor: pointer;
        letter-spacing: -5px;
        line-height: 30px; }
        #GALLERY-USER .Gallery-Comments .Gallery-Form-Score i._blue {
          color: #32618d; }
      #GALLERY-USER .Gallery-Comments .Gallery-Form-Score ._number {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        color: #32618d;
        /* text color */
        font-size: 28px;
        font-weight: 700;
        line-height: 30px;
        margin-left: 15px;
        margin-right: 5px; }
      #GALLERY-USER .Gallery-Comments .Gallery-Form-Score ._title {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        color: #32618d;
        /* text color */
        font-size: 14px;
        line-height: 26px;
        margin-top: 4px;
        text-align: center; }
        @media (min-width: 768px) {
          #GALLERY-USER .Gallery-Comments .Gallery-Form-Score ._title {
            width: auto;
            text-align: left; } }
    #GALLERY-USER .Gallery-Comments.Own-Comments ._comment {
      min-height: auto;
      padding-left: 55px;
      padding-top: 21px;
      padding-bottom: 7px;
      border-bottom: 1px solid #eaeaea; }
      #GALLERY-USER .Gallery-Comments.Own-Comments ._comment:last-child {
        border-bottom: 0; }
      @media (min-width: 768px) {
        #GALLERY-USER .Gallery-Comments.Own-Comments ._comment {
          min-height: 125px;
          padding-left: 175px;
          padding-top: 21px;
          border-bottom: 0; } }
      #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._avatar {
        position: absolute;
        top: 15px;
        left: 10px; }
        @media (min-width: 768px) {
          #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._avatar {
            top: 15px;
            left: 130px; } }
      #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content ._meta {
        width: 100%;
        max-width: 100%;
        padding-left: 0; }
        @media (min-width: 768px) {
          #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content ._meta {
            width: auto;
            max-width: 60%; } }
        @media (min-width: 992px) {
          #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content ._meta {
            max-width: 47%; } }
        @media (min-width: 1199px) {
          #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content ._meta {
            max-width: 60%; } }
      #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content ._mobile-action-control._open {
        display: none; }
      #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content ._action {
        display: none; }
      #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content ._name {
        padding-left: 0; }
      #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content p {
        padding-left: 0; }
      #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content ._reactionTo {
        margin-left: 0; }
      #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content ._attachment {
        float: right;
        position: absolute;
        top: 60px;
        left: 10px; }
        @media (min-width: 768px) {
          #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content ._attachment {
            left: 15px;
            top: 14px; } }
        #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content ._attachment a {
          display: block;
          position: relative;
          width: 35px;
          height: 35px; }
          @media (min-width: 768px) {
            #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content ._attachment a {
              width: 100px;
              height: 100px; } }
          #GALLERY-USER .Gallery-Comments.Own-Comments ._comment ._content ._attachment a img {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 999; }
    #GALLERY-USER .Gallery-Comments.Own-Comments ._hide-comment {
      padding: 21px;
      text-align: center;
      min-height: 0;
      background-color: #f5f5f5; }
  #GALLERY-USER ._givenComments .Gallery-Comments ._comment ._content ._point, #GALLERY-USER ._givenComments .Gallery-Comments ._comment ._content ._own-hide {
    display: none; }
  #GALLERY-USER ._history-comment {
    padding: 10px; }
    #GALLERY-USER ._history-comment ._comment {
      padding-top: 12px; }
      @media (min-width: 768px) {
        #GALLERY-USER ._history-comment ._comment {
          padding: 21px 24px 7px 80px; } }
      #GALLERY-USER ._history-comment ._comment:nth-child(even) {
        background-color: #eaeaea; }
      #GALLERY-USER ._history-comment ._comment ._content ._meta {
        max-width: 100%;
        width: 100%; }
      #GALLERY-USER ._history-comment ._comment ._content ._name {
        padding-left: 51px; }
        @media (min-width: 768px) {
          #GALLERY-USER ._history-comment ._comment ._content ._name {
            padding-left: 0; } }
      @media (min-width: 768px) {
        #GALLERY-USER ._history-comment ._comment ._content p {
          padding-left: 0px; } }
      #GALLERY-USER ._history-comment ._comment ._avatar {
        top: 20px; }
        @media (min-width: 768px) {
          #GALLERY-USER ._history-comment ._comment ._avatar {
            top: 15px; } }
  #GALLERY-USER._albums .Gallery-Parameters {
    display: none; }
    @media (min-width: 768px) {
      #GALLERY-USER._albums .Gallery-Parameters {
        display: block; } }
  #GALLERY-USER .PageDescription {
    margin-bottom: 0; }
    #GALLERY-USER .PageDescription h2 {
      font-family: "League Gothic", sans-serif;
      color: #fff;
      line-height: 1;
      font-size: 40px;
      margin-top: 5px;
      margin-bottom: 0;
      font-weight: normal;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        #GALLERY-USER .PageDescription h2 {
          font-size: 55px; } }
      @media (min-width: 992px) {
        #GALLERY-USER .PageDescription h2 {
          font-size: 70px; } }
  #GALLERY-USER .Description-text {
    position: relative;
    color: #2f3233;
    /* text color */
    font-size: 16px;
    line-height: 1.5em;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px 22px; }
    @media screen and (min-width: 992px) {
      #GALLERY-USER .Description-text {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 30px;
        margin-bottom: 20px; } }
  #GALLERY-USER .Photos-NewPhotos h2, #GALLERY-USER .Photos-TopPhotos h2, #GALLERY-USER .Photos-AlbumList h2, #GALLERY-USER .Gallery-Parameters h2, #GALLERY-USER .Gallery-GalleryList-Wrapper h2 {
    color: #32618d;
    margin-top: 0.5em;
    margin-bottom: 0.22em;
    text-align: center; }
    #GALLERY-USER .Photos-NewPhotos h2._first, #GALLERY-USER .Photos-TopPhotos h2._first, #GALLERY-USER .Photos-AlbumList h2._first, #GALLERY-USER .Gallery-Parameters h2._first, #GALLERY-USER .Gallery-GalleryList-Wrapper h2._first {
      margin-top: 0.6em; }
    @media screen and (min-width: 992px) {
      #GALLERY-USER .Photos-NewPhotos h2, #GALLERY-USER .Photos-TopPhotos h2, #GALLERY-USER .Photos-AlbumList h2, #GALLERY-USER .Gallery-Parameters h2, #GALLERY-USER .Gallery-GalleryList-Wrapper h2 {
        text-align: left; } }
  #GALLERY-USER .Photos-NewPhotos ul li._block-with-hover, #GALLERY-USER .Photos-TopPhotos ul li._block-with-hover, #GALLERY-USER .Photos-AlbumList ul li._block-with-hover {
    position: relative;
    display: block; }
    #GALLERY-USER .Photos-NewPhotos ul li._block-with-hover:hover ._hover, #GALLERY-USER .Photos-NewPhotos ul li._block-with-hover:hover ._point, #GALLERY-USER .Photos-TopPhotos ul li._block-with-hover:hover ._hover, #GALLERY-USER .Photos-TopPhotos ul li._block-with-hover:hover ._point, #GALLERY-USER .Photos-AlbumList ul li._block-with-hover:hover ._hover, #GALLERY-USER .Photos-AlbumList ul li._block-with-hover:hover ._point {
      opacity: 1; }
    #GALLERY-USER .Photos-NewPhotos ul li._block-with-hover a._block-link, #GALLERY-USER .Photos-TopPhotos ul li._block-with-hover a._block-link, #GALLERY-USER .Photos-AlbumList ul li._block-with-hover a._block-link {
      position: relative;
      display: block; }
    #GALLERY-USER .Photos-NewPhotos ul li._block-with-hover ._hover, #GALLERY-USER .Photos-TopPhotos ul li._block-with-hover ._hover, #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._hover {
      position: absolute;
      display: block;
      opacity: 1;
      width: 100%;
      bottom: 0;
      padding-right: 14px;
      padding-bottom: 7px;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      transition: 0.5s all; }
      @media screen and (min-width: 992px) {
        #GALLERY-USER .Photos-NewPhotos ul li._block-with-hover ._hover, #GALLERY-USER .Photos-TopPhotos ul li._block-with-hover ._hover, #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._hover {
          opacity: 0; } }
      #GALLERY-USER .Photos-NewPhotos ul li._block-with-hover ._hover ._background, #GALLERY-USER .Photos-TopPhotos ul li._block-with-hover ._hover ._background, #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._hover ._background {
        position: relative;
        display: block;
        width: 100%;
        bottom: 0;
        padding: 4px 10px;
        background-color: rgba(0, 0, 0, 0.5);
        /* layer fill content */
        color: #fff;
        /* text color */
        font-size: 12px;
        line-height: 22px;
        font-weight: 400;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        #GALLERY-USER .Photos-NewPhotos ul li._block-with-hover ._hover ._background:hover, #GALLERY-USER .Photos-TopPhotos ul li._block-with-hover ._hover ._background:hover, #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._hover ._background:hover {
          text-decoration: underline; }
        #GALLERY-USER .Photos-NewPhotos ul li._block-with-hover ._hover ._background img, #GALLERY-USER .Photos-TopPhotos ul li._block-with-hover ._hover ._background img, #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._hover ._background img {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          margin-right: 5px;
          top: -1px; }
    #GALLERY-USER .Photos-NewPhotos ul li._block-with-hover ._point, #GALLERY-USER .Photos-TopPhotos ul li._block-with-hover ._point, #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._point {
      position: absolute;
      display: inline-block;
      opacity: 1;
      width: auto;
      top: 0;
      right: 0;
      margin-right: 7px;
      margin-top: 7px;
      padding: 4px 9px;
      background-color: rgba(0, 0, 0, 0.5);
      /* layer fill content */
      color: #fff;
      /* text color */
      font-size: 12px;
      line-height: 22px;
      font-weight: 400;
      text-decoration: none;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      transition: 0.5s all; }
      @media screen and (min-width: 992px) {
        #GALLERY-USER .Photos-NewPhotos ul li._block-with-hover ._point, #GALLERY-USER .Photos-TopPhotos ul li._block-with-hover ._point, #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._point {
          opacity: 0; } }
  #GALLERY-USER .Photos-NewPhotos .TileList .w_item-load:after, #GALLERY-USER .Photos-TopPhotos .TileList .w_item-load:after {
    background-color: #fff; }
  #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._hover {
    opacity: 1; }
  #GALLERY-USER .Photos-AlbumList ul li._block-with-hover:hover ._edit {
    opacity: 1; }
  #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._hover ._background {
    font-family: "League Gothic", sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none; }
    #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._hover ._background:hover {
      text-decoration: none; }
  #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._edit {
    position: absolute;
    display: inline-block;
    opacity: 1;
    width: auto;
    height: 32px;
    top: 7px;
    right: 7px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 15px;
    padding-left: 36px;
    padding-right: 0; }
    @media screen and (min-width: 992px) {
      #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._edit {
        opacity: 0; } }
    @media screen and (min-width: 768px) {
      #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._edit {
        padding-right: 15px; } }
    #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._edit:hover {
      text-decoration: underline; }
    #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._edit ._mobile-hide {
      display: none; }
      @media screen and (min-width: 768px) {
        #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._edit ._mobile-hide {
          display: inline-block; } }
    #GALLERY-USER .Photos-AlbumList ul li._block-with-hover ._edit i {
      position: absolute;
      display: inline-block;
      width: 18px;
      height: 18px;
      top: 0;
      left: 10px;
      bottom: 0;
      font-size: 18px;
      line-height: 18px;
      margin: auto; }
  #GALLERY-USER .Gallery-Parameters h2 {
    display: none; }
    @media screen and (min-width: 992px) {
      #GALLERY-USER .Gallery-Parameters h2 {
        display: block; } }
  #GALLERY-USER .Gallery-Parameters ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1; }
    #GALLERY-USER .Gallery-Parameters ul:before, #GALLERY-USER .Gallery-Parameters ul:after {
      content: " ";
      display: table; }
    #GALLERY-USER .Gallery-Parameters ul:after {
      clear: both; }
    @media screen and (min-width: 992px) {
      #GALLERY-USER .Gallery-Parameters ul {
        margin-left: 0px;
        margin-right: 0px; } }
    #GALLERY-USER .Gallery-Parameters ul li {
      position: relative;
      display: block;
      width: 100%;
      float: left;
      background-color: #f8f8f8;
      /* layer fill content */
      list-style: none;
      color: #2f3233;
      /* text color */
      font-size: 14px;
      line-height: 21px;
      font-weight: 600;
      margin-bottom: 1px;
      padding: 9px 15px;
      padding-left: 57px; }
      @media screen and (min-width: 768px) {
        #GALLERY-USER .Gallery-Parameters ul li {
          width: 33.33333%;
          padding: 15px;
          padding-left: 57px; } }
      @media screen and (min-width: 992px) {
        #GALLERY-USER .Gallery-Parameters ul li {
          width: 100%;
          padding-top: 9px;
          padding-bottom: 9px;
          background-color: #fff;
          /* layer fill content */ } }
      #GALLERY-USER .Gallery-Parameters ul li a {
        color: #2f3233;
        /* text color */
        font-size: 14px;
        line-height: 21px;
        font-weight: 600; }
        #GALLERY-USER .Gallery-Parameters ul li a:hover {
          text-decoration: underline; }
      #GALLERY-USER .Gallery-Parameters ul li i {
        position: absolute;
        top: 7px;
        left: 15px;
        vertical-align: middle;
        color: #32618d;
        font-size: 26px;
        margin-left: 0px;
        margin-right: 11px; }
        @media screen and (min-width: 768px) {
          #GALLERY-USER .Gallery-Parameters ul li i {
            top: 14px; } }
        @media screen and (min-width: 992px) {
          #GALLERY-USER .Gallery-Parameters ul li i {
            top: 7px; } }
  #GALLERY-USER .Gallery-GalleryList ul {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 1em;
    *zoom: 1; }
    #GALLERY-USER .Gallery-GalleryList ul:before, #GALLERY-USER .Gallery-GalleryList ul:after {
      content: " ";
      display: table; }
    #GALLERY-USER .Gallery-GalleryList ul:after {
      clear: both; }
    @media screen and (min-width: 992px) {
      #GALLERY-USER .Gallery-GalleryList ul {
        padding-bottom: 2.7em; } }
    #GALLERY-USER .Gallery-GalleryList ul li {
      position: relative;
      display: table;
      width: 50%;
      height: 100%;
      float: left;
      list-style: none;
      margin-bottom: 11px;
      *zoom: 1; }
      #GALLERY-USER .Gallery-GalleryList ul li:before, #GALLERY-USER .Gallery-GalleryList ul li:after {
        content: " ";
        display: table; }
      #GALLERY-USER .Gallery-GalleryList ul li:after {
        clear: both; }
      #GALLERY-USER .Gallery-GalleryList ul li a._load-more {
        display: block;
        color: #32618d;
        /* text color */
        font-size: 16px;
        font-weight: 400;
        padding-top: 11px;
        text-decoration: underline; }
        #GALLERY-USER .Gallery-GalleryList ul li a._load-more:hover {
          text-decoration: none; }
      #GALLERY-USER .Gallery-GalleryList ul li ._image {
        position: relative;
        display: table-cell;
        width: 50px;
        text-align: center;
        vertical-align: top; }
        #GALLERY-USER .Gallery-GalleryList ul li ._image img {
          position: relative;
          display: inline-block;
          width: 100%;
          height: auto;
          top: 0;
          vertical-align: middle; }
      #GALLERY-USER .Gallery-GalleryList ul li ._text-wrapper {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding-left: 11px; }
        #GALLERY-USER .Gallery-GalleryList ul li ._text-wrapper ._small {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 12px;
          line-height: 18px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */ }
        #GALLERY-USER .Gallery-GalleryList ul li ._text-wrapper ._link {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */
          text-decoration: underline; }
          #GALLERY-USER .Gallery-GalleryList ul li ._text-wrapper ._link:hover {
            text-decoration: none; }
          #GALLERY-USER .Gallery-GalleryList ul li ._text-wrapper ._link strong {
            font-size: 24px;
            line-height: 24px;
            font-weight: 700;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
  #GALLERY-USER .Gallery-GalleryList._wide ul {
    padding-top: 0.4em;
    padding-bottom: 0.1em; }
    #GALLERY-USER .Gallery-GalleryList._wide ul li {
      width: 100%; }
  #GALLERY-USER .Gallery-GalleryList._xs-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #GALLERY-USER .Gallery-GalleryList._xs-wide ul li {
        width: 50%; } }
  #GALLERY-USER .Gallery-GalleryList._sm-wide ul li {
    width: 100%; }
    @media screen and (min-width: 992px) {
      #GALLERY-USER .Gallery-GalleryList._sm-wide ul li {
        width: 50%; } }
  #GALLERY-USER .Gallery-GalleryList._md-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #GALLERY-USER .Gallery-GalleryList._md-wide ul li {
        width: 50%; } }
    @media screen and (min-width: 992px) {
      #GALLERY-USER .Gallery-GalleryList._md-wide ul li {
        width: 100%; } }
  #GALLERY-USER .Gallery-InfoBox {
    position: relative;
    display: block;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px; }
    #GALLERY-USER .Gallery-InfoBox h2 {
      position: relative;
      display: block;
      width: 100%;
      margin: 0;
      padding: 18px 30px;
      padding-bottom: 0px;
      color: #32618d;
      font-size: 40px;
      font-weight: 400;
      text-transform: uppercase; }
    #GALLERY-USER .Gallery-InfoBox ._content {
      position: relative;
      display: block;
      padding: 0 30px; }
      #GALLERY-USER .Gallery-InfoBox ._content._no-padding {
        padding: 0; }
      #GALLERY-USER .Gallery-InfoBox ._content .Gallery-GalleryList ul {
        padding-top: 1em;
        padding-bottom: 0.2em; }
      #GALLERY-USER .Gallery-InfoBox ._content ._btn-back {
        vertical-align: middle;
        line-height: 18px;
        margin-left: 3px;
        margin-bottom: 20px;
        padding: 7px 32px;
        padding-top: 10px;
        padding-left: 14px; }
        #GALLERY-USER .Gallery-InfoBox ._content ._btn-back i {
          position: relative;
          font-size: 20px;
          line-height: 18px;
          top: -2px;
          margin-right: 15px;
          vertical-align: middle; }
  #GALLERY-USER .Gallery-BtnManageBox {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 37px; }
    #GALLERY-USER .Gallery-BtnManageBox ._btn-upload {
      position: relative;
      width: 100%;
      font-size: 14px;
      text-align: left;
      margin-bottom: 25px;
      padding: 17px 0;
      padding-left: 22%; }
      #GALLERY-USER .Gallery-BtnManageBox ._btn-upload ._icon-background {
        position: absolute;
        width: 53px;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.1); }
        #GALLERY-USER .Gallery-BtnManageBox ._btn-upload ._icon-background i {
          position: absolute;
          left: 13px;
          top: 13px;
          font-size: 27px;
          z-index: 999; }
  #GALLERY-USER .Album-form .page-content {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 28px;
    padding: 35px 0px;
    padding-bottom: 25px;
    padding-right: 21px;
    padding-left: 9px; }
  #GALLERY-USER .Gallery-UserList table {
    position: relative;
    margin-top: 15px;
    width: 100%;
    height: auto; }
    #GALLERY-USER .Gallery-UserList table tr:hover td {
      background-color: #efefef;
      /* layer fill content */
      border-left: 1px solid #e5e5e5;
      border-right: 1px solid #e5e5e5; }
      #GALLERY-USER .Gallery-UserList table tr:hover td:nth-child(1) {
        border-left: 0; }
    #GALLERY-USER .Gallery-UserList table tr th {
      background: #fff;
      text-align: center;
      padding: 16px 0; }
      #GALLERY-USER .Gallery-UserList table tr th:nth-child(1) {
        text-align: left; }
        #GALLERY-USER .Gallery-UserList table tr th:nth-child(1) a {
          margin-left: 46px; }
      #GALLERY-USER .Gallery-UserList table tr th:nth-child(4) {
        padding-right: 14px; }
        @media screen and (min-width: 768px) {
          #GALLERY-USER .Gallery-UserList table tr th:nth-child(4) {
            padding-right: 0; } }
      #GALLERY-USER .Gallery-UserList table tr th:nth-child(3), #GALLERY-USER .Gallery-UserList table tr th:nth-child(5), #GALLERY-USER .Gallery-UserList table tr th:nth-child(6), #GALLERY-USER .Gallery-UserList table tr th:nth-child(7) {
        display: none; }
        @media screen and (min-width: 768px) {
          #GALLERY-USER .Gallery-UserList table tr th:nth-child(3), #GALLERY-USER .Gallery-UserList table tr th:nth-child(5), #GALLERY-USER .Gallery-UserList table tr th:nth-child(6), #GALLERY-USER .Gallery-UserList table tr th:nth-child(7) {
            display: table-cell; } }
      #GALLERY-USER .Gallery-UserList table tr th:nth-child(7) {
        padding-right: 0px; }
        @media screen and (min-width: 768px) {
          #GALLERY-USER .Gallery-UserList table tr th:nth-child(7) {
            padding-right: 14px; } }
        @media screen and (min-width: 992px) {
          #GALLERY-USER .Gallery-UserList table tr th:nth-child(7) {
            padding-right: 0px; } }
      #GALLERY-USER .Gallery-UserList table tr th a {
        color: #32618d;
        /* text color */
        font-size: 14px;
        font-weight: 400;
        text-decoration: underline; }
        #GALLERY-USER .Gallery-UserList table tr th a:hover, #GALLERY-USER .Gallery-UserList table tr th a._active {
          color: #000; }
        #GALLERY-USER .Gallery-UserList table tr th a i {
          position: relative;
          display: inline-block;
          top: 3px;
          margin-left: 5px;
          color: #2f3233;
          /* text color */ }
          #GALLERY-USER .Gallery-UserList table tr th a i.icon-arrowTop {
            top: 1px; }
    #GALLERY-USER .Gallery-UserList table tr td {
      color: #2f3233;
      /* text color */
      font-size: 14px;
      text-align: center;
      padding: 10px 0;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      width: 14%; }
      #GALLERY-USER .Gallery-UserList table tr td:nth-child(1) {
        text-align: left;
        width: 21%;
        border-left: 0; }
      #GALLERY-USER .Gallery-UserList table tr td:nth-child(4) {
        padding-right: 14px; }
        @media screen and (min-width: 768px) {
          #GALLERY-USER .Gallery-UserList table tr td:nth-child(4) {
            padding-right: 0; } }
      #GALLERY-USER .Gallery-UserList table tr td:nth-child(3), #GALLERY-USER .Gallery-UserList table tr td:nth-child(5), #GALLERY-USER .Gallery-UserList table tr td:nth-child(6), #GALLERY-USER .Gallery-UserList table tr td:nth-child(7) {
        display: none; }
        @media screen and (min-width: 768px) {
          #GALLERY-USER .Gallery-UserList table tr td:nth-child(3), #GALLERY-USER .Gallery-UserList table tr td:nth-child(5), #GALLERY-USER .Gallery-UserList table tr td:nth-child(6), #GALLERY-USER .Gallery-UserList table tr td:nth-child(7) {
            display: table-cell; } }
      #GALLERY-USER .Gallery-UserList table tr td:nth-child(7) {
        padding-right: 0px; }
        @media screen and (min-width: 768px) {
          #GALLERY-USER .Gallery-UserList table tr td:nth-child(7) {
            padding-right: 14px; } }
        @media screen and (min-width: 992px) {
          #GALLERY-USER .Gallery-UserList table tr td:nth-child(7) {
            padding-right: 0px; } }
      #GALLERY-USER .Gallery-UserList table tr td a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        line-height: 20px;
        color: #184169;
        /* text color */
        font-size: 14px;
        padding-left: 46px;
        text-decoration: underline; }
        #GALLERY-USER .Gallery-UserList table tr td a:hover {
          text-decoration: none; }
        #GALLERY-USER .Gallery-UserList table tr td a img {
          position: absolute;
          display: inline-block;
          top: 0;
          bottom: 0;
          left: 13px;
          vertical-align: middle;
          line-height: 20px; }
  #GALLERY-USER .btn-full {
    width: 100%;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      #GALLERY-USER .btn-full {
        width: auto;
        margin: 0; } }
  #GALLERY-USER ._fleft {
    float: left; }
  #GALLERY-USER .pagination li._paginationDivider {
    width: 10px; }
    @media screen and (min-width: 992px) {
      #GALLERY-USER .pagination li._paginationDivider {
        width: 26px; } }
  #GALLERY-USER .pagination li a {
    padding: 0 7px; }
    @media screen and (min-width: 992px) {
      #GALLERY-USER .pagination li a {
        padding: 0 10px; } }

#GALLERY-GRID {
  margin-bottom: 50px; }
  #GALLERY-GRID ._line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    margin: 35px 0;
    margin-bottom: 20px;
    border: 0; }
  #GALLERY-GRID .Photos-GridList .TileList.TileList, #GALLERY-GRID .Photos-GridList ul.TileList {
    width: 103%;
    margin-left: 0;
    margin-right: 0; }
    @media screen and (min-width: 768px) {
      #GALLERY-GRID .Photos-GridList .TileList.TileList, #GALLERY-GRID .Photos-GridList ul.TileList {
        width: 101%; } }
    #GALLERY-GRID .Photos-GridList .TileList.TileList ._item-sm, #GALLERY-GRID .Photos-GridList ul.TileList ._item-sm {
      width: 50%;
      padding: 5px;
      padding-left: 0;
      padding-right: 10px;
      display: inline-block; }
      @media screen and (min-width: 768px) {
        #GALLERY-GRID .Photos-GridList .TileList.TileList ._item-sm, #GALLERY-GRID .Photos-GridList ul.TileList ._item-sm {
          width: 25%; } }
      @media screen and (min-width: 992px) {
        #GALLERY-GRID .Photos-GridList .TileList.TileList ._item-sm, #GALLERY-GRID .Photos-GridList ul.TileList ._item-sm {
          width: 16.66667%; } }
      @media screen and (min-width: 992px) {
        #GALLERY-GRID .Photos-GridList .TileList.TileList ._item-sm, #GALLERY-GRID .Photos-GridList ul.TileList ._item-sm {
          float: left;
          display: block; } }
    #GALLERY-GRID .Photos-GridList .TileList.TileList ._item-load .vCenter-table, #GALLERY-GRID .Photos-GridList ul.TileList ._item-load .vCenter-table {
      padding: 10%; }
  #GALLERY-GRID .Photos-GridList .TileList ._item-sm.isDeleted img, #GALLERY-GRID .Photos-GridList .TileList li.isDeleted img, #GALLERY-GRID .Photos-GridList ul ._item-sm.isDeleted img, #GALLERY-GRID .Photos-GridList ul li.isDeleted img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
  #GALLERY-GRID .Photos-GridList .TileList ._item-sm._block-with-hover, #GALLERY-GRID .Photos-GridList .TileList li._block-with-hover, #GALLERY-GRID .Photos-GridList ul ._item-sm._block-with-hover, #GALLERY-GRID .Photos-GridList ul li._block-with-hover {
    position: relative;
    display: block; }
    #GALLERY-GRID .Photos-GridList .TileList ._item-sm._block-with-hover:hover ._hover, #GALLERY-GRID .Photos-GridList .TileList ._item-sm._block-with-hover:hover ._point, #GALLERY-GRID .Photos-GridList .TileList li._block-with-hover:hover ._hover, #GALLERY-GRID .Photos-GridList .TileList li._block-with-hover:hover ._point, #GALLERY-GRID .Photos-GridList ul ._item-sm._block-with-hover:hover ._hover, #GALLERY-GRID .Photos-GridList ul ._item-sm._block-with-hover:hover ._point, #GALLERY-GRID .Photos-GridList ul li._block-with-hover:hover ._hover, #GALLERY-GRID .Photos-GridList ul li._block-with-hover:hover ._point {
      opacity: 1; }
    #GALLERY-GRID .Photos-GridList .TileList ._item-sm._block-with-hover:hover ._hide-point, #GALLERY-GRID .Photos-GridList .TileList li._block-with-hover:hover ._hide-point, #GALLERY-GRID .Photos-GridList ul ._item-sm._block-with-hover:hover ._hide-point, #GALLERY-GRID .Photos-GridList ul li._block-with-hover:hover ._hide-point {
      display: inline-block !important; }
    #GALLERY-GRID .Photos-GridList .TileList ._item-sm._block-with-hover a._block-link, #GALLERY-GRID .Photos-GridList .TileList li._block-with-hover a._block-link, #GALLERY-GRID .Photos-GridList ul ._item-sm._block-with-hover a._block-link, #GALLERY-GRID .Photos-GridList ul li._block-with-hover a._block-link {
      position: relative;
      display: block; }
    #GALLERY-GRID .Photos-GridList .TileList ._item-sm._block-with-hover ._hover, #GALLERY-GRID .Photos-GridList .TileList li._block-with-hover ._hover, #GALLERY-GRID .Photos-GridList ul ._item-sm._block-with-hover ._hover, #GALLERY-GRID .Photos-GridList ul li._block-with-hover ._hover {
      position: absolute;
      display: block;
      opacity: 1;
      width: 100%;
      bottom: 0;
      padding-right: 10px;
      padding-bottom: 5px;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      transition: 0.5s all; }
      @media screen and (min-width: 992px) {
        #GALLERY-GRID .Photos-GridList .TileList ._item-sm._block-with-hover ._hover, #GALLERY-GRID .Photos-GridList .TileList li._block-with-hover ._hover, #GALLERY-GRID .Photos-GridList ul ._item-sm._block-with-hover ._hover, #GALLERY-GRID .Photos-GridList ul li._block-with-hover ._hover {
          opacity: 0; } }
      #GALLERY-GRID .Photos-GridList .TileList ._item-sm._block-with-hover ._hover ._background, #GALLERY-GRID .Photos-GridList .TileList li._block-with-hover ._hover ._background, #GALLERY-GRID .Photos-GridList ul ._item-sm._block-with-hover ._hover ._background, #GALLERY-GRID .Photos-GridList ul li._block-with-hover ._hover ._background {
        position: relative;
        display: block;
        width: 100%;
        bottom: 0;
        padding: 4px 10px;
        background-color: rgba(0, 0, 0, 0.5);
        /* layer fill content */
        color: #fff;
        /* text color */
        font-size: 12px;
        line-height: 22px;
        font-weight: 400;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        #GALLERY-GRID .Photos-GridList .TileList ._item-sm._block-with-hover ._hover ._background:hover, #GALLERY-GRID .Photos-GridList .TileList li._block-with-hover ._hover ._background:hover, #GALLERY-GRID .Photos-GridList ul ._item-sm._block-with-hover ._hover ._background:hover, #GALLERY-GRID .Photos-GridList ul li._block-with-hover ._hover ._background:hover {
          text-decoration: underline; }
        #GALLERY-GRID .Photos-GridList .TileList ._item-sm._block-with-hover ._hover ._background img, #GALLERY-GRID .Photos-GridList .TileList li._block-with-hover ._hover ._background img, #GALLERY-GRID .Photos-GridList ul ._item-sm._block-with-hover ._hover ._background img, #GALLERY-GRID .Photos-GridList ul li._block-with-hover ._hover ._background img {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          margin-right: 5px;
          top: -1px; }
    #GALLERY-GRID .Photos-GridList .TileList ._item-sm._block-with-hover ._point, #GALLERY-GRID .Photos-GridList .TileList li._block-with-hover ._point, #GALLERY-GRID .Photos-GridList ul ._item-sm._block-with-hover ._point, #GALLERY-GRID .Photos-GridList ul li._block-with-hover ._point {
      position: absolute;
      display: inline-block;
      opacity: 1;
      width: auto;
      top: 0;
      right: 0;
      margin-right: 10px;
      margin-top: 5px;
      padding: 4px 9px;
      background-color: rgba(0, 0, 0, 0.5);
      /* layer fill content */
      color: #fff;
      /* text color */
      font-size: 12px;
      line-height: 22px;
      font-weight: 400;
      text-decoration: none;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      transition: 0.5s all; }
      @media screen and (min-width: 992px) {
        #GALLERY-GRID .Photos-GridList .TileList ._item-sm._block-with-hover ._point, #GALLERY-GRID .Photos-GridList .TileList li._block-with-hover ._point, #GALLERY-GRID .Photos-GridList ul ._item-sm._block-with-hover ._point, #GALLERY-GRID .Photos-GridList ul li._block-with-hover ._point {
          opacity: 0; } }
  #GALLERY-GRID .Gallery-BtnManageBox {
    position: relative;
    display: block;
    text-align: center;
    padding: 37px 0;
    padding-top: 27px; }
    @media screen and (min-width: 992px) {
      #GALLERY-GRID .Gallery-BtnManageBox {
        padding: 36px 0; } }
    #GALLERY-GRID .Gallery-BtnManageBox ._btn-upload {
      position: relative;
      width: 100%;
      font-size: 14px;
      text-align: left;
      padding: 17px 0;
      padding-left: 22%; }
      #GALLERY-GRID .Gallery-BtnManageBox ._btn-upload ._icon-background {
        position: absolute;
        width: 53px;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.1); }
        #GALLERY-GRID .Gallery-BtnManageBox ._btn-upload ._icon-background i {
          position: absolute;
          left: 13px;
          top: 13px;
          font-size: 27px;
          z-index: 999; }
  #GALLERY-GRID .Gallery-SortLine {
    position: relative;
    display: block;
    padding: 16px 35px;
    margin-bottom: 20px;
    background-color: #fff;
    /* layer fill content */ }
    #GALLERY-GRID .Gallery-SortLine._grid {
      padding: 16px;
      padding-bottom: 68px; }
      @media screen and (min-width: 768px) {
        #GALLERY-GRID .Gallery-SortLine._grid {
          padding: 16px 20px; } }
    #GALLERY-GRID .Gallery-SortLine a {
      position: relative;
      display: inline-block;
      color: #32618d;
      /* text color */
      font-size: 14px;
      text-decoration: underline; }
      #GALLERY-GRID .Gallery-SortLine a:hover {
        text-decoration: none; }
      #GALLERY-GRID .Gallery-SortLine a._active {
        color: #2f3233;
        /* text color */ }
    #GALLERY-GRID .Gallery-SortLine strong, #GALLERY-GRID .Gallery-SortLine span._title {
      position: relative;
      display: inline-block;
      color: #2f3233;
      /* text color */
      font-size: 14px;
      font-weight: 900;
      margin-right: 18px; }
    #GALLERY-GRID .Gallery-SortLine span._title {
      font-weight: 400; }
    #GALLERY-GRID .Gallery-SortLine ._link-wrapper {
      position: relative;
      display: inline-block;
      margin-right: 20px; }
      #GALLERY-GRID .Gallery-SortLine ._link-wrapper a {
        position: relative;
        display: inline-block;
        color: #32618d;
        /* text color */
        font-size: 14px;
        text-decoration: underline; }
        #GALLERY-GRID .Gallery-SortLine ._link-wrapper a:hover {
          text-decoration: none; }
        #GALLERY-GRID .Gallery-SortLine ._link-wrapper a._active {
          color: #2f3233;
          /* text color */ }
      #GALLERY-GRID .Gallery-SortLine ._link-wrapper i {
        position: relative;
        display: inline-block;
        top: 3px;
        color: #2f3233;
        /* text color */ }
        #GALLERY-GRID .Gallery-SortLine ._link-wrapper i.icon-arrowTop {
          top: 2px; }
    #GALLERY-GRID .Gallery-SortLine ._sort-wrapper {
      position: absolute;
      display: block;
      top: 53px;
      right: 29px;
      padding: 22px 20px; }
      @media screen and (min-width: 768px) {
        #GALLERY-GRID .Gallery-SortLine ._sort-wrapper {
          top: 0;
          right: 0;
          border-left: 1px solid #f0f0f0; } }
      @media screen and (min-width: 992px) {
        #GALLERY-GRID .Gallery-SortLine ._sort-wrapper {
          padding: 16px 20px; } }
      #GALLERY-GRID .Gallery-SortLine ._sort-wrapper ._title {
        vertical-align: top;
        line-height: 22px;
        top: -1px; }
      #GALLERY-GRID .Gallery-SortLine ._sort-wrapper ._icon-ajaxSort {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 23px;
        margin-right: 3px;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        background: url("../img/icon-ajax.png") no-repeat;
        background-position: 0 -23px; }
        @media (-webkit-min-device-pixel-ratio: 2) {
          #GALLERY-GRID .Gallery-SortLine ._sort-wrapper ._icon-ajaxSort {
            background: url("../img/icon-ajax_2x.png") no-repeat;
            background-size: 24px 46px;
            background-position: 0 -23px; } }
        #GALLERY-GRID .Gallery-SortLine ._sort-wrapper ._icon-ajaxSort._active, #GALLERY-GRID .Gallery-SortLine ._sort-wrapper ._icon-ajaxSort:hover {
          background-position: 0 0px; }
      #GALLERY-GRID .Gallery-SortLine ._sort-wrapper ._icon-pageSort {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        top: -1px;
        width: 24px;
        height: 22px;
        margin-left: 3px;
        margin-right: 15px;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        background: url("../img/icon-page.png") no-repeat;
        background-position: 0 -22px; }
        @media (-webkit-min-device-pixel-ratio: 2) {
          #GALLERY-GRID .Gallery-SortLine ._sort-wrapper ._icon-pageSort {
            background: url("../img/icon-page_2x.png") no-repeat;
            background-size: 24px 44px;
            background-position: 0 -22px; } }
        #GALLERY-GRID .Gallery-SortLine ._sort-wrapper ._icon-pageSort._active, #GALLERY-GRID .Gallery-SortLine ._sort-wrapper ._icon-pageSort:hover {
          background-position: 0 0px; }
  #GALLERY-GRID .Gallery-GalleryList-Wrapper h2, #GALLERY-GRID .Photos-TopAuthor h2, #GALLERY-GRID .Photos-RedactionSelect h2, #GALLERY-GRID .Gallery-Tag h2 {
    color: #32618d;
    margin-top: 0.5em;
    margin-bottom: 0.22em;
    text-align: center; }
    @media screen and (min-width: 992px) {
      #GALLERY-GRID .Gallery-GalleryList-Wrapper h2, #GALLERY-GRID .Photos-TopAuthor h2, #GALLERY-GRID .Photos-RedactionSelect h2, #GALLERY-GRID .Gallery-Tag h2 {
        text-align: left; } }
  #GALLERY-GRID .Gallery-GalleryList ul {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 1em;
    padding-bottom: 2.7em;
    *zoom: 1; }
    #GALLERY-GRID .Gallery-GalleryList ul:before, #GALLERY-GRID .Gallery-GalleryList ul:after {
      content: " ";
      display: table; }
    #GALLERY-GRID .Gallery-GalleryList ul:after {
      clear: both; }
    #GALLERY-GRID .Gallery-GalleryList ul li {
      position: relative;
      display: table;
      width: 50%;
      height: 100%;
      float: left;
      list-style: none;
      margin-bottom: 11px;
      *zoom: 1; }
      #GALLERY-GRID .Gallery-GalleryList ul li:before, #GALLERY-GRID .Gallery-GalleryList ul li:after {
        content: " ";
        display: table; }
      #GALLERY-GRID .Gallery-GalleryList ul li:after {
        clear: both; }
      #GALLERY-GRID .Gallery-GalleryList ul li a._load-more {
        display: block;
        color: #32618d;
        /* text color */
        font-size: 16px;
        font-weight: 400;
        padding-top: 11px;
        text-decoration: underline; }
        #GALLERY-GRID .Gallery-GalleryList ul li a._load-more:hover {
          text-decoration: none; }
      #GALLERY-GRID .Gallery-GalleryList ul li ._image {
        position: relative;
        display: table-cell;
        width: 50px;
        text-align: center;
        vertical-align: top; }
        #GALLERY-GRID .Gallery-GalleryList ul li ._image img {
          position: relative;
          display: inline-block;
          width: 100%;
          height: auto;
          top: 0;
          vertical-align: middle; }
      #GALLERY-GRID .Gallery-GalleryList ul li ._text-wrapper {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding-left: 11px; }
        #GALLERY-GRID .Gallery-GalleryList ul li ._text-wrapper ._small {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 12px;
          line-height: 18px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */ }
        #GALLERY-GRID .Gallery-GalleryList ul li ._text-wrapper ._link {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */
          text-decoration: underline; }
          #GALLERY-GRID .Gallery-GalleryList ul li ._text-wrapper ._link:hover {
            text-decoration: none; }
          #GALLERY-GRID .Gallery-GalleryList ul li ._text-wrapper ._link strong {
            font-size: 24px;
            line-height: 24px;
            font-weight: 700;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
  #GALLERY-GRID .Gallery-GalleryList._wide ul {
    padding-top: 0.4em;
    padding-bottom: 0.1em; }
    #GALLERY-GRID .Gallery-GalleryList._wide ul li {
      width: 100%; }
  #GALLERY-GRID .Gallery-GalleryList._md-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #GALLERY-GRID .Gallery-GalleryList._md-wide ul li {
        width: 50%; } }
    @media screen and (min-width: 992px) {
      #GALLERY-GRID .Gallery-GalleryList._md-wide ul li {
        width: 100%; } }
  #GALLERY-GRID .Gallery-GalleryList._sm-wide ul li {
    width: 100%; }
    @media screen and (min-width: 992px) {
      #GALLERY-GRID .Gallery-GalleryList._sm-wide ul li {
        width: 50%; } }
  #GALLERY-GRID .Gallery-GalleryList._xs-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #GALLERY-GRID .Gallery-GalleryList._xs-wide ul li {
        width: 50%; } }
  #GALLERY-GRID .Photos-TopAuthor ul li._block-with-hover, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-hover {
    position: relative;
    display: block; }
    #GALLERY-GRID .Photos-TopAuthor ul li._block-with-hover:hover ._hover, #GALLERY-GRID .Photos-TopAuthor ul li._block-with-hover:hover ._point, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-hover:hover ._hover, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-hover:hover ._point {
      opacity: 1; }
    #GALLERY-GRID .Photos-TopAuthor ul li._block-with-hover a._block-link, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-hover a._block-link {
      position: relative;
      display: block; }
    #GALLERY-GRID .Photos-TopAuthor ul li._block-with-hover ._hover, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-hover ._hover {
      position: absolute;
      display: block;
      opacity: 1;
      width: 100%;
      bottom: 0;
      padding-right: 14px;
      padding-bottom: 7px;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      transition: 0.5s all; }
      @media screen and (min-width: 992px) {
        #GALLERY-GRID .Photos-TopAuthor ul li._block-with-hover ._hover, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-hover ._hover {
          opacity: 0; } }
      #GALLERY-GRID .Photos-TopAuthor ul li._block-with-hover ._hover ._background, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-hover ._hover ._background {
        position: relative;
        display: block;
        width: 100%;
        bottom: 0;
        padding: 4px 10px;
        background-color: rgba(0, 0, 0, 0.5);
        /* layer fill content */
        color: #fff;
        /* text color */
        font-size: 12px;
        line-height: 22px;
        font-weight: 400;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        #GALLERY-GRID .Photos-TopAuthor ul li._block-with-hover ._hover ._background:hover, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-hover ._hover ._background:hover {
          text-decoration: underline; }
        #GALLERY-GRID .Photos-TopAuthor ul li._block-with-hover ._hover ._background img, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-hover ._hover ._background img {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          margin-right: 5px;
          top: -1px; }
    #GALLERY-GRID .Photos-TopAuthor ul li._block-with-hover ._point, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-hover ._point {
      position: absolute;
      display: inline-block;
      opacity: 1;
      width: auto;
      top: 0;
      right: 0;
      margin-right: 7px;
      margin-top: 7px;
      padding: 4px 9px;
      background-color: rgba(0, 0, 0, 0.5);
      /* layer fill content */
      color: #fff;
      /* text color */
      font-size: 12px;
      line-height: 22px;
      font-weight: 400;
      text-decoration: none;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      transition: 0.5s all; }
      @media screen and (min-width: 992px) {
        #GALLERY-GRID .Photos-TopAuthor ul li._block-with-hover ._point, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-hover ._point {
          opacity: 0; } }
  #GALLERY-GRID .Photos-TopAuthor ul li._block-with-author, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-author {
    position: relative;
    display: block; }
    #GALLERY-GRID .Photos-TopAuthor ul li._block-with-author a._block-link, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-author a._block-link {
      position: relative;
      display: block; }
    #GALLERY-GRID .Photos-TopAuthor ul li._block-with-author ._hover, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-author ._hover {
      position: absolute;
      display: block;
      opacity: 1;
      top: 7px;
      left: 7px;
      right: 7px;
      bottom: 7px; }
      #GALLERY-GRID .Photos-TopAuthor ul li._block-with-author ._hover ._background, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-author ._hover ._background {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        bottom: 0;
        padding: 4px 10px;
        background-color: rgba(0, 0, 0, 0.5);
        /* layer fill content */
        font-family: "League Gothic", sans-serif;
        color: #fff;
        /* text color */
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none; }
        #GALLERY-GRID .Photos-TopAuthor ul li._block-with-author ._hover ._background:hover, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-author ._hover ._background:hover {
          text-decoration: underline; }
        #GALLERY-GRID .Photos-TopAuthor ul li._block-with-author ._hover ._background img, #GALLERY-GRID .Photos-RedactionSelect ul li._block-with-author ._hover ._background img {
          position: relative;
          display: block;
          vertical-align: middle;
          width: 45%;
          max-width: 70px;
          height: auto;
          max-height: 70px;
          margin: auto;
          margin-top: 27.5%;
          margin-bottom: 4px; }
  #GALLERY-GRID .Gallery-Tag {
    text-align: left; }
    #GALLERY-GRID .Gallery-Tag ul {
      position: relative;
      display: inline-block;
      min-width: 100%;
      text-align: center;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 992px) {
        #GALLERY-GRID .Gallery-Tag ul {
          text-align: left; } }
      #GALLERY-GRID .Gallery-Tag ul li {
        position: relative;
        display: inline-block;
        text-align: left;
        margin: 5px 3px; }
        #GALLERY-GRID .Gallery-Tag ul li._load-more-li {
          position: relative;
          display: inline-block;
          width: 100%; }
          #GALLERY-GRID .Gallery-Tag ul li._load-more-li a._load-more {
            display: block;
            color: #32618d;
            font-size: 16px;
            font-weight: 400;
            padding-top: 11px;
            padding-left: 0;
            background: none;
            text-align: center;
            text-decoration: underline; }
            @media screen and (min-width: 992px) {
              #GALLERY-GRID .Gallery-Tag ul li._load-more-li a._load-more {
                text-align: left; } }
            #GALLERY-GRID .Gallery-Tag ul li._load-more-li a._load-more:hover {
              text-decoration: none; }
        #GALLERY-GRID .Gallery-Tag ul li a {
          position: relative;
          display: block;
          padding: 1px 15px;
          background-color: #31618d;
          /* layer fill content */ }
          #GALLERY-GRID .Gallery-Tag ul li a:hover {
            background-color: #254767; }
          #GALLERY-GRID .Gallery-Tag ul li a span {
            position: relative;
            display: inline-block; }
            #GALLERY-GRID .Gallery-Tag ul li a span._tag {
              color: #fff;
              /* text color */
              font-size: 14px;
              font-weight: 400; }
            #GALLERY-GRID .Gallery-Tag ul li a span._number {
              color: #b2c0cd;
              font-size: 10px;
              font-weight: 400; }
  #GALLERY-GRID ._mobile-sort-select {
    display: block;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #GALLERY-GRID ._mobile-sort-select {
        width: 45%; } }
    #GALLERY-GRID ._mobile-sort-select a {
      display: block;
      text-decoration: none; }
      #GALLERY-GRID ._mobile-sort-select a:first-letter {
        text-transform: uppercase; }
    #GALLERY-GRID ._mobile-sort-select .dk_toggle span {
      display: inline-block;
      width: 80%;
      overflow: visible; }
      #GALLERY-GRID ._mobile-sort-select .dk_toggle span:first-letter {
        text-transform: uppercase; }

#GALLERY-TAG {
  margin-bottom: 50px; }
  #GALLERY-TAG ._line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    margin: 0px 0;
    margin-bottom: 20px;
    border: 0; }
    @media screen and (min-width: 768px) {
      #GALLERY-TAG ._line {
        margin: 35px 0; } }
  #GALLERY-TAG .Gallery-BtnManageBox {
    position: relative;
    display: block;
    text-align: center;
    padding: 37px 0;
    padding-top: 27px; }
    @media screen and (min-width: 992px) {
      #GALLERY-TAG .Gallery-BtnManageBox {
        padding: 48px 0; } }
    #GALLERY-TAG .Gallery-BtnManageBox ._btn-upload {
      position: relative;
      width: 100%;
      font-size: 14px;
      text-align: left;
      padding: 17px 0;
      padding-left: 22%; }
      #GALLERY-TAG .Gallery-BtnManageBox ._btn-upload ._icon-background {
        position: absolute;
        width: 53px;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.1); }
        #GALLERY-TAG .Gallery-BtnManageBox ._btn-upload ._icon-background i {
          position: absolute;
          left: 13px;
          top: 13px;
          font-size: 27px;
          z-index: 999; }
  #GALLERY-TAG .Gallery-SortLine {
    position: relative;
    display: block;
    padding: 16px 35px;
    margin-bottom: 20px;
    background-color: #fff;
    /* layer fill content */ }
    #GALLERY-TAG .Gallery-SortLine a {
      position: relative;
      display: inline-block;
      color: #32618d;
      /* text color */
      font-size: 14px;
      text-decoration: underline; }
      #GALLERY-TAG .Gallery-SortLine a:hover {
        text-decoration: none; }
      #GALLERY-TAG .Gallery-SortLine a._active {
        color: #2f3233;
        /* text color */ }
    #GALLERY-TAG .Gallery-SortLine strong, #GALLERY-TAG .Gallery-SortLine span._title {
      position: relative;
      display: inline-block;
      color: #2f3233;
      /* text color */
      font-size: 14px;
      font-weight: 900;
      margin-right: 18px; }
    #GALLERY-TAG .Gallery-SortLine span._title {
      font-weight: 400; }
    #GALLERY-TAG .Gallery-SortLine ._link-wrapper {
      position: relative;
      display: inline-block;
      margin-right: 20px; }
      #GALLERY-TAG .Gallery-SortLine ._link-wrapper a {
        position: relative;
        display: inline-block;
        color: #32618d;
        /* text color */
        font-size: 14px;
        text-decoration: underline; }
        #GALLERY-TAG .Gallery-SortLine ._link-wrapper a:hover {
          text-decoration: none; }
        #GALLERY-TAG .Gallery-SortLine ._link-wrapper a._active {
          color: #2f3233;
          /* text color */ }
      #GALLERY-TAG .Gallery-SortLine ._link-wrapper i {
        position: relative;
        display: inline-block;
        top: 3px;
        color: #2f3233;
        /* text color */ }
        #GALLERY-TAG .Gallery-SortLine ._link-wrapper i.icon-arrowTop {
          top: 2px; }
    #GALLERY-TAG .Gallery-SortLine ._sort-wrapper {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      padding: 16px 20px;
      border-left: 1px solid #f0f0f0; }
  #GALLERY-TAG .Gallery-GalleryList-Wrapper h2, #GALLERY-TAG .Photos-TopAuthor h2, #GALLERY-TAG .Photos-RedactionSelect h2, #GALLERY-TAG .Gallery-Tag h2 {
    color: #32618d;
    margin-top: 0.5em;
    margin-bottom: 0.22em;
    text-align: center; }
    @media screen and (min-width: 992px) {
      #GALLERY-TAG .Gallery-GalleryList-Wrapper h2, #GALLERY-TAG .Photos-TopAuthor h2, #GALLERY-TAG .Photos-RedactionSelect h2, #GALLERY-TAG .Gallery-Tag h2 {
        text-align: left; } }
  #GALLERY-TAG .Gallery-GalleryList ul {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 1em;
    padding-bottom: 0em;
    *zoom: 1; }
    @media screen and (min-width: 768px) {
      #GALLERY-TAG .Gallery-GalleryList ul {
        padding-bottom: 2.7em; } }
    #GALLERY-TAG .Gallery-GalleryList ul:before, #GALLERY-TAG .Gallery-GalleryList ul:after {
      content: " ";
      display: table; }
    #GALLERY-TAG .Gallery-GalleryList ul:after {
      clear: both; }
    #GALLERY-TAG .Gallery-GalleryList ul li {
      position: relative;
      display: table;
      width: 50%;
      height: 100%;
      float: left;
      list-style: none;
      margin-bottom: 11px;
      *zoom: 1; }
      #GALLERY-TAG .Gallery-GalleryList ul li:before, #GALLERY-TAG .Gallery-GalleryList ul li:after {
        content: " ";
        display: table; }
      #GALLERY-TAG .Gallery-GalleryList ul li:after {
        clear: both; }
      #GALLERY-TAG .Gallery-GalleryList ul li a._load-more {
        display: block;
        color: #32618d;
        /* text color */
        font-size: 16px;
        font-weight: 400;
        padding-top: 11px;
        text-decoration: underline; }
        #GALLERY-TAG .Gallery-GalleryList ul li a._load-more:hover {
          text-decoration: none; }
      #GALLERY-TAG .Gallery-GalleryList ul li ._image {
        position: relative;
        display: table-cell;
        width: 50px;
        text-align: center;
        vertical-align: top; }
        #GALLERY-TAG .Gallery-GalleryList ul li ._image img {
          position: relative;
          display: inline-block;
          width: 100%;
          height: auto;
          top: 0;
          vertical-align: middle; }
      #GALLERY-TAG .Gallery-GalleryList ul li ._text-wrapper {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding-left: 11px; }
        #GALLERY-TAG .Gallery-GalleryList ul li ._text-wrapper ._small {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 12px;
          line-height: 18px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */ }
        #GALLERY-TAG .Gallery-GalleryList ul li ._text-wrapper ._link {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */
          text-decoration: underline; }
          #GALLERY-TAG .Gallery-GalleryList ul li ._text-wrapper ._link:hover {
            text-decoration: none; }
          #GALLERY-TAG .Gallery-GalleryList ul li ._text-wrapper ._link strong {
            font-size: 24px;
            line-height: 24px;
            font-weight: 700;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
  #GALLERY-TAG .Gallery-GalleryList._wide ul {
    padding-top: 0.4em;
    padding-bottom: 0.1em; }
    #GALLERY-TAG .Gallery-GalleryList._wide ul li {
      width: 100%; }
  #GALLERY-TAG .Gallery-GalleryList._md-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #GALLERY-TAG .Gallery-GalleryList._md-wide ul li {
        width: 50%; } }
    @media screen and (min-width: 992px) {
      #GALLERY-TAG .Gallery-GalleryList._md-wide ul li {
        width: 100%; } }
  #GALLERY-TAG .Gallery-GalleryList._sm-wide ul li {
    width: 100%; }
    @media screen and (min-width: 992px) {
      #GALLERY-TAG .Gallery-GalleryList._sm-wide ul li {
        width: 50%; } }
  #GALLERY-TAG .Gallery-GalleryList._xs-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #GALLERY-TAG .Gallery-GalleryList._xs-wide ul li {
        width: 50%; } }
  #GALLERY-TAG .Photos-TopAuthor ul li._block-with-hover, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-hover {
    position: relative;
    display: block; }
    #GALLERY-TAG .Photos-TopAuthor ul li._block-with-hover:hover ._hover, #GALLERY-TAG .Photos-TopAuthor ul li._block-with-hover:hover ._point, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-hover:hover ._hover, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-hover:hover ._point {
      opacity: 1; }
    #GALLERY-TAG .Photos-TopAuthor ul li._block-with-hover a._block-link, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-hover a._block-link {
      position: relative;
      display: block; }
    #GALLERY-TAG .Photos-TopAuthor ul li._block-with-hover ._hover, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-hover ._hover {
      position: absolute;
      display: block;
      opacity: 1;
      width: 100%;
      bottom: 0;
      padding-right: 14px;
      padding-bottom: 7px;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      transition: 0.5s all; }
      @media screen and (min-width: 992px) {
        #GALLERY-TAG .Photos-TopAuthor ul li._block-with-hover ._hover, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-hover ._hover {
          opacity: 0; } }
      #GALLERY-TAG .Photos-TopAuthor ul li._block-with-hover ._hover ._background, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-hover ._hover ._background {
        position: relative;
        display: block;
        width: 100%;
        bottom: 0;
        padding: 4px 10px;
        background-color: rgba(0, 0, 0, 0.5);
        /* layer fill content */
        color: #fff;
        /* text color */
        font-size: 12px;
        line-height: 22px;
        font-weight: 400;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        #GALLERY-TAG .Photos-TopAuthor ul li._block-with-hover ._hover ._background:hover, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-hover ._hover ._background:hover {
          text-decoration: underline; }
        #GALLERY-TAG .Photos-TopAuthor ul li._block-with-hover ._hover ._background img, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-hover ._hover ._background img {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          margin-right: 5px;
          top: -1px; }
    #GALLERY-TAG .Photos-TopAuthor ul li._block-with-hover ._point, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-hover ._point {
      position: absolute;
      display: inline-block;
      opacity: 1;
      width: auto;
      top: 0;
      right: 0;
      margin-right: 7px;
      margin-top: 7px;
      padding: 4px 9px;
      background-color: rgba(0, 0, 0, 0.5);
      /* layer fill content */
      color: #fff;
      /* text color */
      font-size: 12px;
      line-height: 22px;
      font-weight: 400;
      text-decoration: none;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      transition: 0.5s all; }
      @media screen and (min-width: 992px) {
        #GALLERY-TAG .Photos-TopAuthor ul li._block-with-hover ._point, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-hover ._point {
          opacity: 0; } }
  #GALLERY-TAG .Photos-TopAuthor ul li._block-with-author, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-author {
    position: relative;
    display: block; }
    #GALLERY-TAG .Photos-TopAuthor ul li._block-with-author a._block-link, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-author a._block-link {
      position: relative;
      display: block; }
    #GALLERY-TAG .Photos-TopAuthor ul li._block-with-author ._hover, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-author ._hover {
      position: absolute;
      display: block;
      opacity: 1;
      top: 7px;
      left: 7px;
      right: 7px;
      bottom: 7px; }
      #GALLERY-TAG .Photos-TopAuthor ul li._block-with-author ._hover ._background, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-author ._hover ._background {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        bottom: 0;
        padding: 4px 10px;
        background-color: rgba(0, 0, 0, 0.5);
        /* layer fill content */
        font-family: "League Gothic", sans-serif;
        color: #fff;
        /* text color */
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none; }
        #GALLERY-TAG .Photos-TopAuthor ul li._block-with-author ._hover ._background:hover, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-author ._hover ._background:hover {
          text-decoration: underline; }
        #GALLERY-TAG .Photos-TopAuthor ul li._block-with-author ._hover ._background img, #GALLERY-TAG .Photos-RedactionSelect ul li._block-with-author ._hover ._background img {
          position: relative;
          display: block;
          vertical-align: middle;
          width: 45%;
          max-width: 70px;
          height: auto;
          max-height: 70px;
          margin: auto;
          margin-top: 27.5%;
          margin-bottom: 4px; }
  #GALLERY-TAG .Gallery-Tag {
    text-align: left;
    margin-bottom: 50px; }
    #GALLERY-TAG .Gallery-Tag ul {
      position: relative;
      display: inline-block;
      text-align: center;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 992px) {
        #GALLERY-TAG .Gallery-Tag ul {
          text-align: left; } }
      #GALLERY-TAG .Gallery-Tag ul li {
        position: relative;
        display: inline-block;
        text-align: left;
        margin: 5px 3px; }
        #GALLERY-TAG .Gallery-Tag ul li._load-more-li {
          position: relative;
          display: inline-block;
          width: 100%; }
          #GALLERY-TAG .Gallery-Tag ul li._load-more-li a._load-more {
            display: block;
            color: #32618d;
            font-size: 16px;
            font-weight: 400;
            padding-top: 11px;
            padding-left: 0;
            background: none;
            text-decoration: underline; }
            #GALLERY-TAG .Gallery-Tag ul li._load-more-li a._load-more:hover {
              text-decoration: none; }
        #GALLERY-TAG .Gallery-Tag ul li a {
          position: relative;
          display: block;
          padding: 1px 15px;
          background-color: #31618d;
          /* layer fill content */ }
          #GALLERY-TAG .Gallery-Tag ul li a:hover {
            background-color: #254767; }
          #GALLERY-TAG .Gallery-Tag ul li a span {
            position: relative;
            display: inline-block; }
            #GALLERY-TAG .Gallery-Tag ul li a span._tag {
              color: #fff;
              /* text color */
              font-size: 14px;
              font-weight: 400; }
            #GALLERY-TAG .Gallery-Tag ul li a span._number {
              color: #b2c0cd;
              font-size: 10px;
              font-weight: 400; }
  #GALLERY-TAG ._mobile-sort-select {
    display: block;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #GALLERY-TAG ._mobile-sort-select {
        width: 45%; } }
    #GALLERY-TAG ._mobile-sort-select a {
      display: block;
      text-decoration: none; }
      #GALLERY-TAG ._mobile-sort-select a:first-letter {
        text-transform: uppercase; }
    #GALLERY-TAG ._mobile-sort-select .dk_toggle span {
      display: inline-block;
      width: 80%;
      overflow: hidden; }
      #GALLERY-TAG ._mobile-sort-select .dk_toggle span:first-letter {
        text-transform: uppercase; }
  #GALLERY-TAG .Photos-Select .TileList ._item-sm {
    width: 16.66667%; }

#GALLERY-LIST {
  margin-bottom: 50px; }
  #GALLERY-LIST .Gallery-BtnManageBox {
    position: relative;
    display: block;
    text-align: center;
    padding: 37px 0;
    padding-top: 27px; }
    @media screen and (min-width: 992px) {
      #GALLERY-LIST .Gallery-BtnManageBox {
        padding: 48px 0; } }
    #GALLERY-LIST .Gallery-BtnManageBox ._btn-upload {
      position: relative;
      width: 100%;
      font-size: 14px;
      text-align: left;
      padding: 17px 0;
      padding-left: 22%; }
      #GALLERY-LIST .Gallery-BtnManageBox ._btn-upload ._icon-background {
        position: absolute;
        width: 53px;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.1); }
        #GALLERY-LIST .Gallery-BtnManageBox ._btn-upload ._icon-background i {
          position: absolute;
          left: 13px;
          top: 13px;
          font-size: 27px;
          z-index: 999; }
  #GALLERY-LIST .Gallery-SortLine {
    position: relative;
    display: block;
    padding: 16px 35px;
    margin-bottom: 20px;
    background-color: #fff;
    /* layer fill content */
    z-index: 999; }
    #GALLERY-LIST .Gallery-SortLine a {
      position: relative;
      display: inline-block;
      color: #32618d;
      /* text color */
      font-size: 14px;
      text-decoration: underline; }
      #GALLERY-LIST .Gallery-SortLine a:hover {
        text-decoration: none; }
      #GALLERY-LIST .Gallery-SortLine a._active {
        color: #2f3233;
        /* text color */ }
    #GALLERY-LIST .Gallery-SortLine strong, #GALLERY-LIST .Gallery-SortLine span._title {
      position: relative;
      display: inline-block;
      color: #2f3233;
      /* text color */
      font-size: 14px;
      font-weight: 900;
      margin-right: 18px; }
    #GALLERY-LIST .Gallery-SortLine span._title {
      font-weight: 400; }
    #GALLERY-LIST .Gallery-SortLine ._link-wrapper {
      position: relative;
      display: inline-block;
      margin-right: 20px; }
      #GALLERY-LIST .Gallery-SortLine ._link-wrapper a {
        position: relative;
        display: inline-block;
        color: #32618d;
        /* text color */
        font-size: 14px;
        text-decoration: underline; }
        #GALLERY-LIST .Gallery-SortLine ._link-wrapper a:hover {
          text-decoration: none; }
        #GALLERY-LIST .Gallery-SortLine ._link-wrapper a._active {
          color: #2f3233;
          /* text color */ }
      #GALLERY-LIST .Gallery-SortLine ._link-wrapper i {
        position: relative;
        display: inline-block;
        top: 3px;
        color: #2f3233;
        /* text color */ }
        #GALLERY-LIST .Gallery-SortLine ._link-wrapper i.icon-arrowTop {
          top: 2px; }
    #GALLERY-LIST .Gallery-SortLine ._sort-wrapper {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      padding: 16px 20px;
      border-left: 1px solid #f0f0f0; }
  #GALLERY-LIST .Gallery-PhotoList {
    padding-left: 15px;
    padding-right: 15px; }
    #GALLERY-LIST .Gallery-PhotoList .TileList {
      width: 100%;
      margin-left: -5px;
      margin-right: -5px; }
      #GALLERY-LIST .Gallery-PhotoList .TileList ._list-item {
        width: 16.66667%;
        padding: 5px;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          #GALLERY-LIST .Gallery-PhotoList .TileList ._list-item {
            width: 10%; } }
        @media screen and (min-width: 992px) {
          #GALLERY-LIST .Gallery-PhotoList .TileList ._list-item {
            width: 16.66667%; } }
        @media screen and (min-width: 992px) {
          #GALLERY-LIST .Gallery-PhotoList .TileList ._list-item {
            float: left;
            display: block; } }
        #GALLERY-LIST .Gallery-PhotoList .TileList ._list-item a, #GALLERY-LIST .Gallery-PhotoList .TileList ._list-item img {
          background-color: #fff;
          display: block;
          width: 100%;
          max-width: 100%; }
      #GALLERY-LIST .Gallery-PhotoList .TileList ._item-load {
        width: 100%; }
        @media screen and (min-width: 992px) {
          #GALLERY-LIST .Gallery-PhotoList .TileList ._item-load {
            width: 50%; } }
        #GALLERY-LIST .Gallery-PhotoList .TileList ._item-load:after {
          padding-top: 10%;
          background-color: transparent; }
          @media screen and (min-width: 992px) {
            #GALLERY-LIST .Gallery-PhotoList .TileList ._item-load:after {
              padding-top: 30%; } }
        #GALLERY-LIST .Gallery-PhotoList .TileList ._item-load a {
          color: #32618d;
          /* text color */
          font-size: 16px;
          padding-right: 25px; }
          #GALLERY-LIST .Gallery-PhotoList .TileList ._item-load a:hover span {
            text-decoration: none; }
          #GALLERY-LIST .Gallery-PhotoList .TileList ._item-load a span {
            text-decoration: underline; }
          #GALLERY-LIST .Gallery-PhotoList .TileList ._item-load a i {
            position: relative;
            display: inline-block;
            height: 14px;
            top: -1px;
            bottom: 0px;
            right: -5px;
            font-size: 14px;
            vertical-align: middle;
            margin: auto;
            padding-top: 1px; }
    @media screen and (min-width: 992px) {
      #GALLERY-LIST .Gallery-PhotoList {
        padding-left: 0;
        padding-right: 0; } }
    #GALLERY-LIST .Gallery-PhotoList h2 {
      margin-bottom: 0px; }
    #GALLERY-LIST .Gallery-PhotoList h4 {
      margin-bottom: 0.45em; }
  #GALLERY-LIST .Gallery-GalleryList-Wrapper h2 {
    color: #32618d;
    margin-top: 0.5em;
    margin-bottom: 0.22em;
    text-align: center; }
    @media screen and (min-width: 992px) {
      #GALLERY-LIST .Gallery-GalleryList-Wrapper h2 {
        text-align: left; } }
  #GALLERY-LIST .Gallery-GalleryList ul {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 1em;
    padding-bottom: 2.7em;
    *zoom: 1; }
    #GALLERY-LIST .Gallery-GalleryList ul:before, #GALLERY-LIST .Gallery-GalleryList ul:after {
      content: " ";
      display: table; }
    #GALLERY-LIST .Gallery-GalleryList ul:after {
      clear: both; }
    #GALLERY-LIST .Gallery-GalleryList ul li {
      position: relative;
      display: table;
      width: 50%;
      height: 100%;
      float: left;
      list-style: none;
      margin-bottom: 11px;
      *zoom: 1; }
      #GALLERY-LIST .Gallery-GalleryList ul li:before, #GALLERY-LIST .Gallery-GalleryList ul li:after {
        content: " ";
        display: table; }
      #GALLERY-LIST .Gallery-GalleryList ul li:after {
        clear: both; }
      #GALLERY-LIST .Gallery-GalleryList ul li a._load-more {
        display: block;
        color: #32618d;
        /* text color */
        font-size: 16px;
        font-weight: 400;
        padding-top: 11px;
        text-decoration: underline; }
        #GALLERY-LIST .Gallery-GalleryList ul li a._load-more:hover {
          text-decoration: none; }
      #GALLERY-LIST .Gallery-GalleryList ul li ._image {
        position: relative;
        display: table-cell;
        width: 50px;
        text-align: center;
        vertical-align: top; }
        #GALLERY-LIST .Gallery-GalleryList ul li ._image img {
          position: relative;
          display: inline-block;
          width: 100%;
          height: auto;
          top: 0;
          vertical-align: middle; }
      #GALLERY-LIST .Gallery-GalleryList ul li ._text-wrapper {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding-left: 11px; }
        #GALLERY-LIST .Gallery-GalleryList ul li ._text-wrapper ._small {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 12px;
          line-height: 18px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */ }
        #GALLERY-LIST .Gallery-GalleryList ul li ._text-wrapper ._link {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */
          text-decoration: underline; }
          #GALLERY-LIST .Gallery-GalleryList ul li ._text-wrapper ._link:hover {
            text-decoration: none; }
          #GALLERY-LIST .Gallery-GalleryList ul li ._text-wrapper ._link strong {
            font-size: 24px;
            line-height: 24px;
            font-weight: 700;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
  #GALLERY-LIST .Gallery-GalleryList._wide ul {
    padding-top: 0.4em;
    padding-bottom: 0.1em; }
    #GALLERY-LIST .Gallery-GalleryList._wide ul li {
      width: 100%; }
  #GALLERY-LIST .Gallery-GalleryList._md-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #GALLERY-LIST .Gallery-GalleryList._md-wide ul li {
        width: 50%; } }
    @media screen and (min-width: 992px) {
      #GALLERY-LIST .Gallery-GalleryList._md-wide ul li {
        width: 100%; } }
  #GALLERY-LIST .Gallery-GalleryList._sm-wide ul li {
    width: 100%; }
    @media screen and (min-width: 992px) {
      #GALLERY-LIST .Gallery-GalleryList._sm-wide ul li {
        width: 50%; } }
  #GALLERY-LIST .Gallery-GalleryList._xs-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #GALLERY-LIST .Gallery-GalleryList._xs-wide ul li {
        width: 50%; } }
  #GALLERY-LIST .Gallery-GalleryList-Wide ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0; }
    #GALLERY-LIST .Gallery-GalleryList-Wide ul li {
      position: relative;
      display: block;
      width: 100%;
      min-height: 144px;
      margin-bottom: 20px;
      list-style: none;
      overflow: hidden;
      *zoom: 1; }
      #GALLERY-LIST .Gallery-GalleryList-Wide ul li:before, #GALLERY-LIST .Gallery-GalleryList-Wide ul li:after {
        content: " ";
        display: table; }
      #GALLERY-LIST .Gallery-GalleryList-Wide ul li:after {
        clear: both; }
      @media screen and (min-width: 768px) {
        #GALLERY-LIST .Gallery-GalleryList-Wide ul li {
          height: 144px; } }
      #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._image {
        position: absolute;
        display: none;
        width: 144px;
        height: 144px;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 99; }
        @media screen and (min-width: 768px) {
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._image {
            display: block; } }
        #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._image img {
          position: relative;
          display: block;
          width: 100%;
          height: auto; }
      #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content {
        position: relative;
        display: block;
        width: 100%;
        min-height: 144px;
        padding: 16px 9px;
        padding-left: 10px;
        background: #fff;
        overflow: hidden;
        z-index: 9; }
        @media screen and (min-width: 768px) {
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content {
            padding-left: 168px;
            height: 144px; } }
        #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._title {
          position: relative;
          display: table;
          table-layout: fixed;
          width: 100%;
          color: #2f3233;
          /* text color */
          font-family: "League Gothic", sans-serif;
          font-size: 33px;
          line-height: 40px;
          text-decoration: none; }
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._title:hover {
            text-decoration: underline; }
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._title span._name {
            display: table-cell;
            width: 85%;
            overflow: hidden;
            text-overflow: ellipsis; }
            #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._title span._name small {
              font-family: "Open Sans", sans-serif;
              font-size: 16px;
              line-height: 18px;
              position: relative;
              display: inline-block;
              color: #929292;
              text-decoration: none;
              letter-spacing: -1px;
              font-weight: 500;
              margin-left: 7px; }
            @media screen and (min-width: 768px) {
              #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._title span._name {
                white-space: nowrap; } }
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._title span._icon {
            display: block;
            text-align: right;
            text-decoration: none;
            padding-right: 10px;
            padding-left: 6px; }
            @media screen and (min-width: 768px) {
              #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._title span._icon {
                display: table-cell;
                padding-left: 0px; } }
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._title i {
            position: relative;
            display: inline-block;
            color: #32618d;
            font-size: 28px;
            line-height: 33px; }
        #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._text-wrapper {
          position: relative;
          display: block;
          margin-top: 3px; }
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._text-wrapper._normal {
            margin-top: 14px;
            padding-right: 230px; }
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._text-wrapper._image-inside {
            min-height: 65px; }
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._text-wrapper._contest {
            width: 100%; }
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._text-wrapper ._info {
            position: relative;
            display: none;
            color: #6f6f6f;
            /* text color */
            font-size: 14px;
            line-height: 31px;
            padding-left: 30px; }
            @media screen and (min-width: 768px) {
              #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._text-wrapper ._info {
                display: block; } }
            #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._text-wrapper ._info i {
              position: absolute;
              display: block;
              left: 0;
              font-size: 21px;
              line-height: 31px; }
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._text-wrapper ._wrapper {
            position: relative;
            display: block;
            min-height: 50px;
            overflow: hidden; }
            @media screen and (min-width: 768px) {
              #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._text-wrapper ._wrapper {
                height: 50px; } }
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._text-wrapper p {
            position: relative;
            display: block;
            max-width: 100%;
            color: #2f3233;
            /* text color */
            font-size: 14px;
            line-height: 21px;
            margin: 0;
            margin-top: 4px;
            overflow: hidden; }
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._text-wrapper a {
            position: relative;
            display: inline-block;
            font-family: "Open Sans", sans-serif;
            color: #32618d;
            /* text color */
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            text-decoration: underline;
            margin: 0;
            padding: 0; }
            #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._text-wrapper a:hover {
              text-decoration: none; }
        #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._image-wrapper {
          position: absolute;
          display: block;
          width: 225px;
          top: 0;
          left: 0;
          text-align: left; }
          @media screen and (min-width: 768px) {
            #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._image-wrapper {
              text-align: right;
              left: auto;
              right: 7px; } }
          #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._image-wrapper ._link {
            position: relative;
            display: inline-block;
            width: 64px;
            margin: 0 3px; }
            #GALLERY-LIST .Gallery-GalleryList-Wide ul li ._content ._image-wrapper ._link img {
              position: relative;
              display: inline-block; }
  #GALLERY-LIST ._mobile-sort-select {
    display: block;
    width: 100%; }
    @media screen and (min-width: 768px) {
      #GALLERY-LIST ._mobile-sort-select {
        width: 45%; } }
    #GALLERY-LIST ._mobile-sort-select a {
      display: block;
      text-decoration: none; }
      #GALLERY-LIST ._mobile-sort-select a:first-letter {
        text-transform: uppercase; }
    #GALLERY-LIST ._mobile-sort-select .dk_toggle span {
      display: inline-block;
      width: 80%;
      overflow: visible; }
      #GALLERY-LIST ._mobile-sort-select .dk_toggle span:first-letter {
        text-transform: uppercase; }
  #GALLERY-LIST ._label {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    border-radius: 8px;
    /* border radius */
    color: #fff;
    /* text color */
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    text-shadow: none;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 5px;
    margin-left: 5px; }
    #GALLERY-LIST ._label._color-blue {
      background-color: #31618d;
      /* layer fill content */ }
    #GALLERY-LIST ._label._color-red {
      background-color: #f3192f;
      /* layer fill content */ }
    #GALLERY-LIST ._label._color-grey {
      background-color: #c0c0c0; }
    #GALLERY-LIST ._label._color-green {
      background-color: #328d38; }
    #GALLERY-LIST ._label._color-black {
      background-color: #303234; }
    #GALLERY-LIST ._label._color-khaky {
      background-color: #989958; }
    #GALLERY-LIST ._label._no-left-m {
      margin-left: 0; }
      @media screen and (min-width: 768px) {
        #GALLERY-LIST ._label._no-left-m {
          margin-left: 0px;
          margin-top: 0; } }

#GALLERY-DEFAULT {
  margin-bottom: 50px; }
  #GALLERY-DEFAULT .Gallery-BtnManageBox {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 0;
    padding-top: 27px;
    *zoom: 1; }
    #GALLERY-DEFAULT .Gallery-BtnManageBox:before, #GALLERY-DEFAULT .Gallery-BtnManageBox:after {
      content: " ";
      display: table; }
    #GALLERY-DEFAULT .Gallery-BtnManageBox:after {
      clear: both; }
    @media screen and (min-width: 992px) {
      #GALLERY-DEFAULT .Gallery-BtnManageBox {
        padding: 31px 0; } }
    @media screen and (min-width: 992px) {
      #GALLERY-DEFAULT .Gallery-BtnManageBox._md-p-top-0 {
        padding-top: 0; } }
    #GALLERY-DEFAULT .Gallery-BtnManageBox ._btn-upload {
      position: relative;
      width: 100%;
      font-size: 14px;
      text-align: left;
      padding: 17px 0;
      padding-left: 22%; }
      #GALLERY-DEFAULT .Gallery-BtnManageBox ._btn-upload ._icon-background {
        position: absolute;
        width: 53px;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.1); }
        #GALLERY-DEFAULT .Gallery-BtnManageBox ._btn-upload ._icon-background i {
          position: absolute;
          left: 13px;
          top: 13px;
          font-size: 27px;
          z-index: 999; }
          #GALLERY-DEFAULT .Gallery-BtnManageBox ._btn-upload ._icon-background i._icon-series {
            position: relative;
            display: inline-block;
            background: url("../img/icon-series.png");
            background-repeat: no-repeat;
            width: 25px;
            background-size: 25px;
            height: 53px;
            background-position: 0px 50%;
            top: 0;
            left: 14px; }
  #GALLERY-DEFAULT .Gallery-Competitions h2, #GALLERY-DEFAULT .Gallery-OnlineUser h2, #GALLERY-DEFAULT .Gallery-GalleryList-Wrapper h2, #GALLERY-DEFAULT .Photos-WeekPhotos h2, #GALLERY-DEFAULT .Photos-NewPhotos h2, #GALLERY-DEFAULT .Photos-TopPhotos h2, #GALLERY-DEFAULT .Photos-TopAuthor h2, #GALLERY-DEFAULT .Photos-RedactionSelect h2, #GALLERY-DEFAULT .Gallery-Tag h2 {
    color: #32618d;
    margin-top: 0.85em;
    margin-bottom: 0.16em;
    text-align: center; }
    @media screen and (min-width: 992px) {
      #GALLERY-DEFAULT .Gallery-Competitions h2, #GALLERY-DEFAULT .Gallery-OnlineUser h2, #GALLERY-DEFAULT .Gallery-GalleryList-Wrapper h2, #GALLERY-DEFAULT .Photos-WeekPhotos h2, #GALLERY-DEFAULT .Photos-NewPhotos h2, #GALLERY-DEFAULT .Photos-TopPhotos h2, #GALLERY-DEFAULT .Photos-TopAuthor h2, #GALLERY-DEFAULT .Photos-RedactionSelect h2, #GALLERY-DEFAULT .Gallery-Tag h2 {
        text-align: left; } }
  #GALLERY-DEFAULT .Gallery-GalleryList-Wrapper h2 {
    text-align: center; }
    @media screen and (min-width: 768px) {
      #GALLERY-DEFAULT .Gallery-GalleryList-Wrapper h2 {
        text-align: left; } }
  #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-hover, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-hover, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-hover, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-hover, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-hover {
    position: relative;
    display: block; }
    #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-hover:hover ._hover, #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-hover:hover ._point, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-hover:hover ._hover, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-hover:hover ._point, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-hover:hover ._hover, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-hover:hover ._point, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-hover:hover ._hover, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-hover:hover ._point, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-hover:hover ._hover, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-hover:hover ._point {
      opacity: 1; }
    #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-hover a._block-link, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-hover a._block-link, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-hover a._block-link, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-hover a._block-link, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-hover a._block-link {
      position: relative;
      display: block; }
    #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-hover ._hover, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-hover ._hover, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-hover ._hover, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-hover ._hover, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-hover ._hover {
      position: absolute;
      display: block;
      opacity: 1;
      width: 100%;
      bottom: 0;
      padding-right: 14px;
      padding-bottom: 7px;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      transition: 0.5s all; }
      @media screen and (min-width: 992px) {
        #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-hover ._hover, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-hover ._hover, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-hover ._hover, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-hover ._hover, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-hover ._hover {
          opacity: 0; } }
      #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-hover ._hover ._background, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-hover ._hover ._background, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-hover ._hover ._background, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-hover ._hover ._background, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-hover ._hover ._background {
        position: relative;
        display: block;
        width: 100%;
        bottom: 0;
        padding: 4px 10px;
        background-color: rgba(0, 0, 0, 0.5);
        /* layer fill content */
        color: #fff;
        /* text color */
        font-size: 12px;
        line-height: 22px;
        font-weight: 400;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-hover ._hover ._background:hover, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-hover ._hover ._background:hover, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-hover ._hover ._background:hover, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-hover ._hover ._background:hover, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-hover ._hover ._background:hover {
          text-decoration: underline; }
        #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-hover ._hover ._background img, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-hover ._hover ._background img, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-hover ._hover ._background img, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-hover ._hover ._background img, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-hover ._hover ._background img {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          margin-right: 5px;
          top: -1px; }
    #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-hover ._point, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-hover ._point, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-hover ._point, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-hover ._point, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-hover ._point {
      position: absolute;
      display: inline-block;
      opacity: 1;
      width: auto;
      top: 0;
      right: 0;
      margin-right: 7px;
      margin-top: 7px;
      padding: 4px 9px;
      background-color: rgba(0, 0, 0, 0.5);
      /* layer fill content */
      color: #fff;
      /* text color */
      font-size: 12px;
      line-height: 22px;
      font-weight: 400;
      text-decoration: none;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      transition: 0.5s all; }
      @media screen and (min-width: 992px) {
        #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-hover ._point, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-hover ._point, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-hover ._point, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-hover ._point, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-hover ._point {
          opacity: 0; } }
  #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-author, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-author, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-author, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-author, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-author {
    position: relative;
    display: block; }
    #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-author a._block-link, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-author a._block-link, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-author a._block-link, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-author a._block-link, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-author a._block-link {
      position: relative;
      display: block; }
    #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-author ._hover, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-author ._hover, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-author ._hover, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-author ._hover, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-author ._hover {
      position: absolute;
      display: block;
      opacity: 1;
      top: 7px;
      left: 7px;
      right: 7px;
      bottom: 7px; }
      #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-author ._hover ._background, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-author ._hover ._background, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-author ._hover ._background, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-author ._hover ._background, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-author ._hover ._background {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        bottom: 0;
        padding: 4px 10px;
        background-color: rgba(0, 0, 0, 0.5);
        /* layer fill content */
        font-family: "League Gothic", sans-serif;
        color: #fff;
        /* text color */
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none; }
        #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-author ._hover ._background:hover, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-author ._hover ._background:hover, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-author ._hover ._background:hover, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-author ._hover ._background:hover, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-author ._hover ._background:hover {
          text-decoration: underline; }
        #GALLERY-DEFAULT .Photos-WeekPhotos ul li._block-with-author ._hover ._background img, #GALLERY-DEFAULT .Photos-NewPhotos ul li._block-with-author ._hover ._background img, #GALLERY-DEFAULT .Photos-TopPhotos ul li._block-with-author ._hover ._background img, #GALLERY-DEFAULT .Photos-TopAuthor ul li._block-with-author ._hover ._background img, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._block-with-author ._hover ._background img {
          position: relative;
          display: block;
          vertical-align: middle;
          width: 45%;
          max-width: 70px;
          height: auto;
          max-height: 70px;
          margin: auto;
          margin-top: 27.5%;
          margin-bottom: 4px; }
  #GALLERY-DEFAULT .Photos-WeekPhotos ul li._item-load .vCenter-table, #GALLERY-DEFAULT .Photos-NewPhotos ul li._item-load .vCenter-table, #GALLERY-DEFAULT .Photos-TopPhotos ul li._item-load .vCenter-table, #GALLERY-DEFAULT .Photos-TopAuthor ul li._item-load .vCenter-table, #GALLERY-DEFAULT .Photos-RedactionSelect ul li._item-load .vCenter-table {
    padding: 10%; }
  #GALLERY-DEFAULT .Photos-NewPhotos .TileList ._item-load:after, #GALLERY-DEFAULT .Photos-TopPhotos .TileList ._item-load:after {
    background-color: #fff; }
  #GALLERY-DEFAULT .Photos-NewPhotos .TileList ._item-load a, #GALLERY-DEFAULT .Photos-TopPhotos .TileList ._item-load a {
    line-height: 22px; }
  #GALLERY-DEFAULT .Photos-NewPhotos .TileList ._item-load span._mobile-more, #GALLERY-DEFAULT .Photos-TopPhotos .TileList ._item-load span._mobile-more {
    display: block; }
    @media screen and (min-width: 768px) {
      #GALLERY-DEFAULT .Photos-NewPhotos .TileList ._item-load span._mobile-more, #GALLERY-DEFAULT .Photos-TopPhotos .TileList ._item-load span._mobile-more {
        display: inline-block; } }
  #GALLERY-DEFAULT .Gallery-GalleryList ul {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 1em;
    padding-bottom: 2.7em;
    *zoom: 1; }
    #GALLERY-DEFAULT .Gallery-GalleryList ul:before, #GALLERY-DEFAULT .Gallery-GalleryList ul:after {
      content: " ";
      display: table; }
    #GALLERY-DEFAULT .Gallery-GalleryList ul:after {
      clear: both; }
    #GALLERY-DEFAULT .Gallery-GalleryList ul li {
      position: relative;
      display: table;
      width: 50%;
      height: 100%;
      float: left;
      list-style: none;
      margin-bottom: 11px;
      *zoom: 1; }
      #GALLERY-DEFAULT .Gallery-GalleryList ul li:before, #GALLERY-DEFAULT .Gallery-GalleryList ul li:after {
        content: " ";
        display: table; }
      #GALLERY-DEFAULT .Gallery-GalleryList ul li:after {
        clear: both; }
      #GALLERY-DEFAULT .Gallery-GalleryList ul li a._load-more {
        display: block;
        color: #32618d;
        /* text color */
        font-size: 16px;
        font-weight: 400;
        padding-top: 11px;
        text-decoration: underline; }
        #GALLERY-DEFAULT .Gallery-GalleryList ul li a._load-more:hover {
          text-decoration: none; }
      #GALLERY-DEFAULT .Gallery-GalleryList ul li ._image {
        position: relative;
        display: table-cell;
        width: 50px;
        text-align: center;
        vertical-align: top; }
        #GALLERY-DEFAULT .Gallery-GalleryList ul li ._image img {
          position: relative;
          display: inline-block;
          width: 100%;
          height: auto;
          top: 0;
          vertical-align: middle; }
      #GALLERY-DEFAULT .Gallery-GalleryList ul li ._text-wrapper {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding-left: 11px; }
        #GALLERY-DEFAULT .Gallery-GalleryList ul li ._text-wrapper ._small {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 12px;
          line-height: 18px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */ }
        #GALLERY-DEFAULT .Gallery-GalleryList ul li ._text-wrapper ._link {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */
          text-decoration: underline; }
          #GALLERY-DEFAULT .Gallery-GalleryList ul li ._text-wrapper ._link:hover {
            text-decoration: none; }
          #GALLERY-DEFAULT .Gallery-GalleryList ul li ._text-wrapper ._link strong {
            font-size: 24px;
            line-height: 24px;
            font-weight: 700;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -moz-font-smoothing: grayscale; }
  #GALLERY-DEFAULT .Gallery-GalleryList._wide ul {
    padding-top: 0.4em;
    padding-bottom: 0.1em; }
    #GALLERY-DEFAULT .Gallery-GalleryList._wide ul li {
      width: 100%; }
  #GALLERY-DEFAULT .Gallery-GalleryList._md-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #GALLERY-DEFAULT .Gallery-GalleryList._md-wide ul li {
        width: 50%; } }
    @media screen and (min-width: 992px) {
      #GALLERY-DEFAULT .Gallery-GalleryList._md-wide ul li {
        width: 100%; } }
  #GALLERY-DEFAULT .Gallery-GalleryList._sm-wide ul li {
    width: 100%; }
    @media screen and (min-width: 992px) {
      #GALLERY-DEFAULT .Gallery-GalleryList._sm-wide ul li {
        width: 50%; } }
  #GALLERY-DEFAULT .Gallery-GalleryList._xs-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #GALLERY-DEFAULT .Gallery-GalleryList._xs-wide ul li {
        width: 50%; } }
  #GALLERY-DEFAULT .Gallery-Tag {
    text-align: left;
    margin-bottom: 30px; }
    #GALLERY-DEFAULT .Gallery-Tag ul {
      position: relative;
      min-width: 100%;
      display: inline-block;
      text-align: center;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 992px) {
        #GALLERY-DEFAULT .Gallery-Tag ul {
          text-align: left; } }
      #GALLERY-DEFAULT .Gallery-Tag ul li {
        position: relative;
        display: inline-block;
        text-align: left;
        margin: 5px 3px; }
        #GALLERY-DEFAULT .Gallery-Tag ul li._load-more-li {
          position: relative;
          display: inline-block;
          width: 100%;
          text-align: center; }
          @media screen and (min-width: 992px) {
            #GALLERY-DEFAULT .Gallery-Tag ul li._load-more-li {
              text-align: left; } }
          #GALLERY-DEFAULT .Gallery-Tag ul li._load-more-li a._load-more {
            display: block;
            color: #32618d;
            font-size: 16px;
            font-weight: 400;
            padding-top: 11px;
            padding-left: 0;
            background: none;
            text-decoration: underline; }
            #GALLERY-DEFAULT .Gallery-Tag ul li._load-more-li a._load-more:hover {
              text-decoration: none; }
        #GALLERY-DEFAULT .Gallery-Tag ul li a {
          position: relative;
          display: block;
          padding: 1px 15px;
          background-color: #31618d;
          /* layer fill content */ }
          #GALLERY-DEFAULT .Gallery-Tag ul li a:hover {
            background-color: #254767; }
          #GALLERY-DEFAULT .Gallery-Tag ul li a span {
            position: relative;
            display: inline-block; }
            #GALLERY-DEFAULT .Gallery-Tag ul li a span._tag {
              color: #fff;
              /* text color */
              font-size: 14px;
              font-weight: 400; }
            #GALLERY-DEFAULT .Gallery-Tag ul li a span._number {
              color: #b2c0cd;
              font-size: 10px;
              font-weight: 400; }
  #GALLERY-DEFAULT .Gallery-OnlineUser {
    margin-bottom: 2em;
    text-align: center; }
    @media screen and (min-width: 992px) {
      #GALLERY-DEFAULT .Gallery-OnlineUser {
        text-align: left; } }
    #GALLERY-DEFAULT .Gallery-OnlineUser h2 {
      margin-bottom: 8px; }
    #GALLERY-DEFAULT .Gallery-OnlineUser a {
      color: #303234;
      font-size: 12px;
      font-weight: 400;
      text-decoration: none; }
      #GALLERY-DEFAULT .Gallery-OnlineUser a:hover {
        text-decoration: underline; }
      #GALLERY-DEFAULT .Gallery-OnlineUser a.color-red {
        color: #f2192f;
        /* text color */ }
      #GALLERY-DEFAULT .Gallery-OnlineUser a.color-blue {
        color: #32618d; }
  #GALLERY-DEFAULT .Gallery-Competitions {
    margin-top: 2.4em;
    margin-bottom: 36px; }
    #GALLERY-DEFAULT .Gallery-Competitions h2 {
      margin-bottom: 0.3em; }
    #GALLERY-DEFAULT .Gallery-Competitions ._wrapper {
      position: relative;
      display: block;
      padding: 17px 29px;
      margin-bottom: 20px;
      background: #fff;
      *zoom: 1; }
      #GALLERY-DEFAULT .Gallery-Competitions ._wrapper:before, #GALLERY-DEFAULT .Gallery-Competitions ._wrapper:after {
        content: " ";
        display: table; }
      #GALLERY-DEFAULT .Gallery-Competitions ._wrapper:after {
        clear: both; }
      #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._date {
        position: relative;
        display: block;
        color: #32618d;
        /* text color */
        font-size: 12px;
        line-height: 18px; }
        #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._date i {
          position: relative;
          display: inline-block;
          top: 2px;
          color: #32618d;
          /* text color */
          font-size: 16px;
          line-height: 18px;
          margin-right: 10px; }
      #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content h4 {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0;
        padding-bottom: 9px;
        float: left; }
        #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content h4 a {
          position: relative;
          display: inline-block;
          color: #2f3233;
          /* text color */
          font-family: "League Gothic", sans-serif;
          font-size: 35px;
          line-height: 35px;
          text-decoration: none;
          text-transform: none; }
          #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content h4 a:hover {
            text-decoration: underline; }
          @media screen and (min-width: 768px) {
            #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content h4 a._image-inside {
              padding-right: 187px; } }
          #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content h4 a i {
            position: relative;
            display: inline-block;
            color: #c0c0c0;
            font-size: 26px;
            line-height: 43px;
            margin-right: 10px; }
      #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._image {
        position: absolute;
        display: none;
        top: 9px;
        right: 0px;
        padding-left: 10px;
        padding-bottom: 10px; }
        @media screen and (min-width: 768px) {
          #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._image {
            display: block; } }
      #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content {
        position: relative;
        display: block;
        width: 100%;
        float: left; }
        #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content._single {
          min-height: 129px; }
          @media screen and (min-width: 768px) {
            #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content._single {
              padding-right: 186px; } }
          #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content._single ._label {
            float: right; }
        #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content a {
          position: relative;
          display: inline-block;
          font-family: "Open Sans", sans-serif;
          color: #32618d;
          /* text color */
          font-size: 14px;
          line-height: 24px;
          font-weight: 400;
          text-decoration: underline;
          vertical-align: middle;
          margin: 0;
          padding: 0; }
          #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content a:hover {
            text-decoration: none; }
        #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content p {
          color: #2f3233;
          /* text color */
          font-size: 14px;
          line-height: 24px;
          margin: 9px 0;
          margin-bottom: 24px; }
          #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content p:last-child {
            margin-bottom: 4px; }
          @media screen and (min-width: 768px) {
            #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._content p._image-inside {
              padding-right: 187px; } }
      #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ul {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        margin-top: 5px; }
        #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ul li {
          position: relative;
          display: block;
          list-style: none;
          margin-bottom: 1em; }
          #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ul li i {
            position: absolute;
            display: inline-block;
            color: #c0c0c0;
            font-size: 21px;
            line-height: 28px; }
          #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ul li a {
            position: relative;
            display: block;
            color: #2f3233;
            /* text color */
            font-family: "League Gothic", sans-serif;
            font-size: 22px;
            line-height: 28px;
            text-shadow: 0 1px 0 #fff;
            /* drop shadow */
            padding-left: 31px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            text-decoration: underline; }
            @media screen and (min-width: 768px) {
              #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ul li a {
                display: inline-block;
                vertical-align: middle; } }
            #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ul li a:hover {
              text-decoration: none; }
          #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ul li ._date {
            position: relative;
            display: inline-block;
            color: #2f3233;
            /* text color */
            font-size: 12px;
            margin-left: 31px; }
            @media screen and (min-width: 768px) {
              #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ul li ._date {
                margin-left: 13px; } }
            @media screen and (min-width: 768px) {
              #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ul li ._date ._margin-right-13 {
                margin-right: 13px; } }
          #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ul li ._content {
            padding-left: 31px;
            float: none; }
            #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ul li ._content p {
              color: #2f3233;
              /* text color */
              font-size: 14px;
              line-height: 21px;
              margin-top: 4px;
              margin-bottom: 18px; }
              #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ul li ._content p:last-child {
                margin-bottom: 18px; }
      #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._link {
        position: relative;
        display: block;
        float: left;
        color: #32618d;
        /* text color */
        font-size: 16px;
        margin-top: 29px;
        margin-bottom: 10px;
        text-decoration: underline; }
        #GALLERY-DEFAULT .Gallery-Competitions ._wrapper ._link:hover {
          text-decoration: none; }
    #GALLERY-DEFAULT .Gallery-Competitions ._label {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 3px 10px;
      border-radius: 8px;
      /* border radius */
      color: #fff;
      /* text color */
      font-family: "Open Sans", sans-serif;
      font-size: 10px;
      font-weight: 600;
      line-height: 10px;
      text-shadow: none;
      text-align: center;
      margin-top: 3px;
      margin-bottom: 5px;
      float: left;
      margin-left: 5px; }
      @media screen and (min-width: 768px) {
        #GALLERY-DEFAULT .Gallery-Competitions ._label {
          margin-left: 0;
          float: right; } }
      #GALLERY-DEFAULT .Gallery-Competitions ._label._color-blue {
        background-color: #31618d;
        /* layer fill content */ }
      #GALLERY-DEFAULT .Gallery-Competitions ._label._color-red {
        background-color: #f3192f;
        /* layer fill content */ }
      #GALLERY-DEFAULT .Gallery-Competitions ._label._color-grey {
        background-color: #c0c0c0; }
      #GALLERY-DEFAULT .Gallery-Competitions ._label._color-green {
        background-color: #328d38; }
      #GALLERY-DEFAULT .Gallery-Competitions ._label._color-black {
        background-color: #303234; }
      #GALLERY-DEFAULT .Gallery-Competitions ._label._color-khaky {
        background-color: #989958; }
      #GALLERY-DEFAULT .Gallery-Competitions ._label._no-left-m {
        margin-left: 0; }
        @media screen and (min-width: 768px) {
          #GALLERY-DEFAULT .Gallery-Competitions ._label._no-left-m {
            margin-left: 0px;
            margin-top: 0; } }
  #GALLERY-DEFAULT .Gallery-Action {
    text-align: center; }
    @media screen and (min-width: 992px) {
      #GALLERY-DEFAULT .Gallery-Action {
        text-align: left; } }
    #GALLERY-DEFAULT .Gallery-Action a {
      display: inline-block; }

#GALLERY .Gallery-BtnManageBox .row div:nth-child(2) {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    #GALLERY .Gallery-BtnManageBox .row div:nth-child(2) {
      margin-top: 0px; } }
  @media screen and (min-width: 992px) {
    #GALLERY .Gallery-BtnManageBox .row div:nth-child(2) {
      margin-top: 10px; } }

._icon-series {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 22px;
  background: url("../img/icon-series.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0px 3px; }
  ._icon-series._m-right {
    margin-right: 7px; }
  ._icon-series._big {
    width: 25px;
    background-size: 25px;
    height: 32px;
    background-position: 0px 3px;
    margin-right: 10px; }
    @media screen and (min-width: 768px) {
      ._icon-series._big {
        height: 46px;
        background-position: 0px 9px; } }

#BAZAAR-DEFAULT {
  margin-bottom: 50px; }
  #BAZAAR-DEFAULT #CONTENT > div {
    margin-left: -15px;
    margin-right: -15px; }
    @media screen and (min-width: 768px) {
      #BAZAAR-DEFAULT #CONTENT > div {
        margin-left: 0;
        margin-right: 0; } }
  #BAZAAR-DEFAULT .Bazaar-SortLine {
    position: relative;
    display: block;
    padding: 8px 17px;
    margin-bottom: 20px;
    background-color: #fff;
    /* layer fill content */
    z-index: 999; }
    @media screen and (min-width: 992px) {
      #BAZAAR-DEFAULT .Bazaar-SortLine {
        padding: 15px 17px;
        margin-bottom: 32px; } }
    #BAZAAR-DEFAULT .Bazaar-SortLine a {
      position: relative;
      display: inline-block;
      color: #32618d;
      /* text color */
      font-size: 14px;
      text-decoration: underline; }
      #BAZAAR-DEFAULT .Bazaar-SortLine a:hover {
        text-decoration: none; }
      #BAZAAR-DEFAULT .Bazaar-SortLine a._active {
        color: #2f3233;
        /* text color */ }
    #BAZAAR-DEFAULT .Bazaar-SortLine strong, #BAZAAR-DEFAULT .Bazaar-SortLine span._title {
      position: relative;
      display: inline-block;
      color: #2f3233;
      /* text color */
      font-size: 14px;
      font-weight: 900;
      margin-right: 10px; }
    #BAZAAR-DEFAULT .Bazaar-SortLine span._title {
      font-weight: 400; }
    #BAZAAR-DEFAULT .Bazaar-SortLine ._wrapper {
      position: relative;
      display: inline-block; }
    #BAZAAR-DEFAULT .Bazaar-SortLine ._checkbox-wrapper {
      margin-right: 5px;
      position: relative;
      top: 3px; }
      @media screen and (min-width: 992px) {
        #BAZAAR-DEFAULT .Bazaar-SortLine ._checkbox-wrapper {
          top: -1px; } }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._checkbox-wrapper label {
        position: relative;
        display: inline-block;
        color: #2f3233;
        /* text color */
        font-size: 14px;
        width: 49%;
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          #BAZAAR-DEFAULT .Bazaar-SortLine ._checkbox-wrapper label {
            width: auto;
            margin-bottom: 0;
            margin-right: 25px; } }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._checkbox-wrapper input[type="checkbox"]:not(.onoffswitch-checkbox) + label:before {
        content: url("../img/checkbox-small.png");
        display: inline-block;
        width: 19px;
        height: 15px;
        margin: -1px 9px 0 0;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
        top: -2px; }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._checkbox-wrapper input[type="checkbox"]:not(.onoffswitch-checkbox):checked + label:before {
        content: url("../img/checkbox-small-checked.png"); }
    #BAZAAR-DEFAULT .Bazaar-SortLine ._sortBy-wrapper {
      margin-left: 27px;
      margin-right: 13px; }
    #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper {
      width: 113%;
      margin-left: -17px;
      margin-top: 7px;
      margin-bottom: 15px;
      border-top: 1px solid #f0f0f0;
      padding-top: 24px;
      padding-left: 13%;
      /* support: IE8 - See #6727 */ }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper strong {
        display: none; }
      @media screen and (min-width: 768px) {
        #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper {
          width: 105%;
          padding-left: 28%; } }
      @media screen and (min-width: 992px) {
        #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper {
          margin-top: 16px;
          padding-left: 33%; } }
      @media screen and (min-width: 1200px) {
        #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper {
          margin-left: 25px;
          border: 0;
          width: auto;
          padding: 0;
          margin-bottom: 0;
          margin-top: 7px; }
          #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper strong {
            display: inline-block; } }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper a {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper #slider-range {
        display: none; }
        #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper #slider-range a {
          outline: none; }
          #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper #slider-range a ._price {
            position: absolute;
            top: -13px;
            left: -23px;
            width: 60px;
            text-align: center;
            color: #2f3233;
            /* text color */
            font-size: 10px;
            font-weight: 700; }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-widget-header {
        background-color: #31618d;
        /* layer fill content */ }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-widget-content {
        background-color: #bfbfbf;
        /* layer fill content */ }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-slider {
        position: relative;
        text-align: left; }
        #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-slider .ui-slider-handle {
          position: absolute;
          z-index: 2;
          width: 1.2em;
          height: 1.2em;
          cursor: default;
          -ms-touch-action: none;
          touch-action: none; }
        #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-slider .ui-slider-range {
          position: absolute;
          z-index: 1;
          font-size: .7em;
          display: block;
          border: 0;
          background-position: 0 0; }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-state-default, #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-widget-content .ui-state-default, #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-widget-header .ui-state-default {
        border-radius: 50%;
        /* border radius */
        background-color: #31618d;
        /* layer fill content */ }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-slider.ui-state-disabled .ui-slider-handle,
      #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit; }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-slider-horizontal {
        position: relative;
        display: inline-block;
        top: 2px;
        width: 185px;
        height: 4px;
        margin-left: 16px;
        border-radius: 2px; }
        @media screen and (min-width: 768px) {
          #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-slider-horizontal {
            width: 285px; } }
        #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-slider-horizontal .ui-slider-handle {
          top: -6px;
          width: 16px;
          height: 16px;
          margin-left: -8px; }
        #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-slider-horizontal .ui-slider-range {
          top: 0;
          height: 100%; }
        #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-slider-horizontal .ui-slider-range-min {
          left: 0; }
        #BAZAAR-DEFAULT .Bazaar-SortLine ._price-wrapper .ui-slider-horizontal .ui-slider-range-max {
          right: 0; }
    #BAZAAR-DEFAULT .Bazaar-SortLine .slider-loader {
      background-color: #bfbfbf;
      position: relative;
      display: inline-block;
      top: 2px;
      width: 185px;
      height: 4px;
      margin-left: 16px;
      border-radius: 2px; }
      @media screen and (min-width: 768px) {
        #BAZAAR-DEFAULT .Bazaar-SortLine .slider-loader {
          width: 285px; } }
    #BAZAAR-DEFAULT .Bazaar-SortLine ._separator {
      position: relative;
      display: inline-block;
      width: 1px;
      height: 100%; }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._separator._no-xs-show-sm {
        display: none; }
        @media screen and (min-width: 768px) {
          #BAZAAR-DEFAULT .Bazaar-SortLine ._separator._no-xs-show-sm {
            display: inline-block; } }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._separator._no-sm {
        display: none; }
        @media screen and (min-width: 992px) {
          #BAZAAR-DEFAULT .Bazaar-SortLine ._separator._no-sm {
            display: inline-block; } }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._separator ._line {
        position: absolute;
        display: block;
        width: 1px;
        height: 49px;
        top: -30px;
        background: #f0f0f0; }
    #BAZAAR-DEFAULT .Bazaar-SortLine ._link-wrapper {
      position: relative;
      display: inline-block;
      margin-right: 14px; }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._link-wrapper a {
        position: relative;
        display: inline-block;
        color: #32618d;
        /* text color */
        font-size: 14px;
        text-decoration: underline; }
        #BAZAAR-DEFAULT .Bazaar-SortLine ._link-wrapper a:hover {
          text-decoration: none; }
        #BAZAAR-DEFAULT .Bazaar-SortLine ._link-wrapper a._active {
          color: #2f3233;
          /* text color */ }
      #BAZAAR-DEFAULT .Bazaar-SortLine ._link-wrapper i {
        position: relative;
        display: inline-block;
        top: 3px;
        color: #2f3233;
        /* text color */ }
        #BAZAAR-DEFAULT .Bazaar-SortLine ._link-wrapper i.icon-arrowTop {
          top: 2px; }
    #BAZAAR-DEFAULT .Bazaar-SortLine ._sort-wrapper {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      padding: 16px 20px;
      border-left: 1px solid #f0f0f0; }
  #BAZAAR-DEFAULT ._mobile-sort-select {
    display: block;
    width: 144%;
    margin-top: 17px;
    margin-bottom: 5px;
    margin-left: -2px; }
    @media screen and (min-width: 768px) {
      #BAZAAR-DEFAULT ._mobile-sort-select {
        width: 191%;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: -12px; } }
    #BAZAAR-DEFAULT ._mobile-sort-select a {
      display: block;
      text-decoration: none; }
      #BAZAAR-DEFAULT ._mobile-sort-select a:first-letter {
        text-transform: uppercase; }
    #BAZAAR-DEFAULT ._mobile-sort-select .dk_toggle span {
      display: inline-block;
      width: 80%;
      overflow: visible; }
      #BAZAAR-DEFAULT ._mobile-sort-select .dk_toggle span:first-letter {
        text-transform: uppercase; }
  #BAZAAR-DEFAULT ._separator-top {
    position: absolute;
    display: block;
    width: 209%;
    height: 1px;
    background: #f0f0f0;
    top: 3px;
    left: -44px; }
    @media screen and (min-width: 768px) {
      #BAZAAR-DEFAULT ._separator-top {
        display: none; } }
  #BAZAAR-DEFAULT .Advertisement-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }
    #BAZAAR-DEFAULT .Advertisement-wrapper ._item {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding-bottom: 10px;
      margin-bottom: 20px;
      overflow: hidden;
      background: #fff;
      text-decoration: none;
      outline: none; }
      @media screen and (min-width: 768px) {
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item {
          height: 185px;
          padding-bottom: 0; } }
      @media screen and (min-width: 992px) {
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item {
          height: 145px; } }
      @media screen and (min-width: 768px) {
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item._sm-noprice-height {
          height: 145px; } }
      #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._image {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 145px;
        height: 145px;
        padding: 16px; }
        @media screen and (min-width: 768px) {
          #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._image {
            display: block; } }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._image img {
          position: relative;
          display: block;
          width: 113px;
          height: 113px; }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._image a {
          position: relative;
          display: block;
          text-decoration: none;
          z-index: 888; }
      #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content {
        position: relative;
        display: block;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; }
        @media screen and (min-width: 768px) {
          #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content {
            padding-left: 167px;
            padding-right: 101px; } }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content._xs-padding-bottom {
          padding-bottom: 13px; }
          @media screen and (min-width: 768px) {
            #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content._xs-padding-bottom {
              padding-bottom: 0; } }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content h3 {
          margin: 0;
          padding: 13px 0;
          padding-top: 1px;
          padding-bottom: 1px;
          color: #2f3233;
          /* text color */
          font-size: 31px;
          font-weight: normal;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content h3 a:hover {
            text-decoration: underline; }
          #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content h3._padding-top {
            padding-top: 13px; }
          @media screen and (min-width: 768px) {
            #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content h3 {
              padding-top: 13px;
              width: 90%; } }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._info span {
          vertical-align: top; }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._info ._text-info-wrapper {
          position: relative;
          display: inline-block;
          max-width: 73%; }
          @media screen and (min-width: 768px) {
            #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._info ._text-info-wrapper {
              max-width: 81%; } }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._info ._label {
          max-width: 66px;
          width: 25%;
          left: 0; }
          @media screen and (min-width: 768px) {
            #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._info ._label {
              width: 15%; } }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._info ._text-info {
          position: relative;
          display: inline-block;
          margin: 0 4px;
          color: #2f3233;
          /* text color */
          font-size: 12px;
          font-weight: 400;
          line-height: 18px; }
          @media screen and (min-width: 768px) {
            #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._info ._text-info {
              margin: 0 9px; } }
          #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._info ._text-info strong {
            font-weight: 700; }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._desc {
          max-height: 83px;
          color: #2f3233;
          /* text color */
          font-size: 14px;
          font-weight: 400;
          line-height: 21px;
          text-align: left;
          margin: 19px 0px;
          margin-bottom: 0px;
          padding: 0;
          overflow: hidden;
          *zoom: 1; }
          #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._desc:before, #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._desc:after {
            content: " ";
            display: table; }
          #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._desc:after {
            clear: both; }
          @media screen and (min-width: 768px) {
            #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._desc {
              max-height: 64px;
              margin-bottom: 13px; } }
          @media screen and (min-width: 992px) {
            #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._desc {
              max-height: 42px;
              padding-right: 10px;
              margin-top: 5px; } }
          #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._desc ._image-mobile {
            position: relative;
            display: inline-block;
            float: left;
            width: 80px;
            height: 80px;
            padding: 0;
            margin: 15px;
            margin-top: 0;
            margin-left: 0;
            margin-bottom: 0; }
            @media screen and (min-width: 768px) {
              #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._content ._desc ._image-mobile {
                display: none; } }
      #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._side-info {
        position: absolute;
        display: none;
        width: 151px;
        height: 132px;
        top: 0;
        right: 0;
        margin-top: 10px;
        text-align: right; }
        @media screen and (min-width: 768px) {
          #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._side-info {
            height: 172px;
            display: block; } }
        @media screen and (min-width: 992px) {
          #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._side-info {
            height: 132px; } }
      #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._label {
        padding: 3px 12px;
        right: 11px; }
      #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._price {
        position: absolute;
        display: block;
        width: 110px;
        right: 14px;
        bottom: 14px;
        color: #32618d;
        font-size: 18px;
        line-height: 18px;
        font-weight: 700;
        text-align: right;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._price i {
          position: relative;
          display: inline-block;
          color: #bfbfbf;
          /* color overlay */
          font-size: 18px;
          line-height: 18px;
          top: 3px;
          margin-right: 4px; }
      #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._mobile-label {
        position: relative;
        display: block;
        height: 16px;
        margin-top: 10px; }
        @media screen and (min-width: 768px) {
          #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._mobile-label {
            display: none; } }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._mobile-label ._label {
          position: absolute; }
          #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._mobile-label ._label:nth-child(even) {
            right: 85px; }
      #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._mobile-price {
        position: relative;
        display: block;
        height: 35px; }
        @media screen and (min-width: 768px) {
          #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._mobile-price {
            display: none; } }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._mobile-price ._price {
          bottom: 3px; }
      #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._label {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 3px 10px;
        border-radius: 8px;
        /* border radius */
        color: #fff;
        /* text color */
        font-family: "Open Sans", sans-serif;
        font-size: 10px;
        font-weight: 600;
        text-shadow: none;
        text-align: center; }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._label._color-blue {
          background-color: #31618d;
          /* layer fill content */ }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._label._color-red {
          background-color: #f3192f;
          /* layer fill content */ }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._label._color-grey {
          background-color: #c0c0c0; }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._label._color-green {
          background-color: #328d38; }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._label._color-black {
          background-color: #303234; }
        #BAZAAR-DEFAULT .Advertisement-wrapper ._item ._label._color-khaky {
          background-color: #989958; }
  #BAZAAR-DEFAULT .Bazaar-Filter {
    text-align: center; }
    #BAZAAR-DEFAULT .Bazaar-Filter ul {
      position: relative;
      display: block;
      text-align: left;
      list-style: none;
      margin: 0;
      padding: 0;
      *zoom: 1; }
      #BAZAAR-DEFAULT .Bazaar-Filter ul:before, #BAZAAR-DEFAULT .Bazaar-Filter ul:after {
        content: " ";
        display: table; }
      #BAZAAR-DEFAULT .Bazaar-Filter ul:after {
        clear: both; }
      #BAZAAR-DEFAULT .Bazaar-Filter ul li {
        display: block;
        width: 100%; }
        @media screen and (min-width: 768px) {
          #BAZAAR-DEFAULT .Bazaar-Filter ul li {
            width: 25%;
            float: left; } }
        @media screen and (min-width: 992px) {
          #BAZAAR-DEFAULT .Bazaar-Filter ul li {
            width: 100%; } }
        #BAZAAR-DEFAULT .Bazaar-Filter ul li._title {
          margin-left: 0;
          cursor: pointer; }
          #BAZAAR-DEFAULT .Bazaar-Filter ul li._title:first-child h4 {
            margin-top: 0; }
          #BAZAAR-DEFAULT .Bazaar-Filter ul li._title h4 {
            color: #303234;
            font-size: 28px;
            margin: 0;
            margin-bottom: 5px;
            padding: 0;
            text-align: center; }
            @media screen and (min-width: 992px) {
              #BAZAAR-DEFAULT .Bazaar-Filter ul li._title h4 {
                text-align: left;
                margin-top: 26px; } }
            #BAZAAR-DEFAULT .Bazaar-Filter ul li._title h4._active {
              color: #32618d;
              /* text color */ }
          #BAZAAR-DEFAULT .Bazaar-Filter ul li._title span._symbol {
            display: inline-block;
            margin-left: 8px; }
            #BAZAAR-DEFAULT .Bazaar-Filter ul li._title span._symbol:before {
              content: "+"; }
            #BAZAAR-DEFAULT .Bazaar-Filter ul li._title span._symbol._active:before {
              content: "_";
              font-size: 18px;
              font-weight: 800;
              position: relative;
              top: -12px;
              left: 2px; }
        #BAZAAR-DEFAULT .Bazaar-Filter ul li ul {
          display: none;
          margin: 0;
          padding: 0; }
          @media screen and (min-width: 992px) {
            #BAZAAR-DEFAULT .Bazaar-Filter ul li ul._md-block {
              display: block; } }
          #BAZAAR-DEFAULT .Bazaar-Filter ul li ul li {
            display: block;
            list-style: none;
            width: 100%;
            margin-bottom: 2px; }
            #BAZAAR-DEFAULT .Bazaar-Filter ul li ul li._two-column label {
              width: 100%; }
              @media screen and (min-width: 992px) {
                #BAZAAR-DEFAULT .Bazaar-Filter ul li ul li._two-column label {
                  width: 46%; } }
        #BAZAAR-DEFAULT .Bazaar-Filter ul li label {
          display: inline-block;
          width: 100%;
          color: #2f3233;
          /* text color */
          font-size: 14px;
          margin-right: 2%;
          white-space: nowrap;
          overflow: hidden;
          vertical-align: middle;
          text-overflow: ellipsis; }
        #BAZAAR-DEFAULT .Bazaar-Filter ul li input[type="checkbox"]:not(.onoffswitch-checkbox) + label:before {
          content: url("../img/checkbox-small.png");
          display: inline-block;
          width: 19px;
          height: 15px;
          margin: -1px 9px 0 0;
          vertical-align: middle;
          cursor: pointer;
          position: relative;
          top: -2px; }
        #BAZAAR-DEFAULT .Bazaar-Filter ul li input[type="checkbox"]:not(.onoffswitch-checkbox):checked + label:before {
          content: url("../img/checkbox-small-checked.png"); }
    #BAZAAR-DEFAULT .Bazaar-Filter ._filter-btn {
      position: relative;
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 20px; }
      #BAZAAR-DEFAULT .Bazaar-Filter ._filter-btn input {
        position: relative;
        display: block;
        margin: auto;
        padding: 10px 0;
        padding-right: 46px;
        padding-left: 52px;
        border: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px;
        color: #fff;
        background-color: #32618d; }
      #BAZAAR-DEFAULT .Bazaar-Filter ._filter-btn i {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        top: 0px;
        bottom: 0;
        left: 17px;
        color: #fff;
        font-size: 20px;
        z-index: 999;
        margin: auto; }
  #BAZAAR-DEFAULT .Bazaar-List-Wrapper h2 {
    color: #32618d;
    font-size: 38px;
    margin-top: 0em;
    margin-bottom: 0.26em;
    text-align: center; }
    @media screen and (min-width: 992px) {
      #BAZAAR-DEFAULT .Bazaar-List-Wrapper h2 {
        text-align: left; } }
  #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 1em;
    padding-bottom: 2.7em;
    *zoom: 1; }
    #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul:before, #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul:after {
      content: " ";
      display: table; }
    #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul:after {
      clear: both; }
    #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li {
      position: relative;
      display: table;
      width: 50%;
      height: 100%;
      float: left;
      list-style: none;
      margin-bottom: 26px;
      *zoom: 1; }
      #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li:before, #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li:after {
        content: " ";
        display: table; }
      #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li:after {
        clear: both; }
      #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li._load-more-li {
        width: 100% !important;
        text-align: center; }
        @media screen and (min-width: 992px) {
          #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li._load-more-li {
            text-align: left; } }
      #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li a._load-more {
        display: block;
        color: #32618d;
        /* text color */
        font-size: 16px;
        font-weight: 400;
        padding-top: 11px;
        text-decoration: underline; }
        #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li a._load-more:hover {
          text-decoration: none; }
      #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li ._image {
        position: relative;
        display: table-cell;
        width: 50px;
        text-align: center;
        vertical-align: top; }
        #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li ._image img {
          position: relative;
          display: inline-block;
          width: 100%;
          height: auto;
          top: 0;
          vertical-align: middle; }
      #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li ._text-wrapper {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding-left: 11px; }
        #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li ._text-wrapper ._small {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 12px;
          line-height: 18px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */ }
          #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li ._text-wrapper ._small ._label {
            line-height: 11px; }
        #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li ._text-wrapper ._link {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */
          text-decoration: underline; }
          #BAZAAR-DEFAULT .Bazaar-AdvertisementList ul li ._text-wrapper ._link:hover {
            text-decoration: none; }
  #BAZAAR-DEFAULT .Bazaar-AdvertisementList._wide ul {
    padding-top: 0.4em;
    padding-bottom: 0.1em; }
    #BAZAAR-DEFAULT .Bazaar-AdvertisementList._wide ul li {
      width: 100%; }
      @media screen and (min-width: 768px) {
        #BAZAAR-DEFAULT .Bazaar-AdvertisementList._wide ul li {
          width: 50%; } }
      @media screen and (min-width: 992px) {
        #BAZAAR-DEFAULT .Bazaar-AdvertisementList._wide ul li {
          width: 100%; } }
  #BAZAAR-DEFAULT ._label {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    border-radius: 8px;
    /* border radius */
    color: #fff;
    /* text color */
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-align: center; }
    #BAZAAR-DEFAULT ._label._color-blue {
      background-color: #31618d;
      /* layer fill content */ }
    #BAZAAR-DEFAULT ._label._color-red {
      background-color: #f3192f;
      /* layer fill content */ }
    #BAZAAR-DEFAULT ._label._color-grey {
      background-color: #c0c0c0; }
    #BAZAAR-DEFAULT ._label._color-green {
      background-color: #328d38; }
    #BAZAAR-DEFAULT ._label._color-black {
      background-color: #303234; }
    #BAZAAR-DEFAULT ._label._color-khaky {
      background-color: #989958; }

#BAZAAR-DETAIL {
  margin-bottom: 50px; }
  #BAZAAR-DETAIL .PageDescription {
    margin-bottom: 0; }
    @media screen and (min-width: 992px) {
      #BAZAAR-DETAIL .PageDescription h1 {
        font-size: 55px; } }
  #BAZAAR-DETAIL ._header {
    position: relative;
    display: block;
    vertical-align: middle;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 35px; }
    @media screen and (min-width: 768px) {
      #BAZAAR-DETAIL ._header {
        margin-bottom: 0; } }
    @media screen and (min-width: 992px) {
      #BAZAAR-DETAIL ._header {
        margin-left: 0px;
        margin-right: 0px; } }
    #BAZAAR-DETAIL ._header ._date {
      position: relative;
      display: inline-block;
      color: #2f3233;
      /* text color */
      font-size: 16px;
      line-height: 20px;
      padding: 17px 36px;
      border-right: 1px solid #f0f0f0; }
      #BAZAAR-DETAIL ._header ._date i {
        position: relative;
        display: inline-block;
        top: 3px;
        color: #c0c0c0;
        /* text color */
        font-size: 20px;
        line-height: 20px;
        margin-right: 7px; }
    #BAZAAR-DETAIL ._header ._author {
      position: relative;
      display: inline-block;
      margin-left: 5%;
      max-width: 37%;
      vertical-align: middle; }
      @media screen and (min-width: 768px) {
        #BAZAAR-DETAIL ._header ._author {
          margin-left: 30px;
          max-width: 100%; } }
      #BAZAAR-DETAIL ._header ._author a {
        position: relative;
        display: inline-block;
        padding-left: 36px;
        color: #184169;
        /* text color */
        font-size: 16px;
        line-height: 25px;
        text-decoration: underline;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%; }
        #BAZAAR-DETAIL ._header ._author a:hover {
          text-decoration: none; }
        #BAZAAR-DETAIL ._header ._author a img {
          position: absolute;
          display: block;
          top: 0;
          bottom: 0;
          width: 26px;
          left: 0; }
    #BAZAAR-DETAIL ._header ._right-side {
      position: absolute;
      display: inline-block;
      width: auto;
      height: 57px;
      top: 57px;
      left: 0;
      right: 0px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #BAZAAR-DETAIL ._header ._right-side {
          top: 0;
          left: auto;
          right: 19px;
          text-align: right; } }
      #BAZAAR-DETAIL ._header ._right-side ._Facebook-Wrapper {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        top: 21px;
        margin-right: 18px; }
      #BAZAAR-DETAIL ._header ._right-side ._label {
        top: 20px;
        vertical-align: middle; }
  #BAZAAR-DETAIL ._label {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    border-radius: 8px;
    /* border radius */
    color: #fff;
    /* text color */
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-shadow: none;
    text-align: center; }
    #BAZAAR-DETAIL ._label._color-blue {
      background-color: #31618d;
      /* layer fill content */ }
    #BAZAAR-DETAIL ._label._color-red {
      background-color: #f3192f;
      /* layer fill content */ }
    #BAZAAR-DETAIL ._label._color-grey {
      background-color: #c0c0c0; }
    #BAZAAR-DETAIL ._label._color-green {
      background-color: #328d38; }
    #BAZAAR-DETAIL ._label._color-black {
      background-color: #303234; }
    #BAZAAR-DETAIL ._label._color-khaky {
      background-color: #989958; }
  #BAZAAR-DETAIL ._column-wrapper {
    position: relative;
    display: block;
    margin-top: 35px;
    *zoom: 1; }
    @media screen and (min-width: 768px) {
      #BAZAAR-DETAIL ._column-wrapper {
        margin-bottom: 50px; } }
    #BAZAAR-DETAIL ._column-wrapper:before, #BAZAAR-DETAIL ._column-wrapper:after {
      content: " ";
      display: table; }
    #BAZAAR-DETAIL ._column-wrapper:after {
      clear: both; }
    #BAZAAR-DETAIL ._column-wrapper ._column {
      position: relative;
      display: block;
      float: left; }
      #BAZAAR-DETAIL ._column-wrapper ._column._column-alpha {
        width: 100%; }
        @media screen and (min-width: 768px) {
          #BAZAAR-DETAIL ._column-wrapper ._column._column-alpha {
            width: 40%; } }
        @media screen and (min-width: 992px) {
          #BAZAAR-DETAIL ._column-wrapper ._column._column-alpha {
            width: 42%; } }
      #BAZAAR-DETAIL ._column-wrapper ._column._column-omega {
        width: 100%;
        margin-top: 20px; }
        @media screen and (min-width: 768px) {
          #BAZAAR-DETAIL ._column-wrapper ._column._column-omega {
            width: 58%;
            left: 2%;
            margin-top: 0px; } }
        @media screen and (min-width: 992px) {
          #BAZAAR-DETAIL ._column-wrapper ._column._column-omega {
            width: 54%;
            left: 4%; } }
  #BAZAAR-DETAIL .Bazaar-TableInfo {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-right: 16px;
    padding-bottom: 16px;
    background: #fff; }
    #BAZAAR-DETAIL .Bazaar-TableInfo ._item {
      position: relative;
      display: table;
      width: 100%;
      margin-bottom: 6px; }
      #BAZAAR-DETAIL .Bazaar-TableInfo ._item strong {
        position: relative;
        display: table-cell;
        color: #2f3233;
        /* text color */
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        text-shadow: 0 1px 0 #fff;
        /* drop shadow */
        width: 53%;
        padding-right: 6%;
        text-align: right;
        vertical-align: top; }
        @media screen and (min-width: 992px) {
          #BAZAAR-DETAIL .Bazaar-TableInfo ._item strong {
            width: 45%;
            font-size: 16px; } }
      #BAZAAR-DETAIL .Bazaar-TableInfo ._item span._table-cell {
        position: relative;
        display: table-cell;
        height: auto;
        color: #2f3233;
        /* text color */
        font-size: 16px;
        line-height: 24px;
        text-shadow: 0 1px 0 #fff;
        /* drop shadow */
        width: 47%;
        text-align: left;
        vertical-align: top;
        overflow: hidden; }
        @media screen and (min-width: 992px) {
          #BAZAAR-DETAIL .Bazaar-TableInfo ._item span._table-cell {
            width: 55%;
            font-size: 16px; } }
        #BAZAAR-DETAIL .Bazaar-TableInfo ._item span._table-cell a {
          color: #32618d;
          /* text color */
          font-size: 16px;
          text-decoration: underline; }
          #BAZAAR-DETAIL .Bazaar-TableInfo ._item span._table-cell a:hover {
            text-decoration: none; }
        #BAZAAR-DETAIL .Bazaar-TableInfo ._item span._table-cell ._label {
          line-height: 11px; }
  #BAZAAR-DETAIL .Advertisement-Price {
    position: relative;
    display: block;
    color: #32618d;
    /* text color */
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 32px;
    background: #fff;
    border-top: 1px solid #f0f0f0; }
    #BAZAAR-DETAIL .Advertisement-Price i {
      position: relative;
      display: inline-block;
      top: 4px;
      color: #c0c0c0;
      margin-right: 16px; }
    #BAZAAR-DETAIL .Advertisement-Price ._grey {
      color: #c0c0c0; }
  #BAZAAR-DETAIL .Advertisement-Image {
    position: relative;
    display: block;
    margin-top: 30px;
    padding: 12px;
    background: #fff; }
  #BAZAAR-DETAIL ._desc p {
    color: #6f6f6f;
    /* text color */
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
    margin-bottom: 12px; }
    #BAZAAR-DETAIL ._desc p a {
      color: #32618d;
      font-size: 14px;
      line-height: 21px;
      text-decoration: underline; }
      @media (min-width: 992px) {
        #BAZAAR-DETAIL ._desc p a:hover {
          text-decoration: none; } }
  #BAZAAR-DETAIL a._camera-link {
    display: inline-block;
    width: 100%;
    color: #32618d;
    /* text color */
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline; }
    #BAZAAR-DETAIL a._camera-link:hover {
      text-decoration: none; }
  #BAZAAR-DETAIL a._more-link {
    display: inline-block;
    width: 100%;
    color: #32618d;
    /* text color */
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline; }
    #BAZAAR-DETAIL a._more-link:hover {
      text-decoration: none; }
  #BAZAAR-DETAIL ._line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #cfcfcf;
    border: 0;
    margin: 29px 0; }
  #BAZAAR-DETAIL ._contact {
    position: relative;
    display: block;
    color: #2f3233;
    /* text color */
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 11px; }
    #BAZAAR-DETAIL ._contact._email {
      color: #32618d;
      /* text color */
      text-decoration: underline; }
      #BAZAAR-DETAIL ._contact._email:hover {
        text-decoration: none; }
    #BAZAAR-DETAIL ._contact i {
      position: relative;
      display: inline-block;
      color: #9f9f9f;
      font-size: 19px;
      margin-left: 14px;
      margin-right: 13px;
      line-height: 19px;
      vertical-align: middle; }
  #BAZAAR-DETAIL .Bazaar-List-Wrapper h2 {
    color: #32618d;
    font-size: 38px;
    margin-top: 1.05em;
    margin-bottom: 0.26em;
    text-align: center; }
    @media screen and (min-width: 992px) {
      #BAZAAR-DETAIL .Bazaar-List-Wrapper h2 {
        text-align: left; } }
  #BAZAAR-DETAIL .Bazaar-AdvertisementList ul {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 1em;
    padding-bottom: 2.7em;
    *zoom: 1; }
    #BAZAAR-DETAIL .Bazaar-AdvertisementList ul:before, #BAZAAR-DETAIL .Bazaar-AdvertisementList ul:after {
      content: " ";
      display: table; }
    #BAZAAR-DETAIL .Bazaar-AdvertisementList ul:after {
      clear: both; }
    #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li {
      position: relative;
      display: table;
      width: 50%;
      height: 100%;
      float: left;
      list-style: none;
      margin-bottom: 26px;
      *zoom: 1; }
      #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li:before, #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li:after {
        content: " ";
        display: table; }
      #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li:after {
        clear: both; }
      #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li._load-more-li {
        width: 100% !important;
        text-align: center; }
        @media screen and (min-width: 992px) {
          #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li._load-more-li {
            text-align: left; } }
      #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li a._load-more {
        display: block;
        color: #32618d;
        /* text color */
        font-size: 16px;
        font-weight: 400;
        padding-top: 11px;
        text-decoration: underline; }
        #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li a._load-more:hover {
          text-decoration: none; }
      #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li ._image {
        position: relative;
        display: table-cell;
        width: 50px;
        text-align: center;
        vertical-align: top; }
        #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li ._image img {
          position: relative;
          display: inline-block;
          width: 100%;
          height: auto;
          top: 0;
          vertical-align: middle; }
      #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li ._text-wrapper {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding-left: 11px; }
        #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li ._text-wrapper ._small {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 12px;
          line-height: 18px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */ }
          #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li ._text-wrapper ._small ._label {
            line-height: 11px; }
        #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li ._text-wrapper ._link {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */
          text-decoration: underline; }
          #BAZAAR-DETAIL .Bazaar-AdvertisementList ul li ._text-wrapper ._link:hover {
            text-decoration: none; }
  #BAZAAR-DETAIL .Bazaar-AdvertisementList._wide ul {
    padding-top: 0.4em;
    padding-bottom: 0.1em; }
    #BAZAAR-DETAIL .Bazaar-AdvertisementList._wide ul li {
      width: 100%; }
      @media screen and (min-width: 768px) {
        #BAZAAR-DETAIL .Bazaar-AdvertisementList._wide ul li {
          width: 50%; } }
      @media screen and (min-width: 992px) {
        #BAZAAR-DETAIL .Bazaar-AdvertisementList._wide ul li {
          width: 100%; } }

#BAZAAR-MANAGE {
  margin-bottom: 50px; }
  #BAZAAR-MANAGE .PageDescription {
    margin-bottom: 0; }
    @media screen and (min-width: 992px) {
      #BAZAAR-MANAGE .PageDescription h1 {
        font-size: 55px; } }
  #BAZAAR-MANAGE .page-content {
    margin-top: 20px;
    margin-bottom: 28px;
    padding-top: 20px; }
    #BAZAAR-MANAGE .page-content._padding-bottom {
      padding-bottom: 21px; }
  #BAZAAR-MANAGE ._label-left label {
    text-align: left; }
  #BAZAAR-MANAGE .select2-default {
    color: #6f6f6f !important; }
  #BAZAAR-MANAGE .select2-container {
    padding: 4px 7px; }
  #BAZAAR-MANAGE ._none-margin-left {
    margin-left: 0; }
  #BAZAAR-MANAGE .form-group label {
    font-weight: bold; }
  #BAZAAR-MANAGE ._label-normal label {
    font-weight: 400; }
  @media screen and (min-width: 992px) {
    #BAZAAR-MANAGE ._label-normal._wide {
      width: 134%; }
      #BAZAAR-MANAGE ._label-normal._wide .col-sm-4 {
        width: 33.33333%; } }
  @media screen and (min-width: 992px) {
    #BAZAAR-MANAGE ._medium {
      width: 50%; } }
  #BAZAAR-MANAGE textarea {
    resize: vertical;
    padding: 10px 15px;
    line-height: 21px; }
    @media screen and (min-width: 992px) {
      #BAZAAR-MANAGE textarea._wide {
        width: 134%; } }
  #BAZAAR-MANAGE div#dk_container_frm-advertisementForm-location_id a[data-dk-dropdown-value~="1"], #BAZAAR-MANAGE div#dk_container_frm-advertisementForm-location_id a[data-dk-dropdown-value~="2"], #BAZAAR-MANAGE div#dk_container_frm-advertisementForm-location_id a[data-dk-dropdown-value~="3"] {
    font-weight: bold; }
  #BAZAAR-MANAGE .Bazaar-UploadBtnWrapper {
    margin-bottom: 50px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      #BAZAAR-MANAGE .Bazaar-UploadBtnWrapper {
        text-align: left;
        margin-left: -15px; } }
    #BAZAAR-MANAGE .Bazaar-UploadBtnWrapper input {
      position: relative;
      display: inline-block;
      width: 100%;
      margin: auto; }
      @media screen and (min-width: 768px) {
        #BAZAAR-MANAGE .Bazaar-UploadBtnWrapper input {
          width: 35%;
          margin: 0 5px; } }
      @media screen and (min-width: 992px) {
        #BAZAAR-MANAGE .Bazaar-UploadBtnWrapper input {
          width: 38%;
          margin: 0; }
          #BAZAAR-MANAGE .Bazaar-UploadBtnWrapper input:nth-child(2) {
            margin-left: 10px; } }
    #BAZAAR-MANAGE .Bazaar-UploadBtnWrapper .btn-wide {
      padding: 19px 45px;
      font-size: 14px;
      margin-bottom: 10px; }
  #BAZAAR-MANAGE .simple-file-upload .BtnBox-IconButton {
    position: relative;
    padding-top: 20px;
    padding-bottom: 0; }
  #BAZAAR-MANAGE .simple-file-upload input[type="file"] {
    width: 100%;
    height: 53px;
    margin-top: 20px; }
  #BAZAAR-MANAGE ._restrictionsDescription {
    position: relative;
    display: block;
    color: #2f3233;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    margin: 20px 0;
    padding: 10px 0;
    background: #fff; }
    #BAZAAR-MANAGE ._restrictionsDescription ul {
      position: relative;
      margin: 0;
      margin-bottom: 10px;
      padding: 0;
      padding-left: 25px;
      padding-top: 7px;
      *zoom: 1; }
      #BAZAAR-MANAGE ._restrictionsDescription ul:before, #BAZAAR-MANAGE ._restrictionsDescription ul:after {
        content: " ";
        display: table; }
      #BAZAAR-MANAGE ._restrictionsDescription ul:after {
        clear: both; }
      #BAZAAR-MANAGE ._restrictionsDescription ul li {
        position: relative;
        display: list-item;
        float: left;
        list-style: disc;
        font-size: 18px;
        color: #32618d;
        margin-bottom: 0px;
        width: 92%;
        margin-right: 4%;
        margin-left: 4%; }
        #BAZAAR-MANAGE ._restrictionsDescription ul li span {
          position: relative;
          display: block;
          color: #6f6f6f;
          /* text color */
          font-size: 14px;
          font-weight: 400; }
          #BAZAAR-MANAGE ._restrictionsDescription ul li span strong {
            font-weight: 600; }
    #BAZAAR-MANAGE ._restrictionsDescription p {
      color: #6f6f6f;
      /* text color */
      font-size: 14px;
      line-height: 21px;
      font-weight: 400;
      width: 89%;
      margin: auto;
      margin-bottom: 10px; }
      #BAZAAR-MANAGE ._restrictionsDescription p a {
        font-size: 14px;
        color: #32618d;
        font-weight: 400;
        text-decoration: underline; }
        #BAZAAR-MANAGE ._restrictionsDescription p a:hover {
          text-decoration: none; }
  #BAZAAR-MANAGE .Advertisement-Image {
    position: relative;
    display: block;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    height: 100%;
    background: #fff; }
    #BAZAAR-MANAGE .Advertisement-Image ._cover {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100%; }
      #BAZAAR-MANAGE .Advertisement-Image ._cover:hover .btn.enable-remove {
        display: inline-block; }
      #BAZAAR-MANAGE .Advertisement-Image ._cover img {
        display: block;
        width: 100%; }
      #BAZAAR-MANAGE .Advertisement-Image ._cover .btn {
        display: none;
        position: absolute;
        bottom: 12px;
        right: 0px;
        color: #fff; }
      #BAZAAR-MANAGE .Advertisement-Image ._cover ._edit-image {
        /* display: none; */
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 100%;
        text-align: center; }
        #BAZAAR-MANAGE .Advertisement-Image ._cover ._edit-image .vCenter-cell {
          text-decoration: none !important; }
          #BAZAAR-MANAGE .Advertisement-Image ._cover ._edit-image .vCenter-cell span {
            text-decoration: underline; }
      #BAZAAR-MANAGE .Advertisement-Image ._cover .Advertisement-Image-Message {
        position: absolute;
        display: none;
        margin: 10px auto;
        color: white;
        padding: 5px 20px;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        z-index: 5;
        left: 0;
        right: 0;
        background-color: #3F4244; }
  #BAZAAR-MANAGE ._no-top {
    padding-top: 20px; }
  #BAZAAR-MANAGE ._small-bottom {
    padding-bottom: 0px; }
  #BAZAAR-MANAGE ._margin-bottom {
    display: block;
    margin-bottom: 15px; }
  #BAZAAR-MANAGE ._addon {
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e6e6e6;
    /* box-shadow: inset 0 1px 3px rgba(0, 0, 1, 0.1); */
    z-index: 9;
    height: 33px;
    line-height: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 992px) {
      #BAZAAR-MANAGE ._addon {
        right: auto;
        left: 49%; } }

#HOMEPAGE-DEFAULT {
  margin-bottom: 2em; }
  #HOMEPAGE-DEFAULT .Article-LastArticle {
    margin-bottom: 30px; }
    #HOMEPAGE-DEFAULT .Article-LastArticle .article-list-item {
      background-color: #fff;
      padding: 21px 26px; }
      #HOMEPAGE-DEFAULT .Article-LastArticle .article-list-item h3 {
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      #HOMEPAGE-DEFAULT .Article-LastArticle .article-list-item .article-perex-content {
        margin-top: 0; }
      #HOMEPAGE-DEFAULT .Article-LastArticle .article-list-item ._content p, #HOMEPAGE-DEFAULT .Article-LastArticle .article-list-item ._content ul, #HOMEPAGE-DEFAULT .Article-LastArticle .article-list-item ._content strong, #HOMEPAGE-DEFAULT .Article-LastArticle .article-list-item ._content a:not(.btn) {
        font-size: 16px;
        line-height: 24px;
        text-align: left; }
    #HOMEPAGE-DEFAULT .Article-LastArticle .icon-rarr-white {
      top: -4px; }
    #HOMEPAGE-DEFAULT .Article-LastArticle .btn-light {
      font-size: 14px; }
  @media screen and (min-width: 768px) {
    #HOMEPAGE-DEFAULT {
      margin-bottom: 10px; } }
  @media screen and (min-width: 992px) {
    #HOMEPAGE-DEFAULT {
      margin-bottom: 50px; } }
  @media (min-width: 992px) {
    #HOMEPAGE-DEFAULT .container {
      width: 100%; } }
  @media (min-width: 1200px) {
    #HOMEPAGE-DEFAULT .container {
      width: 1170px; } }
  @media screen and (min-width: 992px) {
    #HOMEPAGE-DEFAULT .visible-md {
      display: none !important; } }
  @media (min-width: 1200px) {
    #HOMEPAGE-DEFAULT .visible-md {
      display: block !important; } }
  #HOMEPAGE-DEFAULT .col-md-8-hp {
    width: 100%; }
    @media (min-width: 1200px) {
      #HOMEPAGE-DEFAULT .col-md-8-hp {
        width: 66.66667%; } }
  #HOMEPAGE-DEFAULT .col-md-9-hp {
    width: 100%; }
    @media (min-width: 1200px) {
      #HOMEPAGE-DEFAULT .col-md-9-hp {
        width: 75%; } }
  @media (min-width: 992px) {
    #HOMEPAGE-DEFAULT .col-md-9-hp-down {
      width: 520px;
      padding-right: 0; } }
  @media (min-width: 1200px) {
    #HOMEPAGE-DEFAULT .col-md-9-hp-down {
      width: 75%;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    #HOMEPAGE-DEFAULT .col-md-4-hp {
      width: 50%; } }
  @media (min-width: 1200px) {
    #HOMEPAGE-DEFAULT .col-md-4-hp {
      width: 33.33333%; } }
  #HOMEPAGE-DEFAULT ._mobile-position-1 {
    position: relative;
    display: block;
    *zoom: 1; }
    #HOMEPAGE-DEFAULT ._mobile-position-1:before, #HOMEPAGE-DEFAULT ._mobile-position-1:after {
      content: " ";
      display: table; }
    #HOMEPAGE-DEFAULT ._mobile-position-1:after {
      clear: both; }
  #HOMEPAGE-DEFAULT ._content-top {
    margin-top: 20px; }
    @media screen and (min-width: 992px) {
      #HOMEPAGE-DEFAULT ._content-top {
        margin-top: 30px; } }
  #HOMEPAGE-DEFAULT ._invisible-xs {
    display: none; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT ._invisible-xs {
        display: block; } }
  #HOMEPAGE-DEFAULT .Article-LastArticle {
    margin-bottom: 0px; }
    #HOMEPAGE-DEFAULT .Article-LastArticle .article-title h3 {
      font-size: 30px;
      color: #2f3233;
      margin: 0;
      margin-bottom: 10px;
      text-align: left;
      line-height: 34px; }
    #HOMEPAGE-DEFAULT .Article-LastArticle ._table {
      position: relative;
      display: block;
      margin-left: 17px;
      margin-right: 12px;
      margin-bottom: 18px;
      *zoom: 1; }
      #HOMEPAGE-DEFAULT .Article-LastArticle ._table:before, #HOMEPAGE-DEFAULT .Article-LastArticle ._table:after {
        content: " ";
        display: table; }
      #HOMEPAGE-DEFAULT .Article-LastArticle ._table:after {
        clear: both; }
      @media screen and (min-width: 768px) {
        #HOMEPAGE-DEFAULT .Article-LastArticle ._table {
          display: table;
          height: 95px; } }
      @media screen and (min-width: 992px) {
        #HOMEPAGE-DEFAULT .Article-LastArticle ._table {
          height: auto; } }
    #HOMEPAGE-DEFAULT .Article-LastArticle ._image, #HOMEPAGE-DEFAULT .Article-LastArticle ._text {
      display: block; }
      @media screen and (min-width: 768px) {
        #HOMEPAGE-DEFAULT .Article-LastArticle ._image, #HOMEPAGE-DEFAULT .Article-LastArticle ._text {
          display: table-cell;
          vertical-align: top; } }
    #HOMEPAGE-DEFAULT .Article-LastArticle ._image {
      position: relative;
      width: 100%;
      padding-top: 35px; }
      #HOMEPAGE-DEFAULT .Article-LastArticle ._image img {
        max-width: 100%;
        height: auto;
        width: auto;
        max-height: 130px;
        position: relative;
        display: block;
        margin: auto; }
      @media screen and (min-width: 768px) {
        #HOMEPAGE-DEFAULT .Article-LastArticle ._image {
          display: none;
          padding-top: 0px; } }
      @media screen and (min-width: 992px) {
        #HOMEPAGE-DEFAULT .Article-LastArticle ._image {
          display: table-cell;
          width: 192px;
          padding-right: 22px; } }
    #HOMEPAGE-DEFAULT .Article-LastArticle ._text {
      position: absolute;
      top: 0; }
      @media screen and (min-width: 768px) {
        #HOMEPAGE-DEFAULT .Article-LastArticle ._text {
          position: relative;
          top: auto; } }
      @media screen and (min-width: 768px) {
        #HOMEPAGE-DEFAULT .Article-LastArticle ._text ._text-wrapper {
          height: 65px;
          overflow: hidden; } }
      @media screen and (min-width: 992px) {
        #HOMEPAGE-DEFAULT .Article-LastArticle ._text ._text-wrapper {
          height: 105px;
          overflow: hidden; } }
      #HOMEPAGE-DEFAULT .Article-LastArticle ._text p {
        display: none; }
        @media screen and (min-width: 768px) {
          #HOMEPAGE-DEFAULT .Article-LastArticle ._text p {
            display: block; } }
    #HOMEPAGE-DEFAULT .Article-LastArticle .article-perex-text p {
      color: #2f3233;
      /* text color */
      font-size: 14px;
      line-height: 21px;
      margin: 0; }
    #HOMEPAGE-DEFAULT .Article-LastArticle .article-perex-text ul li {
      line-height: 12px;
      margin-bottom: 5px;
      margin-right: 5px; }
      #HOMEPAGE-DEFAULT .Article-LastArticle .article-perex-text ul li ._label {
        top: -1px; }
    #HOMEPAGE-DEFAULT .Article-LastArticle .article-perex-text .btn.btn-light {
      text-align: center;
      padding-left: 20px; }
      @media screen and (min-width: 768px) {
        #HOMEPAGE-DEFAULT .Article-LastArticle .article-perex-text .btn.btn-light {
          text-align: left;
          padding-left: 15px;
          min-width: 175px; } }
      #HOMEPAGE-DEFAULT .Article-LastArticle .article-perex-text .btn.btn-light .icon {
        margin-left: 24px;
        margin-right: 0;
        top: 0px;
        display: none; }
        @media screen and (min-width: 768px) {
          #HOMEPAGE-DEFAULT .Article-LastArticle .article-perex-text .btn.btn-light .icon {
            display: inline-block; } }
  #HOMEPAGE-DEFAULT ._no-xs-padding {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT ._no-xs-padding {
        padding-left: 15px;
        padding-right: 15px; } }
  #HOMEPAGE-DEFAULT ._no-left-padding {
    padding-left: 0; }
  #HOMEPAGE-DEFAULT ._banner {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    margin: 15px 0;
    background-color: #D8D8D8; }
    @media (min-width: 1200px) {
      #HOMEPAGE-DEFAULT ._banner {
        display: block; } }
    @media (min-width: 768px) {
      #HOMEPAGE-DEFAULT ._banner._placeholder {
        display: block; } }
    #HOMEPAGE-DEFAULT ._banner._banner-smallTop {
      margin-top: 0em; }
      #HOMEPAGE-DEFAULT ._banner._banner-smallTop .Placeholder-wrapper {
        max-height: none;
        margin-top: 0.5em; }
    #HOMEPAGE-DEFAULT ._banner._banner-bottom {
      margin-bottom: 28px; }
    #HOMEPAGE-DEFAULT ._banner._banner-square {
      width: 265px;
      height: 265px;
      background: transparent; }
      #HOMEPAGE-DEFAULT ._banner._banner-square .Placeholder-wrapper {
        margin: 0;
        margin-top: 0.5em;
        padding: 7.5px; }
        #HOMEPAGE-DEFAULT ._banner._banner-square .Placeholder-wrapper > div {
          height: 250px;
          width: 250px;
          background-color: #D8D8D8; }
    #HOMEPAGE-DEFAULT ._banner._banner-row {
      width: 265px;
      height: 482px;
      max-height: 482px; }
    #HOMEPAGE-DEFAULT ._banner._banner-line {
      width: 847.6px;
      height: 120px;
      margin: 15px 0 auto;
      overflow: hidden;
      text-align: center;
      background: transparent; }
      #HOMEPAGE-DEFAULT ._banner._banner-line .Placeholder-wrapper {
        margin: 0;
        padding: 14px 59.8px; }
        #HOMEPAGE-DEFAULT ._banner._banner-line .Placeholder-wrapper > div {
          height: 90px;
          width: 728px;
          background-color: #D8D8D8; }
  #HOMEPAGE-DEFAULT h2, #HOMEPAGE-DEFAULT h3 {
    color: #32618d;
    margin-top: 0.55em;
    margin-bottom: 0.16em;
    font-size: 42px;
    text-align: left; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT h2, #HOMEPAGE-DEFAULT h3 {
        font-size: 32px; } }
    @media screen and (min-width: 992px) {
      #HOMEPAGE-DEFAULT h2, #HOMEPAGE-DEFAULT h3 {
        text-align: left; } }
  #HOMEPAGE-DEFAULT h2 {
    text-align: center; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT h2 {
        margin-top: 0.2em; } }
    @media screen and (min-width: 992px) {
      #HOMEPAGE-DEFAULT h2 {
        text-align: left; } }
  #HOMEPAGE-DEFAULT h3 {
    text-align: center;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT h3 {
        text-align: left;
        margin-top: 0.55em;
        margin-bottom: 0.16em; } }
  #HOMEPAGE-DEFAULT .ImageOfWeek {
    float: left;
    padding: 0px;
    margin-top: -2px;
    height: 136px;
    width: 136px;
    overflow: hidden;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT .ImageOfWeek {
        width: 219px;
        height: auto;
        max-width: 100%;
        float: none;
        margin-top: 0px;
        padding: 0; } }
    @media screen and (min-width: 992px) {
      #HOMEPAGE-DEFAULT .ImageOfWeek {
        width: 261px; } }
    #HOMEPAGE-DEFAULT .ImageOfWeek a {
      position: relative;
      display: block; }
    #HOMEPAGE-DEFAULT .ImageOfWeek ._hover {
      position: absolute;
      display: block;
      width: 100%;
      bottom: 0;
      padding: 0;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      transition: 0.5s all; }
      #HOMEPAGE-DEFAULT .ImageOfWeek ._hover ._background {
        position: relative;
        display: none;
        width: 100%;
        bottom: 1px;
        padding: 15px;
        background-color: rgba(0, 0, 0, 0.5);
        /* layer fill content */
        color: #fff;
        /* text color */
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 768px) {
          #HOMEPAGE-DEFAULT .ImageOfWeek ._hover ._background {
            display: block; } }
        #HOMEPAGE-DEFAULT .ImageOfWeek ._hover ._background img {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          margin-right: 5px;
          top: -1px; }
  #HOMEPAGE-DEFAULT ._all-photo {
    height: 136px;
    width: 136px;
    line-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    color: #303234;
    float: left;
    margin: 0px 0px;
    margin-top: -2px;
    margin-left: 10px; }
    #HOMEPAGE-DEFAULT ._all-photo .vCenter-table {
      background-color: white;
      text-align: center;
      padding: 10px;
      line-height: 21px; }
      #HOMEPAGE-DEFAULT ._all-photo .vCenter-table ._mobile-more {
        display: block; }
  #HOMEPAGE-DEFAULT .PhotoList {
    margin-bottom: 20px; }
    #HOMEPAGE-DEFAULT .PhotoList._m-top-10 {
      margin-top: 10px; }
    #HOMEPAGE-DEFAULT .PhotoList ul.TileList.TileList {
      width: 101%;
      margin-left: 0;
      margin-right: 0; }
      @media screen and (min-width: 768px) {
        #HOMEPAGE-DEFAULT .PhotoList ul.TileList.TileList {
          width: 102%; } }
      @media screen and (min-width: 992px) {
        #HOMEPAGE-DEFAULT .PhotoList ul.TileList.TileList {
          width: 102%; } }
      @media screen and (min-width: 1200px) {
        #HOMEPAGE-DEFAULT .PhotoList ul.TileList.TileList {
          width: 103.5%; } }
      #HOMEPAGE-DEFAULT .PhotoList ul.TileList.TileList ._item-md {
        display: inline-block;
        width: 50%;
        padding: 0px;
        padding-right: 10px;
        padding-bottom: 10px; }
        @media screen and (min-width: 768px) {
          #HOMEPAGE-DEFAULT .PhotoList ul.TileList.TileList ._item-md {
            width: 33.33333%; } }
        @media screen and (min-width: 992px) {
          #HOMEPAGE-DEFAULT .PhotoList ul.TileList.TileList ._item-md {
            width: 33.33333%;
            float: left;
            display: block; } }
        @media screen and (min-width: 1200px) {
          #HOMEPAGE-DEFAULT .PhotoList ul.TileList.TileList ._item-md {
            width: 50%;
            float: left;
            display: block; } }
      #HOMEPAGE-DEFAULT .PhotoList ul.TileList.TileList ._item-load .vCenter-table {
        padding: 10%; }
    #HOMEPAGE-DEFAULT .PhotoList ul.TileList._sm-2 {
      float: left; }
      @media screen and (min-width: 768px) {
        #HOMEPAGE-DEFAULT .PhotoList ul.TileList._sm-2 {
          margin-top: 0px; } }
      @media screen and (min-width: 992px) {
        #HOMEPAGE-DEFAULT .PhotoList ul.TileList._sm-2 {
          margin-top: 0; } }
      @media screen and (min-width: 768px) {
        #HOMEPAGE-DEFAULT .PhotoList ul.TileList._sm-2 li {
          width: 50% !important; } }
    #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover {
      position: relative;
      display: block; }
      #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover:hover ._hover, #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover:hover ._point {
        opacity: 1; }
      #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover a._block-link {
        position: relative;
        display: block; }
      #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover:nth-child(5), #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover:nth-child(6) {
        display: none; }
      @media screen and (min-width: 768px) {
        #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover:nth-child(5), #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover:nth-child(6) {
          display: block; } }
      @media screen and (min-width: 1200px) {
        #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover:nth-child(5), #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover:nth-child(6) {
          display: none; } }
      #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover ._hover {
        position: absolute;
        display: block;
        opacity: 1;
        width: 100%;
        bottom: 0;
        padding-right: 10px;
        padding-bottom: 10px;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all; }
        @media screen and (min-width: 768px) {
          #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover ._hover {
            padding-right: 10px;
            padding-bottom: 10px; } }
        @media screen and (min-width: 992px) {
          #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover ._hover {
            opacity: 0;
            padding-right: 10px;
            padding-bottom: 10px; } }
        #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover ._hover ._background {
          position: relative;
          display: block;
          width: 100%;
          bottom: 0;
          padding: 4px 10px;
          background-color: rgba(0, 0, 0, 0.5);
          /* layer fill content */
          color: #fff;
          /* text color */
          font-size: 12px;
          line-height: 22px;
          font-weight: 400;
          text-decoration: none;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover ._hover ._background:hover {
            text-decoration: underline; }
          #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover ._hover ._background img {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            height: 20px;
            margin-right: 5px;
            top: -1px; }
      #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover ._point {
        position: absolute;
        display: inline-block;
        opacity: 1;
        width: auto;
        top: 0;
        right: 0;
        margin-right: 10px;
        margin-top: 0px;
        padding: 4px 9px;
        background-color: rgba(0, 0, 0, 0.5);
        /* layer fill content */
        color: #fff;
        /* text color */
        font-size: 12px;
        line-height: 22px;
        font-weight: 400;
        text-decoration: none;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        transition: 0.5s all; }
        @media screen and (min-width: 992px) {
          #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-hover ._point {
            opacity: 0; } }
    #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-author {
      position: relative;
      display: block; }
      #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-author a._block-link {
        position: relative;
        display: block; }
      #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-author ._hover {
        position: absolute;
        display: block;
        opacity: 1;
        top: 7px;
        left: 7px;
        right: 7px;
        bottom: 7px; }
        #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-author ._hover ._background {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          bottom: 0;
          padding: 4px 10px;
          background-color: rgba(0, 0, 0, 0.5);
          /* layer fill content */
          font-family: "League Gothic", sans-serif;
          color: #fff;
          /* text color */
          font-size: 18px;
          line-height: 22px;
          font-weight: 400;
          text-align: center;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          text-decoration: none; }
          #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-author ._hover ._background:hover {
            text-decoration: underline; }
          #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._block-with-author ._hover ._background img {
            position: relative;
            display: block;
            vertical-align: middle;
            width: 45%;
            max-width: 70px;
            height: auto;
            max-height: 70px;
            margin: auto;
            margin-top: 27.5%;
            margin-bottom: 4px; }
    #HOMEPAGE-DEFAULT .PhotoList ul.TileList li._item-load .vCenter-table {
      padding: 10%; }
  @media screen and (min-width: 768px) {
    #HOMEPAGE-DEFAULT .TopAuthor {
      margin-top: 0.5em; } }
  #HOMEPAGE-DEFAULT .TopAuthor img {
    height: 100%;
    max-height: 265px; }
  #HOMEPAGE-DEFAULT .TopAuthor ._block-with-author {
    position: relative;
    display: block; }
    #HOMEPAGE-DEFAULT .TopAuthor ._block-with-author a._block-link {
      position: relative;
      display: block; }
      #HOMEPAGE-DEFAULT .TopAuthor ._block-with-author a._block-link img {
        height: 265px; }
    #HOMEPAGE-DEFAULT .TopAuthor ._block-with-author ._hover {
      position: absolute;
      display: block;
      opacity: 1;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 2px; }
      #HOMEPAGE-DEFAULT .TopAuthor ._block-with-author ._hover ._background {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        bottom: 0;
        padding: 4px 10px;
        background-color: rgba(0, 0, 0, 0.5);
        /* layer fill content */
        font-family: "League Gothic", sans-serif;
        color: #fff;
        /* text color */
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none; }
        #HOMEPAGE-DEFAULT .TopAuthor ._block-with-author ._hover ._background:hover {
          text-decoration: underline; }
        #HOMEPAGE-DEFAULT .TopAuthor ._block-with-author ._hover ._background img {
          position: relative;
          display: block;
          vertical-align: middle;
          width: 45%;
          max-width: 70px;
          height: auto;
          max-height: 70px;
          margin: auto;
          margin-top: 33.5%;
          margin-bottom: 4px; }
  #HOMEPAGE-DEFAULT .List-Wrapper._padding-bottom {
    margin-bottom: 2.5em; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT .List-Wrapper._padding-bottom {
        margin-bottom: 0px; } }
    @media screen and (min-width: 992px) {
      #HOMEPAGE-DEFAULT .List-Wrapper._padding-bottom {
        margin-bottom: 42px; } }
  #HOMEPAGE-DEFAULT .List-Wrapper h3 {
    margin-top: 0.8em;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT .List-Wrapper h3 {
        margin-top: 0.25em; } }
  #HOMEPAGE-DEFAULT .LinkList2 {
    text-align: center; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT .LinkList2 {
        text-align: left; } }
    #HOMEPAGE-DEFAULT .LinkList2 li._load-more-li {
      width: 100% !important;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #HOMEPAGE-DEFAULT .LinkList2 li._load-more-li {
          text-align: left; } }
    #HOMEPAGE-DEFAULT .LinkList2 li small {
      top: -1px;
      font-size: 11px; }
    #HOMEPAGE-DEFAULT .LinkList2 li a {
      font-size: 14px; }
      #HOMEPAGE-DEFAULT .LinkList2 li a._load-more {
        display: block;
        color: #32618d;
        /* text color */
        font-size: 14px;
        font-weight: 400;
        padding-top: 4px;
        text-decoration: underline; }
        #HOMEPAGE-DEFAULT .LinkList2 li a._load-more:hover {
          text-decoration: none; }
  #HOMEPAGE-DEFAULT .TopPhoto .TileList ._item-load:after {
    background-color: #fff; }
  #HOMEPAGE-DEFAULT .TopPhoto .TileList ._item-load a {
    line-height: 22px; }
  #HOMEPAGE-DEFAULT .TopPhoto .TileList ._item-load span._mobile-more {
    display: block; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT .TopPhoto .TileList ._item-load span._mobile-more {
        display: inline-block; } }
  #HOMEPAGE-DEFAULT .Placeholder-wrapper {
    max-height: 136px; }
  #HOMEPAGE-DEFAULT .Mega-pixel-banner {
    position: relative;
    display: block;
    text-align: center;
    background: white; }
    #HOMEPAGE-DEFAULT .Mega-pixel-banner ._logo {
      position: relative;
      display: block;
      width: 150px;
      margin: auto;
      padding-top: 20px; }
    #HOMEPAGE-DEFAULT .Mega-pixel-banner iframe p {
      margin: 0px 0;
      padding: 10px;
      padding-bottom: 15px; }
      #HOMEPAGE-DEFAULT .Mega-pixel-banner iframe p a {
        display: block;
        color: #32618d;
        font-size: 16px;
        font-weight: 400;
        padding-top: 0px;
        text-decoration: underline;
        line-height: 21px; }
    #HOMEPAGE-DEFAULT .Mega-pixel-banner .Placeholder-wrapper {
      max-height: 482px;
      overflow: hidden; }
    #HOMEPAGE-DEFAULT .Mega-pixel-banner .btn {
      position: relative;
      display: inline-block;
      padding: 6px 26px;
      margin-bottom: 20px;
      font-size: 11px;
      line-height: 19px;
      outline: none;
      border: 0;
      font-weight: normal;
      text-transform: none;
      text-decoration: none !important;
      color: #fff;
      background-color: #6f6f6f; }
      #HOMEPAGE-DEFAULT .Mega-pixel-banner .btn:hover {
        background-color: #565656; }
  #HOMEPAGE-DEFAULT ._article-list {
    background-color: #fff;
    padding: 0 23px;
    padding-top: 10px; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT ._article-list {
        padding-top: 0; } }
    #HOMEPAGE-DEFAULT ._article-list ul {
      position: relative;
      margin: 0;
      padding: 0;
      *zoom: 1; }
      #HOMEPAGE-DEFAULT ._article-list ul:before, #HOMEPAGE-DEFAULT ._article-list ul:after {
        content: " ";
        display: table; }
      #HOMEPAGE-DEFAULT ._article-list ul:after {
        clear: both; }
      #HOMEPAGE-DEFAULT ._article-list ul li {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%;
        float: left;
        list-style: none;
        margin-bottom: 9px;
        *zoom: 1; }
        #HOMEPAGE-DEFAULT ._article-list ul li._last {
          margin-bottom: 0; }
        #HOMEPAGE-DEFAULT ._article-list ul li:before, #HOMEPAGE-DEFAULT ._article-list ul li:after {
          content: " ";
          display: table; }
        #HOMEPAGE-DEFAULT ._article-list ul li:after {
          clear: both; }
        #HOMEPAGE-DEFAULT ._article-list ul li ._image {
          position: relative;
          display: table-cell;
          width: 58px;
          padding: 0;
          text-align: center;
          vertical-align: top; }
          #HOMEPAGE-DEFAULT ._article-list ul li ._image img {
            position: relative;
            display: inline-block;
            width: 100%;
            height: auto;
            top: 0;
            vertical-align: middle;
            border: 0; }
        #HOMEPAGE-DEFAULT ._article-list ul li ._text-wrapper {
          position: relative;
          width: 87%;
          display: table-cell;
          vertical-align: middle;
          padding-left: 23px; }
          #HOMEPAGE-DEFAULT ._article-list ul li ._text-wrapper ._small {
            position: relative;
            display: block;
            color: #000;
            /* text color */
            font-size: 12px;
            line-height: 18px;
            font-weight: 400; }
            #HOMEPAGE-DEFAULT ._article-list ul li ._text-wrapper ._small ._label {
              top: -1px;
              margin-right: 5px; }
            #HOMEPAGE-DEFAULT ._article-list ul li ._text-wrapper ._small ._label-date {
              position: relative;
              display: inline-block;
              min-width: 63px;
              color: #000;
              font-family: "Open Sans", sans-serif;
              font-size: 12px;
              line-height: 16px;
              font-weight: 300;
              text-align: left;
              vertical-align: middle;
              background-color: rgba(240, 240, 240, 0.2); }
          #HOMEPAGE-DEFAULT ._article-list ul li ._text-wrapper ._open-sans {
            font-family: "Open Sans", sans-serif;
            font-size: 15px;
            font-weight: 700;
            line-height: 16px;
            text-decoration: none;
            text-transform: none; }
            #HOMEPAGE-DEFAULT ._article-list ul li ._text-wrapper ._open-sans:hover {
              text-decoration: underline; }
          #HOMEPAGE-DEFAULT ._article-list ul li ._text-wrapper ._link {
            position: relative;
            color: #000;
            /* text color */
            font-size: 15px;
            line-height: 24px;
            font-weight: 400;
            text-transform: none;
            text-decoration: underline;
            margin-top: 2px;
            width: 200px;
            display: inline-block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
            @media screen and (min-width: 768px) {
              #HOMEPAGE-DEFAULT ._article-list ul li ._text-wrapper ._link {
                width: 340px; } }
            @media screen and (min-width: 992px) {
              #HOMEPAGE-DEFAULT ._article-list ul li ._text-wrapper ._link {
                width: 410px; } }
            #HOMEPAGE-DEFAULT ._article-list ul li ._text-wrapper ._link:hover {
              text-decoration: none; }
            #HOMEPAGE-DEFAULT ._article-list ul li ._text-wrapper ._link strong {
              font-size: 24px;
              line-height: 24px;
              font-weight: 700;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              text-shadow: none; }
  #HOMEPAGE-DEFAULT .Article-LastArticle .article-list-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0; }
  #HOMEPAGE-DEFAULT .article-perex-bottom {
    background: #fff;
    padding: 15px 20px;
    padding-bottom: 22px;
    *zoom: 1; }
    #HOMEPAGE-DEFAULT .article-perex-bottom:before, #HOMEPAGE-DEFAULT .article-perex-bottom:after {
      content: " ";
      display: table; }
    #HOMEPAGE-DEFAULT .article-perex-bottom:after {
      clear: both; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT .article-perex-bottom {
        margin-bottom: 20px; } }
    @media screen and (min-width: 992px) {
      #HOMEPAGE-DEFAULT .article-perex-bottom {
        margin-bottom: 0; } }
    #HOMEPAGE-DEFAULT .article-perex-bottom .pull-left {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        #HOMEPAGE-DEFAULT .article-perex-bottom .pull-left {
          width: auto;
          text-align: left;
          margin-bottom: 0; } }
    #HOMEPAGE-DEFAULT .article-perex-bottom .pull-right {
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #HOMEPAGE-DEFAULT .article-perex-bottom .pull-right {
          width: auto;
          text-align: right;
          margin-bottom: 0; } }
@-moz-document url-prefix() {
  #HOMEPAGE-DEFAULT .article-perex-bottom .pull-right {
    position: relative;
    top: -2px; } }
    #HOMEPAGE-DEFAULT .article-perex-bottom .btn .pull-right {
      width: auto; }
    #HOMEPAGE-DEFAULT .article-perex-bottom a._link {
      color: #32618d;
      line-height: 31px;
      font-size: 14px;
      margin-left: 6px;
      text-decoration: underline; }
      #HOMEPAGE-DEFAULT .article-perex-bottom a._link:hover {
        text-decoration: none; }
    #HOMEPAGE-DEFAULT .article-perex-bottom a.btn {
      font-size: 14px; }
  #HOMEPAGE-DEFAULT ._overflow {
    overflow: hidden;
    max-height: 140px; }
    #HOMEPAGE-DEFAULT ._overflow .Placeholder-wrapper {
      margin-top: 0; }
  #HOMEPAGE-DEFAULT .LinkList2 ._small {
    line-height: 22px; }
    #HOMEPAGE-DEFAULT .LinkList2 ._small ._label {
      margin-right: 5px;
      top: -1px; }
  #HOMEPAGE-DEFAULT .Gallery-GalleryList ul {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 1em;
    padding-bottom: 2em;
    *zoom: 1; }
    #HOMEPAGE-DEFAULT .Gallery-GalleryList ul:before, #HOMEPAGE-DEFAULT .Gallery-GalleryList ul:after {
      content: " ";
      display: table; }
    #HOMEPAGE-DEFAULT .Gallery-GalleryList ul:after {
      clear: both; }
    #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li {
      position: relative;
      display: table;
      width: 50%;
      height: 100%;
      float: left;
      list-style: none;
      margin-bottom: 11px;
      *zoom: 1; }
      #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li:before, #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li:after {
        content: " ";
        display: table; }
      #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li:after {
        clear: both; }
      #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li a._load-more {
        display: block;
        color: #32618d;
        /* text color */
        font-size: 16px;
        font-weight: 400;
        padding-top: 11px;
        text-decoration: underline; }
        #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li a._load-more:hover {
          text-decoration: none; }
      #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li ._image {
        position: relative;
        display: table-cell;
        width: 50px;
        padding-right: 0;
        text-align: center;
        vertical-align: top; }
        #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li ._image img {
          position: relative;
          display: inline-block;
          width: 100%;
          height: auto;
          top: 0;
          vertical-align: middle; }
      #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li ._text-wrapper {
        position: relative;
        display: table-cell;
        vertical-align: top;
        padding-top: 6px;
        padding-left: 11px; }
        #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li ._text-wrapper ._small {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 12px;
          line-height: 18px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */ }
          #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li ._text-wrapper ._small ._label {
            margin-right: 5px;
            top: -1px; }
        #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li ._text-wrapper ._link {
          position: relative;
          display: block;
          color: #2f3233;
          /* text color */
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          text-shadow: 0 1px 0 #fff;
          /* drop shadow */
          text-decoration: underline; }
          #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li ._text-wrapper ._link:hover {
            text-decoration: none; }
          #HOMEPAGE-DEFAULT .Gallery-GalleryList ul li ._text-wrapper ._link strong {
            font-size: 24px;
            line-height: 24px;
            font-weight: 700;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
  #HOMEPAGE-DEFAULT .Gallery-GalleryList._wide ul {
    padding-top: 0.4em;
    padding-bottom: 0.1em;
    width: 250px;
    display: block;
    margin: auto; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT .Gallery-GalleryList._wide ul {
        width: auto; } }
    #HOMEPAGE-DEFAULT .Gallery-GalleryList._wide ul li {
      width: 100%;
      text-align: left; }
      #HOMEPAGE-DEFAULT .Gallery-GalleryList._wide ul li._load-more-li {
        text-align: center; }
        @media screen and (min-width: 768px) {
          #HOMEPAGE-DEFAULT .Gallery-GalleryList._wide ul li._load-more-li {
            text-align: left; } }
  #HOMEPAGE-DEFAULT .Gallery-GalleryList._xs-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT .Gallery-GalleryList._xs-wide ul li {
        width: 50%; } }
  #HOMEPAGE-DEFAULT .Gallery-GalleryList._sm-wide ul li {
    width: 100%; }
    @media screen and (min-width: 992px) {
      #HOMEPAGE-DEFAULT .Gallery-GalleryList._sm-wide ul li {
        width: 50%; } }
  #HOMEPAGE-DEFAULT .Gallery-GalleryList._md-wide ul li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      #HOMEPAGE-DEFAULT .Gallery-GalleryList._md-wide ul li {
        width: 50%; } }
    @media screen and (min-width: 992px) {
      #HOMEPAGE-DEFAULT .Gallery-GalleryList._md-wide ul li {
        width: 100%; } }
  #HOMEPAGE-DEFAULT ._label {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0px 10px;
    border-radius: 8px;
    /* border radius */
    color: #fff;
    /* text color */
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    text-shadow: none;
    text-align: center; }
    #HOMEPAGE-DEFAULT ._label._color-blue {
      background-color: #31618d;
      /* layer fill content */ }
    #HOMEPAGE-DEFAULT ._label._color-red {
      background-color: #f3192f;
      /* layer fill content */ }
    #HOMEPAGE-DEFAULT ._label._color-grey {
      background-color: #c0c0c0; }
    #HOMEPAGE-DEFAULT ._label._color-green {
      background-color: #328d38; }
    #HOMEPAGE-DEFAULT ._label._color-black {
      background-color: #303234; }
    #HOMEPAGE-DEFAULT ._label._color-khaky {
      background-color: #989958; }

._sm-padding-top {
  margin-top: 0.8em !important; }
  @media screen and (min-width: 768px) {
    ._sm-padding-top {
      margin-top: 0.25em !important; } }

._overflow-md {
  overflow: hidden; }

#STATIC article, ._static-page-wrapper article {
  padding-bottom: 40px; }
#STATIC a, ._static-page-wrapper a {
  color: #32618d;
  text-decoration: underline; }
  #STATIC a:hover, ._static-page-wrapper a:hover {
    text-decoration: none; }
#STATIC .article-buttons, ._static-page-wrapper .article-buttons {
  float: left;
  width: 100%; }
  #STATIC .article-buttons h2, ._static-page-wrapper .article-buttons h2 {
    text-align: center; }
    @media (min-width: 992px) {
      #STATIC .article-buttons h2, ._static-page-wrapper .article-buttons h2 {
        text-align: left; } }
  #STATIC .article-buttons p, ._static-page-wrapper .article-buttons p {
    text-align: center; }
    #STATIC .article-buttons p:nth-child(5), ._static-page-wrapper .article-buttons p:nth-child(5) {
      margin-bottom: 50px; }
      @media (min-width: 992px) {
        #STATIC .article-buttons p:nth-child(5), ._static-page-wrapper .article-buttons p:nth-child(5) {
          margin-bottom: 0; } }
    @media (min-width: 992px) {
      #STATIC .article-buttons p, ._static-page-wrapper .article-buttons p {
        text-align: left; } }
#STATIC h2, ._static-page-wrapper h2 {
  color: #32618d;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: normal;
  margin: 0.67em 0;
  margin-bottom: 0.36em;
  text-align: left; }
  @media screen and (min-width: 992px) {
    #STATIC h2, ._static-page-wrapper h2 {
      text-align: left;
      margin-top: 0.85em; } }
#STATIC h3, ._static-page-wrapper h3 {
  font-size: 32px;
  text-align: left;
  margin-bottom: 0.66em; }
  @media screen and (min-width: 768px) {
    #STATIC h3, ._static-page-wrapper h3 {
      font-size: 42px;
      text-align: left; } }
#STATIC h5, ._static-page-wrapper h5 {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 14px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0.66em; }
  @media screen and (min-width: 768px) {
    #STATIC h5, ._static-page-wrapper h5 {
      font-size: 18px;
      text-align: left; } }
#STATIC h2, ._static-page-wrapper h2 {
  font-size: 32px;
  text-align: left; }
  @media screen and (min-width: 992px) {
    #STATIC h2, ._static-page-wrapper h2 {
      font-size: 42px;
      text-align: left; } }
#STATIC article p, ._static-page-wrapper article p {
  margin-bottom: 2.5em !important; }
  #STATIC article p a, ._static-page-wrapper article p a {
    color: #32618d;
    text-decoration: underline; }
#STATIC article ul li, ._static-page-wrapper article ul li {
  font-size: 14px; }
#STATIC._changelog .Placeholder-wrapper, ._static-page-wrapper._changelog .Placeholder-wrapper {
  padding-bottom: 60px; }
  #STATIC._changelog .Placeholder-wrapper div, ._static-page-wrapper._changelog .Placeholder-wrapper div {
    text-align: left; }
#STATIC._changelog ul li, ._static-page-wrapper._changelog ul li {
  text-align: left;
  padding-top: 2px;
  padding-bottom: 4px; }

/*# sourceMappingURL=screen.css.map */
