@font-face {
    font-family: 'Guardian';
    font-style: italic;
    src: url('/wp-content/themes/nichegamer_theme_2016/fonts/guardianei.ttf') format('truetype');
}
.container-fluid,
.container {
    margin-right: auto;
    margin-left: auto
}
.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem
}
div.header {
    margin-bottom: 1rem !important
}
.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    margin-bottom: 40px
}
.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}
.col-xs,
.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,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem
}
.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}
.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%
}
.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%
}
.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}
.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}
.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%
}
.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}
.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%
}
.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%
}
.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}
.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%
}
.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%
}
.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}
.col-xs-offset-0 {
    margin-left: 0
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}
.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}
.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
}
.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}
.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}
.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}
.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}
@media only screen and (min-width: 48em) {
    .container {
        width: 49rem
    }
    .col-sm,
    .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,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}
@media only screen and (min-width: 64em) {
    .container {
        width: 65rem
    }
    .col-md,
    .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,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}
@media only screen and (min-width: 75em) {
    .container {
        width: 76rem
    }
    .col-lg,
    .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,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}
div.wrapper {
    position: relative;
    width: 100%
}
div.site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all
}
div.responsive-menu {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -300px;
    background: #273138
}
div.responsive-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
div.responsive-menu ul li a:link,
div.responsive-menu ul li a:visited {
    display: block;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 19px;
    color: white;
    width: 100%;
    padding: 10.5px 30px
}
div.responsive-menu ul li a:link.active,
div.responsive-menu ul li a:visited.active {
    background-color: #00BFFF
}
div.responsive-menu ul li a:link.active:hover,
div.responsive-menu ul li a:visited.active:hover {
    background-color: #00BFFF !important
}
div.responsive-menu ul li a:link:hover,
div.responsive-menu ul li a:visited:hover {
    background-color: #21292f
}
.toggle-nav {
    display: none
}
.wrapper.show-nav .site-canvas {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px)
}
header.header .mika {
    float: left;
    max-width: auto;
    height: 110px;
}
header.header .logo {
    margin-left: 10px;
    float: left;
    padding-top: 10px;
    font-size: 45px;
    line-height: 80%;
    font-weight: 300;
    font-family: 'Guardian', sans-serif
}
header.header .logo a:link,
header.header .logo a:visited {
    color: #00BFFF;
    text-decoration: none
}
header.header .logo a:link span,
header.header .logo a:visited span {
    color: white
}
header.header nav.desktop-nav {
    float: right
}
header.header nav.desktop-nav ul {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    list-style-type: none
}
header.header nav.desktop-nav ul li {
    float: left
}
header.header nav.desktop-nav ul li a:link,
header.header nav.desktop-nav ul li a:visited {
    text-decoration: none;
    display: block;
    color: white;
    margin-left: 20px
}
header.header nav.desktop-nav ul li a:link:hover,
header.header nav.desktop-nav ul li a:visited:hover {
    text-decoration: underline
}
header.header nav.desktop-nav ul li a:link.active,
header.header nav.desktop-nav ul li a:visited.active {
    color: #00BFFF
}
.rrssb-buttons {
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 100%
}
.rrssb-buttons:after {
    clear: both
}
.rrssb-buttons:before,
.rrssb-buttons:after {
    content: ' ';
    display: table
}
.rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2px
}
.rrssb-buttons li.rrssb-email a {
    background-color: #0a88ff
}
.rrssb-buttons li.rrssb-email a:hover {
    background-color: #006ed6
}
.rrssb-buttons li.rrssb-facebook a {
    background-color: #306199
}
.rrssb-buttons li.rrssb-facebook a:hover {
    background-color: #244872
}
.rrssb-buttons li.rrssb-tumblr a {
    background-color: #32506d
}
.rrssb-buttons li.rrssb-tumblr a:hover {
    background-color: #22364a
}
.rrssb-buttons li.rrssb-linkedin a {
    background-color: #007bb6
}
.rrssb-buttons li.rrssb-linkedin a:hover {
    background-color: #005983
}
.rrssb-buttons li.rrssb-twitter a {
    background-color: #26c4f1
}
.rrssb-buttons li.rrssb-twitter a:hover {
    background-color: #0eaad6
}
.rrssb-buttons li.rrssb-googleplus a {
    background-color: #e93f2e
}
.rrssb-buttons li.rrssb-googleplus a:hover {
    background-color: #ce2616
}
.rrssb-buttons li.rrssb-youtube a {
    background-color: #df1c31
}
.rrssb-buttons li.rrssb-youtube a:hover {
    background-color: #b21627
}
.rrssb-buttons li.rrssb-reddit a {
    background-color: #8bbbe3
}
.rrssb-buttons li.rrssb-reddit a:hover {
    background-color: #62a3d9
}
.rrssb-buttons li.rrssb-pinterest a {
    background-color: #b81621
}
.rrssb-buttons li.rrssb-pinterest a:hover {
    background-color: #8a1119
}
.rrssb-buttons li.rrssb-pocket a {
    background-color: #ed4054
}
.rrssb-buttons li.rrssb-pocket a:hover {
    background-color: #e4162d
}
.rrssb-buttons li.rrssb-github a {
    background-color: #444
}
.rrssb-buttons li.rrssb-github a:hover {
    background-color: #2b2b2b
}
.rrssb-buttons li.rrssb-instagram a {
    background-color: #125688
}
.rrssb-buttons li.rrssb-instagram a:hover {
    background-color: #0c3a5b
}
.rrssb-buttons li.rrssb-delicious a {
    background-color: #0b79e5
}
.rrssb-buttons li.rrssb-delicious a:hover {
    background-color: #095fb4
}
.rrssb-buttons li.rrssb-vk a {
    background-color: #4d71a9
}
.rrssb-buttons li.rrssb-vk a:hover {
    background-color: #3d5a86
}
.rrssb-buttons li.rrssb-hackernews a {
    background-color: #ff6600
}
.rrssb-buttons li.rrssb-hackernews a:hover {
    background-color: #cc5200
}
.rrssb-buttons li.rrssb-whatsapp a {
    background-color: #43d854
}
.rrssb-buttons li.rrssb-whatsapp a:hover {
    background-color: #28c039
}
.rrssb-buttons li.rrssb-print a {
    background-color: #8d98a2
}
.rrssb-buttons li.rrssb-print a:hover {
    background-color: #717f8b
}
.rrssb-buttons li a {
    background-color: #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    height: 100%;
    padding: 11px 7px 12px 27px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease-in-out;
    width: 100%
}
.rrssb-buttons li a .rrssb-icon {
    display: block;
    left: 10px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    width: 10%
}
.rrssb-buttons li a .rrssb-icon svg {
    height: 17px;
    width: 17px
}
.rrssb-buttons li a .rrssb-icon svg path,
.rrssb-buttons li a .rrssb-icon svg circle {
    fill: #fff
}
.rrssb-buttons li a .rrssb-text {
    color: #fff
}
.rrssb-buttons li a:active {
    box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25)
}
.rrssb-buttons li.small a {
    padding: 0
}
.rrssb-buttons li.small a .rrssb-icon {
    left: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: auto;
    width: 100%
}
.rrssb-buttons li.small a .rrssb-text {
    visibility: hidden
}
.rrssb-buttons.large-format {
    height: auto
}
.rrssb-buttons.large-format li {
    height: auto
}
.rrssb-buttons.large-format li a {
    backface-visibility: hidden;
    border-radius: 0.2em;
    padding: 8.5% 0 8.5% 12%
}
.rrssb-buttons.large-format li a .rrssb-icon {
    height: 100%;
    left: 7%;
    padding-top: 0;
    width: 12%
}
.rrssb-buttons.large-format li a .rrssb-icon svg {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}
.rrssb-buttons.large-format li a .rrssb-text {
    backface-visibility: hidden
}
.rrssb-buttons.small-format {
    padding-top: 5px
}
.rrssb-buttons.small-format li {
    height: 80%;
    padding: 0 1px
}
.rrssb-buttons.small-format li a .rrssb-icon {
    height: 100%;
    padding-top: 0
}
.rrssb-buttons.small-format li a .rrssb-icon svg {
    height: 48%;
    position: relative;
    top: 6px;
    width: 80%
}
.rrssb-buttons.tiny-format {
    height: 22px;
    position: relative
}
.rrssb-buttons.tiny-format li {
    padding-right: 7px
}
.rrssb-buttons.tiny-format li a {
    background-color: transparent;
    padding: 0
}
.rrssb-buttons.tiny-format li a .rrssb-icon {
    height: 100%
}
.rrssb-buttons.tiny-format li a .rrssb-icon svg {
    height: 70%;
    width: 100%
}
.rrssb-buttons.tiny-format li a:hover,
.rrssb-buttons.tiny-format li a:active {
    background-color: transparent
}
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
    fill: #0a88ff
}
.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #0054a3
}
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
    fill: #306199
}
.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #18304b
}
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
    fill: #32506d
}
.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #121d27
}
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
    fill: #007bb6
}
.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #003650
}
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
    fill: #26c4f1
}
.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #0b84a6
}
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
    fill: #e93f2e
}
.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #a01e11
}
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
    fill: #df1c31
}
.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #84111d
}
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
    fill: #8bbbe3
}
.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #398bcf
}
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
    fill: #b81621
}
.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #5d0b11
}
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
    fill: #ed4054
}
.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #b61124
}
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
    fill: #444
}
.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #111111
}
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
    fill: #125688
}
.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #061d2e
}
.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
    fill: #0b79e5
}
.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #064684
}
.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
    fill: #4d71a9
}
.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #2d4263
}
.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
    fill: #ff6600
}
.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #993d00
}
.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path {
    fill: #43d854
}
.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #1f962d
}
.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path {
    fill: #8d98a2
}
.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path {
    fill: #5a656f
}

div#cyclone_container .cycloneslider-template-default .cycloneslider-caption .cycloneslider-caption-title {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 18px !important
}
div#cyclone_container .cycloneslider-template-default .cycloneslider-pager .cycle-pager-active {
    background-color: #00BFFF
}
div#cyclone_container .cycloneslider-template-default .cycloneslider-pager span {
    background-color: #FFFFFF
}
div#cyclone_container .cycloneslider-template-default .cycloneslider-caption .cycloneslider-caption-title {
    padding-bottom: 0px !important
}
div#cyclone_container .row .col-lg-8 {
    padding: 0
}
div#cyclone_container .row .col-lg-4 {
    padding-left: 0;
    background-color: #273138
}
section#owl-carousel-container {
    width: 100%;
    max-width: 100%
}
section#owl-carousel-container div.owl-carousel div.owl-stage-outer div.owl-stage {
    overflow: hidden
}
section#owl-carousel-container div.owl-carousel div.owl-stage-outer div.owl-stage .item img {
    max-width: 820px;
    height: auto;
    float: left
}
section#owl-carousel-container div.owl-carousel div.owl-stage-outer div.owl-stage .item div.slide-summary {
    padding: 26px 28px;
    float: right;
    max-width: 380px;
    background-color: #313D46;
    height: 400px;
    -moz-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px
}
section#owl-carousel-container div.owl-carousel div.owl-stage-outer div.owl-stage .item div.slide-summary h3.slide-title {
    margin-bottom: 25px;
    line-height: 130%;
    width: 320px;
    font-size: 1.6em
}
section#owl-carousel-container div.owl-carousel div.owl-stage-outer div.owl-stage .item div.slide-summary p.slide-summary {
    margin-bottom: 25px
}
section#owl-carousel-container div.owl-carousel div.owl-stage-outer div.owl-stage .item div.slide-summary button.slide-button {
    background-color: #00BFFF;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px
}
section#owl-carousel-container div.owl-carousel div.owl-stage-outer div.owl-stage .item div.slide-summary button.slide-button:hover {
    cursor: pointer
}
section#owl-carousel-container div.owl-carousel div.owl-stage-outer div.owl-stage .item span.slider-tag {
    background-color: #00BFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #FFF;
    padding: 0 16px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 26px;
    left: 0
}
#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #00BFFF
}
#progressBar {
    width: 100%;
    background: transparent
}
div.owl-controls div.owl-dots .active {
    background-color: #00BFFF
}
div.owl-controls div.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: white
}
@media only screen and (min-width:768px){
    section#latest-videos {
        
    }
}
section#latest-videos .row.header .col-lg-3 {
    margin-bottom: 0
}
section#latest-videos div.row div[class^="col-"] {
    position: relative
}
section#latest-videos div.row div[class^="col-"] h4[role=link] {
    padding-top: 5px;
    font-size: 1em;
    text-align: right;
    line-height: 120%
}
section#latest-videos div.row div[class^="col-"] img {
    width: 100%;
    max-width: 100%;
    height: auto
}
section#latest-videos div.row div[class^="col-"] a:link,
section#latest-videos div.row div[class^="col-"] a:visited {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.2;
    color: #fff;
    text-decoration: none
}
section#latest-videos div.row div[class^="col-"] a:link:hover,
section#latest-videos div.row div[class^="col-"] a:visited:hover {
    text-decoration: underline
}
section#latest-videos div.row div[class^="col-"] span.comments-tag {
    background-color: #00BFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #FFF;
    padding: 0 16px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 19px;
    right: .9375rem
}
div#feed [class^="col-"] img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 0.5rem
}
div#feed article {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    color: #BDBDBD;
    font-size: 1em
}
div#feed article h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px
}
div#feed article h2 a:link,
div#feed article h2 a:visited {
    text-decoration: none;
    color: #FFF
}
div#feed article h2 a:link:hover,
div#feed article h2 a:visited:hover {
    text-decoration: underline
}
div#feed article p {
    margin-bottom: 20px
}
div#feed article a.view-article:link,
div#feed article a.view-article:visited {
    float: left;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 0.75em;
    text-decoration: none;
    background-color: #313D46;
    margin-top: 15px;
    padding: 11px 21px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
div#feed article a.view-article:link:hover,
div#feed article a.view-article:visited:hover {
    background-color: #00BFFF
}
div#feed article span {
    font-size: 12px
}
div#feed article span a:link,
div#feed article span a:visited {
    color: #00BFFF;
    text-decoration: none
}
div#feed article span a:link:hover,
div#feed article span a:visited:hover {
    text-decoration: underline
}
div#feed article span.comments-tag {
    background-color: #00BFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #FFF;
    padding: 0 16px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 19px;
    right: 0
}


aside#sidebar div#patreon_ad img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem
}
aside#sidebar span.sidebar-comments-tag {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    top: 115px;
    right: 30px;
    color: white
}
aside#sidebar section#review_list {
    padding: 25px 20px;
    margin-top: 15px
}
aside#sidebar section#review_list span.review_score {
    position: absolute;
    top: 10%;
    left: 45%;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 71px;
    color: white
}
aside#sidebar section#review_list .row {
    margin-bottom: 25px
}
aside#sidebar section#review_list .row a:link,
aside#sidebar section#review_list .row a:visited {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    display: block;
    margin-bottom: 2px
}
aside#sidebar section#review_list .row a:link:hover,
aside#sidebar section#review_list .row a:visited:hover {
    text-decoration: underline
}
aside#sidebar section#review_list .row img.feature {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
}
aside#sidebar section#review_list .row span.date,
aside#sidebar section#review_list .row span.author {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px
}
aside#sidebar section#review_list .row span.date a,
aside#sidebar section#review_list .row span.author a {
    display: inline;
    color: #00BFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: none
}

aside#sidebar section#review_list .row:last-of-type {
    margin-bottom: 0
}
aside#sidebar section#sidebar_ad {
    padding: 30px 15px 9px 15px
}
aside#sidebar section#sidebar_ad img {
    width: 100%;
    max-width: 100%;
    height: auto
}
aside#sidebar section#upcoming-release img {
    width: 100%;
    max-width: 100%;
    height: auto
}
aside#sidebar section#upcoming-release a:link,
aside#sidebar section#upcoming-release a:visited {
    display: block
}
footer {
    background-color: #263037;
    padding: 40px 20px 0 20px;
    margin-top: 20px
}
footer h3 {
    font-weight: 300;
    padding-left: 12px;
    font-family: 'Open Sans', sans-serif
}
footer h3 a:link,
footer h3 a:visited {
    text-decoration: none;
    color: white
}
footer h3 a:link:hover,
footer h3 a:visited:hover {
    text-decoration: underline
}
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
footer ul li a:link,
footer ul li a:visited {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-weight: 300
}
footer ul li a:link:hover,
footer ul li a:visited:hover {
    text-decoration: underline;
    font-weight: bold
}
footer img {
    float: left;
    margin-right: 15px
}
footer p {
    margin: 0
}
.alignnone {
    margin: 5px 20px 20px 0
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}
a img.alignnone {
    margin: 5px 20px 20px 0
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}
section#article-header div.row.bump {
    margin-bottom: 10px !important;
    margin-top: 30px
}
section#article-header h1 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.1
}
section#article-header ul.article-meta {
    list-style-type: none;
    margin: 0;
    padding: 0
}
section#article-header ul.article-meta li {
    float: left;
    margin-right: 5px
}
section#article-header ul.article-meta li img {
    max-width: 25px;
    height: auto;
    width: 100%;
    margin-right: 5px
}
section#article-header ul.article-meta li a:link,
section#article-header ul.article-meta li a:visited {
    color: #00BFFF;
    text-decoration: none
}
section#article-header ul.article-meta li a:link:hover,
section#article-header ul.article-meta li a:visited:hover {
    text-decoration: underline
}
section#article-header ul.article-meta li span {
    font-size: 12px
}
section#article-header ul.article-meta li ul {
    padding-left: 10px;
    float: right;
    list-style-type: none
}
section#article-content {
    font-size: 16px
}
section#article-content img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0
}
section#article-content p {
    margin: 0 0 15px 0
}
section#article-content .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0
}
section#article-content .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
@media only screen and (max-width: 767px) {
    
    .latest-video-item{
        margin-left: 10px;
        margin-right: 10px;
    }
    
    div#feed article{
        margin-bottom: 40px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .mika {
        max-width: 80% !important;
        height: auto !important;
    }
    .logo {
        font-size: 30px !important
    }
    #header_ad_container {
        display: none
    }
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}
.clear:before,
.clear:after {
    content: ' ';
    display: table
}
.clear:after {
    clear: both
}
.clear {
    *zoom: 1
}
::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none
}
::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none
}
::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none
}
body {
    background-color: #171E22;
    font-family: 'Open-Sans', sans-serif;
    font-size: 0.875em;
    color: #BDBDBD;
    line-height: 1.46;
    margin: 0
}
div.wrapper {
    width: 100%;
    margin: 0 auto
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #FFF;
    margin: 0
}
h2.section-header {
    font-size: 1.2em;
    color: #00BFFF
}
h2.section-header span {
    color: #fff
}

h1.listing-header{
    font-size: 1.75em;
    color: #00BFFF;
    margin: 15px 0;
}
h1.listing-header span {
    color: #fff;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #171E22;
    padding: 10px 0;
    width: 100%;
    max-width: 790px
}
.row.ad {
    margin-bottom: 40px
}
.scroll-trigger {
    position: absolute;
    right: 14px;
    top: 0;
    background-color: #273138;
    margin: 0;
    padding: 1px 7px 1px 10px;
    display: block;
    color: white;
    text-decoration: none
}
.scroll-trigger:hover {
    cursor: pointer
}
div#platform_filter {
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}
div#platform_filter::-webkit-scrollbar {
    display: none
}
div#platform_filter a:link,
div#platform_filter a:visited {
    display: inline;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 0.875em;
    text-decoration: none;
    color: white;
    display: inline;
    margin-left: 15px
}
div#platform_filter a:link.active,
div#platform_filter a:visited.active {
    color: #00BFFF
}
div#platform_filter a:link:hover,
div#platform_filter a:visited:hover {
    text-decoration: underline
}
div#platform_filter a:link:first-of-type,
div#platform_filter a:visited:first-of-type {
    margin-left: 0
}
span.ad_label {
    text-transform: uppercase;
    display: block;
    background-color: #313D46;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: white;
    position: absolute;
    bottom: -4px;
    left: 15px;
    padding: 2px 4px
}
section#single-game-info {
    background-color: #273138;
    margin: 15px 0 2rem 0;
    padding: 25px 20px
}
section#single-game-info .row {
    margin-bottom: 0 !important
}
section#single-game-info img {
    max-width: 100%;
    width: 100%;
    height: auto
}
section#single-game-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}
section#single-game-info ul li {
    float: left;
    font-size: 12px;
    color: #00BFFF
}
section#single-game-info p {
    float: left;
    line-height: 1.3;
    font-size: 14px;
    margin-top: 10px
}
section#single-game-info a:link,
section#single-game-info a:visited {
    color: white;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    float: left
}
section#single-game-info a:link:hover,
section#single-game-info a:visited:hover {
    text-decoration: underline
}
section#tips {
    width: 100%;
    background-color: #313D46;
    margin-bottom: 40px
}
section#tips .tips-inner {
    margin: 0 auto;
    width: 650px;
    padding: 40px 0
}
section#tips .tips-inner h1 {
    float: left;
    margin-right: 30px
}
section#tips .tips-inner h1 span {
    color: #00BFFF
}
section#tips .tips-inner a:link,
section#tips .tips-inner a:visited {
    text-decoration: none;
    font-size: 20px;
    color: white
}
section#tips .tips-inner a:link:hover,
section#tips .tips-inner a:visited:hover {
    text-decoration: underline
}
.c-hamburger {
    display: none;
    float: right
}
div.pagination .page-numbers {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    background-color: #273138;
    padding: 7px 7px;
    margin: 0 5px;
    color: white;
    text-decoration: none
}
div.pagination .page-numbers:hover {
    text-decoration: underline;
    background-color: #00BFFF
}
div.pagination .current {
    background-color: #00BFFF
}
div.pagination .dots {
    margin-left: 10px
}
@media only screen and (max-width: 1200px) {
    section#single-game-info img {
        display: none
    }
    section#single-game-info .col-lg-9 {
        padding: 0 10px
    }
    .section-header {
        padding: 0 13px
    }
}
@media only screen and (max-width: 1023px) {
    section#latest-videos div.col-lg-3 {
        margin-bottom: 15px
    }
    .desktop-nav {
        display: none
    }
    .c-hamburger {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 48px;
        height: 48px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        transition: background 0.3s
    }
    .c-hamburger:focus {
        outline: none
    }
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 22px;
        left: 9px;
        right: 9px;
        height: 4px;
        background: white
    }
    .c-hamburger span::before,
    .c-hamburger span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #fff;
        content: ""
    }
    .c-hamburger span::before {
        top: -10px
    }
    .c-hamburger span::after {
        bottom: -10px
    }
    .c-hamburger--htx {
        background-color: #00BFFF
    }
    .c-hamburger--htx span {
        transition: background 0s 0.3s
    }
    .c-hamburger--htx span::before,
    .c-hamburger--htx span::after {
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s
    }
    .c-hamburger--htx span::before {
        transition-property: top, transform
    }
    .c-hamburger--htx span::after {
        transition-property: bottom, transform
    }
    .c-hamburger--htx.is-active {
        background-color: #00BFFF
    }
    .c-hamburger--htx.is-active span {
        background: none
    }
    .c-hamburger--htx.is-active span::before {
        top: 0;
        transform: rotate(45deg)
    }
    .c-hamburger--htx.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg)
    }
    .c-hamburger--htx.is-active span::before,
    .c-hamburger--htx.is-active span::after {
        transition-delay: 0s, 0.3s
    }
}

#social_icons{
    position: absolute;
    right: 10px;
}

#search_box{
    position: absolute;
    top: 55px;
    right: 10px;
}

#social_icons ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#social_icons ul li { 
    display: inline; 
}

#social_icons ul li a img{ 
    width: 30px; 
    height: 30px;
}

#social_icons_mobile ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#social_icons_mobile  ul li { 
    display: inline; 
}

#social_icons_mobile  ul li a img{ 
    width: 30px;
    height: 30px;
}

#social_search_row{
    margin-bottom: 0px;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {   
    #mika_row {
        border-bottom: 2px solid #0bf;
    }
}

@media only screen and (max-width: 768px) { 

    #responsive-menu-pro-container #responsive-menu-pro-search-box, 
    #responsive-menu-pro-container #responsive-menu-pro-additional-content,
    #responsive-menu-pro-container #responsive-menu-pro-title{
        padding: 10px 20px !important;
    }
    
    #social_icons{
        display: none;
    }
    
    
    section#body .row {
        margin-bottom: 0
    }
    
    .post_ad_spacer{
       
    }
    section#body .row.ad {
        display: none;
    }
    section#body .view-article {
        margin-bottom: 40px
    }
    div.pagination {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .section-header {
        padding: 0 7px
    }
    section#latest-videos .col-sm-offset-4 {
        padding-right: 8px
    }
    main {
        margin-right: 8px;
        margin-left: 8px
    }
    section#article-header {
        margin-top: 40px
    }
    .scroll-trigger {
        right: 7px
    }
}
@media only screen and (max-width: 600px) {
    .cycloneslider-template-default .cycloneslider-caption .cycloneslider-caption-title {
        font-size: 18px !important
    }
}
@media only screen and (max-width: 480px) {
    section#article-header h1 {
        font-size: 25px
    }
}

.error-page{
    margin-top: 20px;
}

article#post-error h1{
    font-size: 1.5em;
    max-width: 500em
    margin-bottom: 20px;
}

article#post-error h2{
    font-size: 1.2em;
    max-width: 500px;
}

article#post-error h2 a{
    font-size: 1.2em;
    max-width: 500px;
    color: #00BFFF !important;
}

article#post-error h2 a:hover{
    font-decoration: underline;
}


@media only screen and (max-width: 768px){
    
    aside#sidebar div#patreon_ad img{
        padding-left:10px;
        padding-right: 10px;
    }
    
    aside#sidebar section#review_list{
        margin-top: 10px;
        padding: 20px 10px;
    }
    section#latest-videos div.row div[class^="col-"] span.comments-tag{
        right: 1.1rem !important;
    }
    
    .index-header-spacer{
        margin-left: 10px;
    }
}

.review_details_row{
    margin: 0px 0px 25px 0px;
}

.review_details_block{
        position: relative;
}

@media only screen and (min-width:767px){
    
    
    body{
        min-width: 1120px;
    }
    div.wrapper{
        width: 1120px;
    }
    
    div.footer-wrapper{
        width: 1000px;
        margin: 0 auto;
    }
   
    
    aside#sidebar section#review_list {
        background-color: #273138;
    }
    
    section#body{
        width: 1120px;
        margin-top: 50px;
    }
    
    section#article-header{
        width: 1120px;    
        margin-top: 60px;
    }
    
    section#article-content{
        width: 1120px;        
    }
    
    aside#sidebar {
        max-width: 350px !important;
        padding-left: 10px;
        padding-right: 0px;
        
        flex-basis: auto;
    }
    
    div#feed{
        max-width: 770px !important;
        min-width: 770px;
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #273138;
        margin-left: 5px;     
        flex-basis: auto;        
    }
    
    .ad_area{
        width: 300px !important;
        height: 250px !important;
    }
	
	.ad_area_long{
		height: 600px !important;
	}
    
    #CombComments{
        margin-left: -5px;
    }
    
    .review_details_block{
        padding-left: 10px;
    }
    
    latest-video-item{
        max-width: 240px;
    }
}

@media only screen and (min-width:768px){
    .video-image > img {   
        max-height: 125px !important;
        min-height: 125px !important;
        width: 100% !important;
        object-fit: cover !important; 
    }
}

.size-custom-size-first{
    max-height: 167px !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important; 
}

.size-custom-size-list {
    max-height: 160px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 160px !important;
    object-fit: cover !important;   
}

.size-custom-size-video {
    max-height: 120px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 120px !important;
    object-fit: cover !important;   
}


.latest-headline{
    margin-bottom: 0px !important;
}

.comment__header .author a {
    color: #00BFFF !important;
    text-decoration: none !important;
}

.comment__header .author a:hover {
    text-decoration: underline !important;
}

.publisher-anchor-color a{
    color: #00BFFF !important;
    text-decoration: none !important;
}



#generated-content > p > a {
    color: #00BFFF;
    text-decoration: none;
}

#generated-content > p > a:hover {
    text-decoration: underline;
}

#generated-content > p > em > a {
    color: #00BFFF;
    text-decoration: none;
}

#generated-content > p > em > a:hover {
    text-decoration: underline;
}

#generated-content > ul > li > em > a {
    color: #00BFFF;
    text-decoration: none;
}

#generated-content > ul > li > em > a:hover {
    text-decoration: underline;
}

#generated-content > ul > li > a {
    color: #00BFFF;
    text-decoration: none;
}

#generated-content > ul > li > a:hover {
    text-decoration: underline;
}



.see_all_video_link{
    font-size: .8em !important;
    margin-left: 15px;
}

.video_date_item{
    font-size: 12px !important;
}

.video_author_item > a {
    font-size: 12px !important;
    color: #00BFFF !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.video_author_item > a:hover {
    font-size: 12px !important;
    color: #00BFFF !important;
    text-decoration: underline !important;
    font-weight: normal !important;
}
#dsq-combo-logo a img{
    width: 134px !important;
    height: 14px !important;
}

#sidebar_ad{
    background-color: #273138;
    padding: 25px 20px !important;
    margin-top: 15px;
}

#sidebar_ad_top{
    background-color: #273138;
    padding: 25px 20px !important;
    margin-top: 0px !important;
	margin-bottom: 15px !important;
}

@media only screen and (max-width:768px){
    #slider_fix{
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width:768px){
    section.error-page .row #feed{
        margin-left: 7px !important;
        width: 770px;
    }
    
    div#generated-content {
        max-width: 770px!important;
        flex-basis: auto !important;
        width: 770px;
    }
    
    #header_fix {
        padding-left: 0px;
        padding-right: 0px;
        z-index: 10000;
        position: absolute
    }
	#header_fix_add_internal {
		margin-top: 60px !important;
		margin-bottom: -20px;
	}	
    
    #header_container {
        background-color: #273138;
        padding: 22px 0px 22px 0px;
        margin-top: 40px;
        width:1120px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #video_background {
        background-color: #273138;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 5px;
        margin-left: 0px;
        margin-right: 0px;
        width: 1115px;
    }
    
    #cyclone_container{
        margin-left: 20px;
    }

    #header_text_widget{
        margin-left: 10px;
    }
    
}

section#body > .row > #feed > p > a > img {
    height: auto;
    max-width: 100%
}

section#body > .row > #feed > p > img {
    height: auto;
    max-width: 100%
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dsq-active{
    background: #00BFFF !important;
}

.dsq-combo-box {
    background: #171E22 !important;
}

.dsq-widget-meta {
    color: #FFFFFF !important;
}

.dsq-widget-thread{
    color: #00BFFF;
}

.dsq-widget-clout {
    color: #FFFFFF !important;
}

.dsq-widget-comment{
    color: #FFFFFF !important;
}

.authortekinfo a{
    color: #00BFFF;
    text-decoration: none;
}

.authortekinfo a:hover{
    color: #00BFFF;
    text-decoration: underline;
}

.authortekinfo a:visited{
    color: #00BFFF;
    text-decoration: none;
}

.authortekinfotitle a{
    color: #00BFFF;
    text-decoration: none;
}

.authortekinfotitle a:hover{
    color: #00BFFF;
    text-decoration: underline;
}

.authortekinfotitle a:visited{
    color: #00BFFF;
    text-decoration: none;
}

#tos__container {
	display: none !important;
	background: none !important;
}


section#review_list span.comments-tag{
    background-color: #00BFFF;
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #FFF;
    padding: 0 16px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 19px;
    right: 0.9375rem;
}

@media only screen and (max-width:768px){
    
    section#review_list span.comments-tag{
        right: .5rem;
    }
    
    .ad_area_top{
        display: none;
    }
    
    .ad_area{
        display: none;
    }
	
	.ad_area_long{
		margin-left: 15px;
	}
	
    .authortek {
        border-top: 1px solid #BDBDBD !important;
        border-bottom: 1px solid #BDBDBD !important;
        margin: 20px 0 !important;
        padding-top: 15px;
        min-height: 120px;
    }
    
    .authortek img {
        margin: 0 !important;
        padding: 5px !important;
        float: left !important;
        width: 80px !important;
        height: 80px !important;
    }
    
    .container-1{
        display: none;
    }
}

@media only screen and (max-width:767px){
    
    
    section#latest-videos span.comments-tag{
        right: .9375rem
    }
}

@media only screen and (min-width:768px){
    
    section#latest-videos span.comments-tag{
        right: .5rem
    }
    
    .post_ad_spacer{
        margin: 20px 0px;
    }
    
    .container-1 input#search{
        width: 200px;
        height: 40px;
        background: #273138;
        border: 1px solid #0bf;
        font-size: 10pt;
        float: left;
        color: #63717f;
        padding-left: 45px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        
        -webkit-transition: background .55s ease;
        -moz-transition: background .55s ease;
        -ms-transition: background .55s ease;
        -o-transition: background .55s ease;
        transition: background .55s ease;
    }
    .container-1 input#search::-webkit-input-placeholder {
       color: #BDBDBD;
    }
     
    .container-1 input#search:-moz-placeholder { /* Firefox 18- */
       color: #BDBDBD; 
    }
     
    .container-1 input#search::-moz-placeholder {  /* Firefox 19+ */
       color: #BDBDBD;  
    }
     
    .container-1 input#search:-ms-input-placeholder {  
       color: #BDBDBD; 
    }
    
    .container-1 .icon{
        position: absolute;
        margin-left: 17px;
        margin-top: 9px;
        z-index: 1;
        color: #0bf;
    }
    
    .container-1 input#search:hover, .container-1 input#search:focus, .container-1 input#search:active{
        outline:none;
        background: #ffffff;
    }
    
    
    
    .authortek {
        border-top: 1px solid #BDBDBD !important;
        border-bottom: 1px solid #BDBDBD !important;
        padding: 20px 10px 20px 10px !important;
        margin-bottom: 10px !important;
    }
    
    .authortek img {
        margin: 0 !important;
        padding: 5px !important;
        float: left !important;
        width: 80px !important;
        height: 80px !important;
    }
    
    .authortek h3 {
        font-size: 15px !important;
        color: #f5f5f5 !important;
        margin: 0 !important;        
    }
    
    .single #content p {
        display: block;
        -webkit-margin-before: 1em !important;
        -webkit-margin-after: 1em !important;
        -webkit-margin-start: 0 !important;
        -webkit-margin-end: 0 !important;
        font-size: 11pt !important;
        color: #bdbdbd !important;
    }
    
    .authortekinfo {
        padding-left: 120px !important;
    }
    
    .authortekinfotitle {
        padding-left: 0px !important;
    }
}

.ad_bar > .textwidget > p {
	display: none !important;
}

.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;}
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#feed > table > tbody > tr > td > p > a {
    color: #00bfff;
    text-decoration: none;
}

#feed > table > tbody > tr > td > p > a:visited {
    color: #00bfff;
    text-decoration: none;
}
        
#feed > table > tbody > tr > td > p > a:hover {
    text-decoration: underline;
}

#feed > p > a {
            color: #00bfff;
        }
        
#feed > p > a:hover {
            text-decoration: underline;
        }

#disqus_thread a {
            color: #00bfff;
        }
        
#disqus_thread a:hover {
            text-decoration: underline;
        }
img.size-thumbnail {
	display: block !important;
	max-width: 100px !important;
	max-height: 100px !important;
	width: auto !important;
	height: auto !important;
}

img.size-medium{
	display: block !important;
	max-width: 300px !important;
	max-height: 162px !important;
	width: auto !important;
	height: auto !important;
}

.white_foot_link {
	color: white !important'
}

.ng-banner {
	display: block; margin-left: auto; margin-right: auto; width: 100%; height: auto;
}

.read-row{
	margin-top: 10px;
	margin-bottom: 10px;
}

.read-more-row > a {
	color: #00BFFF;
    	text-decoration: none;
}

.read-more-row > a:visited {
	color: #00BFFF;
    	text-decoration: none;
}

.read-more-row > a:hover {
	color: #00BFFF;
    	text-decoration: underline;
}





