*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --default-color: #051e23;
  --black-color: #051e23;
  --dark-blue-color: #4d76ba;
  --green-color: #70a843;
  --red-color: #cc0000;
  --white-color: #ffffff;
  --black-color: #000000;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.detail-inline {
  display: inline-block;
}
.event-list-top {
  margin-top: 5px !important;
}
#loadingModal .noticeTitle.accordion-title span,
#loadingModal .noticeTitle.accordion-title a {
  color: #000;
}
#loadingModal .noticeTitle.accordion-title a:hover {
  color: #cc0000;
}
#loadingModal .loadingmodal .c-directory ul > li {
  border-radius: 0;
}
@media (max-width: 768px) {
  .emergency-btn .btn-icon {
    width: 24px !important;
    height: 24px !important;
    line-height: 44px !important;
  }
  .events-widget .m-has-date .event-inner {
    padding-left: 55px;
  }
  .c-search-form {
    margin-bottom: 10px !important;
  }
  .emergency-btn {
    height: 35px !important;
    max-width: 139px !important;
    width: 19% !important;
    line-height: 36px !important;
    float: right !important;
  }
  .notesboard-btn {
    height: 35px !important;
    max-width: 110px !important;
    width: 20% !important;
    float: right !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .-blog {
    width: 49.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 768px) {
  .header-menu.myaccount {
    margin-top: -14px !important;
  }
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
  /*for menu center*/
  .m-has-standard-menu.m-has-header-tools .header-menu {
    text-align: center !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post .post-cardH {
    max-height: 573px;
  }
  .modal-size {
    max-width: 600px;
  }
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
  /*for menu center*/
  .m-has-standard-menu.m-has-header-tools .header-menu {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .post .post-cardH {
    min-height: 420px;
  }
  .modal-size {
    max-width: 800px;
  }
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 768px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  /*for menu center*/
  .m-has-standard-menu.m-has-header-tools .header-menu {
    text-align: center !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 768px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 768px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 768px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 768px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 768px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 768px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
} /*
*  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
  color: #cc0000;
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
  color: #cc0000;
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: "townpress";
  src: url("../fonts/townpress.eot?u6p4kh");
  src: url("../fonts/townpress.eot?u6p4kh#iefix") format("embedded-opentype"),
    url("../fonts/townpress.ttf?u6p4kh") format("truetype"),
    url("../fonts/townpress.woff?u6p4kh") format("woff"),
    url("../fonts/townpress.svg?u6p4kh#townpress") format("svg");
  font-weight: normal;
  font-style: normal;
}
.tp {
  font-family: "townpress" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tp-teacup:before {
  content: "\e959";
}
.tp-plane:before {
  content: "\e900";
}
.tp-text-align-left:before {
  content: "\e901";
}
.tp-at-sign:before {
  content: "\e902";
  color: #cc0000;
}
.tp-boat:before {
  content: "\e903";
}
.tp-book:before {
  content: "\e904";
}
.tp-briefcase:before {
  content: "\e905";
}
.tp-building:before {
  content: "\e906";
}
.tp-graph:before {
  content: "\e907";
}
.tp-calendar-full:before {
  content: "\e908";
}
.tp-camera2:before {
  content: "\e909";
}
.tp-car:before {
  content: "\e90a";
}
.tp-bubble:before {
  content: "\e90b";
}
.tp-bubbles:before {
  content: "\e90c";
}
.tp-clapboard-play:before {
  content: "\e90d";
}
.tp-clock2:before {
  content: "\e90e";
}
.tp-cross:before {
  content: "\e90f";
}
.tp-cloud:before {
  content: "\e910";
}
.tp-cog:before {
  content: "\e911";
}
.tp-cog2:before {
  content: "\e912";
}
.tp-contacts:before {
  content: "\e913";
}
.tp-reading2:before {
  content: "\e914";
}
.tp-reading:before {
  content: "\e915";
}
.tp-book2:before {
  content: "\e916";
}
.tp-book3:before {
  content: "\e917";
}
.tp-book4:before {
  content: "\e918";
}
.tp-bookmark:before {
  content: "\e919";
}
.tp-cloud-sun:before {
  content: "\e91a";
}
.tp-cloud-fog:before {
  content: "\e91b";
}
.tp-cloud-rain:before {
  content: "\e91c";
}
.tp-cloud-snow:before {
  content: "\e91d";
}
.tp-cloud-lightning:before {
  content: "\e91e";
}
.tp-diamond:before {
  content: "\e91f";
}
.tp-road-sign:before {
  content: "\e920";
}
.tp-envelope:before {
  content: "\e921";
}
.tp-file:before {
  content: "\e922";
}
.tp-papers:before {
  content: "\e923";
}
.tp-fire:before {
  content: "\e924";
}
.tp-archive:before {
  content: "\e925";
}
.tp-bread:before {
  content: "\e926";
}
.tp-cheese:before {
  content: "\e927";
}
.tp-cherry:before {
  content: "\e928";
}
.tp-greek-column:before {
  content: "\e929";
}
.tp-image:before {
  content: "\e92a";
}
.tp-key:before {
  content: "\e92b";
}
.tp-list4:before {
  content: "\e92c";
}
.tp-earth:before {
  content: "\e92d";
}
.tp-map2:before {
  content: "\e92e";
}
.tp-map-marker:before {
  content: "\e92f";
}
.tp-lock:before {
  content: "\e930";
}
.tp-magnifier:before {
  content: "\e931";
}
.tp-man-woman:before {
  content: "\e932";
}
.tp-modules:before {
  content: "\e933";
}
.tp-music-note2:before {
  content: "\e934";
}
.tp-leaf:before {
  content: "\e935";
}
.tp-pine-tree:before {
  content: "\e936";
}
.tp-menu:before {
  content: "\e937";
}
.tp-brush:before {
  content: "\e938";
}
.tp-document:before {
  content: "\e939";
}
.tp-pen-brush:before {
  content: "\e93a";
}
.tp-pencil:before {
  content: "\e93b";
}
.tp-pencil-ruler:before {
  content: "\e93c";
}
.tp-telephone:before {
  content: "\e93d";
  color: #cc0000;
}
.tp-pictures:before {
  content: "\e93e";
}
.tp-picture:before {
  content: "\e93f";
}
.tp-home:before {
  content: "\e940";
}
.tp-home2:before {
  content: "\e941";
}
.tp-park:before {
  content: "\e942";
}
.tp-power-switch:before {
  content: "\e943";
}
.tp-reply:before {
  content: "\e944";
}
.tp-planet:before {
  content: "\e945";
}
.tp-road:before {
  content: "\e946";
}
.tp-ruler:before {
  content: "\e947";
}
.tp-lifebuoy:before {
  content: "\e948";
}
.tp-bullhorn:before {
  content: "\e949";
}
.tp-shield:before {
  content: "\e94a";
}
.tp-truck:before {
  content: "\e94b";
}
.tp-smile:before {
  content: "\e94c";
}
.tp-rocket:before {
  content: "\e94d";
}
.tp-basketball:before {
  content: "\e94e";
}
.tp-dumbbell:before {
  content: "\e94f";
}
.tp-football-field:before {
  content: "\e950";
}
.tp-soccer:before {
  content: "\e951";
}
.tp-tennis2:before {
  content: "\e952";
}
.tp-sun:before {
  content: "\e953";
}
.tp-tag:before {
  content: "\e954";
}
.tp-library2:before {
  content: "\e955";
}
.tp-traffic-lights:before {
  content: "\e956";
}
.tp-train:before {
  content: "\e957";
}
.tp-travel-bag:before {
  content: "\e958";
}
.tp-flag:before {
  content: "\e95a";
}
.tp-thumbs-down:before {
  content: "\e95b";
}
.tp-thumbs-up:before {
  content: "\e95c";
}
.tp-window:before {
  content: "\e95d";
}
.tp-text:before {
  content: "\e95e";
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  /*display: none;*/
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a:hover,
a:hover:after {
  text-decoration: underline;
}
a:hover:after {
  text-decoration: none;
}
abbr {
  border-bottom: 1px dotted transparent;
}
address {
  margin-bottom: 24px;
}
blockquote {
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 1.875em;
  font-style: italic;
  border: 5px solid transparent;
  border-width: 0 0 0 5px;
}
blockquote blockquote {
  font-size: 1em;
}
blockquote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-size: 0.875em;
}
button {
  background: none;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
code {
  padding: 5px;
  font-family: monospace;
  border: 1px solid transparent;
}
em {
  font-style: italic;
}
img.post-list-post {
  height: 200px !important;
  width: 100%;
  border-radius: 9px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.5em;
  /*margin: 0 0 24px 0;*/
  margin: 0 0 15px 0;
}
pre {
  margin-bottom: 24px;
  padding: 10px;
  font-family: monospace;
  border: 1px solid transparent;
  overflow-x: scroll;
}
q {
  font-style: italic;
}
strong {
  font-weight: bold;
}
sub,
sup {
  position: relative;
  top: -0.5em;
  font-size: 0.75em;
  vertical-align: top;
}
sub {
  top: auto;
  bottom: -0.5em;
}
var {
  font-style: italic;
}
h1 {
  margin-bottom: 24px;
  line-height: 1.2em;
  font-size: 1.875em;
  font-weight: bold;
}
h2 {
  margin-bottom: 24px;
  line-height: 1.2em;
  font-size: 1.5em;
  font-weight: bold;
}
h3 {
  margin-bottom: 24px;
  line-height: 1.2em;
  font-size: 1.125em;
  font-weight: bold;
}
h4 {
  margin-bottom: 24px;
  line-height: 1.2em;
  font-size: 1.125em;
  font-weight: bold;
}
h5 {
  margin-bottom: 24px;
  line-height: 1.2em;
  font-size: 1em;
}
h6 {
  margin-bottom: 24px;
  line-height: 1.2em;
  font-size: 0.875em;
}
dl {
  margin: 0 0 24px 0;
}
dl > dt {
  margin-top: 10px;
  font-weight: bold;
}
dl > dt:first-child {
  margin-top: 0;
}
ul {
  margin-bottom: 24px;
  list-style: disc inside;
}
ul li {
  position: relative;
  margin-top: 10px;
  line-height: 1.5em;
  /* border-radius: 9px; */
}
ul > li:first-child {
  margin-top: 0;
}
ul ol,
ul ul {
  margin: 10px 0 0 20px;
}
ol {
  margin-bottom: 24px;
}
ol > li {
  position: relative;
  margin-top: 10px;
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 1.5em;
}
ol > li:first-child {
  margin-top: 0;
}
ol ul,
ol ol {
  margin: 10px 0 0 20px;
}
table {
  margin-bottom: 24px;
  width: 100%;
  border-collapse: collapse;
}
table th {
  padding: 15px 20px 13px 20px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  border: 0;
  border-top: none;
}
table td {
  padding: 15px 20px 13px 20px;
  vertical-align: middle;
  border: 0;
  border-top: none;
}
table p {
  margin-bottom: 12px;
}
table p:last-child {
  margin: 0;
}
th:first-of-type {
  border-top-left-radius: 10px;
}
th:last-of-type {
  border-top-right-radius: 10px;
}
tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 10px;
}
tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 10px;
}
form {
  margin: 0 0 24px 0;
}
label {
  display: block;
  margin-bottom: 3px;
  font-weight: normal;
  vertical-align: top;
}
input,
textarea,
select {
  position: relative;
  padding: 12px 15px;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  outline: 0;
  border: 9px;
  border-radius: 9px !important;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
textarea {
  max-width: 100%;
  height: 142px;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0 4px 0 0;
  width: auto;
}
input[type="submit"] {
  display: inline-block;
  position: relative;
  top: 0;
  padding: 12px 20px;
  width: auto;
  line-height: 1em;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="submit"]:active {
  top: 2px;
}
input[type="file"] {
  padding: 0;
}
input[type="image"] {
  width: auto;
}
fieldset legend {
  display: block;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}
.clearfix:before,
.clearfix:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
.embed-media {
  margin-bottom: 24px;
}
.hidden {
  display: none;
}
.lead {
  line-height: 1.5em;
  font-size: 1.5em;
  font-weight: 400;
}
.strikethrough {
  text-decoration: line-through;
}
.valign-middle {
  vertical-align: middle;
}
.valign-top {
  vertical-align: top;
}
.valign-bottom {
  vertical-align: bottom;
}
.accordion-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: -12px;
  margin-bottom: 12px;
}
.accordion-items > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.accordion-items > li {
  position: relative;
  border-top: 1px solid transparent;
}
.accordion-items > li:first-child {
  margin-top: 0;
  border: 0;
}
.accordion-items .accordion-title {
  position: relative;
  margin: 0;
  padding: 12px 30px 12px 0;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out;
  -moz-transition: background-color 150ms ease-in-out;
  -ms-transition: background-color 150ms ease-in-out;
  -o-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.accordion-items .m-has-icon .accordion-title {
  padding-left: 30px;
}
.accordion-items .accordion-title .ico {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 20px;
}
.accordion-items .accordion-title:after {
  content: "\f107";
  display: block;
  position: absolute;
  top: 13px;
  right: 5px;
  font-size: 16px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accordion-items > li.m-active .accordion-title:after {
  content: "\f106";
}
.accordion-items .accordion-content {
  display: none;
  padding-bottom: 12px;
  line-height: 1.4em;
}
.accordion-items .accordion-content > * {
  margin: 12px 0 0 0;
}
.accordion-items .accordion-content > *:first-child {
  margin: 0;
}
.c-alert-message {
  position: relative;
  margin: 0 0 24px 0;
  padding: 22px 20px 20px 50px;
}
.c-alert-message .ico {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 24px;
}
.c-alert-message .alert-inner {
  line-height: 1.4em;
}
.c-alert-message p {
  margin: 12px 0 0 0;
}
.c-alert-message p:first-child {
  margin: 0;
}
.c-alert-message .alert-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.c-button {
  border-radius: 9px;
  display: inline-block;
  position: relative;
  top: 0;
  padding: 12px 20px;
  width: auto;
  line-height: 1em;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.c-button.m-has-icon {
  padding-left: 42px;
}
.c-button .ico {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 18px;
}
.c-button:hover {
  text-decoration: none;
}
.c-button:active {
  top: 2px;
}
.c-post-list {
  /*margin-bottom: 24px;*/
  margin-bottom: 16px;
  border-radius: 9px;
}
.c-post-list .c-post-list .post-list-inner {
  position: relative;
  padding: 0 30px 24px 30px;
}
.c-post-list .ico-shadow {
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 120px;
  opacity: 0.08;
  filter: alpha(opacity=8);
  z-index: 5;
}
.c-post-list .post-list-title {
  font-weight: normal;
  text-transform: none;
  z-index: 10;
}
.c-post-list.m-has-icon .post-list-title {
  position: relative;
  padding-left: 45px;
  z-index: 10;
}
.c-post-list .post-list-title .ico {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 36px;
}
.c-post-list .post-list-content {
  position: relative;
  margin: 0 -30px;
  z-index: 20;
}
.c-post-list .post-image {
  margin-bottom: 24px;
}
.c-post-list .post-image a {
  display: block;
  margin: 0 0 12px 0;
}
.c-post-list .post-image a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c-post-list .post-title {
  margin: 0;
  font-size: 1.5em;
}
.c-post-list .post-date {
  margin-top: 3px;
  font-size: 0.875em;
}
.c-post-list .post-date .ico {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.c-post-list .post-excerpt {
  margin-top: 24px;
}
.c-post-list .post-core {
  position: relative;
  padding: 0 30px;
}
.c-post-list .post {
  position: relative;
  margin: 7px 30px 0 30px;
  padding-top: 7px;
  border-top: 1px solid transparent;
}
.c-post-list .post:before,
.c-post-list .post:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
.c-post-list .post:first-child {
  margin-top: 0;
  border-top: 0;
}
.c-post-list .post .post-title {
  margin: 0;
  padding-right: 80px;
  font-size: 0.875em;
  font-weight: normal;
  text-transform: none;
}
.c-post-list .post .post-date {
  position: absolute;
  top: 4px;
  right: 0;
  margin: 0;
  font-size: 0.75em;
  text-align: right;
}
.c-post-list .more-btn-holder {
  margin: 7px 30px 0 30px;
  padding-top: 8px;
  border-top: 1px solid transparent;
  font-size: 0.875em;
}
.c-post-list .more-btn-holder a {
  position: relative;
  padding-right: 10px;
  font-weight: bold;
}
.c-content-box .c-post-list .post-list-inner {
  padding: 0;
}
.m-no-boxes .c-post-list .post-list-inner {
  padding: 0;
}
.m-no-boxes .c-post-list .post-list-content {
  margin: 0;
}
.m-no-boxes .c-post-list .post-core {
  padding: 0;
}
.m-no-boxes .c-post-list .post,
.m-no-boxes .c-post-list .more-btn-holder {
  margin-left: 0;
  margin-right: 0;
}
.c-container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1400px;
}
.c-container:before,
.c-container:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
#page-content .c-content-box {
  margin-bottom: 16px;
  margin-top: 16px;
  padding: 24px 30px 0px 30px;
  line-height: 1.4em;
  overflow: hidden;
  border-radius: 9px;
  /* box-shadow: 3px 6px 12px rgb(0 0 0 / 15%) !important; */
}
.c-content-box.m-no-padding {
  padding: 0;
}
.c-content-box .c-content-box {
  margin: 0;
  padding: 0;
  overflow: visible;
}
.c-counter {
  margin-bottom: 24px;
}
.c-counter .counter-data {
  margin-bottom: 12px;
  line-height: 1em;
  font-size: 3em;
  font-weight: normal;
}
.c-counter .counter-symbol {
  font-size: 0.625em;
}
.c-counter .counter-label {
  font-weight: normal;
}
.c-definition-list dl {
  margin-bottom: 24px;
  line-height: 24px;
  font-size: 17px;
}
.c-definition-list dl:before,
.c-definition-list dl:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
.c-definition-list dl > dt {
  float: left;
  clear: both;
  margin: 7px 0 0 0;
  padding: 7px 0 0 0;
  width: 50%;
  border-top: 1px solid transparent;
}
.c-definition-list dl > dd {
  float: right;
  margin: 7px 0 0 0;
  padding: 7px 0 0 0;
  width: 50%;
  text-align: right;
  border-top: 1px solid transparent;
}
.c-definition-list dl > dt:first-of-type,
.c-definition-list dl > dd:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.c-directory ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-directory ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.c-directory .directory-inner {
  position: relative;
}
.c-directory .ico-shadow {
  position: absolute;
  top: -20px;
  left: -40px;
  font-size: 120px;
  opacity: 0.08;
  filter: alpha(opacity=8);
  z-index: 5;
}
.c-directory .directory-title {
  font-weight: normal;
  text-transform: none;
  z-index: 10;
}
.c-directory.m-has-icon .directory-title {
  position: relative;
  padding-left: 45px;
}
.c-directory .directory-title .ico {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 36px;
}
.c-directory .directory-content {
  position: relative;
  z-index: 20;
}
.c-directory .directory-menu:before,
.c-directory .directory-menu:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
.c-directory .directory-menu > ul > li {
  margin-bottom: 24px;
  padding-right: 10px;
}
.c-directory .directory-menu > ul > li > a {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.c-directory .directory-menu > ul > li > ul > li {
  font-size: 0.875em;
  border: none;
}
.c-directory .directory-menu ul > li {
  margin-top: 7px;
}
.c-directory .directory-menu ul ul ul {
  margin-left: 20px;
}
.c-directory.m-2-columns .directory-menu > ul > li {
  float: left;
  width: 50%;
}
.c-directory.m-2-columns .directory-menu > ul > li:nth-child(2n + 1) {
  clear: left;
}
.c-directory.m-3-columns .directory-menu > ul > li {
  float: left;
  width: 33%;
  border: none;
}
.c-directory.m-3-columns .directory-menu > ul > li:nth-child(3n + 1) {
  clear: left;
}
.c-directory.m-4-columns .directory-menu > ul > li {
  float: left;
  width: 25%;
}
.c-directory.m-4-columns .directory-menu > ul > li:nth-child(4n + 1) {
  clear: left;
}
/*****************************/
.c-directory.m-5-columns .directory-menu > ul > li {
  float: left;
  width: 18%;
}
.c-directory.m-5-columns .directory-menu > ul > li:nth-child(5n + 1) {
  clear: left;
}
/*******************************/
.c-feature .feature-inner {
  position: relative;
  margin-bottom: 24px;
  padding-left: 50px;
}
.c-feature .feature-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
}
.c-feature .feature-title {
  margin-bottom: 12px;
}
.c-feature .feature-content > * {
  margin: 12px 0 0 0;
}
.c-feature .feature-content > *:first-child {
  margin: 0;
}
.c-gallery {
  margin-bottom: 24px;
}
.c-gallery .gallery-images {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 -4px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
}
.c-gallery .gallery-images > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.c-gallery .gallery-images:before,
.c-gallery .gallery-images:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
.c-gallery .gallery-images.m-loading {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.c-gallery .gallery-images > li {
  float: left;
  padding: 4px;
  width: 100%;
}
.c-gallery .gallery-images > li a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.c-gallery .gallery-images > li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c-gallery .gallery-images.m-2-columns > li {
  width: 50%;
}
.c-gallery .gallery-images.m-2-columns > li:nth-child(2n + 1) {
  clear: left;
}
.c-gallery .gallery-images.m-3-columns > li {
  width: 33.3333%;
}
.c-gallery .gallery-images.m-3-columns > li:nth-child(3n + 1) {
  clear: left;
}
.c-gallery .gallery-images.m-4-columns > li {
  width: 25%;
}
.c-gallery .gallery-images.m-4-columns > li:nth-child(4n + 1) {
  clear: left;
}
.c-gallery .gallery-images.m-5-columns > li {
  width: 20%;
}
.c-gallery .gallery-images.m-5-columns > li:nth-child(5n + 1) {
  clear: left;
}
.c-gallery .gallery-images img {
  display: block;
}
.c-gmap {
  margin-bottom: 24px;
  width: 100%;
}
.gmap-canvas {
  height: 400px;
}
.gmap-canvas img {
  max-width: none;
}
.c-pagination {
  margin-bottom: 24px;
  text-align: right;
}
.c-pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-pagination ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.c-pagination ul > li {
  display: inline-block;
}
.c-pagination a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.c-pagination a:hover {
  text-decoration: none;
}
.c-progress-bar {
  position: relative;
}
.c-progress-bar .progress-bar-inner {
  margin-bottom: 24px;
}
.c-progress-bar .progress-bar-title {
  margin: 0 0 12px 0;
  font-size: 1em;
}
.c-progress-bar .bar-indicator-inner {
  display: block;
  width: 0;
  height: 10px;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.c-search-form {
  margin: 0;
}
.c-search-form .form-fields {
  position: relative;
  height: 45px;
  border: 1px solid transparent;
}
.c-search-form input {
  padding: 14px 60px 0 15px;
  width: 100%;
  line-height: 16px;
  font-style: italic;
  vertical-align: top;
  border: 0;
  background: none;
}
.c-search-form .submit-btn {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 50px;
  border: 0;
}
.c-search-form .submit-btn:active {
  top: 1px;
}
.c-search-form .submit-btn > i {
  float: none;
  margin: 0;
  font-size: 16px;
}
.c-separator {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid transparent;
}
.c-separator:before,
.c-separator:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
.c-separator.m-transparent {
  border: 0;
}
.c-slider {
  position: relative;
  /*margin-bottom: 24px;*/
  margin-bottom: 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-slider .slide-list {
  position: relative;
  z-index: 10;
}
.c-slider .slide {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-slider .slide:first-child {
  display: block;
}
.c-slider .slide-inner {
  display: table;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-slider .slide-content {
  display: table-cell;
  padding: 40px 30px;
  height: 450px;
}
.c-slider h1,
.c-slider h2 {
  font-size: 2em;
}
.c-slider .owl-stage-outer {
  z-index: 10;
}
.c-slider .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.c-slider.m-has-indicator .owl-nav {
  bottom: 4px;
}
.c-slider .owl-prev,
.c-slider .owl-next {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
}
.c-slider .owl-prev i,
.c-slider .owl-next i {
  position: relative;
  left: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.c-slider .owl-prev:active:not(.m-disabled) i {
  left: -2px;
}
.c-slider .owl-next:active:not(.m-disabled) i {
  left: 2px;
}
.c-slider .owl-carousel .owl-prev.m-disabled,
.c-slider .owl-carousel .owl-next.m-disabled {
  cursor: auto;
}
.c-slider .slider-indicator {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  z-index: 20;
}
.c-slider .slider-indicator > span {
  display: block;
  width: 0;
  height: 4px;
}
.c-social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-social-icons > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.c-social-icons > li {
  display: inline-block;
  margin: 0 2px;
}
.c-social-icons a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
}
.c-tabs .tabs-inner {
  margin-bottom: 24px;
}
.c-tabs .tab-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-tabs .tab-list > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.c-tabs .tab-list:before,
.c-tabs .tab-list:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
.c-tabs .tab-list > li {
  display: inline-block;
  margin: 0 20px 12px 0;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.c-tabs .content-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-tabs .content-list > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.c-tabs .content-list > li {
  display: none;
}
.c-tabs .content-list > li.m-active {
  display: block;
}
.c-tabs .content-list > li > * {
  margin: 12px 0 0 0;
}
.c-tabs .content-list > li > *:first-child {
  margin: 0;
}
.c-team-member .team-member-inner {
  position: relative;
  margin-bottom: 24px;
}
.c-team-member .member-portrait {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
.c-team-member .member-name {
  margin: 0;
}
.c-team-member .member-role {
  margin: 2px 0 0 0;
  font-size: 0.875em;
  font-style: italic;
}
.c-team-member .member-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
.c-team-member .member-social > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.c-team-member .member-social li {
  display: inline;
  margin-right: 5px;
  font-size: 16px;
}
.c-team-member .member-description > * {
  margin: 12px 0 0 0;
}
.c-team-member.m-has-portrait .team-member-inner {
  padding-left: 120px;
  min-height: 100px;
}
#header {
  position: relative;
  padding: 0;
  min-height: 100px;
  z-index: 30;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.m-header-map-active #header {
  min-height: 520px;
}
.header-content {
  z-index: 9;
}
.header-content-inner {
  position: relative;
}
.header-content-inner:before,
.header-content-inner:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
.header-branding {
  position: relative;
  float: left;
  padding: 30px 0;
  margin: 0;
  z-index: 999;
  -webkit-transition: margin 300ms ease-in-out;
  -moz-transition: margin 300ms ease-in-out;
  -ms-transition: margin 300ms ease-in-out;
  -o-transition: margin 300ms ease-in-out;
  transition: margin 300ms ease-in-out;
}
.header-branding a {
  display: inline-block;
}
.header-branding span {
  display: block;
}
.m-header-map-active .header-branding {
  margin-top: -400px;
}
.header-toggle-holder {
  display: none;
  position: relative;
  margin-bottom: 12px;
}
.m-has-gmap .header-toggle-holder {
  padding-right: 50px;
}
.header-toggle {
  padding: 0 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  text-transform: uppercase;
}
.header-toggle i {
  font-size: 20px;
  line-height: 40px;
  vertical-align: top;
}
.header-toggle span {
  vertical-align: top;
}
.header-toggle .ico-close {
  display: none;
  font-size: 13px;
}
.header-toggle.m-active .ico-open {
  display: none;
}
.header-toggle.m-active .ico-close {
  display: inline;
}
.header-toggle-holder .header-gmap-switcher {
  position: absolute;
  top: 0;
  right: 0;
}
.header-menu {
  display: none;
  margin-bottom: 24px;
  -webkit-transition: margin 300ms ease-in-out;
  -moz-transition: margin 300ms ease-in-out;
  -ms-transition: margin 300ms ease-in-out;
  -o-transition: margin 300ms ease-in-out;
  transition: margin 300ms ease-in-out;
}
.m-has-standard-menu .header-menu {
  /* display: block; */
  display: flex;
  /*margin-top: 30px;*/
}

.m-header-map-active .m-has-header-tools .header-menu,
.m-header-map-active .header-menu {
  margin-top: -400px;
}
.header-menu {
  padding: 0 15px;
}
.header-menu a {
  display: block;
}
.header-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-radius: 9px;
}
.header-menu ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.header-menu > ul > li {
  display: inline-block;
}
/*me change padding 14px 10px to 14px 2px*/
.header-menu > ul > li > a {
  /*padding: 14px 2px;*/
  padding: 14px 8px;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.header-menu > ul > li.m-has-submenu > a {
  padding-right: 22px;
}
.header-menu > ul > li.m-has-submenu > a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  position: absolute;
  top: 17px;
  /*right: 10px;*/
  right: 0px;
  font-size: 12px;
  font-weight: normal;
}
.header-menu li.m-active > a {
  font-weight: bold;
}
.header-menu .submenu-toggle {
  display: none;
}
.header-menu ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 15px;
  width: 220px;
  z-index: 20;
}
.header-menu ul ul li {
  position: relative;
  border-top: 1px solid transparent;
}
.header-menu ul ul li:first-child {
  border: 0;
}
.header-menu ul ul a {
  padding: 7px 0;
  line-height: 1.3em;
  font-size: 1.1em;
  color: #000;
}
.header-menu ul ul a:hover {
  color: #2196f3;
}
.header-menu ul ul .m-has-submenu > a {
  padding-right: 20px;
}
.header-menu ul ul .m-has-submenu > a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 14px;
  font-weight: normal;
}
.header-menu > ul > li > ul {
  font-size: 0.875em;
}
.header-menu > ul > li.m-penultimate > ul,
.header-menu > ul > li.m-last > ul {
  left: auto;
  right: 0;
}
.header-menu ul ul ul {
  left: 100%;
  top: 0;
}
.header-menu > ul > li.m-penultimate > ul ul,
.header-menu > ul > li.m-last > ul ul {
  left: auto;
  right: 100%;
}
.header-menu ul ul ul ul {
  left: auto;
  right: 100%;
}
.header-tools {
  display: flex;
  justify-content: end;
  align-items: center;
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 26%;
  z-index: 9999;
}
.header-search {
  float: right;
  margin-left: 20px;
}
.header-search .c-search-form {
  margin: 0;
}
.header-search .form-fields {
  height: 40px;
  border: 0;
}
.header-search input {
  padding-top: 11px;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: white;
}
.header-search .submit-btn {
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.header-search .submit-btn:active {
  top: 0;
}
.header-gmap-switcher {
  display: block;
  float: right;
  margin-left: 20px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
.header-gmap-switcher i {
  font-size: 20px;
  line-height: 40px;
  vertical-align: top;
}
.header-gmap-switcher span {
  margin-left: 5px;
  vertical-align: top;
}
.header-gmap-switcher .ico-close {
  display: none;
  font-size: 15px;
}
.header-gmap-switcher.m-active .ico-open {
  display: none;
}
.header-gmap-switcher.m-active .ico-close {
  display: inline;
}
.header-gmap {
  position: absolute;
  top: -500px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header-gmap .gmap-canvas {
  width: 100%;
  height: 500px;
}
.m-header-map-active .header-gmap {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header-image {
  position: relative;
  height: 500px;
  z-index: 10;
}
.header-image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  z-index: 20;
  -webkit-transition: height 300ms ease-in-out;
  -moz-transition: height 300ms ease-in-out;
  -ms-transition: height 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
}
.header-image .image-layer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
}
.header-image .image-layer:first-child {
  display: block;
}
.header-image .image-layer.m-active {
  display: block;
  z-index: 20;
}
.header-image .image-layer.m-next {
  display: block;
  z-index: 10;
}
.drty-hdr-ul {
  left: 132px !important;
}
#core {
  position: relative;
  padding-bottom: 12px;
  min-height: 460px;
  z-index: 20;
}
#page-header {
  position: relative;
  margin: 0 0 24px 0;
  padding: 0 30px;
}
#page-header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
}
.page-title {
  position: relative;
  padding: 24px 0;
}
.page-title h1 {
  margin: 0;
}
.page-title h1 em {
  font-weight: normal;
}
.m-has-breadcrumbs .page-title {
  padding-bottom: 12px;
  border-bottom: 1px solid transparent;
}
.m-has-breadcrumbs .page-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 3px;
  line-height: 0;
}
.breadcrumbs {
  padding: 10px 0;
  font-size: 0.875em;
}
.breadcrumbs > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs > ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.breadcrumbs > ul:before,
.breadcrumbs > ul:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
.breadcrumbs > ul > li {
  display: inline;
  margin-left: 5px;
  padding: 3px 0;
}
.breadcrumbs > ul > li:first-child {
  margin: 0;
}
.breadcrumbs > ul > li:before {
  content: "/";
  display: inline;
  margin-right: 7px;
  font-size: 12px;
}
.breadcrumbs > ul > li:first-child:before {
  display: none;
}
.post-page .post-image {
  text-align: center;
  padding: 10px 5px 5px 5px;
}
.post-page .post-image a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.post-page .post-core {
  padding: 0px 30px 1px 30px;
}
/* added by me */
h2.news-title-deal-deal {
  background-color: green;
  padding: 3px 8px;
  margin-top: 17px;
}
mark.price-product {
  color: rgb(76, 118, 190) !important;
  font-weight: bolder !important;
  text-shadow: 1px 0px rgb(76, 118, 190) !important;
}
img.img-responsive.custom-images {
  height: 265px;
}
/* end of added by me */
.post-page .post-content {
  overflow: hidden;
}
.post-page .post-content-inner {
  margin-bottom: 24px;
}
.post-page .post-footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 30px 0 30px;
  padding: 7px 0 24px 0;
  font-size: 0.875em;
  border-top: 1px solid transparent;
}
.post-page .post-footer > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.post-page .post-footer .ico {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
}
.post-page .post-info {
  position: relative;
  padding-left: 20px;
}
.post-page .post-date {
  margin-right: 10px;
}
.post-page .post-tags {
  position: relative;
  margin-top: 4px;
  padding-left: 20px;
}
.post-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 0 24px 0;
  line-height: 1.2em;
  font-size: 0.875em;
}
.post-navigation ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.post-navigation ul:before,
.post-navigation ul:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
.post-navigation .prev {
  float: left;
  width: 40%;
}
.post-navigation .next {
  float: right;
  width: 40%;
  text-align: right;
}
.post-navigation .m-has-thumb {
  min-height: 50px;
}
.post-navigation .m-has-thumb .prev-inner {
  position: relative;
  padding-left: 60px;
}
.post-navigation .m-has-thumb .next-inner {
  position: relative;
  padding-right: 60px;
}
.post-navigation .nav-thumb {
  position: absolute;
  top: 0;
  width: 50px;
}
.post-navigation .prev .nav-thumb {
  left: 0;
}
.post-navigation .next .nav-thumb {
  right: 0;
}
.post-navigation h5 {
  margin: 0;
  font-size: 0.875em;
  text-transform: uppercase;
}
.notice-page .notice-image {
  text-align: center;
}
.notice-page .notice-image a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.notice-page .notice-core {
  padding: 24px 30px 1px 30px;
}
.notice-page .notice-footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 30px 0 30px;
  padding: 7px 0 24px 0;
  font-size: 0.875em;
  border-top: 1px solid transparent;
}
.notice-page .notice-footer > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.notice-page .notice-footer .ico {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
}
.notice-page .notice-date {
  position: relative;
  padding-left: 20px;
}
.event-page .group-title {
  margin: 0 0 24px 0;
  padding: 10px 30px;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
}
.event-page .event-image {
  text-align: center;
}
.event-page .event-image a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.event-page .event-core {
  padding: 24px 30px 1px 30px;
}
.event-page .event-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 12px;
  margin-bottom: 24px;
  padding-top: 4px;
  font-size: 0.875em;
  border-top: 1px solid transparent;
}
.event-page .event-info > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.event-page .event-info > li {
  display: inline-block;
  position: relative;
  margin: 8px 20px 0 0;
  padding-left: 25px;
}
.event-page .event-info .ico {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
}
.event-page .event-content {
  margin-top: -12px;
  padding-top: 24px;
  border-top: 1px solid transparent;
}
.event-detail-page .event-info {
  margin-top: -8px;
  padding-top: 0;
  border: 0;
}
.event-detail-page .event-location .gmap-canvas {
  width: 100%;
  height: 400px;
}
.gallery-page .gallery-core {
  padding: 24px 30px 1px 30px;
}
.gallery-page .gallery-footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 30px 0 30px;
  padding: 7px 0 24px 0;
  font-size: 0.875em;
  border-top: 1px solid transparent;
}
.gallery-page .gallery-footer > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.gallery-page .gallery-footer:first-child {
  padding-top: 24px;
  border: 0;
}
.gallery-page .gallery-footer .ico {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 14px;
}
.gallery-page .gallery-date {
  position: relative;
  padding-left: 20px;
}
.gallery-list-page .gallery-title {
  margin: 0;
  padding: 8px 10px;
  font-size: 0.875em;
}
.document-page .document-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
.document-page .document-list > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.document-page .document-list > li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid transparent;
}
.document-page .document-list > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.document-page .document-title {
  position: relative;
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
.document-page .document-title.m-has-icon {
  padding-left: 22px;
}
.document-page .document-icon {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 16px;
}
.document-page .document-title a {
  display: inline-block;
}
.document-page .document-filesize {
  display: inline;
  font-size: 0.75em;
  white-space: nowrap;
}
.document-page .document-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.75em;
}
.document-page .document-info ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.document-page .document-info ul > li {
  display: inline-block;
  margin: 5px 10px 0 0;
}
.widget p {
  margin: 12px 0 0 0;
}
.widget p:first-child {
  margin-top: 0;
}
.definition-list-widget dl {
  margin: 0;
}
.definition-list-widget dl:before,
.definition-list-widget dl:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
.definition-list-widget dl > dt {
  clear: both;
  float: left;
  margin: 7px 0 0 0;
  padding-top: 7px;
  width: 50%;
  border-top: 1px solid transparent;
}
.definition-list-widget dl > dd {
  float: right;
  width: 50%;
  margin-top: 7px;
  padding-top: 7px;
  text-align: right;
  border-top: 1px solid transparent;
}
.definition-list-widget dl > dt:first-of-type,
.definition-list-widget dl > dd:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.locale-info-widget .widget-inner {
  background-size: cover;
  background-repeat: no-repeat;
}
.locale-info-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.locale-info-widget ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.locale-info-widget .widget-content > ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent;
}
.locale-info-widget .widget-content > ul > li:before,
.locale-info-widget .widget-content > ul > li:after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}
.locale-info-widget .widget-content > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.locale-info-widget .row-title {
  float: left;
  width: 40%;
  text-align: left;
}
.locale-info-widget .row-title h4 {
  margin: 0;
  padding: 3px 0 0 0;
  font-size: 1em;
  font-weight: bold;
}
.locale-info-widget small {
  display: block;
  font-size: 0.857em;
}
.locale-info-widget .row-value {
  position: relative;
  float: right;
  width: 55%;
  text-align: right;
}
.locale-info-widget .row-value small {
  font-size: 0.667em;
}
.locale-info-widget li.m-loading {
  text-align: center;
}
.locale-info-widget li.m-loading .row-title,
.locale-info-widget li.m-loading .row-value {
  display: none;
}
.locale-info-widget .m-has-bg .widget-title {
  margin-bottom: 0;
}
.posts-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.posts-widget ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.posts-widget ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent;
}
.posts-widget ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.posts-widget .post-title {
  display: inline;
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal;
}
.posts-widget .post-date {
  display: inline;
  font-size: 0.857em;
  white-space: nowrap;
}
.posts-widget .post-excerpt p {
  margin: 5px 0 0 0;
}
.posts-widget .m-active a {
  font-weight: bold;
}
.notices-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.notices-widget ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.notices-widget ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent;
}
.notices-widget ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.notices-widget .notice-title {
  display: inline;
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal;
}
.notices-widget .notice-date {
  display: inline;
  font-size: 0.857em;
  white-space: nowrap;
}
.notices-widget .notice-excerpt p {
  margin: 5px 0 0 0;
}
.notices-widget .m-active a {
  font-weight: bold;
}
.documents-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.documents-widget ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.documents-widget ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent;
}
.documents-widget ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.documents-widget .document-inner {
  position: relative;
}
.documents-widget .document-icon {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 14px;
}
.documents-widget .document-title {
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal;
}
.documents-widget .m-has-icons .document-title {
  padding-left: 20px;
}
.documents-widget .document-filesize {
  font-size: 0.857em;
  white-space: nowrap;
}
.documents-widget .m-active a {
  font-weight: bold;
}
.events-widget p {
  margin: 12px 0 0 0;
}
.events-widget p:first-child {
  margin: 0;
}
.events-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.events-widget ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.events-widget ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent;
}
.events-widget ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.events-widget .event-inner {
  position: relative;
}
.events-widget .m-has-date .event-inner {
  padding-left: 50px;
  min-height: 40px;
}
/*me change with 40 to 53 px; for left sife thumbnail*/
.events-widget .event-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  font-size: 14px;
  text-align: center;
}
.events-widget .event-month {
  display: block;
  height: 16px;
  line-height: 16px;
  font-size: 0.714em;
  font-weight: bold;
  text-transform: uppercase;
}
.events-widget .event-day {
  display: block;
  height: 24px;
  line-height: 22px;
  font-size: 1.143em;
}
/*me change side paragra by adding marging left 6px;*/
.events-widget .event-title {
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal;
  margin-left: 10px;
}
.events-widget .event-title1 {
  font-size: 17px !important;
  font-weight: bold !important;
}
.events-widget .event-subtitle1 {
  font-size: 15px !important;
}
.events-widget .event-excerpt p {
  margin: 5px 0 0 0;
}
.events-widget .m-active a {
  font-weight: bold;
}
.featured-gallery-widget .widget-inner {
  padding: 20px 0 0 0;
}
.featured-gallery-widget .widget-title {
  margin-left: 0;
  margin-right: 0;
}
.featured-gallery-widget .gallery-image a {
  display: block;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.featured-gallery-widget .gallery-image a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.featured-gallery-widget .gallery-image img {
  display: block;
}
.featured-gallery-widget .gallery-info {
  padding: 5px 20px 0 20px;
}
.featured-gallery-widget .gallery-title {
  display: block;
  margin: 0;
  font-size: 1.143em;
  line-height: 1.3em;
}
.featured-gallery-widget .gallery-date {
  display: block;
  margin-top: 2px;
  font-size: 0.857em;
  white-space: nowrap;
}
.show-all-btn {
  margin: 0 20px;
  padding: 10px 0;
  /*border: 0;*/
  border-top: 1px solid #f0f0f0;
}
.show-all-btn1 {
  margin: 0 20px;
  padding: 10px 0;
  padding-top: 7px;
  font-weight: bold;
  /*border: 0;*/
}
.galleries-widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.galleries-widget ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.galleries-widget ul > li {
  position: relative;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent;
}
.galleries-widget ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.galleries-widget .gallery-inner {
  padding-left: 60px;
  min-height: 50px;
}
.galleries-widget .gallery-image {
  position: absolute;
  top: 7px;
  left: 0;
  width: 50px;
}
.galleries-widget ul > li:first-child .gallery-image {
  top: 0;
}
.galleries-widget .gallery-image:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.galleries-widget .gallery-title {
  display: block;
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: normal;
}
.galleries-widget .gallery-date {
  display: block;
  font-size: 0.857em;
  white-space: nowrap;
}
.galleries-widget .m-active a {
  font-weight: bold;
}
.categories-widget ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.categories-widget ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.categories-widget ul > li {
  margin-top: 7px;
}
.categories-widget .widget-content > ul > li {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid transparent;
}
.categories-widget .widget-content > ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.categories-widget .children {
  padding: 0 0 2px 20px;
}
.categories-widget .current-cat > a {
  font-weight: bold;
}
.image-widget a > img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.image-widget a:hover > img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mailchimp-subscribe-widget .form-fields {
  position: relative;
  margin-top: 12px;
}
.mailchimp-subscribe-widget input {
  max-width: 100%;
}
.mailchimp-subscribe-widget .submit-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.mailchimp-subscribe-widget .submit-btn .fa-spinner {
  display: none;
}
.mailchimp-subscribe-widget .m-loading .fa-spinner {
  display: block;
}
.mailchimp-subscribe-widget
  .m-loading
  .submit-btn#newsLetterSubmit
  i:first-child {
  display: block;
  color: black;
}

.mailchimp-subscribe-widget .m-loading .submit-btn i:first-child {
  display: none;
}
.mailchimp-subscribe-widget .submit-btn:active {
  right: 2px;
}
.side-menu {
  position: relative;
  margin-bottom: 24px;
  padding: 7px 20px;
  border-top: 5px solid transparent;
  z-index: 30;
}
.side-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.side-menu ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.side-menu > ul > li {
  position: relative;
  border-top: 1px solid transparent;
}
.side-menu > ul > li:first-child {
  border: 0;
}
.side-menu > ul > li > a {
  position: relative;
  display: block;
  position: relative;
  left: 0;
  padding: 7px 0;
  text-transform: uppercase;
}
.side-menu .m-active > a {
  font-weight: bold;
}
.side-menu .m-has-submenu > a {
  padding-right: 20px;
}
.side-menu .m-has-submenu > a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 14px;
  font-weight: normal;
}
.side-menu > ul > li > ul {
  font-size: 0.875em;
}
.side-menu ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  padding: 5px 15px;
  width: 220px;
  z-index: 20;
}
.side-menu ul > li > ul > li {
  position: relative;
  border-top: 1px solid transparent;
}
.side-menu ul > li > ul > li:first-child {
  border: 0;
}
.side-menu ul > li > ul > li.m-hover {
  z-index: 20;
}
.side-menu ul > li > ul > li > a {
  display: block;
  padding: 7px 0;
  line-height: 1.3em;
  border: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.side-menu.m-right-side ul > li > ul {
  left: auto;
  right: 100%;
}
.side-menu.m-show-submenu .m-active > ul {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
  margin-left: 20px;
  padding: 0 0 10px 0;
  z-index: 10;
}
.side-menu.m-show-submenu .m-active:last-child > ul {
  padding-bottom: 0;
}
.side-menu.m-show-submenu > ul > .m-active > ul {
  margin: 0 -20px;
  padding-left: 30px;
  padding-right: 20px;
}
.side-menu.m-show-submenu .m-active ul > li > ul {
  margin-top: -5px;
}
.side-menu.m-show-submenu > ul > li > ul .m-active > ul > li {
  border: 0;
}
.side-menu.m-show-submenu > ul > li > ul .m-active ul > li > a {
  padding: 4px 0;
}
.sidebar .widget {
  /*margin-bottom: 24px;*/
  margin-bottom: 16px;
  font-size: 0.875em;
}
.sidebar .widget-inner {
  padding: 20px;
  overflow: hidden;
}
.sidebar .widget-title {
  position: relative;
  margin: -20px -20px 0 -20px;
  padding: 20px 20px 15px 20px;
  font-size: 1.143em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.sidebar .widget-title1 {
  font-size: 1.5em !important;
}
.sidebar .widget-title.m-has-ico {
  padding-left: 50px;
}
.sidebar .widget-ico {
  position: absolute;
  top: 24px;
  left: 20px;
  font-size: 20px;
}
.sidebar .show-all-btn {
  margin: 7px 0 0 0;
  padding-top: 7px;
  border-top: 1px solid transparent;
}
.sidebar .show-all-btn a {
  position: relative;
  padding-right: 10px;
  font-weight: bold;
}
.sidebar .widget input[type="checkbox"],
.sidebar .widget input[type="radio"] {
  margin-top: 1px;
}
.sidebar .c-alert-message {
  font-size: 1em;
}
.sidebar .featured-gallery-widget .widget-inner {
  padding: 20px 0 0 0;
}
.sidebar .featured-gallery-widget .widget-title {
  margin-left: 0;
  margin-right: 0;
}
.sidebar .featured-gallery-widget .gallery-image a {
  display: block;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sidebar .featured-gallery-widget .gallery-image a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sidebar .featured-gallery-widget .gallery-image img {
  display: block;
}
.sidebar .featured-gallery-widget .gallery-info {
  padding: 5px 20px 0 20px;
}
.sidebar .featured-gallery-widget .gallery-title {
  display: block;
  margin: 0;
  font-size: 1.143em;
  line-height: 1.3em;
}
.sidebar .featured-gallery-widget .gallery-date {
  display: block;
  margin-top: 2px;
  font-size: 0.857em;
  white-space: nowrap;
}
.sidebar .featured-gallery-widget .show-all-btn {
  margin: 0 20px;
  padding: 10px 0;
  border: 0;
}
.sidebar .image-widget .widget-inner,
.sidebar .custom-code-widget .widget-inner {
  padding: 0;
}
.sidebar .image-widget .widget-title,
.sidebar .custom-code-widget .widget-title {
  margin: 0 0 10px 0;
  padding: 0;
}
.sidebar .image-widget .widget-title.m-has-ico,
.sidebar .custom-code-widget .widget-title.m-has-ico {
  padding-left: 30px;
}
.sidebar .image-widget .widget-ico,
.sidebar .custom-code-widget .widget-ico {
  left: 2px;
  top: -1px;
}
.sidebar .mailchimp-subscribe-widget .submit-btn {
  top: 9px;
}
#footer {
  position: relative;
  z-index: 10;
}
#footer.m-has-bg {
  margin-top: -100px;
}
.footer-bg {
  position: relative;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
.footer-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
}
.footer-inner {
  position: relative;
  z-index: 20;
}
#footer.m-has-bg .footer-inner {
  padding-top: 100px;
}
.footer-top {
  font-size: 0.875em;
}
#bottom-panel {
  padding: 48px 0 24px 0;
}
#bottom-panel p {
  line-height: 1.5em;
}
#bottom-panel .widget-col:first-child .c-separator:first-child {
  display: none;
}
#bottom-panel .widget {
  margin-bottom: 24px;
}
#bottom-panel .widget-title {
  margin-bottom: 24px;
  font-size: 1.286em;
  text-transform: uppercase;
}
#bottom-panel .widget-title.m-has-ico {
  position: relative;
  /*padding-left: 30px;*/
}
#bottom-panel .widget-ico {
  position: absolute;
  top: 0;
  left: -1px;
  font-size: 20px;
}
#bottom-panel .show-all-btn {
  margin: 7px 0 0 0;
  padding-top: 7px;
  border-top: 1px solid transparent;
}
#bottom-panel .show-all-btn a {
  position: relative;
  padding-right: 10px;
  font-weight: bold;
}
#bottom-panel input {
  font-size: 14px;
}
#bottom-panel .c-alert-message {
  padding: 15px 20px 15px 45px;
  font-size: 1em;
  border: 1px solid transparent;
}
#bottom-panel .c-alert-message .ico {
  top: 15px;
  left: 15px;
  font-size: 20px;
}
.footer-bottom {
  position: relative;
}
.footer-bottom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.footer-bottom-inner {
  position: relative;
  /*  padding: 24px 0 40px 0;*/
  padding: 22px 0 16px 0;
  z-index: 20;
}
.footer-social {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
}
.footer-menu {
  float: right;
  max-width: 40%;
  font-size: 0.875em;
}
.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.footer-menu ul > li {
  display: inline-block;
  margin: 0 0 3px 14px;
}
.footer-text {
  /*float: left;
max-width: 40%;*/
  text-align: center;
  font-size: 0.75em;
  line-height: 1.3em;
}
.footer-text > p {
  margin: 12px 0 0 0;
}
.footer-text > p:first-child {
  margin-top: 0;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-title,
.mfp-counter {
  color: #fff;
}
.mfp-arrow {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mfp-arrow,
.mfp-arrow:focus {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.mfp-arrow:active,
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-removing .mfp-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mfp-figure:after {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mfp-arrow:active {
  margin-top: -55px;
}
.mfp-arrow,
.mfp-arrow:after {
  border: 0;
}
.mfp-arrow:before {
  font-size: 48px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
}
.mfp-arrow-left:before {
  content: "\f104";
}
.mfp-arrow-right:before {
  content: "\f105";
}
.mfp-arrow-left {
  left: 10px;
}
.mfp-arrow-left:active {
  left: 5px;
}
.mfp-arrow-right {
  right: 10px;
}
.mfp-arrow-right:active {
  right: 5px;
}
#style-switcher {
  position: fixed;
  top: 200px;
  left: -210px;
  width: 210px;
  z-index: 50;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#style-switcher.m-active {
  left: 0;
}
.style-switcher-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: #fff;
  background-color: #0c0c0c;
  background-color: rgba(12, 12, 12, 0.8);
}
.style-switcher-toggle > .ico {
  position: relative;
  top: 1px;
  font-size: 24px;
}
.style-switcher-toggle:focus {
  outline: 0;
}
.style-switcher-content {
  padding: 20px 20px 15px 20px;
  color: #7f808a;
  background-color: #0c0c0c;
  background-color: rgba(12, 12, 12, 0.8);
}
.style-switcher-content .skin-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.style-switcher-content .skin-list > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.style-switcher-content .skin-list > li {
  display: inline-block;
  margin-right: 6px;
}
.style-switcher-content .skin-list > li:last-child {
  margin-right: 0;
}
.style-switcher-content .skin-list > li > button {
  display: block;
  width: 28px;
  height: 28px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.style-switcher-content .skin-list > li > button:focus {
  outline: 0;
}
.style-switcher-content .skin-list > li > button.m-active {
  cursor: default;
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}
.style-switcher-content .skin-list > li > button {
  text-align: center;
  line-height: 28px;
}
.style-switcher-content .skin-list > li > button.skin-1 {
  background-color: #ec5237;
}
.style-switcher-content .skin-list > li > button.skin-2 {
  background-color: #2196f3;
}
.style-switcher-content .skin-list > li > button.skin-3 {
  background-color: #4caf50;
}
.style-switcher-content .skin-list > li > button.skin-4 {
  background-color: #fb8c00;
}
.style-switcher-content .skin-list > li > button.skin-5 {
  background-color: #607d8b;
}
/*searchorm star*/
#findpro {
  position: relative;
  /*   border-color: #c8c8c8;
border-style: solid;
border-width: 6px;
border-radius: 15px;
box-shadow: 8px 8px grey;*/
}
.row-margin-null {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
/*search form design end here*/
/*Logo set on images*/
.logo-set {
  max-height: 80px;
  max-width: 80px;
  float: right;
  position: absolute;
  position: sticky;
  margin-top: -100px;
  background-color: #ffffff;
}
/*LOGO LABEL*/
.top-left-label {
  position: absolute;
  top: 8px;
  left: 16px;
  background-color: #cc0000;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 20px;
  color: white;
  border-radius: 0px 10px 0px 0px;
}
#media-query-breakpoint {
  font-family: "1200";
}

@media (max-width: 1299px) {
  #media-query-breakpoint {
    font-family: "1299";
  }
  .c-directory.m-4-columns .directory-menu > ul > li {
    width: 50%;
  }
  .c-directory.m-4-columns .directory-menu > ul > li:nth-child(4n + 1) {
    clear: none;
  }
  .c-directory.m-4-columns .directory-menu > ul > li:nth-child(2n + 1) {
    clear: left;
  }
}
@media (max-width: 1199px) {
  html {
    -webkit-text-size-adjust: auto;
  }
  .c-directory.m-3-columns .directory-menu > ul > li {
    width: 50%;
  }
  .c-directory.m-3-columns .directory-menu > ul > li:nth-child(3n + 1) {
    clear: none;
  }
  .c-directory.m-3-columns .directory-menu > ul > li:nth-child(2n + 1) {
    clear: left;
  }
  .locale-info-widget .local-icon {
    right: 50px;
  }
  #media-query-breakpoint {
    font-family: "1199";
  }
  .header-menu .navbar-brand {
    margin-right: 0 !important;
    padding: 0;
  }
}
@media (min-width: 991px) {
  .emergency-btnsm,
  .notesboard-btnsm {
    display: none;
  }
  .btnlarge {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1192px) {
  .header-menu {
    padding: 0 8.5px;
  }

  .header-content .header-menu > ul > li > a {
    font-size: 0.87rem !important;
  }
  .header-menu > ul > li.p-r-21 > a {
    padding-right: 8.5px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199.9px) {
  .sidebar .widget-title1 {
    font-size: 1em !important;
  }
  .sidebar .sidebar-news {
  }
  .events-widget .m-has-date .event-inner {
    padding-left: 0px;
  }
  .events-widget .event-date {
    position: relative;
    width: 100%;
  }
  #title-news h4 {
    padding-left: 0px !important;
    margin-left: 0;
  }
  .sidebar .widget-ico {
    top: 19px;
    left: 21px;
  }
  .sidebar .show-all-btn {
    margin: 0px 0 0 0;
    font-size: 0.8rem;
  }
  .sidebar .show-all-btn1 {
    margin: 0px 0 0 0;
    font-size: 0.8rem;
  }
  .sidebar .testimonials h4 {
    font-size: 1.1rem;
  }
  .sidebar .testimonials p {
    font-size: 0.9rem;
    margin: 5px 0 0 0;
  }
  .col.col-custom {
    display: contents;
  }
  .col.col-custom .company-logo {
    width: 100%;
    height: auto;
  }
  .col.col-custom img {
    height: 110px;
    width: 100%;
  }
  #page-content .c-content-box .post-list-title {
    margin-bottom: 12px;
  }
  .review-block .item-box-blog-heading h2 {
    font-size: 1rem;
  }
  .app-img img {
    max-height: 55px !important;
  }
  #bottom-panel .widget-title {
    margin-bottom: 15px;
    font-size: 1rem;
  }
  .widget-inner .widget-content ul li {
    margin-top: 2px;
  }
}
@media (max-width: 991px) {
  header .header-inner .header-menu.myaccount > ul > li > a {
    padding: 5px 4px !important;
    font-size: 16px;
  }
  .card-prop {
    min-height: 390px !important;
  }
  .notesboard-btn {
    max-width: 145px !important;
    margin-right: 10px !important;
  }
  .emergency-btn {
    max-width: 145px !important;
    margin-right: 10px !important;
  }
  .post-page .post-info {
    padding-left: 0 !important;
  }
  .post-page .post-footer {
    margin: 0 !important;
  }
  #page-content .c-content-box {
    padding: 10px !important;
  }
  #core {
    margin-top: 0 !important;
  }
  .emergency-btnsm,
  .notesboard-btnsm {
    display: block;
  }
  .header-tools,
  .header-search {
    margin-bottom: 0 !important;
  }
  .btnlarge {
    display: none !important;
  }

  .c-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-directory.m-3-columns .directory-menu > ul > li {
    width: 33%;
  }
  .c-directory.m-4-columns .directory-menu > ul > li {
    width: 25%;
  }
  .c-directory.m-3-columns .directory-menu > ul > li:nth-child(2n + 1),
  .c-directory.m-4-columns .directory-menu > ul > li:nth-child(2n + 1) {
    clear: none;
  }
  .c-directory.m-3-columns .directory-menu > ul > li:nth-child(3n + 1),
  .c-directory.m-4-columns .directory-menu > ul > li:nth-child(4n + 1) {
    clear: left;
  }
  .m-header-map-active #header {
    padding-top: 520px;
    min-height: 0;
  }
  .header-content {
    /* padding-bottom: 12px; */
    padding-bottom: 0px;
  }
  .header-branding {
    float: none;
    padding: 20px 0;
  }
  .header-branding a {
    display: block;
    position: static;
  }
  .header-branding span {
    text-align: center;
  }
  .m-header-map-active .header-branding {
    margin-top: 0;
  }
  .header-toggle-holder {
    display: block;
  }
  .header-tools {
  }
  .header-search {
    float: none;
    margin: 0 0 12px 0;
  }
  .header-search input {
    max-width: 100%;
  }
  .header-tools .header-gmap-switcher {
    display: none;
  }
  .m-has-standard-menu .header-menu,
  .header-menu {
    /* display: none; */
    margin-bottom: 0px;
  }
  .m-has-standard-menu .header-menu {
    float: none;
  }
  .m-has-standard-menu.m-has-header-tools .header-menu {
    margin-top: 0;
  }
  .header-menu {
    /* padding: 5px 20px; */
    padding: 0px 0px;
  }
  .header-menu.myaccount {
    padding: 5px 0px;
  }
  .header-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .header-menu ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
  }
  .header-menu > ul > li {
    display: block;
    position: relative;
    border-top: 1px solid transparent;
  }
  .header-menu > ul > li:first-child {
    border: 0;
  }
  .header-menu > ul > li > a {
    position: relative;
    display: block;
    position: relative;
    padding: 7px 0;
    text-transform: uppercase;
  }
  .header-menu > ul > li.m-has-submenu > a:after {
    display: inline-block;
  }
  .header-menu > ul > li.m-hover > a,
  .header-menu > ul > li > a:hover {
    text-decoration: none;
  }
  .header-menu > ul > li.m-active > a,
  .header-menu .current-menu-ancestor > a,
  .header-menu .current_page_ancestor > a,
  .header-menu .current_page_parent > a,
  .header-menu .current_page_item > a,
  .header-menu .current-menu-item > a {
    font-weight: bold;
  }
  .header-menu .m-has-submenu > a {
    padding-right: 40px;
  }
  .header-menu .submenu-toggle {
    display: block;
    position: absolute;
    top: 10px;
    right: -20px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .new-main-header .header-menu .submenu-toggle {
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .select-city > ul > li.m-has-submenu > a:after {
    top: 15px;
    right: -11px;
  }
  /* .header-menu .submenu-toggle i:before {
    content: "\f107";
  }
  .header-menu .submenu-toggle.m-active i:before {
    content: "\f106";
  } */
  .header-menu > ul > li > ul {
    margin: 0 -20px;
  }
  .header-menu.select-city-menu > ul > li > ul {
    margin: 0 0px;
  }
  .header-menu > ul > li > ul > li {
    border-top: 1px solid transparent;
  }
  /* .header-menu ul ul ul ul,
  .header-menu ul ul ul,
  .header-menu ul ul {
    display: none;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding: 5px 20px 5px 20px;
    width: auto;
  } */
  .header-menu ul ul .submenu-toggle {
    height: 30px;
  }
  /* .header-menu ul ul .m-has-submenu > a:after {
    display: none;
  } */
  .header-menu ul ul li > a {
    display: block;
    padding: 7px 0;
    line-height: 1.3em;
    border: 0;
  }
  .header-menu ul ul li:first-child {
    border: 0;
  }
  .header-menu ul ul ul li {
    border: 0;
  }
  .header-menu > ul > li > ul ul {
    margin-top: -5px;
    padding-bottom: 10px;
  }
  .header-menu > ul > li > ul ul > li > a {
    padding: 4px 0;
    color: #c00;
  }
  .header-menu > ul > li.m-penultimate > ul ul,
  .header-menu > ul > li.m-last > ul ul {
    right: auto;
  }
  .widget.locale-info-wiget .local-icon {
    right: 60px;
  }
  .side-menu {
    display: none;
  }
  #media-query-breakpoint {
    font-family: "991";
  }
}
@media (max-width: 768px) {
  .highlight {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 141px;
  }
  .header-branding.m-large-logo img {
    width: 45px !important;
  }
  .m-has-standard-menu.m-has-header-tools .header-menu.select-city ul li ul {
    width: 98%;
    z-index: 9999;
  }
  .c-directory.m-3-columns .directory-menu > ul > li,
  .c-directory.m-4-columns .directory-menu > ul > li {
    width: 50%;
  }
  .c-directory.m-3-columns .directory-menu > ul > li:nth-child(3n + 1),
  .c-directory.m-4-columns .directory-menu > ul > li:nth-child(4n + 1) {
    clear: none;
  }
  .c-directory.m-3-columns .directory-menu > ul > li:nth-child(2n + 1),
  .c-directory.m-4-columns .directory-menu > ul > li:nth-child(2n + 1) {
    clear: left;
  }
  .footer-menu,
  .footer-text {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .footer-menu {
    margin-bottom: 12px;
  }
  .footer-menu:last-child {
    margin-bottom: 0;
  }
  #media-query-breakpoint {
    font-family: "767";
  }
  .m-has-gmap .header-toggle-holder {
    padding-right: 0px;
  }
  .top-menu ul li {
    display: inline-block;
    padding: 0 2px !important;
    margin-top: 0px !important;
    text-align: center;
  }
  .top-menu ul li a {
    color: #fff;
    font-weight: normal !important;
    font-size: 14px;
  }
  .header-toggle-holder {
    margin-bottom: 0;
  }
  .header-content .header-content-inner .col-md-9,
  .header-content .header-content-inner .col-md-3 {
    padding: 0 !important;
  }
  .header-menu > ul > li > ul ul > li > a {
    /*      color: #c00;*/
    color: #d6aeae;
  }
  .header-menu ul ul ul ul,
  .header-menu ul ul ul,
  .header-menu ul ul {
    padding: 5px 3px;
  }
  .c-directory .directory-menu > ul > li {
    margin-bottom: 12px;
    padding-right: 0px;
  }
  .header-menu > ul > li.m-has-submenu > a {
    padding-right: 0px !important;
  }
  /*.form-fields{
	display: none;
	}*/
  .header-menu > ul > li.mega-menu {
    border-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    /*display: inline-flex;*/
  }
  .header-menu .mega-menu.r-8.m-has-submenu .submenu-toggle {
    right: 6%;
    top: 8%;
  }

  .m-has-standard-menu.m-has-header-tools .header-menu.select-city {
    /*display: inline-flex;*/
    /* width: 35% !important; */
    width: 26% !important;
  }
  .header-menu.select-city .submenu-toggle {
    display: block;
    position: absolute;
    left: -50px;
    width: 212px;
  }
  .header-menu.select-city > ul > li.m-has-submenu > a {
    padding-right: 21px;
    width: 146px !important;
  }
  .c-content-box {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-menu > ul > li.m-has-submenu > ul {
    margin: 0px;
  }
  .header-menu > ul > li.m-has-submenu > ul li {
    padding: 0 3px;
  }
  .h-500 {
    height: 450px !important;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 10px 14px !important;
  }
  .c-slider h2 {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  .c-slider h3 {
    font-size: 0.9em;
    width: 93%;
  }
  .slide-content.valign-middle .h-500 p {
    margin-bottom: 5px;
  }
  blockquote {
    margin-bottom: 24px;
    padding-left: 13px;
    font-size: 1.1em;
  }
  .item-box-blog.m-t-30 {
    margin-top: 0px !important;
  }
  .item-box-blog-body {
    padding: 6px 8px !important;
  }
  .item-box-blog-text {
    height: auto !important;
  }
  .item-box-blog-body .pull-left {
    text-align: center;
    float: none !important;
  }
  .item-box-blog-body p a.pull-right {
    float: none !important;
    text-align: center;
    margin: 0 auto !important;
    display: block !important;
  }
  .item-box-blog {
    margin-bottom: 20px;
  }
  .item-box-blog-heading h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .item-box-blog-data p,
  .item-box-blog-text p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .show-all-btn {
    margin: 0 auto;
    padding: 10px 0;
    border: 0;
    display: block;
    float: none;
    width: 100%;
    clear: both;
  }
  .item-box-blog {
    margin-bottom: 20px;
  }
  .item-box-blog-body div.pull-left .feature-icons {
    text-align: center;
    float: none !important;
  }
  .post-core h2.post-title {
    font-size: 1em;
  }
  .post-content .post-content-inner p {
    margin-bottom: 14px;
    margin-left: 0px !important;
  }
  .post-page .post-core {
    padding: 0px 15px 1px 15px;
  }
  .c-content-box {
    padding-bottom: 10px;
  }
  #bottom-panel {
    padding: 10px 0 24px 0;
  }
  .company-title a {
    font-size: 22px;
  }
  .c-content-box.mh-570 {
    min-height: 880px;
  }
  .detail-inline.ml-30 {
    margin-left: 0 !important;
  }
  .page-title h1 {
    font-size: 1.3em;
  }
  .c-content-box.mh-570 h2 {
    margin-bottom: 10px;
  }
  .buyer-detail ul li {
    line-height: 19px !important;
    font-size: 14px;
  }
  h1.widget-title.m-has-ico {
    margin-bottom: 10px;
    line-height: 1em;
    font-size: 1.3em;
  }
  .events-widget .event-title {
    margin: 0;
    font-size: 16px;
    /*padding-left: 7px;*/
  }
  .header-branding.m-large-logo {
    width: 50px !important;
    float: right;
    margin-right: 17px;
    z-index: 0;
  }
  /*for mobile logo center*/
  /*.header-branding.m-large-logo {
	width: 50px !important;
	float: right;
	margin-right: 166px;
	z-index: 0;
	}*/
  .m-has-gmap .header-toggle-holder {
    float: left;
    bottom: 46px;
    margin-top: 0px;
    z-index: 98;
  }
  /*.m-has-gmap .header-toggle-holder {
	float: left;
	margin-top: 18px;
	z-index: 99;
	}*/
  .m-has-standard-menu.m-has-header-tools .header-menu {
    float: none;
    /*clear: both;*/
  }
  .emergency-btn .btn-icon {
    width: 25px !important;
    height: 25px !important;
    line-height: 39px !important;
  }
  .notesboard-btn .btn-icon {
    width: 25px !important;
    height: 25px !important;
    line-height: 44px !important;
  }

  .notesboard-btn .btn-icon img {
    width: 17px !important;
    display: inline-block;
  }
  .emergency-btn .btn-icon img {
    width: 17px !important;
    display: inline-block;
  }
  .emergency-btn {
    height: 33px !important;
    max-width: 100% !important;
    line-height: 32px !important;
    font-size: 12px;
  }
  .notesboard-btn {
    height: 33px !important;
    max-width: 100% !important;
    line-height: 32px !important;
    font-size: 12px;
    float: left !important;
    margin-top: 5px;
    margin-right: 10px !important;
  }
  .header-search {
    float: none;
    margin: 0 0 5px 0;
    width: 100%;
  }
  .header-search .submit-btn {
    right: 0;
    top: 0;
    width: 40px;
    height: 34px;
    line-height: 34px;
  }
  .header-search input {
    padding-top: 11px;
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
  }
  .header-search .form-fields {
    height: 34px;
    border: 0;
  }
  .c-search-form1 input {
    /*padding: 11px 40px 0 9px !important;*/
    padding: 0px 40px 0 9px !important;
  }
  .c-search-form input {
    /*padding: 11px 40px 0 9px !important;*/
    /*padding: 0px 40px 0 9px !important;*/
  }
  .header-tools {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-tools-search {
    clear: both;
    margin-top: 7px;
    padding: 0 15px;
  }
  .header-toggle {
    padding: 0 5px;
  }
  .header-toggle i {
    font-size: 31px;
  }
  .header-toggle .ico-close {
    display: none;
    font-size: 20px;
    padding: 0 5px;
  }
  .header-toggle:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .m-has-standard-menu.m-has-header-tools .header-menu.select-city ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background: #4c76be;
    width: 75%;
    /* z-index: 9999; */
    top: 2px;
  }
  .m-has-standard-menu.m-has-header-tools .header-menu.select-city ul li ul {
    top: 31px;
    width: 92%;
    padding: 1px 2px;
  }
  /*.stickNavbar{
	position: sticky;
	top: 0;
	z-index: 999;
	}*/
  header .header-content .header-content-inner .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 9999;
    transition: all 0.5s;
  }
  #stickNavbar {
    padding: 0 15px;
  }
  .m-has-standard-menu.m-has-header-tools #mainMenu {
    position: absolute;
    /* overflow: hidden; */
    overflow-y: auto;
    z-index: 999;
    top: 58px;
  }
  .header-search .search-btn {
    margin-top: 0px !important;
    right: 15px !important;
    border-radius: 0 4px 4px 0;
  }
  .header-menu > ul > li.m-has-submenu > a {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .header-menu > ul > li.m-has-submenu > a {
    font-size: 12px !important;
  }
  .m-has-standard-menu.m-has-header-tools .header-menu.select-city ul {
    width: 100%;
  }

  .event-list-top {
    margin-top: 5px !important;
  }
  .event .event-inner .news-paragraph {
    margin-left: -10px !important;
  }
  .event-inner img {
    min-height: 55px;
  }
  .item-box-blog {
    z-index: 4;
    margin-bottom: 25px !important;
  }
  .card-prop {
    min-height: 405px !important;
  }
  .post-list-title-mbl {
    padding-left: 5px !important;
    font-size: 1rem;
  }
  p.post-list-title-mbl {
    padding-left: 5px !important;
    text-align: left !important;
  }

  .m-has-gmap .header-toggle-holder {
    bottom: 46px;
  }
  .emergency-btn,
  .notesboard-btn {
    margin-top: 0px !important;
    width: 25% !important;
  }
  .notesboard-btn .btn-icon {
    width: 23px !important;
  }
  .emergency-btn .btn-icon img {
    width: 18px !important;
  }
  .emergency-btn .btn-icon {
    line-height: 43px !important;
  }
}
@media (max-width: 480px) {
  .emergency-btn,
  .notesboard-btn {
    margin-top: 0px !important;
    width: 28% !important;
  }
}
@media (max-width: 480px) {
  .events-widget .m-has-date .event-inner {
    padding-left: 55px;
  }
  .c-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-content-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-post-list .post-list-inner {
    padding: 0 20px 12px 20px;
  }
  .c-post-list .post-list-content {
    margin-left: -20px;
    margin-right: -20px;
  }
  .c-post-list .post-core {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-post-list .post .post-title {
    padding: 0;
  }
  .c-post-list .post .post-date {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 5px;
    text-align: left;
  }
  .c-post-list .post,
  .c-post-list .more-btn-holder {
    margin-left: 20px;
    margin-right: 20px;
  }
  .c-definition-list dl > dt {
    float: none;
    clear: both;
    width: auto;
  }
  .c-definition-list dl > dd {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left;
    border-top: 0;
  }
  .c-directory.m-2-columns .directory-menu > ul > li,
  .c-directory.m-3-columns .directory-menu > ul > li,
  .c-directory.m-4-columns .directory-menu > ul > li {
    width: 100%;
    float: none;
  }
  .c-gallery .gallery-images.m-3-columns > li,
  .c-gallery .gallery-images.m-4-columns > li,
  .c-gallery .gallery-images.m-5-columns > li {
    width: 50%;
  }
  .c-gallery .gallery-images.m-3-columns > li:nth-child(3n + 1),
  .c-gallery .gallery-images.m-4-columns > li:nth-child(4n + 1),
  .c-gallery .gallery-images.m-5-columns > li:nth-child(5n + 1) {
    clear: none;
  }
  .c-gallery .gallery-images.m-3-columns > li:nth-child(2n + 1),
  .c-gallery .gallery-images.m-4-columns > li:nth-child(2n + 1),
  .c-gallery .gallery-images.m-5-columns > li:nth-child(2n + 1) {
    clear: left;
  }
  .gmap-canvas {
    height: 250px;
  }
  .c-slider .slide-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-team-member .member-portrait {
    position: relative;
  }
  .c-team-member.m-has-portrait .team-member-inner {
    padding-left: 0;
    min-height: 0;
  }
  .m-header-map-active #header {
    padding-top: 260px;
  }
  .header-gmap .gmap-canvas {
    height: 250px;
  }
  #page-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .event-single-page .event-location .gmap-canvas {
    height: 250px;
  }
  .definition-list-widget dl > dt,
  .definition-list-widget dl > dd {
    float: none;
    width: 100%;
    text-align: left;
  }
  .definition-list-widget dl > dd {
    margin: 0;
    border: 0;
  }
  .definition-list-widget dl > dt:first-of-type,
  .definition-list-widget dl > dd:first-of-type {
    padding-top: 7px;
  }
  #media-query-breakpoint {
    font-family: "480";
  }
  .modal-right-logo {
    width: 114px !important;
  }
  .news-title h4 {
    padding-left: 7px;
  }
}
@media (max-width: 420px) {
  .emergency-btn,
  .notesboard-btn {
    margin-top: 0px !important;
    width: 30% !important;
    font-size: 11px;
  }
  .notesboard-btn .btn-icon {
    width: 20px !important;
    height: 20px !important;
  }
  .emergency-btn .btn-icon {
    width: 20px !important;
    height: 20px !important;
    line-height: 43px !important;
  }
  .header-branding.m-large-logo img {
    width: 40px !important;
  }
}
@media (max-width: 380px) {
  .header-menu > ul > li.m-has-submenu > a {
    font-size: 11px !important;
  }
  header .header-content .header-menu.myaccount {
    width: 30% !important;
  }
  .header-menu > ul > li {
    border-color: none;
  }
  .header-menu-list {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .header-menu {
    padding: 5px 0px;
  }
  header .header-inner .header-menu.myaccount > ul > li > a {
    padding: 5px 2px !important;
  }
  .m-has-standard-menu.m-has-header-tools .header-menu.select-city {
    width: 70% !important;
  }

  .m-has-standard-menu.m-has-header-tools .header-menu.select-city ul {
    width: 100% !important;
  }
  .header-toggle {
    line-height: 30px;
    height: 41px;
  }
  .header-menu > ul > li.m-has-submenu > a {
    font-size: 15px;
  }
  .emergency-btn,
  .notesboard-btn {
    margin-top: 0px !important;
    width: 30% !important;
    font-size: 10px;
    margin-right: 10px;
  }

  .notesboard-btn .btn-icon img {
    height: 18px !important;
    width: 15px !important;
  }
  .emergency-btn .btn-icon img {
    width: 16px !important;
  }
  .notesboard-btn .btn-icon {
    width: 20px !important;
    height: 20px !important;
  }
  .emergency-btn .btn-icon {
    width: 20px !important;
    height: 20px !important;
    line-height: 43px !important;
  }
  .header-branding.m-large-logo img {
    width: 37px !important;
  }
  .m-has-gmap .header-toggle-holder {
    bottom: 42px;
  }
}
@media (max-width: 359.9px) {
  .property-card img {
    width: 100% !important;
  }
}
@media (max-width: 330px) {
  .page-content-inner .c-post-list.m-has-icon .post-list-title {
    font-size: 1.3rem;
  }
  .page-content-inner .c-post-list.m-has-icon .post-list-title-mbl {
    padding-left: 5px !important;
    font-size: 0.9rem;
  }
  .header-branding.m-large-logo {
    margin-right: 0px !important;
  }
  .header-toggle-holder {
    margin-left: 14px !important;
  }
  .header-branding.m-large-logo img {
    width: 32px !important;
  }
  .header-toggle {
    padding: 0 2px;
  }
  .header-toggle {
    padding: 0 2px;
    width: 96%;
    height: 37px;
    line-height: 27px;
    font-size: 30px;
  }
  .emergency-btn,
  .notesboard-btn {
    width: 36% !important;
    font-size: 9.9px;
    margin-right: 8px !important;
  }
  .header-toggle i {
    line-height: 37px;
  }
  .m-has-gmap .header-toggle-holder {
    bottom: 50px;
  }
}
@media print {
  body {
    background: white;
    color: black;
  }
  .header-bg,
  .header-tools,
  .header-toggle-holder,
  .header-menu,
  .header-gmap {
    display: none;
  }
  .article-navigation,
  .comment-respond {
    display: none;
  }
  .left-column,
  .right-column {
    display: none;
  }
  #footer {
    display: none;
  }
}
.header-menu.myaccount {
  background: transparent !important;
  display: inline-block !important;
  float: right !important;
  width: auto !important;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  /*margin-top: -14px;*/
}
.header-inner .header-menu.myaccount > ul > li > a {
  padding: 5px 10px !important;
}
.header-menu.myaccount > ul > li.m-has-submenu > a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  position: absolute;
  top: 9px;
  right: 0px;
  font-size: 12px;
  font-weight: normal;
}
.content-profile h2 {
  color: #cc0000;
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0;
}
.content-profile h2 a {
  font-size: 25px;
}
.content-profile p {
  font-size: 13px;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(76, 118, 190);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: white;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.card-body p {
  margin-bottom: 6px;
}
.card-body p a {
  color: #000;
}
.card-body p a:hover {
  color: #cc0000;
}
.profile-img img {
  display: block;
  margin: 0 auto;
}
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background: #fff;
}
.col-item .photo img {
  margin: 0 auto;
  width: 100%;
}
.col-item .info {
  padding: 0 10px;
  border-radius: 0 0 5px 5px;
  margin-top: 1px;
}
.col-item:hover .info {
  background-color: #fff;
}
.col-item .price {
  /*width: 50%;*/
  /*float: left;*/
  margin-top: 5px;
}
.col-item .price h5 {
  line-height: 20px;
  margin: 0;
  padding-left: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.price-text-color {
  color: #219fd1;
}
.col-item .info .rating {
  color: #777;
}
.col-item .rating {
  /*width: 50%;*/
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}
.col-item .separator {
  border-top: 1px solid #e1e1e1;
}
.clear-left {
  clear: left;
}
.col-item .separator p {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.col-item .separator p i {
  margin-right: 5px;
}
.col-item .btn-add {
  width: 50%;
  float: left;
}
.col-item .btn-add {
  border-right: 1px solid #e1e1e1;
}
.col-item .btn-details {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.controls {
  margin-top: 20px;
}
[data-slide="prev"] {
  margin-right: 10px;
}
.new-arrivals {
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 3px 9px rgb(0 0 0 / 15%) !important;
  min-height: 320px;
  border-radius: 8px;
}
.new-arrivals .price {
  width: 100%;
}
.new-arrivals .price h5 a {
  text-align: center !important;
  font-weight: normal;
  color: #000000;
}
.c-feature .feature-inner {
  padding: 8px !important;
  min-height: 171px;
}
.profile-detail {
  border: 1px solid #dedede;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.25);
}
.newArrivals li {
  list-style: none;
  display: inline-block;
}
.newArrivals li .fa-angle-left {
  float: left;
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 19px;
  text-align: center;
  padding: 0px 5px;
  color: red;
  border: 1px solid #dedede;
}
.newArrivals li .fa-angle-right {
  float: left;
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 19px;
  text-align: center;
  padding: 0px 5px;
  color: red;
  border: 1px solid #dedede;
}
.newArrivals li .fa-angle-left:hover,
.newArrivals li .fa-angle-right:hover {
  background-color: #4c76be;
  color: #fff;
  border: 1px solid #4c76be;
  transition: all 0.6s;
}
.pt-25 {
  padding-top: 25px !important;
}
.mb-14 {
  margin-bottom: 14px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.bt-1 {
  border-top: 1px solid #dedede;
}
.pt-6 {
  padding-top: 6px !important;
}
.searchPrice .fa {
  font-size: 17px;
  margin: 0 6px;
}
#custom_carousel .item {
  color: #000;
  background-color: #fff;
  padding: 20px 0;
}
#custom_carousel .controls {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  position: relative;
  background: #fff;
}
#custom_carousel .controls li {
  display: table-cell;
  width: 1%;
  max-width: 90px;
}
#custom_carousel .controls li.active {
  background-color: transparent;
  /*border-top:3px solid orange;*/
}
#custom_carousel .controls li a:focus {
  background-color: transparent;
}
#custom_carousel .controls li a:hover {
  background-color: transparent;
}
#custom_carousel .controls a small {
  overflow: hidden;
  display: block;
  font-size: 10px;
  margin-top: 5px;
  font-weight: bold;
}
.nav.md-100 li a img {
  max-width: 100% !important;
}
#custom_carousel .slide-img {
  border: 1px solid #eee;
  border-radius: 2px;
  width: 100%;
  height: 346px;
}
.product-form {
  border: 1px solid #dedddd;
  background-color: #f7f7f7;
  padding: 22px;
}
.d-c.w50 {
  display: block;
  float: none;
  margin: 0 auto;
  width: 50%;
}
.col-item .photo img {
  /*  max-height: 238px;*/
  max-height: 193px;
}
.col-item .photo-min-heigt img {
  max-height: 238px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.new-arrivals .info {
  /*border-top: 1px solid #e4e3e3;*/
}
.new-arrivals .price .fa {
  color: #cc0000;
}
.product-detail {
  background-color: #fbfbfb;
}
.mt-5 {
  margin-top: 5px !important;
}
.new-arrivals .price.product-title h5 a {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.shopping-ad img {
  max-height: 400px;
  width: 100%;
}
.buy-slide-content h1 a {
  font-size: 28px;
  color: #f2ca48 !important;
}
.buy-slide-content h3 {
  font-size: 27px;
  line-height: 29px;
}
.buy-slide-content .h-500 {
  height: auto;
  background-color: transparent;
  padding: 96px 0px 40px 105px;
  text-transform: uppercase;
}
.plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.buy-slide-content h1 a:hover {
  color: #ecbb18 !important;
  text-decoration: none;
  transition: all 0.5s;
}
.buy-slide-content .btn .fa-angle-double-right {
}
.buy-slide-content .btn .fa-angle-double-right:hover,
.buy-slide-content .btn .fa-angle-double-right {
  background-color: transparent !important;
}
.buyer-detail .fa {
  color: #cc0000;
  margin-right: 5px;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: 0.5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
/*me change backgound color #fff  to #4c76be and add color white */
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #4c76be;
  color: white;
}
.tab-contents {
  padding: 0.5em 2em 1em;
  border: 1px solid #ddd;
}
.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .col-md-3-1 {
    width: 100% !important;
  }
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
.m-t-20 {
  margin-top: 20px;
}
.m-l-5 {
  margin-left: 5px;
}
.buyer-detail ul li {
  line-height: 29px;
}
.buySell {
  min-height: 840px;
}
.app-img img {
  max-height: 66px;
}
.pt-5 {
  padding-top: 5px;
}
.purchase-request .event-title .fa {
  margin: 0 2px;
  font-size: 12px;
}
.mh-570 {
  min-height: 570px;
}
.d-b {
  display: block;
  clear: both;
}
.pl-0 {
  padding-left: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
/*Widget*/
ul#socialul {
  background: white;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ul#socialul li {
  color: #fff;
  background: white;
  display: block;
  float: right;
  /* padding: 1rem; */
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  margin-top: 0px !important;
}
ul#dd_ul li {
  color: #fff;
  background: red;
  display: block;
  float: right;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
ul#dd_ul li:hover {
  cursor: pointer;
  color: #fff;
  background-color: white;
}
ul#socialul li a {
  color: #fff;
}
ul#socialul li:hover {
  cursor: pointer;
  color: #fff;
  background-color: white;
}
ul#socialul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  right: 0;
  display: none;
}
ul#socialul li:hover > ul,
ul#socialul li ul:hover {
  padding-top: 3px;
  visibility: visible;
  opacity: 1;
  display: inline-flex;
}
ul#socialul li ul li {
  clear: both;
  width: 100%;
}
.pagination > .active > a {
  background: #cc0000 !important;
  border-color: transparent !important;
}
.c-g {
  color: #636363;
}
/************ AUTHOR  ************/
.autho-img img {
  border: 2px solid #ffffff;
  padding: 2px;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.author-profile {
  display: flex;
  text-align: justify;
}
.author-profile .text-sm {
  font-size: 13px;
  color: #cc0000;
}
.author-profile .bio h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 20px;
}
.author-profile .bio {
  display: inline-grid;
}
.author-profile .bio p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}
.item-box-blog-body.myBlog a:hover {
  text-decoration: none;
  color: #cc0000;
}
/*post_list*/
.post_headin {
  max-height: 181px;
}
.product_slid {
  height: 250px;
  width: 100%;
}
/*profile css*/
.bah_ac {
  display: inline-block;
}
.testtb {
  text-transform: capitalize;
}
.invalid_error {
  text-align: center;
  color: red;
  font-weight: bold;
}
input.error {
  border: 1px solid red;
}
label.error {
  font-weight: normal;
  color: red;
}
#login_form .forget_password {
  width: 50%;
  float: left;
}
#login_form .signup_text {
  width: 50%;
  float: right;
  text-align: right;
}
#profile_business_records h3 {
  border-bottom: 1px solid !important;
  margin-bottom: 0 !important;
}
.mt--50 {
  margin-top: -50px;
}
/*home page styling*/
.shopping-ad {
  background-color: white;
  padding: 0px;
  margin-bottom: 0px;
}
/*constuctuoion */
.construction_price {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 10px !important;
}
.text-lft {
  text-align: left;
}
.text-rit {
  text-align: right;
}
/*buy and sell*/
.buysell_price {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 10px !important;
}
.by_hd {
  min-height: 43px !important;
}
.buy_hd {
  min-height: 44px !important;
}
/*property page*/
.propery_hd {
  min-height: 78px;
}
/*blogs pages*/
.blogs_img_height {
  height: 173px;
  width: 100%;
  border-radius: 9px;
}
.blogs_hd {
  /* min-height: 45px; */
  min-height: 63px;
  margin-bottom: 0px;
}
/*blog detail*/
.blog_detail_date {
  font-weight: bold;
}
/*home p-age styling */
.buy_sell_date {
  font-size: 14px;
}
.modal-header {
  background: #cc0000;
}
.modal-header h4.modal-title {
  color: #fff;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.modal-header .close {
  color: #fff;
  opacity: 1;
}
.product-detail.product-form,
.card,
.widget {
  /* box-shadow: 3px 6px 12px rgb(0 0 0 / 15%) !important; */
  border-radius: 8px;
}
.card.card-prop:hover,
#myCarouselBuy-sell .item .col-item.new-arrivals:hover {
  box-shadow: 5px 5px 25px rgb(0 0 0 / 50%) !important;
}
.shopping-ad,
#page-header {
  box-shadow: 3px 1px 10px rgb(0 0 0 / 30%) !important;
}
.locationDate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shopping-ad {
  background-color: #d7d7d7;
  box-shadow: none !important;
}
/*#myCarouselprop .owl-item.active{
width: 33% !important ;
}*/
.card {
  border-radius: 8px;
}
#core {
  /* margin-top: 66px; */
  margin-top: 30px;
}
.header-search.input-st input {
  line-height: 35px;
}
.btn.btn-primary {
  color: #fff !important;
}
.directory-listing .c-feature .c-content-box {
  overflow: visible;
}
ul#socialul li ul li:hover {
  color: #ffffff;
  background-color: #ad1313;
}
ul#dd_ul li {
  background: #cc0000;
}
.fa.fa-share-alt {
  color: #cc0000;
}
.alphabet.list-unstyled.d-i-b li a {
  padding: 0px 5px;
  line-height: 22px;
}
#custom_carousel .controls li {
  display: flex;
  max-width: 32%;
  min-width: 32%;
  margin-right: 1px;
  justify-content: center;
}
#myCarouselBuy-sell .item.active .col-sm-4.col-md-4.pr-0:last-child {
  padding-right: 15px !important;
}
.post-image .post-pics,
.gallery-image .gallery-shadowR {
  border-radius: 9px;
  box-shadow: 3px 6px 12px rgb(0 0 0 / 15%) !important;
}
.gallery-image .gallery-shadowR .image-radius {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.box-shadow-class {
  box-shadow: 0px 2px 5px 7px rgb(0 0 0 / 15%) !important;
  border-radius: 9px !important;
}
/*.c-search-form #inputsearch.submit-btn.search-btn {
height: 35px;
}*/
ul#socialul li:hover {
  background-color: transparent;
}
.d-flex {
  display: flex;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.shareListItems li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zindex90000 {
  z-index: 900000;
}
#page-content .c-content-box.overflow-visible {
  overflow: visible;
}
ul#dd_ul li {
  border-radius: 0px;
}
.c-directory .directory-menu > ul > li > a {
  display: block;
  margin-bottom: 0px;
  font-weight: normal;
  text-transform: capitalize;
}
.directory-menu ul .m-has-submenu:hover .directoryMenuList {
  display: block;
}
/* #page-content .c-content-box {
  padding: 24px 30px 24px 30px;
} */
.c-feature .feature-inner {
  padding: 8px !important;
  min-height: 127px;
}
.mh-66vh {
  min-height: 41vh;
}
ul.pagination li:first-child {
  margin-top: 10px;
}
.buyer-detail ul li {
  line-height: 24px;
}
.col-item .price.comInfo h5 {
  padding-left: 0px;
}
/*.directory-menu ul .m-has-submenu .directoryMenuList{
position: absolute;
right: 0;
}*/
.notesboard-btn:hover {
  background: var(--green-color);
  color: #fff;
  /* border-color: #b90019 !important; */
}
.notesboard-btn:focus {
  outline: none !important;
}
.notesboard-btn {
  color: #fff;
  position: relative;
  text-align: center;
  margin-right: 20px;
}
.notesboard-btn .btn-icon {
  background-color: var(--dark-blue-color) !important;
}

.card-prop {
  min-height: 420px;
}
.company-title a {
  font-size: 29px !important;
}
/*loading modal frontend onload start*/
#loadingModal .modal-content-box {
  display: flex;
  margin-bottom: 16px;
  padding: 16px 0px 0px 0px;
  line-height: 1.4em;
  overflow: hidden;
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 3px 6px 12px rgb(0 0 0 / 15%) !important;
}
#loadingModal img.post-list-post {
  height: 187px !important;
  width: 100%;
  border-radius: 9px;
}
#loadingModal .modal-post-image {
  text-align: center;
}
#loadingModal .modal-post-content {
  overflow: hidden;
  height: 88px;
}
#loadingModal .modal-post-content-inner {
  margin-bottom: 24px;
  margin-right: 15px;
}
#loadingModal .modal-post-title {
  font-size: 1.3rem;
}
#loadingModal .modal-post-content-inner .para {
  font-size: 14.5px;
}
#loadingModal .modal-post-footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 30px 0 30px;
  padding: 7px 0 14px 0;
  font-size: 0.875em;
  border-top: 1px solid transparent;
  border-color: #f0f0f0;
}
#loadingModal .modal-content {
  /*border: 1px solid rgb(204 0 0);*/
}
#loadingModal .modal-post-info {
  position: relative;
}
/*loading modal frontend onload end*/
.buy_sell_date {
  margin-right: 15px;
}

.top-header-btn {
  padding: 8px 12px !important;
  margin: 0 !important;
  border-radius: 9px;
  height: 36px;
  color: var(--white-color);
  /* border: none; */
  border: 2px solid;
  vertical-align: middle;
  display: flex;
  align-items: anchor-center;
  font-size: 15px;
  font-weight: 600;
}
.top-header-green-btn {
  /* width: 180px; */
  background-color: var(--green-color);
  margin-right: 10px !important;
}
.my-profile-bg {
  margin-right: 10px !important;
  background: var(--dark-blue-color);
}
.top-header-red-btn {
  /* width: 155px; */
  background-color: var(--red-color);
}

.widget-content .links-footer {
  color: white !important;
}
#loadingModal .accordion-items .accordion-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.loadingmodal .accordion-items .accordion-title:after {
  content: "";
  display: none !important;
  position: absolute;
  top: 13px;
  right: 5px;
  font-size: 0;
}
#loadingModal .loadingmodal .accordion-title {
  padding-left: 0 !important;
  padding: 7px 5px 7px 0;
  text-transform: capitalize;
}
.loadingmodal {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}
#loadingModal .c-content-box {
  box-shadow: none;
}
#loadingModal .modal-body ul {
  padding-left: initial !important;
}
#loadingModal .accordion-items .accordion-content {
  display: none;
  padding-bottom: 12px;
  line-height: 1.4em;
}
.loadingmodal .date-inmodel {
  /*	margin-top: 14px;*/
  font-size: 14px;
  margin-bottom: 0;
  color: #cc0000;
  /*    padding-right: 3px;*/
  font-weight: bold;
  float: right;
}

.modal {
  background: rgba(0, 0, 0, 0.5) !important;
}
.modal-backdrop {
  display: none !important;
}
table tbody > tr:nth-child(even) > td {
  background-color: #fff !important;
}
#galleryModal .carousel-control-next-icon,
#galleryModal .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}
.reg-terms {
  color: #cc0000 !important;
  cursor: pointer;
}
.reg-terms:hover {
  color: blue !important;
}

#loadingModalssImage .modal-body .c-accordion img {
  max-height: 400px;
  display: block;
  margin: 0 auto;
}
