/*
Theme Name: DSR
Author: Pavel Elizarov
Author URI: http://pablito.ru
Version: 0.1
*/

@font-face {  font-family: Intro;  src: url("fonts/Intro.otf") format("opentype"); }
@font-face {  font-family: Futura PT Book;  src: url("fonts/FuturaPTBook.otf") format("opentype"); }
@font-face {  font-family: Futura PT Book;  src: url("fonts/FuturaPTBookObl.otf") format("opentype");  font-style: italic; }
@font-face {  font-family: Futura PT Light;  src: url("fonts/FuturaPTLight.otf") format("opentype"); }
@font-face {  font-family: Futura PT Book;  src: url("fonts/FuturaPTBold.otf") format("opentype");
  font-weight: bold; }
@font-face {  font-family: Futura PT;  src: url("fonts/FuturaPTBoldObl.otf") format("opentype");
  font-weight: bold;  font-style: italic; }
@font-face {  font-family: Futura PT Medium;  src: url("fonts/FuturaPTMedium.otf") format("opentype"); }
@font-face {  font-family: Futura PT Demi;  src: url("fonts/FuturaPTDemi.otf") format("opentype"); }
@font-face {  font-family: Futura PT Heavy;  src: url("fonts/FuturaPTHeavy.otf") format("opentype"); }
@font-face {  font-family: Futura PT Extra Bold;  src: url("fonts/FuturaPTExtraBold.otf") format("opentype"); }

html, body {  font-family: 'Futura PT Book', sans-serif; }

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}th, td{padding:2px}big{font-size:18px}small, sup, sub{font-size:14px}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd, tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del, strike, s{text-decoration:line-through}dt{font-weight:bold}address, cite, var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box}

body{font-family:'Futura PT Book',sans-serif;font-size:16px;color:#000;line-height:normal;padding:0;word-wrap:break-word;background:#fff;}

h1, h2, h3, h4, h5, h6{font-family:'Futura PT Book',arial,sans-serif;font-weight:bold;margin-bottom:30px;text-transform: uppercase;}
h2, h3, h4, h5, h6{margin-top:40px}
h1{font-size:35px}
h2{font-size:30px; margin: 40px 0 50px;}
h3{font-size:25px}
h4{font-size:20px}
h5{font-size:18px}
h6{font-size:16px}
p{margin:20px 0}
.single-post p, .page p, .single-post li, .page li {font-size:20px;line-height:145%;}
.single-post li, .page li {margin:0 0 15px;}

.single-post .fulltext li { padding-left: 15px; list-style: inside; }
.single-post .fulltext li li { list-style-type: circle; }

.single-post p, .page p {margin:30px 0;}
.single-post p {text-align:left;}
.page p {text-align:justify;}

.clear {clear:both;}

* p:last-of-type, #sidebar .widget-container:last-child{margin-bottom:0}
a{color:#0e95cc; text-decoration: none;}
a:hover{color:#0e95cc; text-decoration: none;}
strong{font-weight:bold}
em{font-style:italic}
pre{overflow-x:auto;white-space:pre-wrap}
code{font-family:'courier new',courier,serif}
hr{height:1px;border:none;margin:30px 0;background:#ccc}
blockquote{padding:15px;border-left:4px solid #ccc;margin:30px 0}
blockquote p:first-of-type{margin-top:0}
.entry-content ul, .widget-container ul, .comment-body ul, .entry-content ol, .widget-container ol, .comment-body ol{font-family:'Futura PT Book',arial,sans-serif;text-indent:-20px;margin:30px 0 30px 40px;}
.entry-content ol, .widget-container ol, .comment-body ol{list-style:decimal inside;text-indent:-18px}
.entry-content li, .widget-container li, .comment-body li{}
input, textarea{padding:10px;border:0 none;outline:0 none;margin-top:10px;background:#fff;color:#000;border:1px solid #000;}
input[type="submit"], #menu .toggle:hover{cursor:pointer}
input[type="search"]{-webkit-appearance:textfield}
a img, input[type="image"]{border:0 none}
img, video, audio, table, select, textarea{max-width:100% !important;height:auto}
table{width:100%;margin:30px 0}

#header,.subheader {min-width: 1180px; }
.wrapper{min-width: 1180px;max-width:1280px;margin:0 auto}
#container, .post, .widget-container, .search .page{margin-bottom:60px}
#container{background:#fff}
#container:after{display:table;content:"";clear:both}
#content{width:75%;padding:10px 0 0;float:right}
#sidebar{width:25%;padding:4% 4% 4% 0;float:left}
#footer{clear:both}

.wrapper {clear:both;}

.hrwrapper {
  float: left;
  width: calc(75% - 7px);
  min-width: calc( 25% + 512px);
  max-width: calc( 25% + 640px);
  height: 400px;
}

.page #header, .archive #header, .single #header, .page #header { position:fixed;top:0;width:100%;z-index:999; }
.category-1 #header { position:absolute; }


.pmenu {width:110%;z-index:2147483647;background:#fff;height:78px;}
.pmenu ul, .pmenu ul li{margin:0;padding:0;list-style:none}
.pmenu ul li{display:inline;position:relative}
.pmenu ul li a{display:inline-block;font-size:12px;color:#3d3d3d;text-decoration:none;line-height:33px;padding:20px 14px 40px;margin:-0px 0 -18px;}
.pmenu ul li a:hover,.pmenu ul li.current-menu-item a{color:#fff;text-decoration:none;background-image:url('images/menubg.svg'); background-size: 100% 100%;}
.pmenu li ul{display:none;position:absolute;top:40px;left:0;z-index:1000}
.pmenu ul li:hover ul{display:inline-block}
.pmenu ul ul{display:none}
.pmenu ul li:hover ul{display:block}
.pmenu ul li:hover ul li a{text-align:center;font-size:11px;line-height:20px;border:0;background:#fff;color:#000;}
.pmenu ul li:hover ul li a{width:100%;padding:5px}
.pmenu ul li ul li a:hover{color:#4a85bb;;}
.pmenu .toggle,.mmenu .toggle{display:none;color:#fff;text-align:center;line-height:33px}

/* .pmenu #menu-item-27 a, #mainpagemenu2 li a  {font-size:16px; color:#CC3613} */
#mainpagemenu2 li a:hover {color:#fff; background-color:#CC3613}


.mainpagemenu-container .menu { margin-top: 26px; }

.mmenu {width:100%;z-index:2147483647;background:#fff;}
.mmenu ul { display: block; float: left; }
.mmenu ul li{display: block; float: left;margin:0;padding:0;list-style:none}
.mmenu ul li{position:relative}
.mmenu ul li a{display:inline-block;font-size:14px;color:#3d3d3d;text-decoration:none;line-height:26px;padding:3px 14px 3px;margin:0;width:100%;text-align:center;}
.mmenu ul li a:hover{color:#4a85bb;text-decoration:none;}
.mmenu li ul{display:none;position:absolute;top:32px;left:0;z-index:1000;padding: 10px 0;}
.mmenu ul li:hover ul{display:inline-block}
.mmenu ul ul{display:none; background: #fff; width:96%;}
.mmenu ul li:hover ul{display:block}
.mmenu ul li:hover ul li a{text-align:center;font-size:11px;line-height:20px;border:0;}
.mmenu ul li:hover ul li a{width:100%;padding:5px 5px;}
.mmenu ul li ul li a:hover{color:#4a85bb;}

#mainpagemenu1 { width: 54%; min-width: 720px; } #mainpagemenu1 li { width: 20%; } #mainpagemenu1 li li { width: 100%; }
#mainpagemenu2 { width: 7%; min-width: 100px; } #mainpagemenu2 li { width: 100%; } #mainpagemenu2 li a  { font-size:24px;line-height:60px; }
#mainpagemenu3 { width: 15%; min-width: 100px; } #mainpagemenu3 li { width: 100%; }

/* .pmenu #menu-item-27 a {font-size:16px; color:#CC3613}
.pmenu #menu-item-27.current-menu-item a,.pmenu #menu-item-27 a:hover { color: #fff;
	background-image:url('images/menubg-red.svg');
 } */

#header #menu {
	font-family: 'Intro';
}

#header .mtitle, #header .ptitle {
  width: 25%;
  text-align: right;
  background-color: #CC3613;
  color: white;
  float: left;
  margin-right: 7px;
}

#header .mtitle {
  padding: 30px 15px;
}

#header .ptitle {
  padding: 15px;
}
#header .ptitle #site-title, #header .mtitle #site-title {
  text-align: right;
}
#header .ptitle #site-title a, #header .mtitle #site-title a {
  text-indent: -9000px;
  display: block;
  font-size: 0;
  float: right;
}

#header .mtitle #site-title a {
  background: url('images/name-white.svg') top center no-repeat;
  width: 122px;
  height: 57px;
  background-size: contain;
}
#header .mmenu .mainlogo a {
  background: url('images/logo-icon-red.svg') top center no-repeat;
  width: 57px;
  height: 67px;
  display: block;
  margin: 25px;
  float: left;
  background-size: contain;
}

#header .ptitle #site-title a {
  background: url('images/logo-name-white.svg') top center no-repeat;
  width: 127px;
  height: 48px;
  background-size: contain;
}
#header .ptitle, .subheader .leftwrapper, .newssidebar .leftwrapper {
  width: 25%;
  text-align: right;
  background-color: #CC3613;
  color: white;
  float: left;
  padding: 15px;
  margin-right: 7px;
}

.subheader {
	margin-top: 46px;
}
.subheader .leftwrapper, .newssidebar .leftwrapper  {
	height: 400px;
}
.sevent .subheader .leftwrapper {
}
.subheader #page-title, .newssidebar .leftwrapper #page-title {
  clear: both;
  font-weight: bold;
  font-size: 1.8em;
  padding: 130px 0 10px;
  text-transform: uppercase;
}
.sevent #page-title {
	font-size: 1.8em;
  font-family: 'Futura PT Demi';
  text-transform: none;
}
.subheader #page-description, .newssidebar .leftwrapper #page-description {
  clear: both;
  font-size: 1em;
  padding: 0 0 110px;
}
.subheader #page-description p, .newssidebar .leftwrapper #page-description p {
	margin: 0;
}
.subheader .headimage {
	height: 400px;
  background-size: cover;
  position: relative;
}

.page-id-8 .subheader {
  display: none;
}

.page .entry-content {
	padding-left: 40px;
}

#search{float:right; display: none;}
#search .search-field{width:200px;margin-top:0;background-color:#fff}
.widget-container .search-field{width:100%}
.error404 .entry-content .search-field, .search .entry-content .search-field{width:200px;margin-top:30px}
.error404 .entry-content .search-field, .search .entry-content .search-field, .widget-container .search-field{background-color:#f6f6f6}
.search-field{background:url(images/find.png) no-repeat 98% center / 24px auto}

.button, button, input[type="submit"]{display:inline-block;font-family:'Futura PT Book',sans-serif;font-size:18px;color:#fff;text-decoration:none;padding:10px 31px;border:0;background:#cc3612;font-weight: bold;}
.button:hover, button:hover, input[type="submit"]:hover{cursor:pointer;opacity:1}
#site-title a{}
#site-title h1{}
.single h1.entry-title a{color:#777;text-decoration:none}
h2.entry-title, h3.widget-title{margin-top:0}

article .header { display: none; }

.home article, .archive article {
	box-shadow: 0 8px 5px #E4E3E3;
  height: 250px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.home article h2, .archive article h2 {
	font-size: 16pt;
  margin: 0 0 10px;
  padding: 20px 30px 0 0;
  text-transform: none;
}
.home article a, .archive article a {
	color: #000;
}
.home article a.mainlink {
	width: 100%;
	height: 250px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15000;
}
.entry-date {
	display: none;
}
.home .entry-date {
	display: block;
}

.entry-summary {
  padding: 0 30px 0 0;
}
.home .entry-meta, .archive .entry-meta {
	text-align: right;
  padding: 0 30px 20px 0;
}

.hnews {
	width: 25%;
	float: left;
	padding: 0 0 0 20px;
	margin: 4% 0 0 0;
	height: 700px;
  overflow-y: hidden;
}
.hnews ul li {
	margin: 0 0 15px;
}
.hnews ul li a {
	color: black;
	font-size: 15pt;
  font-family: 'Futura PT Demi';
}
.hnews ul li .newshr {
	width: 70%;
	margin: 20px auto;
	height: 1px;
	background: #000;
}
.hnews ul li:last-child  .newshr {
	display: none;
}

.listthumb { width: 50%; height: 100%; float: left; margin-right: 30px; background-size: cover; position: relative; }

.home article:nth-child(2) .listthumb { float: right; margin-left: 30px; margin-right: 0; }
.home article:nth-child(2) h2, .home article:nth-child(2) .entry-summary,
.home article:nth-child(2) .entry-meta { text-align: right; }

.hevents {
	width: 50%;
	float: left;
	clear: left;
}
.hevents a {
	width: 100%;
	height: 480px;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15000;
}
.hevents .post{
	width: 50%;
	float: left;
	height: 480px;
	background-size: cover;
	margin: 0 0 7px 0;
	vertical-align: bottom;
	position: relative;
	padding: 280px 0 0;
	color: #fff;
	border-right: 7px solid #fff;
  transition: all 1s;
}

/* Darken backgrounds */

.hevents .post:before, .home article .listthumb:before, .archive article .listthumb:before,
.hsubscribe .bgwrap:before, .osubscribe .bgwrap:before, .single .headimage:before, .category-3 .post .headimage:before,
.category-5 .pefeed .post:before, .libbody .book .headimage:before {
    content: '\A';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.3);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
}
.hevents .post:hover:before, .home article:hover .listthumb:before, .archive article:hover .listthumb:before, .hsubscribe .bgwrap:hover:before, .osubscribe .bgwrap:hover:before, .single .headimage:hover:before, .category-3 .post .headimage:hover:before,.category-5 .pefeed .post:hover:before, .libbody .book .headimage:hover:before, .libbody .book:hover .headimage:before {
    opacity: 0.3;
}
.sevent .headimage:before, .sevent .headimage:hover:before {
	opacity: 0;
}
.libbody .book .headimage:before {
    background:rgba(0,0,0,0.45);
}
.hevents .post > div,.hevents .post > h3, 
.home article .listthumb > *, 
.archive article .listthumb > *,
.hsubscribe .bgwrap > *, .osubscribe .bgwrap > *, .single .headimage > *, .category-3 .post .headimage > * ,
.category-5 .pefeed .post > * /*, .libbody .book .headimage > * */
 {
    position: relative;
}
.hevents .edate {
	background: #106caf;
	padding: 6px 10px 4px 15px;
	font-size: 12pt;
	width: 105px;
}
.hevents h3 {
	padding: 15px 15px 5px;
	font-size: 14pt;
	margin: 0;
}
.hevents .elocation {
	padding: 0 15px;
}

.hsubscribe, .osubscribe {
	width: 50%;
	float: left;
	height: 480px;
}

.hsubscribe .bgwrap,.osubscribe .bgwrap {
	background: url('images/rusflag.jpg') top center no-repeat;
	background-size: cover;
	padding: 200px 0 0;
	text-align:center;
	height: 480px;
  position: relative;
}
#mc_embed_signup_scroll {
	width:80%;
	margin: 0 auto;
}
.mc-field-group {
	width: 65%;
	float: left;
}
.hsubscribe .email {
	border: 0;
	margin: 0 7px 0 0;
	padding: 14px 14px 15px;
	width: 100%;
  text-align: right;
}
.hsubscribe .button {
	float: left;
	background: #106caf;
	padding: 10px 15px;
	margin: 0;
	width: 34%;
}
.hsubscribe .subdesc {
	color: #fff;
	font-size: 14pt;
	clear: both;
	padding-top: 15px;
}

.hlive .hldesc {
	width: 25%;
	background: #cc3612;
	float: left;
	height: 520px;
	border-right: 7px solid #fff;
	text-align: right;
	color: #fff;
	padding: 15px;
	margin: 0 0 7px 0;
}
.hlive .hldesc h3 {
	font-size: 24pt;
	margin: 40px 0;
}
.hlive .hldesc h4 {
	font-size: 20pt;
	margin: 10px 0;
	text-transform: none;
}
.hlive .hldesc p {
	font-size: 16pt;
}
.hlive .allvideo a {
	display: block;
  background: #fff;
  padding: 10px;
  color: #CC3613;
  width: 145px;
	font-size: 16pt;
  float: right;
  clear: both;
  margin: 40px 0 0;
}
.hlive .allvideo a:hover {
  background: rgba(255,255,255,0.8);
}
.hlive .hlvideo {
	width: 75%;
	background: #000;
	height: 520px;
	float: right;
	overflow: hidden;
}

.hlive,.hanalytics,.hprojects {
clear: both; }

.hanalytics {
	height: 300px;
  width: 100%;
  margin: 0 0 7px 0;
}
.hanalytics .post {
	color: #fff;
	height: 300px;
	border-right: 7px solid #fff;
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
}
.hanalytics  .post:last-child {
	border-right: none;
}
.hanalytics  .post  .textshape {
	background: #106caf;
	width: 50%;
	padding: 10px;
	position: absolute;
  right: 0;
  bottom: 0;
}
.hanalytics  .post  .textshape  h3 {
	padding: 0 0 5px;
	font-size: 14pt;
	margin: 0;
  text-align: center;
  font-family: 'Futura PT Demi';
}
.hanalytics  .post  .textshape  p {
	margin :0;
  text-align: center;
}
.hanalytics a {
	width: 100%;
	height: 300px;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15000;
}

.hprojects .project a {
	width: 100%;
	height: 300px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15000;
  background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1));
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
}
.hprojects .project a:hover {
	background-image: none;
}
.hprojects .project {
  width: 50%;
	color: #000;
	height: 300px;
	vertical-align: bottom;
	display: table-cell;
	border-right: 7px solid #fff;  
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 70px; 
  background-size: 50%;
  position: relative;
}
.hprojects .project:first-child {
	background-image: url('images/emigrussia.png');
}
.hprojects .project:last-child {
	/* background-image: url('images/wof.png'); */
  border: 0;
}
.hprojects .project p {
  width: 70%;
  margin: 0 auto 50px;
}

.habout {
  width: 100%;
  margin: 60px 0 100px;
  padding: 0 40px;
}
.habout .logo {
  background:url('images/logo-in.png') top center no-repeat;
  width: 25%;
  float: left;
  height: 100px;
  background-size: contain;
}
.habout .text {
  width: 70%;
  float: right;
  font-size: 16pt;
  text-align: left;
}
.habout .text p {
	margin: 0;
  text-align: left;
}

.archive #content {
	margin: 0;
}

.category-2 #header .ptitle,.category-3 #header .ptitle,.category-4 #header .ptitle, .category-5 #header .ptitle, 
.category-2 .leftwrapper,.category-3 .leftwrapper,.category-4 .leftwrapper, .category-5 .leftwrapper,
.single-book .leftwrapper, .single-book #header .ptitle,
.page-id-1462 .leftwrapper, .page-id-1462 #header .ptitle
{
	background-color: #106caf;
}

/* Analytics */

.category-4 .post {
	width: 25%;
  margin: 0;
	color: #fff;
	height: 350px;
	vertical-align: bottom;
	display: table-cell;
  float: left;
	border-right: 7px solid #fff;
	border-top: 7px solid #fff;
  position: relative;
}
.category-4 .leftwrapper {
  height: 400px;
}
.category-4 .hrwrapper .post {
	width: 100%;
  height: 400px;
  border: 0;
}
.category-4 .post .pic {
	width: 100%;
  margin: 0;
	height: 193px;
}
.category-4 .hrwrapper .post .pic {
	height: 300px;
}
.category-4 .post .textshape {
	background: #106caf;
	width: 100%;
	padding: 23px;
	height: 100px;
	text-align: center;
}
.category-4 .hrwrapper .post .textshape {
	height: 100px;	
} 
.category-4 .post  .textshape  h3 {
	padding: 0 0 5px;
	font-size: 14pt;
	margin: 0;
	text-align: center;
}
.category-4 .post  .textshape  p {
	margin :0;
	text-align: center;
}
.category-4 .post a {
	width: 100%;
	height: 350px;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15000;
}
.category-4 .hrwrapper .post a {
	height: 400px;
}

/* Special  */

#header .sproject-title {
	font-size: 38pt;
	margin: 4pt 0 4pt 20pt;
	display: inline-block;
	background: #610f86;
	color: #fff;
	font-family: 'Amatic SC';
}
#header .special {
	font-size: 14pt;
	font-family: 'Amatic SC';
	display: inline-block;
	width: 300px;
	margin-left: 20pt;
}
#header .sproject-title a {
	color: #fff;
}

.page-template-page-sproject #header .ptitle,
.page-template-page-sproject .subheader .leftwrapper,
.page-template-page-sproject #header,
.page-template-page-sproject #header .pmenu,

.child-of-148 #header .ptitle,
.child-of-148 .subheader .leftwrapper,
.child-of-148 #header,
.child-of-148 #header .pmenu,
.child-of-148.single .entry-related,
.child-of-148.single .entry-social {
	background-color: #610f86;
}

.page-template-page-sproject #header, .page-template-page-sproject .subheader,
.child-of-148 #header, .child-of-148 .subheader {
	min-width: 960px;
}

.page-template-page-sproject .hrwrapper {
	margin: 85px auto 7px;
	float: none;
	width: 100%;
	max-width: 1900px;
}

.page-template-page-sproject .hfeed {
	width: calc(75%);
	min-width: calc( 25% + 519px);
	max-width: calc( 25% + 647px);
	margin: 0 auto 30px;
	position: relative;
}

.page-template-page-sproject .post {
	width: 50%;
  margin: 0;
	color: #fff;
	height: 330px;
	vertical-align: bottom;
	display: table-cell;
  float: left;
	border-right: 7px solid #fff;
	border-top: 7px solid #fff;
  position: relative;
}
.page-template-page-sproject .leftwrapper {
  height: 400px;
}
.page-template-page-sproject .hrwrapper .post {
	width: 100%;
	height: 50vw;
  border: 0;
}
.page-template-page-sproject .post .pic {
	width: 100%;
  margin: 0;
	height: 193px;
}
.page-template-page-sproject .hrwrapper .post .pic {
	height: 30vw;
	background-position: 50% !important;
}
.page-template-page-sproject .post .textshape {
	background: #610f86;
	width: 100%;
	padding: 23px;
	height: 130px;
	text-align: center;
}
.page-template-page-sproject .hrwrapper .post .textshape {
	height: 10vw;	
} 
.page-template-page-sproject .hrwrapper .post .textshape  h3 {
	font-size: 1.5vw;
}
.page-template-page-sproject .hrwrapper .post .textshape  p {
	font-size: 1vw;
} 
.page-template-page-sproject .post  .textshape  h3 {
	padding: 0 0 5px;
	font-size: 14pt;
	margin: 0;
	text-align: center;
}
.page-template-page-sproject .post  .textshape  p {
	margin :0;
	text-align: center;
}
.page-template-page-sproject .post a {
	width: 100%;
	height: 350px;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15000;
}
.page-template-page-sproject .hrwrapper .post a {
	height: 400px;
}

.category-7 .subheader .leftwrapper, .category-7 .hrwrapper {
	height: 520px;
}
.category-7 .hrwrapper {
	width: 925px;
}

.leftwrapper .livetitle {
	font-size:18pt;
	font-weight: bold;
	margin: 20px 0;
}
.leftwrapper .livesubtitle{
	font-size:16pt;
	margin: 10px 0;
}

.livefilter {
	width: 300px;
	margin: 40px auto 40px;
	clear: both;
	height: 40px;
	width: 580px;
	font-size: 18pt;
	font-weight: bold;
	color: #cc3612;
}
.livefilter li {
	list-style-type: none;
	float: left;
	padding: 0px 15px;
	border-right: 3px solid #000;
}
.livefilter li:last-child{
	border-right: none;
}	
.livefilter li a {
	color: #000;
}

.tagfilter, .catfilter  {
	padding: 20px 40px;
	clear: both;
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
	background: #3d3d3d;
	text-transform: uppercase;
	min-height: 110px;
	margin: 10px 0;
}
.catfilter {
	min-height: 70px;
}
.tagfilter li, .catfilter li {
	list-style-type: none;
	float: left;
	padding: 0px 15px;
}
.tagfilter li:last-child, .catfilter li:last-child {
	border-right: none;
}	
.tagfilter li a, .catfilter li a {
	color: #fff;
	text-transform: none;
	font-weight: normal;
}
.tagfilter li a.active, .catfilter li a.active {
	color: #cc3612;
	font-weight: bold;
}
.ball {
	width: 20px;
	height: 32px;
	background: url('images/Ball.gif') top center no-repeat;
	float: right;
}

.category-7 .post {
	width:25%;
	border-right: 7px solid white;
	float: left;
	height: 200px;
}
.single .category-7 .post {
	width:100%;
	border-right: 0;
	height: auto;
	float: none;
}
.category-7 .post a {
	color: #000;
}
.category-7 .post .livepic {
	width: 100%;
	height: 131px;
}
.category-7 .post .livetitle {
	font-weight: bold;
	text-align: right;
	margin: 10px 10px 5px;
}
.category-7 .post .livedate {
	text-align: right;
	margin: 0 10px 10px;
	font-size: 12px;
}

.category-3 .headimage  {
  text-align: right;
  position: relative;
}
.category-3 .hrwrapper .headimage .post-title,.category-3 .opinionfirstrow  .post .post-title {
  color: #fff;
  text-align: right;
  padding: 150px 20px 10px 0;
  font-size: 24pt;
  font-weight: bold;
  width: 50%;
  float:right;
  clear:both;
}
.opinionfirstrow {
	clear:both;
	margin: 7px 0;
}
.opinionfirstrow .hsubscribe {
    border-right: 7px solid #fff;
}
.category-3 .opinionfirstrow  .post {
  width: 50%;
  float: right;
  height: 470px;
  margin-bottom: 0;
}
.category-3 .opinionfirstrow  .post .post-title {
  padding: 150px 20px 10px 0;
}
.category-3 .opinionfirstrow  .post .headimage{
  height: 480px;
}
.category-3 .opinionfirstrow  .post  .post-title{
  padding: 250px 20px 10px 0;
}
.category-3 .headimage .post-meta {
  text-align: right;
  color: #fff;
  clear: both;
}

.opinionbody .post {
	width: 25%;
	border-right: 7px solid #fff;
	float: left;
	margin: 7px 0 0;
}
.opinionbody .post .post-title  {
	font-size: 14pt;
  color: #fff;
  text-align: right;
  padding: 50px 20px 10px 0;
  font-weight: bold;
  width: 80%;
  float:right;
  clear:both;
}
.opinionbody .post .post-meta  {
	font-size: 11pt;
}
.opinionbody .post .headimage {
  height: 200px;
}

/* Library */

.category-3 .headimage  {
  text-align: right;
  position: relative;
}
.libbody {
	position: relative;
}
.libbody .book {
	width: 25%;
	border-right: 7px solid #fff;
	float: left;
	margin: 7px 0 0;
	height: 25vw;
	position: relative;
	background: #000;
}
.libbody .book .booklink {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 25vw;
}
.libbody .book-header {
position: absolute;
padding: 20px;
bottom: 0px;
right: 0px;
text-align: right;
  width: 100%;
}

.libbody .book .book-title {
	font-size: 18pt;
  text-transform: uppercase;
  color: #fff;
  text-align: right;
  padding: 0;
  font-weight: bold;
  float:right;
  clear:both;
}
.libbody .book .book-authors  {
	font-size: 15pt;
  color: #fff;
  text-align: right;
  padding: 0 0 10px 0;
  float:right;
  clear:both;
  width: 80%;
}
.libbody .book .headimage {
	height: 25vw;
}
.libbody .book .book-description {
	position: absolute;
	display:none;
	top:0;
	background: #fff;
	z-index: 100;
	left: calc(100% + 7px);
	width: calc(200% + 7px);
	height: 25vw;
	padding: 30px;
}
.libbody .book:hover .book-description {
	display:block;
}
.libbody .book .book-description .close {
	background: #fff; position:absolute; top: 0; right: 0; width: 30px; height: 30px; color: #000; border-radius: 5px; padding: 0;
}
.libbody .book .book-description .arrow {
position:absolute;
top: 25px;
left:-53px;
width: 0;
height: 0;
border-style: solid;
border-width: 33.5px 53px 33.5px 0;
border-color: transparent #ffffff transparent transparent;
}
.libbody .book .book-description .bdauthors {
	font-size: 15pt;
}
.libbody .book .book-description .bdtitle {
	font-size: 26pt;
	text-transform: uppercase;
	margin: 10px 0 0;
	font-weight: bold;
}
.libbody .book .book-description .bdtitle a {
	color: #000;
}
.libbody .book .book-description p {
	font-size: 12pt;
}
/*
.libbody .book:nth-child(3n) .book-description .arrow,
.libbody .book:nth-child(4n) .book-description .arrow {
border-width: 33.5px 0 33.5px 53px;
border-color: transparent transparent transparent #fff;
right:-53px;
left: auto;
}
.libbody .book:nth-child(3n) .book-description,
.libbody .book:nth-child(4n) .book-description {
	right: calc(100% + 6px);
	left: auto;
}
.libbody .book:nth-child(3n) .book-description .close,
.libbody .book:nth-child(4n) .book-description .close {
	right: auto;
	left: 0;
} */

.libbody .book .book-description.n3 .arrow,
.libbody .book .book-description.n4 .arrow {
border-width: 33.5px 0 33.5px 53px;
border-color: transparent transparent transparent #fff;
right:-53px;
left: auto;
}
.libbody .book .book-description.n3,
.libbody .book .book-description.n4 {
	right: calc(100% + 6px);
	left: auto;
}
.libbody .book .book-description.n3 .close,
.libbody .book .book-description.n4 .close {
	right: auto;
	left: 0;
}

.libbody .unavailable {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 25vw;
}
.libbody .unavailable .reading {
	color: #fff;
	font-size: 32pt;
	width: 180px;
	height: 70px;
	margin: 11vw auto 0;
	padding-top: 40px;
	background: url('images/read-icon-hover.png') top center no-repeat;
}

.book .book-content {
	margin-left: 25%;
	width: 50%;
	float: left;
	max-width: 800px;
}
.book .book-content p {
	font-size: 20px;
	line-height: 145%;
	margin: 20px 0;
	text-align: left;
}

.book .book-details {
	width: 20%;
	float: left;
	padding: 0 30px;
	border-left: 3px solid black;
	margin: 40px 0 40px 40px;
}

.book .booktags {
	margin: 20px 0 30px;
	font-size: 18px;
}
.book .read, .book .noread, .book .buy {
	padding: 20px;
	border: 1px solid #106caf;
	border-radius: 3px;
	font-size: 22px;
	font-weight: 400;
	text-align: right;
	margin: 15px 0;
	width: 170px;
	cursor: pointer;
}
.book .read {
	color: #106caf;
	background: url('images/read-icon.png') 15px 15px no-repeat;
}
.book .noread {
	color: #fff;
	background: #000 url('images/read-icon-hover.png') 15px 22px no-repeat;
	border: 1px solid #000;
	background-size: 40px 25px;
}
.book .buy {
	color: #cc3612;
	border: 1px solid #cc3612;
	background: url('images/get-icon.png') 15px 15px no-repeat;
}
.book .read:hover {
	color: #fff;
	background: #106caf url('images/read-icon-hover.png') 15px 15px no-repeat;
}
.book .buy:hover {
	color: #fff;
	background: #cc3612 url('images/get-icon-hover.png') 15px 15px no-repeat;
}

.newssidebar {
  width: 25%;
  text-align: right;
  float: left;
}

.newssidebar .leftwrapper{
  width: 100%;
}

.newssidebar .supportbanner {
	width:calc(100% - 40px);
	max-width: 275px;
	height: 457px;
	margin: 20px;
	float: left;
	background: #fff url('images/donate-bgr.jpg') bottom center no-repeat;
	background-size: contain;
	box-shadow: 0 8px 5px #E4E3E3;
}
.newssidebar .supportbanner a {
	display: block;
	padding: 10px;
	text-transform: uppercase;
	background: #d55d40;
	color: #fff;
	font-size: 16pt;
	margin: 150px auto;
	width: 170px;
	font-weight: bold;
}

.post .supportbanner {
	width: 100%;
	height: 300px;
  padding: 130px;
	margin: 40px auto;
	background: #fff url('images/donate-bgr.jpg') bottom center no-repeat;
	background-size: contain;
}
.post .supportbanner a {
	display: block;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	background: #d55d40;
	color: #fff;
	font-size: 16pt;
	margin: 0 auto;
	width: 170px;
	font-family: 'Futura PT Demi';
}

.newsfeed {
	width: 75%;
	max-width: calc(25% + 640px);
	min-width: calc(25% + 512px);
	float: left;
	margin-top: 40px;
}
.newsfeed .pic {
	height: 350px;
	width: 100%;
	background-size: cover;
}
.newsfeed h2 {
	text-transform: none;
	margin: 40px 0 20px;
}
.newsfeed .newsdate {
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
	font-size: 14pt;
}
.newsfeed .post {
	background: #f8f8f8;
	padding: 40px;
	font-size: 14pt;
}
.newsfeed .readmore {
	cursor: pointer;
  padding: 10px;
  background: #0e95cc;
  color: #fff;
  width:160px;
  margin: 30px 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
}
.newsfeed .fulltext {
	display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
}

.category-5 .hrwrapper {
	min-height: 550px;
	height: auto;
}
.sevent .subheader .hrwrapper {
}
.sevent .subheader .hrwrapper .sevideo {
	width: 710px;
}
.category-5 .post a {
	width: 100%;
	height: 390px;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15000;
}
.category-5 .post{
	width: 25%;
	float: left;
	height: 320px;
	padding: 0 0 7px 0;
	vertical-align: bottom;
	position: relative;
	color: #fff;
	border-right: 7px solid #fff;
}
.category-5 .post:first-child,
.category-5 .post:nth-child(2),
.category-5 .post:nth-child(3),
.category-5 .post:nth-child(4){
	height: 480px;
	padding: 160px 0 7px 0;
}
.category-5 .post:first-child a,
.category-5 .post:nth-child(2) a,
.category-5 .post:nth-child(3) a,
.category-5 .post:nth-child(4) a{
	height: 550px;
}
.category-5 .post .epic {
	height: 240px;
  width: 100%;
	background-size: cover;
	padding: 50px 0 0;
	position: relative;
}
.category-5 .edate {
	background: #106caf;
	padding: 5px 0 5px 15px;
	font-size: 12pt;
	width: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.category-5 h3 {
	padding: 15px 0 5px;
	font-size: 14pt;
	margin: 0;
  color: #000;
	text-align: right;
}
.category-5 .elocation {
	padding: 0;
  color: #000;
	text-align: right;
}

.category-5 .pastevents {
	margin: 40px 0;
}

.category-5 .petitle {
	float: left;
	background-color: #3d3d3d;
	height: 160px;
	width: 320px;
	font-size: 12pt;
	padding: 60px 40px 0 160px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-align: right;
}

.category-5 .pefeed .post a {
	width: 100%;
	height: 160px;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15000;
}
.category-5 .pefeed .post{
	width: 160px;
	float: left;
	height: 160px;
	background-size: cover;
	margin: 0 0 7px 0;
	vertical-align: bottom;
	position: relative;
	padding: 30px 0 0;
	color: #fff;
	border-right: 7px solid #fff;
}
.category-5 .pefeed h3 {
	padding: 15px 15px 5px;
	font-size: 11pt;
	margin: 0;
  color: #fff;
}
.category-5 .pefeed .elocation {
	padding: 0 15px;
	font-size: 9pt;
  color: #fff;
}

.single #content, .page #content {
	width: 100%;
	padding: 0;
}

.single .authorwrapper {
  width: 25%;
  text-align: center;
  color: #000;
  float: left;
  padding: 30px;
  height: 400px;
  font-size: 18pt;
}
.single .authorwrapper .avatar {
  width: 150px;
  height: 150px;
  margin: 20px auto 15px;
}
.single .authorwrapper .name {
  font-size: 18pt;
  font-weight: bold;
}
.single .authorwrapper .bio {
  text-align: center;
}
.single .authorwrapper .bio p {
  text-align: center;
  margin: 0;
  font-size: 12pt;
}
.single .authorwrapper .link a {
  color: #0e95cc;
  font-weight: bold;
  padding: 13px 0;
  display: block;
  font-size: 12pt;
}

.single .multiauthorwrapper {
  width: 25%;
  text-align: center;
  color: #000;
  float: left;
  padding: 30px;
  height: 400px;
  margin-top: 20px;
}
.single .multiauthorwrapper .oneauthor {
	clear: both;
  min-height: 150px;
}
.single .multiauthorwrapper .avatar {
  width: 120px;
  height: 120px;
  margin: 0 0 20px 15px;
  float: right;
  clear: right;
}
.single .multiauthorwrapper .name {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 6pt;
  text-align: right;
}
.single .multiauthorwrapper .bio {
  text-align: right;
}
.single .multiauthorwrapper .bio p {
  text-align: right;
  margin: 0;
  font-size: 10pt;
}
.single .multiauthorwrapper .link a {
  text-align: right;
  color: #0e95cc;
  font-weight: bold;
  padding: 10px 0;
  display: block;
  font-size: 10pt;
}

.single .headimage  {
  text-align: right;
}
.single .headimage #post-title {
  color: #fff;
  text-align: right;
  padding: 150px 20px 10px 0;
  font-size: 24pt;
  font-weight: bold;
  width: 50%;
  float:right;
  clear:both;
}
.single.postid-3999 .headimage #post-title,
.single.postid-4017 .headimage #post-title,
.single.postid-4266 .headimage #post-title {
  padding-top: 220px;
  font-size: 18pt;
  width: 40%;
}
.single .headimage #post-description {
  color: #fff;
  text-align: right;
  padding: 0 20px 0 0;
  font-size: 18pt;
  width: 50%;
  float:right;
  clear:both;
}
.single .headimage #post-meta {
  text-align: right;
  color: #fff;
  clear: both;
  display: none;
}

.single .entry-social {
	width: 100%;
	height: 320px;
	text-align: center;
  font-family: 'Futura PT Demi';
	font-size: 18pt;
	font-weight: bold;
	padding: 90px 30px;
	float: left;
	margin: 0 30px 30px 0;
	background: #cc3612;
	color: #fff;
}
.single .entry-social ul {
	width: 160px;
	margin: 40px auto;
}
.single .entry-social ul li {
	list-style-type: none;
	float: left;
	margin: 0 0 10px 0;
    font-size: 10pt;
}
.single .entry-social li a i {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 26px;
    text-align: center;
    margin-right: 15px;
    padding-top: 16%;
    transition: all 0.2s ease-in-out;
}
.single .entry-social li:last-child a i {
	margin-right: 0;
}

.single .entry-related {
	text-align: center;
  font-family: 'Futura PT Demi';
	font-size: 18pt;
	font-weight: bold;
	padding: 30px 30px 30px;
	background: #cc3612;
	color: #fff;
}
.single .yarpp-related {
	margin: 0;
	width: 25%;
	float: left;
	margin: 0 0 30px 0;
}
.single .entry-related h3 {
  color: #fff;
  text-align: right;
  font-size: 1.3vw;
  padding-left: 20%;
  margin: 0 0 1.3vw;
  float: right;
  clear: both;
  text-transform: none;
}

.single .entry-related li {
  list-style-type: none;
  font-size: 1.1vw;
  text-align: right;
  margin: 0 0 0.5vw;
}
.single .entry-related li .author {
  text-transform: none;
  clear:both;
  margin: 0 0 0.2vw;
  font-weight: normal;
  font-size: 0.8vw;
}
.single .entry-related li a {
  color: #fff;
  font-size: 1.1vw;
  text-decoration: none;
display: block;
clear: both;

}
.single .entry-related li .date {
  color: #fff;
  font-size: 0.8vw;
  width: 70%;
  text-align: right;
  margin: 0.5vw 0 2vw;
  padding-bottom: 0.7vw;
  border-bottom: 1px solid #fff;
  float: right;
  clear: both;
  font-weight: normal;
} 


.single .entry-content {
	width: 75%;
  padding-left: 40px;
  float: left;
  max-width: 800px;
}
.single .entry-content b, .single .entry-content strong {
	font-family: 'Futura PT Demi';
}

.page .project {
	width: 70%;
  float: right;
  clear: right;
  margin: 7px 0 0 0;
  padding: 40px;
  background: #E6E6E6;
}
.page .project p, .page .project h2 {
	text-align: right;
}
.page .project .logo {
  margin-top: 80px;
  width: 30%;
  height: 300px;
  margin-left: -50%;
  float: left;
	}

.page .project .logo.er { background: url('images/emigrussia.png') top left no-repeat; background-size: contain; }
.page .project .logo.wof { background: url('images/wof.png') top left no-repeat; background-size: contain; }

.page h2 {
	clear: both;
  margin: 50px 0 40px;
}
.page .entry-content p {
	margin: 0 0 20px;
}

.recent-post-slider.design-4 .post-list-content .wp-post-title a{ font-size: 19pt !important; }

.slideshow-wrapper {
	margin-left: -40px;
}

.slideshow-wrapper ul {
	margin: 30px 0 60px 0;
	clear: both;
}
.page.post-6 .slideshow-wrapper li {
	width:25%;
	float: left;
	border-right: 7px solid white;
	text-align: right;
	margin: 0 0 60px 0;
}
.page.post-6 .slideshow-wrapper li img {
	width: 100%;
}
.page.post-6 .slideshow-wrapper .orbit-title {
	font-size: 20pt;
	margin: 5px 0;
}
.page.post-6 .slideshow-wrapper .orbit-capiton {
	font-size: 14pt;
	font-weight: bold;
	margin: 0 0 5px;
}

.w75 {
	width: 66%;
}
.w75 img.rl {
	float: right; margin: 100px -33% -80px 0;
}

.pdfembed {
	width: 100%;
  margin: 60px 0;
  height: 600px;
}

#commentform label{display:block}
#commentform #comment{width:100%;max-width:400px !important;height:auto}
#comments .comment{margin:20px 10px}
#footer{text-align:right}
.entry-meta, .entry-footer{margin:30px 0}
#copyright {top:15px;}
#copyright, #copyright a, .entry-meta, .entry-meta a, .entry-footer, .entry-footer a{font-size:14px;color:#767676}

#partners,#footer h2,.footernav {font-family:Intro,sans-serif;text-transformation:uppercase;}

#footer #partners { display: none; padding: 60px 0 0 80px; height: 230px; }
#partners h2 { float: left; color: #000; margin: 50px 0 0 0; font-family: 'Futura PT Book'; font-weight: bold;  }
#footer #partners  img {height:100px; margin: 15px 0 15px 10%; float: left;}
#footer #partners img.sm {height:75px; margin: 33px 0 15px 10%; float: left;}

#supportus {
	padding: 120px 0 680px 200px;
	background: #fff url('images/donate-bgr.jpg') bottom center no-repeat;
	background-size: contain;
	text-align: left;
	color: #000;
  clear: both;
}
#supportus h2 {
	font-size: 36px;
	margin: 40px 0 30px;
	color: #000;
}
#supportus p {
	width: 250px;
	text-align: left;
	font-size: 20px;
	color: #000;
}
#supportus #paypal {
	width: 250px;
}

.shares {
margin: 40px 0 10px;
height: 36px;
}
.fbshare, .twshare {
	float: left;
	margin: 0 15px 10px 0;
	color: #fff;
    width: 115px;
    height: 36px;
}
.fbshare a, .twshare a {
	color: #fff;
} 
.fbshare i, .twshare i {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    transition: all 0.2s ease-in-out;
}
.fbshare i {background:#3b5998;}
.twshare i {background:#00aced;}

.leftwrapper .fbshare, .leftwrapper  .twshare {
	float: right;
}

.category-opinion .shares, .category-analytics  .shares  {
	position: fixed;
	top: 550px;
	left: 150px;
	transition: all 0.2s ease-in-out;
}
.category-opinion .shares {
	display: none;
}
.category-opinion .shares .fbshare, .category-opinion .shares .twshare,
 .category-analytics  .shares   .fbshare, .category-analytics .shares .twshare,
 .single-book .shares .fbshare, .single-book .shares .twshare{
	float: none;
	clear: both;
}
.single-book .shares {
	position: fixed;
	top: 480px;
	left: 150px;
	transition: all 0.2s ease-in-out;
}


.footernav { background-color: #212121; padding: 60px 0 0 20px; height: 210px; color: #fff; clear: both; }

.entry-content .footernav {
	margin-left: -40px;
}
.footernav a {
	color: #fff;
}
.footernav .live, .footernav  .items, .footernav .fsocial,
.footernav .c1,.footernav .c2,.footernav .c3 {
	float: left;
}
.footernav .live {
	margin: 27px 0 0 25%;
	font-size: 26pt;
}

.footernav .c1 {
	margin: 7px 0 0 3%;
	width:17%;
	text-transform: uppercase;
	font-size: 18pt;
}
.footernav .c2, .footernav .c3 {
	margin: 0 0 0 3%;
	width:20%;
	font-size: 16pt;
	text-transform: none;
	font-family: 'Futura PT Book',sans-serif;;
}
.footernav .c3 a {
	color: #fff;
}

.footernav  .items {
	margin: 0 0 0 3%;
	width: 260px;
}
.footernav  .items li {
	float: left;
	width: 50%;
	margin: 0 0 17px 0;
}
.footernav .live a, .footernav  .items li a {
	color: #fff;
}
.footernav .fsocial {
	margin: -6px 0 0 15%;
}
.entry-content .footernav .fsocial {
	margin: -6px 0 0 10%;
}
ul.fsocial {
    /* overflow: auto; */
  text-indent: 0;
  font-family: 'Futura PT Demi',sans-serif;
}
ul.fsocial li {
    list-style-type: none;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
    font-size: 10pt;
}
ul.fsocial li a, .single .entry-social li a{
	color: #fff;
}
ul.fsocial li a i {
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
    padding-top: 5px;
    transition: all 0.2s ease-in-out;
}
.fa-facebook {
    background:#3b5998
} 
.fa-tlgrm {
    background:url('images/telegram.svg');
	background-size: contain;
}
.fa-twitter {
    background:#00aced
}
ul.fsocial li a i.fa-tlgrm {
	margin-top: 0;
}
ul.fsocial li a i:hover,  .single .entry-social li a i:hover {
    opacity: .7;
}
ul.fsocial li a span {
    display: block;
    float: right;
    margin-top: 5px;
}

#footer .flogos { padding: 60px 80px 0 0; }

#footer .flogos img {height:75px; margin: 15px 0 15px 60px;}

#copyright { margin: 10px 80px 30px; }

.sticky{}
.bypostauthor{}
.wp-caption{width:auto !important}
.wp-caption.aligncenter, .wp-caption-text, .gallery-caption{text-align:center}
p.wp-caption-text, .single-post p.wp-caption-text {
	background-color: rgb(238, 238, 238);
  padding: 10px;
  font-size: 12pt;
  margin-top: 0;
}
.alignleft{margin:0 30px 30px 0;float:left}
.alignright{margin:0 0 30px 30px;float:right}
.aligncenter{display:block;margin:30px auto;clear:both}
.entry-attachment img{display:block;margin:60px auto 30px}
#nav-below{margin-top:30px}
#nav-below a, #nav-above a{text-decoration:none}
#nav-above a{display:block;font-family:'Futura PT Book',sans-serif;font-size:50px;color:#777;line-height:0;margin:30px 0 15px}
.nav-previous{text-align:left;float:left}
.nav-next{text-align:right;float:right}


/*
@media all and (max-width:768px){#content, #sidebar{width:100%;padding:5%}#menu label.toggle{display:block}#menu{background:#777}#menu ul{display:none}#menu ul ul{display:none !important}#menu input.toggle:checked + div > ul{display:block}#menu input.toggle:checked + div > ul li a{display:inline-block;width:100%;color:#fff;padding-left:5%}}
@media all and (max-width:480px){.wp-caption, input, textarea{width:100% !important}}
*/

.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
.form-allowed-tags, .search-submit{display:none !important}

.shares .count {
  width:75px;
  float: right;
}
.shares .count .arrow {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:15px solid #eff3f8; 
  float: left;
  margin-top: 7px;
}
.shares .count .box {
  height: 35px; 
  background: #eff3f8; 
  color: #3c3b6f;
  padding: 6px 10px;
  font-size: 12pt;
  font-weight: bold;
  border-radius: 5px;
  float: left;
}

/* MODALS */
.modal.in {
    text-align: center;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
    opacity: 1;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	background-color: rgba(0,0,0,0.7);
}

.modal input[type='submit'] { 
	padding: 20px;
	border: 1px solid #106caf;
	border-radius: 3px;
	font-size: 22px;
	font-weight: 400;
	text-align: right;
	margin: 0;
	width: 170px;
	cursor: pointer;
	color: #fff;
	background: #106caf url('images/read-icon-hover.png') 15px 15px no-repeat;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#getModal input[type='submit'] {
	background: #cc3612 url('images/get-icon-hover.png') 15px 15px no-repeat;	
	border: 1px solid #cc3612;
}
.modal input[placeholder] { color:#000; }
.modal input[type='text'], .modal input[type='tel'], .modal input[type='email'], .modal textarea { font-family: 'Futura PT Book';  color: #000; font-size: 1.2rem; background:transparent; width:310px; margin:5px 0; padding:7px 12px; text-align:right; border-right: 1px solid #000; border-left: none; border-top: none; border-bottom: none; font-weight: 400; }
.modal .accept { font-family: 'Futura PT Book';  color: #000; font-size: 1rem; width:310px; margin:5px 0; padding:3px 5px; float: right; }
.modal .wpcf7-recaptcha { width:310px; margin:5px 0px;} 
.modal textarea {color: #000 !important; height:200px;}

.modal *::-webkit-input-placeholder {
    color: #000;
}
.modal *:-moz-placeholder {
    /* FF 4-18 */
    color: #000;
}
.modal *::-moz-placeholder {
    /* FF 19+ */
    color: #000;
}
.modal *:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.modal-header { font-family: Intro,sans-serif;  font-size: 2.6rem; text-align:center; text-transform:uppercase;padding-bottom: 40px; }
.modal .close { background: #fff; position:absolute; top: 0; right: 0; width: 30px; height: 30px; color: #000; border-radius: 5px; }
.modal-title {padding-top:40px;font-family: Intro,sans-serif;  font-size: 1.8rem; color: #106caf; margin: 0 auto;}
#getModal .modal-title { color: #cc3612; }
.modal-content {padding-bottom:50px;}
.modal-dialog {width:900px !important;top:50%; margin-top:-280px; position:absolute; left:50%; margin-left:-450px;
background-color: #fff;min-height:520px; border-radius: 5px;}
.modal-body {padding:0;}

.modal-description { width: 55%; float: right; }
.modal .bookimage { height: 240px; width: 180px; float: left;
-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.31);
box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.31); }
.modal-book-authors { padding: 0 0 0 30px; width: 170px; float: left; }
.modal-book-title { padding: 15px 0 0 30px; font-size: 1.6rem; font-weight: bold; text-transform: uppercase; width: 220px; float: left; }
.modal-book-donation {font-size: 1.1rem; width: 220px; float: left; color: #cc3612; padding: 15px 0 0 30px; }
.modal-book-id { }
.modal-form { width: 45%; float: left; text-align: right; padding: 0 30px 10px 0; }
.modal-form p { margin: 0; }

.modal.in {text-align:center;}
span.wpcf7-not-valid-tip { width: 110px; position: absolute; font-size: .8em; left: 20px; bottom: 6px;}
.wpcf7-form-control-wrap {display: inline-block;}
div.wpcf7-response-output { margin: 0 0 1em 60px;}

.rulestooltip {
	display:none;
  width: 400px;
  height: 180px;
  position: fixed;
  top: calc(50% - 180px);
  left: calc(50% - 400px);
-webkit-box-shadow: 0px 0px 56px -15px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 56px -15px rgba(0,0,0,0.75);
box-shadow: 0px 0px 56px -15px rgba(0,0,0,0.75);
  background: #fff;
  padding: 20px;
  text-align: left;
  border: 1px dashed #000;
}

.accept #rulesaccept {
	border-bottom: 1px dashed #000;	
}

.showallbuttonwrap {
	height: 65px;
	padding-top: 10px;
	clear: both;
	text-align: center;
}
.showallbutton {
	width: 310px;
	height: 55px;
	padding: 13px 30px;
	margin: 20px auto;
	color: #fff;
	background: #3d3d3d;
	font-size: 20px;
	cursor: pointer;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.showallbutton:before {
	height: 30px;
}
.showall {
	display:none;
}

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

body:not(.page-id-24) .grecaptcha-badge {
	display: none;
}

.recent-post-slider{visibility: hidden; opacity:0; transition:opacity 0.5s linear;}
.slick-initialized { visibility: visible; opacity:1;}

.recent-post-slider .slick-arrow{text-indent:-99999px;}
.recent-post-slider button.slick-arrow {background-color: transparent!important; width:30px; height:51px; position:absolute; z-index:99; border:0px !important;padding:0 !important; margin:0px !important; border-radius:0px !important;}
.recent-post-slider button.slick-next, .recent-post-slider button.slick-next:hover, .recent-post-slider button.slick-next:focus{background:url(https://freerussiahouse.org/wp-content/themes/dsr/arrow-right.png) 0 0 no-repeat !important; background-size:30px 51px !important; outline:none !important; box-shadow: none;}
.recent-post-slider button.slick-prev, .recent-post-slider button.slick-prev:hover, .recent-post-slider button.slick-prev:focus{background:url(https://freerussiahouse.org/wp-content/themes/dsr/arrow-left.png) 0 0 no-repeat !important; background-size:30px 51px !important;  outline:none !important; box-shadow: none;}
.recent-post-slider .slick-dots{padding:0; margin:0; position:absolute;  text-align:center;}
.recent-post-slider .slick-dots li button{text-indent:-99999px;}
.recent-post-slider .slick-dots li {list-style:none !important; display:inline-block !important; margin:0 2px !important; padding:0px !important; width: 12px !important; height: 12px !important;}
.recent-post-slider .slick-dots li button{
      display: block;
    margin: 0 3px;
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #CC3613;
    background: #fff;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    padding: 0;
}
.recent-post-slider .slick-dots li button:focus{outline:none !important}
.recent-post-slider button:active{box-shadow: none;}
.recent-post-slider .slick-dots li.slick-active button{background:#CC3613 !important;}
.recent-post-slider .slick-slide{padding:0px !important}

/*************** Slider ************/
.slick-loading .slick-list{ background: #fff url('https://freerussiahouse.org/wp-content/themes/dsr/ajax-loader.gif') center center no-repeat;}
.slick-slider{ position: relative;display: block; -moz-box-sizing: border-box;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;}
.slick-track:before, .slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{ visibility: hidden;}
.slick-slide{ display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{ display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{ display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}