button {
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.15;
    font-style: normal;
    background: #e49b2a;
    margin: 5px 15px 5px 0px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 10px 15px;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
button:hover, button:active, button:focus {
    background: #eab057;
    color: #fff;
}
.crossStand {
	max-width: 700px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
}
input {
	margin: 5px 0px;
    background: #555555;
    border: 2px solid #e49b2a;
    color: white;
    outline:none;
    cursor: pointer;
    border: 2px solid #e49b2a;
}
input:hover, input:active, input:focus, input:focus-visible {
	background: #818181;
    border: 2px solid #e49b2a;
    color: white;
    outline:none;
}

@media (max-width: 320px) {
  .crossStand {
	max-width: 300px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
	}
}
#g-navigation : {
position: fixed;
z-index: 980;
}
.jl-animation-slide-top {
animation-name: none;
}