/* CSS Document */


#underconstruction {
	position: fixed;
	height: 100%;
	width: 100%;
	color:rgba(0,0,0,1);
	background-color:rgba(255,255,255,1);
	
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}



#underconstruction header {
	width: 50%;
	margin: 2% auto 1%;
}

#underconstruction h1, #underconstruction p {
	text-align:center;
}

#underconstruction .team {
	width: 50%;
	margin: 0 auto;
}

#underconstruction .team img{
	max-width: 100%;		
	border: 3px solid rgba(255,255,255,1);
}


/* заради буг с галерията... */
@media (max-width: 768px) {
	.album__item.col-xs-6 {
		width: calc( 50% - 0.1px );
	}
}
 
 /* 2018-01-18 */
.widget--footer .posts--simple-list .posts__title {
	color: #fccb08 !important;
}
	
.widget--footer .posts--simple-list .posts__title {
	padding: 5px 0px 3px;
}

.search-sidebar .posts--simple-list .posts__title {
	padding-top: 15px;
}
 
.search-sidebar .posts--simple-list .posts__title  {
	color: #000 !important;
}

.player-info__photo {
	margin: 45px 0 0 0;
}

.interview {
	padding: 5px 10%;
}

.interview h5 {
	text-transform:none !important;
	padding-top: 10px;
}

.interview p {
	padding-left: 30px;
	padding-bottom: 20px;
	font-style:italic;
}

.article-files {
	padding: 20px 0 0 50px;
}
.article-files li {
	list-style:none;
}
.article-files li>i {
	margin-right: 15px;
}

span.required {
	font-size: 22px;
}
#feedback_feedback  {
	padding:10px;
	margin-bottom: 5px;
}

/* CARDS ARTICLE */

#cards_tablet {
	padding:10px 0;
	margin-bottom: 40px;
}
#cards_tablet h4{
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
#cards_tablet ul {
	border: 1px solid #e4e7ed;
	border-radius: 4px;
}
#cards_tablet ul{
	font-size: 11px;
	padding: 0;
	margin:0;
}
#cards_tablet ul li {
	list-style: none;
	line-height: 14px;
	padding: 4px;
}
#cards_tablet ul li:before {
  content: '✓';
  margin-top:2px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size:18px;
  color: rgba(192,30,39,1);
}
#cards_tablet ul li:nth-child(even) {
	background-color: #f2f2f2;
}
@media (max-width: 991px){
	#cards_tablet img {
		width: 50%;
	}
	#cards_tablet div {
		text-align: center;
	}
	#cards_tablet ul{
		font-size: 13px;
	}
	#cards_tablet ul li {
		line-height: 20px;
	}
}
@media (max-width: 600px){
	#cards_tablet img {
		width: 80%;
	}
}

.btn-samish {
	padding: 5px 8px;
	margin-bottom: 5px;
}

.video_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	z-index: 10;
}
#video_wrapper {
	display: block;
	margin: 70px auto 0px auto;
	width:80%;
	max-width: 1200px;
	min-width: 400px;
	height: auto;
}
#video_wrapper>video {
	display: block;
	/* margin: 5px auto 0 auto;*/
	width:100%;
	height: auto;
}
#video_wrapper .video-close{
	display: block;
	width:100%;
	color: #FFF;
	font-size: 24px;
	text-align: right;
	background-color:transparent;
	cursor: pointer;
}

/* FILTER ALPHA */

.filter-list {
	list-style: none;
}
.filter-list li {
	display: inline-block;
	margin: 1px;
}
.filter-list .btn{
	line-height:0;
	padding: 10px;
}
.filter-hidden {
	display: none;
}
.filter-item .btn-outline {
	color:#d43f3a;
}

.filter-item .btn-outline:focus {
	background-color: #fff;
}

.page-heading.landing-list {
	background-position: 50% 0%;
	padding: 170px 0 66px 0;
}

.tagcloud .list-item {
	overflow: hidden;
}