@charset "utf-8";
.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-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;
  }
}
.m-auto {
  margin: auto !important;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-100 {
  margin: 100px !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mt-5,
.my-5 {
  margin-top: 5px !important;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mt-15,
.my-15 {
  margin-top: 15px !important;
}
.mt-20,
.my-20 {
  margin-top: 20px !important;
}
.mt-25,
.my-25 {
  margin-top: 25px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}
.mt-35,
.my-35 {
  margin-top: 35px !important;
}
.mt-40,
.my-40 {
  margin-top: 40px !important;
}
.mt-45,
.my-45 {
  margin-top: 45px !important;
}
.mt-50,
.my-50 {
  margin-top: 50px !important;
}
.mt-60,
.my-60 {
  margin-top: 60px !important;
}
.mt-70,
.my-70 {
  margin-top: 70px !important;
}
.mt-80,
.my-80 {
  margin-top: 80px !important;
}
.mt-100,
.my-100 {
  margin-top: 100px !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.mb-15,
.my-15 {
  margin-bottom: 15px !important;
}
.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}
.mb-25,
.my-25 {
  margin-bottom: 25px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}
.mb-35,
.my-35 {
  margin-bottom: 35px !important;
}
.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}
.mb-45,
.my-45 {
  margin-bottom: 45px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}
.mb-60,
.my-60 {
  margin-bottom: 60px !important;
}
.mb-70,
.my-70 {
  margin-bottom: 70px !important;
}
.mb-80,
.my-80 {
  margin-bottom: 80px !important;
}
.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.ml-5,
.mx-5 {
  margin-left: 5px !important;
}
.ml-10,
.mx-10 {
  margin-left: 10px !important;
}
.ml-15,
.mx-15 {
  margin-left: 15px !important;
}
.ml-20,
.mx-20 {
  margin-left: 20px !important;
}
.ml-25,
.mx-25 {
  margin-left: 25px !important;
}
.ml-30,
.mx-30 {
  margin-left: 30px !important;
}
.ml-35,
.mx-35 {
  margin-left: 35px !important;
}
.ml-40,
.mx-40 {
  margin-left: 40px !important;
}
.ml-45,
.mx-45 {
  margin-left: 45px !important;
}
.ml-50,
.mx-50 {
  margin-left: 50px !important;
}
.ml-60,
.mx-60 {
  margin-left: 60px !important;
}
.ml-70,
.mx-70 {
  margin-left: 70px !important;
}
.ml-80,
.mx-80 {
  margin-left: 80px !important;
}
.ml-100,
.mx-100 {
  margin-left: 100px !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mr-5,
.mx-5 {
  margin-right: 5px !important;
}
.mr-10,
.mx-10 {
  margin-right: 10px !important;
}
.mr-15,
.mx-15 {
  margin-right: 15px !important;
}
.mr-20,
.mx-20 {
  margin-right: 20px !important;
}
.mr-25,
.mx-25 {
  margin-right: 25px !important;
}
.mr-30,
.mx-30 {
  margin-right: 30px !important;
}
.mr-35,
.mx-35 {
  margin-right: 35px !important;
}
.mr-40,
.mx-40 {
  margin-right: 40px !important;
}
.mr-45,
.mx-45 {
  margin-right: 45px !important;
}
.mr-50,
.mx-50 {
  margin-right: 50px !important;
}
.mr-60,
.mx-60 {
  margin-right: 60px !important;
}
.mr-70,
.mx-70 {
  margin-right: 70px !important;
}
.mr-80,
.mx-80 {
  margin-right: 80px !important;
}
.mr-100,
.mx-100 {
  margin-right: 100px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-100 {
  padding: 100px !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pt-5,
.py-5 {
  padding-top: 5px !important;
}
.pt-10,
.py-10 {
  padding-top: 10px !important;
}
.pt-15,
.py-15 {
  padding-top: 15px !important;
}
.pt-20,
.py-20 {
  padding-top: 20px !important;
}
.pt-25,
.py-25 {
  padding-top: 25px !important;
}
.pt-30,
.py-30 {
  padding-top: 30px !important;
}
.pt-35,
.py-35 {
  padding-top: 35px !important;
}
.pt-40,
.py-40 {
  padding-top: 40px !important;
}
.pt-45,
.py-45 {
  padding-top: 45px !important;
}
.pt-50,
.py-50 {
  padding-top: 50px !important;
}
.pt-60,
.py-60 {
  padding-top: 60px !important;
}
.pt-70,
.py-70 {
  padding-top: 70px !important;
}
.pt-80,
.py-80 {
  padding-top: 80px !important;
}
.pt-100,
.py-100 {
  padding-top: 100px !important;
}
.pt-150,
.py-150 {
  padding-top: 150px !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}
.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}
.pb-15,
.py-15 {
  padding-bottom: 15px !important;
}
.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}
.pb-25,
.py-25 {
  padding-bottom: 25px !important;
}
.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}
.pb-35,
.py-35 {
  padding-bottom: 35px !important;
}
.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}
.pb-45,
.py-45 {
  padding-bottom: 45px !important;
}
.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}
.pb-60,
.py-60 {
  padding-bottom: 60px !important;
}
.pb-70,
.py-70 {
  padding-bottom: 70px !important;
}
.pb-80,
.py-80 {
  padding-bottom: 80px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}
.pb-150,
.py-150 {
  padding-bottom: 150px !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.pl-5,
.px-5 {
  padding-left: 5px !important;
}
.pl-10,
.px-10 {
  padding-left: 10px !important;
}
.pl-15,
.px-15 {
  padding-left: 15px !important;
}
.pl-20,
.px-20 {
  padding-left: 20px !important;
}
.pl-25,
.px-25 {
  padding-left: 25px !important;
}
.pl-30,
.px-30 {
  padding-left: 30px !important;
}
.pl-35,
.px-35 {
  padding-left: 35px !important;
}
.pl-40,
.px-40 {
  padding-left: 40px !important;
}
.pl-45,
.px-45 {
  padding-left: 45px !important;
}
.pl-50,
.px-50 {
  padding-left: 50px !important;
}
.pl-60,
.px-60 {
  padding-left: 60px !important;
}
.pl-70,
.px-70 {
  padding-left: 70px !important;
}
.pl-80,
.px-80 {
  padding-left: 80px !important;
}
.pl-100,
.px-100 {
  padding-left: 100px !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pr-5,
.px-5 {
  padding-right: 5px !important;
}
.pr-10,
.px-10 {
  padding-right: 10px !important;
}
.pr-15,
.px-15 {
  padding-right: 15px !important;
}
.pr-20,
.px-20 {
  padding-right: 20px !important;
}
.pr-25,
.px-25 {
  padding-right: 25px !important;
}
.pr-30,
.px-30 {
  padding-right: 30px !important;
}
.pr-35,
.px-35 {
  padding-right: 35px !important;
}
.pr-40,
.px-40 {
  padding-right: 40px !important;
}
.pr-45,
.px-45 {
  padding-right: 45px !important;
}
.pr-50,
.px-50 {
  padding-right: 50px !important;
}
.pr-60,
.px-60 {
  padding-right: 60px !important;
}
.pr-70,
.px-70 {
  padding-right: 70px !important;
}
.pr-80,
.px-80 {
  padding-right: 80px !important;
}
.pr-100,
.px-100 {
  padding-right: 100px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-auto {
  height: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
p:first-letter,
li:first-letter {
  text-transform: capitalize !important;
}
title {
  text-transform: capitalize !important;
}
.p-sm {
  font-size: 15px !important;
  line-height: 18px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-34 {
  font-size: 34px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-42 {
  font-size: 42px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.em {
  font-style: italic !important;
}
.u {
  text-decoration: underline !important;
}
.center-block {
  display: block !important;
  margin-right: auto;
  margin-left: auto;
}
.affix {
  position: fixed;
}
b,
strong,
.b,
.strong {
  font-weight: bolder;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-white {
  color: #fff !important;
}
.text-dark {
  color: #f8f8f8 !important;
}
.text-highlight {
  color: #db0 !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: '';
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.image-placeholder {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
@font-face {
  font-family: 'FontAwesome';
  src:
    url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: 'FontAwesome' !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-check:before {
  content: '\f00c';
}
.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-angle-left:before {
  content: '\f104';
}
.fa-angle-right:before {
  content: '\f105';
}
.fa-arrow-circle-o-right:before {
  content: '\f18e';
}
.fa-map-marker:before {
  content: '\f041';
}
.fa-map:before {
  content: '\f279';
}
.fa-globe:before {
  content: '\f0ac';
}
.fa-calendar:before {
  content: '\f073';
}
.fa-phone:before {
  content: '\f095';
}
.fa-mobile-phone:before {
  content: '\f10b';
}
.fa-clock-o:before {
  content: '\f017';
}
.fa-facebook:before {
  content: '\f09a';
}
.fa-instagram:before {
  content: '\f16d';
}
.fa-twitter:before {
  content: '\f099';
}
.fa-youtube-play:before {
  content: '\f16a';
}
.fa-google:before {
  content: '\f1a0';
}
.fa-yelp:before {
  content: '\f1e9';
}
.fa-linkedin:before {
  content: '\f0e1';
}
.fa-pinterest:before {
  content: '\f0d2';
}
.fa-copyright:before {
  content: '\f1f9';
}
.fa-envelope:before {
  content: '\f0e0';
}
.fa-play-circle-o:before {
  content: '\f01d';
}
.fa-play:before {
  content: '\f04b';
}
.fa-file-pdf-o:before {
  content: '\f1c1';
}
.fa-edit:before {
  content: '\f044';
}
