/*
Theme Name: Gamekings ♕ 2016
Theme URI: http://www.gamekings.tv/
Author: Julien Ranzijn, Happyfolio
Author URI: http://www.happyfolio.nl/
Description: Gamekings 2016 Template.
Version: 1.0
Text Domain: Gamekings
Tags: gamekings, responsive, game, journal, mobile, video, tv
*/

/**
* #.# Reset
*
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
video {
    outline: none;
}

/**
* #.# Fonts
*
*/
@font-face {
    font-family: 'archivo_narrowregular';
    src: url('fonts/archivonarrow-regular-webfont.eot');
    src: url('fonts/archivonarrow-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/archivonarrow-regular-webfont.woff2') format('woff2'),
    url('fonts/archivonarrow-regular-webfont.woff') format('woff'),
    url('fonts/archivonarrow-regular-webfont.ttf') format('truetype'),
    url('fonts/archivonarrow-regular-webfont.svg#archivo_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'league_gothicregular';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
    url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
    url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
    url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'archivo_blackregular';
    src: url('fonts/archivoblack-webfont.eot');
    src: url('fonts/archivoblack-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/archivoblack-webfont.woff2') format('woff2'),
    url('fonts/archivoblack-webfont.woff') format('woff'),
    url('fonts/archivoblack-webfont.ttf') format('truetype'),
    url('fonts/archivoblack-webfont.svg#archivo_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
* #.# WordPress Core
*
*/
.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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


/**
* #.# Selection
*
*/
::-moz-selection {
    background: #0567D8;
    color: #fff;
}

::selection {
    background: #0567D8;
    color: #fff;
}


/**
* #.# Forms
*
*/
input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
    margin: 0 13px 0 0;
}

input[type="checkbox"]:before,
input[type="radio"]:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #dadfe1;
    color: #dadfe1;
    transition: background-color, color .3s;
    text-align: center;
    cursor: pointer;
}

input[type="checkbox"]:before {
    margin-top: -4px;
    font-size: 15px;
}

input[type="radio"]:before {
    margin-top: -5px;
    border-radius: 100%;
    font-size: 26px;
    line-height: 17px;
}

input[type="checkbox"]:hover:before,
input[type="radio"]:hover:before {
    background-color: #bfcace;
}

input[type="checkbox"]:checked:before {
    content: '✔';
    color: #000;
}

input[type="radio"]:checked:before {
    content: '●';
    color: #000;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    background-color: #dadfe1;
    border: none;
    height: 30px;
    padding: 0 10px;
    color: #000;
    font-family: archivo_narrowregular, Arial, sans-serif;
    font-size: 14px;
    width: calc(100% - 20px);
}

textarea {
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type="submit"],
.field__button {
    color: #fff;
    font-family: league_gothicregular, Arial, sans-serif;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    background-color: #1b1b1b;
    line-height: 40px;
    height: 40px;
    border: none;
    padding: 0 15px;
    border-bottom: 4px solid #101010;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
    display: inline-block;
    transition: background-color .3s;
}

    .field__button--premium {
        padding-left: 0;
    }

        .field__button--premium:before {
            content: '';
            display: block;
            float: left;
            width: 40px;
            height: 100%;
            margin-right: 15px;
            background: #c7142e url(img/premium_button.png) no-repeat center center;
            border-bottom: 4px solid #a41127;
            border-radius: 0 0 0 5px;
        }

    input[type="submit"]:hover,
    .field__button:hover {
        background-color: #363636;
        border-bottom-color: #222222;
    }

.select2-results {
    background: #DADFE1;
}

/**
* #.# General
*
*/
body {
    font-family: archivo_narrowregular, Arial, sans-serif;
    background: #0A0A0A no-repeat center 75px;
    min-height: 101%;
}

.scroll-lock {
    overflow: hidden;
}

.page-loader {
    height: 24px;
    width: 24px;
    top: 24px;
    left: -20px;
    background: url(img/loader_dark.gif) no-repeat center center;
    position: absolute;
    z-index: 9999;
    color: #fff;
    font-size: 0;
}


/**
* #.# Header
*
*/
.header {
    background-color: #000;
    box-shadow: 0 0 5px #000;
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}

	.header__wrapper {
        margin: 0 auto;
        max-width: 1280px;
        height:75px;
        padding: 0 20px;
        position: relative;
    }


.logo {
    float: left;
    width: 155px;
    height: 70px;
    background: url(img/gamekings_logo.png) no-repeat center center;
    font-size: 0;
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    transition: border-color .3s;
}

    .logo:hover {
        border-color: #fff;
    }

.topmenu {
    float: left;
}

	.topmenu__item {
        float: left;
        margin-left: 40px;
    }

    .topmenu__item--mobileonly {
        display: none;
    }

    .topmenu__link {
        text-decoration: none;
        color: #bdc3c7;
        font-size: 24px;
        text-transform: uppercase;
        font-family: league_gothicregular, Arial, sans-serif;
        line-height: 75px;
        height: 75px;
        display: block;
        transition: color .3s;
        position: relative;
    }

        .topmenu__link:after {
            content: '';
            display: block;
            background-color: #6c7a89;
            width: calc(100% + 10px);
            height: 5px;
            position: absolute;
            left: -5px;
            bottom: 0;
            transition: opacity .3s;
            opacity: .0;
        }

        .topmenu__link:hover,
        .topmenu__item--active .topmenu__link,
        .topmenu .menu-item a:hover, /* wpclass */
        .topmenu .current-menu-item a { /* wpclass */
            color: #fff;
        }

        .topmenu__item--active .topmenu__link:after,
        .topmenu__link:hover:after,
        .topmenu .current-menu-item a:after, /* wpclass */
        .topmenu .menu-item a:hover:after { /* wpclass */
            opacity: 1;
        }

        .topmenu .topmenu__item--yellow .topmenu__link:after {
            background-color: #ECC510;
        }

        .topmenu .topmenu__item--blue .topmenu__link:after {
            background-color: #0567D8;
        }

        .topmenu .topmenu__item--red .topmenu__link:after {
            background-color: #ed1c24;
        }

        .topmenu .topmenu__item--purple .topmenu__link:after {
            background-color: #DB0A5B;
        }

    .topmenu__live {
        display: inline-block;
        width: 7px;
        height: 7px;
        background-color: #bdc3c7;
        border-radius: 100%;
        top: 50%;
        margin-right: 7px;
        transform: translateY(-50%);
        transition: background .3s;
    }

        .topmenu__live--online {
            background-color: #ff0000;
        }

.mobile-menu__button {
    float: right;
    height: 70px;
    width: 60px;
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    background: url(img/mobile_menu_button.png) no-repeat center center;
    background-size: 30px 30px;
    font-size: 0;
    transition: border .3s;
    opacity: .7;
    display: none;
}

.search {
    float: right;
    position: relative;
}

    .search__button {
        display: block;
        height: 70px;
        width: 60px;
        border-bottom: 5px solid rgba(255, 255, 255, 0);
        background: url(img/search_button.png) no-repeat center center;
        font-size: 0;
        transition: border .3s;
        opacity: .7;
    }

    .search__button:hover,
    .search--active .search__button {
        border-color: rgba(255, 255, 255, 1);
        opacity: 1;
    }

    .search__form {
        position: absolute;
        right: 0;
        background: #fff;
        width: 790px;
        top: -75px;
        opacity: 0;
        transition: opacity .3s;
        z-index: 4;
    }

        .search--active .search__form {
            opacity: .85;
            top: 75px;
        }

    .search__field {
        border: none;
        height: 65px;
        font-size: 24px;
        font-family: league_gothicregular, Arial, sans-serif;
        color: #000;
        width: 100%;
        outline: none;
        background: none;
        padding: 20px;
    }

.getpremium {
    float: right;
    color: #fff;
    font-family: league_gothicregular, Arial, sans-serif;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    background-color: #1b1b1b;
    line-height: 40px;
    height: 40px;
    padding-right: 15px;
    margin-top: 15px;
    border-bottom: 4px solid #101010;
    border-radius: 0 0 5px 5px;
    margin-left: 15px;
}

    .getpremium:before {
        content: '';
        display: block;
        float: left;
        width: 40px;
        height: 100%;
        margin-right: 15px;
        background: #c7142e url(img/premium_button.png) no-repeat center center;
        border-bottom: 4px solid #a41127;
        border-radius: 0 0 0 5px;
    }

    .getpremium:hover {
        background-color: #363636;
        border-bottom-color: #222222;
    }

    .getpremium:focus {
        margin-top: 19px;
        border-bottom-width: 2px;
    }

    .getpremium:focus:before {
        border-bottom-width:2px;
    }

.account {
    float: right;
    color: #bdc3c7;
    font-family: league_gothicregular, Arial, sans-serif;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    height: 75px;
    line-height: 75px;
    display: block;
    margin-left: 15px;
    transition: color .2s;
}

    .account:hover {
        color: #fff;
    }

    .account--premium:before {
        content: '';
        display: inline-block;
        width: 34px;
        height: 32px;
        float: left;
        vertical-align: text-top;
        margin-top: 21px;
        margin-right: 7px;
        background: #c7142e url(img/premium_button.png) no-repeat center 4px;
    }


/**
* #.# Homepage slider
*
*/
.slider {
    margin: 0 auto 20px auto;
    background-color: #000;
    max-width: 1260px;
    height: 709px;
    box-shadow: 0 0 5px #000;
    position: relative;
    padding: 10px;
}

	.slider__summary {
        position: absolute;
        z-index: 3;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: right;
        padding: 5px 15px 15px;
        bottom: 50px;
        left: 50px;
        width: 460px;
	}

	.slider__title {
        font-family: league_gothicregular, Arial, sans-serif;
        font-size: 72px;
	}

        .slider__title:after {
            content: '';
            position: absolute;
            right: -5px;
            top: 0;
            height: 75px;
            width: 5px;
            background-color: #0567d8;
        }

    .slider__link {
        text-decoration: none;
        color: #fff;
        transition: color .3s;
    }

        .slider__link:hover {
            color: #cdcdcd;
        }

        .slider__link--premium:before {
            content: '';
            display: inline-block;
            width: 21px;
            height: 20px;
            background: #c7142e url(img/premium_button.png) no-repeat center 2px;
            background-size: 15px;
            font-size: 0;
            vertical-align: top;
            margin-top: 9px;
            margin-right: 0;
        }

	.slider__description {
        font-family: archivo_narrowregular, Arial, sans-serif;
        font-size: 16px;
        line-height: 30px;
	}

	.slider__play {
        background-color: #0567d8;
        width: 125px;
        height: 125px;
        font-size: 0;
        border-radius: 100%;
        display: block;
        position: absolute;
        left: 50%;
        top: 48%;
        transform: translate(-50%, -50%);
        z-index: 3;
        opacity: 0;
        transition: opacity .3s;
	}

        .slider__play:after {
            content: '';
            width: 0;
            height: 0;
            border-top: 30px solid transparent;
            border-bottom: 30px solid transparent;
            border-left: 40px solid #fff;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-35%, -50%);
        }

    .slider__loader {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -100%);
    }

	.slider__items {
		height: 675px;
		width: 290px;
        position: absolute;
        z-index: 3;
        right: 25px;
        top: 25px;
        overflow: hidden;
        display: none;
	}
	
	.slider__item {
		height: 150px;
        overflow: hidden;
        display: block;
        width: 270px;
        transition: height .3s;
        margin-bottom: 5px;
        position: relative;
        box-shadow: 0 0 5px #000;
        float: right;
        padding-right: 5px;
    }

        .slider__item:before {
            content: '';
            display: block;
            width: 0;
            height: 100%;
            float: left;
            opacity: 0;
            transition: opacity .3s;
        }

		.slider__item--active {
            height: 60px;
            width: 275px;
		}

            .slider__item.slider__item--active:before {
                width: 5px;
                background-color: rgba(5, 103, 216, 1);
                opacity: 1;
            }

    .slider__items--grey .slider__thumb {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all .3s;
    }

    .slider__item-overlay {
        background-color: rgba(5,103,216,0.75);
        position: absolute;
        height: 100%;
        width: 100%;
        transition: opacity .3s;
        opacity: 0;
    }

    .slider__item-title {
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        padding: 10px;
        font-family: archivo_narrowregular, Arial, sans-serif;
    }

        .slider__item-title--premium:before {
            content: '';
            display: inline-block;
            width: 21px;
            height: 20px;
            background: #c7142e url(img/premium_button.png) no-repeat center 2px;
            background-size: 15px;
            font-size: 0;
            vertical-align: bottom;
            margin-right: 5px;
        }

    .slider__item--active .slider__thumb {
        margin-top: -10%;
    }

    .slider__item:hover .slider__item-overlay {
        opacity: 1;
    }

    .slider__item.slider__item--active .slider__item-overlay {
        opacity: 0;
    }

	.slider__image {
        position: relative;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: filter, -webkit-filter 0.5s;
        display: none;
	}

    .slider__image--color {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .slider:hover .slider__play {
        opacity: .6;
    }

    .slider .slider__play:hover {
        opacity: 1;
    }

    .slider__gradient {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        z-index: 2;
        position: absolute;
        bottom: 10px;
        left: 0;
        height: 200px;
        width: 100%;
    }

    .slide__section {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        left: 0;
        top: 0;
        cursor: pointer;
    }

/**
* #.# Content
*
*/
.content {
	margin: 0 auto 20px auto;
	max-width: 1280px;
    position: relative;
    z-index: 2;
}
    .content--page {
        border-top: 5px solid #6c7a89;
        margin-bottom: 50px;
    }

    .content--bgdark {
        background-color: #000;
        color: #fff;
    }

    .content--bglight {
        background-color: #fff;
    }

    .content--yellow {
        border-top-color: #ecc510;
    }

    .content--blue {
        border-top-color: #0567D8;
    }

    .content--purple {
        border-top-color: #DB0A5B;
    }

    .content--premium {
        border-top-color: #C7152F;
    }

    .content--getpremium {
        border-top-color: #C7152F;
        min-height: 600px;
    }


/**
* #.# Tabs
*
*/
.tabs {}

	.tabs__navigation {
		position: relative;
		text-align: center;
		border-bottom: 5px solid #1b1b1b;
        letter-spacing: -.31em;
        transition: border 0.3s;
        padding: 0 55px;
	}

		.tabs_navigation--blue {
			border-color: #0567d8;
		}

		.tabs_navigation--yellow {
			border-color: #ecc510;
		}

	.tabs__item {
		padding: 0;
		margin: 0;
		text-decoration: none;
		display: inline-block;
        letter-spacing:0;
		width: 267px;
        height: 45px;
        line-height: 45px;
		color: #fff;
		background-color: #1b1b1b;
        font-family: archivo_blackregular, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 18px;
	}

        .tabs__navigation--big .tabs__item {
            width: 50%;
        }

		.tabs__item--blue {
			background-color: #0567d8;
		}

		.tabs__item--yellow {
			background-color: #ecc510;
		}

	.tabs__arrow {
		position: absolute;
		top: 48px;
        left: 372px;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 16px solid #1b1b1b;
        transition: left .2s;
	}

        .tabs_navigation--blue .tabs__arrow {
            border-top-color: #0567d8;
        }

        .tabs_navigation--yellow .tabs__arrow {
            border-top-color: #ecc510;
        }

	.tabs__content {
        padding-top: 55px;
        min-height: 800px;
        transition: background .3s;
	}

    .tabs__content--dark {
        background-color: #000;
    }

    .tabs__content:after {
        content: '';
        display: inline-block;
        clear: both;
        float: right;
    }

    .tabs__loader {
        display: none;
        text-align: center;
        color: #fff;
        font-size: 16px;
        position: absolute;
        width: 100%;
        padding: 50px 0;
    }

    .tabs__more {
        clear: both;
        text-align: right;
        padding-bottom: 15px;
    }

	.tabs__morebutton {
        display: inline-block;
        font-size: 18px;
        font-family: league_gothicregular, Arial, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        background-color: #222;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        border-bottom: 5px solid #111;
        border-radius: 0 0 5px 5px;
        transition: background .3s;
	}

    .tabs__morebutton:hover {
        background-color: #3d3d3d;
    }

		.tabs__morebutton--yellow {
            background-color: #ecc510;
            border-color: #b3960e;
		}

            .tabs__morebutton--yellow:hover {
                background-color: #d3b010;
            }

		.tabs__morebutton--blue {
            background-color: #0567d8;
            border-color: #02499a;
		}


            .tabs__morebutton--blue:hover {
                background-color: #197df0;
            }


/**
* #.# Filters
*
*/
.filters {
    background-color: #1b1b1b;
    height: 60px;
    margin-bottom: 40px;
}

    .filters__wrapper {
        margin: 0 auto;
        width: 800px;
        position: relative;
    }

    .filters__search {
        float: left;
        width: calc(100% - 50px);
    }

        .filters__search:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: -60px;
            height: 60px;
            width: 60px;
            background: url(img/search_button.png) no-repeat center center;
        }

    .filters__searchfield {
        border: none;
        height: 60px;
        background: none;
        width: 100%;
        padding-right: 20px;
        font-family: archivo_narrowregular, Arial, sans-serif;
        outline: none;
        color: #fff;
        font-size: 18px;
    }

    .filters__dropdown {
        position: relative;
    }

    .fitlers__button {
        width: 50px;
        height: 60px;
        display: block;
        float: right;
        font-size: 0;
        background: url(img/showtags_button.gif) no-repeat center;
        transition: background-color .3s;
    }

        .filters__dropdown--active .fitlers__button,
        .fitlers__button:hover {
            background-color: #3d3d3d;
        }

    .filters__options {
        position: absolute;
        opacity: 0;
        background-color: #fff;
        z-index: 1;
        right: -165px;
        top: -80085px;
        transition: opacity .3s;
        font-family: archivo_narrowregular, Arial, sans-serif;
        font-weight: bold;
        padding: 15px 15px 0 30px;
        color: #000;
    }

        .filters__dropdown--active .filters__options {
            opacity: 1;
            top: 60px;
        }

    .filters__title {
        font-size: 14px;
        display: block;
    }

        .filters__title--kings {
            clear: both;
            padding-top: 10px;
            padding-bottom: 25px;
            border-top: 2px solid #747474;
        }

        .content--blue .filters__title--kings {
            border-top-color: #0567d8;
        }

        .content--yellow .filters__title--kings {
            border-top-color: #ecc510;
        }

    .filters__list {
        float: left;
        margin-top: -13px;
        padding-right: 10px;
    }

        .filters__list--kings {
            margin-top: 0;
            width: 33%;
            padding-right: 0;
        }

    .filters__item {
        font-size: 12px;
        text-transform: uppercase;
    }

    .filters__list--sortby {
        margin-top: 15px;
    }

        .filters__list--sortby .filters__item {
            font-size: 14px;
        }

    .filters__label {
        display: block;
        cursor: pointer;
        margin-bottom: 15px;
    }

        .filters__label:hover {
            color: #333;
        }


/**
* #.# Posts
*
*/
.postcontainer {
    margin: 0 auto;
    max-width: 800px;
    min-height: 300px;
    position: relative;
}
    .postcontainer:after {
        content: '';
        display: block;
        clear: both;
    }

    .postcontainer--comments {
        transform: inherit;
    }

    .postcontainer__title {
        font-size: 23px;
        font-family: archivo_narrowregular, Arial, sans-serif;
        font-weight: bold;
        padding-bottom: 30px;
    }

.post {
    background-color: #1b1b1b;
    float: left;
    height: 300px;
    width: 230px;
    margin-right: 55px;
    position: relative;
    margin-bottom: 40px;
}

    .post--no-right-margin {
        margin-right: 0;
    }

	.post--horizontal {
        height: 130px;
        width: 100%;
        float: inherit;
	}

	.post__thumb {
        float: left;
        display: block;
        width: 230px;
        height: 130px;
        overflow: hidden;
        position: relative;
        background-color: #252525;
	}

    .post--horizontal .post__thumb {
        margin-right: 10px;
    }

	.post__image {
        font-size: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: scale(1) translate(-50%, -50%);
        transition: transform 0.3s;
	}

        .post:hover .post__image {
            transform: scale(1.15) translate(-45%, -45%);
        }

	.post__title {
		display: block;
        font-size: 17px;
        font-family: archivo_narrowregular, Arial, sans-serif;
        font-weight: bold;
        padding: 10px 10px 0;
        clear: both;
	}

        .post__title--premium:before {
            content: '';
            display: inline-block;
            width: 21px;
            height: 20px;
            background: #c7142e url(img/premium_button.png) no-repeat center 2px;
            background-size: 15px;
            font-size: 0;
            vertical-align: text-bottom;
            margin-right: 5px;
        }

    .post--horizontal .post__title {
        clear: none;
    }

    .post__titlelink {
        color: #0667d8;
        text-decoration: none;
        transition: color .3s;
    }

        .post__titlelink:hover {
            color: #4A90E2;
        }

        .post__titlelink--yellow,
        .content--yellow .post__titlelink {
            color: #ecc510;
        }

            .post__titlelink--yellow:hover,
            .content--yellow .post__titlelink:hover {
                color: #FFDE47;
            }

        .postcontainer--blue .post__titlelink {
            color: #0667d8;
        }

        .postcontainer--yellow .post__titlelink {
            color: #ecc510;
        }

    .post__highlight {
        background-color: #fff;
        padding: 0 2px;
    }

	.post__summary {
        color: #bdc3c7;
        font-size: 12px;
        line-height: 14px;
        padding: 10px;
	}


.meta {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

    .meta--article {
        position: relative;
        float: left;
        bottom: inherit;
        left: inherit;
        padding-top: 10px;
        padding-bottom: 20px;

        width: 70%;

        /*width: 800px;*/
    }

    .post--horizontal .meta {
        left: 240px;
    }

    .meta__item {
        background-color: #3d3d3d;
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        line-height: 25px;
        padding: 0 7px;
        display: inline-block;
        white-space: nowrap;
        transition: background .3s;
        float: left;
        margin-right: 3px;
        margin-top: 3px;
    }

    a.meta__item:hover {
        background-color: #505050;
    }

        .meta--comments,
        .meta--tweetit,
        .meta--likeit {
            background: #3d3d3d url(img/meta_buttons.png) no-repeat left top;
            padding-left: 25px;
        }


        .meta--comments {
            padding-left: 35px;
            background-position: 5px 0;
        }

        .meta--tweetit {
            background-color: #4099ff;
            background-position: 5px -24px;
        }

        .meta--likeit {
            background-color: #3b5997;
            background-position: 5px -51px;
        }


/**
* #.# Post Slider
*
*/
.post-slider__items {
    height: 300px;
    overflow: hidden;
    transition: height .5s;
    background-color: #252525;
    position: relative;
}

    .post-slider__items--full {
        height: inherit;
    }

    .post-slider__item {
        transition: margin-top .5s;
        position: absolute;
        top: 0;
    }

    .post-slider__item--photo {
        margin-top: -5%;
    }

        .post-slider__items--full .post-slider__item--photo {
            margin-top: 0;
        }

    .post-slider__items--active {
        /*height: 720px;*/
    }

    .post-slider__items--active .post-slider__item--photo {
        margin-top: 0;
    }

    .post-slider__item--photo img {
        margin-left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 100%;
    }

    .post-slider__overlay-text {
        color: #fff;
        position: absolute;
        z-index: 1;
        calc(100% - 400px);
        padding: 0 200px;
        text-align: center;
        top: 15%;
    }

        .post-slider__overlay-text h3 {
            text-transform: uppercase;
            font-size: 60px;
            font-family: league_gothicregular, Arial, sans-serif;
            padding-bottom: 20px;
        }
        .post-slider__overlay-text p {
            font-size: 18px;
            padding-bottom: 20px;
            line-height: 22px;
        }

.js-single-slider-items {
    display: none;
}

.silder__paging {
    background-color: #1B1B1B;
    height: 60px;
    position: relative;
}

    .silder__paging--front-page {
        display: none;
        margin: 0 10px;
    }

    .silder__items {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        line-height: 0;
    }

    .silder__pagingitem {
        display: block;
        font-size: 0;
        float: left;
        width: 4px;
        height: 4px;
        border: 1px solid #eec410;
        margin: 0 3px;
    }

        .silder__pagingitem:hover,
        .silder__pagingitem--active {
            background-color: #eec410;
        }

        .content--blue .silder__pagingitem {
            border-color: #0667d8;
        }

        .content--blue .silder__pagingitem:hover,
        .content--blue .silder__pagingitem--active {
            background-color: #0667d8;
        }

.slider__previous {
    float: left;
}

.slider__next {
    float: right;
}

.post-slider__title {
    background-color: #1B1B1B;
    line-height: 60px;
    color: #fff;
    font-family: league_gothicregular, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 41px;
}

    .post-slider__title--highlight {
        color: #C7152F;
    }


/**
* #.# Video
*
*/
.video {
    height: 720px;
    position: relative;
    background-color: #000;
}

    .video__premiumonly {
        background-color: rgba(255, 255, 255, .3);
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .video__premiumonlywrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: league_gothicregular, Arial, sans-serif;
        font-size: 24px;
        text-transform: uppercase;
        color: #fff;
        min-width: 230px;
        text-align: center;
    }

    .video__notice {
        color: #c7142e;
        text-align: center;
        text-transform: uppercase;
        font-size: 36px;
        background: url(img/premium.png) no-repeat center top;
        padding-top: 160px;
        margin-bottom: 20px;
    }

        .video__notice span {
            color: #1b1b1b;
        }

    .video__premium-image {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .video__or-text {
        line-height: 40px;
        height: 40px;
        padding: 0 5px;
        color: #1b1b1b;
    }


/**
* #.# Live Stream
*
*/
.livestream {
    overflow: hidden;
}

    .livestream__player {
        float: left;
        width: 100%; /*900px*/;
        height: 600px;
    }

        .livestream__player--full {
            width: 1280px;
            height: 720px;
        }

    .livestream__chat {
        float: left;
        width: 380px;
        height: 506px;
    }


/**
* #.# Article
*
*/
.article {
    overflow: hidden;
    padding: 30px 55px 50px 55px;
}

.articles__title {
    font-size: 30px;
    font-family: archivo_narrowregular, Arial, sans-serif;
    font-weight: bold;
    float: left;
    line-height: 30px;
    display: block;

    width: 70%;

    /*max-width: 800px;*/
    /*min-width: 400px;*/
}

    .articles__title--premium {
        margin-left: 55px;
        max-width: 735px;
    }

    .articles__title--premium:before {
        content: '';
        display: inline-block;
        width: 45px;
        height: 40px;
        background: #c7142e url(img/premium_button.png) no-repeat center;
        font-size: 0;
        vertical-align: text-bottom;
        margin-right: 5px;
        margin-left: -55px;
    }

    .content--blue .articles__title {
        color: #0667d8;
    }

    .content--purple .articles__title {
        color: #DB0A5B;
    }

    .content--yellow .articles__title {
        color: #eec410;
    }

.articles__contents {
    float: left;
    width: 70%;
}

    .articles__contents--padding-bottom {
        padding-bottom: 30px;
    }

    .articles__contents--checkout {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

.articles__contents h1,
.articles__contents h2,
.articles__contents h3,
.articles__contents h4,
.articles__contents h5,
.articles__contents h6 {
    font-size: 30px;
    font-family: archivo_narrowregular, Arial, sans-serif;
    font-weight: bold;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.articles__contents h2 {
    font-size: 25px;
    line-height: 1.25;
}

.articles__contents h3 {
    font-size: 20px;
    line-height: 1.2173913043;
}

.articles__contents h4,
.articles__contents h5,
.articles__contents h6 {
    font-size: 16px;
    line-height: 1.1052631579;
}

.articles__contents h4 {
    letter-spacing: 0.13333em;
    text-transform: uppercase;
}

.articles__contents h6 {
    font-style: italic;
}

.articles__contents h1:first-child,
.articles__contents h2:first-child,
.articles__contents h3:first-child,
.articles__contents h4:first-child,
.articles__contents h5:first-child,
.articles__contents h6:first-child {
    padding-top: 0;
}

.content--purple .articles__contents h1,
.content--purple .articles__contents h2,
.content--purple .articles__contents h3,
.content--purple .articles__contents h4,
.content--purple .articles__contents h5,
.content--purple .articles__contents h6,
.content--purple .articles__contents p a {
    color: #DB0A5B;
}

.content--yellow .articles__contents h1,
.content--yellow .articles__contents h2,
.content--yellow .articles__contents h3,
.content--yellow .articles__contents h4,
.content--yellow .articles__contents h5,
.content--yellow .articles__contents h6,
.content--yellow .articles__contents p a {
    color: #ecc510;
}

.content--blue .articles__contents h1,
.content--blue .articles__contents h2,
.content--blue .articles__contents h3,
.content--blue .articles__contents h4,
.content--blue .articles__contents h5,
.content--blue .articles__contents h6,
.content--blue .articles__contents p a {
    color: #0567D8;
}

.articles__contents p {
    font-family: archivo_narrowregular, Arial, sans-serif;
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 1.5;
}

    .wp-caption p.wp-caption-text,
    .articles__contents p:last-child {
        padding-bottom: 0;
    }

.articles__contents p a {
    color: #000;
}

    .articles__contents p a:hover {
        text-decoration: none;
    }

    .content--bgdark .articles__contents p a {
        color: #b9b9b9;
    }

.articles__contents strong {
    font-weight: bold;
}

.articles__contents em {
    font-style: italic;
}

div.wp-caption {
    padding-bottom: 2px;
    margin-bottom: 20px;
}

p > div.wp-caption {
    margin-bottom: 0;
}

blockquote {
    border-left: 4px solid #1a1a1a;
    color: #686868;
    font-size: 19px;
    font-style: italic;
    line-height: 1.4736842105;
    margin-bottom: 28px;
    padding: 0 0 0 24px;
}

    .content--blue blockquote {
        border-color: #0567D8;
    }

    .content--yellow blockquote {
        border-color: #ecc510;
    }

    .content--purple blockquote {
        border-color: #DB0A5B;
    }

    blockquote > :last-child {
        padding-bottom: 0;
    }

    blockquote:not(.alignleft):not(.alignright) {
        margin-left: -28px;
    }

    blockquote blockquote:not(.alignleft):not(.alignright) {
        margin-left: 0;
    }

    blockquote:before,
    blockquote:after {
        content: "";
        display: table;
    }

    blockquote:after {
        clear: both;
    }

    blockquote cite,
    blockquote small {
        color: #1a1a1a;
        font-size: 16px;
        line-height: 1.75;
    }

    blockquote em,
    blockquote i,
    blockquote cite {
        font-style: normal;
    }

    blockquote strong,
    blockquote b {
        font-weight: 400;
    }

    blockquote.alignleft,
    blockquote.alignright {
        border: 0 solid #1a1a1a;
        border-top-width: 4px;
        padding: 18px 0 0;
        width: -webkit-calc(50% - 14px);
        width: calc(50% - 14px);
    }

.articles__contents ul {
    padding-left: 32px;
    list-style: disc;
    margin-bottom: 20px;
}

.articles__contents li {
    line-height: 1.5;
    font-family: archivo_narrowregular, Arial, sans-serif;
    font-size: 14px;
}


/**
* #.# Get Premium
*
*/
.get-premium {
    padding: 30px 50px;
}

    .get-premium__title {
        clear: both;
        color: #000;
        font-size: 30px;
        font-family: archivo_narrowregular, Arial, sans-serif;
        font-weight: bold;
        margin-bottom: 30px;
        position: relative;
    }

        .get-premium__title:before {
            content: '';
            display: block;
            width: 100%;
            border-bottom: 1px solid #C7152F;
            position: absolute;
            z-index: 1;
            top: 15px;
        }

    .get-premium__title-box {
        background-color: #fff;
        position: relative;
        z-index: 2;
        padding-right: 15px;
    }

    .get-premium__title-highlight {
        color: #C7152F;
    }

.membership-container {
    overflow: hidden;
}

.membership {
    float: left;
    width: 31.3%;
    margin-right: 3%;
    height: 260px;
    background-color: #000;
    margin-bottom: 30px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: relative;
}

    .membership:last-child {
        margin-right: 0;
    }

    .membership--already-premium {
        opacity: .4;
    }

    .membership--active {
        opacity: 1;
    }

    .membership__title {
        width: 100%;
        background-color: #C7152F;
        text-transform: uppercase;
        font-size: 24px;
        position: absolute;
        top: 0;
        padding: 15px 0;
        font-family: league_gothicregular, Arial, sans-serif;
        z-index: 2;
        transition: transform .3s;
    }

        .membership:hover .membership__title,
        .membership--active-edit .membership__title {
            transform: translateY(-100%);
        }

        .membership--already-premium:hover .membership__title {
            transform: inherit;
        }

    .membership__price {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 72px;
        font-family: league_gothicregular, Arial, sans-serif;
        z-index: 2;
        transition: opacity .3s;
    }

        .membership:hover .membership__price,
        .membership--active-edit .membership__price {
            opacity: 0;
        }

        .membership--already-premium:hover .membership__price {
            opacity: 1;
        }

    .membership__sub-title {
        position: absolute;
        width: 100%;
        bottom: 0;
        background-color: rgba(199, 21, 47, .5);
        font-size: 19px;
        padding: 15px 0;
        font-family: archivo_narrowregular, Arial, sans-serif;
        z-index: 2;
        transition: transform .3s;
    }

        .membership:hover .membership__sub-title,
        .membership--active-edit .membership__sub-title {
            transform: translateY(100%);
        }

        .membership--already-premium:hover .membership__sub-title {
            transform: inherit;
        }

    .membership__image {
        width: 100%;
        position: absolute;
        z-index: 1;
        opacity: .4;
        transition: opacity .3s;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .membership:hover .membership__image {
            opacity: .6;
        }

    .membership__form {
        position: absolute;
        z-index: 3;
        opacity: 0;
        transition: opacity .3s;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .membership:hover .membership__form,
        .membership--active-edit .membership__form {
            opacity: 1;
        }

    .membership__add-to-cart-button {
        background-color: #C7152F;
        border: none;
        line-height: 60px;
        height: 60px;
        cursor: pointer;
        color: #fff;
        font-family: league_gothicregular, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 30px;
        padding: 0 35px;
        white-space: nowrap;
        transition: background-color .3s;
    }

        .membership__add-to-cart-button:hover {
            background-color: #931428;
        }

    .nyp label {
        float: left;
        display: block;
        text-align: center;
        background: #DADFE1;
        width: 15%;
        height: 50px;
        color: #000;
        line-height: 50px;
    }

    #nyp {
        padding: 0;
        width: 100%;
        height: 50px;
        line-height: 60px;
        text-indent: 10px;
        font-weight: bold;
        font-size: 26px;
        text-align: center;
    }

    .membership__nyp-label {
        position: relative;
        display: block;
    }

    .membership__nyp-euro {
        font-size: 26px;
        font-weight: bold;
        font-family: archivo_narrowregular, Arial, sans-serif;
        position: absolute;
        color: #000;
        top: 13px;
        left: 10px;
    }

    .subscription-details.subscription-terms {
        height: 50px;
        display: block;
        background: #DADFE1;
        float: left;
        width: 45%;
        color: #000;
        line-height: 50px;
    }

    .minimum-price {
        clear: both;
        font-size: 12px;
        line-height: 20px;
    }

.already-premium-notice {
    text-align: center;
    margin-bottom: 30px;
}

    .already-premium-notice__title {
        font-size: 72px;
        text-transform: uppercase;
        font-family: league_gothicregular, Arial, sans-serif;
        padding: 30px 0;
    }

        .already-premium-notice__title--highlight {
            color: #a41127;
        }

    .already-premium-notice__sub-title {
        font-size: 30px;
        margin: -20px 0 20px 0;
        display: block;
    }

.get-premium_usps {
    margin-bottom: 30px;
    width: 100%;
    color: #fff;
    font-size: 18px;
}

    .get-premium_usps__cell {
        background: #101010 no-repeat center center;
        border-bottom: 1px solid #a41127;
        padding: 15px;
        font-family: archivo_narrowregular, Arial, sans-serif;
    }

        .get-premium_usps__row:last-child .get-premium_usps__cell {
            border-bottom: none;
        }

        .get-premium_usps__cell--title {
            text-transform: uppercase;
            font-family: league_gothicregular, Arial, sans-serif;
            font-size: 36px;
        }

        .get-premium_usps__cell--regular {
            background-color: #1b1b1b;
            text-align: center;
        }

        .get-premium_usps__cell--premium {
            background-color: #c7142e;
            text-align: center;
        }

        .get-premium_usps__cell--no {
            background-image: url(img/no.png);
        }

        .get-premium_usps__cell--yes {
            background-image: url(img/yes.png);
        }

.premium-faq-container {
    overflow: hidden;
}

.premium-faq {
    float: left;
    width: 30%;
    margin-right: 3%;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.3;
    min-height: 80px;
}

    .premium-faq__number {
        background-color: #c7142e;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        display: block;
        float: left;
        margin-right: 10px;
        font-size: 30px;
        color: #1b1b1b;
        font-family: archivo_narrowregular, Arial, sans-serif;
        font-weight: bold;
    }

    .premium-faq__question {
        width: calc(100% - 60px);
        float: left;
    }

    .premium-faq__answer {
        color: #c7142e;
        font-weight: bold;
        padding-top: 3px;
        width: calc(100% - 60px);
        float: left;
    }

.get-premium__back-to-top-button {
    background: url(img/back_to_top.gif) center top no-repeat;
    font-size: 24px;
    text-align: center;
    color: #c7142e;
    font-family: archivo_narrowregular, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding-top: 50px;
    display: block;
    clear: both;
    margin-top: 25px;
    transition: color .3s;
}

    .get-premium__back-to-top-button:hover {
        color: #000;
    }


/**
* #.# 404
*
*/
.page-not-found {
    padding: 50px;
    text-align: center;
}

    .page-not-found__title {
        font-family: league_gothicregular, Arial, sans-serif;
        text-transform: uppercase;
        color: #1b1b1b;
        font-size: 60px;
        padding-bottom: 30px;
    }

    .page-not-found__button {
        color: #fff;
        font-family: league_gothicregular, Arial, sans-serif;
        text-decoration: none;
        font-size: 50px;
        text-transform: uppercase;
        background-color: #00732e;
        line-height: 80px;
        height: 80px;
        border: none;
        padding: 0 30px;
        border-bottom: 8px solid #005923;
        border-radius: 0 0 10px 10px;
        cursor: pointer;
        display: inline-block;
    }


/**
* #.# Authors
*
*/
.authors {
    float: right;
    width: 28%;
}

    .authors--full {
        float: inherit;
        overflow: hidden;
        width: 100%;
    }

    .authors__author {
        padding: 10px;
        overflow: hidden;
        background-color: #dadfe2;
        /*width: 275px;*/
        text-align: right;
    }

        .authors__author--full {
            width: calc(50% - 60px);
            float: left;
            height: 200px;
            padding: 20px 20px 0 40px;
        }

        .authors__author--light {
            background-color: #ecf0f1;
        }

        .authors__author--align-left {
            text-align: left;
            padding-right: 40px;
            padding-left: 20px;
        }

    .authors__row {
        display: block;
        overflow: hidden;
        float: right;
        width: calc(100% - 100px);
        text-align: right;
    }

        .authors__author--align-left .authors__row {
            text-align: left;
            float: left;
        }

    .authors__name,
    .authors__twitter,
    .authors__googleplus {
        float: right;
        color: #fff;
        height: 25px;
        font-family: archivo_narrowregular, Arial, sans-serif;
        font-size: 14px;
        text-decoration: none;
        line-height: 27px;
        padding: 0 5px;
        margin: 0 5px 5px 0;
        display: inline-block;
        transition: background-color .2s;
    }

    .authors__author--align-left .authors__name,
    .authors__author--align-left .authors__twitter,
    .authors__author--align-left .authors__googleplus {
        float: left;
        margin: 0 0 5px 5px;
    }

    .authors__name {
        background-color: #000;
    }

    .authors__twitter {
        background: #4198ff url(img/meta_buttons.png) no-repeat left -24px;
        padding-left: 25px;
    }

        .authors__twitter:hover {
            background-color: #3e6bcf;
        }

    .authors__googleplus {
        font-size: 0;
        padding-right: 28px;
        background: #db4c3e url(img/meta_buttons.png) no-repeat 5px -75px;
    }

        .authors__googleplus:hover {
            background-color: #b04739;
        }

    .authors__avatar {
        float: right;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: filter, -webkit-filter 0.5s;
    }

        .authors__author--align-left .authors__avatar {
            float: left;
        }

        .authors__avatar:hover {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
        }

        .authors__avatar--small {
            width: 55px;
            height: 55px;
        }

    .authors__description {
        font-size: 14px;
        font-family: archivo_narrowregular, Arial, sans-serif;
        display: block;
        clear: both;
        padding-top: 20px;
        line-height: 1.5;
    }


/**
* #.# Paging
*
*/
.paging {
    max-width: 800px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    text-align: center;
}

    .paging__previous,
    .paging__next,
    .next.page-numbers, /* WP Class */
    .prev.page-numbers {    /* WP Class */
        display: block;
        height: 25px;
        width: 25px;
        background: url(img/paging_arrows.png) no-repeat top left;
        font-size: 0;
        transition: opacity .3s;
        position: relative;
        z-index: 2;
    }

        .paging__previous:hover,
        .paging__next:hover {
            opacity: .6;
        }

    .paging__previous,
    .prev.page-numbers { /* WP Class */
        float: left;
    }

        .paging__previous--slider {
            margin: 18px 0 0 10px;
        }

        .content--blue .paging__previous,
        .content--blue .prev.page-numbers { /* WP Class */
            /*background-position-y: -48px;*/
            background-position: left -48px;
        }

    .paging__next,
    .next.page-numbers { /* WP Class */
        float: right;
        background-position: right -24px;
    }


        .paging__next--slider {
            margin: 18px 10px 0 0;
        }

        .content--blue .paging__next,
        .content--blue .next.page-numbers { /* WP Class */
            /*background-position-y: -72px;*/
            background-position: right -72px;
        }

    .paging__pages {
        position: absolute;
        left: 50%;
        width: 80%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .paging__page,
    .page-numbers { /* WP Class */
        color: #fff;
        background-color: #3d3d3d;
        display: inline-block;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 26px;
        text-decoration: none;
        font-size: 12px;
        font-family: archivo_narrowregular, Arial, sans-serif;
        transition: background-color .3s;
        margin: 0 1px;
    }

        .paging__page--end {
            background-color: #1b1b1b;
        }

        .paging__page:hover,
        .paging__page--active,
        .page-numbers:hover, /* WP Class */
        .page-numbers.current { /* WP Class */
            background-color: #ecc510;
        }

        .content--blue .paging__page:hover,
        .content--blue .paging__page--active,
        .content--blue .page-numbers:hover, /* WP Class */
        .content--blue .page-numbers.current { /* WP Class */
            background-color: #0667d8;
        }

        .next.page-numbers:hover, /* WP Class */
        .prev.page-numbers:hover { /* WP Class */
            background-color: inherit;
        }

    .page-numbers.dots,
    .page-numbers.dots:hover,
    .paging__page--dots,
    .paging__page.paging__page--dots:hover {
        background-color: #212121;
    }


/**
* #.# Adds
*
*/
.dda-billboard {
    margin: -30px auto 0 auto;
    max-width: 1280px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 175px;
}

.dda-middle {
    margin-bottom: 30px;
    text-align: center;
}

.dda-right {
    position: absolute;
    right: -40px;
    top: 0;
    transform: translateX(100%);
    display: none;
}

.dda-right {
    position: absolute;
    right: -350px;
    top: 0;
}

.addblocker-detected {
    display: none;
    max-width: 1280px;
    margin: -30px auto 0 auto;
    width: 100%;
    cursor: pointer;
}

.wallpaper-add {
    height: 0;
    width: 0;
    overflow: hidden;
}

    .wallpaper-add__click {
        position: absolute;
        width: 17%;
        top: 107px;
        display: block;
        height: 1080px;
    }

    .wallpaper-add__click--left {
        left: 0;
    }

    .wallpaper-add__click--right {
        right: 0;
    }

.single-add {
    margin-top: 10px;
    text-align: center;
}

.category-add {
    position: absolute;
    right: -315px;
    top: 510px;
}

.spotx-add {
    position: fixed;
    z-index: 20;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .spotx-add__container {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        background-color: #000;
        text-align: center;
    }

    .spotx-add__close-add-button {
        color: #fff;
        font-size: 16px;
        display: block;
        margin-bottom: 15px;
    }

        .spotx-add__close-add-button:hover {
            color: #c4c4c4;
        }

    .spotx-add__click {
        width: 100%;
        height: 100%;
    }


/**
* #.# Footer
*
*/
.followus {
    background-color: #111;
    border-bottom: 1px solid #000;
}

    .followus__wrapper {
        margin: 0 auto;
        max-width: 800px;
    }

    .followus__title {
        color: #bdc3c7;
        font-family: league_gothicregular, Arial, sans-serif;
        text-transform: uppercase;
        line-height: 110px;
        font-size: 24px;
    }

    .followus__item {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: url(img/socials.gif) no-repeat 0 0;
        font-size: 0;
        float: right;
        margin-top: 28px;
        margin-left: 50px;
    }

        .followus__item:hover {
            background-position: 0 -50px;
        }

        .followus__item--googleplus {
            background-position: -200px 0;
        }

            .followus__item--googleplus:hover {
                background-position: -200px -50px;
            }

        .followus__item--twitter {
            background-position: -100px 0;
        }

            .followus__item--twitter:hover {
                background-position: -100px -50px;
            }

        .followus__item--instagram {
            background-position: -150px 0;
        }

            .followus__item--instagram:hover {
                background-position: -150px -50px;
            }

        .followus__item--youtube {
            background-position: -50px 0;
        }

            .followus__item--youtube:hover {
                background-position: -50px -50px;
            }

.bottommenu {
    background-color: #111;
}

    .bottommenu__wrapper {
        margin: 0 auto;
        max-width: 800px;
        height: 60px;
        text-align: center;
    }

    .bottommenu__item {
        color: #bdc3c7;
        font-family: league_gothicregular, Arial, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 60px;
        transition: color .3s;
        padding: 0 38px;
        white-space: nowrap;
    }

    .bottommenu__item:first-child {
        padding-left: 0;
        float: left;
    }

    .bottommenu__item:last-child {
        padding-right: 0;
        float: right;
    }

        .bottommenu__item:hover {
            color: #fff;
        }

.copyright {
    background-color: #000;
}

    .copyright__wrapper {
        margin: 0 auto;
        max-width: 800px;
        height: 60px;
        font-family: archivo_narrowregular, Arial, sans-serif;
        text-transform: uppercase;
        color: #3d3d3d;
        font-size: 14px;
        line-height: 60px;
    }

    .copyright__hostedby {
        float: left;
        color: #3d3d3d;
        text-decoration: none;
        background: url(img/true.gif) no-repeat right 24px;
        padding-right: 51px;
        transition: color .3s;
    }

        .copyright__hostedby:hover {
            color: #fff;
        }

    .copyright__link {
        text-decoration: none;
        margin-right: 25px;
        color: #3d3d3d;
        float: right;
        transition: color .3s;
    }

        .copyright__link:hover {
            color: #fff;
        }

    .copyright__notice {
        float: right;
    }


/**
* #.# Overlay
*
*/
.overlay {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: none;
}


/**
* #.# Login
*
*/
.login {
    position: absolute;
    width: 370px;
    left: 50%;
    top: 30%;
    z-index: 12;
    background: #fff;
    transform: translate(-50%);
    display: none;
}

    .login__title {
        font-family: league_gothicregular, Arial, sans-serif;
        font-size: 30px;
        color: #fff;
        background: #1b1b1b;
        line-height: 75px;
        text-transform: uppercase;
        padding-left: 50px;
    }

    .login #loginform {
        padding: 25px 50px;
        overflow: hidden;
    }

    .login #loginform p {
        margin-bottom: 15px;
    }

    .login .button-primary {
        float: right;
    }

    .login-forgot {
        color: #000;
        font-size: 12px;
    }

        .login-forgot:hover {
            text-decoration: none;
        }

    .login-failed {
        color: red;
    }



/**
* #.# WooCommerce
*
*/
.page-template-page-template-checkout-php {
    background-image: url(img/bg1.jpg);
}

.woocommerce .login {
    padding: 25px 50px;
}

input.input-text {
    border-bottom: 1px solid #fff;
}

#billing_first_name_field {
    float: left;
    width: 48%;
}

#billing_last_name_field {
    float: right;
    width: 48%;
}

#billing_email_field {
    clear: both;
}

#customer_details {
    float: left;
    width: 55%;
}

#billing_country_field .select2-choice {
    border: none;
    background-color: #DADFE1;
    border-radius: 0;
    padding: 5px 10px;
}

#select2-drop {
    border: none;
}

#select2-drop .select2-search,
#select2-drop .select2-results {
    background-color: #DADFE1;
}

#billing_country_field strong {
    padding-left: 5px;
}

#order_review_heading,
.woocommerce-checkout-review-order {
    float: right;
    width: 40%;
}

#order_review_heading {
    padding-top: 0;
}

.shop_table {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}

.shop_table td,
.shop_table .product-quantity {
    text-align: right;
}

.shop_table .product-quantity {
    white-space: nowrap;
}

.shop_table th,
.shop_table td {
    padding: 10px 0;
    border-bottom: 1px solid #CACACA;
}

.shop_table th {
    font-weight: bold;
}

.shop_table .order-number,
.shop_table .order-date,
.shop_table .order-status,
.shop_table .order-total,
.shop_table .product-name,
.shop_table.subscription_details td,
.shop_table.customer_details td {
    text-align: left;
}

.shop_table a {
    color: #000;
}

.shop_table a:hover {
    text-decoration: none;
}

.first-payment-date {
    padding-top: 5px;
}

.product-total {
    text-align: right;
}

.articles__contents--checkout p {
    padding-bottom: 10px;
}

.woocommerce-shipping-fields {
    display: none;
}

.order-actions .button {
    margin-left: 10px;
}

address {
    line-height: 20px;
}

.place-order {
    text-align: center;
    border-top: 1px solid #c7142e;
    padding-top: 20px;
}

#place_order {
    background-color: #c7142e;
    border: none;
    border-radius: inherit;
    line-height: 60px;
    height: 60px;
    padding: 0 30px;
    transition: background-color .3s;
}

#place_order:hover {
    background-color: #8a1328;
}

ul.payment_methods {
    list-style: none;
    padding-left: 0;
}

.woocommerce-password-strength {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 11px;
}

.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
    color: #C7142E;
}

.woocommerce-password-strength.good {
    color: #F59F0C;
}

.woocommerce-password-strength.strong {
    color: #2AA926;
}

.woocommerce-password-hint {
    font-size: 12px;
    color: #757575;
}

#billing_address_1_field {
    float: left;
    width: 66%;
}

#billing_address_2_field {
    float: right;
    width: 33%;
    margin-top: 22px;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #CACACA;
    border-left: 5px solid #1B1B1B;
    background: rgba(255, 255, 255, 0.2);
}

.woocommerce-error {
    border-left-color: #c7142e;
}

.woocommerce-info a {
    color: #c7142e;
}

.woocommerce-info a:hover {
    text-decoration: none;
}

.woocommerce-invalid input {
    border-bottom: 1px solid #c7142e;
}

.wc_payment_method label {
    font-weight: bold;
}

.wc_payment_method img {
    float: left;
}

.payment_box {
    font-size: 13px;
    clear: both;
}

.wc_payment_method {
    background-color: #dadfe1;
    padding: 65px 10px 5px;
}

li.payment_method_paypal {
    background: #dadfe1 url(img/payment_methods.png) no-repeat center 10px;
}

.wc_payment_method img {
    display: none;
}

.payment_method_paypal label {
    display: none;
}

.wc_payment_method p {
    font-size: 12px;
    color: grey;
    text-align: center;
}

.woocommerce a.edit {
    color: #000;
    padding-bottom: 10px;
    display: inline-block;
}

.woocommerce a.edit:hover {
    text-decoration: none;
}

p.woocommerce-thankyou-order-received {
    font-size: 60px;
    text-transform: uppercase;
    font-family: league_gothicregular, Arial, sans-serif;
    text-align: center;
    padding-top: 150px;
    background: url(img/big-check.gif) no-repeat top center;
}

ul.woocommerce-thankyou-order-details {
    list-style: none;
    padding: 0;
}

.membership__nyp-title {
    display: block;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.membership__min {
    clear: both;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 5px 0;
}


/**
* #.# PREMIUM #####################################
*
*/


/**
* #.# Premium General
*
*/
.template-premium {
    background-position: top center;
}

.home.template-premium .content {
    margin-top: 10px;
}

.template-premium .page-loader {
    display: none;
}


/**
* #.# Premium Header
*
*/
.template-premium .header {
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.template-premium.admin-bar .header {
    top: 32px;
}

.template-premium .topmenu__link {
    transition: background .3s;
    padding: 0 7px;
}

.template-premium .topmenu__link:after {
    width: 100%;
    left: 0;
}

.template-premium .search__button {
    transition: background .3s;
}

.template-premium .topmenu__link:hover,
.template-premium .current-menu-item a,
.template-premium .search__button:hover,
.template-premium .search--active .search__button {
    background-color: rgba(0, 0, 0, .5);
}


/**
* #.# Premium Slider
*
*/
@media screen and (min-width: 1280px) {

    .home.template-premium .content {
        margin-top: -100px;
    }

    .template-premium .slider {
        margin: 0;
        width: 100%;
        height: 1000px;
        padding: 0;
        max-width: inherit;
        background-color: #000;
        overflow: hidden;
    }

    .template-premium .slider__items {
        top: 145px;
        right: 60px;
    }

    .template-premium .slider__summary {
        top: 160px;
        left: 60px;
        bottom: inherit;
    }

    .template-premium .slider__description {
        font-size: 14px;
        line-height: 24px;
    }

    .template-premium .slider__image {
        position: absolute;
        margin-left: -960px;
        left: 50%;
    }

    .template-premium .slider__gradient {
        bottom: 0;
    }

}


/**
* #.# Premium Adds
*
*/
.template-premium .dda-middle,
.template-premium .dda-right {
    display: none;
}


/**
* #.# Premium Content
*
*/
body:not(.home).template-premium .content {
    margin-top: 130px;
}

    .template-premium .content--bgdark {
        background-color: rgba(0, 0, 0, .5);
    }

    body.home.template-premium {
        background: #000;
    }


/**
* #.# RESPONSIVE #####################################
*
*/
@media screen and (min-width: 1280px) {

    .dda-right {
        display: block;
    }


}

@media screen and (max-width: 1280px) {

    .search__form {
        width: 645px;
    }

    .slider {
        padding: 0;
        margin-right: 20px;
        margin-left: 20px;
        overflow: hidden;
        max-width: 1260px;
    }

    .slider__image {
        left: 50%;
        transform: translateX(-50%);
    }

    .slider__gradient {
        bottom: 0;
    }

    .slider__items {
        right: 15px;
        top: 15px;
    }

    .slider__summary {
        left: 20px;
        bottom: 20px;
    }

    .topmenu__item {
        margin-left: 25px;
    }

    .content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .post-slider__item--photo img {
        width: 100%;
    }

    .video {
        height: inherit;
    }

    .articles__contents,
    .meta--article,
    .articles__title {
        width: 65%;
    }

    .addblocker-detected {
        width: calc(100% - 40px);
    }


    .articles__contents--checkout {
        width: 100%;
    }

    .template-premium .slider__items {
        top: 100px;
        right: 20px;
    }

    .template-premium .slider__summary {
        top: 120px;
        left: 20px;
        bottom: inherit;
        width: 360px;
    }

    .template-premium .slider {
        margin-left: 0;
        margin-right: 0;
    }

}

@media screen and (max-width: 1024px) {

    .page-loader {
        display: none;
    }

    .tabs__navigation {
        padding: 0;
    }

    .content--page {
        margin-bottom: 25px;
    }

    .dda-billboard {
        display: none;
    }

    .premium-faq {
        width: 47%;
    }

    .membership__price {
        font-size: 55px;
    }

    .post-slider__overlay-text {
        padding: 0 100px;
        width: calc( 100% - 200px );
    }

}

@media screen and (max-width: 900px) {

    body:not(.home).template-premium .content {
        margin-top: 60px;
    }

    .header {
        margin-bottom: 10px;
    }

        .header__wrapper {
            padding-right: 10px;
        }

    .topmenu__item--mobileonly {
        display: block;
    }

    .account {
        display: none;
    }

    .addblocker-detected {
        display: none;
    }

    .content,
    .slider {
        margin-left: 10px;
        margin-right: 10px;
    }

    .slider {
        margin-bottom: 0;
    }

    .slider__image {
        height: 100%;
        width: auto;
        filter: inherit;
        -webkit-filter: inherit;
    }

    .slider__play {
        opacity: .6;
        top: 40%;
        width: 80px;
        height: 80px;
    }

        .slider__play:after {
            border-top-width: 15px;
            border-bottom-width: 15px;
            border-left-width: 20px;
        }

    .silder__paging--front-page {
        display: block;
    }

    .content--page {
        margin-bottom: 10px;
    }

    .postcontainer--comments {
        margin-bottom: 0;
    }

    .mobile-menu__button {
        display: block;
    }

        .mobile-menu__button:active,
        .search__button:active,
        .topmenu__link:active {
            background-color: #1d1d1d;
        }

    .topmenu {
        float: none;
        position: absolute;
        z-index: 5;
        right: 0;
        top: -600%;
        width: 50%;
        overflow: hidden;
        opacity: 0;
        transition: opacity .5s;
    }

        .topmenu--active {
            top: 80px;
            opacity: 1;
        }

        .topmenu__item {
            float: none;
            margin-left: 0;
            text-align: right;
            background-color: #000;
            width: 100%;
            margin-bottom: 3px;
        }

            .topmenu__link {
                line-height: 50px;
                height: 50px;
                padding-right: 35px;
            }

                .topmenu__link:after {
                    left: 0;
                    width: 100%;
                }

    .search {
        position: initial;
    }

        .search__form {
            width: 100%;
        }

    .slider__items {
        display: none;
    }

    .slider__title {
        font-size: 35px;
        padding-bottom: 15px;
    }

    .slider__description {
        line-height: 22px;
    }

    .slider__summary,
    .template-premium .slider__summary {
        left: 0;
        bottom: 0;
        width: calc(100% - 60px);
        padding: 30px;
        top: initial;
        text-align: left;
    }

    .slider__title:after {
        right: inherit;
        left: 0;
        width: 15%;
        height: 5px;
        top: -5px;
    }

    .tabs__navigation {
        letter-spacing: 0;
    }

        .tabs__item {
            width: 33.33%;
            float: left;
        }

    .tabs__navigation:after {
        content: '.';
        display: block;
        clear: both;
        background-color: #1B1B1B;
        height: 1px;
    }

        .tabs_navigation--blue:after {
            background-color: #0567D8;
        }

        .tabs_navigation--yellow:after {
            background-color: #ECC510;
        }

    .postcontainer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tabs__content {
        padding-top: 30px;
    }

    .filters {
        margin-bottom: 20px;
    }

    .post {
        height: 130px;
        width: 100%;
        float: inherit;
        margin-bottom: 20px;
    }

    .post__title {
        clear: none;
    }

    .post__thumb {
        margin-right: 10px;
    }

    .meta {
        left: 240px;
    }

    .post-slider__items {
        /*height: inherit;*/
    }

    .post-slider__item--photo {
        margin-top: 0;
        transform: inherit;
    }

    .article {
        padding: 20px;
    }

    .articles__contents {
        width: 100%;
        float: inherit;
        clear: both;
    }

    .authors__author--full {
        width: calc(100% - 40px);
        padding: 20px;
        height: inherit;
    }

    .articles__title {
        width: 100%;
        min-width: inherit;
    }

    .meta--article {
        left: inherit;
        margin-left: 0;
        width: 100%;
    }

    .authors {
        width: 100%;
        padding-top: 10px;
        float: inherit;
        clear: both;
    }

    .filters__wrapper {
        width: inherit;
    }

    .filters__options {
        right: 0;
        padding: 15px;
        width: calc(100% - 30px);
    }

    .filters__list {
        width: 33%;
        padding-right: 0;
        margin-top: 15px;
    }

    .filters__list--sortby {
        width: 100%;
        border-bottom: 2px solid #747474;
    }

    .filters__list--sortby .filters__item {
        width: 33%;
        float: left;
    }

    .filters__searchfield {
        padding-left: 50px;
    }

    .filters__search:before {
        left: -5px;
    }

    .filters__title--kings {
        padding-bottom: 0;
    }

    .filters__label {
        font-size: 12px;
        white-space: nowrap;
    }

    .followus__wrapper,
    .bottommenu__wrapper,
    .copyright__wrapper {
        width: calc(100% - 50px);
        margin: 0 25px;
    }

    .followus__item {
        margin-left: 10px;
    }

    .bottommenu__item {
        padding: 0 20px;
    }

    .bottommenu__item:first-child,
    .bottommenu__item:last-child {
        float: none;
    }

    .copyright__wrapper {
        height: 40px;
        line-height: 40px;
    }

    .copyright__hostedby {
        width: 67px;
        margin: 0 auto;
        display: block;
        float: none;
        background-position: right 4px;
    }

    .copyright__wrapper {
        height: auto;
        line-height: 20px;
        padding: 10px 0;
        text-align: center;
    }

    .copyright__link {
        margin: 0 5px;
        float: none;
    }

    .copyright__notice {
        display: block;
        width: 100%;
        float: none;
        padding-top: 10px;
    }

    .paging {
        padding: 0 15px;
    }

    .membership {
        width: 100%;
        margin-right: 0;
    }

    .premium-faq {
        width: 100%;
        margin-right: 0;
    }

    #customer_details {
        margin-bottom: 20px;
    }

    #customer_details,
    #order_review_heading,
    .woocommerce-checkout-review-order {
        width: 100%;
        float: none;
    }

    #place_order {
        width: 100%;
    }

    .get-premium {
        padding: 20px;
    }

    .post-slider__title {
        font-size: 30px;
    }

    .login {
        top: 10%;
    }

    .post-slider__overlay-text {
        top: 20px;
        padding: 20px;
        width: calc( 100% - 40px );
    }

    .post-slider__overlay-text h3 {
        font-size: 30px;
    }

}

@media screen and (max-width: 650px) {

    .filters__list {
        width: 100%;
        padding-right: 0;
        margin-top: 15px;
    }

    .followus__wrapper {
        text-align: center;
    }

    .followus__title {
        line-height: 24px;
        display: block;
        text-align: center;
        padding-top: 10px;
    }

    .followus__item {
        float: none;
        margin: 0 10px 10px 10px;
    }

    .bottommenu__wrapper {
        height: auto;
        overflow: hidden;
    }

    .bottommenu__item {
        font-size: 17px;
        padding: 0 10px;
        text-align: center;
    }

    .get-premium_usps {
        font-size: 14px;
    }

    .get-premium_usps__cell {
        padding: 10px;
    }

    .get-premium_usps__cell--title {
        font-size: 24px;
    }

    .login {
        width: 95%;
        top: 5%;
        height: 90%;
    }

}

@media screen and (max-width: 500px) {

    .header,
    .content--page {
        margin-bottom: 0;
    }

    .getpremium {
        display: none;
    }

    .content,
    .slider {
        margin-left: 0;
        margin-right: 0;
    }

    .silder__paging--front-page {
        margin: 0;
    }

    .tabs__item {
        font-size: 15px;
    }

    .tabs__content,
    .postcontainer {
        padding-left: 0;
        padding-right: 0;
    }

    .tabs__more {
        padding-right: 10px;
    }

    .post {
        height: auto;
        width: 100%;
        float: inherit;
        overflow: hidden;
    }

    .post__thumb,
    .post--horizontal .post__thumb {
        width: 100%;
        height: inherit;
        margin: 0;
        line-height: 0;
    }

    .post__image {
        width: 100%;
        height: auto;
        position: relative;
        transform: inherit;
        left: 0;
        top: 0;
    }

    .post:hover .post__image {
        transform: inherit;
    }

    .post__title,
    .post--horizontal .post__title {
        clear: both;
    }

    .meta,
    .post--horizontal .meta {
        left: inherit;
        position: relative;
        clear: both;
        overflow: hidden;
        bottom: 0;
        margin: 0 10px 10px 10px;
    }

        .meta--article {
            margin-left: 0;
            margin-bottom: 0;
        }

    .bottommenu {
        display: none;
    }

}


/**
* #.# JW Player 7
*
*/
#videoplayer .jw-controlbar {
    padding: 0;
}

#videoplayer .jw-background-color {
    background-color: #1B1B1B;
}

#videoplayer .jw-icon {
    color: #fff;
    height: 60px;
    line-height: 60px;
}

    #videoplayer .jw-icon-playback {
        background-color: #0667d8;
        width: 55px;
    }

        #videoplayer .jw-icon-playback:before {
            opacity: .7;
        }

            #videoplayer .jw-icon-playback:hover:before {
                opacity: 1;
            }

        .content--yellow #videoplayer .jw-icon-playback {
            background-color: #eec410;
        }

        .content--premium #videoplayer .jw-icon-playback {
            background-color: #C7142E;
        }

    #videoplayer .jw-icon-volume,
    #videoplayer .jw-icon-fullscreen {
        width: 55px;
        text-align: center;
    }

        #videoplayer .jw-icon-volume:hover,
        #videoplayer .jw-icon-fullscreen:hover {
            background-color: #3A3A3A;
        }

#videoplayer .jw-rail {
    background-color: #4C4C4C;
}

    #videoplayer .jw-buffer {
        background-color: #797979;
    }

    #videoplayer .jw-progress {
        background-color: #0667d8;
    }

        .content--yellow #videoplayer .jw-progress {
            background-color: #eec410;
        }

        .content--premium #videoplayer .jw-progress {
            background-color: #C7142E;
        }

    #videoplayer .jw-knob {
        background-color: #fff;
    }

#videoplayer .jw-text {
    font-size: 11px;
}

#videoplayer .jw-text-elapsed,
#videoplayer .jw-text-duration {
    padding: 0 20px;
}

#videoplayer .jw-text-elapsed {
    padding-right: 0;
}

#videoplayer .jw-controlbar-center-group {
    padding-left: 25px;
}

#videoplayer .jw-skip {
    bottom: 75px;
    padding: 10px 15px;
    opacity: 0.7;
}

#videoplayer .jw-display-icon-container {
    background-color: transparent;
    margin-top: -50px;
    opacity: .6;
    transition: opacity .3s;
}

    #videoplayer .jw-controls:hover .jw-display-icon-container {
        opacity: 1;
    }

    #videoplayer .jw-icon-display {
        background-color: #0667d8;
        border-radius: 100%;
        width: 100px;
        height: 100px;
        line-height: 100px;
        display: block;
    }

        #videoplayer .jw-state-idle .jw-icon-display:before {
            padding-left: 6px;
        }

        .content--yellow #videoplayer .jw-icon-display {
            background-color: #eec410;
        }

        .content--premium #videoplayer .jw-icon-display {
            background-color: #C7142E;
        }

#videoplayer .jw-controlbar .jw-overlay {
    bottom: 60px;
    width: 55px;
}

    #videoplayer .jw-slider-vertical .jw-slider-container {
        width: 21px;
    }

    #videoplayer .jw-controlbar .jw-overlay .jw-knob {
        width: 12px;
    }

#videoplayer .videoAdUiPreSkipButton {
    margin-bottom: 40px;
}



/**
* #.# Tiny Scrollbar
*
*/
.custom-scrollbar .viewport { width: 100%; height: 100%; overflow: hidden; position: relative; }
.custom-scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; transition: top .2s; }
.custom-scrollbar .scrollbar{ border-radius: 10px; background: #0567d8; position: absolute; z-index: 1; background-position: 0 0; right: 0; width: 5px; }
.custom-scrollbar .track { min-height: 675px; border-radius: 10px; background: #0567d8; height: 100%; width:5px; position: relative; padding: 0; }
.custom-scrollbar .thumb { transition: top, height .1s; border-radius: 10px; background: #fff; height: 20px; width: 5px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0; }
.custom-scrollbar .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }


/**
* #.# Comments
*
*/
.comments-area,
#disqus_thread {
    margin: 0 20px;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em;
}

.comments-title {
    margin-bottom: 1.217391304em;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 0.875em;
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: 0.4375em;
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 0.875em;
    position: relative;
    width: 28px;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}

.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}

.comment-metadata {
    margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-top: 2.1538461538em;
    padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #007acc;
    outline: 0;
}

.comment-form {
    padding-top: 1.75em;
}

.comment-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}

.comment-list .comment-form {
    padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em;
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em;
}

.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #007acc;
    font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #1a1a1a;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px;
}