/* header */
.main-heading {
	display: none;
}
.header-bg {
	background: 
		url(../images/header-bg-1.png) 30px 0px no-repeat,
		url(../images/header-bg-2.png) right no-repeat,
		url(../images/header-bg.png) left repeat-x;
	height: 110px;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, .075);
	display: flex;
}
.header-bg:hover {
	color: #75a4e0;
}
.header-text {
	margin: 35px 0px 0px 145px;
}
.header-title {
	font-size: 28px;
	letter-spacing: -1px;
	font-weight: 700;
	color: #fff;
}
.header-description {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.2px;
	margin: 8px 0px 0px 0px;
}

/* nav */
.navbar {
	box-shadow: 0px 10px 15px rgba(0, 0, 0, .075);
	background: #fff;
}
.navbar a {
	color: #777;
}
.navbar a:hover,
.navbar .active > a {
	color: #75a4e0;
}
.navbar-nav {
	margin: 5px 0px;
}
.navbar-nav > li {
	margin: 0px 10px;
}
.nav-item > a {
	text-transform: uppercase;
	font-weight: 700;
}
.dropdown-menu {
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	top: 24px;
}
.dropdown-menu li {
	margin: 5px 15px;
}
.dropdown-menu a {
	white-space: nowrap;
}
.dropdown-toggle:after {
	position: relative;
	top: 2px;
}
.navbar-social {
	position: absolute;
	right: 60px;
	top: 13px;
}
.navbar-social a {
	margin: 0px 6px;
}
.navbar-search {
	position: absolute;
	right: 17px;
	top: 13px;
}
.dropdown-menu.show {
	border: 1px solid #dcdcdc;
}

/* main */
.main {
	margin-top: 20px;
}

/* news */
.news-row {
	margin-top: 16px;
}
.news-item {
	display: flex;
	border-radius: 4px;
	box-shadow: 0 1px 4px 1px rgba(0,0,0,.15);
	overflow: hidden;
	position: relative;
}
.mobile-visible {
	display: none;
}
.news-item-image {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: absolute;
	z-index: -1;
	transition: all .5s;
	transform: scale(1);
  -moz-transform: scale(1) rotate(0.1deg);
}
.news-item:hover .news-item-image {
	transform: scale(1.1);
  -moz-transform: scale(1.1) rotate(0.1deg);
}
.image-right .news-item-image {
	right: 0;
}
.image-left .news-item-image {
	left: 0;
}
.news-item-desc {
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
}
.news-item-title {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
}
.news-item-intro {
	margin: 0px 0px 10px 0px;
}
.news-item-date {
	font-weight: 700;
}
.text-color-black {
	color: #000;
}
.text-color-white {
	color: #fff;
}
.size-lg {
	height: 436px;
}
.size-lg .news-item-image {
	width: 444px;
	height: 265px;
}
.size-md-wp {
	justify-content: flex-end;
}
.size-md {
	height: 210px;
}
.size-md .news-item-image {
	width: 265px;
	height: 210px;
}
.size-md .news-item-desc {
	width: 240px;
	top: 0;
}
.size-md.image-right .news-item-desc {
	left: 0;
}
.size-md.image-left .news-item-desc {
	right: 0;
}
.size-md .news-item-date {
	position: absolute;
	bottom: 10px;
}
.size-md.image-left .news-item-date {
	right: 20px;
}
.size-md-bot {
	height: 320px;
}
.size-md-bot .news-item-image {
	width: 356px;
	height: 320px;
}
.size-md-bot .news-item-desc {
	width: 320px;
	top: 0;
}
.size-md-bot.image-right .news-item-desc {
	left: 0;
}
.size-md-bot.image-left .news-item-desc {
	right: 0;
}
.size-md-bot .news-item-date {
	position: absolute;
	bottom: 10px;
}
.size-md-bot.image-left .news-item-date {
	right: 20px;
}
.size-sm {
  width: 290px;
	height: 320px;
}
.size-sm .news-item-image {
	width: 290px;
	height: 195px;
}
.size-xs {
  width: 290px;
	height: 320px;
}
.size-xs .news-item-image {
	width: 290px;
	height: 240px;
}

/* pagination */
.pagination-content {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.pagination-item {
	font-size: 22px;
	font-weight: 700;
}

/* blocks */
.blocks-wp {
	margin-top: 50px;
}
.block-title-wp {
	border-bottom: 2px solid #75a4e0;
	margin: 0px 0px 16px 0px;
}
.block-title {
	display: inline-flex;
	background: #75a4e0;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 10px 0px;
}

/* blog */
.blog {
	display: flex;
  justify-content: space-between;
}
.blog-item {
	text-align: center;
  flex: 1;
  padding: 0px 10px;
}
.blog-link {
	display: block;
	color: #777;
}
.blog-link:hover {
	color: #75a4e0;
}
.blog-photo {
	display: inline-block;
	overflow: hidden;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
	border: 2px solid #fff;
	border-radius: 50%;
	transform: scale(1) rotate(0.1deg);
}
.blog-person:hover .blog-image {
	transform: scale(1.1) rotate(0.1deg);
}
.blog-image {
	width: 115px;
	transition: all .5s;
	border-radius: 50%;
}
.blog-person-name {
	font-size: 26px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 0px 0px 0px;
}
.blog-article {
	margin: 5px 0px 0px 0px;
}

/* social */
.fb-loading {
	color: #777;
	text-align: center;
	flex: auto;
}
.fb-loading-icon {
	margin: 80px 0px 0px 0px;
}
.fb-loading-spinner {
	margin: 10px 0px 0px 0px;
}
.col-social-fb {
	min-height: 280px;
}
.col-social-tg iframe {
  width: 290px;
  height: 280px;
}

/* partners */
.partners {
	display: flex;
  align-items: center;
  justify-content: space-between;
}
.partners a {
	width: 90px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners img {
  max-width: 100%;
  max-height: 100%;
  transition: all .5s;
	transform: scale(1) rotate(0.1deg);
}
.partners a:hover img {
    transform: scale(1.1) rotate(0.1deg);
}

/* parner news */
.partner-news {
  max-height: 300px;
  padding-right: 20px;
}
.partner-news ul {
  padding: 0;
	list-style: none;
  margin-bottom: 0px;
}
.partner-news li {
  padding: 0 0 20px;
}
.partner-news li:not(:last-child) {
  border-bottom: 1px solid rgba(51,51,51,.1);
  margin-bottom: 15px;
}
.partner-news a {
    color: #524c58;
}
.partner-news a:hover {
    color: #7d7d7d;
}
.partner-news .time {
	background: #75a4e0;
	padding: 1px 5px 0;
	color: #fff;
	margin: 0px 5px 0px 0px;
}
.partner-news .news .time {
	color: #999;
}
.partner-news .source {
	color: #999;
}
.partner-news .nano-content {
	padding-right: 17px;
}

/* footer */
.footer {
	margin: 60px 0px 0px 0px;
    padding: 20px 0px;
    background: #313041;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
.col-human-rights-sites {
	text-align: center;
}
.col-human-rights-sites a {
	margin: 0px 0px 0px 5px;
	white-space: nowrap;
}
.col-human-rights-sites .fas {
	margin: 0px 4px 0px 0px;
}
.col-footer-contacts {
	text-align: right;
}

/* article */
.article {
	line-height: 1.4;
}

/* banners */
.block-overlay {
	margin: 0px 0px 16px 0px;
	border-radius: 5px;
}
.bo-1 {
	display: block;
	height: 191px;
	background-color: rgba(0,143,255,.8);
	color: #fff;
	padding: 0px 16px;
	position: relative;
	transition: background-color .25s ease;
}
.bo-1:hover {
	color: #fff;
	background-color: rgba(0,143,255,.5);
}
.bo-type-2-1 {
	background: url('../images/mityng-2016-minsk.jpg');
}
.bo-type-2-2 {
	background: url('../images/ik-14.jpg');
}
.bo-type-2 {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bo-type-2-overlay {
	background-color: rgba(255,255,255,.6);
	padding: 27px 24px 8px;
}
.bo-type-2 a {
	color: #333;
}
.bo-type-2 ul {
	list-style: none;
	margin: 85px 0px 0px 0px;
	padding: 0;
}
.bo-type-2 ul li {
	padding: 9px 0px 7px 0px;
}
.bo-type-2 ul li:not(:last-child) {
    border-bottom: 1px solid rgba(51,51,51,.2);
}
.bo-type-2 ul li a {
	font-size: 22px;
	line-height: 20px;
	font-weight: 600;
	transition: color .25s ease;
}
.bo-type-2 ul li a:hover {
	color: #8c8c8c;
}
.bo-type-2-title {
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 700;
}
.block-overlay-category {
    position: absolute;
    top: 17px;
    color: rgba(255,255,255,.8);
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,.6);
    transition: color .25s ease;
}
.block-overlay-title {
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	position: absolute;
    bottom: 9px;
    width: 80%;
	transition: color .25s ease;
	font-size: 28px;
	line-height: 29px
}
.block-blue {
  background-color: rgba(0,143,255,.8);
  margin-bottom: 1rem;
  height: 191px;
  border-radius: .3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: background-color .25s ease;
}
.block-blue:hover {
  background-color: rgba(0,143,255,.5);
}
.block-blue .block-overlay {
  border-radius: .3rem;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.block-blue .block-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
.block-blue .block-category {
  position: absolute;
  top: 1rem;
  color: rgba(255,255,255,.8);
  font-size: .7rem;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
  transition: color .25s ease;
}
.block-blue h3 {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.1;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  position: absolute;
  bottom: 1rem;
  width: 80%;
}
.has-scrollbar {
  border-radius: .3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  margin-bottom: 1rem;
}
.block-news.has-scrollbar {
  background-color: #eee;
}
.block-news.has-scrollbar .nano-content {
  padding-left: 1rem;
  padding-right: 1rem;
}
.has-scrollbar .nano-content h2 {
  font-size: 1.5rem;
  font-style: normal;
  margin-top: 1.5rem;
  font-weight: 700;
  line-height: .8;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.has-scrollbar .nano-content h2 a {
  text-decoration: none;
  transition: color .25s ease;
  touch-action: manipulation;
  color: #333;
}
.has-scrollbar .nano-content h2 a:hover {
  color: #8c8c8c;
}
.has-scrollbar .nano-content ul {
  list-style: none;
  padding: 0;
}
.block-news.has-scrollbar .nano-content ul {
  margin: 1rem 0;
}
.block-news.has-scrollbar .nano-content ul li:not(:last-child) {
  padding: 0 0 .5rem;
  margin: 0 0 .5rem;
  border-bottom: 1px solid rgba(51,51,51,.1);
}
.has-scrollbar .nano-content ul li a {
  transition: color .25s ease;
  color: #333;
}
.has-scrollbar .nano-content ul li a:hover {
  color: #8c8c8c;
}
.death-penalty .block-tag {
  border-radius: .3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
  position: relative;
}
.death-penalty .block-overlay {
  background-color: rgba(255,255,255,.6);
  display: block;
  height: 100%;
  width: 100%;
  transition: background-color .25s ease;
}
.death-penalty .block-overlay .block-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
.death-penalty .block-overlay .block-wrapper h2 a {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: .8;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.death-penalty .block-list {
  position: absolute;
  bottom: 1rem;
  line-height: 1.1;
  width: 80%;
}
.death-penalty .block-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.death-penalty .block-list ul li:not(:last-child) {
  padding: 0 0 .5rem;
  margin: 0 0 .5rem;
  border-bottom: 1px solid rgba(51,51,51,.2);
  line-height: 1.1;
}
.death-penalty .block-list ul li a {
  font-size: 18px;
  color: #000;
  transition: color .25s ease;
}
.death-penalty .block-list ul li a:hover {
  color: #8c8c8c;
}

/* single news */
.single-title {
	margin: 0px 0px 10px 0px;
    font-size: 42px;
	font-weight: 700;
	letter-spacing: -1px;
}
.single-meta {
	margin: 0px 0px 10px 0px;
    color: #7d7d7d;
}
.single-meta-bottom {
	margin: 10px 0px 10px 0px;
    color: #7d7d7d;
}
.caption {
    padding: 5px 5px 0 5px;
    color: #777;
}
.single-img {
	max-width: 100%;
}
.social-buttons {
	margin: 16px 0px 0px 0px;
}

/* hrc */
.sep {
    position: relative;
	margin-bottom: 10px;
}
.sep:before {
    content: '';
    display: block;
    border-bottom: 1px solid #75a4e0;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
}
.sep .year {
    margin: 0 auto;
    width: 42px;
	line-height: 18px;
	padding: 2px 0px 0px;
    background-color: #75a4e0;
    position: relative;
	color: #fff;
	text-align: center;
}
a.i {
	text-decoration: none;
	display: block;
	padding-left: 25px;
	margin: 5px 0;
	line-height: 20px;
}
a.i.doc {
	background: url(../images/doc_icon.gif) no-repeat;
}
a.i.pdf {
	background: url(../images/pdf_icon.gif) no-repeat;
}

/* docs */
.docs a {
	color: #524c58;
}
.docs a:hover,
.docs a:focus {
    color: #7d7d7d;
}

/* archive */
.archive {
	text-align: center;
}
.archive a {
	margin: 0px 4px;
}
.active-month {
	color: #75a4e0;
	margin: 0px 4px;
	font-weight: 700;
}
.archive-pagination {
    margin-bottom: 40px;
}

/* search */
.no-results {
	margin: 20px 0px 0px 0px;
}

/* go top */
.go-top {
  background: url(../images/go-top.png) no-repeat;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  opacity: .5;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}

/* responsive */
@media (max-width:991px){
	.header-bg {
		background: 
			url(../images/header-bg-1.png) 30px 0px no-repeat,
			url(../images/header-bg.png) left repeat-x;
	}
	.navbar-nav > li {
		margin: 4px 10px;
	}
	.dropdown-menu.show {
		border: none;
		box-shadow: none;
	}
  .size-sm {
    width: auto;
  }
	.blocks-wp {
		justify-content: center;
	}
	.col-social {
		text-align: center;
	}
	.col-blog {
		max-width: 375px;
		margin-top: 20px;
	}
  .blog {
    flex-direction: column;
  }
  .blog-item {
    margin: 20px 0px 0px 0px;
  }
  .blog-item:first-child {
    margin: 0px 0px 0px 0px;
  }
	.col-video {
		max-width: 375px;
	}
  .col-social-fb {
		margin-top: 10px;
	}
  .col-social-ok {
		margin-top: 20px;
	}
  .col-social-tg {
		margin-top: 20px;
	}
	.col-partners {
		margin-top: 20px;
	}
	.partners {
    flex-wrap: wrap;
    justify-content: center;
	}
	.partners a {
		margin: 0px 20px 20px;
	}
	.col-hr-activists {
		text-align: center;
	}
	.col-human-rights-sites {
		text-align: center;
		margin-top: 20px;
	}
}
@media (max-width:767px){
	.header-bg {
		background: 
			url(../images/header-bg-1.png) 4px 0px no-repeat,
			url(../images/header-bg.png) left repeat-x;
	}
	.header-text {
		margin-left: 102px;
	}
	.mobile-visible {
		display: flex;
	}
	.mobile-hidden {
		display: none;
	}
	.size-lg .news-item-image {
		width: 100%;
	}
	.size-md .news-item-image {
		width: 60%;
	}
	.size-sm .news-item-image {
		width: 100%;
	}
	.size-xs .news-item-image {
		width: 100%;
	}
	.news-row:nth-child(3) .col-md-4:first-child .news-item:first-child {
		margin-top: 0px;
	}
	.news-item {
		margin-top: 16px;
	}
	.news-item.size-lg {
		margin-top: 0px;
	}
	.news-row {
		margin-top: 0px;
	}
	.partners a {
		width: 140px;
		margin: 0px 4px 20px;
	}
	.partners img {
		max-height: 45px;
	}
	.col-world {
		margin-top: 20px;
	}
	.human-rights-sites-label {
		display: block;
	}
	.col-human-rights-sites a {
		margin: 10px 5px 0px;
		display: inline-block;
	}
	.col-copyright {
		text-align: center;
		order: 1;
		margin-top: 20px;
	}
	.col-footer-contacts {
		text-align: center;
		order: 0;
	}
	.viasna-banners {
		margin-top: 20px;
	}
}
