﻿.full-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.no-mb {
    margin-bottom: 0!important;
}

.dg-imagebox01 {
    position: relative;
    overflow: hidden;
}

.dg-imagebox01 .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    color: #FFF;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in 0ms;
    -moz-transition: all 200ms ease-in 0ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 0ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 0ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 0ms;
    /* IE9? */
    letter-spacing: 0.05em;
}

.dg-imagebox01:hover .content {
    opacity: 1;
    visibility: visible;
    transition: all 200ms ease-in 350ms;
    -moz-transition: all 200ms ease-in 350ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 350ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 350ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 350ms;
    /* IE9? */
}

.dg-imagebox01 .content:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.dg-imagebox01 .content a,
.dg-imagebox01 .content a:link,
.dg-imagebox01 .content a:active,
.dg-imagebox01 .content a:visited {
    color: #f8f8f8;
}

.dg-imagebox01 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    min-width: 205px;
    text-align: center;
    max-width: 90%;
    position: relative;
    z-index: 1;
    color: #fff;
}

.dg-imagebox01 .content .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0f3147;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
    transition: all 200ms ease-in 0ms;
    -moz-transition: all 200ms ease-in 0ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 0ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 0ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 0ms;
    /* IE9? */
}

.dg-imagebox01 .content .center>*:last-child,
.dg-imagebox01 .content .center>*:last-child>.icon {
    margin: 0;
}

.dg-imagebox01 .content .icon:hover {
    background-color: #000;
}

.dg-imagebox01 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.dg-imagebox01 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox01 .content .info {
    font-style: italic;
    font-size: 13px;
}

.dg-imagebox01 .bg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    border-bottom: 28px solid;
    border-right: 28px solid;
    border-top: 28px solid transparent !important;
    border-left: 28px solid transparent!important;
    transition: all 400ms ease-in 200ms;
    -moz-transition: all 400ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 400ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 400ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 400ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox01:hover .bg {
    border-width: 600px!important;
    opacity: 0.85;
    transition: all 400ms ease-in 0ms;
    -moz-transition: all 400ms ease-in 0ms;
    /* Firefox 4 */
    -webkit-transition: all 400ms ease-in 0ms;
    /* Safari and Chrome */
    -o-transition: all 400ms ease-in 0ms;
    /* Opera */
    -ms-transition: all 400ms ease-in 0ms;
    /* IE9? */
}

.dg-imagebox01 .bg:before,
.dg-imagebox01 .bg:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 0px;
    border-bottom: 1px solid #FFF;
    left: 6px;
    top: 10px;
    transition: all 100ms ease-in 600ms;
    -moz-transition: all 100ms ease-in 600ms;
    /* Firefox 4 */
    -webkit-transition: all 100ms ease-in 600ms;
    /* Safari and Chrome */
    -o-transition: all 100ms ease-in 600ms;
    /* Opera */
    -ms-transition: all 100ms ease-in 600ms;
    /* IE9? */
}

.dg-imagebox01 .bg:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 11px;
    border-left: 1px solid #FFF;
    left: 11px;
    top: 5px;
}

.dg-imagebox01:hover .bg:before,
.dg-imagebox01:hover .bg:after {
    opacity: 0;
    visibility: hidden;
    transition: all 100ms ease-in 0ms;
    -moz-transition: all 100ms ease-in 0ms;
    /* Firefox 4 */
    -webkit-transition: all 100ms ease-in 0ms;
    /* Safari and Chrome */
    -o-transition: all 100ms ease-in 0ms;
    /* Opera */
    -ms-transition: all 100ms ease-in 0ms;
    /* IE9? */
}

.dg-imagebox01 .pic>img {
    width: 100%;
}

.dg-imagebox02 {
    position: relative;
    overflow: hidden;
}

.dg-imagebox02 .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    color: #FFF;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in;
    /* Opera */
    -ms-transition: all 200ms ease-in;
    /* IE9? */
    letter-spacing: 0.05em;
}

.dg-imagebox02:hover .content {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transition: all 200ms ease-in 350ms;
    -moz-transition: all 200ms ease-in 350ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 350ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 350ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 350ms;
    /* IE9? */
}

.dg-imagebox02 .content:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.dg-imagebox02 .content a,
.dg-imagebox02 .content a:link,
.dg-imagebox02 .content a:active,
.dg-imagebox02 .content a:visited {
    color: #f8f8f8;
}

.dg-imagebox02 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    min-width: 205px;
    text-align: center;
    max-width: 90%;
    position: relative;
    z-index: 1;
}

.dg-imagebox02 .content .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0f3147;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
    transition: all 200ms ease-in 0ms;
    -moz-transition: all 200ms ease-in 0ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 0ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 0ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 0ms;
    /* IE9? */
}

.dg-imagebox02 .content .center>*:last-child,
.dg-imagebox02 .content .center>*:last-child>.icon {
    margin: 0;
}

.dg-imagebox02 .content .icon:hover {
    background-color: #000;
}

.dg-imagebox02 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.dg-imagebox02 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox02 .content .info {
    font-style: italic;
    font-size: 13px;
}

.dg-imagebox02 .color-dark,
.dg-imagebox02 .color-dark a,
.dg-imagebox02 .color-dark a:link,
.dg-imagebox02 .color-dark a:active,
.dg-imagebox02 .color-dark a:visited {
    color: #333333;
}

.dg-imagebox02 .color-dark .title:after {
    border-bottom-color: #cccccc
}

.dg-imagebox02 .color-dark .info,
.dg-imagebox02 .color-dark .info a,
.dg-imagebox02 .color-dark .info a:link,
.dg-imagebox02 .color-dark .info a:active,
.dg-imagebox02 .color-dark .info a:visited {
    color: #666666
}

.dg-imagebox02 .color-dark .icon {
    background-color: #4b4b4b;
    color: #FFF;
}

.dg-imagebox02 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox02:hover .bg {
    bottom: 11px;
    right: 11px;
    left: 11px;
    top: 11px;
    opacity: 0.85;
    visibility: visible;
}

.dg-imagebox02 .pic>img {
    width: 100%;
}

.dg-imagebox03 {
    position: relative;
    overflow: hidden;
}

.dg-imagebox03 .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    color: #FFF;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    letter-spacing: 0.05em;
}

.dg-imagebox03:hover .content {
    z-index: 2;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.dg-imagebox03 .content:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.dg-imagebox03 .content a,
.dg-imagebox03 .content a:link,
.dg-imagebox03 .content a:active,
.dg-imagebox03 .content a:visited {
    color: #f8f8f8;
}

.dg-imagebox03 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    min-width: 205px;
    text-align: center;
    max-width: 90%;
    position: relative;
    z-index: 1;
    color: #fff;
}

.dg-imagebox03 .content .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0f3147;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 24px;
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in;
    /* Opera */
    -ms-transition: all 200ms ease-in;
    /* IE9? */
}

.dg-imagebox03 .content .center>*:last-child,
.dg-imagebox03 .content .center>*:last-child>.icon {
    margin: 0;
}

.dg-imagebox03 .content .icon:hover {
    background-color: #000;
}

.dg-imagebox03 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.dg-imagebox03 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox03 .content .info {
    font-size: 13px;
}

.dg-imagebox03 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 100%;
    opacity: 1;
    z-index: 1;
    margin-top: -3px;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox03:hover .bg {
    opacity: 0.85;
    top: 0;
}

.dg-imagebox03 .pic>img {
    width: 100%;
}

.dg-imagebox04 {
    position: relative;
    overflow: hidden;
}

.dg-imagebox04 .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    color: #666666;
    opacity: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    letter-spacing: 0.05em;
}

.dg-imagebox04:hover .content {
    opacity: 1;
}

.dg-imagebox04 .content:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.dg-imagebox04 .content a,
.dg-imagebox04 .content a:link,
.dg-imagebox04 .content a:active,
.dg-imagebox04 .content a:visited {
    color: #666666;
}

.dg-imagebox04 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    min-width: 205px;
    text-align: center;
    max-width: 90%;
    position: relative;
    z-index: 1;
    background-color: #FFF;
}

.dg-imagebox04 .content .center:after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid #FFF;
    z-index: -1;
}

.dg-imagebox04 .content .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0f3147;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 24px;
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in;
    /* Opera */
    -ms-transition: all 200ms ease-in;
    /* IE9? */
}

.dg-imagebox04 .content .icon:hover {
    background-color: #000;
}

.dg-imagebox04 .content .title {
    font-size: 18px;
    margin: 0px 0px 4px 0px;
    font-weight: 600;
}

.dg-imagebox04 .content .title a {
    color: #333;
}

.dg-imagebox04 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox04 .content .info {
    margin: 0;
    font-style: italic;
    font-size: 13px;
}

.dg-imagebox04 .bg {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    top: 10px;
    opacity: 1;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox04:hover .bg {
    opacity: 0.8;
}

.dg-imagebox04 .pic>img {
    width: 100%;
}

.dg-imagebox05 {
    position: relative;
    overflow: hidden;
}

.dg-imagebox05 .content {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    z-index: 2;
    color: #FFF;
    opacity: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    letter-spacing: 0.05em;
}

.dg-imagebox05:hover .content {
    opacity: 1;
}

.dg-imagebox05 .content:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.dg-imagebox05 .content a,
.dg-imagebox05 .content a:link,
.dg-imagebox05 .content a:active,
.dg-imagebox05 .content a:visited {
    color: #f8f8f8;
}

.dg-imagebox05 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    text-align: center;
    max-width: 90%;
    z-index: 1;
    color: #fff;
}

.dg-imagebox05 .content .center:after,
.dg-imagebox05 .content .center:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    z-index: -1;
    transition: all 300ms ease-in 200ms;
    -moz-transition: all 300ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox05 .content .center:after {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}

.dg-imagebox05 .content .center:before {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

.dg-imagebox05:hover .content .center:after,
.dg-imagebox05:hover .content .center:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.dg-imagebox05 .content .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
    color: #333333;
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in;
    /* Opera */
    -ms-transition: all 200ms ease-in;
    /* IE9? */
}

.dg-imagebox05 .content .center>*:last-child,
.dg-imagebox05 .content .center>*:last-child>.icon {
    margin: 0;
}

.dg-imagebox05 .content .icon:hover {
    background-color: #fff;
}

.dg-imagebox05 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.dg-imagebox05 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox05 .content .info {
    font-size: 13px;
}

.dg-imagebox05 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0;
    opacity: 1;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox05:hover .bg {
    opacity: 0.85;
}

.dg-imagebox05 .pic>img {
    width: 100%;
}

.dg-imagebox05 .center a:hover {
    text-decoration: none;
}

.dg-imagebox05 .title a:hover,
.dg-imagebox05 .info a:hover {
    text-decoration: underline;
}

.dg-imagebox06 {
    position: relative;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
}

.dg-imagebox06 .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: -2;
    color: #FFF;
    letter-spacing: 0.05em;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dg-imagebox06:hover .content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 3;
}

.dg-imagebox06 .pic {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dg-imagebox06:hover .pic {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.dg-imagebox06 .pic>img {
    width: 100%;
}

.dg-imagebox06 .content:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.dg-imagebox06 .content h6 a,
.dg-imagebox06 .content h6 a:link,
.dg-imagebox06 .content h6 a:active,
.dg-imagebox06 .content h6 a:visited {
    color: #f8f8f8;
}

.dg-imagebox06 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    min-width: 205px;
    text-align: center;
    max-width: 98%;
    z-index: 1;
    color: #fff;
}

.dg-imagebox06 .content .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
    color: #333333;
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in;
    /* Opera */
    -ms-transition: all 200ms ease-in;
    /* IE9? */
}

.dg-imagebox06 .content .center>*:last-child,
.dg-imagebox06 .content .center>*:last-child>.icon {
    margin: 0;
}

.dg-imagebox06 .content .icon:hover {
    background-color: #fff;
}

.dg-imagebox06 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.dg-imagebox06 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox06 .content .info {
    margin: 0 0 20px;
    font-size: 13px;
}

.dg-imagebox07 {
    position: relative;
    overflow: hidden;
}

.dg-imagebox07 .content {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    z-index: 2;
    color: #FFF;
    letter-spacing: 0.05em;
    opacity: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox07:hover .content {
    opacity: 1;
}

.dg-imagebox07 .content:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.dg-imagebox07 .content a,
.dg-imagebox07 .content a:link,
.dg-imagebox07 .content a:active,
.dg-imagebox07 .content a:visited {
    color: #f8f8f8;
}

.dg-imagebox07 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    min-width: 205px;
    text-align: center;
    max-width: 98%;
    z-index: 1;
    color: #fff;
}

.dg-imagebox07 .content .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
    color: #333333;
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in;
    /* Opera */
    -ms-transition: all 200ms ease-in;
    /* IE9? */
}

.dg-imagebox07 .content .center>*:last-child,
.dg-imagebox07 .content .center>*:last-child>.icon {
    margin: 0;
}

.dg-imagebox07 .content .icon:hover {
    background-color: #fff;
}

.dg-imagebox07 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.dg-imagebox07 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox07 .content .info {
    font-size: 13px;
}

.dg-imagebox07 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0;
    opacity: 1;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox07:hover .bg {
    opacity: 0.85;
}

.dg-imagebox07 .pic>img {
    width: 100%;
}

.dg-imagebox08 {
    position: relative;
    overflow: hidden;
}

.dg-imagebox08 .content {
    position: absolute;
    text-align: center;
    z-index: 2;
    color: #FFF;
    padding: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    letter-spacing: 0.05em;
}

.dg-imagebox08:hover .content {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.dg-imagebox08 .content a,
.dg-imagebox08 .content a:link,
.dg-imagebox08 .content a:active,
.dg-imagebox08 .content a:visited {
    color: #f8f8f8;
}

.dg-imagebox08 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    min-width: 205px;
    text-align: center;
    max-width: 98%;
    z-index: 1;
    color: #fff;
}

.dg-imagebox08 .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
    color: #333333;
    position: absolute;
    top: 26%;
    left: 50%;
    margin-left: -18px;
    z-index: 3;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in;
    /* Opera */
    -ms-transition: all 200ms ease-in;
    /* IE9? */
}

.dg-imagebox08 .icon:hover {
    background-color: #fff;
}

.dg-imagebox08:hover .icon {
    opacity: 1;
    transform: scaleX(1);
}

.dg-imagebox08 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.dg-imagebox08 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox08 .content .info {
    margin: 0;
    font-size: 13px;
}

.dg-imagebox08 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0;
    opacity: 1;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox08:hover .bg {
    opacity: 0.7;
}

.dg-imagebox08 .pic>img {
    width: 100%;
}

.dg-imagebox09 {}

.dg-imagebox09 .content {
    text-align: center;
    z-index: 2;
    color: #666666;
    padding: 25px;
    background-color: #fbfbfb;
    border: 1px solid #e5e5e5;
    border-top: none;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    letter-spacing: 0.05em;
}

.dg-imagebox09 .content a,
.dg-imagebox09 .content a:link,
.dg-imagebox09 .content a:active,
.dg-imagebox09 .content a:visited {
    color: #666666;
}

.dg-imagebox09 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    min-width: 205px;
    text-align: center;
    max-width: 98%;
    z-index: 1;
    color: #fff;
}

.dg-imagebox09 .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0b2e45;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    z-index: 3;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in;
    /* Opera */
    -ms-transition: all 200ms ease-in;
    /* IE9? */
}

.dg-imagebox09:hover .icon {
    opacity: 1;
    transform: scaleX(1);
    transition: all 200ms ease-in 500ms;
    -moz-transition: all 200ms ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 500ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 500ms;
    /* IE9? */
}

.dg-imagebox09 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.dg-imagebox09 .content .title a {
    color: #333;
}

.dg-imagebox09 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox09 .content .info {
    margin: 0;
    font-size: 13px;
}

.dg-imagebox09 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 100%;
    opacity: 1;
    z-index: 1;
    margin-top: -3px;
    opacity: 1;
    transition: all 300ms ease-in 500ms;
    -moz-transition: all 300ms ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 500ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 500ms;
    /* IE9? */
}

.dg-imagebox09:hover .bg {
    opacity: 0.7;
    top: 0;
    margin-top: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox09 .pic {
    position: relative;
}

.dg-imagebox09 .pic>img {
    width: 100%;
}

.dg-imagebox09 .pic:after,
.dg-imagebox09 .pic:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: .5;
    z-index: 2;
    transition: all 300ms ease-in 200ms;
    -moz-transition: all 300ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox09 .pic:after {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}

.dg-imagebox09 .pic:before {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

.dg-imagebox09:hover .pic:after,
.dg-imagebox09:hover .pic:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 300ms ease-in 300ms;
    -moz-transition: all 300ms ease-in 300ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 300ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 300ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 300ms;
    /* IE9? */
}

.dg-imagebox10 {}

.dg-imagebox10 .content {
    text-align: center;
    z-index: 2;
    color: #666666;
    padding: 25px;
    background-color: #fbfbfb;
    border: 1px solid #e5e5e5;
    border-top: none;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    letter-spacing: 0.05em;
}

.dg-imagebox10:hover .content {
    color: #FFF;
    background-color: #20a3f0;
    border-color: #20a3f0;
}

.dg-imagebox10 .content .title,
.dg-imagebox10 .content a,
.dg-imagebox10 .content a:link,
.dg-imagebox10 .content a:active,
.dg-imagebox10 .content a:visited {
    color: #666666;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox10:hover .content .title,
.dg-imagebox10:hover .content a,
.dg-imagebox10:hover .content a:link,
.dg-imagebox10:hover .content a:active,
.dg-imagebox10:hover .content a:visited {
    color: #FFF;
}

.dg-imagebox10 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    min-width: 205px;
    text-align: center;
    max-width: 98%;
    z-index: 1;
    color: #fff;
}

.dg-imagebox10 .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
    color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    z-index: 3;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox10:hover .icon {
    opacity: 1;
    transform: scaleX(1);
}

.dg-imagebox10 .content .title {
    font-size: 18px;
    margin: 0 0 1px;
    font-weight: 600;
}

.dg-imagebox10 .content .title a {
    color: #333;
}

.dg-imagebox10 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox10 .content .info {
    margin: 0;
    font-size: 13px;
}

.dg-imagebox10 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    opacity: 1;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox10:hover .bg {
    opacity: 0.7;
}

.dg-imagebox10 .pic {
    position: relative;
}

.dg-imagebox10 .pic>img {
    width: 100%;
}

.dg-imagebox11 {
    overflow: hidden;
    position: relative;
}

.dg-imagebox11 .content {
    text-align: center;
    z-index: 2;
    color: #666666;
    padding: 25px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-top: none;
    min-height: 108px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    letter-spacing: 0.05em;
}

.dg-imagebox11:hover .content {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.dg-imagebox11 .content a,
.dg-imagebox11 .content a:link,
.dg-imagebox11 .content a:active,
.dg-imagebox11 .content a:visited {
    color: #666666;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox11 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    min-width: 205px;
    text-align: center;
    max-width: 98%;
    z-index: 1;
    color: #fff;
}

.dg-imagebox11 .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
    color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    z-index: 3;
    opacity: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox11:hover .icon {
    opacity: 1;
    margin-top: 36px;
}

.dg-imagebox11 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.dg-imagebox11 .content .title a {
    color: #333;
}

.dg-imagebox11 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox11 .content .info {
    margin: 0;
    font-size: 13px;
}

.dg-imagebox11 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    opacity: 1;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox11:hover .bg {
    opacity: 0.7;
}

.dg-imagebox11 .pic {
    position: relative;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox11:hover .pic {
    transform: translateY(-108px);
    -webkit-transform: translateY(-108px);
}

.dg-imagebox11 .pic>img {
    width: 100%;
}

.dg-imagebox12 {}

.dg-imagebox12 .content {
    text-align: center;
    z-index: 2;
    color: #666666;
    padding: 25px;
    background-color: #fbfbfb;
    border-top: none;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    letter-spacing: 0.05em;
}

.dg-imagebox12 .content a,
.dg-imagebox12 .content a:link,
.dg-imagebox12 .content a:active,
.dg-imagebox12 .content a:visited {
    color: #666666;
}

.dg-imagebox12 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    min-width: 205px;
    text-align: center;
    max-width: 98%;
    z-index: 1;
    color: #fff;
}

.dg-imagebox12 .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0b2e45;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    z-index: 3;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in;
    /* Opera */
    -ms-transition: all 200ms ease-in;
    /* IE9? */
}

.dg-imagebox12:hover .icon {
    opacity: 1;
    transform: scaleX(1);
    transition: all 200ms ease-in 500ms;
    -moz-transition: all 200ms ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 500ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 500ms;
    /* IE9? */
}

.dg-imagebox12 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.dg-imagebox12 .content .title a {
    color: #333;
}

.dg-imagebox12 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox12 .content .info {
    margin: 0;
    font-size: 13px;
}

.dg-imagebox12 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    opacity: 1;
    z-index: 0;
    opacity: 0;
    transition: all 300ms ease-in 500ms;
    -moz-transition: all 300ms ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 500ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 500ms;
    /* IE9? */
}

.dg-imagebox12:hover .bg {
    opacity: 0.7;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox12 .pic {
    position: relative;
}

.dg-imagebox12 .pic>img {
    width: 100%;
}

.dg-imagebox12 .pic:after,
.dg-imagebox12 .pic:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: .5;
    z-index: 1;
    transition: all 300ms ease-in 200ms;
    -moz-transition: all 300ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox12 .pic:after {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}

.dg-imagebox12 .pic:before {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

.dg-imagebox12:hover .pic:after,
.dg-imagebox12:hover .pic:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 300ms ease-in 300ms;
    -moz-transition: all 300ms ease-in 300ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 300ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 300ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 300ms;
    /* IE9? */
}

.dg-imagebox13 {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
}

.dg-imagebox13 .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    color: #FFF;
    opacity: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    letter-spacing: 0.05em;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.dg-imagebox13:hover .content {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.dg-imagebox13 .content:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.dg-imagebox13 .content a,
.dg-imagebox13 .content a:link,
.dg-imagebox13 .content a:active,
.dg-imagebox13 .content a:visited {
    color: #f8f8f8;
}

.dg-imagebox13 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    min-width: 205px;
    text-align: center;
    max-width: 90%;
    position: relative;
    z-index: 1;
    color: #fff;
}

.dg-imagebox13 .content .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0f3147;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
    transition: all 200ms ease-in 0ms;
    -moz-transition: all 200ms ease-in 0ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 0ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 0ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 0ms;
    /* IE9? */
}

.dg-imagebox13 .content .icon:hover {
    background-color: #000;
}

.dg-imagebox13 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.dg-imagebox13 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox13 .content .info {
    font-style: italic;
    font-size: 13px;
}

.dg-imagebox13 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    transform: scale(0);
    -webkit-transform: scale(0);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.dg-imagebox13:hover .bg {
    opacity: 0.85;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.dg-imagebox13 .pic>img {
    width: 100%;
}

.dg-imagebox14 {
    position: relative;
    display: inline-block;
}

.dg-imagebox14 .content {
    position: absolute;
    right: 13%;
    top: 13%;
    width: 52px;
    height: 52px;
    margin: -26px -26px 0 0;
    text-align: center;
    z-index: 2;
    color: #FFF;
    transition: all 300ms ease-in 600ms;
    -moz-transition: all 300ms ease-in 600ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 600ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 600ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 600ms;
    /* IE9? */
    letter-spacing: 0.05em;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.dg-imagebox14:hover .content {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox14 .content:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.dg-imagebox14 .content a,
.dg-imagebox14 .content a:link,
.dg-imagebox14 .content a:active,
.dg-imagebox14 .content a:visited {
    color: #f8f8f8;
}

.dg-imagebox14 .content .center {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 15px;
    text-align: center;
    max-width: 90%;
    position: relative;
    z-index: 1;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: scaleX(0);
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox14:hover .content .center {
    visibility: visible;
    opacity: 1;
    transform: scaleX(1);
    transition: all 300ms ease-in 300ms;
    -moz-transition: all 300ms ease-in 300ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 300ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 300ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 300ms;
    /* IE9? */
}

.dg-imagebox14 .content .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    font-size: 16px;
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox14:hover .content .icon {
    visibility: hidden;
    opacity: 0;
    transform: scaleX(0);
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox14 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
}

.dg-imagebox14 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox14 .content .info {
    margin: 0;
}

.dg-imagebox14 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox14:hover .bg {
    opacity: 0.85;
    visibility: visible;
}

.dg-imagebox14 .pic {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.dg-imagebox14 .pic>img {
    width: 100%;
}

.dg-imagebox15 {}

.dg-imagebox15 .content {
    text-align: left;
    z-index: 2;
    color: #666666;
    padding: 25px 0;
    background-color: #FFF;
    border-top: none;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    letter-spacing: 0.05em;
}

.dg-imagebox15 .content a,
.dg-imagebox15 .content a:link,
.dg-imagebox15 .content a:active,
.dg-imagebox15 .content a:visited {
    color: #666666;
}

.dg-imagebox15 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in 500ms;
    -moz-transition: all 300ms ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 500ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 500ms;
    /* IE9? */
}

.dg-imagebox15:hover .bg {
    opacity: 0.7;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox15 .links {
    margin-bottom: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    /* Safari and Chrome */
    -ms-transform: translate(-50%, -50%);
    /* IE9? */
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox15 .links div {
    display: inline-block;
}

.dg-imagebox15 .links a:hover {
    text-decoration: none;
}

.dg-imagebox15 .links .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0b2e45;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #f0f0f0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox15:hover .links {
    opacity: 1;
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox15:hover .links .icon {
    transform: scaleX(1);
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox15 .links .icon:hover {
    background-color: #000;
    color: #FFF;
}

.dg-imagebox15 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.dg-imagebox15 .content .title a {
    color: #333;
}

.dg-imagebox15 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox15 .content .info {
    font-size: 13px;
}

.dg-imagebox15 .pic {
    position: relative;
}

.dg-imagebox15 .pic>img {
    width: 100%;
}

.dg-imagebox15 .pic:after,
.dg-imagebox15 .pic:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: .5;
    z-index: 2;
    transition: all 300ms ease-in 200ms;
    -moz-transition: all 300ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox15 .pic:after {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}

.dg-imagebox15 .pic:before {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

.dg-imagebox15:hover .pic:after,
.dg-imagebox15:hover .pic:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 300ms ease-in 300ms;
    -moz-transition: all 300ms ease-in 300ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 300ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 300ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 300ms;
    /* IE9? */
}

.dg-imagebox16{
    position:relative;
}  

.dg-imagebox16 .content {
    text-align: center;
    z-index: 2;
    color: #666666;
    padding: 25px 0;
    background-color: #FFF;
    border-top: none;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
    letter-spacing: 0.05em;
}

.dg-imagebox16 .content a,
.dg-imagebox16 .content a:link,
.dg-imagebox16 .content a:active,
.dg-imagebox16 .content a:visited {
    color: #666666;
}

.dg-imagebox16 .links {
    margin-bottom: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    /* Safari and Chrome */
    -ms-transform: translate(-50%, -50%);
    /* IE9? */
    transform: translate(-50%, -50%);
}

.dg-imagebox16 .links div {
    display: inline-block;
}

.dg-imagebox16 .links a:hover {
    text-decoration: none;
}

.dg-imagebox16 .links .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0b2e45;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #f0f0f0;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox16:hover .links .icon {
    opacity: 1;
    transform: scaleX(1);
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox16 .links .icon:hover {
    background-color: #000;
    color: #FFF;
}

.dg-imagebox16 .links .btn {
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in;
    /* Opera */
    -ms-transition: all 200ms ease-in;
    /* IE9? */
    margin: 0 5px;
}

.dg-imagebox16:hover .links .btn {
    opacity: 1;
    transform: scaleX(1);
    transition: all 200ms ease-in 0ms;
    -moz-transition: all 200ms ease-in 0ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 0ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 0ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 0ms;
    /* IE9? */
}

.dg-imagebox16 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
}

.dg-imagebox16 .content .title a {
    color: #333;
}

.dg-imagebox16 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox16 .content .info {
    margin: 0;
    font-size: 13px;
}

.dg-imagebox16 .bg,
.dg-imagebox16 .owl-carousel .owl-stage-outer::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in 500ms;
    -moz-transition: all 300ms ease-in 500ms;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in 500ms;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in 500ms;
    /* Opera */
    -ms-transition: all 300ms ease-in 500ms;
    /* IE9? */
}

.dg-imagebox16 .owl-carousel .owl-stage-outer::after {
    background-color: #191919!important;
}

.dg-imagebox16:hover .bg,
.dg-imagebox16 .owl-carousel:hover .owl-stage-outer::after {
    opacity: 0.7;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox16 .pic {
    position: relative;
}

.dg-imagebox16 .pic>img {
    width: 100%;
}

.dg-imagebox17 {
    position: relative;
    overflow: hidden;
}

.dg-imagebox17 .content {
    position: relative;
    text-align: center;
    z-index: 2;
    color: #FFF;
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in;
    /* Opera */
    -ms-transition: all 200ms ease-in;
    /* IE9? */
    letter-spacing: 0.05em;
}

.dg-imagebox17:hover .content {
    z-index: 2;
    transition: all 200ms ease-in 350ms;
    -moz-transition: all 200ms ease-in 350ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 350ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 350ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 350ms;
    /* IE9? */
}

.dg-imagebox17 .content a,
.dg-imagebox17 .content a:link,
.dg-imagebox17 .content a:active,
.dg-imagebox17 .content a:visited {
    color: #333;
}

.dg-imagebox17 .links {
    margin-bottom: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    /* Safari and Chrome */
    -ms-transform: translate(-50%, -50%);
    /* IE9? */
    transform: translate(-50%, -50%);
}

.dg-imagebox17 .links div {
    display: inline-block;
}

.dg-imagebox17 .links a:hover {
    text-decoration: none;
}

.dg-imagebox17 .links .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0b2e45;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #f0f0f0;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox17:hover .links .icon {
    opacity: 1;
    transform: scaleX(1);
    transition: all 200ms ease-in 200ms;
    -moz-transition: all 200ms ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 200ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 200ms;
    /* IE9? */
}

.dg-imagebox17 .links .icon:hover {
    background-color: #000;
    color: #FFF;
}

.dg-imagebox17 .content {
    padding: 25px 0;
}

.dg-imagebox17 .content .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #0f3147;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 14px;
    transition: all 200ms ease-in 0ms;
    -moz-transition: all 200ms ease-in 0ms;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in 0ms;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in 0ms;
    /* Opera */
    -ms-transition: all 200ms ease-in 0ms;
    /* IE9? */
}

.dg-imagebox17 .content>*:last-child,
.dg-imagebox17 .content>*:last-child>.icon {
    margin: 0;
}

.dg-imagebox17 .content .icon:hover {
    background-color: #000;
}

.dg-imagebox17 .content .title {
    font-size: 18px;
    margin: 0 0 4px;
    font-weight: 600;
    color: #000;
}

.dg-imagebox17 .content .info {
    color: #333;
}

.dg-imagebox17 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox17 .content .info {
    font-style: italic;
    font-size: 13px;
}

.dg-imagebox17 .color-dark,
.dg-imagebox17 .color-dark a,
.dg-imagebox17 .color-dark a:link,
.dg-imagebox17 .color-dark a:active,
.dg-imagebox17 .color-dark a:visited {
    color: #333333;
}

.dg-imagebox17 .color-dark .title:after {
    border-bottom-color: #cccccc
}

.dg-imagebox17 .color-dark .info,
.dg-imagebox17 .color-dark .info a,
.dg-imagebox17 .color-dark .info a:link,
.dg-imagebox17 .color-dark .info a:active,
.dg-imagebox17 .color-dark .info a:visited {
    color: #666666
}

.dg-imagebox17 .color-dark .icon {
    background-color: #4b4b4b;
    color: #FFF;
}

.dg-imagebox17 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox17:hover .bg {
    opacity: 0.8;
    visibility: visible;
}

.dg-imagebox17 .pic {
    position: relative;
}

.dg-imagebox17 .pic img {
    width: 100%;
}

.dg-imagebox17 .pic:hover>.bg {
    bottom: 11px;
    right: 11px;
    left: 11px;
    top: 11px;
}

.dg-imagebox18 {
    position: relative;
    overflow: hidden;
}

.dg-imagebox18 .content {
    position: absolute;
    text-align: center;
    z-index: 2;
    color: #FFF;
    letter-spacing: 0.05em;
    opacity: 1;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    bottom: 50%;
    width: 100%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.dg-imagebox18:hover .content {
    opacity: 1;
}

.dg-imagebox18 .content a,
.dg-imagebox18 .content a:link,
.dg-imagebox18 .content a:active,
.dg-imagebox18 .content a:visited {
    color: #f8f8f8;
}

.dg-imagebox18 .content .center {}

.dg-imagebox18 .content .icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 24px;
    color: #333333;
    transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 200ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 200ms ease-in;
    /* Opera */
    -ms-transition: all 200ms ease-in;
    /* IE9? */
}

.dg-imagebox18 .content .icon:hover {
    background-color: #fff;
}

.dg-imagebox18 .content .title {
    font-size: 18px;
    margin: 0 0 8px;
}

.dg-imagebox18 .content .title:after {
    content: "";
    border-bottom: 1px solid #ffffff;
    display: block;
    width: 38px;
    margin: 8px auto 0;
}

.dg-imagebox18 .content .sep {
    padding: 0px 4px;
}

.dg-imagebox18 .content .info {}

.dg-imagebox18 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0;
    opacity: 1;
    z-index: 1;
    opacity: 0.9;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.dg-imagebox18:hover .bg {
    opacity: 0.9
}

.dg-imagebox18 .pic>img {
    width: 100%;
}

.img-zoom[class*="dg-imagebox"] .pic,
.img-left-rotate[class*="dg-imagebox"] .pic,
.img-right-rotate[class*="dg-imagebox"] .pic {
    overflow: hidden;
}

.img-zoom[class*="dg-imagebox"] .pic img,
.img-left-rotate[class*="dg-imagebox"] .pic img,
.img-right-rotate[class*="dg-imagebox"] .pic img {
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    /* Firefox 4 */
    -webkit-transition: all 300ms ease-in;
    /* Safari and Chrome */
    -o-transition: all 300ms ease-in;
    /* Opera */
    -ms-transition: all 300ms ease-in;
    /* IE9? */
}

.img-zoom[class*="dg-imagebox"]:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.img-left-rotate[class*="dg-imagebox"]:hover .pic img {
    transform: scale(1.1) rotate(-5deg);
    -webkit-transform: scale(1.1) rotate(-5deg);
}

.img-right-rotate[class*="dg-imagebox"]:hover .pic img {
    transform: scale(1.1) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
}

.portfolios_isotope .center>a:hover {
    text-decoration: none;
}

[class*="dg-imagebox"] .icon-white {
    background-color: #FFF !important;
    color: #000 !important;
}

[class*="dg-imagebox"] .icon-black {
    background-color: #0b2e45 !important;
    color: #f5f5f5 !important;
}

[class*="dg-imagebox"] .icon-white:hover {
    background-color: #ddd !important;
    color: #666 !important;
}

[class*="dg-imagebox"] .icon-black:hover {
    background-color: #000 !important;
    color: #FFF !important;
}

[class*="dg-imagebox"] .owl-dots {
    margin-top: -35px;
    z-index: 100;
    position: absolute;
    text-align: center;
    top: 100%;
    left: 0;
    width: 100%;
}

[class*="dg-imagebox"] .owl-dots .owl-dot {
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 0 6px 3px;
    border: 1px solid transparent;
    position: relative;
    transition: border-color ease-in 200ms;
    -moz-transition: border-color ease-in 200ms;
    -webkit-transition: border-color ease-in 200ms;
    -o-transition: border-color ease-in 200ms;
    -ms-transition: border-color ease-in 200ms;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

[class*="dg-imagebox"] .owl-dots .owl-dot::after {
    content: "";
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;
    background-color: #dcdcdc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: background-color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms;
    -o-transition: background-color ease-in 200ms;
    -ms-transition: background-color ease-in 200ms;
}

[class*="dg-imagebox"] .owl-dots .owl-dot.active {
    border-color: #20a3f0;
    background-color: transparent;
}

[class*="dg-imagebox"] .owl-dots .owl-dot.active::after {
    background-color: #20a3f0;
}

[class*="dg-imagebox"] .owl-nav .owl-prev,
[class*="dg-imagebox"] .owl-nav .owl-next {
    position: absolute;
    z-index: 3;
    top: 50%;
    opacity: 0;
    transition: all .2s ease 0s;
    width: 40px;
    height: 40px;
    line-height: 48px;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin: -20px 0 0 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

[class*="dg-imagebox"]:hover .owl-nav .owl-prev,
[class*="dg-imagebox"]:hover .owl-nav .owl-next {
    opacity: 1;
}

[class*="dg-imagebox"] .owl-nav .owl-prev:hover,
[class*="dg-imagebox"] .owl-nav .owl-next:hover {
    background-color: #000;
}

[class*="dg-imagebox"]:hover .owl-nav .owl-prev {
    left: 10px;
}

[class*="dg-imagebox"]:hover .owl-nav .owl-next {
    right: 10px;
}

[class*="dg-imagebox"] .owl-nav .owl-prev {
    left: 0;
}

[class*="dg-imagebox"] .owl-nav .owl-next {
    right: 0;
}

[class*="dg-imagebox"] .owl-nav .owl-prev:before,
[class*="dg-imagebox"] .owl-nav .owl-next:before {
    content: "";
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    margin: -4px 0 0 -2px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

[class*="dg-imagebox"] .owl-nav .owl-next:before {
    margin: -4px 0 0 -4px;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg)
}
.dg-imagebox19{
    position:relative;
    overflow:hidden;
}
.dg-imagebox19 .content{
    position: absolute; 
    text-align: center;
    z-index: 2;
    color: #FFF;
    letter-spacing: 0.05em;
    opacity: 1;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    bottom: 50%;
    width: 100%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.dg-imagebox19:hover .content{
    opacity:1;
}
.dg-imagebox19 .content a, 
.dg-imagebox19 .content a:link, 
.dg-imagebox19 .content a:active, 
.dg-imagebox19 .content a:visited{
    color:#f8f8f8;
}
.dg-imagebox19 .content .center{
}

.dg-imagebox19 .content .icon{
    width:36px;
    height:36px;
    line-height:36px;
    background-color:#fff;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    display:inline-block;
    text-align:center;
    margin-bottom:24px;
    color:#333333;
    transition:         all 200ms ease-in;
    -moz-transition:    all 200ms ease-in; /* Firefox 4 */
    -webkit-transition: all 200ms ease-in; /* Safari and Chrome */
    -o-transition:      all 200ms ease-in; /* Opera */
    -ms-transition:     all 200ms ease-in; /* IE9? */
}
.dg-imagebox19 .content .icon:hover{
    background-color:#fff;
}
.dg-imagebox19 .content .title{
    font-size:18px;
    margin: 0 0 8px;
}
.dg-imagebox19 .content .title:after{
    content:"";
    border-bottom:1px solid #ffffff;
    display:block;
    width:38px;
    margin:8px auto 0;
}
.dg-imagebox19 .content .sep{
    padding:0px 4px;
}
.dg-imagebox19 .bg{
    position:absolute;
    bottom:0px;
    right:0px;
    left:0px;
    top:0;
    opacity:1;
    z-index:1;
    opacity:0.9;
    transition:         all 300ms ease-in;
    -moz-transition:    all 300ms ease-in; /* Firefox 4 */
    -webkit-transition: all 300ms ease-in; /* Safari and Chrome */
    -o-transition:      all 300ms ease-in; /* Opera */
    -ms-transition:     all 300ms ease-in; /* IE9? */
}
.dg-imagebox19:hover .bg{
    opacity: 0.9
}
.dg-imagebox19 .pic > img{
    width:100%;
}
.dg-imagebox20 .pic{
    position: relative;
}
.dg-imagebox20 .pic img{
    width:100%;
}
.dg-imagebox20 .pic .img_con{
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}
.dg-imagebox20 .bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    opacity: 1;
    z-index: 0;
    opacity: 0;
	transition: 		all 300ms ease-in;
	-moz-transition: 	all 300ms ease-in; /* Firefox 4 */
	-webkit-transition: all 300ms ease-in; /* Safari and Chrome */
	-o-transition: 		all 300ms ease-in; /* Opera */
	-ms-transition: 	all 300ms ease-in; /* IE9? */
}
.dg-imagebox20:hover .bg {
    opacity: 0.85;
}
.dg-imagebox20 .img_con a{
    color: #fff;
}
.dg-imagebox20 .img_con a:hover{
    text-decoration: none;
}
.dg-imagebox20 .img_con .icon{
    font-size: 40px;
    display: block;
    padding: 0 0 20px 0;
}
.dg-imagebox20 .content{
    text-align: center;
    padding: 35px 25px;
}
.dg-imagebox20 .content a em{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 2px 5px;
}

.dg-imagebox20 .content p{
    padding: 0px 0px 15px 0px;
}