.container-fluid-1440 {
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
}
@media (max-width: 767px) {
  .container-fluid-1440 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.full-width {
  width: 99.5vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.no-left-gutter {
  padding-left: 0;
}
.no-right-gutter {
  padding-right: 0;
}
.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.btn {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px 30px;
  text-align: center;
  border: 0;
  -webkit-appearance: none;
}
.btn.btn-primary {
  background: #057EB5;
  color: #fff;
  font-weight: 700;
}
.btn.btn-primary:hover {
  background: #1084b4;
}
.btn.btn-white {
  background: #fff;
  color: #3f3c3d;
  font-weight: 700;
}
.btn.btn-white:hover {
  background: #a0c6e3;
}
.btn.btn-outline {
  border: 4px solid #057EB5;
  color: #057EB5;
}
.btn.btn-outline-white {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-white:hover {
  background: #fff;
  color: #3f3c3d;
}
.btn.btn-uppercase {
  text-transform: uppercase;
}
.btn.btn-link {
  font-size: 14px;
  color: #057EB5;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  padding-bottom: 3px;
  position: relative;
}
.btn.btn-link:after {
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  height: 1px;
  position: absolute;
  background: #057EB5;
  width: 0;
  bottom: 0;
}
.btn.btn-link:after {
  left: 0;
}
.btn.btn-link:hover:after {
  width: 100%;
}
.btn.btn-xs {
  font-size: 12px;
  padding: 5px 10px;
}
.btn:hover {
  text-decoration: none;
}
.nav-tabs {
  position: fixed;
  left: 0;
  z-index: 1001;
  top: 170px;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 35px 0;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 35px 0;
  -o-transform: rotate(90deg);
  -o-transform-origin: 35px 0;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 35px 0;
  transform: rotate(90deg);
  transform-origin: 35px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-tabs li {
  display: block;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 2px;
}
.nav-tabs li a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: block;
  padding: 7px 10px;
  color: #fff;
  height: 35px;
  line-height: 25px;
  background-color: #666666;
  border: 1px solid #333;
  border-bottom-color: transparent;
}
.nav-tabs li.active a:hover,
.nav-tabs li a:hover,
.nav-tabs li.active a {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
  text-decoration: none;
}
.nav-tabs li.active a {
  font-weight: bold;
}
input::-ms-clear {
  display: none;
}
.pagination,
.pager {
  margin: 50px 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.pagination li.pager-previous,
.pager li.pager-previous,
.pagination li.pager-next,
.pager li.pager-next {
  top: 0;
  position: absolute;
  padding-top: 15px;
}
.pagination li.pager-previous a,
.pager li.pager-previous a,
.pagination li.pager-next a,
.pager li.pager-next a {
  color: #057EB5;
  text-transform: uppercase;
  font-size: 12px;
}
.pagination li.pager-previous,
.pager li.pager-previous {
  left: 0;
}
.pagination li.pager-previous a,
.pager li.pager-previous a {
  text-decoration: none;
  padding-bottom: 3px;
  position: relative;
}
.pagination li.pager-previous a:after,
.pager li.pager-previous a:after {
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  height: 1px;
  position: absolute;
  background: #057EB5;
  width: 0;
  bottom: 0;
}
.pagination li.pager-previous a:after,
.pager li.pager-previous a:after {
  right: 0;
}
.pagination li.pager-previous a:hover:after,
.pager li.pager-previous a:hover:after {
  width: 100%;
}
.pagination li.pager-next,
.pager li.pager-next {
  right: 0;
}
.pagination li.pager-next a,
.pager li.pager-next a {
  text-decoration: none;
  padding-bottom: 3px;
  position: relative;
}
.pagination li.pager-next a:after,
.pager li.pager-next a:after {
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  height: 1px;
  position: absolute;
  background: #057EB5;
  width: 0;
  bottom: 0;
}
.pagination li.pager-next a:after,
.pager li.pager-next a:after {
  left: 0;
}
.pagination li.pager-next a:hover:after,
.pager li.pager-next a:hover:after {
  width: 100%;
}
.pagination li.pager-current,
.pager li.pager-current {
  width: 200px;
  margin: auto;
  color: #999;
  font-size: 16px;
  text-transform: lowercase;
}
.pagination li.pager-current strong,
.pager li.pager-current strong {
  font-weight: 400;
  color: #333;
  font-size: 30px;
}
.pagination li {
  padding: 3px 7px;
  display: inline-block;
}
.pagination li span,
.pagination li a {
  color: #3f3c3d;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.pagination li.active span {
  color: #057EB5;
}
.pagination li.next a,
.pagination li.pager-last a {
  text-decoration: none;
  padding-bottom: 3px;
  position: relative;
}
.pagination li.next a:after,
.pagination li.pager-last a:after {
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  height: 1px;
  position: absolute;
  background: #3f3c3d;
  width: 0;
  bottom: 0;
}
.pagination li.next a:after,
.pagination li.pager-last a:after {
  left: 0;
}
.pagination li.next a:hover:after,
.pagination li.pager-last a:hover:after {
  width: 100%;
}
.pagination li.prev a,
.pagination li.pager-first a {
  text-decoration: none;
  padding-bottom: 3px;
  position: relative;
}
.pagination li.prev a:after,
.pagination li.pager-first a:after {
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  height: 1px;
  position: absolute;
  background: #3f3c3d;
  width: 0;
  bottom: 0;
}
.pagination li.prev a:after,
.pagination li.pager-first a:after {
  right: 0;
}
.pagination li.prev a:hover:after,
.pagination li.pager-first a:hover:after {
  width: 100%;
}
.breadcrumb {
  padding: 15px 0 5px 0;
}
.breadcrumb li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  list-style: none;
  margin: 0 20px 10px 0;
}
.breadcrumb li a {
  color: #057EB5;
  text-decoration: none;
  padding-bottom: 3px;
  position: relative;
}
.breadcrumb li a:after {
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  height: 1px;
  position: absolute;
  background: #057EB5;
  width: 0;
  bottom: 0;
}
.breadcrumb li a:after {
  right: 0;
}
.breadcrumb li a:hover:after {
  width: 100%;
}
