﻿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

small, .small {
    font-size: 85%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px
}

.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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.btn .caret {
    margin-left: 0
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after {
    display: table;
    content: " "
}

.clearfix:after, .container:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

@font-face {
    font-family: 'fontello';
    font-display:swap;src: url('../fonts/icon.woff2') format('woff2'),url('../fonts/icon.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

[class^=icon-]:before,[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(127,127,127,.3)
}

.icon-search:before {
    content: '\e800'
}

.icon-play:before {
    content: '\e801'
}

.icon-tags:before {
    content: '\e802'
}

.icon-award:before {
    content: '\e803'
}

.icon-video:before {
    content: '\e804'
}

.icon-users-1:before {
    content: '\e805'
}

.icon-gift:before {
    content: '\e806'
}

.icon-picture:before {
    content: '\e807'
}

.icon-volume-up:before {
    content: '\e808'
}

.icon-up-open:before {
    content: '\e809'
}

.icon-play-circled2:before {
    content: '\e80a'
}

.icon-plus-squared:before {
    content: '\f0fe'
}

.icon-angle-double-right:before {
    content: '\f101'
}

.icon-quote-left:before {
    content: '\f10d'
}

.icon-gamepad:before {
    content: '\f11b'
}

.icon-rss-squared:before {
    content: '\f143'
}

.icon-minus-squared-alt:before {
    content: '\f147'
}

.icon-youtube-squared:before {
    content: '\f166'
}

.icon-plus-squared-alt:before {
    content: '\f196'
}

.icon-newspaper:before {
    content: '\f1ea'
}

.icon-diamond:before {
    content: '\f219'
}

.icon-twitter-squared:before {
    content: '\f304'
}

.icon-facebook-squared:before {
    content: '\f308'
}

.icon-linkedin-squared:before {
    content: '\f30c'
}

.icon-instagram:before {
    content: '\f32d'
}
@font-face {
    font-family: 'utm_alter_gothic';
    font-display:swap;src: url('../fonts/utm_alter_gothic.woff2') format('woff2'),url('../fonts/utm_alter_gothic.woff') format('woff'),url('../fonts/utm_alter_gothic.ttf') format('truetype'),url('../fonts/utm_alter_gothic.svg#utm_alter_gothicregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.main-menu-container ul>li>a {
    font-family: "utm_alter_gothic",Arial,sans-serif!important;
}
body {
    background-color: #fff;
    font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.42857143;
    overflow-x: hidden;
    overflow-y: auto
}

::-moz-selection {
    background: #222;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #222;
    color: #fff;
    text-shadow: none
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-weight: 700;
    line-height: 1.1;
    color: #333
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span,.h1 span,.h2 span,.h3 span,.h4 span,.h5 span,.h6 span {
    color: #047f39
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 30px;
    margin-bottom: 16px
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%
}

h1,.h1 {
    font-size: 30px
}

h2,.h2 {
    font-size: 24px
}

h3,.h3 {
    font-size: 21px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 16px
}

h6,.h6 {
    font-size: 14px
}

.widget ul {
    padding: 0;
    margin: 0
}

.widget_recent_entries li:first-child,.widget_recent_comments ul li:first-child,.widget_twitter .tweet_item:first-child {
    padding-top: 0
}

.widget li {
    list-style: none
}

.site {
    width: 100%;
    position: relative
}

a {
    color: #f25d3c;
    outline: none
}

a:hover,a:focus {
    color: #047f39;
    text-decoration: none
}

a:active {
    background-color: transparent
}

.titles-link-hover,.textbox .textbox-title a,.post>h1 a,.post .entry-title a,.postlist-simple .post .entry-title a,.postlist-grid .posts-grid .post-title,.link-add-comment a,.comment-author a,.top-tabs>li>a {
    color: #333
}

.titles-link-hover:hover,.textbox .textbox-title a:hover,.post>h1 a:hover,.post .entry-title a:hover,.postlist-simple .post .entry-title a:hover,.postlist-grid .posts-grid .post-title:hover,.link-add-comment a:hover,.comment-author a:hover,.top-tabs>li>a:hover {
    color: #f25d3c
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%
}

.main-banner,.sub-banner {
    position: relative
}

.post-details .entry-title {
    margin-bottom: 8px
}

.post-details .entry-header {
    margin-bottom: 10px
}
.sub-banner {
	width:50%;
	float: left
}

.main-banner h2,.sub-banner h3,.main-banner .h2,.sub-banner .h3 {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 15px;
    z-index: 9
}

.post-details .entry-content {
    font-size: 16px;
    padding-bottom: 30px
}

.post-details .entry-content {
    color: #333;
    line-height: 1.5
}

.post-details h2,.post-details h3,.post-details h4 {
    line-height: 1.4
}

.entry-content {
    color: #444
}

.widget_recent_entries li .post-title {
    color: #333;
    line-height: 1.2em
}

/*.grid-banner {
    background-color: #000;
    padding: 40px 0
}*/

.grid-banner .overlay:after {
    background: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.85))
}

.grid-banner .row {
    position: relative
}

.grid-banner h2,.grid-banner .h2 {
    font-size: 28px;
    padding: 20px
}
.grid-banner #primarytrend h2 {
	padding: 0
}

.grid-banner .review-score {
    position: absolute;
    right: 15px;
    top: 15px
}

.grid-banner h3,.grid-banner .h3 {
    font-size: 20px
}

.grid-banner a:hover {
    color: #047f39
}

@media(min-width: 992px) {
    .main-banner {
        /*position:absolute;*/
        width: 100%;
        height: 100%
    }

    .main-banner .sub-banner+.sub-banner {
        border-top: 0
    }
}

@media(min-width: 768px) {
    .main-banner .c100.small {
        font-size:75px
    }

    .main-banner .c100>span {
        font-size: 36px;
        width: 75px;
        line-height: 75px
    }

    .main-row>.container>.row {
        display: flex
    }
}

@media (max-width: 767px) {
    .grid-banner h2,.grid-banner .h2 {
        font-size:20px
    }

    .grid-banner h3,.grid-banner .h3 {
        font-size: 13px;
        padding: 10px
    }

    .sub-banner .c100.small {
        font-size: 25px
    }

    .sub-banner .c100>span {
        font-size: 12px;
        width: 25px;
        line-height: 25px
    }

    .sub-banner .review-score {
        right: 8px;
        top: 8px
    }

    .grid-banner .overlay:after {
        height: 75%;
        background: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.85))
    }
}

/*.grid-banner .row>div {
    padding: 0
}*/

.grid-banner .img-holder {
    border: 1px solid #fff;
    background-color: #fff
}

.video-slider {
    margin: 50px auto 15px auto;
    width: 1140px
}

.video-slider.tabs-right .video-slider-tabs {
    float: right
}

.video-slider-tabs {
    width: 378px;
    height: 428px;
    overflow: hidden;
    background: #222;
    float: left
}

.video-slider-tabs ul {
    padding: 0;
    margin: 0
}

.video-slider-tabs li {
    display: block
}

.video-slider-tabs li a {
    display: block;
    height: 107px;
    padding: 15px 18px;
    border-top: 1px solid #373737
}

.video-slider-tabs li:first-child a {
    border: none
}

.video-slider-tabs li .video-thumb {
    float: left;
    margin-right: 18px;
    width: 75px;
    height: 75px
}

.video-slider-tabs li .rating {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 17px;
    float: right;
    margin-left: 15px;
    font-weight: 700
}

.video-slider-tabs li .video-title {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2em;
    color: #047f39;
    min-height: 3em
}

.video-slider-tabs li .video-tags {
    color: #ccc
}

.video-slider-tabs li.active {
    background: #047f39
}

.video-slider-tabs li.active a {
    color: #fff
}

.video-slider-tabs li.active .rating {
    background: #c87000
}

.video-slider-tabs li.active .video-title {
    color: #fff
}

.video-slider-tabs li.active .video-tags {
    color: #444
}

.video-slider-content {
    position: relative;
    float: left;
    background: #000;
    color: #999;
    width: 762px;
    height: 428px;
    overflow: hidden
}

.video-slider-content p {
    padding: 10px 20px
}

.video-slider-content img {
    display: block;
    margin: 0 auto
}

.video-slider-content iframe {
    max-width: 100%;
    height: 428px !important;
    display: block
}

@media (max-width: 767px) {
    .video-slider {
        width:100%
    }

    .video-slider-tabs {
        float: none;
        width: 100%;
        height: 75px
    }

    .video-slider-tabs li {
        float: left
    }

    .video-slider-tabs li a {
        height: 75px;
        padding: 10px 8px;
        border: none
    }

    .video-slider-tabs li .video-thumb {
        margin: 0;
        width: 55px;
        height: 55px
    }

    .video-slider-tabs li .video-title,.video-slider-tabs li .video-tags,.video-slider-tabs li .rating {
        display: none
    }

    .video-slider-content {
        float: none;
        width: 100%;
        height: 270px
    }

    .video-slider-content iframe {
        height: 270px !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .video-slider {
        width:720px
    }

    .video-slider-tabs {
        height: 360px
    }

    .video-slider-content {
        width: 600px;
        height: 360px
    }

    .video-slider-content iframe {
        height: 360px !important
    }

    .video-slider-tabs {
        width: 120px
    }

    .video-slider-tabs li a {
        height: 90px;
        padding: 5px;
        text-align: center
    }

    .video-slider-tabs li .video-thumb {
        float: none;
        width: 60px;
        height: 60px;
        margin: 0
    }

    .video-slider-tabs li .video-thumb {
        width: 100% !important;
        height: 100% !important
    }

    .video-slider-tabs li .video-title,.video-slider-tabs li .video-tags,.video-slider-tabs li .rating {
        display: none
    }
}

h2.post-excerpt {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.5em
}

@media (min-width: 992px) and (max-width:1199px) {
    .video-slider {
        width:940px
    }

    .video-slider-content {
        width: 640px;
        height: 360px
    }

    .video-slider-content iframe {
        height: 360px !important
    }

    .video-slider-tabs {
        width: 300px;
        height: 360px
    }

    .video-slider-tabs li a {
        height: 90px;
        padding: 10px 15px
    }

    .video-slider-tabs li .video-thumb {
        margin-right: 10px;
        width: 60px;
        height: 60px
    }

    .video-slider-tabs li .video-title {
        font-size: 14px
    }

    .video-slider-tabs li .rating {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        margin-left: 10px
    }
}

h1,h2,h3,h4,h5 {
    font-weight: 700
}

.coygridslide-content .coyote-grid {
    border-color: #000 !important
}

.main-row .container {
    padding-top: 20px;
}

.post-details {
    margin-top: 15px
}

.video-slider-tabs li .video-thumb {
    width: 133px;
    height: 75px
}

.review-score {
    border-radius: 50%;
    padding: 3px;
    background: rgba(0,0,0,.8)
}

.review-score.lets-review-box {
    font-size: 100px;
    display: inline-block;
    padding: 15px
}

.review-score.lets-review-box .c100>span {
    line-height: 100px;
    font-size: 48px;
    text-align: center;
    width: 100%
}

.c100 {
    position: relative;
    font-size: inherit;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left
}

.c100:after {
    position: absolute;
    top: .08em;
    left: .08em;
    display: block;
    content: " ";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    width: .84em;
    height: .84em;
    transition: .2s all ease-in
}

.c100 .slice {
    position: absolute;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(auto,auto,auto,auto)
}

.c100 *,.c100 *:before,.c100 *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.c100.center {
    float: none;
    margin: 0 auto
}

.c100.big {
    font-size: 240px
}

.c100.small {
    font-size: 80px
}

.c100>span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    display: block;
    text-align: center;
    white-space: nowrap;
    transition: .2s all ease-out;
    color: #fff;
    font-size: 22px;
    font-family: "utm_alter_gothic","Helvetica Neue",Arial,sans-serif
}

.rect-auto {
    clip: rect(auto,auto,auto,auto)
}

.pie,.c100 .bar,.c100 .fill {
    position: absolute;
    border: .08em solid #047f39;
    width: .84em;
    height: .84em;
    clip: rect(0em,.5em,1em,0em);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.pie-fill,.c100 .bar:after,.c100 .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-main {
    padding-top: 0
}

.header-logo {
    float: none;
    display: inline-block
}

.header-main-menu {
    float: none;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700
}

.top-menu {
    float: left
}

.top-menu ul>li {
    display: inline-block;
    float: left;
    margin-left: 5px;
    list-style: none
}

.top-menu-container,.main-menu-container {
    padding-left: 140px
}

.top-menu-container {
    position: relative;
    z-index: 99
}

.top-menu-container .site-title {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 5px;
    border: 5px solid #047f39;
    padding-bottom: 3px;
    border-bottom: 3px solid #047f39;
    background-color: #fff
}

.top-menu-container .site-title img {
    width: 106px;
    height: 106px
}

.top-menu-container .site-title:before,.top-menu-container .site-title:after {
    position: absolute;
    display: block;
    content: ""
}

.top-menu-container .site-title:before {
    top: 100%;
    border: 63px solid transparent;
    border-top: 25px solid #047f39;
    margin-top: 3px;
    left: -5px
}

.top-menu-container .site-title:after {
    top: 100%;
    border: 58px solid transparent;
    border-top: 22px solid #fff;
    left: 0
}

.menu {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.menu>li {
    margin-left: 0
}

.top-menu .menu>li>a {
    font-size: 20px;
    color: #7b7b7b;
    font-family: "utm_alter_gothic","Helvetica Neue",Arial,sans-serif;
    padding: 20px 15px;
    display: block;
    text-transform: uppercase
}

.top-menu .menu>li:hover>a {
    color: #047f39
}

.top-menu .menu>li>h2 {
    font-size: 20px;
    line-height: 1.42857143;
    color: #7b7b7b;
    font-family: "utm_alter_gothic","Helvetica Neue",Arial,sans-serif;
    padding: 20px 15px;
    display: block;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400
}

.top-menu .menu>li>h2>a {
    color: #7b7b7b
}

.postlist-blog .entry-meta {
    margin-bottom: 1.2em
}

.postlist-blog .entry-title {
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 1.2em
}

.post>h1,.post .entry-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.main-top .main-top-inner {
    background: url(../images/maintop_highlight.png) center top no-repeat
}

.post-details .entry-content p {
    margin-bottom: 1.3em
}

p {
    margin: 0 0 16px
}

.site-main {
    position: relative;
    z-index: 1
}

.main-top {
    background: #000;
    color: #fff
}

.main-top .video-slider {
    margin: 0 auto;
    padding: 50px 0
}

.video-slider-content iframe {
    border: 0
}

.top-menu ul>li.current-menu-item>a {
    background: 0 0;
    color: #047f39
}

.main-menu {
    display: block;
    background-color: #047f39
}

.main-menu-navigation {
    float: left
}

.main-menu-navigation ul>li {
    padding: 0 15px;
    margin-left: 0;
    float: left
}

@media(max-width: 1199px) {
    .main-menu-navigation ul>li {
        padding:0 10px
    }
}

.main-menu-navigation ul {
    float: left
}

.main-menu-navigation ul>li>a {
    color: #fff;
    position: relative;
    font-family: 'utm_alter_gothic',"Helvetica Neue",Arial,sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    padding: 12px 0;
    display: block
}

.main-menu-navigation ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 10px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.main-menu-navigation ul>li>h2 {
    margin: 0;
    font-weight: 400;
    line-height: inherit
}

.main-menu-navigation ul>li>h2>a {
    color: #fff;
    position: relative;
    font-family: 'utm_alter_gothic',"Helvetica Neue",Arial,sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    padding: 12px 0;
    display: block
}

.main-menu-navigation ul>li>h2>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 10px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.main-menu-navigation ul>li:hover>h2>a:before,.main-menu-navigation ul>li.current-menu-item>h2>a:before,.main-menu-navigation ul>li.current-menu-ancestor>h2>a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.menu-socials {
    float: right
}

.menu-socials a {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    padding: 12px 3px;
    opacity: .6;
    transition: opacity .35s
}

.menu-socials a:hover {
    opacity: 1
}

.menu-socials span {
    display: none
}

.main-menu-navigation ul>li:hover>a,.main-menu-navigation ul>li.current-menu-item>a,.main-menu-navigation ul>li.current-menu-ancestor>a {
    background: 0 0
}

.main-menu-navigation ul>li:hover>a:before,.main-menu-navigation ul>li.current-menu-item>a:before,.main-menu-navigation ul>li.current-menu-ancestor>a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.main-search {
    position: relative;
    float: right;
    margin-top: 15px
}

.main-search .stext {
    border: 1px solid #95989a;
    border-radius: 30px;
    height: 36px;
    padding: 8px 40px 8px 12px
}

.main-search .button-search {
    position: absolute;
    background: 0 0;
    border: 0;
    height: 34px;
    width: 34px;
    line-height: 34px;
    color: #666;
    right: 2px;
    top: 0
}

.main-search .button-search:hover {
    color: #047f39
}

.coygrid-border-all {
    border-color: #000 !important
}

.coyote-grid .coygrid-content-text h3 {
    letter-spacing: normal !important;
    word-spacing: normal !important
}

.coyote-grid:hover .coygrid-content-text h3 {
    color: #047f39
}

.content-full .content-area {
    padding: 0
}

h3.widget-title,h2.widget-title,.widget-title {
    position: relative;
    line-height: 1.1
}

h3.widget-title a:after,h2.widget-title a:after,.widget-title a:after {
    content: "\f0fe";
    font-family: fontello;
    font-size: 14px;
    line-height: 20px;
    color: #95989a;
    top: 30%;
    position: absolute;
    right: 0
}

h4.uabb-heading:hover a:after,h3.widget-title:hover a:after,h2.widget-title:hover a:after,.widget-title:hover a:after {
    color: #047f39
}

.main-top-inner {
    padding: 20px 0
}

h3.widget-title a,h2.widget-title a,.widget-title a {
    color: #047f39;
    line-height: 1.1
}

h3.widget-title span,h3.widget-title a,h2.widget-title span,h2.widget-title a,.widget-title span,.widget-title a,h1.entry-heading span,h2.entry-heading span,h4.entry-heading span {
    border-bottom: 2px solid #047f39;
    display: inline-block;
    margin-bottom: -1px;
    padding: 8px 0;
    color: #047f39
}
.search h2.entry-heading span {
	border-bottom: unset;
}

h4.uabb-heading a {
    display: block;
    position: relative
}

.img-holder {
    position: relative;
    display: block;
    background-position: center center;
    background-size: cover
}

/*.img-holder:before {
    display: block;
    content: "";
    padding-top: 56.25%
}*/

.img-holder.square:before {
    padding-top: 100%
}

/*.img-holder img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block
}*/

.widget {
    margin-bottom: 30px
}

h3.widget-title,h2.widget-title,.widget-title,h1.entry-heading,h2.entry-heading,h4.entry-heading {
    font-family: "utm_alter_gothic",Arial,sans-serif !important;
    font-size: 28px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #bbb;
    font-weight: 400 !important
}

.posts-small-info {
    margin-top: 5px
}

.posts-small h5 {
    margin-top: 3px;
    margin-bottom: 20px
}

.posts-small-cat a {
    color: #047f39;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 700
}

h3.widget-title,h2.widget-title,.widget-title,h1.entry-heading,h2.entry-heading,h4.entry-heading {
    margin-bottom: 20px !important;
    margin-top: 0;
    text-transform: uppercase
}

h1.entry-heading,h2.entry-heading,h4.entry-heading {
    margin-bottom: 30px !important
}

.home-review-first-block .thumb-score,.home-review-list-block .thumb-score {
    position: absolute;
    top: 0;
    right: -10px;
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

.home-review-list-block .thumb-score {
    bottom: 50%;
    right: -20px;
    -webkit-transform: scale(.45);
    transform: scale(.45)
}

.home-review-first-block .thumb-score .c100,.home-review-list-block .thumb-score .c100 {
    background-color: rgba(0,0,0,.35)
}

.home-review-first-block .thumb-score .c100:after,.home-review-list-block .thumb-score .c100:after {
    background-color: transparent
}

.home-review-first-block .thumb-score .c100>span,.home-review-list-block .thumb-score .c100>span {
    color: #fff;
    font-weight: 700
}

.footer-info {
    border-top: 5px solid #047f39;
    background: #2d2d2d
}
.site-footer-container {
    border-top: 5px solid #047f39;
}

.footer-info .footer-info-container {
    padding-top: 0;
    padding-bottom: 0
}

.post-divider {
    display: none
}

section.postlist>h1 {
    display: none
}

.post-details p.m-post-info {
    margin-bottom: 0
}

.m-post-info .m-category a {
    font-family: "utm_alter_gothic","Helvetica Neue",Arial,sans-serif;
    font-size: 20px;
    color: #047f39
}

.m-post-info span {
    display: inline-block;
    margin-right: 10px
}

.m-post-info .m-date {
    color: #888;
    font-size: 14px
}

.archive .home-newest .fl-module-content {
    margin-left: 0
}

.archive .paging-navigation {
    display: none
}

.giftcode-side-right p.gift-game-name {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000
}

.sidebar {
    background: #fff
}

.sidebar .widget {
    padding: 0 20px;
    border: none
}

.post-details .entry-meta-share,.post-details .post-thumbnail {
    display: none
}

.gift-count-block {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gift-count-block i {
    color: #047f39;
    font-size: 24px
}

@media (min-width: 1200px) {
    .single-post .content-area {
        padding:0
    }
}

@media (min-width: 768px) {
    .header-logo {
        width:160px;
        text-align: center
    }

    .coyote-grid-slider-home-top-news .coyote-grid-large {
        width: 66.7% !important
    }

    .coyote-grid-slider-home-top-news .coyote-grid-medium {
        width: 33.3% !important
    }
}

.malinky-ajax-pagination-loading img {
    width: auto !important;
    height: auto !important
}

.widget_bbmodule .fl-builder-module-template {
    padding: 0
}

.fl-module-sidebar .fl-module-content {
    margin: 0
}

.uabb-post-wrapper {
    padding: 0 7.5px !important
}

.has-review h3.uabb-post-heading {
    padding-right: 80px
}

.home-newest h3.uabb-post-heading {
    font-weight: 500
}

.home-newest h3.uabb-post-heading a {
    font-size: 20px !important;
    line-height: 24px
}

.home-newest .uabb-post-wrapper .uabb-blog-post-content {
    padding-right: 0
}

.has-review {
    position: relative
}

.has-review .review-score {
    position: absolute;
    right: 0;
    top: 0
}

.home-newest .uabb-post-thumbnail {
    font-size:
}

.c100.small {
    font-size: 50px
}

.c100>span {
    width: 50px;
    line-height: 50px
}

.widget-postlist li {
    margin-bottom: 4px
}

.widget-postlist .review-score,.widget-postlist .review-post-content,.widget-postlist .video-post-content {
    position: absolute
}

.big-post {
    position: relative
}

.big-post .review-post-content {
    width: 100%;
    padding: 25px;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 5
}

.big-post .big-post-title {
    margin: 5px 0 0;
    margin: 5px 0 0;
    font-size: 18px
}

.big-post .big-post-title a {
    color: #fff
}

.big-post .img-holder:after {
    content: "";
    display: block;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,1));
    background: -o-linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,1));
    background: -moz-linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,1));
    background: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,1));
    position: absolute;
    z-index: 2;
    left: 0
}

.big-post .review-score {
    position: absolute;
    right: 10px;
    top: 10px
}

.widget-postlist li {
    background: #eee
}

.widget-postlist a {
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s
}

.widget-postlist li:hover a {
    color: #047f39
}

.review-post .img-holder {
    width: 112px;
    float: left;
    margin-right: 10px
}

.review-post {
    position: relative
}

.review-post .review-post-title {
    padding-right: 53px;
    max-height: 2.4em;
    overflow: hidden;
    font-size: 16px;
    margin: 10px 0
}

.review-post .review-score {
    right: 8px;
    top: 8px
}

.review-post .c100>span {
    width: 40px;
    line-height: 40px;
    font-size: 16px
}

.review-post .c100 {
    font-size: 40px
}

.img-holder {
    overflow: hidden;
    width: 100%
}

.img-holder img {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.img-holder:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.video-post .img-holder {
    width: 112px;
    float: right;
    margin-left: 10px;
    margin-top: 10px
}

.video-post .img-holder:after {
    position: absolute;
    background: rgba(0,0,0,.5);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.video-post {
    position: relative
}

.video-post .fa {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 34px;
    text-align: center;
    position: absolute;
    padding-left: 2px;
    left: 50%;
    top: 50%;
    margin-top: -18px;
    margin-left: -18px;
    z-index: 3;
    color: #fff
}

.video-post .post-title-tag {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 15px
}

.video-post .post-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 15px
}

.video-post .post-link {
    color: inherit
}

.video-post .post-link:hover {
    color: #047f39
}

.big-post .video-post-content {
    width: 100%;
    padding: 20px 20px 20px 78px;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 5
}

.video-post-content .fa {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 43px;
    text-align: center;
    position: absolute;
    padding-left: 3px;
    left: 20px;
    top: 18px;
    font-size: 16px
}

.giftcode-postlist li {
    border-top: 1px solid #ddd;
    padding: 18px 0;
    position: relative
}

.giftcode-postlist li:first-child {
    border-top: 0
}

.giftcode-postlist .img-holder {
    width: 60px;
    float: left;
    margin-right: 12px
}

.gift-post-content {
    padding-right: 70px;
    overflow: hidden
}

.giftcode-postlist h5 {
    font-size: 18px;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.gift-post-content>div {
    font-size: 14px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.code-count {
    position: absolute;
    right: 5px;
    bottom: 22px;
    text-align: center;
    width: 70px
}

.code-count .fa {
    color: #047f39;
    font-size: 24px
}

.code-count span {
    display: block;
    font-size: 14px;
    color: #95989a
}

.related-postlist {
    list-style: none;
    padding-left: 16px
}

.related-postlist .fa {
    width: 12px;
    margin-left: -16px
}

.related-postlist li {
    padding: 4px 0;
    line-height: 1.1
}

.related-postlist li h3,.related-postlist li h4 {
    margin: 0;
    font-weight: 400;
    line-height: inherit
}

.related-postlist {
    color: #f25d3c;
    margin-bottom: 25px
}

.related-postlist a {
    color: #f25d3c;
    border-bottom: 1px dotted transparent;
    -webkit-transition: border .25s ease;
    -moz-transition: border .25s ease;
    -ms-transition: border .25s ease;
    -o-transition: border .25s ease;
    transition: border .25s ease
}

.related-postlist a:hover {
    border-bottom: 1px solid #f25d3c
}

.entry-header {
    border-bottom: 0 !important;
    padding-bottom: 0 !important
}

.post .entry-header .entry-meta .cat-links a {
    color: #047f39;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px
}

.post .entry-header .entry-date {
    color: #999
}

.tags-more {
    padding-left: 83px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    margin-bottom: 10px
}

.tags-more .tag-links:before {
    content: "Xem thÃƒÂªm:";
    font-family: inherit;
    font-weight: 700;
    font-size: 16px;
    color: #666;
    display: inline-block;
    width: 80px;
    margin-right: 5px;
    margin-left: -83px
}

.tags-more .tag-links a {
    display: inline-block;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px 10px;
    margin: 3px 1px
}

.tags-more .tag-links a:hover {
    border-color: #047f39;
    color: #047f39
}

.comment-title {
    font-family: "utm_alter_gothic","Helvetica Neue",Arial,sans-serif;
    color: #047f39;
    font-size: 24px;
    font-weight: 400;
    margin: 0
}

.comment-title span {
    display: inline-block;
    border-bottom: 2px solid #047f39;
    margin-bottom: -1px;
    position: relative;
    padding-bottom: 5px;
    z-index: 1
}

.facebook-comment .fb-cmt-container {
    padding: 15px;
    border: 1px solid #ddd
}

.post-details .fb-cmt-container iframe {
    max-height: none
}

.hot-news-postlist {
    list-style: none;
    padding: 0;
    margin: 0 -15px
}

.hot-news {
    background: #eee;
    padding: 25px;
    margin-top: 30px;
    position: relative
}

.hot-news h3.widget-title,.hot-news h2.widget-title,.hot-news .widget-title {
    margin-top: 0
}

.hot-news .hot-news-postlist a {
    color: #333
}

.hot-news .hot-news-postlist a:hover {
    color: #047f39
}

.hot-cat a {
    color: #047f39;
    font-weight: 700;
    margin-right: 5px
}

.ft-menu li {
    width: 16.666%;
    float: left
}

.ft-menu .menu>li>a {
    display: block;
    text-align: center;
    font-family: "utm_alter_gothic","Helvetica Neue",Arial,sans-serif;
    color: #fff;
    padding: 8px;
    font-size: 20px;
    text-transform: uppercase
}

.ft-menu .current-menu-item a {
    background: 0 0
}

.footer-info {
    padding: 30px 0
}

.ft-links {
    margin-top: 15px
}

.ft-links li {
    width: 25%;
    float: left
}

.ft-logo {
    display: inline-block;
    padding: 8px 0
}

.ft-links .menu>li>a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 14px
}

.footer-copyright {
    background: #2d2d2d;
    color: #ddd;
    padding: 30px 0 15px
}

.copyright {
    float: left
}

.breadcrumb {
    background: #000;
    text-align: right;
    color: #ddd;
    padding: 10px 0;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #333
}

.breadcrumb a {
    color: #ddd
}

.breadcrumb a:hover {
    color: #fff
}

.postlist-blog article.post {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee !important
}

.postlist-blog article.post:first-child {
    padding-top: 0
}

.entry-aside .img-holder {
    width: 38%;
    margin-right: 20px;
    float: left
}

.entry-aside .entry {
    overflow: hidden
}

.entry-aside .entry-content p,.entry-aside .entry-content {
    margin-bottom: 0
}

.entry-aside .entry-content p {
    line-height: 1.4em;
    /*max-height: 4.2em;*/
    overflow: hidden
}

.postlist-blog h3.entry-title,.postlist-blog h2.entry-title {
    font-size: 20px
}

.entry-cat a {
    font-weight: 700;
    color: #047f39;
    margin-right: 4px;
    font-size: 14px
}

.has-review .entry-title {
    padding-right: 72px
}

.post-details blockquote {
    margin: 0 0 20px;
    font-size: 17.5px;
    padding: 20px 20px 20px 60px;
    position: relative;
    border: 2px solid #047f39;
    color: #333;
    border-radius: 5px;
    font-weight: 700
}

.post-details blockquote:before {
    content: "\f10d";
    font-family: "fontello";
    color: #047f39;
    font-size: 40px;
    position: absolute;
    top: 15px;
    left: 15px
}

.post-details blockquote p {
    color: #333
}

.post-details blockquote p:last-child {
    margin-bottom: 0 !important
}

.top-banner-game {
    background: #000
}

.top-banner-game .container {
    padding-left: 0;
    padding-right: 0
}

.banner-holder {
    padding-top: 33.33%;
    background-size: cover;
    position: relative;
    background-position: center center
}

.top-banner-game .review-heading {
    margin: 0;
    color: #fff
}

@media (min-width: 1200px) {
    .top-banner-game .review-meta {
        width:66.66%
    }
}

.top-banner-game .review-meta {
    position: absolute;
    left: 30px;
    bottom: 25px;
    z-index: 2
}

.top-banner-game .review-meta .cat-links a {
    color: #047f39;
    font-weight: 700;
    font-size: 18px;
    margin-right: 6px
}

.top-banner-game .review-meta .cat-links {
    display: block;
    margin-bottom: 5px
}

.overlay:after {
    content: "";
    display: block;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,1));
    background: -o-linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,1));
    background: -moz-linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,1));
    background: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,1));
    position: absolute;
    z-index: 1;
    left: 0
}

.game-inforow {
    color: #bbb
}

.game-inforow a {
    color: #047f39
}

.review-main-block {
    margin-top: -25px
}

.game-info-block .game-info-title {
    margin: 0;
    background: #eee;
    color: #047f39;
    font-family: "utm_alter_gothic","Helvetica Neue",Arial,sans-serif;
    font-size: 24px;
    padding: 10px 15px;
    margin: 0 -15px;
    font-weight: 400
}

.review-main-block .post-details {
    margin-top: 30px
}

.game-info-block h2 {
    font-size: 18px;
    color: #222;
    margin-top: 20px
}

.game-info-block h2 a {
    color: #222
}

.game-info-block h2 a:hover {
    color: #047f39
}

.review-entry {
    border-left: 1px solid #eee
}

.my-review-box {
    background: #f5f5f5;
    border-top: 3px solid #047f39
}

.cb-skin-base {
    overflow: visible;
    margin: 0 !important
}

.my-review-box .review-score {
    margin-top: -70px;
    position: relative;
    background: #333;
    margin-left: 10px
}

.motga-widget {
    margin-bottom: 30px
}

.review-summary {
    margin-top: 20px
}

.my-review-box .cb-bar .cb-overlay {
    height: 8px
}

.my-review-box .cb-bar .fa {
    display: inline-block;
    border-radius: 50%;
    font-size: 28px;
    width: 61px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    color: #fff;
    background-color: #047f39
}

.my-review-box .cb-bar {
    overflow: hidden;
    display: block
}

.my-review-box .cb-bar .cb-icon {
    float: left;
    margin-right: 10px
}

.my-review-box .cb-bar .cb-review-right-box {
    overflow: hidden;
    display: block;
    padding-top: 15px
}

.my-review-box .cb-bar .cb-criteria-score {
    font-size: 20px;
    display: inline-block;
    margin-top: -8px
}

.cb-skin-base .my-review-box .cb-review-pad {
    padding-left: 5px
}

.my-review-box .cb-bar:nth-child(2n) .cb-overlay span {
    background-color: #555 !important
}

.my-review-box .cb-bar:nth-child(2n) .fa {
    background-color: #555
}

.cb-score-text {
    position: absolute;
    font-size: 24px;
    top: 100%;
    margin-top: 28px;
    text-align: center;
    width: 100%;
    font-family: "utm_alter_gothic","Helvetica Neue",Arial,sans-serif
}

.review-post .c100 .bar,.review-post .c100 .fill {
    border: .1em solid #047f39;
    width: .8em;
    height: .8em
}

.banner-holder .review-score {
    position: absolute;
    right: 15px;
    top: 15px
}

.meta-game-post {
    position: relative;
    padding: 12px 15px;
    padding-right: 80px;
    border: 1px solid #eee
}

.meta-game-post h3 {
    margin: 3px 0;
    font-size: 22px
}

.meta-game-post h3 a {
    color: #047f39
}

.game-post {
    margin-bottom: 30px
}

.meta-game-post .review-score {
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 5px
}

.meta-game-post .platform-link {
    font-weight: 700;
    color: #ddd
}

.meta-game-post .platform-link,.meta-game-post h3,.meta-game-post .game-inforow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.meta-game-post .platform-link a {
    color: #444
}

.meta-game-post .platform-link a:hover,.meta-game-post .game-inforow a:hover {
    color: #047f39
}

.meta-game-post .game-inforow {
    color: #ddd;
    font-size: 12px
}

.meta-game-post .game-inforow a {
    color: #999
}

.meta-game-post .giftcode-heading a {
    color: #222;
    font-size: 18px
}

.meta-game-post h5 {
    color: #047f39;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 5px;
    font-weight: 400
}

.meta-game-post h5 a {
    color: #047f39
}

.meta-game-post .code-count {
    bottom: 12px
}

.top-banner-game .review-heading {
    font-size: 36px;
    margin-bottom: 5px
}

.top-banner-game .review-heading a {
    color: #fff
}

.game-single-info-block {
    background-color: #eee;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top: -25px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px
}

.game-desc {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: 1.6em
}

.lets-review-box .c100.small {
    font-size: 100px
}

.game-single-info-block .lets-review-box {
    margin-top: -85px;
    margin-left: 25px;
    background: #333;
    position: relative;
    z-index: 9
}

.game-single-heading {
    padding-left: 22.5%
}

.game-meta-info {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    overflow: hidden
}

.game-meta-info li {
    width: 33.33%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 16px
}

.video-slider-tabs {
    float: right
}

.main-top .video-slider {
    padding: 20px 0
}

.meta-video-post .video-heading {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #222
}

.meta-video-post {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: 0
}

.meta-video-post h3 span {
    display: block;
    overflow: hidden;
    line-height: 1.4em;
    margin: 0;
    height: 2.8em
}

.meta-video-post h3 a span {
    display: block;
    position: relative;
    overflow: hidden;
    color: #222
}

.video-holder:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -ms-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.video-holder .fa {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid;
    line-height: 56px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 24px;
    padding-left: 4px;
    text-align: center;
    color: #fff;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: scale(.1);
    -moz-transform: scale(.1);
    -ms-transform: scale(.1);
    -o-transform: scale(.1);
    transform: scale(.1)
}

.video-holder:hover:after {
    opacity: .6
}

.video-holder:hover .fa {
    opacity: 1;
    z-index: 4;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.meta-video-post h3 a:hover span {
    color: #047f39
}

.meta-video-post h3 .title:before {
    display: inline-block;
    content: Ã£â‚¬â‚¬"";
    height: 100%;
    vertical-align: middle
}

.meta-video-post h3 .fa {
    color: #047f39;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 2px solid;
    text-align: center;
    padding-left: 2px;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    margin-top: 3px
}

.video-main {
    background: #000;
    padding: 30px 0
}

.video_embed {
    position: relative
}

.video_embed:before {
    content: "";
    display: block
}

.video_embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0
}

.search-result {
    color: #222;
    font-size: 20px;
    margin-bottom: 15px
}

.search-result .search-key {
    color: #047f39;
    margin-bottom: 10px
}

.search-nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 30px
}

.search-nav li {
    width: 16.666%;
    float: left;
    font-family: "utm_alter_gothic","Helvetica Neue",Arial,sans-serif;
    font-size: 18px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.search-nav a {
    display: block;
    padding: 10px 12px;
    color: #222;
    border: 1px solid #ddd;
    margin: -1px;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.search-nav a:hover {
    background: #f5f5f5
}

.search-nav .active a {
    background: #047f39;
    color: #fff;
    border-color: transparent;
    z-index: 2
}

.search-nav .active span {
    color: #f7dfc6
}

.search-nav a span {
    color: #047f39
}

.search-nav span {
    float: right;
    -webkit-transition: color .25s ease;
    -moz-transition: color .25s ease;
    -ms-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease
}

.toggle-background {
	background:#000;
	position: fixed;
	z-index: 996;
	opacity: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease
}

.toggle-background.active {
	opacity: .75;
	visibility: visible
}

.mobile-top {
	padding: 0;
	/*position: fixed;
	max-width: 768px;*/
	background: #beffda;
	z-index: 997;
	height: 62px;
	width:100%;
	max-width: 1140px;
}

.main-menu-container ul {
    float: left;
    padding-left: 5px;
}
.main-menu-container ul>li {
    padding: 0 10px;
    margin-left: 0;
    float: left;
    line-height: 62px;
}
.main-menu-container ul>li>a {
    color: #047f39;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    font-family: "utm_alter_gothic",Arial,sans-serif !important;
    font-weight: 500;
}
.main-menu-container {
    padding-left: 0;
}
.mobile-top.mobi {
	display:none
}
.mobile-top.pc {
	display:block
}
.top-nav .top-menu-container {
    position: relative;
    z-index: 99;
	padding-left: 0;
}
.top-menu:before {
    display: block;
    width: 40px;
    height: 19px;
    background: url(../images/trendingtag.png) no-repeat;
    position: absolute;
    top: 15px;
    left: 0;
    content: '';
}
ul#menu-top-menu {
    padding-left: 30px;
	list-style: none;
}
.top-menu ul>li {
    display: inline-block;
    float: left;
    margin-left: 5px;
    list-style: none;
    padding: 11px 0;
}
.top-menu .menu>li>a {
    font-size: 14px;
    color: #047f39;
    font-family: Arial,sans-serif;
    padding: 0 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    height: 32px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid rgb(11 161 75);
    transition: border .3s;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    background: rgba(0,0,0,.05);
}
.top-menu ul > li a:before {
    content: '#';
}
.menulg {
    position: absolute;
    right: 233px;
    top: 10px;
}
.top-menu .menulg>li {
    padding: 0;
}
.top-menu .menulg>li a {
    font-weight: 700;
}
.top-menu ul.menulg > li a:before {
    content: '';
}

.toggle-nav {
	position: relative;
	display: block;
	padding: 12px 13px
}

.toggle-nav i {
	display: block;
	width: 28px;
	border-top: 3px solid #000;
	margin: 8px 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.toggle-nav.active i {
	opacity: 0
}

.toggle-nav.active i:first-child {
	opacity: 1;
	-webkit-transform: translate3d(0,10px,0) rotate(45deg);
	-ms-transform: translate3d(0,10px,0) rotate(45deg);
	-o-transform: translate3d(0,10px,0) rotate(45deg);
	transform: translate3d(0,10px,0) rotate(45deg)
}

.toggle-nav.active i:last-child {
	opacity: 1;
	-webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
	-ms-transform: translate3d(0,-10px,0) rotate(-45deg);
	-o-transform: translate3d(0,-10px,0) rotate(-45deg);
	transform: translate3d(0,-10px,0) rotate(-45deg)
}

.mobile-nav {
	position: fixed;
	top: 0;
	right: 100%;
	background: #eee;
	z-index: 999;
	width: 265px;
	padding: 20px;
	height: 100%;
	overflow: auto;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform .25s ease;
	-moz-transition: -moz-transform .25s ease;
	-ms-transition: -ms-transform .25s ease;
	-o-transition: -o-transform .25s ease;
	transition: transform .25s ease
}

.mobile-nav.active {
	-webkit-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	-o-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0)
}

.mobile-nav .main-search {
	margin-top: 0;
	float: initial;
	margin-bottom: 10px
}

.mobile-top-menu {
	padding: 10px 0;
	border-bottom: 1px solid #ddd
}

.mobile-main-menu {
	padding: 10px 0
}

.mobile-nav .main-search .stext {
	width: 100%
}

.mobile-nav .menu>li>a {
	color: #222;
	display: block;
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 8px;
	text-transform: uppercase;
	line-height: 40px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.mobile-nav .menu>li>a:hover {
	color: #047f39
}

.mobile-nav .menu-socials {
	float: initial
}

.mobile-nav .menu-socials a {
	color: #047f39;
	opacity: .9
}
@media (max-width: 991px) {
}

.tag .top-banner-game .review-score {
    display: none
}

.game-single-info-block .cb-score-text {
    font-size: 22px;
    width: 120%;
    left: -10%
}

@media (max-width: 1199px) {
    .game-single-info-block .lets-review-box {
        margin-left:5px
    }

    .search-nav a span {
        font-size: 14px
    }

    .search-nav li {
        font-size: 14px
    }

    .search-nav a {
        padding: 10px
    }
}

@media (max-width: 991px) {
    .mobile-header {
        height:68px
    }

    .tag .my-review-score-box {
        display: none
    }

    .top-banner-game .game-single-heading {
        padding-left: 0
    }

    .top-banner-game .cb-score-text {
        display: none
    }

    .tag .top-banner-game .review-score {
        display: block
    }

    .tag .top-banner-game .lets-review-box .c100.small {
        font-size: 50px
    }

    .tag .top-banner-game .review-score.lets-review-box {
        padding: 10px
    }

    .tag .top-banner-game .review-score.lets-review-box .c100>span {
        line-height: 50px;
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .video-holder .fa {
        opacity:1;
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6);
        z-index: 4
    }

    .copyright {
        font-size: 12px
    }

    .footer-copyright {
        padding-bottom: 0
    }

    .mobile-header {
        height: 66px
    }

    #secondary {
        display: none
    }

    .banner-holder {
        padding-top: 50%
    }

    .top-banner-game .review-heading {
        font-size: 22px
    }

    .hot-info {
        margin-bottom: 20px
    }

    .cb-skin-base .my-review-box .cb-review-pad {
        padding-left: 20px
    }

    .review-score.lets-review-box {
        font-size: 75px
    }

    .my-review-box {
        margin-top: 70px
    }

    .my-review-box .review-score {
        margin-top: -50px;
        margin-left: auto;
        margin-right: auto
    }

    .my-review-score-box {
        text-align: center;
        margin-bottom: 40px
    }

    .cb-score-text {
        width: 200%;
        left: -50%
    }

    .my-review-box .review-score.lets-review-box .c100>span {
        line-height: 75px;
        font-size: 36px
    }

    .game-single-heading {
        padding-left: 0
    }

    .tag .top-banner-game .review-score {
        display: block
    }

    .tag .top-banner-game .lets-review-box .c100.small {
        font-size: 50px
    }

    .tag .top-banner-game .review-score.lets-review-box {
        padding: 10px
    }

    .tag .top-banner-game .review-score.lets-review-box .c100>span {
        line-height: 50px;
        font-size: 24px
    }

    .tag .my-review-score-box {
        display: none
    }

    .top-banner-game .review-meta {
        left: 15px;
        bottom: 15px
    }

    .video-slider-tabs li {
        width: 25%
    }

    .video-slider-tabs li a {
        padding: 3px
    }

    .video-slider-tabs li .video-thumb {
        width: 100%;
        height: 100%
    }

    .category-video .main-top-inner {
        padding: 0
    }

    .main-top .video-slider {
        padding: 0
    }
}


.post-details iframe {
    margin: auto;
    display: block;
    max-width: 100%
}

@media (min-width: 992px) {
    .post-details iframe[allowfullscreen] {
        max-width:100%;
        width: 640px;
        height: 400px;
        margin: 0 auto;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.btn {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid transparent;
    width: 100%
}
.item_post.itemh5 li a {
    color: #d12d09;
}
.btn-primary {
    color: #fff !important;
    background-color: #047f39;
    border: 1px solid transparent
}

.btn-primary:hover,.btn-primary:focus {
    background-color: #d67d1f;
    border: 1px solid transparent
}

.search-game-box {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .search-game-box .col-xs-12 {
        margin-bottom:10px
    }

    .search-game-box {
        padding-bottom: 5px
    }
}

.mga-sharing-box:before {
    content: "Chia sÃ¡ÂºÂ»:"
}

.post-ratings {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
    padding-bottom: 5px
}

.post-ratings img {
    margin: 1px
}

@media(max-width: 1590px) {
    .float-ads {
        display:none
    }
}

.banner-affix img {
    max-width: 336px;
    width: 100%
}

.banner-affix.affix {
    position: fixed;
    top: 20px;
    width: 360px
}

.post-divider {
    margin: 0
}

img.aligncenter {
    display: block;
    margin: auto
}

#secondary .inner {
    position: relative;
    z-index: 3;
    background: #fff;
    height: 100%
}

.post-details .entry-content {
    position: relative
}

.post-details .entry-content h3,.post-details .entry-content h4 {
    font-size: 16px
}

.affix-bottom {
    position: absolute
}

a.alignleft,img.alignleft,.wp-caption.alignleft {
    margin: 0 24px 24px 0
}

.alignleft {
    float: left;
    text-align: left
}

a.alignright,img.alignright,.wp-caption.alignright {
    margin: 0 0 24px 24px
}

.alignright {
    float: right;
    text-align: right
}

@media (min-width: 992px) {
    .post-game {
        min-height:325.5px
    }
}

@media (max-width: 768px) {
    .wp-caption {
        width:auto !important
    }
}

.wp-caption {
    max-width: 100% !important
}

.wp-caption-text {
    text-align: center;
    font-style: italic;
    margin-top: 5px
}

.aligncenter {
    margin: 0 auto
}

.mb-10 {
    margin-bottom: 10px
}

.mt-10 {
    margin-top: 10px
}

.mga-widget-ads,.mga-ad {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

.wp-video {
    margin: 0 auto
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.clickable {
    cursor: pointer
}

@media only screen and (max-width: 667px) {
    .pp_pic_holder.pp_default {
        width:90%!important;
        left: 5%!important;
        overflow: hidden
    }

    .pp_pic_holder .ppt {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 10px !important
    }

    div.pp_default .pp_content_container .pp_left {
        padding-left: 0!important
    }

    div.pp_default .pp_content_container .pp_right {
        padding-right: 0!important
    }

    .pp_content {
        width: 100%!important;
        height: auto!important
    }

    .pp_fade {
        width: 100%!important;
        height: 100%!important
    }

    a.pp_expand,a.pp_contract,.pp_hoverContainer,.pp_gallery,.pp_top,.pp_bottom {
        display: none!important
    }

    #pp_full_res img {
        width: 100%!important;
        height: auto!important
    }

    .pp_details {
        width: 100%!important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px!important
    }

    a.pp_close {
        right: 7%!important;
        top: 10px!important
    }

    #pp_full_res {
        padding: 5px !important
    }

    #pp_full_res iframe {
        width: 100% !important;
        min-height: 200px !important
    }
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-body p:last-child {
    margin: 0 !important
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

table {
    border-collapse: collapse !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.entry-content .twitter-tweet {
    margin-left: auto;
    margin-right: auto
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999
}

::-webkit-input-placeholder {
    color: #999
}

.header-search .stext:-moz-placeholder {
    color: #fff
}

.header-search .stext::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.header-search .stext:-ms-input-placeholder {
    color: #fff
}

.header-search .stext::-webkit-input-placeholder {
    color: #fff
}

label,input,button,select,textarea {
    font-size: inherit;
    line-height: normal
}

input[type=text],input[type=password],textarea,.select_styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 3px;
    height: 42px;
    color: #333;
    font-family: "Gafata",sans-serif;
    font-size: 14px;
    padding: 0 12px;
    margin: 0;
    outline: none;
    width: 100%
}

select {
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 5px;
    height: auto
}

select option {
    line-height: 1.3em
}

input[type=text],input[type=password] {
    height: 42px
}

.ie8 input[type=text],.ie8 input[type=password] {
    line-height: 42px
}

textarea {
    padding: 10px 12px;
    height: 100px;
    resize: vertical;
    overflow: auto;
    max-width: 100%
}

input[type=text]:focus,input[type=password]:focus,textarea:focus,.cuselOpen {
    border-color: #6c3;
    -webkit-box-shadow: 0 0 0px 2px rgba(102,204,51,.1);
    box-shadow: 0 0 0px 2px rgba(102,204,51,.1)
}

@media (max-width: 479px) {
    .entry-content a {
        overflow-wrap:break-word
    }
}

.clear {
    background: 0 0;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.h-90px,.h-90px iframe {
    max-height: 90px !important
}

#menu-item-1123580 {
    padding: 0 5px !important
}

#menu-item-1123580 h2 {
    padding: 20px 0 !important
}

li#menu-item-1123580:hover a:before,li#menu-item-1123580.current-menu-item>a:before {
    display: none !important
}

#menu-item-1123580 a {
    background-image: url(../images/comic.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center !important;
    color: transparent !important;
    width: 60px !important;
    display: block
}

.comic-icon-popup {
    position: fixed;
    bottom: 20% !important;
    display: block;
    text-align: center;
    right: 10px;
    height: 41px;
    width: 60px;
    z-index: 999
}

.bg-light-grey {
    background-color: #f2f2f2
}

.bg-grey {
    background-color: #d9d9d9
}

.bg-periwinkle {
    background-color: #8db4e2
}

.bg-blue {
    background-color: #538cd5
}

.bg-light-blue {
    background-color: #daeef3
}

.bg-sky-blue {
    background-color: #91cddc
}

.bg-peach {
    background-color: #fce9d9
}

.bg-coral {
    background-color: #fad5b4
}

.bg-banana {
    background-color: #fdf599
}

.bg-yellow {
    background-color: #fbcc17
}

.border-light-grey {
    border-color: #f2f2f2
}

.border-grey {
    border-color: #d9d9d9
}

.border-periwinkle {
    border-color: #8db4e2
}

.border-blue {
    border-color: #538cd5
}

.border-light-blue {
    border-color: #daeef3
}

.border-sky-blue {
    border-color: #91cddc
}

.border-peach {
    border-color: #fce9d9
}

.border-coral {
    border-color: #fad5b4
}

.border-banana {
    border-color: #fdf599
}

.border-yellow {
    border-color: #fbcc17
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.navigation.paging-navigation {
    visibility: hidden
}

.affix {
    position: fixed;
    top: 1rem
}

.affix-bottom {
    position: absolute
}

.left {
    position: fixed;
    left: 20px;
    z-index: 9999
}

.right {
    position: fixed;
    right: 20px;
    z-index: 9999
}

@media screen and (max-width: 1520px) {
    .k7-sticky-scroll {
        display:none !important
    }
}

.c100.p73 .bar {
    -webkit-transform: rotate(262.8deg);
    -moz-transform: rotate(262.8deg);
    -ms-transform: rotate(262.8deg);
    -o-transform: rotate(262.8deg);
    transform: rotate(262.8deg)
}

.c100.p75 .bar {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.c100.p65 .bar {
    -webkit-transform: rotate(234deg);
    -moz-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    -o-transform: rotate(234deg);
    transform: rotate(234deg)
}

.c100.p76 .bar {
    -webkit-transform: rotate(273.6deg);
    -moz-transform: rotate(273.6deg);
    -ms-transform: rotate(273.6deg);
    -o-transform: rotate(273.6deg);
    transform: rotate(273.6deg)
}

.c100.p91 .bar {
    -webkit-transform: rotate(327.6deg);
    -moz-transform: rotate(327.6deg);
    -ms-transform: rotate(327.6deg);
    -o-transform: rotate(327.6deg);
    transform: rotate(327.6deg)
}

img[src^="https://nstat.headlines.pw/stat/uibyc.jpg"] {
    display: none
}
.lang-select .btn-select {
    display: none
}
.lang-select .list_flag {
    display: block;
	box-shadow:none;
	border:none;
	border-radius:0;
	background:none;
}
.lang-select #list_lang {
    background: none;
}
.lang-select #list_lang li {
    display: inline-block;
}
.lang-select #list_lang img, 
.lang-select .btn-select img {
    width: 32px;
}
.btn_flag {
    margin-top: 12px !important;
}#rdt_setting a {
    color: white !important;
    font-size: 15px !important;
    line-height: 2.5;
}
#spoiler_button {
    clear: both;
}

p.spoiler_title {
    background: #0ba24b;
    line-height: 2;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    width: 25%;
    padding: 5px;
    text-align: center;
    color: #fff;
    margin: auto;
}

#spoiler_content {
    display: none;
}

#spoiler_content.active {
    display: block;
}

@media (max-width: 650px) {
    p.spoiler_title {
        width: 75%;
    }
}

.cosplayer-section {
    padding: 20px 30px;
    background: #0b0b0b;
    .title {
        color: white;
        font-size: 26px;
        margin-bottom: 15px;
    }

    .cosplayer-swiper {
        padding-bottom: 25px;
    }

    .item {
        width: 230px;
        height: 410px;
        border-radius: 14px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        background: #111;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background: #2f7cff;
            color: white;
            font-size: 12px;
            padding: 4px 10px;
            border-radius: 12px;
        }

        .caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px;
            font-size: 14px;
            color: white;
            background: linear-gradient(transparent, rgba(0,0,0,0.85));
        }
    }
}

/* POPUP */
.popup_clip {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1000;
    &.active {
        display: block;
    }

    .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.7);
    }

    .popup-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .close {
        position: absolute;
        top: -35px;
        right: 0;
        background: none;
        border: none;
        font-size: 32px;
        color: white;
        cursor: pointer;
    }

    .video {
        width: 360px;
        height: 640px;
        border-radius: 14px;
        overflow: hidden;
        background: black;
        iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
    }

    .popup-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0;
        transition: all 0.25s ease;
        pointer-events: none;
        background: #000;
        border-radius: 16px;
        padding: 12px;
        box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    }

    &.active {
        .popup-box {
            transform: translate(-50%, -50%) scale(1);
            opacity: 1;
            pointer-events: auto;
        }
    }

    .close {
        position: absolute;
        top: -42px;
        right: 0;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(0,0,0,0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: white;
        cursor: pointer;
        border: none;
        transition: 0.2s;
        &:hover {
            background: rgba(255,255,255,0.9);
        }
    }

    .video {
        width: 360px;
        height: 640px;
        border-radius: 14px;
        overflow: hidden;
        background: black;
        iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
    }
}

/* Mobile */
@media (max-width: 600px) {
    .popup_clip {
        .video {
            width: 90vw;
            height: calc(90vw * 1.777);
            max-height: 90vh;
        }
    }
}

body.clip_fixed {
    padding-right: 15px;
    .site-main {
        z-index: 9999;
    }

    #wpadminbar {
        display: none;
    }
}
