.clearfix:after, .clearfix:before {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.dg-container {
  margin: 70px auto 140px;
  position: relative; }
  @media all and (min-width: 1301px) {
    .dg-container {
      width: 1260px;
      height: 540px; } }
  @media all and (min-width: 1024px) and (max-width: 1300px) {
    .dg-container {
      width: 920px;
      height: 420px; } }
  @media all and (min-width: 768px) and (max-width: 1023px) {
    .dg-container {
      width: 700px;
      height: 480px;
      overflow-x: hidden; } }
  @media all and (max-width: 767px) {
    .dg-container {
      width: 320px;
      height: 480px;
      overflow-x: hidden; } }

.dg-wrapper {
          /*
width: 740px;
height: 540px;*/
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px; }
  @media all and (min-width: 1301px) {
    .dg-wrapper {
      width: 740px;
      height: 540px; } }
  @media all and (min-width: 1024px) and (max-width: 1300px) {
    .dg-wrapper {
      width: 460px;
      height: 420px; } }
  @media all and (min-width: 768px) and (max-width: 1023px) {
    .dg-wrapper {
      width: 420px;
      height: 240px; } }

.dg-wrapper .slide-item {
  /*width: 740px;
  height: 540px;*/
  display: block;
  position: absolute;
  left: 0;
  top: 0; }
  @media all and (min-width: 1301px) {
    .dg-wrapper .slide-item {
      width: 740px;
      height: 540px; } }
  @media all and (min-width: 1024px) and (max-width: 1300px) {
    .dg-wrapper .slide-item {
      width: 440px;
      height: 420px; } }
  @media all and (min-width: 768px) and (max-width: 1023px) {
    .dg-wrapper .slide-item {
      width: 420px;
      height: 240px; } }

.dg-wrapper .slide-item.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.dg-wrapper .slide-item img {
  display: block;
  width: 100%;
  height: auto;
  padding: 1px; }

.dg-wrapper .slide-item .slide-content {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 16px;
  width: 100%;
  top: 25px;
  display: none;
  position: relative; }
  .dg-wrapper .slide-item .slide-content p {
    width: 100%; }
    @media all and (max-width: 767px) {
      .dg-wrapper .slide-item .slide-content p {
        padding: 0 20px; } }
    .dg-wrapper .slide-item .slide-content p strong {
      color: #dc5f12;
      font-size: 23px; }
    .dg-wrapper .slide-item .slide-content p + p {
      margin-top: 10px; }

.dg-wrapper .slide-item.dg-center .slide-content {
  display: block; }

.dg-container .slider-nav {
  /*width: 58px;
  position: absolute;
  z-index: 1000;
  bottom: 40px;
  left: 50%;
  margin-left: -29px;*/ }

.dg-container .slider-nav span {
  display: block;
  position: absolute;
  top: 40%;
  text-indent: -9000px;
  cursor: pointer;
  width: 47px;
  height: 92px;
  background: url(../images/slider-nav-left.png) no-repeat top left;
  z-index: 99;
  left: 40px; }
  @media all and (min-width: 1024px) and (max-width: 1300px) {
    .dg-container .slider-nav span {
      top: 28%; } }
  @media all and (min-width: 768px) and (max-width: 1023px) {
    .dg-container .slider-nav span {
      top: 18%; } }
  @media all and (max-width: 767px) {
    .dg-container .slider-nav span {
      top: 18%;
      left: 20px; } }

.dg-container .slider-nav span.dg-next {
  right: 40px;
  left: auto;
  background-image: url("../images/slider-nav-right.png"); }
  @media all and (max-width: 767px) {
    .dg-container .slider-nav span.dg-next {
      right: 20px; } }

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