/**
* @package    com_datsogallery
* @author     Andrey Datso <support@datso.fr>
* @copyright  2006 - 2018 Andrey Datso
* @license    <http://www.datso.fr/license.html>
*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.dg-ui .col label.input.state-error,
.dg-ui .col label.textarea.state-error {
  margin-bottom: 0!important;
}

.dg-ui .col label.input.state-error input,
.dg-ui .col label.textarea.state-error textarea {
  border-color: #ee9393!important;
  background-color: #f0e8e8!important;
}

.dg-ui em.invalid {
  margin-top: 0!important;
  line-height: 25px!important;
}

.dg-ui .select i,
.dg-uploadLabel * {
  pointer-events: none;
}

.dg-ui .dg-editor {
  margin-bottom: 10px;
}

.dg-ui .toggle-editor {
  display: none !important;
}

.dg-ui {
  margin: 0;
  outline: 0;
  color: #666;
  min-width: 300px !important;
}

.dg-ui * {
  -webkit-transition: background-color .25s ease-out;
     -moz-transition: background-color .25s ease-out;
       -o-transition: background-color .25s ease-out;
      -ms-transition: background-color .25s ease-out;
          transition: background-color .25s ease-out;
}

.dg-ui img {
  outline: 0;
  max-width: 100%;
  height: auto;
}

.dg-ui img.dg-avatar {
  border-radius: 50%;
}

.dg-ui .image-block img,
img#org {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dg-ui .image-block {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.dg-ui .image-block img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
}
.dg-ui .image-block:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.dg-ui h1,
.dg-ui h2,
.dg-ui h3,
.dg-ui h4,
.dg-ui h5 {
  background: 0 0;
  font-weight: 400;
  line-height: normal;
}

.dg-ui h1 {
  font-size: 20px;
}

.dg-ui h2 {
  font-size: 18px;
}

.dg-ui h3 {
  font-size: 16px;
}

.dg-ui h4 {
  font-size: 14px;
}

.dg-ui h5 {
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .dg-share-btn,
  .dg-map-btn {
    width: 30px;
  }
}

.dg-ui .dg-description,
.dg-ui .dg-title {
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.dg-ui .dg-meta {
  font-size: 12px;
  color: #a9a9a9;
}

#dg-search-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#dg-search-top ul li:first-child {
  flex-basis: 100%;
}

#dg-search-top ul li:first-child i {
  font-size: 15px;
}

#dg-search-top ul li:not(:first-child) {
  padding-left: 10px;
}

#dg-search-top a [class*='dgi-'] {
  opacity: .8;
      -ms-transition: opacity .2s;
     -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  font-size: 26px;
  color: #808080;
}

#dg-search-top a:hover [class*='dgi-'] {
  opacity: 1;
}

#my-favorites .dgi-heart-1 {
  font-size: 24px !important;
  position: relative;
  top: 4px;
}

.dg-ui .dg-image-page-description {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.dg-ui .dg-image-page-description p,
.dg-ui .dg-image-page-description ul,
.dg-ui .dg-image-page-description h2,
.dg-ui .dg-image-page-description h3,
.dg-ui .dg-image-page-description h4,
.dg-ui .dg-image-page-description h5 {
  margin: 0 0 10px 0 !important;
}

.dg-ui .dg-image-page-description h2,
.dg-ui .dg-image-page-description h3,
.dg-ui .dg-image-page-description h4,
.dg-ui .dg-image-page-description h5 {
  color: #444;
}

.dg-ui .dg-image-page-description ul {
  list-style: outside;
  padding-left: 20px;
}

.dg-more {
  position: relative;
  max-height: 7em;
}

.dg-ui .dg-image-page-description {
  border-bottom: none;
}

.dg-ui .ellipsis {
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dg-ui a {
  color: #4682b4;
  text-decoration: none;
  outline: none;
}

.dg-ui a:hover,
.dg-ui a:focus {
  text-decoration: none;
  outline: none;
}

.dg-ui ul {
  list-style: none;
}

.dg-ui label {
  font-size: 12px!important;
}

.dg-ui .note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 10px;
  line-height: 15px;
  color: #999;
}

.dg-ui .footer {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  background: 0 0;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .5px;
  text-align: center;
}

.dg-ui .button,
.dg-ui .checkbox,
.dg-ui .input,
.dg-ui .radio,
.dg-ui .select,
.dg-ui .textarea,
.dg-ui .toggle {
  position: relative;
  display: block;
}

.dg-ui .input input,
.dg-ui .select select,
.dg-ui .textarea textarea {
  display: block;
       box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 10px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  color: #404040;
          appearance: normal;
     -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 12px!important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

.dg-ui .input-captcha img {
  position: absolute;
  top: 1px;
  right: 0;
  border-left: 1px solid #e5e5e5;
  height: 37px!important;
  width: auto!important;
}

html[dir=rtl] .dg-ui .input-captcha img {
  left: 0!important;
  right: unset;
}

.dg-ui .input-captcha.reverse img {
  left: 0;
  right: unset;
  border-right: 1px solid #e5e5e5;
}

.dg-ui .input-file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 31px;
  margin: 0;
  padding: 0 20px;
  font-size: 13px;
  line-height: 31px;
}

.dg-ui .input-file .button:hover {
  box-shadow: none;
}

.dg-ui .input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
}

.dg-ui .select i {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 8px;
  height: 11px;
  background: #fff;
  box-shadow: 0 0 0 12px #fff;
}

html[dir=rtl] .dg-ui .select i {
  right: unset;
  left: 15px!important;
}

.dg-ui .select i:after,
.dg-ui .select i:before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dg-ui .select i:after {
  bottom: 0;
  border-top: 4px solid #ccc;
}

.dg-ui .select i:before {
  top: 0;
  border-bottom: 4px solid #ccc;
}

.dg-ui .checkbox i,
.dg-ui .radio i,
.dg-ui .toggle i {
  border-style: solid;
  background: #fff;
  position: absolute;
}

.dg-ui .select-multiple select {
  height: auto;
}

.dg-ui .textarea textarea {
  height: auto;
  resize: none;
}

.dg-ui .textarea-resizable textarea {
  resize: vertical;
}

.dg-ui .textarea-expandable textarea {
  height: 39px;
  overflow: hidden;
}

.dg-ui .textarea-expandable textarea:focus {
  height: auto;
  overflow: auto;
}

.dg-ui .button,
.dg-ui .inline-clip {
  overflow: hidden;
}

.dg-ui .checkbox,
.dg-ui .radio {
  margin-bottom: 4px;
  padding-left: 27px;
  font-size: 15px;
  line-height: 27px;
  color: #404040;
  cursor: pointer;
}

.dg-ui .checkbox:last-child,
.dg-ui .radio:last-child {
  margin-bottom: 0;
}

.dg-ui .checkbox input,
.dg-ui .radio input {
  position: absolute;
  left: -9999px;
}

.dg-ui .checkbox i,
.dg-ui .radio i {
  top: 5px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  outline: 0;
  border-width: 2px;
}

.dg-ui .radio i {
  border-radius: 50%;
}

.dg-ui .checkbox input + i:after,
.dg-ui .radio input + i:after {
  position: absolute;
  opacity: 0;
      -ms-transition: opacity .1s;
     -moz-transition: opacity .1s;
  -webkit-transition: opacity .1s;
}

.dg-ui .radio input + i:after {
  content: '';
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.dg-ui .checkbox input + i:after {
  content: '\f00c';
  top: -1px;
  left: -1px;
  width: 15px;
  height: 15px;
  font: 400 12px/16px FontAwesome;
  text-align: center;
}

.dg-ui .dg-close:after,
.dg-ui ul.tagslist li::before,
.dg-uploadContainer .dg-uploadItemIcon:after,
.dg-uploadLabelImage.upli::before,
.dg-uploadLabelImage::before {
  font-family: dg-icons;
}

.dg-ui .checkbox input:checked + i:after,
.dg-ui .radio input:checked + i:after {
  opacity: 1;
}

.dg-ui .inline-group {
  margin: 0 -30px -4px 0;
}

.dg-ui .inline-group .checkbox:last-child,
.dg-ui .inline-group .radio:last-child,
.dg-ui .toggle {
  margin-bottom: 4px;
}

.dg-ui .inline-group:after {
  content: '';
  display: table;
  clear: both;
}

.dg-ui .inline-group .checkbox,
.dg-ui .inline-group .radio {
  float: left;
  margin-right: 30px;
}

.dg-ui .toggle {
  padding-right: 61px;
  font-size: 15px;
  line-height: 27px;
  color: #404040;
  cursor: pointer;
}

.dg-ui .toggle:last-child {
  margin-bottom: 0;
}

.dg-ui .toggle input {
  position: absolute;
  left: -9999px;
}

.dg-ui .toggle i {
  content: '';
  top: 4px;
  right: 0;
  display: block;
  width: 49px;
  height: 17px;
  border-width: 1px;
  border-radius: 12px;
}

.dg-ui .toggle i:after {
  content: 'OFF';
  position: absolute;
  top: 2px;
  right: 8px;
  left: 8px;
  font-style: normal;
  font-size: 9px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
  color: #5f5f5f;
}

.dg-ui .toggle i:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  opacity: 1;
      -ms-transition: right .1s;
     -moz-transition: right .1s;
  -webkit-transition: right .1s;
}

.dg-ui .toggle input:checked + i:after {
  content: 'ON';
  text-align: right;
}

.dg-ui .toggle input:checked + i:before {
  right: 33px;
}

.dg-ui .button {
  float: right;
  height: 39px;
  line-height: 39px!important;
  margin: 10px 0 0 20px;
  padding: 0 25px;
  outline: 0;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.dg-ui .button [class*=dgi-] {
  font-size: 16px;
  position: relative;
  top: -1px;
}

.dg-ui .input-append .button {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  height: 38px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 38px;
  width: 38px;
  text-align: center;
}

.dg-ui .input-append .button.rtl {
  left: 0;
  right: unset;
}

.dg-ui .input-append .button:hover {
  box-shadow: none;
}

.dg-ui .icon-append,
.dg-ui .icon-prepend {
  position: absolute;
  top: 6px;
  width: 29px;
  height: 29px;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
}

.dg-ui .icon-append {
  right: 5px;
  padding-left: 3px;
  border-left-width: 1px;
  border-left-style: solid;
}

.dg-ui .input .icon-prepend + .icon-append + input,
.dg-ui .input .icon-prepend + input,
.dg-ui .textarea .icon-prepend + .icon-append + textarea,
.dg-ui .textarea .icon-prepend + textarea {
  padding-left: 46px;
}

.dg-ui .icon-prepend {
  left: 5px;
  padding-right: 3px;
  border-right-width: 1px;
  border-right-style: solid;
}

.dg-ui .input .icon-append + input,
.dg-ui .textarea .icon-append + textarea {
  padding-right: 46px;
}

.dg-ui .dg-alert {
  margin-bottom: 10px!important;
  padding: 10px!important;
  background: rgba(255, 255, 255, .3);
  border: 1px solid #ddd;
  border-radius: 0;
}

* + .dg-alert {
  margin-top: 10px!important;
}

.dg-ui .dg-alert > :last-child {
  margin-bottom: 0;
}

.dg-ui .dg-alert h1,
.dg-ui .dg-alert h2,
.dg-ui .dg-alert h3,
.dg-ui .dg-alert h4,
.dg-ui .dg-alert h5,
.dg-ui .dg-alert h6 {
  color: inherit;
}

.dg-ui .dg-alert > .dg-close:first-child {
  float: right;
}

.dg-ui .dg-alert > .dg-close:first-child + * {
  margin-top: 0;
}

.dg-ui .dg-alert-success {
  background: #e6f0e5;
  color: #6a9067;
  border-color: rgba(143, 188, 139, .3);
}

.dg-ui .dg-alert strong {
  font-weight: 500;
}

.dg-ui .checkbox,
.dg-ui .radio,
.dg-ui .tooltip {
  font-weight: 400;
}

.dg-ui .dg-alert-warning {
  background: #fffceb;
  color: #ffa07a;
  border-color: rgba(255, 160, 122, .3);
}

.dg-ui .dg-alert-danger {
  background: #f9ebeb;
  color: #cd5c5c;
  border-color: rgba(205, 92, 92, .3);
}

.dg-ui .dg-alert-large {
  padding: 20px;
}

.dg-ui .dg-alert-large > .dg-close:first-child {
  margin: -10px -10px 0 0;
}

.dg-ui .dg-close {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  display: inline-block;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: inherit;
  opacity: .3;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  background: 0 0;
}

.dg-fav-badge,
.dg-ui .col,
.member-images-item {
  box-sizing: border-box;
}

.dg-ui .tooltip-top-left:after,
.dg-ui .tooltip-top-right:after {
  top: 100%;
  border-top: 4px solid rgba(0, 0, 0, .9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dg-ui .dg-close:after {
  content: '\e04c';
  display: block;
  cursor: pointer;
}

.dg-ui .dg-close:focus,
.dg-ui .dg-close:hover {
  opacity: .5;
  outline: 0;
}

.dg-ui a.dg-close:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.dg-ui .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 -5px;
}

.dg-ui .row.stacked {
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.dg-ui .col {
  padding-right: 5px;
  padding-left: 5px;
  -moz-box-sizing: border-box;
  flex-basis: 100%;
}

.dg-ui .col label {
  margin-bottom: 10px;
}

.dg-ui .col-1 {
  flex-basis: 8.33%;
}

.dg-ui .col-2 {
  flex-basis: 16.66%;
}

.dg-ui .col-3 {
  flex-basis: 25%;
}

.dg-ui .col-4 {
  flex-basis: 33.33%;
}

.dg-ui .col-5 {
  flex-basis: 41.66%;
}

.dg-ui .col-6 {
  flex-basis: 50%;
}

.dg-ui .col-7 {
  flex-basis: 58.33%;
}

.dg-ui .col-8 {
  flex-basis: 66.67%;
}

.dg-ui .col-9 {
  flex-basis: 75%;
}

.dg-ui .col-10 {
  flex-basis: 83.33%;
}

.dg-ui .col-11 {
  flex-basis: 91.66%;
}

@media screen and (max-width: 667px) {
  .dg-ui .row {
    flex-wrap: wrap;
  }

  .dg-ui .col {
    flex-basis: 100%;
  }

  .dg-ui .col label {
    margin-bottom: 10px;
  }
}

.dg-animation-kenburns {
  -webkit-animation-name: dg-scale-kenburns;
          animation-name: dg-scale-kenburns;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}

.dg-transform-origin-top-left {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.dg-transform-origin-top-center {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.dg-transform-origin-top-right {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.dg-transform-origin-center-left {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.dg-transform-origin-center-right {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.dg-transform-origin-bottom-left {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.dg-transform-origin-bottom-center {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.dg-transform-origin-bottom-right {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.dg-ui .tooltip {
  position: absolute;
  z-index: 1;
  left: -9999px;
  padding: 6px 10px;
  font-size: 10px;
  line-height: 16px;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  opacity: 0;
  max-width: 200px;
      -ms-transition: margin .3s, opacity .3s;
     -moz-transition: margin .3s, opacity .3s;
  -webkit-transition: margin .3s, opacity .3s;
}

.dg-ui .button,
.dg-ui .toggle i:before {
  background-color: #4682b4;
}

.dg-ui .dg-album,
.dg-ui .dg-image img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.dg-ui .tooltip:after {
  content: '';
  position: absolute;
}

.dg-ui .input input:focus + .tooltip,
.dg-ui .textarea textarea:focus + .tooltip {
  opacity: 1;
}

.dg-ui .tooltip-top-right {
  bottom: 100%;
  margin-bottom: 15px;
}

.dg-ui .tooltip-top-right:after {
  right: 16px;
}

.dg-ui .input input:focus + .tooltip-top-right,
.dg-ui .textarea textarea:focus + .tooltip-top-right {
  right: 0;
  left: auto;
  margin-bottom: 5px;
}

.dg-ui .tooltip-top-left {
  bottom: 100%;
  margin-bottom: 15px;
}

.dg-ui .tooltip-top-left:after {
  left: 16px;
}

.dg-ui .tooltip-left:after,
.dg-ui .tooltip-right:after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.dg-ui .input input:focus + .tooltip-top-left,
.dg-ui .textarea textarea:focus + .tooltip-top-left {
  right: auto;
  left: 0;
  margin-bottom: 5px;
}

.dg-ui .tooltip-right {
  top: 9px;
  white-space: nowrap;
  margin-left: 15px;
}

.dg-ui .tooltip-right:after {
  top: 6px;
  right: 100%;
  border-right: 4px solid rgba(0, 0, 0, .9);
}

.dg-ui .input input:focus + .tooltip-right,
.dg-ui .textarea textarea:focus + .tooltip-right {
  left: 100%;
  margin-left: 5px;
}

.dg-ui .tooltip-left {
  top: 9px;
  white-space: nowrap;
  margin-right: 15px;
}

.dg-ui .tooltip-left:after {
  top: 6px;
  left: 100%;
  border-left: 4px solid rgba(0, 0, 0, .9);
}

.dg-ui .tooltip-bottom-left:after,
.dg-ui .tooltip-bottom-right:after {
  bottom: 100%;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, .9);
  border-left: 4px solid transparent;
}

.dg-ui .input input:focus + .tooltip-left,
.dg-ui .textarea textarea:focus + .tooltip-left {
  right: 100%;
  left: auto;
  margin-right: 5px;
}

.dg-ui .tooltip-bottom-right {
  top: 100%;
  margin-top: 15px;
}

.dg-ui .tooltip-bottom-right:after {
  right: 16px;
}

.dg-ui .input input:focus + .tooltip-bottom-right,
.dg-ui .textarea textarea:focus + .tooltip-bottom-right {
  right: 0;
  left: auto;
  margin-top: 5px;
}

.dg-ui .tooltip-bottom-left {
  top: 100%;
  margin-top: 15px;
}

.dg-ui .tooltip-bottom-left:after {
  left: 16px;
}

.dg-ui .input input:focus + .tooltip-bottom-left,
.dg-ui .textarea textarea:focus + .tooltip-bottom-left {
  right: auto;
  left: 0;
  margin-top: 5px;
}

.dg-ui .checkbox i,
.dg-ui .icon-append,
.dg-ui .icon-prepend,
.dg-ui .input input,
.dg-ui .radio i,
.dg-ui .select select,
.dg-ui .textarea textarea,
.dg-ui .toggle i {
  border-color: #e5e5e5;
      -ms-transition: border-color .3s;
     -moz-transition: border-color .3s;
  -webkit-transition: border-color .3s;
}

.dg-ui .rating label {
  color: #ccc;
      -ms-transition: color .3s;
     -moz-transition: color .3s;
  -webkit-transition: color .3s;
}

.dg-ui .button {
  opacity: .8;
      -ms-transition: opacity .2s;
     -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
}

.dg-ui .button.button-secondary {
  background-color: #b3b3b3;
}

.dg-ui .icon-append,
.dg-ui .icon-prepend {
  color: #ccc;
}

.dg-ui .checkbox input + i:after,
.dg-ui .rating input + label:hover,
.dg-ui .rating input + label:hover ~ label {
  color: #4682b4;
}

.dg-ui .checkbox:hover i,
.dg-ui .input:hover input,
.dg-ui .radio:hover i,
.dg-ui .select:hover select,
.dg-ui .textarea:hover textarea,
.dg-ui .toggle:hover i {
  border-color: #ddd;
}

.dg-ui .checkbox input:checked + i,
.dg-ui .checkbox input:focus + i,
.dg-ui .input input:focus,
.dg-ui .radio input:checked + i,
.dg-ui .radio input:focus + i,
.dg-ui .select select:focus,
.dg-ui .textarea textarea:focus,
.dg-ui .toggle input:checked + i,
.dg-ui .toggle input:focus + i {
  border-color: #ddd;
}

.dg-ui .button:hover {
  opacity: 1;
}

.dg-ui .radio input + i:after {
  background-color: #4682b4;
}

.dg-ui .checkbox.state-error i,
.dg-ui .radio.state-error i,
.dg-ui .state-error input,
.dg-ui .state-error select,
.dg-ui .state-error textarea,
.dg-ui .toggle.state-error i,
.dg-ui .toggle.state-error input:checked + i {
  background: #fff0f0;
}

.dg-ui .state-error + em,
.dg-ui .state-success + em,
.dg-ui p.invalid {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #ee9393;
}

.dg-ui .state-error select + i {
  background: #fff0f0;
  box-shadow: 0 0 0 12px #fff0f0;
}

.dg-ui .checkbox.state-success i,
.dg-ui .radio.state-success i,
.dg-ui .state-success input,
.dg-ui .state-success select,
.dg-ui .state-success textarea,
.dg-ui .toggle.state-success i,
.dg-ui .toggle.state-success input:checked + i {
  background: #f0fff0;
}

.dg-ui .state-success select + i {
  background: #f0fff0;
  box-shadow: 0 0 0 12px #f0fff0;
}

.dg-ui .note-success {
  color: #6fb679;
}

.dg-ui .button.state-disabled,
.dg-ui .checkbox.state-disabled,
.dg-ui .input.state-disabled input,
.dg-ui .radio.state-disabled,
.dg-ui .select.state-disabled,
.dg-ui .textarea.state-disabled,
.dg-ui .toggle.state-disabled {
  cursor: default;
  opacity: .5;
}

.dg-ui .checkbox.state-disabled:hover i,
.dg-ui .input.state-disabled:hover input,
.dg-ui .radio.state-disabled:hover i,
.dg-ui .select.state-disabled:hover select,
.dg-ui .textarea.state-disabled:hover textarea,
.dg-ui .toggle.state-disabled:hover i {
  border-color: #e5e5e5;
}

.dg-ui .message {
  display: none;
  color: #6fb679;
}

.dg-ui .message i {
  display: block;
  margin: 0 auto 20px;
  width: 81px;
  height: 81px;
  border: 1px solid #6fb679;
  border-radius: 50%;
  font-size: 30px;
  line-height: 81px;
}

.dg-ui .divider,
.dg-ui .divider.margin {
  border-top: 1px solid #ddd;
}

.dg-ui.submited fieldset,
.dg-ui.submited footer {
  display: none;
}

.dg-ui.submited .message {
  display: block;
  padding: 25px 30px;
  background: rgba(255, 255, 255, .9);
  text-align: center;
}

.dg-ui *,
.dg-ui:after,
.dg-ui:before {
  margin: 0;
  padding: 0;
       box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.dg-ui .label {
  border-radius: 0;
  font-size: 100%;
  text-align: left;
  white-space: normal;
  color: inherit;
}

.dg-ui .checkbox + .checkbox,
.dg-ui .radio + .radio {
  margin-top: 0;
}

.dg-ui .divider.margin {
  margin: 10px 0;
}

.dg-ui .dg-hidden {
  display: none;
}

.dg-ui [class*=dg-inline] {
  display: block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}

.dg-ui .position-small i.dgi-gif {
  color: #fff;
  font-size: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
}

.dg-ui .overlay {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s;
}

.dg-ui #dg-nav > .hover-load {
  background: rgba(0, 0, 0, .1);
  visibility: visible!important;
  opacity: 1!important;
  transition: opacity .3s, visibility .3s!important;
}

.dg-ui #dg-nav > .hover-load > a.prev [class*='position-left'],
.dg-ui #dg-nav > .hover-load > a.next [class*='position-right'] {
  opacity: 1!important;
  transition: opacity .3s, visibility .3s!important;
}

.dg-ui #dg-nav > .hover-load > a.prev [class*='position-left'] {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%)!important;
  text-decoration: none !important;
}

.dg-ui #dg-nav > .hover-load > a.next [class*='position-right'] {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
  text-decoration: none !important;
}

.dg-ui #dg-nav:hover > .overlay,
.dg-ui .center-options {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s, visibility .3s;
}

.dg-ui #dg-nav a,
.dg-ui #dg-nav a:hover {
  text-decoration: none !important;
}

.dg-ui [class*=position-bottom],
.dg-ui [class*=position-center],
.dg-ui [class*=position-left],
.dg-ui [class*=position-right],
.dg-ui [class*=position-top] {
  position: absolute!important;
}

.dg-ui .position-small.position-cover,
.dg-ui .position-small[class*=position-bottom]:not(.position-bottom-center),
.dg-ui .position-small[class*=position-left],
.dg-ui .position-small[class*=position-top]:not(.position-top-center),
.position-small[class*=position-right] {
  margin: 10px;
}

.dg-ui .position-small[class*=position-top] {
  margin-top: 10px;
}

.dg-ui .position-small.reverse[class*=dg-pos-top] {
  flex-direction: row-reverse;
}

.dg-ui .position-small[class*=position-bottom] {
  margin-bottom: 10px;
}

.dg-ui .position-small.position-center-left {
  margin-left: 10px;
}

.dg-ui .position-small.position-center-right {
  margin-right: 10px;
}

.dg-ui .position-top {
  top: 0;
  left: 0;
  right: 0;
}

.dg-ui .position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.dg-ui .position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.dg-ui .position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

.dg-ui .position-top-left {
  top: 0;
  left: 0;
}

.dg-ui .position-top-right {
  top: 0;
  right: 0;
}

.dg-ui .position-bottom-left {
  bottom: 0;
  left: 0;
}

.dg-ui .position-bottom-right {
  bottom: 0;
  right: 0;
}

.dg-ui .position-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  color: #fff;
  font-size: 10px;
}

.dg-ui .position-center-left,
.dg-ui .position-center-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dg-ui .position-center-left {
  left: 0;
}

.dg-ui .position-center-right {
  right: 0;
}

.dg-ui .position-bottom-center,
.dg-ui .position-top-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dg-ui .position-top-center {
  top: 0;
}

.dg-ui .position-bottom-center {
  bottom: 0;
}

.dg-ui .position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dg-ui .position-top,
.dg-ui .position-top-left,
.dg-ui .position-top-right {
  z-index: 4;
}

.dg-ui .position-top-left > div,
.dg-ui .position-top-right > div,
.dg-ui .position-top > div {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.dg-ui .position-top i,
.dg-ui .position-top-left i,
.dg-ui .position-top-right i {
  font-size: 16px;
  color: #fff;
}

.dg-ui .center-options {
  background: rgba(0, 0, 0, .3)!important;
}

.dg-ui .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
}

.dg-ui .flex::after,
.dg-ui .flex::before {
  display: none;
}

.dg-ui .flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.dg-ui .flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.dg-ui .flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.dg-ui #dg-nav:hover > .overlay {
  background: rgba(0, 0, 0, .1);
}

.dg-ui a.next [class*=position-right],
.dg-ui a.prev [class*=position-left] {
  opacity: .6;
  transition: opacity .3s, visibility .3s;
  position: relative;
  padding: 10px;
  justify-content: space-around;
  text-decoration: none!important;
}

.dg-ui a.next img.dg-thumb {
  padding-right: 5px;
}

.dg-ui a.prev img.dg-thumb {
  padding-left: 5px;
}

.dg-ui a.next img,
.dg-ui a.prev img {
  margin-top: -3px;
}

.dg-ui a.prev [class*=position-left]:hover {
  opacity: 1;
  transition: opacity .3s, visibility .3s;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
  text-decoration: none!important;
}

.dg-ui a.next [class*=position-right]:hover {
  opacity: 1;
  transition: opacity .3s, visibility .3s;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
  text-decoration: none!important;
}

.dg-ui a.next [class*=position-right] i,
.dg-ui a.prev [class*=position-left] i {
  font-size: 20px;
  color: #fff;
  line-height: 37px;
  width: 37px;
  text-align: center;
  height: 37px;
}

.dg-ui .row.stacked {
  display: block;
}

.dg-ui .row.left {
  display: flex;
  flex-direction: row;
}

.dg-ui .row.right {
  display: flex;
  flex-direction: row-reverse;
}

.dg-ui .col.stacked {
  flex-basis: 100%;
  padding: 0 5px;
}

.dg-ui .col.stacked .dg-inline {
  display: flex;
  -webkit-box-shadow: 0 0 .5px rgba(0, 0, 0, .2);
     -moz-box-shadow: 0 0 .5px rgba(0, 0, 0, .2);
          box-shadow: 0 0 .5px rgba(0, 0, 0, .2);
  justify-content: center;
  background-color: #ddd;
}

.dg-ui .col.left,
.dg-ui .col.right {
  padding: 0 5px;
}

.dg-ui .image-page.map_canvas {
  position: absolute;
  top: 0;
  display: none;
  z-index: 4;
}

.dg-ui .image-actions {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}

.dg-ui .image-actions ul {
  display: flex;
  flex-direction: column;
}

.dg-ui .image-actions ul i {
  font-size: 15px;
  color: #fff;
}

.dg-ui .owner-rating {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  list-style: none;
  padding: 10px 0;
  margin: 0 -5px;
}

.dg-ui .options-bar > li,
.dg-ui .owner-rating > li {
  padding: 0 5px;
}

.dg-ui .owner-rating img {
  width: 40px;
  height: 40px;
}

.dg-ui ul.owner-rating::after {
  border-bottom: 1px solid #ddd;
}

.dg-ui .owner-name {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.dg-ui ul.owner-name li:first-child {
  line-height: 16px;
}

.dg-ui ul.owner-name li:not(:first-child) {
  color: #999;
  font-size: 11px;
  line-height: 12px;
}

.dg-ui i.dgi-gif {
  font-size: 24px;
  top: 8px !important;
  padding: 0 !important;
  margin: 0;
  line-height: 8px;
}

.dg-ui .rating {
  order: 3;
  flex-grow: 2;
  align-items: flex-end;
}

.dg-ui .rating > ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  align-items: flex-end;
}

.dg-ui .rating-action {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: stretch;
  list-style: none;
  width: 80px;
  color: #999;
}

.dg-ui .rating-action.grid {
  width: 60px;
}

.dg-ui .rating-action.reverse {
  flex-direction: row-reverse;
}

.dg-ui .rating-action i {
  font-size: 22px;
  cursor: pointer;
}

.dg-ui .options-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #999;
  line-height: 30px;
  margin: 0 -5px;
}

.dg-ui .options-bar i:before {
  font-size: 14px;
  vertical-align: bottom;
}

.dg-ui .options-bar > li span {
  cursor: pointer;
}

@media (max-width: 480px) {
  .dg-ui .options-bar > li > span > span {
    display: none;
  }
}

.dg-ui .dg-more-btn {
  flex-grow: 2;
}

.dg-ui .dg-downloads-info,
.dg-ui .dg-hits-info {
  padding-top: 2px;
  padding-left: 10px;
}

.dg-ui .rating-block {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.dg-ui .rating-progress-block {
  position: relative;
  top: -2px;
  height: 2px;
  width: 80px;
  background-color: silver;
}

.dg-ui .rating-progress-block li {
  position: absolute;
  height: 2px;
  left: 0;
}

.dg-ui .rating-info-block {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  top: -1px;
}

.dg-ui .rating-info-block.reverse {
  flex-direction: row-reverse;
}

.dg-ui .bg-like {
  background-color: #6b9bc3;
}

.dg-ui i.dgi-dislike,
.dg-ui i.dgi-like {
  display: inline-block;
  text-align: center;
}

.dg-ui i.dgi-dislike.animated,
.dg-ui i.dgi-like.animated {
  -webkit-animation: vertical 2s ease infinite!important;
          animation: vertical 2s ease infinite!important;
}

.dg-ui i.dgi-dislike.animatedd,
.dg-ui i.dgi-like.animatedl {
  -webkit-animation: vertical 2s ease infinite!important;
          animation: vertical 2s ease infinite!important;
}

.dg-ui .dgi-like-dislike.animatedl {
  -webkit-animation: tada 2s linear infinite;
          animation: tada 2s linear infinite;
  color: rgba(141, 201, 229, 1)!important;
}
.dg-ui .dgi-like-dislike.animatedd {
  -webkit-animation: tada 2s linear infinite;
          animation: tada 2s linear infinite;
  color: #ddd!important;
}

.dg-ui .like-btn:hover,
.dg-ui .like-h {
  color: rgba(70, 130, 180, .8);
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.dg-ui .dislike-btn:hover,
.dg-ui .dislike-h {
  color: rgba(119, 119, 119, 1);
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

#dg-more-bar {
  display: none;
  margin-bottom: 10px;
}

#dg-share-bar {
  display: none;
  height: 40px;
}

.dg-ui ul.tagslist {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.dg-ui ul.tagslist li {
  float: none;
  padding: 0 5px;
}

.dg-ui ul.tagslist li::before {
  content: '\e052';
  vertical-align: middle;
  padding: 0 5px;
  color: #999;
}

.dg-ui .dg-ui .input .icon-append + div#dgtags_tagsinput {
  padding-right: 46px;
}

.dg-ui .tagsinput[id$='_tagsinput'] {
  padding-bottom: 0;
}

.dg-ui .tagsinput[id$='_tagsinput'] .tag {
  background: #eee;
  border: 0;
  border-radius: 0;
  color: grey;
}

.dg-ui #textfield_tagsinput.tagsinput .tag {
  background: #dcdcdc;
}

.dg-ui div.tagsinput {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  overflow-y: auto!important;
  padding: 2px;
  width: auto!important;
  min-height: 36px!important;
}

.dg-ui div.tagsinput:hover {
  border: 1px solid #ddd;
  transition: border-color .3s ease 0s;
}

.dg-ui div.tagsinput span.tag {
  display: block;
  float: left;
  font-size: 12px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 8px;
  text-decoration: none;
}

.dg-ui div.tagsinput span.tag i {
  position: relative;
  top: 1px!important;
}

.dg-ui div.tagsinput span.tag a {
  color: grey;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.dg-ui div.tagsinput input {
  border: 1px solid transparent!important;
  font-family: inherit;
  font-size: 11px!important;
  margin: 0 2px 2px 0;
  outline: 0;
  width: 80px!important;
  height: 35px!important;
}

.dg-ui div.tagsinput div {
  display: block;
  float: left;
}

html[dir=rtl] div.tagsinput div,
html[dir=rtl] div.tagsinput span.tag {
  float: right;
}

.dg-ui .tags_clear {
  clear: both;
  height: 0;
  width: 100%;
}

.dg-ui .not_valid {
  background: #fbd8db!important;
  color: #90111a!important;
}

.dg-ui .map_canvas img,
.dg-ui .map_edit img {
  background-image: none;
  background-color: transparent;
}

.dg-ui .map_canvas,
.dg-ui .map_edit {
  border: 1px solid #e5e5e5;
  height: 150px;
}

.dg-ui .map_canvas.fb,
.dg-ui .map_edit.fb {
  background-color: #fff!important;
}

.dg-ui .map_canvas.fb > div,
.dg-ui .map_edit.fb > div {
  top: 0;
  background: 0 0!important;
}

.dg-ui .map_canvas.fb:before,
.dg-ui .map_edit.fb:before {
  font-family: dg-icons;
  font-size: 50px;
  content: '\e035';
  top: calc(50% - 20px);
  left: calc(50% - 30px);
  color: #e5e5e5;
  position: relative;
}

.dg-ui [class*=position-] i {
  color: #fff;
  opacity: .8;
  text-shadow: -1px 0 rgba(0, 0, 0, .1), 0 1px rgba(0, 0, 0, .1), 1px 0 rgba(0, 0, 0, .1), 0 -1px rgba(0, 0, 0, .1);
}

.dg-ui .dg-favicon.favorited i,
.dg-ui .dg-favicon:not(.favorited) i:hover {
  text-shadow: -1px 0 rgba(255, 255, 255, .2), 0 1px rgba(255, 255, 255, .2), 1px 0 rgba(255, 255, 255, .2), 0 -1px rgba(255, 255, 255, .2);
  opacity: 1;
}

.dg-ui [class*=position-] i:hover {
  color: #fff;
  opacity: 1;
}

.dg-ui .dg-favicon {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transition: color .5s ease;
  cursor: pointer;
}

.dg-ui .dg-favicon i {
  font-size: 16px;
}

.dg-ui .dg-favicon.favorited i {
  color: #e05555!important;
}

.dg-ui ul.exif-flex {
  display: flex;
  margin: 0 -2.5px;
}

.dg-ui ul.exif-flex li {
  padding: 0 2.5px;
}

.dg-ui .dg-title.cat {
  padding-top: 10px;
  margin-bottom: 0;
}

#dg-category .dg-rating-action {
  width: 60px;
}

.dg-ui .dgi-like-dislike {
  display: inline-block;
}

.dg-ui .dgi-like-dislike.animated {
  -webkit-animation: tada 2s linear infinite;
          animation: tada 2s linear infinite;
  color: rgba(141, 201, 229, 1)!important;
}

.dg-ui .image-block .dg-favicon {
  position: absolute;
  top: 3px;
  left: 3px;
  color: #fff;
  transition: color .5s ease;
  display: block;
  text-align: center;
}

.dg-ui .image-block .dg-favicon i {
  display: block;
  width: 30px;
  height: 30px;
  align-items: center;
  line-height: 30px;
}

.dg-ui .dg-favicon:not(.favorited) i:hover {
  /*display: inline-block;*/
  -webkit-animation: pulse 2s linear infinite;
          animation: pulse 2s linear infinite;
  color: #e05555;
}

.dg-ui .image-block i,
.dg-ui .stats-bar i {
  text-shadow: -1px 0 rgba(0, 0, 0, .1), 0 1px rgba(0, 0, 0, .1), 1px 0 rgba(0, 0, 0, .1), 0 -1px rgba(0, 0, 0, .1);
}

.dg-ui .dg-dropup {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}

.dg-ui .dg-dropup .dg-dropup-btn i {
  font-size: 14px;
}

.dg-ui .dg-dropup .dg-dropup-btn {
  z-index: 999;
  cursor: pointer;
  display: inline-block;
  border: none;
  color: #fff;
  line-height: 25px;
  text-decoration: none !important;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 3px;
}
.dg-ui .dg-dropup:hover .dg-dropup-btn {
  color: #fff;
  background-color: rgba(0, 0, 0, .2);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dg-ui .dg-dropup .dg-dropup-act {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, .2);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.dg-ui .dg-dropup .dg-dropup-act li {
  list-style: none;
  margin-left: 0;
  line-height: 25px;
  cursor: pointer;
  height: 25px;
}
.dg-ui .dg-dropup .dg-dropup-act li:hover {
  background-color: rgba(0, 0, 0, .4);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dg-ui .dg-dropup .dg-dropup-act li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dg-ui .dg-dropup .dg-dropup-act li a {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff!important;
  text-decoration: none!important;
  white-space: nowrap;
}

.dg-dropup .dg-dropup-act li:hover i,
.dg-ui .dg-dropup .dg-dropup-act li i {
  color: #fff!important;
  margin-right: 3px;
}

.dg-ui .dg-dropup .dg-dropup-act li:hover a {
  color: #fff;
  text-decoration: none!important;
}

.dg-ui .image-block {
  -webkit-box-shadow: 0 0 .5px rgba(0, 0, 0, .2);
     -moz-box-shadow: 0 0 .5px rgba(0, 0, 0, .2);
          box-shadow: 0 0 .5px rgba(0, 0, 0, .2);
  position: relative;
}

.dg-ui .dg-album .stats-bar,
.dg-ui .dg-image .stats-bar,
.dg-ui .stats-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
  outline: 0;
}

.dg-ui .stats-bar {
  direction: ltr;
}

.dg-ui .stats-bar i {
  padding: 0 2px;
  position: relative;
  top: 1px;
  color: #f5f5f5;
}

.dg-ui .stats-bar .box {
  display: inline-block;
  color: #f5f5f5;
  text-shadow: 0 -1px rgba(0, 0, 0, .1);
  direction: ltr;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 3px;
  padding: 0 4px 3px 4px;
  line-height: 18px;
  height: 18px;
  margin-right: 2px;
  cursor: default;
}

.dg-ui .stats-bar .box:hover {
  background-color: rgba(0, 0, 0, .4);
}

.dg-ui .stats-bar .box:last-child {
  margin-right: 8px;
}

.dg-ui .dg-square {
  float: left;
  position: relative;
  width: calc(100% / 2 - 1px);
  padding-bottom: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  margin-right: 2px;
}

.dg-ui .dg-album:last-of-type,
.dg-ui .dg-square:nth-of-type(2n) {
  margin-right: 0;
}

.dg-ui .dg-square:first-of-type {
  margin-bottom: 2px;
}

.dg-ui .dg-image img {
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.dg-ui .dg-album {
  width: 100%;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

@media only screen and (min-width: 375px)and (max-width: 667px) {
  .dg-ui .dg-album {
    float: none;
    width: 100%;
  }

  .dg-ui h1.title {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 667px) {
  .dg-flx {
    flex-wrap: wrap;
    padding-bottom: 0!important;
  }

  .dg-flx-col-40,
  .dg-flx-col-auto {
    flex-basis: 100%;
    padding-bottom: 10px!important;
  }

  #uavatar {
    display: none!important;
  }
}

.dg-ui .col-basis {
  flex-basis: 100%;
  padding: 0 5px;
}

.dg-ui .col-auto {
  flex: 1;
  padding: 0 5px;
}

.dg-ui .col-44 {
  flex: 1 1 44px;
  padding: 0 5px;
}

.dg-flx-col-3 {
  flex: 1 0 25%;
}

.dg-comment-section {
  display: flex;
  flex-direction: column;
}

.dg-comment-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  margin: 10px -5px;
}

.dg-comment-col-1 {
  flex-basis: 160px;
  padding: 0 5px;
}

.dg-comment-user-data {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  list-style: none;
}

.dg-comment-date,
.dg-delete-comment {
  font-size: 11px;
  color: #999;
}

.dg-comment-date:before {
  font-family: dg-icons;
  content: "\e010";
  padding-right: 2px;
}

.dg-delete-comment:before {
  font-family: dg-icons;
  content: "\e014";
  padding-right: 2px;
}

.dg-comment-col-2 {
  flex-basis: 52px;
  padding: 0 5px;
}

.dg-comment-col-3 {
  position: relative;
  flex-basis: 100%;
  padding: 0 5px;
}

.direction-ltr p,
.direction-rtl p {
  padding: 0;
  margin: 0;
}

.direction-rtl .btn-group {
  margin-left: calc(100% - 60px);
  order: 4;
  top: -40px;
  position: relative;
}

.dg-form-captcha-row {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
}

#submit-report {
  width: 40px;
  margin: 0;
  padding: 0;
}

.dg-form-captcha {
  width: 100%;
}

.dg-ui .dg-comment-section img.dg-avatar {
  max-width: 39px;
  border: 1px solid #ddd;
}

.dg-ui #post-comment .smt-text {
  display: none;
}

#add-comment {
  margin-bottom: 10px;
}

@media (max-width: 667px) {
  .dg-comment-row {
    flex-wrap: wrap;
  }

  .dg-comment-col-3 {
    order: 1;
  }

  .dg-comment-col-2 {
    order: 2;
    flex-basis: auto;
  }

  .dg-comment-col-1 {
    order: 3;
  }

  .dg-comment-user-data {
    align-items: flex-start!important;
  }

  .direction-ltr p,
  .direction-rtl p {
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 667px) {
  ul.add-comment-flex {
    flex-wrap: wrap!important;
  }

  li.add-comment-flex-button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%!important;
  }

  li.add-comment-flex-button button {
    width: 100%!important;
  }

  li.add-comment-flex-button span.smt-text {
    display: inline-block;
  }

  li.add-comment-flex-button span.dgi-send {
    display: none;
  }

  .dg-ui #post-comment .smt-text {
    display: inline-block;
  }
}

.direction-ltr .dg-comment-col-3 p,
.direction-rtl .dg-comment-col-3 p {
  padding: 2px 5px;
  background-color: rgba(255, 255, 255, .2);
  margin: 0;
  min-height: 35px;
}

.dg-comment-col-3::after,
.dg-comment-col-3::before {
  content: '';
  display: table;
}

.direction-ltr .dg-comment-col-3::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 0;
  border-color: transparent #ddd transparent transparent;
  position: absolute;
  left: -1px;
}

.direction-rtl .dg-comment-col-3::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 0;
  border-color: #ddd transparent transparent;
  position: absolute;
  right: -1px;
}

.direction-ltr .dg-comment-col-3 p {
  border: 1px solid #ddd;
  border-left-width: 3px;
}

.direction-rtl .dg-comment-col-3 p {
  border: 1px solid #ddd;
  border-right-width: 3px;
}

@media only screen and (max-width: 667px) {
  .dg-comment-col-3::before {
    display: none;
  }

  .direction-ltr .dg-comment-col-3::after {
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0;
    border-right-width: 10px;
    border-top: 7px solid #ddd;
    margin-left: 20px;
    margin-bottom: 3px;
  }

  .direction-ltr .dg-comment-col-3 p {
    margin: 0;
    border-left-width: 1px;
    border-bottom-width: 3px;
  }

  .direction-rtl .dg-comment-col-3::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 7px 0;
    border-color: transparent #ddd transparent transparent;
    margin-right: 20px;
    margin-bottom: 3px;
  }

  .direction-rtl .dg-comment-col-3 p {
    margin: 0;
    border-right-width: 1px;
    border-bottom-width: 3px;
  }
}

.dg-hiddenFile {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.dg-gridContainer,
.dg-uploadContainer {
  font-size: 90%;
}

@keyframes unfoldGrow {
  0% {
    height: 0;
    opacity: 0;
  }

  40% {
    height: 55px;
    opacity: 0;
  }

  41% {
    transform: scale(.8);
    opacity: 1;
  }

  95% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

.dg-uploadLabel {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(245, 245, 245, .5);
  text-align: center;
  margin: 0 auto;
  color: #ccc;
  font-weight: 300;
  font-size: 1.1em;
  border: 1px dashed rgba(219, 219, 219, .5);
  cursor: pointer;
  height: 340px;
  line-height: 340px;
  transition: .2s linear;
  padding: 0;
  min-width: 280px;
  width: calc(100% - 2px);
}

.dg-uploadLabel:hover {
  background-color: rgba(245, 245, 245, 1);
  border-color: rgba(219, 219, 219, 1);
}

.dg-uploadLabelImage {
  display: block;
  height: 90px;
  vertical-align: middle;
}

.dg-uploadLabelImage::before {
  font-size: 96px;
  color: #ccc;
  content: '\e049';
  position: relative;
  text-shadow: 0 1px 0 #fff;
  transition: .2s linear;
}

.dg-uploadLabel:hover > .dg-uploadLabelImage::before {
  color: #4682b4;
}

.dg-uploadLabelImage.upli {
  display: inline-block;
  margin: 0 10px 0 0;
  height: auto;
  transition: .2s linear;
}

html[dir=rtl] .dg-uploadLabelImage.upli::before {
  padding-left: 10px;
}

.dg-uploadLabelImage.upli::before {
  font-size: 24px;
  color: #ccc;
  content: '\e049';
  position: relative;
  text-shadow: 0 1px 0 #fff;
  top: 4px;
}

.dg-uploadLabelText {
  display: inline-block;
  color: #696969;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
}

.dg-uploadButtonHolder {
  min-width: 340px;
  display: block;
  text-align: right;
  padding: 0 10px;
  background: #efefef;
  height: 0;
  line-height: 30px;
  overflow: hidden;
}

.dg-uploadButton {
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ddd;
  color: #555;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dg-gridContainer .dg-uploadItemsList:not([data-upload='0']) + .dg-uploadButtonHolder,
.dg-uploadContainer .dg-uploadItemsList:not([data-upload='0']) + .dg-uploadButtonHolder {
  height: 30px!important;
  padding: 10px;
}

.dg-uploadContainer {
  min-height: 60px;
  width: 100%;
  display: inline-block;
}

.dg-uploadContainer .dg-uploadItemsList {
  width: 100%;
  text-align: left;
}

.dg-uploadContainer .dg-uploadItem {
  padding: 10px 0;
  background: 0 0;
  margin: auto;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.2em;
  position: relative;
  height: 55px;
  animation: unfoldGrow .8s normal;
}

.dg-uploadContainer .dg-uploadItemIcon {
  display: block;
  height: 50px;
  width: 50px;
  margin-right: 10px;
  float: left;
  text-align: center;
  line-height: 50px;
  color: #444;
  font-size: 1em;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0 1px 0 #fff;
  background: url(../images/transparent.png) center center #ddd;
}

html[dir=rtl] .dg-uploadContainer .dg-uploadItemIcon {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.dg-uploadContainer .dg-uploadItemIcon:after {
  content: '\e017';
  font-size: 25px;
  color: #999;
  position: relative;
}

.dg-uploadContainer .dg-uploadItemText {
  width: calc(100% - 98px);
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1.2em;
}

html[dir=rtl] .dg-uploadContainer .dg-uploadItemControls,
html[dir=rtl] .dg-uploadContainer .dg-uploadItemText {
  text-align: right;
  display: block;
}

html[dir=rtl] .dg-allowed-ext,
html[dir=rtl] .dg-toogle-terms {
  float: right!important;
}

html[dir=rtl] ul[role=menu] {
  float: left!important;
  padding-bottom: 10px;
}

html[dir=ltr] ul[role=menu] {
  float: right!important;
  padding-bottom: 10px;
}

.dg-allowed-ext i {
  position: relative;
  top: -2px;
}

.dg-uploadContainer .dg-uploadItemSize {
  display: block;
  vertical-align: top;
  color: #999;
  font-size: .75em;
  line-height: 1.2em;
}

.dg-uploadContainer .dg-done:before,
.dg-uploadContainer .dg-paused:before,
.dg-uploadContainer .dg-uploadItemCancel:before,
.dg-uploadContainer .dg-uploadItemPause:before,
.dg-uploadContainer .dg-uploadItemView:before {
  font-family: dg-icons;
  font-size: 16px;
  color: #444;
  position: relative;
}

.dg-uploadContainer .dg-controlsContainer {
  position: relative;
  float: right;
  display: inline-block;
  vertical-align: top;
  height: 20px;
}

.dg-uploadContainer .dg-uploadItemPause {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 7px;
}

.dg-uploadContainer .dg-uploadItemPause:before {
  content: '\e01b';
}

.dg-uploadContainer .dg-paused:before {
  content: '\e01a';
}

.dg-uploadContainer .dg-done {
  display: none!important;
}

.dg-uploadContainer .dg-uploadItemCancel,
.dg-uploadContainer .dg-uploadItemView {
  display: inline-block;
  cursor: pointer;
  margin-left: 7px;
  vertical-align: top;
}

.dg-uploadContainer .dg-done:before {
  content: '\69';
}

.dg-uploadContainer .dg-uploadItemCancel:before {
  content: '\e007';
}

.dg-uploadContainer .dg-uploadItemView {
  float: right;
}

.dg-uploadContainer .dg-uploadItemView:before {
  content: '\51';
}

.dg-uploadContainer .dg-uploadItemBar {
  display: block;
  margin: 20px 0 10px;
  overflow: hidden;
  height: 4px;
  background: #e6e6e6;
  width: 100%;
}

.dg-uploadContainer .dg-uploadItemBarUploaded {
  width: 0;
  height: 100%;
  transition: .2s linear;
  background: #8fbc8b;
}

.dg-uploadContainer .dg-uploadItemBarFailed {
  background: rgba(205, 92, 92, .8)!important;
  width: 100%!important;
}

.dg-uploadContainer .dg-uploadItemBarSucceed {
  background: rgba(143, 188, 139, .8)!important;
  width: 100%!important;
}

.dg-gridContainer {
  min-height: 60px;
  min-width: 320px;
  display: inline-block;
}

.dg-gridContainer .dg-uploadItemsList {
  min-width: 320px;
  text-align: center;
  background: #fefefe;
}

.dg-gridContainer .dg-uploadItem {
  background: rgba(255, 255, 255, .8);
  margin: auto;
  font-size: 1.1em;
  line-height: 1.2em;
  display: inline-block;
  width: 120px;
  padding: 10px;
  position: relative;
  animation: unfoldGrow .8s normal;
}

.dg-gridContainer .dg-uploadItemCancel:hover,
.dg-gridContainer .dg-uploadItemPause:hover,
.dg-gridContainer .dg-uploadItemView:hover {
  background-color: rgba(220, 220, 220, 1);
}

.dg-gridContainer .dg-uploadItemIcon {
  display: block;
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 100px;
  color: #999;
  font-size: 2.5em;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.dg-gridContainer .dg-uploadItemSize,
.dg-gridContainer .dg-uploadItemText {
  text-overflow: ellipsis;
  margin-bottom: 5px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.dg-gridContainer .dg-uploadItemText {
  width: 120px;
  vertical-align: top;
  color: #444;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.2em;
}

.dg-gridContainer .dg-uploadItemCancel,
.dg-gridContainer .dg-uploadItemPause,
.dg-gridContainer .dg-uploadItemView {
  width: 26px;
  height: 26px;
  float: right;
  border-radius: 30px;
  margin-left: 7px;
  top: 90px;
  position: absolute;
  cursor: pointer;
}

.dg-gridContainer .dg-uploadItemSize {
  vertical-align: middle;
  color: #999;
  font-size: 1em;
  line-height: 20px;
}

.dg-gridContainer .dg-uploadItemPause {
  display: inline-block;
  vertical-align: middle;
  background: rgba(220, 220, 220, 1);
  background-size: 46%;
  left: 20px;
}

.dg-gridContainer .dg-paused {
  background: rgba(220, 220, 220, 1);
  border-radius: 30px;
  background-size: 46%;
}

.dg-gridContainer .dg-done {
  display: none!important;
}

.dg-gridContainer .dg-uploadItemCancel {
  display: inline-block;
  vertical-align: middle;
  background: rgba(220, 220, 220, 1);
  background-size: 46%;
  left: 80px;
}

.dg-gridContainer .dg-uploadItemView {
  display: inline-block;
  vertical-align: middle;
  background: rgba(220, 220, 220, 1);
  background-size: 64%;
  left: 20px;
}

.dg-gridContainer .dg-uploadItemBar {
  width: 120px;
  height: 4px;
  display: inline-block;
  background: rgba(200, 200, 200, 1);
  overflow: hidden;
  position: absolute;
  top: 130px;
  left: 10px;
}

.dg-gridContainer .dg-uploadItemBarUploaded {
  width: 0;
  height: 100%;
  background: rgba(40, 40, 80, .6);
  transition: .2s linear;
}

.dg-gridContainer .dg-uploadItemBarFailed {
  background: rgba(200, 40, 80, .6)!important;
  width: 100%!important;
}

.dg-gridContainer .dg-uploadItemBarSucceed {
  background: rgba(40, 200, 80, .6)!important;
  width: 100%!important;
}

.dg-allowed-ext {
  display: flex;
  list-style: none;
  line-height: 39px;
  height: 39px;
  color: grey;
}

.dg-toogle-terms {
  float: left;
}

.dg-iframe {
  border: 1px solid #ddd;
  width: calc(100% - 2px);
  min-height: 360px;
  font-family: inherit;
  padding: 0;
  margin: 0;
}

.dg-iframe body.contentpane {
  margin: 0;
  padding: 10px;
  font-family: lightu, sans-serif;
  font-size: 14px;
}

#dg-update-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#dg-update-avatar .dg-uploadContainer {
  height: 100%;
  min-width: 0!important;
  min-height: none!important;
}

#dg-update-avatar .dg-uploadLabelImage {
  height: 100%;
}

#dg-update-avatar .dg-uploadLabelImage::before {
  top: calc(50% - 80px);
}

#dg-update-avatar .dg-uploadLabel:hover > .dg-uploadLabelImage::before {
  color: #4682b4!important;
  text-shadow: none;
}

#dg-update-avatar .dg-uploadLabelText {
  position: absolute;
  top: 80%;
  text-align: center;
  width: 100%;
  text-shadow: none;
  color: rgba(204, 204, 204, 0);
  font-weight: 600;
}

#dg-update-avatar .dg-uploadLabel:hover > .dg-uploadLabelText {
  color: #4682b4!important;
  text-shadow: none;
}

#dg-update-avatar .dg-uploadItemControls,
#dg-update-avatar .dg-uploadItemIcon,
#dg-update-avatar .dg-uploadItemText {
  display: none;
}

#dg-update-avatar .dg-uploadItem {
  padding: 0;
  height: 0;
  background: 0 0;
  position: absolute;
  top: 0;
  animation: ease;
}

#dg-update-avatar .dg-uploadItemBar {
  margin: 0;
  min-width: 0!important;
  width: auto!important;
}

.dg-ui .wizard .select,
.dg-ui .wizard .tagsinput,
.dg-ui .wizard section {
  margin-bottom: 10px!important;
}

@media only screen and (max-width: 667px) {
  .dg-ui .wizard .col-4 {
    margin-bottom: 10px;
  }

  .dg-ui .wizard .col-4:last-child {
    margin-bottom: 0;
  }
}

[data-hint] {
  position: relative;
  display: inline-block;
}

[data-hint]:after,
[data-hint]:before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: .3s ease;
     -moz-transition: .3s ease;
          transition: .3s ease;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
          transition-delay: 0s;
}

[data-hint]:hover:after,
[data-hint]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: .1s;
     -moz-transition-delay: .1s;
          transition-delay: .1s;
}

[data-hint]:before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

[data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 300;
  line-height: normal;
  white-space: nowrap;
  text-shadow: none;
  box-shadow: none;
}

[data-hint='']:after,
[data-hint='']:before {
  display: none!important;
}

.hint--top-left:before,
.hint--top-right:before,
.hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before,
.hint--bottom-right:before,
.hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--top:after,
.hint--top:before {
  bottom: 80%;
  left: 50%;
}

.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 8px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hint--top:focus:before,
.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
     -moz-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hint--top:focus:after,
.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
     -moz-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:after,
.hint--bottom:before {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 8px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hint--bottom:focus:before,
.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
     -moz-transform: translateY(8px);
          transform: translateY(8px);
}

.hint--bottom:focus:after,
.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
     -moz-transform: translateX(-50%) translateY(8px);
          transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:after,
.hint--right:before {
  left: 100%;
  bottom: 50%;
}

.hint--right:focus:after,
.hint--right:focus:before,
.hint--right:hover:after,
.hint--right:hover:before {
  -webkit-transform: translateX(8px);
     -moz-transform: translateX(8px);
          transform: translateX(8px);
}

.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:after,
.hint--left:before {
  right: 100%;
  bottom: 50%;
}

.hint--left:focus:after,
.hint--left:focus:before,
.hint--left:hover:after,
.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
     -moz-transform: translateX(-8px);
          transform: translateX(-8px);
}

.hint--top-left:after,
.hint--top-left:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
          transform: translateX(-100%);
  margin-left: 12px;
}

.hint--top-left:focus:before,
.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
     -moz-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hint--top-left:focus:after,
.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
     -moz-transform: translateX(-100%) translateY(-8px);
          transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:after,
.hint--top-right:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
          transform: translateX(0);
  margin-left: -12px;
}

.hint--top-right:focus:after,
.hint--top-right:focus:before,
.hint--top-right:hover:after,
.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
     -moz-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hint--bottom-left:after,
.hint--bottom-left:before {
  top: 100%;
  left: 65%;
}

.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 4px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
          transform: translateX(-100%);
  margin-left: 12px;
}

.hint--bottom-left:focus:before,
.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
     -moz-transform: translateY(8px);
          transform: translateY(8px);
}

.hint--bottom-left:focus:after,
.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
     -moz-transform: translateX(-100%) translateY(8px);
          transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:after,
.hint--bottom-right:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
          transform: translateX(0);
  margin-left: -12px;
}

.hint--bottom-right:focus:after,
.hint--bottom-right:focus:before,
.hint--bottom-right:hover:after,
.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
     -moz-transform: translateY(8px);
          transform: translateY(8px);
}

.hint--large:after,
.hint--medium:after,
.hint--small:after {
  white-space: normal;
  line-height: 1.4em;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: none;
}

.hint--error.hint--top-left:before,
.hint--error.hint--top-right:before,
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before,
.hint--error.hint--bottom-right:before,
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

.hint--warning:after {
  background-color: #c09854;
  text-shadow: none;
}

.hint--warning.hint--top-left:before,
.hint--warning.hint--top-right:before,
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before,
.hint--warning.hint--bottom-right:before,
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

.hint--info:after {
  background-color: #3986ac;
  text-shadow: none;
}

.hint--info.hint--top-left:before,
.hint--info.hint--top-right:before,
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before,
.hint--info.hint--bottom-right:before,
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

.hint--success:after {
  background-color: #458746;
  text-shadow: none;
}

.hint--success.hint--top-left:before,
.hint--success.hint--top-right:before,
.hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before,
.hint--success.hint--bottom-right:before,
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
     -moz-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
     -moz-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
     -moz-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
     -moz-transform: translateX(-100%) translateY(-8px);
          transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:after,
.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
     -moz-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
     -moz-transform: translateY(8px);
          transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
     -moz-transform: translateX(-50%) translateY(8px);
          transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
     -moz-transform: translateY(8px);
          transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
     -moz-transform: translateX(-100%) translateY(8px);
          transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:after,
.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
     -moz-transform: translateY(8px);
          transform: translateY(8px);
}

.hint--always.hint--left:after,
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
     -moz-transform: translateX(-8px);
          transform: translateX(-8px);
}

.hint--always.hint--right:after,
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
     -moz-transform: translateX(8px);
          transform: translateX(8px);
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:after,
.hint--no-animate:before {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

.hint--bounce:after,
.hint--bounce:before {
  -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
     -moz-transition: opacity .3s ease, visibility .3s ease, -moz-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
          transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
}

#dg-pregrid {
  display: block;
  padding: 0;
}

.dg-flx-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -5px!important;
}

.dg-flx-item {
  padding: 0 5px 10px!important;
}

@media all and (max-width: 375px) {
  .dg-flx-item {
    width: calc(100% - 10px)!important;
  }
}

@media all and (min-width: 376px)and (max-width: 667px) {
  .dg-flx-item {
    width: calc(100% / 2 - 10px)!important;
  }
}

@keyframes dgspin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dgspin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.dg-spin {
  min-width: 18px;
  min-height: 18px;
  position: relative;
}

.dg-spin-bottom,
.dg-spin-top,
.ias-trigger-prev {
  position: absolute;
  left: 0;
}

.dg-spin:before {
  content: 'Loading…';
  position: absolute;
  top: calc(50% - 10.5px);
  left: calc(50% - 10.5px);
  width: 18px;
  height: 18px;
}

.dg-spin:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 1.5px solid #eee;
  border-top-color: #6c9dc6;
          animation: dgspin .6s linear infinite;
  -webkit-animation: dgspin .6s linear infinite;
}

.ias-noneleft,
.ias-spinner,
.ias-trigger {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  line-height: 14px;
  cursor: pointer;
}

.ias-noneleft span {
  font-size: 11px;
  color: #444;
}

.ias-trigger-prev {
  top: -25px;
}

.ias-noneleft,
.ias-trigger-next {
  position: absolute;
  bottom: -25px;
  left: 0;
}

.dg-spin-top {
  top: -13px;
}

.dg-spin-bottom {
  bottom: -20px;
}

.dg-hide {
  opacity: 0;
  transition: all .3s ease-in-out;
}

.dg-ui .dg-fav-badge {
  position: absolute;
  right: -9px;
  top: 11px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  vertical-align: middle;
  background: #6a9cc6;
  color: #fff;
  font-size: 9px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display:         inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 700;
  border: 2px solid #f5f5f5;
}

.dg-fav-badge.animated {
  -webkit-animation: tada 2s linear infinite;
          animation: tada 2s linear infinite;
}

.dg-badge {
  bottom: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  background-color: #8ebc8b;
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
  text-shadow: -1px 0 rgba(0, 0, 0, .2), 0 1px rgba(0, 0, 0, .2), 1px 0 rgba(0, 0, 0, .2), 0 -1px rgba(0, 0, 0, .2);
}

#member-images .dg-delete-btn,
#member-images .dg-edit-btn,
#member-images .dg-notify-btn {
  margin-right: 0!important;
  margin-top: 0!important;
  margin-left: 6px;
}

#member-images .image-img img {
  width: 40px;
  height: 40px;
}

.member_avatar .dg-badge {
  top: 6px;
  right: 6px;
}

#dginline i {
  vertical-align: top;
}

.member-images-flex {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 6px;
}

#member-images img {
  margin-bottom: 6px;
}

.member-images-item1 {
  min-width: 40px;
}

.member-images-item a {
  position: relative;
  top: 0;
  left: 0;
}

.member-images-item3 {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  align-self: center;
}

.dg-ui .member-images-item4 ul {
  list-style: none;
  display: flex;
  margin: 0 -5px;
}

.dg-ui .member-images-item4 ul li {
  margin: 0 5px;
  display: inline-block;
  background-color: #ddd;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
}

.dg-ui .member-images-item4 ul li i {
  font-size: 19px;
  color: #999;
  cursor: pointer;
}

.dg-ui .member-images-item4 ul li i:hover {
  text-shadow: -1px 0 rgba(255, 255, 255, .2), 0 1px rgba(255, 255, 255, .2), 1px 0 rgba(255, 255, 255, .2), 0 -1px rgba(255, 255, 255, .2);
}

.dg-ui .member-images-item4 ul li i.dgi-bell-on:not(.gray) {
  color: #f4a460;
}

.dg-ui .member-images-item4 ul li i.dgi-bell-on:hover {
  color: #999;
}

.dg-ui .member-images-item4 ul li i.dgi-edit:hover {
  color: #4682b4;
}

.dg-ui .member-images-item4 ul li i.dgi-trash:hover {
  color: #cd5c5c;
}

#dg-update-avatar .dg-uploadLabelImage::before {
  font-family: dg-icons;
  font-size: 16px;
  color: #ccc;
  content: '\e032';
  position: relative;
  text-shadow: 0 1px 0 #fff;
  transition: .2s linear;
}

#dg-update-avatar .dg-uploadLabelImage,
#dg-update-avatar .dg-uploadLabelText {
  display: none;
}

#dg-update-avatar .dg-uploadLabel:hover {
  background-color: transparent;
}

#dg-update-avatar .dg-uploadLabel {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  line-height: normal;
  min-width: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 667px) {
  .member-images-flex {
    flex-wrap: wrap;
  }

  .member-images-item1 {
    order: 0;
    flex-basis: calc(15% - 10px);
  }

  .member-images-item4 {
    order: 1;
    flex-basis: calc(85% - 10px);
  }

  .member-images-item2 {
    order: 2;
    flex-basis: 100%!important;
  }

  .member-images-item3 {
    order: 3;
    flex-basis: 100%!important;
    display: flex;
    margin-bottom: 6px;
  }

  .member-images-item3 i.dgi-clock {
    display: none;
  }
}

.dg-pagination {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.dg-pagination .counter.pull-right {
  float: right;
  height: 40px;
  line-height: 40px;
}

.dg-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dg-pagination ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-transform: uppercase;
}

.dg-pagination ul > li:first-child {
  padding-left: 0;
}

.tabcontrol,
.wizard {
  display: block;
  width: 100%;
  overflow: hidden;
}

.tabcontrol a,
.wizard a {
  outline: 0;
}

.tabcontrol ul,
.wizard ul {
  list-style: none!important;
  padding: 0;
  margin: 0;
}

.tabcontrol > .content > .body ul,
.wizard > .content > .body ul {
  list-style: disc!important;
}

.tabcontrol ul > li,
.wizard ul > li {
  display: block;
  padding: 0;
}

.tabcontrol > .content > .title,
.tabcontrol > .steps .current-info,
.wizard > .content > .title,
.wizard > .steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard > .steps {
  position: relative;
  display: none;
  width: 100%;
}

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

.wizard > .steps .number {
  font-size: 1.429em;
}

body.contentpane .chzn-container,
input.dginput-small {
  font-size: 12px!important;
}

.wizard > .steps > ul > li {
  width: calc(100% / 3);
}

.wizard > .actions > ul > li,
.wizard > .steps > ul > li {
  float: left;
}

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:active,
.wizard > .steps a:hover {
  display: block;
  width: auto;
  margin: 0 .5em .5em 0;
  padding: 1em;
  text-decoration: none;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:active,
.wizard > .steps .disabled a:hover {
  background: #eee;
  color: #aaa;
  cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:active,
.wizard > .steps .current a:hover {
  background: #4682b4;
  color: #fff;
  cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:active,
.wizard > .steps .done a:hover {
  background: #9dc8e2;
  color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:active,
.wizard > .steps .error a:hover {
  background: #ff3111;
  color: #fff;
}

.wizard > .content {
  background: 0 0;
  display: block;
  margin: .5em 0;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
}

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% .5em;
  width: 65%;
}

.wizard > .content > .body {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}

.wizard > .content > .body input[type=checkbox],
.wizard > .content > .body label {
  display: inline-block;
}

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

.wizard > .actions > ul > li.disabled {
  display: none;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard > .actions > ul {
  float: left;
}

.wizard > .actions > ul > li:first-child {
  margin: 0 .5em;
}

.wizard > .actions > ul > li {
  margin: 0 0 0 .5em;
}

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:active,
.wizard > .actions a:hover {
  background: #4682b4;
  color: #fff;
  display: block;
  padding: 0 1.5em;
  text-decoration: none;
  height: 39px;
  line-height: 39px;
  text-transform: uppercase;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:active,
.wizard > .actions .disabled a:hover {
  background: #eee;
  color: #aaa;
}

.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px;
  margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px;
}

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.tabcontrol > .content > .body ul > li {
  display: list-item;
}

.dg-ui .actions {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

#datsogallery_content_list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin-left: -5px;
  margin-top: 10px;
}

#datsogallery_content_list li {
  position: relative;
  margin: 0 5px 10px;
}

#datsogallery_content_list li label {
  position: absolute;
  left: 5px!important;
  top: 0;
}

#datsogallery_content_list img {
  max-width: calc(100% - 2px);
  height: auto;
  border: 1px solid #ddd;
}

.flex-item {
  margin: 0 5px 10px;
}

button#dginsert {
  padding: 0;
  margin: 0;
  width: 40px;
}

.icon-white:before {
  color: #fff!important;
}

input.dginput-small {
  padding: 2px 3px!important;
}

.dg-all {
  font-size: 11px!important;
  line-height: 11px!important;
  padding-left: 5px;
  top: 6px;
  display: inline-block;
  position: relative;
}

#datsogallery_content_list .title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 1px);
  height: 40px;
  line-height: 50px;
  outline: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
  color: #fff;
  text-align: left;
}

#datsogallery_content_list .title span {
  padding-left: 7px;
  font-size: 11px;
}

.dg-ui .member-images-item4 ul li.dg-approved1 {
  background-color: #8fbc8b;
}

.dg-ui .member-images-item4 ul li.dg-approved0 {
  background-color: #f4a460;
}

.dg-ui .member-images-item4 ul li.dg-approved1 i,
.dg-ui .member-images-item4 ul li.dg-approved0 i {
  color: #fff;
  text-shadow: none;
  cursor: default;
}

.dg-image-page-tags {
  margin-bottom: 10px;
}

#member-images img.image-grayscaled {
          filter: gray;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#sbox-window {
  padding: 0!important;
}

#sbox-window.shadow {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .7)!important;
     -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .7)!important;
          box-shadow: 0 0 2px rgba(0, 0, 0, .7)!important;
}

#sbox-btn-close {
  position: absolute;
  width: 0!important;
  height: 0!important;
  right: 30px!important;
  top: 12px!important;
  background: 0 0!important;
  border: none!important;
}

#sbox-btn-close:before {
  font-family: dg-icons;
  content: '\e046';
  font-size: 20px;
  color: #fff;
  text-shadow: -1px 0 rgba(0, 0, 0, .1), 0 1px rgba(0, 0, 0, .1), 1px 0 rgba(0, 0, 0, .1), 0 -1px rgba(0, 0, 0, .1);
}

#post-comment {
  margin: 0;
}

@media (max-width: 667px) {
  #post-comment {
    width: 100%!important;
    padding: 0!important;
  }

  .dg-ui .related-col {
    width: calc(100% / 4) !important;
  }
}

@media (max-width: 375px) {
  .dg-ui .dg-hide-phone {
    display: none;
  }

  .dg-ui .related-col {
    width: calc(100% / 3) !important;
  }
}

.dg-ui .related-grid {
  margin: 0 -5px !important;
}

.dg-ui .related-grid:after {
  content: '';
  display: table;
  clear: both;
}

.dg-ui .related-grid .related-col {
  display: inline-block;
  vertical-align: top;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
       box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dg-ui .related-grid img.related-image {
  max-width: 100%;
  height: auto;
  border-radius: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.dg-ui .related-grid .related-col .title {
  padding-top: 10px;
}

.dg-select .chzn-container,
.dg-select .inputbox[type='text']:not([class*='input-']) {
  width: 100% !important;
}

.dg-select .chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  background: #fff;
  box-shadow: none;
  color: #444;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px;
}

.dg-select .chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0 10px;
}

.dg-select .chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -16px 10px;
}

.dg-select .chzn-container-active .chzn-single,
.dg-select .chzn-container-active .chzn-choices {
  border: 1px solid #ddd;
  box-shadow: none !important;
}

.dg-select .chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0;
  background-clip: padding-box;
}

.dg-select .chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff;
  background-clip: border-box;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .5);
          box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .5);
}

.dg-select .chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #ddd;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
}

.dg-select .chzn-container-single .chzn-search input[type='text']:focus {
  border-color: #ccc !important;
  background-color: #f5f5f5 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dg-select .chzn-container-single .chzn-search input[type='text'],
.dg-select .chzn-container .chzn-results li {
  font-family: inherit;
  font-size: 12px;
}

.dg-select .chzn-container .chzn-results li.highlighted {
  background-color: #aaa;
  background-image: none;
  color: #fff;
}

.dg-select .chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 3px;
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  background-color: #fff;
  background-image: none;
  cursor: text;
  line-height: 40px;
}

.dg-select .chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 2px 2px 3px 0;
  padding: 0 20px 0 5px;
  border: 1px solid #ddd;
  max-width: 100%;
  border-radius: 0;
  background-color: #eee;
  background-image: none;
  box-shadow: none;
  color: #333;
  line-height: 33px;
  cursor: default;
}

.dg-select .chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 11px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
