/*
Theme Name: tpi
Theme URI: https://tvpolsat.info
Description: motyw dla tpi
Version: 0.9
Author: szmnw.cz
Author URI: https://szmnw.cz
*/

/* General style */
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #333;
	word-wrap: break-word;
	background-color: #fafbff;
	line-height: 1.9;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
body.open-menusidebar, body.open-socialsidebar {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: inherit;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.2;
}
h1, .h1 {
    font-size: 30px;
    letter-spacing: -1.1px;
}
h2, .h2 {
    font-size: 25px;
    letter-spacing: -0.9px;
}
h3, .h3 {
    font-size: 20px;
    letter-spacing: -0.6px;
}

a {
	outline: 0 !important;
	color: #333;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
a:hover { color: #a2a2a2; }
a:hover , a:focus , a:active {
	text-decoration: none;
	outline: 0 !important;
}
p { margin-bottom: 15px; }
*:focus { outline: 0 !important; }
blockquote {
	border-left: 5px solid #fcbb42;
	padding: 15px 15px 1px 15px;
	background: #fafafd;
	margin: 20px 45px 20px 100px;
}
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}
th {
	background-color: #f9f9f9;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 10px;
	vertical-align: top;
	font-weight: 400;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #dddddd;
}
pre {
	background-color: #f9f9f9;
	padding: 15px;
}
input {
	max-width: 100%;
	border: 2px solid #e5eaf5;
	padding: 12px 15px;
	font-size: 16px;
	color: #4f5d75;
}
textarea {
	width: 100%;
	border: 2px solid #e5eaf5;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 16px;
	color: #4f5d75;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 5px 30px;
	display: inline-block;
	font-weight: bold;
	border-radius: 25px;
	transition: all 300ms ease 0s;
	line-height: 1.9;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: white;
	color: #a2a2a2;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}
input:focus {
	background: #FAFBFF;
}
textarea:focus {
	background: #FAFBFF;
}
input::-webkit-input-placeholder {
  	color: #fff !important;
    opacity: 1 !important;
}
input:-moz-placeholder {
  	color: #fff !important;
    opacity: 1 !important;
}
input::-moz-placeholder {
  	color: #fff !important;
    opacity: 1 !important;
}
input:-ms-input-placeholder {
  	color: #fff !important;
    opacity: 1 !important;
}
textarea::-webkit-input-placeholder {
  	color: #4f5d75 !important;
    opacity: 1 !important;
}
textarea:-moz-placeholder {
  	color: #4f5d75 !important;
    opacity: 1 !important;
}
textarea::-moz-placeholder {
  	color: #4f5d75 !important;
    opacity: 1 !important;
}
textarea:-ms-textarea-placeholder {
  	color: #4f5d75 !important;
    opacity: 1 !important;
}
/* Header */
.home .site-content {
	margin: 0;
	padding: 0;
}
.site-content {
	margin: 0;
	padding: 66px 0 0px 0;
}
.site-header {
    position: fixed;
    width: 100%;
		background: #fff;
    padding: 15px 30px;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    z-index: 200;
		top: 0;
		transition: all .3s;
}
.admin-bar .site-header { top: 32px; }
.home .site-header {
		background: transparent;
		box-shadow: none;
}
.home .site-header.header-fixed {
		background: #fff;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.head-logo {
    float: left;
		position: relative;
}
.head-logo:after {
    content: 'BETA';
    font-size: 10px;
    line-height: 1;
    display: block;
    color: #a2a2a2;
    position: absolute;
    top: 0;
    right: -25px;
}
.home .site-header .head-logo:after { color: #fff; }
.home .site-header.header-fixed .head-logo:after { color: #a2a2a2; }
.head-logo img { height: 35px; }
.head-logo .logo-clr, .home .site-header.header-fixed .head-logo .logo-clr {
	display: block;
}
.head-logo .logo-wht, .home .site-header.header-fixed .head-logo .logo-wht {
	display: none;
}
.home .site-header .head-logo .logo-clr {
	display: none;
}
.home .site-header .head-logo .logo-wht {
	display: block;
}

.head-buttons {
    float: right;
    margin-right: -20px;
}
.head-btn {
    float: left;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 20px;
    line-height: 35px;
		cursor: pointer;
		color: #333;
}
.home .site-header .head-btn {
		color: #fff;
}
.home .site-header.header-fixed .head-btn {
		color: #333;
}
.head-btn.head-social-btn:after {
    content: '\f078';
    font-family: FontAwesome;
    padding-left: 10px;
		font-size: 18px;
		position: relative;
		top: -3px;
}
.head-btn.head-menu-btn:after {
    content: '\f0c9';
    font-family: FontAwesome;
    padding-left: 10px;
}

.head-menusidebar, .head-socialsidebar {
    position: fixed;
    height: 100%;
    width: 34%;
    background: #fcbb42;
    top: 0;
    right: 0;
    border-right: 1px solid #bbc4ce;
    transition: all .5s;
    transform: translate(100%);
    z-index: 220;
}
.head-sidebars-before {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 219;
    transition: all .3s;
		visibility: hidden;
		opacity: 0;
}
.open-menusidebar .head-sidebars-before, .open-socialsidebar .head-sidebars-before {
		visibility: visible;
		opacity: 1;
}
body.open-menusidebar .head-menusidebar, body.open-socialsidebar .head-socialsidebar {
	transform: translate(0%);
}
.head-socialbox, .head-menubox {
    width: 100%;
    height: 100%;
    padding: 15px 0px;
}
.menu-box-header:after, .social-box-header:after {
    content: '';
    display: block;
    clear: both;
}
.menu-box-closebtn, .social-box-closebtn {
    float: right;
		color: #fff;
		font-size: 20px;
    font-weight: 700;
    padding: 0px;
		cursor: pointer;
    line-height: 35px;
}
.menu-box-closebtn:after, .social-box-closebtn:after {
    content: '\f00d';
    font-family: FontAwesome;
    padding-left: 10px;
}
.menulinks-container {
    padding: 20px 30px 0px 30px;
    height: 100%;
}
.menulinks-list {
    padding-right: 17px;
}
.menulinks-scrollbox {
    height: calc(100% - 60px);
    overflow: scroll;
    overflow-x: hidden;
}
.sidebar-navigation { padding-bottom: 30px; }
#sidebar-menu, #sidebar-menu li ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sub-menu { display: none; }
#sidebar-menu li ul { padding-left: 20px; }
#sidebar-menu li a {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
		display: inline-block;
		line-height: 1.2;
		position: relative;
}
#sidebar-menu li { padding: 6px 0; }
#sidebar-menu li.sidebar-link-news, #sidebar-menu li.sidebar-link-more { padding-bottom: 20px; }
#sidebar-menu li ul li { padding: 5px 0; }
#sidebar-menu li ul li a { font-size: 20px; }
#sidebar-menu li ul li a:hover { opacity: .7; }
.tpi-linkforum { position: relative; }
.tpi-linkforum a {
    font-size: 18px !important;
    line-height: 1.5 !important;
}
.tpi-linkforum a:hover { opacity: .7; }
.tpi-linkforum a:after {
    content: '';
    display: block;
    width: 250px;
    height: 30px;
    background: url(https://tvpolsat.info/wp-content/uploads/2019/08/logo-forum-footer.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#sidebar-menu li.menu-item-has-children > a:after {
    content: '\f078';
    font-family: FontAwesome;
    display: inline-block;
    padding: 0px 10px;
    font-size: 18px;
    position: relative;
    top: -3px;
    transition: transform .3s;
}
#sidebar-menu li.menu-item-has-children.active > a:after {
		-webkit-transform: rotate(180deg);
	  -moz-transform: rotate(180deg);
	  -o-transform: rotate(180deg);
	  -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sidebar-search {
    position: relative;
    border-bottom: 3px solid #fff;
}
.sidebar-search-field {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 10px 50px 10px 0px;
    color: #fff;
    font-weight: 700;
}

.sidebar-search-field:focus {
    background: transparent;
}
.sidebar-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 10px 0px;
}
.sidebar-search-submit:hover {
	 background-color: transparent;
	 color: #fff;
	 opacity: .8;
}

.is-sticky .site-header {
	z-index: 1000 !important;
}
.admin-bar .is-sticky .site-header {
	top: 32px !important;
}

.social-box-header, .menu-box-header {
    padding-bottom: 10px;
		margin: 0px 30px;
    border-bottom: 1px solid white;
}
.socialmedia-links {
    text-align: right;
    padding: 15px 30px 0px 30px;
    position: relative;
}
.socialmedia-links span {
    font-size: 20px;
    margin: 0px 10px;
    color: #fff;
    cursor: pointer;
		transition: all .3s;
}
.socialmedia-links span:hover {
    opacity: .8;
}
.socialmedia-container, .socialmedia-sm, .socialmedia-twitter {
    height: 100%;
}
#socialmedia-smbox {
    position: relative;
    height: 100%;
}
.socialmedia-sm {
    padding: 0px 30px;
    position: absolute;
				width: 100%;
    top: 0;
    left: 0;
}
.socialmedia-twitter, .socialmedia-facebook, .socialmedia-instagram, .socialmedia-youtube {
	opacity: 0;
	transition: all .5s;
	transform: translate(100%);
}
#socialmedia-smbox.sm-tt .socialmedia-twitter, #socialmedia-smbox.sm-fb .socialmedia-facebook,
#socialmedia-smbox.sm-ig .socialmedia-instagram, #socialmedia-smbox.sm-yt .socialmedia-youtube {
	opacity: 1;
	transform: translate(0%);
}
.socialmedia-scrollbox {
    height: calc(100% - 160px);
    overflow: scroll;
    overflow-x: hidden;
}

.socialmedia-scrollbox::-webkit-scrollbar-track,
.menulinks-scrollbo::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	background-color: rgba(255, 255, 255, 0.2);
}

.socialmedia-scrollbox::-webkit-scrollbar,
.menulinks-scrollbox::-webkit-scrollbar {
	width: 6px;
	background-color:  rgba(255, 255, 255, 0);
}

.socialmedia-scrollbox::-webkit-scrollbar-thumb,
.menulinks-scrollbox::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
	background-color: rgba(255, 255, 255, 0.6);
}

/* Footer */

.site-footer {
	background: #a2a2a2;
	padding: 40px 0;
	margin-top: 0px;
}

.site-footer a:hover {
    color: #333;
    opacity: .7;
}
.footer-links h3 {
    font-size: 23px;
    letter-spacing: -0.9px;
}
.footer-links h3:before {
    content: "\A";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333333;
    display: inline-block;
    margin: 4px 5px 4px 0;
}
.footer-links a {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.6px;
}
.footer-toplinks ul, .footer-morelinks ul, .footer-tpilinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-toplinks ul li {
    width: 25%;
    float: left;
		line-height: 1;
		padding: 7px 0px;
}
.footer-morelinks ul li {
    width: 100%;
    float: left;
		line-height: 1;
		padding: 7px 0px;
}
.footer-right { text-align: right; }
.footer-logo { margin: 20px 0; }
.footer-logo a {
    display: block;
    line-height: 1;
    padding: 2px 0;
}
.footer-logo a img { height: 23px; }
.footer-tpilinks ul {
    margin: 0px -10px;
}
.footer-tpilinks ul li {
    display: inline-block;
    padding: 0px 10px;
}
.footer-tpitext {
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.4px;
}
.footer-tpitext span:nth-child(1) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #333;
}
.forum-banner {
		display: block;
  	padding: 10px 30px;
		margin-top: 40px;
    background: #fcb93e;
    text-align: center;
}
.forum-banner:hover { opacity: .8; }
.forum-banner-text, .forum-banner-text2,
.forum-banner-logocontent, .forum-banner-logo {
	display: inline-block;
	vertical-align: middle;
}

.forum-banner-text, .forum-banner-text2 {
	font-weight: 700;
	letter-spacing: -0.3px;
	color: #fff;
	font-size: 18px;
	padding-right: 5px;
}

.forum-banner-logo {
		padding: 2px 0;
}
.forum-banner-logo img {
    height: 20px;
}

/* Columns & panels */
.tpi-container:after {
    content: '';
    display: block;
    clear: both;
}
.news-2-col {
    padding: 0 15px;
    width: 50%;
    float: left;
}
.news-3-col {
    padding: 0 15px;
    width: 33.333333%;
    float: left;
}
.tpi-panel-100 {
    width: 100%;
		padding: 0px 30px;
}
.tpi-panel-66 {
    width: 66%;
    float: left;
		padding: 0px 30px;
}
.tpi-panel-50 {
    width: 50%;
    float: left;
		padding: 0px 30px;
}
.tpi-panel-34 {
    width: 34%;
    float: right;
		padding: 0px 30px;
}
.tpi-panel {
    padding-bottom: 20px;
}
.tpi-panel-header {
    font-size: 23px;
    line-height: 1;
    color: #a2a2a2;
    padding-bottom: 15px;
		font-weight: 700;
}
.tpi-panel-header span {
    color: #fcb93e;
}
.tpi-panel-header span:before {
    content: "\A";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fcb93e;
    display: inline-block;
    margin: 4px 5px 4px 0;
}
.tpi-page-header {
    padding: 30px 0;
    background: #fcbb42;
		margin-bottom: 15px;
}
.tpi-page-header h1 { margin: 0; }
.tpi-cat-page h1.entry-title { display: none; }
.tpi-cat-wiki h1 { display: none; }
/* Home */

/* Main slider */
.main-news {
    position: relative;
		height: 650px;
}
.slider-one {
    height: 650px;
    width: 66%;
    float: left;
    position: relative;
		overflow: hidden;
}
.home-slidemain {
    height: 650px;
    width: 100%;
    position: relative;
    background-size: cover;
	background-position-y: top;
}
.sphoto-center { background-position-x: center; }
.sphoto-left { background-position-x: left; }
.sphoto-right { background-position-x: right; }
.home-slideback {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
		transition: background .3s;
}
.home-slidemain:hover .home-slideback {
	background: rgba(0, 0, 0, 0.6);
}
.home-slidectn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-slidebox {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
}
.home-slidebox h1 {
    color: #fff;
		position: relative;
    font-weight: 700;
    padding: 10px 0;
    font-size: 65px;
    letter-spacing: -2.2px;
    margin: 0;
}
.home-slidebox h1 a { color: #fff; }
.slick-active .home-slidebox h1 {
	animation: fadebottom .8s;
}
.news-one-btn {
    padding-top: 20px;
}
.news-one-btn a {
    color: #a2a2a2;
    font-size: 19px;
		font-weight: 700;
		position: relative;
}
.news-one-btn a span {
    color: #fcbb42;
}
.slick-active .news-one-btn a {
	animation: fadebottom 1s .2s both;
}
@keyframes fadebottom {
  0% {
    opacity: 0;
		bottom: -40px;
  }
  100% {
    opacity: 1;
		bottom: 0;
  }
}
.news-one-btn a:before {
    content: "\A";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fcb93e;
    display: inline-block;
    margin: 2px 5px;
		box-shadow: 0 0 0 rgba(204,169,44, 0.4);
		animation: pulse 2s infinite;
}
.news-one-btn a:hover:before {
  animation: none;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(204,169,44, 0);
      box-shadow: 0 0 0 20px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse-dot {
  0%   { background: #fcb93e; }
  25% { background: transparent; }
	50%   { background: #fcb93e; }
	75% { background: transparent; }
	100%   { background: #fcb93e; }
}
.home-slidelist {
    height: 100%;
    width: 34%;
    float: right;
    background: #fcbb42;
    position: relative;
}
.home-slidelistctn {
	position: absolute;
	width: 100%;
	top: 50%;
	right: 0px;
	z-index: 2;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-slidelistelm {
	padding: 0px 20px;
}
.home-slidelistelm a {
    display: table;
    width: 100%;
    height: 80px;
}
.home-slidelistelm a:hover {
    opacity: .8;
}
.home-slidelistelm h2 {
		display: table-cell;
    vertical-align: middle;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #ffffff;
		position: relative;
		padding-left: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.home-slidelistelm h2:before {
    content: "\A";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a2a2a2;
}

/* Home other sections */
.home-first-part {
    padding: 40px 0;
}

/* News panels items */

.newspanel { padding-bottom: 20px; }
.newspanel a { display: block; }
.newspanel a:hover { opacity: .8; }
.newspanel h2 {
    padding-top: 10px;
    font-weight: 700;
		display: block;
		margin: 0;
}
.newspanel-image { position: relative; }
.newspanel-image img { width: 100%; }
.newspanel-video {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    background-image: url(https://tvpolsat.info/wp-content/themes/tpi/images/playTPI.png);
    background-size: contain;
}

/* Home six latest */
.home-six-latest h2 {
    font-size: 18px;
		letter-spacing: -0.7px;
}
.wiki-cat-box h2 {
    font-size: 25px;
    letter-spacing: -0.9px;
}


/* Our choice */
.tpi-ourchoice {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}
.tpi-ourchoice li {
    padding: 15px 0;
    display: table;
    min-height: 70px;
    width: 100%;
    vertical-align: middle;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
}
.tpi-ourchoice li a {
    display: table-cell;
    font-size: 16px;
		letter-spacing: -0.6px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding-left: 40px;
    vertical-align: middle;
}
.tpi-ourchoice li a:before {
    position: absolute;
		top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    color: #e0e0e0;
		transition: color .3s;
}
.tpi-ourchoice li a:hover:before {
		color: #a2a2a2;
}
.tpi-ourchoice li:nth-child(1) a:before {
    content: '1';
}
.tpi-ourchoice li:nth-child(2) a:before {
    content: '2';
}
.tpi-ourchoice li:nth-child(3) a:before {
    content: '3';
}
.tpi-ourchoice li:nth-child(4) a:before {
    content: '4';
}
.tpi-ourchoice li:nth-child(5) a:before {
    content: '5';
}
.tpi-ourchoice li:nth-child(6) a:before {
    content: '6';
}

/* Home polls */
.poll-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 15px;
}
.home-polls {
    display: table;
    width: 100%;
}
.home-poll-image {
    display: table-cell;
    width: 66%;
    position: relative;
    padding: 0 30px;
    height: 400px;
	vertical-align: top;
}
.home-poll-imglayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
}
.home-poll-backlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.home-poll-desc {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0px 30px;
}
.home-poll-desc p {
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    font-size: 21px;
		margin: 0;
}
.home-poll-desc a span {
    color: #fff;
}
.home-poll-desc a:before {
    content: "\A";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin: 2px 5px 2px 0px;
}
.home-poll-votebox {
    display: table-cell;
    width: 34%;
    position: relative;
    padding: 30px;
    background: #a2a2a2;
	vertical-align: top;
}
.home-poll-votebox .tpi-panel-header {
    color: #fff;
}
.home-poll-title {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 25px;
		letter-spacing: -1.1px;
}
.home-poll-votediv {
	padding-bottom: 20px;
	width: calc(100% - 30px);
}
.home-poll-voteopt {
  margin-bottom: 15px;
	padding-left: 5px;
}
.home-poll-voteopt label {
	position: relative;
	padding-left: 25px;
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	cursor: pointer;
}
.home-poll-voteopt label:before {
    content: "\A";
		position: absolute;
    top: 7px;
    left: 0;
		width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    margin: 0px 15px 2px 0;
}
.home-poll-voteopt label:hover { opacity: .7;
}
.home-poll-voteopt input[type=radio] { display: none; }
.home-poll-voteopt input[type=radio]:checked ~ label:before { background: #fcb93e; }
.home-poll-voteprct {
    position: relative;
    margin-bottom: 15px;
		padding: 5px 0px 1px 0;
}
.poll-prctbar-box {
    position: relative;
		width: calc(100% - 30px);
}
.poll-prctbar-numberbox {
		position: absolute;
		top: 2px;
		right: 0;
		animation: prctnumber .5s 2.25s both;
}
.poll-prctname {
		position: relative;
		top: -4px;
		color: #ffffff;
	  text-transform: uppercase;
	  font-weight: 700;
	  font-size: 20px;
	  line-height: 1.2;
	  padding-left: 30px;
		padding-right: 30px;
		animation: prctname .5s .5s both;
}
.poll-prctdot {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
		animation: prctdot 1.5s .5s both;
}
.poll-prctnumber {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}
@keyframes prctname {
	0% { padding-left: 30px; }
	100% { padding-left: 0px; }
}
@keyframes prctdot {
	0% {
		left: 5px;
		opacity: 1;
		background: #fff;
	}
	66% {
		left: 100%;
		opacity: 1;
	}
	100% {
		left: 100%;
		opacity: 0;
		background: #fcb93e;
	}
}
@keyframes prctnumber {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.poll-prctfooter {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 28px 0px 8px 0px;
}

/* Special report */

.special-report {
    background: #e8e8e8;
    padding: 30px 0;
}
.special-report-header {
    font-size: 23px;
    color: #a7a7a7;
		font-weight: 700;
}
.special-report-header span {
    color: #ff0000;
}
.special-report-header span:before {
    content: "\A";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0000;
    display: inline-block;
    margin: 4px 5px 4px 0px;
		box-shadow: 0 0 0 rgba(255,0,0, 0.4);
		animation: pulse-report 2s infinite;
}
@keyframes pulse-report {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
		box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
		box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}
.slider-report-top {
    position: relative;
		padding-bottom: 20px;
}
.slider-report-header {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.slider-report-header::-webkit-scrollbar {
    display: none;
}
.slider-report-header ul {
    position: relative;
    width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
}
.slider-report-header ul li {
		display: inline-block;
    font-weight: 700;
    font-size: 30px;
		height: 35px;
    line-height: 1;
		letter-spacing: -1.2px;
    color: #333;
		padding-right: 30px;
		cursor: pointer;
		opacity: .3;
		transition: opacity .3s;
}
.slider-report-header ul li.rcloned { display: none; }
.slider-report-header ul li:last-of-type { padding-right: 0; }
.slider-report-header ul li.active, .slider-report-header ul li.active:hover { opacity: 1; }
.slider-report-header ul li:hover { opacity: .5; }
.slider-report-header ul li:focus { opacity: .3; }
.home-reports-items .newspanel-video,
.wiki-cat-box .newspanel-video {
    width: 50px;
    height: 50px;
}

#report1, #report2, #report3 {
    opacity: 0;
    display: none;
    visibility: hidden;
}
#report1.active, #report2.active, #report3.active {
    opacity: 1;
    display: block;
    visibility: visible;
		animation: reportanim .3s both;
}
@keyframes reportanim {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.home-reports-items h2 {
    font-size: 20px;
    letter-spacing: -0.8px;
}

/* Home opinions */
.home-second-part {
    padding: 50px 0;
}
.home-opinions-container {
    padding-top: 20px;
}
.home-opinions-slider {
    padding: 0px 50px;
}
.home-single-opinion {
	display: block;
	margin: 0px 15px;
}
.home-single-opinion:hover {
    opacity: 0.7;
}
.opinion-author-box, .opinion-author-img {
    position: relative;
}
.opinion-author-box {
    text-align: center;
}
.opinion-author-img {
    display: inline-block;
}
.opinion-author-img:before {
    content: '';
    position: absolute;
    top: 0;
		right: -15%;
    width: 45%;
    height: 100%;
    background-image: url(https://tvpolsat.info/wp-content/themes/tpi/images/CytatTPI.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.opinion-author-img img {
    border-radius: 50%;
		width: 200px;
		display: inline-block;
}
.opinion-author-quote {
    padding: 0 30px 0 15px;
}
.opinion-author-quote p {
    font-weight: 700;
    line-height: 1.2;
		font-size: 30px;
    letter-spacing: -1.2px;
    margin-bottom: 10px;
}
.opinion-author-quote span {
    line-height: 1.2;
    display: block;
}
.opinion-prev, .opinion-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a2a2a2;
    font-size: 50px;
    line-height: 1;
		transition: opacity .3s;
}
.opinion-prev:hover, .opinion-next:hover {
	opacity: 0.7;
}
.opinion-prev.slick-disabled, .opinion-next.slick-disabled { opacity: 0; }
.opinion-prev {
    left: 0;
}
.opinion-next {
    right: 0;
}


/*----------------------------------*/
/* Blog style
/*----------------------------------*/

.entry-header {
    padding-top: 30px;
}
.entry-title {
    font-size: 54px;
    text-align: center;
    letter-spacing: -2px;
		margin-top: 0;
}
.entry-title span {
    display: block;
    font-size: 36px;
    letter-spacing: -1.5px;
    padding-top: 10px;
    color: #fcbb42;
}
.entry-meta {
    text-align: center;
    font-size: 15px;
    padding-bottom: 20px;
    color: #adadad;
}
.entry-meta-date.posted-on {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #e6e6e6;
}
.entry-admin-count {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #e6e6e6;
}
.entry-admin-dashboard, .entry-admin-edit {
    position: fixed;
    left: 15px;
    z-index: 9;
}
.entry-admin-edit { bottom: 75px; }
.entry-admin-dashboard { bottom: 15px; }
.entry-admin-dashboard a, .entry-admin-edit a  {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #868686;
    display: block;
    font-size: 25px;
    color: #333;
    text-align: center;
}
.entry-admin-dashboard a { background: #a2a2a2; }
.entry-admin-edit a { background: #fafbff; }
.entry-admin-dashboard a:before {
    content: '\f0e4';
    font-family: FontAwesome;
}
.entry-admin-edit a:before {
    content: '\f040';
    font-family: FontAwesome;
}
.entry-admin-dashboard a:hover, .entry-admin-edit a:hover {
    background: #fcb93e;
		box-shadow: 0px 0px 10px 0px #bf8212;
}

.article-image-box {
    position: relative;
    overflow: hidden;
		background: #fafbff;
}
.article-image-container {
    position: relative;
    margin: 0 -15px;
}
.article-image-main {
    height: 650px;
    position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
    z-index: 1;
}
.article-image-main:before, .article-image-main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.article-image-main:before {
    background: linear-gradient(to right, #fafbff, #fafbff78 15%, transparent 30%);
}
.article-image-main:after {
    background: linear-gradient(to left, #fafbff, #fafbff78 15%, transparent 30%);
}
.article-image-desc {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
		font-size: 12px;
    padding: 3px 10px;
		color: #6d6d6d;
		text-shadow: 1px 0px 1px #fff;
}
.singlenews-lead {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1.2px;
		line-height: 1.2;
		padding-bottom: 25px;
}
.entry-content {
    padding: 30px 0;
}
.entry-box {
    position: relative;
}
.entry-box:after {
    content: '';
    display: block;
    clear: both;
}
.entry-box-content {
		width: calc(100% - 280px);
		float: left;
}
.entry-box-content p a { text-decoration: underline; }
.entry-box-btn {
    float: right;
    width: 200px;
		will-change: min-height;
}
.sidebar__inner{
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.singlenews-btns {
    margin: 0;
    padding: 0;
    list-style: none;
}
.singlenews-btns li {
    padding: 10px 0;
}
.box-btn {
    position: relative;
    display: block;
    font-size: 23px;
}
.box-btn-icon {
	position: absolute;
	top: 0;
	width: 40px;
	text-align: right;
	padding-right: 15px;
	color: #fcbb42;
	line-height: 1.2;
}
.box-btn-name, .box-btn-name--xl {
	position: relative;
	padding-left: 40px;
	height: 27px;
	overflow: hidden;
}
.box-btn-name--xl { height: 54px; }
.box-btn-name-box, .box-btn-name-box--xl {
    position: absolute;
    top: 0;
    left: 40px;
    transform: translateY(0px);
    transition: all .3s;
}
.box-btn:hover .box-btn-name-box {
    transform: translateY(-27px);
}
.box-btn:hover .box-btn-name-box--xl {
    transform: translateY(-54px);
}
.box-btn-name-box span {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 1.2;
    font-weight: 700;
    color: #a2a2a2;
}
.singlenews-forum {
    padding: 10px 0;
}
.singlenews-similiar {
    padding-top: 30px;
}
.box-btn-icon--dot span {
    width: 17px;
    height: 17px;
    background: #fcbb42;
    display: block;
    border-radius: 50px;
    margin-left: 8px;
    margin-top: 5px;
}

.box-btn-more { margin-top: 30px; }
.btn-more-dot {
    padding: 0px 15px 0px 10px;
    width: 40px;
    height: 43px;
    display: block;
    float: left;
}
.btn-more-dot:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #fcbb42;
}
.author-twitter {
    padding-left: 5px;
}
.author-twitter a {
    color: #a9a9a9;
}
.author-twitter a:hover {
    color: #1da1f2;
}
.entry-content h2 {
    font-size: 25px;
    letter-spacing: -0.9px;
}
.entry-content-source {
    font-size: 14px;
    color: #dcdcdc;
}
.entry-content-tags {
    padding-top: 20px;
		margin: 0px -5px;
}
.tags-links a {
    font-size: 17px;
    font-weight: 700;
    padding: 0px 5px;
    color: #a2a2a2;
		display: inline-block;
}
.tags-links a:hover {
    color: #fcbb42;
}
.article-comments-box {
    padding: 20px 0;
    width: calc(100% - 280px);
}
.singlenews-nextbar {
		background: #fcbb42;
		padding: 5px 0;
		margin-top: 15px;
}
.featherlight .featherlight-content .caption {
	font-family: 'Poppins', sans-serif;
	font-weight: 700 !important;
  padding-top: 15px;
	width: 100%;
  text-align: center !important;
}

/* Socials boxes */
.socialmedia-name {
	font-size: 50px;
	    color: #ffffff;
	    font-weight: 700;
			line-height: 1;
			padding-bottom: 10px;
}
.go-to-smpage {
    text-align: right;
    padding: 10px 17px 10px 0;
}
.go-to-smpage a {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.go-to-smpage a:hover {
	opacity: .8;
}
.go-to-smpage a:before {
    content: "\A";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a2a2a2;
    display: inline-block;
    margin: 2px 5px;
}
.go-to-smpage a span {
    color: #a2a2a2;
}

.yt-placeholder {
    position: relative;
    margin-right: 15px;
    margin-bottom: 20px;
}
.yt-placeholder .yt-url {
    display: block;
    position: relative;
}
.yt-placeholder .yt-url:hover {
    opacity: 0.7;
}
.yt-placeholder .yt-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 1.2;
    color: #fff;
    background: rgba(29, 29, 29, 0.50);
    width: 80%;
}

.fts-twitter-div img {
    margin: 0;
}
a.fts-twitter-at-name {
    font-size: 12px!important;
    color: #fff!important;
}
.fts-twitter-div {
    padding: 0px 10px 0 0;
}
.fts-jal-fb-group-display {
    padding: 0px 17px 0 0;
}
.fts-jal-fb-picture {
    margin: 10px 0px 4px 0;
}
.fts-powered-by-text-popup a.fts-powered-by-text {
    display: none!important;
}
.fts-jal-fb-user-name { font-size: 14px; }
.fts-twitter-text, .fts-jal-fb-message {
    font-size: 13px;
}
.fts-jal-fb-description-wrap {
    padding: 15px 0px 0 0px!important;
	}
.fts-tweeter-wrap .tweeter-info {
    padding: 14px 0 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	.fts-jal-single-fb-post {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	.tweeter-info .fts-right {
	    padding: 0 7px 0 65px;
	}
	.fts-twitter-no-margin-left, .fts-twitter-reply-wrap-left,
	.fts-jal-fb-header, .fts-fb-location-wrap, .fts-share-wrap,
	.socialmedia-scrollbox .fts-jal-fb-see-more {
    display: none !important;
}
.fts-instagram-inline-block-centered, .fts-youtube-thumbs-gallery-master {
    padding-right: 17px;
}
.fts-master-youtube-wrap .slicker-youtube-placeholder {
    margin: 10px 0px !important;
}

/* Accessibility */
/* 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;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/* Alignments */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after { clear: both; }
.slick-loading .slick-track,
.slick-loading .slick-slide { visibility: hidden; }
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img,
.slick-initialized .slick-slide { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none; }

/* Post Nav */
.pages-nav-box { padding: 15px 0; }
.pages-nav { text-align: center; }
.pages-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pages-nav ul li { display: inline; }
.pages-nav ul li a {
    padding: 5px 10px;
    font-weight: 700;
    font-size: 20px;
		letter-spacing: -0.6px;
}
.pages-nav ul li.active a { color: #fcb93e; }
.pages-nav ul li.active a:hover { color: #a2a2a2; }
.search-result-searchbar {
		max-width: 500px;
		margin: 0px auto;
		margin-top: 30px;
		background: #fcbb42;
		padding: 10px 20px 15px 20px;
}
.cat-wiki-header {
    display: table;
    width: 100%;
		padding-bottom: 20px;
}
.cat-wiki-name {
    display: table-cell;
    vertical-align: middle;
		padding-right: 15px;
}
.cat-wiki-name h2 {
    font-size: 35px;
		margin: 0;
}
.cat-wiki-logo {
    display: table-cell;
    width: 150px;
    vertical-align: top;
    text-align: right;
}

/* Media */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/* Captions */

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 5px 0px;
	font-size: 13px;
}
.wp-caption-text {
	text-align: center;
}

/* Galleries */

.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/* Core video */

.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}
.wp-custom-header iframe {
	vertical-align: top;
}
.wp-custom-header {
	position: relative;
}
.wp-custom-header .wp-custom-header-video-button {
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 15px;
	border: 0;
	background-color: rgba(51, 51, 51, 0.70);
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.wp-custom-header .wp-custom-header-video-button:hover {
	color: #fff;
	background-color: #333;
	box-shadow: none;
}
.wp-custom-header .wp-custom-header-video-button:focus {
	outline: none;
}

.logo-archive img { width: 100%; }
.logo-archive h2 {
    font-size: 18px;
    letter-spacing: -0.7px;
}

.cp-dekoder-box img {
    width: 100%;
}
.cp-dekoder-name {
		padding: 15px 0;
		text-align: center;
}
.cp-dekoder-name h3, .cp-dekoder-name p {
    margin: 0;
}
.cp-dekoder-name a {
    display: block;
    border: 1px solid #a2a2a2;
    margin: 10px 0;
}

/* Responsive */

@media (min-width: 1400px) {
	.container.article-container { max-width: 1400px; }
}

@media (max-width: 1399px) {
	.container.article-container { max-width: 100%; }
}

@media (max-width: 1300px) {
	.home-slidelistelm { height: 95px; }
	.home-slidebox h1 { font-size: 55px; }
	.cat-wiki-name {
    display: table;
    padding-right: 0;
    width: 100%;
	}
	.cat-wiki-logo {
	    display: table;
	    width: 100%;
	    text-align: center;
	    padding-top: 20px;
	}
	.home-slidelistelm a { height: 95px; }
	.opinion-author-quote p {
	    font-size: 26px;
	    letter-spacing: -1px;
	}
	.wiki-cat-box h2 {
    font-size: 22px;
    letter-spacing: -0.8px;
	}

}

@media (max-width: 1200px) {
	.home-slidelistelm { padding: 0px; }
	.home-slidelistelm h2 {
	    font-size: 18px;
	    letter-spacing: -0.6px;
	}
	.home-slidebox h1 {
    font-size: 40px;
    letter-spacing: -1.6px;
	}
	.head-menusidebar, .head-socialsidebar { width: 50%; }
	.tpi-ourchoice li { padding: 12px 0; }
	.tpi-ourchoice li a {
		font-size: 14px;
		letter-spacing: -0.5px;
	}
	.home-poll-title {
		font-size: 24px;
		letter-spacing: -1px;
	}
	.opinion-author-quote p {
			font-size: 22px;
			letter-spacing: -0.8px;
		}
	.footer-toplinks ul li { width: 33.33%; }

}

@media (max-width: 1100px) {
	.home-six-latest h2 {
	    font-size: 16px;
	    letter-spacing: -0.6px;
		}
	.tpi-ourchoice li:nth-child(6) { display: none; }
	.article-image-main { height: 600px; }
	.home-reports-items h2 {
    font-size: 18px;
    letter-spacing: -0.7px;
	}
	.wiki-cat-box h2 {
    font-size: 18px;
    letter-spacing: -0.7px;
	}
	.forum-banner-text {
		width: 100%;
	  line-height: 1.2;
	}

}

@media (max-width: 991px) {
	.head-logo img { height: 30px; }
	.head-btn {
    font-size: 17px;
    line-height: 30px;
	}
	.site-content { padding: 61px 0 0px 0; }
	.tpi-panel-66, .tpi-panel-34 {
	   width: 100%;
	   float: none;
    padding: 0px 30px;
	}
	.main-news { height: auto; }
	.slider-one {
	    height: 500px;
	    width: 100%;
	    float: none;
	}
	.home-slidemain { height: 500px; }
	.home-slidelist {
    height: auto;
    width: 100%;
    float: none;
    background: #fcbb42;
	}
	.home-slidelistctn {
	    position: relative;
	    width: 100%;
	    top: 0;
	    padding: 30px;
	    -webkit-transform: translateY(0%);
	    -moz-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    -o-transform: translateY(0%);
	    transform: translateY(0%);
	}
	.home-slidelistelm, .home-slidelistelm a { height: 60px; }
	.tpi-panel-66.home-news-six { padding-bottom: 20px; }
	.tpi-ourchoice li:nth-child(6) {
    display: table;
	}
	.tpi-ourchoice li {
    padding: 10px 0;
    min-height: 65px;
	}
	.tpi-ourchoice li a {
    font-size: 16px;
    letter-spacing: -0.6px;
	}
	.home-reports-items h2 {
	    font-size: 22px;
	    letter-spacing: -0.9px;
	}
	.home-polls, .home-poll-votebox { display: block; }
	.home-poll-image { display: none; }
	.home-poll-votebox { width: 100%; }
	.slider-report-header ul li.rcloned { display: inline-block; }
	.opinion-prev, .opinion-next { font-size: 35px; }
	.home-opinions-slider { padding: 0px 35px; }
	.opinion-author-quote p {
			font-size: 18px;
			letter-spacing: -0.6px;
	}
	.opinion-author-quote span { font-size: 14px; }
	.socialmedia-name { font-size: 40px; }
	.tpi-cat-wiki h1 { display: block; }
	.wiki-cat-box h2 {
	    font-size: 22px;
	    letter-spacing: -0.9px;
	}
	.entry-title {
    font-size: 44px;
    letter-spacing: -1.5px;
	}
	.entry-title span {
    font-size: 30px;
    letter-spacing: -1.2px;
	}
	.article-image-main { height: 450px; }
	.article-image-main:before, .article-image-main:after {
    background: none;
}
	.singlenews-lead {
    font-size: 28px;
    letter-spacing: -1px;
	}
	.entry-box-content {
		width: 100%;
		float: none;
	}
	.entry-box-btn {
	    float: none;
	    width: 100%;
	    padding-top: 20px;
	}
	.singlenews-btns:after {
    content: '';
    display: block;
    clear: both;
	}
	.singlenews-btns li {
	    float: left;
	    width: 33.333%;
	}
	.singlenews-btns li:nth-child(1) .box-btn-name-box, .singlenews-btns li:nth-child(2) .box-btn-name-box {
	    transform: translateY(-27px);
	}
	.box-btn-icon { text-align: left; }
	.box-btn-icon--dot span { margin-left: 0; }

	.box-btn-name-box { left: 35px; }
	.singlenews-forum, .singlenews-similiar {
    padding: 10px 0;
    float: left;
    width: 40%;
	}
	.box-btn-name--xl { height: 27px; }
	.box-btn-name-box--xl span div {
	    display: inline-block;
	    padding-right: 5px;
	}
	.box-btn:hover .box-btn-name-box--xl {
	    transform: translateY(-27px);
	}
	.article-comments-box { width: 100%; }
	.pages-nav ul li.post-nav-prev, .pages-nav ul li.post-nav-next {
	    display: block;
	}
	.pages-nav ul li a {
	    font-size: 18px;
	    letter-spacing: -0.5px;
	}
	.tpi-cat-page h1.entry-title {
    display: block;
	}
	.cat-wiki-header {
    padding-top: 15px;
    border-top: 5px solid #fcbb42;
	}
	.cat-wiki-logo {
	    display: table-cell;
	    width: 150px;
	    vertical-align: top;
	    text-align: right;
			padding-top: 0;
	}
	.cat-wiki-name {
	    display: table-cell;
	    vertical-align: middle;
	    padding-right: 15px;
			width: auto;
	}



	.footer-toplinks ul li, .footer-morelinks ul li { width: 25%; }
	.footer-right { text-align: left; }


}
@media (max-width: 849px) {
	.opinion-author-quote p {
	    font-size: 24px;
	    letter-spacing: -0.9px;
	}
}
@media (min-width: 768px) {
	.clear-3-col { clear: both; }
}

@media (max-width: 767px) {
	.container { max-width: 100% !important;}
	.news-3-col { width: 50%; }
	.clear-2-col { clear: both; }
	.head-btn span { display: none; }
	.head-btn.head-social-btn:after {
    content: '\f1e0';
    padding-left: 0px;
		font-size: 20px;
		top: 0;
	}
	.head-btn.head-menu-btn:after {
	    padding-left: 0px;
	}
	.head-menusidebar, .head-socialsidebar { width: 70%; }
	blockquote { margin: 20px 40px 10px 70px; }
	.home-slidebox h1 {
	    font-size: 35px;
	    letter-spacing: -1.4px;
	}
	.news-one-btn a { font-size: 17px; }
	.news-one-btn a:before {
	    width: 5px;
	    height: 5px;
	}
	.home-six-latest h2 {
    font-size: 18px;
    letter-spacing: -0.7px;
	}
	.home-reports-items h2 {
    font-size: 18px;
    letter-spacing: -0.7px;
	}
	.entry-title {
    font-size: 36px;
    letter-spacing: -1.2px;
	}
	.article-image-main { height: 350px; }
	.box-btn { font-size: 19px; }
	.box-btn-name, .box-btn-name--xl { height: 22px; }
	.box-btn-name-box {
    left: 30px;
	}
	.singlenews-btns li:nth-child(1) .box-btn-name-box, .singlenews-btns li:nth-child(2) .box-btn-name-box {
	    transform: translateY(-22px);
	}
	.box-btn:hover .box-btn-name-box, .box-btn:hover .box-btn-name-box--xl {
	    transform: translateY(-22px);
	}
	.box-btn-icon--dot span {
	    width: 15px;
	    height: 15px;
	    margin-top: 3px;
	}
	.home-reports-items .newspanel-video,
	.wiki-cat-box .newspanel-video {
	    width: 40px;
	    height: 40px;
	}
	.wiki-cat-box h2 {
    font-size: 18px;
    letter-spacing: -0.7px;
	}

	.footer-toplinks ul li { width: 33.33%; }
	.footer-morelinks ul li { width: 50%; }
	.footer-tpitext span { display: block; }
	.footer-tpitext span:nth-child(1) {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px solid #333;
	}
	.entry-admin-edit { bottom: 65px; }
	.entry-admin-dashboard a, .entry-admin-edit a  {
	    height: 40px;
	    width: 40px;
	    font-size: 20px;
	}
}
@media (max-width: 575px) {
	.home-reports-items h2 {
	    font-size: 22px;
	    letter-spacing: -0.9px;
	}
	.home-six-latest h2 {
		font-size: 16px;
		letter-spacing: -0.6px;
	}
	.opinion-author-quote {
    padding: 0 15px;
	}
	.article-image-main {
    height: 300px;
	}
	.wiki-cat-box h2 {
    font-size: 16px;
    letter-spacing: -0.6px;
	}
}
@media (max-width: 570px) {
	.head-menusidebar, .head-socialsidebar { width: 100%; }
	.tpi-panel-header, .special-report-header { font-size: 19px; }
	.tpi-panel-header span:before, .special-report-header span:before {
	    width: 5px;
	    height: 5px;
	    margin: 3px 5px 3px 0px;
	}
	.home-slidelistelm, .home-slidelistelm a { height: 80px; }
	.tpi-ourchoice li a:before { font-size: 40px; }
	.home-poll-title {
    font-size: 22px;
    letter-spacing: -0.9px;
	}
	.home-poll-voteopt label, .poll-prctname, .poll-prctnumber { font-size: 18px; }
	.poll-prctname { top: -3px; }
	.home-poll-voteopt label:before {
    top: 6px;
    width: 9px;
    height: 9px;
	}
	.poll-prctdot {
    top: 3px;
    width: 9px;
    height: 9px;
	}
	.home-poll-voteprct { padding: 6px 0px 3px 0px;}
	.slider-report-header ul li {
    font-size: 25px;
    height: 30px;
	}
	.box-btn { font-size: 16px; }
	.box-btn-name, .box-btn-name--xl { height: 19px; }
	.box-btn-name-box {
    left: 22px;
}
	.singlenews-btns li:nth-child(1) .box-btn-name-box, .singlenews-btns li:nth-child(2) .box-btn-name-box {
	    transform: translateY(-19px);
	}
	.box-btn:hover .box-btn-name-box, .box-btn:hover .box-btn-name-box--xl {
	    transform: translateY(-19px);
	}
	.singlenews-forum, .singlenews-similiar { width: 50%; }
	.box-btn-icon--dot span {
	    width: 13px;
	    height: 13px;
	    margin-top: 3px;
	}


	.footer-toplinks ul li { width: 50%; }
}

@media (max-width: 500px) {
	.site-header { padding: 15px; }
	.site-content { padding: 55px 0 0px 0; }
	.entry-header { padding-top: 20px; }
	.home-slidelistctn, .home-poll-votebox { padding: 30px 15px; }
	.tpi-panel-100, .tpi-panel-66, .tpi-panel-50, .tpi-panel-34 { padding: 0px 15px; }
}

@media (max-width: 425px) {
	.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	.news-3-col {
	    padding: 0 15px;
	    width: 100%;
	    float: left;
	}
	.head-logo img { height: 25px; }
	.head-btn {
		font-size: 16px;
		line-height: 25px;
	}
	.menu-box-closebtn, .social-box-closebtn { font-size: 17px; }
	#sidebar-menu li a { font-size: 21px; }
	#sidebar-menu li ul li a { font-size: 17px; }
	.tpi-linkforum a { font-size: 17px !important; }	
	.tpi-linkforum a:after {
		width: 220px;
		height: 25px;
	}	
		
	
	blockquote { margin: 20px 20px 10px 40px; }
	.slider-one {
			height: 450px;
			width: 100%;
			float: none;
	}
	.home-slidemain { height: 450px; }
	.home-slidebox { padding: 20px 15px; }
	.home-slidebox h1 {
    font-size: 25px;
    letter-spacing: -1px;
	}
	.home-six-latest h2 {
		font-size: 18px;
		letter-spacing: -0.7px;
	}
	.opinion-author-img img { width: 150px; }
	.opinion-author-img:before {
	    right: -10%;
	    width: 35%;
	}
	.opinion-author-quote p {
    font-size: 18px;
    letter-spacing: -0.7px;
	}
	.home-opinions-slider { padding: 0px 30px; }
	.opinion-prev, .opinion-next { font-size: 25px; }
	.wiki-cat-box h2 {
	    font-size: 18px;
	    letter-spacing: -0.7px;
	}
	.news-one-btn { padding-top: 10px; }
	.home-reports-items h2 {
	    font-size: 18px;
	    letter-spacing: -0.7px;
	}
	.entry-title {
	    font-size: 30px;
	    letter-spacing: -0.8px;
	}
	.entry-title span {
		font-size: 24px;
		letter-spacing: -0.9px;
	}
	.entry-meta { font-size: 13px; }
	.article-image-main { height: 220px; }
	.singlenews-lead {
	    font-size: 24px;
	    letter-spacing: -0.7px;
		}
	.entry-box-content p { font-size: 15px; }
	.entry-content h2 {
  	font-size: 20px;
  	letter-spacing: -0.7px;
	}
	.entry-content-source { font-size: 12px; }
	.tags-links a { font-size: 15px; }
	.singlenews-btns li { width: 50%; }
	.singlenews-btns li:nth-child(3) { display: none; }
	.singlenews-forum, .singlenews-similiar { width: 100%; }
	.pages-nav ul li a {
	    font-size: 16px;
	    letter-spacing: -0.4px;
	}
	.cat-wiki-name h2 {
	    font-size: 25px;
	    margin: 0;
	}
	.cat-wiki-logo { width: 125px; }
	.cat-wiki-logo img { height: 60px; }
	.cat-wiki-desc h2 {
	    font-size: 22px;
	    letter-spacing: -1px;
	}
	.forum-banner-text, .forum-banner-text2 { font-size: 16px; }
	.forum-banner-text2 {
	    width: 100%;
	    padding-top: 5px;
	    line-height: 1;
	}
	.forum-banner-logo { line-height: 1; }


	.yt-placeholder .yt-title {
	    font-size: 14px;
	    letter-spacing: -0.5px;
	    width: 90%;
	}

}

@media (max-width: 375px) {
	.head-buttons {
    margin-right: -10px;
}
	.head-btn {
    padding: 0px 15px;
	}
	.home-slidelistelm h2 {
    font-size: 16px;
    letter-spacing: -0.5px;
	}
	.slider-report-header ul li { padding-right: 15px; }
	.footer-toplinks ul { margin: 0px -15px; }
	.footer-toplinks ul li {
    width: auto;
		padding: 7px 15px;
	}
}
