/* General css */

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Clearfix */

/* Font import */
@font-face {
	font-family: bpgarial;
	src: url('../css/bpg_arial_2009.ttf');
}
@font-face {
	font-family: BPG ExtraSquare Mtavruli;
	src: url('../css/bpg_extrasquare_mtavruli_2009.ttf');
}
@font-face {
	font-family: BPG Algeti Compact;
	src: url('../css/bpg_algeti_compact.ttf');
}
@font-face {
	font-family: Arial GEO;
	src: url('../css/arial_geo.ttf');
}
@font-face {
	font-family: BPG Algeti;
	src: url('../css/bpg_algeti.otf');
}

a {
    color: rgb(0, 27, 224);
    text-decoration: none;
}
a:hover {
    color: rgb(0, 0, 119);
    /* text-decoration: underline;
    border-bottom: 1px dotted rgb(185, 185, 194); */
}
body {
	background: url(../images/ticks.png);
	margin: 0;
}
section.frame {
	width: 998px;
	margin: 0 auto;
}
header#site-header #last-update {
	font-family: bpgarial;
	font-size: 11px;
	color: #2b2b2b;
	line-height: 34px;
	position: absolute;
	display: block;
}
header#site-header {
	background: url(../images/header-bg.png) repeat-x bottom center;
	background-position:0 24px;
	width: 100%;
	height: 195px;
}
header#site-header div#top-line {
	background: url(../images/top-line.png) repeat-x center center;
	width: 100%;
	height: 34px;
}
header#site-header div#logo-back {
	background: url(../images/logo-back.png) repeat-x center center;
	width: 499px;
	height: 112px;
	margin-left: -110px;
	position: absolute;
}
header#site-header a#header-logo {
	display: block;
	position: absolute;
	background: url(../images/logo.png) repeat-x center center;
	width: 252px;
	height: 52px;
	/* margin: 34px 0 0 0px; */
	margin: 30px 0 0 0px;
	float: left;
	position: relative;
}
/* header menu 1 */
header#site-header #header-static-menu {
    float: right;
}
header#site-header #header-static-menu div#lang_switcher {
    float: right;
    margin:  7px 0 0 17px;
    top: 0;
}
header#site-header #header-static-menu div.menu-secondary-container {
    float: left;
}

header#site-header #header-static-menu div.menu-secondary-container ul li:hover .sub-menu {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    background: rgb(172, 172, 172);
    z-index: 99999;
    min-width: 80px;
    text-align: center;
    margin-left: -5px !important;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
header#site-header #header-static-menu div.menu-secondary-container ul li:hover .sub-menu li a {
    color: #FFF !important;
}
header#site-header #header-static-menu div.menu-secondary-container ul li:hover .sub-menu li {
    height: 26px !important;
    line-height: 30px !important;
}
header#site-header #header-static-menu div.menu-secondary-container ul li:hover .sub-menu li a {
    height: 26px !important;
    line-height: 30px !important;
}

header#site-header #header-static-menu #menu-static {
    padding: 0;
    margin: 0;
    height: 47px;
}
header#site-header #header-static-menu #menu-static li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    height: 33px;
}
header#site-header #header-static-menu #menu-static li .sub-menu {
    display: none;
    position: absolute;
}
header#site-header #header-static-menu #menu-static li a {
    color: #898989;
    text-decoration: none;
    display: block;
    font-size: 11px;
    font-family: bpgarial;
    line-height: 34px;
    padding: 0 8.5px;
    margin: 0;
}
/* Header soc buttons and search */
header#site-header #second-line .secondlineclasscontainer {
	display: block;
	width: 100%;
	position: relative;
	height: 112px;
}
header#site-header #header-social-panel {
	float: right;
	max-height: 90px;
	position: absolute;
	right: 0;
	top: 30px;
}
header#site-header #header-social-panel #header-soc-buttons {
	float: left;
}
header#site-header #header-social-panel #header-soc-buttons .header-soc-buttons-list {
	margin: 0;
	padding: 0;
}
header#site-header #header-social-panel #header-soc-buttons .header-soc-buttons-list li {
	list-style: none;
	display: inline-block;
	float: left; /* margin fix */
	width: 28px;
	height: 27px;
	margin-right: 4px;
	background: #575757; /* IE remove later? */
	overflow: hidden;
	border-radius: 3px;
	color: #fff;
}
header#site-header #header-social-panel #header-soc-buttons .header-soc-buttons-list li a {
	color: #fff;
	text-align: center;
	line-height: 27px;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-decoration: none;
}
header#site-header #header-social-panel #header-soc-buttons .header-soc-buttons-list li a.header-soc-button-facebook {
	background: url(../images/soc-facebook.png) #575757 center center no-repeat; /* ORIG */
}
header#site-header #header-social-panel #header-soc-buttons .header-soc-buttons-list li a.header-soc-button-facebook:hover {
	background: url(../images/soc-facebook.png) #3c599f center center no-repeat;
}
header#site-header #header-social-panel #header-soc-buttons .header-soc-buttons-list li a.header-soc-button-twitter {
	background: url(../images/soc-twitter.png) #575757 center center no-repeat; /* ORIG */
}
header#site-header #header-social-panel #header-soc-buttons .header-soc-buttons-list li a.header-soc-button-twitter:hover {
	background: url(../images/soc-twitter.png) #2daae4 center center no-repeat;;
}
header#site-header #header-social-panel #header-soc-buttons .header-soc-buttons-list li a.header-soc-button-rss {
	background: url(../images/soc-rss.png) #575757 center center no-repeat; /* ORIG */
}
header#site-header #header-social-panel #header-soc-buttons .header-soc-buttons-list li a.header-soc-button-rss:hover {
	background: url(../images/soc-rss.png) #e58a3e center center no-repeat;
}
header#site-header #header-social-panel #header-searchbar {
	float: left;
}
header#site-header #header-social-panel #header-searchbar label {
	display: block;
	position: relative;
}


header#site-header * {
	outline: none;
}
header#site-header #header-social-panel #header-searchbar input#geoKeys {
	width: 1.3em;            
    margin: -0.18em 0.25em;
    position: absolute;
    padding: 0px;
    height: 37px;
}
header#site-header #header-social-panel #header-searchbar #s {
	width: 278px;
	height: 27px;
	padding: 0px 31px 0 5px;
	font-size: 14px;
	color: #393939;
	border: 1px solid #c5c5c5;
	border-radius: 4px;
}
header#site-header #header-social-panel #header-searchbar #s.s_ka {
	text-indent: 1.5em;	
}
header#site-header #header-social-panel #header-searchbar #searchsubmit {
	border: none;
	background: url(../images/search.png);
	font-size: 0px;
	text-indent: -99999px;
	width: 17px;
	height: 14px;
	display: block;
	position: absolute;
	right: 9px;
	top: 8px;
}
/* Header soc buttons and search */

header#site-header #main-menu {
	background: url(../images/main-menu-back.png) repeat-x center center;
	width: 100%;
	height: 47px;
	border-top: 2px solid #d42127;
	border-bottom: 1px solid #fff;
}
header#site-header #header-infobar {
	color: #a1a1a1;
	font-size: 11px;
	clear: both;
}
header#site-header #header-infobar span#header-infobar-count {
	display: block;
	float: left;
	margin: 11px -2px 0 1px;
	padding: 2px 7px 1px 6px;
	font-size: 20px;
	font-size: 20.35px;
	border: 1px solid #C9C9C9;
	border-radius: 2px;
	background: rgb(241, 241, 241);
	text-shadow: 1px 1px 1px #FFF;
}
header#site-header #header-infobar span#header-infobar-count-text {
	display: block;
	float: left;
	margin: 17px 2px 0 11px;
	line-height: 12px;
	max-width: 130px;
	color: #555;
	text-shadow: 1px 1px 1px #FFF;
}header#site-header #header-infobar a#header-infobar-subscribe {
	display: block;
	float: left;
	margin: 15px 0 0 11px;
	color: #666666;
	border-left: 1px dotted #aeaeae;
	padding: 0 0 3px 12px;
	font-style: italic;
	text-decoration: none;
}
/* header menu 2 */
header#site-header #main-menu #header-menu {
    float: none;
}
header#site-header #main-menu #menu-main {
    padding: 0;
    margin: 0;
    height: 47px;
}
header#site-header #main-menu #menu-main li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
	float: left; /* margin-fix */
    position: relative;
    height: 47px;
}
header#site-header #main-menu #menu-main li .sub-menu {
    display: none;
    position: absolute;
	overflow: hidden;
	z-index: 10000;
}
header#site-header #main-menu #menu-main li:hover {
    background: #333;
}
header#site-header #main-menu #menu-main li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-family: bpgarial;
    line-height: 47px;
    padding: 0 12.5px;
    margin: 0;
}
header#site-header #main-menu #menu-main li .sub-menu li a {
	border-bottom: 1px solid rgb(90, 90, 90);
}
header#site-header #main-menu #menu-main li:hover .sub-menu {
	display: block;
	position: absolute;
    background: #444;
    min-width: 200px;
    margin: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 0px;
}
header#site-header #main-menu #menu-main li:hover .sub-menu li {
    width: 200px;
}
/* header menu */
/* Header */


/* Body */
section#body-container {
	width: 998px;
	margin: 0 auto;
	min-height: 250px;
}
section#body {
	width: 100%;
	margin: 41px 0 41px 0;
	display: block;
}
section#body section#content {
	float: left;
	width: 665px;
	padding-top: 7px;
	margin-right: 0px;
}
section#body section#sidebar {
	float: left;
	width: 300px;
	padding: 0 0px 0 20px;
	margin-left: 13px;
}
/* Sliedshow */

section#body section#frontpage-slides {
	width: 662px;
	height: 240px;
	/*overflow: hidden;*/
	padding-bottom: 21px;
	margin-bottom: 33px;
	border-bottom: 1px solid #c3c3c3;
	position: relative;
}
section#body section#frontpage-slides-holder {
	height: 237px;
}
section#body section#frontpage-slides-holder div#slideshow-controls {
	position: absolute;
	bottom: 33px;
	z-index: 9999;
	left: 12px;
	width: 60px;
	height: 25px;
}
section#body section#frontpage-slides-holder div#slideshow-controls a {
	display: block;
	float: left;
	width: 15px; height: 25px;
	margin-right: 5px;
}
section#body section#frontpage-slides-holder div#slideshow-controls a.slideshow-controls-left {
	background: url(../images/sl-larr.png);
}
section#body section#frontpage-slides-holder div#slideshow-controls a.slideshow-controls-stop {
	background: url(../images/sl-stop.png);
	background: url(../images/sl-stop.png) #ccc no-repeat center center !important;
}
section#body section#frontpage-slides-holder div#slideshow-controls a.slideshow-controls-stop.slideshow-controls-play {
	background: url(../images/sl-play.png);
	background: url(../images/sl-play.png) #ccc no-repeat center center !important;
}
section#body section#frontpage-slides-holder div#slideshow-controls a.slideshow-controls-right {
	background: url(../images/sl-rarr.png);
}
section#body section#frontpage-slides article.slideshow-post {
	width: 662px;
	height: 240px;
	overflow: hidden;
	float: left;
	position: relative;
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-image {
	width: 287px;
	height: 237px;
	float: left;
	overflow: hidden;
	position: relative;
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-image a {
	display: block;
	width: 100%;
	height: 100%;
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-info {
	float: right;
	min-width: 367px;
	max-width: 367px;
	/* margin-left: 13px; */
	height: 241px;
	position: relative;
	z-index: 9999;
	/* display: block; */
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9; /* number of lines to show */
	-webkit-box-orient: block-axis;
	/* top: 0px; */
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-info header.slideshow-article-title {
	/* float: left; */
	font-size: 14px;
	font-weight: bold;
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-info header.slideshow-article-title a {
	color: #2069B6;
	font-family: bpgarial;
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-info div.slideshow-article-datetime {
	/* float: right; */
	font-size: 11px;
	color: #434343;
	font-family: Myriad Pro;
	position: absolute;
	right: 0;
	top: 0;
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-info div.slideshow-article-description {
	float: none;
	clear: both;
	font-size: 14px;
	display: block;
	width: 100%;
	margin: 10px 0 10px 0;
	font-family: bpgarial;
	/* height: 200px; */
	overflow: hidden;
	max-height: 171px;
	font-weight: bold;
	color: #333;           /* number of lines to show */     
	/* line-height: 14px; */
	height: 100%;
}
.slideshow-article-description > a {
    font-weight: bold;
    color: #333;
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-info div.slideshow-article-description div.slideshow-article-description-excerpt {
	/* font-size: 14px; */
	font-family: sylfaen;
	color: #000;
	margin: 5px 0 0px 0;
	line-height: 17px;
	/* overflow: hidden; */
	/* max-height: 80px; */
	font-weight: normal;
	/* text-overflow: ellipsis; */  
	/* display: -webkit-box; */  
	/* -webkit-line-clamp: 1; */  
	/* -webkit-box-orient: vertical; */
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-info div.slideshow-article-description div.slideshow-article-description-excerpt p {
	margin-top: 0;
}

section#body section#frontpage-slides article.slideshow-post section.slideshow-article-sharepanel {
	position: absolute;
	bottom: 0;
	width: 367px;
	height: 17px;
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-article-sharepanel div.slideshow-article-views-count {
	float: left;
	width: 90px;
	padding: 0 0 0 25px;
	background: url(../images/br-views.png) center left no-repeat;
	color: #434343;
	font-size: 11px;
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-article-sharepanel div.slideshow-article-views-count a {
	color: #434343;
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-article-sharepanel div.slideshow-article-share {
	position: absolute;
	left: 100px;
	font-size: 11px;
	background: url(../images/br-share.png) center left no-repeat;
	text-align: left;
	padding-left: 25px;
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-article-sharepanel div.slideshow-article-share a {
	color: #434343;
}
section#body section#frontpage-slides article.slideshow-post section.slideshow-article-sharepanel div.slideshow-article-meter-status {
	float: right;
	margin: -17px 0 12px 0;
}
section#body header.archive-title {
	font-size: 18px;
	font-family: bpgarial;
	color: #2069B6;
	margin-bottom: 25px;
}

/* Sidebar */
section#body section#sidebar section#sidebar-adscontainer header {
	color: #343434;
	font-size: 11px;
	font-family: bpgarial;
	margin: 8px 0 10px 3px;
}
section#body section#sidebar section#sidebar-adscontainer section#adsbody {
	width:300px;
	height: 250px;
	background: url( ../images/ads.png ) center center no-repeat #d8d8d8;
}
section#body section#sidebar .sidebar-line {
	height: 1px;
	border-bottom: 1px solid #c3c3c3;
	width: 300px;
	margin: 26px 0 38px 0px;
}
section#body section#sidebar section#persons section#personsbody {
	/* margin-top: 17px; */
	margin-left: 5px;
}
section#body section#sidebar section#persons header {
	font-size: 18px;
	font-family: bpgarial;
	color: #2069B6;
	margin: -20px 0 20px 0;
}
section#body section#sidebar section#persons ul.sidebar-persons {
	margin: 0;
	padding: 0;
}
section#body section#sidebar section#persons ul.sidebar-persons li.person {
	list-style: none;
	clear: both;
	margin: 17px 0;
}
section#body section#sidebar section#persons ul.sidebar-persons li.person img.person-image {
	float: left;
	border: 3px solid #fff;
	box-shadow: 0 0 1px #bbb;
	border-radius: 1px;
}
section#body section#sidebar section#persons ul.sidebar-persons li.person div.person-description {
	float: left;
	margin-left: 26px;
}
section#body section#sidebar section#persons ul.sidebar-persons li.person div.person-description div.person-title {
	color: #3f3f3f;
	font-size: 13px;
	margin: 8px 0 6px 0;
	font-weight: bold;
}
section#body section#sidebar section#persons ul.sidebar-persons li.person div.person-description div.person-articles-count {
	color: #434343;
	font-size: 11px;
	max-width: 182px;
}

section#body section#sidebar #sidebar-significant header {
	display: block;
	clear: both;
	font-family: bpgarial;
	color: #FFFFFF;
	font-size: 17px;
	margin: 10px 0 18px 0px;
	font-weight: 800;
	/* border-bottom: 1px dashed; */
	/* display: inline-block; */
	padding-bottom: 5px;
	/* background: rgb(207, 207, 207); */
	padding: 11px 0 8px 0px;
	text-align: center;
	border-radius: 3px; /* Old browsers */   /* FF3.6+ */   /* Chrome,Safari4+ */   /* Chrome10+,Safari5.1+ */   /* Opera 11.10+ */   /* IE10+ */   /* W3C */   /* IE6-9 */;
	background: linear-gradient(to bottom, #1e5799 0%,#5690BE 100%); /* W3C */;
}
section#body section#sidebar #sidebar-significant section.significant-body {
	color: #3f3f3f;
	font-size: 14px;
	line-height: 15px;
	overflow: hidden;
}
section#body section#sidebar #sidebar-significant img.significant-image {
	float: left;
	margin: 4px 5px 4px 0;
	border: 1px solid gainsboro;
	max-height: 100px;
	max-width: 100px;
	border-radius: 2px;
}
section#body section#sidebar #sidebar-significant footer a {
	display: block;
	font-size: 14px;
	margin: 12px 0 0 0;
	color: #797979;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: underline;
}

section#body section#sidebar #sidebar-askyourfactcheck {
	height: 80px;   padding-top: 10px;   border: 1px solid #a7a7a7;   border-radius: 4px;   
	margin: 10px 0 10px 0;   background: #707070;   background: -moz-linear-gradient(top, rgba(0,0,0,0.18) 0%, rgba(112,112,112,0.15) 100%); /* FF3.6+ */   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.18)), color-stop(100%,rgba(112,112,112,0.15))); /* Chrome,Safari4+ */   background: -webkit-linear-gradient(top, rgba(0,0,0,0.18) 0%,rgba(112,112,112,0.15) 100%); /* Chrome10+,Safari5.1+ */   background: -o-linear-gradient(top, rgba(0,0,0,0.18) 0%,rgba(112,112,112,0.15) 100%); /* Opera 11.10+ */   background: -ms-linear-gradient(top, rgba(0,0,0,0.18) 0%,rgba(112,112,112,0.15) 100%); /* IE10+ */   background: linear-gradient(to bottom, rgba(0,0,0,0.18) 0%,rgba(112,112,112,0.15) 100%); /* W3C */   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#14707070',GradientType=0 ); /* IE6-9 */;
}
section#body section#sidebar #sidebar-askyourfactcheck a {
	display: block;
	/* text-shadow: 1px 1px 1px #DDD; */
}
section#body section#sidebar #sidebar-askyourfactcheck #askbutton {
	float: left;
	background: url( ../images/cyf.png );
	background-repeat: no-repeat;
	width: 65px;
	height: 65px;
	background-size: 36px;
	background-position: 16px 16px;
}

section#body section#sidebar #sidebar-askyourfactcheck #asktext {
	margin: 26px 0;
	display: block;
	float: left;
	color: #2E5EC4;
	font-weight: bold;
	/* text-shadow: 1px 1px 1px #B9B9B9; */
	font-family: bpgarial;
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	padding-right: 15px;
	text-transform: uppercase;
	width: 210px;
}

section#body section#sidebar #sidebar-quiz {
	height: 80px;
	padding-top: 10px;
	border: 1px solid #a7a7a7;
	border-radius: 4px;
	margin: -15px 0 -4px 0;
	background: #707070;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.18) 0%, rgba(112,112,112,0.15) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.18)), color-stop(100%,rgba(112,112,112,0.15))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.18) 0%,rgba(112,112,112,0.15) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.18) 0%,rgba(112,112,112,0.15) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.18) 0%,rgba(112,112,112,0.15) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.18) 0%,rgba(112,112,112,0.15) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#14707070',GradientType=0 ); /* IE6-9 */
}
section#body section#sidebar #sidebar-quiz a span.quizimage {
	float: left;
	background: url( ../images/quiz/quiz-unpressed.png );
	background-repeat: no-repeat;
	width: 65px;
	height: 65px;
	background-size: 65px;
	background-position: 0px 10px;
}
section#body section#sidebar #sidebar-quiz a:hover span.quizimage {
	background: url( ../images/quiz/quiz-pressed.png );
	background-repeat: no-repeat;
	width: 65px;
	height: 65px;
	background-size: 65px;
	background-position: 0px 10px;
}
section#body section#sidebar #sidebar-quiz a span.quiztitle {
	margin: 14px 0;
	display: block;
	color: #B83F3F;
	font-weight: bold;
	/* text-shadow: 1px 1px 1px #B9B9B9; */
	font-family: bpgarial;
	text-align: center;
	font-size: 17px;
	line-height: 20px;
	padding-right: 15px;
}

section#persons_promises a {
	margin: -15px 0 -1px 0;
	display: block;
	border: 1px solid rgb(213, 213, 213);
	padding: 15px;
	font-family: bpgarial;
	background: url(  ) no-repeat;
	color: rgb(0, 18, 146);
	font-weight: bold;
	text-shadow: 1px 1px 3px #fff;
	background-size: 50px;
	background-position: 5px 3px;
	padding-left: 65px;	
}


/* Page */
article#post-container section.post header.post-title {
	font-size: 18px;
	font-family: bpgarial;
	color: #2069B6;
}
article#post-container section.post div.entrytext {
	font-size: 13px;
	font-family: bpgarial;
	color: #343434;
	margin: 20px 0;
}

/* loop */
article.loop-post {
	display: block;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #c4c4c4;
	box-shadow: 0px 1px 0px #fff;
}
article.tv-post section.image, 
article.loop-post section.image {
	float: left;
	margin-bottom: 23px;
	min-height: 139px;
}
article.tv-post section.image {
	text-align: center;
	width: 100%;
	position: relative;
}
article.loop-post section.image img {
	border: 1px solid gainsboro;
}
article.loop-post section.info {
	float: right;
	min-width: 477px;
	max-width: 477px;
	font-family: bpgarial;
	font-size: 13px;
}
article.tv-post section.info {
    /* min-width: 400px !important; */
    /* max-width: 400px !important; */
	
    float: none;
	
    max-width: 662px;
	
    min-width: 662px;
    font-family: bpgarial;  font-size: 13px;
    padding-top: 26px;
    background-position-y: 17px;
    max-height: 120px !important;
}
article.tv-post section.info header.article-title {
	margin: 10px 0 10px 0;
}
article.loop-post section.info header.article-title {
	margin: 0px 0 10px 0;
	padding-top: 0px;
}
article.loop-post section.info header.article-title a {
	color: #3f3f3f;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
article.tv-post section.info header.article-title a {
	color: #3f3f3f;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;

	line-height: 20px;
	margin: -10px 0px 10px 0;
	text-indent: 0px;
	font-size: 17px;
	text-align: center;
}
article.loop-post section.info div.article-description {
	line-height: 17px;
	max-height: 102px;
	overflow: hidden;
}
article.loop-post section.info div.article-description p {
	margin: 0;
}

/* promises loop */
article.promises-loop-post {
	display: block;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #c4c4c4;
	box-shadow: 0px 1px 0px #fff;
}
article.promises-loop-post section.image {
	float: left;
	margin-bottom: 23px;
}
article.promises-loop-post section.image img {
	border: 1px solid gainsboro;
}
article.promises-loop-post section.info {
	float: right;
	min-width: 477px;
	max-width: 477px;
	font-family: bpgarial;
	font-size: 13px;
}
article.promises-loop-post section.info header.article-title {
	margin: 0 0 10px 0;
}
article.promises-loop-post section.info header.article-title a {
	color: #3f3f3f;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
article.promises-loop-post section.info div.article-description {

	line-height: 17px;
	max-height: 102px;
	overflow: hidden;
}
article.promises-loop-post section.info div.article-description p {
	margin: 0;
}

/* quiz loop */
article.loop-post section.quiz-info {
	font-family: bpgarial;
	font-size: 13px;
}
article.loop-post section.quiz-info header.article-title {
	margin: 0 0 10px 0;
}
article.loop-post section.quiz-info header.article-title a {
	color: #3f3f3f;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
article.loop-post section.quiz-info div.article-description {
	line-height: 17px;
	max-height: 102px;
	overflow: hidden;
}
article.loop-post section.quiz-info div.article-description p {
	margin: 0;
}


/* breadcrumbs */

article.tv-post section.article-sharepanel {
	/* float: right; */
	/* width: 440px !important; */
	/* margin-top: -46px; */
	/* position: absolute; */
	margin-right: -50px;
}

article.loop-post section.article-sharepanel {
	clear: both;
	width: 100%;
	display: block;
	color: #434343;
	font-size: 11px;
}
article.loop-post section.article-sharepanel div.article-views-count,
article.loop-post section.article-sharepanel div.article-datetime,
article.loop-post section.article-sharepanel div.article-share {
	float: left;
	width: 90px;
	padding: 0 0 0 25px;
}
article.loop-post section.article-sharepanel div.article-views-count a,
article.loop-post section.article-sharepanel div.article-datetime a,
article.loop-post section.article-sharepanel div.article-share a,
article.loop-post section.article-sharepanel div.article-views-count a:hover,
article.loop-post section.article-sharepanel div.article-datetime a:hover,
article.loop-post section.article-sharepanel div.article-share a:hover {
	color: #434343;
}
article.loop-post section.article-sharepanel div.article-read-full {
	float: left;
	font-size: 14px;
	color: #970101;
	margin: 0px 0 0 -35px;
	background: url(../images/anchor.png) center left no-repeat;  text-align: left;
	padding-left: 21px;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFF;
}
article.loop-post section.article-sharepanel div.article-read-full a {
	color: #B90000;
}
.article-views-count a {
	cursor: default;
}
article.loop-post section.article-sharepanel div.article-views-count {
	background: url(../images/br-views.png) center left no-repeat;
}
.article-views-count a {
	cursor: default;
}
article.loop-post section.article-sharepanel div.article-datetime {
	background: url(../images/br-time.png) center left no-repeat;
}
article.loop-post section.article-sharepanel div.article-share {
	background: url(../images/br-share.png) center left no-repeat;
	text-align: left;
}
article.loop-post section.article-sharepanel div.article-meter-status {
	float: right;
	margin: -15px 0 12px 0;
	height: 39px;
}
article.post section.tv-article-sharepanel div.article-datetime {
    float: left;
    width: 160px;
    height: 14px;
    clear: none;
    padding: 0 0 0 25px;
    margin: 0;
}
article.post section.tv-article-sharepanel div.article-views-count {
    float: left;
    width: 155px;  
    height: 14px;
    clear: none;
    padding: 0 0 0 25px;  margin: 0;
}
article.post section.tv-article-sharepanel div.article-read-full {
    float: left;
    width: 150px;  
    height: 14px;
    clear: none;
    padding: 0 0 0 25px;        
    /* margin: 0px 0 0 -35px; */  background: url(../images/anchor.png) center left no-repeat;  text-align: left;  padding-left: 21px;  font-size: 13px;  font-weight: bold;  text-shadow: 1px 1px 1px #FFF;
}
article.post section.tv-article-sharepanel div.article-read-full a {
    color: #970101;
	
    font-size: 13px;
}

/* Single */
/* breadcrumbs */
article.post section.article-sharepanel {
	float: right;
	width: 444px;
	display: block;
	color: #434343;
	font-size: 11px;
	border-bottom: 1px solid #c6c6c6;
	padding: 10px 0 0px;
	border-right: none;
	border-left: none;
	/*position: absolute;
	bottom: 22px;*/
	position: relative;
	right: 0;
}
article.post section.article-sharepanel:after {
	position: absolute;
	display: block;
	content: '';
	height: 1px;
	width: 100%;
	margin: 41px 0;
	background: white;
}
article.post section.tv-article-sharepanel {
	float: right;
	width: 100%;
	display: block;
	color: #434343;
	font-size: 11px;
	border-bottom: 1px solid #c6c6c6;
	padding: 0px 0 0px;
	border-right: none;
	border-left: none;
	position: relative;
	right: 0;
    
	margin: 30px 0 -22px;
}
article.post section.tv-article-sharepanel:after {
	position: absolute;
	display: block;
	content: '';
	height: 1px;
	width: 100%;
	margin: 41px 0;
	background: white;
}
article.post section.article-sharepanel:before {
	position: absolute;
	display: block;
	content: '';
}

article.post div.article-views-count,
article.post div.article-datetime,
article.post div.article-share {
	padding: 0 0 0 25px;
}
article.post div.article-views-count a,
article.post div.article-datetime a,
article.post div.article-share a,
article.post div.article-views-count a:hover,
article.post div.article-datetime a:hover,
article.post div.article-share a:hover {
	color: #434343;
}
article.post div.article-views-count {
	background: url(../images/br-views.png) center left no-repeat;
	clear: both;
	width: 100%;
	/*margin: -5px 0 -15px;
	margin: 15px 0 -20px 0;*/
	margin: -5px 0 -15px;
	font-size: 12px;
}
article.post div.article-datetime {
	background: url(../images/br-time.png) center left no-repeat;
	font-weight: normal;
	font-size: 11px;
	margin: 40px 0 -22px 0;
}
article.post div.article-share {
	background: url(../images/br-share.png) center left no-repeat;
}
article.post div.article-meter-status {
	float: right;
	margin: -11px 0 12px 0;
	height: 39px;
}

/*
article.post {
	display: block;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #c4c4c4;
	box-shadow: 0px 1px 0px #fff;
}
*/
article.post section.image {
	float: left;
	margin: 0 18px 0 0;
}
article.loop-post section.image img {
	border: 1px solid gainsboro;
}
article.post section.info {
	font-family: bpgarial;
	font-size: 14px;
	position: relative;
	height: 220px;
}
article.post section.info header.article-title {
	margin: 0 0 10px 0;
	font-size: 16px;
	height: 22px
}
article.post section.info header.tv-article-title {
    color: #3f3f3f;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
	margin: 12px 0 20px 0;
    text-indent: 0px;
    font-size: 17px;
    text-align: center;
	padding-left: 55px;
}
article.post section.info header.article-title a {
	color: #3f3f3f;
	font-weight: bold;
	text-decoration: none;
	font-size: 17px;
	
	
	font-size: 18px;
	font-family: bpgarial;
	color: #2069B6;
	margin-bottom: 25px;
}
article.post section.info div.article-description {
	line-height: 17px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #434343;
	min-height: 85px;
}
article.post section.article-content {
	font-family: sylfaen;
	font-size: 13px;
	margin: 35px 0 25px 0;
	border-bottom: 1px solid #c2c2c2;
	position: relative;
	clear: both;
	display: inline-block;
}
article.post section.article-content img {
    max-width: 662px;
	height: auto;
}
article.post section.article-content table p {
	margin: 0.35em 0;
}
article.post section.article-content:after {
	position: absolute;
	display: block;
	content: '';
	border-bottom: 1px solid #FFF;
	height: 2px;
	width: 100%;
	box-sizing: border-box;
}
article.post section.article-content div.article-description-subtitle {
	margin: -10px 0 25px;
	line-height: 17px;
	font-size: 16px;
	font-weight: bold;
	color: #323232;
}

article.post section.article-content .caricature {
	margin: 0px 0px 10px 0px;
	border: 1px double rgb(124, 124, 124);
	padding: 4px 1px;
	text-align: center;
	background: rgb(216, 216, 216);
	font-family: bpgarial;
}
article.post section.article-content .caricature img {
	max-width: 656px;
	height: auto;
	margin-bottom: -3px;
}


/* Aligns */
.alignleft, .left {
	float: left;
}
img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid gainsboro;
	box-shadow: 1px 1px 1px gainsboro;
}
.alignright, .right {
	float: right;
}
img.alignright {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid gainsboro;
	box-shadow: 1px 1px 1px gainsboro;
}
.clear {
	clear: both;
}

/* Site footer */
footer#site-footer {
	width: 100%;
	font-family: bpgarial;
}
footer#site-footer div#footer-top {
	width: 100%;
	height: 186px;
	background: #373737;
	border-bottom: 1px solid #4e4e4e;
	font-size: 13px;
}
footer#site-footer div#footer-top div#footer-partners {
	float: left;
}
footer#site-footer div#footer-top div#footer-support-ads {
	float: right;
	margin: 20px 0px 0 0;
	display: none;
}
footer#site-footer div#footer-top div#footer-partners-usembassy {
	margin: 20px 0 0 0;
	float: left;
}
footer#site-footer div#footer-top div#footer-partners-usembassy img {
	float: left;
	width: 120px;
	height: 120px;
}
footer#site-footer div#footer-top div#footer-partners-usembassy .footer-partners-usembassy-desc {
	float: left;
	font-size: 13px;
	line-height: 21px;
	max-width: 435px;
	margin: 15px 0 0 30px;
	color: #8d8d8d;
}
footer#site-footer div#footer-bottom {
	width: 100%;
	height: 54px;
	background: #292929;
	border-top: 1px solid #373737;
	font-size: 11px;
}
footer#site-footer div#footer-bottom div#footer-rights {
	float: left;
	margin: 21px 0 0 7px;
	color: #8d8d8d;
}
footer#site-footer div#footer-bottom div#counter {
    float: right;
    margin: 13px 13px 0 0;
}
footer#site-footer div#footer-bottom div#footer-project-author {
	float: right;
	margin: 21px 7px 0 0;
	color: #6e6e6e;
}
footer#site-footer div#footer-bottom div#footer-project-author a.grasslink {
	text-decoration: none;
	color: #ffffff;
}





/* Templates */
section.persons header.persons-title {
	font-size: 18px;
	font-family: bpgarial;
	color: #2069B6;
	margin: -5px 0 20px;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 16px;
	position: relative;
}
section.persons header.persons-title:after {
	position: absolute;
	display: block;
	content: '';
	padding: 0px 0 17px;
	border-bottom: 1px solid #FFF;
	height: 1px;
	width: 100%;
	box-sizing: border-box;
}
section.persons ul.persons-list {
    margin: 0;
    padding: 0;

}
section.persons ul.persons-list li {
	list-style: none;
	float: left;
	min-height: 210px;
	max-width: 196px;
  	max-height: 245px;
	overflow: hidden;
	font-family: bpgarial;
}
section.persons ul.persons-list li a img {
    border-radius: 1px;
    box-shadow: 0 0 3px #D1D1D1;
}
section.persons ul.persons-list li.persont-list-col-0,
section.persons ul.persons-list li.persont-list-col-1 {
	margin-right: 38px;
}
section.persons ul.persons-list li div.person-name {
	font-size: 14px;
	color: #3f3f3f;
	font-weight: bold;
	margin: 18px 0 8px;
}
section.persons ul.persons-list li div.person-term-count {
	font-size: 11px;
	color: #434343;
	margin: 0 0 58px;
}

section.topics header.topics-title {
	font-size: 18px;
	font-family: bpgarial;
	color: #2069B6;
	margin: -5px 0 20px;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 16px;
	position: relative;
}
section.topics header.topics-title:after {
	position: absolute;
	display: block;
	content: '';
	padding: 0px 0 17px;
	border-bottom: 1px solid #FFF;
	height: 1px;
	width: 100%;
	box-sizing: border-box;
}
section.topics ul.topics-list {
    margin: 0;
    padding: 0;
}
section.topics ul.topics-list li {
	list-style: none;
	width: 320px;
	float: left;
	height: 40px;
	line-height: 42px;
	border-bottom: 1px solid rgb(175, 175, 175);
	font-size: 13px;
	font-family: bpgarial;
	box-shadow: 0px 1px 0px #FFF;
}
section.topics ul.topics-list li a {
	color: #505050;
	display: block;
	text-shadow: 1px 1px 1px #fff;
	padding-left: 10px;
}
section.topics ul.topics-list li a:hover {
	background: rgba(204, 204, 204, 0.42);
	padding-left: 11px;
}
section.topics ul.topics-list li:nth-child(odd) {
    margin-right: 22px;
}

/* majoritarians */
section.majoritarians header.majoritarians-title {
	font-size: 18px;
	font-family: bpgarial;
	color: #2069B6;
	margin: -5px 0 20px;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 16px;
	position: relative;
}
section.majoritarians header.majoritarians-title:after {
	position: absolute;
	display: block;
	content: '';
	padding: 0px 0 17px;
	border-bottom: 1px solid #FFF;
	height: 1px;
	width: 100%;
	box-sizing: border-box;
}
section.majoritarians ul.majoritarians-list {
    margin: 0;
    padding: 0;
}
section.majoritarians ul.majoritarians-list li {
	list-style: none;
	width: 100%;
	float: left;
	height: 40px;
	line-height: 42px;
	border-bottom: 1px solid rgb(175, 175, 175);
	font-size: 13px;
	font-family: bpgarial;
	box-shadow: 0px 1px 0px #FFF;
}
section.majoritarians ul.majoritarians-list li a {
	color: #505050;
	display: block;
	text-shadow: 1px 1px 1px #fff;
	padding-left: 10px;
}
section.majoritarians ul.majoritarians-list li a:hover {
	background: rgba(204, 204, 204, 0.42);
	padding-left: 11px;
}
section.majoritarians ul.majoritarians-list li:nth-child(odd) {
    margin-right: 22px;
}


section.group {
	font-family: sylfaen;
	background: rgba(214, 214, 214, 0.68);
	padding: 30px;
}
section.group .mimg {
	border-radius: 5px;
	overflow: hidden;
}
section.group .mln {
	display: block;
	width: 100%;
	border-bottom: 1px solid gainsboro;
	margin: 0 auto;
}
section.group .member h3 {
	font-family: BPG ExtraSquare Mtavruli;
	font-size: 15px;
	color: rgb(99, 99, 99);
	text-shadow: 1px 1px #fff;
	text-transform: capitalize;
}
section.group header.group-title {
	font-size: 18px;
	font-family: bpgarial;
	color: #2069B6;
	margin: -5px 0 20px;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 16px;
	position: relative;
}
section.group .desc {
	font-family: sylfaen;
	font-size: 14px;
	line-height: 18px;
}


section#single-person-promises {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 15px;
	position: relative;
}
section.single-person-post-promises section#single-person-promises {
	margin-bottom: 10px !important;
}
section#single-person-promises:after {
	position: absolute;
	display: block;
	content: '';
	height: 1px;
	width: 100%;
	bottom: -2px;
	background: white;
}
section#single-person-promises section.image {
    float: left;
}
section#single-person-promises section.image img {
	border: 1px solid gainsboro;
}
section#single-person-promises #person-promise-title {
    float: left;
    font-family: bpgarial;
    font-size: 28px;
    color: #2069B6;
    margin: 0 0 0 36px;
}
section.article-content-image iframe, section.article-content-image img {
	float: left;
	margin: 17px 14px 14px 0;
}
section#single-person-promises #person-promise-description {
    font-size: 20px;
    margin: 60px 37px;
	color: rgb(27, 27, 27);
	text-shadow: 1px 1px 3px #FFF;
	position: absolute;
}
section.single-person-post-promises .article-content {
	margin-top: 0px !important;
}
section.single-person-post-promises .article-content .article-content-image img {
	max-width: 160px;
}
section.quiz {
	font-family: bpgarial;
}
section.quiz h2.header, section.quiz h3.header {
	font-size: 18px;
	font-family: bpgarial;
	color: #2069B6;
	color: #244785;
	/*margin-bottom: 25px;*/
	max-width: 580px;
}
section.quiz h3.header {
	font-size: 16px;
}
section.quiz li {
	list-style: none;
	font-family: sylfaen;
	color: #333;
}
section.quiz li .answer {
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
}
.promises-posts-archive-link {
	color: rgb(71, 71, 71);
	font-size: 13px;
	font-family: bpgarial;
	text-shadow: 1px 1px 1px #FFF;
	font-weight: bold;
	float: right;
	margin-top: -107px;
}
.promises-posts-archive-link:hover {
	color: rgb(71, 71, 71);
	text-decoration: underline;
}
.not_found {
    font-family: bpgarial;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-shadow: 1px 1px 1px #FFF;
    border: 1px solid gainsboro;
    padding: 15px 23px;
}

section#checkyourfact {
    font-size: 13px;  font-family: bpgarial;  color: #343434;
}
.shortlink {
    position: absolute;
    top: 55px;
    right: 225px;
    font-size: 13px;
    width: 100px;
}