@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

.logo1_go {
	text-align: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    top: 15%;
    position: absolute;
    z-index: 2;
}
.logo1_go img{
    border-radius: 50%;
    margin-left: -39px;
    border-left: 0px solid #867621;
    border-right: 8px solid #867621;
    border-bottom: 2px solid #867621;
    border-top: 2px solid #867621;
	}
/* Safari 4.0 - 8.0 */


@media only screen and (min-width: 768px) {
    
#logo1 {
    display: inherit;
    z-index: 6;
    width: 18%;
    top: 5%;
}
    
.logo1_go {
	left: 0%;
    width: 49%;
    position: absolute;
    -webkit-animation: mymove 5s 1;
    animation: mymove 3s 1;
    top: 18%;
    text-align: center;
}
.logo1_go img{
	border-radius: 50%;
	margin-left: -39px;
	}
}
@-webkit-keyframes mymove {
    0%   {left: -50%;
/*          background: rgba(78, 210, 78, 0.52);*/
    }
}

@keyframes mymove {
    0%   {left:-50%;
/*          background: rgba(94, 169, 177, 0.59);*/
    }

}

@media only screen and (min-width: 1024px) {
#logo1 {
    width: 20%;
    top: 20%;
    z-index: 1;

}
.logo1_go {
	width: 50%;
	text-align: center;
	top:15%;
}
}

@media only screen and (min-width: 1200px) {
.logo1_go {
	width: 60%;
	top:20%;
	text-align: left;
}
}

@media only screen and (min-width: 1340px) {
#logo1 {
    width: 10% !important;
}
.logo1_go {
    left: 0%;
	top:15%
}
}

@media only screen and (min-width: 1700px) {
#logo1 {
    width: 10% !important;
}
.logo1_go {
	width: 90% !important;
    
}
}
