/**************************** GAME DETAIL PAGE ************************************/

.gpress_game{
    font-family: Arial, sans-serif !important;
    font-size: 13px;
    line-height: normal !important;
    -webkit-line-break: normal !important;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    height:100% !important;
    width: 100% !important;
    position: relative;!important;
    border: 1px solid #cccccc;
    display: block;
    background-color: #f8f8f8;
    color: #3a3a3a;

}


.gpress_game hr {
    border-bottom: 1px solid inherit;
}


/********* Title **********/
.gpress_game .gp-gallery-title{
    margin-bottom: 10px;
    display: block;
    position: relative;
    font-weight: bold;
}

/*********** Link settings ************/
.gpress_game a{
    text-decoration: none !important;
    text-underline: transparent !important;
    line-height: normal !important;
    -webkit-line-break: normal !important;
    -webkit-box-shadow: none !important;
    border-bottom-color: transparent !important;
}

/************************* HEADER *******************************/

.gpress_game > .gp_header {

    width: 100% !important;
    height: 270px !important;
    overflow: hidden !important;
    z-index: 100;

}

/******* Top ******/
.gpress_game > .gp_header > .top{
    height: 160px !important;
    width: 100% !important;
    display: block !important;
}



/******* Down (Middle) ******/
.gpress_game > .gp_header > .down{
    height: 70px !important;
    background-color: rgba(255,255,255,0.8) !important;
    background-repeat: repeat-x !important;
    bottom:0 !important;
    position: relative !important;
    display: block !important;
    z-index: 10;
}
.gpress_game > .gp_header > .down > .gp-rating-circle{
    float: right;
    display: flex;
    top:5px;
    right: 5px;
    position: absolute;
    z-index: 20;
}
.gpress_game > .gp_header > .down > .gp-rating-circle .gp-rating-total{
    position: relative;
    float: right;

}
.gpress_game > .gp_header > .down > .gp-rating-circle .gp-critic-total{
    margin-left: 5px;
}



.gpress_game > .gp_header > .down > .title_infos{
    top: 7px !important;
    left: 220px !important;
    position: relative !important;
    color: #3a3a3a !important;
    width: 430px;

}
.gpress_game > .gp_header > .down > .title_infos > .title{
    top: 0 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    margin-bottom: 3px;
    display: block !important;
    position: relative;
}
.gpress_game > .gp_header > .down > .title_infos > .themes{
    display: block !important;
    position: relative;
    margin-bottom: 2px;
    font-size: 11px;
}
.gpress_game > .gp_header > .down > .title_infos > .aka{
    display: block !important;
    position: relative;
    font-size: 10px;
}
.gpress_game > .gp_header > .down > .title_infos > .themes a{
    color: #3a3a3a;
    font-weight: bold;
}




/******* Bottom ******/
.gpress_game > .gp_header > .bottom{
    height: 40px !important;
    background-color: #3a3a3a !important;
    bottom:0;
    z-index: 10 !important;
    position: relative;
    display: block !important;
}
.gpress_game > .gp_header > .bottom > .gp-menu{
    left: 220px !important;
    position: relative !important;
    background-color: #3a3a3a !important;
    display: flex !important;
    z-index: 16;

}

.gpress_game > .gp_header > .bottom > .gp-menu > .gp-menu-selected{
    height: 40px !important;
    background-color: #f8f8f8 !important;
    overflow:hidden !important; /* added */
    position:relative !important;
    padding: 10px !important;
    font-size: 14px !important;
    color: #000 !important;
    -webkit-box-shadow: 6px -3px 5px -2px rgba(0, 0, 0, 0.61)!important;
    -o-box-shadow: 6px -3px 5px -2px rgba(0, 0, 0, 0.61)!important;
    -ms-box-shadow:6px -3px 5px -2px rgba(0, 0, 0, 0.61)!important;
    -moz-box-shadow: 6px -3px 5px -2px rgba(0, 0, 0, 0.61)!important;
    box-shadow: 6px -3px 5px -2px rgba(0, 0, 0, 0.61)!important;
}

.gpress_game > .gp_header > .bottom > .gp-menu > .gp-menu-selected > a{
    color: #000!important;
    margin-top: auto!important;
    margin-bottom: auto !important;
    font-size: 14px !important;
    display:block;
    height: 40px;
    width: 100%;

}


.gpress_game > .gp_header > .bottom > .gp-menu > .gp-menu-item{
    height: 40px !important;
    overflow:hidden !important; /* added */
    position:relative !important;
    padding: 10px !important;
    font-size: 14px !important;
    color: #fff;
}
.gpress_game > .gp_header > .bottom > .gp-menu > .gp-menu-item:hover {
    background-color: #f8f8f8;
    color: #000;
    background-size: cover !important;
    -webkit-box-shadow: 6px -3px 5px -2px rgba(0, 0, 0, 0.61) !important;
    -o-box-shadow: 6px -3px 5px -2px rgba(0, 0, 0, 0.61) !important;
    -ms-box-shadow:6px -3px 5px -2px rgba(0, 0, 0, 0.61) !important;
    -moz-box-shadow: 6px -3px 5px -2px rgba(0, 0, 0, 0.61) !important;
    box-shadow: 6px -3px 5px -2px rgba(0, 0, 0, 0.61) !important;
}

.gpress_game > .gp_header > .bottom > .gp-menu > .gp-menu-item > a {
    color: #fff;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-size: 12px !important;
    display:block;
    height: 40px;
    width: 100%;
}
.gpress_game > .gp_header > .bottom > .gp-menu > .gp-menu-item:hover > a {
    color: #000 !important;
}


/************************* CONTAINER *******************************/
.gpress_game > .my_container {
    display: table !important;

}

.gpress_game > .my_container .mycol {
    display: table-cell !important;
}

/******* Left side ******/
.gpress_game > .my_container > .gp-left{
    width: 210px !important;
    height: 100% !important;
    margin-right: 10px !important;
    left: 10px !important;
    position: relative !important;
    z-index: 100 !important;

}


/* Cover */

.gpress_game > .my_container > .gp-left > .gp-cover {
    width: 200px !important;
    height: 294px !important;
    top:-130px !important;
    position:relative !important;
    border: 2px solid #f8f8f8!important;
    z-index: 100 !important;
    margin-bottom: 5px !important;



}

/* Trailer*/
.gpress_game > .my_container > .gp-left > a.gp-trailer{
    width: 184px !important;
    display: block !important;
    height: 30px !important;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
    top:-130px !important;
    position: relative;
    color: #fff;
    background-color: #3a3a3a;
    border-radius: 2px;
    text-decoration: none !important;
    text-align: center !important;
    line-height: normal !important;
    -webkit-line-break: normal !important;
    -webkit-box-shadow: none !important;
    overflow: hidden;



}
.gpress_game > .my_container > .gp-left > a.gp-trailer >  img.gp-trailer-icon{
    left: 40px;
    top:5px;
    position: absolute;
}
.gpress_game > .my_container > .gp-left > a.gp-trailer > span.gp-trailer-text{
    font-family: Arial, sans-serif !important;
    display: inline-flex;
    font-size: 12px;
    top:7px;
    left: 65px;
    position: absolute;
    vertical-align: center!important;
    text-decoration: none !important;
    line-height: normal !important;
    -webkit-line-break: normal !important;
    -webkit-box-shadow: none !important;
}


/* Side Info Title */

.gpress_game > .my_container > .gp-left > .side_info_title{
    display: block !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 10px;
    padding: 5px;
    background-color:  #3a3a3a;
    width: 183px;
    margin-bottom: 5px !important;
    margin-left: 10px !important;
    top:-130px !important;
    position: relative;
}

/* Side Info */

.gpress_game > .my_container > .gp-left > .side_info{
    display: block !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
    font-size: 11px;
    top:-130px !important;
    position: relative;
    width: 183px;
    white-space: normal;
    margin-left: 10px !important;
}

/* Side info links */

.gpress_game > .my_container > .gp-left > .side_info a{
    color: inherit;
    text-decoration: underline !important;
}


/******* Right Side ******/

.gpress_game > .my_container > .gp-right{
    padding: 20px !important;
    height:100% !important;
    vertical-align:top !important;
    overflow: hidden !important;
    position: relative;
    width: 100%;

}

.gpress_game > .my_container > .gp-right >  .gp-rating{
    font-size: 9px !important;
    top:0;
    height: 60px;
    left:5px;
    right: 220px;
    position: relative !important;
    display: block !important;
    white-space: normal;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100%;
    margin-top: 10px;



}

/* blog page (news/reviews) */
.gpress_game > .my_container > .gp-right .gp-blog{

    padding: 5px;
    position: relative;
    display: block;
    margin-bottom:5px;
}

.gpress_game > .my_container > .gp-right > .gp-bg{
background-color: #eeeeee!important;
}

.gpress_game > .my_container > .gp-right .gp-blog .gp-blog-thumb{
    float: left;
    margin-right: 5px;
}
.gpress_game > .my_container > .gp-right .gp-blog .gp-blog-right .gp-blog-title{
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.gpress_game > .my_container > .gp-right .gp-blog .gp-blog-right .gp-blog-content{
    display: block;
}


    /* Summary */

.gpress_game > .my_container > .gp-right > .sum{
    position: relative !important;
    display: block !important;
    margin-bottom: 10px !important;
}

/* Gallery */

.gpress_game > .my_container > .gp-right > .gp-gallery{
    display: flex !important;
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    position: relative !important;
    margin-bottom: 10px !important;

}

.gpress_game > .my_container > .gp-right > .gp-gallery > .gp-gallery-item {
    max-width: 150px !important;

    margin-right: 5px !important;
}

.gpress_game > .my_container > .gp-right > .gp-gallery > .gp-gallery-item > a > img{
    max-width:100% !important;
    max-height:100% !important;
    flex-shrink: 0 !important;
}


/* Crew */

.gpress_game > .my_container > .gp-right > .crew{
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

/* Cast */

.gpress_game > .my_container > .gp-right > .cast a,
.gpress_game > .my_container > .gp-right > .crew a{
    color:inherit;
    text-decoration: underline !important;
}

.gpress_game > .my_container > .gp-right > .cast{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    width: 100%;
    display: block !important;
    font-size: 12px !important;
}

.gpress_game > .my_container > .gp-right > .cast > .cast-item{
    display: flex !important;
    padding:5px !important;

}
.gpress_game > .my_container > .gp-right > .cast > .colored{

    background: #eeeeee;
}

.gpress_game > .my_container > .gp-right > .cast > .cast-item > .cast-photo{
    width: 5% !important;

}
.gpress_game > .my_container > .gp-right > .cast > .cast-item > .cast-photo img{
    width: 100% !important;
}

.gpress_game > .my_container > .gp-right > .cast > .cast-item > .cast-name{
    width: 35% !important;
    margin-left: 5px !important;
    top:5px;
    position: relative !important;


}
.gpress_game > .my_container > .gp-right > .cast > .cast-item > .cast-bw{
    width: 5% !important;
    top:5px;
    position: relative !important;
}

.gpress_game > .my_container > .gp-right > .cast > .cast-item > .cast-char{
    width: 55% !important;
    top:5px;
    padding-bottom: 5px;
    position: relative !important;
}

/* Gallery Full */

.gpress_game .gp-full-gallery{
    display: block;
    width: 100%;
    overflow: hidden;
}

.gpress_game .gp-full-gallery a{
    width: 100px !important;
    margin-right: 5px !important;


}

.gpress_game .gp-full-gallery > a > img{
    width:100px !important;
    height:100px !important;
    margin-bottom: 10px !important;
}

/* Videos */
.gpress_game .gp-videos{
    display: block;
    width: 100%;
    overflow: hidden;
}
.gpress_game .gp-videos a.gp-video-item{
    max-width: 250px !important;
    height: 188px !important;
    display: inline-flex !important;
    margin-right: 5px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    line-height: normal !important;
    -webkit-line-break: normal !important;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
}



.gpress_game .gp-videos a.gp-video-item img.video-cover-hover{
    opacity: 0;
}
.gpress_game .gp-videos a.gp-video-item:hover img.video-cover{
    opacity: 0;

}
.gpress_game .gp-videos a.gp-video-item:hover img.video-cover-hover{
    opacity: 1;
    top:0;
    left:0;
    position: absolute;
}


/************************************* CRITIC PAGE ***********************************************/
.gp-critic{
    font-family: Arial, sans-serif !important;
    font-size: 13px;
    line-height: normal !important;
    -webkit-line-break: normal !important;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    height:200px !important;
    width: 100% !important;
    position: relative;!important;
    display: flex;
    background-color: #f8f8f8;
    color: #fff;
    margin-bottom: 30px;
}
.gp-critic > .gp_left{
    width: 50%;
}
.gp-critic > .gp_right{
    width: 50%;
    height: 200px;
    background-size: cover;
    z-index: 20;
}

.gp-critic > .gp_right > .gp-title{
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 5px;
    display: block;
    font-size: 30px;
    font-weight: 800;
}
.gp-critic > .gp_right > .gp-content{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left: 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 22px;
    font-style: italic;
}

.gp-critic > .gp_right > .gp-title-link{
    text-align: right;
    margin-right: 10px;
    color:#fff !important;
    text-decoration: underline;
}

.gp-critic > .gp_right > .gp-title-link > a{
    color:#fff !important;
    font-weight: bold;
}
.gp-critic > .gp_left{
    position: relative;
    z-index: 20;


}
.gp-critic > .gp_left > .gp-critic-rating{
    top:70px;
    left: -25px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 20px;
    position: absolute;
}

/************************************* PERSON && CHAR PAGE ***********************************************/
.gp_person{
    font-family: Arial, sans-serif !important;
    font-size: 14px;
    line-height: normal !important;
    -webkit-line-break: normal !important;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    height:100% !important;
    width: 100% !important;
    position: relative;!important;
    border: 1px solid #0e0e0e;
    display: block;
    background-color: #f8f8f8;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.gp_person > .gp-top{

    background-color: #3a3a3a;
    color:#ffffff;
    height: 50px;
    padding:10px;
    position:relative
}

.gp_person > .gp-top > .gp-name{
    left:160px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}

.gp_person > .gp-person-content{
    display: flex;
}
.gp_person > .gp-person-content > .gp-left{
    top:-50px;
    float: left;
    margin-right: 15px;
    position: relative;
    background-color: #eeeeee;
}
.gp_person > .gp-person-content > .gp-left > .gp-photo{
    width:150px;
    height:222px;
    border: 2px solid #3a3a3a;
}
.gp_person > .gp-person-content > .gp-left > .gp-zodiac{
    position: relative;
    background-color: #3a3a3a;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding:5px;
}
.gp_person > .gp-person-content > .gp-left > .gp-zodiac img{
    margin-left:10px;
    position: relative;
}

.gp_person  > .gp-person-content > .gp-right{
    padding: 10px;
    position: relative;
}
.gp_person  > .gp-person-content > .gp-right .gp-info{
    display: block;
    margin-bottom: 5px;
}

.gp_person  > .gp-person-content > .gp-right .gp-gp{

}
.gp_person  > .gp-person-content > .gp-right .gp-gp .gp-gp-title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}
.gp_person  > .gp-person-content > .gp-right .gp-gp .gp-gp-item{
    display: flex;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}
.gp_person  > .gp-person-content > .gp-right .gp-gp .gp-color{
    background-color: #eeeeee;
}

.gp_person  > .gp-person-content > .gp-right .gp-gp .gp-gp-item .gp-gp-cover{
    width: 7%;
    margin-right: 10px;
}
.gp_person  > .gp-person-content > .gp-right .gp-gp .gp-gp-item .gp-gp-content{
    width: 93%;
}
.gp_person .gp-gallery{
    display: block;
    width: 100%;
    overflow: hidden;
}
.gp_person .gp-gallery .gp-gallery-item{
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
    width: 110px;
}

/********************************** GAMES ********************************************/
.gp-games{
    display: block;
}
.gp-games a .gp-games-item{
    width: 190px !important;
    height: 260px !important;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    border: 1px solid #3a3a3a;
    position: relative;
}
.gp-games a .gp-games-item .gp-games-overlay{
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255,255,255,0.75) !important;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    position: relative;
    color: #3a3a3a;
    z-index: 10;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    text-align: center;

}
.gp-games a:hover .gp-games-item .gp-games-overlay{
    visibility: visible;
    opacity: 1;
}

.gp-games-overlay > .gp-games-title{
    padding: 5px;
    font-size: 18px;
    display: block;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
}

.gp-games-overlay > .gp-games-rating{
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 40px;
}
.gp-game-search{
    margin-bottom: 30px;
}
.gp-game-search form input[type=text].game_search {
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    margin-right: 10px;
    box-sizing: border-box;
    background-color: white;
    background-image: url('../../../../images/searchicon.png');
    background-position: 10px 10px;
    border: 2px solid #cccccc;
    border-radius: 4px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.gp-game-search form input[type=submit].search_btn{
    width: 15%;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    color: #3a3a3a;
    font-weight: bold;
    cursor:pointer;
}
.gp-pagination{
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
    background-color: #f8f8f8;
    border-radius: 3px;
}
.gp-pagination a{
    margin-right: 5px;
    color:#3a3a3a;
    text-decoration: none;
    padding: 6px;
    -webkit-box-shadow: -1px 0px 14px -8px rgba(0,0,0,0.5);
    -moz-box-shadow: -1px 0px 14px -8px rgba(0,0,0,0.5);
    box-shadow: -1px 0px 14px -8px rgba(0,0,0,0.5);
    border-radius: 3px;
    border: 1px solid #eeeeee;
}
.gp-pagination a:hover{
    color:#3a3a3a;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
}
.gp-pagination a.gp-colored{
    background-color: #eeeeee;
    border: 1px solid #cccccc;
}
.gp-pagination .gp-bw{
    color:#3a3a3a;
    margin-right: 10px;
    margin-left: 5px;
}

/******************************* CHARACTERS *************************/
.gp-chars{
    display: block;
    padding-right: 0;
    left: 0;
    position: relative;
}
.gp-chars a{
    float: left;
    height:100px;
    width: 45%;
    padding: 5px;
    display: block;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    background-color: #eeeeee;
    border-radius: 4px;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: bold;

}
.gp-chars a:hover{
    color: #3a3a3a;
}
.gp-chars a img{
    height: 90px;
    margin-right: 10px;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    float: left;
}
.gp-chars a span{
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 40px;
}

/******************************* PEOPLE *************************/
.gp-people{
    display: block;
    padding-right: 0;
    left: 0;
    position: relative;
}
.gp-people a{
    float: left;
    height:100px;
    width: 45%;
    padding: 5px;
    display: block;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: bold;

}
.gp-people a:hover{
    color: #3a3a3a;
}
.gp-people a img{
    height: 90px;
    margin-right: 10px;
    float: left;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
}
.gp-people a span{
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 40px;
}

/******************************* COMPANY INFO **************************/
.gp-comp{
    margin-bottom: 20px;

}
.gp-comp > .gp-logo{
    float: left;
    margin-right: 10px;
}

/********************************* SHORTCODES **************************************/
.gpress_news{
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.gpress_news > a > .gpress_news_cover{
    width: 256px;
    height: 350px;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center center;
    float: left;
    margin-right: 10px;
}
.gpress_news .news_title{
    font-size: 28px;
    display: block;
    margin-bottom: 10px;
}
.gpress_news .news_content{
    font-size: 18px;
}


/**************************** MOBILE MOBILE MOBILE ************************************/
.gp-mobile{
    display: none;
}


@media (max-width: 30em) {
    .gpress_game{
        display: none;
    }
    .gpress_game  #gp_header{
        display: none;
    }
    .gp-mobile{
        display: block;
    }


    .topnav {
        overflow: hidden;
        background-color: #333;
        position: relative;
    }

    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav #myLinks {
        display: none;
    }

    /* Style navigation menu links */
    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 15px;
        display: block;
    }

    /* Style the hamburger menu */
    .topnav a.icon {
        background: black;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    /* Add a grey background color on mouse-over */
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

    /* Style the active link (or home/logo) */
    .active {
        background-color: #4CAF50;
        color: white;
    }

    .gp-mobile-top{
        display: flex;
    }
    .gp-mobile-cover{
        float: left;
        margin-right: 10px;
    }
    .gp-mobile-aka{
        font-size: 12px;
        display: block;
    }
    .gp-mobile-genres{
        font-size: 12px;
        display: block;
    }
    .gp-mobile-top .gp-mobile-infos{
        font-size: 11px;
    }

    /* Trailer*/
    .gp-mobile-cover  a.gp-trailer{
        width: 120px !important;
        display: block !important;
        height: 30px !important;
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 10px !important;
        margin-left: 10px !important;
        position: relative;
        color: #3a3a3a;
        background-color: rgba(255,255,255,0.7) !important;
        background-repeat: repeat-x !important;
        border: 2px solid #f8f8f8!important;
        border-radius: 2px;
        text-decoration: none !important;
        text-align: center !important;
        line-height: normal !important;
        -webkit-line-break: normal !important;
        -webkit-box-shadow: none !important;
        overflow: hidden;



    }

    .gp-mobile-cover a.gp-trailer >  img.gp-trailer-icon{
        left: 10px;
        top:4px;
        position: absolute;
    }
    .gp-mobile-cover a.gp-trailer > span.gp-trailer-text{
        font-family: Arial, sans-serif !important;
        display: inline-flex;
        font-size: 11px;
        top:7px;
        left: 35px;
        position: absolute;
        vertical-align: center!important;
        text-decoration: none !important;
        line-height: normal !important;
        -webkit-line-break: normal !important;
        -webkit-box-shadow: none !important;
    }

    .gp-mobile-info .crew{
        display: block;
        margin-top: 7px;
        font-size: 12px;
    }

    .gp-mobile-info .sum{
        position: relative !important;
        display: block !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        font-size: 12px;
    }

    .gp-mobile-info .gp-gallery{
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        position: relative !important;
        margin-bottom: 10px !important;
    }

    .gp-mobile-info .gp-gallery > .gp-gallery-item {
        max-width: 100px !important;
        float: left;
        margin-right: 5px !important;
        margin-bottom: 5px !important;
    }

    .gp-mobile-info .gp-gallery > .gp-gallery-item > a > img{
        max-width:100% !important;
        max-height:100% !important;
        flex-shrink: 0 !important;
    }
    .gp-mobile-info .gp-full-gallery{
        margin-top:10px;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .gp-mobile-info .gp-full-gallery a{
        width: 100px !important;
        margin-right: 5px !important;


    }

    .gp-mobile-info .gp-full-gallery > a > img{
        width:100px !important;
        height:100px !important;
        margin-bottom: 10px !important;
    }

    /* Cast */

    .gp-mobile-info .cast a,
    .gp-mobile-info .crew a{
        color:inherit;
        text-decoration: underline !important;
    }

    .gp-mobile-info .cast{
        margin-top: 10px !important;
        margin-bottom: 10px !important;

        display: block !important;
        font-size: 12px !important;
    }

    .gp-mobile-info .cast > .cast-item{
        display: flex !important;
        padding:5px !important;

    }
    .gp-mobile-info .cast > .colored{

        background: #eeeeee;
    }

    .gp-mobile-info .cast > .cast-item > .cast-photo{
        width: 5% !important;

    }
    .gp-mobile-info .cast > .cast-item > .cast-photo img{
        width: 100% !important;
    }

    .gp-mobile-info .cast > .cast-item > .cast-name{
        width: 35% !important;
        margin-left: 5px !important;
        position: relative !important;


    }
    .gp-mobile-info .cast > .cast-item > .cast-bw{
        width: 5% !important;
        position: relative !important;
    }

    .gp-mobile-info .cast > .cast-item > .cast-char{
        width: 55% !important;
        padding-bottom: 5px;
        position: relative !important;
    }

    /* Videos */
    .gp-mobile-info .gp-videos{
        display: block;
        overflow: hidden;
        margin-top: 10px;
    }
    .gp-mobile-info .gp-videos a.gp-video-item{
        max-width: 110px !important;
        height: 80px !important;
        display: inline-flex !important;
        margin-right: 5px !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        line-height: normal !important;
        -webkit-line-break: normal !important;
        text-decoration: none !important;
        -webkit-box-shadow: none !important;
    }

    .gp-mobile-info  > .gp-videos > a.gp-video-item > img.video-cover{
        flex-shrink: 0 !important;
        top:0;
        left:0;
        position: absolute;

    }

    /* blog page (news/reviews) */
    .gp-mobile-info .gp-blog{

        padding: 5px;
        position: relative;
        display: block;
        margin-bottom:5px;
    }

    .gp-mobile-info .gp-bg{
        background-color: #eeeeee!important;
    }

    .gp-mobile-info .gp-blog .gp-blog-thumb{
        float: left;
        width: 150px;
        margin-right: 5px;
    }
    .gp-mobile-info .gp-blog .gp-blog-right .gp-blog-title{
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        font-size: 13px;
    }
    .gp-mobile-info .gp-blog .gp-blog-right .gp-blog-content{
        display: block;
        font-size: 11px;
    }

    .gp_person > .gp-person-content > .gp-left{
        top:-20px;
        float: left;
        margin-right: 5px;
        position: relative;
    }
    .gp_person > .gp-person-content > .gp-left > .gp-photo{
        width:100px;
        height:150px;
        border: 2px solid #3a3a3a;
    }
    .gp_person > .gp-person-content > .gp-left > .gp-zodiac{
        position: relative;
        background-color: #3a3a3a;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        padding:5px;
    }
    .gp_person > .gp-person-content > .gp-left > .gp-zodiac img{
        margin-left:6px;
        position: relative;
        width: 70px;
    }

    .gp_person .gp-gallery{
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .gp_person .gp-gallery .gp-gallery-item{
        margin-right: 5px;
        float: left;
        margin-bottom: 5px;
        width: 70px;
    }

    /*** People ***/
    .gp-people{
        display: block;
        padding-right: 0;
        left: 0;
        position: relative;
    }
    .gp-people a{
        float: left;
        height:100px;
        width: 90%;
        padding: 5px;
        display: block;
        margin-right: 10px;
        margin-bottom: 5px;
        position: relative;
        background-color: #f5f5f5;
        border-radius: 4px;
        color: #3a3a3a;
        font-size: 14px;
        font-weight: bold;

    }
    .gp-people a:hover{
        color: #3a3a3a;
    }
    .gp-people a img{
        height: 90px;
        margin-right: 10px;
        border: 1px solid #3a3a3a;
        border-radius: 4px;
    }
    .gp-people a span{
        font-size: 12px;
        font-weight: normal;
    }

    /******************************* CHARACTERS *************************/
    .gp-chars{
        display: block;
        padding-right: 0;
        left: 0;
        position: relative;
    }
    .gp-chars a{
        float: left;
        height:100px;
        width: 90%;
        padding: 5px;
        display: block;
        margin-right: 10px;
        margin-bottom: 5px;
        position: relative;
        background-color: #eeeeee;
        border-radius: 4px;
        color: #3a3a3a;
        font-size: 14px;
        font-weight: bold;

    }
    .gp-chars a:hover{
        color: #3a3a3a;
    }
    .gp-chars a img{
        height: 90px;
        margin-right: 10px;
        border: 1px solid #3a3a3a;
        border-radius: 4px;
    }
    .gp-chars a span{
        font-size: 12px;
        font-weight: normal;
    }
    /************ Pagination **************/
    .gp-pagination{
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 20px;
        position: relative;
        background-color: #f8f8f8;
        border-radius: 3px;
    }
    .gp-pagination a{
        margin-right: 5px;
        color:#3a3a3a;
        text-decoration: none;
        padding: 6px;
        -webkit-box-shadow: -1px 0px 14px -8px rgba(0,0,0,0.5);
        -moz-box-shadow: -1px 0px 14px -8px rgba(0,0,0,0.5);
        box-shadow: -1px 0px 14px -8px rgba(0,0,0,0.5);
        border-radius: 3px;
        border: 1px solid #eeeeee;
        font-size: 9px;
    }
    .gp-pagination a:hover{
        color:#3a3a3a;
        background-color: #eeeeee;
        border: 1px solid #cccccc;
    }
    .gp-pagination a.gp-colored{
        background-color: #eeeeee;
        border: 1px solid #cccccc;
    }
    .gp-pagination .gp-bw{
        color:#3a3a3a;
        margin-right: 10px;
        margin-left: 5px;
    }

    .gp-games{
        display: block;
    }
    .gp-games a .gp-games-item{
        width: 100px !important;
        height: 150px !important;
        float: left;
        margin-right: 5px;
        margin-bottom: 10px;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
        border: 1px solid #3a3a3a;
        position: relative;
    }
    .gp-games a .gp-games-item .gp-games-overlay{
        opacity: 0;
        visibility: hidden;
        background-color: rgba(255,255,255,0.75) !important;
        background-size: cover;
        width: 100%;
        height: 100%;
        padding-top: 5px;
        position: relative;
        color: #3a3a3a;
        z-index: 10;
        -webkit-transition: opacity 600ms, visibility 600ms;
        transition: opacity 600ms, visibility 600ms;
        text-align: center;

    }
    .gp-games a:hover .gp-games-item .gp-games-overlay{
        visibility: visible;
        opacity: 1;
    }

    .gp-games-overlay > .gp-games-title{
        padding: 5px;
        font-size: 10px;
        display: block;
        font-weight: bold;
        margin-bottom: 1px;
        position: relative;
    }

    .gp-games-overlay > .gp-games-rating{
        display: block;
        position: relative;
        font-weight: bold;
        font-size: 15px;
    }
    .gp-game-search{
        margin-bottom: 30px;
    }
    .gp-game-search form input[type=text].game_search {
        width: 80%;
        padding: 12px 20px;
        margin: 8px 0;
        margin-right: 10px;
        box-sizing: border-box;
        background-color: white;
        background-image: url('../../../../images/searchicon.png');
        background-position: 10px 10px;
        border: 2px solid #cccccc;
        border-radius: 4px;
        background-repeat: no-repeat;
        padding-left: 40px;
    }

    .gp-game-search form input[type=submit].search_btn{
        width: 15%;
        padding: 12px 10px;
        border-radius: 4px;
        background-color: #eeeeee;
        border: 1px solid #cccccc;
        color: #3a3a3a;
        font-weight: bold;
        font-size: 10px;
        cursor:pointer;
    }

}