.full-link{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
}
.no-mb{
	margin-bottom:0!important;
}
[class*="dg-imagebox"] .sep{
	display:inline-block;
}

.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;
	transform:translateY(-30px);
	-webkit-transform:translateY(-30px);
	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;
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
	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:24px;
	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 14px;
}
.dg-imagebox01 .content .title:after{
	content:"";
	border-bottom:1px solid #ffffff;
	display:block;
	width:38px;
	margin:8px auto 0;
}
.dg-imagebox01 .content .sep{
	padding:0px 4px;
}
.dg-imagebox01 .content .info{
	font-style:italic;
}

.dg-imagebox01 .bg{
	position:absolute;
	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? */
	font-size: 0
}
.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:24px;
	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 14px;
}
.dg-imagebox02 .content .title:after{
	content:"";
	border-bottom:1px solid #ffffff;
	display:block;
	width:38px;
	margin:8px auto 0;
}
.dg-imagebox02 .content .sep{
	padding:0px 4px;
}
.dg-imagebox02 .content .info{
	font-style:italic;
}
.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 14px;
}
.dg-imagebox03 .content .title:after{
	content:"";
	border-bottom:1px solid #ffffff;
	display:block;
	width:38px;
	margin:8px auto 0;
}
.dg-imagebox03 .content .sep{
	padding:0px 4px;
}
.dg-imagebox03 .content .info{
}

.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:0 ;
}
.dg-imagebox04 .content .sep{
	padding:0px 4px;
}
.dg-imagebox04 .content .info{
	margin:0;
	font-style:italic;
}

.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: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-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 14px;
}
.dg-imagebox05 .content .title:after{
	content:"";
	border-bottom:1px solid #ffffff;
	display:block;
	width:38px;
	margin:8px auto 0;
}
.dg-imagebox05 .content .sep{
	padding:0px 4px;
}
.dg-imagebox05 .content .info{
}

.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;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.dg-imagebox05 .content .center{
		padding:5px;
	}
	.dg-imagebox05 .content{
	  top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
	}
}

.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 a, 
.dg-imagebox06 .content a:link, 
.dg-imagebox06 .content a:active, 
.dg-imagebox06 .content 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: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-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 14px;
}
.dg-imagebox06 .content .title:after{
	content:"";
	border-bottom:1px solid #ffffff;
	display:block;
	width:38px;
	margin:8px auto 0;
}
.dg-imagebox06 .content .sep{
	padding:0px 4px;
}
.dg-imagebox06 .content .info{
	margin:0 0 20px;
}
	
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.dg-imagebox06 .content .info{
		font-size:13px;
    margin: 0 0 7px 0px;
    line-height: 1.4;
	}
}


.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: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-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 14px;
}
.dg-imagebox07 .content .title:after{
	content:"";
	border-bottom:1px solid #ffffff;
	display:block;
	width:38px;
	margin:8px auto 0;
}
.dg-imagebox07 .content .sep{
	padding:0px 4px;
}
.dg-imagebox07 .content .info{
}
.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:24px;
	color:#333333;
	position:absolute;
	top:22%;
	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 14px;
}
.dg-imagebox08 .content .title:after{
	content:"";
	border-bottom:1px solid #ffffff;
	display:block;
	width:38px;
	margin:8px auto 0;
}
.dg-imagebox08 .content .sep{
	padding:0px 4px;
}
.dg-imagebox08 .content .info{
	margin:0;
}
.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:24px;
	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 5px;
}
.dg-imagebox09 .content .sep{
	padding:0px 4px;
}
.dg-imagebox09 .content .info{
	margin:0;
}
.dg-imagebox09 .bg{
	position:absolute;
	bottom:0px;
	right:0px;
	left:0px;
	top:100%;
	opacity:1;
	z-index:0;
	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: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-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:#20a3fc;
	border-color:#20a3fc;
}
.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:24px;
	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 5px;
}
.dg-imagebox10 .content .sep{
	padding:0px 4px;
}
.dg-imagebox10 .content .info{
	margin:0;
}
.dg-imagebox10 .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-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:24px;
	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 5px;
}
.dg-imagebox11 .content .sep{
	padding:0px 4px;
}
.dg-imagebox11 .content .info{
	margin:0;
}
.dg-imagebox11 .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-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:24px;
	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 5px;
}
.dg-imagebox12 .content .sep{
	padding:0px 4px;
}
.dg-imagebox12 .content .info{
	margin:0;
}
.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:24px;
	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;
}
.dg-imagebox13 .content .sep{
	padding:0px 4px;
}
.dg-imagebox13 .content .info{
	font-style:italic;
}

.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 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 .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 .pic{
    position: relative;
}
.dg-imagebox15 .pic img{
    width:100%;
}
.dg-imagebox15 .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-imagebox15 .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-imagebox15:hover .bg {
    opacity: 0.85;
}
.dg-imagebox15 .img_con a{
    color: #fff;
}
.dg-imagebox15 .img_con a:hover{
    text-decoration: none;
}
.dg-imagebox15 .img_con .icon{
    font-size: 40px;
    display: block;
    padding: 0 0 20px 0;
}
.dg-imagebox15 .content{
    text-align: center;
    padding: 35px 25px;
}
.dg-imagebox15 .content a em{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 2px 5px;
}

.dg-imagebox15 .content p{
    padding: 0px 0px 15px 0px;
}
.dg-imagebox16{
    position:relative;
    overflow:hidden;
}
.dg-imagebox16 .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-imagebox16:hover .content{
    opacity:1;
}
.dg-imagebox16 .content a, 
.dg-imagebox16 .content a:link, 
.dg-imagebox16 .content a:active, 
.dg-imagebox16 .content a:visited{
    color:#f8f8f8;
}
.dg-imagebox16 .content .center{
}

.dg-imagebox16 .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-imagebox16 .content .icon:hover{
    background-color:#fff;
}
.dg-imagebox16 .content .title{
    font-size:18px;
    margin: 0 0 8px;
}
.dg-imagebox16 .content .title:after{
    content:"";
    border-bottom:1px solid #ffffff;
    display:block;
    width:38px;
    margin:8px auto 0;
}
.dg-imagebox16 .content .sep{
    padding:0px 4px;
}
.dg-imagebox16 .content .info{
}
.dg-imagebox16 .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-imagebox16:hover .bg{
    opacity: 0.9
}
.dg-imagebox16 .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);
}

/*Images*/
.photo_box .pic_box {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.photo_box img {
	width: 100%;
	max-width: 100%;
}

.photo_box {
	margin: 0;
	padding: 0px;
	overflow: hidden;
	line-height: 1.8;
	display:block;
}

.photo_box .pic_box {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	vertical-align: middle;
}

.photo_box a,
.photo_box a:hover {
	text-decoration: none
}

.photo_box .ico {
	position: absolute;
	top: 50%;
	left:0;
	width: 100%;
	margin-top: -25px;
	text-align: center;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

.photo_box .ico span ,
.photo_box .ico em ,
.photo_box .ico i ,
.photo_box .ico .fa {
	color: #FFF;
	width: 50px!important;
	height: 50px!important;
	line-height: 50px!important;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin: 0px 3px;
	background-color: #69b532;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.photo_box .ico h3,
.photo_box .ico .title {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 5px;
}
.photo_box .link-full{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}

.photo_box .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
	display:block;
}

.vertical_center_1 {
	width: 100%;
	height: 100%;
	display: table;
}

.vertical_center_2 {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.vertical_center_2 p{
	padding-left:10px;
	padding-right:10px;
}
.photo_box .title,
.photo_box .description{
	display:block;
	font-style:normal;
}

.photo_box .content h3 ,
.photo_box .content .title{
	color: #FFF;
	font-size: 15px;
	margin-bottom: 5px;
}

.photo_box .content p,
.photo_box .content .description {
	color: #FFF;
	font-size: 13px;
}

.photo_box .content >.fa {
	font-size: 50px;
	height: 70%;
	position: relative;
	display:inline-block;
}

.photo_box .content > .fa:before {
	position: absolute;
	top: 50%;
	left: 0;
}

.photo_box .content .ico {
	position: static;
	margin: 0 0 15px;
}

.photo_box .shade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
}

.photo_box .ico,
.photo_box .content,
.photo_box .shade {
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover .ico,
.photo_box:hover .content {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box:hover .shade {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box.default_show .ico,
.photo_box.default_show .content {
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.default_show .shade {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box.img_zoom .pic_box img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-webkit-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	-ms-transition: all ease-out 300ms;
}

.photo_box:hover.img_zoom .pic_box img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.photo_box.ico_left_enter .ico,
.photo_box.ico_right_enter .ico,
.photo_box.ico_top_enter .ico,
.photo_box.ico_bottom_enter .ico,
.photo_box.ico_LeftAndRight_enter span,
.photo_box.ico_TopAndBottom_enter span,
.photo_box.ico_LeftAndRight_enter i,
.photo_box.ico_TopAndBottom_enter i,
.photo_box.ico_LeftAndRight_enter em,
.photo_box.ico_TopAndBottom_enter em,
.photo_box.ico_LeftAndRight_enter b,
.photo_box.ico_TopAndBottom_enter b {
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box.ico_left_enter .ico {
	left: -100%;
}

.photo_box:hover.ico_left_enter .ico {
	left: 0%;
}

.photo_box.ico_right_enter .ico {
	left: 100%;
}

.photo_box:hover.ico_right_enter .ico {
	left: 0%;
}

.photo_box.ico_top_enter .ico {
	top: -100%;
}

.photo_box:hover.ico_top_enter .ico {
	top: 50%;
}

.photo_box.ico_bottom_enter .ico {
	top: 150%;
}

.photo_box:hover.ico_bottom_enter .ico {
	top: 50%;
}

.photo_box.ico_LeftAndRight_enter .ico_left {
	transform: translate(-250px, 0);
	-ms-transform: translate(-250px, 0);
	-webkit-transform: translate(-250px, 0);
	-o-transform: translate(-250px, 0);
	-moz-transform: translate(-250px, 0);
}

.photo_box.ico_LeftAndRight_enter .ico_right {
	transform: translate(250px, 0);
	-ms-transform: translate(250px, 0);
	-webkit-transform: translate(250px, 0);
	-o-transform: translate(250px, 0);
	-moz-transform: translate(200px, 0);
}

.photo_box.ico_TopAndBottom_enter .ico_top {
	transform: translate(0, -250px);
	-ms-transform: translate(0, -250px);
	-webkit-transform: translate(0, -250px);
	-o-transform: translate(0, -250px);
	-moz-transform: translate(0, -250px);
}

.photo_box.ico_TopAndBottom_enter .ico_bottom {
	transform: translate(0, 200px);
	-ms-transform: translate(0, 200px);
	-webkit-transform: translate(0, 200px);
	-o-transform: translate(0, 200px);
	-moz-transform: translate(0, 200px);
}
.photo_box:hover.ico_LeftAndRight_enter .ico_left,
.photo_box:hover.ico_LeftAndRight_enter .ico_right,
.photo_box:hover.ico_TopAndBottom_enter .ico_top,
.photo_box:hover.ico_TopAndBottom_enter .ico_bottom {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box.ico_push_in img {
	margin-bottom: -15px;
	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;
}

.photo_box.ico_push_in .ico {
	top: auto;
	bottom: -50px;
	width: 100%;
	background-color: #69b532;
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.ico_push_in .ico .fa,
.photo_box.ico_push_in .ico em {
	background-color: transparent!important
}

.photo_box.ico_push_in .ico a {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
}

.photo_box.ico_push_in .ico a:first-child {
	border-right: 1px solid #FFF;
	border-right: 1px solid rgba(255,255,255,0.5);
	margin-right: -2px;
}

.photo_box:hover.ico_push_in img {
	margin-top: -15px;
	margin-bottom: 0;
}

.photo_box:hover.ico_push_in .ico {
	top: auto;
	bottom: 0px;
}

.photo_box.ico_left_rotate .ico,
.photo_box.ico_left_rotate .ico > span,
.photo_box.ico_left_rotate .ico > i,
.photo_box.ico_left_rotate .ico > em,
.photo_box.ico_right_rotate .ico,
.photo_box.ico_right_rotate .ico >span ,
.photo_box.ico_right_rotate .ico >i ,
.photo_box.ico_right_rotate .ico >em {
	width: 50px;
	height: 50px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
	padding: 0;
}

.photo_box.ico_left_rotate .ico {
	left: 0;
	top: auto;
	bottom: 0px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	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;
	-moz-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.photo_box.ico_right_rotate .ico {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	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;
	-moz-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.photo_box:hover.ico_left_rotate .ico,
.photo_box:hover.ico_right_rotate .ico {
	transform: rotate(0);
	-ms-transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
}

.photo_box.content_top_increment .increment_1 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -300px);
	-moz-transform: translate(0, -300px);
	transition: all ease-in 500ms;
	-moz-transition: all ease-in 500ms;
	-webkit-transition: all ease-in 500ms;
	-o-transition: all ease-in 500ms;
	-ms-transition: all ease-in 500ms;
}

.photo_box.content_top_increment .increment_2 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -340px);
	-moz-transform: translate(0, -340px);
	transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-o-transition: all ease-in 400ms;
	-ms-transition: all ease-in 400ms;
}

.photo_box.content_top_increment .increment_3 {
	transform: translate(0, -300px);
	-ms-transform: translate(0, -300px);
	-webkit-transform: translate(0, -300px);
	-o-transform: translate(0, -380px);
	-moz-transform: translate(0, -380px);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.content_top_increment .increment_1,
.photo_box:hover.content_top_increment .increment_2,
.photo_box:hover.content_top_increment .increment_3 {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box:hover.content_top_increment .increment_1 {
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.content_top_increment .increment_2 {
	transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-o-transition: all ease-in 400ms;
	-ms-transition: all ease-in 400ms;
}

.photo_box:hover.content_top_increment .increment_3 {
	transition: all ease-in 500ms;
	-moz-transition: all ease-in 500ms;
	-webkit-transition: all ease-in 500ms;
	-o-transition: all ease-in 500ms;
	-ms-transition: all ease-in 500ms;
}

.photo_box.content_top_increment .content h3 {
	background-color: #69b532;
	font-size: 18px;
	color: #FFF;
	padding: 15px;
	margin-bottom: 25px;
	width: 100%;
}

.photo_box.content_top_increment .content a.but {
	background-color: #fff;
	color: #666666;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	margin-top: 15px;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.photo_box.content_top_increment .content a.but:hover {
	background-color: #333;
	color: #FFF;
}
.photo_box.content_top_increment .content p {
	padding: 0px 30px;
}

.photo_box.ico_zoom .ico span {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.ico_zoom .ico span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.photo_box.img_flip {
	overflow: visible;
}

.photo_box.img_flip .pic_box {
	position: relative;
	overflow: visible;
	-webkit-perspective: 1000;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000;
}

.photo_box.img_flip .pic_box img,
.photo_box.img_flip .shade,
.photo_box.img_flip .content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 750ms ease 0s;
	-moz-transition: all 750ms ease 0s;
	-o-transition: all 750ms ease 0s;
	-ms-transition: all 750ms ease 0s;
	transition: all 750ms ease 0s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.photo_box.img_flip .pic_box img {
	z-index: 1;
	position: relative;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.photo_box.img_flip .pic_box .shade,
.photo_box.img_flip .pic_box .content {
	z-index: -2;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.photo_box.img_flip .pic_box .content {
	z-index: -1;
}

.photo_box:hover.img_flip img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.photo_box:hover.img_flip .pic_box .shade,
.photo_box:hover.img_flip .pic_box .content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.photo_box:hover.img_flip .pic_box .shade {
	z-index: 2;
}

.photo_box:hover.img_flip .pic_box .content {
	z-index: 3;
}

.content_sytle_2 .shade {
	background-color: #69b532;
}

.content_sytle_2 .content h3 {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 5px;
}

.content_sytle_2 .content p {
	padding: 0 30px 5px;
}

.content_sytle_2 .content a.but {
	border: 1px solid #FFF;
	padding: 10px 25px;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
	color: #FFF;
}

.photo_box.content_push_in .pic_box img {
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box.content_push_in .content {
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #69b532;
	top: auto;
	height: auto;
	bottom: 0;
	height: 70px;
	margin-bottom: -70px;
	overflow: hidden;
}

.photo_box.content_push_in .content h3,
.photo_box.content_push_in .content .title {
	padding: 15px 0 0;
	line-height:1.1;
	display:block
}

.photo_box:hover.content_push_in .pic_box img {
	margin-top: -70px;
	margin-bottom: 70px;
}

.photo_box:hover.content_push_in .content {
	margin-bottom: 0px;
}

.photo_box.icon_tag_push .ico {
	width: 90px;
	height: 90px;
	left: auto;
	right: -90px;
	top: -90px;
	margin: 0;
	text-align: right;
	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;
}

.photo_box.icon_tag_push .ico:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border: 45px solid transparent;
	border-right-color: #69b532;
	border-top-color: #69b532;
}

.photo_box.icon_tag_push .ico span,
.photo_box.icon_tag_push .ico em,
.photo_box.icon_tag_push .ico i {
	background: none;
	position:relative;
	width: auto!important;
	height: auto!important;
	display: inline-block!important;
	line-height: 60px!important;
	width: 50px!important;
	text-align: center!important;
}

.photo_box:hover.icon_tag_push .ico {
	right: 0px;
	top: 0px;
}

.photo_box.icon_tag_push .content {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	width: auto;
	height: auto;
	padding: 13px 36px;
	color: #666666;
	top: auto;
	bottom: 20px;
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.icon_tag_push .content h3,
.photo_box.icon_tag_push .content .title {
	color: #666666;
	font-size: 16px;
	margin: 0;
}

.photo_box.content_bottom_push_in .content {
	background-color:transparent;
	height: auto;
	padding: 15px 0;
	color: #FFF;
	top: auto;
	bottom: 0px;
	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;
	transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
}
.photo_box.content_bottom_push_in .content:after{
	content: "";
	background-color: #009B85;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-1;
	opacity:0.8;
}

.photo_box.content_bottom_push_in .content:before {
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #009B85;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -4px;
	opacity:0.8;
}

.photo_box.content_bottom_push_in .content h3,
.photo_box.content_bottom_push_in .content .title {
	color: #FFF;
	font-size: 16px;
	margin: 0;
}

.photo_box.content_bottom_push_in .content p,
.photo_box.content_bottom_push_in .content .description {
	color: #FFF;
	margin-bottom: 0;
}

.photo_box:hover.content_bottom_push_in .content {
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

.photo_box.content_bottom_push_in_2 .shade {
	background-color: #000;
	top: 100%;
	margin-top: -40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box:hover.content_bottom_push_in_2 .shade {
	top: 0;
	margin: 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.photo_box.content_bottom_push_in_2 .content {
	filter: alpha(opacity=100);
	opacity: 1;
	height: 40px;
	top: 100%;
	margin-top: -41px;
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-o-transition: all ease-in 300ms;
	-ms-transition: all ease-in 300ms;
}

.photo_box:hover.content_bottom_push_in_2 .content {
	height: 100%;
	top: 0;
	margin-top: 0;
}

.photo_box.content_bottom_push_in_2 .but {
	border: 1px solid #FFF;
	padding: 10px 22px;
	font-size: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin-top: 10px;
	color: #FFF;
	text-decoration: none;
}

.photo_box.entirety_left_offset .shade {
	background-color: #f0f0f0;
}

.photo_box.entirety_left_offset .shade,
.photo_box.entirety_left_offset .ico,
.photo_box.entirety_left_offset .content {
	filter: alpha(opacity=100);
	opacity: 1;
	left: 100%;
	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;
}

.photo_box.entirety_left_offset .ico {
	width: auto;
	top: auto;
	bottom: 0;
}

.photo_box.entirety_left_offset .ico span,
.photo_box.entirety_left_offset .ico em,
.photo_box.entirety_left_offset .ico i {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin: 0;
}

.photo_box.entirety_left_offset .content {
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 80px 30px 30px;
}

.photo_box.entirety_left_offset h3,
.photo_box.entirety_left_offset p,
.photo_box.entirety_left_offset .title,
.photo_box.entirety_left_offset .description,
.photo_box.entirety_left_offset a {
	color: #666;
}

.photo_box:hover.entirety_left_offset .shade,
.photo_box:hover.entirety_left_offset .ico,
.photo_box:hover.entirety_left_offset .content {
	left: 50px;
}

.photo_box.entirety_bevel .content {
	height: 60%;
	text-align: left;
	top: 0;
	padding: 0px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.photo_box.entirety_bevel .ico {
	height: 40%;
	text-align: left;
	margin: 0;
	top: 60%;
	left: 40px;
}

.photo_box.entirety_bevel .ico span {
	background-color: transparent;
	border: 1px solid #FFF;
}

.photo_box:hover.entirety_bevel .shade {
	background-color: #69b532;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.photo_box.entirety_bevel .pic_box:before {
	content: "";
	border-width: 0px;
	border-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #FFF;
	border-left-color: #e5e5e5;
	border-bottom-color: #FFF;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	transition: border-width ease-in 200ms;
	-moz-transition: border-width ease-in 200ms;
	-webkit-transition: border-width ease-in 200ms;
	-o-transition: border-width ease-in 200ms;
	-ms-transition: border-width ease-in 200ms;
}

.photo_box:hover.entirety_bevel .pic_box:before {
	border-width: 25px;
	transition: border-width ease-in 200ms;
	-moz-transition: border-width ease-in 200ms;
	-webkit-transition: border-width ease-in 200ms;
	-o-transition: border-width ease-in 200ms;
	-ms-transition: border-width ease-in 200ms;
}

.img_left {
	float: left;
	width: auto;
	margin: 8px 15px 5px 0;
}

.img_right {
	float: right;
	width: auto;
	margin: 8px 0 5px 15px;
}

.img_center {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 5px
}

.img_center .pic_box {
	display: inline-block;
	width: auto;
}

.box_border_radius {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0)
}

.box_border_round {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0)
}

.box_border {
	border: 3px solid #dddddd;
	overflow: hidden;
}

.box_border_padding {
	border: 1px solid #dddddd;
	padding: 3px;
	margin-bottom:8px;
}

.box_bottom_shadow {
	box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.3);
}

.box_bottom_shadow_left,
.box_bottom_shadow_right {
	overflow: visible;
	position: relative;
	z-index: 1;
}

.box_bottom_shadow_left:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 15px;
	z-index: 0;
	box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 14px 14px 14px rgba(0,0,0,0.3);
	margin: -24px 0 0 0;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
}

.box_bottom_shadow_right:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 15px;
	z-index: -1;
	box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: -14px 14px 14px rgba(0,0,0,0.3);
	margin: -24px 0 0 0;
	transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-moz-transform: rotate(-deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}
.box_shadow{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
}

@-webkit-keyframes 
ico_rotate {
0% {
-webkit-transform:rotate(-60deg) scale(0.5);
opacity:0;
}
50% {
-webkit-transform:rotate(20deg) scale(1.1);
opacity:1;
}
100% {
-webkit-transform:rotate(0deg) scale(1);
opacity:1;
}
}
@-moz-keyframes 
ico_rotate {
0% {
-moz-transform:rotate(-60deg) scale(0.5);
opacity:0;
}
50% {
-moz-transform:rotate(20deg) scale(1.1);
opacity:1;
}
100% {
-moz-transform:rotate(0deg) scale(1);
opacity:1;
}
}
@-o-keyframes 
ico_rotate {
0% {
-0-transform:rotate(-60deg) scale(0.5);
opacity:0;
}
50% {
-0-transform:rotate(20deg) scale(1.1);
opacity:1;
}
100% {
-0-transform:rotate(0deg) scale(1);
opacity:1;
}
}
@keyframes 
ico_rotate {
0% {
transform:rotate(-60deg) scale(0.5);
opacity:0;
}
50% {
transform:rotate(20deg) scale(1.1);
opacity:1;
}
100% {
transform:rotate(0deg) scale(1);
opacity:1;
}
}

.ico_rotate .ico span {
	-webkit-animation-duration: 300ms;
	-moz-animation-duration: 300ms;
	-o-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	width: 80px;
	height: 80px;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.ico_rotate:hover .ico span {
	-webkit-animation-name: ico_rotate;
	-moz-animation-name: ico_rotate;
	-o-animation-name: ico_rotate;
	animation-name: ico_rotate;
}

.shade_zoom .shade {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform: scale(0.1);
	transform: scale(0.1);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;/* Firefox 4 */
	-webkit-transition: all ease-in 300ms;/* Safari and Chrome */
	-o-transition: all ease-in 300ms;/* Opera */
	-ms-transition: all ease-in 300ms;/* IE9? */
}

.shade_zoom:hover .shade {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.shade_zoom .ico span {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 40px!important;
	height: 40px!important;
	line-height: 40px!important;
	border: 1px solid #FFF;
	background-color: transparent!important;
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;/* Firefox 4 */
	-webkit-transition: all ease-in 300ms;/* Safari and Chrome */
	-o-transition: all ease-in 300ms;/* Opera */
	-ms-transition: all ease-in 300ms;/* IE9? */
}

.shade_zoom:hover .ico span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	filter: alpha(opacity=100);
	opacity: 1;
}

.photo_box.content_zoom .shade,
.photo_box.content_zoom .content {
	overflow: hidden;
	top: auto;
	left: 0;
	bottom: 0;
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform: scale(0.1);
	transform: scale(0.1);
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;/* Firefox 4 */
	-webkit-transition: all ease-in 300ms;/* Safari and Chrome */
	-o-transition: all ease-in 300ms;/* Opera */
	-ms-transition: all ease-in 300ms;/* IE9? */
}

.photo_box.content_zoom:hover .shade,
.photo_box.content_zoom:hover .content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	filter: alpha(opacity=100);
	opacity: 1;
}

.ico_no_bg .fa {
	background: none!important;
	font-size: 30px!important;
	color: #FFF!important;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.box_dotted_padding {
	border: 1px dashed #ddd;
	padding: 3px;
}

.text_sytle_1 {
	padding: 15px 10px 10px;
}

.text_sytle_1 h3,
.text_sytle_2 h3 {
	font-size: 14px;
	color: #666666;
	margin: 0;
}

.text_sytle_1 .info {
	float: right;
	padding-top: 13px;
	font-size: 14px;
}

.text_sytle_1 .info span {
	margin-right: 3px;
}

.text_sytle_1 h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #666666;
}

.text_sytle_2 {
	background-color: #f5f5f5;
	padding: 15px 15px 10px;
	border-bottom: 2px solid #dcdcdc;
	text-align: center;
}

.text_sytle_3 {
	text-align: left;
	padding: 10px 0 5px;
}

.text_sytle_3 h3 {
	font-size: 14px;
	color: #666666;
}

.text_sytle_4 h3 {
	padding: 0;
	border-bottom: 1px solid #dedede;
	margin-bottom: 12px;
	font-size: 14px;
	color: #666666;
}

.text_sytle_4 h3 span {
	display: inline-block;
	padding: 10px 0;
	border-bottom: 1px solid #69b532;
	margin-bottom: -1px;
	font-size: 14px;
	color: #666666;
}

.text_sytle_5 {
	clear: both;
	overflow: hidden;
	margin: 5px;
}

.text_sytle_5 h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 20px 8px 10px;
	padding: 0;
}

.text_sytle_6 h3 {
	color: #363839;
	font-size: 18px;
	padding: 25px 0px 0px;
	font-weight: normal;
	margin-bottom: 0px;
}

.text_sytle_6 .info {
	margin-bottom: 10px;
}

.text_sytle_6 .social-icons a {
	font-size: 23px;
	color: #8a8989;
	filter: alpha(opacity=50);
	opacity: 0.5;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}

.text_sytle_6 .social-icons a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.text_sytle_7 {
	clear: both;
	overflow: hidden;
	margin: 5px;
}

.text_sytle_7 h3 {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	margin: 10px 8px;
}
.text_sytle_7 h3 span {
	float: right;
}
.text_sytle_8 {
	clear: both;
	overflow: hidden;
	border:1px solid #c8c8c8;
	border-top:none;
	padding:25px;
	font-size:13px;
	color:#717171;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		all ease-in 200ms; /* Opera */
	-ms-transition: 	all ease-in 200ms; /* IE9? */
}
.text_sytle_8 h3 {
	font-size:16px;
	color:#000000;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}
.text_sytle_8 a{
	text-decoration:underline;
}
.photo_box:hover .text_sytle_8{
	background-color:#009B85;
	color:#FFF;	
}
.photo_box:hover .text_sytle_8 h3 {
	color:#FFF;	
}
.photo_box:hover .text_sytle_8 a{
	color:#FFF;	
}


