a:link,a:visited,a:hover,a:active {
	text-decoration: none;
    color: #FFF;
}
.product-area {
    width: 100%;
	height: auto;
	overflow: hidden;
    background: #F3F3F3;
    background-image: url(../img/LowPolyBg5.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
.product-menu-area {
    background: #706966;
    padding: 0 12%;
}
.product-menu-toggle {
    width: 100%;
    line-height: 1.4em;
    top: 0px;
    color: #666;
    text-align: center;
    font-size: 2em;
    font-family: "responsivenav", sans-serif;
    display: none;
    cursor: pointer;
    background: #FFF;
}
.product-menu-toggle:hover, .toggle-act {
    background: #EEE;
}
.product-menu {
    width: 100%;
    height: auto;
}
.product-menu ul {
    color: #FFF;
    overflow: hidden;
    background: #555;
}
.product-menu ul li {
    display: block;
    float: left;
    line-height: 2.6em;
    font-size: 1.1em;
    padding-left: 3em;
    padding-right: 10px;
    cursor: pointer;
    border-left: 1px #999 solid;
}
.product-menu ul li:nth-last-child(1) {
    border-right: 1px #999 solid;
}
.product-menu ul li img {
    display: block;
    position: absolute;
    width: 2em;
    height: 2em;
    margin-top: 0.3em;
    margin-left: -2.5em;
}
.product-menu ul li:hover {
    background: #555;
}
.product-content {
    padding: 0 10%;
    background: #FFF;
}
.product-box {
    background: #FEFEFE;
    padding: 4%;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 2px #CCC solid;
}
.product-box:nth-last-child(1) {
    border: none;
}
.product-platform {
    padding: 6px 0;
}
.product-platform a {
    display: inline-block;
    padding: 2px 8px;
    margin: 0 4px;
    color: #369;
    border-left: 4px #CCC solid;
    font-size: 0.5em;
    line-height: 0.2em;
}
.pro-web {
}
.pro-ios {
}
.pro-android {
}
.product-icon {
    float: left;
    width: 180px;
    overflow: auto;
    margin-bottom: 10px;
}
.product-icon img {
    width: 100%;
    height: auto;
}
.product-info {
    display: block;
    overflow: hidden;
    padding-left: 20px;
}
.product-gamename {
    line-height: 1.4em;
    font-size: 2em;
    color: #36A;
}
.product-category {
    line-height: 1.4em;
    font-size: 1em;
    color: #666;
}
.product-category a {
    display: inline-block;
    padding-right: 4px;
}
.product-gamerating {
    line-height: 1.4em;
    font-size: 1em;
}
.product-link {
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}
.product-link span {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: 2em;
    font-size: 1.2em;
    color: #FFF;
    border-radius: 4px;
    border: 2px #C33 solid;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

}
.product-link span:hover {
    background: #800;
}
.product-link span a {
    display: block;
}
.product-link ul {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    overflow: hidden;
}
.product-link ul li {
    float: left;
    width: 32px;
    height: auto;
    margin-left: 6px;
    cursor: pointer;
    opacity: 0.8;
}
.product-link ul li:hover {
    opacity: 1;
}
.product-link img {
    display: inline;
    width: 100%;
}
.product-video {
    margin-top: 20px;
    background: #333;
    position: relative;
    max-width: 665px;
    max-height: 373px;
}
.product-video img {
    width: 100%;
    height: auto;
}
.product-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.product-screenshot {
    margin-top: 10px;
}
.product-screenshot ul li {
    float: left;
    width: 25%;
    padding: 6px;
}
.product-screenshot ul li img {
    width: 100%;
    border: 6px #FFF solid;
    outline: 1px #CCC solid;
}
.product-intro {
    margin-top: 30px;
    color: #333;
    line-height: 1.6em;
    font-size: 1em;
}

@media all and (max-width: 768px) {
    .product-content {
        padding: 0;
    }
    .product-menu-area {
        padding: 0;
    }
    .product-menu ul {
        border-top: 3px #555 solid;
        border-bottom: 3px #CCC solid;
    }
    .product-menu ul li {
        width: 100%;
    }
    .product-menu-toggle {
        display: block;
    }
    #product-menu-con {
        display: none;
    }
    .product-menu ul li, .product-menu ul li:nth-last-child(1) {
        border: none;
    }
}
@media all and (max-width: 480px) {
    .product-icon {
        width: 100%;
        text-align: center;
    }
    .product-icon img {
        width: 50%;
    }
    .product-info {
        padding: 0;
        float: none;
        clear: both;
    }
    .product-link span {
        width: 100%;
    }
}