@charset "utf-8";
/* CSS Document */
.container{
	width:1160px;
	margin:0px auto;
	/*box-shadow: 12px 0 15px -4px rgba(125,125,125, 0.1), -12px 0 8px -4px rgba(125,125,125, 0.1);
	padding:0px 20px;*/
}

div#fixed-header{
	position:fixed;
	width:100%;
	padding:10px;
	text-align:justify;
	border-bottom:1px solid;
	overflow:hidden;
	background-color:rgba(255,255,255,1.00);
	line-height:30px;
	z-index:1000;
	display:none;
}
div#fixed-header h1.logo{
	float:left;
	padding-left:35px;
	background:url(../image/logo-small.png) left center no-repeat;
	padding-right:30px;
	margin-right:30px;
	border-right:1px rgba(0,0,0,0.20) solid;
}
div#fixed-header a.logo{
	color:rgba(0,0,0,1.00);
}
div#fixed-header nav.fixed-navigation{
	text-align:left;
}
div#fixed-header nav.fixed-navigation a{
	display:inline-block;
	height:16px;
	line-height:16px;	
	margin:0px 5px;
	padding:7px;
	font-size:0.9em;
	color:rgba(35,35,35,1.00);
	text-decoration:none;
	font-weight:bold;
}
header .container{
	background: url(../image/lake.jpg) bottom center repeat;
	background-size:cover;
}
header div.top-header{
	border-bottom:1px solid;
}
header div.top-header .white-bg{
	padding:10px;
	background:rgba(255,255,255,1.00);
	overflow:hidden;
}
header div.top-header div.left{
	width:50%;
	float:left;
}
header div.top-header div.right{
	width:50%;
	float:left;
	text-align:right;
}
header div.top-header a{
	margin:0 20px 0 0;
	color:rgba(50,50,50,1.00);
	text-decoration:none;
}
header div.top-header div.right a, header div.top-header div.right span{
	margin:0 0 0 20px;
}
header div.main-header{
	text-align:center;
	border-bottom:3px solid;
}
header div.main-header .white-bg{
	padding:20px;
	background:rgba(255,255,255,0.95);
}
header.on-work .main-header .white-bg{
	padding:200px 20px;
	background:rgba(255,255,255,0.95);
}
header div.main-header h1{
	font-weight:400;
	font-size:50px;
	line-height:60px;
	padding:20px 0 20px 0;
}

header div.main-header h1 a{	
	text-decoration:none;
}

header div.main-header h1#logo div.img,
header div.main-header h1#logo span,
header div.main-header h1#logo div.logo{
	color: black;
	background: url(../image/bg.jpg) repeat;
	background-position:center center;
	/*background-size:cover;*/
	background-clip:text;
	-webkit-background-clip:text;
	-moz-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}


header div.main-header h1 div.img{
	font-size:80px;
	line-height:80px;
	font-family:'LogoFont', sans-serif;
	margin-bottom:10px;
	display:block;
}
header div.main-header h1 span{
	display:block;
	font-weight:400;
	font-size:16px;
	height:20px;
	line-height:20px;
}
header div.main-header div.site-search{
	width:60%;
	margin:0px auto;
	border:1px rgba(0,0,0,0.30) solid;
	margin-bottom:20px;
	display:none;
}
header div.main-header div.site-search form input[type=text]{
	display:block;
	padding:10px;
	padding-left:65px;
	background:rgba(255,255,255,0.10) url(../image/main-search.svg) left center no-repeat;
	outline:none;
	height:30px;
	line-height:30px;
	width:calc(100% - 185px);
	border:0px;
	font-size:16px;
	color:rgba(35,35,35,1.00);
}
header div.main-header div.site-search form button{
	display:block;
	padding:10px;
	height:40px;
	width:100px;
	line-height:20px;
	font-size:14px;
	border:0px;
	float:right;
	margin:-45px 5px 0 0;
	background:rgba(30,90,150,1.00);
	color:rgba(255,255,255,1.00);
}

header div.main-header p.on-work-text{
	font-size:1.3em;
	line-height:1.1em;
	margin-bottom:20px;
}
header div.main-header div.site-send-mail{
	width:60%;
	margin:0px auto;
	border:1px rgba(0,0,0,0.30) solid;
	margin-bottom:20px;
}
header div.main-header div.site-send-mail form input[type=text]{
	display:block;
	padding:10px;
	padding-left:65px;
	background:rgba(255,255,255,0.10) url(../image/main-send-mail.svg) left center no-repeat;
	outline:none;
	height:30px;
	line-height:30px;
	width:calc(100% - 205px);
	border:0px;
	font-size:16px;
	color:rgba(35,35,35,1.00);
}
header div.main-header div.site-send-mail form button{
	display:block;
	padding:10px;
	height:40px;
	width:120px;
	line-height:20px;
	font-size:14px;
	border:0px;
	float:right;
	margin:5px 5px 0 0;
	background:rgba(30,90,150,1.00);
	color:rgba(255,255,255,1.00);
}

header div.main-header div.header-sub-info{
	margin-bottom:20px;
}

header div.main-header div.header-sub-info span{
	display:inline-block;
	padding:0 20px;
	border-right:1px solid;
	height:20px;
	line-height:20px;
}
header div.main-header div.header-sub-info span a{
	color:rgba(90,90,90,1.00);
	text-decoration:none;
}
header div.main-header div.header-sub-info span:last-child{
	border:0px !important;
}
header nav.header-navigation{
	text-align:center;
	border-bottom:1px solid;
}
header nav.header-navigation .white-bg{
	padding:10px;
	background:rgba(255,255,255,1.00);
}
header nav.header-navigation a{
	display:inline-block;
	height:16px;
	line-height:16px;	
	margin:0px 10px;
	padding:7px;
	font-size:0.9em;
	color:rgba(35,35,35,1.00);
	text-decoration:none;
	font-weight:bold;
}

section#home-page{
	padding:20px 0;
}

section#home-page div.home-top-columns{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
section#home-page div.home-top-columns div.first{
	width:37%;
	float:left;
}
section#home-page div.home-top-columns div.second{
	width:38%;
	float:left;
	border-right:1px rgba(0,0,0,0.20) solid;
	border-left:1px rgba(0,0,0,0.20) solid;
}

section#home-page div.home-top-columns div.third{
	width:calc(25% - 2px);
	float:left;
}

section#home-page div.home-top-columns div.column-item{
	width:calc(100% - 20px);
	margin:0 10px;
	padding:10px 0;
	border-bottom:1px rgba(0,0,0,0.20) solid;	
}
section#home-page div.home-top-columns div.first div.column-item{
	width:calc(100% - 10px);
	margin:0 10px 0 0;
}
section#home-page div.home-top-columns div.first div.column-item:last-child,
section#home-page div.home-top-columns div.second div.column-item:last-child,
section#home-page div.home-top-columns div.third div.column-item:last-child{
	border-bottom:0px !important;
}
section#home-page div.home-top-columns div.third div.column-item{
	width:calc(100% - 10px);
	margin:0 0 0 10px;
}
section#home-page div.home-top-columns div.column-item h1.col-title{
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	line-height:10px;
	margin-bottom:15px;
	padding:15px;
}

section#home-page div.home-top-columns div.column-item h1.col-title a.all{
	font-size:0.8em;
	color:rgba(255,255,255,0.90);
	float:right;
	text-decoration:none;
	text-transform:lowercase;
}
section#home-page div.home-top-columns div.column-item a.button{
	display:block;
	color:rgba(255,255,255,1.00);
	font-weight:bold;
	text-transform:uppercase;
	line-height:10px;
	margin:10px 10px 10px 10px;
	padding:15px;
	text-decoration:none;
	text-align:center;
}
section#home-page div.home-top-columns div.column-item a.all-news{
	border:1px solid;
}
section#home-page div.top-block{
	overflow:hidden;
}

section#home-page div.top-block div.main-frame{
	overflow:hidden;
	text-align:left;
 	position:relative;
	width:calc(45% - 10px);
	float:left;
}
section#home-page div.top-block div.second-frame{
	overflow:hidden;
	float:right;
	width:calc(55% - 12px);
}
section#home-page div.top-block div.second-subframe{
	overflow:hidden;
}

section#home-page div.top-block div.main-frame div.frame div.cover{
	width:100%;
	height:300px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

section#home-page div.top-block div.main-frame div.frame div.additional{
	font-size:0.9em;
	color:rgba(100,100,100,1.00);
	margin:10px 0;
}
section#home-page div.top-block div.main-frame div.frame div.additional span{
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
}
section#home-page div.top-block div.main-frame div.frame div.additional a{
	color:rgba(100,100,100,1.00);
	text-decoration:none;
}
section#home-page div.top-block div.main-frame div.frame h1.title{
	display:block;
	margin-top:10px;
}

section#home-page div.top-block div.main-frame div.frame h1.title a{
	text-decoration:none;
	font-size: 1.7em;
	line-height:1.2em;
    font-style: italic;
    color: rgba(35,35,35,1.00);
}
section#home-page div.top-block div.main-frame div.frame h1.title a:hover{
	text-decoration:underline;
}

section#home-page div.top-block div.main-frame div.frame .content{
	font-size:0.9em;
	line-height:1.25em;
}



section#home-page div.top-block div.second-frame div.frame{
	overflow:hidden;
	border-bottom: 1px rgba(0,0,0,0.20) solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

section#home-page div.top-block div.second-frame div.frame:last-child{
	border-bottom: 0px;
}

section#home-page div.top-block div.second-frame div.frame div.cover{
	width:30%;
	height:130px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	float:right;
}

section#home-page div.top-block div.second-frame div.frame div.frame-container{
	width:calc(70% - 20px);
	float:left;
}

section#home-page div.top-block div.second-frame div.frame div.additional{
	font-size:0.9em;
	color:rgba(100,100,100,1.00);
	margin:10px 0;
}
section#home-page div.top-block div.second-frame div.frame div.additional span{
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
}
section#home-page div.top-block div.second-frame div.frame div.additional a{
	color:rgba(100,100,100,1.00);
	text-decoration:none;
}
section#home-page div.top-block div.second-frame div.frame h1.title{
	display:block;
}

section#home-page div.top-block div.second-frame div.frame h1.title a{
	text-decoration:none;
	font-size: 1.3em;
	line-height:1.1em;
    font-style: italic;
    color: rgba(35,35,35,1.00);
}
section#home-page div.top-block div.second-frame div.frame h1.title a:hover{
	text-decoration:underline;
}

section#home-page div.top-block div.second-frame div.frame .content{
	font-size:0.9em;
	line-height:1.25em;
}

section#home-page div.home-articles-list{
	margin-bottom:15px;
}
section#home-page div.home-articles-list div.article{
	border-bottom:1px rgba(0,0,0,0.20) solid;
	padding-bottom:10px;	
	margin-bottom:10px;
}
section#home-page div.home-articles-list div.article:last-child{
	border-bottom:0px;
	padding-bottom:0px;	
	margin-bottom:0px;
}
section#home-page div.home-articles-list div.article div.article-header{
	overflow:hidden;
	min-height:50px;
}

section#home-page div.home-articles-list div.article .cover{
	float:left;
	margin:5px 10px 5px 0;
	display:inline-block;
	width:150px;
	height:200px;
	background-size:cover;
	background-image:url(../image/tmp/csm_vybuh21052018-1_77f204638d.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

section#home-page div.home-articles-list div.article .title{
	float:left;
	margin-bottom:5px;
	margin-top:5px;
	width:calc(100% - 160px);
}
section#home-page div.home-articles-list div.article .title a{
	text-decoration:none;
	font-size: 1.3em;
    font-style: italic;
    color: rgba(35,35,35,1.00);
}

section#home-page div.home-articles-list div.article .title a:hover{
	text-decoration:underline;
}

section#home-page div.home-articles-list div.article .about{
	float:right;
	font-size:0.9em;
	color:rgba(100,100,100,1.00);
	margin:5px 0 10px 0;
	width:calc(100% - 160px);
}
section#home-page div.home-articles-list div.article .about span{
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
}
section#home-page div.home-articles-list div.article .about span a{
	color:rgba(100,100,100,1.00);
	text-decoration:none;
}
section#home-page div.home-articles-list div.article .content{
	float:right;
	font-size:0.9em;
	line-height:1.25em;
	width:calc(100% - 160px);
}















section#home-page div.home-authors-list{
	margin-bottom:15px;
}
section#home-page div.home-authors-list div.article{
	border-bottom:1px rgba(0,0,0,0.20) solid;
	padding-bottom:10px;	
	margin-bottom:10px;
}
section#home-page div.home-authors-list div.article:last-child{
	border-bottom:0px;
	padding-bottom:0px;	
	margin-bottom:0px;
}
section#home-page div.home-authors-list div.article div.article-header{
	overflow:hidden;
	min-height:60px;
}

section#home-page div.home-authors-list div.article .title{
	margin-bottom:5px;
}
section#home-page div.home-authors-list div.article .title a{
	text-decoration:none;
	font-size: 1.3em;
    font-style: italic;
    color: rgba(35,35,35,1.00);
}

section#home-page div.home-authors-list div.article .title a:hover{
	text-decoration:underline;
}

section#home-page div.home-authors-list div.article .about{
	font-size:0.9em;
	color:rgba(100,100,100,1.00);
	width:calc(100% - 20px);
	overflow:hidden;
	padding:0 10px;
	background-color:rgba(0,0,0,0.05);
	margin-bottom:5px;
}
section#home-page div.home-authors-list div.article .about .avatar{
	float:left;
	margin:5px 10px 5px 0;
	display:inline-block;
	width:50px;
	height:70px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	/*border-radius:26px;
	border:1px rgba(0,0,0,0.20) solid;*/
}
section#home-page div.home-authors-list div.article .about div.content{
	display:inline-block;
	float:right;
	width:calc(100% - 62px);
	padding-top:5px;
}
section#home-page div.home-authors-list div.article .about div.content span a{
	display:block;
	color:rgba(100,100,100,1.00);
	text-decoration:none;
	font-size:1.1em;
	margin-bottom:5px;
}
section#home-page div.home-authors-list div.article .content{
	font-size:0.9em;
	line-height:1.25em;
}



















section#home-page div.home-news-list{
}
section#home-page div.home-news-list div.new{
	overflow:hidden;
	
}
section#home-page div.home-news-list div.new:last-child{
	border-bottom:0px;
	padding-bottom:0px;	
	margin-bottom:0px;
}

section#home-page div.home-news-list div.new .title:hover, section#home-page div.home-news-list div.new .title span:hover{
	text-decoration:underline;
	cursor:pointer;
}
section#home-page div.home-news-list div.new span.time{
	display:inline-block;
	width:35px;
	float:right;
	line-height:25px;
	font-size:14px;
	text-align:center;
	color:rgba(255,255,255,1.00);
	padding:5px;
	font-weight:bold;
}

section#home-page div.home-news-list div.new h1.title{
	width:calc(100% - 65px);
	font-weight:300;
	display:inline-block;
	float:left;
	line-height:15px;
	padding:10px;
	color:rgba(35,35,35,1.00);
}
section#home-page div.home-news-list div.new h1.title a{
	color:rgba(35,35,35,1.00);
	text-decoration:none;
	background-size:30px 30px !important;
}

section#home-page div.home-news-list div.bold-class h1.title a{
	font-weight:bold;
}

section#home-page div.home-news-list div.italic-class h1.title a{
	font-style:italic;
}

section#home-page div.home-news-list div.video-class h1.title a{
	padding-left:40px;
	background:url(../image/video.svg) left top no-repeat;
	display:inline-block;
	min-height:30px;
}
section#home-page div.home-news-list div.photo-class h1.title a{
	padding-left:40px;
	background:url(../image/photo.svg) left top no-repeat;
	display:inline-block;
	min-height:30px;
}
section#home-page div.home-news-list div.music-class h1.title a{
	padding-left:40px;
	background:url(../image/music.svg) left top no-repeat;
	display:inline-block;
	min-height:30px;
}
section#home-page div.home-news-list div.top-class h1.title{
	overflow:hidden;
}

section#home-page div.home-news-list div.top-class h1.title div.img{
	width:30px;
	height:30px;
	float:left;
	margin-right:10px;
	background-size:cover;
	position:absolute;
	background-position:center center;
}
section#home-page div.home-news-list div.top-class h1.title a{
	display:inline-block;
	font-weight:300;
	padding-left:40px;
	float:left;
	font-weight:bold;
}
section#home-page div.home-news-list div:hover a{
	text-decoration:underline !important;
	cursor:pointer;
	/*background-color:rgba(240,240,240,0.50);*/
}

section#single-page, section#single-archive{
	padding:20px 0;
	overflow:hidden;
}

section#single-page .articles-container, section#single-archive .articles-container{
	width:70%;
	float:left;
}

section#single-page .articles-container article div.post-info{
	line-height:50px;
	background-color:rgba(245,245,245,1.00);
	display:inline-block;
	padding:0 20px;
}

section#single-page .articles-container article div.post-info a{
	color:rgba(70,70,70,1.00);
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.9em;
	margin-right:15px;
	padding:5px;
}
section#single-page .articles-container article div.post-info a:last-child{
	margin-right:5px;
}
section#single-page .articles-container article div.post-info span.date-time{
	font-style:italic;
}

section#single-archive div.archive-header{
	padding-bottom:20px;
	margin:0 10px;
	border-bottom:2px rgba(35,35,35,0.10) solid;
}

section#single-archive div.archive-header h1{
	font-size:3em;
	font-style:italic;
	color:rgba(35,35,35,1.00);
	padding-top:20px;
}


section#single-page .articles-container article div.post-header{
	padding-bottom:20px;
	border-bottom:2px rgba(35,35,35,0.10) solid;
}

section#single-page .articles-container article div.post-header h1{
	font-size:3em;
	font-style:italic;
	color:rgba(35,35,35,1.00);
	padding-top:20px;
}

section#single-page .articles-container article div.post-content{
	padding:20px 0;
	text-align:justify;
	overflow:hidden;
}
section#single-page .articles-container article div.post-content p{
	display:block;
	margin:20px 0;
	line-height:1.5em;
	font-size:1.1em;
	text-indent:20px;
}

section#single-page .articles-container article div.post-content p.mainparagraph{
	display:block;
	margin:20px 0;
	line-height:1.5em;
	font-size:1.1em;
	text-indent:20px;
	background-color:rgba(205,205,205,0.25);
	padding:20px;
	overflow:hidden;
}

section#single-page .articles-container article div.post-content p:last-child{
	margin-bottom:0px;
}

section#single-page .articles-container article div.post-content em{
	font-style:italic;
}

section#single-page .articles-container article div.post-content p a{
	color:rgba(40,70,155,1.00);
	border-bottom:1px dashed;
	text-decoration:none;
}

section#single-page .articles-container article div.post-content ul{
	list-style:square;
	margin:10px 40px;
}
section#single-page .articles-container article div.post-content ul li{
	line-height:1.5em;
	list-style-type: none;
}
section#single-page .articles-container article div.post-content ul li:before {
	line-height:1.5em;
    color:rgba(120,150,185,1.00);
    content: "■";
    padding-right: 10px;
}
section#single-page .articles-container article div.post-content h1{
	font-size:1.4em;
	margin:10px 20px;
}
section#single-page .articles-container article div.post-content h2{
	font-size:1.3em;
	margin:10px 20px;
}
section#single-page .articles-container article div.post-content h3{
	font-size:1.2em;
	margin:10px 20px;
}
section#single-page .articles-container article div.post-content h4{
	font-size:1.1em;
	margin:10px 20px;
}

section#single-page .articles-container article div.post-content pre{
	display:block;
	margin:20px 0;
	line-height:1.5em;
	font-size:1.25em;
	white-space: pre;       /* css-3 */
	text-align:right !important;
	font-style:italic;
}
section#single-page .articles-container article div.post-content pre span.author{
	text-align:right !important;
	padding-left:40px;
	background: url(../image/pen.png) left center no-repeat;
	line-height:30px;
	color:rgba(90,90,90,1.00);
	font-family:'Pacifico', sans-serif;
}
section#single-page .articles-container article div.post-content img{
	width:100%;
	height:auto;
	display:block;
	margin:20px 0;
}
section#single-page .articles-container article div.post-content div.altimg{
	position:relative;
	overflow:hidden;
}
section#single-page .articles-container article div.post-content div.altimg div.alt{
	position:absolute;
	margin-left:20px;
	right:20px;
	bottom:40px;
	color:#FFFFFF;
	background-color:rgba(0,0,0,0.80);
	padding:10px;
}
section#single-page .articles-container article div.post-content img.w15{
	width:15%;
	height:auto;
	display:inline-block;
	margin:5px 20px;
	float:left;
}
section#single-page .articles-container article div.post-content img.w20{
	width:20%;
	height:auto;
	display:inline-block;
	margin:20px;
	float:left;
}
section#single-page .articles-container article div.post-content img.w30{
	width:30%;
	height:auto;
	display:inline-block;
	margin:20px;
	float:left;
}
section#single-page .articles-container article div.post-content img.w50{
	width:50%;
	height:auto;
	display:inline-block;
	margin:20px;
	float:left;
}
section#single-page .articles-container article div.post-content blockquote{
	background-color:rgba(220,220,200,0.20);
	display:block;
	margin:20px 0;
	line-height:1.5em;
	font-size:1.1em;
	text-indent:20px;
	text-align:left;
	border-left:5px rgba(0,0,0,0.10) solid;
	overflow:hidden;
}
section#single-page .articles-container article div.post-content blockquote div{
	padding:20px;
}
section#single-page .articles-container article div.post-content blockquote span.author{
	display:block;
	text-align:right;
	font-style:italic;
	font-size:1.3em;
	margin:0 20px 20px 0;
}

section#single-page .articles-container article div.post-content blockquote span.question{
	display:block;
	border:1px rgba(200,200,200,0.20) solid;
	font-size:0.9em;
	font-style:italic;
	padding:20px;
	padding-left:80px;
	background:rgba(200,200,200,0.10) url(../image/conversation.png) left 10px center no-repeat;
	text-indent:0px;
}
section#single-page .articles-container article div.post-content .video-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
section#single-page .articles-container article div.post-content .video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section#single-page .articles-container article div.post-content video {
  width: 100%    !important;
  height: auto   !important;
}
section#single-page .articles-container article div.post-content table{
	font-size:1.1em;
	line-height:1.5em;
}

section#single-page .articles-container article div.post-content table {
    border-collapse: collapse;
    width: 100%;
}

section#single-page .articles-container article div.post-content table td, section#single-page .articles-container article div.post-content table th {
    border: 1px  rgba(240,240,240,0.90) solid;
    padding: 10px;
}

section#single-page .articles-container article div.post-content table tr:nth-child(odd){
	background-color:rgba(240,240,240,1.00);
}

section#single-page .articles-container article div.post-content table tr:hover {
	background-color: rgba(0,0,0,0.10);
}

section#single-page .articles-container article div.post-content table th {
    text-align: left;
    background-color: rgba(120,150,185,1.00);
    color: white;
	text-transform:uppercase;
}

section#single-page .articles-container article div.social-share{
	background-color:rgba(60,90,150,1.00);
	color:rgba(255,255,255,1.00);
	padding:10px;
	overflow:hidden;
}
section#single-page .articles-container article div.social-share span{
	float:left;
	line-height:35px;
	font-size:1.25em;
	font-style:italic;
}
section#single-page .articles-container article div.social-share a{
	float:right;
	padding:10px;
	background-color:rgba(255,255,255,1.00);
	color:rgba(60,90,150,1.00);
	text-decoration:none;
	font-weight:bold;
	height:15px;
	line-height:15px;
	margin-left:10px;
}
section#single-page .articles-container article div.social-share a:hover{
	background-color:rgba(60,90,150,1.00);
	color:rgba(255,255,255,1.00);
	text-decoration:underline;
}
section#single-page .articles-container article div.fb-comments{
	margin-top:20px;
}
section#single-page .articles-container article div.post-content .fb-post,
section#single-page .articles-container article div.post-content .twitter-tweet,
section#single-page .articles-container article div.post-content .instagram-media{
	margin:0px auto !important;
}
section#single-page .articles-container article div.post-content .fb_iframe_widget{
	-webkit-box-align:center;
    -webkit-box-pack:center;
    display:-webkit-box;
}

section#single-page .articles-container article div.author-info{
	font-size:0.9em;
	color:rgba(100,100,100,1.00);
	width:calc(100% - 20px);
	overflow:hidden;
	padding:5px 10px;
	background-color:rgba(0,0,0,0.05);
	margin-bottom:20px;
}
section#single-page .articles-container article div.author-info .avatar{
	float:left;
	margin:5px 20px 5px 0;
	display:inline-block;
	width:50px;
	height:50px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	border-radius:26px;
	border:1px rgba(0,0,0,0.20) solid;
}
section#single-page .articles-container article div.author-info div.content{
	display:inline-block;
	float:right;
	width:calc(100% - 72px);
	padding-top:5px;
}
section#single-page .articles-container article div.author-info div.content span a{
	display:block;
	color:rgba(100,100,100,1.00);
	text-decoration:none;
	font-size:1.6em;
	margin:5px 0;
}

section#single-archive div.pagination{
	display:block;
	padding:5px;
	margin:0 10px;
	background-color:rgba(0,0,0,0.10);
}
section#single-archive div.pagination a, section#single-archive div.pagination span{
	display:inline-block;
	padding:5px;
	margin:5px;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
}
section#single-archive div.pagination a{
	background-color:rgba(0,0,0,0.65);
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}
section#single-archive div.pagination a:hover{
	background-color:rgba(0,0,0,0.90);
}
section#single-archive div.pagination span{
	background-color:rgba(255,255,255,0.10);
	height:23px;
	border-bottom:2px solid;
}



div.sidebar{
	width:calc(30% - 30px);
	float:right;
}

div.sidebar div.author{
}







div.sidebar div.author{
	font-size:0.9em;
	color:rgba(100,100,100,1.00);
	width:calc(100% - 20px);
	overflow:hidden;
	padding:0 10px;
	background-color:rgba(0,0,0,0.05);
	margin-bottom:5px;
}
div.sidebar div.author .avatar{
	float:left;
	margin:5px 10px 5px 0;
	display:inline-block;
	width:50px;
	height:70px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	/*border-radius:26px;
	border:1px rgba(0,0,0,0.20) solid;*/
}
div.sidebar div.author div.content{
	display:inline-block;
	float:right;
	width:calc(100% - 62px);
	padding-top:5px;
}
div.sidebar div.author div.content span a{
	display:block;
	color:rgba(100,100,100,1.00);
	text-decoration:none;
	font-size:1.1em;
	margin-bottom:5px;
}

div.sidebar div.authors-timeline h1.authors-title {
    background-color: rgba(30,90,150,1.00);
    color: rgba(255,255,255,1.00);
    display: block;
    font-weight: bold;
    line-height: 10px;
    padding: 15px;
}

div.sidebar div.news-timeline h1.news-title {
    background-color: rgba(70,90,100,1.00);
    color: rgba(255,255,255,1.00);
    display: block;
    font-weight: bold;
    line-height: 10px;
    padding: 15px;
}
div.sidebar div.news-timeline article{
	background-color: rgba(240,240,240,0.30);
	display:block;
	overflow:hidden;
}
div.sidebar div.news-timeline article span.time{
	float:right;
	width:35px;
	display: inline-block;
    width: 35px;
    float: right;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    color: rgba(35,35,35,1.00);
    padding: 5px;
    font-weight: bold;
}
div.sidebar div.news-timeline article h1{
	width: calc(100% - 65px);
    font-weight: 300;
    display: inline-block;
    float: left;
    line-height: 15px;
    padding: 10px;
    color: rgba(35,35,35,1.00);
}
div.sidebar div.news-timeline article h1 a{
	color:rgba(35,35,35,1.00);
	text-decoration:none;
}
div.sidebar div.news-timeline article h1 a:hover{
	text-decoration:underline;
}


div.sidebar div.authors-timeline article{
	padding: 10px;
    margin: 10px 0;
    border: 1px rgba(0,0,0,0.20) solid;
}
div.sidebar div.authors-timeline article:last-child{
	margin-bottom:5px;
}
div.sidebar div.authors-timeline article div.post-header{
	padding-bottom:0px;
	margin-bottom:10px;
    border-bottom: 2px rgba(0,0,0,0.10) solid;
}

div.sidebar div.authors-timeline article div.post-header .post-cover{
	width:100%;
	height:150px;
	background:center center no-repeat;
	background-size:cover;
}

div.sidebar div.authors-timeline article div.post-header h1{
	padding-top:0;
	font-size:1.3em;
	text-align:left !important;
	margin: 10px;
	font-style:italic;
}


div.sidebar div.authors-timeline article div.post-header h1 a{
	color:rgba(35,35,35,1.00);
	text-decoration:none;
}
div.sidebar div.authors-timeline article div.post-header h1 a:hover{
	text-decoration:underline;
}
div.sidebar div.authors-timeline article div.post-content{
	padding:0px;
}
div.sidebar div.authors-timeline article div.post-content div.post-excerpt {
    display: block;
    line-height: 1.1em;
    font-size: 1em;
    text-indent: 20px;
}

section#single-page div.fb-page{
	margin:20px 0;
}

section#single-archive{
	padding:20px 0;
	overflow:hidden;
}

section#single-archive .articles-container{
	width:70%;
	float:left;
}
section#single-archive .articles-container article{
	padding:10px;
	margin:10px;
	border:1px rgba(0,0,0,0.20) solid;
	overflow:hidden;
}
section#single-archive .articles-container article div.post-info{
	float:left;
	width:40%;
}
section#single-archive .articles-container article div.post-info .thumb{
	width:100%;
	height:300px;
	background-size:cover;
	background-position:center center;
}
section#single-archive .articles-container article div.post-info a{
	color:rgba(70,70,70,1.00);
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.9em;
	margin-right:15px;
}
section#single-archive .articles-container article div.post-content{
	width:calc(60% - 30px);
	float:right;
	margin-right:10px;
}
section#single-archive .articles-container article.no-thumb div.post-content{
	width:calc(100% - 20px);
	float:none;
	margin-right:0px;
}
section#single-archive .articles-container article div.post-content div.post-header{
	padding-bottom:20px;
	border-bottom:2px rgba(0,0,0,0.10) solid;
}

section#single-archive .articles-container article div.post-content div.post-header h1{
	font-size:2em;
	font-style:italic;
	padding-top:20px;
}
section#single-archive .articles-container article div.post-content div.post-header h1 a{
	color:rgba(35,35,35,1.00);
	text-decoration:none;
}
section#single-archive .articles-container article div.post-content div.post-header h1 a:hover{
	text-decoration:underline;
}

section#single-archive .articles-container article div.post-content div.post-excerpt{
	display:block;
	margin:20px 0;
	line-height:1.5em;
	font-size:1.1em;
	text-indent:20px;
}

section#full-page{
	padding:20px 0;
	overflow:hidden;
}

section#full-page .container article div.page-content{
	padding:20px 0;
	text-align:justify;
	overflow:hidden;
}
section#full-page .container article div.page-content p{
	display:block;
	margin:20px 0;
	line-height:1.5em;
	font-size:1.1em;
	text-indent:20px;
}
section#full-page .container article div.page-content h2{
	font-size:1.3em;
	margin:10px 20px;
}

section#full-page article div.post-header{
	padding-bottom:20px;
	border-bottom:2px rgba(0,0,0,0.10) solid;
}

section#full-page article div.post-header h1{
	font-size:3em;
	font-style:italic;
	padding-top:20px;
}

footer nav.footer-navigation{
	text-align:center;
	border-bottom:3px solid;
	border-top:1px solid;
}
footer nav.footer-navigation .white-bg{
	padding:10px;
	background:rgba(255,255,255,1.00);
}
footer nav.footer-navigation a{
	display:inline-block;
	height:16px;
	line-height:16px;	
	margin:0px 10px;
	padding:7px;
	font-size:0.9em;
	color:rgba(35,35,35,1.00);
	text-decoration:none;
	font-weight:bold;
}

footer div.footer-information{
	width:calc(100% - 20px);
	padding:10px;
	text-align:justify;
	overflow:hidden;
	background-color:rgba(255,255,255,1.00);
	line-height:30px;
	z-index:1000;
}
footer div.footer-information h1.logo{
	float:left;
	padding-left:35px;
	background:url(../image/logo-small.png) left center no-repeat;
	padding-right:30px;
	margin-right:30px;
}
footer div.footer-information div.stat{
	float:left;
	margin-top:-35px;
}
footer div.footer-information a.logo{
	color:rgba(0,0,0,1.00);
}

footer div.footer-information nav{
	text-align:right;
}
footer div.footer-information nav a{
	display:inline-block;
	height:16px;
	line-height:16px;	
	margin:0px 5px;
	padding:7px;
	font-size:0.9em;
	color:rgba(35,35,35,1.00);
	text-decoration:none;
	font-weight:bold;
}