.label-transparent,
.badge-transparent {
  background-color: transparent !important; }

.label-grey,
.badge-grey {
  background-color: #a0a0a0 !important; }

.label-info,
.badge-info {
  background-color: #3a87ad !important; }

.label-primary,
.badge-primary {
  background-color: #2283c5 !important; }

.label-success,
.badge-success {
  background-color: #82af6f !important; }

.text-success {
  color: #82af6f; }

.label-important,
.badge-important {
  background-color: #d15b47 !important; }

.text-danger {
  color: #d15b47; }

.label-inverse,
.badge-inverse {
  background-color: #333 !important; }

.label-warning,
.badge-warning {
  background-color: #f89406 !important; }

.text-warning {
  color: #f89406; }

.label-pink,
.badge-pink {
  background-color: #d6487e !important; }

.label-purple,
.badge-purple {
  background-color: #9585bf !important; }

.label-yellow,
.badge-yellow {
  background-color: #fee188 !important; }

.label-light,
.badge-light {
  background-color: #e7e7e7 !important; }

.badge-yellow,
.label-yellow {
  color: #963 !important;
  border-color: #fee188; }

.badge-light,
.label-light {
  color: #888 !important; }

.label.arrowed,
.label.arrowed-in {
  position: relative;
  margin-left: 9px; }

.label.arrowed:before,
.label.arrowed-in:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  border: 9px solid transparent;
  border-width: 9px 7px;
  border-right-color: #abbac3; }

.label.arrowed-in:before {
  border-color: #abbac3;
  border-left-color: transparent !important;
  left: -9px; }

.label.arrowed-right,
.label.arrowed-in-right {
  position: relative;
  margin-right: 9px; }

.label.arrowed-right:after,
.label.arrowed-in-right:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  border: 9px solid transparent;
  border-width: 9px 7px;
  border-left-color: #abbac3; }

.label.arrowed-in-right:after {
  border-color: #abbac3;
  border-right-color: transparent !important;
  right: -9px; }

.label-info.arrowed:before {
  border-right-color: #3a87ad; }

.label-info.arrowed-in:before {
  border-color: #3a87ad; }

.label-info.arrowed-right:after {
  border-left-color: #3a87ad; }

.label-info.arrowed-in-right:after {
  border-color: #3a87ad; }

.label-primary.arrowed:before {
  border-right-color: #2283c5; }

.label-primary.arrowed-in:before {
  border-color: #2283c5; }

.label-primary.arrowed-right:after {
  border-left-color: #2283c5; }

.label-primary.arrowed-in-right:after {
  border-color: #2283c5; }

.label-success.arrowed:before {
  border-right-color: #82af6f; }

.label-success.arrowed-in:before {
  border-color: #82af6f; }

.label-success.arrowed-right:after {
  border-left-color: #82af6f; }

.label-success.arrowed-in-right:after {
  border-color: #82af6f; }

.label-warning.arrowed:before {
  border-right-color: #f89406; }

.label-warning.arrowed-in:before {
  border-color: #f89406; }

.label-warning.arrowed-right:after {
  border-left-color: #f89406; }

.label-warning.arrowed-in-right:after {
  border-color: #f89406; }

.label-important.arrowed:before {
  border-right-color: #d15b47; }

.label-important.arrowed-in:before {
  border-color: #d15b47; }

.label-important.arrowed-right:after {
  border-left-color: #d15b47; }

.label-important.arrowed-in-right:after {
  border-color: #d15b47; }

.label-inverse.arrowed:before {
  border-right-color: #333; }

.label-inverse.arrowed-in:before {
  border-color: #333; }

.label-inverse.arrowed-right:after {
  border-left-color: #333; }

.label-inverse.arrowed-in-right:after {
  border-color: #333; }

.label-pink.arrowed:before {
  border-right-color: #d6487e; }

.label-pink.arrowed-in:before {
  border-color: #d6487e; }

.label-pink.arrowed-right:after {
  border-left-color: #d6487e; }

.label-pink.arrowed-in-right:after {
  border-color: #d6487e; }

.label-purple.arrowed:before {
  border-right-color: #9585bf; }

.label-purple.arrowed-in:before {
  border-color: #9585bf; }

.label-purple.arrowed-right:after {
  border-left-color: #9585bf; }

.label-purple.arrowed-in-right:after {
  border-color: #9585bf; }

.label-yellow.arrowed:before {
  border-right-color: #fee188; }

.label-yellow.arrowed-in:before {
  border-color: #fee188; }

.label-yellow.arrowed-right:after {
  border-left-color: #fee188; }

.label-yellow.arrowed-in-right:after {
  border-color: #fee188; }

.label-light.arrowed:before {
  border-right-color: #e7e7e7; }

.label-light.arrowed-in:before {
  border-color: #e7e7e7; }

.label-light.arrowed-right:after {
  border-left-color: #e7e7e7; }

.label-light.arrowed-in-right:after {
  border-color: #e7e7e7; }

.label-grey.arrowed:before {
  border-right-color: #a0a0a0; }

.label-grey.arrowed-in:before {
  border-color: #a0a0a0; }

.label-grey.arrowed-right:after {
  border-left-color: #a0a0a0; }

.label-grey.arrowed-in-right:after {
  border-color: #a0a0a0; }

.label-large {
  font-size: 13px;
  padding: 3px 8px 4px; }

.label-large.arrowed,
.label-large.arrowed-in {
  margin-left: 12px; }

.label-large.arrowed:before,
.label-large.arrowed-in:before {
  left: -16px;
  border-width: 11px 8px; }

.label-large.arrowed-in:before {
  left: -12px; }

.label-large.arrowed-right,
.label-large.arrowed-in-right {
  margin-right: 11px; }

.label-large.arrowed-right:after,
.label-large.arrowed-in-right:after {
  right: -16px;
  border-width: 11px 8px; }

.label-large.arrowed-in-right:after {
  right: -12px; }

.glyphicon {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto; }
  .glyphicon.glyphicon-ok::before {
    content: "\f00c"; }

.text_cinzel {
  font-family: "Cinzel",serif; }

.page-header {
  margin: 20px 0 20px; }

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center; } }
.form-control-feedback {
  line-height: 34px !important; }

.radio label, .checkbox label {
  padding-left: 8px; }

.checkbox label {
  display: inline; }

.btn-purple2 {
  background: #AB0BB3;
  color: #ffffff !important;
  padding: 9px 28px 11px;
  border: none;
  border-radius: 28px;
  font-size: 21px;
  text-decoration: none !important;
  display: inline-block; }

#btn_invite_ref {
  position: absolute;
  right: 0;
  top: 6px; }
  @media (max-width: 767px) {
    #btn_invite_ref {
      position: relative;
      margin-bottom: 40px;
      top: 0px; } }

#box-categories .item_category > .input-group:after {
  font-family: FontAwesome;
  content: "\f071";
  color: #ECBD00;
  display: block;
  font-size: 16px;
  left: 10px;
  position: absolute;
  top: 6px;
  z-index: 99; }
#box-categories .item_category > .input-group > .input-group-btn .btn-danger {
  display: none; }
#box-categories .item_category input#name {
  padding-left: 34px; }
#box-categories .item_category.saved > .input-group:after {
  content: "\f00c";
  color: #5CB85C; }
#box-categories .item_category.saved > .input-group > .input-group-btn .btn-danger {
  display: inline-block; }

.form-group .radio > label {
  margin-right: 10px; }

.form-group .input.select label {
  margin-right: 4px; }
.form-group .input.select .checkbox {
  display: inline-block;
  margin-right: 8px; }

.form-group label em, .em {
  color: #CC3300; }

.bootstrap-select.form-control {
  height: auto; }
  .bootstrap-select.form-control label.error {
    clear: both;
    float: left; }

.connecting-line {
  background: #e0e0e0;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 80%;
  z-index: 1; }

span.round-tab {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 100px;
  display: inline-block;
  font-size: 25px;
  height: 70px;
  left: 0;
  line-height: 70px;
  position: absolute;
  text-align: center;
  width: 70px;
  z-index: 2; }
  span.round-tab i {
    color: #555555; }

span.round-tab:hover {
  border: 2px solid #333;
  color: #333; }

.wizard {
  background: #fff;
  margin: 20px auto; }
  .wizard .nav-tabs {
    border-bottom-color: #e0e0e0;
    margin: 40px auto;
    margin-bottom: 0;
    position: relative; }
    .wizard .nav-tabs span {
      color: #aaaaaa; }
  .wizard > div.wizard-inner {
    position: relative; }
  .wizard .nav-tabs > li.active > a {
    border: 0;
    border-bottom-color: transparent;
    color: #555555;
    cursor: default; }
    .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
      border: 0;
      border-bottom-color: transparent;
      color: #555555;
      cursor: default; }
  .wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de; }
    .wizard li.active span.round-tab i, .wizard li.active span.round-tab span {
      color: #5bc0de; }
  .wizard li.active .top-text {
    color: #5bc0de; }
  .wizard .nav-tabs > li {
    width: 33%; }
  .wizard li {
    position: relative; }
    .wizard li .top-text {
      position: absolute;
      width: 100%;
      text-align: center;
      font-weight: bold;
      top: -6px;
      color: #aaaaaa; }
    .wizard li:after {
      border: 5px solid transparent;
      border-bottom-color: #5bc0de;
      bottom: 0px;
      content: " ";
      left: 46%;
      margin: 0 auto;
      opacity: 0;
      position: absolute;
      transition: 0.1s ease-in-out; }
    .wizard li.active:after {
      border: 10px solid transparent;
      border-bottom-color: #5bc0de;
      bottom: 0px;
      content: " ";
      left: 46%;
      margin: 0 auto;
      opacity: 1;
      position: absolute; }
  .wizard .nav-tabs > li a {
    border-radius: 100%;
    height: 70px;
    margin: 20px auto;
    padding: 0;
    width: 70px; }
    .wizard .nav-tabs > li a:hover {
      background: transparent; }
  .wizard .tab-pane {
    padding-top: 50px;
    position: relative; }
  .wizard h3 {
    margin-top: 0; }
  .wizard.wizard4 .nav-tabs > li {
    width: 25%; }
  .wizard.wizard4 li {
    position: relative; }
    .wizard.wizard4 li:after {
      left: 44.5%; }
    .wizard.wizard4 li.active:after {
      left: 44.5%; }

@media (max-width: 585px) {
  span.round-tab {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 50px; }

  .wizard {
    height: auto !important;
    width: 90%; }
    .wizard .nav-tabs > li a {
      height: 50px;
      line-height: 50px;
      width: 50px; }
    .wizard li.active:after {
      content: " ";
      left: 35%;
      position: absolute; } }
tr.danger td {
  color: #D9534F; }

.cake-sql-log td, .cake-sql-log th {
  border: 1px solid #ddd;
  padding: 5px 10px; }

.label {
  display: inline-block; }

.form-inline .input.radio label {
  padding-left: 6px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #66A1D4;
  color: #fff; }

.radio label, .checkbox label {
  padding-left: 6px;
  color: #333333; }

.radio label {
  margin-right: 10px; }

.btn-space {
  white-space: normal !important; }

.modal-dialog-full {
  width: 98%; }

.input.checkbox input[type="checkbox"] {
  margin-left: 0;
  position: relative;
  top: 2px; }

.note-editor.panel {
  margin-bottom: 0; }

label.error {
  color: #A43337;
  font-weight: normal;
  display: block; }

input.error, textarea.error {
  border-color: #A43337 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }

.list-content {
  position: relative; }

.check_box {
  background: #fafafa none repeat scroll 0 0;
  border: 2px solid #ccc;
  border-radius: 8px;
  min-height: 200px;
  padding: 10px;
  text-align: center;
  cursor: pointer; }
  @media (max-width: 767px) {
    .check_box {
      min-height: auto;
      margin-bottom: 15px; } }
  .check_box label {
    margin-top: 15px;
    padding: 0;
    display: block; }
  .check_box .iradio_square-blue {
    background-color: #ffffff;
    border-radius: 50%; }
  .check_box.active {
    border-color: #67156E;
    background: #fff none repeat scroll 0 0; }
    .check_box.active label {
      color: #67156E; }

.wizard_update {
  display: block;
  width: 100%;
  overflow: hidden; }

.wizard_update a {
  outline: 0; }

.wizard_update ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.wizard_update ul > li {
  display: block;
  padding: 0; }

.wizard_update > .steps {
  position: relative;
  display: block;
  width: 100%; }

.wizard_update.vertical > .steps {
  display: inline;
  float: left;
  width: 30%; }

.wizard_update.vertical > .steps > ul > li {
  float: none;
  width: 100%; }

.wizard_update > .steps .number {
  font-size: 1.429em;
  background: #ddd;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 46px;
  line-height: 45px;
  text-align: center;
  width: 46px;
  position: relative;
  z-index: 2; }

.wizard_update > .steps > ul > li {
  width: 33%;
  float: left; }

.wizard_update > .steps a {
  display: block;
  width: auto;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  position: relative; }

.wizard_update > .steps a:hover, .wizard_update > .steps a:active {
  display: block;
  width: auto;
  text-decoration: none; }

.wizard_update > .steps .text {
  color: #333333;
  font-size: 12px; }

.wizard_update > .steps .bar {
  background: #dddddd;
  height: 4px;
  left: 0;
  position: absolute;
  top: 21px;
  width: 100%;
  z-index: 1; }

.wizard_update > .steps .disabled a {
  cursor: default; }

.wizard_update > .steps .current a .bar, .wizard_update > .steps .current a .number {
  background: #E90B8C none repeat scroll 0 0; }

.wizard_update > .steps .done a .bar, .wizard_update > .steps .done a .number {
  background: #67156E; }

.wizard_update > .steps .error a {
  color: #fff; }

.wizard_update > .steps .error a:hover, .wizard_update > .steps .error a:active {
  color: #fff; }

.wizard_update > .steps .first a .bar {
  width: 50%;
  left: auto;
  right: 0; }

.wizard_update > .steps .last a .bar {
  width: 50%; }

body .btn-purple {
  background-color: #9b26af;
  border-radius: 5px;
  color: #ffffff !important;
  padding-left: 25px;
  padding-right: 25px; }

body .btn-orange {
  border-radius: 5px; }

.list-checkbox .input.checkbox {
  margin: 0 0 5px; }

.tokenfield .token-input {
  min-width: 200px !important; }

.check-inline .iradio_square-blue {
  float: left; }
.check-inline label {
  display: inline; }

.hide_checkbox input[type="checkbox"] {
  display: none; }

.hide_checkbox label {
  padding-left: 0; }

.box_referrals h1 {
  text-align: center;
  background: #67156e;
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  padding: 16px;
  text-transform: uppercase;
  border-left: 10px solid #fe9700;
  position: relative;
  border-radius: 7px 0 0 7px; }
  .box_referrals h1 .fa {
    background: #FE9700;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 3px #ddd;
    display: block;
    font-size: 21px;
    height: 50px;
    line-height: 42px;
    position: absolute;
    right: -24px;
    text-align: center;
    top: 5px;
    width: 50px;
    z-index: 9; }
.box_referrals .box_form {
  border: 4px solid #67156e;
  border-radius: 6px; }
  .box_referrals .box_form .nav-tabs > li > a {
    border-top: none !important;
    border-radius: 0;
    padding: 15px 10px;
    background: #E1E1E1;
    border-left: 1px solid #ffffff;
    font-weight: bold;
    color: #ffffff;
    outline: none; }
  .box_referrals .box_form .nav-tabs li.active a {
    background: #ffffff;
    border-right: none;
    color: #67156e;
    border-bottom: none !important; }
  .box_referrals .box_form .nav-tabs.nav-justified > li {
    display: table-cell !important;
    width: 1%;
    float: none !important; }
@media (max-width: 767px) {
  .box_referrals h1 {
    border-radius: 7px 7px 0 0;
    border-top: 10px solid #fe9700;
    border-left: none; }
    .box_referrals h1 .fa {
      display: none; }
    .box_referrals h1:after {
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #67156e;
      bottom: -15px;
      content: " ";
      display: block;
      height: 15px;
      left: 50%;
      margin-left: -15px;
      position: absolute;
      width: 30px;
      z-index: 11; }
  .box_referrals textarea {
    height: 110px; } }

.input-parent {
  border: 1px solid #dddddd;
  padding: 4px 0; }
  .input-parent .ipg {
    display: table; }
    .input-parent .ipg > label {
      border: medium none;
      box-shadow: none !important;
      display: table-cell;
      font-weight: normal;
      padding-left: 10px;
      padding-right: 8px; }
    .input-parent .ipg > .tokenfield {
      display: table-cell;
      border: none;
      box-shadow: none !important;
      padding-left: 0;
      padding-right: 0; }
  .input-parent .token-input, .input-parent .form-control {
    border: medium none !important;
    box-shadow: none !important; }
  .input-parent .token-input {
    max-width: 226px; }

.boc_facebook {
  padding-left: 160px;
  position: relative;
  border: 1px solid #ededed; }
  .boc_facebook img {
    position: absolute;
    max-height: 100%;
    left: 0;
    top: 15px;
    width: 150px; }
  .boc_facebook .boc_fac_c {
    color: #666;
    line-height: 18px;
    padding: 10px 10px 10px 0; }
    .boc_facebook .boc_fac_c strong {
      display: block;
      margin-bottom: 5px; }
    .boc_facebook .boc_fac_c p {
      margin-bottom: 0; }
  @media (max-width: 767px) {
    .boc_facebook {
      padding-left: 100px; }
      .boc_facebook img {
        width: 90px; } }

.important .radio label, .important .checkbox label {
  font-weight: bold; }

#flashMessage {
  position: absolute;
  width: 600px;
  max-width: 100%;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  z-index: 9999;
  text-align: center; }
  @media (max-width: 767px) {
    #flashMessage {
      top: 64px;
      left: 0;
      margin-left: 0px; } }

.introjs-tooltipReferenceLayer .introjs-helperNumberLayer, .introjs-tooltipReferenceLayer .introjs-bullets {
  display: none; }
.introjs-tooltipReferenceLayer .introjs-tooltip {
  background: #fff;
  color: #414550;
  border: 2px solid #691668;
  border-radius: 20px;
  padding: 0;
  max-width: 460px;
  min-width: 354px; }
  @media (max-width: 767px) {
    .introjs-tooltipReferenceLayer .introjs-tooltip {
      min-width: 310px; } }
.introjs-tooltipReferenceLayer .text-checked {
  text-align: left;
  color: #777; }
  .introjs-tooltipReferenceLayer .text-checked input {
    position: relative;
    margin: 0 2px 0 8px;
    top: 2px; }
.introjs-tooltipReferenceLayer .introjs-close {
  color: #999;
  text-decoration: none;
  display: block;
  font-size: 15px;
  line-height: 0;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  top: 0; }
.introjs-tooltipReferenceLayer .introjs-tooltipbuttons {
  overflow: hidden;
  text-align: center;
  padding-bottom: 35px;
  position: relative; }
  .introjs-tooltipReferenceLayer .introjs-tooltipbuttons .introjs-skipbutton {
    background: transparent;
    color: #999;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 12px;
    position: absolute;
    right: 10px;
    top: 9px; }
  .introjs-tooltipReferenceLayer .introjs-tooltipbuttons .introjs-button {
    border: none;
    border-radius: 0;
    text-align: center;
    text-shadow: none;
    width: auto;
    text-decoration: none;
    outline: none; }
    .introjs-tooltipReferenceLayer .introjs-tooltipbuttons .introjs-button:hover {
      box-shadow: none; }
  .introjs-tooltipReferenceLayer .introjs-tooltipbuttons .introjs-prevbutton {
    float: left;
    background: transparent;
    border: none;
    color: #888;
    padding: 10px 46px;
    display: none; }
    .introjs-tooltipReferenceLayer .introjs-tooltipbuttons .introjs-prevbutton.introjs-disabled {
      display: none; }
  .introjs-tooltipReferenceLayer .introjs-tooltipbuttons .introjs-nextbutton {
    float: none;
    background: #fff;
    border-radius: 32px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 46px;
    text-transform: none;
    color: #890495;
    border: 2px solid #890495; }
    .introjs-tooltipReferenceLayer .introjs-tooltipbuttons .introjs-nextbutton.introjs-disabled {
      display: none; }
.introjs-tooltipReferenceLayer.introjs-last .introjs-tooltipbuttons .introjs-prevbutton {
  display: none; }
.introjs-tooltipReferenceLayer.introjs-last .introjs-tooltipbuttons .introjs-skipbutton {
  display: inline-block !important;
  position: static;
  background: #890495;
  border-radius: 32px;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 46px;
  text-transform: none;
  color: #ffffff;
  border: 2px solid #890495; }
.introjs-tooltipReferenceLayer.introjs-init .introjs-tooltipbuttons .introjs-nextbutton {
  background: #890495 none repeat scroll 0 0;
  color: #fff; }
.introjs-tooltipReferenceLayer.introjs-init .introjs-tooltipbuttons .introjs-skipbutton {
  display: none; }
.introjs-tooltipReferenceLayer .introjs-tooltiptext {
  font-size: 15px;
  line-height: 22px;
  border-radius: 16px 16px 0 0;
  overflow: hidden; }
.introjs-tooltipReferenceLayer .introjs-arrow.right-bottom {
  border-color: transparent transparent transparent #89219b;
  bottom: 10px;
  right: -20px; }
.introjs-tooltipReferenceLayer .introjs-arrow.left-bottom {
  border-color: transparent #89219b transparent transparent;
  bottom: 10px;
  left: -20px; }
.introjs-tooltipReferenceLayer .introjs-arrow.left {
  border-color: transparent #89219b transparent transparent;
  left: -20px;
  top: 10px; }
.introjs-tooltipReferenceLayer .introjs-arrow.bottom {
  border-color: #fff transparent transparent;
  bottom: -20px; }
.introjs-tooltipReferenceLayer .introjs-arrow.top {
  border-color: transparent transparent #89219b;
  top: -20px;
  left: 48%; }
.introjs-tooltipReferenceLayer .introjs-arrow {
  border: 10px solid #89219b; }
.introjs-tooltipReferenceLayer .introjs-arrow.right {
  border-color: transparent transparent transparent #89219b;
  right: -20px;
  top: 10px; }

.in_content {
  padding: 0; }
  .in_content .in_title {
    background: #691668 none repeat scroll 0 0;
    color: #fff;
    font-family: "Cinzel",serif;
    font-size: 36px;
    margin: 0;
    padding: 20px;
    text-align: center; }
  .in_content .in_text {
    font-size: 18px;
    font-weight: 400;
    padding: 22px 25px;
    text-align: center; }
  .in_content .in_title2 {
    color: #ab0bb3;
    font-size: 32px;
    margin: 0;
    padding: 25px 0 0;
    text-align: center; }
  .in_content.w1 {
    width: 460px; }
    @media (max-width: 767px) {
      .in_content.w1 {
        width: auto; } }

.nav-style {
  border-bottom: 2px solid #4A454A; }
  .nav-style li a, .nav-style li a:hover, .nav-style li a:focus {
    padding: 16px 33px;
    border-radius: 20px 20px 0 0;
    border: none;
    font-size: 20px;
    outline: none;
    background: #F4F0F4;
    color: #AB0BB3; }
    @media (max-width: 767px) {
      .nav-style li a, .nav-style li a:hover, .nav-style li a:focus {
        font-size: 18px;
        padding: 14px 10px; } }
  .nav-style li.active a, .nav-style li.active a:hover, .nav-style li.active a:focus {
    padding: 17px 33px;
    background: #4A454A;
    color: #fff;
    border: none; }
    @media (max-width: 767px) {
      .nav-style li.active a, .nav-style li.active a:hover, .nav-style li.active a:focus {
        font-size: 18px;
        padding: 15px 10px; } }

.title2 {
  color: #AB0BB3;
  font-weight: 300;
  font-size: 32px;
  margin: 32px 0; }

table.table1 {
  font-size: 16px; }
  table.table1 tbody tr td, table.table1 thead tr th {
    padding: 18px 20px;
    border-bottom: 1px solid #4A454A; }
  table.table1.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #F4F0F4; }

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