/*-- Rotating words banner --*/
.rw-wrapper{
    float:right;
    padding-right: 30px;
    position: relative;
}
/*.rw-wrapper:after {
    content: "\e606";
    font-size: 14px;
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    top: 17px;
    right: -5px;
}*/
.rw-sentence{
	margin: 0;
	text-align: left;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing:1px;
    color:#666; 
    white-space: nowrap;
    margin-right: 100px;    
}
.rw-sentence a{
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}
.rw-sentence span{
	color: #444;
	font-weight: normal;
}
.rw-words{
	display: inline;
	text-indent: 5px;
    white-space: nowrap;
}
.rw-words span{
    text-transform: uppercase;
}
.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #C93E7A;
	-webkit-animation: rotateWord 39s linear infinite 0s;
	-ms-animation: rotateWord 39s linear infinite 0s;
	animation: rotateWord 39s linear infinite 0s;
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 
	color: #C93E7A;
}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
	color: #C93E7A;	
}
.rw-words-1 span:nth-child(4) { 
    -webkit-animation-delay: 9s; 
	-ms-animation-delay: 9s; 
	animation-delay: 9s; 
	color: #C93E7A;
}
.rw-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
	color: #C93E7A;
}
.rw-words-1 span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
	color: #C93E7A;
}
.rw-words-1 span:nth-child(7) { 
    -webkit-animation-delay: 18s; 
	-ms-animation-delay: 18s; 
	animation-delay: 18s; 
	color: #C93E7A;
}
.rw-words-1 span:nth-child(8) { 
    -webkit-animation-delay: 21s; 
	-ms-animation-delay: 21s; 
	animation-delay: 21s; 
	color: #C93E7A;
}
.rw-words-1 span:nth-child(9) { 
    -webkit-animation-delay: 24s; 
	-ms-animation-delay: 24s; 
	animation-delay: 24s; 
	color: #C93E7A;
}
.rw-words-1 span:nth-child(10) { 
    -webkit-animation-delay: 27s; 
	-ms-animation-delay: 27s; 
	animation-delay: 27s; 
	color: #C93E7A;
}
.rw-words-1 span:nth-child(11) { 
    -webkit-animation-delay: 30s; 
	-ms-animation-delay: 30s; 
	animation-delay: 30s; 
	color: #C93E7A;
}
.rw-words-1 span:nth-child(12) { 
    -webkit-animation-delay: 33s; 
	-ms-animation-delay: 33s; 
	animation-delay: 33s; 
	color: #C93E7A;
}
.rw-words-1 span:nth-child(13) { 
    -webkit-animation-delay: 36s; 
	-ms-animation-delay: 36s; 
	animation-delay: 36s; 
	color: #C93E7A;
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    1% { opacity: 0; -webkit-transform: translateY(-30px); }
	2% { opacity: 1; -webkit-transform: translateY(0px);}
    8% { opacity: 1; -webkit-transform: translateY(0px); }
	10% { opacity: 0; -webkit-transform: translateY(30px); }
	90% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    1% { opacity: 0; -ms-transform: translateY(-30px); }
	2% { opacity: 1; -ms-transform: translateY(0px);}
    8% { opacity: 1; -ms-transform: translateY(0px); }
	10% { opacity: 0; -ms-transform: translateY(30px); }
	90% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    1% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	2% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    8% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	10% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	90% { opacity: 0; }
    100% { opacity: 0; }
}
/*@media only screen and (max-width: 1036px){
    
}*/
@media screen and (max-width: 900px){
    .rw-wrapper{
        display:none;
    }
}
@media screen and (max-width: 414px){
	.rw-sentence a { font-size: 10px; }
}

/*Dashboard*/
.sidebar-l.sidebar-o .rw-footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 30px;
  width: 100%;
  z-index: 100;
}
.sidebar-l.sidebar-o .rw-footer .rw-wrapper {
  float: none;
}
.sidebar-l.sidebar-o .rw-footer .rw-wrapper .rw-sentence {
  text-align: center;
  margin-top: 7px;
}
.sidebar-l.sidebar-o .rw-footer .rw-wrapper .rw-sentence span {
  color: #fff;
}
.sidebar-l.sidebar-o .rw-footer .rw-wrapper .rw-sentence a:hover {
  text-decoration: none;
}
.sidebar-l.sidebar-o .rw-footer .rw-wrapper .rw-sentence a {
  padding-top: 2px;
}
