/* 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;
}
.nrs-info{
	background-color: #5f49cc;
}
.nrs-info:hover{
	background-color: #553eca;
}
.nrs-border{
	border: 1px solid #f5f8fa;
}
.nrs-text-green{
	color: #06b17d;
}
.nrs-text-red{
	color: #dd616c;
}
/* END ALERT */



/* BEGIN BINARY CARD */
.nrs-card-course{
	opacity: 0.95;
	border-radius: 10px;
	padding: 30px 20px 30px 20px;
}
.nrs-card-course:hover{
	opacity: 1;
}
.nrs-row{
	margin: 0;
	padding: 0;
	text-align: center;
}
.nrs-bcard, .nrs-bcard-mini{
	/*border: 1px solid #131930;*/
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
	/*border-radius: 10px;
	background: #151a30;
	-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: #151830;*/
	color: #059b37;
}
.nrs-bcard{
	height: 130px;
}
.nrs-bcard-mini{
	height: 140px;
}
.nrs-bcard-icon{
	margin: 0 auto;
	width: 60px;
}
.nrs-bcard-name{
	height: 30px;
	font-size: 20px;
}
.nrs-bcard-name-xs{
	height: 25px;
	font-size: 18px;
}
@media screen and (max-width: 680px) {
	.nrs-bcard{
		height: 135px;
	}
	.nrs-bcard-name{
		display: none;
	}	
}
@media screen and (max-width: 900px) {
	.nrs-bcard-name-xs{
		display: none;
	}
}
.nrs-bcard-nick{
	font-size: 14px;
}
.nrs-title-name{
	font-size: 18px;
}
.nrs-title-nick{
	font-size: 14px;
}
.nrs-title-name, .nrs-title-nick, .nrs-bcard-name, .nrs-bcard-nick{
	color: #fd9d2d;
}
.nrs-bcard a:hover div{
	color: #00c944;
}
.nrs-row-50, .nrs-row-50-ls{
	height: 25px;
	width: 50%;
}
.nrs-row-50-cp{
	height: 25px;
	width: 67%;
}
.nrs-row-50-simple{
	width: 50%;
	font-size: 10px;
}
.nrs-row-100-simple{
	width: 100%;
}
.nrs-row-33-simple{
	width: 33%;
}
.nrs-row-34-simple{
	width: 34%;
}
.nrs-row-50-ls{
	border-right: 1px solid #fc6413;
}
.nrs-row-50-cp{
	margin: 0 auto;
	border-radius: 8px 8px 0 0;
	border-left: 1px solid #fc6413;
	border-top: 1px solid #fc6413;
	border-right: 1px solid #fc6413;
}
.nrs-row-top{
	width: 2px;
	height: 25px;
	margin: 0 auto;
	margin-top: -25px;
	border-left: 1px solid #fc6413;
}
/* END BINARY CARD */




/* BEGIN BOX */
.nrs-box{
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #d4d4d4;
}
.nrs-box:hover{
	background: #e2e8ec;
}
.nrs-box-vip{
	background: rgba(193,191,234,1);
	background: -moz-linear-gradient(-45deg, rgba(193,191,234,1) 0%, rgba(235,233,249,1) 50%, rgba(193,191,234,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(193,191,234,1)), color-stop(50%, rgba(235,233,249,1)), color-stop(100%, rgba(193,191,234,1)));
	background: -webkit-linear-gradient(-45deg, rgba(193,191,234,1) 0%, rgba(235,233,249,1) 50%, rgba(193,191,234,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(193,191,234,1) 0%, rgba(235,233,249,1) 50%, rgba(193,191,234,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(193,191,234,1) 0%, rgba(235,233,249,1) 50%, rgba(193,191,234,1) 100%);
	background: linear-gradient(135deg, rgba(193,191,234,1) 0%, rgba(235,233,249,1) 50%, rgba(193,191,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1bfea', endColorstr='#c1bfea', GradientType=1 );
}
.nrs-box-vip:hover{
	background: #c1bfea;
}
/* END BOX */



/* BEGIN BUTTONS*/
.nrs-share{
	margin-top: 5px;
}
.nrs-color{
	width: 24px;
	height: 24px;
	border-radius: 12px;
	padding: 0px;
	margin-bottom: 5px;
}
.nrs-color:hover, .nrs-share:hover{
	color: #fff;
}
.nrs-black{
	background: #202020;
}
.nrs-black:hover{
	background: #000000;
}
.nrs-blue{
	background: #285d9c;
}
.nrs-blue:hover{
	background: #0049a0;
}
.nrs-fucsia{
	background: #fe4ece;
}
.nrs-fucsia:hover{
	background: #f91bbd;
}
.nrs-grey{
	background: #c1c9d5;
}
.nrs-grey:hover{
	background: #a9b5c7;
}
.nrs-green{
	background: #379343;
}
.nrs-green:hover{
	background: #019613;
}
.nrs-light-blue{
	background: #429ffb;
}
.nrs-light-blue:hover{
	background: #1b8bf9;
}
.nrs-light-green{
	background: #55cb50;
}
.nrs-light-green:hover{
	background: #24c91c;
}
.nrs-marron{
	background: #8e5f2d;
}
.nrs-marron:hover{
	background: #904a00;
}
.nrs-orange{
	background: #dd9036;
}
.nrs-orange:hover{
	background: #dc7903;
}
.nrs-purple{
	background: #a83dcb;
}
.nrs-purple:hover{
	background: #9c0ecb;
}
.nrs-red{
	background: #b23434;
}
.nrs-red:hover{
	background: #b20000;
}
.nrs-white{
	background: #f0f1f4;
	border: 1px solid #c1c9d5;
}
.nrs-white:hover{
	background: #f8f8f8;
}
.nrs-wine{
	background: #9c2d66;
}
.nrs-wine:hover{
	background: #a00053;
}
.nrs-yellow{
	background: #e1d040;
}
.nrs-yellow:hover{
	background: #e5cd00;
}
/* END BUTTONS*/



/* BEGIN CHECK SPAM */
.nrs-check{
	display:none;
}
/* END CHECK SPAM */



/* 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 */



/* BEGIN GENEALOGY */
 .ref-active, .ref-inactive, .ref-unconfirm, .ref-noexist{
    display: block;
    width: 320px;
    height: 60px;
    padding: 8px;
    margin: 10px 5px 0 5px;
    font-size: 14px;
    text-align: left;
    border: 1px solid #a5b1b8;
    border-radius: 8px 0 8px 0;
}
.ref-active{
    background: linear-gradient(to right, #5346a5 0%, #6b52ed 100%);
    color: #fff;
}
.ref-inactive{
    background-color: #ececec;
    color: #222;
}
.ref-unconfirm{
    background-color: #ffe6e6;
    color: #222;
    border: 1px solid #f39e9e;
}
.ref-noexist{
    background-color: #fffbf9;
    color: #90827c;
    border: 1px solid #f6d6c7;
}
.line-one, .line-three{
    float: left;
    width: 25px;
    height: 70px;
    margin: -20px 0 0 -33px;
}
.line-one{
    background-image: url("../img/linet.png");
}
.line-two{
    float: left;
    position: absolute;
    width: 5px;
    height: 50px;
    margin: -1px 0 0 -33px;
    background-image: url("../img/liney.png");
}
.line-three{
    background-image: url("../img/linel.png");
}
.card-one{
    border-left: 1px solid #a5b1b8;
}
.card-two{
	border-left: 1px solid #222b45;
}
.insignia{
    position: right;
    float: right;
    height: 40px;
}
/* END GENEALOGY  */



/* BEGIN LOGO */
.nrs-logo{
	display: none;
}
@media (min-width: 992px) {
	.nrs-logotipo{
		display: none;
	}
	.nrs-logo{
		display: block;
	}	
}
.nrs-img-pack, .nrs-img-rank{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}
/* END LOGO */



/* BEGIN TICKET */
.ticket-left p, .ticket-right p{
	color: #222;
}
.ticket-left{
	margin-right: 40px;
	text-align: left;
}
.ticket-right{
	margin-left: 40px;
	text-align: right;
}
/* END TICKET */



/* BEGIN MODAL */
.bmd-modalButton {
  opacity: 0.9;
}
.bmd-modalButton:hover {
  opacity: 1;
}
.close-button {
  overflow: hidden;
}
.bmd-modalContent {
  background: url('../img/preloader.gif') 50% 50% no-repeat;
  box-shadow: none;
  background-color: transparent;
  border: 0;
}
.bmd-modalContent .mclose {
  font-size: 30px;
  line-height: 30px;
  padding: 7px 4px 7px 13px;
  text-shadow: none;
  opacity: 0.5;
  color:#fff;
}
.bmd-modalContent .mclose span {
  display: block;
}
.bmd-modalContent .mclose:hover, .bmd-modalContent .mclose:focus {
  opacity: 1;
  outline: none;
}
.bmd-modalContent iframe {
  display: block;
  margin: 0 auto;
}
.modal-backdrop.show {
    opacity: 0.85;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.fade {
    transition: opacity 0.15s linear;
}
/* END MODAL */



/* BEGIN PADDING AND HEIGHT */
.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;
}

.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 PADING PADDING */



/* 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: #5346a5;
}
.nrs-panel-default .nrs-panel-heading {
	color: #5346a5;
}
.nrs-panel-default .nrs-panel-text {
	color: #3b3f5c;
}
.nrs-panel-default .nrs-panel-link {
	color: #1b55e2;
}

.nrs-panel-primary {
	background: #5346a5;
}
.nrs-panel-primary:hover{
	background: #4b3f97;
}
.nrs-panel-primary .nrs-panel-icon{
	background: #d2d7dd;
}
.nrs-panel-primary .nrs-panel-icon svg{
	color: #5346a5;
}
.nrs-panel-primary .nrs-panel-heading {
	color: #5346a5;
}
.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 PHONE*/
.view_case{
  margin: 0 auto;
  width: 422px;
  height: 750px;
  border-radius: 25px;
  border: 1px solid #0a0a0a;
  padding: 3px 8px 10px 8px;
  background: rgba(61,60,61,1);
  background: -moz-linear-gradient(-45deg, rgba(61,60,61,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(61,60,61,1)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(-45deg, rgba(61,60,61,1) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(61,60,61,1) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(61,60,61,1) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(135deg, rgba(61,60,61,1) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3c3d', endColorstr='#000000', GradientType=1 );
}
.view_sound{
  margin: 0 auto;
  background: #000;
  width: 60px;
  border-radius: 2px;
  border: 1px solid #666;
  height: 4px;
}
.view_screen{
  background: rgba(61,60,61,1);
  width: 402px;
  height: 714px;
  border-radius: 20px;
  border: 1px solid #666;
}
.view_space{
  width: 100%;
  height: 3px;
}
.view_home{
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #666;
  background: #0c0c0c;
}
.view_noch{
  position: absolute;
  margin-top: 10px;
  margin-left: 15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #000;
  background: #222;
}
.framecase{
  border-radius: 20px;
  -moz-border-radius: 20px;
  overflow:hidden; 
}
/* END PHONE*/



/* BEGIN PROFILE COMPONENTS */
.img-cover{
	padding-top: 10px;
	width: 100%;
}
.img-cover:hover{
	box-shadow: 0 2px 15px 0 rgba(24, 62, 108, .5);
}

.img-profile-xs{
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
.img-profile{
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	border-radius: 75px;
}
.img-profile-1{
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	border-radius: 75px;
}
.img-profile-2{
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background: #f1f2f3;
}
.img-profile-page{
	display: block;
	margin: 0 auto;
	width: 150px;
}
.span-profile{
	display: block;
	margin: 0 auto;
}
.span-profile:hover{
	color: #429ffb;
}
.content-copy{
	padding: 10px 20px 5px 20px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
}
/* END PROFILE COMPONENTS */



/* 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 */