h1 {
  font-size: 26px;
  font-weight: bold;
}
h2 {
  font-size: 26px;
  line-height: 1.4em;
  color: #999;
}
.lead {
  font-size: 1.1em;
  font-weight: bold;
}
.label {
  font-size: 80%;
  font-weight: normal;
  color: #333;
  background-color: #b2b2b2;
}
.al-text-xs {
  font-size: 0.85em;
}
.al-text-sm {
  font-size: 1em;
}
.al-text-lg {
  font-size: 1.15em;
}
.al-text-xl {
  font-size: 1.5em;
}
.al-text-lighter {
  color: #999;
}
.al-text-red {
  color: #da4f49;
}
.al-text-black {
  color: #000;
}
.al-btn-green,
.navbar .navbar-nav > li > .al-btn-green {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #6CBA84 0%, #4a9e64 100%);
  background-image: -o-linear-gradient(top, #6CBA84 0%, #4a9e64 100%);
  background-image: linear-gradient(to bottom, #6CBA84 0%, #4a9e64 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6cba84', endColorstr='#ff4a9e64', GradientType=0);
  background-color: #6CBA84;
  border-color: #6CBA84;
}
.al-btn-green:hover,
.navbar .navbar-nav > li > .al-btn-green:hover,
.al-btn-green:focus,
.navbar .navbar-nav > li > .al-btn-green:focus {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #4a9e64 0%, #6CBA84 100%);
  background-image: -o-linear-gradient(top, #4a9e64 0%, #6CBA84 100%);
  background-image: linear-gradient(to bottom, #4a9e64 0%, #6CBA84 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a9e64', endColorstr='#ff6cba84', GradientType=0);
  border-color: #4a9e64;
}
.al-btn-green:active,
.navbar .navbar-nav > li > .al-btn-green:active,
.al-btn-green.active,
.navbar .navbar-nav > li > .al-btn-green.active {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #6CBA84 0%, #a0d2b0 100%);
  background-image: -o-linear-gradient(top, #6CBA84 0%, #a0d2b0 100%);
  background-image: linear-gradient(to bottom, #6CBA84 0%, #a0d2b0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6cba84', endColorstr='#ffa0d2b0', GradientType=0);
  border-color: #4a9e64;
}
.al-btn-green.disabled,
.navbar .navbar-nav > li > .al-btn-green.disabled,
.al-btn-green[disabled],
.navbar .navbar-nav > li > .al-btn-green[disabled],
fieldset[disabled] .al-btn-green,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-green,
.al-btn-green.disabled:hover,
.navbar .navbar-nav > li > .al-btn-green.disabled:hover,
.al-btn-green[disabled]:hover,
.navbar .navbar-nav > li > .al-btn-green[disabled]:hover,
fieldset[disabled] .al-btn-green:hover,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-green:hover,
.al-btn-green.disabled:focus,
.navbar .navbar-nav > li > .al-btn-green.disabled:focus,
.al-btn-green[disabled]:focus,
.navbar .navbar-nav > li > .al-btn-green[disabled]:focus,
fieldset[disabled] .al-btn-green:focus,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-green:focus,
.al-btn-green.disabled.focus,
.navbar .navbar-nav > li > .al-btn-green.disabled.focus,
.al-btn-green[disabled].focus,
.navbar .navbar-nav > li > .al-btn-green[disabled].focus,
fieldset[disabled] .al-btn-green.focus,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-green.focus,
.al-btn-green.disabled:active,
.navbar .navbar-nav > li > .al-btn-green.disabled:active,
.al-btn-green[disabled]:active,
.navbar .navbar-nav > li > .al-btn-green[disabled]:active,
fieldset[disabled] .al-btn-green:active,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-green:active,
.al-btn-green.disabled.active,
.navbar .navbar-nav > li > .al-btn-green.disabled.active,
.al-btn-green[disabled].active,
.navbar .navbar-nav > li > .al-btn-green[disabled].active,
fieldset[disabled] .al-btn-green.active,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-green.active {
  background-color: #e0e0e0;
}
.al-btn-red,
.navbar .navbar-nav > li > .al-btn-red {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #da4f49 0%, #bf2d27 100%);
  background-image: -o-linear-gradient(top, #da4f49 0%, #bf2d27 100%);
  background-image: linear-gradient(to bottom, #da4f49 0%, #bf2d27 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda4f49', endColorstr='#ffbf2d27', GradientType=0);
  background-color: #da4f49;
  border-color: #da4f49;
}
.al-btn-red:hover,
.navbar .navbar-nav > li > .al-btn-red:hover,
.al-btn-red:focus,
.navbar .navbar-nav > li > .al-btn-red:focus {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #bf2d27 0%, #da4f49 100%);
  background-image: -o-linear-gradient(top, #bf2d27 0%, #da4f49 100%);
  background-image: linear-gradient(to bottom, #bf2d27 0%, #da4f49 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf2d27', endColorstr='#ffda4f49', GradientType=0);
  border-color: #bf2d27;
}
.al-btn-red:active,
.navbar .navbar-nav > li > .al-btn-red:active,
.al-btn-red.active,
.navbar .navbar-nav > li > .al-btn-red.active {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #da4f49 0%, #e78c89 100%);
  background-image: -o-linear-gradient(top, #da4f49 0%, #e78c89 100%);
  background-image: linear-gradient(to bottom, #da4f49 0%, #e78c89 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda4f49', endColorstr='#ffe78c89', GradientType=0);
  border-color: #bf2d27;
}
.al-btn-red.disabled,
.navbar .navbar-nav > li > .al-btn-red.disabled,
.al-btn-red[disabled],
.navbar .navbar-nav > li > .al-btn-red[disabled],
fieldset[disabled] .al-btn-red,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-red,
.al-btn-red.disabled:hover,
.navbar .navbar-nav > li > .al-btn-red.disabled:hover,
.al-btn-red[disabled]:hover,
.navbar .navbar-nav > li > .al-btn-red[disabled]:hover,
fieldset[disabled] .al-btn-red:hover,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-red:hover,
.al-btn-red.disabled:focus,
.navbar .navbar-nav > li > .al-btn-red.disabled:focus,
.al-btn-red[disabled]:focus,
.navbar .navbar-nav > li > .al-btn-red[disabled]:focus,
fieldset[disabled] .al-btn-red:focus,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-red:focus,
.al-btn-red.disabled.focus,
.navbar .navbar-nav > li > .al-btn-red.disabled.focus,
.al-btn-red[disabled].focus,
.navbar .navbar-nav > li > .al-btn-red[disabled].focus,
fieldset[disabled] .al-btn-red.focus,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-red.focus,
.al-btn-red.disabled:active,
.navbar .navbar-nav > li > .al-btn-red.disabled:active,
.al-btn-red[disabled]:active,
.navbar .navbar-nav > li > .al-btn-red[disabled]:active,
fieldset[disabled] .al-btn-red:active,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-red:active,
.al-btn-red.disabled.active,
.navbar .navbar-nav > li > .al-btn-red.disabled.active,
.al-btn-red[disabled].active,
.navbar .navbar-nav > li > .al-btn-red[disabled].active,
fieldset[disabled] .al-btn-red.active,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-red.active {
  background-color: #e0e0e0;
}
.al-btn-orange,
.navbar .navbar-nav > li > .al-btn-orange {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #fe9e4d 0%, #fe7d10 100%);
  background-image: -o-linear-gradient(top, #fe9e4d 0%, #fe7d10 100%);
  background-image: linear-gradient(to bottom, #fe9e4d 0%, #fe7d10 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe9e4d', endColorstr='#fffe7d10', GradientType=0);
  background-color: #fe9e4d;
  border-color: #fe9e4d;
}
.al-btn-orange:hover,
.navbar .navbar-nav > li > .al-btn-orange:hover,
.al-btn-orange:focus,
.navbar .navbar-nav > li > .al-btn-orange:focus {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #fe7d10 0%, #fe9e4d 100%);
  background-image: -o-linear-gradient(top, #fe7d10 0%, #fe9e4d 100%);
  background-image: linear-gradient(to bottom, #fe7d10 0%, #fe9e4d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe7d10', endColorstr='#fffe9e4d', GradientType=0);
  border-color: #fe7d10;
}
.al-btn-orange:active,
.navbar .navbar-nav > li > .al-btn-orange:active,
.al-btn-orange.active,
.navbar .navbar-nav > li > .al-btn-orange.active {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #fe9e4d 0%, #fec799 100%);
  background-image: -o-linear-gradient(top, #fe9e4d 0%, #fec799 100%);
  background-image: linear-gradient(to bottom, #fe9e4d 0%, #fec799 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe9e4d', endColorstr='#fffec799', GradientType=0);
  border-color: #fe7d10;
}
.al-btn-orange.disabled,
.navbar .navbar-nav > li > .al-btn-orange.disabled,
.al-btn-orange[disabled],
.navbar .navbar-nav > li > .al-btn-orange[disabled],
fieldset[disabled] .al-btn-orange,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-orange,
.al-btn-orange.disabled:hover,
.navbar .navbar-nav > li > .al-btn-orange.disabled:hover,
.al-btn-orange[disabled]:hover,
.navbar .navbar-nav > li > .al-btn-orange[disabled]:hover,
fieldset[disabled] .al-btn-orange:hover,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-orange:hover,
.al-btn-orange.disabled:focus,
.navbar .navbar-nav > li > .al-btn-orange.disabled:focus,
.al-btn-orange[disabled]:focus,
.navbar .navbar-nav > li > .al-btn-orange[disabled]:focus,
fieldset[disabled] .al-btn-orange:focus,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-orange:focus,
.al-btn-orange.disabled.focus,
.navbar .navbar-nav > li > .al-btn-orange.disabled.focus,
.al-btn-orange[disabled].focus,
.navbar .navbar-nav > li > .al-btn-orange[disabled].focus,
fieldset[disabled] .al-btn-orange.focus,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-orange.focus,
.al-btn-orange.disabled:active,
.navbar .navbar-nav > li > .al-btn-orange.disabled:active,
.al-btn-orange[disabled]:active,
.navbar .navbar-nav > li > .al-btn-orange[disabled]:active,
fieldset[disabled] .al-btn-orange:active,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-orange:active,
.al-btn-orange.disabled.active,
.navbar .navbar-nav > li > .al-btn-orange.disabled.active,
.al-btn-orange[disabled].active,
.navbar .navbar-nav > li > .al-btn-orange[disabled].active,
fieldset[disabled] .al-btn-orange.active,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-orange.active {
  background-color: #e0e0e0;
}
.al-btn-blue,
.navbar .navbar-nav > li > .al-btn-blue {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #424299 0%, #30306e 100%);
  background-image: -o-linear-gradient(top, #424299 0%, #30306e 100%);
  background-image: linear-gradient(to bottom, #424299 0%, #30306e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff424299', endColorstr='#ff30306e', GradientType=0);
  background-color: #424299;
  border-color: #424299;
}
.al-btn-blue:hover,
.navbar .navbar-nav > li > .al-btn-blue:hover,
.al-btn-blue:focus,
.navbar .navbar-nav > li > .al-btn-blue:focus {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #30306e 0%, #424299 100%);
  background-image: -o-linear-gradient(top, #30306e 0%, #424299 100%);
  background-image: linear-gradient(to bottom, #30306e 0%, #424299 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff30306e', endColorstr='#ff424299', GradientType=0);
  border-color: #30306e;
}
.al-btn-blue:active,
.navbar .navbar-nav > li > .al-btn-blue:active,
.al-btn-blue.active,
.navbar .navbar-nav > li > .al-btn-blue.active {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #424299 0%, #6969be 100%);
  background-image: -o-linear-gradient(top, #424299 0%, #6969be 100%);
  background-image: linear-gradient(to bottom, #424299 0%, #6969be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff424299', endColorstr='#ff6969be', GradientType=0);
  border-color: #30306e;
}
.al-btn-blue.disabled,
.navbar .navbar-nav > li > .al-btn-blue.disabled,
.al-btn-blue[disabled],
.navbar .navbar-nav > li > .al-btn-blue[disabled],
fieldset[disabled] .al-btn-blue,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-blue,
.al-btn-blue.disabled:hover,
.navbar .navbar-nav > li > .al-btn-blue.disabled:hover,
.al-btn-blue[disabled]:hover,
.navbar .navbar-nav > li > .al-btn-blue[disabled]:hover,
fieldset[disabled] .al-btn-blue:hover,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-blue:hover,
.al-btn-blue.disabled:focus,
.navbar .navbar-nav > li > .al-btn-blue.disabled:focus,
.al-btn-blue[disabled]:focus,
.navbar .navbar-nav > li > .al-btn-blue[disabled]:focus,
fieldset[disabled] .al-btn-blue:focus,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-blue:focus,
.al-btn-blue.disabled.focus,
.navbar .navbar-nav > li > .al-btn-blue.disabled.focus,
.al-btn-blue[disabled].focus,
.navbar .navbar-nav > li > .al-btn-blue[disabled].focus,
fieldset[disabled] .al-btn-blue.focus,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-blue.focus,
.al-btn-blue.disabled:active,
.navbar .navbar-nav > li > .al-btn-blue.disabled:active,
.al-btn-blue[disabled]:active,
.navbar .navbar-nav > li > .al-btn-blue[disabled]:active,
fieldset[disabled] .al-btn-blue:active,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-blue:active,
.al-btn-blue.disabled.active,
.navbar .navbar-nav > li > .al-btn-blue.disabled.active,
.al-btn-blue[disabled].active,
.navbar .navbar-nav > li > .al-btn-blue[disabled].active,
fieldset[disabled] .al-btn-blue.active,
fieldset[disabled] .navbar .navbar-nav > li > .al-btn-blue.active {
  background-color: #e0e0e0;
}
.btn .al-filter-count {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  color: #313131;
}
.al-btn-size-sm {
  width: 150px;
}
.al-btn-size-md {
  width: 200px;
}
.al-btn-size-lg {
  width: 300px;
}
a.al-icon {
  text-decoration: none;
}
a.al-icon:hover {
  text-shadow: #000 0px 0px 1px;
}
.al-icon {
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.2em;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.al-icon.al-icon-lg {
  font-size: 2.5em;
  line-height: 0.8em;
}
.al-icon.al-black-icon {
  color: #000;
}
.al-icon.al-white-icon {
  color: #fff;
}
.al-icon-angle-left:after {
  content: '\f104';
}
.al-icon-angle-right:after {
  content: '\f105';
}
.al-icon-at:after {
  content: '\f1fa';
}
.al-icon-bullhorn:after {
  content: '\f0a1';
}
.al-icon-caret-down:after {
  content: '\f0d7';
}
.al-icon-check-circle:after {
  content: '\f058';
}
.al-icon-chevron-down:after {
  content: '\f078';
}
.al-icon-chevron-left:after {
  content: '\f053';
}
.al-icon-chevron-right:after {
  content: '\f054';
}
.al-icon-chevron-up:after {
  content: '\f077';
}
.al-icon-cross:after {
  content: '\f00d';
}
.al-icon-cross-circle:after {
  content: '\f057';
}
.al-icon-envelope:after {
  content: '\f0e0';
}
.al-icon-external-link:after {
  content: '\f08e';
}
.al-icon-facebook:after {
  content: '\f082';
  color: #3b5998;
}
.al-icon-googleplus:after {
  content: '\f0d4';
  color: #dd4b39;
}
.al-icon-globe:after {
  content: '\f0ac';
}
.al-icon-map-marker:after {
  content: '\f041';
}
.al-icon-minus-square:after {
  content: '\f146';
}
.al-icon-pencil:after {
  content: '\f040';
}
.al-icon-phone:after {
  content: '\f095';
}
.al-icon-pinterest:after {
  content: '\f0d2';
  color: #BD081C;
}
.al-icon-plus-square:after {
  content: '\f0fe';
}
.al-icon-sliders:after {
  content: '\f1de';
}
.al-icon-twitter:after {
  content: '\f081';
  color: #00b0ed;
}
.al-icon-user:after {
  content: '\f007';
}
.al-icon-left i {
  margin-right: 0.3em;
}
.al-icon-right i {
  margin-left: 0.3em;
}
.al-col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 479px) {
  .al-col-xxs-12 {
    float: left;
    width: 100%;
  }
}
.al-col-xs-2_4,
.al-col-sm-2_4,
.al-col-md-2_4,
.al-col-lg-2_4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.al-col-xxs-2_4 {
  float: left;
  width: 20%;
}
@media (min-width: 480px) {
  .al-col-xs-2_4 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 768px) {
  .al-col-sm-2_4 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .al-col-md-2_4 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .al-col-lg-2_4 {
    float: left;
    width: 20%;
  }
}
.al-row-gutter-sm {
  margin-left: -5px;
  margin-right: -5px;
}
.al-row-gutter-sm > .col-xs-1, .al-row-gutter-sm > .col-sm-1, .al-row-gutter-sm > .col-md-1, .al-row-gutter-sm > .col-lg-1, .al-row-gutter-sm > .col-xs-2, .al-row-gutter-sm > .col-sm-2, .al-row-gutter-sm > .col-md-2, .al-row-gutter-sm > .col-lg-2, .al-row-gutter-sm > .col-xs-3, .al-row-gutter-sm > .col-sm-3, .al-row-gutter-sm > .col-md-3, .al-row-gutter-sm > .col-lg-3, .al-row-gutter-sm > .col-xs-4, .al-row-gutter-sm > .col-sm-4, .al-row-gutter-sm > .col-md-4, .al-row-gutter-sm > .col-lg-4, .al-row-gutter-sm > .col-xs-5, .al-row-gutter-sm > .col-sm-5, .al-row-gutter-sm > .col-md-5, .al-row-gutter-sm > .col-lg-5, .al-row-gutter-sm > .col-xs-6, .al-row-gutter-sm > .col-sm-6, .al-row-gutter-sm > .col-md-6, .al-row-gutter-sm > .col-lg-6, .al-row-gutter-sm > .col-xs-7, .al-row-gutter-sm > .col-sm-7, .al-row-gutter-sm > .col-md-7, .al-row-gutter-sm > .col-lg-7, .al-row-gutter-sm > .col-xs-8, .al-row-gutter-sm > .col-sm-8, .al-row-gutter-sm > .col-md-8, .al-row-gutter-sm > .col-lg-8, .al-row-gutter-sm > .col-xs-9, .al-row-gutter-sm > .col-sm-9, .al-row-gutter-sm > .col-md-9, .al-row-gutter-sm > .col-lg-9, .al-row-gutter-sm > .col-xs-10, .al-row-gutter-sm > .col-sm-10, .al-row-gutter-sm > .col-md-10, .al-row-gutter-sm > .col-lg-10, .al-row-gutter-sm > .col-xs-11, .al-row-gutter-sm > .col-sm-11, .al-row-gutter-sm > .col-md-11, .al-row-gutter-sm > .col-lg-11, .al-row-gutter-sm > .col-xs-12, .al-row-gutter-sm > .col-sm-12, .al-row-gutter-sm > .col-md-12, .al-row-gutter-sm > .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.al-row-col-height-equals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.al-row-col-height-equals > [class*=col]:first-child {
  margin-right: -1px;
}
.al-row-col-height-equals > * > .al-wrapper-lg {
  height: 100%;
}
form .form-group.al-required label:after {
  content: "*";
  color: red;
}
form .form-group ul li a {
  color: inherit;
}
.has-error .form-control {
  border-color: #f00;
}
.al-form-inline-2-col,
.al-form-inline-3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.al-form-inline-2-col > .form-group,
.al-form-inline-3-col > .form-group {
  margin-bottom: 0;
}
.al-form-inline-2-col .form-group:first-child,
.al-form-inline-3-col .form-group:first-child {
  padding-right: 5px;
}
.al-form-inline-2-col .form-group:last-child,
.al-form-inline-3-col .form-group:last-child {
  padding-left: 5px;
  text-align: right;
}
.al-form-inline-2-col > .form-group {
  width: 50%;
}
.al-form-inline-3-col > .form-group,
.al-form-inline-3-col.radio > label {
  width: 33.33%;
}
@media (max-width: 479px) {
  .al-max-xxs-form-inline-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .al-max-xxs-form-inline-wrap > .form-group,
  .al-max-xxs-form-inline-wrap.radio > label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.well.well-red {
  background-color: #fec0aa;
  border-color: #da4f49;
}
.well.well-blue {
  background-color: #a9a9db;
  border-color: #424299;
}
.al-box:not(.al-xxs-tabs-right):not(.al-xs-tabs-right):not(.al-sm-tabs-right):not(.al-md-tabs-right):not(.al-lg-tabs-right) .al-box-title {
  margin-top: 0;
}
.al-box-tabbed .al-tabs > li > a {
  color: #999;
  font-weight: 500;
  border: 1px solid #ddd;
  background-color: #e9e9e9;
}
.al-box-tabbed .al-tabs > li.active > a,
.al-box-tabbed .al-tabs > li > a:active,
.al-box-tabbed .al-tabs > li > a:focus,
.al-box-tabbed .al-tabs > li > a:hover {
  color: #ff6214;
  background-color: transparent;
  border-color: #ddd;
}
@media (min-width: 992px) {
  .al-box-tabbed .al-tabs > li > a {
    font-size: 1.2em;
  }
  .al-box-tabbed.al-md-tabs-right {
    padding-top: 0;
    padding-right: 0;
  }
  .al-box-tabbed.al-md-tabs-right .al-tabs {
    float: right;
    border-bottom: none;
  }
  .al-box-tabbed.al-md-tabs-right .al-tabs > li {
    float: none;
  }
  .al-box-tabbed.al-md-tabs-right .al-tabs > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .al-box-tabbed.al-md-tabs-right .al-tabs > li > a {
    margin-right: -1px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc;
  }
  .al-box-tabbed.al-md-tabs-right .al-tabs > li:not(:first-child) > a {
    border-top: 0;
  }
  .al-box-tabbed.al-md-tabs-right .al-tabs > li.active > a {
    -webkit-box-shadow: 2px 2px 2px #ccc;
    -moz-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
  }
}
.alert {
  margin: 0;
}
.al-alert-red {
  background-color: #e9e9e9;
  border-color: #da4f49;
}
.al-alert-red .al-box-title {
  color: #da4f49;
}
.al-tabs .nav-tabs {
  border-bottom-color: #ddd;
}
.al-tabs .nav-tabs > li.active > a {
  border-top-color: #ddd;
  border-left-color: #ddd;
  border-right-color: #ddd;
}
.al-tabs .tab-pane.active {
  border: 1px solid #ddd;
  border-top: none;
}
.al-tabs.al-tabs-red .nav-tabs {
  border-bottom-color: #da4f49;
}
.al-tabs.al-tabs-red .nav-tabs > li > a {
  color: #999;
}
.al-tabs.al-tabs-red .nav-tabs > li.active > a {
  color: #da4f49;
  background-color: #fec0aa;
  border-top-color: #da4f49;
  border-left-color: #da4f49;
  border-right-color: #da4f49;
}
.al-tabs.al-tabs-red .tab-pane.active {
  background-color: #fec0aa;
  border-color: #da4f49;
}
.al-slider {
  padding: 0;
  list-style: none;
  max-height: 540px;
}
.al-slider img {
  max-height: 540px;
}
.al-slider > li {
  display: none;
}
.al-slider > li:first-child {
  display: block;
}
.al-slider.slick-initialized .slick-slide {
  display: block;
}
.al-slider .slick-slide {
  outline: none;
}
.al-slider .slick-slide img {
  outline: none;
  margin-left: auto;
  margin-right: auto;
}
.al-slider .slick-prev,
.al-slider .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
}
.al-slider .slick-prev {
  left: 10px;
}
.al-slider .slick-next {
  right: 10px;
}
.al-slider .slick-prev:before,
.al-slider .slick-next:before {
  font-size: 40px;
}
.al-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.al-slider.slick-dotted.slick-slider .slick-dots {
  z-index: 1;
  bottom: 0;
}
.al-slider.slick-dotted.slick-slider .slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 0.50;
}
.al-slider.slick-dotted.slick-slider .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
.al-slider.al-slider-vertical {
  padding-top: 25px;
  padding-bottom: 25px;
}
.al-slider.al-slider-vertical .slick-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.al-slider.al-slider-vertical .slick-prev {
  top: 0;
}
.al-slider.al-slider-vertical .slick-prev:before {
  content: '\f077';
}
.al-slider.al-slider-vertical .slick-next {
  bottom: 0;
}
.al-slider.al-slider-vertical .slick-next:before {
  content: '\f078';
}
.al-slider.al-slider-pager .slick-slide {
  cursor: pointer;
}
.al-slider.al-slider-pager:not(.al-slider-vertical) {
  padding-left: 30px;
  padding-right: 30px;
}
.al-slider.al-slider-pager:not(.al-slider-vertical) .slick-arrow {
  opacity: 1;
  height: 100%;
  width: 30px;
  font-size: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.al-slider.al-slider-pager:not(.al-slider-vertical) .slick-arrow.slick-prev {
  left: 0;
}
.al-slider.al-slider-pager:not(.al-slider-vertical) .slick-arrow.slick-next {
  right: 0;
}
.al-slider.al-slider-pager:not(.al-slider-vertical) .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.al-row-col-height-equals > [class*="col"] > .thumbnail {
  height: 100%;
}
.thumbnail {
  position: relative;
  margin-bottom: 0;
}
.thumbnail .badge {
  position: absolute;
  top: 5px;
  right: 5px;
}
.thumbnail .caption {
  padding: 5px;
}
.al-collapse-toggle {
  color: #313131;
}
.al-collapse-toggle > i {
  font-size: 1em;
}
.al-collapse-toggle[aria-expanded="false"] > i:before {
  content: '\f0fe';
}
.al-collapse-toggle[aria-expanded="true"] > i:before {
  content: '\f146';
}
.al-readmore {
  overflow: hidden;
}
.al-readmore-toggle {
  display: block;
  padding: 5px 0;
  color: #313131;
}
.al-readmore-toggle > i {
  font-size: 1em;
}
.al-affix.affix {
  position: fixed !important;
  top: 0;
  margin-top: 0;
  padding-top: 5px !important;
  z-index: 99;
}
.al-affix.affix-bottom {
  position: absolute;
  z-index: 99;
}
.affix.al-affix-bg {
  background-color: #fff;
}
.affix.al-affix-off {
  position: static !important;
}
.al-affix-visible:not(.affix):not(.affix-bottom) {
  visibility: hidden;
}
.al-affix-visible.affix-bottom {
  z-index: -1;
  visibility: hidden;
}
.al-xxs-affix-top.affix {
  top: 0;
  bottom: auto;
}
.al-xxs-affix-bottom.affix {
  top: auto;
  bottom: 0;
}
@media (min-width: 480px) {
  .al-xs-affix-top.affix {
    top: 0;
    bottom: auto;
  }
  .al-xs-affix-bottom.affix {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .al-sm-affix-top.affix {
    top: 0;
    bottom: auto;
  }
  .al-sm-affix-bottom.affix {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .al-md-affix-top.affix {
    top: 0;
    bottom: auto;
  }
  .al-md-affix-bottom.affix {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .al-lg-affix-top.affix {
    top: 0;
    bottom: auto;
  }
  .al-lg-affix-bottom.affix {
    top: auto;
    bottom: 0;
  }
}
#page {
  background-position: center 0 !important;
}
.al-adsense-responsive {
  width: 100%;
  text-align: center;
}
.al-share-buttons .al-icon {
  font-size: 18px;
}
.al-share-buttons .al-icon:hover {
  text-shadow: none;
}
.al-badge {
  border-radius: 3px;
}
.al-badge.al-badge-pro {
  background-color: #03204a;
}
.al-badge.al-badge-par {
  background-color: #005e4b;
}
.al-bg-body {
  background-color: #fff;
}
.al-bg-light {
  background-color: #e9e9e9;
}
.al-border {
  border: 1px solid #ddd;
}
.al-border-v {
  border-left: none;
  border-right: none;
}
.al-border-orange {
  border-color: #fe9e4d;
}
.al-border-red {
  border-color: #da4f49;
}
.al-wrapper-xs {
  padding: 5px;
}
.al-wrapper-sm {
  padding: 10px;
}
.al-wrapper-lg {
  padding: 20px;
}
.al-content-block-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.al-content-block-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.al-content-block-md {
  margin-top: 20px;
  margin-bottom: 20px;
}
.al-content-block-lg {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .al-max-xxs-margin-t-xs {
    margin-top: 5px;
  }
  .al-max-xxs-margin-t-sm {
    margin-top: 10px;
  }
  .al-max-xxs-margin-t-md {
    margin-top: 20px;
  }
  .al-max-xxs-margin-t-lg {
    margin-top: 30px;
  }
  .al-max-xxs-margin-b-xs {
    margin-bottom: 5px;
  }
  .al-max-xxs-margin-b-sm {
    margin-bottom: 10px;
  }
  .al-max-xxs-margin-b-md {
    margin-bottom: 20px;
  }
  .al-max-xxs-margin-b-lg {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .al-max-xs-margin-t-xs {
    margin-top: 5px;
  }
  .al-max-xs-margin-t-sm {
    margin-top: 10px;
  }
  .al-max-xs-margin-t-md {
    margin-top: 20px;
  }
  .al-max-xs-margin-t-lg {
    margin-top: 30px;
  }
  .al-max-xs-margin-b-xs {
    margin-bottom: 5px;
  }
  .al-max-xs-margin-b-sm {
    margin-bottom: 10px;
  }
  .al-max-xs-margin-b-md {
    margin-bottom: 20px;
  }
  .al-max-xs-margin-b-lg {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .al-max-sm-margin-t-xs {
    margin-top: 5px;
  }
  .al-max-sm-margin-t-sm {
    margin-top: 10px;
  }
  .al-max-sm-margin-t-md {
    margin-top: 20px;
  }
  .al-max-sm-margin-t-lg {
    margin-top: 30px;
  }
  .al-max-sm-margin-b-xs {
    margin-bottom: 5px;
  }
  .al-max-sm-margin-b-sm {
    margin-bottom: 10px;
  }
  .al-max-sm-margin-b-md {
    margin-bottom: 20px;
  }
  .al-max-sm-margin-b-lg {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .al-max-md-margin-t-xs {
    margin-top: 5px;
  }
  .al-max-md-margin-t-sm {
    margin-top: 10px;
  }
  .al-max-md-margin-t-md {
    margin-top: 20px;
  }
  .al-max-md-margin-t-lg {
    margin-top: 30px;
  }
  .al-max-md-margin-b-xs {
    margin-bottom: 5px;
  }
  .al-max-md-margin-b-sm {
    margin-bottom: 10px;
  }
  .al-max-md-margin-b-md {
    margin-bottom: 20px;
  }
  .al-max-md-margin-b-lg {
    margin-bottom: 30px;
  }
}
.al-xxs-margin-b-xs {
  margin-bottom: 5px;
}
.al-xxs-margin-b-sm {
  margin-bottom: 10px;
}
.al-xxs-margin-b-md {
  margin-bottom: 20px;
}
.al-xxs-margin-b-lg {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .al-xs-margin-t-xs {
    margin-top: 5px;
  }
  .al-xs-margin-t-sm {
    margin-top: 10px;
  }
  .al-xs-margin-t-md {
    margin-top: 20px;
  }
  .al-xs-margin-t-lg {
    margin-top: 30px;
  }
  .al-xs-margin-b-xs {
    margin-bottom: 5px;
  }
  .al-xs-margin-b-sm {
    margin-bottom: 10px;
  }
  .al-xs-margin-b-md {
    margin-bottom: 20px;
  }
  .al-xs-margin-b-lg {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .al-sm-margin-t-xs {
    margin-top: 5px;
  }
  .al-sm-margin-t-sm {
    margin-top: 10px;
  }
  .al-sm-margin-t-md {
    margin-top: 20px;
  }
  .al-sm-margin-t-lg {
    margin-top: 30px;
  }
  .al-sm-margin-b-xs {
    margin-bottom: 5px;
  }
  .al-sm-margin-b-sm {
    margin-bottom: 10px;
  }
  .al-sm-margin-b-md {
    margin-bottom: 20px;
  }
  .al-sm-margin-b-lg {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .al-md-margin-t-xs {
    margin-top: 5px;
  }
  .al-md-margin-t-sm {
    margin-top: 10px;
  }
  .al-md-margin-t-md {
    margin-top: 20px;
  }
  .al-md-margin-t-lg {
    margin-top: 30px;
  }
  .al-md-margin-b-xs {
    margin-bottom: 5px;
  }
  .al-md-margin-b-sm {
    margin-bottom: 10px;
  }
  .al-md-margin-b-md {
    margin-bottom: 20px;
  }
  .al-md-margin-b-lg {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .al-lg-margin-t-xs {
    margin-top: 5px;
  }
  .al-lg-margin-t-sm {
    margin-top: 10px;
  }
  .al-lg-margin-t-md {
    margin-top: 20px;
  }
  .al-lg-margin-t-lg {
    margin-top: 30px;
  }
  .al-lg-margin-b-xs {
    margin-bottom: 5px;
  }
  .al-lg-margin-b-sm {
    margin-bottom: 10px;
  }
  .al-lg-margin-b-md {
    margin-bottom: 20px;
  }
  .al-lg-margin-b-lg {
    margin-bottom: 30px;
  }
}
.al-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.al-content-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
a.al-unstyled {
  color: inherit;
  text-decoration: none;
}
html,
body {
  height: 100%;
  overflow: visible!important;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.al-page {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
body > *:not(.al-page) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.al-site-content {
  margin-top: 10px;
  margin-bottom: 10px;
}
img {
  max-width: 100%;
  height: auto;
}
.al-site-header {
  margin-bottom: 10px;
}
.al-site-header-after {
  overflow: hidden;
}
.al-site-header-default {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
}
.al-site-header-logo-only {
  margin-top: 20px;
}
.al-site-header-logo-only .al-site-logo {
  width: 200px;
  text-align: center;
}
.al-site-breadcrumb {
  margin-top: 5px;
  margin-bottom: 5px;
}
.al-site-breadcrumb .breadcrumb {
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
}
.al-site-breadcrumb .breadcrumb li:before {
  font-size: 1.5em;
  line-height: 1em;
}
.al-widget .al-widget-title {
  font-size: 24px;
}
.al-widget:first-child .al-widget-title {
  margin-top: 0;
}
.al-content-sidebar .al-close {
  display: none;
}
@media (max-width: 991px) {
  .al-site-content.al-sidebar-toggle > .container {
    position: relative;
  }
  .al-site-content.al-sidebar-toggle .al-content-main {
    width: 100%;
  }
  .al-site-content.al-sidebar-toggle .al-content-sidebar {
    position: absolute;
    left: -1000px;
    z-index: 999;
    width: auto;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }
  .al-site-content.al-sidebar-toggle .al-content-sidebar.al-content-sidebar-in {
    left: 0;
    width: 100%;
  }
  .al-site-content.al-sidebar-toggle .al-content-sidebar.al-content-sidebar-in .al-sidebar-in-hidden {
    display: none;
  }
  .al-site-content.al-sidebar-toggle .al-content-sidebar .al-box {
    position: relative;
  }
  .al-site-content.al-sidebar-toggle .al-content-sidebar .al-box .al-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
  }
}
.al-site-footer {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  background: #302c2c url(../img/bg_dark.png) repeat left top;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.5);
}
.al-footer-menu a {
  color: #ccc;
}
.al-site-footer .al-site-credits {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.al-site-footer .al-footer-social {
  font-size: 2em;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand > img {
  width: auto;
  height: 100%;
  padding: 5px 10px;
}
.navbar .navbar-nav > .dropdown > a:after {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.2em;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.3em;
  content: '\f0d7';
  line-height: 1;
}
.navbar .navbar-nav > .dropdown > a:after.al-icon-lg {
  font-size: 2.5em;
  line-height: 0.8em;
}
.navbar .navbar-nav > .dropdown > a:after.al-black-icon {
  color: #000;
}
.navbar .navbar-nav > .dropdown > a:after.al-white-icon {
  color: #fff;
}
.navbar .navbar-nav > .dropdown > a:after.al-icon-lg {
  font-size: 2.5em;
  line-height: 0.8em;
}
.navbar .navbar-nav > .dropdown > a:after.al-black-icon {
  color: #000;
}
.navbar .navbar-nav > .dropdown > a:after.al-white-icon {
  color: #fff;
}
.navbar .al-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.navbar .al-media-link.al-media-middle {
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.navbar .al-media-link.al-media-object-middle {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
}
.navbar .navbar-nav .al-mega-dropdown {
  position: static !important;
}
.navbar .navbar-nav .al-mega-dropdown-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.navbar .navbar-nav .al-mega-dropdown-menu > ul > li {
  min-width: 160px;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
}
.navbar .navbar-nav .al-mega-dropdown-menu > ul > li > ul {
  padding: 0;
  margin: 0;
}
.navbar .navbar-nav .al-mega-dropdown-menu > ul > li > ul > li {
  list-style: none;
}
.navbar .navbar-nav .al-mega-dropdown-menu > ul > li > ul > li > a {
  padding: 5px 10px;
}
.navbar .navbar-nav .al-mega-dropdown-menu > ul > li > ul > li > a > img {
  max-width: 60px;
}
.navbar .navbar-nav .al-mega-dropdown-menu-right {
  left: auto;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .al-mega-dropdown-menu {
    float: none;
    position: static;
    display: block !important;
  }
}
#alTopNav {
  border: none;
}
#alTopNav .navbar-brand > img {
  padding-left: 0;
}
#alTopNav .navbar-nav {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#alTopNav .navbar-nav > li > .btn {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#alTopNav .navbar-nav .al-menu-item-lang-choice .dropdown-menu {
  min-width: 0;
  width: 100%;
}
#alTopNav .navbar-nav .open .dropdown-menu {
  position: absolute;
  background-color: #fff;
  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);
  background-clip: padding-box;
}
@media (max-width: 767px) {
  #alTopNav .navbar-nav .al-menu-item-lang-choice .dropdown-toggle {
    display: inline-block;
  }
  #alTopNav .navbar-nav .al-menu-item-lang-choice .dropdown-toggle:after {
    display: none;
  }
  #alTopNav .navbar-nav .al-menu-item-lang-choice .dropdown-menu,
  #alTopNav .navbar-nav .al-menu-item-lang-choice .dropdown-menu.open {
    display: inline-block !important;
    position: static;
    float: none;
    width: auto;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #alTopNav .navbar-nav .al-menu-item-lang-choice .dropdown-menu > li > a,
  #alTopNav .navbar-nav .al-menu-item-lang-choice .dropdown-menu.open > li > a {
    padding: 10px;
  }
}
#alUniverseNav {
  background-color: #fff;
  border: 1px solid #fe9e4d;
}
#alUniverseNav .navbar-header {
  text-align: center;
}
#alUniverseNav .navbar-toggle {
  float: none;
  font-size: 1.3em;
  font-weight: bold;
  color: #fe9e4d;
  border: none;
}
#alUniverseNav .navbar-brand {
  display: none;
}
#alUniverseNav .navbar-nav > li > a {
  font-size: 14px;
  font-weight: bold;
  color: #313131;
  background-color: #ddd;
  border-top: 2px solid #fe9e4d;
}
#alUniverseNav .navbar-nav > li > a:after {
  color: #aaa;
}
#alUniverseNav .navbar-nav > li.open > a,
#alUniverseNav .navbar-nav > li.al-current-menu-item > a,
#alUniverseNav .navbar-nav > li > a:active,
#alUniverseNav .navbar-nav > li > a:hover,
#alUniverseNav .navbar-nav > li > a:focus {
  background-image: -webkit-linear-gradient(top, #fe9e4d 0%, #fe7400 100%);
  background-image: -o-linear-gradient(top, #fe9e4d 0%, #fe7400 100%);
  background-image: linear-gradient(to bottom, #fe9e4d 0%, #fe7400 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe9e4d', endColorstr='#fffe7400', GradientType=0);
}
#alUniverseNav .navbar-nav > li.open > a:after,
#alUniverseNav .navbar-nav > li.al-current-menu-item > a:after,
#alUniverseNav .navbar-nav > li > a:active:after,
#alUniverseNav .navbar-nav > li > a:hover:after,
#alUniverseNav .navbar-nav > li > a:focus:after {
  color: #fafafa;
}
#alUniverseNav .navbar-nav .al-mega-dropdown-menu {
  font-size: 14px;
}
#alUniverseNav .navbar-nav .al-mega-dropdown-menu > ul > li ul > li > a {
  color: #333;
}
#alUniverseNav .navbar-nav .al-mega-dropdown-menu > ul > li ul > li > a:not(.al-media-link) {
  display: block;
}
#alUniverseNav .navbar-nav .al-mega-dropdown-menu > ul > li ul > li > a:active,
#alUniverseNav .navbar-nav .al-mega-dropdown-menu > ul > li ul > li > a:hover,
#alUniverseNav .navbar-nav .al-mega-dropdown-menu > ul > li ul > li > a:focus {
  text-decoration: none;
  color: #fe9e4d;
  background-color: #f5f5f5;
}
#alUniverseNav .navbar-nav .al-mega-dropdown-menu > ul > li ul > li > a > img {
  max-width: 60px;
}
#alUniverseNav .navbar-nav .al-mega-dropdown-menu .dropdown-header {
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
  color: #999;
}
@media (max-width: 767px) {
  #alUniverseNav .dropdown-menu {
    border: none;
  }
}
@media (min-width: 768px) {
  #alUniverseNav {
    border: none;
    background-color: #777;
  }
  #alUniverseNav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  #alUniverseNav .navbar-header {
    text-align: left;
  }
  #alUniverseNav .navbar-nav > li > a {
    font-weight: normal;
    color: #fff;
    background-color: transparent;
    border-left: 1px solid #999;
    border-top: none;
  }
  #alUniverseNav .navbar-nav > li:first-child > a {
    border-left: none;
  }
}
@media (min-width: 992px) {
  #alUniverseNav .navbar-brand {
    display: block;
    border-right: 2px solid #999;
  }
}
.al-email-alert .affix {
  padding: 10px;
  color: #fff;
  background-color: #da4f49;
  border: 1px solid #da4f49;
  border-top: none;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.al-email-alert .affix .btn {
  border-color: #fff;
}
.al-email-alert .affix > label {
  display: none;
}
.al-email-alert .affix .form-inline {
  text-align: center;
}
.al-email-alert .affix .form-inline label {
  display: inline-block;
}
.al-email-alert .form-inline label {
  display: none;
}
.al-pa-list .al-pa {
  margin-top: 7px;
  padding: 7px 10px;
}
.al-pa-list .media {
  position: relative;
}
.al-pa-list .media-left {
  padding-right: 15px;
}
.al-pa-list .al-media-legend {
  font-size: 0.9em;
}
.al-pa-list .al-media-legend .badge {
  font-size: 0.9em;
}
.al-pa-list .media-body p {
  line-height: 1.2em;
}
.al-pa-list:not(.al-teaser-list) .al-pa {
  border-bottom: 3px solid #e9e9e9;
}
.al-pa-list:not(.al-teaser-list) .media-heading {
  height: 2em;
  max-width: 90%;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 1.4em;
  line-height: 1.1;
}
.al-pa-list:not(.al-teaser-list) .media-left {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 7px;
  background-color: #efefef;
}
.al-pa-list:not(.al-teaser-list) .media-body {
  width: 100%;
}
.al-pa-list .al-product-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 0.9em;
}
.al-pa-list .al-product-features li {
  width: 33.33%;
  padding: 7px;
  background-color: #efefef;
}
.al-pa-list .al-product-price {
  font-size: 1.4em;
  line-height: 1.1;
  font-weight: bold;
}
.al-pa-list.al-teaser-list .al-pa {
  background-color: #e9e9e9;
}
.al-pa-list.al-teaser-list .media-object {
  width: 120px;
}
.al-pa-list.al-teaser-list .media-body {
  width: auto;
}
@media (min-width: 480px) {
  .al-xs-pa-list-horizontal:not(.al-teaser-list) .media {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .al-xs-pa-list-horizontal:not(.al-teaser-list) .media-left {
    display: table-cell;
    width: 40%;
    margin-bottom: 0;
  }
  .al-xs-pa-list-horizontal:not(.al-teaser-list) .media-body {
    display: table-cell;
    width: 60%;
    padding-left: 10px;
  }
  .al-xs-pa-list-horizontal:not(.al-teaser-list) .media-heading {
    font-size: 1.6em;
  }
  .al-xs-pa-list-horizontal .al-product-price {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  .al-md-pa-list-horizontal:not(.al-teaser-list) .media {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .al-md-pa-list-horizontal:not(.al-teaser-list) .media-left {
    display: table-cell;
    width: 40%;
    margin-bottom: 0;
  }
  .al-md-pa-list-horizontal:not(.al-teaser-list) .media-body {
    display: table-cell;
    width: 60%;
    padding-left: 10px;
  }
  .al-md-pa-list-horizontal:not(.al-teaser-list) .media-heading {
    font-size: 1.6em;
  }
  .al-md-pa-list-horizontal .al-product-price {
    font-size: 1.6em;
  }
}
.al-fd-pa h1 {
  font-size: 22px;
  max-height: 2.2em;
  margin-top: 0;
  overflow: hidden;
}
.al-fd-pa .al-head {
  margin-bottom: 0;
}
.al-fd-pa .al-head.sold:after {
  background-image: url(../img/sold-ribbon-160.gif);
}
.al-fd-pa .al-head:after {
  pointer-events: none;
  content: " ";
  height: 160px;
  position: absolute;
  right: 7px;
  top: -8px;
  width: 160px;
  z-index: 9;
}
.al-fd-pa .al-head .al-sub-title {
  margin-bottom: 0;
}
.al-fd-pa .al-head .pa-date {
  padding-left: 5px;
  padding-bottom: 5px;
}
.al-fd-pa .al-product-price {
  font-size: 20px;
  font-weight: bold;
}
.al-fd-pa .al-product-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.al-fd-pa .al-product-features .list-group-item {
  width: 50%;
}
.al-fd-pa .al-product-features-all tbody {
  border: none;
}
.al-fd-pa .al-product-features-all tbody:not(.al-table-toggle) tr td:first-child {
  font-weight: bold;
}
.al-fd-pa .al-product-features-all tbody th,
.al-fd-pa .al-product-features-all tbody td {
  padding: 2px 5px;
}
.al-fd-pa .al-vendor-comment {
  max-height: 15em;
}
.al-fd-pa .al-contact h2 {
  font-size: 20px;
  height: auto;
  overflow: auto;
  color: #000;
  margin-top: 0;
}
.al-fd-pa .al-contact ul.al-phone {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 2em;
  list-style-type: none;
  padding-left: 0px;
}
.al-fd-pa .al-contact button[data-toggle="collapse"][aria-expanded=true] {
  display: none;
}
@media (min-width: 992px) {
  .al-fd-pa .al-product-features .list-group-item {
    width: 25%;
  }
}
.al-an-list .al-an {
  margin-top: 7px;
  padding: 7px 10px;
  border-bottom: 3px solid #e9e9e9;
}
.al-an-list .media-heading {
  max-height: 2em;
  max-width: 90%;
  overflow: hidden;
  font-size: 1.4em;
  line-height: 1.1;
}
.al-an-list .media-body {
  width: 100%;
}
.al-an-list .media-right {
  display: block;
  width: 100%;
  padding: 7px;
}
@media (min-width: 480px) {
  .al-an-list .media {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .al-an-list .media-body {
    display: table-cell;
    width: 70%;
    padding-right: 15px;
  }
  .al-an-list .media-right {
    display: table-cell;
    width: 30%;
    margin-bottom: 0;
  }
  .al-an-list .media-heading {
    font-size: 1.6em;
  }
}
.al-fe-an .al-header .media-body {
  width: 100%;
}
.al-fe-an .al-header .media-body {
  width: 100%;
}
.al-fe-an .al-header .media-right {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.al-fe-an .al-header ul,
.al-fe-an .al-header table {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .al-fe-an .al-header .media {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .al-fe-an .al-header .media-body {
    display: table-cell;
    width: 60%;
    padding-right: 15px;
  }
  .al-fe-an .al-header .media-right {
    display: table-cell;
    width: 40%;
    margin-bottom: 0;
  }
  .al-fe-an .al-pa-list.al-teaser-list .al-pa {
    float: left;
    width: 48%;
    margin-right: 1%;
  }
}
.al-bm-list .al-bm {
  margin-top: 7px;
  padding: 7px 10px;
  border-bottom: 3px solid #e9e9e9;
}
.al-bm-list .media {
  position: relative;
}
.al-bm-list .media-heading {
  max-height: 2em;
  max-width: 90%;
  overflow: hidden;
  font-size: 1.4em;
  line-height: 1.1;
}
.al-bm-list .media-body {
  width: 100%;
}
.al-bm-list .media-left {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .al-bm-list .media {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .al-bm-list .media-body {
    display: table-cell;
    width: 80%;
    padding-left: 15px;
  }
  .al-bm-list .media-left {
    display: table-cell;
    width: 20%;
    margin-bottom: 0;
  }
  .al-bm-list .media-heading {
    font-size: 1.6em;
  }
}
.al-pa-list:not(.al-teaser-list) .al-pa-ads {
  font-weight: 600;
  font-size: 1.05em;
}
.al-fd-pa .al-pa-ads {
  font-weight: 600;
  font-size: 1.05em;
}
