/* 
    Document   : style
    Created on : Sep 26, 2013, 10:47:13 AM
    Author     : Dabiel Gonzalez
*/

/*
*/

@font-face {
    font-family:"Brie Light";
    src:url("../fonts/BRI293.eot?") format("eot"),
        url("../fonts/BRI293.woff") format("woff"),
        url("../fonts/BRI293.ttf") format("truetype"),
        url("../fonts/BRI293.svg#BrieLight") format("svg");
    font-weight:normal;
    font-style:normal;
}

body {
    background: url('../images/bg.png') no-repeat top center #FFD8F3;
    margin: 0;
    padding: 0;
}

.top-outer {
    border-bottom: 1px solid #FECBEC;
    height: 35px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}

.top-inner {
    background: #EC3398;
    background:-moz-linear-gradient(top,#EC3398 0%,#E3268A 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#EC3398),color-stop(100%,#E3268A));
    background:-webkit-linear-gradient(top,#EC3398 0%,#E3268A 100%);
    background:-o-linear-gradient(top,#EC3398 0%,#E3268A 100%);
    background:-ms-linear-gradient(top,#EC3398 0%,#E3268A 100%);
    background:linear-gradient(to bottom,#EC3398 0%,#E3268A 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC3398',endColorstr='#E3268A',GradientType=0);
    border-bottom: 1px solid #FEFFFF;
    height: 45px;
    width: 100%;
}

.top {
    width: 1000px;
}

.top .logo {
    background: url('../images/logo-bg.png') no-repeat bottom transparent;
    float: left;
    height: 60px;
    margin-left: 14px;
    position: relative;
    /*top: 1px;*/
    width: 198px;
}

.top .logo img {
    margin: 3px 10px;
    width: 180px;
}

.top .logo h5 {
    bottom: 9px;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    line-height: normal;
    margin: 0;
    margin-left: 40px;
    position: relative;
    width: 160px;
}

.top .logo a:hover{
    text-decoration: none;
}

.top .addthis {
    background: none #FFFFFF;
    border-radius: 5px;
    float: right;
    height: 15px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px;
    width: 140px;
}

.top .addthis-text {
    color: #FFFFFF;
    font-family: 'Verdana';
    font-size: 12px;
    font-weight: bold;
    float: right;
    height: 16px;
    margin-top: 13px;
    width: 50px;
}

.top .gplus {
    float: right;
    height: 25px;
    margin-top: 12px;
    width: 85px;
}

.top .search {
    background: url('../images/search-bg.png') no-repeat transparent;
    float: right;
    height: 25px;
    margin-top: 10px;
    width: 222px;
}

.top .search .search-input {
    border: none;
    border-radius: 15px;
    height: 12px;
    margin-left: 5px;
    margin-top: 2px;
    width: 169px;
}

.top .search .search-submit {
    background: url('../images/icon-search.png') no-repeat transparent;
    border: none;
    height: 17px;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 16px;
}

.top-ads {
    height: 110px;
    margin-top: 70px;
    position: relative;
    width: 1000px;
}

.top-ads .fb-box {
    background: url('../images/fb-box.png') no-repeat transparent;
    float: left;
    height: 91px;
    margin-top:10px;
    margin-left: 21px;
    margin-right: 21px;
    width: 184px;
}

.top-ads .fb-box .fb-head {
    height: 30px;
    margin-left: 75px;
    margin-top: 15px;
    position: relative;
    width: 90px;
}

.top-ads .fb-box .fb-head .text-gg4u {
    color: #3B589A;
    font-family: 'Verdana';
    font-size: 12px;
    font-weight: bold;
}

.top-ads .fb-box .fb-head .text-on-fb {
    color: #3B589A;
    font-family: 'Verdana';
    font-size: 11px;
    bottom: 5px;
    position: relative;
}

.top-ads .fb-box .fb-like-count {
    height: 20px;
    margin-left: 75px;
    margin-top: 10px;
    position: relative;
    width: 100px;
}

.top-ads .ads-728x90 {
    background: none #FFFFFF;
    float: right;
    height: 90px;
    margin-right: 21px;
    width: 728px;
    padding:10px;
}

.main-outer {
    /*background: #FBCEEB;*/
    border-radius: 10px;
    margin-top: 32px;
    position: relative;
    width: 1021px;
}

.main-inner {
    background: #F3C7E2;
    border-radius: 10px;
    width: 1021px;
}

.main {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 8px 6px 20px;
    width: 1007px;
}

.main .column-left {
    float: left;
    margin-right: 12px;
}

.main .column-left .categories {
    background: #E82E93;
    border-radius: 10px;
    height: 600px;
    margin-bottom: 7px;
    width: 140px;
}

.main .column-left .top-tags {
    background: #E82E93;
    border-radius: 10px;
    width: 140px;
}

.items-categories,.items-top-tags {
    list-style-type: none;
    margin: 0;
}

.items-categories > li {
    background: #EC3398;
    background:-moz-linear-gradient(top,#EC3398 0%,#DE1E85 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#DE1E85),color-stop(100%,#E3268A));
    background:-webkit-linear-gradient(top,#EC3398 0%,#DE1E85 100%);
    background:-o-linear-gradient(top,#EC3398 0%,#DE1E85 100%);
    background:-ms-linear-gradient(top,#EC3398 0%,#DE1E85 100%);
    background:linear-gradient(to bottom,#EC3398 0%,#DE1E85 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC3398',endColorstr='#DE1E85',GradientType=0);
    border-top: 1px solid #FF4DB3;
    border-bottom: 1px solid #D0076D;
    height: 38px;
    line-height: 35px;
    /*text-align: center;*/
    width: 140px;
}

.items-categories > li img {
    height: 24px;
    margin-left: 10px;
    width: 26px;
}

.items-categories > li a,
.items-top-tags > li a {
    color: #FFFFFF;
    font-family: 'Verdana';
    font-size: 12px;
    font-weight: bold;
}

.items-top-tags > li a {
    text-indent: -26px;
    display: block;
    padding-left: 27px;
}

.items-categories > li a:hover {
    text-decoration: none;
}

.items-categories > li:hover {
    background: #26CCFC;
    background:-moz-linear-gradient(top,#26CCFC 0%,#01AFE4 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26CCFC),color-stop(100%,#01AFE4));
    background:-webkit-linear-gradient(top,#26CCFC 0%,#01AFE4 100%);
    background:-o-linear-gradient(top,#26CCFC 0%,#01AFE4 100%);
    background:-ms-linear-gradient(top,#26CCFC 0%,#01AFE4 100%);
    background:linear-gradient(to bottom,#26CCFC 0%,#01AFE4 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#26CCFC',endColorstr='#01AFE4',GradientType=0);
    border-top: 1px solid #31EFFF;
    border-bottom: 1px solid #0093C7;
}

.main .column-left .categories .nav > li > a:hover {
    background: #26CCFC;
    background:-moz-linear-gradient(top,#26CCFC 0%,#01AFE4 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26CCFC),color-stop(100%,#01AFE4));
    background:-webkit-linear-gradient(top,#26CCFC 0%,#01AFE4 100%);
    background:-o-linear-gradient(top,#26CCFC 0%,#01AFE4 100%);
    background:-ms-linear-gradient(top,#26CCFC 0%,#01AFE4 100%);
    background:linear-gradient(to bottom,#26CCFC 0%,#01AFE4 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#26CCFC',endColorstr='#01AFE4',GradientType=0);
}
.main .column-left .categories .nav > li > a:last-child,
.main .column-left .categories .nav > li > a:last-child:hover {
    border-radius: 0px 0px 10px 10px;
}

.items-categories > li:first-child,
.items-top-tags > li:first-child {
    background: #FFFF00;
    background:-moz-linear-gradient(top,#FFFF00 0%,#FFF601 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFF00),color-stop(100%,#FFF601));
    background:-webkit-linear-gradient(top,#FFFF00 0%,#FFF601 100%);
    background:-o-linear-gradient(top,#FFFF00 0%,#FFF601 100%);
    background:-ms-linear-gradient(top,#FFFF00 0%,#FFF601 100%);
    background:linear-gradient(to bottom,#FFFF00 0%,#FFF601 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF00',endColorstr='#FFF601',GradientType=0);
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #E72D90;
    height: 38px;
    line-height: 20px;
    text-align: center;
    width: 138px;
}

.items-top-tags > li:first-child {
    margin-bottom: 6px;
}

.items-categories > li:first-child:after {
    border-color: #FFFB01 rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px 8px 0;
    content: "";
    display: block;
    left: 7%;
    position: absolute;
    top: 47px;
}

.items-top-tags > li {
    /*height: 20px;*/
}

.items-top-tags > li i {
    color: #FFF600;
    font-family: 'Verdana';
    font-size: 14px;
    margin-left: 10px;
}

.items-top-tags > li:first-child:after {
    border-color: #FFFB01 rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 8px 8px 0;
    content: "";
    display: block;
    left: 7%;
    position: absolute;
    top: 654px;
}

.items-categories > li:first-child span {
    color: #DE1B84;
    font-family: 'Verdana';
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 10px;
}

.items-top-tags > li:first-child span {
    color: #DE1B84;
    font-family: 'Verdana';
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 10px;
}

.items-categories > li:last-child,
.main .column-left .categories .nav > li:last-child,
items-top-tags > li:last-child {
    border-radius: 0px 0px 10px 10px;
}

.items-top-tags > li a:hover {
    color: #FFF600;
    text-decoration: none;
}

.main .column-center {
    float: left;
    margin-right: 12px; 
    width: 683px;
}

.main .column-center .top-header,
.main .column-center .new-games-header,
.main .column-center .top-header-game {
    background: url('../images/title-bg.png') no-repeat transparent;
    height: 28px;
    padding: 20px 25px;
    width: 633px;
}

.main .column-center .game-categories {
    bottom: 20px;
    color: #D40071;
    font-family: 'Verdana';
    font-size: 12px;
    height: 15px;
    margin-left: 25px;
    margin-top:5px;
    position: relative;
    width: 465px;
}

.main .column-center .game-categories a {
    color: #0056BD;
    /*color: #D40071;*/
    text-decoration: none;
}

.main .column-center .game-categories a:hover {
    text-decoration: underline;
}

.main .column-center .addthis-big {
    bottom: 5px;
    height: 32px;
    margin-left: 25px;
    position: relative;
    width: 280px;
}

.main .column-center .game-outer {
    /*background: none repeat scroll 0 0 #EFA9DB;*/
    height: 540px;
    margin-top: 5px;
    position: relative;
    width: 680px;
}

.main .column-center .game-outer .game-inner {
    height: 540px;
    overflow: hidden;
    position: relative;
    width: 680px;
}

.main .column-center .game-outer .gameMedia {
    left: -10000px;
    position: absolute; 
    width: 680px;
}

.main .column-center .banner650x80 {
    height: 80px;
    margin-top: 23px;
    position: relative;
    width: 650px;
}

.main .column-center .banner650x80 .banner270x80 {
    height: 80px;
    position: relative;
    width: 300px;
}

.main .column-center .description-outer {
    /*min-height: 340px;*/
    margin-top: 15px;
    position: relative;
    width: 670px;
}

.main .column-center .tags-list {
    margin: 15px 0 0;
    position: relative;
    text-align: center;
    width: 683px;
}

.main .column-center .tags-list .taglink {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #D30073;
    font-family: 'Verdana';
    font-size: 11px;
    padding: 2px 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.main .column-center .tags-list .taglink:hover {
    background-color: #D30073;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFFFFF;
    text-decoration: none;
}

.main .column-center .featured-content-game {
    height: 130px;
    margin-top: 20px;
    position: relative;
    width: 680px;
}

.main .column-center .news-block-magick {
    margin: 15px 0 0;
    position: relative;
    width: 683px;
}

.main .column-center .description-outer .description-inner {
    float: left;
    /*height: 260px;*/
    position: relative;
    width: 330px;
}

.main .column-center .description-outer .description-inner h3, .main .column-center .description-outer .description-inner h2 {
    color: #D30073;
    font-family: 'Verdana';
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
}

.main .column-center .description-outer .description-inner p {
    color: #D30073;
    font-family: 'Verdana';
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}



.main .column-center .description-outer .description-inner .rating-outer {
    height: 70px;
    width: 360px;
}

/* Rating */

.rated_text {
    color: #D30073;
    font-family: 'Verdana';
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0 0;
    text-align: left;
}

.rating,
.rating a:hover,
.rating a:active,
.rating .current-rating{
    background:url(../images/rate-star.png) left -1000px repeat-x;
}
.rating{

    position:relative;
    width:125px;
    height:25px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top;
}

.rating li{
    display: inline;
}


.rating a, 
.rating .current-rating{
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:25px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
}

.rating a:hover{
    background-position: left bottom;
}
.rating a.one-star{
    width:20%;
    z-index:6;
}
.rating a.two-stars{
    width:40%;
    z-index:5;
}
.rating a.three-stars{
    width:60%;
    z-index:4;
}
.rating a.four-stars{
    width:80%;
    z-index:3;
}
.rating a.five-stars{
    width:100%;
    z-index:2;
}
.rating .current-rating{
    z-index:1;
    background-position: left top;
}	

/* SECOND STAR (ALREADY VOTED */

.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
    background: url(../images/rate-star.png) left -1000px repeat-x;
}
.star-rating2{

    position:relative;
    width:125px;
    height:25px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top;
}
.star-rating2 li{
    display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:25px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
    cursor:default;
}

.star-rating2 a.one-star{
    width:20%;
    z-index:6;
}
.star-rating2 a.two-stars{
    width:40%;
    z-index:5;
}
.star-rating2 a.three-stars{
    width:60%;
    z-index:4;
}
.star-rating2 a.four-stars{
    width:80%;
    z-index:3;
}
.star-rating2 a.five-stars{
    width:100%;
    z-index:2;
}
.star-rating2 .current-rating{
    z-index:1;
    background-position: left bottom;
}

.voted,
.voted_twice {
    color: #D30073;
    font-family: 'Verdana';
    font-size: 11px;
    text-align: center;
    width: 120px;
}

/* for an inline rater */
.inline-rating{
    display:-moz-inline-block;
    display:-moz-inline-box;
    display:inline-block;
    vertical-align: middle;
}

/* Green text that shows 3.34/5 */
.out5Class {
    font-weight:bold;
}

.percentClass {
    /* Insert styles here for the percentage display. Example (74%) */
}

.votesClass {
    /* Insert styles here for the votes display. Example (2 Votes) */
    color: #D30073;
    font-family: 'Verdana';
    font-size: 11px;
    font-weight: normal;
}

.topRatedList {
    padding:0;
    margin:0;
}
.topRatedList li {
    list-style-type:none;
}

/* End Rating */

/*
.main .column-center .description-outer .description-inner .rating-outer h3 {
    color: #D30073;
    font-family: 'Verdana';
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0 0;
    text-align: left;
}

.main .column-center .description-outer .description-inner .rating-outer h5 {
    color: #D30073;
    font-family: 'Verdana';
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    margin: 0;
    text-align: left;
}

.main .column-center .description-outer .description-inner .rating-outer .rating {
    height: 23px;
    margin-top: 5px;
    width: 120px;
}

.main .column-center .description-outer .description-inner .rating-outer .rating .start {
    background: url('../images/star-yellow.png');
    float: left;
    height: 23px;
    width: 24px;
}

.main .column-center .description-outer .description-inner .rating-outer .rating .start-voted {
    background: url('../images/star-pink.png');
    float: left;
    height: 23px;
    width: 24px;
}

.main .column-center .description-outer .description-inner .rating-outer .rating .start-hover {
    background: url('../images/star-hover.png');
    float: left;
    height: 23px;
    width: 24px;
}
*/
.main .column-center .description-outer .ads-300x250 {
    background: none #FFD8F3;
    float: right;
    color: #D30073;
    height: 280px;
    margin: 10px 0;
    width: 315px;
    text-align:center;
}

.main .column-center .top-header-game .my_games {
    float: right;
    height: 62px;
    margin-top: 13px;
    position: relative;
    width: 104px;
}

.main .column-center .top-header-game .my_games button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(top,#EC3397 0%,#DE1D86 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#EC3397),color-stop(100%,#DE1D86));
    background: -webkit-linear-gradient(top,#EC3397 0%,#DE1D86 100%);
    background: -o-linear-gradient(top,#EC3397 0%,#DE1D86 100%);
    background: -ms-linear-gradient(top,#EC3397 0%,#DE1D86 100%);
    background: linear-gradient(to bottom,#EC3397 0%,#DE1D86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC3397',endColorstr='#DE1D86',GradientType=0);
    border-color: #F861B0;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid none none;
    border-width: 1px 0 0;
    box-shadow: 0 0 0 1px #D1086E;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Verdana';
    font-size: 12px;
    font-weight: bold;
    height: 62px;
    margin-right: 3px;
    width: 104px;
}


.main .column-center .top-header-game .my_games button:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(top,#25CCFC 0%,#01B0E4 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25CCFC),color-stop(100%,#01B0E4));
    background: -webkit-linear-gradient(top,#25CCFC 0%,#DE1D86 100%);
    background: -o-linear-gradient(top,#25CCFC 0%,#01B0E4 100%);
    background: -ms-linear-gradient(top,#25CCFC 0%,#01B0E4 100%);
    background: linear-gradient(to bottom,#25CCFC 0%,#01B0E4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25CCFC',endColorstr='#01B0E4',GradientType=0);
    border-color: #31EFFF;
    box-shadow: 0 0 0 1px #009FCE;
}

.main .column-center .top-header-game .fb-game-like-count,
.main .column-center .top-header-game .gplus-game-like-count {
    float: right;
    height: 60px;
    margin-right: 10px;
    margin-top: 14px;
    width: 50px;
}


.main .column-center .top-games {
    height: 73px;
    margin-bottom: 18px;
    /*margin-top: -20px;*/
    padding: 0 0 0 18px;
    position: relative;
    width: 665px;
}

.main .column-center .banner-top {
    height: 80px;
    margin-bottom: 18px;
    /*margin-top: -20px;*/
    padding: 0 16px;
    position: relative;
    width: 650px;
}

.main .column-center .sub-cat {
    margin-bottom: 5px;
    /*margin-top: -20px;*/
    padding: 0 18px;
    position: relative;
    width: 647px;
}

.main .column-center .top-games .top-games-item {
    background: url('../images/top-games-border.png') no-repeat transparent;
    float: left;
    margin-right: 13px;
    height: 73px;
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: all 0.4s;
    width: 97px;
}

.main .column-center .top-games .top-games-item:hover {
    opacity: 0.7;
}

.main .column-center .top-games .top-games-item:last-child {
    margin-right: 0;
}

.main .column-center .top-games .top-games-item img {
    height: 67px;
    margin-left: 5px;
    margin-top: 3px;
    width: 87px;
}

.main .column-center .new-games {
    /*min-height: 1038px;*/
    /*margin-bottom: 18px;*/
    margin-top: 7px;
    /*position: relative;*/
    width: 690px;
}

.main .column-center .new-games h1 {
    color: #D40071;
    font-family: "Brie Light";
    font-size: 26px;
    font-weight: bold;
    float: left;
    margin:0px;
    /*text-shadow: 0px 3px 1px #FFFFFF, 0px 2px 1px #FFFFFF, 0px 3px 1px #FFFFFF, 2px 2px 1px #FFFFFF, -2px 0px 1px #FFFFFF, 0px 0px 1px #FFFFFF, 0px 2px 4px #AA0077;*/
}

.main .column-center .top-header h1,
.main .column-center .top-header span,
.main .column-center .new-games-header h1,
.main .column-center .new-games-header span
 {
    color: #D40071;
    font-family: "Brie Light";
    font-size: 26px;
    font-weight: bold;
    float: left;
    margin:0px;
    text-shadow: 0px 3px 1px #FFFFFF, 0px 2px 1px #FFFFFF, 0px 3px 1px #FFFFFF, 2px 2px 1px #FFFFFF, -2px 0px 1px #FFFFFF, 0px 0px 1px #FFFFFF, 0px 2px 4px #AA0077;
}

.main .column-center .top-header-game h1,
.main .column-center .top-header-game span
 {
    color: #D40071;
    font-family: "Brie Light";
    font-size: 26px;
    font-weight: bold;
    float: left;
    margin:0px;
    /*text-shadow: 0px 3px 1px #FFFFFF, 0px 2px 1px #FFFFFF, 0px 3px 1px #FFFFFF, 2px 2px 1px #FFFFFF, -2px 0px 1px #FFFFFF, 0px 0px 1px #FFFFFF, 0px 2px 4px #AA0077;*/
}

.main .column-center .new-games table {
    margin-bottom: 20px;
}

.main .column-center .new-games .new-games-item {
    background: url('../images/thumbnail-border.png') no-repeat transparent;
    float: left;
    height: 161px;
    line-height: 15px;
    margin-bottom: 16px;
    margin-left: 10px;
    margin-right: 3px;
    position: relative;
    text-align: center;
    width: 156px;
}

.main .column-center .new-games .new-games-item .icon-new {
    background: url('../images/new-corner.png') no-repeat transparent;
    bottom: 112px;
    /*display: none;*/
    height: 50px;
    left: 107px;
    position: absolute;
    width: 50px;
    z-index: 1;
}

.main .column-center .new-games .new-games-item img {
    height: 113px;
    margin-top: 3px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    width: 150px;
}

.main .column-center .new-games .new-games-item h3 {
    background: none #FFFFFF;
    color: #D40071;
    font-family: 'Verdana';
    font-size: 12px;
    font-weight: bold;
    height: 33px;
    line-height: 14px;
    left: 3px;
    margin: 0;
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    width: 145px;
}

.main .column-center .new-games .new-games-item a:hover {
    text-decoration: none;
}

.main .column-center .new-games .ads-container {
    float: right;
    height: 348px;
    margin-right: 27px;
    margin-bottom: 6px;
    width: 300px;
}

.main .column-center .new-games .ads-container .ads-300x250 {
    background: none #EFA9DB;
    height: 250px;
    width: 300px;
}

.main .column-center .new-games .ads-container .our-ads-games {
    height: 68px;
    margin-top: 8px;
    padding: 6px 0px 4px 2px;
    width: 298px;
    white-space: nowrap;
}

.main .column-center .new-games .ads-container .our-ads-games img {
    border: 0;
    height: 68px;
    opacity: 1;
    padding-right: 3.5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    width: 68px;
}

.main .column-center .new-games .ads-container .our-ads-games img:hover {
    border: 0;
    opacity: 0.7;
    text-decoration: none;
}

.main .column-center .new-games .ads-container .our-ads-games a:hover {
    color: #FFFFFF;
}

.main .column-center .pagins {
    bottom: 0;
    height: 28px;
    margin: 0px 27px;
    width: 646px;
}

.main .column-center .pagins-small {
    bottom: 0;
    height: 28px;
    /*margin: 0px 115px;*/
    /*min-width: 418px;*/
    text-align: center;
    width: 683px;
}

.main .column-center .pagins-small .pagination {
    height: 28px;
    display: inline-block;
    margin: 0 auto;
    /*width: 418px;
    max-width: 494px;*/
    position: relative;
}

.main .column-center .pagins a,
.main .column-center .pagins-small a {
    background: none #EA3095;
    border: 1px solid #D10870;
    border-radius: 2px;
    color: #FFFFFF;
    float: left;
    height: 24px;
    margin-right: 10px;
    padding: 2px 9px 0px;
    /*min-width: 24px;*/
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
    -webkit-transition: all 0.2s;
}

.main .column-center .pagins-small .pagination a,
.main .column-center .pagins-small .pagination span{
    margin: 0 0 0 10px;
}

.main .column-center .pagins a:hover,
.main .column-center .pagins span,
.main .column-center .pagins-small a:hover,
.main .column-center .pagins-small span {
    background: none #FFFFFF;
    color: #EA3095;
}

.main .column-center .pagins span,
.main .column-center .pagins-small span {
    border: 1px solid #D10870;
    border-radius: 2px;
    float: left;
    height: 24px;
    margin-right: 10px;
    padding: 2px 9px 0px;
    /*min-width: 24px;*/
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
    -webkit-transition: all 0.2s;
}

.main .column-center .featured-content {
    height: 130px;
    margin-top: 60px;
    position: relative;
    width: 680px;
}

.main .column-right {
    float: left;
    width: 160px;
}

.main .column-right .editor-choise {
    width: 160px;
}

.main .column-right .editor-choise h4 {
    color: #E4258C;
    font-family: 'Verdana';
    font-size: 14px;
    margin: 5px 0 10px;
    text-align: center;
}

.main .column-right .editor-choise .editor-choise-item {
    background: none #E52B90;
    border-radius: 10px;
    height: 153px;
    margin-bottom: 5px;
    width: 160px;
    opacity: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

/*.main .column-right .editor-choise .editor-choise-item:hover {
    background: none #F298C6;
    opacity: 0.7;
}*/

.main .column-right .editor-choise .editor-choise-item a:hover {
    text-decoration: none;
}

.main .column-right .editor-choise .editor-choise-item h5 {
    color: #FFFFFF;
    font-family: 'Verdana';
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    margin: 5px 0;
    top: 5px;
    padding: 0 6px;
    position: relative;
}

.main .column-right .editor-choise .editor-choise-item img {
    border-radius: 5px;
    height: 113px;
    margin: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    width: 150px
    
}

.main .column-right .ads-bannernet {
    height: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100px;
}

.main .column-right .epicgame-ads {
    /*background: none #EFA9DB;*/
    height: 600px;
    margin-bottom: 10px;
    width: 160px;
}

.main .column-right .related-games-right {
    min-height: 600px;
    margin-bottom: 10px;
    width: 130px;
	text-align:center;
}

.main .column-right .featured-games {
    min-height: 199px;
    margin-left: 0px;
    width: 130px;
    margin-left:10px;
    color:#D30073;
text-align:center;
}

.main .column-right .featured-games .featured-games-item {
    border: 1px solid #E32E8F;
    border-radius: 5px;
    height: 102px;
    margin-bottom: 10px;
    margin-top:10px;
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: all 0.4s;
    width: 129px;
}

.main .column-right .featured-games .featured-games-item:hover {
    opacity: 0.7;
}

.main .column-right .featured-games .featured-games-item img {
    border-radius: 3px;
    height: 98px;
    margin: 2px;
    width: 125px;
}

.ads-160x600-outer {
    background: #FFFFFF;
    border: 1px solid #F3C7E2;
    border-radius: 10px;
    float: right;
    height: 640px;
	left: -1000px;
    margin-top: 96px;
    padding: 0px 20px 20px;
	position: absolute;
	top: 180px;
    width: 160px;   
}

.ads-160x600-outer h3 {
    color: #D30073;
    font-family: 'Verdana';
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.ads-160x600 {
    height: 600px;
    position: relative;
    width: 160px;
}

.bot-ads {
    background: none #EFA9DB;
    height: 90px;
    margin-top: 30px;
    width: 728px;
}

.bot-ads .ads-728x90-bottom {
    height: 90px;
    width: 728px;
}

.footer {
    border-top: 1px solid #F5BFDF;
    /*border-bottom: 1px solid #FEDCF4;*/
    height: 306px;
    margin-top: 30px;
    /*margin-bottom: 30px;*/
    position: relative;
    width: 100%;
}

.footer .social-media-outer {
    background: #FFFFFF;
    background:-moz-linear-gradient(top,#FFFFFF 0%,#E4FCFF 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF),color-stop(100%,#E4FCFF));
    background:-webkit-linear-gradient(top,#FFFFFF 0%,#E4FCCF 100%);
    background:-o-linear-gradient(top,#FFFFFF 0%,#E4FCFF 100%);
    background:-ms-linear-gradient(top,#FFFFFF 0%,#E4FCFF 100%);
    background:linear-gradient(to bottom,#FFFFFF 0%,#E4FCFF 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#E4FCFF',GradientType=0);
    height: 228px;
    min-width: 1023px;
    width: 100%;
}

.footer .social-media-outer .social-media {
    height: 228px;
    width: 1023px;
}

.footer .social-media-outer .social-media .related-links {
    float: left;
    height: 228px;
    margin-left: 15px;
    margin-right: 15px;
    width: 235px;
}

.footer .social-media-outer .social-media .related-links h3 {
    color: #E130BE;
    font-family: 'Verdana';
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin: 20px 0 5px;
}

.footer .social-media-outer .social-media .related-links hr {
    border-top: 1px solid #C4E9F9;
    margin: 0;
    width: 140px;
}

.footer .social-media-outer .social-media .related-links .items-related-links {
    color: #0056BD;
    list-style: none;
    margin: 0 0 10px;
}

.footer .social-media-outer .social-media .related-links .items-related-links > li a {
    color: #0056BD;
}

.footer .social-media-outer .social-media .related-links .items-related-links > li a:hover {
    color: #0056BD;
    text-decoration: underline;
}

.footer .social-media-outer .social-media .related-links .social-network {
    height: 42px;
}

.footer .social-media-outer .social-media .related-links .social-network img {
    height: 36px;
    margin-right: 10px;
    width: 65px;
}

.footer .social-media-outer .social-media .facebook-like-box {
    float: left;
    height: 185px;
    margin-left: 20px;
    margin-right: 25px;
    margin-top: 20px;
    width: 455px;
}

.footer .social-media-outer .social-media .partners {
    float: left;
    height: 165px;
    margin-top: 20px;
    padding-top: 20px;
    width: 245px;
}

.footer .social-media-outer .social-media .partners .items-partners {
    float: left;
    height: 100px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100px;
}

.footer .copyright {
    background: #FFFFFF;
    /*border-bottom: 1px solid #FFE8F8;*/
    height: 77px;
    width: 100%
}
