.dg-container{
	width: 100%;
	position: relative;
}
.dg-content{
	overflow:hidden;
	padding:30px 0;
}
.dg-container h1{
	color:#00915b;
	font-weight:700;
	font-size:40px;
	line-height:40px;
	text-align:center;
}
.dg-wrapper{
	width: 670px;
	height: 480px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper .item{
	/*width: 482px;
	height: 316px;*/
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dg-wrapper .item.dg-center{
	box-shadow: 0px 0px 17px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 17px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 17px rgba(0,0,0,0.4);
}
.dg-wrapper .item.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper .item img{
	display: block;
	padding:0;
	width:100% !important;
	height:auto !important;
}
.dg-wrapper .item div{
	text-align: center;
	line-height: 50px;
	text-transform:uppercase;
	font-weight:700;
	color: #373133;
	font-size: 21px;
	width: 100%;
	bottom: -60px;
	opacity: 0;
	position: absolute;
	line-height:20px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dg-wrapper .item.dg-center div{
	opacity: 1;
}
.dg-container nav{
	position: absolute;
	z-index: 1;
	left:0;
	right:0;
	top:calc(50% - 24px);
}
.dg-container nav span {
	text-indent: -9000px;
	float:left;
	cursor:pointer;
	width: 30px;
	height: 48px;
	opacity: 1;
	display:block;
	position:absolute;
}
.dg-container nav .dg-prev{
	background:url(../images/ar-left2.png) center center no-repeat;
	background-size:auto 100%;
	left:-50px;
}
.dg-container nav .dg-next{
	background:url(../images/ar-right2.png) center center no-repeat;
	background-size:auto 100%;
	right:-50px;
}
.dg-container nav span:hover{
	opacity: 0.8;
}

@media screen and (max-width:1200px) {
	.dg-container 				{padding:0 30px;}
	.dg-container nav .dg-prev 	{left:-5px;}
	.dg-container nav .dg-next 	{right:-5px;}
}

@media screen and (max-width:700px) {
	.dg-container 				{padding:0;}
	.dg-wrapper					{width:100%; height:450px;}
	.dg-container nav 			{left:0; right:10px; top:35px;}
	.dg-container nav .dg-prev 	{left:auto; right:20px;}
	.dg-container nav span 		{width:20px; height:30px;}

@media screen and (max-width:650px) {
	.dg-wrapper					{height:420px;}
}

@media screen and (max-width:600px) {
	.dg-wrapper					{height:380px;}
}

@media screen and (max-width:550px) {
	.dg-wrapper					{height:340px;}
}

@media screen and (max-width:500px) {
	.dg-wrapper					{height:310px;}
}

@media screen and (max-width:450px) {
	.dg-wrapper					{height:270px;}
}

@media screen and (max-width:400px) {
	.dg-wrapper					{height:240px;}
}



