@charset "utf-8";
.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
html,
body,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
button {
    margin: 0;
    padding: 0;
    border: 0
}
ul,
li {
    list-style-type: none
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
    border: 0
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none
}
[hidden] {
    display: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top
}
input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
input[type='search'] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
    outline: none
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button
}
input[type='checkbox'],
input[type='radio'] {
    cursor: pointer
}
input:focus::-webkit-input-placeholder {
    color: transparent
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}
svg:not(:root) {
    overflow: hidden
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
del {
    text-decoration: line-through
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
a:link,
a:visited,
a:hover,
a:active {
    outline: none
}
.left {
    float: left
}
.right {
    float: right
}
.group:before,
.group:after {
    content: "";
    display: table
}
.group:after {
    clear: both
}
.group {
    clear: both;
}
.is-hidden {
    display: none
}
.sectioningHeader {
    display: none
}
@font-face {
    font-family: 'FontAwesome';
    src: url('/wp-content/themes/truthteory/fonts/fontawesome-webfont.eot');
    src: url('/wp-content/themes/truthteory/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/truthteory/fonts/fontawesome-webfont.woff') format('woff'), url('/wp-content/themes/truthteory/fonts/fontawesome-webfont.ttf') format('truetype'), url('/wp-content/themes/truthteory/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
body {
    background-color: #f9f9f9;
    font: normal 100% Chivo, arial, sans-serif
}
.layout {
    border-left: 6px solid #000;
    border-right: 6px solid #000
}
.content {
    padding: 0 20px
}
img {
    max-width: 100%;
    height: auto
}
.fa {
    font-family: FontAwesome, arial, sans-serif
}
a {
    color: #000;
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
.container.wide {
    padding-top: 20px
}
.wrapper {
    width: 100%;
    position: relative;
    background-color: #222
}
.wrapper-inner {
    width: 100%;
    position: relative;
    left: 0;
    background-color: #f9f9f9;
    transition: left .5s ease
}
.wrapper-inner.pushed {
    left: 230px;
    transition: left .5s ease
}
[role="banner"] {
    font-family: Exo, arial, sans-serif;
    height: auto
}
[role="banner"] .content {
    height: 60px;
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #f9f9f9;
    border-bottom: 6px solid #000;
    top: 0;
    left: 0;
    transition: left .5s ease
}
.pushed [role="banner"] .content {
    left: 230px;
    transition: left .5s ease
}
[role="banner"] .logo {
    display: inline-block;
    vertical-align: top;
    height: 48px;
    margin: 6px 10px 6px 0
}
[role="banner"] .logo a {
    display: block;
    width: 51px;
    height: 48px;
    background: url('img/logo-small.png') 0 0 no-repeat;
    text-indent: -9999px;
    -webkit-background-size: 51px 48px;
    background-size: 51px 48px
}
.site-social-share {
    height: 27px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 10px
}
.site-social-share iframe,
.site-social-share object {
    margin: 0 !important;
    width: auto
}
.site-social-share>div div:first-child {
    margin-left: 0 !important
}
.site-social-share div.onDesktop {
    display: none
}
.site-social-share div.onDesktop>* {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px
}
.site-social-share div.onDesktop .fb-like {
    width: 50px !important
}
.site-social-share div.onMobile {
    margin-top: -5px
}
.site-social-share div.onMobile a {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    width: 75px;
    text-indent: -9999px;
    background: url('img/fbtw.png') no-repeat
}
.site-social-share div.onMobile a.social-facebook {
    background-position: 0 0;
	background: url(img/fb-mobile-share.svg) 0 center no-repeat;
    background-size: 90px;
	
}
.site-social-share div.onMobile a.social-twitter {
    background-position: -77px 0;
	background: url(img/tw-mobile-share.svg) 0 center no-repeat;
    background-size: 90px;
}
#navTrigger {
    display: inline-block;
    vertical-align: top;
    height: 48px;
    cursor: pointer;
    font-size: 24px;
    line-height: 48px;
    margin: 6px 10px 6px 0
}
#navTrigger i {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background: #000 url('img/gui.png') 0 -300px no-repeat;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    -ms-transition-duration: .35s;
    transition-duration: .35s
}
#navTrigger i:hover {
    background-color: #2c2c2c;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    -ms-transition-duration: .35s;
    transition-duration: .35s
}
[role="navigation"] {
    margin-bottom: 20px;
    margin-top: 20px;
    position: absolute;
    top: 50px;
    left: -220px;
    width: 215px;
    text-transform: uppercase
}
[role="navigation"] .menu-main-menu-container {
    display: block;
    overflow: hidden;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    -ms-transition-duration: .35s;
    transition-duration: .35s
}
[role="navigation"] .menu-main-menu-container.expanded {
    max-height: 2000px;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    -ms-transition-duration: .35s;
    transition-duration: .35s
}
[role="navigation"] .menu-main-menu-container li {
    display: block
}
[role="navigation"] .menu-main-menu-container a {
    font-size: 24px;
    line-height: 48px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding-left: 10px;
    color: #fff
}
[role="navigation"] .menu-main-menu-container a:hover {
    text-decoration: underline
}
[role="navigation"] .sub-menu li a {
    font-size: 18px;
    line-height: 32px;
    padding-left: 30px
}
.current-menu-item>a {
    font-weight: 800 !important
}
.social {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin: 20px 0;
    display: none;
    position: relative;
    z-index: 101
}
.social>strong {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600
}
.social li {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px
}
.social a {
    display: block;
    width: 48px;
    height: 48px;
    background: #000 url('img/gui.png') no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    -ms-transition-duration: .35s;
    transition-duration: .35s
}
.social a:hover {
    background-color: #2c2c2c;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    -ms-transition-duration: .35s;
    transition-duration: .35s
}
.social a.social-fb {
    background-position: 0 0
}
.social a.social-tw {
    background-position: 0 -50px
}
.social a.social-gp {
    background-position: 0 -100px
}
.social a.social-rss {
    background-position: 0 -150px
}
.social a.social-rss {
    background-position: 0 -150px
}
.social .newsletter {
    position: relative;
    z-index: 20
}
.social .newsletterOverlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    top: 52px;
    right: 0;
    padding: 10px;
    width: 257px;
    display: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6)
}
.social .newsletterOverlay button {
    font-size: 14px !important
}
.social .newsletterOverlay span {
    display: none;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
    color: #fff
}
.searchBox {
    margin: 0;
    background: #222;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: -220px
}
.searchBox input[type="text"] {
    border-bottom: 4px solid #fff;
    padding: 3px 10px;
    height: 24px;
    font: 400 14px/24px Chivo, arial, sans-serif;
    color: #000;
    width: 150px;
    display: inline-block;
    vertical-align: bottom;
    background-color: transparent;
    margin-right: 5px;
    color: #fff
}
.searchBox button {
    width: 30px;
    height: 30px;
    background: transparent url('img/gui.png') 0 -600px no-repeat;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: bottom
}
nav.secondary {
    display: none;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #000
}
nav.secondary li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    margin-left: 10px;
    font-family: Exo, arial, sans-serif;
    font-weight: 500
}
nav.secondary li:first-child {
    margin-left: 0
}
nav.secondary li a {
    text-decoration: none;
    display: block;
    height: 24px;
    line-height: 24px
}
nav.secondary li a:hover {
    text-decoration: underline
}
.postList {
    padding: 10px 20px
}
.button {
    display: inline-block;
    font: 700 20px/40px Exo, arial, sans-serif;
    background-color: #000;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase
}
.button.button-alt {
    font-size: 24px;
    height: 48px;
    line-height: 50px;
    color: #000;
    background-color: #fff;
    padding: 0 20px
}
.pageHeader {
    color: #000;
    font: 900 36px/42px Exo, arial, sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase
}
.contentSlider {
    background-color: #000;
    color: #fff;
    position: relative
}
.contentSlider a {
    color: #fff;
    text-decoration: none
}
.contentSlider article {
    float: left;
    padding: 20px 0;
    background-color: #000
}
.contentSlider article .slideContent {
    padding: 0 10px
}
.contentSlider article header {
    margin-bottom: 20px
}
.contentSlider article h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: Exo, arial, sans-serif
}
.contentSlider article figure {
    margin-bottom: 20px
}
.contentSlider article p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px
}
.contentSlider article footer {
    margin-top: 20px
}
.contentSlider .social-stumblr,
.contentSlider .social-reddit {
    display: none
}
.sliderNav {
    background-color: #f9f9f9;
    text-align: center;
    padding: 10px 0
}
.sliderNav a {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 50px;
    text-indent: -9999px
}
.sliderNav a.slidePrev {
    background: url('img/gui.png') 0 -500px no-repeat;
    left: -55px
}
.sliderNav a.slideNext {
    background: url('img/gui.png') 0 -550px no-repeat;
    right: -55px
}
.postArticle {
    margin-bottom: 30px;
    border-top: 6px solid #000;
    padding-top: 30px
}
.postArticle header {
    margin-bottom: 20px
}
.postArticle h2 {
    font: 600 24px/28px Exo, arial, sans-serif
}
.postArticle figure {
    margin-bottom: 20px
}
.postArticle figure img {
    width: 222px;
    height: 222px
}
.postArticle p,
.postArticle ul,
.postArticle ol,
.postArticle div,
.postArticle blockquote {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #151821
}
.postMeta strong {
    text-transform: uppercase
}
.pagination {
    text-align: center;
    clear: both;
    margin: 30px 0;
    font-family: Exo, arial, sans-serif
}
.pagination li {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin: 0 3px 5px;
    font-weight: bold
}
.pagination li:first-child {
    display: none
}
.pagination a,
.pagination span {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    background-color: #000;
    color: #f9f9f9;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0
}
.pagination span.gap {
    background-color: transparent;
    color: #000
}
.pagination .current {
    background-color: #000;
    font-weight: 900
}
.pagination a:hover,
.pagination a:focus {
    background-color: #353535;
    color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0
}
.pagination a.next {
    text-indent: -9999px;
    background: #000 url('img/gui.png') 0 -360px no-repeat
}
.pagination a.next:hover {
    background-color: #2c2c2c
}
.pagination a.prev {
    text-indent: -9999px;
    background: #000 url('img/gui.png') 0 -410px no-repeat
}
.pagination a.prev:hover {
    background-color: #2c2c2c
}
.pagination .title {
    display: none
}
.postVideo {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 25px
}
.postVideo figure {
    margin-bottom: 10px
}
.postVideo img {
    width: 268px;
    height: auto
}
.postVideo h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500
}
.postVideo .postMeta {
    font-size: 14px;
    margin-top: 10px
}
.postVideo .likesCounter {
    float: right
}
.postVideo .likesCounter i.ico {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 14px;
    margin-right: 2px;
    background: url('img/ico-thumb.png') 0 0 no-repeat
}
.layoutSwitch {
    display: none
}
.layoutSwitch a {
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url('img/ico-ls.png') no-repeat;
    margin-left: 10px;
    cursor: pointer
}
.layoutSwitch a.current {
    cursor: default
}
.layoutSwitch a#lRows {
    background-position: 0 0
}
.layoutSwitch a#lRows.current {
    background-position: 0 -30px
}
.layoutSwitch a#lThumbs {
    background-position: -45px 0
}
.layoutSwitch a#lThumbs.current {
    background-position: -45px -30px
}
.intextNewsletter {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 12px 15px 15px;
    margin-top: 10px
}
.intextNewsletter>div strong {
    font: 800 26px/28px Exo, arial, sans-serif;
    display: block;
    text-align: center;
    text-transform: uppercase
}
.intextNewsletter>div small {
    font: 400 12px/18px Chivo, arial, sans-serif;
    display: block;
    text-align: center
}
.intextNewsletter table {
    width: 100%
}
.intextNewsletter table td {
    padding: 0 3px
}
.intextNewsletter table td:last-child {
    padding-right: 0
}
.intextNewsletter form {
    margin-top: 10px
}
.intextNewsletter input[type="text"],
.intextNewsletter input[type="email"] {
    width: 100%;
    height: 38px;
    font: 400 12px/38px Chivo, arial, sans-serif;
    font-style: italic;
    border: 1px solid #cbcbcb;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
.intextNewsletter button {
    width: 100%;
    min-width: 85px;
    height: 38px;
    font: 800 14px/40px Exo, arial, sans-serif;
    color: #000;
    background-color: #fff;
    display: block;
    text-transform: uppercase
}
.intextNewsletter button:hover {
    background-color: #eee
}
.breadcrumbs {
    font: 800 15px/18px Exo, arial, sans-serif;
    display: block;
    margin-bottom: 10px
}
.breadcrumbs a {
    font-weight: 500
}
.alignleft {
    display: inline;
    float: left;
    margin: 5px 15px 10px 0
}
.alignright {
    display: inline;
    float: right;
    margin: 5px 15px 10px 0
}
.article .articleTxt p,
.article .articleTxt ul,
.article .articleTxt ol,
.article .articleTxt blockquote,
.article .articleTxt div {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 24px;
    color: #2d2d2d
}
.article .articleTxt h2 {
    color: #2d2d2d;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 16px;
    font-weight: normal
}
.article .postMeta {
    margin-bottom: 10px
}
.article h1 {
    font: 900 36px/42px Exo, arial, sans-serif;
    margin-bottom: 20px
}
.article header {
    clear: both;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px
}
.article header a {
    text-decoration: none
}
.article a {
    text-decoration: underline
}
.article blockquote {
    padding-left: 80px;
    min-height: 50px;
    background: url('img/block-quote.png') 0 0 no-repeat
}
.article ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 30px
}
.sidebar {
    display: none
}
.sidebar .sidebarContent {
    padding: 0 20px
}
.sidebar section {
    border-top: 6px solid #000;
    padding-top: 20px;
    margin-bottom: 30px
}
.sidebar section h2 {
    font: 800 24px/28px Exo, arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px
}
.sidebar iframe {
    margin-top: 0 !important
}
.sidebar .partners img {
    max-width: 100%;
    height: auto
}
.sidebar.fixed .hideWhenFixed {
    display: none
}
.sidebar.fixed .noMargin {
    margin-bottom: 0 !important
}
/*.fixedsticky {*/
/*    position: -webkit-sticky;*/
/*    position: -moz-sticky;*/
/*    position: -ms-sticky;*/
/*    position: -o-sticky;*/
/*    position: sticky*/
/*}*/
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
    position: static
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
    position: fixed
}
.fixedsticky-dummy {
    display: none
}
.fixedsticky-on+.fixedsticky-dummy {
    display: block
}
aside.sidebar.fixedsticky {
    top: 66px
}
aside.sidebar.fixedsticky.tcche {
    top: 230px;
    background: #fff
}
aside.sidebar.fixedsticky.taboola {
    background: #f9f9f9;
    top: 400px
}
aside.sidebar.ads section {
    border: 0
}

#sticky-wrapper {
    width: 340px;
}
.taboola-bottom>a>img {
    margin-bottom: 15px
}
[role="contentinfo"] {
    background-color: #000;
    color: #f9f9f9;
    padding-bottom: 50px
}
[role="contentinfo"] a {
    color: #f9f9f9
}
[role="contentinfo"]>div {
    padding: 20px 20px
}
[role="contentinfo"] .copyright strong {
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-bottom: 10px
}
[role="contentinfo"] .copyright small {
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-bottom: 10px
}
[role="contentinfo"] .footNav {
    margin: 20px 0
}
[role="contentinfo"] .footNav li {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin-left: 10px
}
[role="contentinfo"] .footNav li:first-child {
    margin-left: 0
}
[role="contentinfo"] .privacyNav li {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px
}
[role="contentinfo"] .privacyNav li:first-child {
    margin: 0
}
main {
    padding-top: 65px
}
main>.advContainer {
    margin: 30px
}
.advContainer.zone-2 {
    border-bottom: 5px solid #000;
    padding: 0 0 25px;
    display: none;
    margin-top: 0
}
.adv {
    margin: 0 auto;
    max-width: 100%;
    height: auto
}
.adv iframe,
.adv object {
    margin-top: 0 !important
}
.wpcf7 {
    width: 100%;
    max-width: 400px
}
.articleTxt input[type="text"],
.articleTxt input[type="email"],
.articleTxt textarea {
    width: 100%;
    border: 1px solid #ddd;
    font: normal 12px/16px arial, sans-serif;
    height: 26px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
.articleTxt textarea {
    height: 150px
}
.articleTxt form button,
.articleTxt form input[type="submit"] {
    background-color: #000;
    color: #fff;
    font: 900 24px/36px Chivas, arial, sans-serif;
    display: block;
    text-transform: uppercase;
    padding: 5px 20px
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
    display: inline-block;
    vertical-align: top;
    width: 63%;
    border: 1px solid #ddd;
    font: normal 12px/16px arial, sans-serif;
    padding: 7px 10px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
.newsletter-form button,
.newsletter-form input.button {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 35%;
    font: 900 18px/30px Chivas, arial, sans-serif;
    color: #fff;
    background-color: #000;
    padding: 0;
    text-transform: none
}
#Spreadshop {
    display: block;
    margin: 0 auto
}
#sticky-social {
    display: none
}
#sticky-social a {
    display: block;
    width: 110px;
    height: 48px;
    background: #000;
    padding-left: 55px;
    cursor: pointer;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    font-family: Exo, arial, sans-serif;
    line-height: 48px;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    -ms-transition-duration: .35s;
    transition-duration: .35s
}
#sticky-social a span {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0
}
#sticky-social a span.social-fb {
    background-image: url('img/gui.png');
    background-position: 0 0
}
#sticky-social a span.social-tw {
    background-image: url('img/gui.png');
    background-position: 0 -50px
}
#sticky-social a span.social-su {
    background: url('img/ico-su.png') 0 0 no-repeat
}
#sticky-social a:hover {
    background-color: #2c2c2c;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    -ms-transition-duration: .35s;
    transition-duration: .35s
}
.comments {
    padding: 20px
}
.comments h2 {
    font-size: 24px;
    text-transform: uppercase
}
.postSocial {
    text-align: left
}
.postSocial .onDesktop {
    display: none;
    font-size: 24px;
    margin-right: .5em
}
.social-reddit,
.social-stumblr {
    display: inline-block;
    vertical-align: top
}
.rtsocial-vertical-count {
    height: 32px !important;
    margin-bottom: 5px !important
}
.rtsocial-vertical-notch {
    top: 32px !important
}
.rtsocial-vertical-count span {
    margin-top: 3px !important;
    line-height: 26px
}
@media only screen and (max-width: 440px) {
    iframe,
    object {
        max-width: 100%
    }
    .adv iframe,
    .adv object {
        margin-top: 0 !important
    }
    .social-stumblr,
    .social-reddit {
        display: none !important
    }
}
@media only screen and (min-width: 500px) {
    .postVideo {
        width: 170px;
        margin: 0 7px 25px
    }
    .postVideo img {
        width: 176px;
        height: auto
    }
    [role="contentinfo"] {
        padding-bottom: 0
    }
}
@media only screen and (min-width: 740px) {
    [role="banner"] {
        position: relative
    }
    [role="banner"] .content {
        height: 170px;
        padding: 0;
        width: 100%
    }
    [role="banner"] .logo {
        float: left;
        display: block;
        height: 105px
    }
    [role="banner"] .logo a {
        height: 105px;
        width: 255px;
        background: url(/wp-content/themes/truthteory/img/logo1.png) 0 0 no-repeat;
        -webkit-background-size: 255px 105px;
        background-size: 100% auto;
        margin-left: 40px;
        margin-top: 40px;
    }
    [role="banner"].fixed .content {
        top: -110px
    }
    [role="banner"].fixed .content [role="navigation"] {
        top: 136px;
        left: 70px
    }
    [role="banner"].fixed .content .logo {
        height: 48px;
        margin: 6px 10px 6px 0;
        position: absolute;
        top: 110px;
        left: 10px
    }
    [role="banner"].fixed .content .logo a {
        display: block;
        width: 51px;
        height: 48px;
        background: url('img/logo-small.png') 0 0 no-repeat;
        text-indent: -9999px;
        -webkit-background-size: 51px 48px;
        background-size: 51px 48px;
        margin: 0;
    }
    [role="banner"].fixed [role="navigation"] {
        top: -12px;
        left: 70px
    }
    #navTrigger {
        display: none
    }
    .site-social-share {
        display: none
    }
    [role="navigation"] {
        margin-bottom: 0;
        margin-left: 10px;
        position: fixed;
        width: auto;
        left: 10px;
        top: 100px;
        z-index: 100
    }
    [role="navigation"] #navTrigger {
        display: none
    }
    [role="navigation"] .menu-main-menu-container {
        max-height: none;
        overflow: visible
    }
    [role="navigation"] ul.menu>li {
        display: inline-block;
        border: none;
        vertical-align: top;
        margin-right: 20px;
        position: relative
    }
    [role="navigation"] ul.menu>li:last-child {
        display: none
    }
    [role="navigation"] ul.menu>li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transition-duration: .35s;
        -moz-transition-duration: .35s;
        -o-transition-duration: .35s;
        -ms-transition-duration: .35s;
        transition-duration: .35s
    }
    [role="navigation"] ul.menu a {
        padding: 0;
        text-transform: uppercase;
        color: #000
    }
    [role="navigation"] .sub-menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: #f9f9f9;
        -webkit-transition-duration: .35s;
        -moz-transition-duration: .35s;
        -o-transition-duration: .35s;
        -ms-transition-duration: .35s;
        transition-duration: .35s
    }
    [role="navigation"] .sub-menu li a {
        padding: 0 20px;
        white-space: nowrap
    }
    .social {
        position: absolute;
        top: 20px;
        display: block;
        right: 20px;
        margin: 0;
        padding: 0;
        border: none;
        max-width: 330px
    }
    .social>strong {
        display: none
    }
    .social h2 {
        display: none
    }
    .searchBox {
        position: absolute;
        right: 20px;
        left: auto;
        top: 76px;
        margin: 0;
        padding: 0;
        border: none;
        background: none
    }
    .searchBox input[type="text"] {
        color: #000;
        border-bottom: 4px solid #000
    }
    .searchBox button {
        background-position: 0 -250px
    }
    nav.secondary {
        position: absolute;
        right: 20px;
        top: 33px;
        margin: 0;
        padding: 0;
        border: none
    }
    nav.secondary li {
        margin-left: 20px
    }
    .postsLayout.rows .postVideo {
        display: block;
        padding-left: 200px;
        width: auto
    }
    .postsLayout.rows .postVideo div.group {
        float: left;
        margin-left: -200px
    }
    main {
        padding-top: 170px
    }
    .contentSlider {
        overflow: hidden
    }
    .contentSlider article figure {
        text-align: center
    }
    .contentSlider article .slideContent {
        padding: 0 20px
    }
    .postArticle {
        padding-top: 27px
    }
    .postArticle header {
        margin-bottom: 25px
    }
    .postArticle h2 {
        font: 900 36px/42px Exo, arial, sans-serif
    }
    .postArticle>div {
        padding-left: 245px
    }
    .postArticle figure {
        float: left;
        margin: 0 0 0 -245px
    }
    .postArticle p,
    .postArticle ul,
    .postArticle ol,
    .postArticle div,
    .postArticle blockquote {
        font-size: 18px;
        line-height: 24px
    }
    .postArticle .button {
        float: right
    }
    .postArticle .postMeta {
        float: left;
        color: #292929;
        font-size: 16px;
        line-height: 22px;
        max-width: 220px
    }
    .postArticle .postSocial {
        text-align: left;
        float: right
    }
    .adv728x90 {
        width: 728px;
        height: 90px;
        overflow: hidden
    }
    .article .postSocial .onDesktop,
    .article .postSocial .onDesktop+div {
        display: inline-block;
        vertical-align: middle
    }
    .article footer .postSocial {
        float: none
    }
    .layoutSwitch {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px
    }
    .postList header {
        position: relative
    }
    .social-stumblr,
    .social-reddit {
        display: inline-block
    }
}
@media only screen and (min-width: 770px) {
    .advContainer.zone-2 {
        display: block
    }
    .sidebar {
        display: block
    }
    .mobiSocial {
        display: none
    }
    .zone-3x3 {
        padding: 0 5px
    }
}
@media only screen and (min-width: 790px) {
    .fixed .site-social-share {
        display: block;
        position: absolute;
        bottom: 12px;
        right: 20px
    }
}
@media only screen and (min-width: 992px) {
    .layout {
        width: 984px;
        margin: 0 auto
    }
    [role="banner"] {
        min-height: 212px;
        position: fixed;
        top: 0;
        left: 50%;
        width: 984px;
        margin-left: -492px;
        background-color: #f9f9f9;
        z-index: 10000
    }
    [role="banner"] .content {
        position: static;
        height: 210px
    }
    [role="banner"].fixed {
        top: -150px;
        position: fixed !important;
    }
    [role="banner"].fixed [role="navigation"] {
        top: 136px;
        left: 70px
    }
    [role="banner"].fixed [role="navigation"] li:last-child {
        display: none
    }
    [role="banner"].fixed .site-social-share {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px
    }
    [role="banner"].fixed .site-social-share div.onMobile {
        display: none
    }
    [role="banner"].fixed .site-social-share div.onDesktop {
        display: block
    }
    [role="banner"].fixed .logo {
        height: 48px;
        margin: 6px 10px 6px 0;
        position: absolute;
        top: 148px !important;
        left: 10px
    }
    [role="banner"].fixed .logo a {
        display: block;
        width: 51px;
        height: 48px;
        background: url('img/logo-small.png') 0 0 no-repeat;
        text-indent: -9999px;
        -webkit-background-size: 51px 48px;
        background-size: 51px 48px
    }
    [role="banner"] .logo {
        margin-top: 19px
    }
    [role="navigation"] {
        position: absolute;
        top: 130px
    }
    [role="navigation"] ul.menu>li:last-child {
        display: inline-block
    }
    main {
        padding-top: 215px
    }
    .social {
        display: block;
        top: 30px;
        left: 340px;
        right: auto
    }
    .social>strong {
        display: block;
        text-transform: uppercase;
        height: 30px;
        margin-bottom: 14px
    }
    .social ul {
        display: block
    }
    .social ul li {
        margin-right: 5px
    }
    .social .newsletterOverlay span {
        display: block
    }
    nav.secondary {
        display: block
    }
    .contentSlider {
        height: 545px;
        overflow: visible
    }
    .contentSlider article {
        padding: 30px 0
    }
    .contentSlider article .slideContent {
        padding: 0 30px
    }
    .contentSlider article .slideContent>div {
        padding-left: 615px
    }
    .contentSlider article h2 {
        font-size: 44px;
        line-height: 51px;
        font-weight: 900;
        height: 105px;
        overflow: hidden
    }
    .contentSlider article figure {
        float: left;
        margin-left: -615px
    }
    .contentSlider article figure img {
        width: 600px;
        height: 340px
    }
    .contentSlider article p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px
    }
    .contentSlider article footer {
        font-size: 16px;
        line-height: 22px
    }
    .sliderNav a {
        position: absolute;
        top: 150px
    }
    .sliderNav a.slidePrev {
        left: -55px
    }
    .sliderNav a.slideNext {
        right: -55px
    }
    .container {
        border-top: 6px solid #000;
        margin: 0 30px
    }
    .hide_ads .container {
        border-top:0;
    }
    .postList {
        width: 560px;
        float: left;
        padding: 20px 0
    }
    .container.wide.shop .postList {
        width: 100%;
        float: none
    }
    .container.fullwidth .postList {
        width: 100%;
        float: none
    }
    .container.fullwidth .sidebar {
        width: 100%;
        float: none
    }
    .container.fullwidth .sidebar .sidebarContent {
        width: 100%
    }
    .container.fullwidth .sidebar section {
        display: inline-block;
        margin-left: 20px;
        vertical-align: top;
        border-top: 6px solid #000 !important
    }
    .container.fullwidth .sidebar section:first-child {
        margin-left: 0
    }
    .sidebar {
        float: right
    }
    .sidebar .sidebarContent {
        padding: 0;
        width: 340px
    }
    .sidebar section:first-child {
        border-top: none
    }
    .sidebar.fixed {
        position: fixed;
        top: 58px;
        left: 50%;
        margin-left: 122px;
        float: none;
        background-color: #f9f9f9;
        visibility: visible;
        opacity: 1
    }
    .sidebar.fixed.tobottom {
        visibility: hidden;
        opacity: 0;
        -webkit-transition-duration: .35s;
        -moz-transition-duration: .35s;
        -o-transition-duration: .35s;
        -ms-transition-duration: .35s;
        transition-duration: .35s
    }
    .postArticle:first-child {
        border-top: none;
        padding-top: 0
    }
    .postArticle figure+p {
        height: 170px;
        margin-bottom: 11px;
        overflow: hidden
    }
    [role="contentinfo"]>div {
        padding: 30px 30px
    }
    [role="contentinfo"] .copyright {
        float: left;
        width: 55%
    }
    [role="contentinfo"] .footNav {
        float: right;
        margin: 0 0 33px 0
    }
    [role="contentinfo"] .privacyNav {
        float: right
    }
    .comments.fleft {
        float: left;
        width: 560px;
        padding-top: 0
    }
    .taboola-bottom {
        float: right;
        width: 340px;
        margin-right: 30px
    }
}
@media only screen and (max-width: 991px) {
    .taboola-bottom {
        display: none
    }
}
@media only screen and (min-width: 1250px) {
    #sticky-social {
        display: block;
        position: fixed;
        top: 220px;
        left: 0
    }
}
.fb-comments,
.fb-comments span,
.fb-comments.fb_iframe_widget span iframe {
    width: 100% !important
}
.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
    width: 100% !important
}
.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
    width: 100% !important
}
iframe,
object {
    max-width: 100%
}
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }
    nav,
    footer {
        display: none !important
    }
    a,
    a:visited {
        text-decoration: underline;
        color: #333;
        background: transparent
    }
    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 80%
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    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;
        border: none
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    h1 {
        font-size: 18pt
    }
    h2 {
        font-size: 14pt
    }
    h3 {
        font-size: 12pt
    }
    h4,
    h5,
    h6 {
        font-size: 11pt
    }
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 10045
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none !important
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 10044
}
.mfp-preloader a {
    color: #ccc
}
.mfp-preloader a:hover {
    color: white
}
.mfp-s-ready .mfp-preloader {
    display: none
}
.mfp-s-error .mfp-content {
    display: none
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 10046;
    -webkit-box-shadow: none;
    box-shadow: none
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white !important;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-close:active {
    top: 1px
}
.mfp-close-btn-in .mfp-close {
    color: #333
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mfp-arrow:active {
    margin-top: -54px
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}
.mfp-arrow-left {
    left: 0
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
    right: 0
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}
.mfp-iframe-holder .mfp-close {
    top: -40px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}
.mfp-figure {
    line-height: 0
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-figure figure {
    margin: 0
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
.mfp-ie7 .mfp-img {
    padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
    padding: 0
}
.mfp-ie7 .mfp-content {
    padding-top: 44px
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}
#fb-popup .popup-container {
    padding: 10px;
    background: white;
    text-align: center
}
#fb-popup .popup-container h1 {
    font: 900 36px/42px Exo, arial, sans-serif
}
#fb-popup .popup-container p {
    margin-bottom: 0
}
#fb-popup span {
    cursor: pointer;
    font-size: 14px;
    margin-top: .5em;
    color: #66b7e7;
    display: block;
    text-align: center
}
#fb-popup span:hover {
    text-decoration: underline
}
#fb-popup .mfp-close {
    color: #000 !important
}
.mfp-close-btn-in .mfp-close {
    color: black;
    filter: none;
    text-shadow: none;
    font-size: 45px;
    right: -10px;
    top: -10px;
    opacity: 1
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
    top: -25px;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    top: 0
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    top: -25px;
    opacity: 0
}
#AuthorBox>div>div:nth-child(3),
#AuthorBox>div>div>div {
    margin-bottom: 0
}
@media screen and (max-width: 599px) {
    #AuthorBox>div {
        width: 100% !important
    }
}
@media screen and (max-width: 599px) and (min-width: 481px) {
    #AuthorBox>div>div:first-child {
        width: 17% !important
    }
    #AuthorBox>div>div:nth-child(2) {
        width: 80% !important
    }
}
@media screen and (max-width: 480px) {
    #AuthorBox>div>div {
        width: auto !important;
        float: none !important;
        display: inline
    }
    #AuthorBox>div>div>strong {
        margin-left: -5px !important
    }
    #AuthorBox>div>div p {
        padding: 5px
    }
    #AuthorBox img {
        float: left;
        margin-right: 10px;
        margin-bottom: 5px
    }
    #AuthorBox .fb_iframe_widget,
    #AuthorBox .fb_iframe_widget span,
    #AuthorBox .fb_iframe_widget iframe {
        width: 100% !important
    }
}
@media screen and (max-width: 415px) {
    #AuthorBox .fb_iframe_widget iframe {
        width: 300px !important
    }
}
.postSocial>div,
.postSocial>div>div {
    margin-bottom: 0
}
/* instagram */

.instagram-header-follow .sbi.feedOne #sbi_images {
    display: none !important;
}
.instagram-header-follow .sbi.feedOne #sbi_load a {
    margin-top: 0 !important;
    font-size: 10px !important;
    padding: 2px 5px !important;
}
/* update */

@media (max-width: 700px) {
    body {
        overflow-x: hidden;
    }
    .article table {
        width: 100%;
        text-align: left;
        font-size: 12px;
        border: 1px solid #000;
        border-top: none;
    }
    .article table th,
    .article table td {
        border-top: 1px solid #000;
        padding: 5px;
        line-height: 16px;
    }
    .article table th +th,
    .article table td +td {
        border-left: 1px solid #000;
    }
}
@media (max-width: 600px) {
    .rwd-table {
        overflow-x: scroll;
    }
    .rwd-table:before {
        content: "Scroll>>";
        font-size: 25px;
        padding: 5px;
        background: #e1e1e1;
        display: block;
        text-align: right;
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }
    table {
        width: 100%;
    }
    article ins {
        max-width: 100%;
        width: 100% !important;
        height: auto;
    }
    article ins img {}
}
/* new beam */

.type-post header[role="banner"].fixed {
    position: fixed !important;
    z-index: 110;
}
#home.type-post header[role="banner"].fixed {
    position: absolute !important;
}
.type-post header[role="banner"].fixed .sticky-social a {
    display: inline-block;
    height: 48px;
    background: #000;
    padding-left: 42px;
    padding-right: 15px;
    cursor: pointer;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    font-family: Exo, arial, sans-serif;
    line-height: 48px;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    -ms-transition-duration: .35s;
    transition-duration: .35s;
    border-radius: 6px;
    margin-right: 8px;
}
.type-post header[role="banner"].fixed .sticky-social a span {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
}
.type-post header[role="banner"].fixed .sticky-social a.facebook {
    background: #3959a2;
}
.type-post header[role="banner"].fixed .sticky-social a.twitter {
    background: #01a9f4;
}
.sticky-social a span.social-fb {
    background-image: url('img/gui.png');
    background-position: 0 0;
}
.sticky-social a span.social-tw {
    background-image: url('img/gui.png');
    background-position: 0 -50px;
}
.sticky-social a span.social-su {
    background: url('img/ico-su.png') 0 0 no-repeat;
}
.type-post header[role="banner"].fixed .sticky-social a:hover {
    opacity: 0.8;
}
@media only screen and (min-width: 992px) {
	.type-page [role="banner"].fixed [role="navigation"] {
        left: 70px !important;
    }
    [role="banner"].fixed [role="navigation"] {
        left: 18px !important;
    }
    .type-post header[role="banner"].fixed .sticky-social-wrp {
        display: block !important;
        position: absolute;
        bottom: 5px;
        left: 138px;
    }
    .type-post header[role="banner"].fixed .logo,
    .type-post header[role="banner"].fixed .site-social-share,
    .type-post header[role="banner"].fixed [role="navigation"] ul.menu>li+li {
        display: none !important;
    }
}
/* CUSTOM */

body.post-template-tpl-full-width-php article.entry-wrapper {
    max-width: 100%;
}
.adv728x90 {
    width: 100% !important;
}

.sidebar section {
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-bottom: 30px;
}
/* #home aside.sidebar_ad3sticky_top.fixedsticky-on {
	top: 355px !important;
} */
/*#home aside.sidebar_ad3sticky_top.fixedsticky-on {*/
/*	top: 230px !important;*/
/*}*/
/*#home aside.sidebar_ad3sticky_bottom.fixedsticky-on {*/
/*	top: 550px !important;*/
/*}*/

/* top week list */
.postList .gtc-list,
.postList .gtc-list li {
    list-style-type: none !important;
}
.postList .gtc-list li {
    margin: 0;
    border-top: 6px solid #000;
    padding-top: 27px;
    overflow: hidden;
}
.postList .gtc-list li:first-child {
    border-top: 0;
    padding-top: 0;
}
.postList .gtc-list li .gtc-content-thumb {
    display: block;
    overflow: hidden;
    width: 222px;
    height: 222px;
    position: relative;
    margin-bottom: 25px;
    margin-right: 25px;
    float:left;
}
.postList .gtc-list li .gtc-content-thumb img {
    width: 400px;
    max-width: none;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 0;
}
.postList .gtc-list li .gtc-link {
    font: 900 36px/42px Exo, arial, sans-serif;
    text-decoration: none;
}
.postList .gtc-list li .gtc-link:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
	.article .articleTxt div {
		float: none !important;
	}
	#home .postArticle .ssbp--centred {
		display: none !important;
	}
	.postList .gtc-list li .gtc-content-thumb {
		width: 100%;
		margin-right: 0;
		float: none;
	}
}
/* new sticky sidebar */
@media only screen and (min-width: 992px) {

}
/* break link*/
article p a {
    word-break: break-word;
}

/*sharing buttons*/
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin-bottom:0 !important;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em
}

.resp-sharing-button span {
  padding-left: 0.4em
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
  margin-bottom:0 !important;
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}
/* about author */
section article .em_standard {
    padding: 10px;
    margin: 20px 0 0;
    border: 6px solid #000;
}
section article .em_standard .em_avatar img {
    border-width: 0;
}
section article .em_standard .em_box div {
    margin-bottom: 0;
}
section article .em_standard .em_clr,
section article .em_standard .em_box {
    margin-bottom: 0 !important;
}
section article .em_standard .em_box {
    margin-left: 122px;
}
section article .em_standard .em_social {
    margin-right: 10px;
    float: left;
}
section article .em_standard .em_social .em_clr {
    display: none;
}
section article .em_standard .em_info h2 {
    font-size: 14px !important;
    line-height: 32px !important;
    margin-bottom: 5px !important;
    margin-top: 2px !important;
    display: inline-block;
}
section article .em_standard .em_info h2 a {
    font-size: 19px;
    font-weight: bold
}
section article .em_standard .em_info {
    font-size: 14px;
    line-height: 18px;
}
section article .em_standard .em-read-more {
    margin-bottom: 10px !important;
}
.em_standard:empty,
.em_standard .em_avatar:empty,
.em_standard .em_box:empty {
    display: none;
}
/* new social bar */
.social-bar-down {background: #000; position: relative; padding: 5px 15px; position: fixed;box-sizing: border-box;bottom: 50px;bottom: 50px;left: 0;right: 0;width: 100%;}
/* #home .social-bar-down {bottom: 0;} */
.social-bar-down iframe {display: inline-block; vertical-align: middle; min-width: 125px;}
.social-bar-down .title {color: #fff; text-transform: uppercase;display: inline-block;vertical-align: middle;margin-right:10px;}
.social-bar-down .buttonControl {    position: absolute;
    width: 20px;
    height: 20px;
    right: 2px;
    top: -10px;
    border: none;
    border-radius: 50px;}
.social-bar-down .buttonControl span {
    background: url(img/social-close.jpg);
    background-size: cover;
    display:block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    text-indent: -9999999px;
}
.social-bar-down.no-visible {visibility: hidden;}
/* za duzy obrazek 04 - 11*/
@media only screen and (min-width: 600px){
    .social-bar-down.no-visible {
        display: none;
    }
}
@media only screen and (max-width: 600px){
   .article .articleTxt div {
        max-width: 100%;
        width: auto;
    }
    /* bio widget */
    .article .em_standard .em_avatar {
        float: left !important;
    }
    section article .em_standard .em_info h2:after {
        content: "";
        clear: both;
        width: 100%;
        display: block;
    }
    section article .em_standard .em_info h2 a {
        text-indent: 0 !important;
        display: block;
        margin-top: -12px !important;
    }
    section article .em_standard .em_avatar {
        margin-right: 15px;
        margin-bottom: 2px;
    }
    section article .em_standard .em_box {
        margin-left: 0;
    }
    section article .em_standard .em_social {
        margin-top: 20px;
        overflow: hidden;
    }
    
    /* show socialbar */
    .social-bar-down.no-visible {
        visibility: visible;
    }
}
@media only screen and (max-width: 480px){
    .article .em_standard .em_avatar,
    .article .em_standard .em_avatar img {
        max-width: 80%;
        margin-right: 0;
    }
    .em_standard .em_social a {
        width: 25px;
        height: 25px;
        background-size: cover;
    }
    section article .em_standard .em_info h2 a {
        font-size: 14px;
    }
    /* pasek iframe */
    .social-bar-down .title {
        font-size: 12px;
    }
    .social-bar-down .fb-like {
        width: 50px;
        overflow: hidden;
        display: inline-block;
        height: 20px;
        position: relative;
        top: 3px;
    }
}

/* @media only screen and (min-width: 992px) {
    .single-post aside.sidebar .sidebarContent.is_stuck {
          -webkit-transform: translate(-340px, 50px);
          -moz-transform: translate(-340px, 50px);
          transform: translate(-340px, 50px);
    }
}*/
@media only screen and (min-width: 992px) {
    .single-post .container.group {
        position: relative;
    }
    .single-post aside.sidebar.fixedsticky {
        float: none;
        display: inline-block;
        position: relative;
        right: -40px;
        left: auto;
    }
    header[role="banner"].fixed #menu-main-menu {
        padding-left: 45px;
    }
}

/* social share desktop */
.site-social-share div.onDesktop{
    margin-top: 0
}
.site-social-share div.onDesktop a{
    display: inline-block;
    vertical-align: top;
    height: 42px;
    width: auto;
    text-indent: 0;
    position: relative;
    padding: 0 18px 0 45px;
    background-color: #345996 !important;
    color: #fff;
    text-transform: uppercase;
    line-height: 42px;
    background-image: none !important;
    font-size: 11px;
    border-radius: 0;
    margin-top: -10px;
}
.site-social-share div.onDesktop a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.site-social-share div.onDesktop a:before {
    content: "";
    width: 28px;
    height: 25px;
    position: absolute;
    left: 6px;
    top: 50%;
    background: #fff;
    margin-top: -12px;
}
.site-social-share div.onDesktop a.social-facebook:before {
    background-position: 0 0;
	background: url(img/fb-mobile-share.svg) 0 center no-repeat;
    background-size: 90px;
}
.site-social-share div.onDesktop a.social-twitter {
    background-color: #05aaf3 !important;
}
.site-social-share div.onDesktop a.social-twitter:before {
    background-position: -77px 0;
	background: url(img/tw-mobile-share.svg) 0 center no-repeat;
    background-size: 112px;
    width: 35px;
    left: 3px;
}

/* share in article */
.article-share {
    clear: both;
}
.article-share .resp-sharing-button__link {
    margin: 0;
    text-decoration: none;
    color: #fff;
}
.article-share .resp-sharing-button__link .resp-sharing-button {
    color: #fff;
    font-weight: bold;
    font-family: arial;
    font-size: 3vw;
    padding: 15px 38px 15px 20px;
}
.article-share .resp-sharing-button__link .resp-sharing-button .resp-sharing-button__icon {
    font-size: 3vw;
    line-height: 1;
    margin-right: 15px;
}
.article-share .resp-sharing-button__link strong {
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}
.hidden {display:none;}
@media (max-width: 990px) {
    #european_event_ad img.mobile {
        display: block !important;
    }
}
@media (min-width: 991px) {
    #european_event_ad img.desktop {
        display: block !important;
    }
}

/* body .pum-container .pum-content+.pum-close {
    display: block;
    background: green;
    border-radius: 0;
    width: auto;
    padding: 10px;
    height: auto;
    top: auto;
    right: auto;
    left: 50%;
    margin-left: -55px;
    bottom: -40px;
    font-size: 20px;
} */

.geo-banner {
    width: 12.5vw;
    position: fixed;
    top: 60px;
    left: auto;
    margin-left: -12.95vw;
    transition: all 1s ease-in-out;
}
.geo-banner ins,
.geo-banner iframe {
    display: none !important;
}
@media (max-width: 1360px) {
    .geo-banner:hover {
        padding-left: 12.5vw;
        z-index: 999999;
    }
}

/* only for free-ebook page */
@media only screen and (max-width: 479px) {
    .page-id-577 .fixed-width .one-column {
        width: 100% !important;
    }
    .page-id-577 .fixed-width  {
        width: 90% !important;
    }
}
/* only for free-ebook page end */

a.button-style-1,
a.button-style-1 > span {
    background-image: none !important;
}

a.button-style-1 {
    background: #5b9aea !important;
    background: -moz-linear-gradient(top, #5b9aea 0%, #83b1ed 2%, #579ae8 4%, #5294e2 14%, #5493e2 16%, #4f91df 18%, #4e89d9 27%, #4179c4 43%, #3a6ab6 57%, #3766ae 61%, #335c9e 76%, #2f5b9c 80%, #305798 84%, #2c5492 90%, #2b518f 92%, #254880 96%, #213f73 98%, #1f3b6b 100%) !important;
    background: -webkit-linear-gradient(top, #5b9aea 0%,#83b1ed 2%,#579ae8 4%,#5294e2 14%,#5493e2 16%,#4f91df 18%,#4e89d9 27%,#4179c4 43%,#3a6ab6 57%,#3766ae 61%,#335c9e 76%,#2f5b9c 80%,#305798 84%,#2c5492 90%,#2b518f 92%,#254880 96%,#213f73 98%,#1f3b6b 100%) !important;
    background: linear-gradient(to bottom, #5b9aea 0%,#83b1ed 2%,#579ae8 4%,#5294e2 14%,#5493e2 16%,#4f91df 18%,#4e89d9 27%,#4179c4 43%,#3a6ab6 57%,#3766ae 61%,#335c9e 76%,#2f5b9c 80%,#305798 84%,#2c5492 90%,#2b518f 92%,#254880 96%,#213f73 98%,#1f3b6b 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b9aea', endColorstr='#1f3b6b',GradientType=0 ) !important;
    border-radius: 50px;
}
a.button-style-1:hover {
    background: #5c9ee8;
    background: -moz-linear-gradient(top, #5c9ee8 0%, #86b3ec 2%, #5c9fe6 4%, #5393dd 29%, #4782ce 51%, #457ac6 63%, #3f74ba 88%, #3a6ab4 94%, #3563ae 96%, #3157a0 98%, #2c509a 100%) !important;
    background: -webkit-linear-gradient(top, #5c9ee8 0%,#86b3ec 2%,#5c9fe6 4%,#5393dd 29%,#4782ce 51%,#457ac6 63%,#3f74ba 88%,#3a6ab4 94%,#3563ae 96%,#3157a0 98%,#2c509a 100%) !important;
    background: linear-gradient(to bottom, #5c9ee8 0%,#86b3ec 2%,#5c9fe6 4%,#5393dd 29%,#4782ce 51%,#457ac6 63%,#3f74ba 88%,#3a6ab4 94%,#3563ae 96%,#3157a0 98%,#2c509a 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c9ee8', endColorstr='#2c509a',GradientType=0 ) !important;
}
@media (max-width: 479px) {
    #om-lin5vubd7sqcvrficiqb div.Campaign__bravoLayer .Column__content {
        padding-bottom: 30px !important;
    }
}