@charset "utf-8";
.logotext{
    text-shadow: 0px 0px;
    color: #92BD10;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    padding-top: 5% !important;
	width: 90%;
	font-size: 30px;
        z-index: 2;
 }
@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: #fff;
    color: #92BD10;
    display: block;
    float: right;
    animation: agrand 1s ease-out normal 2s forwards;
    z-index: 5;
	padding-top: 5px !important;*/
	 font-size: 28px;
	 padding-top: 0% !important;
	 margin-top: -10%;
 }
}
 @keyframes agrand{
    /*from {width: 0%; font-size: 0px;}*/
/*     40% {width: 12%; right:12%}*/
    /*to   {width: 100%;font-size: 20px !important;}*/
 }

@media only screen and (min-width: 1024px) {
.logotext{
    width: 0%;
    font-size: 0px;
    animation: agrand 1s ease-out normal 2s forwards;
    top: 12%;
    position: absolute;
    color: #FFFFFF;
    background-color: rgba(76, 69, 69, 0.63) !important;
    padding-top: 6% !important;
    /*background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.54) 86.54%,rgba(0,0,0,0.28) 94.82%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.54) 86.54%,rgba(0,0,0,0.28) 94.82%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.54) 86.54%,rgba(0,0,0,0.28) 94.82%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.54) 86.54%,rgba(0,0,0,0.28) 94.82%,rgba(0,0,0,0.00) 100%);*/
    text-shadow: 1px 1px 1px #000000;
    }
}
@keyframes agrand{
    from {width: 100%; font-size: 0px;}
/*        40%  {width: 9%; font-size: 10px;}*/
    to   {width: 100%;font-size:40px;}

}
@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:40px;}
    }
