.wrapper.ng-hide-add,
.wrapper.ng-hide-remove {
	-webkit-transition: all linear 1.0s;
  	-moz-transition: all linear 1.0s;
  	-o-transition: all linear 1.0s;
  	transition: all linear 1.0s;
}
.wrapper.ng-hide-add.ng-hide-add-active,
.wrapper.ng-hide-remove {
	opacity: 0;
}
.wrapper.ng-hide-add,
.wrapper.ng-hide-remove.ng-hide-remove-active {
	opacity: 1;
}

.slide {
    width: 100%;
	position: relative;
    overflow: hidden;
}

.wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%; 
}

.slide-image {
    position: absolute;
    height: auto;
    width: auto;
    max-width: 100%;    
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.slide-text {
    max-width: 450px;
    white-space: pre-wrap;
    color: #414042;
    height: 100%;
}

.slide-text h1 {
    font-size: 30px;
    margin: 10px 0;
}

.slide-text p {
    font-size: 20px;    
}

.arrow {
    opacity: 0.6;
    background-color: #d3d3d3;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    padding: 0 3px;
}

.arrow:hover {
    background-color: #3d3d3d;
}

.arrow-right {
    right: 0;
}

.arrow-left {
    left: 0;
}

.slider ul {
    list-style: none;
    padding:0;
    margin:0;
}

.slider li {
    display: inline;
    cursor: pointer;
    margin: 4px;
    color: #000000;
    font-size: 22px;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    outline-style:none;
}

.bullets-wrapper {
    position: relative;
    width: 100%;
    box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.bullets-wrapper ul {
    margin-top: 5px;
}

.selected-bullet {
    color: #884c80 !important;
}