body {
  background-color: #f5f5f5;
}
body *:before, body *:after, body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body input {
  box-shadow: none;
  outline: none;
}
body .datepicker {
  z-index: 9999 !important;
}
body .input {
  border-bottom: 1px solid #eee;
  border-radius: 2px;
  overflow: visible;
  position: relative;
  transition: all 0.3s ease;
}
body .input.inline {
  width: 49%;
  display: inline-block;
}
body .input.select {
  border: 1px solid #eee;
}
body .input .label-holder {
  color: #b9aea9;
  font-size: 15px;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  left: 35px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
body .input .icon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 35px;
  color: #cccccc;
  line-height: 34px;
  text-align: center;
}
body .input .icon:before {
  margin: 0;
  font-size: 14px;
}
body .input .label-str {
  position: absolute;
}
body .input.no-border {
  border-bottom: none;
}
body .input .nt-input {
  width: 100%;
  height: 34px;
  border: none;
  font-size: 14px;
  padding-left: 34px;
  font-weight: 300;
}
body .input .nt-input.nt-input-editor {
  resize: none;
  min-height: 8rem;
}
body .input .nt-input:focus, body .input .nt-input:valid {
  box-shadow: none;
  outline: none;
}
body .input .nt-input:focus ~ label, body .input .nt-input:valid ~ label {
  top: -17px;
  left: 0;
  font-size: 13px;
}
body .input .nt-input:focus {
  border-bottom: 1px solid #ff4f51;
}
body .input .nt-input:focus.readonly, body .input .nt-input:focus.disabled {
  background-color: #fff;
}
body .input .nt-input:focus:focus ~ label, body .input .nt-input:focus:valid ~ label {
  color: #ff4f51 !important;
}
body .input .nt-input:focus ~ div.icon:before {
  color: #ff4f51;
}
body .input label.fixed {
  top: -17px;
  left: 0;
  font-size: 13px;
}
body .input .help-block {
  display: block;
  text-align: center;
  padding: 5px;
  background-color: #eaeab4;
  color: red;
}
body .link {
  color: #3bafda;
  text-decoration: none;
}
body .link:hover {
  text-decoration: underline;
}
body .link.icon {
  text-decoration: none;
}
body .link.icon._color-red {
  color: #bc0e0e;
}
body .link.icon.__color-orange {
  color: #a58949;
}
body .nt-container {
  width: 95%;
  max-width: 1250px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body .nt-container:before, body .nt-container:after {
  display: table;
  content: " ";
}
body .nt-container:after {
  clear: both;
}
body .title-divider {
  width: 100%;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 50px;
  line-height: 50px;
  padding-left: 23px;
  font-size: 20px;
  color: #66666f;
}
body .title-divider.whitout-background {
  background-color: transparent;
}
body .clear-both:before, body .clear-both:after {
  display: table;
  content: " ";
}
body .clear-both:after {
  clear: both;
}
body .text-green {
  color: #2ecc71 !important;
}
body .text-orange {
  color: #ffaa00 !important;
}
body .text-blue {
  color: #3498db !important;
}
body .text-right {
  text-align: right !important;
}
body .text-left {
  text-align: left !important;
}
body .text-center {
  text-align: center !important;
}
body .bold {
  font-weight: 500;
}
body .readonly-input,
body .disabled-input {
  background-color: #eee;
}
body .select2-container {
  width: 100% !important;
  padding-left: 35px;
}
body .select2-container .select2-selection {
  border: none !important;
  border-radius: 0 !important;
  height: 35px;
}
body .select2-container .select2-selection .select2-selection__rendered {
  line-height: 35px;
}
body .select2-dropdown {
  border: 1px solid #eee !important;
}
body .table {
  min-height: 0.01%;
  overflow-x: auto;
  margin-top: 30px;
}
body .table .dashboard-check {
  border: 1px solid #9a9a9a;
  display: inline;
  cursor: pointer;
  -webkit-appearance: button;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  transition: all 0.3s ease;
}
body .table .dashboard-check:focus {
  box-shadow: none;
  outline: none;
}
body .table .dashboard-check:checked {
  background-color: #1abc9c;
  border: none;
}
body .table.list table th {
  background-color: #eee;
  cursor: pointer;
}
body .table.list table th.active-filter {
  background-color: #e0dfdf;
  border: 1px solid #bbb;
  font-size: 14px;
}
body .table table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  border-spacing: 0;
  border-collapse: collapse;
}
body .table table th,
body .table table td {
  padding: 8px;
  font-size: 14px;
  color: #666666;
  text-align: left;
  border-top: 0;
  border-bottom: 1px solid #f3f3f3;
}
body .table table th.center,
body .table table td.center {
  text-align: center;
}
body .table table th.right,
body .table table td.right {
  text-align: right;
}
body .table table th .text-color,
body .table table td .text-color {
  display: inline-block;
  padding: 5px;
  border-radius: 2px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
  white-space: nowrap;
  vertical-align: baseline;
  text-overflow: ellipsis;
  max-width: 150px;
  overflow: hidden;
}
body .table table th .text-color.green,
body .table table td .text-color.green {
  background-color: #00b19d;
}
body .table table th .text-color.green-lighter,
body .table table td .text-color.green-lighter {
  background-color: #2ecc71;
}
body .table table th .text-color.red,
body .table table td .text-color.red {
  background-color: #e74c3c;
}
body .table table th .text-color.orange,
body .table table td .text-color.orange {
  background-color: #ffaa00;
}
body .table table th .text-color.blue,
body .table table td .text-color.blue {
  background-color: #428bca;
}
body .table table th {
  font-weight: bold;
  font-size: 15px;
}
body .table table tbody.select > tr:not(.tr-separator):hover, body .table table tbody.select > tr:not(.tr-separator).selected {
  background-color: #ccc;
}
body .table table .tr-separator {
  background-color: rgba(0, 0, 0, 0.1);
}
body .table table .tr-separator td {
  color: #6b6b6b;
}
body .table.white-theme table th {
  background-color: transparent;
  border-bottom: 2px solid #f3f3f3;
  font-weight: 400;
}
body .table.white-theme table td {
  border: none;
}
body .table.striped table tr:nth-child(even) {
  background-color: #eee;
}
body .table.striped table tr:nth-child(odd) {
  background-color: #fff;
}
body .table .break-words {
  max-width: 155px;
  word-wrap: break-word;
}
body .form .nt-section-title {
  padding: 2px 20px;
  background-color: #fff;
  margin-bottom: 11px;
  text-align: center;
  color: #757575;
}
body .form .nt-section-title h3 {
  font-size: 24px;
  font-weight: 500;
}
body .form .form-input {
  padding: 20px 20px 30px 15px;
  border-left: 5px solid transparent;
  position: relative;
  -moz-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
  -o-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
  -webkit-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
  transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
}
body .form .form-input:hover:not(.no-hover) {
  border-color: #ff4f51;
}
body .form .form-input .password-brand {
  display: none;
}
body .form .form-input .password-brand.show {
  display: block;
}
body .form .form-input .password-brand .brand-message {
  width: 32%;
  float: left;
  font-size: 13px;
  text-align: center;
  padding: 3px;
  margin: 1px;
  color: #bbb;
}
body .form .form-input .password-brand .content-line-brand {
  width: 100%;
  float: left;
  background-color: #eee;
}
body .form .form-input .password-brand .content-line-brand .brand {
  width: 0;
  height: 3px;
  transition: all 0.3s ease;
}
body .form .form-input .password-brand .content-line-brand .brand.low {
  background-color: #e74c3c;
  width: 30%;
}
body .form .form-input .password-brand .content-line-brand .brand.middle {
  background-color: #f1c40f;
  width: 60%;
}
body .form .form-input .password-brand .content-line-brand .brand.high {
  background-color: #27ae60;
  width: 100%;
}
body .form .form-input .message-password {
  color: #7b7b7b;
  padding: 7px;
  background-color: #f9f9f9;
  display: block;
  margin-top: 12px;
  font-weight: 500;
}
body .form .form-input .message-password b {
  font-weight: bold;
}
body .form .form-button {
  padding: 15px 20px 30px 20px;
}
body .checkbox {
  visibility: hidden;
  display: none;
}
body .checkbox + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
body .checkbox.without-filled + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 0;
  border: 1px solid #9a9a9a;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
body .checkbox.without-filled:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  border-radius: 0px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
body .checkbox.filled-in + label:before {
  content: "";
  left: 0;
  position: absolute;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
body .checkbox.filled-in + label:after {
  content: "";
  left: 0;
  position: absolute;
  border-radius: 2px;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
body .checkbox.filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 2px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
body .checkbox.filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #9a9a9a;
  top: 0px;
  z-index: 0;
}
body .checkbox.filled-in:checked + label:before {
  top: 2px;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
body .checkbox.filled-in:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}
body .nt-input-filter {
  width: 100%;
  max-width: 350px;
  height: 30px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 13px;
  padding-left: 10px;
}
body .nt-input-filter:focus, body .nt-input-filter:valid {
  box-shadow: none;
  outline: none;
}
body .search-filter {
  min-width: 250px;
  display: inline-block;
  text-align: right;
}
body .nt-button {
  min-width: 100px;
  background-color: transparent;
  height: 35px;
  line-height: 35px;
  padding: 0 5px 0 5px;
  text-align: center;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  color: #389adb;
  text-decoration: none;
  display: block;
  position: relative;
}
body .nt-button.right {
  float: right;
  margin-right: 5px;
}
body .nt-button.right:before {
  position: absolute;
  font-size: 13px;
  right: 5px;
  margin: 0;
}
body .nt-button.left {
  float: left;
}
body .nt-button.left:before {
  position: absolute;
  font-size: 13px;
  left: 5px;
  margin: 0;
}
body .nt-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body .nt-button.nt-button-success {
  background-color: #2ecc71;
  color: #fff;
}
body .nt-button.nt-button-success:not(.disabled):hover {
  background-color: #2db567;
}
body .nt-button.nt-button-second {
  background-color: #1abc9c;
  color: #fff;
}
body .nt-button.nt-button-second:hover {
  background-color: #18a287;
}
body .nt-button.nt-button-blue {
  background-color: #2d86c2;
  color: #fff;
}
body .nt-button.nt-button-blue:hover {
  background-color: #1c7ebf;
}
body .nt-button.default-filter {
  min-width: 75px;
  background-color: #f7f7f7;
  margin-right: 4px;
  display: inline-block;
  height: 30px;
  line-height: 27px;
  margin-left: 5px;
  border: 1px solid #bbb;
  color: #000;
  font-size: 13px;
}
body .nt-button.default-filter:hover {
  background-color: #eee;
}
body .nt-button.disabled {
  background-color: #bbb;
}
body .nt-topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 62px;
  border-top: 5px solid #a11f43;
}
body .nt-topnav .nt-topbar-main {
  background-color: #fff;
  min-height: 73px;
}
body .nt-topnav .nt-topbar-main .nt-logo {
  margin: 7px 0px 0px 0px;
  float: left;
  position: relative;
}
body .nt-topnav .nt-topbar-main .nt-logo a {
  text-decoration: none;
  line-height: 63px;
  display: inline-block;
}
body .nt-topnav .nt-topbar-main .nt-logo a span {
  font-weight: bold;
  color: #525252;
  letter-spacing: -0.02em;
  font-family: "Miriam Libre", sans-serif;
  transform: translatey(2px);
}
body .nt-topnav .nt-topbar-main .nt-logo .img {
  height: 50px;
  width: 200px;
  margin: 3px;
  border-radius: 4px;
  float: left;
  margin-right: 10px;
}
body .nt-topnav .nt-topbar-main .nt-logo .nt-curdate {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #e4675d;
}
body .nt-topnav .nt-topbar-main .nt-menu-profile {
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
  height: 73px;
}
body .nt-topnav .nt-topbar-main .nt-menu-profile .li-profile {
  height: 73px;
  padding: 0px 5px 0px 8px;
  position: relative;
}
body .nt-topnav .nt-topbar-main .nt-menu-profile .li-profile:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body .nt-topnav .nt-topbar-main .nt-menu-profile .li-profile .list-actions {
  width: 100%;
  top: 40px;
  right: 12px;
}
body .nt-topnav .nt-topbar-main .nt-menu-profile .li-profile .action-profile {
  display: block;
  text-align: center;
  text-decoration: none;
  padding-top: 14px;
  padding-right: 11px;
  padding-bottom: 8px;
}
body .nt-topnav .nt-topbar-main .nt-menu-profile .li-profile .action-profile .icon {
  width: 35px;
  display: inline-block;
  margin-right: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 100%;
  color: #656769;
}
body .nt-topnav .nt-topbar-main .nt-menu-profile .li-profile .action-profile .icon:before {
  margin: 0;
  color: #757575;
  font-size: 17px;
}
body .nt-topnav .nt-topbar-main .nt-menu-profile .li-profile .action-profile .nick {
  font-size: 13px;
  display: inline-block;
  color: #ab3756;
}
body .nt-topnav .nt-topbar-main .nt-menu-profile .li-profile .action-profile .nick:before {
  margin: 0;
  font-size: 8px;
  float: right;
  margin-left: 6px;
  margin-top: 4px;
}
body .nt-topnav .nt-topbar-main .nt-content-menu-toggle {
  float: left;
  margin-top: 14px;
}
body .nt-topnav .nt-topbar-main .nt-content-menu-toggle.right {
  float: right;
  margin-right: 14px;
}
body .nt-topnav .nt-topbar-main .nt-content-menu-toggle .nt-nav-toggle {
  border: 0;
  position: relative;
  width: 60px;
  height: 50px;
  padding: 0;
  margin: 0;
  float: right;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border-radius: 4px;
  display: none;
}
body .nt-topnav .nt-topbar-main .nt-content-menu-toggle .nt-nav-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 15px auto 17px auto;
  height: 18px;
}
body .nt-topnav .nt-topbar-main .nt-content-menu-toggle .nt-nav-toggle .lines span {
  height: 2px;
  width: 100%;
  background-color: #b14c67;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}
body .nt-topnav .nt-topbar-main .nt-content-menu-toggle .nt-nav-toggle .lines span.dark {
  background-color: #969696;
}
body .nt-topnav .nt-topbar-main .nt-content-menu-toggle .nt-nav-toggle.open .lines span {
  position: absolute;
}
body .nt-topnav .nt-topbar-main .nt-content-menu-toggle .nt-nav-toggle.open .lines span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .nt-topnav .nt-topbar-main .nt-content-menu-toggle .nt-nav-toggle.open .lines span:nth-child(2) {
  visibility: hidden;
}
body .nt-topnav .nt-topbar-main .nt-content-menu-toggle .nt-nav-toggle.open .lines span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .nt-navbar-custom {
  float: left;
  width: 75%;
  height: 73px;
}
body .nt-navbar-custom:first-ont-type a {
  padding-left: 0px;
}
body .nt-navbar-custom .nt-navigation {
  display: block;
}
body .nt-navbar-custom .nt-navigation .nt-navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu {
  float: left;
  display: block;
  position: relative;
  font-family: "Miriam Libre", sans-serif;
}
body .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu:before {
  position: absolute;
  font-size: 12px;
  color: #fff;
  line-height: 67px;
  right: 3px;
}
body .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu a.option {
  padding-top: 22px;
  padding-bottom: 22px;
  display: block;
  color: #A1A1A1;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
body .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu a.option:before {
  font-size: 15px;
  margin: 0;
  margin-right: 5px;
  color: #fff;
  line-height: inherit;
  vertical-align: bottom;
}
body .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu .sub-menu {
  padding: 5px;
  list-style: none;
  min-width: 200px;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0;
}
body .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu .sub-menu li a {
  display: block;
  text-decoration: none;
  padding: 8px 25px;
  clear: both;
  white-space: nowrap;
  font-weight: 500;
  color: #a58949;
}
body .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu .sub-menu li:hover a {
  color: #3bafda;
}
body .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu .sub-menu.show {
  visibility: visible;
  opacity: 1;
}
body .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu:hover a.option, body .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu.active a.option {
  color: #fff !important;
}
body .nt-wrapper {
  margin-top: 145px;
  position: relative;
  min-height: 70vh;
}
body .nt-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  bottom: 0px;
  color: #58666e;
  text-align: left;
  font-size: 15px;
  padding: 20px 0px;
}
body .nt-row {
  margin-right: -15px;
  margin-left: -15px;
}
body .nt-row.with-background {
  background-color: #fff;
  border: 1px solid rgba(54, 64, 74, 0.08);
}
body .nt-row .filters {
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
  border: none;
  max-height: 0;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: none;
  padding: 10px;
}
body .nt-row .filters.show {
  display: block;
  min-height: 50px;
  max-height: 9999px;
  border: 1px solid rgba(54, 64, 74, 0.08);
  border-bottom: none;
}
body .nt-row .card-box {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(54, 64, 74, 0.08);
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #fff;
}
body .nt-row .card-box.no-boder {
  border: none;
}
body .nt-row .card-box .card-box-buttons {
  position: relative;
  min-height: 50px;
  overflow: visible;
  text-align: right;
}
body .nt-row .card-box .card-box-buttons .button-card {
  display: inline-block;
  vertical-align: middle;
  color: #797979;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
}
body .nt-row .card-box .card-box-buttons .button-card.menu-card.left, body .nt-row .card-box .card-box-buttons .button-card.active-filters.left, body .nt-row .card-box .card-box-buttons .button-card.add-item.left {
  left: 15px;
  top: 15px;
}
body .nt-row .card-box .card-box-buttons .button-card.menu-card.left.active-filters, body .nt-row .card-box .card-box-buttons .button-card.active-filters.left.active-filters, body .nt-row .card-box .card-box-buttons .button-card.add-item.left.active-filters {
  left: 46px;
}
body .nt-row .card-box .card-box-buttons .button-card.menu-card.left.add-item, body .nt-row .card-box .card-box-buttons .button-card.active-filters.left.add-item, body .nt-row .card-box .card-box-buttons .button-card.add-item.left.add-item {
  left: 80px;
}
body .nt-row .card-box .card-box-buttons .button-card.menu-card.right, body .nt-row .card-box .card-box-buttons .button-card.active-filters.right, body .nt-row .card-box .card-box-buttons .button-card.add-item.right {
  right: 15px;
  top: 15px;
}
body .nt-row .card-box .card-box-buttons .button-card.menu-card.right.active-filters, body .nt-row .card-box .card-box-buttons .button-card.active-filters.right.active-filters, body .nt-row .card-box .card-box-buttons .button-card.add-item.right.active-filters {
  right: 46px;
}
body .nt-row .card-box .card-box-buttons .button-card.menu-card.right.add-item, body .nt-row .card-box .card-box-buttons .button-card.active-filters.right.add-item, body .nt-row .card-box .card-box-buttons .button-card.add-item.right.add-item {
  right: 80px;
}
body .nt-row .card-box .card-box-buttons .button-card.menu-card:hover, body .nt-row .card-box .card-box-buttons .button-card.active-filters:hover, body .nt-row .card-box .card-box-buttons .button-card.add-item:hover {
  background-color: #eee;
}
body .nt-row .card-box .card-box-buttons .button-card.menu-card:hover.add-item, body .nt-row .card-box .card-box-buttons .button-card.active-filters:hover.add-item, body .nt-row .card-box .card-box-buttons .button-card.add-item:hover.add-item {
  background-color: #d43c30;
}
body .nt-row .card-box .card-box-buttons .button-card.menu-card:before, body .nt-row .card-box .card-box-buttons .button-card.active-filters:before, body .nt-row .card-box .card-box-buttons .button-card.add-item:before {
  margin: 0;
  font-size: 15px;
  line-height: 40px;
}
body .nt-row .card-box .card-box-buttons .button-card.add-item {
  background-color: #F44336;
  color: #fff;
  line-height: 40px;
  font-size: 23px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
body .nt-row .card-box .card-info {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
body .nt-row .card-box .card-info .text-info {
  padding: 2px;
  color: #6b6b6b;
  width: 49%;
  float: left;
}
body .nt-row .card-box .header-title {
  color: #797979;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 16px;
  margin: 0;
  margin-bottom: 5px;
}
body .nt-row .card-box .header-title-description {
  font-size: 13px;
  color: #98a6ad;
  margin-bottom: 20px;
}
body .nt-row .card-box .pagination {
  float: right;
}
body .nt-row .col {
  width: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
body .nt-row .col.background {
  background-color: #fff;
}
body .nt-row .col.col-25 {
  width: 25%;
}
body .nt-row .col.col-50 {
  width: 50%;
}
body .nt-row .col.col-75 {
  width: 75%;
}
body .nt-row .col.col-95 {
  width: 95%;
}
body .nt-row .col.not-float {
  float: inherit;
  margin: 0 auto;
}
body .list-actions {
  position: absolute;
  top: 28px;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  border-radius: 2px;
  min-width: 180px;
  z-index: 1;
  box-shadow: 0px 0px 2px gray;
  opacity: 0;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  -moz-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  -ms-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
}
body .list-actions.left {
  left: 11px;
}
body .list-actions.right {
  right: 11px;
}
body .list-actions.show {
  opacity: 1;
  transform: scale(1);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
body .list-actions li {
  min-height: 30px;
  padding: 5px 5px 5px 5px;
  font-size: 14px;
  text-align: left;
}
body .list-actions li.divider {
  height: 1px;
  min-height: 0;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  padding: 0;
}
body .list-actions li:hover {
  background-color: #ab3756;
}
body .list-actions li:hover a {
  color: #fff;
}
body .list-actions li a {
  display: block;
  text-decoration: none;
  padding: 3px 5px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #757575;
  white-space: nowrap;
}
body .list-actions li a:before {
  margin: 0;
  font-size: 14px;
  margin-right: 5px;
}
body .nt-social-media {
  float: right;
  position: relative;
}
body .nt-social-media a {
  text-decoration: none;
  display: inline-block;
}
body .nt-social-media a .icon {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  padding: 15px 4px;
  color: #aaaaaa;
  line-height: 35px;
}
body .nt-social-media a .icon:before {
  margin: 0;
  font-size: 15px;
}
body .nt-social-media a .icon:hover.facebook {
  color: #3b5998;
}
body .nt-social-media a .icon:hover.twitter {
  color: #59adea;
}
body .nt-social-media a .icon:hover.google {
  color: #b12f1c;
}
body .nt-social-media a .icon:hover.linkedin {
  color: #408db7;
}
body .nt-social-media a .icon:hover.whatsapp {
  color: #2ab200;
}
body .nt-social-media a .icon:hover.gmail {
  color: rgb(224, 76, 64);
}
body .nt-social-media a .icon:hover.mailto {
  color: rgb(170, 170, 170);
}
body .nt-social-media a .icon:hover.youtube {
  color: #cc181e;
}
body .nt-social-media a .icon:hover.instagram {
  color: #111;
}
body .nt-social-media a .icon:hover.share {
  cursor: auto;
  color: #000;
}
body .nt-social-media.social-entry a .icon {
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 5px;
  font-size: 15px;
  border-radius: 50%;
  margin: 3px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #c2c2c2;
}
body .nt-social-media.social-entry a .icon:hover {
  color: #fff;
}
body .nt-social-media.social-entry a .icon:hover.facebook {
  background-color: #3b5998;
}
body .nt-social-media.social-entry a .icon:hover.twitter {
  background-color: #59adea;
}
body .nt-social-media.social-entry a .icon:hover.google {
  background-color: #b12f1c;
}
body .nt-social-media.social-entry a .icon:hover.linkedin {
  background-color: #408db7;
}
body .nt-social-media.social-entry a .icon:hover.whatsapp {
  background-color: #2ab200;
}
body .nt-social-media.social-entry a .icon:hover.gmail {
  background-color: rgb(224, 76, 64);
}
body .nt-social-media.social-entry a .icon:hover.mailto {
  background-color: rgb(170, 170, 170);
}
body .nt-social-media.social-entry a .icon:hover.youtube {
  background-color: #cc181e;
}
body .nt-social-media.social-entry a .icon:hover.instagram {
  background-color: #111;
}
body .nt-social-media.social-entry a .icon:hover.share {
  cursor: auto;
  color: #000;
}
body .nt-social-media.social-entry a .icon:hover.liked {
  background-color: #3498db;
}

@media (max-width: 1000px) {
  body .nt-topnav .nt-topbar-main {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  body .nt-topnav .nt-menu-profile .action-profile {
    padding-left: 7px;
  }
  body .nt-topnav .nt-menu-profile .action-profile .nick {
    display: none !important;
  }
  body .nt-topnav .nt-menu-profile .action-profile .icon {
    margin-right: 0;
  }
  body .nt-topnav .nt-content-menu-toggle .nt-nav-toggle {
    display: block !important;
  }
  body .nt-topnav .nt-navbar-custom {
    height: inherit !important;
    max-height: 0;
    transition: all 0.3s ease;
    overflow: auto;
    width: 100%;
  }
  body .nt-topnav .nt-navbar-custom.toggle {
    max-height: 500px;
  }
  body .nt-topnav .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu {
    float: none;
    margin: 3px;
  }
  body .nt-topnav .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu a.option {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body .nt-topnav .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu.active:before {
    bottom: inherit;
    right: 0;
    top: 20px;
    transform: inherit;
    left: inherit;
    margin-left: inherit;
  }
  body .nt-topnav .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu .sub-menu {
    position: inherit;
    display: none;
    top: 0;
    border: none;
    box-shadow: inherit;
  }
  body .nt-topnav .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu .sub-menu li {
    padding-left: 10px;
  }
  body .nt-topnav .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu:hover a.option, body .nt-topnav .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu.active a.option {
    /*background-color: #fff;
    color: #504f4f;*/
  }
  body .nt-topnav .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu:hover a.option:before, body .nt-topnav .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu.active a.option:before {
    color: #504f4f;
  }
  body .nt-topnav .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu:hover:before, body .nt-topnav .nt-navbar-custom .nt-navigation .nt-navigation-menu .nt-has-submenu.active:before {
    color: #504f4f;
  }
  body .nt-topnav .nt-navbar-custom .nt-social-media {
    float: left;
  }
  body .nt-wrapper {
    margin-top: 90px !important;
    min-height: 84vh;
  }
  body .nt-container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  body .nt-container .nt-row .col:not(.fixed) {
    width: 100% !important;
  }
  body .login-entries {
    display: none;
  }
}
@media (min-width: 1010px) {
  .nt-has-submenu .sub-menu {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    visibility: hidden;
    opacity: 0;
  }
}
.spinner-content {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.spinner-content.red {
  background-color: #f4645f;
}
.spinner-content.show {
  display: block;
}
.spinner-content .spinner {
  color: #fff;
  margin: 250px auto;
  width: 90px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
.spinner-content .spinner div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner-content .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner-content .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner-content .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner-content .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.spinner-content .spinner .text {
  font-size: 14px;
  font-weight: bold;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  margin: 8em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
  display: none;
}

.loader.show {
  display: block;
}

.loader:before {
  left: -3.5em;
}

.loader:after {
  left: 3.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em #f4645f;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #f4645f;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em #f4645f;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #f4645f;
  }
}
body.auth * {
  font-family: "Miriam Libre", sans-serif;
}
body.auth .auth-logo {
  text-align: center;
  margin-bottom: 30px;
}
body.auth .auth-logo .img {
  width: 330px;
  border-radius: 100%;
}
body.auth .container {
  background-color: #fff;
  max-width: 700px;
  margin: 70px auto;
  border-radius: 4px;
  padding: 50px 0;
  min-height: 100%;
  min-width: 350px;
  overflow: auto;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  box-shadow: 0px 0px 3px 1px #c2c2c2;
}
body.auth .container .container-form-login {
  width: 95%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 2px;
}
body.auth .container .container-form-login .nt-section-title {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
body.auth .container .container-form-login .nt-section-title h3 {
  color: #ff4f51;
}
body.auth .container .container-form-login .message-login {
  text-align: center;
  padding: 10px;
  font-weight: 500;
}
body.auth .container .container-form-login .message-login.error {
  background-color: #f9f9b5;
  color: #e74c3c;
}
body.auth .container .container-form-login .message-login.logout {
  background-color: #3498db;
  color: #fff;
}
body.auth .container .container-form-login .form {
  margin-bottom: 1px;
  background-color: #fff;
  border-radius: 2px;
  height: 400px;
  align-content: space-evenly;
}
body.auth .container .container-form-login .links-form-login {
  padding: 20px;
  margin-top: 5px;
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background-color: white;
}
body.auth .container .container-form-login .links-form-login h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.auth .container .container-form-login .links-form-login span {
  color: #95a5a6;
}
body.auth .container .container-form-login .links-form-login a {
  text-decoration: none;
}
body.auth .container .container-form-login .links-form-login a:hover {
  text-decoration: underline;
}
body.auth .container .container-form-login .input {
  position: relative;
}
body.auth .container .container-form-login .input .nt-input {
  padding-left: 34px;
}
body.auth .container .container-form-login .input .icon {
  position: absolute;
  height: 100%;
  width: 35px;
  color: #cccccc;
  line-height: 34px;
  text-align: center;
}
body.auth .container .container-form-login .input .icon:before {
  margin: 0;
  font-size: 14px;
}
body.auth .container .container-form-login .form-button .nt-button {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
}
body.auth .container .container-form-register {
  max-width: 620px;
  margin: 0 auto;
  width: 95%;
  background-color: #fff;
}
body.auth .container .container-form-register .form .nt-clearfix {
  margin-bottom: 13px;
}
body.auth .container .container-form-register .form .nt-clearfix .nt-inputs-register {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
body.auth .container .container-form-register .form .nt-clearfix .nt-inputs-register.big {
  width: 100%;
}
body.auth .container .container-form-register .form .nt-clearfix .nt-inputs-register.left {
  padding-left: 0;
  padding-right: 2.5px;
}
body.auth .container .container-form-register .form .nt-clearfix .nt-inputs-register.right {
  padding-left: 2.5px;
  padding-right: 0;
}
body.auth .container .container-form-register .form .nt-clearfix .nt-inputs-register .register-content {
  margin-top: 5px;
  padding: 20px 0;
  background-color: #fff;
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
body.auth .container .container-form-register .form .nt-clearfix:after {
  clear: both;
}
body.auth .container .container-form-register .form .nt-clearfix:before, body.auth .container .container-form-register .form .nt-clearfix:after {
  content: " ";
  display: table;
}
body.auth .container .container-form-register .form .form-button {
  background-color: #f9f9f9;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #eaeaea;
}
body.auth .container .container-form-register .form .form-button .nt-button.nt-button-success {
  width: 150px;
}
body.auth .container .container-form-register .form .form-button:after {
  clear: both;
}
body.auth .container .container-form-register .form .form-button:before, body.auth .container .container-form-register .form .form-button:after {
  content: " ";
  display: table;
}
body.auth .container .container-form-register .form .nt-section-title {
  text-align: left;
  border: none;
  background-color: #1abc9c;
  margin-bottom: 30px;
}
body.auth .container .container-form-register .form .nt-section-title h3 {
  color: #fff;
}

body.app * {
  font-family: "Miriam Libre", sans-serif;
}
body.app .nt-topnav {
  /*        border-top: inherit;*/
}
body.app .nt-topnav .nt-topbar-main .nt-logo a span {
  color: #fff;
}
body.app .nt-topnav .nt-topbar-main .nt-navbar-custom .nt-navigation-menu .nt-has-submenu {
  margin-left: 2px;
}
body.app .nt-topnav .nt-topbar-main .nt-navbar-custom .nt-navigation-menu .nt-has-submenu a {
  color: #a58949;
}
body.app .nt-topnav .nt-topbar-main .nt-navbar-custom .nt-navigation-menu .nt-has-submenu:hover, body.app .nt-topnav .nt-topbar-main .nt-navbar-custom .nt-navigation-menu .nt-has-submenu.active {
  background-color: #a11f43;
}

.nt-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.5);
}
.nt-modal.show {
  display: block;
}
.nt-modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.nt-modal.fade .nt-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.nt-modal.in {
  opacity: 1;
}
.nt-modal.in .nt-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.nt-modal .modal-dialog {
  z-index: 1050;
  width: auto;
  max-width: 1060px;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
.nt-modal .modal-dialog .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.nt-modal .modal-dialog .modal-content .modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.nt-modal .modal-dialog .modal-content .modal-header .close {
  background-color: transparent;
  border: none;
  font-size: 20px;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #333333;
}
.nt-modal .modal-dialog .modal-content .modal-header .close:hover {
  color: #000 !important;
}
.nt-modal .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 20px;
  overflow: auto;
  max-height: 60vh;
}
.nt-modal .modal-dialog .modal-content .modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background-color: rgba(0, 0, 0, 0.02);
}
.nt-modal .modal-dialog .modal-content .modal-footer .nt-button {
  width: 100px;
  display: inline-block;
}

body .center-div {
  margin: 0 auto;
}
body .nt-entry {
  width: 95%;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
  display: block;
  margin-bottom: 35px;
}
body .nt-entry.border-bottom {
  border: none;
  border-bottom: 1px solid #eee;
}
body .nt-entry .nt-thumb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .nt-entry .nt-thumb img {
  width: 100%;
}
body .nt-entry .nt-thumb .nt-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body .nt-entry .nt-thumb .nt-thumb-overlay .text {
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 132px;
  border: 1px solid #fff;
  line-height: 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: 50%;
  letter-spacing: 1px;
  margin: 5px;
  margin-top: -18px;
  text-transform: uppercase;
}
body .nt-entry .nt-thumb:hover .nt-thumb-overlay {
  opacity: 1;
}
body .nt-entry .nt-entry-header {
  margin: 40px 0 23px;
  font-family: "Open Sans", sans-serif;
}
body .nt-entry .nt-entry-header .nt-entry-title {
  margin-top: 0;
  font-size: 24px;
}
body .nt-entry .nt-entry-header .nt-entry-title.min-title {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  display: block;
  font-weight: 600;
  transition: all 0.44s;
  text-align: left;
}
body .nt-entry .nt-entry-header .nt-entry-title.min-title.lighter {
  font-weight: 300;
}
body .nt-entry .nt-entry-header h6 {
  font-size: 14px;
  color: #ff4f51;
}
body .nt-entry .entry {
  font-family: "Merriweather", serif;
  padding: 10px;
}
body .nt-entry .entry .summary {
  position: relative;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  white-space: pre-line;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
body .nt-entry .entry .summary:before {
  content: "";
  width: 100%;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  box-shadow: 0px -20px 30px white;
  bottom: 4px;
}
body .nt-entry .entry-continue {
  text-transform: uppercase;
}
body .nt-entry .entry-continue a {
  font-size: 12px;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 10px 20px;
  text-decoration: none;
  margin: 24px 0 28px;
  display: inline-block;
  color: #00BFF3;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body .nt-entry .entry-continue a:hover {
  background: #00BFF3;
  color: #fff;
  border-color: #00BFF3;
}
body .nt-entry-share {
  border-top: 1px solid #EEE;
  padding: 15px 0 50px;
}
body .nt-entry-share .share-title {
  padding: 9px 0;
  font-style: italic;
  font-size: 13px;
}

.text-center {
  text-align: center;
}

.not-padding {
  padding: 0 !important;
  margin: 0 auto;
  background-color: transparent !important;
  border: none !important;
}

/*# sourceMappingURL=_main.css.map */
