@charset "UTF-8";
/***********************
Importing Fonts
***********************/
/* Regular *
@font-face {
  font-family: "DIN-NEXT";
  src: url('../fonts/din-next-light.otf') format('truetype');
  font-weight: 300;
}


@font-face {
  font-family: "DIN-NEXT";
  src: url('../fonts/din-next-regular.otf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: "DIN-NEXT";
  src: url('../fonts/din-next-medium.otf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: "DIN-NEXT";
  src: url('../fonts/din-next-bold.otf') format('truetype');
  font-weight: bold;
}
*/
@font-face {
  font-family: "Gulf";
  src: url("../fonts/ArbFONTS-Gulf-bold.ttf") format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: "Gulf";
  src: url("../fonts/ArbFONTS-gulf-Light.ttf") format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: "Gulf";
  src: url("../fonts/ArbFONTS-Gulf-regular.ttf") format('truetype');
  font-weight: normal;
}
/*********************************************************************/
/*** the mixins for all browsers prefixes an complex code to reuse ***/
/********************************************************************/
/*************************************************/
/***           rtl direction          ***/
/*************************************************/
body.rtl {
  direction: rtl;
  font-family: 'Gulf';
}
.rtl {
  /*# sourceMappingURL=bootstrap-rtl.css.map */
}
.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6 {
  font-family: 'Gulf';
  font-weight: 400;
}
.rtl .flip.text-left {
  text-align: right;
}
.rtl .flip.text-right {
  text-align: left;
}
.rtl .list-unstyled {
  padding-right: 0;
  padding-left: initial;
}
.rtl .list-inline {
  padding-right: 0;
  padding-left: initial;
  margin-right: -5px;
  margin-left: 0;
}
.rtl dd {
  margin-right: 0;
  margin-left: initial;
}
@media (min-width: 768px) {
  .rtl .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  .rtl .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}
.rtl blockquote {
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.rtl .blockquote-reverse,
.rtl blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #eeeeee;
  border-right: 0;
  text-align: left;
}
.rtl .col-xs-1,
.rtl .col-sm-1,
.rtl .col-md-1,
.rtl .col-lg-1,
.rtl .col-xs-2,
.rtl .col-sm-2,
.rtl .col-md-2,
.rtl .col-lg-2,
.rtl .col-xs-3,
.rtl .col-sm-3,
.rtl .col-md-3,
.rtl .col-lg-3,
.rtl .col-xs-4,
.rtl .col-sm-4,
.rtl .col-md-4,
.rtl .col-lg-4,
.rtl .col-xs-5,
.rtl .col-sm-5,
.rtl .col-md-5,
.rtl .col-lg-5,
.rtl .col-xs-6,
.rtl .col-sm-6,
.rtl .col-md-6,
.rtl .col-lg-6,
.rtl .col-xs-7,
.rtl .col-sm-7,
.rtl .col-md-7,
.rtl .col-lg-7,
.rtl .col-xs-8,
.rtl .col-sm-8,
.rtl .col-md-8,
.rtl .col-lg-8,
.rtl .col-xs-9,
.rtl .col-sm-9,
.rtl .col-md-9,
.rtl .col-lg-9,
.rtl .col-xs-10,
.rtl .col-sm-10,
.rtl .col-md-10,
.rtl .col-lg-10,
.rtl .col-xs-11,
.rtl .col-sm-11,
.rtl .col-md-11,
.rtl .col-lg-11,
.rtl .col-xs-12,
.rtl .col-sm-12,
.rtl .col-md-12,
.rtl .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.rtl .col-xs-1,
.rtl .col-xs-2,
.rtl .col-xs-3,
.rtl .col-xs-4,
.rtl .col-xs-5,
.rtl .col-xs-6,
.rtl .col-xs-7,
.rtl .col-xs-8,
.rtl .col-xs-9,
.rtl .col-xs-10,
.rtl .col-xs-11,
.rtl .col-xs-12 {
  float: right;
}
.rtl .col-xs-12 {
  width: 100%;
}
.rtl .col-xs-11 {
  width: 91.66666667%;
}
.rtl .col-xs-10 {
  width: 83.33333333%;
}
.rtl .col-xs-9 {
  width: 75%;
}
.rtl .col-xs-8 {
  width: 66.66666667%;
}
.rtl .col-xs-7 {
  width: 58.33333333%;
}
.rtl .col-xs-6 {
  width: 50%;
}
.rtl .col-xs-5 {
  width: 41.66666667%;
}
.rtl .col-xs-4 {
  width: 33.33333333%;
}
.rtl .col-xs-3 {
  width: 25%;
}
.rtl .col-xs-2 {
  width: 16.66666667%;
}
.rtl .col-xs-1 {
  width: 8.33333333%;
}
.rtl .col-xs-pull-12 {
  left: 100%;
  right: auto;
}
.rtl .col-xs-pull-11 {
  left: 91.66666667%;
  right: auto;
}
.rtl .col-xs-pull-10 {
  left: 83.33333333%;
  right: auto;
}
.rtl .col-xs-pull-9 {
  left: 75%;
  right: auto;
}
.rtl .col-xs-pull-8 {
  left: 66.66666667%;
  right: auto;
}
.rtl .col-xs-pull-7 {
  left: 58.33333333%;
  right: auto;
}
.rtl .col-xs-pull-6 {
  left: 50%;
  right: auto;
}
.rtl .col-xs-pull-5 {
  left: 41.66666667%;
  right: auto;
}
.rtl .col-xs-pull-4 {
  left: 33.33333333%;
  right: auto;
}
.rtl .col-xs-pull-3 {
  left: 25%;
  right: auto;
}
.rtl .col-xs-pull-2 {
  left: 16.66666667%;
  right: auto;
}
.rtl .col-xs-pull-1 {
  left: 8.33333333%;
  right: auto;
}
.rtl .col-xs-pull-0 {
  left: auto;
  right: auto;
}
.rtl .col-xs-push-12 {
  right: 100%;
  left: 0;
}
.rtl .col-xs-push-11 {
  right: 91.66666667%;
  left: 0;
}
.rtl .col-xs-push-10 {
  right: 83.33333333%;
  left: 0;
}
.rtl .col-xs-push-9 {
  right: 75%;
  left: 0;
}
.rtl .col-xs-push-8 {
  right: 66.66666667%;
  left: 0;
}
.rtl .col-xs-push-7 {
  right: 58.33333333%;
  left: 0;
}
.rtl .col-xs-push-6 {
  right: 50%;
  left: 0;
}
.rtl .col-xs-push-5 {
  right: 41.66666667%;
  left: 0;
}
.rtl .col-xs-push-4 {
  right: 33.33333333%;
  left: 0;
}
.rtl .col-xs-push-3 {
  right: 25%;
  left: 0;
}
.rtl .col-xs-push-2 {
  right: 16.66666667%;
  left: 0;
}
.rtl .col-xs-push-1 {
  right: 8.33333333%;
  left: 0;
}
.rtl .col-xs-push-0 {
  right: auto;
  left: 0;
}
.rtl .col-xs-offset-12 {
  margin-right: 100%;
  margin-left: 0;
}
.rtl .col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: 0;
}
.rtl .col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: 0;
}
.rtl .col-xs-offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.rtl .col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: 0;
}
.rtl .col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: 0;
}
.rtl .col-xs-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.rtl .col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: 0;
}
.rtl .col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: 0;
}
.rtl .col-xs-offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.rtl .col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: 0;
}
.rtl .col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: 0;
}
.rtl .col-xs-offset-0 {
  margin-right: 0%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .rtl .col-sm-1,
  .rtl .col-sm-2,
  .rtl .col-sm-3,
  .rtl .col-sm-4,
  .rtl .col-sm-5,
  .rtl .col-sm-6,
  .rtl .col-sm-7,
  .rtl .col-sm-8,
  .rtl .col-sm-9,
  .rtl .col-sm-10,
  .rtl .col-sm-11,
  .rtl .col-sm-12 {
    float: right;
  }
  .rtl .col-sm-12 {
    width: 100%;
  }
  .rtl .col-sm-11 {
    width: 91.66666667%;
  }
  .rtl .col-sm-10 {
    width: 83.33333333%;
  }
  .rtl .col-sm-9 {
    width: 75%;
  }
  .rtl .col-sm-8 {
    width: 66.66666667%;
  }
  .rtl .col-sm-7 {
    width: 58.33333333%;
  }
  .rtl .col-sm-6 {
    width: 50%;
  }
  .rtl .col-sm-5 {
    width: 41.66666667%;
  }
  .rtl .col-sm-4 {
    width: 33.33333333%;
  }
  .rtl .col-sm-3 {
    width: 25%;
  }
  .rtl .col-sm-2 {
    width: 16.66666667%;
  }
  .rtl .col-sm-1 {
    width: 8.33333333%;
  }
  .rtl .col-sm-pull-12 {
    left: 100%;
    right: auto;
  }
  .rtl .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .rtl .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .rtl .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }
  .rtl .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .rtl .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .rtl .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }
  .rtl .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .rtl .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .rtl .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }
  .rtl .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .rtl .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .rtl .col-sm-pull-0 {
    left: auto;
    right: auto;
  }
  .rtl .col-sm-push-12 {
    right: 100%;
    left: 0;
  }
  .rtl .col-sm-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .rtl .col-sm-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .rtl .col-sm-push-9 {
    right: 75%;
    left: 0;
  }
  .rtl .col-sm-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .rtl .col-sm-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .rtl .col-sm-push-6 {
    right: 50%;
    left: 0;
  }
  .rtl .col-sm-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .rtl .col-sm-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .rtl .col-sm-push-3 {
    right: 25%;
    left: 0;
  }
  .rtl .col-sm-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .rtl .col-sm-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .rtl .col-sm-push-0 {
    right: auto;
    left: 0;
  }
  .rtl .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .rtl .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .rtl .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .rtl .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .rtl .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .rtl .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .rtl .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .rtl .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .rtl .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .rtl .col-sm-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .rtl .col-md-1,
  .rtl .col-md-2,
  .rtl .col-md-3,
  .rtl .col-md-4,
  .rtl .col-md-5,
  .rtl .col-md-6,
  .rtl .col-md-7,
  .rtl .col-md-8,
  .rtl .col-md-9,
  .rtl .col-md-10,
  .rtl .col-md-11,
  .rtl .col-md-12 {
    float: right;
  }
  .rtl .col-md-12 {
    width: 100%;
  }
  .rtl .col-md-11 {
    width: 91.66666667%;
  }
  .rtl .col-md-10 {
    width: 83.33333333%;
  }
  .rtl .col-md-9 {
    width: 75%;
  }
  .rtl .col-md-8 {
    width: 66.66666667%;
  }
  .rtl .col-md-7 {
    width: 58.33333333%;
  }
  .rtl .col-md-6 {
    width: 50%;
  }
  .rtl .col-md-5 {
    width: 41.66666667%;
  }
  .rtl .col-md-4 {
    width: 33.33333333%;
  }
  .rtl .col-md-3 {
    width: 25%;
  }
  .rtl .col-md-2 {
    width: 16.66666667%;
  }
  .rtl .col-md-1 {
    width: 8.33333333%;
  }
  .rtl .col-md-pull-12 {
    left: 100%;
    right: auto;
  }
  .rtl .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .rtl .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .rtl .col-md-pull-9 {
    left: 75%;
    right: auto;
  }
  .rtl .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .rtl .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .rtl .col-md-pull-6 {
    left: 50%;
    right: auto;
  }
  .rtl .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .rtl .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .rtl .col-md-pull-3 {
    left: 25%;
    right: auto;
  }
  .rtl .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .rtl .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .rtl .col-md-pull-0 {
    left: auto;
    right: auto;
  }
  .rtl .col-md-push-12 {
    right: 100%;
    left: 0;
  }
  .rtl .col-md-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .rtl .col-md-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .rtl .col-md-push-9 {
    right: 75%;
    left: 0;
  }
  .rtl .col-md-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .rtl .col-md-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .rtl .col-md-push-6 {
    right: 50%;
    left: 0;
  }
  .rtl .col-md-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .rtl .col-md-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .rtl .col-md-push-3 {
    right: 25%;
    left: 0;
  }
  .rtl .col-md-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .rtl .col-md-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .rtl .col-md-push-0 {
    right: auto;
    left: 0;
  }
  .rtl .col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .rtl .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .rtl .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .rtl .col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .rtl .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .rtl .col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .rtl .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .rtl .col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .rtl .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .rtl .col-md-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .rtl .col-lg-1,
  .rtl .col-lg-2,
  .rtl .col-lg-3,
  .rtl .col-lg-4,
  .rtl .col-lg-5,
  .rtl .col-lg-6,
  .rtl .col-lg-7,
  .rtl .col-lg-8,
  .rtl .col-lg-9,
  .rtl .col-lg-10,
  .rtl .col-lg-11,
  .rtl .col-lg-12 {
    float: right;
  }
  .rtl .col-lg-12 {
    width: 100%;
  }
  .rtl .col-lg-11 {
    width: 91.66666667%;
  }
  .rtl .col-lg-10 {
    width: 83.33333333%;
  }
  .rtl .col-lg-9 {
    width: 75%;
  }
  .rtl .col-lg-8 {
    width: 66.66666667%;
  }
  .rtl .col-lg-7 {
    width: 58.33333333%;
  }
  .rtl .col-lg-6 {
    width: 50%;
  }
  .rtl .col-lg-5 {
    width: 41.66666667%;
  }
  .rtl .col-lg-4 {
    width: 33.33333333%;
  }
  .rtl .col-lg-3 {
    width: 25%;
  }
  .rtl .col-lg-2 {
    width: 16.66666667%;
  }
  .rtl .col-lg-1 {
    width: 8.33333333%;
  }
  .rtl .col-lg-pull-12 {
    left: 100%;
    right: auto;
  }
  .rtl .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  .rtl .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  .rtl .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }
  .rtl .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  .rtl .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  .rtl .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }
  .rtl .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  .rtl .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  .rtl .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }
  .rtl .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  .rtl .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  .rtl .col-lg-pull-0 {
    left: auto;
    right: auto;
  }
  .rtl .col-lg-push-12 {
    right: 100%;
    left: 0;
  }
  .rtl .col-lg-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  .rtl .col-lg-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  .rtl .col-lg-push-9 {
    right: 75%;
    left: 0;
  }
  .rtl .col-lg-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  .rtl .col-lg-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  .rtl .col-lg-push-6 {
    right: 50%;
    left: 0;
  }
  .rtl .col-lg-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  .rtl .col-lg-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  .rtl .col-lg-push-3 {
    right: 25%;
    left: 0;
  }
  .rtl .col-lg-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  .rtl .col-lg-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  .rtl .col-lg-push-0 {
    right: auto;
    left: 0;
  }
  .rtl .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  .rtl .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  .rtl .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  .rtl .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  .rtl .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  .rtl .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  .rtl .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  .rtl .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  .rtl .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  .rtl .col-lg-offset-0 {
    margin-right: 0%;
    margin-left: 0;
  }
}
.rtl caption {
  text-align: right;
}
.rtl th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .rtl .table-responsive > .table-bordered {
    border: 0;
  }
  .rtl .table-responsive > .table-bordered > thead > tr > th:first-child,
  .rtl .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .rtl .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .rtl .table-responsive > .table-bordered > thead > tr > td:first-child,
  .rtl .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .rtl .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: initial;
  }
  .rtl .table-responsive > .table-bordered > thead > tr > th:last-child,
  .rtl .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .rtl .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .rtl .table-responsive > .table-bordered > thead > tr > td:last-child,
  .rtl .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .rtl .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
    border-right: initial;
  }
}
.rtl .radio label,
.rtl .checkbox label {
  padding-right: 20px;
  padding-left: initial;
}
.rtl .radio input[type="radio"],
.rtl .radio-inline input[type="radio"],
.rtl .checkbox input[type="checkbox"],
.rtl .checkbox-inline input[type="checkbox"] {
  margin-right: -20px;
  margin-left: auto;
}
.rtl .radio-inline,
.rtl .checkbox-inline {
  padding-right: 20px;
  padding-left: 0;
}
.rtl .radio-inline + .radio-inline,
.rtl .checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
.rtl .has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: 12px;
}
.rtl .form-control-feedback {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .rtl .form-inline label {
    padding-right: 0;
    padding-left: initial;
  }
  .rtl .form-inline .radio input[type="radio"],
  .rtl .form-inline .checkbox input[type="checkbox"] {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .rtl .form-horizontal .control-label {
    text-align: left;
  }
}
.rtl .form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
  right: auto;
}
.rtl .caret {
  margin-right: 2px;
  margin-left: 0;
}
.rtl .dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  text-align: right;
}
.rtl .dropdown-menu.pull-right {
  left: 0;
  right: auto;
  float: right;
}
.rtl .dropdown-menu-right {
  left: auto;
  right: 0;
}
.rtl .dropdown-menu-left {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .rtl .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .rtl .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.rtl .btn-group > .btn,
.rtl .btn-group-vertical > .btn {
  float: right;
}
.rtl .btn-group .btn + .btn,
.rtl .btn-group .btn + .btn-group,
.rtl .btn-group .btn-group + .btn,
.rtl .btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: 0px;
}
.rtl .btn-toolbar {
  margin-right: -5px;
  margin-left: 0px;
}
.rtl .btn-toolbar .btn-group,
.rtl .btn-toolbar .input-group {
  float: right;
}
.rtl .btn-toolbar > .btn,
.rtl .btn-toolbar > .btn-group,
.rtl .btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: 0px;
}
.rtl .btn-group > .btn:first-child {
  margin-right: 0;
}
.rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.rtl .btn-group > .btn:last-child:not(:first-child),
.rtl .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.rtl .btn-group > .btn-group {
  float: right;
}
.rtl .btn-group.btn-group-justified > .btn,
.rtl .btn-group.btn-group-justified > .btn-group {
  float: none;
}
.rtl .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.rtl .btn-group > .btn-group:first-child > .btn:last-child,
.rtl .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.rtl .btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.rtl .btn .caret {
  margin-right: 0;
}
.rtl .btn-group-vertical > .btn + .btn,
.rtl .btn-group-vertical > .btn + .btn-group,
.rtl .btn-group-vertical > .btn-group + .btn,
.rtl .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}
.rtl .input-group .form-control {
  float: right;
}
.rtl .input-group .form-control:first-child,
.rtl .input-group-addon:first-child,
.rtl .input-group-btn:first-child > .btn,
.rtl .input-group-btn:first-child > .btn-group > .btn,
.rtl .input-group-btn:first-child > .dropdown-toggle,
.rtl .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.rtl .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.rtl .input-group-addon:first-child {
  border-left: 0px;
  border-right: 1px solid;
}
.rtl .input-group .form-control:last-child,
.rtl .input-group-addon:last-child,
.rtl .input-group-btn:last-child > .btn,
.rtl .input-group-btn:last-child > .btn-group > .btn,
.rtl .input-group-btn:last-child > .dropdown-toggle,
.rtl .input-group-btn:first-child > .btn:not(:first-child),
.rtl .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.rtl .input-group-addon:last-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-right: 0px;
}
.rtl .input-group-btn > .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.rtl .input-group-btn:first-child > .btn,
.rtl .input-group-btn:first-child > .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
.rtl .input-group-btn:last-child > .btn,
.rtl .input-group-btn:last-child > .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
.rtl .nav {
  padding-right: 0;
  padding-left: initial;
}
.rtl .nav-tabs > li {
  float: right;
}
.rtl .nav-tabs > li > a {
  margin-left: auto;
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
}
.rtl .nav-pills > li {
  float: right;
}
.rtl .nav-pills > li > a {
  border-radius: 4px;
}
.rtl .nav-pills > li + li {
  margin-right: 2px;
  margin-left: auto;
}
.rtl .nav-stacked > li {
  float: none;
}
.rtl .nav-stacked > li + li {
  margin-right: 0;
  margin-left: auto;
}
.rtl .nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
.rtl .nav-tabs-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .rtl .nav-tabs-justified > li > a {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 768px) {
  .rtl .navbar-header {
    float: right;
  }
}
.rtl .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
.rtl .navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  .rtl .navbar > .container .navbar-brand,
  .rtl .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
    margin-left: auto;
  }
}
.rtl .navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .rtl .navbar-nav .open .dropdown-menu > li > a,
  .rtl .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  .rtl .navbar-nav {
    float: right;
  }
  .rtl .navbar-right {
    float: left !important;
  }
  .rtl .navbar-left {
    float: right !important;
  }
  .rtl .navbar-nav > li {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .rtl .navbar-left.flip {
    float: right !important;
  }
  .rtl .navbar-right:last-child {
    margin-left: -15px;
    margin-right: auto;
  }
  .rtl .navbar-right.flip {
    float: left !important;
    margin-left: -15px;
    margin-right: auto;
  }
  .rtl .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .rtl .navbar-text {
    float: right;
  }
  .rtl .navbar-text.navbar-right:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
.rtl .pagination {
  padding-right: 0;
}
.rtl .pagination > li > a,
.rtl .pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: 0px;
}
.rtl .pagination > li:first-child > a,
.rtl .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.rtl .pagination > li:last-child > a,
.rtl .pagination > li:last-child > span {
  margin-right: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.rtl .pager {
  padding-right: 0;
  padding-left: initial;
}
.rtl .pager .next > a,
.rtl .pager .next > span {
  float: left;
}
.rtl .pager .previous > a,
.rtl .pager .previous > span {
  float: right;
}
.rtl .nav-pills > li > a > .badge {
  margin-left: 0px;
  margin-right: 3px;
}
.rtl .list-group-item > .badge {
  float: left;
}
.rtl .list-group-item > .badge + .badge {
  margin-left: 5px;
  margin-right: auto;
}
.rtl .alert-dismissable,
.rtl .alert-dismissible {
  padding-left: 35px;
  padding-right: 15px;
}
.rtl .alert-dismissable .close,
.rtl .alert-dismissible .close {
  right: auto;
  left: -21px;
}
.rtl .progress-bar {
  float: right;
}
.rtl .media > .pull-left {
  margin-right: 10px;
}
.rtl .media > .pull-left.flip {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .media > .pull-right {
  margin-left: 10px;
}
.rtl .media > .pull-right.flip {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .media-right,
.rtl .media > .pull-right {
  padding-right: 10px;
  padding-left: initial;
}
.rtl .media-left,
.rtl .media > .pull-left {
  padding-left: 10px;
  padding-right: initial;
}
.rtl .media-list {
  padding-right: 0;
  padding-left: initial;
  list-style: none;
}
.rtl .list-group {
  padding-right: 0;
  padding-left: initial;
}
.rtl .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.rtl .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.rtl .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.rtl .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}
.rtl .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.rtl .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.rtl .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.rtl .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
.rtl .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.rtl .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.rtl .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.rtl .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
.rtl .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.rtl .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.rtl .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.rtl .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
}
.rtl .panel > .table-bordered > thead > tr > th:first-child,
.rtl .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.rtl .panel > .table-bordered > tbody > tr > th:first-child,
.rtl .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.rtl .panel > .table-bordered > tfoot > tr > th:first-child,
.rtl .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.rtl .panel > .table-bordered > thead > tr > td:first-child,
.rtl .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.rtl .panel > .table-bordered > tbody > tr > td:first-child,
.rtl .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.rtl .panel > .table-bordered > tfoot > tr > td:first-child,
.rtl .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
  border-left: none;
}
.rtl .panel > .table-bordered > thead > tr > th:last-child,
.rtl .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.rtl .panel > .table-bordered > tbody > tr > th:last-child,
.rtl .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.rtl .panel > .table-bordered > tfoot > tr > th:last-child,
.rtl .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.rtl .panel > .table-bordered > thead > tr > td:last-child,
.rtl .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.rtl .panel > .table-bordered > tbody > tr > td:last-child,
.rtl .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.rtl .panel > .table-bordered > tfoot > tr > td:last-child,
.rtl .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: none;
  border-left: 0;
}
.rtl .embed-responsive .embed-responsive-item,
.rtl .embed-responsive iframe,
.rtl .embed-responsive embed,
.rtl .embed-responsive object {
  right: 0;
  left: auto;
}
.rtl .close {
  float: left;
}
.rtl .modal-footer {
  text-align: left;
}
.rtl .modal-footer.flip {
  text-align: right;
}
.rtl .modal-footer .btn + .btn {
  margin-left: auto;
  margin-right: 5px;
}
.rtl .modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
.rtl .modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: auto;
}
.rtl .popover {
  left: auto;
  text-align: right;
}
.rtl .popover.top > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.rtl .popover.top > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.rtl .popover.bottom > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
.rtl .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
.rtl .carousel-control {
  right: 0;
  bottom: 0;
}
.rtl .carousel-control.left {
  right: auto;
  left: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.rtl .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.rtl .carousel-control .icon-prev,
.rtl .carousel-control .glyphicon-chevron-left {
  left: 50%;
  right: auto;
  margin-right: -10px;
}
.rtl .carousel-control .icon-next,
.rtl .carousel-control .glyphicon-chevron-right {
  right: 50%;
  left: auto;
  margin-left: -10px;
}
.rtl .carousel-indicators {
  right: 50%;
  left: 0;
  margin-right: -30%;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .rtl .carousel-control .glyphicon-chevron-left,
  .rtl .carousel-control .icon-prev {
    margin-left: 0;
    margin-right: -15px;
  }
  .rtl .carousel-control .glyphicon-chevron-right,
  .rtl .carousel-control .icon-next {
    margin-left: 0;
    margin-right: -15px;
  }
  .rtl .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
.rtl .pull-right.flip {
  float: left !important;
}
.rtl .pull-left.flip {
  float: right !important;
}
/*!
 *  Font Awesome 4.7.0 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.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#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: .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.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .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: #ffffff;
}
.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";
}
.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";
}
.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: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";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ffff00;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000!important;
    text-shadow: none!important;
    background: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000000 !important;
  }
  .label {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dddddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ffffff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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;
}
[role=button] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #cccccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right!important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.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 {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
  width: 100% !important;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../../assets/images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: 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;
  background-size: cover;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100% !important;
  width: 100% !important;
}
.owl-carousel .owl-video-frame iframe {
  width: 100% !important;
  height: 100% !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-right: -10px;
  padding: 2px 0 8px 0;
  margin: -2px 0 -8px 0;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.rtl .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  margin: 0 5px;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url("../../assets/images/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format('embedded-opentype'), url("../fonts/slick.woff") format('woff'), url("../fonts/slick.ttf") format('truetype'), url("../fonts/slick.svg#slick") format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*****************************************************/
/*** the general classes that helps in coding ***/
/*****************************************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'open-sans';
  color: #172b5e;
  background-color: #ffffff;
  position: relative;
}
#wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.sticky-footer {
  color: #999999;
  background-color: #f9f9f9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.sticky-footer ul {
  padding-left: 15px;
  padding-right: 15px;
}
.sticky-footer ul > li > a {
  color: #999999;
  font-size: 12px;
  display: inline-block;
  line-height: 1.4285;
  text-decoration: none;
}
.sticky-footer ul > li > a i {
  vertical-align: middle;
  line-height: 1;
}
.sticky-footer ul > li > a .icon-youtube.icon-lg {
  font-size: 28px;
  margin-top: -3px;
  display: inline-block;
}
.sticky-footer ul > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'open-san';
  font-weight: 400;
  color: #3b6fe8;
}
.sticky-footer hr {
  border-color: rgba(153, 153, 153, 0.4);
}
.sticky-footer h4 {
  color: #ffffff;
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.align-middle {
  vertical-align: middle;
}
.align-center {
  margin-left: auto;
  margin-right: auto;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.display-table {
  display: table;
}
.align-middle {
  vertical-align: middle;
}
.display-table > .align-middle {
  display: table-cell;
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .text-right-xs {
    text-align: right !important;
  }
}
.normal-weight {
  font-weight: normal;
}
.light-weight {
  font-weight: 300;
}
.bold-weight {
  font-weight: 600;
}
.font-head {
  font-family: 'open-san';
}
.font-body {
  font-family: 'open-sans';
}
.strong {
  font-size: 21px;
}
.strong-sm {
  font-size: 18px;
}
.strong-md {
  font-size: 24px;
  line-height: 1.25;
}
.strong-lg {
  font-size: 30px;
  line-height: 1.34;
}
.block-inline {
  display: inline-block;
}
.block {
  display: block ;
}
.align-center {
  margin-left: auto;
  margin-right: auto;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.no-border {
  border: none !important;
}
.bordered {
  border: 1px solid transparent;
}
.bordered-right {
  border-right: 1px solid transparent;
}
.bordered-left {
  border-left: 1px solid transparent;
}
.bordered-top {
  border-top: 1px solid transparent;
}
.bordered-bottom {
  border-bottom: 1px solid transparent;
}
.bordered-primary {
  border-color: #586c92;
}
.bordered-success {
  border-color: #035e53;
}
.bordered-info {
  border-color: #586c92;
}
.bordered-info-alt {
  border-color: #035e53;
}
.bordered-warning {
  border-color: #d98136;
}
.bordered-danger {
  border-color: #7d3e37;
}
.bordered-white {
  border-color: #ffffff;
}
.bordered-default {
  border-color: #e0e0e0;
}
.bordered-default-alt {
  border-color: #e0e0e0;
}
.bordered-md {
  border-width: 3px;
}
.bordered-lg {
  border-width: 5px;
}
.bordered-xlg {
  border-width: 20px;
}
.bordered-bottom-md {
  border-bottom-width: 3px;
}
.btn-gary {
  height: 20px;
  width: 20px;
  background-color: #a9a9a9;
  color: #ffffff;
  padding: 0;
  text-align: center;
}
.no-radius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.no-overflow {
  overflow: hidden;
}
.no-float {
  float: none;
}
.no-padding {
  padding: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.no-padding-left {
  padding-left: 0;
}
.padding {
  padding: 10px;
}
.padding-2 {
  padding: 2px;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px ;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-top-15 {
  padding-top: 15px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-left-25 {
  padding-left: 25px;
}
.padding-right-25 {
  padding-right: 25px;
}
.padding-top-25 {
  padding-top: 25px;
}
.padding-bottom-25 {
  padding-bottom: 25px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-top-60 {
  padding-top: 60px ;
}
.padding-top-70 {
  padding-top: 70px;
}
.col-no-padding {
  padding: 0 !important;
}
.col-padding-1 {
  padding: 0 1px !important;
}
.col-padding-2 {
  padding: 0 2px !important;
}
.col-padding-3 {
  padding: 0 3px !important;
}
.col-padding-4 {
  padding: 0 4px !important;
}
.col-padding-5 {
  padding: 0 5px !important;
}
.col-padding-6 {
  padding: 0 6px !important;
}
.col-padding-7 {
  padding: 0 7px !important;
}
.col-padding-8 {
  padding: 0 8px !important;
}
.col-padding-9 {
  padding: 0 9px !important;
}
.col-padding-10 {
  padding: 0 10px !important;
}
.no-margin {
  margin: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin-left {
  margin-left: 0;
}
.margin {
  margin: 10px;
}
.margin-5 {
  margin: 5px;
}
.margin-10 {
  margin: 10px;
}
.margin-15 {
  margin: 15px;
}
.margin-20 {
  margin: 20px;
}
.margin-25 {
  margin: 25px;
}
.margin-30 {
  margin: 30px ;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-right-15 {
  margin-right: 15px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-right-25 {
  margin-right: 25px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.text-primary {
  color: #0b0e13;
}
.text-success {
  color: #000000;
}
.text-info {
  color: #172b5e;
}
.text-warning {
  color: #38200b;
}
.text-danger {
  color: dakken(#a05047, 50%);
}
.text-default {
  color: #999999;
}
.text-default-alt {
  color: #999999;
}
.text-inverse {
  color: #000000;
}
.text-white {
  color: #999999;
}
.bg-default {
  background-color: #dddddd;
}
.bg-default-alt {
  background-color: #ececec;
}
.bg-primary {
  background-color: #7386aa;
}
.bg-success {
  background-color: #058f7f;
}
.bg-warning {
  background-color: #e19c61;
}
.bg-danger {
  background-color: #a05047;
}
.bg-info {
  background-color: #7386aa;
}
.bg-info-alt {
  background-color: #058f7f;
}
.bg-white {
  background-color: #ffffff;
}
.bg-gary {
  background-color: #f9f9f9;
}
.bg-inverse {
  background-color: #5f6465;
}
.fb-bg {
  background-color: #3b5998;
}
.tw-bg {
  background-color: #56a3d9;
}
.yt-bg {
  background-color: #bf221f;
}
.gp-bg {
  background-color: #dd4b39;
}
.lin-bg {
  background-color: #1e88c9;
}
.img-container {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.img-container-xs {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.img-container-sm {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.img-container-md {
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
.img-container-lg {
  width: 80px;
  height: 80px;
  vertical-align: middle;
}
.icon-pos-left {
  margin-right: 5px;
}
.icon-pos-right {
  margin-left: 5px;
}
.icon-pos-left-7 {
  margin-right: 7px;
}
.icon-pos-right-7 {
  margin-left: 7px;
}
/*****************************************************/
/*** general-styles rtl ***/
/*****************************************************/
.rtl .bordered-right {
  border-left: 1px solid transparent;
  border-right: none;
}
.rtl .bordered-left {
  border-right: 1px solid transparent;
  border-left: none;
}
.rtl .bordered-md {
  border-width: 3px;
}
.rtl .bordered-lg {
  border-width: 5px;
}
.rtl .bordered-xlg {
  border-width: 20px;
}
.rtl .bordered-bottom-md {
  border-bottom-width: 3px;
}
.rtl .bordered-primary {
  border-color: #586c92;
}
.rtl .bordered-success {
  border-color: #035e53;
}
.rtl .bordered-info {
  border-color: #586c92;
}
.rtl .bordered-info-alt {
  border-color: #035e53;
}
.rtl .bordered-warning {
  border-color: #d98136;
}
.rtl .bordered-danger {
  border-color: #7d3e37;
}
.rtl .bordered-white {
  border-color: #ffffff;
}
.rtl .bordered-default {
  border-color: #e0e0e0;
}
.rtl .bordered-default-alt {
  border-color: #e0e0e0;
}
.rtl .padding-left {
  padding-right: 10px;
  padding-left: 0;
}
.rtl .padding-right {
  padding-left: 10px;
  padding-right: 0;
}
.rtl .padding-left.padding-right {
  padding-left: 10px;
  padding-right: 10px;
}
.rtl .padding-left-xs {
  padding-left: 0px;
  padding-right: 2px;
}
.rtl .padding-right-xs {
  padding-right: 0px;
  padding-left: 2px;
}
.rtl .padding-left-xs.padding-right-xs {
  padding-right: 2px;
  padding-left: 2px;
}
.rtl .padding-left-sm {
  padding-right: 5px;
  padding-left: 0;
}
.rtl .padding-right-sm {
  padding-left: 5px;
  padding-right: 0;
}
.rtl .padding-left-sm.padding-right-sm {
  padding-left: 5px;
  padding-right: 5px;
}
.rtl .padding-left-md {
  padding-right: 15px;
  padding-left: 0;
}
.rtl .padding-right-md {
  padding-left: 15px;
  padding-right: 0;
}
.rtl .padding-left-md.padding-right-md {
  padding-right: 15px;
  padding-left: 15px;
}
.rtl .padding-left-lg {
  padding-right: 30px;
  padding-left: 0;
}
.rtl .padding-right-lg {
  padding-left: 30px;
  padding-right: 0;
}
.rtl .padding-left-lg.padding-right-lg {
  padding-left: 30px;
  padding-right: 30px;
}
.rtl .margin-left {
  margin-right: 10px;
  margin-left: 0;
}
.rtl .margin-right {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .margin-left.margin-right {
  margin-right: 10px;
  margin-left: 10px;
}
.rtl .margin-left-sm {
  margin-right: 5px;
  margin-left: 0;
}
.rtl .margin-right-sm {
  margin-left: 5px;
  margin-right: 0;
}
.rtl .margin-left-sm.margin-right-sm {
  margin-left: 5px;
  margin-right: 5px;
}
.rtl .margin-left-md {
  margin-right: 15px;
  margin-left: 0;
}
.rtl .margin-right-md {
  margin-left: 15px;
  margin-right: 0;
}
.rtl .margin-left-md.margin-right-md {
  margin-left: 15px;
  margin-right: 15px;
}
.rtl .margin-left-lg {
  margin-right: 30px;
  margin-left: 0;
}
.rtl .margin-right-lg {
  margin-left: 30px;
  margin-right: 0;
}
.rtl .margin-left-lg.margin-right-lg {
  margin-left: 30px;
  margin-right: 30px;
}
.rtl .icon-pos-left {
  margin-right: auto;
  margin-left: 5px;
}
.rtl .icon-pos-right {
  margin-left: auto;
  margin-right: 5px;
}
.rtl .icon-pos-left.icon-pos-right {
  margin-left: 5px;
  margin-right: 5px;
}
.notification-menu ul::-webkit-scrollbar {
  width: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.notification-menu ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #058f7f;
}
.notification-menu ul::-webkit-scrollbar-thumb {
  background-color: #058f7f;
  outline: 1px solid slategrey;
}
.main__header {
  position: relative;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
}
.main-nav {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 9999;
  background: transparent;
}
.main-nav .navbar-brand {
  height: auto;
  padding: 0;
}
.main-nav .navbar-brand img {
  height: 90px;
}
.main-nav .navbar-brand .scrolled-logo {
  display: none;
}
.main-nav .nav.navbar-nav {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.main-nav .nav.navbar-nav li a {
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  position: relative;
  padding: 15px 10px;
}
.main-nav .nav.navbar-nav li a.active {
  color: #e19c61;
}
.main-nav .nav.navbar-nav li a .fa {
  margin: 0 5px;
}
.main-nav .nav.navbar-nav li.dropdown .dropdown-toggle .fa {
  margin: 0 5px;
}
.main-nav .nav.navbar-nav li.dropdown .dropdown-toggle .media .media-left img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: 1px solid #fff;
}
.main-nav .nav.navbar-nav li.dropdown .dropdown-toggle .media .media-body {
  width: auto;
  vertical-align: middle;
}
.main-nav .nav.navbar-nav li.dropdown .dropdown-menu {
  padding: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border: none !important;
  background: #054340;
}
.main-nav .nav.navbar-nav li.dropdown .dropdown-menu li a {
  font-size: 14px;
  padding: 7px;
  color: #e19c61;
  font-weight: normal;
}
.main-nav .nav.navbar-nav li.dropdown.user-menu .dropdown-toggle {
  padding: 0;
}
.main-nav .nav.navbar-nav li.notifi-menu .btn {
  background: transparent;
  color: #fff;
  padding: 0;
  outline: none;
}
.main-nav .nav.navbar-nav li.notifi-menu .badge {
  display: inline-flex;
  background: red;
  color: #fff;
  margin: 0 5px;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu {
  background: #054340;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu li a {
  display: block;
  padding: 7px;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu li a:hover {
  text-decoration: none;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu {
  left: 0;
  right: 0;
  min-width: 300px;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu ul {
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 400px;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu ul li {
  color: #fff;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu ul li p {
  color: #fff;
  padding: 7px;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu ul li a {
  padding: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu ul li a .notification-item h5 {
  color: #e19c61;
  font-size: 16px;
  margin: 0 0 10px;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu ul li a .notification-item p {
  color: #fff;
  white-space: normal;
  font-size: 12px;
  line-height: 22px;
  height: 45px;
  overflow: hidden;
  padding: 0;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu ul li a .notification-item span {
  font-size: 12px;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu ul li a .notification-item span i {
  margin: 0 5px;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu ul li a:hover,
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu ul li a:focus {
  background: transparent;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu ul li a:hover .notification-item span,
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu ul li a:focus .notification-item span {
  color: #fff;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu ul li:last-child a {
  border: 0;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu .more-noti {
  text-align: center;
  padding: 7px;
  background: #053432;
}
.main-nav .nav.navbar-nav li.notifi-menu .dropdown-menu.notification-menu .more-noti a {
  color: #fff;
}
.main-nav .nav.navbar-nav.navbar-left {
  margin-left: 40px;
}
.main-nav .nav.navbar-nav.navbar-right {
  position: relative;
}
.main-nav .nav.navbar-nav.navbar-right:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 10px;
  width: 1px;
  height: 30px;
  background: #fff;
}
.main-nav.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
  background: #fff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 50px;
}
.main-nav.affix .navbar-brand .default-logo {
  display: none;
}
.main-nav.affix .navbar-brand .scrolled-logo {
  display: block;
}
.main-nav.affix .nav.navbar-nav li a {
  color: #000;
}
.main-nav.affix .nav.navbar-nav li a:after {
  bottom: 0;
}
.main-nav.affix .nav.navbar-nav li.active a {
  color: #e19c61;
}
.main-nav.affix .nav.navbar-nav.navbar-right:before {
  background: #058f7f;
}
.main-nav.inner-nav {
  background: transparent;
  position: relative;
  z-index: 22;
  border: none !important;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.main-nav.inner-nav .nav.navbar-nav li a {
  color: #055f5a;
}
.main-nav.inner-nav .nav.navbar-nav li.dropdown .dropdown-menu li a {
  font-weight: normal;
}
.main-nav.inner-nav .nav.navbar-nav.navbar-right:before {
  background: #058f7f;
}
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
.dropdown-menu {
  opacity: .3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  display: block;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: -2px;
  left: 100% !important;
  margin-left: -1px;
}
.dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 5px;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #e19c61;
}
.dropdown-submenu > a:hover::after {
  color: #058f7f;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  right: -100%;
  margin-right: 10px;
}
.rtl .main-nav .nav.navbar-nav.navbar-left {
  margin-right: 50px;
  margin-left: 0;
}
.rtl .main-nav .nav.navbar-nav.navbar-right:before {
  right: -10px;
  left: auto;
}
.rtl .dropdown-submenu > .dropdown-menu {
  right: 100% !important;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
}
.rtl .dropdown-submenu > a:after {
  content: "\f104";
  left: 10px;
  right: auto;
}
.rtl .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  right: auto;
  margin-left: 10px;
  margin-right: 0;
}
.login-page {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url("../../assets/images/login-bg.png") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}
.login-page .row {
  display: flex;
  align-items: center;
}
.login-page .login-logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.login-page .login-logo img {
  height: 110px;
  display: inline-flex;
}
.login-page .back-to-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-page .back-to-home .login-title {
  color: #a05047;
  font-weight: bold;
  margin: 0;
  font-size: 26px;
  text-align: center;
}
.login-page .back-to-home a {
  color: #e19c61;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
}
.login-page .back-to-home a i {
  margin: 0 5px;
}
.login-page .login-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.login-page .login-form {
  margin-top: 30px;
}
.login-page .login-form .form-group .form-control {
  height: 40px;
  background: #fff;
}
.login-page .login-form .form-group .btn {
  border: none !important;
  outline: none;
  height: 45px;
  background: #058f7f;
  text-transform: capitalize;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-page .login-form .form-group .btn:hover {
  background: #e19c61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-page .login-form .form-group .btn i {
  margin: 0 7px;
}
.login-page .login-form .form-group.has-feedback .form-control {
  padding-left: 35px;
  padding-right: 6px;
}
.login-page .login-form .form-group.has-feedback .form-control-feedback {
  left: 0;
  height: 40px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e19c61;
}
.login-page .login-with {
  margin-bottom: 20px;
}
.login-page .login-with h4 {
  text-align: center;
  color: #058f7f;
  margin: 0 0 15px;
}
.login-page .login-with .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page .login-with .social-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 5px;
  color: #fff;
}
.login-page .login-with .social-btns a i {
  margin: 0 7px;
}
.login-page .create-account p {
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  font-weight: normal;
  color: #058f7f;
}
.login-page .create-account p a {
  color: #a05047;
  text-decoration: underline;
}
.login-page .forget-pass a {
  color: #548bf3;
  font-size: 16px;
  text-transform: capitalize;
}
.login-page .jumbotron {
  height: auto;
  margin: 0;
  background: #fff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  padding: 40px;
}
.login-alert {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  z-index: 99;
  text-align: center;
}
.login-alert p {
  color: #333;
  font-size: 16px;
}
.login-alert p a {
  color: #a05047;
  text-decoration: underline;
}
.help-block {
  color: red;
}
.rtl .login-page .login-form .form-group .form-control {
  direction: ltr;
  text-align: right;
}
.rtl .login-page .login-form .form-group.has-feedback .form-control {
  padding-right: 35px;
  padding-left: 6px;
}
.rtl .login-page .login-form .form-group.has-feedback .form-control-feedback {
  right: 0;
  left: auto;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  position: relative;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
header.is-fixed {
  position: fixed;
}
#cd-logo {
  display: block;
  float: left;
  margin: 12px 0 0 20px;
}
#cd-logo img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 22px 0 0 30px;
  }
}
#cd-top-nav {
  position: absolute;
  top: 0;
  right: 120px;
  height: 100%;
  display: none;
}
#cd-top-nav ul {
  height: 100%;
  padding-top: 18px;
}
#cd-top-nav li {
  display: inline-block;
  margin-right: 1em;
}
#cd-top-nav a {
  display: inline-block;
  padding: .5em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}
#cd-top-nav a.current {
  background-color: #242e30;
}
.no-touch #cd-top-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  #cd-top-nav {
    display: block;
  }
}
#cd-menu-trigger {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 9999999;
  color: #058f7f;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #058f7f;
  /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before,
#cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before,
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: white;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    width: 110px;
    padding-left: 1.25em;
  }
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
  }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
#cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  background-color: #242e30;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0.4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
  padding-top: 50px;
}
#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav a {
  display: block;
  line-height: 2em;
  padding: 5px 16px 5px 32px;
  color: #aab5b7;
}
#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFF;
}
.no-touch #cd-lateral-nav a:hover {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
  z-index: 999;
}
/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 15px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("../../assets/images/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav .socials {
  padding: 0 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
#cd-lateral-nav .socials span {
  display: flex;
  color: #fff;
  margin-bottom: 10px;
}
#cd-lateral-nav .socials a {
  height: 32px;
  width: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  color: #fff;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cd-lateral-nav .socials a.fa-facebook {
  background: #3A5897;
}
#cd-lateral-nav .socials a.fa-twitter {
  background: #00AAEC;
}
#cd-lateral-nav .socials a.fa-youtube {
  background: #CD1212;
}
#cd-lateral-nav .socials a.fa-instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
#cd-lateral-nav .badge.badge-danger {
  margin: 0 5px;
  display: inline-flex;
  widows: 20px;
  height: 20px;
  background: #a05047;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  align-items: center;
  justify-content: center;
}
#cd-lateral-nav .notification-item {
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: normal;
}
#cd-lateral-nav .notification-item p {
  margin: 0;
  font-size: 12px;
}
#cd-lateral-nav .notification-item span {
  font-size: 12px;
}
#cd-lateral-nav .notification-item span i {
  margin: 0 5px;
}
.rtl {
  /* style menu items which have a submenu  */
}
.rtl #cd-top-nav li {
  margin-left: 1em;
  margin-right: 0;
}
.rtl #cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  /* these are the upper and lower lines in the menu menu */
}
.rtl #cd-menu-trigger .cd-menu-icon::before,
.rtl #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  right: auto;
  left: 0;
}
.rtl #cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
}
.rtl #cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
}
.rtl #cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
.rtl #cd-menu-trigger.is-clicked .cd-menu-icon::before,
.rtl #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: white;
}
.rtl #cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rtl #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .rtl #cd-menu-trigger {
    padding-right: 1.25em;
    padding-left: 0;
  }
  .rtl #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 70px;
    margin: 0 30px;
  }
  .rtl #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.rtl #cd-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  background-color: #242e30;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0.4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
.rtl #cd-lateral-nav .sub-menu {
  padding: 0 15px 20px 10px;
  display: none;
}
.rtl #cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
  z-index: 999999;
}
.rtl #cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */
}
.rtl #cd-lateral-nav .item-has-children > a::after {
  left: 1em;
  right: auto;
  transform: rotate(180deg);
}
.rtl #cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.mobile-header {
  background: #fff;
  position: relative;
  padding: 40px 0;
}
.mobile-header .mobile-logo {
  position: absolute;
  max-width: 60px;
  left: 0;
  top: 10px;
  right: 0;
  margin: 0 auto;
}
.mobile-header .mobile-logo img {
  height: 60px;
}
.mobile-header .mobile-notification {
  position: absolute;
  left: 10px;
  top: 25px;
}
.mobile-header .mobile-notification .dropdown {
  margin: 0 10px;
}
.mobile-header .mobile-notification .dropdown .btn {
  background: transparent;
  color: #058f7f;
  padding: 0;
  outline: none;
}
.mobile-header .mobile-notification .dropdown .badge {
  display: inline-flex;
  background: red;
  color: #fff;
  margin: 0 5px;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu {
  background: #054340;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu li a {
  display: block;
  padding: 7px;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu {
  left: 0;
  right: auto;
  min-width: 300px;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu ul {
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 400px;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu ul li {
  color: #fff;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu ul li p {
  color: #fff;
  padding: 7px;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu ul li a {
  padding: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu ul li a .notification-item h5 {
  color: #e19c61;
  font-size: 16px;
  margin: 0 0 10px;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu ul li a .notification-item p {
  color: #fff;
  white-space: normal;
  font-size: 12px;
  line-height: 22px;
  height: 45px;
  overflow: hidden;
  padding: 0;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu ul li a .notification-item span {
  font-size: 12px;
  color: #fff;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu ul li a .notification-item span i {
  margin: 0 5px;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu ul li a:hover,
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu ul li a:focus {
  background: transparent;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu ul li a:hover .notification-item span,
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu ul li a:focus .notification-item span {
  color: #fff;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu ul li:last-child a {
  border: 0;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu .more-noti {
  text-align: center;
  padding: 7px;
  background: #053432;
}
.mobile-header .mobile-notification .dropdown .dropdown-menu.notification-menu .more-noti a {
  color: #fff;
}
.main-footer .top-footer {
  background: #0a6d68;
  padding: 40px 0;
}
.main-footer .top-footer .row {
  display: flex;
  align-items: center;
}
.main-footer .top-footer h5 {
  color: #fff;
  position: relative;
  margin: 0 0 15px;
  font-size: 18px;
  text-transform: capitalize;
}
.main-footer .top-footer .about img {
  height: 100px;
}
.main-footer .top-footer .about p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.main-footer .top-footer .media .media-left img {
  height: 70px;
}
.main-footer .top-footer .media .media-body {
  vertical-align: middle;
  width: auto;
  text-align: justify;
}
.main-footer .top-footer .media .media-body p {
  margin: 0;
  color: #fff;
  max-width: 90%;
}
.main-footer .top-footer .media .media-body p span {
  display: block;
}
.main-footer .top-footer .social-icons .social a {
  margin: 0 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-footer .top-footer .social-icons .social a img {
  height: 15px;
  width: 15px;
}
.main-footer .top-footer .mailist .form-group {
  box-sizing: border-box;
  margin: 0;
  position: relative;
}
.main-footer .top-footer .mailist .form-group .form-control {
  width: 85%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  border-radius: 10px 0 0 10px;
  border: none !important;
  background: #095b56;
  outline: none;
  height: 45px;
}
.main-footer .top-footer .mailist .form-group .btn {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  font-size: 16px;
  width: 50px;
  height: 100%;
  text-align: center;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e19c61;
  color: #fff;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-footer .top-footer .footer-tags ul li {
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 10px;
}
.main-footer .top-footer .footer-tags ul li a {
  display: block;
  padding: 7px 10px;
  border: 1px solid #fff;
  border-radius: 7px;
  background-clip: padding-box;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.main-footer .top-footer .footer-contact-info p {
  font-size: 15px;
  color: #fff;
}
.main-footer .top-footer .footer-contact-info p a {
  color: #fff;
}
.main-footer .top-footer .footer-contact-info p span {
  width: 140px;
  display: inline-block;
}
.main-footer .top-footer .footer-contact-info p b {
  display: inline-flex;
  font-family: 'Tahoma';
  font-weight: normal;
  direction: rtl;
}
.main-footer .top-footer .footer-contact-info p i {
  margin-right: 7px;
  color: #e19c61;
}
.main-footer .bottom-footer {
  background: #055f5a;
  padding: 15px 0;
  text-align: center;
}
.main-footer .bottom-footer .container {
  display: flex;
  align-items: center;
}
.main-footer .bottom-footer .bottom-links a {
  display: inline-flex;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #49C8B5;
  color: #49C8B5;
}
.main-footer .bottom-footer .bottom-links a:last-child {
  border: 0;
}
.main-footer .bottom-footer p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  display: flex;
}
.main-footer .bottom-footer p a {
  font-family: 'Tahoma';
  margin: 0 5px;
  color: #e19c61;
}
.rtl .main-footer .top-footer .mailist .form-group .form-control {
  width: 85%;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.rtl .main-footer .top-footer .mailist .form-group .btn {
  left: 0;
  right: auto;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.rtl .main-footer .top-footer .footer-tags ul li {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .main-footer .top-footer .footer-contact-info p i {
  margin-left: 7px;
  margin-right: 0;
}
.rtl .bottom-footer .bottom-links a {
  display: inline-flex;
  padding-left: 10px;
  padding-right: 0;
  margin-right: 0;
  margin-left: 10px;
  border-right: 0;
  border-left: 1px solid #49C8B5;
}
.rtl .bottom-footer .bottom-links a:last-child {
  border: 0;
}
.maqare-types {
  padding: 70px 0;
  min-height: 300px;
  z-index: 2;
  background: #fff;
  position: relative;
}
.maqare-types:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../../assets/images/75290-en.jpg") no-repeat;
  background-size: cover;
  opacity: .2;
  z-index: -1;
}
.type-card {
  margin-bottom: 30px;
}
.type-card .media .media-left .media-object {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.type-card .media .media-body .media-heading {
  font-size: 21px;
  font-weight: bold;
  color: #058f7f;
  margin: 0 0 10px;
}
.type-card .media .media-body .media-heading a {
  color: #058f7f;
}
.type-card .media .media-body .media-heading a:hover {
  color: #e19c61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.type-card .media .media-body p {
  font-size: 17px;
  color: #464646;
  margin: 0;
  height: 52px;
  overflow: hidden;
}
.rtl .maqare-types:after {
  background: url("../../assets/images/75290.jpg") no-repeat;
}
.rtl .maqare-types .child {
  right: 22%;
  left: auto;
}
.rtl .type-card .media .media-left .media-object:after {
  right: 0;
  left: auto;
  background: url("../../assets/images/vector.png") no-repeat;
}
.feature {
  padding: 70px 0 40px;
  background: url("../../assets/images/en-features-bg.jpg") no-repeat;
  background-position: 100% 60%;
  background-size: cover;
  position: relative;
  z-index: 22;
  min-height: 700px;
}
.feature-card {
  margin-bottom: 30px;
}
.feature-card .media .media-left .media-object {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e19c61;
}
.feature-card .media .media-left .media-object img {
  height: 40px;
}
.feature-card .media .media-body {
  vertical-align: middle;
}
.feature-card .media .media-body .media-heading {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px;
}
.feature-card .media .media-body p {
  color: #fff;
  font-size: 15px;
}
.rtl .feature {
  background: url("../../assets/images/features-bg.jpg") no-repeat;
  background-position: 100% 80%;
  background-size: cover;
}
.maqare-list {
  padding: 70px 0;
  position: relative;
  background: rgba(0, 0, 0, 0) url("../../assets/images/pattern-bg.jpg") repeat scroll 0 0;
  z-index: 22;
  min-height: 500px;
}
.maqare-list:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #e19c61;
  opacity: 0.94;
  z-index: -1;
}
.maqare-list .slick-prev:before,
.maqare-list .slick-next:before {
  font-size: 25px;
}
.maqare-list .slick-dots li {
  margin: 0;
}
.maqare-list .slick-dots li button {
  color: #fff;
}
.maqare-list .slick-dots li button:before {
  color: #058f7f;
  opacity: inherit;
}
.maqare-list .slick-dots li.slick-active button:before {
  color: #fff;
}
.view-more {
  margin-top: 50px;
  text-align: right;
}
.view-more .btn {
  background: #058f7f;
  padding: 10px;
  min-width: 160px;
  text-transform: capitalize;
  font-size: 16px;
  border: none !important;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 8px 10px 20px 0 rgba(46, 61, 73, 0.15);
  -moz-box-shadow: 8px 10px 20px 0 rgba(46, 61, 73, 0.15);
  -ms-box-shadow: 8px 10px 20px 0 rgba(46, 61, 73, 0.15);
  -o-box-shadow: 8px 10px 20px 0 rgba(46, 61, 73, 0.15);
  box-shadow: 8px 10px 20px 0 rgba(46, 61, 73, 0.15);
}
.view-more .btn:hover {
  background: #a05047;
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.maqra-card {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  padding: 20px;
}
.maqra-card figure .fig-img a {
  display: block;
  overflow: hidden;
}
.maqra-card figure .fig-img a img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  object-fit: cover;
  width: 100%;
  height: 185px;
}
.maqra-card figure figcaption {
  text-align: left;
  padding: 10px 0;
}
.maqra-card figure figcaption .maqraa-title {
  font-size: 18px;
  font-weight: 500;
  color: #058f7f;
  margin: 0 0 10px;
  height: 38px;
  overflow: hidden;
}
.maqra-card figure figcaption .maqraa-title a {
  color: #058f7f;
}
.maqra-card figure figcaption .sm-desc {
  font-size: 15px;
  color: #464646;
  margin-bottom: 15px;
  height: 42px;
  overflow: hidden;
}
.maqra-card figure figcaption .btn {
  display: block;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none !important;
  outline: none;
  background: #a05047;
  text-transform: capitalize;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  font-size: 16px;
}
.maqra-card figure figcaption .btn:hover {
  background: #e19c61;
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.maqraa_card {
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  margin-bottom: 20px;
  background-color: #ffffff;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.maqraa_card .top-caption {
  padding: 30px 10px 0;
  position: relative;
  height: 100px;
}
.maqraa_card .top-caption .maqraa_title {
  color: #a05047;
  font-size: 16px;
  margin: 5px 0 0;
  font-weight: bold;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
}
.maqraa_card .top-caption .maqraa_title a {
  color: #a05047;
}
.maqraa_card .top-caption .maqraa_title.text-success a {
  color: green;
}
.maqraa_card .top-caption .maqraa_title.text-danger a {
  color: red;
}
.maqraa_card .top-caption .maqraa_title.text-default a {
  color: #444343;
}
.maqraa_card .top-caption .maqraa-time {
  position: absolute;
  top: 10px;
  right: 10px;
}
.maqraa_card .top-caption .maqraa-time span {
  display: inline-block;
  padding: 5px 10px;
  background: #058f7f;
  color: #fff;
  margin-bottom: 15px;
}
.maqraa_card .maqraa-img {
  text-align: center;
}
.maqraa_card .maqraa-img img {
  width: 100%;
  height: 190px;
  margin: 0 auto;
}
.maqraa_card .caption {
  padding: 20px;
}
.maqraa_card .caption .maqraa-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.maqraa_card .caption .maqraa-info span {
  margin-top: 10px;
  color: #058f7f;
}
.maqraa_card .caption .maqraa-info span i {
  color: #e19c61;
  margin: 0 5px;
}
.maqraa_card .caption .available-kids {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.maqraa_card .caption .available-kids p {
  color: #058f7f;
}
.maqraa_card .caption .available-kids p i {
  color: #e19c61;
  margin: 0 5px;
  font-size: 16px;
}
.maqraa_card .caption .available-kids p b {
  color: #a05047;
}
.maqraa_card .caption .maqraa-description p {
  height: 70px;
  color: #999;
  line-height: 23px;
  margin-bottom: 0;
  overflow: hidden;
}
.maqraa_card .caption .social-icons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 10px;
  height: 118px;
}
.maqraa_card .caption .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px 0;
}
.maqraa_card .caption .social-icons a .icon {
  margin-left: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.maqraa_card .caption .social-icons a .icon img {
  height: 15px;
}
.maqraa_card .caption .social-icons a span {
  color: #333;
}
.maqraa_card .btn {
  padding: 7px 10px;
  border: none !important;
  outline: none;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.maqraa_card .btn.btn-success {
  background: #058f7f;
}
.maqraa_card .btn.btn-warning {
  background: #e19c61;
}
.maqraa_card .btn:hover {
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #a05047;
}
.maqraa_card .btn.btn-default {
  color: #333;
}
.maqraa_card .btn.btn-link {
  color: #058f7f;
  padding: 0;
  background: transparent;
}
.maqraa_card .btn.btn-link:hover {
  transform: none;
  background: transparent;
}
.maqraa_card .btn.btn-t:hover {
  background: none;
  transform: none;
}
.maqraa_card .card-footer {
  padding: 10px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 57px;
}
.maqraa_card .card-footer form {
  position: relative;
  display: flex;
  width: 100%;
}
.maqraa_card .card-footer form .btn {
  width: 100%;
}
.single-maqraa-banner {
  min-height: 485px;
}
.single-maqraa-banner .banner-img img {
  width: 100%;
  height: 485px;
  object-fit: cover;
}
.single-maqraa-banner .banner-description {
  background: #025B56;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 485px;
  padding: 40px;
  z-index: 9;
  position: relative;
}
.single-maqraa-banner .banner-description:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url("../../assets/images/banner-pattern.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .3;
}
.single-maqraa-banner .banner-description h1 {
  color: #fff;
  font-weight: bold;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 45px;
  margin: 0 0 25px;
  text-align: center;
}
.single-maqraa-banner .banner-description a.author {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.single-maqraa-banner .banner-description a.author i {
  margin: 0 5px;
}
.single-maqraa-banner .banner-description p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  margin: 20px auto;
  max-width: 80%;
  max-height: 100px;
  overflow: hidden;
}
.single-maqraa-banner .banner-description .info {
  margin-top: 15px;
}
.single-maqraa-banner .banner-description .info .table thead tr {
  background: #e19c61;
}
.single-maqraa-banner .banner-description .info .table thead tr th {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}
.single-maqraa-banner .banner-description .info .table tbody tr td {
  background: #fff;
  color: #058f7f;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
}
.single-maqraa-banner .banner-description .price {
  font-size: 24px;
  font-weight: bold;
  color: #e19c61;
  display: block;
  margin-top: 10px;
}
.bg-default-2 {
  background: #eaeaea;
  color: #333;
}
.bg-default-2:hover {
  background: #eaeaea !important;
}
.bg-success-2 {
  background: green;
  color: #fff;
}
.bg-success-2:hover {
  background: green;
}
.bg-danger-2 {
  background: red;
  color: #fff;
}
.bg-danger-2:hover {
  background: red;
}
.rtl .maqra-card figure figcaption {
  text-align: right;
}
.rtl .view-more {
  text-align: left;
}
.rtl .maqraa_card .top-caption .maqraa-time {
  left: 10px;
  right: auto;
}
.home-contact {
  padding: 70px 0;
  animation: 40s linear 0s normal none infinite running islamic;
  background: rgba(0, 0, 0, 0) url("../../assets/images/teach_bg.png") repeat scroll 0 0;
  position: relative;
  z-index: 22;
  min-height: 400px;
  overflow: hidden;
}
.home-contact:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #e8e5d9;
  opacity: 0.96;
  z-index: -1;
}
.home-contact .form-group {
  display: flex;
  align-items: flex-start;
}
.home-contact .form-group label {
  text-align: left!important;
  font-weight: normal;
  color: #058f7f;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}
.home-contact .form-group input {
  height: 45px;
  background: #fff;
  border: none !important;
  outline: none;
}
.home-contact .form-group textarea {
  border: none !important;
  height: #fff;
  height: 150px;
  resize: none;
}
.home-contact .send-btn {
  text-align: right;
  margin-top: 20px;
}
.home-contact .send-btn .btn {
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  padding: 10px;
  min-width: 150px;
  text-transform: capitalize;
  background: #058f7f;
  color: #fff;
  border: none !important;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-contact .send-btn .btn:hover {
  background: #e19c61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.9);
}
.rtl .home-contact .form-group label {
  text-align: right !important;
}
.rtl .home-contact .send-btn {
  text-align: left;
}
.card {
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 767px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.member-card {
  padding: 20px;
  margin-bottom: 20px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 22;
}
.member-card:after {
  position: absolute;
  content: "";
  left: 10px;
  bottom: 10px;
  background: url("../../assets/images/logo.svg") no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  opacity: .1;
  z-index: -1;
}
.member-card img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto 20px;
}
.member-card .card-title {
  font-size: 18px;
  color: #058f7f;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px;
}
.member-card ul {
  margin: 0 20px;
  color: #e19c61;
}
.member-card ul li {
  margin-top: 10px;
  font-size: 15px;
  color: #e19c61;
}
.member-card ul li span {
  color: #777;
}
.member-card p {
  color: #777;
  font-size: 15px;
  line-height: 23px;
  height: 75px;
  overflow: hidden;
  margin: 0;
}
.member-card p i {
  margin: 0 5px;
  color: #e19c61;
}
.member-card h4 {
  font-size: 18px;
  font-weight: 500;
  color: #a05047;
}
.member-card h4 i {
  margin: 0 5px;
}
.member-card .begin-btn {
  text-align: center;
  margin-top: 40px;
}
.member-card .begin-btn .btn {
  padding: 10px;
  min-width: 200px;
  border: none !important;
  outline: none;
  text-transform: capitalize;
  font-size: 16px;
}
.member-card .begin-btn .btn.btn-warning {
  background: #e19c61;
}
.member-card .begin-btn .btn.btn-success {
  background: #058f7f;
}
.member-card .begin-btn .btn.btn-danger {
  background: #a05047;
}
.level-card {
  padding: 20px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 20px;
}
.level-card .media {
  margin-bottom: 15px;
}
.level-card .media .media-left {
  position: relative;
}
.level-card .media .media-left .media-object {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 150px;
  height: 130px;
  object-fit: cover;
}
.level-card .media .media-left .audio-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.level-card .media .media-body {
  vertical-align: middle;
}
.level-card .media .media-body .media-heading {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}
.level-card .media .media-body .media-heading a {
  color: #058f7f;
}
.level-card .media .media-body .media-heading a span {
  color: #e19c61;
}
.level-card .media .media-body .teacher {
  display: block;
  margin-bottom: 10px;
}
.level-card .media .media-body .teacher a {
  color: #a05047;
  text-decoration: underline;
}
.level-card .media .media-body p {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  color: #999;
  height: 66px;
  overflow: hidden;
}
.level-card .card-footer {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.level-card .card-footer i {
  margin: 0 5px;
  color: #e19c61;
}
.level-card .card-footer span,
.level-card .card-footer a {
  font-size: 16px;
}
.level-card .card-footer span {
  color: #999;
}
.level-card .card-footer span.text-info {
  color: #20B0E8;
}
.level-card .card-footer span.text-info i {
  color: #20B0E8;
}
.level-card .card-footer span.text-danger {
  color: #DF1010;
}
.level-card .card-footer span.text-danger i {
  color: #DF1010;
}
.level-card .card-footer span.text-success {
  color: #31B52F;
}
.level-card .card-footer span.text-success i {
  color: #31B52F;
}
.level-card .card-footer a {
  color: #e19c61;
}
.level-intro-video {
  position: relative;
  margin-top: -140px;
  padding: 20px;
}
.level-intro-video .levels-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none !important;
}
.level-intro-video .levels-breadcrumb .breadcrumb li {
  color: #fff;
  font-size: 18px;
}
.level-intro-video .levels-breadcrumb .breadcrumb li a {
  color: #fff;
}
.level-intro-video .well {
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  background-color: #ffffff;
  border: none !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
}
.level-intro-video .well .video-js {
  width: 100%;
  height: 450px;
}
.level-intro-video .well .fig-img {
  text-align: center;
}
.level-intro-video .well .fig-img img {
  width: 230px;
  height: 230px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}
.level-intro-video .well .video-download-btn {
  margin-top: 20px;
  text-align: center;
}
.level-intro-video .well .video-download-btn .btn {
  padding: 10px;
  min-width: 160px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.level-intro-video .well .video-download-btn .btn:hover {
  background: #e19c61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.9);
}
.level-intro-video.no-margin {
  margin: 0;
}
.cards-gallery {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cards-gallery .owl-carousel {
  padding-bottom: 50px;
  position: relative;
}
.cards-gallery .owl-carousel .item .card {
  position: relative;
}
.cards-gallery .owl-carousel .item .card img {
  width: 100%;
  height: 300px;
}
.cards-gallery .owl-carousel .item .card .card-options {
  position: absolute;
  top: 140px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cards-gallery .owl-carousel .item .card .card-options a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  background: #058f7f;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cards-gallery .owl-carousel .item .card .card-options a:hover {
  text-decoration: none;
}
.cards-gallery .owl-carousel .item .card .card-caption {
  text-align: center;
  padding: 15px;
}
.cards-gallery .owl-carousel .item .card .card-caption h4 {
  color: #058f7f;
  margin: 0 0 10px;
  font-weight: bold;
}
.cards-gallery .owl-carousel .item .card .card-caption h5 {
  color: #e19c61;
  font-size: 16px;
}
.cards-gallery .owl-carousel .item .card .card-caption h5 i {
  margin: 0 5px;
}
.cards-gallery .owl-carousel .item .card .card-caption p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.cards-gallery .owl-carousel .item .card .card-caption p .badge {
  background: #058f7f;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 15px;
  margin: 0 5px;
}
.cards-gallery .owl-carousel .item .card:hover .card-options {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.cards-gallery .owl-carousel .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 9999;
}
.cards-gallery .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.cards-gallery .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #058f7f;
  display: inline-block;
  margin: 0 2px;
}
.cards-gallery .owl-carousel .owl-dots .owl-dot.active span {
  background: #e19c61;
}
.management-card {
  padding: 20px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 70px;
  margin-bottom: 10px;
}
.management-card .media {
  overflow: visible;
  margin-bottom: 10px;
}
.management-card .media .media-left .media-object {
  margin-top: -70px;
  width: 120px;
  height: 150px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  object-fit: cover;
}
.management-card .media .media-body {
  vertical-align: middle;
}
.management-card .media .media-body .media-heading {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 15px;
  color: #058f7f;
}
.management-card .media .media-body .media-heading a {
  color: #058f7f;
}
.management-card .media .media-body span {
  color: #a05047;
  font-size: 16px;
  display: block;
}
.management-card p {
  line-height: 23px;
  color: #888;
  margin-bottom: 0;
  height: 70px;
  overflow: hidden;
}
.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
  z-index: 99;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 45px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dbe2e8;
  box-shadow: 5px 5px 10px 0 rgba(46, 61, 73, 0.05);
  transition: box-shadow 0.3s, border 0.3s;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  position: absolute;
  top: 0;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dbe2e8;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dbe2e8;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  height: 30px !important;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.rtl .select2-container--default .select2-results > .select2-results__options {
  text-align: right;
}
.rtl .select2-container .select2-selection--single {
  text-align: right;
}
.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 0;
  right: auto;
}
.filter .well {
  padding: 30px 20px 15px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  position: relative;
  margin-top: -50px;
  margin-bottom: 0;
  background-color: #ffffff;
}
.filter .well .form-group .form-control {
  height: 45px;
}
.filter .well .form-group .btn {
  height: 45px;
  border: none !important;
  outline: none;
  background: #e19c61;
  text-transform: capitalize;
  font-size: 16px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter .well .form-group .btn:hover {
  transform: scale(0.9);
  background: #058f7f;
}
.filter .well .form-group .btn i {
  margin: 0 5px;
}
.notification-card {
  padding: 10px;
  margin-bottom: 15px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.notification-card .media .media-left .media-object {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #058f7f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification-card .media .media-left .media-object img {
  height: 50px;
  width: 50px;
}
.notification-card .media .media-body {
  vertical-align: middle;
}
.notification-card .media .media-body p {
  color: #888;
}
.notification-card .media .media-body span {
  display: block;
  color: #a05047;
}
.notification-card .media .media-body span i {
  margin: 0 5px;
}
.notification-card.new {
  background: #058f7f;
}
.notification-card.new .media .media-left .media-object {
  background: #a05047;
}
.notification-card.new .media .media-body p {
  color: #fff;
}
.notification-card.new .media .media-body span {
  color: #fff;
}
.library_featured_items {
  position: relative;
  z-index: 99;
  margin-top: -180px;
}
.library_featured_items .featured_title {
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 15px;
}
.library_featured_items .featured_title i {
  margin: 0 5px;
}
.library_featured_items .slick-prev,
.library_featured_items .slick-next {
  display: none !important;
}
.library_featured_items .lib-featuered-list .well {
  margin: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.library_featured_items .lib-featuered-list .well ul li:nth-child(7) .sm-featured-item,
.library_featured_items .lib-featuered-list .well ul li:nth-child(8) .sm-featured-item {
  border-bottom: 0;
}
.featured-lib-card {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.featured-lib-card figure .fig-img {
  position: relative;
  padding: 15px 15px 0;
}
.featured-lib-card figure .fig-img a {
  display: block;
  overflow: hidden;
}
.featured-lib-card figure .fig-img a img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.featured-lib-card figure .fig-img img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.featured-lib-card figure .fig-img .play-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #4A8EF6;
  color: #4A8EF6;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.featured-lib-card figure figcaption {
  padding: 15px;
  text-align: center;
}
.featured-lib-card figure figcaption .item_title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  color: #058f7f;
}
.featured-lib-card figure figcaption .item_title a {
  color: #058f7f;
}
.featured-lib-card figure figcaption p {
  margin-bottom: 0;
  height: 60px;
  overflow: hidden;
  color: #999;
}
.featured-lib-card figure figcaption .price {
  background: #058f7f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
  color: #fff;
}
.featured-lib-card figure figcaption .price i {
  margin: 0 5px;
}
.featured-lib-card figure .fig-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #ddd;
}
.featured-lib-card figure .fig-footer span {
  color: #a05047;
  font-size: 16px;
}
.featured-lib-card figure .fig-footer span i {
  color: #e19c61;
  margin: 0 5px;
}
.featured-lib-card figure .fig-footer .btn {
  padding: 7px;
  font-size: 14px;
  border: 0;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 100px;
}
.featured-lib-card figure .fig-footer .btn.btn-success {
  background: transparent;
  border: 1px solid #058f7f !important;
  color: #058f7f;
}
.featured-lib-card figure .fig-footer .btn:hover {
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #058f7f;
  color: #fff;
}
.featured-lib-card.inner {
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  margin-bottom: 20px;
}
.items_filters {
  display: flex;
  align-items: center;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  margin-bottom: 30px;
}
.items_filters .list_heading {
  font-size: 18px;
  color: #e19c61;
  margin: 0;
  font-weight: 500;
}
.items_filters .nav.nav-tabs {
  margin: 0;
  border: none !important;
}
.items_filters .nav.nav-tabs li {
  margin: 0 3px;
}
.items_filters .nav.nav-tabs li a {
  border: none !important;
  margin: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #e19c61;
  padding: 7px 20px;
  font-weight: bold;
}
.items_filters .nav.nav-tabs li.active a {
  background: #058f7f;
  color: #fff;
}
.items_filters .arrange-by {
  display: flex;
  align-items: center;
  justify-content: center;
}
.items_filters .arrange-by .form-group {
  margin: 0 10px;
  min-width: 200px !important;
}
.featured-book-card {
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
}
.featured-book-card figure {
  position: relative;
}
.featured-book-card figure img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.featured-book-card figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
  background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6));
}
.featured-book-card figure figcaption .item_title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 26px;
}
.featured-book-card.inner {
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.featured-book-card.inner figure img {
  height: 300px;
}
.sm-featured-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.sm-featured-item .media {
  cursor: pointer;
}
.sm-featured-item .media .media-left .media-object {
  background: #058f7f;
  color: #fff;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sm-featured-item .media .media-body {
  vertical-align: middle;
  width: auto;
}
.sm-featured-item .media .media-body h4 {
  font-size: 15px;
  font-weight: bold;
  color: #e19c61;
  margin: 0;
  line-height: 22px;
}
.sm-featured-item .media .media-body h4 a {
  color: #e19c61;
}
.sm-featured-item .sm-item-info {
  display: flex;
  align-items: center;
}
.sm-featured-item .sm-item-info span {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-left: 1px solid #ddd;
  white-space: nowrap;
  color: #555;
}
.sm-featured-item .sm-item-info span i {
  margin: 0 5px;
  color: #e19c61;
}
.sm-featured-item .sm-item-info span:last-child {
  border: 0;
}
.exams-questions {
  position: relative;
}
.well.questions-list {
  position: relative;
  margin-top: -250px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  border: none !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 400px;
  padding: 60px;
}
.well.questions-list .question-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #a05047;
  text-transform: capitalize;
  margin: 0 0 30px;
}
.well.questions-list .checkbox,
.well.questions-list .radio {
  margin-bottom: 20px;
}
.well.questions-list .checkbox label,
.well.questions-list .radio label {
  font-size: 16px;
  line-height: 25px;
  color: #777;
}
.well.questions-list .next-btn {
  margin-top: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.well.questions-list .next-btn .btn {
  min-width: 160px;
  margin: 0 10px;
  border: none !important;
  padding: 10px;
  outline: none;
  font-size: 16px;
  text-transform: capitalize;
}
.well.questions-list .next-btn .btn i {
  margin: 0 5px;
}
.well.questions-list .well {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  background: #fff;
  border: 1px solid #ffeac4;
}
.well.questions-list .well .question-title {
  text-align: inherit;
}
.well.questions-list.no-margin {
  margin: 0;
}
.view-answers {
  border: none !important;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  background-color: #ffffff;
}
.exams-answers {
  position: relative;
}
.exams-answers .well {
  position: relative;
  margin-top: -250px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  border: none !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 400px;
  padding: 30px;
  margin-bottom: 0;
}
.exams-answers table thead tr {
  background: #058f7f;
}
.exams-answers table thead tr th {
  font-weight: normal;
  white-space: nowrap;
  text-align: center !important;
  color: #fff;
  padding: 10px;
  font-size: 16px;
}
.exams-answers table tbody tr td {
  vertical-align: middle;
  text-align: center;
}
.exams-answers table tbody tr td p {
  color: #888;
}
.exams-answers table tbody tr td p i {
  margin: 0 5px;
}
.exams-answers table tbody tr td p.text-success {
  color: #27be48;
}
.exams-answers table tbody tr td p.text-danger {
  color: red;
}
.exams-answers table tbody tr td p.result {
  font-size: 24px;
  margin: 0;
}
.text-success {
  color: #27be48;
}
.text-danger {
  color: red;
}
.true-answer {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  background: #27be48;
}
.true-answer p {
  margin: 0;
}
.pre-exams {
  text-align: center;
  padding: 30px 0;
}
.pre-exams .btn {
  padding: 10px;
  min-width: 160px;
  font-size: 16px;
}
.result-message {
  text-align: center;
}
.result-message .result-title {
  font-size: 40px;
  font-weight: bold;
  margin: 30px 0;
}
.result-message p {
  font-size: 18px;
  text-transform: capitalize;
  color: #696969;
  margin-bottom: 20px;
}
.result-message img {
  height: 160px;
}
.result-message .big-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.result-message .score {
  margin: 20px 0;
}
.result-message .score p {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
  margin: 0;
}
.result-message .score p span {
  font-size: 18px;
  text-transform: capitalize;
  color: #696969;
}
.exam-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
  display: flex;
}
.exam-card .exam-caption {
  padding: 30px;
  max-width: 80%;
}
.exam-card .exam-caption .ex-title {
  font-size: 24px;
  margin: 0 0 10px;
}
.exam-card .exam-caption .ex-title a {
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.exam-card .exam-caption .ex-title a:hover {
  color: #058f7f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.exam-card .exam-caption .ex-cate {
  margin-bottom: 10px;
}
.exam-card .exam-caption .ex-cate a {
  text-transform: capitalize;
  color: #058f7f;
  font-size: 15px;
}
.exam-card .exam-caption .ex-desc {
  margin-bottom: 10px;
  line-height: 25px;
  font-weight: 300;
  color: #696969;
  text-transform: capitalize;
}
.exam-card .exam-caption .ex-start .btn {
  border: none !important;
  min-width: 160px;
  padding: 10px;
  text-transform: capitalize;
  outline: none;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.exam-card .exam-caption .ex-start .btn.btn-default {
  background: #eee;
  color: #333;
}
.exam-card .exam-caption .ex-start .btn.btn-success {
  background: #058f7f;
  color: #fff;
}
.exam-card .exam-caption .ex-start .btn.btn-danger {
  background: #a05047;
  color: #fff;
}
.exam-card .exam-caption .ex-start .btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.9);
}
.exam-card .exam-counts {
  border-left: 1px solid #ddd;
  display: flex;
  padding: 0 30px;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.exam-card .exam-counts p {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
  margin: 0;
}
.exam-card .exam-counts p i {
  margin: 0 5px;
}
.exam-card .exam-counts .score {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.exam-card .exam-counts .levels-num {
  padding-top: 10px;
}
.exam-timer {
  text-align: center;
  margin-bottom: 30px;
}
.exam-timer span {
  display: inline-block;
  padding: 10px 20px;
  background: #058f7f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  font-size: 17px;
}
.quiz-info .quiz-header {
  background: #058f7f;
  color: #fff;
  font-size: 21px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quiz-info .quiz-title,
.quiz-info .inst-name {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.quiz-info .quiz-title i,
.quiz-info .inst-name i {
  margin: 0 6px;
}
.quiz-info .quiz-desc {
  padding: 20px;
}
.quiz-info .quiz-desc .quiz-content-title {
  color: #a05047;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}
.quiz-info .quiz-desc p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin: 0;
}
.quiz-info .begin-btn {
  margin: 30px 0;
  text-align: center;
}
.quiz-info .begin-btn .btn {
  padding: 10px 30px;
  min-width: 160px;
  background: #e19c61;
  color: #fff;
  font-size: 16px;
  outline: none;
  cursor: pointer;
}
.questions-card {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  padding: 0 0 20px;
  background: #ffffff;
}
.questions-card p {
  padding: 20px 20px 0;
  font-size: 18px;
}
.questions-card fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}
.questions-card label,
.questions-card legend {
  display: block;
  border-bottom: 1px solid #f5f5f5;
}
.questions-card legend {
  padding: 0 20px 10px;
  margin-bottom: 0;
  width: 100%;
  text-transform: capitalize;
  font-size: 21px;
  font-weight: bold;
  color: #000000;
}
.questions-card label {
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 18px;
}
.questions-card label:last-child {
  border-bottom: 0;
}
.questions-card .mvs-radio {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.questions-card .mvs-radio ~ .mvs-radio-label-text {
  padding-left: 40px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2em;
}
.questions-card .mvs-radio ~ .mvs-radio-label-text:after,
.questions-card .mvs-radio ~ .mvs-radio-label-text:before {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.questions-card .mvs-radio ~ .mvs-radio-label-text:before {
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background-color: #ffffff;
}
.questions-card .mvs-radio ~ .mvs-radio-label-text:after {
  left: 7.5px;
  width: 15px;
  height: 15px;
  background: #058f7f;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0.4, 0.91, 0.7, 1);
}
.questions-card .mvs-radio[disabled] ~ .mvs-radio-label-text {
  color: #aaaaaa;
}
.questions-card .mvs-radio[disabled] ~ .mvs-radio-label-text:before {
  border-color: #aaaaaa;
}
.questions-card .mvs-radio[disabled] ~ .mvs-radio-label-text:after {
  background-color: #aaaaaa;
}
.questions-card .mvs-radio:checked ~ .mvs-radio-label-text:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.questions-card .mvs-radio:not([disabled]):not(:checked) ~ .mvs-radio-label-text:hover:after {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}
.questions-card .mvs-radio:not([disabled]):checked ~ .mvs-radio-label-text:hover:after {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.questions-card input[type=checkbox] {
  margin-left: 0;
  width: 1em;
  height: 1em;
  font: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ddd;
  box-shadow: inset 0 0 0 0 #058f7f;
  position: relative;
  transition: box-shadow 0.3s cubic-bezier(0.2, 0.3, 0, 1), border-color 0s linear 0.17s, -webkit-transform 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.3, 0, 1), box-shadow 0.3s cubic-bezier(0.2, 0.3, 0, 1), border-color 0s linear 0.17s;
  transition: transform 0.3s cubic-bezier(0.2, 0.3, 0, 1), box-shadow 0.3s cubic-bezier(0.2, 0.3, 0, 1), border-color 0s linear 0.17s, -webkit-transform 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.questions-card input[type=checkbox]:focus {
  outline: 0;
}
.questions-card input[type=checkbox]:checked {
  border-color: #058f7f;
  box-shadow: inset 0 0 0 0.5em #058f7f;
  transition: box-shadow 0.3s cubic-bezier(0.2, 0.3, 0, 1), border-color 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.3, 0, 1), box-shadow 0.3s cubic-bezier(0.2, 0.3, 0, 1), border-color 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0.3, 0, 1), box-shadow 0.3s cubic-bezier(0.2, 0.3, 0, 1), border-color 0s, -webkit-transform 0.3s cubic-bezier(0.2, 0.3, 0, 1);
}
.questions-card input[type=checkbox]:after,
.questions-card input[type=checkbox]:before {
  content: '';
  background: #fff;
  height: 1em;
  width: 1em;
  position: absolute;
  -webkit-transform: translate(0.2728em, 0.4279em) rotate(44.91deg) scale(0.3411, 0.1);
  -webkit-transform-transform: translate(0.2728em, 0.4279em) rotate(44.91deg) scale(0.3411, 0.1);
  -webkit-transform-origin: 0 0;
  -webkit-transform-origin-transform-origin: 0 0;
  transition: opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.3, 0, 1), opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.3, 0, 1), opacity 0.3s cubic-bezier(0.2, 0.3, 0, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.3, 0, 1);
  top: 0;
  left: -0.125em;
}
.questions-card input[type=checkbox]:after {
  -webkit-transform: translate(0.8494em, 0.35em) rotate(135.22deg) scale(0.5612, 0.1);
  -webkit-transform-transform: translate(0.8494em, 0.35em) rotate(135.22deg) scale(0.5612, 0.1);
}
.questions-card input[type=checkbox]:not(:checked):before {
  -webkit-transform: translate(0.505em, 0.455em) rotate(44.91deg) scale(0.1, 0.1);
  -webkit-transform-transform: translate(0.505em, 0.455em) rotate(44.91deg) scale(0.1, 0.1);
}
.questions-card input[type=checkbox]:not(:checked):after {
  -webkit-transform: translate(0.575em, 0.525em) rotate(135.22deg) scale(0.1, 0.1);
  -webkit-transform-transform: translate(0.575em, 0.525em) rotate(135.22deg) scale(0.1, 0.1);
}
.questions-card input.fs1 {
  font-size: 30px;
  margin-right: 10px;
}
.question-submit-btn {
  text-align: center;
}
.question-submit-btn .btn {
  background: #058f7f;
  padding: 10px;
  min-width: 170px;
  border: none !important;
  outline: none;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
}
.rtl .exam-card .exam-caption .ex-start .btn {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .exam-card .exam-counts {
  border-right: 1px solid #ddd;
  border-left: 0;
}
.rtl .questions-card .mvs-radio ~ .mvs-radio-label-text {
  padding-right: 40px;
  padding-left: 0;
}
.rtl .questions-card .mvs-radio ~ .mvs-radio-label-text:before {
  right: 0;
  left: auto;
}
.rtl .questions-card .mvs-radio ~ .mvs-radio-label-text:after {
  right: 7.5px;
  left: auto;
}
.rtl .questions-card input[type=checkbox] {
  margin-right: 0;
}
.rtl .questions-card input[type=checkbox]:after,
.rtl .questions-card input[type=checkbox]:before {
  right: -0.125em;
  left: auto;
}
.rtl .questions-card input.fs1 {
  margin-left: 10px;
  margin-right: 0;
}
.about-video {
  margin-top: -240px;
  position: relative;
  z-index: 99;
}
.about-video .well {
  position: relative;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  border: none !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.about-video .well img {
  width: 100%;
  height: 450px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  object-fit: cover;
}
.about-video .well .play-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 4px solid #e19c61;
  color: #e19c61;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-video .well .play-icon i {
  font-size: 21px;
}
.well.about-box {
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.well.about-box .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.well.about-box img {
  height: 250px;
  margin: 0 auto;
}
.well.about-box h2,
.well.about-box h3,
.well.about-box h4 {
  color: #058f7f;
  font-weight: bold;
  font-size: 21px;
  margin: 0 0 20px;
}
.well.about-box p {
  color: #777;
  line-height: 25px;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
.well.about-box span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #a05047;
}
.well.about-box ul,
.well.about-box ol {
  margin: 0 20px;
}
.well.about-box ul li,
.well.about-box ol li {
  margin-bottom: 10px;
  color: #777;
  line-height: 25px;
  font-weight: normal;
  font-size: 16px;
}
.how-wrok {
  padding-top: 80px;
}
.how-wrok .well {
  background: #fff;
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.how-wrok .well img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 30px;
}
.how-wrok .well h3 {
  color: #058f7f;
  margin: 0 0 20px;
  font-weight: bold;
}
.how-wrok .well p {
  color: #777;
  font-size: 15px;
  line-height: 27px;
}
.management-team {
  background: #fff;
  padding: 50px 30px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.management-team .section-title .heading {
  color: #333;
  margin: 0 0 20px;
}
.management-team .section-title p {
  font-size: 18px;
  color: #666;
  line-height: 25px;
  max-width: 70%;
  margin: 0 auto;
}
.management-team .section-title b {
  color: #333;
  font-size: 18px;
  display: block;
  margin-top: 40px;
}
.management-team .media {
  padding: 20px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.management-team .media .media-left img {
  width: 184px;
  height: 215px;
}
.management-team .media .media-body .media-heading {
  font-size: 21px;
  font-weight: bold;
  color: #222;
  margin: 0 0 20px;
}
.management-team .media .media-body p {
  color: #666;
  font-size: 16px;
}
.management-team .media .media-body ul,
.management-team .media .media-body ol {
  margin: 0 20px;
  list-style: square;
}
.management-team .media .media-body ul li,
.management-team .media .media-body ol li {
  margin: 7px 0;
  list-style: square;
  font-size: 15px;
  color: #666;
}
.management-team .presentation-card {
  text-align: center;
}
.management-team .presentation-card h4 {
  font-weight: bold;
  font-size: 20px;
  color: #222;
  margin: 0 0 20px;
}
.management-team .presentation-card p {
  color: #666;
  font-size: 16px;
}
.management-team .presentation-card img {
  height: 100px;
  margin: 0 auto;
}
.profile-avatar {
  position: relative;
  z-index: 22;
}
.profile-avatar h4 {
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px;
}
.profile-avatar .media .media-body {
  vertical-align: middle;
  text-align: left;
}
.profile-avatar .media .media-body .student-name {
  font-size: 21px;
  color: #fff;
  font-weight: 500;
}
.avatar-upload {
  position: relative;
}
.avatar-upload .avatar-edit {
  margin-top: 10px;
  position: relative;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  padding: 7px 20px;
  width: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #FFFFFF;
  border: 1px solid #ddd;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  color: #333;
}
.avatar-upload .avatar-edit input + label i {
  margin: 0 5px;
}
.avatar-upload .avatar-preview {
  width: 150px;
  height: 180px;
  position: relative;
  border: 6px solid #fff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.avatar-upload .sanad-img .img-title {
  color: #058f7f;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
}
.avatar-upload .sanad-img .avatar-preview {
  width: 300px;
  height: 280px;
}
.avatar-upload .sanad-img .avatar-edit {
  margin: 0;
}
.avatar-upload .sanad-img .avatar-edit input {
  display: none;
}
.avatar-upload .sanad-img .avatar-edit input + label {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  background: #058f7f;
  border: none !important;
  color: #fff;
  width: 300px;
}
.jumbotron.profile-info {
  background: #fff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  position: relative;
  padding-top: 30px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 80px;
}
.jumbotron.profile-info .form-title {
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  font-size: 24px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  background: #058f7f;
  color: #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.jumbotron.profile-info .form-group {
  margin-bottom: 30px;
  position: relative;
}
.jumbotron.profile-info .form-group label {
  color: #058f7f;
  font-weight: normal;
  font-size: 16px;
}
.jumbotron.profile-info .form-group label span {
  color: #a05047;
  font-size: 13px;
}
.jumbotron.profile-info .form-group .help-block {
  position: absolute;
}
.jumbotron.profile-info .form-group .form-control {
  background: #fff;
  border: 1px solid #dbe2e8;
  box-shadow: 5px 5px 10px 0 rgba(46, 61, 73, 0.05);
}
.jumbotron.profile-info .form-group input {
  height: 45px;
}
.jumbotron.profile-info .form-group textarea {
  height: 120px;
  resize: none;
}
.jumbotron.profile-info .profile-percentage {
  padding: 30px 15px;
}
.jumbotron.profile-info .profile-percentage h4 {
  color: #058f7f;
  font-weight: 500;
}
.jumbotron.profile-info .save-btn {
  text-align: center;
}
.jumbotron.profile-info .save-btn .btn {
  padding: 10px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none !important;
  outline: none;
  font-size: 16px;
  min-width: 250px;
}
.jumbotron.profile-info .save-btn .btn:hover {
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #058f7f;
}
.dashboard-list {
  margin-bottom: 40px;
}
.dashboard-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.dashboard-list ul li {
  margin-bottom: 15px;
  text-align: center;
  width: 10% !important;
}
.dashboard-list ul li a {
  font-weight: bold;
  display: block;
  padding: 50px 15px;
  background: #fff;
  color: #333;
  height: 170px;
  font-size: 15px;
  border: 1px solid #dbe2e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.dashboard-list ul li a img {
  height: 40px;
  margin: 0 auto 10px;
}
.dashboard-list ul li a .badge {
  position: absolute;
  top: -10px;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 25px;
  height: 25px;
  background: #a05047;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
}
.dashboard-list ul li.active a {
  background: #058f7f;
  color: #fff;
}
.profile-sidebar {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  padding: 20px;
}
.profile-sidebar .teacher-img img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  object-fit: cover;
}
.profile-sidebar .teacher-main-info {
  padding-top: 40px;
}
.profile-sidebar .teacher-main-info p {
  color: #888;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  margin: 0;
}
.profile-sidebar .short-text {
  padding-top: 20px;
}
.profile-sidebar .short-text h4 {
  color: #e19c61;
  margin: 0 0 10px;
}
.profile-sidebar .short-text p {
  color: #999;
  height: 140px;
  overflow: hidden;
}
.rtl .profile-avatar .media .media-body {
  text-align: right;
}
/*
.img-anmation{
    -webkit-animation: img 5s infinite linear alternate;
    animation: img 5s infinite linear alternate;
}
@keyframes img {
    0%   {transform: scale(1) translateY(0px) translateX(0px) rotate(0deg);}
    25%  {transform: scale(1.02) translateY(5px) translateX(-5px) rotate(-5deg);}
    50%  {transform: scale(1) translateY(5px) translateX(5px) rotate(0deg);}
    75%  {transform: scale(1.02) translateY(5px) translateX(5px) rotate(5deg);}
    100% {transform: scale(1) translateY(0px) translateX(0px) rotate(0deg);}
}

*/
.video-play-icon {
  margin-top: 30px;
}
.video-play-icon a {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 4px solid #e19c61;
  color: #e19c61;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_main_info {
  position: relative;
  margin-top: -50px;
}
.item_main_info .well {
  min-height: 100px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  background-color: #ffffff;
  border: none !important;
  padding: 0;
  display: flex;
  align-items: center;
}
.item_main_info .well .item_resources {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  width: 70%;
}
.item_main_info .well .item_resources span {
  color: #058f7f;
  font-size: 16px;
}
.item_main_info .well .item_resources span i {
  color: #e19c61;
  margin: 0 5px;
}
.item_main_info .well .item_resources a {
  color: #058f7f;
}
.item_main_info .well .item_resources .btn {
  outline: none !important;
  padding: 8px 20px;
}
.item_main_info .well .item_resources .btn .fa {
  color: #fff;
  margin: 0 5px;
}
.item_main_info .well .item_actions {
  background: #e19c61;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  width: 30%;
  min-height: 100px;
}
.item_main_info .well .item_actions .btn {
  color: #fff;
  outline: none;
  font-size: 17px;
}
.item_main_info .well .item_actions .btn i {
  margin: 0 5px;
}
.item_main_info .well .item_actions.d-flex {
  justify-content: center;
}
.modal-share {
  z-index: 9999;
}
.modal-share .modal-dialog .modal-content .modal-header {
  background: #058f7f;
  padding: 10px;
  text-align: center;
}
.modal-share .modal-dialog .modal-content .modal-header .close {
  opacity: inherit;
  color: #fff;
}
.modal-share .modal-dialog .modal-content .modal-header .modal-title {
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
}
.modal-share .modal-dialog .modal-content .modal-body {
  text-align: inherit;
}
.modal-share .modal-dialog .modal-content .modal-body p {
  text-align: center;
}
.modal-share .modal-dialog .modal-content .modal-body .form-group input,
.modal-share .modal-dialog .modal-content .modal-body .form-group .btn {
  height: 45px;
}
.modal-share .modal-dialog .modal-content .modal-body .form-group textarea {
  height: 200px;
  resize: none;
}
.modal-share .modal-dialog .modal-content .modal-body .form-group .btn {
  border: none !important;
  outline: none;
  padding: 10px;
  font-size: 16px;
}
.record-modal .modal-dialog .modal-content .modal-header {
  background: #058f7f;
  padding: 10px;
  text-align: center;
}
.record-modal .modal-dialog .modal-content .modal-header .close {
  opacity: inherit;
  color: #fff;
}
.record-modal .modal-dialog .modal-content .modal-header .modal-title {
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
}
.record-modal .modal-dialog .modal-content .modal-body table thead tr th {
  text-align: center;
}
.record-modal .modal-dialog .modal-content .modal-body table thead tr th:first-child {
  text-align: inherit;
}
.record-modal .modal-dialog .modal-content .modal-body table tbody td {
  text-align: center;
  vertical-align: middle;
}
.record-modal .modal-dialog .modal-content .modal-body table tbody td .btn {
  border: none !important;
  outline: none;
  margin: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.record-modal .modal-dialog .modal-content .modal-body table tbody td .btn i {
  margin: 0 5px;
}
.record-modal .modal-dialog .modal-content .modal-body table tbody td .btn.btn-warning {
  background: #e19c61;
}
.record-modal .modal-dialog .modal-content .modal-body table tbody td .btn.btn-danger {
  background: #a05047;
}
.record-modal .modal-dialog .modal-content .modal-body table tbody td:first-child {
  text-align: inherit;
}
.tags-sidebar {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.tags-sidebar .sidebar-heading {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 10px;
  color: #058f7f;
}
.sidebar-widget {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.sidebar-widget .media .media-left img {
  object-fit: cover;
  width: 73px;
  height: 90px;
}
.sidebar-widget .media .media-body {
  vertical-align: middle;
}
.sidebar-widget .media .media-body .media-heading {
  font-size: 16px;
}
.sidebar-widget .media .media-body .media-heading a {
  color: #058f7f;
}
.item_content {
  border: none !important;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 400px;
}
.item_content .content_title {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 10px;
  color: #058f7f;
}
.item_content .well {
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  background: transparent;
  padding: 20px;
  margin: 0;
  box-shadow: none;
}
.item_content .well p {
  line-height: 30px;
  color: #666;
  font-size: 17px;
  margin-bottom: 20px;
}
.item_content .well .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 10px;
  position: relative;
}
.item_content .well .panel .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.item_content .well .panel .panel-heading .panel-title {
  margin: 10px 0px !important;
}
.item_content .well .panel .panel-heading .panel-title a {
  display: block;
  padding: 15px 70px 15px 70px;
  margin: 0;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #058f7f;
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  position: relative;
}
.item_content .well .panel .panel-heading .panel-title a:before {
  content: "\f106";
  font-family: "FontAwesome";
  width: 55px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  border-left: 2px solid #058f7f;
  position: absolute;
  top: 0;
  right: 0;
}
.item_content .well .panel .panel-heading .panel-title a.collapsed:before {
  content: "\f107";
  font-family: "FontAwesome";
  width: 55px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  border-left: 2px solid #058f7f;
  position: absolute;
  top: 0;
  right: 0;
}
.item_content .well .panel .panel-heading .panel-title a .icon {
  display: inline-block;
  width: 55px;
  height: 100%;
  border-right: 2px solid #058f7f;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.item_content .well .panel .panel-heading:after,
.item_content .well .panel .panel-heading:before {
  content: "";
  width: 50%;
  height: 20%;
  box-shadow: 0 12px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 15px;
  left: 10px;
  transform: rotate(-3deg);
  z-index: -1;
}
.item_content .well .panel .panel-heading:after {
  left: auto;
  right: 10px;
  transform: rotate(3deg);
}
.item_content .well .panel .panel-collapse.collapse {
  display: block;
  height: 0;
  overflow: hidden;
}
.item_content .well .panel .panel-collapse.collapse.in {
  height: auto;
  overflow: visible;
  display: block;
}
.item_content .well .panel .panel-body {
  padding: 10px 15px;
  margin: 0 0 20px;
  border-bottom: 3px solid #058f7f;
  border-top: none;
  background: #fff;
}
.item_content .well .panel .panel-body iframe {
  width: 100%;
  height: 600px;
}
.item_content .well .panel .panel-body .embed-sound-cloud iframe {
  width: 100%;
  height: 100px !important;
}
.item_content .well .panel:first-child .panel-collapse.collapse {
  display: block;
  height: auto;
}
.item_content .well .panel:first-child .panel-collapse.collapse.in {
  display: block;
}
.item_content .well .nav.nav-tabs li a {
  color: #058f7f;
  font-size: 16px;
  padding: 8px 20px;
}
.item_content .well .nav.nav-tabs li.active a {
  border-color: #058f7f;
  background: #058f7f;
  color: #fff;
}
.view-audio {
  margin: 30px 0;
  text-align: center;
}
.view-audio audio {
  width: 60%;
  margin: 0 auto;
}
.open-pdf {
  text-align: center;
}
.open-pdf a {
  display: inline-flex;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  min-width: 200px;
  background: #058f7f;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  outline: none;
}
.embed-sound-cloud {
  margin-top: 30px;
  text-align: center;
}
.embed-sound-cloud iframe {
  width: 50%;
  height: 100px;
  margin: 0 auto;
}
.view-card {
  margin-bottom: 20px;
}
.view-card img {
  max-width: 100%;
  min-width: 100%;
}
.prev-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prev-next .btn {
  padding: 8px 20px;
  text-transform: capitalize;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-width: 150px;
  font-size: 18px;
}
.prev-next .btn-lg {
  min-width: 300px;
  padding: 13px;
}
.prev-next .btn-lg:hover {
  background: #e19c61;
}
@media (min-width: 768px) {
  .record-modal .modal-dialog {
    width: 850px;
    margin: 30px auto;
  }
}
.rtl .item_content .well .panel .panel-heading .panel-title a:before {
  border-right: 2px solid #058f7f;
  border-left: 0;
  left: 0;
  right: auto;
}
.rtl .item_content .well .panel .panel-heading .panel-title a.collapsed:before {
  border-right: 2px solid #058f7f;
  border-left: 0;
  left: 0;
  right: auto;
}
.rtl .item_content .well .panel .panel-heading .panel-title a .icon {
  border-left: 2px solid #058f7f;
  border-right: 0;
  right: 0;
  left: auto;
}
.view-student-program {
  background: #fff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  border: none !important;
  padding: 40px;
  font-weight: normal;
}
.view-student-program h3 {
  color: #058f7f;
  font-weight: bold;
  font-size: 26px;
  margin: 20px 0;
}
.view-student-program p {
  color: #4b4b4b;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 15px;
}
.view-student-program ul {
  height: 130px;
}
.view-student-program ul li {
  margin: 10px 0;
}
.view-student-program ul li span b {
  color: #e19c61;
}
.view-student-program span {
  font-size: 16px;
}
.view-student-program span b {
  font-family: 'Tahoma';
}
.view-student-program .join-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.view-student-program .join-btn .btn {
  min-width: 150px;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
.jssocials-shares {
  margin: 0.2em 0;
}
.jssocials-shares * {
  box-sizing: border-box;
}
.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}
.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}
.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -0.5em -0.8em -0.5em;
}
.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}
.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}
.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}
.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}
.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}
.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}
.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}
.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}
.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}
.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}
.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}
.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}
.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}
.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}
.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}
.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}
.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}
.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}
.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}
.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}
.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}
.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}
.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}
.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #fff;
}
.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box:hover {
  background: gainsboro;
}
.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}
.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}
.slide__audio {
  position: relative;
  margin: 0 10px;
}
.audio__controls {
  height: 70px;
  width: 70px;
  position: relative;
  margin: 0 auto;
}
.slide__audio .slide__audio-player {
  display: none;
}
.audio__slider {
  position: absolute;
  z-index: 3;
}
.audio__slider::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.audio__slider .rs-container {
  position: relative;
}
.audio__slider .rs-bar {
  top: 50%;
  left: 0;
}
.audio__slider .rs-tooltip {
  display: none;
}
.rs-control {
  position: relative;
  outline: 0 none;
}
.rs-container {
  position: relative;
}
.rs-control *,
.rs-control *:before,
.rs-control *:after {
  box-sizing: border-box;
}
.rs-animation .rs-transition {
  transition: all 0.5s linear 0s;
}
.rs-bar {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.rs-control .rs-split .rs-path,
.rs-control .rs-overlay1,
.rs-control .rs-overlay2 {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.rs-control .rs-overlay {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.rs-control.rs-error {
  border: 1px dotted;
  text-align: center;
}
.rs-inner-container {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.rs-block {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 3;
}
.rs-block .rs-inner {
  border-radius: 1000px;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.rs-bar {
  position: absolute;
  height: 0;
  z-index: 10;
}
.rs-bar .rs-seperator {
  height: 0;
  border-bottom: medium none;
  display: block;
  float: left;
}
.full .rs-bar,
.half .rs-bar {
  width: 50%;
}
.full .rs-bar,
.half.left .rs-bar,
.half.right .rs-bar {
  top: 50%;
}
.bottom .rs-bar {
  top: 0;
}
.half.right .rs-bar,
.quarter.right .rs-bar {
  right: 100%;
}
.rs-handle.rs-move {
  cursor: move;
}
.rs-readonly .rs-handle.rs-move {
  cursor: default;
}
.rs-path {
  display: block;
  height: 100%;
  width: 100%;
}
.rs-split .rs-path {
  border-radius: 1000px 1000px 0 0;
  overflow: hidden;
  height: 50%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.rs-tooltip {
  text-align: center;
  position: absolute;
  cursor: default;
  border: 1px solid transparent;
  z-index: 10;
}
.rs-handle {
  border-radius: 1000px;
  outline: 0 none;
  float: left;
}
.rs-handle.rs-handle-square {
  border-radius: 0;
}
.paused .rs-handle,
.playing .rs-handle,
.active .rs-handle {
  background-color: #e19c61;
}
.rs-handle {
  background-color: #838383;
}
.slide__audio #circle {
  position: absolute;
  top: 50px;
  left: 50px;
  bottom: 0;
  stroke: #e19c61;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 4;
}
.play-pause {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 3;
  width: 50px;
  background: transparent !important;
  height: 50px;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  padding: 0;
  margin: 0;
}
.play-pause:focus {
  outline: none;
}
.play-pause::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZdJREFUeNrs29FNQjEYBlAgDuAIuAFugBvgBrABTiBOgE4AGzgCbCAbwAayAbZJb0KMT77wt/ecpO/39qP9CqGDAQAAAAAAAAAAAAAA8A+Xy2WWxr2ZiBPILo1jGlOzESeQzmcaY7MSJ5DsO42lmYkTSOcrjYkZihNIZ630YwVyKaU/M1txAunsWir9UQPvkI/GuVtWPsoxVsjv0p9aIXHkE9iu5tIfNbrI8neWXPpzgcSRV8imttJvOZDr0j/WUvp9CKTzWsMPln0KJBuX0t9ELf2+BdKZl21sKZBYpb8upT8RSMBv+hG2MYFclX4JZioQBPKHtzQeh8Ph/pYPcSeHQQ7gJQVxsEJu61yCeIoSRp9XyLaEcY72YH0L5JTG4tY9YcsqpZ2CeIgcRl9WyL6sipNj7+1Le1FK+1TLQ7cayHsaeXva1vbgrW1Zh3J62tf6Aq0EkrenjxTEqvYXaSGQqkq75Q7JATzXVtpV8mfregJxHSFIIC7sBArElbYggbj0GSgQ16IBAAAAAAAAAAAAACCsHwEGACfr+SLf7BaJAAAAAElFTkSuQmCC");
  background-size: 150%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#seekbar {
  stroke-width: 6;
}
.playing #seekbar {
  visibility: visible;
}
.playing .play-pause::after {
  content: none;
}
.playing .play-pause::before {
  opacity: 1;
}
.equalizer {
  height: 100px;
  width: 50px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 25px;
  top: 10px;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: 0;
}
.playing .equalizer {
  opacity: 1;
}
.equalizer-group {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.bar {
  fill: #e19c61;
  width: 5px;
  -webkit-animation: equalize 1.25s steps(25, end) 0s infinite;
  animation: equalize 1.25s steps(25, end) 0s infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative;
  margin-top: -50px;
}
.bar:nth-child(1) {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
  -webkit-transform: translate(5px, 50%);
  transform: translate(5px, 50%);
}
.bar:nth-child(2) {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-transform: translate(25%, 50%);
  transform: translate(25%, 50%);
}
.bar:nth-child(3) {
  -webkit-animation-duration: 2.3s;
  animation-duration: 2.3s;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.bar:nth-child(4) {
  -webkit-animation-duration: 2.4s;
  animation-duration: 2.4s;
  -webkit-transform: translate(75%, 50%);
  transform: translate(75%, 50%);
}
.bar:nth-child(5) {
  -webkit-animation-duration: 2.1s;
  animation-duration: 2.1s;
  -webkit-transform: translate(95%, 50%);
  transform: translate(95%, 50%);
}
@-webkit-keyframes equalize {
  0% {
    height: 10px;
    margin-top: -10px;
  }
  4% {
    height: 5px;
    margin-top: -5px;
  }
  8% {
    height: 40px;
    margin-top: -40px;
  }
  12% {
    height: 30px;
    margin-top: -30px;
  }
  16% {
    height: 20px;
    margin-top: -20px;
  }
  20% {
    height: 30px;
    margin-top: -30px;
  }
  24% {
    height: 40px;
    margin-top: -40px;
  }
  28% {
    height: 10px;
    margin-top: -10px;
  }
  32% {
    height: 40px;
    margin-top: -40px;
  }
  36% {
    height: 10px;
    margin-top: -10px;
  }
  40% {
    height: 20px;
    margin-top: -20px;
  }
  44% {
    height: 40px;
    margin-top: -40px;
  }
  48% {
    height: 15px;
    margin-top: -15px;
  }
  52% {
    height: 30px;
    margin-top: -30px;
  }
  56% {
    height: 10px;
    margin-top: -10px;
  }
  60% {
    height: 30px;
    margin-top: -30px;
  }
  64% {
    height: 35px;
    margin-top: -35px;
  }
  68% {
    height: 15px;
    margin-top: -15px;
  }
  72% {
    height: 5px;
    margin-top: -5px;
  }
  76% {
    height: 45px;
    margin-top: -45px;
  }
  80% {
    height: 25px;
    margin-top: -25px;
  }
  84% {
    height: 5px;
    margin-top: -5px;
  }
  88% {
    height: 50px;
    margin-top: -50px;
  }
  92% {
    height: 30px;
    margin-top: -30px;
  }
  96% {
    height: 50px;
    margin-top: -50px;
  }
  100% {
    height: 25px;
    margin-top: -25px;
  }
}
@keyframes equalize {
  0% {
    height: 10px;
    margin-top: -10px;
  }
  4% {
    height: 5px;
    margin-top: -5px;
  }
  8% {
    height: 40px;
    margin-top: -40px;
  }
  12% {
    height: 30px;
    margin-top: -30px;
  }
  16% {
    height: 20px;
    margin-top: -20px;
  }
  20% {
    height: 30px;
    margin-top: -30px;
  }
  24% {
    height: 40px;
    margin-top: -40px;
  }
  28% {
    height: 10px;
    margin-top: -10px;
  }
  32% {
    height: 40px;
    margin-top: -40px;
  }
  36% {
    height: 10px;
    margin-top: -10px;
  }
  40% {
    height: 20px;
    margin-top: -20px;
  }
  44% {
    height: 40px;
    margin-top: -40px;
  }
  48% {
    height: 15px;
    margin-top: -15px;
  }
  52% {
    height: 30px;
    margin-top: -30px;
  }
  56% {
    height: 10px;
    margin-top: -10px;
  }
  60% {
    height: 30px;
    margin-top: -30px;
  }
  64% {
    height: 35px;
    margin-top: -35px;
  }
  68% {
    height: 15px;
    margin-top: -15px;
  }
  72% {
    height: 5px;
    margin-top: -5px;
  }
  76% {
    height: 45px;
    margin-top: -45px;
  }
  80% {
    height: 25px;
    margin-top: -25px;
  }
  84% {
    height: 5px;
    margin-top: -5px;
  }
  88% {
    height: 50px;
    margin-top: -50px;
  }
  92% {
    height: 30px;
    margin-top: -30px;
  }
  96% {
    height: 50px;
    margin-top: -50px;
  }
  100% {
    height: 25px;
    margin-top: -25px;
  }
}
.rtl .slide__audio #circle {
  right: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.rtl .play-pause {
  right: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rtl .play-pause::after {
  right: 0;
  left: auto;
  background-size: 150%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.rtl .equalizer {
  right: 25px;
  left: auto;
}
.maqraa-links ul {
  background: #fff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 50%;
  margin: 0 auto 50px;
}
.maqraa-links ul li a {
  display: block;
  padding: 14px 30px;
  font-size: 16px;
  color: #058f7f;
  font-weight: 500;
  position: relative;
}
.maqraa-links ul li.active a:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  width: 70px;
  margin: 0 auto;
  background: #e19c61;
}
.chat-to {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  margin-bottom: 20px;
}
.chat-to ul li {
  margin-bottom: 5px;
}
.chat-to ul li a {
  border: 1px solid #ddd;
  display: block;
  padding: 10px;
  color: #999;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
.coteries-history .panel .panel-heading {
  background: #058f7f;
  padding: 12px;
}
.coteries-history .panel .panel-heading .panel-title {
  color: #fff;
  font-size: 18px;
}
.coteries-history .panel .panel-heading .panel-title a {
  display: block;
  width: 100%;
  cursor: pointer;
}
.coteries-history .panel .panel-body .time-table {
  margin-bottom: 0;
}
.fixed-chat-btn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
}
.fixed-chat-btn .btn {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #058f7f;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  outline: none;
}
.history-table table {
  background: #fff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.history-table table thead tr {
  background: #e19c61;
}
.history-table table thead tr th {
  vertical-align: middle;
  padding: 14px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-color: #fff;
}
.history-table table tbody td {
  vertical-align: middle;
  text-align: center;
  padding: 15px 7px;
  border-color: #f0f0f0;
  white-space: normal;
}
.history-table table tbody td p {
  margin: 0;
  color: #8a8e8d;
  font-size: 16px;
  white-space: normal;
}
.history-table table tbody td p span {
  color: #777;
  display: inline-block;
  margin: 0 5px;
}
.history-table table tbody td p span.badge {
  color: #fff;
  margin: 0 0 5px;
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.history-table table tbody td p i {
  margin: 0 5px;
  color: #e19c61;
}
.history-table table tbody td p.text-danger {
  color: red;
}
.history-table table tbody td p.text-success {
  color: limegreen;
}
.history-table table tbody td .badge-success {
  background: #058f7f;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 30px;
}
.history-table table tbody td .badge-warning {
  background: #e19c61;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 7px 30px;
}
.history-table table tbody td .student-rating {
  margin-top: 0;
}
.history-table table tbody td .student-rating span {
  color: #d0d0d0;
}
.history-table table tbody td .student-rating span.rated {
  color: #e19c61;
}
.history-table table tbody td .student-rating span.rated i {
  color: #e19c61;
}
.history-table table tbody td .btn {
  border: none !important;
  outline: none;
  font-size: 15px;
  margin: 0 auto;
}
.history-table table tbody td .btn i {
  color: #fff;
}
.history-table table tbody td ul,
.history-table table tbody td ol {
  margin: 0 15px;
  list-style: none;
}
.history-table table tbody td ul li,
.history-table table tbody td ol li {
  display: inline-flex;
  padding: 5px 10px;
  margin: 5px 5px 0;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #058f7f;
  font-size: 14px;
}
.history-table table tbody td ul li a,
.history-table table tbody td ol li a {
  color: #fff;
}
.history-table table tbody td ul {
  list-style: square;
}
.history-table .table-responsive {
  overflow: visible;
}
.history-table.his-2 table thead th:first-child {
  text-align: right;
}
.history-table.his-2 table tbody td:first-child {
  text-align: right;
  padding: 10px;
}
.coteries-tabs .nav.nav-tabs {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  border: none !important;
}
.coteries-tabs .nav.nav-tabs li {
  float: none;
  margin: 0 10px;
}
.coteries-tabs .nav.nav-tabs li a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  border: none !important;
  background: #058f7f;
}
.coteries-tabs .nav.nav-tabs li.active a {
  background: #e19c61;
}
.pages-numbers .well {
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  border: none !important;
}
.pages-numbers .well .maq-logo {
  margin-bottom: 30px;
}
.pages-numbers .well .maq-logo img {
  height: 90px;
}
.pages-numbers .well .form-group {
  margin: 0;
}
.pages-numbers .well .form-group label {
  display: block;
  text-align: center;
  font-size: 17px;
  margin-bottom: 10px;
}
.pages-numbers .well .form-group .form-control {
  height: 45px;
  margin-bottom: 10px;
}
.pages-numbers .well .form-group .btn {
  display: block;
  width: 100%;
  border: none !important;
  outline: none;
  background: #058f7f;
  height: 45px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pages-numbers .well .form-group .btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.9);
  background: #e19c61;
}
.begin-chat {
  display: flex;
  align-items: center;
  justify-content: center;
}
.begin-chat span {
  font-size: 21px;
  color: #058f7f;
  text-transform: capitalize;
  margin: 0 10px;
  display: block;
}
.begin-chat img {
  height: 40px;
}
.chat-options {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-options .btn {
  border: none !important;
  outline: none;
  padding: 10px 20px;
  font-size: 16px;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.chat-options .btn i {
  margin: 0 5px;
}
.chat-options .btn:hover {
  background: #a05047;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0.9);
}
.absence-title {
  padding: 14px;
  background: #e19c61;
  color: #fff;
  margin: 0;
  text-align: center;
}
.from-to-form {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.from-to-form .form-group .form-control {
  border-color: #dbe2e8;
  box-shadow: 5px 5px 10px 0 rgba(46, 61, 73, 0.05);
}
.from-to-form .form-group input {
  height: 45px;
}
.from-to-form .form-group textarea {
  height: 120px;
  resize: none;
}
.from-to-form .form-group .btn {
  border: none !important;
  outline: none;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.from-to-form .form-group .btn:hover {
  background: #e19c61;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.absence-show .card {
  padding: 20px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.absence-show .card p {
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.absence-show .card p span {
  font-size: 16px;
}
.absence-show .card h5 {
  color: #a05047;
  font-size: 18px;
  margin: 20px 0 10px;
}
.absence-show .card blockquote {
  font-size: 15px;
  line-height: 25px;
  color: #888;
}
.rating {
  text-align: center;
  margin-top: 10px;
}
.rating i {
  color: #7d7d7d;
}
.rating i.rated {
  color: #e19c61;
}
.add-request .btn {
  padding: 10px;
  border: none !important;
  outline: none;
  font-size: 16px;
}
.add-request .btn:hover {
  background: #a05047;
}
.quiz-alert {
  margin-bottom: 15px;
}
.quiz-alert .alert {
  padding: 14px;
}
.quiz-alert .alert p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.quiz-alert .alert p a {
  text-decoration: underline;
  display: inline-block;
  margin: 0 10px;
}
.quiz-card {
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quiz-card .title {
  color: #e19c61;
  font-size: 15px;
  font-weight: 500;
}
.quiz-card .main-points {
  background: #058f7f;
  display: flex;
  padding: 7px 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.time-table {
  margin-bottom: 50px;
}
.our-process .card {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.our-process .user-scores {
  margin-top: 50px;
}
.our-process .user-scores .box {
  padding: 30px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #058f7f;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
}
.our-process .user-scores .box p {
  font-size: 17px;
  margin: 0;
  font-weight: normal;
}
.our-process .user-scores .box p b {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.our-process .lesson-levels-results {
  margin-top: 30px;
}
.our-process .lesson-levels-results .title {
  padding: 12px;
  color: #fff;
  text-transform: capitalize;
  font-size: 21px;
  margin: 0 0 20px;
  background: #e19c61;
}
.our-process .lesson-levels-results .title.bg-success {
  background: #058f7f;
  color: #fff;
}
.our-process .lesson-levels-results ul li {
  text-transform: capitalize;
  margin-bottom: 10px;
  padding: 10px;
  display: block;
  border: 1px solid #f0f0f0;
}
.our-process .lesson-levels-results ul li .row {
  text-align: center;
  align-items: center;
  margin-top: 30px;
}
.our-process .lesson-levels-results ul li .row span {
  font-size: 16px;
}
.our-process .message-box {
  padding: 15px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.our-process .message-box .media .media-left .media-object {
  width: 50px;
  height: 50px;
}
.our-process .message-box .media .media-body {
  padding-top: 10px;
}
.our-process .message-box .media .media-body .media-heading {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  text-transform: capitalize;
}
.our-process .message-box .media .media-body .date {
  font-size: 12px;
  color: #999;
  font-weight: 300;
  display: block;
  margin: 10px 0;
}
.our-process .message-box .media .media-body .date i {
  margin-right: 5px;
}
.our-process .message-box .media .media-body p {
  font-weight: 300;
  line-height: 22px;
}
.our-process .message-box .media .media-body .mail-action {
  text-align: right;
}
.our-process .message-box .media .media-body .mail-action .btn {
  border: none !important;
  outline: none;
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}
.our-process .final-result {
  padding: 12px;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 20px;
  background: #058f7f;
  text-align: center;
}
.our-process .final-result p {
  font-size: 21px !important;
  margin: 0;
  font-weight: 500;
}
.our-process .questions .panel-group .panel-heading + .panel-collapse > .list-group,
.our-process .questions .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.our-process .questions .panel-group .panel {
  border-radius: 0;
  margin-bottom: 10px;
  border: none !important;
}
.our-process .questions .panel-heading {
  background: #fff;
  color: #444;
  padding: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  position: relative;
  z-index: 22;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-process .questions .panel-heading .panel-title {
  z-index: 22;
  margin-bottom: 0;
}
.our-process .questions .panel-heading .panel-title a.link {
  display: block;
  color: #058f7f;
  padding: 15px;
  position: relative;
  font-size: 21px;
  font-weight: bold;
  text-transform: capitalize;
}
.our-process .questions .panel-heading .title-info {
  display: flex;
  align-items: center;
  padding: 0 10px 10px;
  margin-top: 15px;
}
.our-process .questions .panel-heading .questions-num {
  text-align: center;
}
.our-process .questions .panel-heading .questions-num span {
  color: #696969;
  text-transform: capitalize;
  font-size: 16px;
}
.our-process .questions .panel-heading .retrying-num span {
  color: #696969;
  text-transform: capitalize;
}
.our-process .questions .panel-heading .retrying-num .btn {
  border: none !important;
  outline: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #058f7f;
  color: #fff;
}
.our-process .questions .panel-heading .retrying-num .btn:hover {
  background: #e19c61;
}
.our-process .questions .panel-body {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.our-process .questions .panel-body ul li .lesson-head span {
  color: #696969;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 17px;
}
.our-process .questions .panel-body ul li .retrying-num span {
  text-transform: capitalize;
  color: #000;
}
.our-process .questions .panel-body ul li .retrying-num .btn {
  border: none !important;
  outline: none;
  background: #058f7f;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
}
.our-process .questions .panel-body ul li .retrying-num .btn:hover {
  background: #e19c61;
}
.our-process .questions .panel-body h4 {
  margin: 0 0 10px;
  text-transform: capitalize;
  font-weight: 500;
  color: #058f7f;
  font-size: 16px;
}
.our-process .questions .panel-heading a.toggle {
  cursor: pointer;
}
.our-process .questions .panel-heading a.toggle:before {
  content: '\f107';
  position: absolute;
  font-family: "FontAwesome";
  right: 15px;
  top: 15px;
  font-size: 18px;
  transition: all 0.5s;
  transform: scale(1);
}
.our-process .questions .panel-heading.active a.toggle:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}
.our-process .questions #bs-collapse .panel-heading a.toggle:after {
  content: ' ';
  font-size: 18px;
  position: absolute;
  font-family: "FontAwesome";
  right: 15px;
  top: 15px;
  transform: scale(0);
  transition: all 0.5s;
}
.our-process .questions #bs-collapse .panel-heading.active a.toggle:after {
  content: '\f106';
  transform: scale(1);
  transition: all 0.5s;
}
.rtl .our-process .questions .panel-heading .lesson-head {
  left: 0;
  right: -50px;
}
.rtl .our-process .questions .panel-heading .retrying-num {
  left: 40px;
  right: auto;
}
.rtl .our-process .questions .panel-heading a:before {
  left: 15px;
  right: auto;
}
.rtl .our-process .questions #bs-collapse .panel-heading a:after {
  left: 15px;
  right: auto;
}
.chat-text::-webkit-scrollbar {
  width: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chat-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #058f7f;
}
.chat-text::-webkit-scrollbar-thumb {
  background-color: #058f7f;
  outline: 1px solid slategrey;
}
.sm-heading {
  text-align: center;
  margin: 0;
  padding: 14px;
  background: #058f7f;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.sm-heading .btn {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0;
  background: transparent;
  color: #999;
}
.prog-sidebar {
  margin-bottom: 20px;
}
.slimScrollBar {
  height: 200px !important;
}
.members ul {
  background: #fff;
}
.members ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.members ul li .media a {
  color: #333;
}
.members ul li .media .media-left {
  position: relative;
}
.members ul li .media .media-left .media-object {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
}
.members ul li .media .media-left .status {
  position: absolute;
  left: 10px;
  bottom: 0;
}
.members ul li .media .media-left .status span {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
}
.members ul li .media .media-left .status span.active {
  background: #39b54a;
}
.members ul li .media .media-body {
  vertical-align: middle;
  width: auto;
}
.members ul li .media .media-body .media-heading {
  color: #333;
  margin: 0;
}
.members ul li .member-delete .btn {
  padding: 0;
  color: #999;
}
.members ul li.active {
  background: #489186;
}
.members ul li.active .media a {
  color: #fff;
}
.members ul li.active .media .media-body .media-heading {
  color: #fff;
}
.members ul li.active-2 {
  background: #e19c61;
}
.members ul li.active-2 .media a {
  color: #fff;
}
.members ul li.active-2 .media .media-body .media-heading {
  color: #fff;
}
.chat-heading {
  text-align: center;
  margin: 0;
  padding: 14px;
  background: #058f7f;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.chat-body {
  position: relative;
}
.chat-body .well {
  padding: 0;
  background: #fff;
  margin-bottom: 0;
  position: relative;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 0;
}
.chat-body .well .load-more {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.chat-body .well .load-more .btn {
  border: none !important;
  background: #058f7f;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chat-body .well .chat-text {
  height: 700px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 80px 20px 0;
}
.date-divider {
  position: relative;
  margin: 20px 0 40px;
  text-align: center;
}
.date-divider .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.date-divider span {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fcfcfc;
  padding: 0 20px;
  width: 110px;
}
.chat-text .sender {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.chat-text .sender .sender-box {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  background: #f2f8f9;
  width: auto;
  min-width: 360px;
  padding: 20px 10px;
  flex-direction: column;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chat-text .sender .sender-box p {
  margin: 0;
}
.chat-text .sender .sender-box .date {
  margin-top: 5px;
  color: #666;
  font-weight: normal;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 12px;
  width: 100%;
  font-family: 'Tahoma';
}
.chat-text .sender.has-img {
  flex-direction: row;
  align-items: center;
}
.chat-text .sender.has-img .sender-img {
  position: relative;
  margin-left: 10px;
}
.chat-text .sender.has-img .sender-img img {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chat-text .sender.has-img .sender-img .status {
  position: absolute;
  left: 0;
  bottom: 0;
}
.chat-text .sender.has-img .sender-img .status span {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
}
.chat-text .sender.has-img .sender-img .status span.active {
  background: #39b54a;
}
.chat-text .recept {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.chat-text .recept .recept-box {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  background: #f7f7f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: auto;
  min-width: 300px;
  padding: 20px 10px;
  flex-direction: column;
}
.chat-text .recept .recept-box h5 {
  color: #333;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
}
.chat-text .recept .recept-box p {
  margin: 0;
  display: flex;
  align-items: center;
}
.chat-text .recept .recept-box p a {
  margin: 0 5px;
  color: #25bad6;
}
.chat-text .recept .recept-box .date {
  margin-top: 5px;
  color: #666;
  font-weight: normal;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 12px;
  width: 100%;
  font-family: 'Tahoma';
}
.chat-text .recept.has-img {
  flex-direction: row;
  align-items: center;
}
.chat-text .recept.has-img .recept-img {
  position: relative;
  margin-right: 10px;
}
.chat-text .recept.has-img .recept-img img {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chat-text .recept.has-img .recept-img .status {
  position: absolute;
  left: 0;
  bottom: 0;
}
.chat-text .recept.has-img .recept-img .status span {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
}
.chat-text .recept.has-img .recept-img .status span.active {
  background: #39b54a;
}
.chat-text .recept .grouped {
  display: flex;
  flex-direction: column;
  padding: 10px;
  background: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-width: 300px;
}
.chat-text .recept .grouped p {
  margin: 0;
}
.chat-textarea {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}
.chat-textarea .form-group {
  margin-bottom: 0;
  position: relative;
}
.chat-textarea .form-group .form-control {
  height: 65px;
  padding: 10px;
  resize: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.chat-textarea .form-group span {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #ddd;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-textarea .form-group .btn {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #ddd;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  outline: none;
  background: transparent;
}
.chat-accordion .panel .panel-heading {
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  background: #058f7f;
  padding: 12px;
}
.chat-accordion .panel .panel-heading .panel-title {
  position: relative;
}
.chat-accordion .panel .panel-heading .panel-title a {
  color: #fff;
}
.chat-accordion .panel .panel-heading .panel-title i {
  position: absolute;
  top: 0;
  right: 0;
}
.rtl .chat-accordion .panel .panel-heading .panel-title i {
  right: auto;
  left: 0;
}
@font-face {
  font-family: taha-naskh;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/taha-naskh.eot");
  src: url("../fonts/taha-naskh.eot") format("embedded-opentype"), url("../fonts/taha-naskh.woff") format("woff"), url("../fonts/taha-naskh.ttf") format("truetype");
}
html {
  font-size: 100%;
}
.islamic-typography {
  color: #757575;
  font-size: 1rem;
  line-height: 1.4285;
  margin: auto;
}
.islamic-typography p {
  text-indent: 1rem;
}
.islamic-typography em {
  color: #9b9b9b;
}
.islamic-typography h1 {
  font-size: 2rem;
}
.islamic-typography h2 {
  font-size: 1.5rem;
}
.islamic-typography h3 {
  font-size: 1.3125rem;
}
.islamic-typography h4 {
  font-size: 1.125rem;
}
.islamic-typography h5 {
  font-size: 1rem;
}
.islamic-typography h6 {
  font-size: 0.875rem;
}
.islamic-typography h1,
.islamic-typography h2,
.islamic-typography h3,
.islamic-typography h4,
.islamic-typography h5,
.islamic-typography h6 {
  background-color: #cde8cf;
  border: 1px solid #eee;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
  margin-left: 20px;
  margin-top: 2rem;
  padding: 15px 10px 15px 35px;
  position: relative;
}
.islamic-typography h1:after,
.islamic-typography h2:after,
.islamic-typography h3:after,
.islamic-typography h4:after,
.islamic-typography h5:after,
.islamic-typography h6:after {
  background-image: url("../../assets/images/circle.png");
  background-size: cover;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
.islamic-typography h1:before,
.islamic-typography h2:before,
.islamic-typography h3:before,
.islamic-typography h4:before,
.islamic-typography h5:before,
.islamic-typography h6:before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
.islamic-typography h1 {
  padding-left: 55px;
}
.islamic-typography h1:after {
  width: 70px;
  height: 70px;
}
.islamic-typography h2 {
  padding-left: 45px;
}
.islamic-typography h2:after {
  height: 60px;
  width: 60px;
}
.islamic-typography h3 {
  padding-left: 35px;
}
.islamic-typography h3:after {
  height: 50px;
  width: 50px;
}
.islamic-typography blockquote {
  background-color: #fdefe9;
  color: #b23f0e;
  margin: 1rem 1.5rem;
  padding: 1rem;
  position: relative;
}
.islamic-typography blockquote:before {
  background-color: #fce5db;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.islamic-typography blockquote p {
  text-indent: 0;
}
.islamic-typography blockquote footer {
  text-align: right;
}
.islamic-typography blockquote footer,
.islamic-typography blockquote footer a {
  color: #9b9b9b;
}
.islamic-typography ol,
.islamic-typography ul {
  margin-bottom: 2rem;
}
.islamic-typography img {
  height: auto;
  max-width: 100%;
}
.islamic-typography .hadith,
.islamic-typography .quran {
  border-color: transparent;
  border-style: solid;
  color: #ed5d20;
  direction: ltr;
  font-family: taha-naskh, Georgia, sans-serif;
  margin: 1rem auto;
}
.islamic-typography .hadith p,
.islamic-typography .quran p {
  margin-top: 0;
}
.islamic-typography .hadith .content,
.islamic-typography .quran .content {
  font-size: 20px;
  text-align: justify;
  text-align-last: center;
}
.islamic-typography .hadith .content p,
.islamic-typography .quran .content p {
  margin-bottom: 5px;
  direction: initial;
}
.islamic-typography .hadith .reference,
.islamic-typography .quran .reference {
  font-size: 14px;
  font-style: italic;
  text-align: right;
}
.islamic-typography .hadith .reference p,
.islamic-typography .quran .reference p {
  color: #9b9b9b;
  margin-bottom: 0;
  margin-top: 5px;
}
.islamic-typography .hadith .intro p,
.islamic-typography .quran .intro p {
  color: #9b9b9b;
  margin-bottom: 5px;
  text-align: center;
  direction: initial;
}
.islamic-typography .hadith {
  border-image: url(data:image/png;base64,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UmVhZHlxyWU8AAADKGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpERTE5MkRBODVBMTkxMUU3ODk1REUyM0UyMjY4RkI2RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpERTE5MkRBNzVBMTkxMUU3ODk1REUyM0UyMjY4RkI2RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyNkVDODhDNTg3MDExRTc4RkU0OEE3NTZDNDY2OEU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyNkVDODhENTg3MDExRTc4RkU0OEE3NTZDNDY2OEU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RmBxtwAANKpJREFUeNrsfQeQnNd93/vK9nK94XDoh0oCBEQA7KIKLZk2bUuWpZEznnGcOMVR7CRjR/bERSMxLinjUTwe20kkR3YS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) 30 round;
  border-width: 15px;
  padding: 1rem;
}
.islamic-typography .quran {
  border-image: url(data:image/png;base64,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UmVhZHlxyWU8AAADcGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmFjMjNkNDIxLWE3NjItNDhkYS1hMzdhLWUyNWU1YzkxZjI4ZCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFOTY5Njg3QTVBMTIxMUU3ODk1REUyM0UyMjY4RkI2RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFOTY5Njg3OTVBMTIxMUU3ODk1REUyM0UyMjY4RkI2RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyNkVDODkwNTg3MDExRTc4RkU0OEE3NTZDNDY2OEU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyNkVDODkxNTg3MDExRTc4RkU0OEE3NTZDNDY2OEU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Lr29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) 60 round;
  border-width: 30px;
  padding: 0;
}
.islamic-typography .custom-alert {
  background-color: #fafafa;
  background-image: url(data:image/png;base64,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UmVhZHlxyWU8AAADKGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2ODExNzJBQzVBMTMxMUU3ODk1REUyM0UyMjY4RkI2RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2ODExNzJBRDVBMTMxMUU3ODk1REUyM0UyMjY4RkI2RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY4MTE3MkFBNUExMzExRTc4OTVERTIzRTIyNjhGQjZFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY4MTE3MkFCNUExMzExRTc4OTVERTIzRTIyNjhGQjZFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+B8JUdAAAGMRJREFUeNrMnQuT2ziuhUGRetidmdn7///jbm2Stq0HpZtOicmnY1Duqd1bdV3l6odlSSBB4OAAhII9v8KP95cf78X8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);
  border: 1px solid #e0e0e0;
  color: #616161;
  display: flex;
  margin: 1rem 1.5rem;
  min-height: 60px;
  padding: .75rem 1rem .75rem 2.5rem;
  position: relative;
}
.islamic-typography .custom-alert .icon {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  height: 50px;
  left: -2px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
.islamic-typography .custom-alert .icon:before {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 12px 0 #e0e0e0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
  transform-origin: center center;
  width: 100%;
  z-index: 1;
}
.islamic-typography .custom-alert .icon .fa {
  font-size: 1.5rem;
  line-height: 50px;
  position: relative;
  z-index: 2;
}
.islamic-typography .custom-alert .content p {
  margin: 0;
}
.islamic-typography .custom-alert.custom-alert-warning {
  background-color: #fff2e6;
  border-color: #fed7b4;
  color: #fc7804;
}
.islamic-typography .custom-alert.custom-alert-warning .icon,
.islamic-typography .custom-alert.custom-alert-warning .icon:before {
  border-color: #fed7b4;
}
.islamic-typography .custom-alert.custom-alert-danger {
  background-color: #fdedeb;
  border-color: #f9d1cd;
  color: #e84838;
}
.islamic-typography .custom-alert.custom-alert-danger .icon,
.islamic-typography .custom-alert.custom-alert-danger .icon:before {
  border-color: #f9d1cd;
}
.islamic-typography .custom-alert.custom-alert-info {
  background-color: #e6f5ff;
  border-color: #c0e7ff;
  color: #049dfe;
}
.islamic-typography .custom-alert.custom-alert-info .icon,
.islamic-typography .custom-alert.custom-alert-info .icon:before {
  border-color: #c0e7ff;
}
.islamic-typography .conclusion {
  margin-top: 3rem;
}
.islamic-typography .conclusion-header {
  position: relative;
  text-align: center;
}
.islamic-typography .conclusion-header:before {
  background-color: #e0e0e0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.islamic-typography .conclusion-header h2 {
  background: url(data:image/png;base64,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UmVhZHlxyWU8AAADKGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2ODExNzJBQzVBMTMxMUU3ODk1REUyM0UyMjY4RkI2RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2ODExNzJBRDVBMTMxMUU3ODk1REUyM0UyMjY4RkI2RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY4MTE3MkFBNUExMzExRTc4OTVERTIzRTIyNjhGQjZFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY4MTE3MkFCNUExMzExRTc4OTVERTIzRTIyNjhGQjZFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+B8JUdAAAGMRJREFUeNrMnQuT2ziuhUGRetidmdn7///jbm2Stq0HpZtOicmnY1Duqd1bdV3l6odlSSBB4OAAhII9v8KP95cf78X8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) #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  color: #757575;
  display: inline-block;
  margin: 0;
  padding: .5rem 1.5rem;
  text-align: center;
}
.islamic-typography .conclusion-header h2:after,
.islamic-typography .conclusion-header h2:before {
  display: none;
}
.islamic-typography .conclusion-content {
  padding: 1rem 0;
}
.islamic-typography .conclusion-point-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.islamic-typography .conclusion-point {
  margin-bottom: 1rem;
  margin-left: 40px;
  position: relative;
}
.islamic-typography .conclusion .point-content {
  background-color: #fafafa;
  line-height: 24px;
  padding: 0.375rem 1rem;
}
.islamic-typography .conclusion .point-content p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.islamic-typography .conclusion .point-number {
  background-color: #fafafa;
  color: #f39067;
  display: block;
  height: 36px;
  left: -40px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 36px;
}
.islamic-typography .article-references {
  margin-top: 3rem;
}
.islamic-typography .article-references-header {
  border-bottom: 1px solid #eeeeee;
}
.islamic-typography .article-references-header h2 {
  background: 0 0;
  border: 0;
  color: #757575;
  font-size: 1.125rem;
  font-style: italic;
  margin: 0;
  padding: 0;
}
.islamic-typography .article-references-header h2:after,
.islamic-typography .article-references-header h2:before {
  display: none;
}
.islamic-typography .article-references-content li {
  font-size: .75rem;
  font-weight: 200;
  margin-bottom: 1.5rem;
}
.islamic-typography .article-references-content li a {
  font-style: italic;
}
.islamic-typography table td {
  padding: 12px;
  border: 1px solid #cccccc;
}
.rtl .islamic-typography h1,
.rtl .islamic-typography h2,
.rtl .islamic-typography h3,
.rtl .islamic-typography h4,
.rtl .islamic-typography h5,
.rtl .islamic-typography h6 {
  margin-right: 20px;
  margin-left: 0;
  padding: 15px 35px 15px 10px;
}
.rtl .islamic-typography h1:after,
.rtl .islamic-typography h2:after,
.rtl .islamic-typography h3:after,
.rtl .islamic-typography h4:after,
.rtl .islamic-typography h5:after,
.rtl .islamic-typography h6:after {
  right: 0;
  left: auto;
  transform: translate(40%, -50%);
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #058f7f;
}
.toast-error {
  background-color: #a05047;
}
.toast-info {
  background-color: #7386aa;
}
.toast-warning {
  background-color: #e19c61;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
  content: "\f103";
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
  content: "\f104";
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
  content: "\f105";
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
  content: "\f106";
}
.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
  content: "\f107";
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  content: "\f108";
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
  content: "\f109";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
  content: "\f10c";
}
.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
  content: "\f10d";
}
.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
  content: "\f10e";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}
.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
  content: "\f115";
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
  content: "\f116";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
  content: "\f11d";
}
.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
  content: "\f11e";
}
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100%!important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: 0;
}
.video-js *,
.video-js:after,
.video-js:before {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen {
  width: 100%!important;
  height: 100%!important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: .5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block!important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: .3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}
.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em 0;
  font-weight: 700;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
  display: block;
}
.video-js .vjs-menu-button-inline {
  transition: all .4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.22222222em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #ffffff;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}
.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-progress-holder {
  flex: auto;
  transition: all .2s;
  height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.66666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #ffffff;
}
.video-js .vjs-play-progress:before {
  font-size: .9em;
  position: absolute;
  right: -0.5em;
  top: -0.33333333em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: .6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em 0 .45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #ffffff;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel:hover .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: 9em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}
.video-js .vjs-volume-panel {
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}
.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: .5em;
  color: #888888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: #ff0000;
}
.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}
.vjs-subtitles {
  color: #ffffff;
}
.vjs-captions {
  color: #ffcc66;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
  animation: 0s linear 0.3s forwards vjs-spinner-show;
}
.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #ffffff;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #ffffff;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: .44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #ffffff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: #ffffff;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel {
  display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel {
  display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel {
  display: none;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display:grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: -1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}
.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #ffffff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #ffffff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}
.js-focus-visible .video-js:focus:not(.focus-visible) {
  outline: 0;
  background: 0 0;
}
.video-js .vjs-menu:focus:not(:focus-visible),
.video-js:focus:not(:focus-visible) {
  outline: 0;
  background: 0 0;
}
.student-present {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.student-present .sidebar-heading {
  padding: 12px;
  background: #058f7f;
  margin: 0;
  color: #fff;
}
.student-present .nav.nav-tabs {
  border: none !important;
  margin: 0;
}
.student-present .nav.nav-tabs li {
  display: block;
  float: none;
  margin: 0;
}
.student-present .nav.nav-tabs li a {
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  margin: 0;
  color: #888;
}
.student-present .nav.nav-tabs li a i {
  margin: 0 5px;
  color: green;
}
.student-present .nav.nav-tabs li.active a {
  color: green;
  font-weight: bold;
}
.single-studen-info {
  padding: 40px;
}
.absence-request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.absence-request .checkbox {
  margin: 0;
}
.absence-request .checkbox label {
  font-size: 16px;
  color: #a05047;
}
.absence-request .pages-numbers p {
  font-size: 18px;
  margin: 0;
  color: #888;
}
.absence-request .pages-numbers p span {
  color: #e19c61;
}
.student__rating .ratings {
  display: flex;
  align-items: center;
}
.student__rating .ratings h4 {
  color: #e19c61;
  margin: 0;
}
.student__rating .ratings .starrr {
  margin: 10px 10px 0;
}
.student__rating .ratings .starrr span {
  color: #d9d9d9;
  font-size: 18px;
}
.student__rating .ratings .starrr span.glyphicon-star {
  color: #e19c61;
}
.student__rating .ratings p {
  font-size: 16px;
  color: #888;
  margin: 0;
}
.notes-area .form-group textarea {
  height: 160px;
  resize: none;
}
.register-btn {
  text-align: center;
  padding-top: 50px;
}
.register-btn .btn {
  padding: 10px;
  border: none !important;
  outline: none;
  min-width: 170px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.register-btn .btn:hover {
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #058f7f;
}
.single-maqraa {
  position: relative;
}
.single-maqraa .well {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  border: none !important;
}
.single-maqraa .well .media .media-left img {
  width: 230px;
  height: 300px;
  object-fit: cover;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.share-btn {
  position: fixed;
  top: 40%;
  right: 20px;
  z-index: 9999;
}
.share-btn .btn-floating {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: red;
  color: #fff;
  outline: none;
}
.share-btn .btn-floating:focus {
  outline: none;
}
.share-btn .dropdown-menu {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  min-width: 40px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.share-btn .dropdown-menu .jssocials-shares .jssocials-share {
  margin: 0 0 5px;
  display: block;
  width: 100%;
}
.share-btn .dropdown-menu .jssocials-shares .jssocials-share .jssocials-share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.levels-accordion .panel-group .panel {
  border-radius: 0;
  margin-bottom: 10px;
}
.levels-accordion .panel-heading {
  background: #fff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  color: #444;
  padding: 0;
}
.levels-accordion .panel-heading .panel-title a {
  display: block;
  color: #1d1d1b;
  padding: 15px;
  position: relative;
  font-size: 17px;
  text-transform: capitalize;
}
.levels-accordion .panel-heading.active {
  background: #058f7f;
  color: #fff;
}
.levels-accordion .panel-heading.active .panel-title a {
  color: #fff;
}
.levels-accordion .panel-body {
  background: #fff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.levels-accordion .panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}
.levels-accordion .panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}
.levels-accordion .panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
.levels-accordion .panel-heading a:before {
  content: '\f107';
  position: absolute;
  font-family: "FontAwesome";
  right: 15px;
  top: 15px;
  font-size: 18px;
  transition: all 0.5s;
  transform: scale(1);
}
.levels-accordion .panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}
.levels-accordion #bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 18px;
  position: absolute;
  font-family: "FontAwesome";
  right: 15px;
  top: 15px;
  transform: scale(0);
  transition: all 0.5s;
}
.levels-accordion #bs-collapse .panel-heading.active a:after {
  content: '\f106';
  transform: scale(1);
  transition: all 0.5s;
}
.rtl .levels-accordion .panel-heading a:before {
  left: 15px;
  right: auto;
}
.rtl .levels-accordion #bs-collapse .panel-heading a:after {
  left: 15px;
  right: auto;
}
.rtl .levels-accordion #bs-collapse .panel-heading.active a:after {
  content: '\f106';
  transform: scale(1);
  transition: all 0.5s;
}
.dashboard-sidebar {
  background: #fff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.dashboard-sidebar .side-title {
  background: #e19c61;
  padding: 14px;
  margin: 0;
  color: #fff;
}
.dashboard-sidebar ul li a {
  display: block;
  padding: 10px;
  color: #999;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.dashboard-sidebar ul li a .badge {
  color: #fff;
  background: #058f7f;
  margin: 0 10px;
}
.dashboard-sidebar ul li.active a {
  background: #058f7f;
  color: #fff;
}
.dashboard-sidebar ul li.active a .badge {
  background: #fff;
  color: #058f7f;
}
.dashboard-sidebar .levels-accordion .panel-group {
  margin-bottom: 0;
}
.dashboard-sidebar .levels-accordion .panel-group .panel {
  margin: 0;
  border: none !important;
}
.dashboard-sidebar .levels-accordion .panel-heading {
  background: #fff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  color: #fff;
  padding: 0;
}
.dashboard-sidebar .levels-accordion .panel-heading .panel-title a {
  display: block;
  color: #fff;
  padding: 13px;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
}
.dashboard-sidebar .levels-accordion .panel-heading.active .panel-title a {
  color: #fff;
}
.dashboard-sidebar .levels-accordion .panel-body {
  background: #fff;
  padding: 0;
  box-shadow: none;
}
.dashboard-sidebar .levels-accordion .panel-body ul li a {
  background: transparent;
  color: #999;
}
.dashboard-sidebar .levels-accordion .panel-body ul li.active a {
  background: transparent;
  color: #058f7f;
}
/*****************************************************/
/*** custom variables ***/
/*****************************************************/
/*******************************************************************/
/*** FONTS ***/
/*******************************************************************/
/*******************************************************************/
/*** FONTS SETTING ***/
/*******************************************************************/
/*******************************************************************/
/*** COLOR SCHEME ***/
/*******************************************************************/
/*******************************************************************/
/*** images and fonts ***/
/*******************************************************************/
/*******************************************************************/
/*** bootstrap responsive variables ***/
/*******************************************************************/
body {
  background: url("../../assets/images/body-pattern.png") repeat;
}
body.no-bg {
  background: #fff;
}
.main-slider {
  position: relative;
  z-index: 22;
}
.main-slider #particles-js {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.main-slider .owl-carousel {
  z-index: 99;
  position: relative;
}
.main-slider .owl-carousel .item-video {
  width: 100%;
  height: 100%;
}
.main-slider .owl-carousel .owl-video {
  width: 100%;
  height: 100%;
}
.main-slider .owl-carousel .item {
  position: relative;
  z-index: 22;
}
.main-slider .owl-carousel .item:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #292847 0%, #4f4e63 100%);
  opacity: .7;
}
.main-slider .owl-carousel .item img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.main-slider .owl-carousel .item .slider-caption {
  position: absolute;
  text-align: left;
  top: 250px;
  left: 10%;
  max-width: 40%;
  z-index: 22;
  direction: ltr;
}
.main-slider .owl-carousel .item .slider-caption .slide_title {
  color: #fff;
  font-weight: bold;
  margin: 0 0 20px;
  text-transform: capitalize;
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 45px;
}
.main-slider .owl-carousel .item .slider-caption .slide-text {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.main-slider .owl-carousel .item .slider-caption .btn {
  border: none !important;
  outline: none;
  padding: 10px;
  min-width: 160px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  background: #DEB02D;
}
.main-slider .owl-carousel .item .play-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 22;
}
.main-slider .owl-carousel .item .play-icon .video-play-button {
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 21px;
  color: #e19c61;
}
.main-slider .owl-carousel .owl-nav {
  position: absolute;
  top: 350px;
  left: 0;
  margin: auto;
  right: 0;
  width: auto;
  display: block;
  z-index: -1;
}
.main-slider .owl-carousel .owl-nav .owl-prev,
.main-slider .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #058f7f;
  text-align: center;
  opacity: inherit;
  margin: auto;
}
.main-slider .owl-carousel .owl-nav .owl-prev {
  float: left;
  margin-left: 50px;
}
.main-slider .owl-carousel .owl-nav .owl-next {
  float: right;
  margin-right: 50px;
}
.main-slider .owl-carousel .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 6%;
  margin: 0 auto;
  text-align: center;
  z-index: 9999;
}
.main-slider .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.main-slider .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  display: inline-block;
  border: 1px solid #fff;
  margin: 0 2px;
}
.main-slider .owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
}
.main-slider .carousel-play-btns {
  position: absolute;
  bottom: 6%;
  right: 10%;
  z-index: 999;
}
.main-slider .carousel-play-btns .btn {
  border: none !important;
  outline: none;
}
div#html5-watermark {
  display: none !important;
}
.ot-alert {
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 999;
}
.ot-alert .alert {
  margin: 0;
  padding: 30px;
  text-align: center;
  color: #fff;
  max-width: 350px;
  width: 300px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border: none !important;
}
.ot-alert .alert p {
  margin: 0;
}
.ot-alert .alert.alert-danger {
  background: red;
}
.ot-alert .alert.alert-success {
  background: #1faf1f;
}
.section-title {
  margin-bottom: 50px;
}
.section-title .heading {
  font-weight: bold;
  font-size: 28px;
  margin: 0;
}
.section-title.sm-margin {
  margin-bottom: 10px;
}
.section-title.md-margin {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title.md-margin .heading {
  font-size: 18px;
  display: inline-block;
  font-weight: normal;
  padding: 10px 50px;
  background: #058f7f;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-title.md-margin i {
  font-size: 21px;
  color: #058f7f;
  margin: 0 10px;
}
.section-title.md-margin .btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none !important;
  outline: none;
  color: #fff;
  min-width: 100px;
  background: #e19c61;
  padding: 10px 30px;
}
.btn {
  outline: none !important;
  border: none !important;
}
.btn:focus {
  outline: none !important;
}
.btn-danger {
  background: #a05047;
}
.btn-warning {
  background: #e19c61;
}
.btn-success {
  background: #058f7f;
}
.text-orange {
  color: #E19C61;
}
.text-white {
  color: #fff;
}
.text-green {
  color: #058F7F;
}
.space {
  flex-grow: 1;
}
.maqraa-app {
  animation: 40s linear 0s normal none infinite running islamic;
  background: rgba(0, 0, 0, 0) url("../../assets/images/services-bg-center.jpg") repeat scroll 0 0;
  padding: 70px 0;
}
.maqraa-app .media .media-left img {
  width: 130px;
  height: 130px;
}
.maqraa-app .media .media-body {
  vertical-align: middle;
}
.maqraa-app .media .media-body .media-heading {
  font-size: 21px;
  color: #058f7f;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.maqraa-app .media .media-body p {
  font-size: 16px;
  color: #464646;
  margin: 0;
}
.maqraa-app .app-links a img {
  margin-bottom: 10px;
}
@-webkit-keyframes islamic {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 330px 0%;
  }
}
@-moz-keyframes islamic {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 330px 0%;
  }
}
@-ms-keyframes islamic {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 330px 0%;
  }
}
@keyframes islamic {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 330px 0%;
  }
}
.main-banner {
  background: url("../../assets/images/main-banner.png") no-repeat center center;
  padding: 40px 10% 70px;
  text-align: center;
  background-size: cover;
  min-height: 160px;
  position: relative;
}
.main-banner .main-banner-title {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.main-banner h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}
.main-banner p {
  color: #Fff;
  font-size: 17px;
  margin: 10px 0 0;
  max-height: 50px;
  overflow: hidden;
}
.main-banner .d-block {
  display: block;
  color: #fff;
  margin: 7px 0;
  font-size: 18px;
}
.main-banner .item__info {
  margin-top: 13px;
}
.main-banner .item__info span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 20px;
  color: #fff;
}
.main-banner .item__info span i {
  margin: 0 5px;
}
.main-banner .levels-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none !important;
  margin: 0 0 30px;
}
.main-banner .levels-breadcrumb .breadcrumb li {
  color: #fff;
  font-size: 18px;
}
.main-banner .levels-breadcrumb .breadcrumb li a {
  color: #fff;
}
.main-banner .go-exam {
  margin-top: 15px;
}
.main-banner .go-exam .btn {
  padding: 7px;
  border: none !important;
  outline: none;
  font-size: 16px;
  min-width: 170px;
  cursor: pointer;
}
.main-banner .search-box {
  width: 100%;
  margin-top: 20px;
}
.main-banner .search-box .form-group .form-control {
  height: 45px;
  border: none !important;
  outline: none;
  background: #fff;
}
.main-banner .search-box .form-group .btn {
  height: 45px;
  border: none !important;
  outline: none;
  background: #e19c61;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-banner .search-box .form-group .btn:hover {
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-banner.big-height {
  min-height: 390px;
}
.main-banner.md-height {
  min-height: 300px;
}
.main-banner.profile-banner {
  padding-bottom: 40px;
}
.main-banner.d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content {
  min-height: 400px;
  padding: 60px 0;
  position: relative;
  z-index: 9;
}
.charts {
  padding-top: 70px;
}
.maqraa-alert {
  position: fixed;
  top: 212px;
  z-index: 999;
  right: 0;
  max-width: 25%;
}
.select2-container {
  z-index: 9999;
}
.imgUp .imagePreview {
  width: 100%;
  height: 180px;
  background-position: center center;
  background: url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.imgUp .btn-primary {
  display: block;
  margin-top: -5px;
  color: #fff !important;
  background: #058f7f;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border: none !important;
}
.imgUp .del {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.imgAdd {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #4bd7ef;
  color: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
  margin-top: 0px;
  cursor: pointer;
  font-size: 15px;
}
.space {
  flex-grow: 1;
}
.privacy {
  padding: 0 0 80px;
}
.privacy .well {
  padding: 40px;
  background: #fff;
  border: none !important;
  margin-top: -80px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15), -1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  z-index: 22;
}
.privacy .well:before,
.privacy .well:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), -1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: -1;
}
.privacy .well:before {
  right: -3px;
  top: -3px;
}
.privacy .well:after {
  right: -6px;
  top: -6px;
}
.privacy .well .privacy-main-title {
  color: #058f7f;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 20px;
}
.privacy .well .privacy-sm-title {
  color: #058f7f;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 20px;
}
.privacy .well p {
  color: #666;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 30px;
}
.privacy .well ol {
  margin: 0 15px 30px;
}
.privacy .well ol li {
  font-size: 18px;
  color: #666;
  margin-bottom: 7px;
}
.privacy .well ol li a {
  color: #e19c61;
}
.privacy .well span {
  font-size: 18px;
}
.privacy .well span a {
  color: #a05047;
  text-decoration: underline;
}
.privacy .s-resluts {
  background: #74c416;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  display: flex;
  align-items: center;
}
.privacy .s-resluts .caption h4 {
  color: #fff;
  font-size: 21px;
  margin: 0 0 10px;
}
.privacy .s-resluts .caption h4 span {
  font-weight: bold;
}
.privacy .s-resluts .caption p {
  color: #fff;
  margin-bottom: 0;
  font-size: 17px;
}
.privacy .financial-income-assessment .panel-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #45245a;
}
.privacy .financial-income-assessment .panel-heading .panel-caption .panel-title {
  color: #fff;
  font-size: 21px;
}
.privacy .financial-income-assessment .panel-heading .panel-caption .panel-title b {
  font-weight: bold;
}
.privacy .financial-income-assessment .panel-heading .panel-caption p {
  margin: 15px 0 0;
  color: #fff;
  font-size: 16px;
}
.privacy .financial-income-assessment .panel-heading .btn-save {
  background: #ddc57d;
  color: #45245a;
}
.comments {
  margin-bottom: 20px;
}
.comments .media {
  padding: 20px;
  border: 1px solid #ddd;
}
.comments .media .media-left .media-object {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  font-size: 21px;
  color: #555;
  background: #fff;
}
.comments .media .media-body .media-heading {
  font-size: 16px;
  font-weight: bold;
}
.comments .media .media-body p {
  color: #555;
  line-height: 23px;
  font-size: 14px;
  margin-bottom: 0;
}
.next-report {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coteries-join .jumbotron {
  background: #fff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  padding: 30px;
}
.coteries-join .jumbotron .logo img {
  height: 150px;
  margin: 0 auto;
}
.coteries-join .jumbotron h1 {
  font-size: 24px;
  margin: 40px 0;
  color: #058f7f;
  font-weight: bold;
  text-align: center;
}
.coteries-join .jumbotron p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: normal;
}
.coteries-join .jumbotron p b {
  font-size: 14px;
}
.coteries-join .jumbotron h4 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
}
.coteries-join .jumbotron .btn-group .btn {
  padding: 10px;
  font-size: 18px;
  text-align: center;
}
.coteries-join .jumbotron .btn-group .btn img {
  height: 30px;
  margin: 0 auto;
}
.coteries-join .jumbotron .tab-content {
  padding-top: 30px;
}
.coteries-join .jumbotron .tab-content p {
  font-size: 15px;
}
.coteries-join .jumbotron .tab-content .bank-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 15px;
}
.coteries-join .jumbotron .tab-content .bank-info h5 {
  color: #058f7f;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
}
.coteries-join .jumbotron .tab-content .bank-info p {
  color: #333;
  font-size: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.coteries-join .jumbotron .tab-content .bank-info p:last-child {
  margin-bottom: 0;
}
.coteries-join .jumbotron .tab-content .radio {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 10px;
}
.coteries-join .jumbotron .tab-content .radio .caption h5 {
  font-weight: bold;
  margin: 0 0 10px;
  color: #333;
  font-size: 19px;
}
.coteries-join .jumbotron .tab-content .radio .caption p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  color: #666;
}
.coteries-join .jumbotron .join-now {
  margin-top: 20px;
  text-align: center;
}
.coteries-join .jumbotron .join-now .btn {
  padding: 10px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none !important;
  outline: none;
  min-width: 160px;
}
.coteries-join .jumbotron .join-now .btn:hover {
  background: #058f7f;
}
.coteries-join .jumbotron .transfer-type {
  text-align: center;
  padding: 40px 0;
}
.coteries-join .jumbotron .transfer-type img {
  height: 100px;
  margin: 0 auto 30px;
}
.coteries-join .jumbotron .transfer-type h1 {
  line-height: 40px;
  font-size: 26px;
  margin: 0 0 30px;
}
.coteries-join .jumbotron .transfer-type h1.text-success {
  color: green;
}
.coteries-join .jumbotron .transfer-type h1.text-danger {
  color: red;
}
.coteries-join .jumbotron .transfer-type p {
  font-size: 21px;
  color: #333;
}
.coteries-join .jumbotron .alert-danger {
  text-align: center;
}
.coteries-join .jumbotron .alert-danger p {
  margin: 0 0 10px;
  text-align: center;
  justify-content: center;
  font-size: 18px;
}
.coteries-join .jumbotron .alert-danger #countdown2 {
  font-weight: bold;
  font-size: 21px;
  color: red;
}
.bank-modal .modal-header {
  background: #058f7f;
  text-align: center;
}
.bank-modal .modal-header .modal-title {
  color: #fff;
}
.bank-modal .modal-body .form-group .form-control {
  height: 43px;
}
.bank-modal .modal-footer {
  text-align: center;
}
.bank-modal .modal-footer .btn {
  background: #e19c61;
  padding: 10px;
  display: block;
  width: 100%;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  border: none !important;
  outline: none;
  font-size: 16px;
  text-transform: capitalize;
}
.badge-danger {
  background: #dc3545 !important;
  color: #fff;
}
.badge-default {
  background: #d2d1d1 !important;
  color: #222;
}
.badge-success {
  background: #28a745 !important;
  color: #fff;
}
.answerss .q-box {
  margin-bottom: 30px;
}
.answerss .sec-name {
  color: #058f7f;
  margin: 50px 0 15px;
  font-size: 24px;
  font-weight: bold;
}
.answerss .st-name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.answerss .st-name h2 {
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 50px;
  border: 1px solid #ddd;
  color: #058f7f;
  font-size: 28px;
}
.answerss .panel {
  margin-bottom: 15px;
}
.answerss .panel .panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #058f7f;
}
.answerss .panel .panel-heading .panel-title {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.answerss .panel .panel-heading .panel-title p {
  margin: 0;
}
.answerss .panel .panel-heading span {
  color: #fff;
  margin: 0;
}
.answerss .panel .panel-heading span p {
  margin: 0;
}
.answerss .panel .panel-body {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.answerss .panel .panel-body h5 {
  color: #f5ac26;
  font-size: 21px;
  margin: 0 0 15px;
}
.answerss .panel .panel-body ol {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.answerss .panel .panel-body ol li {
  font-size: 16px;
  margin-bottom: 10px;
}
.answerss .panel .panel-body .pts {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.answerss .panel .panel-body .pts p {
  background: #058f7f;
  padding: 10px 30px;
  color: #fff;
  margin: 0;
  font-size: 18px;
}
.answerss .panel .panel-body .pts input {
  height: 45px;
  width: auto;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.answerss .panel .panel-body .pts .parsley-errors-list {
  margin: 0 10px;
  list-style: square;
  color: red;
  font-family: 'Tahoma';
  position: absolute;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  font-size: 14px;
}
.answerss .sub-btn .btn {
  padding: 10px;
  font-size: 16px;
}
.error-page {
  text-align: center;
  direction: ltr;
}
.error-page .st0 {
  font-family: 'FootlightMTLight';
}
.error-page .st1 {
  font-size: 83.0285px;
}
.error-page .st2 {
  fill: gray;
}
.error-page svg {
  width: 500px;
  height: 400px;
  text-align: center;
  fill: #16a085;
}
.error-page path#XMLID_5_ {
  fill: #16a085;
  filter: url(#blurFilter4);
}
.error-page path#XMLID_11_,
.error-page path#XMLID_2_ {
  fill: #16a085;
}
.error-page .circle {
  animation: out 2s infinite ease-out;
  fill: #16a085;
}
.error-page .message {
  color: #16a085;
  font-size: 30px;
  font-family: 'Tahoma';
}
.error-page .message:after {
  content: "]";
}
.error-page .message:before {
  content: "[";
}
.error-page .message:after,
.error-page .message:before {
  color: #16a085;
  font-size: 20px;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin: 0 50px;
}
@-webkit-keyframes opacity {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes opacity {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes out {
  0% {
    r: 1;
    opacity: 0.9;
  }
  25% {
    r: 5;
    opacity: 0.3;
  }
  50% {
    r: 10;
    opacity: 0.2;
  }
  75% {
    r: 15;
    opacity: 0.1;
  }
  100% {
    r: 20;
    opacity: 0;
  }
}
.rtl .main-slider .owl-carousel .item .slider-caption {
  text-align: right;
  right: 10%;
  left: auto;
  direction: rtl;
}
/*-----------------------------------------------------------------------------------*/
/*	GO TO TOP
/*-----------------------------------------------------------------------------------*/
#scrollUp {
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
  color: #f7f7f7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-backface-visibility: hidden;
  line-height: 1;
  font-size: 25px;
  line-height: 45px;
  width: 50px;
  height: 50px;
  text-align: center;
}
#scrollUp:hover {
  background: rgba(0, 0, 0, 0.5);
}
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eeeeee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaaaaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}
.xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555555 !important;
}
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f8fa 73%);
}
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #ffffff 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #ffffff 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #ffffff 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #ffffff 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #ffffff 73%);
}
.library-card {
  padding: 70px 20px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.library-card .go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #058f7f;
  border-radius: 0 4px 0 32px;
}
.library-card .go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}
.library-card .lib-logo {
  display: flex;
  align-items: center;
  height: 200px;
}
.library-card .lib-logo img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.library-card h4 {
  color: #058f7f;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 21px;
}
.library-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #058f7f;
  color: #fff;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.library-card:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -16px;
  left: -16px;
  background: #058f7f;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.library-card:hover {
  text-decoration: none;
}
.library-card:hover .lib-logo img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}
.library-card:hover:before,
.library-card:hover:after {
  transform: scale(5);
}
/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../../assets/images/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*# sourceMappingURL=lightgallery.css.map */
.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
  margin-bottom: 15px;
}
.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  height: 260px;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.rtl .lg-actions .lg-next {
  right: 20px;
}
.rtl .lg-actions .lg-next:before {
  content: "\e095";
}
@-webkit-keyframes lg-right-end {
  0% {
    right: 0;
  }
  50% {
    right: -30px;
  }
  100% {
    right: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    right: 0;
  }
  50% {
    right: -30px;
  }
  100% {
    right: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    right: 0;
  }
  50% {
    right: -30px;
  }
  100% {
    right: 0;
  }
}
@keyframes lg-right-end {
  0% {
    right: 0;
  }
  50% {
    right: -30px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    right: 0;
  }
  50% {
    right: 30px;
  }
  100% {
    right: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    right: 0;
  }
  50% {
    right: 30px;
  }
  100% {
    right: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    right: 0;
  }
  50% {
    right: 30px;
  }
  100% {
    right: 0;
  }
}
@keyframes lg-left-end {
  0% {
    right: 0;
  }
  50% {
    right: 30px;
  }
  100% {
    right: 0;
  }
}
.rtl .lg-toolbar {
  right: 0;
  left: auto;
}
.rtl .lg-toolbar .lg-icon {
  float: left;
}
.rtl #lg-counter {
  padding-right: 20px;
  padding-left: 0;
}
.rtl .lg-outer .lg-thumb-item {
  float: right;
}
.rtl .lg-outer .lg-toogle-thumb {
  left: 20px;
  right: auto;
}
.rtl .lg-outer .lg-video .lg-object {
  right: 0;
  left: auto;
}
.rtl .lg-outer .lg-video .lg-video-play {
  right: 50%;
  left: auto;
  margin-right: -42px;
  margin-left: 0;
}
.rtl .lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.rtl .lg-progress-bar {
  right: 0;
  left: auto;
}
.rtl .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: right 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: right 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: right 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: right 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.rtl .lg-outer .lg-pager-thumb-cont {
  right: 0;
  left: auto;
  margin-right: -60px;
  margin-left: 0;
}
.rtl .lg-outer .lg-caret {
  right: 50%;
  left: auto;
  margin-right: -5px;
  margin-left: 0;
}
.rtl .lg-outer .lg-dropdown {
  left: 0;
  right: auto;
  text-align: right;
}
.rtl .lg-outer .lg-dropdown:after {
  left: 16px;
  right: auto;
}
.rtl .lg-outer .lg-dropdown .lg-icon {
  margin-left: 8px;
  margin-right: 0;
}
.rtl .lg-outer {
  right: 0;
  left: auto;
  text-align: right;
}
.rtl .lg-outer .lg-inner {
  right: 0;
  left: auto;
}
.rtl .lg-outer .lg-item:before,
.rtl .lg-outer .lg-img-wrap:before {
  margin-left: -1px;
  margin-right: 0;
}
.rtl .lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  right: 0;
  left: auto;
}
.rtl .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  right: -100%;
  left: auto;
}
.rtl .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  right: 100%;
  left: auto;
}
.rtl .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  right: 0;
  left: auto;
}
.rtl .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.rtl .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.rtl .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: right 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: right 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: right 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: right 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.rtl .demo-gallery > ul > li a .demo-gallery-poster > img {
  right: 50%;
  left: auto;
  margin-right: -10px;
  margin-left: 0;
}
.rtl .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  right: 50%;
  left: auto;
  margin-right: -10px;
  margin-left: 0;
}
.rtl .demo-gallery .video .demo-gallery-poster img {
  margin-right: -24px;
  margin-left: 0;
}
.round-card {
  margin-bottom: 20px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  background: #fff;
}
.round-card .media .media-left {
  padding: 0;
}
.round-card .media .media-left .media-object {
  position: relative;
}
.round-card .media .media-left .media-object img {
  width: 300px;
  height: 250px;
  object-fit: cover;
}
.round-card .media .media-left .media-object span {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #058f7f;
  padding: 5px 10px;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.round-card .media .media-body {
  vertical-align: middle;
  padding: 20px 20px 0;
  position: relative;
}
.round-card .media .media-body .media-heading {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
.round-card .media .media-body .media-heading a {
  color: #a05047;
}
.round-card .media .media-body .maqraa-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.round-card .media .media-body .maqraa-info a {
  display: flex;
}
.round-card .media .media-body .maqraa-info span {
  margin-right: 7px;
  color: #058f7f;
  padding: 7px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.round-card .media .media-body .maqraa-info span i {
  color: #e19c61;
  margin: 0 5px;
}
.round-card .media .media-body .available-kids {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
}
.round-card .media .media-body .available-kids p {
  color: #058f7f;
  margin-right: 7px;
  padding: 7px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.round-card .media .media-body .available-kids p i {
  color: #e19c61;
  margin: 0 5px;
  font-size: 16px;
}
.round-card .media .media-body .available-kids p b {
  color: #a05047;
}
.round-card .media .media-body .round-description p {
  height: auto;
  max-height: 50px;
  color: #999;
  line-height: 23px;
  margin-bottom: 0;
  overflow: hidden;
}
.round-card .media .media-body .join-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.round-card .media .media-body .join-btn .btn {
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  padding: 10px;
  min-width: 130px;
  outline: none;
  background: #e19c61;
}
.round-deatils {
  margin-bottom: 30px;
}
.round-deatils .card {
  padding: 30px;
  -webkit-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -moz-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -ms-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  -o-box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
.round-deatils .card .row {
  display: flex;
  align-items: center;
}
.round-deatils .card h4 {
  color: #a05047;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 15px;
}
.round-deatils .card ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.round-deatils .card ul li {
  padding: 7px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 3px 5px;
  white-space: nowrap;
}
.round-deatils .card .btn {
  padding: 10px;
  max-width: 200px;
  min-width: 200px;
  border: none !important;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.round-deatils .card .btn:hover {
  background: #e19c61;
}
.rtl .round-card .media .media-left .media-object span {
  right: 10px;
  left: auto;
}
.rtl .round-card .media .media-body .maqraa-info span {
  margin-left: 7px;
  margin-right: 0;
}
.rtl .round-card .media .media-body .available-kids p {
  margin-left: 7px;
  margin-right: 0;
}
.rtl .round-card .media .media-body .join-btn {
  left: 0;
  right: auto;
}
/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
table.bt thead,
table.bt tbody th {
  display: none;
}
table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  /* IE 9 */
  float: left\9;
  width: 100%\9;
}
table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) " ";
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 9.5em;
}
table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}
table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}
.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}
/*Invoice*/
.invoice .top-left {
  font-size: 65px;
  color: #3ba0ff;
}
.invoice .top-right {
  text-align: right;
  padding-right: 20px;
}
.invoice .table-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 25px;
}
.invoice .payment-info {
  font-weight: 500;
}
.invoice .table-row .table > thead {
  border-top: 1px solid #ddd;
}
.invoice .table-row .table > thead > tr > th {
  border-bottom: none;
}
.invoice .table > tbody > tr > td {
  padding: 8px 20px;
}
.invoice .invoice-total {
  margin-right: -10px;
  font-size: 16px;
}
.invoice .last-row {
  border-bottom: 1px solid #ddd;
}
.invoice-ribbon {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: 14px;
}
.ribbon-inner {
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 11px;
  width: 120px;
  background-color: #66c591;
  font-size: 15px;
  color: #fff;
}
.ribbon-inner:before,
.ribbon-inner:after {
  content: "";
  position: absolute;
}
.ribbon-inner:before {
  left: 0;
}
.ribbon-inner:after {
  right: 0;
}
@media (max-width: 575px) {
  .invoice .top-left,
  .invoice .top-right,
  .invoice .payment-details {
    text-align: center;
  }
  .invoice .from,
  .invoice .to,
  .invoice .payment-details {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .invoice p.lead,
  .invoice .from p.lead,
  .invoice .to p.lead,
  .invoice .payment-details p.lead {
    font-size: 22px;
  }
  .invoice .btn {
    margin-top: 10px;
  }
}
@media print {
  .invoice {
    width: 900px;
    height: 800px;
  }
}
.invoice-info .panel .panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  width: 100%;
}
.invoice-info .panel .panel-heading .row {
  display: flex;
  align-items: center;
}
.invoice-info .panel .panel-heading .logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.invoice-info .panel .panel-heading .logo img {
  height: 70px;
  margin: 0 auto;
}
.invoice-info .panel .panel-heading .invoice-date {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.invoice-info .panel .panel-heading .invoice-date h3 {
  color: #e19c61;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 15px;
}
.invoice-info .panel .panel-heading .invoice-date span {
  font-family: 'Tahoma';
  color: #555;
  font-size: 16px;
}
.invoice-info .panel .panel-body {
  text-align: center;
}
.invoice-info .panel .panel-body .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.invoice-info .panel .panel-body h4 {
  color: #058f7f;
  font-size: 18px;
  margin: 0;
}
.invoice-info .panel .panel-body span {
  display: block;
  margin-top: 10px;
  font-family: 'Tahoma';
  color: #555;
  font-size: 16px;
}
.invoice-table .history-table table {
  margin: 0;
}
.invoice-table .history-table table tfoot tr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.invoice-table .history-table table tfoot td {
  vertical-align: middle;
  padding: 20px;
  width: 50%;
}
.total-price {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-price .print .btn {
  padding: 10px;
  border: none !important;
  background: #058f7f;
  font-size: 16px;
  outline: none;
}
.total-price .total h5 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin: 0;
}
.pending-form {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding: 30px 20px;
}
.pending-form h3 {
  margin: 0 0 20px;
  color: #e19c61;
}
.pending-form .form-group label {
  font-weight: bold;
  color: #333;
}
.pending-form .form-group input {
  height: 45px;
}
.pending-form .form-group textarea {
  height: 200px;
  resize: none;
}
.pending-form .submit-btn {
  text-align: center;
  padding-top: 30px;
}
.pending-form .submit-btn .btn {
  border: none !important;
  outline: none;
  min-width: 200px;
  padding: 10px;
  background: #e19c61;
}
.printed-invoice {
  padding-top: 100px;
}
.printed-invoice .total-price {
  justify-content: center;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .navbar-toggle {
    display: block;
    margin: 7px 0 0;
    box-shadow: none;
    color: #ffffff;
  }
  .navbar-toggle:hover,
  .navbar-toggle:focus {
    background: #a05047 !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-collapse.collapse,
  .rtl .navbar-collapse.collapse {
    display: none!important;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav,
  .rtl .navbar-nav {
    float: none!important;
    margin: 0;
    padding-top: 50px;
  }
  .navbar.navbar-default.main-nav .nav.navbar-nav {
    margin-right: 0;
    margin-bottom: 20px;
    padding-top: 0;
    text-align: center;
  }
  .navbar.navbar-default.main-nav .nav.navbar-nav li {
    margin: 5px 0;
    width: 100%;
    display: block;
  }
  .navbar.navbar-default.main-nav .nav.navbar-nav li a {
    padding: 10px;
    text-align: center;
  }
  .navbar-nav > li,
  .rtl .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li a,
  .rtl .navbar-nav > li a {
    padding: 10px 0;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .table-responsive .table {
    max-width: none;
    -webkit-overflow-scrolling: touch !important;
    margin-bottom: 20px;
  }
  .table-responsive .table thead th {
    background: #e19c61;
  }
}
@media (max-width: 767px) {
  .main-slider .owl-carousel .item img,
  .rtl .main-slider .owl-carousel .item img {
    height: 500px;
    object-fit: cover;
  }
  .main-slider .owl-carousel .item .slider-caption,
  .rtl .main-slider .owl-carousel .item .slider-caption {
    top: 90px;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    z-index: 22;
  }
  .main-slider .owl-carousel .item .slider-caption .slide_title,
  .rtl .main-slider .owl-carousel .item .slider-caption .slide_title {
    font-size: 36px;
  }
  .main-slider .owl-carousel .owl-nav,
  .rtl .main-slider .owl-carousel .owl-nav {
    display: none;
  }
  .maqare-types .child {
    display: none;
  }
  .maqare-list,
  .rtl .maqare-list {
    padding-bottom: 100px;
  }
  .maqare-list .slick-prev:before,
  .rtl .maqare-list .slick-prev:before,
  .maqare-list .slick-next:before,
  .rtl .maqare-list .slick-next:before {
    font-size: 25px;
  }
  .maqare-list .slick-prev,
  .rtl .maqare-list .slick-prev,
  .maqare-list .slick-next,
  .rtl .maqare-list .slick-next {
    bottom: -50px;
    top: auto;
  }
  .maqare-list .slick-next,
  .rtl .maqare-list .slick-next {
    right: 42%;
  }
  .maqare-list .slick-prev,
  .rtl .maqare-list .slick-prev {
    left: 42%;
  }
  .view-more,
  .rtl .view-more {
    margin-top: 100px;
    text-align: center;
  }
  .view-more .btn:hover,
  .rtl .view-more .btn:hover {
    transform: none;
  }
  .feature,
  .rtl .feature {
    background: url("../../assets/images/features-bg.jpg") no-repeat;
  }
  .home-contact .form-group,
  .rtl .home-contact .form-group {
    display: block;
    margin: 0 0 15px;
  }
  .home-contact .form-group label,
  .rtl .home-contact .form-group label {
    text-align: inherit !important;
    margin-bottom: 10px;
  }
  .home-contact .send-btn,
  .rtl .home-contact .send-btn {
    text-align: center;
  }
  .home-contact .send-btn .btn:hover,
  .rtl .home-contact .send-btn .btn:hover {
    transform: none;
  }
  .main-footer .top-footer .row {
    flex-direction: column;
  }
  .main-footer .top-footer .about {
    margin-bottom: 40px;
    text-align: center;
  }
  .main-footer .top-footer .about img {
    max-height: 150px;
    width: auto;
    margin: 0 auto 20px;
  }
  .main-footer .top-footer .social-icons {
    margin-bottom: 40px;
  }
  .main-footer .bottom-footer {
    text-align: center;
  }
  .main-footer .bottom-footer .container {
    display: block;
  }
  .main-footer .bottom-footer .bottom-links a {
    margin-bottom: 15px;
  }
  .main-footer .bottom-footer p {
    display: block;
  }
  .maqraa_card .maqraa-img img {
    height: auto;
    object-fit: cover;
    max-height: 250px;
  }
  .maqraa_card .caption .maqraa-description p {
    height: auto;
    overflow: visible;
  }
  .featured-lib-card figure .fig-img a img {
    height: auto;
  }
  .featured-lib-card figure figcaption p {
    height: auto;
    overflow: visible;
  }
  .single-maqraa-banner .banner-img img {
    height: auto;
  }
  .login-page {
    padding: 60px 20px;
  }
  .login-page .jumbotron {
    height: auto !important;
  }
  .dashboard-list {
    margin-bottom: 40px;
  }
  .dashboard-list ul {
    flex-wrap: wrap;
  }
  .dashboard-list ul li {
    width: 33% !important;
  }
  .dashboard-list ul li a {
    padding: 20px 10px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
  }
  .history-table .table-responsive {
    overflow-x: auto;
  }
  .our-process .card {
    padding: 20px 20px;
  }
  .our-process .user-scores {
    margin-top: 20px;
  }
  .our-process .user-scores .box {
    padding: 20px 10px;
  }
  .our-process .user-scores .box p {
    font-size: 14px;
  }
  .our-process .user-scores .box p b {
    font-size: 14px;
  }
  .our-process .lesson-levels-results {
    margin-top: 30px;
  }
  .our-process .lesson-levels-results .title {
    font-size: 17px;
  }
  .our-process .lesson-levels-results ul li .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: inherit;
    padding: 0;
  }
  .our-process .lesson-levels-results ul li .row span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
  }
  .our-process .questions .panel-heading .row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0 15px 10px;
  }
  .our-process .questions .panel-heading .panel-title {
    margin: 0 !important;
  }
  .our-process .questions .panel-heading .panel-title a {
    font-size: 17px;
  }
  .our-process .questions .panel-heading .title-info {
    display: flex;
    align-items: center;
    padding: 0 10px 10px;
  }
  .our-process .questions .panel-heading .questions-num {
    text-align: inherit;
  }
  .our-process .questions .panel-heading .questions-num span {
    font-size: 14px;
  }
  .our-process .questions .panel-body {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
  }
  .our-process .questions .panel-body h4 {
    margin: 0;
  }
  .our-process .questions .panel-body ul li .lesson-head span {
    font-size: 16px;
  }
  .sm-featured-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .sm-featured-item .media {
    margin-bottom: 20px;
  }
  .featured-lib-card figure figcaption .item_title {
    height: auto;
    overflow: visible;
  }
  .items_filters {
    flex-direction: column;
  }
  .items_filters .list_heading {
    margin: 20px 0;
  }
  .items_filters .nav.nav-tabs {
    margin-bottom: 20px;
  }
  .items_filters .nav.nav-tabs li a {
    padding: 7px 15px;
  }
  .item_main_info .well {
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .item_main_info .well .item_resources {
    padding: 20px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .item_main_info .well .item_resources span {
    font-size: 16px;
    margin: 7px 0;
  }
  .item_main_info .well .item_actions {
    width: 100%;
  }
  .main-banner {
    padding: 40px 15px 70px;
  }
  .avatar-upload .avatar-preview {
    width: 120px;
    height: 140px;
  }
  .avatar-upload .avatar-edit input + label {
    white-space: nowrap;
  }
  .chat-text .sender .sender-box {
    min-width: 100%;
  }
  .chat-body .well .chat-text {
    height: auto;
    max-height: 500px;
  }
  .library_featured_items {
    margin-top: -110px;
  }
  table {
    background: white;
    border-collapse: collapse;
    margin: 0;
    width: 100%;
  }
  table tr,
  table th,
  table td {
    border: none;
    border-bottom: 1px solid #e4ebeb;
    font-size: .875rem;
  }
  table th,
  table td {
    padding: 10px 12px;
    text-align: left;
  }
  table th {
    background: #e19c61;
    color: #ffffff;
    text-transform: uppercase;
  }
  table tr td {
    background: #f9f9f9;
    color: #999999;
  }
  table tr:nth-of-type(2n + 2) td {
    background: #ffffff;
  }
  table.bt tfoot th,
  table.bt tfoot td,
  table.bt tbody td {
    font-size: .8125rem;
    padding: 0;
  }
  table.bt tfoot th:before,
  table.bt tfoot td:before,
  table.bt tbody td:before {
    background: #058f7f;
    color: white;
    margin-left: 10px;
    padding: 2px 10px;
  }
  table.bt tfoot th .bt-content,
  table.bt tfoot td .bt-content,
  table.bt tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
  }
  table.bt tfoot th:first-of-type:before,
  table.bt tfoot th:first-of-type .bt-content,
  table.bt tfoot td:first-of-type:before,
  table.bt tfoot td:first-of-type .bt-content,
  table.bt tbody td:first-of-type:before,
  table.bt tbody td:first-of-type .bt-content {
    padding-top: 10px;
  }
  table.bt tfoot th:last-of-type:before,
  table.bt tfoot th:last-of-type .bt-content,
  table.bt tfoot td:last-of-type:before,
  table.bt tfoot td:last-of-type .bt-content,
  table.bt tbody td:last-of-type:before,
  table.bt tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
  }
  /*
 * Example 2:
 * Container breakpoint
 */
  .clearfix::before,
  .clearfix::after {
    content: " ";
    display: table;
  }
  .clearfix::after {
    clear: both;
  }
}
