.nrs-access{
	display: none;
}
.nrs-sponsor{
	margin-top: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	border: 2px solid #f1f1f1;
}
.nrs-fluid:hover{
	-webkit-box-shadow: 0px 2px 5px 1px rgba(31, 45, 61, 0.1);
	box-shadow: 0px 2px 5px 1px rgba(31, 45, 61, 0.1);
}
.nrs-video-list:hover{
  background: #f5f8fa;
}



/* BEGIN ALERT */
.btn-default{
	border: 1px solid #ccc;
}
.text-alert{
	font-size: 16px;
}
.nrs-alert{
	padding: 10px 10px 2px 10px;
}
.alert-default{
	background-color: #f5f8fa;
	color: #222;
}
.alert-info{
	background-color: #7366ff;
}
.nsr-info{
	background-color: #3429c7;
}
.nsr-info:hover{
	background-color: #0085d7;
}
.nrs-border{
	border: 1px solid #f5f8fa;
}
/* BEGIN ALERT */



/* BEGIN TICKET */
.ticket-left{
	margin-right: 40px;
	text-align: left;
}
.ticket-right{
	margin-left: 40px;
	text-align: right;
}
/* END TICKET */




/* BEGIN VIDEO */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* END VIDEO */




/* BEGIN BINARY CARD */
.nrs-row{
	margin: 0;
	padding: 0;
	text-align: center;
}
.nrs-row-master{
	float: left;
}
.nrs-bcard, .nrs-bcard-mini{
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	border-radius: 10px;
	border: 4px solid #268f00;
	color: #268f00;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(31, 45, 61, 0.1);
	box-shadow: 0px 2px 5px 1px rgba(31, 45, 61, 0.1);
}
.nrs-bcard:hover, .nrs-bcard-mini:hover{
	background: rgba(0, 0, 0, 0.1);
	color: #2faa06;
}
.nrs-bcard{
	height: 150px;
}
.nrs-bcard-mini{
	height: 140px;
}
.nrs-bcard-icon{
	margin-top: 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	border: 4px solid #<?= $color ?>;
}
}
.nrs-bcard-name{
	height: 30px;
	font-size: 20px;
}
.nrs-bcard-name-xs{
	height: 25px;
	font-size: 18px;
}
.nrs-bcard-nick{
	height: 25px;
	font-size: 14px;
}
.nrs-row-50, .nrs-row-50-ls, .nrs-row-50-cp{
	height: 15px;
	width: 50%;
}
.nrs-row-50-simple{
	padding: 0;
	width: 50%;
	font-size: 10px;
}
.nrs-row-100-simple{
	width: 100%;
}
.nrs-row-50-ls{
	border-right: 1px solid #268f00;
}
.nrs-row-50-cp{
	margin: 0 auto;
	border-radius: 8px 8px 0 0;
	border-left: 1px solid #268f00;
	border-top: 1px solid #268f00;
	border-right: 1px solid #268f00;
}
@media screen and (max-width: 900px) {
	.nrs-bcard-name-xs{
		font-size: 12.5px;
	}
	.nrs-small-text{
		font-size: 10px;
	}

}
@media screen and (max-width: 680px) {
	.nrs-bcard{
		height: 140px;
	}
	.nrs-bcard-name{
		font-size: 15px;
	}
	.nrs-bcard-name-xs{
		font-size: 10px;
	}
	.nrs-small-text{
		font-size: 6px;
	}
}
/* END BINARY CARD */



/* BEGIN PANELS */
.nrs-panel {
	border: 1px solid #222b45;
	padding: 15px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(31, 45, 61, 0.1);
	box-shadow: 0px 2px 5px 1px rgba(31, 45, 61, 0.1);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
}
.nrs-panel-icon {
	border-radius: 50%;
	display: inline-block;
	padding: 0px;
	margin-bottom: 10px;
}
.nrs-panel-icon svg {
	width: 42px;
	height: 42px;
	stroke-width: 1px;
}
.nrs-panel-icon img {
	width: 72px;
	height: 72px;
	stroke-width: 1px;
}
.nrs-panel-heading {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.nrs-panel-text {
	font-size: 15px;
	margin-bottom: 15px;
}
.nrs-panel-link {
	font-weight: 600;
}
.nrs-panel-link svg {
	width: 15px;
	height: 15px;
}
.nrs-panel-grey {
	background: #3b3f5c;
}
.nrs-panel-grey:hover{
	background: #2e3147;
}
.nrs-panel-grey .nrs-panel-icon{
	background: #888ea8;
}
.nrs-panel-grey .nrs-panel-icon svg{
	color: #d3d3d3;
}
.nrs-panel-grey .nrs-panel-heading {
	color: #fff;
}
.nrs-panel-grey .nrs-panel-text {
	color: #e0e6ed;
}
.nrs-panel-grey .nrs-panel-link {
	color: #2196f3;
}

.nrs-panel-default {
	background: #151a30;
}
.nrs-panel-default:hover{
	background: #131930;
}
.nrs-panel-default .nrs-panel-icon{
	background: #d2d7dd;
}
.nrs-panel-default .nrs-panel-icon svg{
	color: #7744ef;
}
.nrs-panel-default .nrs-panel-heading {
	color: #7744ef;
}
.nrs-panel-default .nrs-panel-text {
	color: #3b3f5c;
}
.nrs-panel-default .nrs-panel-link {
	color: #1b55e2;
}

.nrs-panel-primary {
	background: #7744ef;
}
.nrs-panel-primary:hover{
	background: #441e9e ;
}
.nrs-panel-primary .nrs-panel-icon{
	background: #d2d7dd;
}
.nrs-panel-primary .nrs-panel-icon svg{
	color: #7744ef;
}
.nrs-panel-primary .nrs-panel-heading {
	color: #7744ef;
}
.nrs-panel-primary .nrs-panel-text {
	color: #3b3f5c;
}
.nrs-panel-primary .nrs-panel-link {
	color: #1b55e2;
}

.nrs-panel-info {
	background: #00abe3;
}
.nrs-panel-info:hover{
	background: #0091c1 ;
}
.nrs-panel-info .nrs-panel-icon{
	background: #00abe3;
}
.nrs-panel-info .nrs-panel-icon svg{
	color: #00abe3;
}
.nrs-panel-info .nrs-panel-heading {
	color: #00abe3;
}
.nrs-panel-info .nrs-panel-text {
	color: #00abe3;
}
.nrs-panel-info .nrs-panel-link {
	color: #00abe3;
}
/* END PANELS */



/* BEGIN HEIGHT */
.nrs-height-5, .nrs-height-10, .nrs-height-15, .nrs-height-20, .nrs-height-25, .nrs-height-30, .nrs-height-35, 
.nrs-height-40, .nrs-height-45, .nrs-height-50, .nrs-height-55, .nrs-height-60, .nrs-height-65, .nrs-height-70,
.nrs-height-75, .nrs-height-80, .nrs-height-85, .nrs-height-90, .nrs-height-95, .nrs-height-100{
	width: 100%;
}
.nrs-height-5{
	height: 5px;
}
.nrs-height-10{
	height: 10px;
}
.nrs-height-15{
	height: 15px;
}
.nrs-height-20{
	height: 20px;
}
.nrs-height-25{
	height: 25px;
}
.nrs-height-30{
	height: 30px;
}
.nrs-height-35{
	height: 35px;
}
.nrs-height-40{
	height: 40px;
}
.nrs-height-45{
	height: 45px;
}
.nrs-height-50{
	height: 50px;
}
.nrs-height-55{
	height: 55px;
}
.nrs-height-60{
	height: 60px;
}
.nrs-height-65{
	height: 65px;
}
.nrs-height-70{
	height: 70px;
}
.nrs-height-75{
	height: 75px;
}
.nrs-height-80{
	height: 80px;
}
.nrs-height-85{
	height: 85px;
}
.nrs-height-90{
	height: 90px;
}
.nrs-height-95{
	height: 95px;
}
.nrs-height-100{
	height: 100px;
}
/* END HEIGHT */


/* BEGIN PADDING */
.nrs-padding-0{
	padding: 0px;
}
.nrs-padding-5{
	padding: 5px;
}
.nrs-padding-10{
	padding: 10px;
}
.nrs-padding-15{
	padding: 15px;
}
.nrs-padding-20{
	padding: 20px;
}
.nrs-padding-25{
	padding: 25px;
}
.nrs-padding-30{
	padding: 30px;
}
.nrs-padding-35{
	padding: 35px;
}
.nrs-padding-40{
	padding: 40px;
}
.nrs-padding-45{
	padding: 45px;
}
.nrs-padding-50{
	padding: 50px;
}
.nrs-padding-55{
	padding: 55px;
}
.nrs-padding-60{
	padding: 60px;
}
.nrs-padding-65{
	padding: 65px;
}
.nrs-padding-70{
	padding: 70px;
}
.nrs-padding-75{
	padding: 75px;
}
.nrs-padding-80{
	padding: 80px;
}
.nrs-padding-85{
	padding: 85px;
}
.nrs-padding-90{
	padding: 90px;
}
.nrs-padding-95{
	padding: 95px;
}
.nrs-padding-100{
	padding: 100px;
}
/* PADING PADDING */



/* BEGIN VIDEO */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* END VIDEO */




/* TEXT COLOR */
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(13, 110, 253, var(--bs-text-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(108, 117, 125, var(--bs-text-opacity)) !important;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(25, 135, 84, var(--bs-text-opacity)) !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(13, 202, 240, var(--bs-text-opacity)) !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(255, 193, 7, var(--bs-text-opacity)) !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(220, 53, 69, var(--bs-text-opacity)) !important;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(248, 249, 250, var(--bs-text-opacity)) !important;
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(33, 37, 41, var(--bs-text-opacity)) !important;
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(33, 37, 41, var(--bs-text-opacity)) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: rgba(108, 117, 125, var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, var(--bs-text-opacity)) !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}





/* BEGIN COMPONENTS */
/*.nrs-container{
	background: #fff;
}*/
.img-responsive{
	width: 100%;
}
.recommended-badge{
	background: 
}
.nrs-video-list:hover{
  background: #222b45;
}
.nrs-plan-element{
	padding: 10px;
	border-bottom: 1px solid #d4dcea;
}
.img-gallery{
	width: 200px;
	height: 140px;
	border: 1px solid #d4dcea;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
}
.img-coverr{
	width: 100%;
}
/* END COMPONENTS */



/* BEGIN CAROUSEL */
.carousel {	
	margin: 0 auto;
	padding: 0 30px;
}
.carousel .carousel-item {
	text-align: center;
	overflow: hidden;
}
.carousel .carousel-item .img-box {
	background: #fff;
	padding: 4px;
}
.carousel .carousel-item img {
	margin: 0 auto;
}
.carousel-control-prev, .carousel-control-next {
	width: 68px;
	background: none;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 28px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -15px;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 50%;
	margin: 1px 4px;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
}
.carousel-indicators li.active {
	background: #555;
}
.img-fluid{
	opacity: 0.8
}
.img-fluid:hover{
	opacity: 1;
}
/* END CAROUSEL */