* {
    /* padding: 0; */
    margin: 0;
    font-size: 13px;
}

body a {
    color: #1e90ff;
    text-decoration: none
}
#yt_top .container {
    height: inherit;
    line-height: 30px;
}
#content .container {
    /* width: 100%; */
}
body a:hover,
body a:active,
body a:focus,
body a:visited {
    /* color: #fff; */
    text-decoration: none;
}
body article.content-post a:hover,
body article.content-post a:active,
body article.content-post a:focus,
body article.content-post a:visited,
body ul.management-dropdown-menu a:hover
 {
    color: #fff;
    text-decoration: none;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    /* padding: 0; */
}

.row-wrap {
    margin-left: 0;
    margin-right: 0
}

div.clear {
    clear: both
}

div.covering {
    max-width: 1200px;
    margin: 0 auto;
}
div.navbar.topmenu li {
    float: right;
}
div.custom-ads {
    text-align: center;
}
div.custom-ads img {
    width: 99%;
}
div.custom-ads img.right {
    float: right;
}
div.custom-ads img.left {
    float: left;
}
.top-ads {
    margin-top: 20px;
    margin-bottom: 12px
}

.magellan a.sobi-button {
    margin: 0;
    line-height: 30px;
    margin-left: 5px;
    font-weight: 600;
}
.magellan a.sobi-button.home-button {
    margin-left: 0;
}

.search {
    float: left
}

.search input {
    border: 1px solid #33376a;
    border-radius: 1px;
    padding: 2px 4px;
    color: #333;
    font-size: 12px;
    width: 170px;
    height: 18px
}

ul.post-image {
    /* margin-top:12px */
}

ul.post-image li {
    list-style: none;
    /* margin-bottom: 8px; */
    padding: 0 1px;
    height: 89px;
    border-bottom: 1px solid #555;
    display: flex;
    align-items: center;
    cursor: pointer;
}
ul.post-image li.more-pictures div {
    width: 100%;
    text-align: center;
    font-size: 30px;
}

ul.post-image li a img {
    border: 1px solid #ccc;
    width: 100%;
    /* height: 86.5px; */
    object-fit: cover;
    /* outline: 1px solid #ccc; */
    /* outline-offset: 2px; */
}

div.image-place {
    /* margin-left: 10px; */
    /* outline: 2px solid #333; */
    /* outline-offset: 2px; */
    text-align: center;
}

div.image-place .suffix {position: absolute;right: 1%;top: 10%;z-index: 1;}

div.image-place .suffix > div {margin-top: 10px;}

div.image-place .easyzoom a img {
    height: 420px;
    /* width: 380px; */
    text-align: center;
    margin: 0 auto;
    object-fit: cover;
}

div.custom-post-image {
    /* width:9.667% */
    margin-top: 4px;
}

div.custom-image-place {
    padding-left: 0;
    margin-top: 4px;
}

div#more-pictures-gallery {
    position: fixed;
}
div#more-pictures-gallery .modal-dialog {
    width: 70%;
    height: 520px;
    position: relative;
    background-color: rgba(255,255,255,1);
    overflow: visible;
    z-index: 10000;
    margin-top: 50px;
}
div#more-pictures-gallery .modal-dialog .modal-content {
    height: 100%;
    border: none;
    background: transparent;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.53);
    border-radius: 0;
}
div#more-pictures-gallery .top-box {
    background-color: #ddd;
    width: 100%;
    overflow: hidden;
    height: 20px;
}
div#more-pictures-gallery .top-box .close-box {
    float: right;
    width: 15px;
    text-align: center;
    cursor: pointer;
}
div#more-pictures-gallery .top-box .close-box:hover {
    color: #f00;
}
div#more-pictures-gallery .preview-box img.ajax-loader {
    display: none;
    width: initial;
    margin: auto;
} 
div#more-pictures-gallery .preview-box {display: flex;align-items: center;height: 500px;text-align: center;}
div#more-pictures-gallery .preview-box img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}
div#more-pictures-gallery .preview-box .watermark-text {
    color: rgba(225,73,56,0.5);
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: 700;
    font-size: 1.5em;
}
div#more-pictures-gallery .thumbnails-box {height: 500px;display: flex;align-items: center;background: #fff;border-right: 1px solid #ddd;padding-right: 5px;}
div#more-pictures-gallery .thumbnails-box ul {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 97%;
    margin-top: 1.5%;
}
div#more-pictures-gallery .thumbnails-box ul li {
    height: 120px;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #000; */
    /* margin: 1px 0; */
}
div#more-pictures-gallery .thumbnails-box ul li a {
    cursor: pointer;
}
div#more-pictures-gallery .thumbnails-box ul li a img {
    max-width: 97%
}
.custom-size2 {
    /* width:47% */
}

.sobi-button {
    width: 150px;
    min-height: 1px;
    background: red;
    color: #fff;
    margin: .5%;
    padding: 3px 10px;
    border-radius: 5px;
}

section.age {
    float: left;
    border-bottom: 1px solid #333;
    display: block;
    /* padding-bottom: 10px; */
    padding: 5px;
    background-color: #ececec;
    width: 100%;
}

section.age h1 {
    float: left;
    margin-top: 8px;
    font-family: Tahoma;
    text-align: center;
    width: 84%;
    display: block;
    text-align: left;
    line-height: initial;
    font-size: inherit;
}

section.age h1 a {
    color: #333;
    font-size: 28px;
    font-weight: bold;
}
div.description.mobile-view {
    display: none;
}
.custom-primary {
    background-color: #0663a0;
}
.search-button {
    cursor: pointer;
}
#SobiPro ul.typeahead.dropdown-menu {
    max-width: 260px;
    overflow: hidden;
}
.age-sobi-button {
    padding: 0;
    width: 8%;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    float: right;
    margin: 0;
    /* margin-right: 1%; */
    background-color: transparent;
}

div.game-score {
    float: left;
    margin-top: 10px;
    width: 30%;
}

div.existency {
    width: 99%;
    float: left;
    margin-top: 10px;
}

div.game-score .metacritic-score, div.game-score .bazimag-score {
    /* width: 90%; */
    /* height: 45px; */
    margin-bottom: 3px;
    position: relative;
    float: left;
}
div.game-score .metacritic-score a {
    display: block;
    width: 100%;
    /* height: 100%; */
}
div.game-score .metacritic-score img, div.game-score .bazimag-score img {
    height: 50px;
    width: 100%;
}
/*
div.game-score > div::after {
    border-left: 15px solid transparent;
    border-bottom: 22.5px solid transparent;
    border-top: 22.5px solid transparent;
    width: 0;
    height: 45px;
    content: "";
    right: -15px;
    display: block;
    position: absolute;
}*/
div.game-score > div .info {
    float: right;
    width: 60%;
    height: 100%;
}
div.game-score > div .value {
    float: left;
    position: absolute;
    left: 7px;
    top: 4px;
    width: 34%;
    height: 83.4%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#61c01c+0,388515+100 */
    line-height: 45px;
    background: #61c01c; /* Old browsers */
    background: -moz-linear-gradient(top, #61c01c 0%, #388515 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #61c01c 0%,#388515 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #61c01c 0%,#388515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61c01c', endColorstr='#388515',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
    direction: ltr;
}
div.game-score > div .value span.per-hundred {
    font-size: .6em;
}
section.meta-post {
    margin-top: 4px;
    width: 65%;
    float: right;
}

div.game-score .btn-size-4 {
    float: right;
    text-align: center;
    width: 55%;
    padding: 0;
}

div.game-score .btn-size-5 {
    float: right;
    text-align: center;
    width: 43%;
    padding: 0;
}
div.game-score .btn-size-12 {
    float: left;
    text-align: center;
    padding: 0;
    width: 100%;
}
div.game-score #shopping {
    margin-top: 10px;
    text-align: center;
    position: relative;
    display: inline-block;
}
div.game-score #shopping a {
    cursor: pointer;
}
div.game-score #shopping > p {
    text-align: center;
    color: #f00;
    font-size: 12px;
    border-bottom: 1px solid #f00;
    display: inline-block;
}

/* begin: bounce */
.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;

            animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

animation-fill-mode:both;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-10px);}
	60% {-webkit-transform: translateY(-5px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-10px);}
	60% {-moz-transform: translateY(-5px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-10px);}
	60% {-o-transform: translateY(-5px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-10px);}
	60% {transform: translateY(-5px);}
}
/* end: bounce */

.meta-post a.sobi-button {
    /* padding: 7px 11px */
}

section.meta-post .specifications {
    margin: 5px 5px 0 0;
    float: right;
}

section.meta-post ul.specifications {
    width: 80%;
}

section.meta-post .specifications li {
    list-style: none;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    margin: 2px 0 5px;
}

section.meta-post .specifications li span, section.meta-post div.visited-count span {
    color: red;
    font-weight: 600;
}

div.feature {
    margin-top: 4px;
    float: right;
    margin-bottom: 8px;
    width: 100%;
}

div.feature a.btn-size-3 {
    text-align: center;
    float: right;
    width: 19%;
    font-size: 12px;
    background-color: transparent;
}

div.feature a.sobi-button {
    /* padding: 14px 8px */
    padding: 0;
}

.active-image {
    border: 2px solid red
}

h2#custom-statement {
    text-align: center;
    margin-top: 10px;
    color: #333;
    font-weight: 600;
    font-size: 15px;
}

div.game-type {
    float: left;
    margin-bottom: 8px;
    width: 18%;
}

div.game-type .sobi-button {
    /* padding: 10px 11px; */
    background-color: transparent;
}

div.game-type .btn-size-6 {
    float: right;
    text-align: center;
    width: 100%;
}

div.game-type .btn-size-7 {
    float: right;
    text-align: center;
    width: 40%
}

div.game-type a.hollow {
    font-size: 13px;
    margin-left: 25px;
    padding: 9px 18px;
    background: transparent;
    border: 1px solid #33376a;
    color: #33376a
}
div.top-of-cover {
    margin-bottom: 30px;
    padding: 0 40px;
}
div.like-status {
    float: left;
}
div.like-status a#like-button,
div.like-status a#dislike-button {
    position: relative;
    /* top: 13px; */
    /* right: 1px; */
    margin: 0 3px;
    color: #f00;
    cursor: pointer;
}
div.like-status img.ajax-loader {
    display: none;
}
div.like-status a#like-button, div.like-status span.like-count {
    color: #63aa72;
}
div.like-status span.like-count {
    border: 1px solid rgba(99, 170, 114, 0.3);
}

div.like-status a#dislike-button, div.like-status span.dislike-count {
    color: #ff0000;
}
div.like-status span.dislike-count {
    border: 1px solid rgba(255,0,0,0.3);
}

div.like-status span.count {
    position: relative;
    /* top: 13px; */
    /* right: 1px; */
    /* margin-left: 20px; */
    padding: 3px;
    font-weight: 600;
    width: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}

div.other-cases {
    margin-bottom: 22px
}

div.other-cases .btn-size-1 {
    width: 65%;
    float: right;
    text-align: center;
}

div.other-cases .btn-size-2 {
    width: 33%;
    float: right;
    text-align: center
}

div.other-cases .btn-size-8 {
    width: 25%;
    float: right;
    text-align: center;
    font-size: 12px;
}

div.other-cases .btn-size-9 {
    width: 25%;
    float: right;
    text-align: center;
    font-size: 12px;
    font-size: 80%;
}

div.other-cases .btn-size-10 {
    width: 28%;
    float: right;
    text-align: center;
    font-size: 12px;
    font-size: 80%;
}
div.other-cases .btn-size-11 {
    width: 17.99%;
    float: right;
    text-align: center;
    font-size: 12px;
}

.success {
    background: #63aa72;
}

div.other-cases .disable {
    background: #aaa;
    pointer-events: none;
    cursor: default;
}

.full-size {
    width: 99%;
    float: right;
    text-align: center;
    font-size: 15px;
}

article.content-post {
    /* background: #000; */
    min-height: 280px;
    border: 1px solid #ccc;
}

.custom-margin {
    margin-top: 10px;
}

section.content-box {
    padding-left: 0;
    padding-right: 0
}

div.other-posts {
    margin-top: 2px
}

div.other-posts ul li {
    float: left;
    list-style: none;
    margin: 0 1px
}

div.other-posts ul li a img {
    width: 223px;
    height: 260px;
}

div.accordion-menu {
    color: #fff;
    padding-left: 0;
    padding-right: 0
}

div.other-games {
    height: 260px;
    background: #000;
    margin-top: 2px;
    overflow: hidden;
}

div.other-games h4 {
    color: #fff;
    line-height: 260px;
    font-weight: 700;
    text-align: center;
    font-size: 21px;
}

div.other-posts .other-games {
    display: none;
}

ul.tab-menu {
    margin: 0;
    margin-left: 1px;
}

div.tab-item {
    color: #fff;
    background-color: rgba(0,0,0,.4);
    height: 280px;
}
div#tab4 {
    min-height: 280px;
    position: relative;
}

ul.tab-menu li {
    text-align: center;
    background: #0663a0;
    /* height: 54px; */
    height: 83px;
    /* line-height: 54px; */
    line-height: 83px;
    margin-bottom: 2px;
    transition: 300ms;
}

#SobiPro ul.tab-menu li a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: block
}

.not-radius {
    border-radius: 0
}

ul.tab-menu li.active-tab {
    background: #000;
    height: 112px;
    line-height: 112px;
    transition: 300ms
}

div.tab-item#tab1 {
    display: flex;
    align-items: center;
    overflow: auto;
    /* height: 280px; */
}

div.tab-item#tab1 .description {
    position: relative;
    width: 80%;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
    padding: 10px;
    line-height: 30px;
    margin: auto;
    text-align: justify;
}

div.tab-item#tab2 {
    display: flex;
    align-items: center;
    min-height: 280px;
}

div.tab-item#tab2 .info-box {
    margin-right: 20px;
    width: 100%;
}

div.tab-item#tab2 .info-box ul li {
    list-style: none;
    line-height: 25px;
    font-weight: 600;
}
div.tab-item#tab2 .info-box ul li span.key {
    width: 20%;
    display: inline-block;
}
div.tab-item#tab2 .info-box ul li span.value {
    color: rgb(220, 153, 209);
}
div.tab-item#tab2 .info-box ul li span.value .separator {
    margin: 0 5px;
    /* color: #fff */
}
div.tab-item#tab3 {padding-top: 3%;}
div.tab-item#tab3 .description {
    width: 80%;
    font-weight: 600;
    padding: 10px;
    line-height: 30px;
    margin: auto;
    /* margin-top: 3%; */
    text-align: justify;
}
div.tab-item#tab3 .go-to-qa {
    text-align: center;
    margin-top: 30px;
}
div.tab-item#tab3 .go-to-qa i {
    font-size: 50px;
    color: #e14938;
    cursor: pointer;
    transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
div.tab-item#tab3 .go-to-qa i:hover
, div.tab-item#tab3 .go-to-qa i:active
, div.tab-item#tab3 .go-to-qa i:focus {
    color: #eb867a;
    transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.hidden-field {
    display: none !important;
}
#yt_spotlight3, #yt_spotlight3 .container {
    background-color: #0064b2;
}
div.game-score > div .info {
    width: 60%;
    background: rgb(76, 68, 68);
    color: #fff;
    height: 100%;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
}
div.tab-item#tab5 table {
    display: block;
    /* width: 75%; */
    margin: auto;
}
div.tab-item#tab5 table th, div.tab-item#tab5 table td {
    padding: 8px;
}
div.tab-item#tab5 table th {
    text-align: center;
}
div.tab-item#tab5 table td {
    text-align: right;
}
div.tab-item#tab5 .forum-topic {
    text-align: center;
    padding-top: 10px;
}
div.tab-item#tab5 .forum-topic a.new-topic {
    display: block;
    width: 30%;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    float: none;
    width: 100%;
    text-align: center;
}
div.other-posts .similar-game:hover {
    opacity: .8;
}



/* <!-- heart (credit for "http://www.9lessons.info/2015/11/twitter-heart-button-css3-animation.html" + me) */
.heart {
    background: url(../img/web_heart_animation.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    margin-right: -10px;
    cursor: pointer;
    left: -14px;
    background-size: 1450px;
    float: right;
}
.heart:hover {
    background-position: right;
}
.likeCount {
    margin-top: 13px;
    margin-left: 28px;
    font-size: 16px;
    color: #999999
}
@-webkit-keyframes heartBlast {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
}
@keyframes heartBlast {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
}
.heartAnimation {
    -webkit-animation-name: heartBlast; //webkit broswers
    animation-name: heartBlast;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(28); //background frames count 28
    animation-timing-function: steps(28);
    background-position: right;
}
.heart-count {
    position: relative;
    padding: 3px;
    font-weight: 600;
    width: 20px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border: 1px solid #0f0;
    width: 30px;
    height: 30px;
    text-align: center;
    /* margin-right: 20px; */
    float: right;
    margin-top: 10px;
}
/* heart --> */

.SobiPro .input-xlarge {
    width: 100% !important;
} 
.SobiPro .input-splarge {
    width: 100%;
    height: 200px;
}



/* <!-- bottom-tabs */
.SobiPro .review-container {
    margin-top: 0 !important;
}
div#bottom-tabs > ul {
    margin: 0px;
    list-style: none;
    background: #f5f6f7;
    box-shadow: 0 0 5px #ccc;
    margin-top: 10px;
}
div#bottom-tabs > ul {
    text-align: center;
}
div#bottom-tabs > ul > li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}
div#bottom-tabs > ul > li.current{
    background: #fff;
    color: #2196f3;
    box-shadow: 0 2px 0 #2196f3 inset, 0 2px 0 #fff;
    -moz-box-shadow: 0 2px 0 #2196f3 inset, 0 2px 0 #fff;
    -webkit-box-shadow: 0 2px 0 #2196f3 inset, 0 2px 0 #fff;
}
div#bottom-tabs > .tab-content{
    display: none;
}
div#bottom-tabs > .tab-content.current{
    display: inherit;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
    box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
}
/* bottom-tabs --> */
