.dg-container{
	width: 100%;
	height: auto;
	position: relative;
}

.dg-wrapper{
	width: 660px;
	min-height: 180px;
	margin: 0 auto;
	position: relative;
	border-radius: 5px;
	
	-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: 660px;
	height: auto;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/browser.png) no-repeat top left;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 5px #ffc600;
	   -moz-box-shadow: 0px 0px 5px #ffc600;
		-ms-box-shadow: 0px 0px 5px #ffc600;
		 -o-box-shadow: 0px 0px 5px #ffc600;
			box-shadow: 0px 0px 5px #ffc600;
}

.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: 0;
	width: 100%;
	border-radius: 5px;
}

.dg-wrapper a div{
	line-height: 50px;
	width: 100%;
	bottom: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 0 0 5px 5px;
}

.dg-caption {
	padding: 20px 25px 10px 25px;
}

.dg-caption::before {
	display: block;
    background: rgba(255,110,2,1);
    background: -moz-linear-gradient(left, rgba(255,110,2,1) 0%, rgba(255,255,0,0.56) 50%, rgba(255,109,0,0.13) 100%);
    background: -webkit-linear-gradient(left, rgba(255,110,2,1) 0%,rgba(255,255,0,0.56) 50%,rgba(255,109,0,0.13) 100%);
    background: linear-gradient(to right, rgba(255,110,2,1) 0%,rgba(255,255,0,0.56) 50%,rgba(255,109,0,0.13) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e02', endColorstr='#21ff6d00',GradientType=1 );
}

.dg-caption::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
}


.dg-wrapper a div h2 {
	color: #333;
	text-transform: uppercase;
	background: -webkit-linear-gradient(top, rgba(235,232,222,1) 0%,rgba(209,206,199,1) 39%,rgba(185,182,171,1) 59%,rgba(236,232,221,1) 100%);
				-webkit-background-clip: text;
				   -moz-background-clip: text;
					-ms-background-clip: text;
					 -o-background-clip: text;
						background-clip: text;
	-webkit-text-fill-color: transparent;	
	margin: 0;
	font-family: "PlayBold";
	text-align: left;
	text-transform: uppercase;
	line-height: 40px;
}

.dg-wrapper a.dg-center div{
	display: block;
}

.room-nav-dg {
	width: 100%;
	text-align: center;
	margin-top: 80px;
	position: relative;
	float: left;	
}

.dg-container nav{
	width: 58px;
	margin-left: auto;
	margin-right: auto;
}

.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;
}

.ball-home {
    display: flex;
    float: right;
}

.ball-home img {
    width: 40px !important;
    height: 40px !important;	
	margin-left: 3px !important;
	margin-right: 3px !important;	
}

@media (max-width: 1220px){
	.dg-wrapper, .dg-wrapper a {
		width: 640px;
	}	
}

@media (max-width: 1199px){
	.dg-wrapper, .dg-wrapper a {
		width: 480px;
	}
	
	.room-nav-dg {
		margin-top: 20px;
	}	
}

@media (max-width: 1020px){
	.dg-wrapper, .dg-wrapper a {
		width: 450px;
	}
	
	.room-nav-dg {
		margin-top: 0px;
	}
}

@media (max-width: 991px){
	.dg-wrapper {
		min-height: 165px;
	}	
	
	.dg-wrapper, .dg-wrapper a {
		width: 400px;
	}
	
	.dg-caption::before {
		height: 7px;
	}	
	
	.dg-caption {
		padding: 15px 25px 7px 25px;
	}
	
	.dg-wrapper a div h2 {
		line-height: 26px;
		font-size: 26px;	
	}	

	.ball-home img {
		width: 30px !important;
		height: 30px !important;		
	}
}

@media (max-width: 940px){
	.dg-container {
		overflow-x : hidden;
	}
}

@media (max-width: 480px){
	.dg-wrapper {
		min-height: 130px;
	}	
	
	.dg-wrapper, .dg-wrapper a {
		width: 320px;
	}
	
	.dg-caption {
		padding: 8px 25px 3px 25px;
	}
	
	.dg-wrapper a div h2 {
		line-height: 22px;
		font-size: 22px;
	}
	
	.ball-home img {
		width: 25px !important;
		height: 25px !important;				
	}
	
	.dg-caption::before {
		height: 4px;
	}
	
	
}

@media (max-width: 360px){
	.dg-wrapper {
		min-height: 110px;
	}	
	
	.dg-wrapper, .dg-wrapper a {
		width: 260px;
	}
}