/*-------------- Opener styles ------------------------*/
.opener-nav,
.opener-search {
    float:right;
    display:none;
    width:46px;
    height:43px;
    background:url(../resources/image/sprite.png) no-repeat 100% -90px;
    text-indent:-9999px;
    overflow:hidden;
    margin:0 0px 0 0px;
}
.opener-search {
    background:url(../resources/image/sprite.png) no-repeat 0 -90px;
    width:48px;
}

.login-panel.mobile {
    display: none;
}

/*-------------- Selectors styles ------------------------*/
.select-area {
    border: 1px solid #777;
    position: relative;
    overflow: hidden;
    cursor: default;
    height: 26px;
    float: left;
}
.select-area,
.select-holder .select-area {
    width:233px !important;
    margin:0 19px 0 0;
    height:37px;
    font:13px/15px Arial, Helvetica, sans-serif;
    color:#6e6f71;
    border:1px solid #d1d1d1;
    border-radius:3px;
    text-shadow:1px 1px 0 #fff;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 15%, #fcfcfc 50%, #d8d8d8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#ffffff), color-stop(50%,#fcfcfc), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 15%,#fcfcfc 50%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 15%,#fcfcfc 50%,#d8d8d8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 15%,#fcfcfc 50%,#d8d8d8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 15%,#fcfcfc 50%,#d8d8d8 100%); /* W3C */
}
.support .filter-form .select-area {margin:0 21px 0 0;}
.game-info .filter-form .select-area {
    margin:0 0 0 15px;
    width:233px !important;
}
.filter-form .select-area.select-mini {
    margin:0 -2px 0 4px;
    width:146px !important;
}
.select-area .center {
    white-space: nowrap;
    padding: 3px 10px;
    display:block;
}
.select-area .center {
    padding:0 20px;
    white-space: normal;
    overflow:hidden;
    line-height:37px;
}
.filter-form .select-area.select-mini .center {padding:0 14px;}
.select-area .select-opener {
    background: #777;
    position: absolute;
    height: 26px;
    width: 20px;
    right: 0;
    top: 0;
}
.select-area .select-opener {
    background:url(../resources/image/sprite.png) no-repeat;
    width:10px;
    height:6px;
    top:16px;
    right:9px;
}

.search-form{
    float:right;
    margin:10px 0 0;
    /*width:380px;*/
}

.search-form fieldset {
    float: right;
}

.search-form .input-holder,
.blogpost-page .blog-search-form .input-holder {
    height:25px;
    float:left;
    border:1px solid #d7d7d7;
    border-radius:16px;
    background:#fff;
    overflow:hidden;
    margin:0 0px 0 0;
    padding:2px 0px 1px 5px;
    box-shadow:inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}

.search-form .search-action,
.blogpost-page .blog-search-form .search-action {
    overflow:hidden;
    text-indent:-9999px;
    border:none;
    cursor:pointer;
    margin:3px 15px 0 0;
    padding:0;
    background:url(../resources/image/btn-search.png) no-repeat;
    width:14px;
    height:15px;
    float:left;
}

.search-form input[type="text"],
.blogpost-page .blog-search-form .search-term {
    height:25px;
    line-height:18px;
    font-size:15px;
    border:none;
    width:200px;
    color:#3b3b3b;
    padding:0;
    margin:0;
    background:none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    float:left;
}

/*---- Styles for panel with logged-in user info ------------*/
.header-item {
    float: right;
    color: #454545;
    margin-left: 20px;
    box-sizing: border-box;
    height: 50px;
}

.header-holder .header-item {
    float: right;
    margin: 0;
    box-sizing: border-box;
    height: 0;
}

.header-top-holder .header-item {
    height: 100%;
}

.header-item.active {
    /*background-color: #FFF;*/
    /*border: solid #B2B2B2;*/
    border-width: 0 2px;
    /*box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.3);*/
}

.header-item.login-panel {
    border: solid transparent;
    border-width: 0 2px;
    margin-right: 0;
}

.header-item.login-panel.active:after {
    position:absolute;
    border-bottom:2px solid #fff;
    bottom:-2px;
    width: 100px;
    content:"";
    z-index:100;
}

.header-holder .header-item.login-panel.active:after {
    border-bottom:0px solid #fff;
    bottom:0;
    content:"";
    z-index:100;
}

.header-item.login-panel a {
    cursor: pointer;
    color: #454545;
    display: block;
    width: 100px;
    padding: 14px 0;
    text-align: center;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font: 700 19px/22px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}

.header-top-holder .header-item.login-panel a {
    float: right;
    cursor: pointer;
    color: #e7e7e7;
    display: block;
    width: 120px;
    padding: 0px 0;
    text-align: center;
    position: relative;
    text-decoration: none;
    text-transform: none;
    font: 300 14px/23px 'Open Sans', Arial, Helvetica, sans-serif;
}

.header-item.login-panel a:hover {
    text-decoration:none;
    color:#5aa8ea;
}

.login-panel-drop {
    display: none;
    position: absolute;
    /*top: 50px;*/
    right: 0;
    width: 400px;
    background: #FFF;
    border: 1px solid #C1C1C1;
    z-index: 100;
}

.header-top-holder {
    width: 1000px;
    margin:0 auto;
}

.login-panel-drop .content {
    padding: 10px;
}

.login-panel-drop .form.grey .form-row .value .control .login,
.login-panel-drop .form.grey .form-row .value .control .password {
    width: 180px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
    box-sizing: border-box;
    min-width: inherit;
}

.login-panel-drop .form.grey .form-row .value .control .password {
    margin-left: 15px;
}

.login-panel-drop .form.grey .form-row .login-button {
    border: 0 none;
    width: 180px;
    box-sizing: border-box;
    padding: 5px 0;
    font-size: 16px;
    cursor: pointer;
}

.login-panel-drop .form.grey .form-row .forgot-password {
    color: #545454;
    float: left;
    width: 175px;
    text-align: left;
    padding: 5px 0;
    font-size: 16px;
    font-weight: normal;
    text-transform: initial;
    text-decoration: underline;
}

.login-panel-drop .footer .create-account {
    float: left;
    color: #545454;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
    width: 40%;
    text-align: center;
    text-transform: initial;
    text-decoration: underline;
}

.login-panel-drop .footer .social-sign-in {
    float: right;
    width: 58%;
    border-left: 1px solid #ccc;
}

.login-panel-drop .footer .social-login-label {
    display: inline-block;
    margin: 10px 10px 0;
    color: #545454;
    text-transform: uppercase;
    font: normal 11px Helvetica, Arial, sans-serif;
}

.login-panel-drop .footer .social-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.login-panel-drop .footer .social-icon:nth-of-type(1) {
    margin-left: 0;
}

.login-panel-drop .footer .social-icon:hover {
    transition: all 0.3s ease;
    transform: rotate(20deg);
}

.login-panel-drop .form.grey .form-row .forgot-password:hover {
    text-decoration: none;
}

.login-panel-drop .footer {
    font-size:14px;
    line-height:17px;
    background:#efefef;
    overflow:hidden;
    padding:10px 20px;
    box-shadow:inset 0 7px 4px 0 rgba(0, 0, 0, 0.1);
}

.header-item.login-panel .jsf-error-fix {
    margin-bottom: 10px;
}

.header-item.user-panel {
    width: 115px;
    height: auto;
    text-align: right;
}

.header-item.user-panel .user-info {
    float: right;
}

.header-item.user-panel .user-name {
    max-width: 105px;
    height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}

.header-item.user-panel .user-logo {
    width: 45px;
    height: 45px;
    margin: 3px 5px;
    float: right;
}

.header-item.user-panel a {
    text-decoration: none;
    color: #454545;
}

.header-item.user-panel a:hover {
    text-decoration: underline;
}

.header-item.user-panel .user-logout {
    font-size: 12px;
    font-weight: bold;

}

.language-opener {
    display: inline-block;
    float: right;
    cursor: pointer;
    background: url(../resources/image/sprite.png) no-repeat 3px 9px;
    width: 15px;
    height: 15px;
}

.language-select-form {
    color: #D1D1D1;
    float: right;
    padding-right: 5%;
    font-size: 14px;
    height: 100%;
}

.language-select-form  a{
    vertical-align: middle;
    color: #D1D1D1;
    text-decoration: none ;
}

.select-holder .image-holder {
    width: 22px;
    float: left;
    margin: 5px 6px 0 0;
    height: 1px;
}

.select-holder .image-holder img {
    width: 22px;
    height: 16px;
}

.drop-list li img,
.select-holder .select-area img {
    display: none;
}

.select-holder .select-area {
    height: 22px;
    width: 96px !important;
    color: #727272;
    font-size: 12px;
    text-shadow: none;
    margin: 0;
}

.select-holder .select-area .center {
    display: none;
    padding: 0 0 0 0;
    line-height: inherit;
}

.select-holder .select-area .select-opener {
    background: url(../resources/image/sprite.png) no-repeat;
    width: 10px;
    height: 6px;
    top: 10px;
    right: 10px;
    position: absolute;
}

.select-holder .image-holder,
.select-options.drop-select2 .drop-list li span {
    /*display:none !important;*/
}


.select-options.drop-select2 .drop-list li img,
.select-holder .select-area img {
    display:block !important;
}

.select-holder .select-area img {
    margin:4px 0 0;
    max-width: 22px;
}

.select-options.drop-select2 .drop-list li img {
    margin:0 auto;
    width:22px;
}

.select-holder .select-area {
    width:48px !important;
    border:none;
    background:none;
}

.select-holder .select-area .center {
    padding:0 20px 0 0;
    text-indent:-9999px;
}

.select-holder .select-area .select-opener {
    width: 20px;
    height: 20px;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    background: #FDFDFD url(../resources/image/sprite.png) no-repeat 4px 8px;
    top: 0;
    right: 0;
}
.select-options.drop-select2 .drop-holder {
    /*border-top:1px solid #bdbec0;*/
}

.select-options {
    width: 60px !important;
    position: absolute;
    overflow: hidden;
    z-index: 2000;
}

.select-options.drop-select1 {
    width: 235px !important;
}

.drop-select1 {
    margin:-2px 0 0 !important;
    z-index: 200;
}
.select-options .drop-holder {
    border: 1px solid #191a1d;
    overflow: hidden;
    height: 1%;
    background: rgb(45,45,45);
    font-size:14px;
    line-height:17px;
}
.drop-select1 .drop-holder {
    background:#fcfcfc;
    border:1px solid #bdbec0;
    border-top:none;
    border-radius:0 0 3px 3px;
    padding:0 3px;
    font-size:13px;
}
.select-options ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.select-options ul li {
    width: 100%;
    float: left;
    color: #6e6f71;
}
.drop-select1 ul li {
    position:relative;
    margin:0 0 2px;
}
.select-options ul a {
    text-decoration: none;
    padding: 5px 0px;
    display: block;
    cursor: default;
    color: #6e6f71;
    height: 1%;
}
.drop-select1 ul a {
    text-shadow:1px 1px 0 #fff;
    padding: 5px 17px;
}
.drop-select1 ul li:before {
    position:absolute;
    top:-2px;
    left:0;
    height:1px;
    width:100%;
    background: rgba(192, 192, 192, 1);
    box-shadow:0 1px 1px #fff;
    content:'';
}
.drop-select1 ul li:first-child:before {
    background:none;
    box-shadow:none;
}

.select-options.drop-select-area {
    z-index: 20000;
}

.select-options .item-selected a {
    text-decoration: none;
    color: #fcfdff;
    background: rgb(150,150,150);
}

.select-options .item-selected a span {
    font-size: 13px;
}
.drop-select1 .item-selected a {
    color: #e4e5e7;
    background:#f1f0f0;
}
.select-options .optgroup {clear: both;}
.select-options .optgroup strong {
    display: block;
    padding: 5px;
}
.select-options .optgroup ul a {padding-left: 30px;}

.filter-form {margin:21px 0 32px;}
.specific-page .filter-form {margin:21px 0 30px;}
.game-info .filter-form {
    float:right;
    margin:0;
}
.game-info .filter-form label {
    float:left;
    margin:14px 0 0;
    color:#545454;
    font:700 13px/17px 'Open Sans', Arial, Helvetica, sans-serif;
}
.filter-form:after {
    content:'';
    display:block;
    clear:both;
}
.filter-form .search-term {
    border:1px solid #b9b9b9;
    border-top:1px solid #929292;
    float:left;
    color:#6e6f71;
    padding:10px 5px;
    margin:0 21px 0 0;
    width:309px;
    font:13px/15px Arial, Helvetica, sans-serif;
    background:#fff;
    box-shadow:1px 2px 1px #b3b3b3 inset;
}
.filter-form select {
    float:left;
    margin:0 19px 0 0;
    font:13px/15px Arial, Helvetica, sans-serif;
    color:#6e6f71;
    width:233px;
}
.game-info .filter-form select {margin:0 0 0 15px;}
.filter-form select.mini {
    margin:0;
    width:146px;
}
.filter-form h1 {
    color: #545454;
    margin: 0 0 19px;
    font: 700 25px/31px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}

/*-------------- Search Form ----------------------*/
.form-search{
    background:rgba(0, 0, 0, 0.67);
    border-radius:10px;
    padding: 30px;
    width: 620px;
    margin: 0 auto;
    border:solid #7f7f7f;
    border-width:1px 0 0;
}
.form-search .search-value {
    color: #313131;
    width:400px;
    background:#fff;
    padding:5px 8px 4px;
    margin:0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    border:1px solid #dbdbdb;
    float:left;
    font:400 18px/21px 'Open Sans', Arial, Helvetica, sans-serif;
    height:37px;
    box-shadow: none;
}
.form-search input[type="submit"]{
    background:#5aa8ea;
    border:none;
    cursor:pointer;
    margin:0 0 0 -1px;
    text-transform:uppercase;
    float:left;
    color:#fff;
    padding:0 0 2px;
    height:37px;
    width:215px;
    font:700 19px/22px 'Open Sans', Arial, Helvetica, sans-serif;
    border-radius:2px;
    letter-spacing:1px;
}

html:lang(fr) .form-search input[type="submit"] {
    font-size: 11px;
}

html:lang(de) .form-search input[type="submit"] {
    font-size: 15px;
}
/*----------------------------------- Search/Game/Tip Lists -----------------------------*/
.result-block {
    border-top:2px solid #d0d0d0;
    padding:19px 0 0;
}
.results .result-block:first-child {
    border:none;
    padding:0 0 15px;
}
.result-block .heading {
    overflow:hidden;
    padding:0 0 18px;
    color:#545454;
    font:300 24px/26px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}
.result-block .heading p {
	margin:0;
	float:left;
}
.result-block .heading .number {
    float:right;
    margin:8px 0 0;
    color:#545454;
    font:400 12px/14px 'Open Sans', Arial, Helvetica, sans-serif;
}
#results .number {
    float:right;
    color:#545454;
    font:400 12px/14px 'Open Sans', Arial, Helvetica, sans-serif;
    margin:6px 0 0;
}
#results .number-games {
    float:right;
    color:#545454;
    font:400 12px/14px 'Open Sans', Arial, Helvetica, sans-serif;
}
.result-block .heading h1 {
    float:left;
    color:#545454;
    margin:0;
    font:300 24px/26px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}
.result-block .heading h1 > strong {
    font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.result-block .heading h1 > em {
    font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif;
    font-style:italic;
}

.result-block .description-message {
    overflow:hidden;
    border-top:2px solid #d0d0d0;
    padding:23px 0 28px 2px;
    margin:6px 0 0;
    color:#545454;
    font:300 24px/26px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    letter-spacing:1px;
}
.result-block .description-message p {margin:0 0 29px;}

.result-block.no-results {
    margin-bottom: 20px;
}

/*----------------------------------- Tips List -----------------------------*/
.video-list {
    padding:0;
    margin:10px -45px 15px -3px;
    list-style:none;
    overflow:hidden;
}
#content .video-list {margin:0 -30px 20px 1px;}
.video-list li {
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    margin:0 -3px 0 0;
    padding:0 29px 42px 0;
    width:487px;
}
#content .video-list li {
    padding:23px 23px 0 0;
    width:320px;
    overflow:visible;
}

#content .video-list.new li {
    padding:14px 22px 0 0;
    width: 22%;
    overflow:visible;
    height: 100px;
}

@media screen and (max-width: 640px) {
    #content .video-list.new li {
        width: 24%;
    }
}


#content .video-list li:after {
    content:'';
    display:block;
    clear:both;
}
.video-list .holder {padding:0 0 0 2px;}

.video-list .holder.new {
    width: 104%;
}

#content .video-list .holder {padding:0;}
.video-list a:hover .holder {
    cursor:pointer;
    background: #ababab;
}
.video-list .holder:after {
    content:'';
    display:block;
    clear:both;
}
.video-list .visual {
    float:left;
    margin:1px 15px 0 0;
    position:relative;
}
#content .video-list .visual {
    float:none;
    margin:0;
}
.video-list .visual .play {
    position:absolute;
    display:none;
    top:33%;
    left:50%;
    opacity: 0.8;
    margin:-30px 0 0 -31px;
    width:62px;
    height:61px;
    background:url(../resources/image/sprite.png) no-repeat 0 -25px;
    z-index:1000;
    content:'';
}

.video-list .visual .play.new {
    margin:-9px 0 0 -24px !important;
    background:url(../resources/image/sprite-small.png) no-repeat 0 -25px;
}

#content .video-list .visual .play {margin:-21px 0 0 -31px;}
.video-list a:hover .visual .play {display:block;}
.video-list .sign {
    float: right;
    margin: -16px 9px 0 0;
    color:#545454;
    font:300 14px/16px 'Open Sans', Arial, Helvetica, sans-serif;
}
.video-list .logo-small {
    position:absolute;
    bottom:-8px;
    left:-2px;
}

.video-list .logo-small img {
    position: absolute;
    bottom: 0;
    width:60px;
    height:60px;
}

.video-list .description {
    height: 120px;
    overflow: hidden;
    position: relative;
    overflow:hidden;
    color:#545454;
    font:400 13px/17px 'Open Sans', Arial, Helvetica, sans-serif;
}

.video-list .description:before {
    content: '';
    display: block;
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 40%, #FFF 100%);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 40%, #FFF 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 40%, #FFF 100%);
    background: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.5) 40%, #FFF 100%);
}

.video-list a:hover .description:before {
    content: '';
    display: block;
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	background: -webkit-linear-gradient(rgba(235, 235, 235, 0.2) 0%, rgba(235, 235, 235, 1) 100%);
    background: -moz-linear-gradient(rgba(235, 235, 235, 0.2) 0%, rgba(235, 235, 235, 1) 100%);
    background: -o-linear-gradient(rgba(235, 235, 235, 0.2) 0%, rgba(235, 235, 235, 1) 100%);
    background: linear-gradient(rgba(235, 235, 235, 0.2) 0%, rgba(235, 235, 235, 1) 100%);
}

#content .video-list .description {
    padding:11px 8px 16px 10px;
    height: 60px;
}

.video-list p {
    margin:0;
}

.video-list h2 {
    color:#2f2f2f;
    margin:0 0 4px;
    font:700 20px/22px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}
#content .video-list h3 {
    font-weight:bold;
    font-size:14px;
    line-height:18px;
    color:#fff;
    margin:0;
    position:absolute;
    top:0;
    left:0;
    right:0;
    padding:8px 14px 10px;
    background-color: rgba(0, 0, 0, 0.7);
}

#content .video-list.new h3 {
    font-size:12px;
    line-height:16px;
    font-family: "Open Sans Condensed";
    font-weight: 100;
}

.video-list a {
    text-decoration:none;
    color:#2f2f2f;
}
.video-list a:hover h2 {color:#5aa8ea;}
.description-list {
    margin:0 0 3px;
    font:300 14px/17px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}
#content .description-list {
    font-size:16px;
    line-height:18px;
    margin:0 0 5px;
}
.description-list dt {
    font-weight:bold;
    float:left;
    margin:0 3px 0 0;
}
#content .description-list dt {margin:0 5px 0 0;}
.description-list dd {
    display:block;
    overflow:hidden;
    margin:0 0 4px;
}
#content .description-list dd {
    margin:0;
    padding:0 0 2px;
}

/*-------------- Games Preview list styles ------------------------*/
.games {
    padding:0;
    margin:0;
    list-style:none;
    overflow:hidden;
}
.games li {
    overflow:hidden;
    margin:0 0 29px;
    padding:0 15px 7px 19px;
    background: #e0e0e0;
    border: 1px solid #cbcbcb;
}
.games .visual {
    float:left;
    padding-top: 8px;
    margin:0 8px 0 0;
    width:103px;
    text-align:center;
}
.games .description {
    overflow:hidden;
    padding:3px 0 0;
    color:#545454;
    font:300 14px/17px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    margin-top: 20px;
}
.games .title-link {
    text-decoration: none;
    color:#545454;
}

.games .title-link:hover .title {
    color:#5aa8ea;
}
.games h3 {
    color:#545454;
    margin:0 0 4px;
    font:700 14px/13px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}
.games .content {
    margin:0 0 8px;
    height: 50px;
    overflow-y: hidden;
    position: relative;
}
.games .content:before {
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, #efefef 100%);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.2) 0%, #efefef 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0.2) 0%, #efefef 100%);
    background: linear-gradient(rgba(255, 255, 255, 0.2) 0%, #efefef 100%);
}
.games .button,
.games .button.blue {
    font-size:20px;
    line-height:12px;
    width:100px;
    min-width:66px;
    padding:15px;
    margin:0 7px 0 0;
    letter-spacing:1px;
}
.games .button.blue {
    border-radius:0;
    margin:5px 23px;
}

.button.blue.more {
    width: 210px;
    padding: 0;
}

html:lang(de) .games .button.blue {
    font-size: 8px;
}


/*----------------------------------- Search field -----------------------------*/

.search-button.blue {
    z-index: 0;
    width: 100px;
    height: 25px;
    background: #5AA8EA;
    border-radius: 13px;
    float: right;
    color: white;
    padding: 0px 0px 0px;
    min-width: 100px;
    margin: 0px 2px 0 0;
    position: relative;
}
.search-button.blue a{
    color: white;
    text-decoration: none;
    margin: 0 0 0 0;
    font-size: 13px;
}

/*----------------------------------- Games List -----------------------------*/
.game-list {
    padding:0;
    margin:0;
    list-style:none;
}
.game-list li {
    display:inline-block;
    vertical-align:top;
    width:310px;
    padding:0 15px 10px 0;
    margin:0 -3px 0 0;
}
.game-list li:after,
.game-list:after,
.result-block:after,
.game-list .holder:after {
    content:'';
    display:block;
    clear:both;
}
.game-list .holder {padding:0 0 3px;}
.game-list .visual {
    float:left;
    margin:0 13px 0 -11px;
}
.game-list .description {
    overflow:hidden;
    padding:11px 0 35px;
    color:#545454;
    min-height:79px;
    position:relative;
    font:300 14px/16px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}

.game-list .title-link {
    text-decoration: none;
    color:#545454;
}

.game-list .title-link:hover .title {
    color:#5aa8ea;
}

.game-list h2.title {
    color:#545454;
    margin:0 0 6px;
    font:700 26px/22px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}

.game-list .button {
    position:absolute;
    bottom:0;
    left:0;
}

.have-you {
    margin: 10px 0;
    display: block;
    text-align: center;
    color: #545454;
    font: 400 15px/17px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}

.game-platforms {
    display: none;
}

/*-------------- Styles for Scroller breakpoint ------------------------*/
.scroll-breakpoint {
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
    background-color: #ccc;
    padding: 20px;
    cursor: pointer;
}

.scroll-breakpoint.disabled {
    background-color: #aaa;
    color: #eee;
    cursor: default;
}

/*-------------- Search ----------------------*/
.search {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.search .search-title {
    font-size: 25px;
    font-weight: bold;
    color: #555;
}

.search .search-value {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.2em;
}

.search .action-button {
    margin: 2% 35% 0 35%;
    width: 30%;
}

/*-------------- Platforms popup styles ----------------------*/
.gameru-popup .game-platforms {
    text-align: center;
}

.gameru-popup h2 {
    color:#231f20;
    margin: 0 0 10px;
    padding:0 0 7px;
    border-bottom:1px solid #a7a5a6;
    font:300 18px/20px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}

.gameru-popup h1 {
    color:#231f20;
    margin: 0 0 11px;
    font:300 31px/33px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}

.gameru-popup .platforms-list {
    padding:0;
    margin:0;
    list-style:none;
    font:700 15px/17px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}

.gameru-popup .platforms-list li {padding:0 0 8px;}
.gameru-popup .platforms-list a {
    display:block;
    width:282px;
    color:#fff;
    margin:0 auto;
    padding:6px 8px 7px;
    text-decoration:none;
    background:#2f2f2f;
}

/*-------------- Social widgets styles ----------------------*/
.social-link {
    cursor: pointer;
}

/*-------------- Tooltip styles ----------------------*/
.tooltip {
    display: inline;
    position: relative;
}

.tooltip:hover:after {
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    top: 36px;
    color: #fff;
    content: attr(tooltip);
    left: 10px;
    padding: 5px 10px;
    position: absolute;
    z-index: 10001;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}

.tooltip:hover:before {
    border: solid;
    border-color: #111 transparent;
    border-width: 0 6px 6px 6px;
    top: 30px;
    content: "";
    width: 0;
    left: 15px;
    position: absolute;
    z-index: 10002;
}
