html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fd6a56;
    background: -webkit-radial-gradient(ellipse farthest-corner at center top, #fd6a56 0%, #b63c45 100%);
    background: -moz-radial-gradient(ellipse farthest-corner at center top, #fd6a56 0%, #b63c45 100%);
    background: radial-gradient(ellipse farthest-corner at center top, #fd6a56 0%, #b63c45 100%);
  overflow: hidden;
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Safari */
    -moz-transform: translate(-50%,-50%); /* Firefox Older versions*/
    -o-transform: translate(-50%,-50%); /* Opera */
    transform: translate(-50%,-50%);

}
/* box fall preloader */
.sq-wrapper {
    display: inline-block;
    position: relative;
    width: 1.25em;
    height: 1.25em;
    text-align: center;
}

.sq-wrapper:after {
    content:'';
    position: absolute;
    left: -100%;
    bottom: -100%;
    width: 300%;
    height: 100%;
    -webkit-box-shadow: 0 -7px 9px -7px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 -7px 9px -7px rgba(0,0,0,0.5);
    box-shadow: 0 -7px 9px -7px rgba(0,0,0,0.5);
}

.sq-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none transparent;
    overflow: hidden;
}

.sq-fill {
    background: none #fff;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.credits {
    position: absolute;
    right: 1%;
    bottom: 1%;
    color: #41365C;
    display: none;
    overflow: hidden;
}

.credits a {
    display: block;
}

.credits img {
    border: 2px solid white;
    border-radius: 4px;
}

.easeOptions {
    position: absolute;
    bottom: 5.2%;
    left: 1%;
}

select {
    background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519' fill='#5c5f67'/></svg>");
    background-color:#F5BA31;
    background-repeat:no-repeat;
    background-position: right 10px top 15px;
    background-size: 16px 16px;
    color:white;
    padding:12px;
    width:auto;
    font-family: 'Raleway', sans-serif;
    font-size:16px;
    line-height: 24px;
    font-weight:normal;
    color:#5c5f67;
    text-align:center;
    border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-appearance: none;
    border:0;
    outline:0;
    -webkit-transition:0.3s ease all;
    -moz-transition:0.3s ease all;
    -ms-transition:0.3s ease all;
    -o-transition:0.3s ease all;
    transition:0.3s ease all;
}

.easeOptions {
    display: none;
}

#green {
    background-color:#FFF;
}

#green:hover {
    background-color:#FFF;
}

select:focus, select:active {
    border:0;
    outline:0;
}