@charset "utf-8";



.logotext{
    text-shadow: 0px 0px;
    color: #92BD10;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding-top: 15px !important;
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.00) 17.10%,rgba(255,255,255,0.50) 36.78%,rgba(255,255,255,0.50) 65.28%,rgba(255,0,0,0.00) 84.97%);
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.00) 17.10%,rgba(255,255,255,0.50) 36.78%,rgba(255,255,255,0.50) 65.28%,rgba(255,0,0,0.00) 84.97%);
    background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.00) 17.10%,rgba(255,255,255,0.50) 36.78%,rgba(255,255,255,0.50) 65.28%,rgba(255,0,0,0.00) 84.97%);
    background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 17.10%,rgba(255,255,255,0.50) 36.78%,rgba(255,255,255,0.50) 65.28%,rgba(255,0,0,0.00) 84.97%);
 }


@media only screen and (min-width: 768px) {
    .logotext {
    width: 0%;
    font-size: 0px;
    text-align: center;
    text-shadow: 1px 1px 1px hsla(0,0%,0%,0.28);
    margin-top: 0px;
    background-color: transparent;
    color: #92BD10;
    display: block;
    float: right;
    animation: agrand 1s ease-out normal 2s forwards;
    z-index: 5;
	padding-top: 0px;
 }
}
 @keyframes agrand{
     from {width: 100%;
		 font-size: 0px;
		 
	 }
/*     40% {width: 12%; right:12%}*/
     to   {width: 100%;font-size: 20px;}
 }



@media only screen and (min-width: 1024px) {
	
    .logotext{
    width: 0%;
    font-size: 0px;
    animation: agrand 1s ease-out normal 2s forwards;
    bottom: 50%;
    position: absolute;
    color: #FFFFFF;
    }
}
@keyframes agrand{
        from {width: 100%; font-size: 0px;}
/*        40%  {width: 9%; font-size: 10px;}*/
        to   {width: 100%;font-size:30px;}

}
@media only screen and (min-width: 1340px) {
    
}
@media only screen and (min-width: 1700px) {
.logotext{
    width: 0%;
    font-size: 0px;
    animation: agrand 1s ease-out normal 2s forwards;
    }
}
@keyframes agrand{
        from {width: 100%; font-size: 0px;}
/*        40%  {width: 9%; font-size: 10px;}*/
        to   {width: 100%;font-size:30px;}
    }
