@media (min-width: 768px) {
    .rp-blog-container {
		padding:30px!important;
	}
}
@media (min-width: 1200px) {
    .rp-media-video {
		height: -moz-calc(100vh - 150px);
		height: -webkit-calc(100vh - 150px);
		height: -o-calc(100vh - 150px);
		height: calc(100vh - 150px);
	}
}
.rp-videoimage {
	width:100%;
	height:100%;
}

.rp-bkgr-image {
	z-index:0;
}
.rp-mn-bkgr {
	background-color: #121417;
}
.rp-media-video {
	z-index:2;
	margin:0 auto;
}
.rp-blog-container {
	padding:0px;
}
.np-zoom-buttons {
	position:absolute;
	top:10px;
	right:10px;
}
.np-zoom-buttons .d-flex {
	position:relative;
}

.btn-gray {
	color: #acbbc6!important;
	border:1px solid #e5e8ed;
	font-family: 'CrystalBetUni'!important;
	font-weight: 500;
	font-style: normal;
	font-size:11px;
	/*padding: 6px 12px;*/
	z-index:100;

}
.btn-gray.btnFntDec  {
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
    text-align: center;
	line-height: 2.3;
	width:38px;
	height:28px;
}
.btn-gray.btnFntInc  {
	font-size:15px;
	width:38px;
	height:28px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
    text-align: center;
	line-height: 1.7;
	
}
.btn-gray:hover,
.btn-gray:focus,
.open .dropdown-toggle.btn-gray {
	color: #000!important;
	background-color: #fde053;
	cursor:pointer;
}
.btn-gray:active {
	background-color: #c27313;
}
 .btn-gray:active,
 .btn-gray.active,
 .open .dropdown-toggle.btn-gray {
	 background-image: none;
 }
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
	background-color: #fde053;
}
.rng2-content-author .img-author {
	display:inline-block;
	height:70px;
	border:2px solid #fde053;
	border-radius:50%;
}
.rng2-content-author a {
	text-decoration:none;
	font-family: 'CrystalBetUni';
	font-weight: 500;
    font-style: normal;
    font-size: 13px;
	color: #181b1f;
}
.rng2-content-author .rng2-author-text:hover .rng2-author-title {
	text-decoration: underline;
}
.rng2-author-image:hover + .rng2-author-text, .rng2-author-text:hover .rng2-author-name  {
	text-decoration: underline;
}
.rng2-content-author .rng2-author-text{
	margin-left:10px;
	line-height: 1.2;
}
.rng2-content-author .rng2-author-title {
	font-family: 'CrystalNU4'!important;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
	line-height:1;
    color: #8b9199;
	
}
