 /* CSS Document */
@charset "UTF-8";

a:hover {
    text-decoration: none;
}
#download #wrapper {
	background: url(../img/bg.png) no-repeat;
	background-size: cover;
}

#container h1 {
    margin: 100px auto 72px;
    width: 781px;
}


/*lists*/
.download-list {
    overflow: hidden;
    width: 1090px;
    margin: 0 auto 96px;
}

.download-list li {
    display: none;
    float: left;
    margin: 0 10px 24px;
    width: 341px;
    height: 341px;
    position: relative;
    display: table;
    overflow: hidden;
}

@keyframes appear{
  0% {transform: scale(0.5); opacity: 0;}
  50% {transform: scale(1); }
  75% {transform: scale(1.1); opacity:1;}
  100% {transform: scale(1); opacity:1;}
}
.appear {
  animation: appear 0.3s ease-in;
}

.download-list li a {
    color: #fff;
    font-size: 22px;
    text-shadow: 0 -1px 0 #383838;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
}


.btnframe {
    background: url(../img/btnframe.png) no-repeat top left;
    width: 341px;
    height: 341px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
}
.btn-elements {
    display: block;
    /* display: table-cell; */
    vertical-align: middle;
    position: absolute;
    width: 341px;
    height: 341px;
    background-color: #000;
    text-align: center;
    top: 0;
    overflow: hidden;
}

.btn-elements img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0s ease;
    -moz-transition: -moz-transform 0s ease;
    -o-transition: -o-transform 0s ease;
    -ms-transition: -ms-transform 0s ease;
    transition: filter transform 0s ease;
    -webkit-backface-visibility: hidden;
}

.download-list li a:hover .btn-elements img {
    opacity: 0.8;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -o-transition: -o-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    -webkit-backface-visibility: hidden;
}

.dlbtn {
    position: absolute;
    z-index: 200;
}
.btntitle {
    vertical-align: middle;
    margin: 266px auto 0;
    position: relative;
    z-index: 20;
}
.btntitle small {
    font-size: 50%;
    width: 100%;
    text-align: center;
    color: #ccc;
    margin-bottom: 6px;
    display: block;
}
.dlbtn {
    background: url(../img/download-btn.png) no-repeat center top;
    display: none;
    width: 205px;
    height: 69px;
    margin: 0 0 0 -102px;
    left: 50%;
    bottom: 60px;
}

.download-list li a:hover .dlbtn {
    display: block;
}


@media screen and (min-width: 1600px){
    .download-list {
        width: 1444px;
    }
}

/* .fax */
body.fax #wrapper {
  height: 100%;
}
body.fax #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

body.fax .download-list {
  width: 341px;
}

body.fax .download-list li {
    display: block;
    float: static;
    margin-left: auto;
    margin-right: auto;
}
