
.cr-notifpopup {
	background-color:#1a8e94;
	width:420px;
	position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1030;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}
.cr-notifpopup .cr-notifpopup-tabbar {
	background-color:#181b1f;
	padding:5px 10px;
}
.cr-notifpopup .cr-notifpopup-tabbar i {
	color:#fcc51f;
	font-size:22px;
	cursor:pointer;
}
.cr-notifpopup .cr-notifpopup-tabbar i:hover {
	color:#fff;
}
.cr-notifpopup .cr-notifpopup-title {
	color: #fff;
	font-family: 'CrystalBetUni';
	font-weight: bold;
	font-style: normal;
	font-size:18px;
}
.cr-notifpopup .mn-xmark:after {
	background-color:#fcc51f;
}
.cr-notifpopup .cr-notifpopup-content {
	padding:20px 15px;
	cursor:pointer;
}

.cr-notifpopup .cr-notifpopup-image img {
	width:135px;
	height:auto;
}

.cr-notifpopup .cr-notifpopup-text {
	margin-left:15px;
	line-height: 1.3;
}
.cr-notifpopup .cr-notifpopup-text span {
	font-family: 'CrystalNU4'!important;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    color: #fff;
}

.pgsoc-container .pgsoc-button {
	width:43px;
	height:43px;
	margin-left:3px;
	cursor:pointer;
	position:relative;
	transition: border .15s ease-in-out;
	background-color: #fbe252;
    border-radius: 50%;
	border: 4px solid transparent;
}
.pgsoc-container .pgsoc-button:hover {
	border: 4px solid #ffcd05;
}
.pgsoc-container .pgsoc-button span {
	display:inline-block;
	background-color:#272312;
	position: absolute;
    mask-repeat: no-repeat;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
}
.p-imggal-contianer img,
.p-imggal-contianer span
 {
	cursor:pointer;
}
.imggal-expand {
	position:absolute;
	bottom:0;
	right:0;
    width: 0;
    height: 0;
    border-bottom: 60px solid #000;
    border-left: 90px solid transparent;
}
.imggal-expandimg {
	margin-left: -35px;
    margin-bottom: -60px;
}
.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;
	
}
