/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-orange {
	background-color: #ffa46b;
}
.uk-background-green {
	background-color: #007e5f;
}
.uk-background-blue {
	background-color: #3d95a9;
}

/* Opacity
 ========================================================================== */
 .uk-xt-transparent {
	opacity: 0.88;
 }
 
  .uk-xt-transparent-more {
	opacity: 0.55;
 }
 /* Sticky
 ========================================================================== */
.uk-xt-fixed {
    width:5em;
    height:5em;
    position:fixed;
    bottom:30px;
	right:30px;
	z-index:900;
}

 /* Image Crop
 ========================================================================== */
.uk-xt-crop {
	position: absolute;
	clip: rect(0px,0px,0px,0.25vh);
}