.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	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 a{
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	/*background: transparent url(../images/browser.png) no-repeat top left;*/
	/*box-shadow: 0px 10px 20px rgba(0,0,0,0.3);*/
}
.dg-wrapper a.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 a img{
	display: block;
	padding: 90px 0px 0px 1px;
	width:480px;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}
[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  transition: all 0.3s ease;
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: auto;
  transition: opacity 0.6s ease;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  height: 250px;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 64%;
  padding-left: 5%;
  color: #fff;
}
.swiper-slide .content .title {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 30px;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}
[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}
.swiper-button-prev {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.swiper-button-next {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.4;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}


@media (max-width: 991px){
    .dg-wrapper a img {
    
    padding: 0px 0px 0px 1px;
    
}
}
#inner {
				position: absolute;
				display: none;
			}
			#inner.horizontal {
				width: 100%;
				height: 420px;
				margin: -210px 0 0 0;
				top: 50%;
				left: 0;
			}
			#inner.vertical {
				width: 420px;
				height: 100%;
				margin: 0 0 0 -210px;
				top: 0;
				left: 50%;
			}
			#carousel > div {
				width: 420px;
				height: 420px;
				float: left;
				position: relative;
			}
			#carousel img {
				border-radius: 100px;
				display: block;
				width: 120px;
				height: 120px;
				position: absolute;
			}
			img.t1 {
				left: 10px;
				top: 10px;
			}
			img.t2 {
				left: 150px;
				top: 10px;
			}
			img.t3 {
				left: 290px;
				top: 10px;
			}
			img.t4 {
				left: 10px;
				top: 150px;
			}
			img.t5 {
				left: 150px;
				top: 150px;
			}
			img.t6 {
				left: 290px;
				top: 150px;
			}
			img.t7 {
				left: 10px;
				top: 290px;
			}
			img.t8 {
				left: 150px;
				top: 290px;
			}
			img.t9 {
				left: 290px;
				top: 290px;
			}
			
			#left, #right, #up, #down {
				border-radius: 50px;
				border: 5px solid #ccc;
				background: #fff;
				display: block;
				width: 60px;
				height: 60px;
				margin: -35px;
				position: absolute;
			}
			#left {
				top: 50%;
				left: 0;
			}
			#right {
				top: 50%;
				right: 0;
			}
			#up {
				top: 0;
				left: 50%;
			}
			#down {
				bottom: 0;
				left: 50%;
			}
			#left:after, #right:after, #up:after, #down:after {
				content: '';
				border: 5px solid transparent;
				display: block;
				width: 0;
				height: 0;
				margin: -5px;
				position: absolute;
			}
			#left:after {
				border-right-color: #ccc;
				border-right-width: 10px;
				margin-left: 0;
				left: 50%;
				top: 50%;
			}
			#right:after {
				border-left-color: #ccc;
				border-left-width: 10px;
				margin-right: 0;
				right: 50%;
				top: 50%;
			}
			#up:after {
				border-bottom-color: #ccc;
				border-bottom-width: 10px;
				margin-top: 0;
				top: 50%;
				left: 50%;
			}
			#down:after {
				border-top-color: #ccc;
				border-top-width: 10px;
				margin-bottom: 0;
				bottom: 50%;
				left: 50%;
			}


			#donate-spacer {
				height: 0;
			}
			#donate {
				border-top: 1px solid #999;
				width: 750px;
				padding: 50px 75px;
				margin: 0 auto;
				overflow: hidden;
			}
			#donate p, #donate form {
				margin: 0;
				float: left;
			}
			#donate p {
				width: 650px;
				color: #999;
			}
			#donate form {
				width: 100px;
			}