.btslide{
	color:#fff;
	text-transform:uppercase;
}
.btslide-heading{
	overflow:hidden;
}
.btslide-title{
	color:#fff;
	font-size:46px;
	padding:40px 0px 10px 0px;
	font-weight:bold;
}
.btslide-btn{
	color:#fff;
	background:none;
	border: 1px solid #fff;
	border-radius:50px;
	text-align:center;
	padding:5px 20px;
	font-size:15px;
}
.btslide-desc{
	color:#fff;
	margin-bottom:25px;
	font-size:18px;
}

.dg-container{
	position: relative;
	height: 450px;
	margin:50px 0;
	overflow:hidden;
}
.dg-wrapper{
	height: 99%;
	width: 38%;
	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: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
	cursor:pointer;
}
.browser-frame{
	background: transparent url(../images/browser-center.png) top left repeat-x;
	height:46px;
	display:block;
	border-radius:3px 3px 0 0;
	
}
.browser-left{
	background: transparent url(../images/browser-left.png) top left no-repeat;
	height:46px;
}
.browser-right{
	background: transparent url(../images/browser-right.png) top right no-repeat;
	height:46px;
}
.dg-wrapper .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  img{
	display: block;
	padding: 0px 0px 0px 0px;
	width:100%;
}
.dg-wrapper .description{
	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 .dg-center  .description{
	display: block;
}
.dg-wrapper .dg-center{
	cursor: default;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: -60px;
	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;
}
.btslide-btn{
	color: #fff;
	backface-visibility: hidden;
    overflow: hidden;
	position: relative;
	transition: all 0.3s ease 0s;
	display: inline-block;
}
.btslide-btn span{
	backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.btslide-btn:hover span{
	transform: translateY(300%);

}
.btslide-btn:hover,.btslide-btn:active,.btslide-btn:focus{
	color:#fff;
	text-decoration:none;
}
.btslide-btn:before{
	font-family:FontAwesome;
	content: "\f061";
    height: 100%;
    line-height: 32px;
	font-size:14px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
	left: 0;
    top: -100%;
	color:#fff;
}
.btslide-btn:hover:before{
	top:0;
}