.full-width {
  width: 100%; }

.img-circle {
  border-radius: 100%; }

.img-responsive {
  width: 100%; }

.half-bg {
  background: linear-gradient(#0844BC 50%, #fff 50%); }

.profile img {
  border: 3px solid #fff; }

.d-none {
  display: none !important; }

/* POSITIONS ==================================*/
.fixed {
  position: fixed !important; }

.absolute {
  position: absolute !important; }

.relative {
  position: relative !important; }

/*================================== TYPOGRAPHY ==================================*/
.truncate-1, .truncate-2, .ellipsis-double, .ellipsis-single {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis; }

.truncate-1, .ellipsis-single {
  -webkit-line-clamp: 1; }

.truncate-2, .ellipsis-double {
  -webkit-line-clamp: 2; }

.asteriskField {
  color: #b41f24;
  font-weight: normal !important; }

/* ==============
  Helper Classes
===================*/
.bold {
  font-weight: 700; }

.extra-bold {
  font-weight: 900; }

.p-0 {
  padding: 0px !important; }

.p-5 {
  padding: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.m-auto {
  margin: 0 auto; }

.m-0 {
  margin: 0px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-l-10 {
  margin-left: 10px; }

.m-l-15 {
  margin-left: 15px; }

.m-t-5 {
  margin-top: 5px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.w-xs {
  min-width: 80px; }

.w-sm {
  min-width: 95px; }

.w-md {
  min-width: 110px; }

.w-lg {
  min-width: 140px; }

.m-h-50 {
  min-height: 50px; }

.l-h-34 {
  line-height: 34px; }

.font-light {
  font-weight: 300; }

.wrapper-md {
  padding: 20px; }

.pull-in {
  margin-left: -15px;
  margin-right: -15px; }

.b-0 {
  border: none !important; }

.border {
  border: 1px solid #dddddd !important; }

.no-shadow {
  box-shadow: none !important; }

.bx-shadow {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }

.mx-box-xs {
  max-height: 150px;
  min-height: 150px; }

.mx-box-sm {
  max-height: 150px;
  min-height: 150px; }

.mx-box {
  max-height: 250px;
  min-height: 250px; }

.mx-box-lg {
  max-height: 380px;
  min-height: 380px; }

.mx-box-xl {
  max-height: 650px;
  min-height: 650px; }

.center-vertical {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.thumb-xxl {
  width: 200px !important;
  height: 200px !important; }

.thumb-xl {
  width: 135px !important;
  height: 135px !important; }

.thumb-lg {
  width: 100px !important;
  height: 100px !important; }

.thumb-md {
  width: 70px !important;
  height: 70px !important; }

.thumb-sm {
  height: 45px !important;
  width: 45px !important; }

.thumb-xs {
  height: 25px !important;
  width: 25px !important; }

.thumb-xxs {
  width: 15px !important;
  height: 15px !important; }

/* styles for '...' */
.ellipsis-para {
  overflow: hidden;
  /* hide text if it more than N lines  */
  position: relative;
  /* for set '...' in absolute position */
  max-height: 4.5em;
  /* max-height = line-height (1.2) * lines max number (3) */ }

/* create the ... */
.ellipsis-para:before {
  content: '...';
  /* points in the end */
  position: absolute;
  /* absolute position */
  right: 0;
  /* set position to right bottom corner of block */
  bottom: 0; }

/* hide ... if we have text, which is less than or equal to max lines */
.ellipsis-para:after {
  content: '';
  /* points in the end */
  position: absolute;
  /* absolute position */
  right: 0;
  /* set position to right bottom corner of text */
  width: 1em;
  /* set width and height */
  height: 1em;
  margin-top: 0.2em;
  background: white;
  /* bg color = bg color under block */ }

/*================================== ARROWS ==================================*/
.arrow {
  background: transparent url(../images/arrows.png) no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative; }

.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px; }

.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px; }

.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px; }

.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px; }

.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px; }

.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px; }

.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px; }

.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px; }

/*================================== BACKGROUND IMAGES ==================================*/
.bg-default.bg-quote {
  background-image: url(../images/backgrounds/quote-bg-dark.png);
  background-repeat: no-repeat;
  background-position: 10px 10px; }
.bg-default.bg-calendar {
  background-image: url(../images/backgrounds/calendar-bg-dark.png);
  background-repeat: no-repeat;
  background-position: -60px -10px; }

.bg-calendar {
  background-image: url(../images/backgrounds/calendar-bg.png);
  background-repeat: no-repeat;
  background-position: -60px -10px; }

.bg-quote {
  background-image: url(../images/backgrounds/quote-bg.png);
  background-repeat: no-repeat;
  background-position: -60px -10px; }

.bg-img1 {
  background-image: url(../images/backgrounds/search-bg.png);
  background-repeat: no-repeat;
  background-position: -60px -10px; }

.bg-img2 {
  background-image: url(../images/backgrounds/puzzle-bg-dark.png);
  background-repeat: no-repeat;
  background-position: -60px 0px; }

.bg-img3 {
  background-image: url(../images/backgrounds/briefcase-bg-dark.png);
  background-repeat: no-repeat;
  background-position: -70px 0px; }

.bg-img4 {
  background-image: url(../images/backgrounds/question-bg-dark.png);
  background-repeat: no-repeat;
  background-position: -40px -10px;
  background-size: auto 110%; }

.panel.bg-img1, .panel.bg-img2, .panel.bg-img3, .panel.bg-img4 {
  cursor: pointer; }

/*================================== input button ==================================*/
.fileinput {
  display: inline-block;
  margin-bottom: 9px; }

.fileinput .btn {
  vertical-align: middle; }

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle; }

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr; }

.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle; }

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
  display: none; }

.btn-group-lg > .btn, .btn-lg, .sweet-alert button {
  font-size: 14px !important; }

.d-flex {
  display: flex; }

.align-items-center {
  align-items: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-center {
  justify-content: center; }

.no-caret.dropdown-toggle::after {
  display: none; }

.old_price {
  text-decoration: line-through; }

.promo-price {
  color: #009ee6; }

/*# sourceMappingURL=helper.css.map */
