[ng-cloak] {
    display:none !important;
}

.ng-cloak {
    display:none !important;
}

.header {
    padding-top: 20px;
}

.navbar {

}

a.anchor{
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

.fill {
    min-height: 700px;
    height: 100%;
}

.slider-slogan {
    color:#ffffff;
    text-transform: uppercase;
    font-family: 'Varela Round', sans-serif;
    font-size:2.4em;
    line-height: 1.0em;
}


.slider-link {
    color:#ffffff;
    font-family: 'Varela Round', sans-serif;
    font-size:1.4em;
    line-height: 1.0em;
}

.testimonial-section {
    position:relative !important;
    padding-top:180px !important;
}

.testimonial-item {
    position: absolute !important;
    top:0 !important;
    left:0 !important;
    padding:40px !important;
}

[ui-view].ng-enter {
    transition:1.5s linear all;
    opacity:0;
}

[ui-view].ng-enter-active {
    transition:1.5s linear all;
    opacity:1;
}

[ui-view].ng-leave {
    transition:1.5s linear all;
    opacity:0;
}

[ui-view].ng-leave-active {
    transition:1.5s linear all;
    opacity:0;
}

ul > li:before,
ol > li:before {
    content: none;
    color: #B3B3B3;
    font-size: 18px;
    line-height: 28px;
    padding-right: 10px;
}


/* ngAnimate transitions */
/*[ui-view].ng-enter, [ui-view].ng-leave {*/
/*transition:0.5s linear all;*/
/*opacity:0;*/
/*}*/

/*[ui-view].ng-enter {*/
/*transition:0.5s linear all;*/
/*opacity:0;*/
/*}*/

/*[ui-view].ng-enter-active {*/
/*transition:0.5s linear all;*/
/*opacity:1;*/
/*}*/

/*[ui-view].ng-leave {*/
/*transition:0.5s linear all;*/
/*opacity:1;*/
/*}*/

/*[ui-view].ng-leave-active {*/
/*transition:0.5s linear all;*/
/*opacity:0;*/
/*}*/


.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
    -webkit-transition:all linear 0.5s;
    -moz-transition:all linear 0.5s;
    -o-transition:all linear 0.5s;
    transition:all linear 0.5s;
}

.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove {
    opacity:0;
}

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove.ng-hide-remove-active {
    opacity:1;
}

