.boxshadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.unselectable {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.popover-content {
  font-size: 13px;
  line-height: 18px;
}
.nopadding {
  padding: 0 !important;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  text-shadow: none !important;
}
*:active,
*:focus,
*:visited,
*:hover {
  outline: none !important;
  text-shadow: none !important;
}
*::-moz-focus-inner {
  border: 0 !important;
}
*:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #000 !important;
  background-image: none !important;
  border: 0;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-button {
  background: #EEE;
}
*::-webkit-scrollbar-track-piece {
  background: #EEE;
}
*::-webkit-scrollbar-thumb {
  background: #CCC;
}
a,
a:hover,
a:active,
a:visited {
  text-decoration: none !important;
}
.placeholder {
  color: #CCC;
}
div {
  vertical-align: top;
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
html {
  display: block;
  margin: 0;
}
html,
body {
  display: block;
  -webkit-overflow-scrolling: touch;
}
html.noscroll,
body.noscroll {
  overflow-y: hidden;
}
a {
  color: #333;
}
div {
  vertical-align: top;
}
div.lgpd {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #d5d5d5;
  border-top: 1px solid #CCC;
  font-size: 16px;
  padding: 15px 140px 15px 15px;
  z-index: 1000;
}
div.lgpd > .lgpd-aceitar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 110px;
  height: 34px;
  border-radius: 0;
  border: none;
  background: #ff7f4c;
  color: #FFF;
}
body > header > div.container > button.btn-menu {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  margin: 0 15px 0 0;
  padding: 0;
  height: 110px;
  color: #817e7e;
}
body > header > div.container > div.logo {
  float: left;
  display: inline-block;
  width: 210px;
  height: 132px;
  margin: 10px 0;
  cursor: pointer;
  background: url(../images/logo.png) no-repeat center center;
  background-size: 100% !important;
}
body > header > div.container > nav.menu {
  float: right;
  display: inline-block;
  margin-top: 58px;
}
body > header > div.container > nav.menu > ul {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
}
body > header > div.container > nav.menu > ul > li {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #FFF;
  vertical-align: top;
  line-height: 22px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  height: 50px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body > header > div.container > nav.menu > ul > li.active > a,
body > header > div.container > nav.menu > ul > li:hover > a {
  color: #FF5A19;
}
body > header > div.container > nav.menu > ul > li.active > i.fa,
body > header > div.container > nav.menu > ul > li:hover > i.fa {
  color: #FF5A19;
  bottom: -6px;
}
body > header > div.container > nav.menu > ul > li:hover.dropdown {
  border: 1px solid #FF5A19;
  border-bottom: 1px solid #FFF;
}
body > header > div.container > nav.menu > ul > li:hover.dropdown:after {
  display: block;
}
body > header > div.container > nav.menu > ul > li:hover.dropdown > ul {
  display: block;
  height: auto;
  opacity: 1;
  border: 1px solid #FF5A19;
  -webkit-box-shadow: 0 5px 10px 0 rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0 5px 10px 0 rgba(100, 100, 100, 0.2);
  box-shadow: 0 5px 10px 0 rgba(100, 100, 100, 0.2);
}
body > header > div.container > nav.menu > ul > li:hover.dropdown > ul > li {
  display: block;
}
body > header > div.container > nav.menu > ul > li:hover.dropdown > ul > li:hover > a {
  color: #FF5A19;
  padding-left: 20px;
}
body > header > div.container > nav.menu > ul > li:hover.dropdown > ul > li:hover > a > i.fa {
  left: 0;
}
body > header > div.container > nav.menu > ul > li.button {
  display: none;
  background-color: #d0d0d0;
  padding: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
body > header > div.container > nav.menu > ul > li.button:hover {
  border: 1px solid #dddddd;
  background-color: #dddddd;
}
body > header > div.container > nav.menu > ul > li.button.menu > i.fa {
  position: static;
  font-size: 30px;
  margin-top: 2px;
}
body > header > div.container > nav.menu > ul > li.button > a {
  color: #FFF;
  font-size: 18px;
}
body > header > div.container > nav.menu > ul > li.dropdown {
  overflow: visible;
  height: auto;
}
body > header > div.container > nav.menu > ul > li.dropdown:after {
  display: none;
  content: ' ';
  background: #FFF;
  width: 100%;
  height: 1px;
  bottom: -1px;
  position: absolute;
  left: 0;
  z-index: 200;
}
body > header > div.container > nav.menu > ul > li.dropdown > ul {
  display: none;
  position: absolute;
  z-index: 100;
  opacity: 0;
  width: 250px;
  height: 0;
  left: -1px;
  top: 42px;
  border: 1px solid #FFF;
  overflow: hidden;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
body > header > div.container > nav.menu > ul > li.dropdown > ul.open {
  display: block;
}
body > header > div.container > nav.menu > ul > li.dropdown > ul:before {
  display: block;
  content: ' ';
  background: #FFF;
  width: 108px;
  height: 1px;
  margin-top: -1px;
}
body > header > div.container > nav.menu > ul > li.dropdown > ul > li {
  width: 100%;
  max-width: none;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  padding: 10px 15px;
  border: none;
  border-bottom: none;
  vertical-align: top;
  line-height: 22px;
  background-color: #FFF;
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body > header > div.container > nav.menu > ul > li.dropdown > ul > li > a {
  color: #817e7e;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body > header > div.container > nav.menu > ul > li.dropdown > ul > li > a > i.fa {
  font-size: 18px;
  position: absolute;
  left: -10%;
  color: #FF5A19;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body > header > div.container > nav.menu > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-transform: uppercase;
  color: #817e7e;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body > header > div.container > nav.menu > ul > li > i.fa {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  position: absolute;
  bottom: -100%;
  left: 0;
  color: #817e7e;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body > nav.menu {
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  z-index: 100;
  background-color: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body > nav.menu.open {
  left: 0;
}
body > nav.menu > button.btn-close {
  position: absolute;
  top: 0;
  right: 5px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  background: none;
  border: none;
  color: #999;
  line-height: 30px;
}
body > nav.menu > ul {
  display: block;
  margin: 20px 0 0 0;
  padding: 0;
}
body > nav.menu > ul > li {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
body > nav.menu > ul > li > a {
  font-size: 16px;
  text-transform: uppercase;
  color: #636466;
}
body > nav.menu > ul > li > a:hover {
  color: #636466;
}
body > nav.menu > ul > li > a.button {
  display: inline-block;
  background-color: #d0d0d0;
  padding: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
body > nav.menu > ul > li > a.button:hover {
  background-color: #dddddd;
}
body > nav.menu > ul > li > a.button.fb {
  background-color: #0081c6;
}
body > nav.menu > ul > li > a.button.fb:hover {
  background-color: #0092e0;
}
body > nav.menu > ul > li > a.button > ul {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: absolute;
  z-index: 20;
  width: 40px;
  top: -1px;
  -webkit-transition: display 0 linear;
  -moz-transition: display 0 linear;
  -o-transition: display 0 linear;
  transition: display 0 linear;
}
body > nav.menu > ul > li > a.button > ul.open {
  display: block;
}
body > nav.menu > ul > li > a.button > ul.open > li {
  top: 42px;
  height: 42px;
}
body > nav.menu > ul > li > a.button > ul.open > li:nth-child(1) {
  top: 42px;
}
body > nav.menu > ul > li > a.button > ul.open > li:nth-child(2) {
  top: 84px;
}
body > nav.menu > ul > li > a.button > ul.open > li:nth-child(3) {
  top: 126px;
}
body > nav.menu > ul > li > a.button > ul.open > li:nth-child(4) {
  top: 168px;
}
body > nav.menu > ul > li > a.button > ul.open > li:nth-child(5) {
  top: 210px;
}
body > nav.menu > ul > li > a.button > ul > li {
  display: inline-block;
  vertical-align: top;
  background-color: #d0d0d0;
  padding: 0;
  width: 42px;
  height: 0;
  text-align: center;
  line-height: 40px;
  left: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  top: 42px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body > nav.menu > ul > li > a.button > ul > li:nth-child(1) {
  z-index: 24;
}
body > nav.menu > ul > li > a.button > ul > li:nth-child(2) {
  z-index: 23;
}
body > nav.menu > ul > li > a.button > ul > li:nth-child(3) {
  z-index: 22;
}
body > nav.menu > ul > li > a.button > ul > li:nth-child(4) {
  z-index: 21;
}
body > nav.menu > ul > li > a.button > ul > li:nth-child(5) {
  z-index: 20;
}
body > nav.menu > ul > li > ul > li {
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
}
body > nav.menu > ul > li > ul > li:first-child {
  margin-top: 5px;
}
body > nav.menu > ul > li > ul > li > a {
  font-size: 15px;
  text-transform: uppercase;
  color: #888;
}
body > section.inferior {
  background-color: #333;
  padding: 40px 0;
}
body > section.inferior > div.container > h3 {
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
body > section.inferior > div.container > nav.menu {
  display: block;
}
body > section.inferior > div.container > nav.menu > ul {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  color: #FFF;
  list-style: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
body > section.inferior > div.container > nav.menu > ul.endereco {
  float: right;
  text-transform: none;
}
body > section.inferior > div.container > nav.menu > ul > li {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
}
body > section.inferior > div.container > nav.menu > ul > li.title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
}
body > section.inferior > div.container > nav.menu > ul > li.title:hover > a {
  padding-left: 0;
}
body > section.inferior > div.container > nav.menu > ul > li.destaque {
  font-weight: 500;
  margin-bottom: 20px;
}
body > section.inferior > div.container > nav.menu > ul > li > a {
  color: #FFF;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body > section.inferior > div.container > nav.menu > ul > li > a:hover {
  padding-left: 12px;
}
body > section.inferior > div.container > nav.menu > ul > li > a:hover > i.fa {
  left: 0;
}
body > section.inferior > div.container > nav.menu > ul > li > a > i.fa {
  font-size: 7px;
  position: absolute;
  top: 6px;
  left: -12px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body > section.inferior > div.container > nav.menu > ul > li > a.button {
  background: none;
  border: none;
}
body > section.inferior > div.container > nav.menu > ul > li > a.button:hover {
  padding-left: 0;
}
body > section.inferior > div.container > nav.menu > ul > li > a.button:hover > span > i.fa-stack-2x {
  color: rgba(255, 255, 255, 0.8);
}
body > section.inferior > div.container > nav.menu > ul > li > a.button > span > i.fa-stack-2x {
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body > section.inferior > div.container > nav.menu > ul > li > a.button > span > i.fa-stack-1x {
  color: #515254;
}
body > section {
  padding: 40px 0 80px 0;
}
body > section.leis {
  background-color: #333;
}
body > section.leis > div.container > h2 {
  color: #FFF;
}
body > section.leis > div.container > h2 > a {
  color: #FFF;
}
body > section.leis > div.container > div.row > div > h3 > a {
  color: #ffe87a;
}
body > section.leis > div.container > div.row > div > p {
  color: #333;
}
body > section > div.container > h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 45px;
}
body > section > div.container > h2 > a {
  font-size: 20px;
  float: right;
  color: #CDAC0B;
}
body > section > div.container > div.row > div > h3 {
  color: #CDAC0B;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
body > section > div.container > div.row > div > p {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
body > section > div.container > div.row > div > button {
  background: #666;
  padding: 10px 15px;
  border: none;
  color: #FFF;
  margin-top: 20px;
  font-size: 20px;
}
body > footer {
  background-color: #515254;
  padding: 25px 0;
  color: #FFF;
  font-size: 15px;
  line-height: 28px;
}
body > footer > div.container > a {
  float: right;
}
body .modal#modalCliente .modal-body {
  background-color: #EFEFEF;
  font-size: 18px;
  padding: 30px 15px 20px 15px;
}
body .modal#modalCliente .modal-body img {
  width: 200px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  background-color: #FFF;
}
body .modal#modalCliente .modal-body a {
  display: block;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  body > header > div.container > div.logo {
    width: 152px;
    height: 80px;
  }
  body > header > div.container > nav.menu {
    margin-top: 26px;
  }
  body > header > div.container > nav.menu > ul > li {
    padding: 10px 8px;
  }
  body > header > div.container > nav.menu > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body > header > div.container > button.btn-menu {
    display: inline-block;
    float: right;
  }
  body > header > div.container > div.logo {
    width: 152px;
  }
  body > header > div.container > nav.menu > ul > li {
    display: none;
  }
  body > section.inferior > div.container > nav.menu > ul {
    width: 200px;
  }
  body > section.inferior > div.container > nav.menu > ul.endereco {
    width: 280px;
    padding-left: 10px;
  }
  body > section.inferior > div.container > nav.menu > ul.endereco > li {
    font-size: 14px;
  }
  body > section.inferior > div.container > nav.menu > ul.endereco > li.title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body > header > div.container > div.logo {
    height: 100px;
  }
  body > section.inferior > div.container > nav.menu > ul,
  body > section.inferior > div.container > nav.menu > ul.endereco {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  body > section.inferior > div.container > nav.menu > ul > li > a:hover,
  body > section.inferior > div.container > nav.menu > ul.endereco > li > a:hover {
    padding-left: 0;
  }
  body > section.inferior > div.container > nav.menu > ul > li > a:hover > i.fa,
  body > section.inferior > div.container > nav.menu > ul.endereco > li > a:hover > i.fa {
    left: -12px;
  }
}
@media (max-width: 639px) {
  body > header > div.container > button.btn-menu {
    position: absolute;
    top: 8px;
    height: auto;
  }
  body > header > div.container > div.logo {
    display: block;
    margin: 10px 0;
    width: 100%;
    background-size: 180px !important;
  }
  body > header > div.container > nav.menu {
    margin: 0 0 20px 0;
  }
  body > header > div.container > nav.menu > ul > li.busca {
    right: 130px;
  }
  body > header > div.container > nav.menu > ul > li.busca.open {
    width: 260px;
  }
  body > footer {
    font-size: 13px;
    text-align: center;
  }
  body > footer > div.container > a {
    float: none;
    display: block;
    margin: 10px auto 0 auto;
  }
}
@media (max-width: 479px) {
  body > header > div.container {
    padding-top: 55px;
  }
  body > header > div.container > button.btn-menu {
    display: none;
  }
  body > header > div.container > div.logo {
    margin: 5px 0 10px 0;
    background-size: 150px;
  }
  body > header > div.container > nav.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 5px 6px;
    background-color: #EFEFEF;
    z-index: 15;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  }
  body > header > div.container > nav.menu > ul {
    text-align: right;
  }
  body > header > div.container > nav.menu > ul > li {
    border: none;
  }
  body > header > div.container > nav.menu > ul > li:hover {
    border: none;
  }
  body > header > div.container > nav.menu > ul > li.button {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: none;
    border: none;
    color: #666;
    padding: 0;
    margin-left: 10px;
  }
  body > header > div.container > nav.menu > ul > li.button:hover {
    background: none;
    border: none;
  }
  body > header > div.container > nav.menu > ul > li.button.menu {
    float: left;
    display: block;
    margin: 0;
  }
  body > nav.menu {
    width: 100%;
  }
  body > nav.menu > button.btn-close {
    display: block;
  }
}
.loading {
  display: block;
  margin: auto;
  position: relative;
  width: 100px;
  height: 100px;
}
.loading span {
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
}
.loading span:nth-child(1) {
  top: 0;
  left: 0;
  background-color: rgba(90, 90, 92, 0.75);
  animation: move1 3s linear infinite;
}
.loading span:nth-child(2) {
  top: 0;
  right: 0;
  background-color: rgba(114, 114, 115, 0.75);
  animation: move2 3s linear infinite;
}
.loading span:nth-child(3) {
  bottom: 0;
  left: 0;
  background-color: rgba(141, 142, 143, 0.75);
  animation: move3 3s linear infinite;
}
.loading span:nth-child(4) {
  bottom: 0;
  right: 0;
  background-color: rgba(184, 185, 186, 0.75);
  animation: move4 3s linear infinite;
}
@keyframes move1 {
  0% {
    transform: translate(0);
    z-index: 10;
  }
  25% {
    transform: translate(100%, 0);
  }
  50% {
    transform: translate(100%, 100%);
  }
  75% {
    transform: translate(0, 100%);
    z-index: 0;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes move2 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(-100%, 100%);
    z-index: 0;
  }
  75% {
    transform: translate(-100%, 0);
    z-index: 10;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes move3 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(0, -100%);
    z-index: 10;
  }
  50% {
    transform: translate(100%, -100%);
  }
  75% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0);
    z-index: 0;
  }
}
@keyframes move4 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-100%, 0);
    z-index: 0;
  }
  50% {
    transform: translate(-100%, -100%);
    z-index: 10;
  }
  75% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0);
  }
}
div.alert {
  display: block;
  border-radius: 0;
  border: none;
  font-size: 15px;
}
div.alert.alert-success {
  background: #e5f874;
}
div.alert.alert-danger {
  background: #faddc2;
}
div.alert.alert-warning {
  background: #fff299;
}
div.alert.alert-info {
  background: #bcd9f3;
}
div.alert-message {
  margin: 20px 0;
  padding: 15px;
  border-left: 3px solid #eee;
  position: relative;
  font-size: 15px;
  font-weight: 400;
}
div.alert-message.alert-message-success {
  background-color: #f4fdf0;
  border-color: #3c763d;
}
div.alert-message.alert-message-success > h4,
div.alert-message.alert-message-success > button.close {
  color: #3c763d;
}
div.alert-message.alert-message-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
div.alert-message.alert-message-danger > h4,
div.alert-message.alert-message-danger > button.close,
div.alert-message.alert-message-danger a {
  color: #d9534f;
}
div.alert-message.alert-message-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
div.alert-message.alert-message-warning > h4,
div.alert-message.alert-message-warning > button.close,
div.alert-message.alert-message-warning a {
  color: #f0ad4e;
}
div.alert-message.alert-message-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
div.alert-message.alert-message-info > h4,
div.alert-message.alert-message-info > button.close,
div.alert-message.alert-message-info a {
  color: #5bc0de;
}
div.alert-message.alert-message-default {
  background-color: #eee;
  border-color: #b4b4b4;
}
div.alert-message.alert-message-default > h4,
div.alert-message.alert-message-default > button.close,
div.alert-message.alert-message-default a {
  color: #000;
}
div.alert-message.alert-message-notice {
  background-color: #fcfcdd;
  border-color: #bdbd89;
}
div.alert-message.alert-message-notice > h4,
div.alert-message.alert-message-notice > button.close,
div.alert-message.alert-message-notice a {
  color: #444;
}
div.alert-message > h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
div.alert-message > label > p {
  font-size: 18px;
  font-weight: 300;
}
div.alert-message > label > p:last-child {
  margin-bottom: 0;
}
div.alert-message > p {
  font-size: 18px;
  font-weight: 300;
}
div.alert-message > p:last-child {
  margin-bottom: 0;
}
div.alert-message > ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
div.alert-message > ul > li {
  margin-bottom: 3px;
}
div.alert-message > button.close {
  position: absolute;
  top: 2px;
  right: 10px;
  color: #333;
  opacity: 1;
}
div.alert-modal {
  width: 400px;
  height: 150px;
  margin: auto;
  margin-top: 70px;
  background-color: #FFF;
  display: none;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.5);
}
@media (max-width: 767px) {
  div.alert-modal {
    width: 90%;
  }
}
div.alert-modal > span.close > .fa {
  margin-right: 3px;
}
div.alert-modal > div.modal-text {
  font-size: 14px;
  font-weight: 300;
  padding: 20px;
  color: #666;
}
div.alert-modal > div.modal-text > p {
  display: inline;
}
div.alert-modal > div.modal-text > .fa {
  display: inline;
  margin-right: 3px;
  font-size: 20px;
}
div.alert-modal > div.modal-text > .fa.fa-warning {
  color: #f0ad4e;
}
div.alert-modal > div.modal-text > .fa.fa-thumbs-o-up {
  color: #5cb85c;
}
div.alert-modal > div.modal-text > .fa.fa-info-circle {
  color: #5bc0de;
}
div.alert-modal > div.modal-text > ul {
  width: 100%;
  margin-top: 10px;
  text-align: left;
  padding: 0 20px;
  font-size: 13px;
  color: #666;
}
form.pform > div.form-group {
  margin: 0 0 15px 0;
}
form.pform > div.form-group > input,
form.pform > div.form-group > textarea,
form.pform > div.form-group > select {
  border: 1px solid #CCC;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form.pform > div.form-group > input:active,
form.pform > div.form-group > textarea:active,
form.pform > div.form-group > select:active,
form.pform > div.form-group > input:focus,
form.pform > div.form-group > textarea:focus,
form.pform > div.form-group > select:focus {
  border: 1px solid #302783;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form.pform > div.form-group > input.error,
form.pform > div.form-group > textarea.error,
form.pform > div.form-group > select.error {
  border: 1px solid #900;
}
form.pform > div.form-group > label.error {
  color: #900;
  font-size: 11px;
}
form.pform > label.radio-inline {
  margin: 0 15px 15px 0;
}
form.pform button {
  background: #302783;
  color: #FFF;
  font-weight: bold;
  border: none;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 0;
}
form.pform > div.alert {
  margin: 20px 0;
}
nav.pagination {
  float: left;
  width: 100%;
}
nav.pagination > ul.pagination > li.active > a {
  background-color: #817e7e;
  color: #FFF;
}
nav.pagination > ul.pagination > li > a {
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
@media (max-width: 480px) {
  nav.pagination > ul.pagination > li > a {
    padding: 7px 13px;
  }
}
form.clt {
  font-size: 0;
  border: 0;
}
form.clt > div.group {
  margin-bottom: 20px;
}
form.clt > label,
form.clt > div.group > label {
  font-size: 14px;
  color: #242424;
  font-weight: 400;
}
form.clt > label > small,
form.clt > div.group > label > small {
  color: #777;
}
form.clt > div.control,
form.clt > div.group > div.control {
  position: relative;
}
form.clt > div.control > p,
form.clt > div.group > div.control > p {
  font-size: 15px;
}
form.clt > div.control.error > input,
form.clt > div.group > div.control.error > input,
form.clt > div.control.error > textarea,
form.clt > div.group > div.control.error > textarea,
form.clt > div.control.error > div.select,
form.clt > div.group > div.control.error > div.select,
form.clt > div.control.error > div.checkbox,
form.clt > div.group > div.control.error > div.checkbox,
form.clt > div.control.error > div.radio,
form.clt > div.group > div.control.error > div.radio {
  border: 1px solid #d9534f !important;
}
form.clt > div.control.error > input,
form.clt > div.group > div.control.error > input,
form.clt > div.control.error > textarea,
form.clt > div.group > div.control.error > textarea {
  padding-right: 30px;
}
form.clt > div.control.error > i.fa,
form.clt > div.group > div.control.error > i.fa {
  color: #d9534f;
}
form.clt > div.control > i.fa,
form.clt > div.group > div.control > i.fa {
  display: none;
}
form.clt > div.control.correct > input,
form.clt > div.group > div.control.correct > input,
form.clt > div.control.valid > input,
form.clt > div.group > div.control.valid > input,
form.clt > div.control.correct > textarea,
form.clt > div.group > div.control.correct > textarea,
form.clt > div.control.valid > textarea,
form.clt > div.group > div.control.valid > textarea {
  padding-right: 30px;
}
form.clt > div.control.correct > i.fa,
form.clt > div.group > div.control.correct > i.fa,
form.clt > div.control.valid > i.fa,
form.clt > div.group > div.control.valid > i.fa {
  color: #5cb85c;
  display: block;
}
form.clt > div.control > label,
form.clt > div.group > div.control > label {
  font-size: 14px;
  color: #242424;
  font-weight: 400;
}
form.clt > div.control > label.error,
form.clt > div.group > div.control > label.error {
  font-size: 12px;
  color: #d9534f;
}
form.clt > div.control > input,
form.clt > div.group > div.control > input {
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 14px;
  border: none;
  background: #f5f5f5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
form.clt > div.control > input:focus,
form.clt > div.group > div.control > input:focus {
  /*border: 1px solid @pricolor;*/
}
form.clt > div.control > input[disabled],
form.clt > div.group > div.control > input[disabled] {
  cursor: not-allowed;
  color: #AAA;
}
form.clt > div.control > input[disabled]::-webkit-input-placeholder,
form.clt > div.group > div.control > input[disabled]::-webkit-input-placeholder {
  color: #AAA;
  opacity: 0;
}
form.clt > div.control > input[disabled]:-moz-placeholder,
form.clt > div.group > div.control > input[disabled]:-moz-placeholder {
  color: #AAA;
  opacity: 0;
}
form.clt > div.control > input[disabled]::-moz-placeholder,
form.clt > div.group > div.control > input[disabled]::-moz-placeholder {
  color: #AAA;
  opacity: 0;
}
form.clt > div.control > input[disabled]:-ms-input-placeholder,
form.clt > div.group > div.control > input[disabled]:-ms-input-placeholder {
  color: #AAA;
  opacity: 0;
}
form.clt > div.control > textarea,
form.clt > div.group > div.control > textarea {
  width: 100%;
  font-size: 15px;
  padding: 14px;
  border: none;
  background: #f5f5f5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
form.clt > div.control > textarea:focus,
form.clt > div.group > div.control > textarea:focus {
  /*                border: 1px solid @pricolor;*/
}
form.clt > div.control > textarea[disabled],
form.clt > div.group > div.control > textarea[disabled] {
  cursor: not-allowed;
  color: #AAA;
}
form.clt > div.control > textarea[disabled]::-webkit-input-placeholder,
form.clt > div.group > div.control > textarea[disabled]::-webkit-input-placeholder {
  color: #AAA;
  opacity: 0;
}
form.clt > div.control > textarea[disabled]:-moz-placeholder,
form.clt > div.group > div.control > textarea[disabled]:-moz-placeholder {
  color: #AAA;
  opacity: 0;
}
form.clt > div.control > textarea[disabled]::-moz-placeholder,
form.clt > div.group > div.control > textarea[disabled]::-moz-placeholder {
  color: #AAA;
  opacity: 0;
}
form.clt > div.control > textarea[disabled]:-ms-input-placeholder,
form.clt > div.group > div.control > textarea[disabled]:-ms-input-placeholder {
  color: #AAA;
  opacity: 0;
}
form.clt > div.control > i.fa,
form.clt > div.group > div.control > i.fa {
  width: 25px;
  position: absolute;
  font-size: 20px;
  top: 0;
  height: 45px;
  line-height: 45px;
  right: 5px;
  z-index: 20;
  text-align: center;
}
form.clt.sizing {
  margin: 0 -10px;
}
form.clt > div.group.lg-25,
form.clt > div.group.lg-50,
form.clt > div.group.lg-75,
form.clt > div.group.lg-100 {
  display: inline-block;
  padding: 0 10px;
}
form.clt > div.group.lg-25 {
  width: 25%;
}
form.clt > div.group.lg-50 {
  width: 50%;
}
form.clt > div.group.lg-75 {
  width: 75%;
}
form.clt > div.group.lg-100 {
  width: 100%;
}
form.clt > div.group.lg-offset-25 {
  margin-right: 25%;
}
form.clt > div.group.lg-offset-50 {
  margin-right: 50%;
}
form.clt > div.group.lg-offset-75 {
  margin-right: 75%;
}
@media (max-width: 1199px) {
  form.clt > div.group.md-25,
  form.clt > div.group.md-50,
  form.clt > div.group.md-75,
  form.clt > div.group.md-100 {
    display: inline-block;
    padding: 0 10px;
  }
  form.clt > div.group.md-25 {
    width: 25%;
    margin-right: 0;
  }
  form.clt > div.group.md-50 {
    width: 50%;
    margin-right: 0;
  }
  form.clt > div.group.md-75 {
    width: 75%;
    margin-right: 0;
  }
  form.clt > div.group.md-100 {
    width: 100%;
    margin-right: 0;
  }
  form.clt > div.group.md-offset-25 {
    margin-right: 25%;
  }
  form.clt > div.group.md-offset-50 {
    margin-right: 50%;
  }
  form.clt > div.group.md-offset-75 {
    margin-right: 75%;
  }
}
@media (max-width: 991px) {
  form.clt > div.group.sm-25,
  form.clt > div.group.sm-50,
  form.clt > div.group.sm-75,
  form.clt > div.group.sm-100 {
    display: inline-block;
    padding: 0 10px;
  }
  form.clt > div.group.sm-25 {
    width: 25%;
    margin-right: 0;
  }
  form.clt > div.group.sm-50 {
    width: 50%;
    margin-right: 0;
  }
  form.clt > div.group.sm-75 {
    width: 75%;
    margin-right: 0;
  }
  form.clt > div.group.sm-100 {
    width: 100%;
    margin-right: 0;
  }
  form.clt > div.group.sm-offset-25 {
    margin-right: 25%;
  }
  form.clt > div.group.sm-offset-50 {
    margin-right: 50%;
  }
  form.clt > div.group.sm-offset-75 {
    margin-right: 75%;
  }
}
@media (max-width: 767px) {
  form.clt > div.group.xs-25,
  form.clt > div.group.xs-50,
  form.clt > div.group.xs-75,
  form.clt > div.group.xs-100 {
    display: inline-block;
    padding: 0 10px;
  }
  form.clt > div.group.xs-25 {
    width: 25%;
    margin-right: 0;
  }
  form.clt > div.group.xs-50 {
    width: 50%;
    margin-right: 0;
  }
  form.clt > div.group.xs-75 {
    width: 75%;
    margin-right: 0;
  }
  form.clt > div.group.xs-100 {
    width: 100%;
    margin-right: 0;
  }
  form.clt > div.group.xs-offset-25 {
    margin-right: 25%;
  }
  form.clt > div.group.xs-offset-50 {
    margin-right: 50%;
  }
  form.clt > div.group.xs-offset-75 {
    margin-right: 75%;
  }
}
form.clt button:not(.select-button),
button.clt:not(.select-button),
a.clt.button {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  padding: 0 15px;
  background-color: #CCC;
  border: 1px solid #CCC;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
form.clt button:not(.select-button):hover,
button.clt:not(.select-button):hover,
a.clt.button:hover,
form.clt button:not(.select-button).active,
button.clt:not(.select-button).active,
a.clt.button.active {
  color: #CCC;
  background-color: #FFF;
}
form.clt button:not(.select-button).pri,
button.clt:not(.select-button).pri,
a.clt.button.pri {
  background-color: #FF5A19;
  border: 1px solid #FF5A19;
}
form.clt button:not(.select-button).pri:hover,
button.clt:not(.select-button).pri:hover,
a.clt.button.pri:hover,
form.clt button:not(.select-button).pri.active,
button.clt:not(.select-button).pri.active,
a.clt.button.pri.active {
  color: #FF5A19;
  background-color: #FFF;
}
form.clt button:not(.select-button).pri.invert,
button.clt:not(.select-button).pri.invert,
a.clt.button.pri.invert {
  color: #FF5A19;
  background-color: #FFF;
}
form.clt button:not(.select-button).pri.invert:hover,
button.clt:not(.select-button).pri.invert:hover,
a.clt.button.pri.invert:hover,
form.clt button:not(.select-button).pri.invert.active,
button.clt:not(.select-button).pri.invert.active,
a.clt.button.pri.invert.active {
  color: #FFF;
  background-color: #FF5A19;
  border: 1px solid #FF5A19;
}
form.clt button:not(.select-button).sec,
button.clt:not(.select-button).sec,
a.clt.button.sec {
  background-color: #3F3F3F;
  border: 1px solid #3F3F3F;
}
form.clt button:not(.select-button).sec:hover,
button.clt:not(.select-button).sec:hover,
a.clt.button.sec:hover,
form.clt button:not(.select-button).sec.active,
button.clt:not(.select-button).sec.active,
a.clt.button.sec.active {
  color: #3F3F3F;
  background-color: #FFF;
}
form.clt button:not(.select-button).sec.invert,
button.clt:not(.select-button).sec.invert,
a.clt.button.sec.invert {
  color: #3F3F3F;
  background-color: #FFF;
}
form.clt button:not(.select-button).sec.invert:hover,
button.clt:not(.select-button).sec.invert:hover,
a.clt.button.sec.invert:hover,
form.clt button:not(.select-button).sec.invert.active,
button.clt:not(.select-button).sec.invert.active,
a.clt.button.sec.invert.active {
  color: #FFF;
  background-color: #3F3F3F;
  border: 1px solid #3F3F3F;
}
form.clt button:not(.select-button).ter,
button.clt:not(.select-button).ter,
a.clt.button.ter {
  background-color: #d0d0d0;
  border: 1px solid #d0d0d0;
}
form.clt button:not(.select-button).ter:hover,
button.clt:not(.select-button).ter:hover,
a.clt.button.ter:hover,
form.clt button:not(.select-button).ter.active,
button.clt:not(.select-button).ter.active,
a.clt.button.ter.active {
  color: #d0d0d0;
  background-color: #FFF;
}
form.clt button:not(.select-button).ter.invert,
button.clt:not(.select-button).ter.invert,
a.clt.button.ter.invert {
  color: #d0d0d0;
  background-color: #FFF;
}
form.clt button:not(.select-button).ter.invert:hover,
button.clt:not(.select-button).ter.invert:hover,
a.clt.button.ter.invert:hover,
form.clt button:not(.select-button).ter.invert.active,
button.clt:not(.select-button).ter.invert.active,
a.clt.button.ter.invert.active {
  color: #FFF;
  background-color: #d0d0d0;
  border: 1px solid #d0d0d0;
}
form.clt button:not(.select-button).dark,
button.clt:not(.select-button).dark,
a.clt.button.dark {
  background-color: #242424;
  border: 1px solid #242424;
}
form.clt button:not(.select-button).dark:hover,
button.clt:not(.select-button).dark:hover,
a.clt.button.dark:hover,
form.clt button:not(.select-button).dark.active,
button.clt:not(.select-button).dark.active,
a.clt.button.dark.active {
  color: #242424;
  background-color: #FFF;
}
form.clt button:not(.select-button).dark.invert,
button.clt:not(.select-button).dark.invert,
a.clt.button.dark.invert {
  color: #242424;
  background-color: #FFF;
}
form.clt button:not(.select-button).dark.invert:hover,
button.clt:not(.select-button).dark.invert:hover,
a.clt.button.dark.invert:hover,
form.clt button:not(.select-button).dark.invert.active,
button.clt:not(.select-button).dark.invert.active,
a.clt.button.dark.invert.active {
  color: #FFF;
  background-color: #242424;
  border: 1px solid #242424;
}
form.clt button:not(.select-button).success,
button.clt:not(.select-button).success,
a.clt.button.success {
  background-color: #5cb85c;
  border: 1px solid #5cb85c;
}
form.clt button:not(.select-button).success:hover,
button.clt:not(.select-button).success:hover,
a.clt.button.success:hover,
form.clt button:not(.select-button).success.active,
button.clt:not(.select-button).success.active,
a.clt.button.success.active {
  color: #5cb85c;
  background-color: #FFF;
}
form.clt button:not(.select-button).success.invert,
button.clt:not(.select-button).success.invert,
a.clt.button.success.invert {
  color: #5cb85c;
  background-color: #FFF;
}
form.clt button:not(.select-button).success.invert:hover,
button.clt:not(.select-button).success.invert:hover,
a.clt.button.success.invert:hover,
form.clt button:not(.select-button).success.invert.active,
button.clt:not(.select-button).success.invert.active,
a.clt.button.success.invert.active {
  color: #FFF;
  background-color: #5cb85c;
  border: 1px solid #5cb85c;
}
form.clt button:not(.select-button).danger,
button.clt:not(.select-button).danger,
a.clt.button.danger {
  background-color: #d9534f;
  border: 1px solid #d9534f;
}
form.clt button:not(.select-button).danger:hover,
button.clt:not(.select-button).danger:hover,
a.clt.button.danger:hover,
form.clt button:not(.select-button).danger.active,
button.clt:not(.select-button).danger.active,
a.clt.button.danger.active {
  color: #d9534f;
  background-color: #FFF;
}
form.clt button:not(.select-button).danger.invert,
button.clt:not(.select-button).danger.invert,
a.clt.button.danger.invert {
  color: #d9534f;
  background-color: #FFF;
}
form.clt button:not(.select-button).danger.invert:hover,
button.clt:not(.select-button).danger.invert:hover,
a.clt.button.danger.invert:hover,
form.clt button:not(.select-button).danger.invert.active,
button.clt:not(.select-button).danger.invert.active,
a.clt.button.danger.invert.active {
  color: #FFF;
  background-color: #d9534f;
  border: 1px solid #d9534f;
}
form.clt button:not(.select-button).warning,
button.clt:not(.select-button).warning,
a.clt.button.warning {
  background-color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
form.clt button:not(.select-button).warning:hover,
button.clt:not(.select-button).warning:hover,
a.clt.button.warning:hover,
form.clt button:not(.select-button).warning.active,
button.clt:not(.select-button).warning.active,
a.clt.button.warning.active {
  color: #f0ad4e;
  background-color: #FFF;
}
form.clt button:not(.select-button).warning.invert,
button.clt:not(.select-button).warning.invert,
a.clt.button.warning.invert {
  color: #f0ad4e;
  background-color: #FFF;
}
form.clt button:not(.select-button).warning.invert:hover,
button.clt:not(.select-button).warning.invert:hover,
a.clt.button.warning.invert:hover,
form.clt button:not(.select-button).warning.invert.active,
button.clt:not(.select-button).warning.invert.active,
a.clt.button.warning.invert.active {
  color: #FFF;
  background-color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
form.clt button:not(.select-button).info,
button.clt:not(.select-button).info,
a.clt.button.info {
  background-color: #5bc0de;
  border: 1px solid #5bc0de;
}
form.clt button:not(.select-button).info:hover,
button.clt:not(.select-button).info:hover,
a.clt.button.info:hover,
form.clt button:not(.select-button).info.active,
button.clt:not(.select-button).info.active,
a.clt.button.info.active {
  color: #5bc0de;
  background-color: #FFF;
}
form.clt button:not(.select-button).info.invert,
button.clt:not(.select-button).info.invert,
a.clt.button.info.invert {
  color: #5bc0de;
  background-color: #FFF;
}
form.clt button:not(.select-button).info.invert:hover,
button.clt:not(.select-button).info.invert:hover,
a.clt.button.info.invert:hover,
form.clt button:not(.select-button).info.invert.active,
button.clt:not(.select-button).info.invert.active,
a.clt.button.info.invert.active {
  color: #FFF;
  background-color: #5bc0de;
  border: 1px solid #5bc0de;
}
form.clt button:not(.select-button)[disabled],
button.clt:not(.select-button)[disabled],
a.clt.button[disabled],
form.clt button:not(.select-button)[disabled]:hover,
button.clt:not(.select-button)[disabled]:hover,
a.clt.button[disabled]:hover,
form.clt button:not(.select-button)[disabled].active,
button.clt:not(.select-button)[disabled].active,
a.clt.button[disabled].active {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #FFF;
  cursor: not-allowed;
}
form.clt button:not(.select-button) > i.fa,
button.clt:not(.select-button) > i.fa,
a.clt.button > i.fa {
  margin-right: 8px;
  font-size: 20px;
  line-height: 40px;
  margin: 0 0 0 10px;
  float: right;
}
form.clt button:not(.select-button) > i.fa.fa-chevron-left,
button.clt:not(.select-button) > i.fa.fa-chevron-left,
a.clt.button > i.fa.fa-chevron-left {
  float: left;
  margin: 0 10px 0 0;
}
div.select {
  display: inline-block;
  max-width: 100%;
  height: 50px;
  background-color: #f3f3f3;
  border: none;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  width: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
div.select.lg {
  height: 50px;
  width: 100%;
}
div.select.lg > span.display {
  line-height: 50px;
}
div.select.lg > ul.options {
  top: 43px;
}
div.select.lg > ul.options > li {
  line-height: 50px;
}
div.select.open > ul.options {
  display: block;
}
div.select.disabled {
  cursor: not-allowed;
}
div.select.disabled > span.display {
  color: #8d8d8d;
}
div.select.disabled > button {
  background-color: #f3f3f3;
}
div.select:focus,
div.select:hover {
  /*border: 1px solid @pricolor;*/
}
div.select:focus.disabled,
div.select:hover.disabled {
  /*border: 1px solid @lightgrey;*/
}
div.select:focus.disabled > button,
div.select:hover.disabled > button {
  background-color: #f3f3f3;
}
div.select:focus > button,
div.select:hover > button {
  /* background-color: lighten(#ccc, 20%); */
}
div.select.error {
  border: 1px solid #d9534f;
}
div.select.error > span.display {
  color: #d9534f;
}
div.select > span.display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 35px;
  background: none;
  border: none;
  color: #8d8d8d;
  padding: 0 5px 0 5px;
  margin-left: 10px;
  line-height: 35px;
  display: inline-block;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.select > button {
  position: absolute;
  width: 35px;
  height: 100%;
  line-height: 100%;
  background-color: #f3f3f3;
  color: #4d4d4d;
  text-align: center;
  border: none;
  right: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.select > button > i.fa {
  font-size: 20px;
}
div.select > ul.options {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-top: none;
  color: #424242;
  background-color: #FFF;
  top: 34px;
  left: -1px;
  padding: 0;
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 50;
  max-height: 300px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.select > ul.options > li {
  width: 100%;
  padding: 0 5px 0 5px;
  line-height: 35px;
  border-bottom: 1px solid #EFEFEF;
  color: #999;
  display: block;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.select > ul.options > li:last-of-type {
  border: none;
}
div.select > ul.options > li:hover,
div.select > ul.options > li.selected {
  color: #FFF;
  background-color: #FF5A19;
}
div.select > ul.options > li.selected::before {
  content: '\25B6';
  font-size: 9px;
  margin-right: 5px;
}
div.select > select {
  visibility: hidden;
  width: 0;
}
div.select > label.error {
  margin-top: 50px;
  font-size: 12px;
  font-weight: 400;
  color: #d9534f;
  margin-bottom: 5px;
}
div.checkbox {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #FFF;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
}
div.checkbox.disabled {
  cursor: not-allowed;
}
div.checkbox.disabled > span {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&l?3 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(100%);
}
div.checkbox.checked > span {
  display: block;
}
div.checkbox > span {
  position: absolute;
  display: block;
  width: 150%;
  height: 130%;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  margin: auto;
  background: url(../images/check.png) no-repeat right top;
  display: none;
}
div.checkbox > input[type=checkbox] {
  visibility: hidden;
}
div.radio {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #FFF;
  border: 1px solid #ccc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
}
div.radio.disabled {
  cursor: not-allowed;
}
div.radio.disabled > span {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&l?3 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(100%);
}
div.radio.checked > span {
  display: block;
}
div.radio > span {
  position: absolute;
  display: block;
  width: 150%;
  height: 130%;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  margin: auto;
  background: url(../images/check.png) no-repeat right top;
  display: none;
}
div.radio > input[type=radio] {
  visibility: hidden;
}
div.control.rb > label,
div.control.ck > label {
  margin: 3px 20px 0 10px;
}
@media (max-width: 767px) {
  div.select.lg > ul.options {
    top: 0;
    margin: 0;
  }
  div.select > ul.options {
    top: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0;
    left: 0;
    min-width: 100%;
    max-height: 100%;
  }
  div.select > ul.options > li {
    font-size: 16px;
    padding: 10px;
    line-height: 20px;
    overflow: visible;
    white-space: normal;
  }
}
@media print {
  div.select {
    border: none;
    margin: 0;
    left: 0;
    padding: 0;
  }
  div.select > span {
    margin: 0;
    left: 0;
    padding: 0;
    right: 0;
  }
  div.select > button {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */