html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */
body{
    
}
.wrapper{
    text-align: center;
    width: 960px;
    background: url(../img/back.jpg) no-repeat 0px 0px;
    margin: 0 auto;
    height: 640px;
    position: relative;
	z-index: 1;
}
.buttons{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 485px;
    left: 0;
    right: 0;
}
.buttons li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.buttons .ic{
    display: block;
    position: relative;
}
.buttons .ic:before{
    opacity: 0;
    content: '';
    position: absolute;
    background: url(../img/hover.png) no-repeat 0px 0px;
    z-index: 5;
    width: 162px;
    height: 63px;
    top: -6px;
    left: -3px;
    transition: .3s ease;
}
.buttons .ic:hover:before{
    opacity: 1;
}
.loading{
    background: url(../img/ic4.png) no-repeat 0px 0px;
    width: 520px;
    height: 44px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
}